forked from MISP/misp-objects
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdefinition.json
105 lines (105 loc) · 2.66 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
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
{
"attributes": {
"cost": {
"description": "The estimated cost of applying the course of action.",
"disable_correlation": true,
"misp-attribute": "text",
"sane_default": [
"High",
"Medium",
"Low",
"None",
"Unknown"
],
"ui-priority": 0
},
"description": {
"description": "A description of the course of action.",
"disable_correlation": true,
"misp-attribute": "text",
"ui-priority": 0
},
"efficacy": {
"description": "The estimated efficacy of applying the course of action.",
"disable_correlation": true,
"misp-attribute": "text",
"sane_default": [
"High",
"Medium",
"Low",
"None",
"Unknown"
],
"ui-priority": 0
},
"impact": {
"description": "The estimated impact of applying the course of action.",
"disable_correlation": true,
"misp-attribute": "text",
"sane_default": [
"High",
"Medium",
"Low",
"None",
"Unknown"
],
"ui-priority": 0
},
"name": {
"description": "The name used to identify the course of action.",
"disable_correlation": true,
"misp-attribute": "text",
"ui-priority": 0
},
"objective": {
"description": "The objective of the course of action.",
"disable_correlation": true,
"misp-attribute": "text",
"ui-priority": 0
},
"stage": {
"description": "The stage of the threat management lifecycle that the course of action is applicable to.",
"disable_correlation": true,
"misp-attribute": "text",
"sane_default": [
"Remedy",
"Response",
"Further Analysis Required"
],
"ui-priority": 0
},
"type": {
"description": "The type of the course of action.",
"disable_correlation": true,
"misp-attribute": "text",
"sane_default": [
"Perimeter Blocking",
"Internal Blocking",
"Redirection",
"Redirection (Honey Pot)",
"Hardening",
"Patching",
"Eradication",
"Rebuilding",
"Training",
"Monitoring",
"Physical Access Restrictions",
"Logical Access Restrictions",
"Public Disclosure",
"Diplomatic Actions",
"Policy Actions",
"Other"
],
"ui-priority": 0
}
},
"description": "An object describing a specific measure taken to prevent or respond to an attack.",
"meta-category": "misc",
"name": "course-of-action",
"requiredOneOf": [
"name",
"type"
],
"uuid": "3d1c2c06-68a9-4394-8c8d-258d115f796f",
"version": 1
}