mirror of
https://github.com/valitydev/Cortex-Analyzers.git
synced 2024-11-06 17:15:21 +00:00
17 lines
452 B
JSON
17 lines
452 B
JSON
{
|
|
"name": "CyberCrime-Tracker",
|
|
"author": "ph34tur3",
|
|
"license": "AGPL-V3",
|
|
"url": "https://github.com/ph34tur3/Cortex-Analyzers",
|
|
"version": "1.0",
|
|
"description": "Search cybercrime-tracker.net for C2 servers.",
|
|
"dataTypeList": ["domain", "fqdn", "ip", "url", "other"],
|
|
"command": "CyberCrime-Tracker/cct.py",
|
|
"baseConfig": "CyberCrimeTracker",
|
|
"config": {
|
|
"check_tlp": true,
|
|
"max_tlp": 2
|
|
},
|
|
"configurationItems": []
|
|
}
|