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+ }
0 commit comments