forked from MISP/misp-objects
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdefinition.json
47 lines (47 loc) · 1.25 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
{
"attributes": {
"additional-comments": {
"description": "Comments.",
"disable_correlation": true,
"misp-attribute": "text",
"ui-priority": 0
},
"analysis-start-date": {
"description": "Date when the analysis began.",
"disable_correlation": true,
"misp-attribute": "datetime",
"ui-priority": 0
},
"case-name": {
"description": "Name to address the case.",
"misp-attribute": "text",
"ui-priority": 0
},
"case-number": {
"description": "Any unique number assigned to the case for unique identification.",
"misp-attribute": "text",
"ui-priority": 0
},
"name-of-the-analyst": {
"description": "Name(s) of the analyst assigned to the case.",
"disable_correlation": true,
"misp-attribute": "text",
"multiple": true,
"ui-priority": 0
},
"references": {
"description": "External references",
"misp-attribute": "link",
"multiple": true,
"ui-priority": 0
}
},
"description": "An object template to describe a digital forensic case.",
"meta-category": "misc",
"name": "forensic-case",
"requiredOneOf": [
"case-number"
],
"uuid": "3ea36022-ae93-455e-88b1-d43aca789cac",
"version": 1
}