forked from vz-risk/VCDB
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvcdb_diff-labels.json
195 lines (195 loc) · 5.87 KB
/
vcdb_diff-labels.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
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
{
"plus": {
"analysis_status": {
"Ineligible": "Does not meet the criteria to be included in the corpus.",
"Needs review": "Incident has been coded and may have been validated, but requires review by a team member before adding.",
"In-progress": "Incident is currently being entered.",
"First pass": "Coding of the incident is completed.",
"Validated": "The incident has been coded and reviewed.",
"Finalized": "The incident has been reviewed by Marc."
},
"antiforensic_measures": {
"No evidence of AF":"No label.",
"Data Corruption":"No label.",
"Data Hiding":"No label.",
"Data Wiping":"No label.",
"Unknown":"No label."
},
"asset_os": {
"Android":"No label.",
"Apple iOS":"No label.",
"BlackBerry OS":"No label.",
"Linux":"No label.",
"Mac OSX":"No label.",
"Mainframe":"No label.",
"Symbian":"No label.",
"Unix":"No label.",
"webOS":"No label.",
"Windows":"No label.",
"Windows Phone":"No label.",
"Not applicable":"No label.",
"Unknown":"No label.",
"Other":"No label."
},
"attack_difficulty_initial": {
"High":"No label.",
"Moderate":"No label.",
"Low":"No label.",
"Very Low":"No label.",
"Not Applicable":"No label.",
"Unknown":"No label."
},
"attack_difficulty_legacy": {
"High":"No label.",
"Moderate":"No label.",
"Low":"No label.",
"Very Low":"No label.",
"Not Applicable":"No label.",
"Unknown":"No label."
},
"attack_difficulty_subsequent": {
"High":"No label.",
"Moderate":"No label.",
"Low":"No label.",
"Very Low":"No label.",
"Not Applicable":"No label.",
"Unknown":"No label."
},
"event_chain": {
"action": {
"env": "Environmental",
"err": "Error",
"hak": "Hacking",
"mal": "Malware",
"mis": "Misuse",
"phy": "Physical",
"soc": "Social"
},
"actor": {
"ext": "External",
"int": "Internal",
"prt": "Partner"
},
"asset": {
"emb": "Embedded",
"med": "Media",
"net": "Network",
"ppl": "People",
"srv": "Server",
"ter": "Public terminal",
"usr": "User device"
},
"attribute": {
"au": "Availability",
"cp": "Confidentiality",
"ia": "Integrity"
}
},
"pci": {
"compliance_status" : {
"Not Compliant":"No label.",
"Found Compliant":"No label.",
"Unknown":"No label."
},
"merchant_level": {
"Level 1":"No label.",
"Level 2":"No label.",
"Level 3":"No label.",
"Level 4":"No label.",
"Unknown":"No label."
},
"req_1": {
"In Place":"No label.",
"Not In Place":"No label.",
"Not Applicable":"No label.",
"Unknown":"No label."
},
"req_10": {
"In Place":"No label.",
"Not In Place":"No label.",
"Not Applicable":"No label.",
"Unknown":"No label."
},
"req_11": {
"In Place":"No label.",
"Not In Place":"No label.",
"Not Applicable":"No label.",
"Unknown":"No label."
},
"req_12": {
"In Place":"No label.",
"Not In Place":"No label.",
"Not Applicable":"No label.",
"Unknown":"No label."
},
"req_2": {
"In Place":"No label.",
"Not In Place":"No label.",
"Not Applicable":"No label.",
"Unknown":"No label."
},
"req_3": {
"In Place":"No label.",
"Not In Place":"No label.",
"Not Applicable":"No label.",
"Unknown":"No label."
},
"req_4": {
"In Place":"No label.",
"Not In Place":"No label.",
"Not Applicable":"No label.",
"Unknown":"No label."
},
"req_5": {
"In Place":"No label.",
"Not In Place":"No label.",
"Not Applicable":"No label.",
"Unknown":"No label."
},
"req_6": {
"In Place":"No label.",
"Not In Place":"No label.",
"Not Applicable":"No label.",
"Unknown":"No label."
},
"req_7": {
"In Place":"No label.",
"Not In Place":"No label.",
"Not Applicable":"No label.",
"Unknown":"No label."
},
"req_8": {
"In Place":"No label.",
"Not In Place":"No label.",
"Not Applicable":"No label.",
"Unknown":"No label."
},
"req_9": {
"In Place":"No label.",
"Not In Place":"No label.",
"Not Applicable":"No label.",
"Unknown":"No label."
}
},
"security_maturity": {
"Optimizing":"Continuous process improvement by quantitative feedback and testing.",
"Measured":"Processes are quantitatively managed in accordance with agreed-upon metrics.",
"Defined":"Processes are defined, documented, standardized and integrated into each other.",
"Managed":"Basic processes are established and there is a level of discipline to stick to these processes.",
"Initial":"Processes are ad-hoc, chaotic, or actually few processes are defined.",
"Unknown":"The organizations level of maturity is unknown."
},
"unfollowed_policies": {
"Yes":"No label.",
"No":"No label.",
"Unknown":"No label."
},
"unknown_unknowns": {
"Assets that had unknown network connections or accessibility":"No label.",
"Assets that had unknown user accounts or privileges":"No label.",
"Assets unknown or unclaimed by the organization (or business group affected)":"No label.",
"Data the organization did not know existed on a particular asset":"No label.",
"Unknown":"No label."
}
}
}