mirror of
https://github.com/valitydev/Cortex-Analyzers.git
synced 2024-11-06 09:05:19 +00:00
22 lines
596 B
JSON
22 lines
596 B
JSON
{
|
|
"name": "SecurityTrails_Passive_DNS",
|
|
"version": "1.0",
|
|
"author": "Manabu Niseki, @ninoseki",
|
|
"url": "https://github.com/ninoseki/cortex-securitytrails",
|
|
"license": "MIT",
|
|
"description": "SecurityTrails Passive DNS Lookup.",
|
|
"dataTypeList": ["ip"],
|
|
"command": "SecurityTrails/securitytrails_analyzer.py",
|
|
"baseConfig": "SecurityTrails",
|
|
"config": {
|
|
"service": "passive_dns"
|
|
},
|
|
"configurationItems": [{
|
|
"name": "api_key",
|
|
"description": "Define the API key to use to connect the service",
|
|
"type": "string",
|
|
"multi": false,
|
|
"required": true
|
|
}]
|
|
}
|