forked from MISP/misp-galaxy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ttp-category.json
50 lines (50 loc) · 1.39 KB
/
ttp-category.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"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" : 2,
"description": "ttp category vocab as defined by Cert EU.",
"source": "Cert EU",
"author": ["Cert EU"],
"uuid": "54e405b6-b017-11e7-b2f7-df581d1a8587",
"type": "ttp-category-vocabulary"
}