mirror of
https://github.com/valitydev/Cortex-Analyzers.git
synced 2024-11-07 09:28:58 +00:00
21 lines
618 B
JSON
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
|
|
}
|
|
]
|
|
}
|