-
Notifications
You must be signed in to change notification settings - Fork 131
Expand file tree
/
Copy pathdefinition.json
More file actions
100 lines (100 loc) · 2.83 KB
/
definition.json
File metadata and controls
100 lines (100 loc) · 2.83 KB
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
{
"attributes": {
"battery-type": {
"description": "Type of battery used in the remote controller (e.g., LiPo, Li-ion, NiMH).",
"disable_correlation": true,
"misp-attribute": "text",
"sane_default": [
"LiPo",
"Li-ion",
"NiMH",
"NiCd",
"other",
"unknown"
],
"ui-priority": 6
},
"fcc-id": {
"description": "FCC ID assigned to the remote controller.",
"misp-attribute": "text",
"ui-priority": 8
},
"firmware-hash-sha256": {
"description": "Hash of controller firmware (SHA256).",
"misp-attribute": "sha256",
"ui-priority": 8
},
"firmware-version": {
"description": "Firmware version installed on the remote controller.",
"disable_correlation": true,
"misp-attribute": "text",
"ui-priority": 8
},
"first-seen": {
"description": "First time this remote controller has been seen",
"disable_correlation": true,
"misp-attribute": "datetime",
"ui-priority": 2
},
"imei": {
"description": "International Mobile Equipment Identity (IMEI) number of the remote controller, if applicable.",
"misp-attribute": "text",
"ui-priority": 8
},
"mac-address": {
"description": "MAC address of the remote controller communication module.",
"misp-attribute": "text",
"ui-priority": 8
},
"manufacturer": {
"description": "Manufacturer (e.g., DJI, Radiomaster).",
"disable_correlation": true,
"misp-attribute": "text",
"ui-priority": 10
},
"model": {
"description": "Model of the remote controller.",
"disable_correlation": true,
"misp-attribute": "text",
"ui-priority": 10
},
"notes": {
"description": "Additional notes or comments about the remote controller.",
"disable_correlation": true,
"misp-attribute": "text",
"ui-priority": 0
},
"picture": {
"description": "Picture related to the remote controller",
"misp-attribute": "attachment",
"multiple": true,
"ui-priority": 11
},
"remote-controller-id": {
"description": "Identifier of the remote controller.",
"misp-attribute": "text",
"ui-priority": 8
},
"serial-number": {
"description": "Manufacturer's serial number (unique identifier).",
"misp-attribute": "text",
"ui-priority": 10
},
"year-of-manufacture": {
"description": "Year the remote controller was manufactured.",
"disable_correlation": true,
"misp-attribute": "text",
"ui-priority": 8
}
},
"description": "Remote controller",
"meta-category": "misc",
"name": "remote-controller",
"requiredOneOf": [
"model",
"manufacturer",
"serial-number"
],
"uuid": "8f3b2a7d-6b14-4e2a-9c5d-8c7e3f1b2d4a",
"version": 1
}