mirror of
https://github.com/MISP/misp-galaxy.git
synced 2024-11-22 14:57:18 +00:00
add ttp-categories descripiions
This commit is contained in:
parent
ad9fff6c3f
commit
673157fc92
1 changed files with 11 additions and 1 deletions
|
@ -1,37 +1,47 @@
|
|||
{
|
||||
"values": [
|
||||
{
|
||||
"description": "Cover vulnerabilities exploit (0day, 1day, nday), exploit kit",
|
||||
"value": "Exploits"
|
||||
},
|
||||
{
|
||||
"description": "Deep-Dark Web forum, marketplace, hosting, etc",
|
||||
"value": "Infrastructure"
|
||||
},
|
||||
{
|
||||
"description": "Malware family",
|
||||
"value": "Malware"
|
||||
},
|
||||
{
|
||||
"description": "Legitimate SW or HW repurposed for malicious use",
|
||||
"value": "Tools"
|
||||
},
|
||||
{
|
||||
"description": "Does not belong to any of the other category",
|
||||
"value": "Other"
|
||||
},
|
||||
{
|
||||
"description": "Undetermined category",
|
||||
"value": "Unknown"
|
||||
},
|
||||
{
|
||||
"description": "Specific attack patterns (specific to a technology, to an author, not widely used, etc)",
|
||||
"value": "Attack Patterns (S)"
|
||||
},
|
||||
{
|
||||
"description": "Generic attack pattern, mehod, technique",
|
||||
"value": "Attack Patterns (G)"
|
||||
},
|
||||
{
|
||||
"description": "Non-technical description of threat actor activities (information war, destruction, hybrid, etc)",
|
||||
"value": "Tactic"
|
||||
},
|
||||
{
|
||||
"description": "Asset being targeted (MacOS, Android, ICS, IoT, Cryptocurrency, ect)",
|
||||
"value": "Targeting"
|
||||
}
|
||||
],
|
||||
"version" : 1,
|
||||
"version" : 2,
|
||||
"description": "ttp category vocab as defined by Cert EU.",
|
||||
"source": "Cert EU",
|
||||
"author": ["Cert EU"],
|
||||
|
|
Loading…
Reference in a new issue