mirror of
https://github.com/valitydev/Cortex-Analyzers.git
synced 2024-11-07 01:25:21 +00:00
24 lines
665 B
JSON
24 lines
665 B
JSON
{
|
|
"name": "Investigate_Categorization",
|
|
"version": "1.0",
|
|
"author": "Cisco Umbrella Research @opendns",
|
|
"url": "https://github.com/TheHive-Project/Cortex-Analyzers/Investigate",
|
|
"license": "AGPL-V3",
|
|
"description": "Retrieve Investigate categorization and security features for a domain.",
|
|
"dataTypeList": ["domain", "fqdn"],
|
|
"command": "Investigate/investigate_analyzer.py",
|
|
"baseConfig": "Investigate",
|
|
"config": {
|
|
"service": "categorization"
|
|
},
|
|
"configurationItems": [
|
|
{
|
|
"name": "key",
|
|
"description": "Define the Investigate API Key",
|
|
"type": "string",
|
|
"multi": false,
|
|
"required": true
|
|
}
|
|
]
|
|
}
|