mirror of
https://github.com/valitydev/Cortex-Analyzers.git
synced 2024-11-07 01:25:21 +00:00
13 lines
321 B
JSON
13 lines
321 B
JSON
|
{
|
||
|
"name": "PassiveTotal_Osint",
|
||
|
"version": "1.0",
|
||
|
"baseConfig": "PassiveTotal",
|
||
|
"config": {
|
||
|
"check_tlp": false,
|
||
|
"service": "osint"
|
||
|
},
|
||
|
"description": "PassiveTotal Osint Lookup",
|
||
|
"dataTypeList": ["domain", "fqdn", "ip"],
|
||
|
"command": "PassiveTotal/passivetotal_analyzer.py"
|
||
|
}
|