forked from MISP/misp-objects
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdefinition.json
171 lines (171 loc) · 5.06 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
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
{
"attributes": {
"audience": {
"description": "The text describing the intended audience of the alert message.",
"disable_correlation": true,
"misp-attribute": "text",
"ui-priority": 0
},
"category": {
"description": "The code denoting the category of the subject event of the alert message.",
"disable_correlation": true,
"misp-attribute": "text",
"sane_default": [
"Geo",
"Met",
"Safety",
"Security",
"Rescue",
"Fire",
"Health",
"Env",
"Transport",
"Infra",
"CBRNE",
"Other"
],
"ui-priority": 0
},
"certainty": {
"description": "The code denoting the certainty of the subject event of the alert message. For backward compatibility with CAP 1.0, the deprecated value of “Very Likely” SHOULD be treated as equivalent to “Likely”.",
"disable_correlation": true,
"misp-attribute": "text",
"sane_default": [
"Likely",
"Possible",
"Unlikely",
"Unknown"
],
"ui-priority": 0
},
"contact": {
"description": "The text describing the contact for follow-up and confirmation of the alert message.",
"disable_correlation": true,
"misp-attribute": "text",
"ui-priority": 0
},
"description": {
"description": "The text describing the subject event of the alert message.",
"disable_correlation": true,
"misp-attribute": "text",
"ui-priority": 0
},
"effective": {
"description": "The effective time of the information of the alert message.",
"disable_correlation": true,
"misp-attribute": "datetime",
"ui-priority": 0
},
"event": {
"description": "The text denoting the type of the subject event of the alert message.",
"disable_correlation": true,
"misp-attribute": "text",
"ui-priority": 0
},
"eventCode": {
"description": "A system-specific code identifying the event type of the alert message.",
"disable_correlation": true,
"misp-attribute": "text",
"ui-priority": 0
},
"expires": {
"description": "The expiry time of the information of the alert message.",
"disable_correlation": true,
"misp-attribute": "datetime",
"ui-priority": 0
},
"headline": {
"description": "The text headline of the alert message.",
"disable_correlation": true,
"misp-attribute": "text",
"ui-priority": 0
},
"instruction": {
"description": "The text describing the recommended action to be taken by recipients of the alert message.",
"disable_correlation": true,
"misp-attribute": "text",
"ui-priority": 0
},
"language": {
"description": "The code denoting the language of the info sub-element of the alert message. ",
"disable_correlation": true,
"misp-attribute": "text",
"ui-priority": 0
},
"onset": {
"description": "The expected time of the beginning of the subject event of the alert message.",
"disable_correlation": true,
"misp-attribute": "datetime",
"ui-priority": 0
},
"parameter": {
"description": "A system-specific additional parameter associated with the alert message.",
"disable_correlation": true,
"misp-attribute": "text",
"ui-priority": 0
},
"responseType": {
"description": "The code denoting the type of action recommended for the target audience.",
"disable_correlation": true,
"misp-attribute": "text",
"sane_default": [
"Shelter",
"Evacuate",
"Prepare",
"Execute",
"Avoid",
"Monitor",
"Assess",
"AllClear",
"None"
],
"ui-priority": 0
},
"senderName": {
"description": "The text naming the originator of the alert message.",
"disable_correlation": true,
"misp-attribute": "text",
"ui-priority": 0
},
"severity": {
"description": "The code denoting the severity of the subject event of the alert message.",
"disable_correlation": true,
"misp-attribute": "text",
"sane_default": [
"Extreme",
"Severe",
"Moderate",
"Minor",
"Unknown"
],
"ui-priority": 0
},
"urgency": {
"description": "The code denoting the urgency of the subject event of the alert message.",
"disable_correlation": true,
"misp-attribute": "text",
"sane_default": [
"Immediate",
"Expected",
"Future",
"Past",
"Unknown"
],
"ui-priority": 0
},
"web": {
"description": "The identifier of the hyperlink associating additional information with the alert message.",
"disable_correlation": true,
"misp-attribute": "link",
"ui-priority": 0
}
},
"description": "Common Alerting Protocol Version (CAP) info object",
"meta-category": "misc",
"name": "cap-info",
"requiredOneOf": [
"category"
],
"uuid": "826c25e6-fdd5-4e4a-b081-be5ba3ac2c3d",
"version": 1
}