mirror of
https://github.com/valitydev/Cortex-Analyzers.git
synced 2024-11-06 09:05:19 +00:00
22 lines
663 B
JSON
22 lines
663 B
JSON
{
|
|
"name": "Hunterio_DomainSearch",
|
|
"author": "Rémi Allain, Cyberprotect",
|
|
"license": "AGPL-V3",
|
|
"url": "https://github.com/Cyberprotect/Cortex-Analyzers",
|
|
"version": "1.0",
|
|
"description": "hunter.io is a service to find email addresses from a domain.",
|
|
"dataTypeList": ["domain", "fqdn"],
|
|
"command": "Hunterio/hunterio_analyzer.py",
|
|
"baseConfig": "Hunterio",
|
|
"config": {
|
|
"service": "domainsearch",
|
|
"check_tlp": false
|
|
},
|
|
"configurationItems": [{
|
|
"name": "key",
|
|
"description": "api key of hunter.io",
|
|
"type": "string",
|
|
"multi": false,
|
|
"required": true
|
|
}]
|
|
} |