mirror of
https://github.com/valitydev/Cortex-Analyzers.git
synced 2024-11-06 17:15:21 +00:00
25 lines
687 B
JSON
25 lines
687 B
JSON
{
|
|
"name": "Maltiverse_Report",
|
|
"version": "1.0",
|
|
"author": "ottimo",
|
|
"url": "https://github.com/TheHive-Project/Cortex-Analyzers",
|
|
"license": "AGPL-V3",
|
|
"description": "Get the latest Maltiverse report for an hash, domain or an IP address.",
|
|
"dataTypeList": ["hash", "domain", "ip", "url"],
|
|
"command": "Maltiverse/maltiverse-client.py",
|
|
"baseConfig": "Maltiverse",
|
|
"config": {
|
|
"service": "get"
|
|
},
|
|
"configurationItems": [
|
|
{
|
|
"name": "polling_interval",
|
|
"description": "Define time interval between two requests attempts for the report",
|
|
"type": "number",
|
|
"multi": false,
|
|
"required": false,
|
|
"defaultValue": 60
|
|
}
|
|
]
|
|
}
|