Skip to content

Commit 3844cb0

Browse files
authored
Merge pull request #486 from Th4nat0s/main
Update uav object
2 parents 3df2d3f + 7cbed21 commit 3844cb0

2 files changed

Lines changed: 108 additions & 3 deletions

File tree

Lines changed: 100 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,100 @@
1+
{
2+
"attributes": {
3+
"battery-type": {
4+
"description": "Type of battery used in the remote controller (e.g., LiPo, Li-ion, NiMH).",
5+
"disable_correlation": true,
6+
"misp-attribute": "text",
7+
"sane_default": [
8+
"LiPo",
9+
"Li-ion",
10+
"NiMH",
11+
"NiCd",
12+
"other",
13+
"unknown"
14+
],
15+
"ui-priority": 6
16+
},
17+
"fcc-id": {
18+
"description": "FCC ID assigned to the remote controller.",
19+
"misp-attribute": "text",
20+
"ui-priority": 8
21+
},
22+
"firmware-hash-sha256": {
23+
"description": "Hash of controller firmware (SHA256).",
24+
"misp-attribute": "sha256",
25+
"ui-priority": 8
26+
},
27+
"firmware-version": {
28+
"description": "Firmware version installed on the remote controller.",
29+
"disable_correlation": true,
30+
"misp-attribute": "text",
31+
"ui-priority": 8
32+
},
33+
"first-seen": {
34+
"description": "First time this remote controller has been seen",
35+
"disable_correlation": true,
36+
"misp-attribute": "datetime",
37+
"ui-priority": 2
38+
},
39+
"imei": {
40+
"description": "International Mobile Equipment Identity (IMEI) number of the remote controller, if applicable.",
41+
"misp-attribute": "text",
42+
"ui-priority": 8
43+
},
44+
"mac-address": {
45+
"description": "MAC address of the remote controller communication module.",
46+
"misp-attribute": "text",
47+
"ui-priority": 8
48+
},
49+
"manufacturer": {
50+
"description": "Manufacturer (e.g., DJI, Radiomaster).",
51+
"disable_correlation": true,
52+
"misp-attribute": "text",
53+
"ui-priority": 10
54+
},
55+
"model": {
56+
"description": "Model of the remote controller.",
57+
"disable_correlation": true,
58+
"misp-attribute": "text",
59+
"ui-priority": 10
60+
},
61+
"notes": {
62+
"description": "Additional notes or comments about the remote controller.",
63+
"disable_correlation": true,
64+
"misp-attribute": "text",
65+
"ui-priority": 0
66+
},
67+
"picture": {
68+
"description": "Picture related to the remote controller",
69+
"misp-attribute": "attachment",
70+
"multiple": true,
71+
"ui-priority": 11
72+
},
73+
"remote-controller-id": {
74+
"description": "Identifier of the remote controller.",
75+
"misp-attribute": "text",
76+
"ui-priority": 8
77+
},
78+
"serial-number": {
79+
"description": "Manufacturer's serial number (unique identifier).",
80+
"misp-attribute": "text",
81+
"ui-priority": 10
82+
},
83+
"year-of-manufacture": {
84+
"description": "Year the remote controller was manufactured.",
85+
"disable_correlation": true,
86+
"misp-attribute": "text",
87+
"ui-priority": 8
88+
}
89+
},
90+
"description": "Remote controller",
91+
"meta-category": "misc",
92+
"name": "remote-controller",
93+
"requiredOneOf": [
94+
"model",
95+
"manufacturer",
96+
"serial-number"
97+
],
98+
"uuid": "8f3b2a7d-6b14-4e2a-9c5d-8c7e3f1b2d4a",
99+
"version": 1
100+
}

objects/uav/definition.json

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,18 +26,23 @@
2626
"misp-attribute": "text",
2727
"ui-priority": 8
2828
},
29+
"craftname": {
30+
"description": "Configured Craft name or reference.",
31+
"misp-attribute": "text",
32+
"ui-priority": 8
33+
},
2934
"fcc-id": {
3035
"description": "FCC ID assigned to the UAV.",
3136
"misp-attribute": "text",
3237
"ui-priority": 8
3338
},
3439
"firmware-hash-sha256": {
35-
"description": "Hash of the firmware installed on the UAV (SHA256).",
40+
"description": "Hash of the flight controller installed on the UAV (SHA256).",
3641
"misp-attribute": "sha256",
3742
"ui-priority": 8
3843
},
3944
"firmware-version": {
40-
"description": "Firmware version installed on the UAV.",
45+
"description": "Flight Controller version installed on the UAV.",
4146
"disable_correlation": true,
4247
"misp-attribute": "text",
4348
"ui-priority": 8
@@ -204,4 +209,4 @@
204209
],
205210
"uuid": "1d103a64-e30d-4c8c-931c-3e86b83db992",
206211
"version": 4
207-
}
212+
}

0 commit comments

Comments
 (0)