Cortex-Analyzers/analyzers/MISPWarningLists/MISPWarningLists.json
2018-03-02 11:18:54 +01:00

21 lines
618 B
JSON

{
"name": "MISPWarningLists",
"author": "Nils Kuhnert, CERT-Bund",
"license": "AGPL-V3",
"url": "https://github.com/BSI-CERT-Bund/misp-warninglists-analyzer",
"version": "1.0",
"description": "Check IoCs/Observables against MISP Warninglists to filter false positives.",
"dataTypeList": ["ip", "hash", "domain", "fqdn", "url"],
"baseConfig": "MISPWarningLists",
"command": "MISPWarningLists/mispwarninglists.py",
"configurationItems": [
{
"name": "path",
"description": "path to Warninglists folder",
"type": "string",
"multi": false,
"required": true
}
]
}