forked from MISP/misp-objects
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdefinition.json
More file actions
29 lines (29 loc) · 731 Bytes
/
definition.json
File metadata and controls
29 lines (29 loc) · 731 Bytes
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
{
"attributes": {
"message": {
"description": "Content of the error message.",
"misp-attribute": "text",
"ui-priority": 0
},
"source": {
"description": "Source of the error message.",
"disable_correlation": true,
"misp-attribute": "text",
"sane_default": [
"misp-stix",
"lief",
"other"
],
"ui-priority": 0
}
},
"description": "An error message which can be related to the processing of data such as import, export scripts from the original MISP instance.",
"meta-category": "misc",
"name": "error-message",
"requiredOneOf": [
"source",
"message"
],
"uuid": "40e81601-8205-41af-8e67-33795291a448",
"version": 1
}