forked from MISP/misp-objects
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdefinition.json
87 lines (87 loc) · 2 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
{
"attributes": {
"MAC-address": {
"description": "Device MAC address",
"misp-attribute": "mac-address",
"ui-priority": 0
},
"OS": {
"description": "OS of the device",
"disable_correlation": true,
"misp-attribute": "text",
"multiple": true,
"ui-priority": 98
},
"alias": {
"description": "Alias of the Device",
"misp-attribute": "text",
"multiple": true,
"ui-priority": 100
},
"analysis-date": {
"description": "Date of device analysis",
"misp-attribute": "datetime",
"ui-priority": 0
},
"attachment": {
"description": "An attachment",
"misp-attribute": "attachment",
"multiple": true,
"ui-priority": 0
},
"description": {
"description": "Description of the Device",
"disable_correlation": true,
"misp-attribute": "text",
"ui-priority": 0
},
"device-type": {
"description": "Type of the device",
"disable_correlation": true,
"misp-attribute": "text",
"sane_default": [
"PC",
"Mobile",
"Laptop",
"HID",
"TV",
"IoT",
"Hardware",
"Other"
],
"ui-priority": 99
},
"dns-name": {
"description": "Device DNS Name",
"misp-attribute": "text",
"multiple": true,
"ui-priority": 0
},
"ip-address": {
"description": "Device IP address",
"misp-attribute": "ip-src",
"multiple": true,
"ui-priority": 0
},
"name": {
"description": "Name of the Device",
"misp-attribute": "text",
"ui-priority": 101
},
"version": {
"description": "Version of the device/ OS",
"disable_correlation": true,
"misp-attribute": "text",
"ui-priority": 97
}
},
"description": "An object to define a device",
"meta-category": "misc",
"name": "device",
"requiredOneOf": [
"name",
"alias"
],
"uuid": "0c64b41a-e583-4f4d-ac92-d484163b9e52",
"version": 7
}