add ttp-categories descripiions

pull/104/head
Deborah Servili 2017-10-27 10:46:49 +02:00
parent ad9fff6c3f
commit 673157fc92
1 changed files with 11 additions and 1 deletions

View File

@ -1,37 +1,47 @@
{ {
"values": [ "values": [
{ {
"description": "Cover vulnerabilities exploit (0day, 1day, nday), exploit kit",
"value": "Exploits" "value": "Exploits"
}, },
{ {
"description": "Deep-Dark Web forum, marketplace, hosting, etc",
"value": "Infrastructure" "value": "Infrastructure"
}, },
{ {
"description": "Malware family",
"value": "Malware" "value": "Malware"
}, },
{ {
"description": "Legitimate SW or HW repurposed for malicious use",
"value": "Tools" "value": "Tools"
}, },
{ {
"description": "Does not belong to any of the other category",
"value": "Other" "value": "Other"
}, },
{ {
"description": "Undetermined category",
"value": "Unknown" "value": "Unknown"
}, },
{ {
"description": "Specific attack patterns (specific to a technology, to an author, not widely used, etc)",
"value": "Attack Patterns (S)" "value": "Attack Patterns (S)"
}, },
{ {
"description": "Generic attack pattern, mehod, technique",
"value": "Attack Patterns (G)" "value": "Attack Patterns (G)"
}, },
{ {
"description": "Non-technical description of threat actor activities (information war, destruction, hybrid, etc)",
"value": "Tactic" "value": "Tactic"
}, },
{ {
"description": "Asset being targeted (MacOS, Android, ICS, IoT, Cryptocurrency, ect)",
"value": "Targeting" "value": "Targeting"
} }
], ],
"version" : 1, "version" : 2,
"description": "ttp category vocab as defined by Cert EU.", "description": "ttp category vocab as defined by Cert EU.",
"source": "Cert EU", "source": "Cert EU",
"author": ["Cert EU"], "author": ["Cert EU"],