forked from MISP/misp-objects
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdefinition.json
51 lines (51 loc) · 1.33 KB
/
definition.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
{
"attributes": {
"id": {
"description": "CAPEC ID.",
"disable_correlation": true,
"misp-attribute": "text",
"ui-priority": 0
},
"name": {
"description": "Name of the attack pattern.",
"misp-attribute": "text",
"ui-priority": 0
},
"prerequisites": {
"description": "Prerequisites for the attack pattern to succeed.",
"misp-attribute": "text",
"ui-priority": 0
},
"references": {
"description": "External references",
"misp-attribute": "link",
"multiple": true,
"ui-priority": 0
},
"related-weakness": {
"description": "Weakness related to the attack pattern.",
"misp-attribute": "weakness",
"multiple": true,
"ui-priority": 0
},
"solutions": {
"description": "Solutions for the attack pattern to be countered.",
"misp-attribute": "text",
"ui-priority": 0
},
"summary": {
"description": "Summary description of the attack pattern.",
"misp-attribute": "text",
"ui-priority": 0
}
},
"description": "Attack pattern describing a common attack pattern enumeration and classification.",
"meta-category": "vulnerability",
"name": "attack-pattern",
"requiredOneOf": [
"name",
"id"
],
"uuid": "35928348-56be-4d7f-9752-a80927936351",
"version": 1
}