Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support onyphe api v2 #747

Merged
merged 2 commits into from
Jun 14, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 0 additions & 23 deletions analyzers/Onyphe/Onyphe_Datascan.json

This file was deleted.

23 changes: 0 additions & 23 deletions analyzers/Onyphe/Onyphe_Forward.json

This file was deleted.

23 changes: 0 additions & 23 deletions analyzers/Onyphe/Onyphe_Geolocate.json

This file was deleted.

23 changes: 0 additions & 23 deletions analyzers/Onyphe/Onyphe_Inetnum.json

This file was deleted.

23 changes: 0 additions & 23 deletions analyzers/Onyphe/Onyphe_Ports.json

This file was deleted.

23 changes: 0 additions & 23 deletions analyzers/Onyphe/Onyphe_Reverse.json

This file was deleted.

31 changes: 31 additions & 0 deletions analyzers/Onyphe/Onyphe_Summary.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"name": "Onyphe_Summary",
"version": "1.0",
"author": "Pierre Baudry, Adrien Barchapt, Andrea Garavaglia, Davide Arcuri",
"license": "AGPL-V3",
"url": "https://github.com/TheHive-Project/Cortex-Analyzers",
"description": "Retrieve summary information Onyphe has for given ip, domain or fqdn.",
"dataTypeList": ["ip", "domain", "fqdn"],
"command": "Onyphe/onyphe_analyzer.py",
"baseConfig": "Onyphe",
"config": {
"service": "summary"
},
"configurationItems": [
{
"name": "key",
"description": "Define the API key to use to connect the service",
"type": "string",
"multi": false,
"required": true
},
{
"name": "verbose_taxonomies",
"description": "Set true if you want detailed taxonomies for port, subnet, geoloc, domain",
"type": "boolean",
"multi": false,
"required": true,
"defaultValue": false
}
]
}
23 changes: 0 additions & 23 deletions analyzers/Onyphe/Onyphe_Threats.json

This file was deleted.

Loading