Skip to content

Commit

Permalink
Merge pull request #747 from TheHive-Project/feature/onyphe_v2
Browse files Browse the repository at this point in the history
support onyphe api v2
  • Loading branch information
jeromeleonard authored Jun 14, 2020
2 parents b2123ac + 20767e7 commit 9bdfd87
Show file tree
Hide file tree
Showing 25 changed files with 460 additions and 877 deletions.
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

0 comments on commit 9bdfd87

Please sign in to comment.