Skip to content

Commit 8fc008c

Browse files
committed
chg: [wifi-connection] ui-priority
1 parent 5506ca8 commit 8fc008c

1 file changed

Lines changed: 26 additions & 13 deletions

File tree

objects/wifi-connection/definition.json

Lines changed: 26 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -27,27 +27,32 @@
2727
"captive-portal-url": {
2828
"description": "Captive portal URL associated with the WiFi network",
2929
"misp-attribute": "url",
30-
"multiple": true
30+
"multiple": true,
31+
"ui-priority": 0
3132
},
3233
"channel": {
3334
"description": "WiFi channel number",
3435
"misp-attribute": "integer",
35-
"multiple": false
36+
"multiple": false,
37+
"ui-priority": 0
3638
},
3739
"comment": {
3840
"description": "Additional contextual information",
3941
"misp-attribute": "comment",
40-
"multiple": false
42+
"multiple": false,
43+
"ui-priority": 0
4144
},
4245
"country-code": {
4346
"description": "Regulatory country code advertised by the AP",
4447
"misp-attribute": "text",
45-
"multiple": false
48+
"multiple": false,
49+
"ui-priority": 0
4650
},
4751
"device-model": {
4852
"description": "Wireless access point model",
4953
"misp-attribute": "text",
50-
"multiple": false
54+
"multiple": false,
55+
"ui-priority": 0
5156
},
5257
"encryption": {
5358
"description": "Encryption algorithm used",
@@ -72,11 +77,13 @@
7277
"first-seen": {
7378
"description": "First observation timestamp",
7479
"misp-attribute": "datetime",
75-
"multiple": false
80+
"multiple": false,
81+
"ui-priority": 0
7682
},
7783
"frequency": {
7884
"description": "Operating frequency band",
7985
"misp-attribute": "text",
86+
"ui-priority": 0,
8087
"values_list": [
8188
"2.4ghz",
8289
"5ghz",
@@ -86,17 +93,20 @@
8693
"hostname": {
8794
"description": "Hostname of the wireless access point",
8895
"misp-attribute": "hostname",
89-
"multiple": true
96+
"multiple": true,
97+
"ui-priority": 0
9098
},
9199
"ip-address": {
92100
"description": "IP address assigned to the access point",
93101
"misp-attribute": "ip-dst",
94-
"multiple": true
102+
"multiple": true,
103+
"ui-priority": 0
95104
},
96105
"last-seen": {
97106
"description": "Last observation timestamp",
98107
"misp-attribute": "datetime",
99-
"multiple": false
108+
"multiple": false,
109+
"ui-priority": 0
100110
},
101111
"password": {
102112
"description": "WiFi pre-shared key or password (sensitive information)",
@@ -109,6 +119,7 @@
109119
"description": "Wireless security protocol",
110120
"misp-attribute": "text",
111121
"multiple": false,
122+
"ui-priority": 0,
112123
"values_list": [
113124
"802.11a",
114125
"802.11b",
@@ -122,18 +133,20 @@
122133
"signal-strength": {
123134
"description": "Observed signal strength (RSSI in dBm)",
124135
"misp-attribute": "integer",
125-
"multiple": false
136+
"multiple": false,
137+
"ui-priority": 0
126138
},
127139
"ssid": {
128140
"description": "WiFi network SSID (Service Set Identifier)",
129141
"misp-attribute": "text",
130142
"multiple": false,
131-
"ui-priority": 1
143+
"ui-priority": 10
132144
},
133145
"vendor": {
134146
"description": "Access point vendor or manufacturer",
135147
"misp-attribute": "text",
136-
"multiple": false
148+
"multiple": false,
149+
"ui-priority": 0
137150
}
138151
},
139152
"description": "Wireless network connection parameters including SSID, authentication, encryption and configuration details.",
@@ -144,5 +157,5 @@
144157
"bssid"
145158
],
146159
"uuid": "107695a8-0ce0-4c9c-be51-5b21ea32257a",
147-
"version": 1
160+
"version": 2
148161
}

0 commit comments

Comments
 (0)