forked from mitre-attack/attack-navigator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMarch_2020_Updates_Mobile.json
160 lines (160 loc) · 4.42 KB
/
March_2020_Updates_Mobile.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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
{
"version": "3.0",
"name": "March 2020 Mobile Updates",
"description": "Mobile updates for the March 2020 release of ATT&CK",
"domain": "mitre-mobile",
"techniques": [
{
"techniqueID": "T1540",
"tactic": "persistence",
"enabled": true,
"color": "#a1d99b",
"comment": "addition"
},
{
"techniqueID": "T1540",
"tactic": "privilege-escalation",
"enabled": true,
"color": "#a1d99b",
"comment": "addition"
},
{
"techniqueID": "T1540",
"tactic": "defense-evasion",
"enabled": true,
"color": "#a1d99b",
"comment": "addition"
},
{
"techniqueID": "T1541",
"tactic": "collection",
"enabled": true,
"color": "#a1d99b",
"comment": "addition"
},
{
"techniqueID": "T1541",
"tactic": "persistence",
"enabled": true,
"color": "#a1d99b",
"comment": "addition"
},
{
"techniqueID": "T1544",
"tactic": "command-and-control",
"enabled": true,
"color": "#a1d99b",
"comment": "addition"
},
{
"techniqueID": "T1448",
"tactic": "impact",
"enabled": true,
"color": "#fcf3a2",
"comment": "change"
},
{
"techniqueID": "T1402",
"tactic": "persistence",
"enabled": true,
"color": "#fcf3a2",
"comment": "change"
},
{
"techniqueID": "T1402",
"tactic": "execution",
"enabled": true,
"color": "#fcf3a2",
"comment": "change"
},
{
"techniqueID": "T1508",
"tactic": "defense-evasion",
"enabled": true,
"color": "#fcf3a2",
"comment": "change"
},
{
"techniqueID": "T1476",
"tactic": "initial-access",
"enabled": true,
"color": "#c7c4e0",
"comment": "minor_change"
},
{
"techniqueID": "T1510",
"tactic": "impact",
"enabled": true,
"color": "#c7c4e0",
"comment": "minor_change"
},
{
"techniqueID": "T1517",
"tactic": "collection",
"enabled": true,
"color": "#c7c4e0",
"comment": "minor_change"
},
{
"techniqueID": "T1517",
"tactic": "credential-access",
"enabled": true,
"color": "#c7c4e0",
"comment": "minor_change"
},
{
"techniqueID": "T1516",
"tactic": "defense-evasion",
"enabled": true,
"color": "#c7c4e0",
"comment": "minor_change"
},
{
"techniqueID": "T1516",
"tactic": "impact",
"enabled": true,
"color": "#c7c4e0",
"comment": "minor_change"
},
{
"techniqueID": "T1513",
"tactic": "collection",
"enabled": true,
"color": "#c7c4e0",
"comment": "minor_change"
},
{
"techniqueID": "T1426",
"tactic": "discovery",
"enabled": true,
"color": "#c7c4e0",
"comment": "minor_change"
},
{
"techniqueID": "T1411",
"tactic": "credential-access",
"enabled": true,
"color": "#c7c4e0",
"comment": "minor_change"
}
],
"sorting": 0,
"hideDisabled": false,
"legendItems": [
{
"color": "#a1d99b",
"label": "additions: objects which are present in the new data and not the old"
},
{
"color": "#fcf3a2",
"label": "changes: objects which have a newer version number in the new data compared to the old"
},
{
"color": "#c7c4e0",
"label": "minor_changes: objects which have a newer last edit date in the new data than in the old, but the same version number"
}
],
"showTacticRowBackground": true,
"tacticRowBackground": "#205b8f",
"selectTechniquesAcrossTactics": true
}