forked from threatgrid/ctim
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathweakness.json
84 lines (84 loc) · 1.94 KB
/
weakness.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
{
"detection_methods" : [ {
"method" : "string",
"description" : "string",
"effectiveness" : "string",
"effectiveness_notes" : "string"
} ],
"background_details" : "string",
"tlp" : "string",
"architectures" : [ {
"prevalence" : "string",
"name" : "string",
"class" : "string"
} ],
"affected_resources" : [ "string" ],
"structure" : "string",
"id" : "string",
"timestamp" : "2016-01-01T01:01:01.000Z",
"revision" : 10,
"abstraction_level" : "string",
"alternate_terms" : [ {
"term" : "string",
"description" : "string"
} ],
"short_description" : "string",
"languages" : [ {
"prevalence" : "string",
"name" : "string",
"class" : "string"
} ],
"paradigms" : [ {
"prevalence" : "string",
"name" : "string"
} ],
"potential_mitigations" : [ {
"description" : "string",
"phases" : [ "string" ],
"strategy" : "string",
"effectiveness" : "string",
"effectiveness_notes" : "string"
} ],
"functional_areas" : [ "string" ],
"schema_version" : "string",
"title" : "string",
"source" : "string",
"type" : "string",
"common_consequences" : [ {
"scopes" : [ "string" ],
"impacts" : [ "string" ],
"likelihood" : "string",
"note" : "string"
} ],
"operating_systems" : [ {
"prevalence" : "string",
"name" : "string",
"version" : "string",
"cpe_id" : "string",
"class" : "string"
} ],
"likelihood" : "string",
"source_uri" : "string",
"notes" : [ {
"type" : "string",
"note" : "string"
} ],
"technologies" : [ {
"prevalence" : "string",
"name" : "string"
} ],
"language" : "string",
"external_references" : [ {
"source_name" : "string",
"description" : "string",
"url" : "string",
"hashes" : [ "string" ],
"external_id" : "string"
} ],
"modes_of_introduction" : [ {
"phase" : "string",
"note" : "string"
} ],
"description" : "string",
"external_ids" : [ "string" ]
}