mirror of
https://github.com/valitydev/Cortex-Analyzers.git
synced 2024-11-08 01:48:53 +00:00
29 lines
720 B
JSON
29 lines
720 B
JSON
{
|
|
"name": "CIRCLPassiveDNS",
|
|
"author": "Nils Kuhnert, CERT-Bund",
|
|
"license": "AGPL-V3",
|
|
"url": "https://github.com/BSI-CERT-Bund/cortex-analyzers",
|
|
"version": "2.0",
|
|
"description": "Check CIRCL's Passive DNS for a given domain or URL.",
|
|
"dataTypeList": ["domain", "url", "ip"],
|
|
"command": "CIRCLPassiveDNS/circl_passivedns.py",
|
|
"configurationItems": [
|
|
{
|
|
"name": "user",
|
|
"description": "Username",
|
|
"type": "string",
|
|
"multi": false,
|
|
"required": true,
|
|
"defaultValue": "username"
|
|
},
|
|
{
|
|
"name": "password",
|
|
"description": "Password",
|
|
"type": "sring",
|
|
"multi": false,
|
|
"required": true,
|
|
"defaultValue": "password"
|
|
}
|
|
]
|
|
}
|