-
Notifications
You must be signed in to change notification settings - Fork 385
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
495 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,87 @@ | ||
{ | ||
"name": "IVRE", | ||
"version": 1.0, | ||
"author": "Pierre Lalet", | ||
"license": "AGPL-V3", | ||
"url": "https://github.com/TheHive-Project/Cortex-Analyzers", | ||
"service_homepage": "https://ivre.rocks/", | ||
"version": "1.0", | ||
"description": "Fetch details from an IVRE instance.", | ||
"dataTypeList": [ | ||
"autonomous-system", | ||
"certificate_hash", | ||
"domain", | ||
"fqdn", | ||
"ip", | ||
"network", | ||
"port", | ||
"user-agent" | ||
], | ||
"command": "IVRE/ivre_analyzer.py", | ||
"baseConfig": "IVRE", | ||
"configurationItems": [ | ||
{ | ||
"name": "use_data", | ||
"description": "Use data from the data purpose (MaxMind)", | ||
"type": "boolean", | ||
"multi": false, | ||
"required": true, | ||
"defaultValue": true | ||
}, | ||
{ | ||
"name": "use_passive", | ||
"description": "Use data from the passive purpose", | ||
"type": "boolean", | ||
"multi": false, | ||
"required": true, | ||
"defaultValue": true | ||
}, | ||
{ | ||
"name": "use_scans", | ||
"description": "Use data from the scans (nmap) purpose", | ||
"type": "boolean", | ||
"multi": false, | ||
"required": true, | ||
"defaultValue": true | ||
}, | ||
{ | ||
"name": "db_url", | ||
"description": "The URL of the IVRE database (e.g., mongodb://host/ivre or http://host/cgi); defaults to using IVRE's configuration", | ||
"type": "string", | ||
"multi": false, | ||
"required": false | ||
}, | ||
{ | ||
"name": "db_url_data", | ||
"description": "The URL of the IVRE database for the data purpose (e.g., maxmind:///usr/share/ivre/geoip or http://host/cgi); defaults to using IVRE's configuration", | ||
"type": "string", | ||
"multi": false, | ||
"required": false | ||
}, | ||
{ | ||
"name": "db_url_passive", | ||
"description": "The URL of the IVRE database for the passive purpose (e.g., mongodb://host/ivre or http://host/cgi); defaults to using IVRE's configuration", | ||
"type": "string", | ||
"multi": false, | ||
"required": false | ||
}, | ||
{ | ||
"name": "db_url_scans", | ||
"description": "The URL of the IVRE database for the scans (nmap) purpose (e.g., mongodb://host/ivre or http://host/cgi); defaults to using IVRE's configuration", | ||
"type": "string", | ||
"multi": false, | ||
"required": false | ||
} | ||
], | ||
"config": { | ||
"check_tlp": false, | ||
"max_tlp": 3, | ||
"check_pap": false, | ||
"max_pap": 3, | ||
"auto_extract": false | ||
}, | ||
"service_logo": { | ||
"path": "assets/ivre_logo.png", | ||
"caption": "Logo" | ||
} | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.