Skip to content

Commit 36f4920

Browse files
committed
add: [uav] Added a few attributes to describe Flight Controller fields and firmware hash
1 parent d4dc857 commit 36f4920

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

objects/uav/definition.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@
2020
"misp-attribute": "boolean",
2121
"ui-priority": 6
2222
},
23+
"chipset": {
24+
"description": "Flight Controller chipset",
25+
"misp-attribute": "text",
26+
"ui-priority": 8
27+
},
2328
"country-of-operation": {
2429
"description": "Country where the UAV is primarily operated.",
2530
"disable_correlation": true,
@@ -36,6 +41,11 @@
3641
"misp-attribute": "text",
3742
"ui-priority": 8
3843
},
44+
"firmware-hash-md5": {
45+
"description": "Hash of the flight controller installed on the UAV (MD5).",
46+
"misp-attribute": "md5",
47+
"ui-priority": 8
48+
},
3949
"firmware-hash-sha256": {
4050
"description": "Hash of the flight controller installed on the UAV (SHA256).",
4151
"misp-attribute": "sha256",
@@ -123,6 +133,11 @@
123133
"misp-attribute": "text",
124134
"ui-priority": 0
125135
},
136+
"operating-system": {
137+
"description": "Flight Controller OS installed on the UAV",
138+
"misp-attribute": "text",
139+
"ui-prority": 10
140+
},
126141
"operator": {
127142
"description": "Entity or individual operating the UAV.",
128143
"misp-attribute": "text",

0 commit comments

Comments
 (0)