{"info":{"_postman_id":"d8f119ea-2083-456b-8a58-29991b8becad","name":"802 Secure/LOCH Customer API","description":"<html><head></head><body><h1 id=\"overview\">Overview</h1>\n<p>The <strong>LOCH/802 Secure Customer API</strong> is a REST API offering customer access to data stored in the LOCH/802 Secure Cloud.</p>\n<p>Only valid customers may access the API. Visit <a href=\"https://loch.io\">https://loch.io</a> for information about our products.</p>\n<h1 id=\"json-web-tokens\">JSON Web Tokens</h1>\n<p>An initial API key generated from the console is required for access. After a successful login two JSON Web Tokens are delivered, <code>access_token</code> and <code>refresh_token</code>, with different lifespans.</p>\n<p>The <code>refresh_token</code> last 30 days and is used to generate a new <code>access_token</code>.</p>\n<p>The <code>access_token</code> is used on all requests other than <code>login</code> and <code>refresh</code>. It must be passed in the HTTP Header field <code>Authorization: Bearer</code> . It has a shorter lifespan.</p>\n<p>If an expired <code>access_token</code> is presented the API will return an HTTP 401 Unauthorized response. The <code>refresh</code> process should then be performed to obtain a fresh <code>access_token</code>:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"code\": \"JWT_TOKEN_EXPIRED\",\n  \"error_message\": {\"code\": \"JWT_TOKEN_EXPIRED\", \"descr\": \"Token has expired\"},\n  \"status\": \"error\"\n}\n\n</code></pre>\n<p>A token can be removed using the <code>logout</code> function. Any further use of the token will return:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"code\": \"JWT_TOKEN_REVOKED\",\n    \"error_message\": {\"code\": \"JWT_TOKEN_REVOKED\", \"descr\": \"Revoked token\"},\n    \"status\": \"error\"\n}\n\n</code></pre>\n<h1 id=\"results\">Results</h1>\n<p>Results generally use the same JSON output structure.</p>\n<p>For successful queries:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"data\": [{\"result_key\": \"results\"}]\",\n  \"status\": \"success\"\n}\n\n</code></pre>\n<p>For errors:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"code\": \"JWT_TOKEN_EXPIRED\",\n  \"error_message\": {\"code\": \"JWT_TOKEN_EXPIRED\", \"descr\": \"Token has expired\"},\n  \"status\": \"error\"\n}\n\n</code></pre>\n<h1 id=\"timestamp-format\">Timestamp format</h1>\n<p>Timestamps submitted to the REST API must be in UNIX Epoch time format.</p>\n<p>For example Thursday, May 21, 2020 6:16:19 PM GMT is <code>1590084979</code> in this format.</p>\n<p>\"Human Readable\" formats can be used as an alternative to ISO date format. For example:</p>\n<ul>\n<li><p>1 day can be <code>1 day</code> or <code>1d</code></p>\n</li>\n<li><p>Two hours can be <code>2 hours</code> or <code>2h</code></p>\n</li>\n<li><p>30 minutes can be <code>30 minutes</code> or <code>30m</code></p>\n</li>\n</ul>\n<h1 id=\"identifier-format\">Identifier format</h1>\n<p>To access a specific record the REST API requires a valid identifier. In all cases the identifier can be the alphanumeric code found at the end of URLs, such as <code>o8XvG2K6NKqAkw0Z</code>. Some endpoints permit more unique codes such as IEEE MAC OUI or a string/numeric that identifies an object.</p>\n<p>In the case of multiple results only the first record will be returned.</p>\n<h1 id=\"help-and-support\">Help and Support</h1>\n<p>For additional help access the LOCH Cloud console at <a href=\"https://console.loch.io/\">https://console.802secure.net/</a></p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"Overview","slug":"overview"},{"content":"JSON Web Tokens","slug":"json-web-tokens"},{"content":"Results","slug":"results"},{"content":"Timestamp format","slug":"timestamp-format"},{"content":"Identifier format","slug":"identifier-format"},{"content":"Help and Support","slug":"help-and-support"}],"owner":"2715762","collectionId":"d8f119ea-2083-456b-8a58-29991b8becad","publishedId":"SzzefzaT","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2020-06-10T05:12:25.000Z"},"item":[{"name":"WiFi","item":[{"name":"Nearby APs","id":"9a2a98df-f6be-4187-98ee-892c8fd3c357","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.802secure.net/apiv1/customer/sensor/sensor_identifier/aps","description":"<p>Obtain a list of WiFi Access Points observed by an AIRSHIELD Sensor.</p>\n<p>Must include an AIRSHIELD sensor identifier or short name.</p>\n<p>May include a UNIX timestamp for a specific time view.</p>\n","auth":{"type":"bearer","bearer":{"token":"access_token"},"isInherited":true,"source":{"_postman_id":"d8f119ea-2083-456b-8a58-29991b8becad","id":"d8f119ea-2083-456b-8a58-29991b8becad","name":"802 Secure/LOCH Customer API","type":"collection"}},"urlObject":{"path":["sensor","sensor_identifier","aps"],"host":["https://api.802secure.net/apiv1/customer"],"query":[],"variable":[]}},"response":[{"id":"07bf03c1-c71d-482f-8a78-9653e51513a6","name":"Nearby APs","originalRequest":{"method":"GET","header":[],"url":"https://api.802secure.net/apiv1/customer/sensor/sensor_identifier/aps"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 12 Oct 2021 23:08:53 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"16499"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Set-Cookie","value":"session=ee9cd6ce-9422-4429-881d-337b7507d36a.37RHq9LUPoAmPMmLlDzXxxHyakc; Expires=Wed, 13-Oct-2021 00:08:53 GMT; Secure; HttpOnly; Path=/"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"channel_24\": [],\n        \"channel_5\": [],\n        \"records\": {\n            \"2C:FD:A1:A1:5B:98\": {\n                \"channel\": 2,\n                \"encryption\": \"{WPA2+CCMP,WPA+CCMP}\",\n                \"essid\": \"J-Sei\",\n                \"label\": \"\",\n                \"last_seen\": \"2021-10-12T23:08:46.505197Z\",\n                \"manufacturer\": \"ASUSTek COMPUTER INC.\",\n                \"signal_dbm\": -45,\n                \"timestamp\": \"2021-10-12T23:08:46.451049Z\",\n                \"trust_level\": 30,\n                \"url_id\": \"EWPYxLV8qoNDe5aj\",\n                \"wps_data\": {\n                    \"capable\": false,\n                    \"data\": {\n                        \"configured\": false\n                    }\n                }\n            },\n            \"2C:FD:A1:A1:5B:9C\": {\n                \"channel\": 161,\n                \"encryption\": \"{WPA2+CCMP,WPA+CCMP}\",\n                \"essid\": \"J-Sei\",\n                \"label\": \"Neighbor\",\n                \"last_seen\": \"2021-10-12T23:08:45.922304Z\",\n                \"manufacturer\": \"ASUSTek COMPUTER INC.\",\n                \"signal_dbm\": -69,\n                \"timestamp\": \"2021-10-12T23:08:45.869183Z\",\n                \"trust_level\": 30,\n                \"url_id\": \"plqXoKNdwBpn7y26\",\n                \"wps_data\": {\n                    \"capable\": false,\n                    \"data\": {\n                        \"configured\": false\n                    }\n                }\n            },\n            \"30:B5:C2:FC:43:DD\": {\n                \"channel\": 6,\n                \"encryption\": \"{WPA2+CCMP,WPA+CCMP}\",\n                \"essid\": \"The Cracken\",\n                \"label\": null,\n                \"last_seen\": \"2021-10-12T23:08:44.830229Z\",\n                \"manufacturer\": \"TP-LINK TECHNOLOGIES CO.,LTD.\",\n                \"signal_dbm\": -87,\n                \"timestamp\": \"2021-10-12T23:08:44.761774Z\",\n                \"trust_level\": 61,\n                \"url_id\": \"XvG2K62WPGrKqAkw\",\n                \"wps_data\": {\n                    \"capable\": true,\n                    \"data\": {\n                        \"configured\": true,\n                        \"devname\": \"Wireless Router Archer C7\",\n                        \"manuf\": \"TP-LINK\",\n                        \"modelname\": \"Archer C7\",\n                        \"modelnum\": \"2.0\"\n                    }\n                }\n            },\n            \"32:CD:A7:24:8D:C7\": {\n                \"channel\": 11,\n                \"encryption\": \"{WPA2+CCMP}\",\n                \"essid\": \"DIRECT-TNM2020 Series\",\n                \"label\": \"\",\n                \"last_seen\": \"2021-10-12T23:08:44.280003Z\",\n                \"manufacturer\": \"Unknown\",\n                \"signal_dbm\": -84,\n                \"timestamp\": \"2021-10-12T23:08:44.201213Z\",\n                \"trust_level\": 61,\n                \"url_id\": \"269yoDg56zRLvx8V\",\n                \"wps_data\": {\n                    \"capable\": true,\n                    \"data\": {\n                        \"configured\": true,\n                        \"devname\": \"M2020 Series\",\n                        \"manuf\": \"Broadcom\",\n                        \"modelname\": \"SoftAP\",\n                        \"modelnum\": \"0\"\n                    }\n                }\n            },\n            \"3C:28:6D:62:0F:3B\": {\n                \"channel\": 6,\n                \"encryption\": \"{WPA2+CCMP}\",\n                \"essid\": \"Buster&clark\",\n                \"label\": null,\n                \"last_seen\": \"2021-10-12T23:08:46.079051Z\",\n                \"manufacturer\": \"Google, Inc.\",\n                \"signal_dbm\": -84,\n                \"timestamp\": \"2021-10-12T23:08:46.027188Z\",\n                \"trust_level\": 61,\n                \"url_id\": \"vQMlKY5gOZ9K2qe0\",\n                \"wps_data\": {\n                    \"capable\": false,\n                    \"data\": {\n                        \"configured\": false\n                    }\n                }\n            },\n            \"58:96:30:41:09:48\": {\n                \"channel\": 1,\n                \"encryption\": \"{WPA2+CCMP}\",\n                \"essid\": \"CBCI-0944\",\n                \"label\": null,\n                \"last_seen\": \"2021-10-12T23:08:44.378426Z\",\n                \"manufacturer\": \"Technicolor CH USA Inc.\",\n                \"signal_dbm\": -63,\n                \"timestamp\": \"2021-10-12T23:08:44.328275Z\",\n                \"trust_level\": 61,\n                \"url_id\": \"WPYxLVxYV1mDe5aj\",\n                \"wps_data\": {\n                    \"capable\": true,\n                    \"data\": {\n                        \"configured\": true,\n                        \"devname\": \"BroadcomAP\",\n                        \"manuf\": \"Broadcom\",\n                        \"modelname\": \"Broadcom\",\n                        \"modelnum\": \"123456\"\n                    }\n                }\n            },\n            \"58:96:30:41:09:4B\": {\n                \"channel\": 1,\n                \"encryption\": \"{None}\",\n                \"essid\": \"BROADCOM_GUEST_0_3\",\n                \"label\": null,\n                \"last_seen\": \"2021-10-12T23:08:43.353009Z\",\n                \"manufacturer\": \"Technicolor CH USA Inc.\",\n                \"signal_dbm\": -63,\n                \"timestamp\": \"2021-10-12T23:08:38.711017Z\",\n                \"trust_level\": 71,\n                \"url_id\": \"PpOmLWjmQ6onBGb9\",\n                \"wps_data\": {\n                    \"capable\": false,\n                    \"data\": {\n                        \"configured\": false\n                    }\n                }\n            },\n            \"58:96:30:41:09:50\": {\n                \"channel\": 149,\n                \"encryption\": \"{WPA2+CCMP}\",\n                \"essid\": \"CBCI-0944\",\n                \"label\": null,\n                \"last_seen\": \"2021-10-12T23:08:46.153093Z\",\n                \"manufacturer\": \"Technicolor CH USA Inc.\",\n                \"signal_dbm\": -75,\n                \"timestamp\": \"2021-10-12T23:08:46.109931Z\",\n                \"trust_level\": 61,\n                \"url_id\": \"GmVED25NMZqKkqQw\",\n                \"wps_data\": {\n                    \"capable\": true,\n                    \"data\": {\n                        \"configured\": true,\n                        \"devname\": \"BroadcomAP\",\n                        \"manuf\": \"Broadcom\",\n                        \"modelname\": \"Broadcom\",\n                        \"modelnum\": \"123456\"\n                    }\n                }\n            },\n            \"58:96:30:41:09:52\": {\n                \"channel\": 149,\n                \"encryption\": \"{None}\",\n                \"essid\": \"xfinitywifi\",\n                \"label\": \"\",\n                \"last_seen\": \"2021-10-12T23:08:43.791141Z\",\n                \"manufacturer\": \"Technicolor CH USA Inc.\",\n                \"signal_dbm\": -75,\n                \"timestamp\": \"2021-10-12T23:08:43.718550Z\",\n                \"trust_level\": 71,\n                \"url_id\": \"x4dankp9WqNLGANw\",\n                \"wps_data\": {\n                    \"capable\": true,\n                    \"data\": {\n                        \"configured\": false,\n                        \"devname\": \"BroadcomAP\",\n                        \"manuf\": \"Broadcom\",\n                        \"modelname\": \"Broadcom\",\n                        \"modelnum\": \"123456\"\n                    }\n                }\n            },\n            \"58:96:30:41:09:53\": {\n                \"channel\": 149,\n                \"encryption\": \"{None}\",\n                \"essid\": \"BROADCOM_GUEST_1_3\",\n                \"label\": null,\n                \"last_seen\": \"2021-10-12T23:08:43.901682Z\",\n                \"manufacturer\": \"Technicolor CH USA Inc.\",\n                \"signal_dbm\": -75,\n                \"timestamp\": \"2021-10-12T23:08:43.834306Z\",\n                \"trust_level\": 71,\n                \"url_id\": \"b41kKwk3W26KzZog\",\n                \"wps_data\": {\n                    \"capable\": false,\n                    \"data\": {\n                        \"configured\": false\n                    }\n                }\n            },\n            \"58:CB:52:C8:B1:BD\": {\n                \"channel\": 1,\n                \"encryption\": \"{WPA2+CCMP}\",\n                \"essid\": \"107\",\n                \"label\": \"\",\n                \"last_seen\": \"2021-10-12T23:08:45.832722Z\",\n                \"manufacturer\": \"Google, Inc.\",\n                \"signal_dbm\": -89,\n                \"timestamp\": \"2021-10-12T23:08:45.759660Z\",\n                \"trust_level\": 61,\n                \"url_id\": \"wd4mnArvPqmLkvRp\",\n                \"wps_data\": {\n                    \"capable\": false,\n                    \"data\": {\n                        \"configured\": false\n                    }\n                }\n            },\n            \"82:18:88:BE:F0:04\": {\n                \"channel\": 11,\n                \"encryption\": \"{WPA2+CCMP}\",\n                \"essid\": \"HS20-test\",\n                \"label\": \"\",\n                \"last_seen\": \"2021-10-12T23:08:45.392015Z\",\n                \"manufacturer\": \"Unknown\",\n                \"signal_dbm\": -37,\n                \"timestamp\": \"2021-10-12T23:08:45.313206Z\",\n                \"trust_level\": 61,\n                \"url_id\": \"Mqa0n1GdvW9K2pxv\",\n                \"wps_data\": {\n                    \"capable\": false,\n                    \"data\": {\n                        \"configured\": false\n                    }\n                }\n            },\n            \"82:18:98:BE:F0:04\": {\n                \"channel\": 44,\n                \"encryption\": \"{WPA2+CCMP}\",\n                \"essid\": \"HS20-test\",\n                \"label\": \"\",\n                \"last_seen\": \"2021-10-12T23:08:44.719299Z\",\n                \"manufacturer\": \"Unknown\",\n                \"signal_dbm\": -53,\n                \"timestamp\": \"2021-10-12T23:08:44.619980Z\",\n                \"trust_level\": 61,\n                \"url_id\": \"bvoenOOXNA5nMg14\",\n                \"wps_data\": {\n                    \"capable\": false,\n                    \"data\": {\n                        \"configured\": false\n                    }\n                }\n            },\n            \"84:D8:1B:81:6A:AF\": {\n                \"channel\": 7,\n                \"encryption\": \"{WPA2+CCMP}\",\n                \"essid\": \"jshome\",\n                \"label\": \"\",\n                \"last_seen\": \"2021-10-12T23:08:48.058183Z\",\n                \"manufacturer\": \"TP-LINK TECHNOLOGIES CO.,LTD.\",\n                \"signal_dbm\": -85,\n                \"timestamp\": \"2021-10-12T23:08:48.006099Z\",\n                \"trust_level\": 30,\n                \"url_id\": \"Mqa0n1Gojv6K2pxv\",\n                \"wps_data\": {\n                    \"capable\": true,\n                    \"data\": {\n                        \"configured\": true,\n                        \"devname\": \"AX1800 Wi-Fi 6 Router\",\n                        \"manuf\": \"TP-Link\",\n                        \"modelname\": \"Archer AX21\",\n                        \"modelnum\": \"123456\"\n                    }\n                }\n            },\n            \"86:18:88:BE:F0:04\": {\n                \"channel\": 11,\n                \"encryption\": \"{WPA2+CCMP}\",\n                \"essid\": \"EAPtest\",\n                \"label\": \"\",\n                \"last_seen\": \"2021-10-12T23:08:47.440555Z\",\n                \"manufacturer\": \"Unknown\",\n                \"signal_dbm\": -38,\n                \"timestamp\": \"2021-10-12T23:08:47.389519Z\",\n                \"trust_level\": 61,\n                \"url_id\": \"Y2p6nGe7Z1zKJQ3b\",\n                \"wps_data\": {\n                    \"capable\": false,\n                    \"data\": {\n                        \"configured\": false\n                    }\n                }\n            },\n            \"86:18:98:BE:F0:04\": {\n                \"channel\": 44,\n                \"encryption\": \"{WPA2+CCMP}\",\n                \"essid\": \"EAPtest\",\n                \"label\": \"\",\n                \"last_seen\": \"2021-10-12T23:08:45.082389Z\",\n                \"manufacturer\": \"Unknown\",\n                \"signal_dbm\": -53,\n                \"timestamp\": \"2021-10-12T23:08:44.987328Z\",\n                \"trust_level\": 61,\n                \"url_id\": \"zA1RL7ox5pOLr0al\",\n                \"wps_data\": {\n                    \"capable\": false,\n                    \"data\": {\n                        \"configured\": false\n                    }\n                }\n            },\n            \"88:1F:A1:30:67:E6\": {\n                \"channel\": 11,\n                \"encryption\": \"{WPA2+CCMP}\",\n                \"essid\": \"J-Sei\",\n                \"label\": \"Neighbor\",\n                \"last_seen\": \"2021-10-12T23:08:47.234553Z\",\n                \"manufacturer\": \"Apple, Inc.\",\n                \"signal_dbm\": -69,\n                \"timestamp\": \"2021-10-12T23:08:47.178693Z\",\n                \"trust_level\": 30,\n                \"url_id\": \"kvQMlKYNereD2qe0\",\n                \"wps_data\": {\n                    \"capable\": false,\n                    \"data\": {\n                        \"configured\": false\n                    }\n                }\n            },\n            \"8A:18:88:BE:F0:04\": {\n                \"channel\": 11,\n                \"encryption\": \"{WEP}\",\n                \"essid\": \"GoW3pOrGoH0me\",\n                \"label\": \"\",\n                \"last_seen\": \"2021-10-12T23:08:45.225211Z\",\n                \"manufacturer\": \"Unknown\",\n                \"signal_dbm\": -38,\n                \"timestamp\": \"2021-10-12T23:08:45.127509Z\",\n                \"trust_level\": 71,\n                \"url_id\": \"GmVED25m5pbKkqQw\",\n                \"wps_data\": {\n                    \"capable\": false,\n                    \"data\": {\n                        \"configured\": false\n                    }\n                }\n            },\n            \"8A:18:98:BE:F0:04\": {\n                \"channel\": 44,\n                \"encryption\": \"{WEP}\",\n                \"essid\": \"GoW3pOrGoH0me\",\n                \"label\": \"\",\n                \"last_seen\": \"2021-10-12T23:08:47.641374Z\",\n                \"manufacturer\": \"Unknown\",\n                \"signal_dbm\": -53,\n                \"timestamp\": \"2021-10-12T23:08:47.558723Z\",\n                \"trust_level\": 71,\n                \"url_id\": \"GqX3KB2Y2okKpwNj\",\n                \"wps_data\": {\n                    \"capable\": false,\n                    \"data\": {\n                        \"configured\": false\n                    }\n                }\n            },\n            \"8C:0F:6F:34:E6:68\": {\n                \"channel\": 11,\n                \"encryption\": \"{WPA2+CCMP,WPA2+TKIP,WPA+CCMP,WPA+TKIP}\",\n                \"essid\": \"CBCI-3D6C-2.4\",\n                \"label\": \"\",\n                \"last_seen\": \"2021-10-12T23:08:46.299242Z\",\n                \"manufacturer\": \"PEGATRON CORPORATION\",\n                \"signal_dbm\": -67,\n                \"timestamp\": \"2021-10-12T23:08:46.255692Z\",\n                \"trust_level\": 61,\n                \"url_id\": \"4yVpWLxOeQmn5BaN\",\n                \"wps_data\": {\n                    \"capable\": true,\n                    \"data\": {\n                        \"configured\": true,\n                        \"devname\": \"DPC3941B\",\n                        \"manuf\": \"Cisco Systems, Inc.\",\n                        \"modelname\": \"DPC3941B\",\n                        \"modelnum\": \"DPC3941B\"\n                    }\n                }\n            },\n            \"8C:0F:6F:34:E6:70\": {\n                \"channel\": 48,\n                \"encryption\": \"{WPA2+CCMP,WPA2+TKIP,WPA+CCMP,WPA+TKIP}\",\n                \"essid\": \"CBCI-3D6C-5\",\n                \"label\": \"\",\n                \"last_seen\": \"2021-10-12T23:08:45.611500Z\",\n                \"manufacturer\": \"PEGATRON CORPORATION\",\n                \"signal_dbm\": -77,\n                \"timestamp\": \"2021-10-12T23:08:45.538618Z\",\n                \"trust_level\": 61,\n                \"url_id\": \"x7XbYLokYgPLOJ20\",\n                \"wps_data\": {\n                    \"capable\": true,\n                    \"data\": {\n                        \"configured\": true,\n                        \"devname\": \"DPC3941B\",\n                        \"manuf\": \"Cisco Systems, Inc.\",\n                        \"modelname\": \"DPC3941B\",\n                        \"modelnum\": \"DPC3941B\"\n                    }\n                }\n            },\n            \"8E:18:98:BE:F0:04\": {\n                \"channel\": 44,\n                \"encryption\": \"{WPA3-Personal+CCMP}\",\n                \"essid\": \"WPA3Ahoy\",\n                \"label\": \"\",\n                \"last_seen\": \"2021-10-12T23:08:46.948577Z\",\n                \"manufacturer\": \"Unknown\",\n                \"signal_dbm\": -53,\n                \"timestamp\": \"2021-10-12T23:08:46.876419Z\",\n                \"trust_level\": 61,\n                \"url_id\": \"aQVvDeWmg5rLW8w0\",\n                \"wps_data\": {\n                    \"capable\": false,\n                    \"data\": {\n                        \"configured\": false\n                    }\n                }\n            },\n            \"92:0F:6F:34:E6:70\": {\n                \"channel\": 48,\n                \"encryption\": \"{None}\",\n                \"essid\": \"xfinitywifi\",\n                \"label\": null,\n                \"last_seen\": \"2021-10-12T23:08:42.318464Z\",\n                \"manufacturer\": \"Unknown\",\n                \"signal_dbm\": -77,\n                \"timestamp\": \"2021-10-12T23:08:38.894900Z\",\n                \"trust_level\": 71,\n                \"url_id\": \"lqXoKNoyeaRD7y26\",\n                \"wps_data\": {\n                    \"capable\": false,\n                    \"data\": {\n                        \"configured\": false\n                    }\n                }\n            },\n            \"92:18:88:BE:F0:04\": {\n                \"channel\": 11,\n                \"encryption\": \"{WPA2+CCMP}\",\n                \"essid\": \"BeastMode\",\n                \"label\": \"\",\n                \"last_seen\": \"2021-10-12T23:08:45.719531Z\",\n                \"manufacturer\": \"Unknown\",\n                \"signal_dbm\": -37,\n                \"timestamp\": \"2021-10-12T23:08:45.664776Z\",\n                \"trust_level\": 61,\n                \"url_id\": \"PpOmLWjMjy5nBGb9\",\n                \"wps_data\": {\n                    \"capable\": false,\n                    \"data\": {\n                        \"configured\": false\n                    }\n                }\n            },\n            \"92:18:98:BE:F0:04\": {\n                \"channel\": 44,\n                \"encryption\": \"{WPA2+CCMP}\",\n                \"essid\": \"BeastMode\",\n                \"label\": \"\",\n                \"last_seen\": \"2021-10-12T23:08:44.148071Z\",\n                \"manufacturer\": \"Unknown\",\n                \"signal_dbm\": -53,\n                \"timestamp\": \"2021-10-12T23:08:44.063866Z\",\n                \"trust_level\": 1,\n                \"url_id\": \"WPYxLVxMxjNDe5aj\",\n                \"wps_data\": {\n                    \"capable\": false,\n                    \"data\": {\n                        \"configured\": false\n                    }\n                }\n            },\n            \"96:0F:6F:34:E6:70\": {\n                \"channel\": 48,\n                \"encryption\": \"{WPA2+CCMP}\",\n                \"essid\": \"XFINITY\",\n                \"label\": null,\n                \"last_seen\": \"2021-10-12T23:08:45.493007Z\",\n                \"manufacturer\": \"Unknown\",\n                \"signal_dbm\": -77,\n                \"timestamp\": \"2021-10-12T23:08:45.437215Z\",\n                \"trust_level\": 61,\n                \"url_id\": \"BVWpnveE2V7Deo1J\",\n                \"wps_data\": {\n                    \"capable\": false,\n                    \"data\": {\n                        \"configured\": false\n                    }\n                }\n            },\n            \"96:18:88:BE:F0:04\": {\n                \"channel\": 11,\n                \"encryption\": \"{None}\",\n                \"essid\": \"Free5Bird\",\n                \"label\": \"\",\n                \"last_seen\": \"2021-10-12T23:08:46.226237Z\",\n                \"manufacturer\": \"Unknown\",\n                \"signal_dbm\": -37,\n                \"timestamp\": \"2021-10-12T23:08:46.183397Z\",\n                \"trust_level\": 71,\n                \"url_id\": \"v0zVKQNMNPlDbB5E\",\n                \"wps_data\": {\n                    \"capable\": false,\n                    \"data\": {\n                        \"configured\": false\n                    }\n                }\n            },\n            \"96:18:98:BE:F0:04\": {\n                \"channel\": 44,\n                \"encryption\": \"{None}\",\n                \"essid\": \"Free5Bird\",\n                \"label\": \"\",\n                \"last_seen\": \"2021-10-12T23:08:39.347423Z\",\n                \"manufacturer\": \"Unknown\",\n                \"signal_dbm\": -53,\n                \"timestamp\": \"2021-10-12T23:08:39.217633Z\",\n                \"trust_level\": 20,\n                \"url_id\": \"60deD0565RJnpPjb\",\n                \"wps_data\": {\n                    \"capable\": false,\n                    \"data\": {\n                        \"configured\": false\n                    }\n                }\n            },\n            \"98:18:88:BE:F0:04\": {\n                \"channel\": 11,\n                \"encryption\": \"{WPA2+CCMP}\",\n                \"essid\": \"Choose Another Castle\",\n                \"label\": \"\",\n                \"last_seen\": \"2021-10-12T23:08:46.589551Z\",\n                \"manufacturer\": \"Cisco Meraki\",\n                \"signal_dbm\": -37,\n                \"timestamp\": \"2021-10-12T23:08:46.539778Z\",\n                \"trust_level\": 1,\n                \"url_id\": \"VyXoLbk4o3vK7QRW\",\n                \"wps_data\": {\n                    \"capable\": false,\n                    \"data\": {\n                        \"configured\": false\n                    }\n                }\n            },\n            \"98:9D:5D:D5:FA:3E\": {\n                \"channel\": 6,\n                \"encryption\": \"{WPA2+CCMP}\",\n                \"essid\": \"Melon\",\n                \"label\": null,\n                \"last_seen\": \"2021-10-12T23:08:46.392412Z\",\n                \"manufacturer\": \"Technicolor CH USA Inc.\",\n                \"signal_dbm\": -88,\n                \"timestamp\": \"2021-10-12T23:08:46.339098Z\",\n                \"trust_level\": 61,\n                \"url_id\": \"E2NgDrqBZd8KaerV\",\n                \"wps_data\": {\n                    \"capable\": true,\n                    \"data\": {\n                        \"configured\": true,\n                        \"devname\": \"Xfinity Wireless Gateway\",\n                        \"manuf\": \"Technicolor\",\n                        \"modelname\": \"XB7\",\n                        \"modelnum\": \"CGM4331COM\"\n                    }\n                }\n            },\n            \"9A:18:98:BE:F0:04\": {\n                \"channel\": 44,\n                \"encryption\": \"{WPA2+CCMP}\",\n                \"essid\": \"Choose Another Castle\",\n                \"label\": \"\",\n                \"last_seen\": \"2021-10-12T23:08:47.740399Z\",\n                \"manufacturer\": \"Cisco Meraki\",\n                \"signal_dbm\": -53,\n                \"timestamp\": \"2021-10-12T23:08:47.695728Z\",\n                \"trust_level\": 1,\n                \"url_id\": \"aQVvDeWmWkrLW8w0\",\n                \"wps_data\": {\n                    \"capable\": false,\n                    \"data\": {\n                        \"configured\": false\n                    }\n                }\n            },\n            \"9A:9D:5D:D6:FA:39\": {\n                \"channel\": 6,\n                \"encryption\": \"{WPA2+CCMP}\",\n                \"essid\": \"\",\n                \"label\": null,\n                \"last_seen\": \"2021-10-12T23:08:46.836869Z\",\n                \"manufacturer\": \"Unknown\",\n                \"signal_dbm\": -87,\n                \"timestamp\": \"2021-10-12T23:08:46.809091Z\",\n                \"trust_level\": 50,\n                \"url_id\": \"yVpWLx34Gdqn5BaN\",\n                \"wps_data\": {\n                    \"capable\": false,\n                    \"data\": {\n                        \"configured\": false\n                    }\n                }\n            },\n            \"9A:9D:5D:D6:FA:3B\": {\n                \"channel\": 6,\n                \"encryption\": \"{WPA2+CCMP}\",\n                \"essid\": \"\",\n                \"label\": null,\n                \"last_seen\": \"2021-10-12T23:08:44.465595Z\",\n                \"manufacturer\": \"Unknown\",\n                \"signal_dbm\": -88,\n                \"timestamp\": \"2021-10-12T23:08:44.413374Z\",\n                \"trust_level\": 50,\n                \"url_id\": \"BbW5npGBZdwDJ319\",\n                \"wps_data\": {\n                    \"capable\": false,\n                    \"data\": {\n                        \"configured\": false\n                    }\n                }\n            },\n            \"9A:9D:5D:D6:FA:3F\": {\n                \"channel\": 6,\n                \"encryption\": \"{WPA2+CCMP}\",\n                \"essid\": \"\",\n                \"label\": null,\n                \"last_seen\": \"2021-10-12T23:08:45.984667Z\",\n                \"manufacturer\": \"Unknown\",\n                \"signal_dbm\": -89,\n                \"timestamp\": \"2021-10-12T23:08:45.952684Z\",\n                \"trust_level\": 50,\n                \"url_id\": \"zA1RL7ovQNdLr0al\",\n                \"wps_data\": {\n                    \"capable\": false,\n                    \"data\": {\n                        \"configured\": false\n                    }\n                }\n            },\n            \"9C:3D:CF:68:7F:D8\": {\n                \"channel\": 2,\n                \"encryption\": \"{WPA2+CCMP}\",\n                \"essid\": \"NETGEAR20\",\n                \"label\": \"\",\n                \"last_seen\": \"2021-10-12T23:08:39.162727Z\",\n                \"manufacturer\": \"NETGEAR\",\n                \"signal_dbm\": -88,\n                \"timestamp\": \"2021-10-12T23:08:39.082993Z\",\n                \"trust_level\": 61,\n                \"url_id\": \"dBbW5npYpYYLJ319\",\n                \"wps_data\": {\n                    \"capable\": true,\n                    \"data\": {\n                        \"configured\": true,\n                        \"devname\": \"NTGRBS\",\n                        \"manuf\": \"Arlo Inc\",\n                        \"modelname\": \"VMB4000\",\n                        \"modelnum\": \"VMB4000\"\n                    }\n                }\n            },\n            \"9E:18:88:BE:F0:04\": {\n                \"channel\": 11,\n                \"encryption\": \"{WPA2+CCMP}\",\n                \"essid\": \"I Am A Guest\",\n                \"label\": \"\",\n                \"last_seen\": \"2021-10-12T23:08:47.958693Z\",\n                \"manufacturer\": \"Unknown\",\n                \"signal_dbm\": -37,\n                \"timestamp\": \"2021-10-12T23:08:47.881509Z\",\n                \"trust_level\": 61,\n                \"url_id\": \"BVWpnvevebeDeo1J\",\n                \"wps_data\": {\n                    \"capable\": false,\n                    \"data\": {\n                        \"configured\": false\n                    }\n                }\n            },\n            \"9E:18:98:BE:F0:04\": {\n                \"channel\": 44,\n                \"encryption\": \"{WPA2+CCMP}\",\n                \"essid\": \"I Am A Guest\",\n                \"label\": \"\",\n                \"last_seen\": \"2021-10-12T23:08:44.579888Z\",\n                \"manufacturer\": \"Unknown\",\n                \"signal_dbm\": -53,\n                \"timestamp\": \"2021-10-12T23:08:44.513742Z\",\n                \"trust_level\": 61,\n                \"url_id\": \"lqXoKNoMorpD7y26\",\n                \"wps_data\": {\n                    \"capable\": false,\n                    \"data\": {\n                        \"configured\": false\n                    }\n                }\n            },\n            \"A6:18:88:BE:F0:04\": {\n                \"channel\": 11,\n                \"encryption\": \"{WEP}\",\n                \"essid\": \"\",\n                \"label\": \"\",\n                \"last_seen\": \"2021-10-12T23:08:47.146032Z\",\n                \"manufacturer\": \"Unknown\",\n                \"signal_dbm\": -38,\n                \"timestamp\": \"2021-10-12T23:08:47.108036Z\",\n                \"trust_level\": 50,\n                \"url_id\": \"69yoDgdYo65nvx8V\",\n                \"wps_data\": {\n                    \"capable\": false,\n                    \"data\": {\n                        \"configured\": false\n                    }\n                }\n            },\n            \"A6:18:98:BE:F0:04\": {\n                \"channel\": 44,\n                \"encryption\": \"{WEP}\",\n                \"essid\": \"\",\n                \"label\": \"\",\n                \"last_seen\": \"2021-10-12T23:08:44.931837Z\",\n                \"manufacturer\": \"Unknown\",\n                \"signal_dbm\": -53,\n                \"timestamp\": \"2021-10-12T23:08:44.890213Z\",\n                \"trust_level\": 50,\n                \"url_id\": \"bvoenOOMOwGnMg14\",\n                \"wps_data\": {\n                    \"capable\": false,\n                    \"data\": {\n                        \"configured\": false\n                    }\n                }\n            },\n            \"B0:B9:8A:54:A9:C4\": {\n                \"channel\": 9,\n                \"encryption\": \"{WPA2+CCMP}\",\n                \"essid\": \"NightCity\",\n                \"label\": \"\",\n                \"last_seen\": \"2021-10-12T23:08:47.836288Z\",\n                \"manufacturer\": \"NETGEAR\",\n                \"signal_dbm\": -84,\n                \"timestamp\": \"2021-10-12T23:08:47.783509Z\",\n                \"trust_level\": 61,\n                \"url_id\": \"172YOnPaxJVL0Q6X\",\n                \"wps_data\": {\n                    \"capable\": true,\n                    \"data\": {\n                        \"configured\": true,\n                        \"devname\": \"R7800(Wireless AP)\",\n                        \"manuf\": \"NTGR\",\n                        \"modelname\": \"R7800\",\n                        \"modelnum\": \"R7800\"\n                    }\n                }\n            },\n            \"B2:D8:1B:81:6A:A1\": {\n                \"channel\": 7,\n                \"encryption\": \"{WPA2+CCMP}\",\n                \"essid\": \"\",\n                \"label\": \"\",\n                \"last_seen\": \"2021-10-12T23:08:43.995324Z\",\n                \"manufacturer\": \"Unknown\",\n                \"signal_dbm\": -84,\n                \"timestamp\": \"2021-10-12T23:08:43.936689Z\",\n                \"trust_level\": 61,\n                \"url_id\": \"Y2p6nGedaZ8KJQ3b\",\n                \"wps_data\": {\n                    \"capable\": false,\n                    \"data\": {\n                        \"configured\": false\n                    }\n                }\n            },\n            \"B8:55:10:D1:F0:58\": {\n                \"channel\": 40,\n                \"encryption\": \"{WPA2+CCMP,WPA+CCMP}\",\n                \"essid\": \"J-Sei\",\n                \"label\": \"Neighbor\",\n                \"last_seen\": \"2021-10-12T23:08:47.337838Z\",\n                \"manufacturer\": \"Zioncom Electronics (Shenzhen) Ltd.\",\n                \"signal_dbm\": -86,\n                \"timestamp\": \"2021-10-12T23:08:47.285769Z\",\n                \"trust_level\": 30,\n                \"url_id\": \"Bj6GNL5N5PyKm35k\",\n                \"wps_data\": {\n                    \"capable\": false,\n                    \"data\": {\n                        \"configured\": false\n                    }\n                }\n            },\n            \"B8:55:10:D1:F0:5C\": {\n                \"channel\": 5,\n                \"encryption\": \"{WPA2+CCMP,WPA+CCMP}\",\n                \"essid\": \"J-Sei\",\n                \"label\": \"Neighbor\",\n                \"last_seen\": \"2021-10-12T23:08:46.689575Z\",\n                \"manufacturer\": \"Zioncom Electronics (Shenzhen) Ltd.\",\n                \"signal_dbm\": -85,\n                \"timestamp\": \"2021-10-12T23:08:46.637575Z\",\n                \"trust_level\": 30,\n                \"url_id\": \"lgxMmLj8JpaDJvY5\",\n                \"wps_data\": {\n                    \"capable\": false,\n                    \"data\": {\n                        \"configured\": false\n                    }\n                }\n            },\n            \"BC:98:DF:FD:4B:B8\": {\n                \"channel\": 1,\n                \"encryption\": \"{WPA2+CCMP}\",\n                \"essid\": \"Loft#209\",\n                \"label\": \"\",\n                \"last_seen\": \"2021-10-12T23:08:46.766383Z\",\n                \"manufacturer\": \"Motorola Mobility LLC, a Lenovo Company\",\n                \"signal_dbm\": -89,\n                \"timestamp\": \"2021-10-12T23:08:46.727022Z\",\n                \"trust_level\": 61,\n                \"url_id\": \"zA1RL7oBZ5vLr0al\",\n                \"wps_data\": {\n                    \"capable\": true,\n                    \"data\": {\n                        \"configured\": true,\n                        \"devname\": \"BroadcomAP\",\n                        \"manuf\": \"Broadcom\",\n                        \"modelname\": \"Broadcom\",\n                        \"modelnum\": \"123456\"\n                    }\n                }\n            },\n            \"EC:1A:59:01:B3:AC\": {\n                \"channel\": 6,\n                \"encryption\": \"{WPA2+CCMP,WPA+CCMP}\",\n                \"essid\": \"J-Sei\",\n                \"label\": \"Neighbor\",\n                \"last_seen\": \"2021-10-12T23:08:47.523111Z\",\n                \"manufacturer\": \"Belkin International Inc.\",\n                \"signal_dbm\": -73,\n                \"timestamp\": \"2021-10-12T23:08:47.473543Z\",\n                \"trust_level\": 35,\n                \"url_id\": \"jp6B7nzkrNQLg4XA\",\n                \"wps_data\": {\n                    \"capable\": false,\n                    \"data\": {\n                        \"configured\": false\n                    }\n                }\n            },\n            \"EC:1A:59:01:B3:AE\": {\n                \"channel\": 36,\n                \"encryption\": \"{WPA2+CCMP,WPA+CCMP}\",\n                \"essid\": \"J-Sei\",\n                \"label\": \"Neighbor\",\n                \"last_seen\": \"2021-10-12T23:08:47.070208Z\",\n                \"manufacturer\": \"Belkin International Inc.\",\n                \"signal_dbm\": -88,\n                \"timestamp\": \"2021-10-12T23:08:46.995673Z\",\n                \"trust_level\": 30,\n                \"url_id\": \"VyNMbnqemM4nGkJd\",\n                \"wps_data\": {\n                    \"capable\": true,\n                    \"data\": {\n                        \"configured\": true,\n                        \"devname\": \"Belkin AC1200 Wireless Router\",\n                        \"modelname\": \"F9K1113 v1\"\n                    }\n                }\n            }\n        }\n    },\n    \"status\": \"success\"\n}"}],"_postman_id":"9a2a98df-f6be-4187-98ee-892c8fd3c357"},{"name":"Trust Levels and Client Groups","id":"a2df0c1a-7705-45f2-8faa-4a8007990960","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.802secure.net/apiv1/customer/trust_levels","description":"<p>Obtains the list of WiFi Trust Level and Client Groups.</p>\n","auth":{"type":"bearer","bearer":{"token":"access_token"},"isInherited":true,"source":{"_postman_id":"d8f119ea-2083-456b-8a58-29991b8becad","id":"d8f119ea-2083-456b-8a58-29991b8becad","name":"802 Secure/LOCH Customer API","type":"collection"}},"urlObject":{"path":["trust_levels"],"host":["https://api.802secure.net/apiv1/customer"],"query":[],"variable":[]}},"response":[{"id":"9a8af156-1fad-40ba-91c4-6e6ea11876e6","name":"Trust Levels and Client Groups","originalRequest":{"method":"GET","header":[],"url":"https://api.802secure.net/apiv1/customer/trust_levels"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 12 Oct 2021 23:09:18 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"3521"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Set-Cookie","value":"session=ee9cd6ce-9422-4429-881d-337b7507d36a.37RHq9LUPoAmPMmLlDzXxxHyakc; Expires=Wed, 13-Oct-2021 00:09:18 GMT; Secure; HttpOnly; Path=/"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"client_groups\": [\n            {\n                \"color_code\": \"#008000\",\n                \"event_severity\": 1,\n                \"name\": \"Trusted\",\n                \"number\": 1,\n                \"risk_multiplier\": 5\n            },\n            {\n                \"color_code\": \"#90ee90\",\n                \"event_severity\": 1,\n                \"name\": \"Semi-Trusted\",\n                \"number\": 2,\n                \"risk_multiplier\": 4\n            },\n            {\n                \"color_code\": \"#0000ff\",\n                \"event_severity\": 1,\n                \"name\": \"Contractor\",\n                \"number\": 3,\n                \"risk_multiplier\": 3\n            },\n            {\n                \"color_code\": \"#800080\",\n                \"event_severity\": 1,\n                \"name\": \"Visitor\",\n                \"number\": 4,\n                \"risk_multiplier\": 2\n            },\n            {\n                \"color_code\": \"#000000\",\n                \"event_severity\": 0,\n                \"name\": \"Unassigned\",\n                \"number\": 99,\n                \"risk_multiplier\": 1\n            },\n            {\n                \"color_code\": \"#ffa500\",\n                \"event_severity\": 1,\n                \"name\": \"Suspicious\",\n                \"number\": 100,\n                \"risk_multiplier\": 10\n            },\n            {\n                \"color_code\": \"#0086dd\",\n                \"event_severity\": 1,\n                \"name\": \"Test CG\",\n                \"number\": 5,\n                \"risk_multiplier\": 7\n            },\n            {\n                \"color_code\": \"#0086dd\",\n                \"event_severity\": 1,\n                \"name\": \"Test Group\",\n                \"number\": 6,\n                \"risk_multiplier\": 7\n            }\n        ],\n        \"trust_levels\": [\n            {\n                \"name\": \"Semi-Trusted\",\n                \"options\": {\n                    \"ap_timing\": 1,\n                    \"auto_connect_setting\": 2,\n                    \"color_code\": \"#90ee90\",\n                    \"essid_similarity_assignment\": 90,\n                    \"ok_to_connect\": [\n                        2,\n                        3\n                    ],\n                    \"similar_essid_severity\": 7,\n                    \"unapproved_client_severity\": 7\n                },\n                \"trust_level\": 10\n            },\n            {\n                \"name\": \"Public WiFi\",\n                \"options\": {\n                    \"ap_timing\": 1,\n                    \"auto_connect_setting\": 99,\n                    \"color_code\": \"#0086dd\",\n                    \"essid_similarity_assignment\": 35,\n                    \"ok_to_connect\": [],\n                    \"similar_essid_severity\": 0,\n                    \"unapproved_client_severity\": 0\n                },\n                \"trust_level\": 35\n            },\n            {\n                \"name\": \"Mobile Hotspot\",\n                \"options\": {\n                    \"ap_timing\": 1,\n                    \"auto_connect_setting\": 99,\n                    \"color_code\": \"#0086dd\",\n                    \"essid_similarity_assignment\": 31,\n                    \"ok_to_connect\": [],\n                    \"similar_essid_severity\": 0,\n                    \"unapproved_client_severity\": 0\n                },\n                \"trust_level\": 31\n            },\n            {\n                \"name\": \"Guest\",\n                \"options\": {\n                    \"ap_timing\": 1,\n                    \"auto_connect_setting\": 4,\n                    \"color_code\": \"#0000ff\",\n                    \"essid_similarity_assignment\": 20,\n                    \"ok_to_connect\": [\n                        3,\n                        4\n                    ],\n                    \"similar_essid_severity\": 5,\n                    \"unapproved_client_severity\": 5\n                },\n                \"trust_level\": 20\n            },\n            {\n                \"name\": \"Rogue\",\n                \"options\": {\n                    \"ap_timing\": 0,\n                    \"auto_connect_setting\": 100,\n                    \"color_code\": \"#ff0000\",\n                    \"essid_similarity_assignment\": 100,\n                    \"ok_to_connect\": [],\n                    \"similar_essid_severity\": 1,\n                    \"unapproved_client_severity\": 10\n                },\n                \"trust_level\": 100\n            },\n            {\n                \"name\": \"Suspicious\",\n                \"options\": {\n                    \"ap_timing\": 0,\n                    \"auto_connect_setting\": 100,\n                    \"color_code\": \"#ffa500\",\n                    \"essid_similarity_assignment\": 90,\n                    \"ok_to_connect\": [],\n                    \"similar_essid_severity\": 0,\n                    \"unapproved_client_severity\": 1\n                },\n                \"trust_level\": 90\n            },\n            {\n                \"name\": \"AirDecoy\",\n                \"options\": {\n                    \"ap_timing\": 0,\n                    \"auto_connect_setting\": 100,\n                    \"color_code\": \"#0091e2\",\n                    \"essid_similarity_assignment\": 90,\n                    \"ok_to_connect\": [],\n                    \"similar_essid_severity\": 0,\n                    \"unapproved_client_severity\": 5\n                },\n                \"trust_level\": 80\n            },\n            {\n                \"name\": \"High Threat\",\n                \"options\": {\n                    \"ap_timing\": 0,\n                    \"auto_connect_setting\": 99,\n                    \"color_code\": \"#f74500\",\n                    \"essid_similarity_assignment\": 90,\n                    \"ok_to_connect\": [],\n                    \"similar_essid_severity\": 0,\n                    \"unapproved_client_severity\": 8\n                },\n                \"trust_level\": 71\n            },\n            {\n                \"name\": \"Suspected Neighbor\",\n                \"options\": {\n                    \"ap_timing\": 0,\n                    \"auto_connect_setting\": 99,\n                    \"color_code\": \"#800080\",\n                    \"essid_similarity_assignment\": 61,\n                    \"ok_to_connect\": [],\n                    \"similar_essid_severity\": 0,\n                    \"unapproved_client_severity\": 0\n                },\n                \"trust_level\": 61\n            },\n            {\n                \"name\": \"Unassigned\",\n                \"options\": {\n                    \"ap_timing\": 0,\n                    \"auto_connect_setting\": 99,\n                    \"color_code\": \"#000000\",\n                    \"essid_similarity_assignment\": 50,\n                    \"ok_to_connect\": [],\n                    \"similar_essid_severity\": 0,\n                    \"unapproved_client_severity\": 0\n                },\n                \"trust_level\": 50\n            },\n            {\n                \"name\": \"Neighbor\",\n                \"options\": {\n                    \"ap_timing\": 0,\n                    \"auto_connect_setting\": 99,\n                    \"color_code\": \"#800080\",\n                    \"essid_similarity_assignment\": 30,\n                    \"ok_to_connect\": [],\n                    \"similar_essid_severity\": 0,\n                    \"unapproved_client_severity\": 0\n                },\n                \"trust_level\": 30\n            },\n            {\n                \"name\": \"Trusted\",\n                \"options\": {\n                    \"ap_timing\": 0,\n                    \"auto_connect_setting\": 1,\n                    \"color_code\": \"#008000\",\n                    \"essid_similarity_assignment\": 100,\n                    \"ok_to_connect\": [\n                        1\n                    ],\n                    \"similar_essid_severity\": 10,\n                    \"unapproved_client_severity\": 10\n                },\n                \"trust_level\": 1\n            }\n        ]\n    },\n    \"status\": \"success\"\n}"}],"_postman_id":"a2df0c1a-7705-45f2-8faa-4a8007990960"},{"name":"Accesspoint List","id":"265bb6a3-26c8-4010-9e5d-7e099c28f84e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.802secure.net/apiv1/customer/accesspoints","description":"<p>Returns a list of WiFi Access Points. </p>\n<p>By default the past hour of APs will be delivered. Filtering can be done by adding a start timestamp or human-readable time string (<code>1h</code>, <code>30m</code> etc)</p>\n<p>To retrieve the past 6 hours of observed Access Points, add <code>6h</code> to the URL:</p>\n<ul>\n<li><code>https://api.802secure.net/apiv1/customer/accesspoints/6h</code></li>\n</ul>\n","auth":{"type":"bearer","bearer":{"token":"access_token"},"isInherited":true,"source":{"_postman_id":"d8f119ea-2083-456b-8a58-29991b8becad","id":"d8f119ea-2083-456b-8a58-29991b8becad","name":"802 Secure/LOCH Customer API","type":"collection"}},"urlObject":{"path":["accesspoints"],"host":["https://api.802secure.net/apiv1/customer"],"query":[],"variable":[]}},"response":[{"id":"0f094401-71ba-4ff4-8f83-bb84d245fb97","name":"Accesspoint List","originalRequest":{"method":"GET","header":[],"url":"https://api.802secure.net/apiv1/customer/accesspoints"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 13 Oct 2021 14:00:13 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"195369"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Set-Cookie","value":"session=fe58ecb9-20aa-4df5-bd51-2272d3e7df19.uSIdp33mKRk-gTeN-TfTrwAvT4I; Expires=Wed, 13-Oct-2021 15:00:13 GMT; Secure; HttpOnly; Path=/"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"accesspoints\": [\n            {\n                \"ap_mode\": \"Infrastructure\",\n                \"bssid\": \"8C:85:80:83:DC:69\",\n                \"channel\": 5,\n                \"clients\": [],\n                \"configuration\": {\n                    \"authentication\": \"PSK\",\n                    \"eap_types\": null,\n                    \"encryption\": \"WPA2+CCMP,WPA+CCMP\",\n                    \"hs20\": {\n                        \"data\": {\n                            \"VenueGroup\": \"\",\n                            \"VenueType\": \"\",\n                            \"Version\": \"\"\n                        },\n                        \"enabled\": false\n                    },\n                    \"pmf_capable\": false,\n                    \"pmf_required\": false,\n                    \"supported_channels\": \"{}\",\n                    \"vht_capable\": false,\n                    \"wps\": {\n                        \"capable\": false,\n                        \"data\": {\n                            \"configured\": false\n                        }\n                    }\n                },\n                \"customer_name\": \"Demo\",\n                \"device_tag\": \"\",\n                \"essid\": \"OCEAN_83DC69\",\n                \"first_seen\": \"2021-05-14T06:32:48.443351\",\n                \"hidden\": true,\n                \"last_seen\": \"2021-10-13T13:01:48.536678\",\n                \"latitude\": 37.91438077715055,\n                \"location_tag\": \"\",\n                \"longitude\": -122.29721004722137,\n                \"manufacturer\": \"Smart Innovation LLC\",\n                \"market\": \"Home/Office\",\n                \"product_tag\": \"\",\n                \"sensor_name\": \"EC Demo\",\n                \"sensor_url_id\": \"42oQbKMPQ8LBXzjV\",\n                \"signal\": -84,\n                \"trust_level\": 50,\n                \"url_id\": \"gVbOn4OMaBED0EeN\",\n                \"vendor_tag\": \"\"\n            },\n            {\n                \"ap_mode\": \"Infrastructure\",\n                \"bssid\": \"8E:49:62:A8:BE:5E\",\n                \"channel\": 1,\n                \"clients\": [],\n                \"configuration\": {\n                    \"authentication\": \"PSK\",\n                    \"eap_types\": null,\n                    \"encryption\": \"WPA2+CCMP\",\n                    \"hs20\": {\n                        \"data\": {\n                            \"VenueGroup\": \"\",\n                            \"VenueType\": \"\",\n                            \"Version\": \"\"\n                        },\n                        \"enabled\": false\n                    },\n                    \"pmf_capable\": false,\n                    \"pmf_required\": false,\n                    \"supported_channels\": \"{}\",\n                    \"vht_capable\": false,\n                    \"wps\": {\n                        \"capable\": true,\n                        \"data\": {\n                            \"configured\": true,\n                            \"devname\": \"Roku Express\"\n                        }\n                    }\n                },\n                \"customer_name\": \"Demo\",\n                \"device_tag\": \"\",\n                \"essid\": \"DIRECT-roku-CAY-2C0D60\",\n                \"first_seen\": \"2020-12-24T08:15:42.342908\",\n                \"hidden\": true,\n                \"last_seen\": \"2021-10-13T13:12:04.009182\",\n                \"latitude\": 37.91438077715055,\n                \"location_tag\": \"\",\n                \"longitude\": -122.29721004722137,\n                \"manufacturer\": \"Unknown\",\n                \"market\": \"Home/Office\",\n                \"product_tag\": \"\",\n                \"sensor_name\": \"EC Demo\",\n                \"sensor_url_id\": \"42oQbKMPQ8LBXzjV\",\n                \"signal\": -89,\n                \"trust_level\": 50,\n                \"url_id\": \"XvG2K62ZlQkKqAkw\",\n                \"vendor_tag\": \"\"\n            },\n            {\n                \"ap_mode\": \"Infrastructure\",\n                \"bssid\": \"70:03:7E:EC:34:41\",\n                \"channel\": 11,\n                \"clients\": [],\n                \"configuration\": {\n                    \"authentication\": \"EAP\",\n                    \"eap_types\": [],\n                    \"encryption\": \"WPA2+CCMP,WPA+CCMP\",\n                    \"hs20\": {\n                        \"data\": {\n                            \"VenueGroup\": \"\",\n                            \"VenueType\": \"\",\n                            \"Version\": \"\"\n                        },\n                        \"enabled\": false\n                    },\n                    \"pmf_capable\": false,\n                    \"pmf_required\": false,\n                    \"supported_channels\": \"{}\",\n                    \"vht_capable\": false,\n                    \"wps\": {\n                        \"capable\": false,\n                        \"data\": {\n                            \"configured\": false\n                        }\n                    }\n                },\n                \"customer_name\": \"Demo\",\n                \"device_tag\": \"\",\n                \"essid\": \"D375C1D9F8B041E2A1995B784064977B\",\n                \"first_seen\": \"2020-08-17T21:16:00.590922\",\n                \"hidden\": true,\n                \"last_seen\": \"2021-10-13T13:18:43.001040\",\n                \"latitude\": 37.91438077715055,\n                \"location_tag\": \"\",\n                \"longitude\": -122.29721004722137,\n                \"manufacturer\": \"Technicolor CH USA Inc.\",\n                \"market\": \"Home/Office\",\n                \"product_tag\": \"\",\n                \"sensor_name\": \"EC Demo\",\n                \"sensor_url_id\": \"42oQbKMPQ8LBXzjV\",\n                \"signal\": -88,\n                \"trust_level\": 50,\n                \"url_id\": \"pEVxKyZ6WJJDrQRY\",\n                \"vendor_tag\": \"\"\n            },\n            {\n                \"ap_mode\": \"Infrastructure\",\n                \"bssid\": \"04:D9:F5:E3:47:40\",\n                \"channel\": 4,\n                \"clients\": [],\n                \"configuration\": {\n                    \"authentication\": \"PSK\",\n                    \"eap_types\": null,\n                    \"encryption\": \"WPA2+CCMP\",\n                    \"hs20\": {\n                        \"data\": {\n                            \"VenueGroup\": \"\",\n                            \"VenueType\": \"\",\n                            \"Version\": \"\"\n                        },\n                        \"enabled\": false\n                    },\n                    \"pmf_capable\": false,\n                    \"pmf_required\": false,\n                    \"supported_channels\": \"{}\",\n                    \"vht_capable\": true,\n                    \"wps\": {\n                        \"capable\": true,\n                        \"data\": {\n                            \"configured\": true,\n                            \"devname\": \"RT-AX92U\",\n                            \"manuf\": \"ASUSTeK Computer Inc.\",\n                            \"modelname\": \"Wi-Fi Protected Setup Router\",\n                            \"modelnum\": \"RT-AX92U\"\n                        }\n                    }\n                },\n                \"customer_name\": \"Demo\",\n                \"device_tag\": \"\",\n                \"essid\": \"mayasusra\",\n                \"first_seen\": \"2021-06-24T02:29:22.574664\",\n                \"hidden\": false,\n                \"last_seen\": \"2021-10-13T13:19:15.087118\",\n                \"latitude\": 37.2918812,\n                \"location_tag\": \"\",\n                \"longitude\": -122.03309680000001,\n                \"manufacturer\": \"ASUSTek COMPUTER INC.\",\n                \"market\": \"Home/Office\",\n                \"product_tag\": \"\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"sensor_url_id\": \"dbvoenObm1DMg142\",\n                \"signal\": -91,\n                \"trust_level\": 50,\n                \"url_id\": \"XvG2K6265z4KqAkw\",\n                \"vendor_tag\": \"ASUS\"\n            },\n            {\n                \"ap_mode\": \"Infrastructure\",\n                \"bssid\": \"38:2C:4A:9D:77:C0\",\n                \"channel\": 2,\n                \"clients\": [],\n                \"configuration\": {\n                    \"authentication\": \"PSK\",\n                    \"eap_types\": null,\n                    \"encryption\": \"WPA2+CCMP\",\n                    \"hs20\": {\n                        \"data\": {\n                            \"VenueGroup\": \"\",\n                            \"VenueType\": \"\",\n                            \"Version\": \"\"\n                        },\n                        \"enabled\": false\n                    },\n                    \"pmf_capable\": false,\n                    \"pmf_required\": false,\n                    \"supported_channels\": null,\n                    \"vht_capable\": null,\n                    \"wps\": {\n                        \"capable\": true,\n                        \"data\": {\n                            \"configured\": true,\n                            \"devname\": \"TM-AC1900\",\n                            \"manuf\": \"ASUSTeK Computer Inc.\",\n                            \"modelname\": \"Wi-Fi Protected Setup Router\",\n                            \"modelnum\": \"TM-AC1900\"\n                        }\n                    }\n                },\n                \"customer_name\": \"Demo\",\n                \"device_tag\": \"\",\n                \"essid\": \"EFLS_2.4GHz\",\n                \"first_seen\": \"2017-05-12T21:20:42.607380\",\n                \"hidden\": true,\n                \"last_seen\": \"2021-10-13T13:22:21.289152\",\n                \"latitude\": 37.8477344,\n                \"location_tag\": \"\",\n                \"longitude\": -122.2901104,\n                \"manufacturer\": \"ASUSTek COMPUTER INC.\",\n                \"market\": \"\",\n                \"product_tag\": \"\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"sensor_url_id\": \"PVyXoLbp5RD7QRWE\",\n                \"signal\": -89,\n                \"trust_level\": 50,\n                \"url_id\": \"xzA1RL7Ne0gnr0al\",\n                \"vendor_tag\": \"ASUS\"\n            },\n            {\n                \"ap_mode\": \"Infrastructure\",\n                \"bssid\": \"8A:71:B1:30:FB:21\",\n                \"channel\": 1,\n                \"clients\": [],\n                \"configuration\": {\n                    \"authentication\": \"PSK\",\n                    \"eap_types\": null,\n                    \"encryption\": \"WPA2+CCMP\",\n                    \"hs20\": {\n                        \"data\": {\n                            \"VenueGroup\": \"\",\n                            \"VenueType\": \"\",\n                            \"Version\": \"\"\n                        },\n                        \"enabled\": false\n                    },\n                    \"pmf_capable\": false,\n                    \"pmf_required\": false,\n                    \"supported_channels\": \"{}\",\n                    \"vht_capable\": false,\n                    \"wps\": {\n                        \"capable\": false,\n                        \"data\": {\n                            \"configured\": false\n                        }\n                    }\n                },\n                \"customer_name\": \"Demo\",\n                \"device_tag\": \"\",\n                \"essid\": \"MizHome_Guest\",\n                \"first_seen\": \"2020-05-28T19:37:33.483492\",\n                \"hidden\": true,\n                \"last_seen\": \"2021-10-13T13:23:36.872562\",\n                \"latitude\": 37.91438077715055,\n                \"location_tag\": \"\",\n                \"longitude\": -122.29721004722137,\n                \"manufacturer\": \"Unknown\",\n                \"market\": \"Home/Office\",\n                \"product_tag\": \"\",\n                \"sensor_name\": \"EC Demo\",\n                \"sensor_url_id\": \"42oQbKMPQ8LBXzjV\",\n                \"signal\": -94,\n                \"trust_level\": 61,\n                \"url_id\": \"j6GNL5RXBYyKm35k\",\n                \"vendor_tag\": \"\"\n            },\n            {\n                \"ap_mode\": \"Infrastructure\",\n                \"bssid\": \"F0:2F:74:61:77:B1\",\n                \"channel\": 8,\n                \"clients\": [],\n                \"configuration\": {\n                    \"authentication\": \"PSK\",\n                    \"eap_types\": null,\n                    \"encryption\": \"WPA2+CCMP\",\n                    \"hs20\": {\n                        \"data\": {\n                            \"VenueGroup\": \"\",\n                            \"VenueType\": \"\",\n                            \"Version\": \"\"\n                        },\n                        \"enabled\": false\n                    },\n                    \"pmf_capable\": false,\n                    \"pmf_required\": false,\n                    \"supported_channels\": \"{}\",\n                    \"vht_capable\": true,\n                    \"wps\": {\n                        \"capable\": true,\n                        \"data\": {\n                            \"configured\": true,\n                            \"devname\": \"ZenWiFi_XD4\",\n                            \"manuf\": \"ASUSTeK Computer Inc.\",\n                            \"modelname\": \"Wi-Fi Protected Setup Router\",\n                            \"modelnum\": \"ZenWiFi_XD4\"\n                        }\n                    }\n                },\n                \"customer_name\": \"Demo\",\n                \"device_tag\": \"\",\n                \"essid\": \"stupid pumpkin\",\n                \"first_seen\": \"2021-04-25T23:54:47.931419\",\n                \"hidden\": true,\n                \"last_seen\": \"2021-10-13T13:26:23.101164\",\n                \"latitude\": 37.8477344,\n                \"location_tag\": \"\",\n                \"longitude\": -122.2901104,\n                \"manufacturer\": \"ASUSTek COMPUTER INC.\",\n                \"market\": \"Home/Office\",\n                \"product_tag\": \"\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"sensor_url_id\": \"PVyXoLbp5RD7QRWE\",\n                \"signal\": -88,\n                \"trust_level\": 50,\n                \"url_id\": \"eYN2K3dbvBoDoQ0k\",\n                \"vendor_tag\": \"\"\n            },\n            {\n                \"ap_mode\": \"Infrastructure\",\n                \"bssid\": \"8A:71:B1:30:FB:22\",\n                \"channel\": 1,\n                \"clients\": [],\n                \"configuration\": {\n                    \"authentication\": \"PSK\",\n                    \"eap_types\": null,\n                    \"encryption\": \"WPA2+CCMP\",\n                    \"hs20\": {\n                        \"data\": {\n                            \"VenueGroup\": \"\",\n                            \"VenueType\": \"\",\n                            \"Version\": \"\"\n                        },\n                        \"enabled\": false\n                    },\n                    \"pmf_capable\": false,\n                    \"pmf_required\": false,\n                    \"supported_channels\": \"{}\",\n                    \"vht_capable\": false,\n                    \"wps\": {\n                        \"capable\": false,\n                        \"data\": {\n                            \"configured\": false\n                        }\n                    }\n                },\n                \"customer_name\": \"Demo\",\n                \"device_tag\": \"\",\n                \"essid\": \"\",\n                \"first_seen\": \"2021-03-25T07:56:47.105197\",\n                \"hidden\": false,\n                \"last_seen\": \"2021-10-13T13:28:08.236438\",\n                \"latitude\": 37.91438077715055,\n                \"location_tag\": \"\",\n                \"longitude\": -122.29721004722137,\n                \"manufacturer\": \"Unknown\",\n                \"market\": \"Home/Office\",\n                \"product_tag\": \"\",\n                \"sensor_name\": \"EC Demo\",\n                \"sensor_url_id\": \"42oQbKMPQ8LBXzjV\",\n                \"signal\": -91,\n                \"trust_level\": 61,\n                \"url_id\": \"vQMlKY506kxK2qe0\",\n                \"vendor_tag\": \"\"\n            },\n            {\n                \"ap_mode\": \"Infrastructure\",\n                \"bssid\": \"3E:9B:D6:0E:0C:13\",\n                \"channel\": 1,\n                \"clients\": [],\n                \"configuration\": {\n                    \"authentication\": \"Open\",\n                    \"eap_types\": null,\n                    \"encryption\": \"None\",\n                    \"hs20\": {\n                        \"data\": {\n                            \"VenueGroup\": \"\",\n                            \"VenueType\": \"\",\n                            \"Version\": \"\"\n                        },\n                        \"enabled\": false\n                    },\n                    \"pmf_capable\": false,\n                    \"pmf_required\": false,\n                    \"supported_channels\": \"{}\",\n                    \"vht_capable\": false,\n                    \"wps\": {\n                        \"capable\": false,\n                        \"data\": {\n                            \"configured\": false\n                        }\n                    }\n                },\n                \"customer_name\": \"Demo\",\n                \"device_tag\": \"\",\n                \"essid\": \"VIZIOCastDisplay9845\",\n                \"first_seen\": \"2020-12-24T17:08:58.341616\",\n                \"hidden\": false,\n                \"last_seen\": \"2021-10-13T13:32:09.288451\",\n                \"latitude\": 37.91438077715055,\n                \"location_tag\": \"\",\n                \"longitude\": -122.29721004722137,\n                \"manufacturer\": \"Unknown\",\n                \"market\": \"Home/Office\",\n                \"product_tag\": \"\",\n                \"sensor_name\": \"EC Demo\",\n                \"sensor_url_id\": \"42oQbKMPQ8LBXzjV\",\n                \"signal\": -88,\n                \"trust_level\": 50,\n                \"url_id\": \"v0zVKQNEbxpDbB5E\",\n                \"vendor_tag\": \"\"\n            },\n            {\n                \"ap_mode\": \"Infrastructure\",\n                \"bssid\": \"A4:56:CC:0D:44:51\",\n                \"channel\": 6,\n                \"clients\": [],\n                \"configuration\": {\n                    \"authentication\": \"PSK\",\n                    \"eap_types\": null,\n                    \"encryption\": \"WPA2+CCMP\",\n                    \"hs20\": {\n                        \"data\": {\n                            \"VenueGroup\": \"\",\n                            \"VenueType\": \"\",\n                            \"Version\": \"\"\n                        },\n                        \"enabled\": false\n                    },\n                    \"pmf_capable\": false,\n                    \"pmf_required\": false,\n                    \"supported_channels\": \"{}\",\n                    \"vht_capable\": false,\n                    \"wps\": {\n                        \"capable\": false,\n                        \"data\": {\n                            \"configured\": false\n                        }\n                    }\n                },\n                \"customer_name\": \"Demo\",\n                \"device_tag\": \"\",\n                \"essid\": \"\",\n                \"first_seen\": \"2021-08-16T16:56:37.413378\",\n                \"hidden\": true,\n                \"last_seen\": \"2021-10-13T13:33:47.248492\",\n                \"latitude\": 37.91438077715055,\n                \"location_tag\": \"\",\n                \"longitude\": -122.29721004722137,\n                \"manufacturer\": \"Technicolor CH USA Inc.\",\n                \"market\": \"Home/Office\",\n                \"product_tag\": \"\",\n                \"sensor_name\": \"EC Demo\",\n                \"sensor_url_id\": \"42oQbKMPQ8LBXzjV\",\n                \"signal\": -88,\n                \"trust_level\": 50,\n                \"url_id\": \"oPwynlPAOlmnq6mA\",\n                \"vendor_tag\": \"\"\n            },\n            {\n                \"ap_mode\": \"Infrastructure\",\n                \"bssid\": \"FE:EC:DA:BD:9E:23\",\n                \"channel\": 6,\n                \"clients\": [],\n                \"configuration\": {\n                    \"authentication\": \"PSK\",\n                    \"eap_types\": null,\n                    \"encryption\": \"WPA2+CCMP,WPA+CCMP\",\n                    \"hs20\": {\n                        \"data\": {\n                            \"VenueGroup\": \"\",\n                            \"VenueType\": \"\",\n                            \"Version\": \"\"\n                        },\n                        \"enabled\": false\n                    },\n                    \"pmf_capable\": false,\n                    \"pmf_required\": false,\n                    \"supported_channels\": \"{}\",\n                    \"vht_capable\": null,\n                    \"wps\": {\n                        \"capable\": false,\n                        \"data\": {\n                            \"configured\": false\n                        }\n                    }\n                },\n                \"customer_name\": \"Demo\",\n                \"device_tag\": \"\",\n                \"essid\": \"DTCINC-Guest2\",\n                \"first_seen\": \"2018-11-16T21:29:14.483913\",\n                \"hidden\": false,\n                \"last_seen\": \"2021-10-13T13:34:14.941053\",\n                \"latitude\": 37.8477344,\n                \"location_tag\": \"\",\n                \"longitude\": -122.2901104,\n                \"manufacturer\": \"Unknown\",\n                \"market\": \"Home/Office\",\n                \"product_tag\": \"\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"sensor_url_id\": \"PVyXoLbp5RD7QRWE\",\n                \"signal\": -90,\n                \"trust_level\": 61,\n                \"url_id\": \"ogVbOn4VRBkK0EeN\",\n                \"vendor_tag\": \"\"\n            },\n            {\n                \"ap_mode\": \"Infrastructure\",\n                \"bssid\": \"CC:AB:2C:6C:34:78\",\n                \"channel\": 52,\n                \"clients\": [],\n                \"configuration\": {\n                    \"authentication\": \"PSK\",\n                    \"eap_types\": null,\n                    \"encryption\": \"WPA2+CCMP\",\n                    \"hs20\": {\n                        \"data\": {\n                            \"VenueGroup\": \"\",\n                            \"VenueType\": \"\",\n                            \"Version\": \"\"\n                        },\n                        \"enabled\": false\n                    },\n                    \"pmf_capable\": false,\n                    \"pmf_required\": false,\n                    \"supported_channels\": \"{}\",\n                    \"vht_capable\": true,\n                    \"wps\": {\n                        \"capable\": true,\n                        \"data\": {\n                            \"configured\": true,\n                            \"devname\": \"Arris Wireless\",\n                            \"manuf\": \"Arris, Inc.\",\n                            \"modelname\": \"BGW320-500\",\n                            \"modelnum\": \"BGW320-500\"\n                        }\n                    }\n                },\n                \"customer_name\": \"Demo\",\n                \"device_tag\": \"\",\n                \"essid\": \"ATT4nAX3yY\",\n                \"first_seen\": \"2021-03-24T19:31:04.040636\",\n                \"hidden\": false,\n                \"last_seen\": \"2021-10-13T13:34:34.084089\",\n                \"latitude\": 37.91438077715055,\n                \"location_tag\": \"\",\n                \"longitude\": -122.29721004722137,\n                \"manufacturer\": \"HUMAX Co., Ltd.\",\n                \"market\": \"Home/Office\",\n                \"product_tag\": \"\",\n                \"sensor_name\": \"EC Demo\",\n                \"sensor_url_id\": \"42oQbKMPQ8LBXzjV\",\n                \"signal\": -86,\n                \"trust_level\": 61,\n                \"url_id\": \"eYN2K3dBNRJDoQ0k\",\n                \"vendor_tag\": \"\"\n            },\n            {\n                \"ap_mode\": \"Infrastructure\",\n                \"bssid\": \"9E:AE:D3:BC:F3:FE\",\n                \"channel\": 6,\n                \"clients\": [],\n                \"configuration\": {\n                    \"authentication\": \"PSK\",\n                    \"eap_types\": null,\n                    \"encryption\": \"WPA2+CCMP\",\n                    \"hs20\": {\n                        \"data\": {\n                            \"VenueGroup\": \"\",\n                            \"VenueType\": \"\",\n                            \"Version\": \"\"\n                        },\n                        \"enabled\": false\n                    },\n                    \"pmf_capable\": false,\n                    \"pmf_required\": false,\n                    \"supported_channels\": \"{}\",\n                    \"vht_capable\": false,\n                    \"wps\": {\n                        \"capable\": true,\n                        \"data\": {\n                            \"configured\": false,\n                            \"devname\": \"EPSONBC73FE WF-4730 Series\",\n                            \"manuf\": \"EPSON\",\n                            \"modelname\": \"WF-4730 Series\",\n                            \"modelnum\": \"WF-4730 Series\"\n                        }\n                    }\n                },\n                \"customer_name\": \"Demo\",\n                \"device_tag\": \"\",\n                \"essid\": \"DIRECT-D3BC73FE\",\n                \"first_seen\": \"2021-09-19T01:19:40.415293\",\n                \"hidden\": true,\n                \"last_seen\": \"2021-10-13T13:35:10.515023\",\n                \"latitude\": 37.2918812,\n                \"location_tag\": \"\",\n                \"longitude\": -122.03309680000001,\n                \"manufacturer\": \"Unknown\",\n                \"market\": \"Home/Office\",\n                \"product_tag\": \"\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"sensor_url_id\": \"dbvoenObm1DMg142\",\n                \"signal\": -92,\n                \"trust_level\": 50,\n                \"url_id\": \"v0zVKQN9bEODbB5E\",\n                \"vendor_tag\": \"\"\n            },\n            {\n                \"ap_mode\": \"Infrastructure\",\n                \"bssid\": \"88:71:B1:30:FB:20\",\n                \"channel\": 1,\n                \"clients\": [],\n                \"configuration\": {\n                    \"authentication\": \"PSK\",\n                    \"eap_types\": null,\n                    \"encryption\": \"WPA2+CCMP\",\n                    \"hs20\": {\n                        \"data\": {\n                            \"VenueGroup\": \"\",\n                            \"VenueType\": \"\",\n                            \"Version\": \"\"\n                        },\n                        \"enabled\": false\n                    },\n                    \"pmf_capable\": false,\n                    \"pmf_required\": false,\n                    \"supported_channels\": \"{}\",\n                    \"vht_capable\": false,\n                    \"wps\": {\n                        \"capable\": true,\n                        \"data\": {\n                            \"configured\": true\n                        }\n                    }\n                },\n                \"customer_name\": \"Demo\",\n                \"device_tag\": \"\",\n                \"essid\": \"MizHome\",\n                \"first_seen\": \"2020-05-28T19:37:32.606683\",\n                \"hidden\": false,\n                \"last_seen\": \"2021-10-13T13:35:39.928429\",\n                \"latitude\": 37.91438077715055,\n                \"location_tag\": \"\",\n                \"longitude\": -122.29721004722137,\n                \"manufacturer\": \"ARRIS Group, Inc.\",\n                \"market\": \"Home/Office\",\n                \"product_tag\": \"\",\n                \"sensor_name\": \"EC Demo\",\n                \"sensor_url_id\": \"42oQbKMPQ8LBXzjV\",\n                \"signal\": -90,\n                \"trust_level\": 61,\n                \"url_id\": \"gxMmLjMyav7nJvY5\",\n                \"vendor_tag\": \"\"\n            },\n            {\n                \"ap_mode\": \"Infrastructure\",\n                \"bssid\": \"28:BD:89:13:55:2B\",\n                \"channel\": 1,\n                \"clients\": [],\n                \"configuration\": {\n                    \"authentication\": \"PSK\",\n                    \"eap_types\": null,\n                    \"encryption\": \"WPA2+CCMP\",\n                    \"hs20\": {\n                        \"data\": {\n                            \"VenueGroup\": \"\",\n                            \"VenueType\": \"\",\n                            \"Version\": \"\"\n                        },\n                        \"enabled\": false\n                    },\n                    \"pmf_capable\": false,\n                    \"pmf_required\": false,\n                    \"supported_channels\": \"{}\",\n                    \"vht_capable\": false,\n                    \"wps\": {\n                        \"capable\": false,\n                        \"data\": {\n                            \"configured\": false\n                        }\n                    }\n                },\n                \"customer_name\": \"Demo\",\n                \"device_tag\": \"\",\n                \"essid\": \"Starks Industries\",\n                \"first_seen\": \"2021-02-27T05:46:15.365978\",\n                \"hidden\": false,\n                \"last_seen\": \"2021-10-13T13:36:13.949088\",\n                \"latitude\": 37.8477344,\n                \"location_tag\": \"\",\n                \"longitude\": -122.2901104,\n                \"manufacturer\": \"Google, Inc.\",\n                \"market\": \"Home/Office\",\n                \"product_tag\": \"\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"sensor_url_id\": \"PVyXoLbp5RD7QRWE\",\n                \"signal\": -90,\n                \"trust_level\": 50,\n                \"url_id\": \"GmVED25lZZqKkqQw\",\n                \"vendor_tag\": \"\"\n            },\n            {\n                \"ap_mode\": \"Infrastructure\",\n                \"bssid\": \"84:D8:1B:81:6A:AF\",\n                \"channel\": 7,\n                \"clients\": [],\n                \"configuration\": {\n                    \"authentication\": \"PSK\",\n                    \"eap_types\": null,\n                    \"encryption\": \"WPA2+CCMP\",\n                    \"hs20\": {\n                        \"data\": {\n                            \"VenueGroup\": \"\",\n                            \"VenueType\": \"\",\n                            \"Version\": \"\"\n                        },\n                        \"enabled\": false\n                    },\n                    \"pmf_capable\": false,\n                    \"pmf_required\": false,\n                    \"supported_channels\": \"{}\",\n                    \"vht_capable\": false,\n                    \"wps\": {\n                        \"capable\": true,\n                        \"data\": {\n                            \"configured\": true,\n                            \"devname\": \"AX1800 Wi-Fi 6 Router\",\n                            \"manuf\": \"TP-Link\",\n                            \"modelname\": \"Archer AX21\",\n                            \"modelnum\": \"123456\"\n                        }\n                    }\n                },\n                \"customer_name\": \"Demo\",\n                \"device_tag\": \"\",\n                \"essid\": \"jshome\",\n                \"first_seen\": \"2021-02-26T23:56:37.034642\",\n                \"hidden\": false,\n                \"last_seen\": \"2021-10-13T13:40:57.725465\",\n                \"latitude\": 37.8477344,\n                \"location_tag\": \"\",\n                \"longitude\": -122.2901104,\n                \"manufacturer\": \"TP-LINK TECHNOLOGIES CO.,LTD.\",\n                \"market\": \"Home/Office\",\n                \"product_tag\": \"\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"sensor_url_id\": \"PVyXoLbp5RD7QRWE\",\n                \"signal\": -83,\n                \"trust_level\": 30,\n                \"url_id\": \"Mqa0n1Gojv6K2pxv\",\n                \"vendor_tag\": \"\"\n            },\n            {\n                \"ap_mode\": \"Infrastructure\",\n                \"bssid\": \"3C:84:6A:EE:CF:1B\",\n                \"channel\": 3,\n                \"clients\": [],\n                \"configuration\": {\n                    \"authentication\": \"PSK\",\n                    \"eap_types\": null,\n                    \"encryption\": \"WPA2+CCMP\",\n                    \"hs20\": {\n                        \"data\": {\n                            \"VenueGroup\": \"\",\n                            \"VenueType\": \"\",\n                            \"Version\": \"\"\n                        },\n                        \"enabled\": false\n                    },\n                    \"pmf_capable\": false,\n                    \"pmf_required\": false,\n                    \"supported_channels\": \"{}\",\n                    \"vht_capable\": false,\n                    \"wps\": {\n                        \"capable\": true,\n                        \"data\": {\n                            \"configured\": true\n                        }\n                    }\n                },\n                \"customer_name\": \"Demo\",\n                \"device_tag\": \"\",\n                \"essid\": \"Joey_Joe_2\",\n                \"first_seen\": \"2021-02-27T00:59:37.355036\",\n                \"hidden\": false,\n                \"last_seen\": \"2021-10-13T13:41:59.933143\",\n                \"latitude\": 37.8477344,\n                \"location_tag\": \"\",\n                \"longitude\": -122.2901104,\n                \"manufacturer\": \"TP-LINK TECHNOLOGIES CO.,LTD.\",\n                \"market\": \"Home/Office\",\n                \"product_tag\": \"\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"sensor_url_id\": \"PVyXoLbp5RD7QRWE\",\n                \"signal\": -87,\n                \"trust_level\": 61,\n                \"url_id\": \"pEVxKyZbNQADrQRY\",\n                \"vendor_tag\": \"\"\n            },\n            {\n                \"ap_mode\": \"Infrastructure\",\n                \"bssid\": \"CC:32:E5:DD:B4:FB\",\n                \"channel\": 48,\n                \"clients\": [],\n                \"configuration\": {\n                    \"authentication\": \"PSK\",\n                    \"eap_types\": null,\n                    \"encryption\": \"WPA2+CCMP\",\n                    \"hs20\": {\n                        \"data\": {\n                            \"VenueGroup\": \"\",\n                            \"VenueType\": \"\",\n                            \"Version\": \"\"\n                        },\n                        \"enabled\": false\n                    },\n                    \"pmf_capable\": false,\n                    \"pmf_required\": false,\n                    \"supported_channels\": \"{}\",\n                    \"vht_capable\": true,\n                    \"wps\": {\n                        \"capable\": true,\n                        \"data\": {\n                            \"configured\": true,\n                            \"devname\": \"Whole-home Wi-Fi\",\n                            \"manuf\": \"TP-Link\",\n                            \"modelname\": \"Deco M5\",\n                            \"modelnum\": \"Deco M5\"\n                        }\n                    }\n                },\n                \"customer_name\": \"Demo\",\n                \"device_tag\": \"\",\n                \"essid\": \"JoS-06\",\n                \"first_seen\": \"2021-06-24T02:27:24.599818\",\n                \"hidden\": false,\n                \"last_seen\": \"2021-10-13T13:44:04.543119\",\n                \"latitude\": 37.2918812,\n                \"location_tag\": \"\",\n                \"longitude\": -122.03309680000001,\n                \"manufacturer\": \"TP-LINK TECHNOLOGIES CO.,LTD.\",\n                \"market\": \"Home/Office\",\n                \"product_tag\": \"\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"sensor_url_id\": \"dbvoenObm1DMg142\",\n                \"signal\": -85,\n                \"trust_level\": 61,\n                \"url_id\": \"O3ZzDmd7XGzK4JR1\",\n                \"vendor_tag\": \"TP-Link\"\n            },\n            {\n                \"ap_mode\": \"Infrastructure\",\n                \"bssid\": \"70:03:7E:EC:34:3F\",\n                \"channel\": 11,\n                \"clients\": [],\n                \"configuration\": {\n                    \"authentication\": \"PSK\",\n                    \"eap_types\": null,\n                    \"encryption\": \"WPA2+CCMP\",\n                    \"hs20\": {\n                        \"data\": {\n                            \"VenueGroup\": \"\",\n                            \"VenueType\": \"\",\n                            \"Version\": \"\"\n                        },\n                        \"enabled\": false\n                    },\n                    \"pmf_capable\": false,\n                    \"pmf_required\": false,\n                    \"supported_channels\": \"{}\",\n                    \"vht_capable\": false,\n                    \"wps\": {\n                        \"capable\": false,\n                        \"data\": {\n                            \"configured\": false\n                        }\n                    }\n                },\n                \"customer_name\": \"Demo\",\n                \"device_tag\": \"\",\n                \"essid\": \"\",\n                \"first_seen\": \"2020-08-17T21:14:05.975075\",\n                \"hidden\": true,\n                \"last_seen\": \"2021-10-13T13:44:21.084479\",\n                \"latitude\": 37.91438077715055,\n                \"location_tag\": \"\",\n                \"longitude\": -122.29721004722137,\n                \"manufacturer\": \"Technicolor CH USA Inc.\",\n                \"market\": \"Home/Office\",\n                \"product_tag\": \"\",\n                \"sensor_name\": \"EC Demo\",\n                \"sensor_url_id\": \"42oQbKMPQ8LBXzjV\",\n                \"signal\": -89,\n                \"trust_level\": 50,\n                \"url_id\": \"9PBZDaGBvEGL7Rxw\",\n                \"vendor_tag\": \"\"\n            },\n            {\n                \"ap_mode\": \"Infrastructure\",\n                \"bssid\": \"00:11:45:05:30:81\",\n                \"channel\": 7,\n                \"clients\": [],\n                \"configuration\": {\n                    \"authentication\": \"PSK\",\n                    \"eap_types\": null,\n                    \"encryption\": \"WPA+TKIP\",\n                    \"hs20\": {\n                        \"data\": {\n                            \"VenueGroup\": \"\",\n                            \"VenueType\": \"\",\n                            \"Version\": \"\"\n                        },\n                        \"enabled\": false\n                    },\n                    \"pmf_capable\": false,\n                    \"pmf_required\": false,\n                    \"supported_channels\": \"{}\",\n                    \"vht_capable\": false,\n                    \"wps\": {\n                        \"capable\": false,\n                        \"data\": {\n                            \"configured\": false\n                        }\n                    }\n                },\n                \"customer_name\": \"Demo\",\n                \"device_tag\": \"\",\n                \"essid\": \"EAHWIFI\",\n                \"first_seen\": \"2021-09-24T07:33:21.483402\",\n                \"hidden\": false,\n                \"last_seen\": \"2021-10-13T13:44:22.068543\",\n                \"latitude\": 37.91438077715055,\n                \"location_tag\": \"\",\n                \"longitude\": -122.29721004722137,\n                \"manufacturer\": \"ValuePoint Networks\",\n                \"market\": \"Home/Office\",\n                \"product_tag\": \"\",\n                \"sensor_name\": \"EC Demo\",\n                \"sensor_url_id\": \"42oQbKMPQ8LBXzjV\",\n                \"signal\": -91,\n                \"trust_level\": 50,\n                \"url_id\": \"E2NgDrqGB2PKaerV\",\n                \"vendor_tag\": \"\"\n            },\n            {\n                \"ap_mode\": \"Infrastructure\",\n                \"bssid\": \"EE:9F:80:4D:4E:A7\",\n                \"channel\": 3,\n                \"clients\": [],\n                \"configuration\": {\n                    \"authentication\": \"PSK\",\n                    \"eap_types\": null,\n                    \"encryption\": \"WPA2+CCMP\",\n                    \"hs20\": {\n                        \"data\": {\n                            \"VenueGroup\": \"\",\n                            \"VenueType\": \"\",\n                            \"Version\": \"\"\n                        },\n                        \"enabled\": false\n                    },\n                    \"pmf_capable\": false,\n                    \"pmf_required\": false,\n                    \"supported_channels\": \"{}\",\n                    \"vht_capable\": true,\n                    \"wps\": {\n                        \"capable\": false,\n                        \"data\": {\n                            \"configured\": false\n                        }\n                    }\n                },\n                \"customer_name\": \"Demo\",\n                \"device_tag\": \"\",\n                \"essid\": \"\",\n                \"first_seen\": \"2021-05-09T03:09:10.412471\",\n                \"hidden\": true,\n                \"last_seen\": \"2021-10-13T13:44:22.676546\",\n                \"latitude\": 37.91438077715055,\n                \"location_tag\": \"\",\n                \"longitude\": -122.29721004722137,\n                \"manufacturer\": \"Unknown\",\n                \"market\": \"Home/Office\",\n                \"product_tag\": \"\",\n                \"sensor_name\": \"EC Demo\",\n                \"sensor_url_id\": \"42oQbKMPQ8LBXzjV\",\n                \"signal\": -82,\n                \"trust_level\": 50,\n                \"url_id\": \"5N89KXAMvwODv1Xw\",\n                \"vendor_tag\": \"\"\n            },\n            {\n                \"ap_mode\": \"Infrastructure\",\n                \"bssid\": \"A4:2B:B0:A4:C2:E7\",\n                \"channel\": 1,\n                \"clients\": [],\n                \"configuration\": {\n                    \"authentication\": \"PSK\",\n                    \"eap_types\": null,\n                    \"encryption\": \"WPA2+CCMP,WPA+CCMP\",\n                    \"hs20\": {\n                        \"data\": {\n                            \"VenueGroup\": \"\",\n                            \"VenueType\": \"\",\n                            \"Version\": \"\"\n                        },\n                        \"enabled\": false\n                    },\n                    \"pmf_capable\": false,\n                    \"pmf_required\": false,\n                    \"supported_channels\": \"{}\",\n                    \"vht_capable\": false,\n                    \"wps\": {\n                        \"capable\": true,\n                        \"data\": {\n                            \"configured\": true,\n                            \"devname\": \"Wireless Router Archer C7\",\n                            \"manuf\": \"TP-LINK\",\n                            \"modelname\": \"Archer C7\",\n                            \"modelnum\": \"2.0\"\n                        }\n                    }\n                },\n                \"customer_name\": \"Demo\",\n                \"device_tag\": \"\",\n                \"essid\": \"huhansan2.4\",\n                \"first_seen\": \"2020-05-29T00:20:44.193810\",\n                \"hidden\": false,\n                \"last_seen\": \"2021-10-13T13:46:14.596222\",\n                \"latitude\": 37.91438077715055,\n                \"location_tag\": \"\",\n                \"longitude\": -122.29721004722137,\n                \"manufacturer\": \"TP-LINK TECHNOLOGIES CO.,LTD.\",\n                \"market\": \"Home/Office\",\n                \"product_tag\": \"\",\n                \"sensor_name\": \"EC Demo\",\n                \"sensor_url_id\": \"42oQbKMPQ8LBXzjV\",\n                \"signal\": -83,\n                \"trust_level\": 61,\n                \"url_id\": \"72YOnPXROmVn0Q6X\",\n                \"vendor_tag\": \"\"\n            },\n            {\n                \"ap_mode\": \"Infrastructure\",\n                \"bssid\": \"00:0D:97:0A:CA:50\",\n                \"channel\": 11,\n                \"clients\": [],\n                \"configuration\": {\n                    \"authentication\": \"PSK\",\n                    \"eap_types\": null,\n                    \"encryption\": \"WPA2+CCMP\",\n                    \"hs20\": {\n                        \"data\": {\n                            \"VenueGroup\": \"\",\n                            \"VenueType\": \"\",\n                            \"Version\": \"\"\n                        },\n                        \"enabled\": false\n                    },\n                    \"pmf_capable\": false,\n                    \"pmf_required\": false,\n                    \"supported_channels\": \"{}\",\n                    \"vht_capable\": false,\n                    \"wps\": {\n                        \"capable\": false,\n                        \"data\": {\n                            \"configured\": false\n                        }\n                    }\n                },\n                \"customer_name\": \"Demo\",\n                \"device_tag\": \"\",\n                \"essid\": \"\",\n                \"first_seen\": \"2021-08-28T22:05:51.262462\",\n                \"hidden\": true,\n                \"last_seen\": \"2021-10-13T13:46:14.898648\",\n                \"latitude\": 37.2918812,\n                \"location_tag\": \"\",\n                \"longitude\": -122.03309680000001,\n                \"manufacturer\": \"ABB Inc./Tropos\",\n                \"market\": \"Home/Office\",\n                \"product_tag\": \"\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"sensor_url_id\": \"dbvoenObm1DMg142\",\n                \"signal\": -90,\n                \"trust_level\": 50,\n                \"url_id\": \"j6GNL5Rj852Km35k\",\n                \"vendor_tag\": \"\"\n            },\n            {\n                \"ap_mode\": \"Infrastructure\",\n                \"bssid\": \"B2:9D:7D:A0:C1:F1\",\n                \"channel\": 6,\n                \"clients\": [],\n                \"configuration\": {\n                    \"authentication\": \"PSK\",\n                    \"eap_types\": null,\n                    \"encryption\": \"WPA2+CCMP,WPA2+TKIP,WPA+CCMP,WPA+TKIP\",\n                    \"hs20\": {\n                        \"data\": {\n                            \"VenueGroup\": \"\",\n                            \"VenueType\": \"\",\n                            \"Version\": \"\"\n                        },\n                        \"enabled\": false\n                    },\n                    \"pmf_capable\": false,\n                    \"pmf_required\": false,\n                    \"supported_channels\": \"{}\",\n                    \"vht_capable\": false,\n                    \"wps\": {\n                        \"capable\": false,\n                        \"data\": {\n                            \"configured\": false\n                        }\n                    }\n                },\n                \"customer_name\": \"Demo\",\n                \"device_tag\": \"\",\n                \"essid\": \"\",\n                \"first_seen\": \"2020-08-17T21:16:02.455636\",\n                \"hidden\": true,\n                \"last_seen\": \"2021-10-13T13:46:20.864159\",\n                \"latitude\": 37.91438077715055,\n                \"location_tag\": \"\",\n                \"longitude\": -122.29721004722137,\n                \"manufacturer\": \"Unknown\",\n                \"market\": \"Home/Office\",\n                \"product_tag\": \"\",\n                \"sensor_name\": \"EC Demo\",\n                \"sensor_url_id\": \"42oQbKMPQ8LBXzjV\",\n                \"signal\": -83,\n                \"trust_level\": 50,\n                \"url_id\": \"gVbOn4OrqprD0EeN\",\n                \"vendor_tag\": \"\"\n            },\n            {\n                \"ap_mode\": \"Infrastructure\",\n                \"bssid\": \"4C:12:65:7F:85:C0\",\n                \"channel\": 11,\n                \"clients\": [],\n                \"configuration\": {\n                    \"authentication\": \"PSK\",\n                    \"eap_types\": null,\n                    \"encryption\": \"WPA2+CCMP\",\n                    \"hs20\": {\n                        \"data\": {\n                            \"VenueGroup\": \"\",\n                            \"VenueType\": \"\",\n                            \"Version\": \"\"\n                        },\n                        \"enabled\": false\n                    },\n                    \"pmf_capable\": false,\n                    \"pmf_required\": false,\n                    \"supported_channels\": \"{}\",\n                    \"vht_capable\": false,\n                    \"wps\": {\n                        \"capable\": true,\n                        \"data\": {\n                            \"configured\": true,\n                            \"devname\": \"Arris Wireless\",\n                            \"manuf\": \"Arris, Inc.\",\n                            \"modelname\": \"BGW210-700\",\n                            \"modelnum\": \"BGW210-700\"\n                        }\n                    }\n                },\n                \"customer_name\": \"Demo\",\n                \"device_tag\": \"\",\n                \"essid\": \"Yu Ding\",\n                \"first_seen\": \"2020-12-24T13:21:38.539939\",\n                \"hidden\": true,\n                \"last_seen\": \"2021-10-13T13:46:52.119762\",\n                \"latitude\": 37.91438077715055,\n                \"location_tag\": \"\",\n                \"longitude\": -122.29721004722137,\n                \"manufacturer\": \"ARRIS Group, Inc.\",\n                \"market\": \"Home/Office\",\n                \"product_tag\": \"\",\n                \"sensor_name\": \"EC Demo\",\n                \"sensor_url_id\": \"42oQbKMPQ8LBXzjV\",\n                \"signal\": -88,\n                \"trust_level\": 50,\n                \"url_id\": \"GmVED25Zpk3KkqQw\",\n                \"vendor_tag\": \"\"\n            },\n            {\n                \"ap_mode\": \"Infrastructure\",\n                \"bssid\": \"70:03:7E:EC:34:3D\",\n                \"channel\": 11,\n                \"clients\": [],\n                \"configuration\": {\n                    \"authentication\": \"PSK\",\n                    \"eap_types\": null,\n                    \"encryption\": \"WPA2+CCMP\",\n                    \"hs20\": {\n                        \"data\": {\n                            \"VenueGroup\": \"\",\n                            \"VenueType\": \"\",\n                            \"Version\": \"\"\n                        },\n                        \"enabled\": false\n                    },\n                    \"pmf_capable\": false,\n                    \"pmf_required\": false,\n                    \"supported_channels\": \"{}\",\n                    \"vht_capable\": false,\n                    \"wps\": {\n                        \"capable\": false,\n                        \"data\": {\n                            \"configured\": false\n                        }\n                    }\n                },\n                \"customer_name\": \"Demo\",\n                \"device_tag\": \"\",\n                \"essid\": \"XHS-C7FF140A\",\n                \"first_seen\": \"2020-08-17T21:16:03.348347\",\n                \"hidden\": true,\n                \"last_seen\": \"2021-10-13T13:47:22.520402\",\n                \"latitude\": 37.91438077715055,\n                \"location_tag\": \"\",\n                \"longitude\": -122.29721004722137,\n                \"manufacturer\": \"Technicolor CH USA Inc.\",\n                \"market\": \"Home/Office\",\n                \"product_tag\": \"\",\n                \"sensor_name\": \"EC Demo\",\n                \"sensor_url_id\": \"42oQbKMPQ8LBXzjV\",\n                \"signal\": -89,\n                \"trust_level\": 50,\n                \"url_id\": \"Y2p6nGeAq68KJQ3b\",\n                \"vendor_tag\": \"\"\n            },\n            {\n                \"ap_mode\": \"Infrastructure\",\n                \"bssid\": \"CC:32:E5:DD:89:62\",\n                \"channel\": 4,\n                \"clients\": [],\n                \"configuration\": {\n                    \"authentication\": \"PSK\",\n                    \"eap_types\": null,\n                    \"encryption\": \"WPA2+CCMP\",\n                    \"hs20\": {\n                        \"data\": {\n                            \"VenueGroup\": \"\",\n                            \"VenueType\": \"\",\n                            \"Version\": \"\"\n                        },\n                        \"enabled\": false\n                    },\n                    \"pmf_capable\": false,\n                    \"pmf_required\": false,\n                    \"supported_channels\": \"{}\",\n                    \"vht_capable\": true,\n                    \"wps\": {\n                        \"capable\": true,\n                        \"data\": {\n                            \"configured\": true,\n                            \"devname\": \"Whole-home Wi-Fi\",\n                            \"manuf\": \"TP-Link\",\n                            \"modelname\": \"Deco M5\",\n                            \"modelnum\": \"Deco M5\"\n                        }\n                    }\n                },\n                \"customer_name\": \"Demo\",\n                \"device_tag\": \"\",\n                \"essid\": \"JoS-06\",\n                \"first_seen\": \"2021-06-24T02:31:24.161422\",\n                \"hidden\": false,\n                \"last_seen\": \"2021-10-13T13:47:52.943137\",\n                \"latitude\": 37.2918812,\n                \"location_tag\": \"\",\n                \"longitude\": -122.03309680000001,\n                \"manufacturer\": \"TP-LINK TECHNOLOGIES CO.,LTD.\",\n                \"market\": \"Home/Office\",\n                \"product_tag\": \"\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"sensor_url_id\": \"dbvoenObm1DMg142\",\n                \"signal\": -84,\n                \"trust_level\": 61,\n                \"url_id\": \"5N89KXAJWv4Dv1Xw\",\n                \"vendor_tag\": \"\"\n            },\n            {\n                \"ap_mode\": \"Infrastructure\",\n                \"bssid\": \"00:11:45:05:30:82\",\n                \"channel\": 7,\n                \"clients\": [],\n                \"configuration\": {\n                    \"authentication\": \"Open\",\n                    \"eap_types\": null,\n                    \"encryption\": \"None\",\n                    \"hs20\": {\n                        \"data\": {\n                            \"VenueGroup\": \"\",\n                            \"VenueType\": \"\",\n                            \"Version\": \"\"\n                        },\n                        \"enabled\": false\n                    },\n                    \"pmf_capable\": false,\n                    \"pmf_required\": false,\n                    \"supported_channels\": \"{}\",\n                    \"vht_capable\": false,\n                    \"wps\": {\n                        \"capable\": false,\n                        \"data\": {\n                            \"configured\": false\n                        }\n                    }\n                },\n                \"customer_name\": \"Demo\",\n                \"device_tag\": \"\",\n                \"essid\": \"PVWIFI-06\",\n                \"first_seen\": \"2021-09-24T05:56:52.436335\",\n                \"hidden\": false,\n                \"last_seen\": \"2021-10-13T13:47:55.060482\",\n                \"latitude\": 37.91438077715055,\n                \"location_tag\": \"\",\n                \"longitude\": -122.29721004722137,\n                \"manufacturer\": \"ValuePoint Networks\",\n                \"market\": \"Home/Office\",\n                \"product_tag\": \"\",\n                \"sensor_name\": \"EC Demo\",\n                \"sensor_url_id\": \"42oQbKMPQ8LBXzjV\",\n                \"signal\": -92,\n                \"trust_level\": 50,\n                \"url_id\": \"j6GNL5RxWJlKm35k\",\n                \"vendor_tag\": \"\"\n            },\n            {\n                \"ap_mode\": \"Infrastructure\",\n                \"bssid\": \"54:A6:5C:78:BE:73\",\n                \"channel\": 157,\n                \"clients\": [],\n                \"configuration\": {\n                    \"authentication\": \"PSK\",\n                    \"eap_types\": null,\n                    \"encryption\": \"WPA2+CCMP\",\n                    \"hs20\": {\n                        \"data\": {\n                            \"VenueGroup\": \"\",\n                            \"VenueType\": \"\",\n                            \"Version\": \"\"\n                        },\n                        \"enabled\": false\n                    },\n                    \"pmf_capable\": false,\n                    \"pmf_required\": false,\n                    \"supported_channels\": \"{}\",\n                    \"vht_capable\": true,\n                    \"wps\": {\n                        \"capable\": true,\n                        \"data\": {\n                            \"configured\": true,\n                            \"devname\": \"Reference Design\",\n                            \"manuf\": \"Quantenna\",\n                            \"modelname\": \"pearl\",\n                            \"modelnum\": \"QSR10GA.560\"\n                        }\n                    }\n                },\n                \"customer_name\": \"Demo\",\n                \"device_tag\": \"\",\n                \"essid\": \"MAG-5\",\n                \"first_seen\": \"2020-10-06T20:54:30.214096\",\n                \"hidden\": false,\n                \"last_seen\": \"2021-10-13T13:48:12.789534\",\n                \"latitude\": 37.91438077715055,\n                \"location_tag\": \"\",\n                \"longitude\": -122.29721004722137,\n                \"manufacturer\": \"Technicolor CH USA Inc.\",\n                \"market\": \"Home/Office\",\n                \"product_tag\": \"\",\n                \"sensor_name\": \"EC Demo\",\n                \"sensor_url_id\": \"42oQbKMPQ8LBXzjV\",\n                \"signal\": -87,\n                \"trust_level\": 61,\n                \"url_id\": \"bvoenOO85g0nMg14\",\n                \"vendor_tag\": \"\"\n            },\n            {\n                \"ap_mode\": \"Infrastructure\",\n                \"bssid\": \"28:7A:EE:BA:53:00\",\n                \"channel\": 6,\n                \"clients\": [],\n                \"configuration\": {\n                    \"authentication\": \"Open\",\n                    \"eap_types\": null,\n                    \"encryption\": \"None\",\n                    \"hs20\": {\n                        \"data\": {\n                            \"VenueGroup\": \"\",\n                            \"VenueType\": \"\",\n                            \"Version\": \"\"\n                        },\n                        \"enabled\": false\n                    },\n                    \"pmf_capable\": false,\n                    \"pmf_required\": false,\n                    \"supported_channels\": \"{}\",\n                    \"vht_capable\": false,\n                    \"wps\": {\n                        \"capable\": false,\n                        \"data\": {\n                            \"configured\": false\n                        }\n                    }\n                },\n                \"customer_name\": \"Demo\",\n                \"device_tag\": \"\",\n                \"essid\": \"\",\n                \"first_seen\": \"2021-06-24T02:27:23.405500\",\n                \"hidden\": true,\n                \"last_seen\": \"2021-10-13T13:48:14.395055\",\n                \"latitude\": 37.2918812,\n                \"location_tag\": \"\",\n                \"longitude\": -122.03309680000001,\n                \"manufacturer\": \"ARRIS Group, Inc.\",\n                \"market\": \"Home/Office\",\n                \"product_tag\": \"\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"sensor_url_id\": \"dbvoenObm1DMg142\",\n                \"signal\": -88,\n                \"trust_level\": 50,\n                \"url_id\": \"72YOnPXVae1n0Q6X\",\n                \"vendor_tag\": \"\"\n            },\n            {\n                \"ap_mode\": \"Infrastructure\",\n                \"bssid\": \"E2:9D:7D:A0:C1:F1\",\n                \"channel\": 6,\n                \"clients\": [],\n                \"configuration\": {\n                    \"authentication\": \"PSK\",\n                    \"eap_types\": null,\n                    \"encryption\": \"WPA2+CCMP,WPA2+TKIP\",\n                    \"hs20\": {\n                        \"data\": {\n                            \"VenueGroup\": \"\",\n                            \"VenueType\": \"\",\n                            \"Version\": \"\"\n                        },\n                        \"enabled\": false\n                    },\n                    \"pmf_capable\": false,\n                    \"pmf_required\": false,\n                    \"supported_channels\": \"{}\",\n                    \"vht_capable\": false,\n                    \"wps\": {\n                        \"capable\": false,\n                        \"data\": {\n                            \"configured\": false\n                        }\n                    }\n                },\n                \"customer_name\": \"Demo\",\n                \"device_tag\": \"\",\n                \"essid\": \"we.connect.yellowstone\",\n                \"first_seen\": \"2020-08-17T21:16:01.763165\",\n                \"hidden\": true,\n                \"last_seen\": \"2021-10-13T13:48:20.596485\",\n                \"latitude\": 37.91438077715055,\n                \"location_tag\": \"\",\n                \"longitude\": -122.29721004722137,\n                \"manufacturer\": \"Unknown\",\n                \"market\": \"Home/Office\",\n                \"product_tag\": \"\",\n                \"sensor_name\": \"EC Demo\",\n                \"sensor_url_id\": \"42oQbKMPQ8LBXzjV\",\n                \"signal\": -83,\n                \"trust_level\": 61,\n                \"url_id\": \"qzGoDEo2q7rLOemX\",\n                \"vendor_tag\": \"\"\n            },\n            {\n                \"ap_mode\": \"Infrastructure\",\n                \"bssid\": \"58:96:30:41:09:50\",\n                \"channel\": 149,\n                \"clients\": [],\n                \"configuration\": {\n                    \"authentication\": \"PSK\",\n                    \"eap_types\": null,\n                    \"encryption\": \"WPA2+CCMP\",\n                    \"hs20\": {\n                        \"data\": {\n                            \"VenueGroup\": \"\",\n                            \"VenueType\": \"\",\n                            \"Version\": \"\"\n                        },\n                        \"enabled\": false\n                    },\n                    \"pmf_capable\": false,\n                    \"pmf_required\": false,\n                    \"supported_channels\": \"{}\",\n                    \"vht_capable\": true,\n                    \"wps\": {\n                        \"capable\": true,\n                        \"data\": {\n                            \"configured\": true,\n                            \"devname\": \"BroadcomAP\",\n                            \"manuf\": \"Broadcom\",\n                            \"modelname\": \"Broadcom\",\n                            \"modelnum\": \"123456\"\n                        }\n                    }\n                },\n                \"customer_name\": \"Demo\",\n                \"device_tag\": \"\",\n                \"essid\": \"CBCI-0944\",\n                \"first_seen\": \"2020-10-22T23:26:04.033909\",\n                \"hidden\": false,\n                \"last_seen\": \"2021-10-13T13:49:16.572867\",\n                \"latitude\": 37.8477344,\n                \"location_tag\": \"\",\n                \"longitude\": -122.2901104,\n                \"manufacturer\": \"Technicolor CH USA Inc.\",\n                \"market\": \"Home/Office\",\n                \"product_tag\": \"\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"sensor_url_id\": \"PVyXoLbp5RD7QRWE\",\n                \"signal\": -76,\n                \"trust_level\": 61,\n                \"url_id\": \"GmVED25NMZqKkqQw\",\n                \"vendor_tag\": \"\"\n            },\n            {\n                \"ap_mode\": \"Infrastructure\",\n                \"bssid\": \"70:03:7E:EC:34:3C\",\n                \"channel\": 11,\n                \"clients\": [],\n                \"configuration\": {\n                    \"authentication\": \"PSK\",\n                    \"eap_types\": null,\n                    \"encryption\": \"WPA2+CCMP\",\n                    \"hs20\": {\n                        \"data\": {\n                            \"VenueGroup\": \"\",\n                            \"VenueType\": \"\",\n                            \"Version\": \"\"\n                        },\n                        \"enabled\": false\n                    },\n                    \"pmf_capable\": false,\n                    \"pmf_required\": false,\n                    \"supported_channels\": \"{}\",\n                    \"vht_capable\": false,\n                    \"wps\": {\n                        \"capable\": true,\n                        \"data\": {\n                            \"configured\": true\n                        }\n                    }\n                },\n                \"customer_name\": \"Demo\",\n                \"device_tag\": \"\",\n                \"essid\": \"Arborway-Boss\",\n                \"first_seen\": \"2020-05-29T00:22:44.419889\",\n                \"hidden\": false,\n                \"last_seen\": \"2021-10-13T13:49:18.841519\",\n                \"latitude\": 37.91438077715055,\n                \"location_tag\": \"\",\n                \"longitude\": -122.29721004722137,\n                \"manufacturer\": \"Technicolor CH USA Inc.\",\n                \"market\": \"Home/Office\",\n                \"product_tag\": \"\",\n                \"sensor_name\": \"EC Demo\",\n                \"sensor_url_id\": \"42oQbKMPQ8LBXzjV\",\n                \"signal\": -89,\n                \"trust_level\": 61,\n                \"url_id\": \"zA1RL7oeWlOLr0al\",\n                \"vendor_tag\": \"\"\n            },\n            {\n                \"ap_mode\": \"Infrastructure\",\n                \"bssid\": \"C0:94:35:47:95:DE\",\n                \"channel\": 11,\n                \"clients\": [],\n                \"configuration\": {\n                    \"authentication\": \"EAP\",\n                    \"eap_types\": null,\n                    \"encryption\": \"WPA2+CCMP\",\n                    \"hs20\": {\n                        \"data\": {\n                            \"VenueGroup\": \"\",\n                            \"VenueType\": \"\",\n                            \"Version\": \"\"\n                        },\n                        \"enabled\": false\n                    },\n                    \"pmf_capable\": false,\n                    \"pmf_required\": false,\n                    \"supported_channels\": \"{}\",\n                    \"vht_capable\": false,\n                    \"wps\": {\n                        \"capable\": false,\n                        \"data\": {\n                            \"configured\": false\n                        }\n                    }\n                },\n                \"customer_name\": \"Demo\",\n                \"device_tag\": \"\",\n                \"essid\": \"\",\n                \"first_seen\": \"2021-09-09T22:33:51.878705\",\n                \"hidden\": true,\n                \"last_seen\": \"2021-10-13T13:49:52.842989\",\n                \"latitude\": 37.2918812,\n                \"location_tag\": \"\",\n                \"longitude\": -122.03309680000001,\n                \"manufacturer\": \"ARRIS Group, Inc.\",\n                \"market\": \"Home/Office\",\n                \"product_tag\": \"\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"sensor_url_id\": \"dbvoenObm1DMg142\",\n                \"signal\": -9,\n                \"trust_level\": 50,\n                \"url_id\": \"XvG2K62jk3rKqAkw\",\n                \"vendor_tag\": \"\"\n            },\n            {\n                \"ap_mode\": \"Infrastructure\",\n                \"bssid\": \"08:62:66:96:FF:80\",\n                \"channel\": 3,\n                \"clients\": [\n                    {\n                        \"accesspoints\": [\n                            {\n                                \"ap_trust_level\": 61,\n                                \"ap_url_id\": null,\n                                \"bssid\": \"08:62:66:96:FF:80\",\n                                \"essid\": \"Cerrito 1\",\n                                \"last_seen\": \"2021-10-13T13:56:57.131130\"\n                            },\n                            {\n                                \"ap_trust_level\": 50,\n                                \"ap_url_id\": null,\n                                \"bssid\": \"00:00:00:00:00:00\",\n                                \"essid\": \"UNCONNECTED CLIENTS\",\n                                \"last_seen\": \"2021-10-13T02:40:06.732514\"\n                            }\n                        ],\n                        \"channel\": 3,\n                        \"client_group\": \"Unassigned\",\n                        \"device_tag\": \"\",\n                        \"first_seen\": \"2020-11-01T03:19:36.350711\",\n                        \"last_seen\": \"2021-10-13T02:40:06.732514\",\n                        \"latitude\": 37.91438077715055,\n                        \"location_tag\": \"\",\n                        \"longitude\": -122.29721004722137,\n                        \"macaddress\": \"3E:51:27:07:7D:7B\",\n                        \"manufacturer\": \"Privacy Address\",\n                        \"product_tag\": \"\",\n                        \"risk_level\": null,\n                        \"sensor_name\": \"EC Demo\",\n                        \"sensor_url_id\": \"42oQbKMPQ8LBXzjV\",\n                        \"signal\": -89,\n                        \"url_id\": \"pEVxKyQz17PPKrQR\",\n                        \"vendor_tag\": \"\"\n                    }\n                ],\n                \"configuration\": {\n                    \"authentication\": \"PSK\",\n                    \"eap_types\": null,\n                    \"encryption\": \"WPA2+CCMP\",\n                    \"hs20\": {\n                        \"data\": {\n                            \"VenueGroup\": \"\",\n                            \"VenueType\": \"\",\n                            \"Version\": \"\"\n                        },\n                        \"enabled\": false\n                    },\n                    \"pmf_capable\": false,\n                    \"pmf_required\": false,\n                    \"supported_channels\": \"{}\",\n                    \"vht_capable\": false,\n                    \"wps\": {\n                        \"capable\": false,\n                        \"data\": {\n                            \"configured\": false\n                        }\n                    }\n                },\n                \"customer_name\": \"Demo\",\n                \"device_tag\": \"\",\n                \"essid\": \"Cerrito 1\",\n                \"first_seen\": \"2020-05-28T19:37:33.713190\",\n                \"hidden\": false,\n                \"last_seen\": \"2021-10-13T13:49:54.888229\",\n                \"latitude\": 37.91438077715055,\n                \"location_tag\": \"\",\n                \"longitude\": -122.29721004722137,\n                \"manufacturer\": \"ASUSTek COMPUTER INC.\",\n                \"market\": \"Home/Office\",\n                \"product_tag\": \"\",\n                \"sensor_name\": \"EC Demo\",\n                \"sensor_url_id\": \"42oQbKMPQ8LBXzjV\",\n                \"signal\": -83,\n                \"trust_level\": 61,\n                \"url_id\": \"eYN2K3d0eAPDoQ0k\",\n                \"vendor_tag\": \"ASUS\"\n            },\n            {\n                \"ap_mode\": \"Infrastructure\",\n                \"bssid\": \"54:A6:5C:78:BE:6E\",\n                \"channel\": 1,\n                \"clients\": [],\n                \"configuration\": {\n                    \"authentication\": \"PSK\",\n                    \"eap_types\": null,\n                    \"encryption\": \"WPA2+CCMP\",\n                    \"hs20\": {\n                        \"data\": {\n                            \"VenueGroup\": \"\",\n                            \"VenueType\": \"\",\n                            \"Version\": \"\"\n                        },\n                        \"enabled\": false\n                    },\n                    \"pmf_capable\": false,\n                    \"pmf_required\": false,\n                    \"supported_channels\": \"{}\",\n                    \"vht_capable\": false,\n                    \"wps\": {\n                        \"capable\": false,\n                        \"data\": {\n                            \"configured\": false\n                        }\n                    }\n                },\n                \"customer_name\": \"Demo\",\n                \"device_tag\": \"\",\n                \"essid\": \"A16746DF2466410CA2ED9FB2E32FE7D9\",\n                \"first_seen\": \"2020-08-17T21:14:05.408203\",\n                \"hidden\": true,\n                \"last_seen\": \"2021-10-13T13:50:16.228144\",\n                \"latitude\": 37.91438077715055,\n                \"location_tag\": \"\",\n                \"longitude\": -122.29721004722137,\n                \"manufacturer\": \"Technicolor CH USA Inc.\",\n                \"market\": \"Home/Office\",\n                \"product_tag\": \"\",\n                \"sensor_name\": \"EC Demo\",\n                \"sensor_url_id\": \"42oQbKMPQ8LBXzjV\",\n                \"signal\": -78,\n                \"trust_level\": 61,\n                \"url_id\": \"E2NgDrqyAP8KaerV\",\n                \"vendor_tag\": \"\"\n            },\n            {\n                \"ap_mode\": \"Infrastructure\",\n                \"bssid\": \"8C:0F:6F:34:E6:68\",\n                \"channel\": 11,\n                \"clients\": [],\n                \"configuration\": {\n                    \"authentication\": \"PSK\",\n                    \"eap_types\": [],\n                    \"encryption\": \"WPA2+CCMP,WPA2+TKIP,WPA+CCMP,WPA+TKIP\",\n                    \"hs20\": {\n                        \"data\": {\n                            \"VenueGroup\": \"\",\n                            \"VenueType\": \"\",\n                            \"Version\": \"\"\n                        },\n                        \"enabled\": false\n                    },\n                    \"pmf_capable\": false,\n                    \"pmf_required\": false,\n                    \"supported_channels\": null,\n                    \"vht_capable\": null,\n                    \"wps\": {\n                        \"capable\": true,\n                        \"data\": {\n                            \"configured\": true,\n                            \"devname\": \"DPC3941B\",\n                            \"manuf\": \"Cisco Systems, Inc.\",\n                            \"modelname\": \"DPC3941B\",\n                            \"modelnum\": \"DPC3941B\"\n                        }\n                    }\n                },\n                \"customer_name\": \"Demo\",\n                \"device_tag\": \"Wireless Firewall\",\n                \"essid\": \"CBCI-3D6C-2.4\",\n                \"first_seen\": \"2017-06-16T17:00:36.463939\",\n                \"hidden\": false,\n                \"last_seen\": \"2021-10-13T13:50:59.121033\",\n                \"latitude\": 37.8477344,\n                \"location_tag\": \"\",\n                \"longitude\": -122.2901104,\n                \"manufacturer\": \"PEGATRON CORPORATION\",\n                \"market\": \"Home/Office\",\n                \"product_tag\": \"\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"sensor_url_id\": \"PVyXoLbp5RD7QRWE\",\n                \"signal\": -67,\n                \"trust_level\": 61,\n                \"url_id\": \"4yVpWLxOeQmn5BaN\",\n                \"vendor_tag\": \"\"\n            },\n            {\n                \"ap_mode\": \"Infrastructure\",\n                \"bssid\": \"3C:28:6D:62:0F:3B\",\n                \"channel\": 6,\n                \"clients\": [],\n                \"configuration\": {\n                    \"authentication\": \"PSK\",\n                    \"eap_types\": null,\n                    \"encryption\": \"WPA2+CCMP\",\n                    \"hs20\": {\n                        \"data\": {\n                            \"VenueGroup\": \"\",\n                            \"VenueType\": \"\",\n                            \"Version\": \"\"\n                        },\n                        \"enabled\": false\n                    },\n                    \"pmf_capable\": false,\n                    \"pmf_required\": false,\n                    \"supported_channels\": \"{}\",\n                    \"vht_capable\": false,\n                    \"wps\": {\n                        \"capable\": false,\n                        \"data\": {\n                            \"configured\": false\n                        }\n                    }\n                },\n                \"customer_name\": \"Demo\",\n                \"device_tag\": \"\",\n                \"essid\": \"Buster&clark\",\n                \"first_seen\": \"2020-10-29T21:51:13.709233\",\n                \"hidden\": false,\n                \"last_seen\": \"2021-10-13T13:51:00.825056\",\n                \"latitude\": 37.8477344,\n                \"location_tag\": \"\",\n                \"longitude\": -122.2901104,\n                \"manufacturer\": \"Google, Inc.\",\n                \"market\": \"Home/Office\",\n                \"product_tag\": \"\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"sensor_url_id\": \"PVyXoLbp5RD7QRWE\",\n                \"signal\": -86,\n                \"trust_level\": 61,\n                \"url_id\": \"vQMlKY5gOZ9K2qe0\",\n                \"vendor_tag\": \"Google\"\n            },\n            {\n                \"ap_mode\": \"Bridge\",\n                \"bssid\": \"B0:B9:8A:54:A9:C4\",\n                \"channel\": 9,\n                \"clients\": [],\n                \"configuration\": {\n                    \"authentication\": \"PSK\",\n                    \"eap_types\": null,\n                    \"encryption\": \"WPA2+CCMP\",\n                    \"hs20\": {\n                        \"data\": {\n                            \"VenueGroup\": \"\",\n                            \"VenueType\": \"\",\n                            \"Version\": \"\"\n                        },\n                        \"enabled\": false\n                    },\n                    \"pmf_capable\": false,\n                    \"pmf_required\": false,\n                    \"supported_channels\": null,\n                    \"vht_capable\": null,\n                    \"wps\": {\n                        \"capable\": true,\n                        \"data\": {\n                            \"configured\": true,\n                            \"devname\": \"R7800(Wireless AP)\",\n                            \"manuf\": \"NTGR\",\n                            \"modelname\": \"R7800\",\n                            \"modelnum\": \"R7800\"\n                        }\n                    }\n                },\n                \"customer_name\": \"Demo\",\n                \"device_tag\": \"\",\n                \"essid\": \"NightCity\",\n                \"first_seen\": \"2017-12-10T17:45:32.054744\",\n                \"hidden\": false,\n                \"last_seen\": \"2021-10-13T13:51:03.426641\",\n                \"latitude\": 37.8477344,\n                \"location_tag\": \"\",\n                \"longitude\": -122.2901104,\n                \"manufacturer\": \"NETGEAR\",\n                \"market\": \"Home/Office\",\n                \"product_tag\": \"\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"sensor_url_id\": \"PVyXoLbp5RD7QRWE\",\n                \"signal\": -83,\n                \"trust_level\": 61,\n                \"url_id\": \"172YOnPaxJVL0Q6X\",\n                \"vendor_tag\": \"Netgear\"\n            },\n            {\n                \"ap_mode\": \"Infrastructure\",\n                \"bssid\": \"8A:18:88:BE:F0:04\",\n                \"channel\": 11,\n                \"clients\": [],\n                \"configuration\": {\n                    \"authentication\": \"WEP\",\n                    \"eap_types\": null,\n                    \"encryption\": \"WEP\",\n                    \"hs20\": {\n                        \"data\": {\n                            \"VenueGroup\": \"\",\n                            \"VenueType\": \"\",\n                            \"Version\": \"\"\n                        },\n                        \"enabled\": false\n                    },\n                    \"pmf_capable\": false,\n                    \"pmf_required\": false,\n                    \"supported_channels\": \"{}\",\n                    \"vht_capable\": false,\n                    \"wps\": {\n                        \"capable\": false,\n                        \"data\": {\n                            \"configured\": false\n                        }\n                    }\n                },\n                \"customer_name\": \"Demo\",\n                \"device_tag\": \"\",\n                \"essid\": \"GoW3pOrGoH0me\",\n                \"first_seen\": \"2021-03-29T20:26:51.693049\",\n                \"hidden\": false,\n                \"last_seen\": \"2021-10-13T13:51:04.321081\",\n                \"latitude\": 37.8477344,\n                \"location_tag\": \"\",\n                \"longitude\": -122.2901104,\n                \"manufacturer\": \"Unknown\",\n                \"market\": \"Home/Office\",\n                \"product_tag\": \"\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"sensor_url_id\": \"PVyXoLbp5RD7QRWE\",\n                \"signal\": -38,\n                \"trust_level\": 71,\n                \"url_id\": \"GmVED25m5pbKkqQw\",\n                \"vendor_tag\": \"\"\n            },\n            {\n                \"ap_mode\": \"Infrastructure\",\n                \"bssid\": \"92:18:98:BE:F0:04\",\n                \"channel\": 44,\n                \"clients\": [],\n                \"configuration\": {\n                    \"authentication\": \"EAP\",\n                    \"eap_types\": [\n                        \"21: EAP-TTLS\",\n                        \"26: MS-EAP-Authentication\",\n                        \"25: PEAP\",\n                        \"13: EAP-TLS\",\n                        \"17: EAP-Cisco Wireless\",\n                        \"6: Generic Token Card (GTC)\",\n                        \"4: MD5-Challenge\"\n                    ],\n                    \"encryption\": \"WPA2+CCMP\",\n                    \"hs20\": {\n                        \"data\": {\n                            \"VenueGroup\": \"\",\n                            \"VenueType\": \"\",\n                            \"Version\": \"\"\n                        },\n                        \"enabled\": false\n                    },\n                    \"pmf_capable\": true,\n                    \"pmf_required\": false,\n                    \"supported_channels\": \"{}\",\n                    \"vht_capable\": false,\n                    \"wps\": {\n                        \"capable\": false,\n                        \"data\": {\n                            \"configured\": false\n                        }\n                    }\n                },\n                \"customer_name\": \"Demo\",\n                \"device_tag\": \"\",\n                \"essid\": \"BeastMode\",\n                \"first_seen\": \"2021-03-29T20:26:51.442561\",\n                \"hidden\": false,\n                \"last_seen\": \"2021-10-13T13:51:11.289600\",\n                \"latitude\": 37.8477344,\n                \"location_tag\": \"\",\n                \"longitude\": -122.2901104,\n                \"manufacturer\": \"Unknown\",\n                \"market\": \"Home/Office\",\n                \"product_tag\": \"\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"sensor_url_id\": \"PVyXoLbp5RD7QRWE\",\n                \"signal\": -52,\n                \"trust_level\": 1,\n                \"url_id\": \"WPYxLVxMxjNDe5aj\",\n                \"vendor_tag\": \"\"\n            },\n            {\n                \"ap_mode\": \"Infrastructure\",\n                \"bssid\": \"0A:B4:B1:A6:9E:D8\",\n                \"channel\": 11,\n                \"clients\": [],\n                \"configuration\": {\n                    \"authentication\": \"PSK\",\n                    \"eap_types\": null,\n                    \"encryption\": \"WPA2+CCMP\",\n                    \"hs20\": {\n                        \"data\": {\n                            \"VenueGroup\": \"\",\n                            \"VenueType\": \"\",\n                            \"Version\": \"\"\n                        },\n                        \"enabled\": false\n                    },\n                    \"pmf_capable\": false,\n                    \"pmf_required\": false,\n                    \"supported_channels\": \"{}\",\n                    \"vht_capable\": false,\n                    \"wps\": {\n                        \"capable\": false,\n                        \"data\": {\n                            \"configured\": false\n                        }\n                    }\n                },\n                \"customer_name\": \"Demo\",\n                \"device_tag\": \"\",\n                \"essid\": \"JEONG_GUEST\",\n                \"first_seen\": \"2021-08-21T15:02:41.980686\",\n                \"hidden\": false,\n                \"last_seen\": \"2021-10-13T13:51:17.811640\",\n                \"latitude\": 37.2918812,\n                \"location_tag\": \"\",\n                \"longitude\": -122.03309680000001,\n                \"manufacturer\": \"Unknown\",\n                \"market\": \"Home/Office\",\n                \"product_tag\": \"\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"sensor_url_id\": \"dbvoenObm1DMg142\",\n                \"signal\": -89,\n                \"trust_level\": 50,\n                \"url_id\": \"eYN2K3dQZ3eDoQ0k\",\n                \"vendor_tag\": \"\"\n            },\n            {\n                \"ap_mode\": \"Infrastructure\",\n                \"bssid\": \"9A:9D:5D:D5:D0:9C\",\n                \"channel\": 6,\n                \"clients\": [],\n                \"configuration\": {\n                    \"authentication\": \"PSK\",\n                    \"eap_types\": null,\n                    \"encryption\": \"WPA2+CCMP\",\n                    \"hs20\": {\n                        \"data\": {\n                            \"VenueGroup\": \"\",\n                            \"VenueType\": \"\",\n                            \"Version\": \"\"\n                        },\n                        \"enabled\": false\n                    },\n                    \"pmf_capable\": false,\n                    \"pmf_required\": false,\n                    \"supported_channels\": \"{}\",\n                    \"vht_capable\": false,\n                    \"wps\": {\n                        \"capable\": false,\n                        \"data\": {\n                            \"configured\": false\n                        }\n                    }\n                },\n                \"customer_name\": \"Demo\",\n                \"device_tag\": \"\",\n                \"essid\": \"\",\n                \"first_seen\": \"2021-06-24T02:27:24.221969\",\n                \"hidden\": false,\n                \"last_seen\": \"2021-10-13T13:51:49.255066\",\n                \"latitude\": 37.2918812,\n                \"location_tag\": \"\",\n                \"longitude\": -122.03309680000001,\n                \"manufacturer\": \"Unknown\",\n                \"market\": \"Home/Office\",\n                \"product_tag\": \"\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"sensor_url_id\": \"dbvoenObm1DMg142\",\n                \"signal\": -83,\n                \"trust_level\": 50,\n                \"url_id\": \"gVbOn4O7dl7D0EeN\",\n                \"vendor_tag\": \"\"\n            },\n            {\n                \"ap_mode\": \"Bridge\",\n                \"bssid\": \"C0:94:35:42:95:DE\",\n                \"channel\": 11,\n                \"clients\": [\n                    {\n                        \"accesspoints\": [\n                            {\n                                \"ap_trust_level\": 61,\n                                \"ap_url_id\": null,\n                                \"bssid\": \"C0:94:35:42:95:DE\",\n                                \"essid\": \"Aqua-E36\",\n                                \"last_seen\": \"2021-10-13T13:51:22.959128\"\n                            },\n                            {\n                                \"ap_trust_level\": 50,\n                                \"ap_url_id\": null,\n                                \"bssid\": \"00:00:00:00:00:00\",\n                                \"essid\": \"UNCONNECTED CLIENTS\",\n                                \"last_seen\": \"2021-10-13T10:04:26.655066\"\n                            },\n                            {\n                                \"ap_trust_level\": 71,\n                                \"ap_url_id\": null,\n                                \"bssid\": \"92:0F:6F:34:E6:70\",\n                                \"essid\": \"xfinitywifi\",\n                                \"last_seen\": \"2021-09-16T22:06:29.432941\"\n                            },\n                            {\n                                \"ap_trust_level\": 1,\n                                \"ap_url_id\": null,\n                                \"bssid\": \"9A:18:98:BE:F0:04\",\n                                \"essid\": \"Choose Another Castle\",\n                                \"last_seen\": \"2021-09-16T22:01:29.684913\"\n                            },\n                            {\n                                \"ap_trust_level\": 1,\n                                \"ap_url_id\": null,\n                                \"bssid\": \"9C:C9:EB:DD:51:49\",\n                                \"essid\": \"NETGEAR00\",\n                                \"last_seen\": \"2021-09-09T04:15:41.220874\"\n                            },\n                            {\n                                \"ap_trust_level\": 1,\n                                \"ap_url_id\": null,\n                                \"bssid\": \"98:18:88:BE:F0:04\",\n                                \"essid\": \"Choose Another Castle\",\n                                \"last_seen\": \"2021-09-03T00:01:51.370876\"\n                            },\n                            {\n                                \"ap_trust_level\": 1,\n                                \"ap_url_id\": null,\n                                \"bssid\": \"9C:C9:EB:DD:51:4B\",\n                                \"essid\": \"NETGEAR00-5G\",\n                                \"last_seen\": \"2021-05-07T20:49:48.333148\"\n                            },\n                            {\n                                \"ap_trust_level\": 71,\n                                \"ap_url_id\": null,\n                                \"bssid\": \"6E:8F:E0:42:71:A5\",\n                                \"essid\": \"xfinitywifi\",\n                                \"last_seen\": \"2021-04-25T17:49:03.362483\"\n                            },\n                            {\n                                \"ap_trust_level\": 50,\n                                \"ap_url_id\": null,\n                                \"bssid\": \"C2:B8:EF:3D:9F:03\",\n                                \"essid\": \"\",\n                                \"last_seen\": \"2021-04-22T15:45:36.173045\"\n                            },\n                            {\n                                \"ap_trust_level\": 61,\n                                \"ap_url_id\": null,\n                                \"bssid\": \"28:C6:8E:A6:56:9C\",\n                                \"essid\": \"NETGEAR80\",\n                                \"last_seen\": \"2021-04-19T13:32:14.741131\"\n                            },\n                            {\n                                \"ap_trust_level\": 61,\n                                \"ap_url_id\": null,\n                                \"bssid\": \"28:C6:8E:A6:56:9E\",\n                                \"essid\": \"NETGEAR80-5G\",\n                                \"last_seen\": \"2021-04-19T05:21:25.213051\"\n                            },\n                            {\n                                \"ap_trust_level\": 10,\n                                \"ap_url_id\": null,\n                                \"bssid\": \"E2:CB:AC:50:9A:18\",\n                                \"essid\": \"Choose Another Castle\",\n                                \"last_seen\": \"2021-03-18T22:09:58.166925\"\n                            },\n                            {\n                                \"ap_trust_level\": 20,\n                                \"ap_url_id\": null,\n                                \"bssid\": \"E6:CB:AC:50:9A:18\",\n                                \"essid\": \"I Am A Guest\",\n                                \"last_seen\": \"2021-03-18T19:09:31.923039\"\n                            },\n                            {\n                                \"ap_trust_level\": 50,\n                                \"ap_url_id\": null,\n                                \"bssid\": \"72:9C:B0:44:8E:B8\",\n                                \"essid\": \"Ashok iPhone7\",\n                                \"last_seen\": \"2021-03-18T18:48:06.664143\"\n                            },\n                            {\n                                \"ap_trust_level\": 10,\n                                \"ap_url_id\": null,\n                                \"bssid\": \"E0:CB:BC:50:9A:18\",\n                                \"essid\": \"Choose Another Castle\",\n                                \"last_seen\": \"2021-03-04T18:53:03.120812\"\n                            },\n                            {\n                                \"ap_trust_level\": 50,\n                                \"ap_url_id\": null,\n                                \"bssid\": \"FE:0C:5C:BF:BD:C9\",\n                                \"essid\": \"Ashok iPhone7\",\n                                \"last_seen\": \"2019-11-07T19:55:56.023967\"\n                            },\n                            {\n                                \"ap_trust_level\": 71,\n                                \"ap_url_id\": null,\n                                \"bssid\": \"3C:9A:77:BA:12:2E\",\n                                \"essid\": \"xfinitywifi\",\n                                \"last_seen\": \"2019-11-07T16:42:54.740392\"\n                            }\n                        ],\n                        \"channel\": 11,\n                        \"client_group\": \"Visitor\",\n                        \"device_tag\": \"Phone\",\n                        \"first_seen\": \"2019-10-15T16:10:39.912488\",\n                        \"last_seen\": \"2021-10-13T13:51:22.959128\",\n                        \"latitude\": 37.2918812,\n                        \"location_tag\": \"\",\n                        \"longitude\": -122.03309680000001,\n                        \"macaddress\": \"D0:22:BE:62:EE:DA\",\n                        \"manufacturer\": \"SAMSUNG ELECTRO-MECHANICS(THAILAND)\",\n                        \"product_tag\": \"Android\",\n                        \"risk_level\": 41070,\n                        \"sensor_name\": \"Ashok-A10760\",\n                        \"sensor_url_id\": \"dbvoenObm1DMg142\",\n                        \"signal\": -78,\n                        \"url_id\": \"eYN2K3AagERAnoQ0\",\n                        \"vendor_tag\": \"\"\n                    }\n                ],\n                \"configuration\": {\n                    \"authentication\": \"PSK\",\n                    \"eap_types\": null,\n                    \"encryption\": \"WPA2+CCMP\",\n                    \"hs20\": {\n                        \"data\": {\n                            \"VenueGroup\": \"\",\n                            \"VenueType\": \"\",\n                            \"Version\": \"\"\n                        },\n                        \"enabled\": false\n                    },\n                    \"pmf_capable\": false,\n                    \"pmf_required\": false,\n                    \"supported_channels\": \"{}\",\n                    \"vht_capable\": false,\n                    \"wps\": {\n                        \"capable\": true,\n                        \"data\": {\n                            \"configured\": true,\n                            \"devname\": \"WLAN-ROUTER\",\n                            \"manuf\": \"Intel Corporation\",\n                            \"modelname\": \" \",\n                            \"modelnum\": \" \"\n                        }\n                    }\n                },\n                \"customer_name\": \"Demo\",\n                \"device_tag\": \"\",\n                \"essid\": \"Aqua-E36\",\n                \"first_seen\": \"2021-09-09T22:33:51.044973\",\n                \"hidden\": false,\n                \"last_seen\": \"2021-10-13T13:51:55.307323\",\n                \"latitude\": 37.2918812,\n                \"location_tag\": \"\",\n                \"longitude\": -122.03309680000001,\n                \"manufacturer\": \"ARRIS Group, Inc.\",\n                \"market\": \"Home/Office\",\n                \"product_tag\": \"\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"sensor_url_id\": \"dbvoenObm1DMg142\",\n                \"signal\": -9,\n                \"trust_level\": 61,\n                \"url_id\": \"zA1RL7ojk4eLr0al\",\n                \"vendor_tag\": \"\"\n            },\n            {\n                \"ap_mode\": \"Infrastructure\",\n                \"bssid\": \"A6:FC:77:30:03:BF\",\n                \"channel\": 4,\n                \"clients\": [],\n                \"configuration\": {\n                    \"authentication\": \"PSK\",\n                    \"eap_types\": null,\n                    \"encryption\": \"WPA2+CCMP\",\n                    \"hs20\": {\n                        \"data\": {\n                            \"VenueGroup\": \"\",\n                            \"VenueType\": \"\",\n                            \"Version\": \"\"\n                        },\n                        \"enabled\": false\n                    },\n                    \"pmf_capable\": false,\n                    \"pmf_required\": false,\n                    \"supported_channels\": \"{}\",\n                    \"vht_capable\": false,\n                    \"wps\": {\n                        \"capable\": true,\n                        \"data\": {\n                            \"configured\": true,\n                            \"devname\": \"DIRECT-bf-HP M130f LaserJet\",\n                            \"manuf\": \"HP\",\n                            \"modelname\": \"HP LaserJet MFP M129-M134\",\n                            \"modelnum\": \"G3Q60A\"\n                        }\n                    }\n                },\n                \"customer_name\": \"Demo\",\n                \"device_tag\": \"Printer\",\n                \"essid\": \"DIRECT-bf-HP M130f LaserJet\",\n                \"first_seen\": \"2021-06-24T02:27:23.538529\",\n                \"hidden\": false,\n                \"last_seen\": \"2021-10-13T13:51:58.638933\",\n                \"latitude\": 37.2918812,\n                \"location_tag\": \"\",\n                \"longitude\": -122.03309680000001,\n                \"manufacturer\": \"Unknown\",\n                \"market\": \"Home/Office\",\n                \"product_tag\": \"\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"sensor_url_id\": \"dbvoenObm1DMg142\",\n                \"signal\": -77,\n                \"trust_level\": 61,\n                \"url_id\": \"9PBZDaGJe8wL7Rxw\",\n                \"vendor_tag\": \"Hewlett Packard\"\n            },\n            {\n                \"ap_mode\": \"Infrastructure\",\n                \"bssid\": \"E8:9F:80:5F:58:72\",\n                \"channel\": 5,\n                \"clients\": [],\n                \"configuration\": {\n                    \"authentication\": \"PSK\",\n                    \"eap_types\": null,\n                    \"encryption\": \"WPA2+CCMP\",\n                    \"hs20\": {\n                        \"data\": {\n                            \"VenueGroup\": \"\",\n                            \"VenueType\": \"\",\n                            \"Version\": \"\"\n                        },\n                        \"enabled\": false\n                    },\n                    \"pmf_capable\": false,\n                    \"pmf_required\": false,\n                    \"supported_channels\": \"{}\",\n                    \"vht_capable\": true,\n                    \"wps\": {\n                        \"capable\": true,\n                        \"data\": {\n                            \"configured\": true,\n                            \"devname\": \"Linksys33830\",\n                            \"manuf\": \"Linksys\",\n                            \"modelname\": \"MX42\",\n                            \"modelnum\": \"MX42\"\n                        }\n                    }\n                },\n                \"customer_name\": \"Demo\",\n                \"device_tag\": \"\",\n                \"essid\": \"Linscotti\",\n                \"first_seen\": \"2021-08-07T02:49:52.187096\",\n                \"hidden\": false,\n                \"last_seen\": \"2021-10-13T13:52:01.512268\",\n                \"latitude\": 37.91438077715055,\n                \"location_tag\": \"\",\n                \"longitude\": -122.29721004722137,\n                \"manufacturer\": \"Belkin International Inc.\",\n                \"market\": \"Home/Office\",\n                \"product_tag\": \"\",\n                \"sensor_name\": \"EC Demo\",\n                \"sensor_url_id\": \"42oQbKMPQ8LBXzjV\",\n                \"signal\": -83,\n                \"trust_level\": 61,\n                \"url_id\": \"BVWpnveNrNeDeo1J\",\n                \"vendor_tag\": \"Belkin\"\n            },\n            {\n                \"ap_mode\": \"Infrastructure\",\n                \"bssid\": \"62:3A:0E:47:EC:BC\",\n                \"channel\": 44,\n                \"clients\": [],\n                \"configuration\": {\n                    \"authentication\": \"PSK\",\n                    \"eap_types\": null,\n                    \"encryption\": \"WPA2+CCMP\",\n                    \"hs20\": {\n                        \"data\": {\n                            \"VenueGroup\": \"\",\n                            \"VenueType\": \"\",\n                            \"Version\": \"\"\n                        },\n                        \"enabled\": false\n                    },\n                    \"pmf_capable\": false,\n                    \"pmf_required\": false,\n                    \"supported_channels\": \"{}\",\n                    \"vht_capable\": true,\n                    \"wps\": {\n                        \"capable\": false,\n                        \"data\": {\n                            \"configured\": false\n                        }\n                    }\n                },\n                \"customer_name\": \"Demo\",\n                \"device_tag\": \"\",\n                \"essid\": \"spoton\",\n                \"first_seen\": \"2021-06-24T02:27:23.926069\",\n                \"hidden\": false,\n                \"last_seen\": \"2021-10-13T13:52:02.035222\",\n                \"latitude\": 37.2918812,\n                \"location_tag\": \"\",\n                \"longitude\": -122.03309680000001,\n                \"manufacturer\": \"Unknown\",\n                \"market\": \"Home/Office\",\n                \"product_tag\": \"\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"sensor_url_id\": \"dbvoenObm1DMg142\",\n                \"signal\": -78,\n                \"trust_level\": 61,\n                \"url_id\": \"E3e2DdpJea3DaVpj\",\n                \"vendor_tag\": \"\"\n            },\n            {\n                \"ap_mode\": \"Infrastructure\",\n                \"bssid\": \"E2:DB:D1:20:E2:4B\",\n                \"channel\": 6,\n                \"clients\": [],\n                \"configuration\": {\n                    \"authentication\": \"EAP\",\n                    \"eap_types\": [],\n                    \"encryption\": \"WPA2+CCMP\",\n                    \"hs20\": {\n                        \"data\": {\n                            \"VenueGroup\": \"\",\n                            \"VenueType\": \"\",\n                            \"Version\": \"\"\n                        },\n                        \"enabled\": false\n                    },\n                    \"pmf_capable\": false,\n                    \"pmf_required\": false,\n                    \"supported_channels\": \"{}\",\n                    \"vht_capable\": false,\n                    \"wps\": {\n                        \"capable\": false,\n                        \"data\": {\n                            \"configured\": false\n                        }\n                    }\n                },\n                \"customer_name\": \"Demo\",\n                \"device_tag\": \"\",\n                \"essid\": \"\",\n                \"first_seen\": \"2021-07-21T07:06:15.291405\",\n                \"hidden\": false,\n                \"last_seen\": \"2021-10-13T13:52:21.840529\",\n                \"latitude\": 37.91438077715055,\n                \"location_tag\": \"\",\n                \"longitude\": -122.29721004722137,\n                \"manufacturer\": \"Unknown\",\n                \"market\": \"Home/Office\",\n                \"product_tag\": \"\",\n                \"sensor_name\": \"EC Demo\",\n                \"sensor_url_id\": \"42oQbKMPQ8LBXzjV\",\n                \"signal\": -78,\n                \"trust_level\": 61,\n                \"url_id\": \"p6B7nzR4wy7ng4XA\",\n                \"vendor_tag\": \"\"\n            },\n            {\n                \"ap_mode\": \"Infrastructure\",\n                \"bssid\": \"E4:5E:1B:E4:0C:2F\",\n                \"channel\": 11,\n                \"clients\": [],\n                \"configuration\": {\n                    \"authentication\": \"PSK\",\n                    \"eap_types\": null,\n                    \"encryption\": \"WPA2+CCMP\",\n                    \"hs20\": {\n                        \"data\": {\n                            \"VenueGroup\": \"\",\n                            \"VenueType\": \"\",\n                            \"Version\": \"\"\n                        },\n                        \"enabled\": false\n                    },\n                    \"pmf_capable\": false,\n                    \"pmf_required\": false,\n                    \"supported_channels\": \"{}\",\n                    \"vht_capable\": false,\n                    \"wps\": {\n                        \"capable\": false,\n                        \"data\": {\n                            \"configured\": false\n                        }\n                    }\n                },\n                \"customer_name\": \"Demo\",\n                \"device_tag\": \"\",\n                \"essid\": \"and_then\",\n                \"first_seen\": \"2021-08-29T16:24:08.025377\",\n                \"hidden\": false,\n                \"last_seen\": \"2021-10-13T13:52:23.464186\",\n                \"latitude\": 37.91438077715055,\n                \"location_tag\": \"\",\n                \"longitude\": -122.29721004722137,\n                \"manufacturer\": \"Google, Inc.\",\n                \"market\": \"Home/Office\",\n                \"product_tag\": \"\",\n                \"sensor_name\": \"EC Demo\",\n                \"sensor_url_id\": \"42oQbKMPQ8LBXzjV\",\n                \"signal\": -84,\n                \"trust_level\": 61,\n                \"url_id\": \"O3ZzDmd918zK4JR1\",\n                \"vendor_tag\": \"Google\"\n            },\n            {\n                \"ap_mode\": \"Infrastructure\",\n                \"bssid\": \"98:DA:C4:70:CD:E6\",\n                \"channel\": 4,\n                \"clients\": [],\n                \"configuration\": {\n                    \"authentication\": \"PSK\",\n                    \"eap_types\": null,\n                    \"encryption\": \"WPA2+CCMP,WPA2+TKIP,WPA+CCMP,WPA+TKIP\",\n                    \"hs20\": {\n                        \"data\": {\n                            \"VenueGroup\": \"\",\n                            \"VenueType\": \"\",\n                            \"Version\": \"\"\n                        },\n                        \"enabled\": false\n                    },\n                    \"pmf_capable\": false,\n                    \"pmf_required\": false,\n                    \"supported_channels\": \"{}\",\n                    \"vht_capable\": false,\n                    \"wps\": {\n                        \"capable\": true,\n                        \"data\": {\n                            \"configured\": true,\n                            \"devname\": \"Whole-home Wi-Fi\",\n                            \"manuf\": \"TP-Link\",\n                            \"modelname\": \"Deco M4R\",\n                            \"modelnum\": \"Deco M4R\"\n                        }\n                    }\n                },\n                \"customer_name\": \"Demo\",\n                \"device_tag\": \"Wireless Router\",\n                \"essid\": \"LokiDoki\",\n                \"first_seen\": \"2020-05-28T19:37:31.511165\",\n                \"hidden\": false,\n                \"last_seen\": \"2021-10-13T13:52:31.272540\",\n                \"latitude\": 37.91438077715055,\n                \"location_tag\": \"\",\n                \"longitude\": -122.29721004722137,\n                \"manufacturer\": \"TP-LINK TECHNOLOGIES CO.,LTD.\",\n                \"market\": \"Home/Office\",\n                \"product_tag\": \"\",\n                \"sensor_name\": \"EC Demo\",\n                \"sensor_url_id\": \"42oQbKMPQ8LBXzjV\",\n                \"signal\": -47,\n                \"trust_level\": 61,\n                \"url_id\": \"GjEaDRWdAWMnb0dJ\",\n                \"vendor_tag\": \"TP-Link\"\n            },\n            {\n                \"ap_mode\": \"Infrastructure\",\n                \"bssid\": \"10:DA:43:77:AA:95\",\n                \"channel\": 3,\n                \"clients\": [],\n                \"configuration\": {\n                    \"authentication\": \"PSK\",\n                    \"eap_types\": [],\n                    \"encryption\": \"WPA2+CCMP\",\n                    \"hs20\": {\n                        \"data\": {\n                            \"VenueGroup\": \"\",\n                            \"VenueType\": \"\",\n                            \"Version\": \"\"\n                        },\n                        \"enabled\": false\n                    },\n                    \"pmf_capable\": false,\n                    \"pmf_required\": false,\n                    \"supported_channels\": null,\n                    \"vht_capable\": null,\n                    \"wps\": {\n                        \"capable\": true,\n                        \"data\": {\n                            \"configured\": true,\n                            \"devname\": \"R7000\",\n                            \"manuf\": \"NETGEAR, Inc.\",\n                            \"modelname\": \"R7000\",\n                            \"modelnum\": \"R7000\"\n                        }\n                    }\n                },\n                \"customer_name\": \"Demo\",\n                \"device_tag\": \"Camera\",\n                \"essid\": \"NETGEAR30\",\n                \"first_seen\": \"2017-05-11T18:22:30.338122\",\n                \"hidden\": false,\n                \"last_seen\": \"2021-10-13T13:52:31.733020\",\n                \"latitude\": 37.8477344,\n                \"location_tag\": \"\",\n                \"longitude\": -122.2901104,\n                \"manufacturer\": \"NETGEAR\",\n                \"market\": \"Home/Office\",\n                \"product_tag\": \"\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"sensor_url_id\": \"PVyXoLbp5RD7QRWE\",\n                \"signal\": -87,\n                \"trust_level\": 50,\n                \"url_id\": \"kvQMlKY8dP9L2qe0\",\n                \"vendor_tag\": \"Netgear\"\n            },\n            {\n                \"ap_mode\": \"Infrastructure\",\n                \"bssid\": \"98:DA:C4:70:D2:07\",\n                \"channel\": 44,\n                \"clients\": [\n                    {\n                        \"accesspoints\": [\n                            {\n                                \"ap_trust_level\": 61,\n                                \"ap_url_id\": null,\n                                \"bssid\": \"98:DA:C4:70:D2:07\",\n                                \"essid\": \"LokiDoki\",\n                                \"last_seen\": \"2021-10-13T13:58:39.960278\"\n                            },\n                            {\n                                \"ap_trust_level\": 61,\n                                \"ap_url_id\": null,\n                                \"bssid\": \"98:DA:C4:70:CD:E7\",\n                                \"essid\": \"LokiDoki\",\n                                \"last_seen\": \"2021-10-13T03:01:55.980253\"\n                            },\n                            {\n                                \"ap_trust_level\": 50,\n                                \"ap_url_id\": null,\n                                \"bssid\": \"00:00:00:00:00:00\",\n                                \"essid\": \"UNCONNECTED CLIENTS\",\n                                \"last_seen\": \"2021-09-22T10:23:01.283573\"\n                            }\n                        ],\n                        \"channel\": 44,\n                        \"client_group\": \"Unassigned\",\n                        \"device_tag\": \"\",\n                        \"first_seen\": \"2021-09-18T03:21:59.819699\",\n                        \"last_seen\": \"2021-10-13T13:58:39.960278\",\n                        \"latitude\": 37.91438077715055,\n                        \"location_tag\": \"\",\n                        \"longitude\": -122.29721004722137,\n                        \"macaddress\": \"5C:FB:3A:69:7B:4D\",\n                        \"manufacturer\": \"CHONGQING FUGUI ELECTRONICS CO.,LTD.\",\n                        \"product_tag\": \"\",\n                        \"risk_level\": null,\n                        \"sensor_name\": \"EC Demo\",\n                        \"sensor_url_id\": \"42oQbKMPQ8LBXzjV\",\n                        \"signal\": -71,\n                        \"url_id\": \"9PBZDabB2OBln7Rx\",\n                        \"vendor_tag\": \"\"\n                    },\n                    {\n                        \"accesspoints\": [\n                            {\n                                \"ap_trust_level\": 61,\n                                \"ap_url_id\": null,\n                                \"bssid\": \"98:DA:C4:70:D2:07\",\n                                \"essid\": \"LokiDoki\",\n                                \"last_seen\": \"2021-10-13T13:56:35.336617\"\n                            },\n                            {\n                                \"ap_trust_level\": 50,\n                                \"ap_url_id\": null,\n                                \"bssid\": \"00:00:00:00:00:00\",\n                                \"essid\": \"UNCONNECTED CLIENTS\",\n                                \"last_seen\": \"2021-08-15T15:06:07.174920\"\n                            },\n                            {\n                                \"ap_trust_level\": 61,\n                                \"ap_url_id\": null,\n                                \"bssid\": \"98:DA:C4:70:D0:97\",\n                                \"essid\": \"LokiDoki\",\n                                \"last_seen\": \"2021-06-09T13:48:23.823294\"\n                            },\n                            {\n                                \"ap_trust_level\": 61,\n                                \"ap_url_id\": null,\n                                \"bssid\": \"9E:DA:C4:70:D2:07\",\n                                \"essid\": \"zEQQumr+a9FbMY5Y\",\n                                \"last_seen\": \"2021-04-03T04:47:10.038108\"\n                            },\n                            {\n                                \"ap_trust_level\": 61,\n                                \"ap_url_id\": null,\n                                \"bssid\": \"A6:08:01:FB:1F:63\",\n                                \"essid\": \"DIRECT-RC-FireTV_6665\",\n                                \"last_seen\": \"2021-04-03T04:44:40.325227\"\n                            },\n                            {\n                                \"ap_trust_level\": 61,\n                                \"ap_url_id\": null,\n                                \"bssid\": \"9E:DA:C4:70:D0:97\",\n                                \"essid\": \"zEQQumr+a9FbMY5Y\",\n                                \"last_seen\": \"2021-04-03T02:03:43.387228\"\n                            }\n                        ],\n                        \"channel\": 44,\n                        \"client_group\": \"Unassigned\",\n                        \"device_tag\": \"\",\n                        \"first_seen\": \"2020-10-31T23:42:03.060349\",\n                        \"last_seen\": \"2021-10-13T13:56:35.336617\",\n                        \"latitude\": 37.91438077715055,\n                        \"location_tag\": \"\",\n                        \"longitude\": -122.29721004722137,\n                        \"macaddress\": \"D4:3A:2E:26:F6:7F\",\n                        \"manufacturer\": \"SHENZHEN MTC CO LTD\",\n                        \"product_tag\": \"\",\n                        \"risk_level\": null,\n                        \"sensor_name\": \"EC Demo\",\n                        \"sensor_url_id\": \"42oQbKMPQ8LBXzjV\",\n                        \"signal\": -78,\n                        \"url_id\": \"vQMlKYBlbEd9D2qe\",\n                        \"vendor_tag\": \"\"\n                    },\n                    {\n                        \"accesspoints\": [\n                            {\n                                \"ap_trust_level\": 61,\n                                \"ap_url_id\": null,\n                                \"bssid\": \"98:DA:C4:70:D2:07\",\n                                \"essid\": \"LokiDoki\",\n                                \"last_seen\": \"2021-10-13T13:58:39.864119\"\n                            },\n                            {\n                                \"ap_trust_level\": 61,\n                                \"ap_url_id\": null,\n                                \"bssid\": \"98:DA:C4:70:CD:E7\",\n                                \"essid\": \"LokiDoki\",\n                                \"last_seen\": \"2021-10-13T04:54:00.332759\"\n                            },\n                            {\n                                \"ap_trust_level\": 50,\n                                \"ap_url_id\": null,\n                                \"bssid\": \"00:00:00:00:00:00\",\n                                \"essid\": \"UNCONNECTED CLIENTS\",\n                                \"last_seen\": \"2021-10-12T14:03:37.576187\"\n                            },\n                            {\n                                \"ap_trust_level\": 61,\n                                \"ap_url_id\": null,\n                                \"bssid\": \"98:DA:C4:70:D0:97\",\n                                \"essid\": \"LokiDoki\",\n                                \"last_seen\": \"2021-10-12T06:58:32.680643\"\n                            },\n                            {\n                                \"ap_trust_level\": 61,\n                                \"ap_url_id\": null,\n                                \"bssid\": \"98:DA:C4:70:D2:06\",\n                                \"essid\": \"LokiDoki\",\n                                \"last_seen\": \"2021-10-12T06:56:31.324332\"\n                            },\n                            {\n                                \"ap_trust_level\": 61,\n                                \"ap_url_id\": null,\n                                \"bssid\": \"98:DA:C4:70:CD:E6\",\n                                \"essid\": \"LokiDoki\",\n                                \"last_seen\": \"2021-10-10T03:04:55.512399\"\n                            },\n                            {\n                                \"ap_trust_level\": 61,\n                                \"ap_url_id\": null,\n                                \"bssid\": \"98:DA:C4:70:D0:96\",\n                                \"essid\": \"LokiDoki\",\n                                \"last_seen\": \"2021-10-03T18:35:22.572395\"\n                            }\n                        ],\n                        \"channel\": 44,\n                        \"client_group\": \"Unassigned\",\n                        \"device_tag\": \"\",\n                        \"first_seen\": \"2020-12-24T04:18:08.506708\",\n                        \"last_seen\": \"2021-10-13T13:54:38.296379\",\n                        \"latitude\": 37.91438077715055,\n                        \"location_tag\": \"\",\n                        \"longitude\": -122.29721004722137,\n                        \"macaddress\": \"DE:78:25:01:F4:2D\",\n                        \"manufacturer\": \"Privacy Address\",\n                        \"product_tag\": \"\",\n                        \"risk_level\": null,\n                        \"sensor_name\": \"EC Demo\",\n                        \"sensor_url_id\": \"42oQbKMPQ8LBXzjV\",\n                        \"signal\": -77,\n                        \"url_id\": \"PpOmLWXrOq3yKBGb\",\n                        \"vendor_tag\": \"\"\n                    }\n                ],\n                \"configuration\": {\n                    \"authentication\": \"PSK\",\n                    \"eap_types\": null,\n                    \"encryption\": \"WPA2+CCMP,WPA2+TKIP,WPA+CCMP,WPA+TKIP\",\n                    \"hs20\": {\n                        \"data\": {\n                            \"VenueGroup\": \"\",\n                            \"VenueType\": \"\",\n                            \"Version\": \"\"\n                        },\n                        \"enabled\": false\n                    },\n                    \"pmf_capable\": false,\n                    \"pmf_required\": false,\n                    \"supported_channels\": \"{}\",\n                    \"vht_capable\": true,\n                    \"wps\": {\n                        \"capable\": true,\n                        \"data\": {\n                            \"configured\": true,\n                            \"devname\": \"Whole-home Wi-Fi\",\n                            \"manuf\": \"TP-Link\",\n                            \"modelname\": \"Deco M4R\",\n                            \"modelnum\": \"Deco M4R\"\n                        }\n                    }\n                },\n                \"customer_name\": \"Demo\",\n                \"device_tag\": \"Wireless Router\",\n                \"essid\": \"LokiDoki\",\n                \"first_seen\": \"2020-05-28T19:37:31.334933\",\n                \"hidden\": false,\n                \"last_seen\": \"2021-10-13T13:52:38.086159\",\n                \"latitude\": 37.91438077715055,\n                \"location_tag\": \"\",\n                \"longitude\": -122.29721004722137,\n                \"manufacturer\": \"TP-LINK TECHNOLOGIES CO.,LTD.\",\n                \"market\": \"Home/Office\",\n                \"product_tag\": \"\",\n                \"sensor_name\": \"EC Demo\",\n                \"sensor_url_id\": \"42oQbKMPQ8LBXzjV\",\n                \"signal\": -65,\n                \"trust_level\": 61,\n                \"url_id\": \"wd4mnArolrJLkvRp\",\n                \"vendor_tag\": \"TP-Link\"\n            },\n            {\n                \"ap_mode\": \"Infrastructure\",\n                \"bssid\": \"82:18:88:BE:F0:04\",\n                \"channel\": 11,\n                \"clients\": [],\n                \"configuration\": {\n                    \"authentication\": \"SHA256\",\n                    \"eap_types\": null,\n                    \"encryption\": \"WPA2+CCMP\",\n                    \"hs20\": {\n                        \"data\": {\n                            \"VenueGroup\": \"\",\n                            \"VenueType\": \"\",\n                            \"Version\": \"\"\n                        },\n                        \"enabled\": false\n                    },\n                    \"pmf_capable\": true,\n                    \"pmf_required\": true,\n                    \"supported_channels\": \"{}\",\n                    \"vht_capable\": true,\n                    \"wps\": {\n                        \"capable\": false,\n                        \"data\": {\n                            \"configured\": false\n                        }\n                    }\n                },\n                \"customer_name\": \"Demo\",\n                \"device_tag\": \"\",\n                \"essid\": \"HS20-test\",\n                \"first_seen\": \"2021-09-13T20:11:54.945810\",\n                \"hidden\": false,\n                \"last_seen\": \"2021-10-13T13:53:00.757535\",\n                \"latitude\": 37.8477344,\n                \"location_tag\": \"\",\n                \"longitude\": -122.2901104,\n                \"manufacturer\": \"Unknown\",\n                \"market\": \"Home/Office\",\n                \"product_tag\": \"\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"sensor_url_id\": \"PVyXoLbp5RD7QRWE\",\n                \"signal\": -37,\n                \"trust_level\": 61,\n                \"url_id\": \"Mqa0n1GdvW9K2pxv\",\n                \"vendor_tag\": \"\"\n            },\n            {\n                \"ap_mode\": \"Infrastructure\",\n                \"bssid\": \"32:CD:A7:24:8D:C7\",\n                \"channel\": 11,\n                \"clients\": [],\n                \"configuration\": {\n                    \"authentication\": \"PSK\",\n                    \"eap_types\": [],\n                    \"encryption\": \"WPA2+CCMP\",\n                    \"hs20\": {\n                        \"data\": {\n                            \"VenueGroup\": \"\",\n                            \"VenueType\": \"\",\n                            \"Version\": \"\"\n                        },\n                        \"enabled\": false\n                    },\n                    \"pmf_capable\": false,\n                    \"pmf_required\": false,\n                    \"supported_channels\": null,\n                    \"vht_capable\": null,\n                    \"wps\": {\n                        \"capable\": true,\n                        \"data\": {\n                            \"configured\": true,\n                            \"devname\": \"M2020 Series\",\n                            \"manuf\": \"Broadcom\",\n                            \"modelname\": \"SoftAP\",\n                            \"modelnum\": \"0\"\n                        }\n                    }\n                },\n                \"customer_name\": \"Demo\",\n                \"device_tag\": \"Printer\",\n                \"essid\": \"DIRECT-TNM2020 Series\",\n                \"first_seen\": \"2017-05-11T18:22:32.427998\",\n                \"hidden\": false,\n                \"last_seen\": \"2021-10-13T13:53:00.933063\",\n                \"latitude\": 37.8477344,\n                \"location_tag\": \"\",\n                \"longitude\": -122.2901104,\n                \"manufacturer\": \"Unknown\",\n                \"market\": \"Home/Office\",\n                \"product_tag\": \"\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"sensor_url_id\": \"PVyXoLbp5RD7QRWE\",\n                \"signal\": -81,\n                \"trust_level\": 61,\n                \"url_id\": \"269yoDg56zRLvx8V\",\n                \"vendor_tag\": \"Samsung\"\n            },\n            {\n                \"ap_mode\": \"Infrastructure\",\n                \"bssid\": \"58:96:30:41:09:48\",\n                \"channel\": 1,\n                \"clients\": [],\n                \"configuration\": {\n                    \"authentication\": \"PSK\",\n                    \"eap_types\": null,\n                    \"encryption\": \"WPA2+CCMP\",\n                    \"hs20\": {\n                        \"data\": {\n                            \"VenueGroup\": \"\",\n                            \"VenueType\": \"\",\n                            \"Version\": \"\"\n                        },\n                        \"enabled\": false\n                    },\n                    \"pmf_capable\": false,\n                    \"pmf_required\": false,\n                    \"supported_channels\": \"{}\",\n                    \"vht_capable\": false,\n                    \"wps\": {\n                        \"capable\": true,\n                        \"data\": {\n                            \"configured\": true,\n                            \"devname\": \"BroadcomAP\",\n                            \"manuf\": \"Broadcom\",\n                            \"modelname\": \"Broadcom\",\n                            \"modelnum\": \"123456\"\n                        }\n                    }\n                },\n                \"customer_name\": \"Demo\",\n                \"device_tag\": \"\",\n                \"essid\": \"CBCI-0944\",\n                \"first_seen\": \"2020-10-22T23:26:03.472068\",\n                \"hidden\": false,\n                \"last_seen\": \"2021-10-13T13:53:02.093227\",\n                \"latitude\": 37.8477344,\n                \"location_tag\": \"\",\n                \"longitude\": -122.2901104,\n                \"manufacturer\": \"Technicolor CH USA Inc.\",\n                \"market\": \"Home/Office\",\n                \"product_tag\": \"\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"sensor_url_id\": \"PVyXoLbp5RD7QRWE\",\n                \"signal\": -65,\n                \"trust_level\": 61,\n                \"url_id\": \"WPYxLVxYV1mDe5aj\",\n                \"vendor_tag\": \"\"\n            },\n            {\n                \"ap_mode\": \"Infrastructure\",\n                \"bssid\": \"68:D7:9A:40:DF:EC\",\n                \"channel\": 52,\n                \"clients\": [],\n                \"configuration\": {\n                    \"authentication\": \"PSK\",\n                    \"eap_types\": null,\n                    \"encryption\": \"WPA2+CCMP\",\n                    \"hs20\": {\n                        \"data\": {\n                            \"VenueGroup\": \"\",\n                            \"VenueType\": \"\",\n                            \"Version\": \"\"\n                        },\n                        \"enabled\": false\n                    },\n                    \"pmf_capable\": false,\n                    \"pmf_required\": false,\n                    \"supported_channels\": \"{}\",\n                    \"vht_capable\": true,\n                    \"wps\": {\n                        \"capable\": true,\n                        \"data\": {\n                            \"configured\": true,\n                            \"devname\": \"AmpliFi\",\n                            \"manuf\": \"www.amplifi.com\",\n                            \"modelname\": \" \",\n                            \"modelnum\": \" \"\n                        }\n                    }\n                },\n                \"customer_name\": \"Demo\",\n                \"device_tag\": \"\",\n                \"essid\": \"MotoFish\",\n                \"first_seen\": \"2021-09-23T01:59:46.497779\",\n                \"hidden\": false,\n                \"last_seen\": \"2021-10-13T13:53:04.596549\",\n                \"latitude\": 47.709397499999994,\n                \"location_tag\": \"\",\n                \"longitude\": -122.31505140000002,\n                \"manufacturer\": \"Ubiquiti Networks Inc.\",\n                \"market\": \"Home/Office\",\n                \"product_tag\": \"\",\n                \"sensor_name\": \"Demo-V2-Seattle\",\n                \"sensor_url_id\": \"jpEVxKyXvbLrQRY2\",\n                \"signal\": -37,\n                \"trust_level\": 61,\n                \"url_id\": \"Y2p6nGe78a8KJQ3b\",\n                \"vendor_tag\": \"Ubiquiti\"\n            },\n            {\n                \"ap_mode\": \"Infrastructure\",\n                \"bssid\": \"EC:1A:59:01:B3:AE\",\n                \"channel\": 36,\n                \"clients\": [],\n                \"configuration\": {\n                    \"authentication\": \"PSK\",\n                    \"eap_types\": [],\n                    \"encryption\": \"WPA2+CCMP,WPA+CCMP\",\n                    \"hs20\": {\n                        \"data\": {\n                            \"VenueGroup\": \"\",\n                            \"VenueType\": \"\",\n                            \"Version\": \"\"\n                        },\n                        \"enabled\": false\n                    },\n                    \"pmf_capable\": false,\n                    \"pmf_required\": false,\n                    \"supported_channels\": null,\n                    \"vht_capable\": null,\n                    \"wps\": {\n                        \"capable\": true,\n                        \"data\": {\n                            \"configured\": true,\n                            \"devname\": \"Belkin AC1200 Wireless Router\",\n                            \"modelname\": \"F9K1113 v1\"\n                        }\n                    }\n                },\n                \"customer_name\": \"Demo\",\n                \"device_tag\": \"\",\n                \"essid\": \"J-Sei\",\n                \"first_seen\": \"2017-06-04T01:18:23.143944\",\n                \"hidden\": false,\n                \"last_seen\": \"2021-10-13T13:53:07.015048\",\n                \"latitude\": 37.8477344,\n                \"location_tag\": \"\",\n                \"longitude\": -122.2901104,\n                \"manufacturer\": \"Belkin International Inc.\",\n                \"market\": \"Home/Office\",\n                \"product_tag\": \"\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"sensor_url_id\": \"PVyXoLbp5RD7QRWE\",\n                \"signal\": -85,\n                \"trust_level\": 30,\n                \"url_id\": \"VyNMbnqemM4nGkJd\",\n                \"vendor_tag\": \"Belkin\"\n            },\n            {\n                \"ap_mode\": \"Infrastructure\",\n                \"bssid\": \"8E:18:98:BE:F0:04\",\n                \"channel\": 44,\n                \"clients\": [],\n                \"configuration\": {\n                    \"authentication\": \"SAE\",\n                    \"eap_types\": null,\n                    \"encryption\": \"WPA3-Personal+CCMP\",\n                    \"hs20\": {\n                        \"data\": {\n                            \"VenueGroup\": \"\",\n                            \"VenueType\": \"\",\n                            \"Version\": \"\"\n                        },\n                        \"enabled\": false\n                    },\n                    \"pmf_capable\": true,\n                    \"pmf_required\": true,\n                    \"supported_channels\": \"{}\",\n                    \"vht_capable\": true,\n                    \"wps\": {\n                        \"capable\": false,\n                        \"data\": {\n                            \"configured\": false\n                        }\n                    }\n                },\n                \"customer_name\": \"Demo\",\n                \"device_tag\": \"\",\n                \"essid\": \"WPA3Ahoy\",\n                \"first_seen\": \"2021-05-07T03:01:37.686839\",\n                \"hidden\": false,\n                \"last_seen\": \"2021-10-13T13:53:13.352131\",\n                \"latitude\": 37.8477344,\n                \"location_tag\": \"\",\n                \"longitude\": -122.2901104,\n                \"manufacturer\": \"Unknown\",\n                \"market\": \"Home/Office\",\n                \"product_tag\": \"\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"sensor_url_id\": \"PVyXoLbp5RD7QRWE\",\n                \"signal\": -52,\n                \"trust_level\": 61,\n                \"url_id\": \"aQVvDeWmg5rLW8w0\",\n                \"vendor_tag\": \"\"\n            },\n            {\n                \"ap_mode\": \"Infrastructure\",\n                \"bssid\": \"08:B4:B1:A6:9F:3C\",\n                \"channel\": 6,\n                \"clients\": [],\n                \"configuration\": {\n                    \"authentication\": \"PSK\",\n                    \"eap_types\": null,\n                    \"encryption\": \"WPA2+CCMP\",\n                    \"hs20\": {\n                        \"data\": {\n                            \"VenueGroup\": \"\",\n                            \"VenueType\": \"\",\n                            \"Version\": \"\"\n                        },\n                        \"enabled\": false\n                    },\n                    \"pmf_capable\": false,\n                    \"pmf_required\": false,\n                    \"supported_channels\": \"{}\",\n                    \"vht_capable\": false,\n                    \"wps\": {\n                        \"capable\": false,\n                        \"data\": {\n                            \"configured\": false\n                        }\n                    }\n                },\n                \"customer_name\": \"Demo\",\n                \"device_tag\": \"\",\n                \"essid\": \"JEONG_2.4G\",\n                \"first_seen\": \"2021-08-19T19:22:51.405754\",\n                \"hidden\": false,\n                \"last_seen\": \"2021-10-13T13:53:16.275070\",\n                \"latitude\": 37.2918812,\n                \"location_tag\": \"\",\n                \"longitude\": -122.03309680000001,\n                \"manufacturer\": \"Google, Inc.\",\n                \"market\": \"Home/Office\",\n                \"product_tag\": \"\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"sensor_url_id\": \"dbvoenObm1DMg142\",\n                \"signal\": -92,\n                \"trust_level\": 50,\n                \"url_id\": \"9PBZDaG4ePdL7Rxw\",\n                \"vendor_tag\": \"Google\"\n            },\n            {\n                \"ap_mode\": \"Infrastructure\",\n                \"bssid\": \"98:9D:5D:D4:D0:9B\",\n                \"channel\": 6,\n                \"clients\": [],\n                \"configuration\": {\n                    \"authentication\": \"PSK\",\n                    \"eap_types\": null,\n                    \"encryption\": \"WPA2+CCMP\",\n                    \"hs20\": {\n                        \"data\": {\n                            \"VenueGroup\": \"\",\n                            \"VenueType\": \"\",\n                            \"Version\": \"\"\n                        },\n                        \"enabled\": false\n                    },\n                    \"pmf_capable\": false,\n                    \"pmf_required\": false,\n                    \"supported_channels\": \"{}\",\n                    \"vht_capable\": false,\n                    \"wps\": {\n                        \"capable\": true,\n                        \"data\": {\n                            \"configured\": true,\n                            \"devname\": \"Xfinity Wireless Gateway\",\n                            \"manuf\": \"Technicolor\",\n                            \"modelname\": \"XB7\",\n                            \"modelnum\": \"CGM4331COM\"\n                        }\n                    }\n                },\n                \"customer_name\": \"Demo\",\n                \"device_tag\": \"\",\n                \"essid\": \"BLWIFI\",\n                \"first_seen\": \"2021-06-24T02:27:22.606291\",\n                \"hidden\": false,\n                \"last_seen\": \"2021-10-13T13:53:49.367165\",\n                \"latitude\": 37.2918812,\n                \"location_tag\": \"\",\n                \"longitude\": -122.03309680000001,\n                \"manufacturer\": \"Technicolor CH USA Inc.\",\n                \"market\": \"Home/Office\",\n                \"product_tag\": \"\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"sensor_url_id\": \"dbvoenObm1DMg142\",\n                \"signal\": -84,\n                \"trust_level\": 61,\n                \"url_id\": \"b41kKwk9p8AKzZog\",\n                \"vendor_tag\": \"\"\n            },\n            {\n                \"ap_mode\": \"Infrastructure\",\n                \"bssid\": \"08:B4:B1:A6:9E:D9\",\n                \"channel\": 11,\n                \"clients\": [],\n                \"configuration\": {\n                    \"authentication\": \"PSK\",\n                    \"eap_types\": null,\n                    \"encryption\": \"WPA2+CCMP\",\n                    \"hs20\": {\n                        \"data\": {\n                            \"VenueGroup\": \"\",\n                            \"VenueType\": \"\",\n                            \"Version\": \"\"\n                        },\n                        \"enabled\": false\n                    },\n                    \"pmf_capable\": false,\n                    \"pmf_required\": false,\n                    \"supported_channels\": \"{}\",\n                    \"vht_capable\": false,\n                    \"wps\": {\n                        \"capable\": false,\n                        \"data\": {\n                            \"configured\": false\n                        }\n                    }\n                },\n                \"customer_name\": \"Demo\",\n                \"device_tag\": \"\",\n                \"essid\": \"JEONG_2.4G\",\n                \"first_seen\": \"2021-08-19T22:11:38.629531\",\n                \"hidden\": false,\n                \"last_seen\": \"2021-10-13T13:53:49.479123\",\n                \"latitude\": 37.2918812,\n                \"location_tag\": \"\",\n                \"longitude\": -122.03309680000001,\n                \"manufacturer\": \"Google, Inc.\",\n                \"market\": \"Home/Office\",\n                \"product_tag\": \"\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"sensor_url_id\": \"dbvoenObm1DMg142\",\n                \"signal\": -91,\n                \"trust_level\": 50,\n                \"url_id\": \"aQVvDeW68m6LW8w0\",\n                \"vendor_tag\": \"Google\"\n            },\n            {\n                \"ap_mode\": \"Infrastructure\",\n                \"bssid\": \"58:CB:52:C8:B1:BD\",\n                \"channel\": 1,\n                \"clients\": [],\n                \"configuration\": {\n                    \"authentication\": \"PSK\",\n                    \"eap_types\": null,\n                    \"encryption\": \"WPA2+CCMP\",\n                    \"hs20\": {\n                        \"data\": {\n                            \"VenueGroup\": \"\",\n                            \"VenueType\": \"\",\n                            \"Version\": \"\"\n                        },\n                        \"enabled\": false\n                    },\n                    \"pmf_capable\": false,\n                    \"pmf_required\": false,\n                    \"supported_channels\": \"{}\",\n                    \"vht_capable\": false,\n                    \"wps\": {\n                        \"capable\": false,\n                        \"data\": {\n                            \"configured\": false\n                        }\n                    }\n                },\n                \"customer_name\": \"Demo\",\n                \"device_tag\": \"\",\n                \"essid\": \"107\",\n                \"first_seen\": \"2021-07-31T20:26:02.234099\",\n                \"hidden\": false,\n                \"last_seen\": \"2021-10-13T13:53:50.113074\",\n                \"latitude\": 37.8477344,\n                \"location_tag\": \"\",\n                \"longitude\": -122.2901104,\n                \"manufacturer\": \"Google, Inc.\",\n                \"market\": \"Home/Office\",\n                \"product_tag\": \"\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"sensor_url_id\": \"PVyXoLbp5RD7QRWE\",\n                \"signal\": -84,\n                \"trust_level\": 61,\n                \"url_id\": \"wd4mnArvPqmLkvRp\",\n                \"vendor_tag\": \"Google\"\n            },\n            {\n                \"ap_mode\": \"Infrastructure\",\n                \"bssid\": \"00:0D:97:0A:B3:E3\",\n                \"channel\": 11,\n                \"clients\": [],\n                \"configuration\": {\n                    \"authentication\": \"PSK\",\n                    \"eap_types\": null,\n                    \"encryption\": \"WPA2+CCMP\",\n                    \"hs20\": {\n                        \"data\": {\n                            \"VenueGroup\": \"\",\n                            \"VenueType\": \"\",\n                            \"Version\": \"\"\n                        },\n                        \"enabled\": false\n                    },\n                    \"pmf_capable\": false,\n                    \"pmf_required\": false,\n                    \"supported_channels\": \"{}\",\n                    \"vht_capable\": false,\n                    \"wps\": {\n                        \"capable\": false,\n                        \"data\": {\n                            \"configured\": false\n                        }\n                    }\n                },\n                \"customer_name\": \"Demo\",\n                \"device_tag\": \"\",\n                \"essid\": \"\",\n                \"first_seen\": \"2020-12-25T21:18:27.639148\",\n                \"hidden\": true,\n                \"last_seen\": \"2021-10-13T13:53:53.220527\",\n                \"latitude\": 37.91438077715055,\n                \"location_tag\": \"\",\n                \"longitude\": -122.29721004722137,\n                \"manufacturer\": \"ABB Inc./Tropos\",\n                \"market\": \"Home/Office\",\n                \"product_tag\": \"\",\n                \"sensor_name\": \"EC Demo\",\n                \"sensor_url_id\": \"42oQbKMPQ8LBXzjV\",\n                \"signal\": -89,\n                \"trust_level\": 50,\n                \"url_id\": \"60deD05dgvPnpPjb\",\n                \"vendor_tag\": \"\"\n            },\n            {\n                \"ap_mode\": \"Infrastructure\",\n                \"bssid\": \"AC:5D:10:A0:C2:82\",\n                \"channel\": 11,\n                \"clients\": [],\n                \"configuration\": {\n                    \"authentication\": \"PSK\",\n                    \"eap_types\": null,\n                    \"encryption\": \"WPA2+CCMP,WPA2+TKIP,WPA+CCMP,WPA+TKIP\",\n                    \"hs20\": {\n                        \"data\": {\n                            \"VenueGroup\": \"\",\n                            \"VenueType\": \"\",\n                            \"Version\": \"\"\n                        },\n                        \"enabled\": false\n                    },\n                    \"pmf_capable\": false,\n                    \"pmf_required\": false,\n                    \"supported_channels\": \"{}\",\n                    \"vht_capable\": false,\n                    \"wps\": {\n                        \"capable\": true,\n                        \"data\": {\n                            \"configured\": true,\n                            \"devname\": \"Pace Access Point\",\n                            \"manuf\": \"Pace\",\n                            \"modelname\": \"Pace\",\n                            \"modelnum\": \"123456\"\n                        }\n                    }\n                },\n                \"customer_name\": \"Demo\",\n                \"device_tag\": \"\",\n                \"essid\": \"ATT434\",\n                \"first_seen\": \"2021-06-24T02:27:24.653575\",\n                \"hidden\": false,\n                \"last_seen\": \"2021-10-13T13:53:54.355138\",\n                \"latitude\": 37.2918812,\n                \"location_tag\": \"\",\n                \"longitude\": -122.03309680000001,\n                \"manufacturer\": \"Pace Americas\",\n                \"market\": \"Home/Office\",\n                \"product_tag\": \"\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"sensor_url_id\": \"dbvoenObm1DMg142\",\n                \"signal\": -85,\n                \"trust_level\": 61,\n                \"url_id\": \"VyXoLbkJePWK7QRW\",\n                \"vendor_tag\": \"\"\n            },\n            {\n                \"ap_mode\": \"Infrastructure\",\n                \"bssid\": \"D2:32:E5:DD:89:62\",\n                \"channel\": 4,\n                \"clients\": [],\n                \"configuration\": {\n                    \"authentication\": \"PSK\",\n                    \"eap_types\": null,\n                    \"encryption\": \"WPA2+CCMP\",\n                    \"hs20\": {\n                        \"data\": {\n                            \"VenueGroup\": \"\",\n                            \"VenueType\": \"\",\n                            \"Version\": \"\"\n                        },\n                        \"enabled\": false\n                    },\n                    \"pmf_capable\": false,\n                    \"pmf_required\": false,\n                    \"supported_channels\": \"{}\",\n                    \"vht_capable\": true,\n                    \"wps\": {\n                        \"capable\": false,\n                        \"data\": {\n                            \"configured\": false\n                        }\n                    }\n                },\n                \"customer_name\": \"Demo\",\n                \"device_tag\": \"\",\n                \"essid\": \"Jake’s-of-Saratoga\",\n                \"first_seen\": \"2021-06-24T02:29:24.920161\",\n                \"hidden\": false,\n                \"last_seen\": \"2021-10-13T13:53:58.846911\",\n                \"latitude\": 37.2918812,\n                \"location_tag\": \"\",\n                \"longitude\": -122.03309680000001,\n                \"manufacturer\": \"Unknown\",\n                \"market\": \"Home/Office\",\n                \"product_tag\": \"\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"sensor_url_id\": \"dbvoenObm1DMg142\",\n                \"signal\": -85,\n                \"trust_level\": 61,\n                \"url_id\": \"vQMlKY5J9w7K2qe0\",\n                \"vendor_tag\": \"\"\n            },\n            {\n                \"ap_mode\": \"Infrastructure\",\n                \"bssid\": \"EE:9F:80:5F:58:72\",\n                \"channel\": 5,\n                \"clients\": [],\n                \"configuration\": {\n                    \"authentication\": \"PSK\",\n                    \"eap_types\": null,\n                    \"encryption\": \"WPA2+CCMP\",\n                    \"hs20\": {\n                        \"data\": {\n                            \"VenueGroup\": \"\",\n                            \"VenueType\": \"\",\n                            \"Version\": \"\"\n                        },\n                        \"enabled\": false\n                    },\n                    \"pmf_capable\": false,\n                    \"pmf_required\": false,\n                    \"supported_channels\": \"{}\",\n                    \"vht_capable\": true,\n                    \"wps\": {\n                        \"capable\": false,\n                        \"data\": {\n                            \"configured\": false\n                        }\n                    }\n                },\n                \"customer_name\": \"Demo\",\n                \"device_tag\": \"\",\n                \"essid\": \"u4gS9P0WC9jx5l8j7p0rZa79FO6CQIRf\",\n                \"first_seen\": \"2021-08-07T02:49:52.734945\",\n                \"hidden\": true,\n                \"last_seen\": \"2021-10-13T13:54:01.932153\",\n                \"latitude\": 37.91438077715055,\n                \"location_tag\": \"\",\n                \"longitude\": -122.29721004722137,\n                \"manufacturer\": \"Unknown\",\n                \"market\": \"Home/Office\",\n                \"product_tag\": \"\",\n                \"sensor_name\": \"EC Demo\",\n                \"sensor_url_id\": \"42oQbKMPQ8LBXzjV\",\n                \"signal\": -84,\n                \"trust_level\": 61,\n                \"url_id\": \"b41kKwkyayEKzZog\",\n                \"vendor_tag\": \"\"\n            },\n            {\n                \"ap_mode\": \"Infrastructure\",\n                \"bssid\": \"D2:32:E5:DD:B4:FA\",\n                \"channel\": 4,\n                \"clients\": [],\n                \"configuration\": {\n                    \"authentication\": \"PSK\",\n                    \"eap_types\": null,\n                    \"encryption\": \"WPA2+CCMP\",\n                    \"hs20\": {\n                        \"data\": {\n                            \"VenueGroup\": \"\",\n                            \"VenueType\": \"\",\n                            \"Version\": \"\"\n                        },\n                        \"enabled\": false\n                    },\n                    \"pmf_capable\": false,\n                    \"pmf_required\": false,\n                    \"supported_channels\": \"{}\",\n                    \"vht_capable\": true,\n                    \"wps\": {\n                        \"capable\": false,\n                        \"data\": {\n                            \"configured\": false\n                        }\n                    }\n                },\n                \"customer_name\": \"Demo\",\n                \"device_tag\": \"\",\n                \"essid\": \"Jake’s-of-Saratoga\",\n                \"first_seen\": \"2021-06-24T02:27:23.750656\",\n                \"hidden\": false,\n                \"last_seen\": \"2021-10-13T13:54:02.334756\",\n                \"latitude\": 37.2918812,\n                \"location_tag\": \"\",\n                \"longitude\": -122.03309680000001,\n                \"manufacturer\": \"Unknown\",\n                \"market\": \"Home/Office\",\n                \"product_tag\": \"\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"sensor_url_id\": \"dbvoenObm1DMg142\",\n                \"signal\": -77,\n                \"trust_level\": 61,\n                \"url_id\": \"XwlNKZ6JWpmKYpzq\",\n                \"vendor_tag\": \"\"\n            },\n            {\n                \"ap_mode\": \"Infrastructure\",\n                \"bssid\": \"CC:32:E5:DD:B4:FA\",\n                \"channel\": 4,\n                \"clients\": [],\n                \"configuration\": {\n                    \"authentication\": \"PSK\",\n                    \"eap_types\": null,\n                    \"encryption\": \"WPA2+CCMP\",\n                    \"hs20\": {\n                        \"data\": {\n                            \"VenueGroup\": \"\",\n                            \"VenueType\": \"\",\n                            \"Version\": \"\"\n                        },\n                        \"enabled\": false\n                    },\n                    \"pmf_capable\": false,\n                    \"pmf_required\": false,\n                    \"supported_channels\": \"{}\",\n                    \"vht_capable\": true,\n                    \"wps\": {\n                        \"capable\": true,\n                        \"data\": {\n                            \"configured\": true,\n                            \"devname\": \"Whole-home Wi-Fi\",\n                            \"manuf\": \"TP-Link\",\n                            \"modelname\": \"Deco M5\",\n                            \"modelnum\": \"Deco M5\"\n                        }\n                    }\n                },\n                \"customer_name\": \"Demo\",\n                \"device_tag\": \"\",\n                \"essid\": \"JoS-06\",\n                \"first_seen\": \"2021-06-24T02:27:24.867442\",\n                \"hidden\": false,\n                \"last_seen\": \"2021-10-13T13:54:02.406739\",\n                \"latitude\": 37.2918812,\n                \"location_tag\": \"\",\n                \"longitude\": -122.03309680000001,\n                \"manufacturer\": \"TP-LINK TECHNOLOGIES CO.,LTD.\",\n                \"market\": \"Home/Office\",\n                \"product_tag\": \"\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"sensor_url_id\": \"dbvoenObm1DMg142\",\n                \"signal\": -77,\n                \"trust_level\": 61,\n                \"url_id\": \"eYN2K3dGljoDoQ0k\",\n                \"vendor_tag\": \"TP-Link\"\n            },\n            {\n                \"ap_mode\": \"Infrastructure\",\n                \"bssid\": \"CC:32:E5:DD:80:BA\",\n                \"channel\": 4,\n                \"clients\": [],\n                \"configuration\": {\n                    \"authentication\": \"PSK\",\n                    \"eap_types\": null,\n                    \"encryption\": \"WPA2+CCMP\",\n                    \"hs20\": {\n                        \"data\": {\n                            \"VenueGroup\": \"\",\n                            \"VenueType\": \"\",\n                            \"Version\": \"\"\n                        },\n                        \"enabled\": false\n                    },\n                    \"pmf_capable\": false,\n                    \"pmf_required\": false,\n                    \"supported_channels\": \"{}\",\n                    \"vht_capable\": true,\n                    \"wps\": {\n                        \"capable\": true,\n                        \"data\": {\n                            \"configured\": true,\n                            \"devname\": \"Whole-home Wi-Fi\",\n                            \"manuf\": \"TP-Link\",\n                            \"modelname\": \"Deco M5\",\n                            \"modelnum\": \"Deco M5\"\n                        }\n                    }\n                },\n                \"customer_name\": \"Demo\",\n                \"device_tag\": \"\",\n                \"essid\": \"JoS-06\",\n                \"first_seen\": \"2021-06-24T02:27:24.100396\",\n                \"hidden\": false,\n                \"last_seen\": \"2021-10-13T13:54:02.567053\",\n                \"latitude\": 37.2918812,\n                \"location_tag\": \"\",\n                \"longitude\": -122.03309680000001,\n                \"manufacturer\": \"TP-LINK TECHNOLOGIES CO.,LTD.\",\n                \"market\": \"Home/Office\",\n                \"product_tag\": \"\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"sensor_url_id\": \"dbvoenObm1DMg142\",\n                \"signal\": -74,\n                \"trust_level\": 61,\n                \"url_id\": \"qzGoDEoV81gLOemX\",\n                \"vendor_tag\": \"TP-Link\"\n            },\n            {\n                \"ap_mode\": \"Bridge\",\n                \"bssid\": \"D6:32:E5:DD:B4:FB\",\n                \"channel\": 48,\n                \"clients\": [],\n                \"configuration\": {\n                    \"authentication\": \"PSK\",\n                    \"eap_types\": null,\n                    \"encryption\": \"WPA2+CCMP\",\n                    \"hs20\": {\n                        \"data\": {\n                            \"VenueGroup\": \"\",\n                            \"VenueType\": \"\",\n                            \"Version\": \"\"\n                        },\n                        \"enabled\": false\n                    },\n                    \"pmf_capable\": false,\n                    \"pmf_required\": false,\n                    \"supported_channels\": \"{}\",\n                    \"vht_capable\": true,\n                    \"wps\": {\n                        \"capable\": false,\n                        \"data\": {\n                            \"configured\": false\n                        }\n                    }\n                },\n                \"customer_name\": \"Demo\",\n                \"device_tag\": \"\",\n                \"essid\": \"zEQQoFCO0Mw8Xvwy\",\n                \"first_seen\": \"2021-06-24T02:27:22.353310\",\n                \"hidden\": true,\n                \"last_seen\": \"2021-10-13T13:54:08.367107\",\n                \"latitude\": 37.2918812,\n                \"location_tag\": \"\",\n                \"longitude\": -122.03309680000001,\n                \"manufacturer\": \"Unknown\",\n                \"market\": \"Home/Office\",\n                \"product_tag\": \"\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"sensor_url_id\": \"dbvoenObm1DMg142\",\n                \"signal\": -85,\n                \"trust_level\": 61,\n                \"url_id\": \"GmVED254a1yKkqQw\",\n                \"vendor_tag\": \"\"\n            },\n            {\n                \"ap_mode\": \"Infrastructure\",\n                \"bssid\": \"76:D7:9A:3D:9B:BB\",\n                \"channel\": 1,\n                \"clients\": [],\n                \"configuration\": {\n                    \"authentication\": \"PSK\",\n                    \"eap_types\": null,\n                    \"encryption\": \"WPA2+CCMP\",\n                    \"hs20\": {\n                        \"data\": {\n                            \"VenueGroup\": \"\",\n                            \"VenueType\": \"\",\n                            \"Version\": \"\"\n                        },\n                        \"enabled\": false\n                    },\n                    \"pmf_capable\": false,\n                    \"pmf_required\": false,\n                    \"supported_channels\": \"{}\",\n                    \"vht_capable\": true,\n                    \"wps\": {\n                        \"capable\": false,\n                        \"data\": {\n                            \"configured\": false\n                        }\n                    }\n                },\n                \"customer_name\": \"Demo\",\n                \"device_tag\": \"\",\n                \"essid\": \"\",\n                \"first_seen\": \"2021-09-24T03:14:10.280384\",\n                \"hidden\": true,\n                \"last_seen\": \"2021-10-13T13:54:08.809006\",\n                \"latitude\": 47.709397499999994,\n                \"location_tag\": \"\",\n                \"longitude\": -122.31505140000002,\n                \"manufacturer\": \"Unknown\",\n                \"market\": \"Home/Office\",\n                \"product_tag\": \"\",\n                \"sensor_name\": \"Demo-V2-Seattle\",\n                \"sensor_url_id\": \"jpEVxKyXvbLrQRY2\",\n                \"signal\": -69,\n                \"trust_level\": 50,\n                \"url_id\": \"p6B7nzRO797ng4XA\",\n                \"vendor_tag\": \"\"\n            },\n            {\n                \"ap_mode\": \"Infrastructure\",\n                \"bssid\": \"C0:94:35:82:95:DE\",\n                \"channel\": 157,\n                \"clients\": [],\n                \"configuration\": {\n                    \"authentication\": \"PSK\",\n                    \"eap_types\": null,\n                    \"encryption\": \"WPA2+CCMP\",\n                    \"hs20\": {\n                        \"data\": {\n                            \"VenueGroup\": \"\",\n                            \"VenueType\": \"\",\n                            \"Version\": \"\"\n                        },\n                        \"enabled\": false\n                    },\n                    \"pmf_capable\": false,\n                    \"pmf_required\": false,\n                    \"supported_channels\": \"{}\",\n                    \"vht_capable\": true,\n                    \"wps\": {\n                        \"capable\": true,\n                        \"data\": {\n                            \"configured\": true,\n                            \"devname\": \"WLAN-ROUTER\",\n                            \"manuf\": \"Intel Corporation\",\n                            \"modelname\": \" \",\n                            \"modelnum\": \" \"\n                        }\n                    }\n                },\n                \"customer_name\": \"Demo\",\n                \"device_tag\": \"\",\n                \"essid\": \"Aqua-E36\",\n                \"first_seen\": \"2021-09-09T22:33:50.395402\",\n                \"hidden\": false,\n                \"last_seen\": \"2021-10-13T13:54:13.827320\",\n                \"latitude\": 37.2918812,\n                \"location_tag\": \"\",\n                \"longitude\": -122.03309680000001,\n                \"manufacturer\": \"ARRIS Group, Inc.\",\n                \"market\": \"Home/Office\",\n                \"product_tag\": \"\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"sensor_url_id\": \"dbvoenObm1DMg142\",\n                \"signal\": -27,\n                \"trust_level\": 61,\n                \"url_id\": \"Y2p6nGejkB6KJQ3b\",\n                \"vendor_tag\": \"\"\n            },\n            {\n                \"ap_mode\": \"Infrastructure\",\n                \"bssid\": \"54:A6:5C:78:BE:78\",\n                \"channel\": 157,\n                \"clients\": [],\n                \"configuration\": {\n                    \"authentication\": \"EAP\",\n                    \"eap_types\": [],\n                    \"encryption\": \"WPA2+CCMP,WPA+CCMP\",\n                    \"hs20\": {\n                        \"data\": {\n                            \"VenueGroup\": \"\",\n                            \"VenueType\": \"\",\n                            \"Version\": \"\"\n                        },\n                        \"enabled\": false\n                    },\n                    \"pmf_capable\": false,\n                    \"pmf_required\": false,\n                    \"supported_channels\": \"{}\",\n                    \"vht_capable\": true,\n                    \"wps\": {\n                        \"capable\": false,\n                        \"data\": {\n                            \"configured\": false\n                        }\n                    }\n                },\n                \"customer_name\": \"Demo\",\n                \"device_tag\": \"\",\n                \"essid\": \"D375C1D9F8B041E2A1995B784064977B\",\n                \"first_seen\": \"2020-10-06T20:54:31.327648\",\n                \"hidden\": true,\n                \"last_seen\": \"2021-10-13T13:54:14.168139\",\n                \"latitude\": 37.91438077715055,\n                \"location_tag\": \"\",\n                \"longitude\": -122.29721004722137,\n                \"manufacturer\": \"Technicolor CH USA Inc.\",\n                \"market\": \"Home/Office\",\n                \"product_tag\": \"\",\n                \"sensor_name\": \"EC Demo\",\n                \"sensor_url_id\": \"42oQbKMPQ8LBXzjV\",\n                \"signal\": -86,\n                \"trust_level\": 50,\n                \"url_id\": \"5N89KXAWqQMDv1Xw\",\n                \"vendor_tag\": \"\"\n            },\n            {\n                \"ap_mode\": \"Infrastructure\",\n                \"bssid\": \"B2:FC:0D:4F:61:B5\",\n                \"channel\": 1,\n                \"clients\": [],\n                \"configuration\": {\n                    \"authentication\": \"PSK\",\n                    \"eap_types\": null,\n                    \"encryption\": \"WPA2+CCMP\",\n                    \"hs20\": {\n                        \"data\": {\n                            \"VenueGroup\": \"\",\n                            \"VenueType\": \"\",\n                            \"Version\": \"\"\n                        },\n                        \"enabled\": false\n                    },\n                    \"pmf_capable\": false,\n                    \"pmf_required\": false,\n                    \"supported_channels\": \"{}\",\n                    \"vht_capable\": false,\n                    \"wps\": {\n                        \"capable\": true,\n                        \"data\": {\n                            \"configured\": true,\n                            \"devname\": \"abraham's Fire TV stick\",\n                            \"manuf\": \" \",\n                            \"modelname\": \" \",\n                            \"modelnum\": \" \"\n                        }\n                    }\n                },\n                \"customer_name\": \"Demo\",\n                \"device_tag\": \"\",\n                \"essid\": \"DIRECT-YU-FireTV_4f4d\",\n                \"first_seen\": \"2020-05-28T19:37:33.248431\",\n                \"hidden\": false,\n                \"last_seen\": \"2021-10-13T13:54:16.625234\",\n                \"latitude\": 37.91438077715055,\n                \"location_tag\": \"\",\n                \"longitude\": -122.29721004722137,\n                \"manufacturer\": \"Unknown\",\n                \"market\": \"Home/Office\",\n                \"product_tag\": \"\",\n                \"sensor_name\": \"EC Demo\",\n                \"sensor_url_id\": \"42oQbKMPQ8LBXzjV\",\n                \"signal\": -81,\n                \"trust_level\": 61,\n                \"url_id\": \"XwlNKZ68VkJKYpzq\",\n                \"vendor_tag\": \"\"\n            },\n            {\n                \"ap_mode\": \"Bridge\",\n                \"bssid\": \"54:A6:5C:78:BE:6B\",\n                \"channel\": 1,\n                \"clients\": [\n                    {\n                        \"accesspoints\": [\n                            {\n                                \"ap_trust_level\": 61,\n                                \"ap_url_id\": null,\n                                \"bssid\": \"54:A6:5C:78:BE:6B\",\n                                \"essid\": \"MAG-2.4\",\n                                \"last_seen\": \"2021-10-13T13:57:47.877601\"\n                            },\n                            {\n                                \"ap_trust_level\": 50,\n                                \"ap_url_id\": null,\n                                \"bssid\": \"00:00:00:00:00:00\",\n                                \"essid\": \"UNCONNECTED CLIENTS\",\n                                \"last_seen\": \"2021-10-13T09:43:06.568701\"\n                            },\n                            {\n                                \"ap_trust_level\": 50,\n                                \"ap_url_id\": null,\n                                \"bssid\": \"00:71:C2:F3:15:18\",\n                                \"essid\": \"MAG-2.4\",\n                                \"last_seen\": \"2020-05-28T19:38:03.650371\"\n                            }\n                        ],\n                        \"channel\": 1,\n                        \"client_group\": \"Unassigned\",\n                        \"device_tag\": \"\",\n                        \"first_seen\": \"2020-05-28T19:37:35.065341\",\n                        \"last_seen\": \"2021-10-13T13:54:16.625781\",\n                        \"latitude\": 37.91438077715055,\n                        \"location_tag\": \"\",\n                        \"longitude\": -122.29721004722137,\n                        \"macaddress\": \"B0:FC:0D:4F:E1:B5\",\n                        \"manufacturer\": \"Amazon Technologies Inc.\",\n                        \"product_tag\": \"\",\n                        \"risk_level\": null,\n                        \"sensor_name\": \"EC Demo\",\n                        \"sensor_url_id\": \"42oQbKMPQ8LBXzjV\",\n                        \"signal\": -81,\n                        \"url_id\": \"yVpWLxxrvrqdL5Ba\",\n                        \"vendor_tag\": \"Amazon\"\n                    },\n                    {\n                        \"accesspoints\": [\n                            {\n                                \"ap_trust_level\": 50,\n                                \"ap_url_id\": null,\n                                \"bssid\": \"00:00:00:00:00:00\",\n                                \"essid\": \"UNCONNECTED CLIENTS\",\n                                \"last_seen\": \"2021-10-13T13:57:55.653401\"\n                            },\n                            {\n                                \"ap_trust_level\": 61,\n                                \"ap_url_id\": null,\n                                \"bssid\": \"54:A6:5C:78:BE:6B\",\n                                \"essid\": \"MAG-2.4\",\n                                \"last_seen\": \"2021-10-13T13:53:45.444405\"\n                            },\n                            {\n                                \"ap_trust_level\": 50,\n                                \"ap_url_id\": null,\n                                \"bssid\": \"8E:49:62:A8:BE:5E\",\n                                \"essid\": \"DIRECT-roku-CAY-2C0D60\",\n                                \"last_seen\": \"2021-08-16T17:04:17.650232\"\n                            },\n                            {\n                                \"ap_trust_level\": 61,\n                                \"ap_url_id\": null,\n                                \"bssid\": \"9E:DA:C4:70:D2:07\",\n                                \"essid\": \"zEQQumr+a9FbMY5Y\",\n                                \"last_seen\": \"2021-04-05T02:37:47.293517\"\n                            }\n                        ],\n                        \"channel\": 11,\n                        \"client_group\": \"Unassigned\",\n                        \"device_tag\": \"\",\n                        \"first_seen\": \"2020-10-06T20:54:37.779396\",\n                        \"last_seen\": \"2021-10-13T13:57:55.653401\",\n                        \"latitude\": 37.91438077715055,\n                        \"location_tag\": \"\",\n                        \"longitude\": -122.29721004722137,\n                        \"macaddress\": \"54:A6:5C:78:BE:6B\",\n                        \"manufacturer\": \"Technicolor CH USA Inc.\",\n                        \"product_tag\": \"\",\n                        \"risk_level\": null,\n                        \"sensor_name\": \"EC Demo\",\n                        \"sensor_url_id\": \"42oQbKMPQ8LBXzjV\",\n                        \"signal\": -84,\n                        \"url_id\": \"E3e2DdWO4JOMKaVp\",\n                        \"vendor_tag\": \"\"\n                    }\n                ],\n                \"configuration\": {\n                    \"authentication\": \"PSK\",\n                    \"eap_types\": null,\n                    \"encryption\": \"WPA2+CCMP\",\n                    \"hs20\": {\n                        \"data\": {\n                            \"VenueGroup\": \"\",\n                            \"VenueType\": \"\",\n                            \"Version\": \"\"\n                        },\n                        \"enabled\": false\n                    },\n                    \"pmf_capable\": false,\n                    \"pmf_required\": false,\n                    \"supported_channels\": \"{}\",\n                    \"vht_capable\": false,\n                    \"wps\": {\n                        \"capable\": true,\n                        \"data\": {\n                            \"configured\": true,\n                            \"devname\": \"Xfinity Wireless Gateway\",\n                            \"manuf\": \"Technicolor\",\n                            \"modelname\": \"XB6\",\n                            \"modelnum\": \"CGM4140COM\"\n                        }\n                    }\n                },\n                \"customer_name\": \"Demo\",\n                \"device_tag\": \"\",\n                \"essid\": \"MAG-2.4\",\n                \"first_seen\": \"2020-08-17T21:14:01.902663\",\n                \"hidden\": false,\n                \"last_seen\": \"2021-10-13T13:54:17.856755\",\n                \"latitude\": 37.91438077715055,\n                \"location_tag\": \"\",\n                \"longitude\": -122.29721004722137,\n                \"manufacturer\": \"Technicolor CH USA Inc.\",\n                \"market\": \"Home/Office\",\n                \"product_tag\": \"\",\n                \"sensor_name\": \"EC Demo\",\n                \"sensor_url_id\": \"42oQbKMPQ8LBXzjV\",\n                \"signal\": -78,\n                \"trust_level\": 61,\n                \"url_id\": \"yVpWLx31QOqn5BaN\",\n                \"vendor_tag\": \"\"\n            },\n            {\n                \"ap_mode\": \"Infrastructure\",\n                \"bssid\": \"54:A6:5C:78:BE:70\",\n                \"channel\": 1,\n                \"clients\": [],\n                \"configuration\": {\n                    \"authentication\": \"EAP\",\n                    \"eap_types\": [],\n                    \"encryption\": \"WPA2+CCMP,WPA+CCMP\",\n                    \"hs20\": {\n                        \"data\": {\n                            \"VenueGroup\": \"\",\n                            \"VenueType\": \"\",\n                            \"Version\": \"\"\n                        },\n                        \"enabled\": false\n                    },\n                    \"pmf_capable\": false,\n                    \"pmf_required\": false,\n                    \"supported_channels\": \"{}\",\n                    \"vht_capable\": false,\n                    \"wps\": {\n                        \"capable\": false,\n                        \"data\": {\n                            \"configured\": false\n                        }\n                    }\n                },\n                \"customer_name\": \"Demo\",\n                \"device_tag\": \"\",\n                \"essid\": \"D375C1D9F8B041E2A1995B784064977B\",\n                \"first_seen\": \"2020-08-17T21:14:05.236776\",\n                \"hidden\": true,\n                \"last_seen\": \"2021-10-13T13:54:19.010241\",\n                \"latitude\": 37.91438077715055,\n                \"location_tag\": \"\",\n                \"longitude\": -122.29721004722137,\n                \"manufacturer\": \"Technicolor CH USA Inc.\",\n                \"market\": \"Home/Office\",\n                \"product_tag\": \"\",\n                \"sensor_name\": \"EC Demo\",\n                \"sensor_url_id\": \"42oQbKMPQ8LBXzjV\",\n                \"signal\": -79,\n                \"trust_level\": 61,\n                \"url_id\": \"72YOnPXBY1ln0Q6X\",\n                \"vendor_tag\": \"\"\n            },\n            {\n                \"ap_mode\": \"Infrastructure\",\n                \"bssid\": \"BC:98:DF:FD:4B:B8\",\n                \"channel\": 1,\n                \"clients\": [],\n                \"configuration\": {\n                    \"authentication\": \"PSK\",\n                    \"eap_types\": null,\n                    \"encryption\": \"WPA2+CCMP\",\n                    \"hs20\": {\n                        \"data\": {\n                            \"VenueGroup\": \"\",\n                            \"VenueType\": \"\",\n                            \"Version\": \"\"\n                        },\n                        \"enabled\": false\n                    },\n                    \"pmf_capable\": false,\n                    \"pmf_required\": false,\n                    \"supported_channels\": \"{}\",\n                    \"vht_capable\": false,\n                    \"wps\": {\n                        \"capable\": true,\n                        \"data\": {\n                            \"configured\": true,\n                            \"devname\": \"BroadcomAP\",\n                            \"manuf\": \"Broadcom\",\n                            \"modelname\": \"Broadcom\",\n                            \"modelnum\": \"123456\"\n                        }\n                    }\n                },\n                \"customer_name\": \"Demo\",\n                \"device_tag\": \"\",\n                \"essid\": \"Loft#209\",\n                \"first_seen\": \"2021-02-26T23:56:36.699858\",\n                \"hidden\": false,\n                \"last_seen\": \"2021-10-13T13:54:20.141067\",\n                \"latitude\": 37.8477344,\n                \"location_tag\": \"\",\n                \"longitude\": -122.2901104,\n                \"manufacturer\": \"Motorola Mobility LLC, a Lenovo Company\",\n                \"market\": \"Home/Office\",\n                \"product_tag\": \"\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"sensor_url_id\": \"PVyXoLbp5RD7QRWE\",\n                \"signal\": -87,\n                \"trust_level\": 61,\n                \"url_id\": \"zA1RL7oBZ5vLr0al\",\n                \"vendor_tag\": \"\"\n            },\n            {\n                \"ap_mode\": \"Infrastructure\",\n                \"bssid\": \"FA:B4:6A:D9:72:26\",\n                \"channel\": 6,\n                \"clients\": [],\n                \"configuration\": {\n                    \"authentication\": \"PSK\",\n                    \"eap_types\": null,\n                    \"encryption\": \"WPA2+CCMP\",\n                    \"hs20\": {\n                        \"data\": {\n                            \"VenueGroup\": \"\",\n                            \"VenueType\": \"\",\n                            \"Version\": \"\"\n                        },\n                        \"enabled\": false\n                    },\n                    \"pmf_capable\": false,\n                    \"pmf_required\": false,\n                    \"supported_channels\": \"{}\",\n                    \"vht_capable\": false,\n                    \"wps\": {\n                        \"capable\": true,\n                        \"data\": {\n                            \"configured\": true,\n                            \"devname\": \"DIRECT-26-HP M15 LaserJet\",\n                            \"manuf\": \"HP\",\n                            \"modelname\": \"HP LaserJet M14-M17\",\n                            \"modelnum\": \"W2G51A\"\n                        }\n                    }\n                },\n                \"customer_name\": \"Demo\",\n                \"device_tag\": \"Printer\",\n                \"essid\": \"DIRECT-26-HP M15 LaserJet\",\n                \"first_seen\": \"2021-08-16T01:59:15.928912\",\n                \"hidden\": true,\n                \"last_seen\": \"2021-10-13T13:54:21.589132\",\n                \"latitude\": 37.8477344,\n                \"location_tag\": \"\",\n                \"longitude\": -122.2901104,\n                \"manufacturer\": \"Unknown\",\n                \"market\": \"Home/Office\",\n                \"product_tag\": \"\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"sensor_url_id\": \"PVyXoLbp5RD7QRWE\",\n                \"signal\": -90,\n                \"trust_level\": 50,\n                \"url_id\": \"v0zVKQN2bjpDbB5E\",\n                \"vendor_tag\": \"Hewlett Packard\"\n            },\n            {\n                \"ap_mode\": \"Infrastructure\",\n                \"bssid\": \"CC:AB:2C:6C:34:76\",\n                \"channel\": 6,\n                \"clients\": [],\n                \"configuration\": {\n                    \"authentication\": \"PSK\",\n                    \"eap_types\": null,\n                    \"encryption\": \"WPA2+CCMP\",\n                    \"hs20\": {\n                        \"data\": {\n                            \"VenueGroup\": \"\",\n                            \"VenueType\": \"\",\n                            \"Version\": \"\"\n                        },\n                        \"enabled\": false\n                    },\n                    \"pmf_capable\": false,\n                    \"pmf_required\": false,\n                    \"supported_channels\": \"{}\",\n                    \"vht_capable\": false,\n                    \"wps\": {\n                        \"capable\": false,\n                        \"data\": {\n                            \"configured\": false\n                        }\n                    }\n                },\n                \"customer_name\": \"Demo\",\n                \"device_tag\": \"\",\n                \"essid\": \"\",\n                \"first_seen\": \"2021-03-29T07:33:28.836771\",\n                \"hidden\": false,\n                \"last_seen\": \"2021-10-13T13:54:23.449055\",\n                \"latitude\": 37.91438077715055,\n                \"location_tag\": \"\",\n                \"longitude\": -122.29721004722137,\n                \"manufacturer\": \"HUMAX Co., Ltd.\",\n                \"market\": \"Home/Office\",\n                \"product_tag\": \"\",\n                \"sensor_name\": \"EC Demo\",\n                \"sensor_url_id\": \"42oQbKMPQ8LBXzjV\",\n                \"signal\": -63,\n                \"trust_level\": 61,\n                \"url_id\": \"yNMbnqMv8bjnGkJd\",\n                \"vendor_tag\": \"\"\n            },\n            {\n                \"ap_mode\": \"Infrastructure\",\n                \"bssid\": \"FE:AE:34:95:2F:52\",\n                \"channel\": 1,\n                \"clients\": [],\n                \"configuration\": {\n                    \"authentication\": \"PSK\",\n                    \"eap_types\": null,\n                    \"encryption\": \"WPA2+CCMP\",\n                    \"hs20\": {\n                        \"data\": {\n                            \"VenueGroup\": \"\",\n                            \"VenueType\": \"\",\n                            \"Version\": \"\"\n                        },\n                        \"enabled\": false\n                    },\n                    \"pmf_capable\": false,\n                    \"pmf_required\": false,\n                    \"supported_channels\": \"{}\",\n                    \"vht_capable\": false,\n                    \"wps\": {\n                        \"capable\": false,\n                        \"data\": {\n                            \"configured\": false\n                        }\n                    }\n                },\n                \"customer_name\": \"Demo\",\n                \"device_tag\": \"\",\n                \"essid\": \"\",\n                \"first_seen\": \"2021-03-25T07:48:46.548655\",\n                \"hidden\": false,\n                \"last_seen\": \"2021-10-13T13:54:26.280575\",\n                \"latitude\": 37.91438077715055,\n                \"location_tag\": \"\",\n                \"longitude\": -122.29721004722137,\n                \"manufacturer\": \"Unknown\",\n                \"market\": \"Home/Office\",\n                \"product_tag\": \"\",\n                \"sensor_name\": \"EC Demo\",\n                \"sensor_url_id\": \"42oQbKMPQ8LBXzjV\",\n                \"signal\": -53,\n                \"trust_level\": 61,\n                \"url_id\": \"zA1RL7oBJPgLr0al\",\n                \"vendor_tag\": \"\"\n            },\n            {\n                \"ap_mode\": \"Infrastructure\",\n                \"bssid\": \"E8:9F:80:4D:4E:A7\",\n                \"channel\": 3,\n                \"clients\": [],\n                \"configuration\": {\n                    \"authentication\": \"PSK\",\n                    \"eap_types\": null,\n                    \"encryption\": \"WPA2+CCMP\",\n                    \"hs20\": {\n                        \"data\": {\n                            \"VenueGroup\": \"\",\n                            \"VenueType\": \"\",\n                            \"Version\": \"\"\n                        },\n                        \"enabled\": false\n                    },\n                    \"pmf_capable\": false,\n                    \"pmf_required\": false,\n                    \"supported_channels\": \"{}\",\n                    \"vht_capable\": true,\n                    \"wps\": {\n                        \"capable\": true,\n                        \"data\": {\n                            \"configured\": true,\n                            \"devname\": \"Linksys23963\",\n                            \"manuf\": \"Linksys\",\n                            \"modelname\": \"MX42\",\n                            \"modelnum\": \"MX42\"\n                        }\n                    }\n                },\n                \"customer_name\": \"Demo\",\n                \"device_tag\": \"\",\n                \"essid\": \"Linscotti\",\n                \"first_seen\": \"2021-05-09T02:36:50.105996\",\n                \"hidden\": false,\n                \"last_seen\": \"2021-10-13T13:54:29.000320\",\n                \"latitude\": 37.91438077715055,\n                \"location_tag\": \"\",\n                \"longitude\": -122.29721004722137,\n                \"manufacturer\": \"Belkin International Inc.\",\n                \"market\": \"Home/Office\",\n                \"product_tag\": \"\",\n                \"sensor_name\": \"EC Demo\",\n                \"sensor_url_id\": \"42oQbKMPQ8LBXzjV\",\n                \"signal\": -84,\n                \"trust_level\": 61,\n                \"url_id\": \"gVbOn4OglPrD0EeN\",\n                \"vendor_tag\": \"\"\n            },\n            {\n                \"ap_mode\": \"Bridge\",\n                \"bssid\": \"E8:9F:80:4D:4F:65\",\n                \"channel\": 11,\n                \"clients\": [\n                    {\n                        \"accesspoints\": [\n                            {\n                                \"ap_trust_level\": 61,\n                                \"ap_url_id\": null,\n                                \"bssid\": \"E8:9F:80:4D:4F:65\",\n                                \"essid\": \"Linscotti\",\n                                \"last_seen\": \"2021-10-13T13:58:24.841138\"\n                            },\n                            {\n                                \"ap_trust_level\": 50,\n                                \"ap_url_id\": null,\n                                \"bssid\": \"00:00:00:00:00:00\",\n                                \"essid\": \"UNCONNECTED CLIENTS\",\n                                \"last_seen\": \"2021-10-13T11:35:45.917351\"\n                            }\n                        ],\n                        \"channel\": 11,\n                        \"client_group\": \"Unassigned\",\n                        \"device_tag\": \"\",\n                        \"first_seen\": \"2021-09-29T01:27:38.528944\",\n                        \"last_seen\": \"2021-10-13T13:50:23.841732\",\n                        \"latitude\": 37.91438077715055,\n                        \"location_tag\": \"\",\n                        \"longitude\": -122.29721004722137,\n                        \"macaddress\": \"50:02:91:5F:B1:0B\",\n                        \"manufacturer\": \"Espressif Inc.\",\n                        \"product_tag\": \"\",\n                        \"risk_level\": null,\n                        \"sensor_name\": \"EC Demo\",\n                        \"sensor_url_id\": \"42oQbKMPQ8LBXzjV\",\n                        \"signal\": -88,\n                        \"url_id\": \"gVbOn4adgvBNL0Ee\",\n                        \"vendor_tag\": \"Espressif\"\n                    },\n                    {\n                        \"accesspoints\": [\n                            {\n                                \"ap_trust_level\": 61,\n                                \"ap_url_id\": null,\n                                \"bssid\": \"E8:9F:80:4D:4F:65\",\n                                \"essid\": \"Linscotti\",\n                                \"last_seen\": \"2021-10-13T13:58:24.840633\"\n                            },\n                            {\n                                \"ap_trust_level\": 50,\n                                \"ap_url_id\": null,\n                                \"bssid\": \"00:00:00:00:00:00\",\n                                \"essid\": \"UNCONNECTED CLIENTS\",\n                                \"last_seen\": \"2021-10-13T12:11:55.100100\"\n                            },\n                            {\n                                \"ap_trust_level\": 61,\n                                \"ap_url_id\": null,\n                                \"bssid\": \"E8:9F:80:4D:4E:A7\",\n                                \"essid\": \"Linscotti\",\n                                \"last_seen\": \"2021-09-25T02:45:14.715560\"\n                            },\n                            {\n                                \"ap_trust_level\": 61,\n                                \"ap_url_id\": null,\n                                \"bssid\": \"08:36:C9:E6:DC:ED\",\n                                \"essid\": \"ORBI09\",\n                                \"last_seen\": \"2021-05-08T04:25:23.281461\"\n                            },\n                            {\n                                \"ap_trust_level\": 50,\n                                \"ap_url_id\": null,\n                                \"bssid\": \"98:DA:C4:18:DF:E3\",\n                                \"essid\": \"Linscotti\",\n                                \"last_seen\": \"2021-05-06T03:26:28.207610\"\n                            },\n                            {\n                                \"ap_trust_level\": 61,\n                                \"ap_url_id\": null,\n                                \"bssid\": \"08:9B:B9:32:66:04\",\n                                \"essid\": \"\",\n                                \"last_seen\": \"2021-05-05T01:15:14.208891\"\n                            }\n                        ],\n                        \"channel\": 11,\n                        \"client_group\": \"Unassigned\",\n                        \"device_tag\": \"\",\n                        \"first_seen\": \"2021-04-24T02:48:30.744457\",\n                        \"last_seen\": \"2021-10-13T13:44:20.934982\",\n                        \"latitude\": 37.91438077715055,\n                        \"location_tag\": \"\",\n                        \"longitude\": -122.29721004722137,\n                        \"macaddress\": \"C4:DD:57:19:10:32\",\n                        \"manufacturer\": \"Espressif Inc.\",\n                        \"product_tag\": \"\",\n                        \"risk_level\": null,\n                        \"sensor_name\": \"EC Demo\",\n                        \"sensor_url_id\": \"42oQbKMPQ8LBXzjV\",\n                        \"signal\": -87,\n                        \"url_id\": \"9PBZDak6Ez6wL7Rx\",\n                        \"vendor_tag\": \"\"\n                    },\n                    {\n                        \"accesspoints\": [\n                            {\n                                \"ap_trust_level\": 61,\n                                \"ap_url_id\": null,\n                                \"bssid\": \"E8:9F:80:4D:4F:65\",\n                                \"essid\": \"Linscotti\",\n                                \"last_seen\": \"2021-10-13T13:58:24.528972\"\n                            },\n                            {\n                                \"ap_trust_level\": 50,\n                                \"ap_url_id\": null,\n                                \"bssid\": \"00:00:00:00:00:00\",\n                                \"essid\": \"UNCONNECTED CLIENTS\",\n                                \"last_seen\": \"2021-10-10T01:04:08.404619\"\n                            },\n                            {\n                                \"ap_trust_level\": 61,\n                                \"ap_url_id\": null,\n                                \"bssid\": \"E8:9F:80:5F:58:72\",\n                                \"essid\": \"Linscotti\",\n                                \"last_seen\": \"2021-08-14T10:53:13.646883\"\n                            },\n                            {\n                                \"ap_trust_level\": 61,\n                                \"ap_url_id\": null,\n                                \"bssid\": \"E8:9F:80:4D:4E:A7\",\n                                \"essid\": \"Linscotti\",\n                                \"last_seen\": \"2021-07-04T04:52:32.242648\"\n                            }\n                        ],\n                        \"channel\": 11,\n                        \"client_group\": \"Unassigned\",\n                        \"device_tag\": \"\",\n                        \"first_seen\": \"2021-05-13T01:27:22.667303\",\n                        \"last_seen\": \"2021-10-13T13:56:23.872184\",\n                        \"latitude\": 37.91438077715055,\n                        \"location_tag\": \"\",\n                        \"longitude\": -122.29721004722137,\n                        \"macaddress\": \"48:A6:B8:BF:0D:32\",\n                        \"manufacturer\": \"Sonos, Inc.\",\n                        \"product_tag\": \"\",\n                        \"risk_level\": null,\n                        \"sensor_name\": \"EC Demo\",\n                        \"sensor_url_id\": \"42oQbKMPQ8LBXzjV\",\n                        \"signal\": -84,\n                        \"url_id\": \"p6B7nzde2ymaKg4X\",\n                        \"vendor_tag\": \"\"\n                    }\n                ],\n                \"configuration\": {\n                    \"authentication\": \"PSK\",\n                    \"eap_types\": null,\n                    \"encryption\": \"WPA2+CCMP\",\n                    \"hs20\": {\n                        \"data\": {\n                            \"VenueGroup\": \"\",\n                            \"VenueType\": \"\",\n                            \"Version\": \"\"\n                        },\n                        \"enabled\": false\n                    },\n                    \"pmf_capable\": false,\n                    \"pmf_required\": false,\n                    \"supported_channels\": \"{}\",\n                    \"vht_capable\": true,\n                    \"wps\": {\n                        \"capable\": true,\n                        \"data\": {\n                            \"configured\": true,\n                            \"devname\": \"Linksys24001\",\n                            \"manuf\": \"Linksys\",\n                            \"modelname\": \"MX42\",\n                            \"modelnum\": \"MX42\"\n                        }\n                    }\n                },\n                \"customer_name\": \"Demo\",\n                \"device_tag\": \"\",\n                \"essid\": \"Linscotti\",\n                \"first_seen\": \"2021-05-09T02:36:48.819431\",\n                \"hidden\": false,\n                \"last_seen\": \"2021-10-13T13:54:33.508812\",\n                \"latitude\": 37.91438077715055,\n                \"location_tag\": \"\",\n                \"longitude\": -122.29721004722137,\n                \"manufacturer\": \"Belkin International Inc.\",\n                \"market\": \"Home/Office\",\n                \"product_tag\": \"\",\n                \"sensor_name\": \"EC Demo\",\n                \"sensor_url_id\": \"42oQbKMPQ8LBXzjV\",\n                \"signal\": -75,\n                \"trust_level\": 61,\n                \"url_id\": \"eYN2K3dbjPwDoQ0k\",\n                \"vendor_tag\": \"\"\n            },\n            {\n                \"ap_mode\": \"Infrastructure\",\n                \"bssid\": \"EE:9F:80:4D:4F:65\",\n                \"channel\": 11,\n                \"clients\": [],\n                \"configuration\": {\n                    \"authentication\": \"PSK\",\n                    \"eap_types\": null,\n                    \"encryption\": \"WPA2+CCMP\",\n                    \"hs20\": {\n                        \"data\": {\n                            \"VenueGroup\": \"\",\n                            \"VenueType\": \"\",\n                            \"Version\": \"\"\n                        },\n                        \"enabled\": false\n                    },\n                    \"pmf_capable\": false,\n                    \"pmf_required\": false,\n                    \"supported_channels\": \"{}\",\n                    \"vht_capable\": true,\n                    \"wps\": {\n                        \"capable\": false,\n                        \"data\": {\n                            \"configured\": false\n                        }\n                    }\n                },\n                \"customer_name\": \"Demo\",\n                \"device_tag\": \"\",\n                \"essid\": \"u4gS9P0WC9jx5l8j7p0rZa79FO6CQIRf\",\n                \"first_seen\": \"2021-05-09T02:56:56.890912\",\n                \"hidden\": true,\n                \"last_seen\": \"2021-10-13T13:54:33.509498\",\n                \"latitude\": 37.91438077715055,\n                \"location_tag\": \"\",\n                \"longitude\": -122.29721004722137,\n                \"manufacturer\": \"Unknown\",\n                \"market\": \"Home/Office\",\n                \"product_tag\": \"\",\n                \"sensor_name\": \"EC Demo\",\n                \"sensor_url_id\": \"42oQbKMPQ8LBXzjV\",\n                \"signal\": -75,\n                \"trust_level\": 61,\n                \"url_id\": \"E2NgDrqpmZ5KaerV\",\n                \"vendor_tag\": \"\"\n            },\n            {\n                \"ap_mode\": \"Infrastructure\",\n                \"bssid\": \"E8:9F:80:5F:58:73\",\n                \"channel\": 36,\n                \"clients\": [],\n                \"configuration\": {\n                    \"authentication\": \"PSK\",\n                    \"eap_types\": null,\n                    \"encryption\": \"WPA2+CCMP\",\n                    \"hs20\": {\n                        \"data\": {\n                            \"VenueGroup\": \"\",\n                            \"VenueType\": \"\",\n                            \"Version\": \"\"\n                        },\n                        \"enabled\": false\n                    },\n                    \"pmf_capable\": false,\n                    \"pmf_required\": false,\n                    \"supported_channels\": \"{}\",\n                    \"vht_capable\": true,\n                    \"wps\": {\n                        \"capable\": true,\n                        \"data\": {\n                            \"configured\": true,\n                            \"devname\": \"Linksys33830\",\n                            \"manuf\": \"Linksys\",\n                            \"modelname\": \"MX42\",\n                            \"modelnum\": \"MX42\"\n                        }\n                    }\n                },\n                \"customer_name\": \"Demo\",\n                \"device_tag\": \"\",\n                \"essid\": \"Linscotti\",\n                \"first_seen\": \"2021-08-07T02:49:52.784122\",\n                \"hidden\": false,\n                \"last_seen\": \"2021-10-13T13:54:34.488648\",\n                \"latitude\": 37.91438077715055,\n                \"location_tag\": \"\",\n                \"longitude\": -122.29721004722137,\n                \"manufacturer\": \"Belkin International Inc.\",\n                \"market\": \"Home/Office\",\n                \"product_tag\": \"\",\n                \"sensor_name\": \"EC Demo\",\n                \"sensor_url_id\": \"42oQbKMPQ8LBXzjV\",\n                \"signal\": -88,\n                \"trust_level\": 61,\n                \"url_id\": \"BbW5npGJjJgDJ319\",\n                \"vendor_tag\": \"Belkin\"\n            },\n            {\n                \"ap_mode\": \"Bridge\",\n                \"bssid\": \"E8:9F:80:4D:4F:66\",\n                \"channel\": 36,\n                \"clients\": [],\n                \"configuration\": {\n                    \"authentication\": \"PSK\",\n                    \"eap_types\": null,\n                    \"encryption\": \"WPA2+CCMP\",\n                    \"hs20\": {\n                        \"data\": {\n                            \"VenueGroup\": \"\",\n                            \"VenueType\": \"\",\n                            \"Version\": \"\"\n                        },\n                        \"enabled\": false\n                    },\n                    \"pmf_capable\": false,\n                    \"pmf_required\": false,\n                    \"supported_channels\": \"{}\",\n                    \"vht_capable\": true,\n                    \"wps\": {\n                        \"capable\": true,\n                        \"data\": {\n                            \"configured\": true,\n                            \"devname\": \"Linksys24001\",\n                            \"manuf\": \"Linksys\",\n                            \"modelname\": \"MX42\",\n                            \"modelnum\": \"MX42\"\n                        }\n                    }\n                },\n                \"customer_name\": \"Demo\",\n                \"device_tag\": \"\",\n                \"essid\": \"Linscotti\",\n                \"first_seen\": \"2021-05-09T23:37:35.362885\",\n                \"hidden\": false,\n                \"last_seen\": \"2021-10-13T13:54:34.528329\",\n                \"latitude\": 37.91438077715055,\n                \"location_tag\": \"\",\n                \"longitude\": -122.29721004722137,\n                \"manufacturer\": \"Belkin International Inc.\",\n                \"market\": \"Home/Office\",\n                \"product_tag\": \"\",\n                \"sensor_name\": \"EC Demo\",\n                \"sensor_url_id\": \"42oQbKMPQ8LBXzjV\",\n                \"signal\": -83,\n                \"trust_level\": 61,\n                \"url_id\": \"dE4lL99RxjbLvx03\",\n                \"vendor_tag\": \"\"\n            },\n            {\n                \"ap_mode\": \"Infrastructure\",\n                \"bssid\": \"98:DA:C4:70:CD:E7\",\n                \"channel\": 44,\n                \"clients\": [],\n                \"configuration\": {\n                    \"authentication\": \"PSK\",\n                    \"eap_types\": null,\n                    \"encryption\": \"WPA2+CCMP,WPA2+TKIP,WPA+CCMP,WPA+TKIP\",\n                    \"hs20\": {\n                        \"data\": {\n                            \"VenueGroup\": \"\",\n                            \"VenueType\": \"\",\n                            \"Version\": \"\"\n                        },\n                        \"enabled\": false\n                    },\n                    \"pmf_capable\": false,\n                    \"pmf_required\": false,\n                    \"supported_channels\": \"{}\",\n                    \"vht_capable\": true,\n                    \"wps\": {\n                        \"capable\": true,\n                        \"data\": {\n                            \"configured\": true,\n                            \"devname\": \"Whole-home Wi-Fi\",\n                            \"manuf\": \"TP-Link\",\n                            \"modelname\": \"Deco M4R\",\n                            \"modelnum\": \"Deco M4R\"\n                        }\n                    }\n                },\n                \"customer_name\": \"Demo\",\n                \"device_tag\": \"Wireless Router\",\n                \"essid\": \"LokiDoki\",\n                \"first_seen\": \"2020-05-28T19:37:32.747367\",\n                \"hidden\": false,\n                \"last_seen\": \"2021-10-13T13:54:38.768559\",\n                \"latitude\": 37.91438077715055,\n                \"location_tag\": \"\",\n                \"longitude\": -122.29721004722137,\n                \"manufacturer\": \"TP-LINK TECHNOLOGIES CO.,LTD.\",\n                \"market\": \"Home/Office\",\n                \"product_tag\": \"\",\n                \"sensor_name\": \"EC Demo\",\n                \"sensor_url_id\": \"42oQbKMPQ8LBXzjV\",\n                \"signal\": -42,\n                \"trust_level\": 61,\n                \"url_id\": \"2oQbKMbBmN8DBXzj\",\n                \"vendor_tag\": \"TP-Link\"\n            },\n            {\n                \"ap_mode\": \"Infrastructure\",\n                \"bssid\": \"9A:9D:5D:D6:FA:3B\",\n                \"channel\": 6,\n                \"clients\": [],\n                \"configuration\": {\n                    \"authentication\": \"EAP\",\n                    \"eap_types\": [],\n                    \"encryption\": \"WPA2+CCMP\",\n                    \"hs20\": {\n                        \"data\": {\n                            \"VenueGroup\": \"\",\n                            \"VenueType\": \"\",\n                            \"Version\": \"\"\n                        },\n                        \"enabled\": false\n                    },\n                    \"pmf_capable\": false,\n                    \"pmf_required\": false,\n                    \"supported_channels\": \"{}\",\n                    \"vht_capable\": false,\n                    \"wps\": {\n                        \"capable\": false,\n                        \"data\": {\n                            \"configured\": false\n                        }\n                    }\n                },\n                \"customer_name\": \"Demo\",\n                \"device_tag\": \"\",\n                \"essid\": \"\",\n                \"first_seen\": \"2020-10-30T00:34:58.537136\",\n                \"hidden\": false,\n                \"last_seen\": \"2021-10-13T13:54:52.233661\",\n                \"latitude\": 37.8477344,\n                \"location_tag\": \"\",\n                \"longitude\": -122.2901104,\n                \"manufacturer\": \"Unknown\",\n                \"market\": \"Home/Office\",\n                \"product_tag\": \"\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"sensor_url_id\": \"PVyXoLbp5RD7QRWE\",\n                \"signal\": -87,\n                \"trust_level\": 50,\n                \"url_id\": \"BbW5npGBZdwDJ319\",\n                \"vendor_tag\": \"\"\n            },\n            {\n                \"ap_mode\": \"Infrastructure\",\n                \"bssid\": \"9A:9D:5D:D6:FA:3F\",\n                \"channel\": 6,\n                \"clients\": [],\n                \"configuration\": {\n                    \"authentication\": \"PSK\",\n                    \"eap_types\": null,\n                    \"encryption\": \"WPA2+CCMP\",\n                    \"hs20\": {\n                        \"data\": {\n                            \"VenueGroup\": \"\",\n                            \"VenueType\": \"\",\n                            \"Version\": \"\"\n                        },\n                        \"enabled\": false\n                    },\n                    \"pmf_capable\": false,\n                    \"pmf_required\": false,\n                    \"supported_channels\": \"{}\",\n                    \"vht_capable\": false,\n                    \"wps\": {\n                        \"capable\": false,\n                        \"data\": {\n                            \"configured\": false\n                        }\n                    }\n                },\n                \"customer_name\": \"Demo\",\n                \"device_tag\": \"\",\n                \"essid\": \"\",\n                \"first_seen\": \"2020-10-30T01:29:26.327669\",\n                \"hidden\": false,\n                \"last_seen\": \"2021-10-13T13:54:52.240891\",\n                \"latitude\": 37.8477344,\n                \"location_tag\": \"\",\n                \"longitude\": -122.2901104,\n                \"manufacturer\": \"Unknown\",\n                \"market\": \"Home/Office\",\n                \"product_tag\": \"\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"sensor_url_id\": \"PVyXoLbp5RD7QRWE\",\n                \"signal\": -88,\n                \"trust_level\": 50,\n                \"url_id\": \"zA1RL7ovQNdLr0al\",\n                \"vendor_tag\": \"\"\n            },\n            {\n                \"ap_mode\": \"Infrastructure\",\n                \"bssid\": \"30:B5:C2:FC:43:DD\",\n                \"channel\": 6,\n                \"clients\": [],\n                \"configuration\": {\n                    \"authentication\": \"PSK\",\n                    \"eap_types\": null,\n                    \"encryption\": \"WPA2+CCMP,WPA+CCMP\",\n                    \"hs20\": {\n                        \"data\": {\n                            \"VenueGroup\": \"\",\n                            \"VenueType\": \"\",\n                            \"Version\": \"\"\n                        },\n                        \"enabled\": false\n                    },\n                    \"pmf_capable\": false,\n                    \"pmf_required\": false,\n                    \"supported_channels\": \"{}\",\n                    \"vht_capable\": false,\n                    \"wps\": {\n                        \"capable\": true,\n                        \"data\": {\n                            \"configured\": true,\n                            \"devname\": \"Wireless Router Archer C7\",\n                            \"manuf\": \"TP-LINK\",\n                            \"modelname\": \"Archer C7\",\n                            \"modelnum\": \"2.0\"\n                        }\n                    }\n                },\n                \"customer_name\": \"Demo\",\n                \"device_tag\": \"\",\n                \"essid\": \"The Cracken\",\n                \"first_seen\": \"2020-10-29T21:51:12.984969\",\n                \"hidden\": false,\n                \"last_seen\": \"2021-10-13T13:54:52.329124\",\n                \"latitude\": 37.8477344,\n                \"location_tag\": \"\",\n                \"longitude\": -122.2901104,\n                \"manufacturer\": \"TP-LINK TECHNOLOGIES CO.,LTD.\",\n                \"market\": \"Home/Office\",\n                \"product_tag\": \"\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"sensor_url_id\": \"PVyXoLbp5RD7QRWE\",\n                \"signal\": -88,\n                \"trust_level\": 61,\n                \"url_id\": \"XvG2K62WPGrKqAkw\",\n                \"vendor_tag\": \"TP-Link\"\n            },\n            {\n                \"ap_mode\": \"Infrastructure\",\n                \"bssid\": \"9A:9D:5D:D6:FA:39\",\n                \"channel\": 6,\n                \"clients\": [],\n                \"configuration\": {\n                    \"authentication\": \"PSK\",\n                    \"eap_types\": null,\n                    \"encryption\": \"WPA2+CCMP\",\n                    \"hs20\": {\n                        \"data\": {\n                            \"VenueGroup\": \"\",\n                            \"VenueType\": \"\",\n                            \"Version\": \"\"\n                        },\n                        \"enabled\": false\n                    },\n                    \"pmf_capable\": false,\n                    \"pmf_required\": false,\n                    \"supported_channels\": \"{}\",\n                    \"vht_capable\": false,\n                    \"wps\": {\n                        \"capable\": false,\n                        \"data\": {\n                            \"configured\": false\n                        }\n                    }\n                },\n                \"customer_name\": \"Demo\",\n                \"device_tag\": \"\",\n                \"essid\": \"\",\n                \"first_seen\": \"2020-10-30T00:34:59.762242\",\n                \"hidden\": false,\n                \"last_seen\": \"2021-10-13T13:54:52.337080\",\n                \"latitude\": 37.8477344,\n                \"location_tag\": \"\",\n                \"longitude\": -122.2901104,\n                \"manufacturer\": \"Unknown\",\n                \"market\": \"Home/Office\",\n                \"product_tag\": \"\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"sensor_url_id\": \"PVyXoLbp5RD7QRWE\",\n                \"signal\": -87,\n                \"trust_level\": 50,\n                \"url_id\": \"yVpWLx34Gdqn5BaN\",\n                \"vendor_tag\": \"\"\n            },\n            {\n                \"ap_mode\": \"Infrastructure\",\n                \"bssid\": \"98:9D:5D:D5:FA:3E\",\n                \"channel\": 6,\n                \"clients\": [],\n                \"configuration\": {\n                    \"authentication\": \"PSK\",\n                    \"eap_types\": null,\n                    \"encryption\": \"WPA2+CCMP\",\n                    \"hs20\": {\n                        \"data\": {\n                            \"VenueGroup\": \"\",\n                            \"VenueType\": \"\",\n                            \"Version\": \"\"\n                        },\n                        \"enabled\": false\n                    },\n                    \"pmf_capable\": false,\n                    \"pmf_required\": false,\n                    \"supported_channels\": \"{}\",\n                    \"vht_capable\": false,\n                    \"wps\": {\n                        \"capable\": true,\n                        \"data\": {\n                            \"configured\": true,\n                            \"devname\": \"Xfinity Wireless Gateway\",\n                            \"manuf\": \"Technicolor\",\n                            \"modelname\": \"XB7\",\n                            \"modelnum\": \"CGM4331COM\"\n                        }\n                    }\n                },\n                \"customer_name\": \"Demo\",\n                \"device_tag\": \"\",\n                \"essid\": \"Melon\",\n                \"first_seen\": \"2020-10-30T00:36:59.348339\",\n                \"hidden\": false,\n                \"last_seen\": \"2021-10-13T13:54:52.337651\",\n                \"latitude\": 37.8477344,\n                \"location_tag\": \"\",\n                \"longitude\": -122.2901104,\n                \"manufacturer\": \"Technicolor CH USA Inc.\",\n                \"market\": \"Home/Office\",\n                \"product_tag\": \"\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"sensor_url_id\": \"PVyXoLbp5RD7QRWE\",\n                \"signal\": -86,\n                \"trust_level\": 61,\n                \"url_id\": \"E2NgDrqBZd8KaerV\",\n                \"vendor_tag\": \"\"\n            },\n            {\n                \"ap_mode\": \"Infrastructure\",\n                \"bssid\": \"98:18:88:BE:F0:04\",\n                \"channel\": 11,\n                \"clients\": [\n                    {\n                        \"accesspoints\": [\n                            {\n                                \"ap_trust_level\": 1,\n                                \"ap_url_id\": null,\n                                \"bssid\": \"98:18:88:BE:F0:04\",\n                                \"essid\": \"Choose Another Castle\",\n                                \"last_seen\": \"2021-10-13T13:58:34.948904\"\n                            },\n                            {\n                                \"ap_trust_level\": 50,\n                                \"ap_url_id\": null,\n                                \"bssid\": \"00:00:00:00:00:00\",\n                                \"essid\": \"UNCONNECTED CLIENTS\",\n                                \"last_seen\": \"2021-10-04T09:24:53.613053\"\n                            },\n                            {\n                                \"ap_trust_level\": 61,\n                                \"ap_url_id\": null,\n                                \"bssid\": \"92:18:88:BE:F0:04\",\n                                \"essid\": \"BeastMode\",\n                                \"last_seen\": \"2021-09-20T23:00:50.848389\"\n                            },\n                            {\n                                \"ap_trust_level\": 10,\n                                \"ap_url_id\": null,\n                                \"bssid\": \"E0:CB:BC:50:9A:18\",\n                                \"essid\": \"Choose Another Castle\",\n                                \"last_seen\": \"2021-04-13T18:33:13.271604\"\n                            },\n                            {\n                                \"ap_trust_level\": 10,\n                                \"ap_url_id\": null,\n                                \"bssid\": \"E0:CB:BC:B4:8C:3A\",\n                                \"essid\": \"Choose Another Castle\",\n                                \"last_seen\": \"2019-08-28T17:34:44.420798\"\n                            },\n                            {\n                                \"ap_trust_level\": 71,\n                                \"ap_url_id\": null,\n                                \"bssid\": \"EE:CB:BC:B4:8C:3A\",\n                                \"essid\": \"Free5Bird\",\n                                \"last_seen\": \"2019-08-27T23:38:54.728440\"\n                            },\n                            {\n                                \"ap_trust_level\": 50,\n                                \"ap_url_id\": null,\n                                \"bssid\": \"E0:CB:BC:50:9A:98\",\n                                \"essid\": \"\",\n                                \"last_seen\": \"2019-07-25T17:44:02.824702\"\n                            },\n                            {\n                                \"ap_trust_level\": 50,\n                                \"ap_url_id\": null,\n                                \"bssid\": \"E0:CB:BC:B4:4C:26\",\n                                \"essid\": \"\",\n                                \"last_seen\": \"2018-10-03T02:39:21.817812\"\n                            },\n                            {\n                                \"ap_trust_level\": 50,\n                                \"ap_url_id\": null,\n                                \"bssid\": \"E0:CB:BC:B4:8C:BA\",\n                                \"essid\": \"\",\n                                \"last_seen\": \"2018-10-03T02:37:21.029528\"\n                            },\n                            {\n                                \"ap_trust_level\": 40,\n                                \"ap_url_id\": null,\n                                \"bssid\": \"E0:CB:BC:06:40:D5\",\n                                \"essid\": \"\",\n                                \"last_seen\": \"2018-10-03T00:06:16.334067\"\n                            },\n                            {\n                                \"ap_trust_level\": 61,\n                                \"ap_url_id\": null,\n                                \"bssid\": \"8C:0F:6F:34:E6:68\",\n                                \"essid\": \"CBCI-3D6C-2.4\",\n                                \"last_seen\": \"2018-09-19T21:39:35.752816\"\n                            },\n                            {\n                                \"ap_trust_level\": 71,\n                                \"ap_url_id\": null,\n                                \"bssid\": \"F2:CB:BC:50:9A:18\",\n                                \"essid\": \"GoW3pOrGoH0me\",\n                                \"last_seen\": \"2018-09-19T21:00:59.329131\"\n                            },\n                            {\n                                \"ap_trust_level\": 71,\n                                \"ap_url_id\": null,\n                                \"bssid\": \"2E:3A:E8:08:34:08\",\n                                \"essid\": \"LEDnet083408\",\n                                \"last_seen\": \"2018-09-19T19:51:39.470315\"\n                            },\n                            {\n                                \"ap_trust_level\": 30,\n                                \"ap_url_id\": null,\n                                \"bssid\": \"2C:FD:A1:A1:5B:98\",\n                                \"essid\": \"J-Sei\",\n                                \"last_seen\": \"2018-09-19T19:08:28.281447\"\n                            },\n                            {\n                                \"ap_trust_level\": 71,\n                                \"ap_url_id\": null,\n                                \"bssid\": \"F2:CB:BC:B4:8C:3A\",\n                                \"essid\": \"GoW3pOrGoH0me\",\n                                \"last_seen\": \"2018-09-19T07:02:51.040181\"\n                            },\n                            {\n                                \"ap_trust_level\": 20,\n                                \"ap_url_id\": null,\n                                \"bssid\": \"E6:CB:BC:B4:8C:3A\",\n                                \"essid\": \"I Am A Guest\",\n                                \"last_seen\": \"2018-09-18T14:32:28.176574\"\n                            },\n                            {\n                                \"ap_trust_level\": 20,\n                                \"ap_url_id\": null,\n                                \"bssid\": \"E6:CB:BC:50:9A:18\",\n                                \"essid\": \"I Am A Guest\",\n                                \"last_seen\": \"2018-09-18T13:03:18.265589\"\n                            },\n                            {\n                                \"ap_trust_level\": 30,\n                                \"ap_url_id\": null,\n                                \"bssid\": \"88:1F:A1:30:67:E6\",\n                                \"essid\": \"J-Sei\",\n                                \"last_seen\": \"2018-09-18T10:13:09.019708\"\n                            },\n                            {\n                                \"ap_trust_level\": 61,\n                                \"ap_url_id\": null,\n                                \"bssid\": \"32:CD:A7:24:8E:4A\",\n                                \"essid\": \"DIRECT-mHM2020 Series\",\n                                \"last_seen\": \"2018-09-18T08:14:52.539528\"\n                            }\n                        ],\n                        \"channel\": 11,\n                        \"client_group\": \"Semi-Trusted\",\n                        \"device_tag\": \"\",\n                        \"first_seen\": \"2017-05-30T17:36:25.593143\",\n                        \"last_seen\": \"2021-10-13T13:50:52.709431\",\n                        \"latitude\": 37.8477344,\n                        \"location_tag\": \"\",\n                        \"longitude\": -122.2901104,\n                        \"macaddress\": \"A8:6B:AD:3E:7E:A6\",\n                        \"manufacturer\": \"Hon Hai Precision Ind. Co.,Ltd.\",\n                        \"product_tag\": \"\",\n                        \"risk_level\": 65535,\n                        \"sensor_name\": \"demo-emeryville\",\n                        \"sensor_url_id\": \"PVyXoLbp5RD7QRWE\",\n                        \"signal\": -82,\n                        \"url_id\": \"XwlNKZd7bGjnYpzq\",\n                        \"vendor_tag\": \"\"\n                    },\n                    {\n                        \"accesspoints\": [\n                            {\n                                \"ap_trust_level\": 1,\n                                \"ap_url_id\": null,\n                                \"bssid\": \"98:18:88:BE:F0:04\",\n                                \"essid\": \"Choose Another Castle\",\n                                \"last_seen\": \"2021-10-13T13:58:55.913536\"\n                            },\n                            {\n                                \"ap_trust_level\": 50,\n                                \"ap_url_id\": null,\n                                \"bssid\": \"00:00:00:00:00:00\",\n                                \"essid\": \"UNCONNECTED CLIENTS\",\n                                \"last_seen\": \"2021-10-06T19:45:50.480833\"\n                            },\n                            {\n                                \"ap_trust_level\": 61,\n                                \"ap_url_id\": null,\n                                \"bssid\": \"9E:18:88:BE:F0:04\",\n                                \"essid\": \"I Am A Guest\",\n                                \"last_seen\": \"2021-09-27T10:14:13.805874\"\n                            },\n                            {\n                                \"ap_trust_level\": 61,\n                                \"ap_url_id\": null,\n                                \"bssid\": \"92:18:88:BE:F0:04\",\n                                \"essid\": \"BeastMode\",\n                                \"last_seen\": \"2021-06-29T22:36:42.751485\"\n                            },\n                            {\n                                \"ap_trust_level\": 10,\n                                \"ap_url_id\": null,\n                                \"bssid\": \"E0:CB:BC:50:9A:18\",\n                                \"essid\": \"Choose Another Castle\",\n                                \"last_seen\": \"2021-04-13T18:31:11.500306\"\n                            },\n                            {\n                                \"ap_trust_level\": 10,\n                                \"ap_url_id\": null,\n                                \"bssid\": \"E0:CB:BC:B4:8C:3A\",\n                                \"essid\": \"Choose Another Castle\",\n                                \"last_seen\": \"2019-07-02T03:24:08.648717\"\n                            },\n                            {\n                                \"ap_trust_level\": 61,\n                                \"ap_url_id\": null,\n                                \"bssid\": \"8C:0F:6F:34:E6:68\",\n                                \"essid\": \"CBCI-3D6C-2.4\",\n                                \"last_seen\": \"2018-09-19T21:39:35.943733\"\n                            },\n                            {\n                                \"ap_trust_level\": 71,\n                                \"ap_url_id\": null,\n                                \"bssid\": \"EE:CB:BC:B4:8C:3A\",\n                                \"essid\": \"Free5Bird\",\n                                \"last_seen\": \"2018-09-19T20:56:16.989235\"\n                            },\n                            {\n                                \"ap_trust_level\": 71,\n                                \"ap_url_id\": null,\n                                \"bssid\": \"F2:CB:BC:50:9A:18\",\n                                \"essid\": \"GoW3pOrGoH0me\",\n                                \"last_seen\": \"2018-09-19T19:26:14.321096\"\n                            },\n                            {\n                                \"ap_trust_level\": 30,\n                                \"ap_url_id\": null,\n                                \"bssid\": \"2C:FD:A1:A1:5B:98\",\n                                \"essid\": \"J-Sei\",\n                                \"last_seen\": \"2018-09-19T11:15:44.871646\"\n                            },\n                            {\n                                \"ap_trust_level\": 71,\n                                \"ap_url_id\": null,\n                                \"bssid\": \"F2:CB:BC:B4:8C:3A\",\n                                \"essid\": \"GoW3pOrGoH0me\",\n                                \"last_seen\": \"2018-09-19T10:29:40.948836\"\n                            },\n                            {\n                                \"ap_trust_level\": 71,\n                                \"ap_url_id\": null,\n                                \"bssid\": \"2E:3A:E8:08:34:08\",\n                                \"essid\": \"LEDnet083408\",\n                                \"last_seen\": \"2018-09-19T10:27:38.575803\"\n                            },\n                            {\n                                \"ap_trust_level\": 80,\n                                \"ap_url_id\": null,\n                                \"bssid\": \"00:11:CC:5F:82:75\",\n                                \"essid\": \"NotSoFastly\",\n                                \"last_seen\": \"2018-09-18T23:24:13.186882\"\n                            },\n                            {\n                                \"ap_trust_level\": 35,\n                                \"ap_url_id\": null,\n                                \"bssid\": \"EC:1A:59:01:B3:AC\",\n                                \"essid\": \"J-Sei\",\n                                \"last_seen\": \"2018-09-18T10:23:26.507032\"\n                            },\n                            {\n                                \"ap_trust_level\": 30,\n                                \"ap_url_id\": null,\n                                \"bssid\": \"88:1F:A1:30:67:E6\",\n                                \"essid\": \"J-Sei\",\n                                \"last_seen\": \"2018-09-18T09:13:38.959395\"\n                            },\n                            {\n                                \"ap_trust_level\": 61,\n                                \"ap_url_id\": null,\n                                \"bssid\": \"32:CD:A7:24:8E:4A\",\n                                \"essid\": \"DIRECT-mHM2020 Series\",\n                                \"last_seen\": \"2018-09-18T06:45:42.739312\"\n                            },\n                            {\n                                \"ap_trust_level\": 61,\n                                \"ap_url_id\": null,\n                                \"bssid\": \"32:CD:A7:24:8D:C7\",\n                                \"essid\": \"DIRECT-TNM2020 Series\",\n                                \"last_seen\": \"2018-09-16T09:30:00.502527\"\n                            }\n                        ],\n                        \"channel\": 11,\n                        \"client_group\": \"Semi-Trusted\",\n                        \"device_tag\": \"\",\n                        \"first_seen\": \"2017-05-17T00:02:25.010025\",\n                        \"last_seen\": \"2021-10-13T13:56:55.902467\",\n                        \"latitude\": 37.8477344,\n                        \"location_tag\": \"\",\n                        \"longitude\": -122.2901104,\n                        \"macaddress\": \"28:56:5A:38:D1:11\",\n                        \"manufacturer\": \"Hon Hai Precision Ind. Co.,Ltd.\",\n                        \"product_tag\": \"\",\n                        \"risk_level\": 65535,\n                        \"sensor_name\": \"demo-emeryville\",\n                        \"sensor_url_id\": \"PVyXoLbp5RD7QRWE\",\n                        \"signal\": -62,\n                        \"url_id\": \"GjEaDRay3MMKb0dJ\",\n                        \"vendor_tag\": \"\"\n                    }\n                ],\n                \"configuration\": {\n                    \"authentication\": \"PSK\",\n                    \"eap_types\": null,\n                    \"encryption\": \"WPA2+CCMP\",\n                    \"hs20\": {\n                        \"data\": {\n                            \"VenueGroup\": \"\",\n                            \"VenueType\": \"\",\n                            \"Version\": \"\"\n                        },\n                        \"enabled\": false\n                    },\n                    \"pmf_capable\": true,\n                    \"pmf_required\": false,\n                    \"supported_channels\": \"{}\",\n                    \"vht_capable\": false,\n                    \"wps\": {\n                        \"capable\": false,\n                        \"data\": {\n                            \"configured\": false\n                        }\n                    }\n                },\n                \"customer_name\": \"Demo\",\n                \"device_tag\": \"\",\n                \"essid\": \"Choose Another Castle\",\n                \"first_seen\": \"2021-03-12T01:30:05.044903\",\n                \"hidden\": true,\n                \"last_seen\": \"2021-10-13T13:54:59.437055\",\n                \"latitude\": 37.8477344,\n                \"location_tag\": \"\",\n                \"longitude\": -122.2901104,\n                \"manufacturer\": \"Cisco Meraki\",\n                \"market\": \"Home/Office\",\n                \"product_tag\": \"\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"sensor_url_id\": \"PVyXoLbp5RD7QRWE\",\n                \"signal\": -37,\n                \"trust_level\": 1,\n                \"url_id\": \"VyXoLbk4o3vK7QRW\",\n                \"vendor_tag\": \"Cisco\"\n            },\n            {\n                \"ap_mode\": \"Infrastructure\",\n                \"bssid\": \"A6:18:88:BE:F0:04\",\n                \"channel\": 11,\n                \"clients\": [],\n                \"configuration\": {\n                    \"authentication\": \"WEP\",\n                    \"eap_types\": null,\n                    \"encryption\": \"WEP\",\n                    \"hs20\": {\n                        \"data\": {\n                            \"VenueGroup\": \"\",\n                            \"VenueType\": \"\",\n                            \"Version\": \"\"\n                        },\n                        \"enabled\": false\n                    },\n                    \"pmf_capable\": false,\n                    \"pmf_required\": false,\n                    \"supported_channels\": \"{}\",\n                    \"vht_capable\": false,\n                    \"wps\": {\n                        \"capable\": false,\n                        \"data\": {\n                            \"configured\": false\n                        }\n                    }\n                },\n                \"customer_name\": \"Demo\",\n                \"device_tag\": \"\",\n                \"essid\": \"\",\n                \"first_seen\": \"2021-03-12T01:30:05.905047\",\n                \"hidden\": true,\n                \"last_seen\": \"2021-10-13T13:54:59.440734\",\n                \"latitude\": 37.8477344,\n                \"location_tag\": \"\",\n                \"longitude\": -122.2901104,\n                \"manufacturer\": \"Unknown\",\n                \"market\": \"Home/Office\",\n                \"product_tag\": \"\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"sensor_url_id\": \"PVyXoLbp5RD7QRWE\",\n                \"signal\": -38,\n                \"trust_level\": 50,\n                \"url_id\": \"69yoDgdYo65nvx8V\",\n                \"vendor_tag\": \"\"\n            },\n            {\n                \"ap_mode\": \"Infrastructure\",\n                \"bssid\": \"9C:3D:CF:68:7F:D8\",\n                \"channel\": 2,\n                \"clients\": [],\n                \"configuration\": {\n                    \"authentication\": \"PSK\",\n                    \"eap_types\": null,\n                    \"encryption\": \"WPA2+CCMP\",\n                    \"hs20\": {\n                        \"data\": {\n                            \"VenueGroup\": \"\",\n                            \"VenueType\": \"\",\n                            \"Version\": \"\"\n                        },\n                        \"enabled\": false\n                    },\n                    \"pmf_capable\": true,\n                    \"pmf_required\": false,\n                    \"supported_channels\": \"0\",\n                    \"vht_capable\": null,\n                    \"wps\": {\n                        \"capable\": true,\n                        \"data\": {\n                            \"configured\": true,\n                            \"devname\": \"NTGRBS\",\n                            \"manuf\": \"Arlo Inc\",\n                            \"modelname\": \"VMB4000\",\n                            \"modelnum\": \"VMB4000\"\n                        }\n                    }\n                },\n                \"customer_name\": \"Demo\",\n                \"device_tag\": \"Camera\",\n                \"essid\": \"NETGEAR20\",\n                \"first_seen\": \"2018-09-05T19:50:20.415360\",\n                \"hidden\": false,\n                \"last_seen\": \"2021-10-13T13:54:59.517125\",\n                \"latitude\": 37.8477344,\n                \"location_tag\": \"\",\n                \"longitude\": -122.2901104,\n                \"manufacturer\": \"NETGEAR\",\n                \"market\": \"Home/Office\",\n                \"product_tag\": \"\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"sensor_url_id\": \"PVyXoLbp5RD7QRWE\",\n                \"signal\": -86,\n                \"trust_level\": 61,\n                \"url_id\": \"dBbW5npYpYYLJ319\",\n                \"vendor_tag\": \"\"\n            },\n            {\n                \"ap_mode\": \"Infrastructure\",\n                \"bssid\": \"EC:1A:59:01:B3:AC\",\n                \"channel\": 1,\n                \"clients\": [],\n                \"configuration\": {\n                    \"authentication\": \"PSK\",\n                    \"eap_types\": [],\n                    \"encryption\": \"WPA2+CCMP,WPA+CCMP\",\n                    \"hs20\": {\n                        \"data\": {\n                            \"VenueGroup\": \"\",\n                            \"VenueType\": \"\",\n                            \"Version\": \"\"\n                        },\n                        \"enabled\": false\n                    },\n                    \"pmf_capable\": false,\n                    \"pmf_required\": false,\n                    \"supported_channels\": null,\n                    \"vht_capable\": null,\n                    \"wps\": {\n                        \"capable\": false,\n                        \"data\": {\n                            \"configured\": false\n                        }\n                    }\n                },\n                \"customer_name\": \"Demo\",\n                \"device_tag\": \"\",\n                \"essid\": \"J-Sei\",\n                \"first_seen\": \"2017-05-11T18:22:39.976261\",\n                \"hidden\": false,\n                \"last_seen\": \"2021-10-13T13:55:00.269084\",\n                \"latitude\": 37.8477344,\n                \"location_tag\": \"\",\n                \"longitude\": -122.2901104,\n                \"manufacturer\": \"Belkin International Inc.\",\n                \"market\": \"Home/Office\",\n                \"product_tag\": \"\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"sensor_url_id\": \"PVyXoLbp5RD7QRWE\",\n                \"signal\": -75,\n                \"trust_level\": 35,\n                \"url_id\": \"jp6B7nzkrNQLg4XA\",\n                \"vendor_tag\": \"Belkin\"\n            },\n            {\n                \"ap_mode\": \"Infrastructure\",\n                \"bssid\": \"B8:55:10:D1:F0:5C\",\n                \"channel\": 3,\n                \"clients\": [\n                    {\n                        \"accesspoints\": [\n                            {\n                                \"ap_trust_level\": 30,\n                                \"ap_url_id\": null,\n                                \"bssid\": \"B8:55:10:D1:F0:5C\",\n                                \"essid\": \"J-Sei\",\n                                \"last_seen\": \"2021-10-13T13:59:01.056796\"\n                            },\n                            {\n                                \"ap_trust_level\": 30,\n                                \"ap_url_id\": null,\n                                \"bssid\": \"B8:55:10:D1:F0:58\",\n                                \"essid\": \"J-Sei\",\n                                \"last_seen\": \"2021-10-12T17:02:10.912808\"\n                            },\n                            {\n                                \"ap_trust_level\": 50,\n                                \"ap_url_id\": null,\n                                \"bssid\": \"00:00:00:00:00:00\",\n                                \"essid\": \"UNCONNECTED CLIENTS\",\n                                \"last_seen\": \"2021-10-12T16:05:59.420793\"\n                            },\n                            {\n                                \"ap_trust_level\": 30,\n                                \"ap_url_id\": null,\n                                \"bssid\": \"2C:FD:A1:A1:5B:98\",\n                                \"essid\": \"J-Sei\",\n                                \"last_seen\": \"2021-10-08T20:25:57.432821\"\n                            },\n                            {\n                                \"ap_trust_level\": 20,\n                                \"ap_url_id\": null,\n                                \"bssid\": \"96:18:98:BE:F0:04\",\n                                \"essid\": \"Free5Bird\",\n                                \"last_seen\": \"2021-09-27T18:00:47.301101\"\n                            },\n                            {\n                                \"ap_trust_level\": 35,\n                                \"ap_url_id\": null,\n                                \"bssid\": \"EC:1A:59:01:B3:AC\",\n                                \"essid\": \"J-Sei\",\n                                \"last_seen\": \"2021-09-27T00:44:30.492678\"\n                            },\n                            {\n                                \"ap_trust_level\": 50,\n                                \"ap_url_id\": null,\n                                \"bssid\": \"2C:FD:A1:A0:5B:98\",\n                                \"essid\": \"\",\n                                \"last_seen\": \"2021-09-22T16:13:19.997554\"\n                            },\n                            {\n                                \"ap_trust_level\": 50,\n                                \"ap_url_id\": null,\n                                \"bssid\": \"1A:31:46:62:8F:E7\",\n                                \"essid\": \"Yuzu\",\n                                \"last_seen\": \"2021-09-13T14:15:35.575679\"\n                            },\n                            {\n                                \"ap_trust_level\": 30,\n                                \"ap_url_id\": null,\n                                \"bssid\": \"EC:1A:59:01:B3:AE\",\n                                \"essid\": \"J-Sei\",\n                                \"last_seen\": \"2021-08-21T10:00:44.463099\"\n                            },\n                            {\n                                \"ap_trust_level\": 30,\n                                \"ap_url_id\": null,\n                                \"bssid\": \"88:1F:A1:30:67:E6\",\n                                \"essid\": \"J-Sei\",\n                                \"last_seen\": \"2021-07-27T10:02:54.423211\"\n                            },\n                            {\n                                \"ap_trust_level\": 30,\n                                \"ap_url_id\": null,\n                                \"bssid\": \"2C:FD:A1:A1:5B:9C\",\n                                \"essid\": \"J-Sei\",\n                                \"last_seen\": \"2021-06-09T20:05:59.011066\"\n                            },\n                            {\n                                \"ap_trust_level\": 50,\n                                \"ap_url_id\": null,\n                                \"bssid\": \"EC:1A:59:01:B3:0C\",\n                                \"essid\": \"\",\n                                \"last_seen\": \"2021-06-04T18:21:51.756571\"\n                            }\n                        ],\n                        \"channel\": 3,\n                        \"client_group\": \"Unassigned\",\n                        \"device_tag\": \"\",\n                        \"first_seen\": \"2021-03-24T23:28:56.955820\",\n                        \"last_seen\": \"2021-10-13T13:57:02.913259\",\n                        \"latitude\": 37.8477344,\n                        \"location_tag\": \"\",\n                        \"longitude\": -122.2901104,\n                        \"macaddress\": \"AC:2B:6E:61:2B:BE\",\n                        \"manufacturer\": \"Intel Corporate\",\n                        \"product_tag\": \"\",\n                        \"risk_level\": null,\n                        \"sensor_name\": \"demo-emeryville\",\n                        \"sensor_url_id\": \"PVyXoLbp5RD7QRWE\",\n                        \"signal\": -76,\n                        \"url_id\": \"pEVxKyQqag14KrQR\",\n                        \"vendor_tag\": \"\"\n                    }\n                ],\n                \"configuration\": {\n                    \"authentication\": \"PSK\",\n                    \"eap_types\": [],\n                    \"encryption\": \"WPA2+CCMP,WPA+CCMP\",\n                    \"hs20\": {\n                        \"data\": {\n                            \"VenueGroup\": \"\",\n                            \"VenueType\": \"\",\n                            \"Version\": \"\"\n                        },\n                        \"enabled\": false\n                    },\n                    \"pmf_capable\": false,\n                    \"pmf_required\": false,\n                    \"supported_channels\": null,\n                    \"vht_capable\": null,\n                    \"wps\": {\n                        \"capable\": false,\n                        \"data\": {\n                            \"configured\": false\n                        }\n                    }\n                },\n                \"customer_name\": \"Demo\",\n                \"device_tag\": \"\",\n                \"essid\": \"J-Sei\",\n                \"first_seen\": \"2017-05-11T18:22:38.809279\",\n                \"hidden\": false,\n                \"last_seen\": \"2021-10-13T13:55:03.113220\",\n                \"latitude\": 37.8477344,\n                \"location_tag\": \"\",\n                \"longitude\": -122.2901104,\n                \"manufacturer\": \"Zioncom Electronics (Shenzhen) Ltd.\",\n                \"market\": \"Home/Office\",\n                \"product_tag\": \"\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"sensor_url_id\": \"PVyXoLbp5RD7QRWE\",\n                \"signal\": -77,\n                \"trust_level\": 30,\n                \"url_id\": \"lgxMmLj8JpaDJvY5\",\n                \"vendor_tag\": \"\"\n            },\n            {\n                \"ap_mode\": \"Infrastructure\",\n                \"bssid\": \"2C:FD:A1:A1:5B:98\",\n                \"channel\": 2,\n                \"clients\": [],\n                \"configuration\": {\n                    \"authentication\": \"PSK\",\n                    \"eap_types\": [],\n                    \"encryption\": \"WPA2+CCMP,WPA+CCMP\",\n                    \"hs20\": {\n                        \"data\": {\n                            \"VenueGroup\": \"\",\n                            \"VenueType\": \"\",\n                            \"Version\": \"\"\n                        },\n                        \"enabled\": false\n                    },\n                    \"pmf_capable\": false,\n                    \"pmf_required\": false,\n                    \"supported_channels\": null,\n                    \"vht_capable\": null,\n                    \"wps\": {\n                        \"capable\": false,\n                        \"data\": {\n                            \"configured\": false\n                        }\n                    }\n                },\n                \"customer_name\": \"Demo\",\n                \"device_tag\": \"\",\n                \"essid\": \"J-Sei\",\n                \"first_seen\": \"2018-06-05T20:39:12.315580\",\n                \"hidden\": false,\n                \"last_seen\": \"2021-10-13T13:55:03.137061\",\n                \"latitude\": 37.8477344,\n                \"location_tag\": \"\",\n                \"longitude\": -122.2901104,\n                \"manufacturer\": \"ASUSTek COMPUTER INC.\",\n                \"market\": \"Home/Office\",\n                \"product_tag\": \"\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"sensor_url_id\": \"PVyXoLbp5RD7QRWE\",\n                \"signal\": -51,\n                \"trust_level\": 30,\n                \"url_id\": \"EWPYxLV8qoNDe5aj\",\n                \"vendor_tag\": \"ASUS\"\n            },\n            {\n                \"ap_mode\": \"Infrastructure\",\n                \"bssid\": \"82:18:98:BE:F0:04\",\n                \"channel\": 44,\n                \"clients\": [],\n                \"configuration\": {\n                    \"authentication\": \"SHA256\",\n                    \"eap_types\": null,\n                    \"encryption\": \"WPA2+CCMP\",\n                    \"hs20\": {\n                        \"data\": {\n                            \"VenueGroup\": \"\",\n                            \"VenueType\": \"\",\n                            \"Version\": \"\"\n                        },\n                        \"enabled\": false\n                    },\n                    \"pmf_capable\": true,\n                    \"pmf_required\": true,\n                    \"supported_channels\": \"{}\",\n                    \"vht_capable\": true,\n                    \"wps\": {\n                        \"capable\": false,\n                        \"data\": {\n                            \"configured\": false\n                        }\n                    }\n                },\n                \"customer_name\": \"Demo\",\n                \"device_tag\": \"\",\n                \"essid\": \"HS20-test\",\n                \"first_seen\": \"2021-09-13T20:13:55.057943\",\n                \"hidden\": true,\n                \"last_seen\": \"2021-10-13T13:55:13.563628\",\n                \"latitude\": 37.8477344,\n                \"location_tag\": \"\",\n                \"longitude\": -122.2901104,\n                \"manufacturer\": \"Unknown\",\n                \"market\": \"Home/Office\",\n                \"product_tag\": \"\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"sensor_url_id\": \"PVyXoLbp5RD7QRWE\",\n                \"signal\": -52,\n                \"trust_level\": 61,\n                \"url_id\": \"bvoenOOXNA5nMg14\",\n                \"vendor_tag\": \"\"\n            },\n            {\n                \"ap_mode\": \"Infrastructure\",\n                \"bssid\": \"8A:18:98:BE:F0:04\",\n                \"channel\": 44,\n                \"clients\": [],\n                \"configuration\": {\n                    \"authentication\": \"WEP\",\n                    \"eap_types\": null,\n                    \"encryption\": \"WEP\",\n                    \"hs20\": {\n                        \"data\": {\n                            \"VenueGroup\": \"\",\n                            \"VenueType\": \"\",\n                            \"Version\": \"\"\n                        },\n                        \"enabled\": false\n                    },\n                    \"pmf_capable\": false,\n                    \"pmf_required\": false,\n                    \"supported_channels\": \"{}\",\n                    \"vht_capable\": false,\n                    \"wps\": {\n                        \"capable\": false,\n                        \"data\": {\n                            \"configured\": false\n                        }\n                    }\n                },\n                \"customer_name\": \"Demo\",\n                \"device_tag\": \"\",\n                \"essid\": \"GoW3pOrGoH0me\",\n                \"first_seen\": \"2021-03-29T20:26:50.218008\",\n                \"hidden\": false,\n                \"last_seen\": \"2021-10-13T13:55:13.978811\",\n                \"latitude\": 37.8477344,\n                \"location_tag\": \"\",\n                \"longitude\": -122.2901104,\n                \"manufacturer\": \"Unknown\",\n                \"market\": \"Home/Office\",\n                \"product_tag\": \"\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"sensor_url_id\": \"PVyXoLbp5RD7QRWE\",\n                \"signal\": -52,\n                \"trust_level\": 71,\n                \"url_id\": \"GqX3KB2Y2okKpwNj\",\n                \"vendor_tag\": \"\"\n            },\n            {\n                \"ap_mode\": \"Infrastructure\",\n                \"bssid\": \"86:18:98:BE:F0:04\",\n                \"channel\": 44,\n                \"clients\": [],\n                \"configuration\": {\n                    \"authentication\": \"EAP\",\n                    \"eap_types\": [\n                        \"13: EAP-TLS\"\n                    ],\n                    \"encryption\": \"WPA2+CCMP\",\n                    \"hs20\": {\n                        \"data\": {\n                            \"VenueGroup\": \"\",\n                            \"VenueType\": \"\",\n                            \"Version\": \"\"\n                        },\n                        \"enabled\": false\n                    },\n                    \"pmf_capable\": false,\n                    \"pmf_required\": false,\n                    \"supported_channels\": \"{}\",\n                    \"vht_capable\": true,\n                    \"wps\": {\n                        \"capable\": false,\n                        \"data\": {\n                            \"configured\": false\n                        }\n                    }\n                },\n                \"customer_name\": \"Demo\",\n                \"device_tag\": \"\",\n                \"essid\": \"EAPtest\",\n                \"first_seen\": \"2021-09-13T20:11:53.813138\",\n                \"hidden\": false,\n                \"last_seen\": \"2021-10-13T13:55:13.980054\",\n                \"latitude\": 37.8477344,\n                \"location_tag\": \"\",\n                \"longitude\": -122.2901104,\n                \"manufacturer\": \"Unknown\",\n                \"market\": \"Home/Office\",\n                \"product_tag\": \"\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"sensor_url_id\": \"PVyXoLbp5RD7QRWE\",\n                \"signal\": -52,\n                \"trust_level\": 61,\n                \"url_id\": \"zA1RL7ox5pOLr0al\",\n                \"vendor_tag\": \"\"\n            },\n            {\n                \"ap_mode\": \"Infrastructure\",\n                \"bssid\": \"92:0F:6F:34:E6:70\",\n                \"channel\": 48,\n                \"clients\": [],\n                \"configuration\": {\n                    \"authentication\": \"Open\",\n                    \"eap_types\": [\n                        \"25: PEAP\",\n                        \"13: EAP-TLS\",\n                        \"21: EAP-TTLS\"\n                    ],\n                    \"encryption\": \"None\",\n                    \"hs20\": {\n                        \"data\": {\n                            \"VenueGroup\": \"\",\n                            \"VenueType\": \"\",\n                            \"Version\": \"\"\n                        },\n                        \"enabled\": false\n                    },\n                    \"pmf_capable\": false,\n                    \"pmf_required\": false,\n                    \"supported_channels\": \"{}\",\n                    \"vht_capable\": true,\n                    \"wps\": {\n                        \"capable\": false,\n                        \"data\": {\n                            \"configured\": false\n                        }\n                    }\n                },\n                \"customer_name\": \"Demo\",\n                \"device_tag\": \"\",\n                \"essid\": \"xfinitywifi\",\n                \"first_seen\": \"2020-10-22T23:26:03.820341\",\n                \"hidden\": false,\n                \"last_seen\": \"2021-10-13T13:55:15.809096\",\n                \"latitude\": 37.8477344,\n                \"location_tag\": \"\",\n                \"longitude\": -122.2901104,\n                \"manufacturer\": \"Unknown\",\n                \"market\": \"Home/Office\",\n                \"product_tag\": \"\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"sensor_url_id\": \"PVyXoLbp5RD7QRWE\",\n                \"signal\": -73,\n                \"trust_level\": 71,\n                \"url_id\": \"lqXoKNoyeaRD7y26\",\n                \"vendor_tag\": \"\"\n            },\n            {\n                \"ap_mode\": \"Bridge\",\n                \"bssid\": \"9C:C9:EB:DD:51:49\",\n                \"channel\": 11,\n                \"clients\": [\n                    {\n                        \"accesspoints\": [\n                            {\n                                \"ap_trust_level\": 1,\n                                \"ap_url_id\": null,\n                                \"bssid\": \"9C:C9:EB:DD:51:49\",\n                                \"essid\": \"NETGEAR00\",\n                                \"last_seen\": \"2021-10-13T13:57:51.654900\"\n                            },\n                            {\n                                \"ap_trust_level\": 50,\n                                \"ap_url_id\": null,\n                                \"bssid\": \"00:00:00:00:00:00\",\n                                \"essid\": \"UNCONNECTED CLIENTS\",\n                                \"last_seen\": \"2021-09-09T23:40:04.195913\"\n                            }\n                        ],\n                        \"channel\": 11,\n                        \"client_group\": \"Trusted\",\n                        \"device_tag\": \"\",\n                        \"first_seen\": \"2021-06-24T02:29:26.442037\",\n                        \"last_seen\": \"2021-10-13T13:57:51.654900\",\n                        \"latitude\": 37.2918812,\n                        \"location_tag\": \"\",\n                        \"longitude\": -122.03309680000001,\n                        \"macaddress\": \"CA:6A:10:1A:6E:8F\",\n                        \"manufacturer\": \"Privacy Address\",\n                        \"product_tag\": \"\",\n                        \"risk_level\": null,\n                        \"sensor_name\": \"Ashok-A10760\",\n                        \"sensor_url_id\": \"dbvoenObm1DMg142\",\n                        \"signal\": -75,\n                        \"url_id\": \"PpOmLW8XyXxoKBGb\",\n                        \"vendor_tag\": \"\"\n                    },\n                    {\n                        \"accesspoints\": [\n                            {\n                                \"ap_trust_level\": 1,\n                                \"ap_url_id\": null,\n                                \"bssid\": \"9C:C9:EB:DD:51:49\",\n                                \"essid\": \"NETGEAR00\",\n                                \"last_seen\": \"2021-10-13T13:57:50.047613\"\n                            },\n                            {\n                                \"ap_trust_level\": 50,\n                                \"ap_url_id\": null,\n                                \"bssid\": \"00:00:00:00:00:00\",\n                                \"essid\": \"UNCONNECTED CLIENTS\",\n                                \"last_seen\": \"2021-10-13T12:41:39.563207\"\n                            }\n                        ],\n                        \"channel\": 4,\n                        \"client_group\": \"Trusted\",\n                        \"device_tag\": \"\",\n                        \"first_seen\": \"2021-01-28T03:40:23.734144\",\n                        \"last_seen\": \"2021-10-13T13:55:28.346863\",\n                        \"latitude\": 37.2918812,\n                        \"location_tag\": \"\",\n                        \"longitude\": -122.03309680000001,\n                        \"macaddress\": \"18:B4:30:59:E5:F5\",\n                        \"manufacturer\": \"Nest Labs Inc.\",\n                        \"product_tag\": \"\",\n                        \"risk_level\": null,\n                        \"sensor_name\": \"Ashok-A10760\",\n                        \"sensor_url_id\": \"dbvoenObm1DMg142\",\n                        \"signal\": -68,\n                        \"url_id\": \"7XbYLodGyvJwKOJ2\",\n                        \"vendor_tag\": \"\"\n                    },\n                    {\n                        \"accesspoints\": [\n                            {\n                                \"ap_trust_level\": 1,\n                                \"ap_url_id\": null,\n                                \"bssid\": \"9C:C9:EB:DD:51:49\",\n                                \"essid\": \"NETGEAR00\",\n                                \"last_seen\": \"2021-10-13T13:57:53.466914\"\n                            },\n                            {\n                                \"ap_trust_level\": 50,\n                                \"ap_url_id\": null,\n                                \"bssid\": \"00:00:00:00:00:00\",\n                                \"essid\": \"UNCONNECTED CLIENTS\",\n                                \"last_seen\": \"2021-10-13T10:14:42.071426\"\n                            },\n                            {\n                                \"ap_trust_level\": 61,\n                                \"ap_url_id\": null,\n                                \"bssid\": \"C0:94:35:82:95:DE\",\n                                \"essid\": \"Aqua-E36\",\n                                \"last_seen\": \"2021-09-09T23:43:54.443271\"\n                            },\n                            {\n                                \"ap_trust_level\": 1,\n                                \"ap_url_id\": null,\n                                \"bssid\": \"9C:C9:EB:DD:51:4B\",\n                                \"essid\": \"NETGEAR00-5G\",\n                                \"last_seen\": \"2021-07-22T20:52:52.489777\"\n                            }\n                        ],\n                        \"channel\": 11,\n                        \"client_group\": \"Trusted\",\n                        \"device_tag\": \"\",\n                        \"first_seen\": \"2021-01-28T03:40:23.834527\",\n                        \"last_seen\": \"2021-10-13T13:57:53.466914\",\n                        \"latitude\": 37.2918812,\n                        \"location_tag\": \"\",\n                        \"longitude\": -122.03309680000001,\n                        \"macaddress\": \"18:B4:30:5F:BE:47\",\n                        \"manufacturer\": \"Nest Labs Inc.\",\n                        \"product_tag\": \"\",\n                        \"risk_level\": null,\n                        \"sensor_name\": \"Ashok-A10760\",\n                        \"sensor_url_id\": \"dbvoenObm1DMg142\",\n                        \"signal\": -76,\n                        \"url_id\": \"oPwynlk5XVjEDq6m\",\n                        \"vendor_tag\": \"\"\n                    },\n                    {\n                        \"accesspoints\": [\n                            {\n                                \"ap_trust_level\": 1,\n                                \"ap_url_id\": null,\n                                \"bssid\": \"9C:C9:EB:DD:51:49\",\n                                \"essid\": \"NETGEAR00\",\n                                \"last_seen\": \"2021-10-13T13:57:22.647634\"\n                            },\n                            {\n                                \"ap_trust_level\": 50,\n                                \"ap_url_id\": null,\n                                \"bssid\": \"00:00:00:00:00:00\",\n                                \"essid\": \"UNCONNECTED CLIENTS\",\n                                \"last_seen\": \"2021-10-13T06:28:36.367324\"\n                            },\n                            {\n                                \"ap_trust_level\": 61,\n                                \"ap_url_id\": null,\n                                \"bssid\": \"28:C6:8E:A6:56:9C\",\n                                \"essid\": \"NETGEAR80\",\n                                \"last_seen\": \"2021-03-25T19:06:58.033040\"\n                            }\n                        ],\n                        \"channel\": 11,\n                        \"client_group\": \"Trusted\",\n                        \"device_tag\": \"Phone\",\n                        \"first_seen\": \"2021-01-28T03:58:29.857384\",\n                        \"last_seen\": \"2021-10-13T13:47:14.319650\",\n                        \"latitude\": 37.2918812,\n                        \"location_tag\": \"\",\n                        \"longitude\": -122.03309680000001,\n                        \"macaddress\": \"20:2D:07:EB:26:13\",\n                        \"manufacturer\": \"Samsung Electronics Co.,Ltd\",\n                        \"product_tag\": \"Android\",\n                        \"risk_level\": null,\n                        \"sensor_name\": \"Ashok-A10760\",\n                        \"sensor_url_id\": \"dbvoenObm1DMg142\",\n                        \"signal\": -59,\n                        \"url_id\": \"vQMlKYBA025AD2qe\",\n                        \"vendor_tag\": \"Samsung\"\n                    },\n                    {\n                        \"accesspoints\": [\n                            {\n                                \"ap_trust_level\": 1,\n                                \"ap_url_id\": null,\n                                \"bssid\": \"9C:C9:EB:DD:51:49\",\n                                \"essid\": \"NETGEAR00\",\n                                \"last_seen\": \"2021-10-13T13:57:24.479005\"\n                            },\n                            {\n                                \"ap_trust_level\": 50,\n                                \"ap_url_id\": null,\n                                \"bssid\": \"00:00:00:00:00:00\",\n                                \"essid\": \"UNCONNECTED CLIENTS\",\n                                \"last_seen\": \"2021-10-11T23:31:34.394785\"\n                            }\n                        ],\n                        \"channel\": 11,\n                        \"client_group\": \"Trusted\",\n                        \"device_tag\": \"\",\n                        \"first_seen\": \"2021-06-24T02:27:25.518779\",\n                        \"last_seen\": \"2021-10-13T13:53:52.207000\",\n                        \"latitude\": 37.2918812,\n                        \"location_tag\": \"\",\n                        \"longitude\": -122.03309680000001,\n                        \"macaddress\": \"84:18:26:7D:82:76\",\n                        \"manufacturer\": \"Osram GmbH\",\n                        \"product_tag\": \"\",\n                        \"risk_level\": null,\n                        \"sensor_name\": \"Ashok-A10760\",\n                        \"sensor_url_id\": \"dbvoenObm1DMg142\",\n                        \"signal\": -71,\n                        \"url_id\": \"5N89KXBjEeq2nv1X\",\n                        \"vendor_tag\": \"\"\n                    }\n                ],\n                \"configuration\": {\n                    \"authentication\": \"PSK\",\n                    \"eap_types\": null,\n                    \"encryption\": \"WPA2+CCMP\",\n                    \"hs20\": {\n                        \"data\": {\n                            \"VenueGroup\": \"\",\n                            \"VenueType\": \"\",\n                            \"Version\": \"\"\n                        },\n                        \"enabled\": false\n                    },\n                    \"pmf_capable\": true,\n                    \"pmf_required\": false,\n                    \"supported_channels\": \"{}\",\n                    \"vht_capable\": false,\n                    \"wps\": {\n                        \"capable\": true,\n                        \"data\": {\n                            \"configured\": true,\n                            \"devname\": \"R6700AX(Wireless AP)\",\n                            \"manuf\": \"NTGR\",\n                            \"modelname\": \"R6700AX\",\n                            \"modelnum\": \"R6700AX\"\n                        }\n                    }\n                },\n                \"customer_name\": \"Demo\",\n                \"device_tag\": \"Wireless Router\",\n                \"essid\": \"NETGEAR00\",\n                \"first_seen\": \"2021-01-28T03:40:22.864326\",\n                \"hidden\": false,\n                \"last_seen\": \"2021-10-13T13:55:55.762889\",\n                \"latitude\": 37.2918812,\n                \"location_tag\": \"Living Room\",\n                \"longitude\": -122.03309680000001,\n                \"manufacturer\": \"NETGEAR\",\n                \"market\": \"Home/Office\",\n                \"product_tag\": \"Home\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"sensor_url_id\": \"dbvoenObm1DMg142\",\n                \"signal\": -37,\n                \"trust_level\": 1,\n                \"url_id\": \"8z2ND83ZXOGKY5ER\",\n                \"vendor_tag\": \"Netgear\"\n            },\n            {\n                \"ap_mode\": \"Bridge\",\n                \"bssid\": \"A8:70:5D:42:D2:2C\",\n                \"channel\": 11,\n                \"clients\": [],\n                \"configuration\": {\n                    \"authentication\": \"PSK\",\n                    \"eap_types\": null,\n                    \"encryption\": \"WPA2+CCMP\",\n                    \"hs20\": {\n                        \"data\": {\n                            \"VenueGroup\": \"\",\n                            \"VenueType\": \"\",\n                            \"Version\": \"\"\n                        },\n                        \"enabled\": false\n                    },\n                    \"pmf_capable\": false,\n                    \"pmf_required\": false,\n                    \"supported_channels\": \"{}\",\n                    \"vht_capable\": false,\n                    \"wps\": {\n                        \"capable\": true,\n                        \"data\": {\n                            \"configured\": true,\n                            \"devname\": \"WLAN-ROUTER\",\n                            \"manuf\": \"Intel Corporation\",\n                            \"modelname\": \" \",\n                            \"modelnum\": \" \"\n                        }\n                    }\n                },\n                \"customer_name\": \"Demo\",\n                \"device_tag\": \"\",\n                \"essid\": \"Chancher16\",\n                \"first_seen\": \"2021-07-23T19:47:13.887077\",\n                \"hidden\": false,\n                \"last_seen\": \"2021-10-13T13:55:55.819169\",\n                \"latitude\": 37.2918812,\n                \"location_tag\": \"\",\n                \"longitude\": -122.03309680000001,\n                \"manufacturer\": \"ARRIS Group, Inc.\",\n                \"market\": \"Home/Office\",\n                \"product_tag\": \"\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"sensor_url_id\": \"dbvoenObm1DMg142\",\n                \"signal\": -71,\n                \"trust_level\": 61,\n                \"url_id\": \"vQMlKY5bgGpK2qe0\",\n                \"vendor_tag\": \"\"\n            },\n            {\n                \"ap_mode\": \"Infrastructure\",\n                \"bssid\": \"A8:70:5D:43:D2:2C\",\n                \"channel\": 11,\n                \"clients\": [],\n                \"configuration\": {\n                    \"authentication\": \"PSK\",\n                    \"eap_types\": null,\n                    \"encryption\": \"WPA2+CCMP\",\n                    \"hs20\": {\n                        \"data\": {\n                            \"VenueGroup\": \"\",\n                            \"VenueType\": \"\",\n                            \"Version\": \"\"\n                        },\n                        \"enabled\": false\n                    },\n                    \"pmf_capable\": false,\n                    \"pmf_required\": false,\n                    \"supported_channels\": \"{}\",\n                    \"vht_capable\": false,\n                    \"wps\": {\n                        \"capable\": false,\n                        \"data\": {\n                            \"configured\": false\n                        }\n                    }\n                },\n                \"customer_name\": \"Demo\",\n                \"device_tag\": \"\",\n                \"essid\": \"\",\n                \"first_seen\": \"2021-07-23T19:47:13.321217\",\n                \"hidden\": true,\n                \"last_seen\": \"2021-10-13T13:55:55.819721\",\n                \"latitude\": 37.2918812,\n                \"location_tag\": \"\",\n                \"longitude\": -122.03309680000001,\n                \"manufacturer\": \"ARRIS Group, Inc.\",\n                \"market\": \"Home/Office\",\n                \"product_tag\": \"\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"sensor_url_id\": \"dbvoenObm1DMg142\",\n                \"signal\": -72,\n                \"trust_level\": 50,\n                \"url_id\": \"XvG2K629WbYKqAkw\",\n                \"vendor_tag\": \"\"\n            },\n            {\n                \"ap_mode\": \"Bridge\",\n                \"bssid\": \"A8:70:5D:45:D2:2C\",\n                \"channel\": 11,\n                \"clients\": [],\n                \"configuration\": {\n                    \"authentication\": \"PSK\",\n                    \"eap_types\": null,\n                    \"encryption\": \"WPA2+CCMP\",\n                    \"hs20\": {\n                        \"data\": {\n                            \"VenueGroup\": \"\",\n                            \"VenueType\": \"\",\n                            \"Version\": \"\"\n                        },\n                        \"enabled\": false\n                    },\n                    \"pmf_capable\": false,\n                    \"pmf_required\": false,\n                    \"supported_channels\": \"{}\",\n                    \"vht_capable\": false,\n                    \"wps\": {\n                        \"capable\": false,\n                        \"data\": {\n                            \"configured\": false\n                        }\n                    }\n                },\n                \"customer_name\": \"Demo\",\n                \"device_tag\": \"\",\n                \"essid\": \"\",\n                \"first_seen\": \"2021-07-23T19:47:12.446961\",\n                \"hidden\": true,\n                \"last_seen\": \"2021-10-13T13:55:55.827082\",\n                \"latitude\": 37.2918812,\n                \"location_tag\": \"\",\n                \"longitude\": -122.03309680000001,\n                \"manufacturer\": \"ARRIS Group, Inc.\",\n                \"market\": \"Home/Office\",\n                \"product_tag\": \"\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"sensor_url_id\": \"dbvoenObm1DMg142\",\n                \"signal\": -71,\n                \"trust_level\": 50,\n                \"url_id\": \"zA1RL7oRvgoLr0al\",\n                \"vendor_tag\": \"\"\n            },\n            {\n                \"ap_mode\": \"Infrastructure\",\n                \"bssid\": \"A8:70:5D:47:D2:2C\",\n                \"channel\": 11,\n                \"clients\": [],\n                \"configuration\": {\n                    \"authentication\": \"EAP\",\n                    \"eap_types\": [],\n                    \"encryption\": \"WPA2+CCMP\",\n                    \"hs20\": {\n                        \"data\": {\n                            \"VenueGroup\": \"\",\n                            \"VenueType\": \"\",\n                            \"Version\": \"\"\n                        },\n                        \"enabled\": false\n                    },\n                    \"pmf_capable\": false,\n                    \"pmf_required\": false,\n                    \"supported_channels\": \"{}\",\n                    \"vht_capable\": false,\n                    \"wps\": {\n                        \"capable\": false,\n                        \"data\": {\n                            \"configured\": false\n                        }\n                    }\n                },\n                \"customer_name\": \"Demo\",\n                \"device_tag\": \"\",\n                \"essid\": \"\",\n                \"first_seen\": \"2021-07-23T19:47:13.947782\",\n                \"hidden\": true,\n                \"last_seen\": \"2021-10-13T13:55:55.827614\",\n                \"latitude\": 37.2918812,\n                \"location_tag\": \"\",\n                \"longitude\": -122.03309680000001,\n                \"manufacturer\": \"ARRIS Group, Inc.\",\n                \"market\": \"Home/Office\",\n                \"product_tag\": \"\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"sensor_url_id\": \"dbvoenObm1DMg142\",\n                \"signal\": -72,\n                \"trust_level\": 50,\n                \"url_id\": \"O3ZzDmdPk2MK4JR1\",\n                \"vendor_tag\": \"\"\n            },\n            {\n                \"ap_mode\": \"Infrastructure\",\n                \"bssid\": \"D6:32:E5:DD:89:62\",\n                \"channel\": 4,\n                \"clients\": [],\n                \"configuration\": {\n                    \"authentication\": \"PSK\",\n                    \"eap_types\": null,\n                    \"encryption\": \"WPA2+CCMP\",\n                    \"hs20\": {\n                        \"data\": {\n                            \"VenueGroup\": \"\",\n                            \"VenueType\": \"\",\n                            \"Version\": \"\"\n                        },\n                        \"enabled\": false\n                    },\n                    \"pmf_capable\": false,\n                    \"pmf_required\": false,\n                    \"supported_channels\": \"{}\",\n                    \"vht_capable\": true,\n                    \"wps\": {\n                        \"capable\": false,\n                        \"data\": {\n                            \"configured\": false\n                        }\n                    }\n                },\n                \"customer_name\": \"Demo\",\n                \"device_tag\": \"\",\n                \"essid\": \"zEQQoFCO0Mw8Xvwy\",\n                \"first_seen\": \"2021-06-24T02:47:29.616808\",\n                \"hidden\": true,\n                \"last_seen\": \"2021-10-13T13:55:58.899086\",\n                \"latitude\": 37.2918812,\n                \"location_tag\": \"\",\n                \"longitude\": -122.03309680000001,\n                \"manufacturer\": \"Unknown\",\n                \"market\": \"Home/Office\",\n                \"product_tag\": \"\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"sensor_url_id\": \"dbvoenObm1DMg142\",\n                \"signal\": -83,\n                \"trust_level\": 61,\n                \"url_id\": \"9PBZDaGJeV4L7Rxw\",\n                \"vendor_tag\": \"\"\n            },\n            {\n                \"ap_mode\": \"Bridge\",\n                \"bssid\": \"D6:32:E5:DD:B4:FA\",\n                \"channel\": 4,\n                \"clients\": [],\n                \"configuration\": {\n                    \"authentication\": \"PSK\",\n                    \"eap_types\": null,\n                    \"encryption\": \"WPA2+CCMP\",\n                    \"hs20\": {\n                        \"data\": {\n                            \"VenueGroup\": \"\",\n                            \"VenueType\": \"\",\n                            \"Version\": \"\"\n                        },\n                        \"enabled\": false\n                    },\n                    \"pmf_capable\": false,\n                    \"pmf_required\": false,\n                    \"supported_channels\": \"{}\",\n                    \"vht_capable\": true,\n                    \"wps\": {\n                        \"capable\": false,\n                        \"data\": {\n                            \"configured\": false\n                        }\n                    }\n                },\n                \"customer_name\": \"Demo\",\n                \"device_tag\": \"\",\n                \"essid\": \"zEQQoFCO0Mw8Xvwy\",\n                \"first_seen\": \"2021-06-24T02:27:23.472186\",\n                \"hidden\": true,\n                \"last_seen\": \"2021-10-13T13:56:02.283147\",\n                \"latitude\": 37.2918812,\n                \"location_tag\": \"\",\n                \"longitude\": -122.03309680000001,\n                \"manufacturer\": \"Unknown\",\n                \"market\": \"Home/Office\",\n                \"product_tag\": \"\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"sensor_url_id\": \"dbvoenObm1DMg142\",\n                \"signal\": -77,\n                \"trust_level\": 61,\n                \"url_id\": \"E2NgDrqb5mPKaerV\",\n                \"vendor_tag\": \"\"\n            },\n            {\n                \"ap_mode\": \"Infrastructure\",\n                \"bssid\": \"CC:32:E5:DD:80:BB\",\n                \"channel\": 48,\n                \"clients\": [],\n                \"configuration\": {\n                    \"authentication\": \"PSK\",\n                    \"eap_types\": null,\n                    \"encryption\": \"WPA2+CCMP\",\n                    \"hs20\": {\n                        \"data\": {\n                            \"VenueGroup\": \"\",\n                            \"VenueType\": \"\",\n                            \"Version\": \"\"\n                        },\n                        \"enabled\": false\n                    },\n                    \"pmf_capable\": false,\n                    \"pmf_required\": false,\n                    \"supported_channels\": \"{}\",\n                    \"vht_capable\": true,\n                    \"wps\": {\n                        \"capable\": true,\n                        \"data\": {\n                            \"configured\": true,\n                            \"devname\": \"Whole-home Wi-Fi\",\n                            \"manuf\": \"TP-Link\",\n                            \"modelname\": \"Deco M5\",\n                            \"modelnum\": \"Deco M5\"\n                        }\n                    }\n                },\n                \"customer_name\": \"Demo\",\n                \"device_tag\": \"\",\n                \"essid\": \"JoS-06\",\n                \"first_seen\": \"2021-06-24T02:27:21.987860\",\n                \"hidden\": false,\n                \"last_seen\": \"2021-10-13T13:56:08.219069\",\n                \"latitude\": 37.2918812,\n                \"location_tag\": \"\",\n                \"longitude\": -122.03309680000001,\n                \"manufacturer\": \"TP-LINK TECHNOLOGIES CO.,LTD.\",\n                \"market\": \"Home/Office\",\n                \"product_tag\": \"\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"sensor_url_id\": \"dbvoenObm1DMg142\",\n                \"signal\": -77,\n                \"trust_level\": 61,\n                \"url_id\": \"PpOmLWjJx5VnBGb9\",\n                \"vendor_tag\": \"\"\n            },\n            {\n                \"ap_mode\": \"Infrastructure\",\n                \"bssid\": \"D2:32:E5:DD:B4:FB\",\n                \"channel\": 48,\n                \"clients\": [],\n                \"configuration\": {\n                    \"authentication\": \"PSK\",\n                    \"eap_types\": null,\n                    \"encryption\": \"WPA2+CCMP\",\n                    \"hs20\": {\n                        \"data\": {\n                            \"VenueGroup\": \"\",\n                            \"VenueType\": \"\",\n                            \"Version\": \"\"\n                        },\n                        \"enabled\": false\n                    },\n                    \"pmf_capable\": false,\n                    \"pmf_required\": false,\n                    \"supported_channels\": \"{}\",\n                    \"vht_capable\": true,\n                    \"wps\": {\n                        \"capable\": false,\n                        \"data\": {\n                            \"configured\": false\n                        }\n                    }\n                },\n                \"customer_name\": \"Demo\",\n                \"device_tag\": \"\",\n                \"essid\": \"Jake’s-of-Saratoga\",\n                \"first_seen\": \"2021-06-24T02:27:24.760975\",\n                \"hidden\": false,\n                \"last_seen\": \"2021-10-13T13:56:08.243529\",\n                \"latitude\": 37.2918812,\n                \"location_tag\": \"\",\n                \"longitude\": -122.03309680000001,\n                \"manufacturer\": \"Unknown\",\n                \"market\": \"Home/Office\",\n                \"product_tag\": \"\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"sensor_url_id\": \"dbvoenObm1DMg142\",\n                \"signal\": -84,\n                \"trust_level\": 61,\n                \"url_id\": \"pEVxKyZe5RWDrQRY\",\n                \"vendor_tag\": \"\"\n            },\n            {\n                \"ap_mode\": \"Bridge\",\n                \"bssid\": \"D2:32:E5:DD:80:BB\",\n                \"channel\": 48,\n                \"clients\": [],\n                \"configuration\": {\n                    \"authentication\": \"PSK\",\n                    \"eap_types\": null,\n                    \"encryption\": \"WPA2+CCMP\",\n                    \"hs20\": {\n                        \"data\": {\n                            \"VenueGroup\": \"\",\n                            \"VenueType\": \"\",\n                            \"Version\": \"\"\n                        },\n                        \"enabled\": false\n                    },\n                    \"pmf_capable\": false,\n                    \"pmf_required\": false,\n                    \"supported_channels\": \"{}\",\n                    \"vht_capable\": true,\n                    \"wps\": {\n                        \"capable\": false,\n                        \"data\": {\n                            \"configured\": false\n                        }\n                    }\n                },\n                \"customer_name\": \"Demo\",\n                \"device_tag\": \"\",\n                \"essid\": \"Jake’s-of-Saratoga\",\n                \"first_seen\": \"2021-06-24T02:27:23.278534\",\n                \"hidden\": false,\n                \"last_seen\": \"2021-10-13T13:56:08.251083\",\n                \"latitude\": 37.2918812,\n                \"location_tag\": \"\",\n                \"longitude\": -122.03309680000001,\n                \"manufacturer\": \"Unknown\",\n                \"market\": \"Home/Office\",\n                \"product_tag\": \"\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"sensor_url_id\": \"dbvoenObm1DMg142\",\n                \"signal\": -77,\n                \"trust_level\": 61,\n                \"url_id\": \"p6B7nzR0pe5ng4XA\",\n                \"vendor_tag\": \"\"\n            },\n            {\n                \"ap_mode\": \"Infrastructure\",\n                \"bssid\": \"A8:70:5D:82:D2:2C\",\n                \"channel\": 157,\n                \"clients\": [],\n                \"configuration\": {\n                    \"authentication\": \"PSK\",\n                    \"eap_types\": null,\n                    \"encryption\": \"WPA2+CCMP\",\n                    \"hs20\": {\n                        \"data\": {\n                            \"VenueGroup\": \"\",\n                            \"VenueType\": \"\",\n                            \"Version\": \"\"\n                        },\n                        \"enabled\": false\n                    },\n                    \"pmf_capable\": false,\n                    \"pmf_required\": false,\n                    \"supported_channels\": \"{}\",\n                    \"vht_capable\": true,\n                    \"wps\": {\n                        \"capable\": true,\n                        \"data\": {\n                            \"configured\": true,\n                            \"devname\": \"WLAN-ROUTER\",\n                            \"manuf\": \"Intel Corporation\",\n                            \"modelname\": \" \",\n                            \"modelnum\": \" \"\n                        }\n                    }\n                },\n                \"customer_name\": \"Demo\",\n                \"device_tag\": \"\",\n                \"essid\": \"Chancher16\",\n                \"first_seen\": \"2021-07-23T20:01:16.491621\",\n                \"hidden\": false,\n                \"last_seen\": \"2021-10-13T13:56:14.142901\",\n                \"latitude\": 37.2918812,\n                \"location_tag\": \"\",\n                \"longitude\": -122.03309680000001,\n                \"manufacturer\": \"ARRIS Group, Inc.\",\n                \"market\": \"Home/Office\",\n                \"product_tag\": \"\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"sensor_url_id\": \"dbvoenObm1DMg142\",\n                \"signal\": -87,\n                \"trust_level\": 61,\n                \"url_id\": \"eYN2K3dOajwDoQ0k\",\n                \"vendor_tag\": \"\"\n            },\n            {\n                \"ap_mode\": \"Infrastructure\",\n                \"bssid\": \"C0:94:35:85:95:DE\",\n                \"channel\": 157,\n                \"clients\": [],\n                \"configuration\": {\n                    \"authentication\": \"PSK\",\n                    \"eap_types\": null,\n                    \"encryption\": \"WPA2+CCMP\",\n                    \"hs20\": {\n                        \"data\": {\n                            \"VenueGroup\": \"\",\n                            \"VenueType\": \"\",\n                            \"Version\": \"\"\n                        },\n                        \"enabled\": false\n                    },\n                    \"pmf_capable\": false,\n                    \"pmf_required\": false,\n                    \"supported_channels\": \"{}\",\n                    \"vht_capable\": true,\n                    \"wps\": {\n                        \"capable\": false,\n                        \"data\": {\n                            \"configured\": false\n                        }\n                    }\n                },\n                \"customer_name\": \"Demo\",\n                \"device_tag\": \"\",\n                \"essid\": \"\",\n                \"first_seen\": \"2021-09-09T22:33:49.462404\",\n                \"hidden\": true,\n                \"last_seen\": \"2021-10-13T13:56:14.150760\",\n                \"latitude\": 37.2918812,\n                \"location_tag\": \"\",\n                \"longitude\": -122.03309680000001,\n                \"manufacturer\": \"ARRIS Group, Inc.\",\n                \"market\": \"Home/Office\",\n                \"product_tag\": \"\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"sensor_url_id\": \"dbvoenObm1DMg142\",\n                \"signal\": -27,\n                \"trust_level\": 50,\n                \"url_id\": \"qzGoDEojkepLOemX\",\n                \"vendor_tag\": \"\"\n            },\n            {\n                \"ap_mode\": \"Infrastructure\",\n                \"bssid\": \"A8:70:5D:84:D2:2C\",\n                \"channel\": 157,\n                \"clients\": [],\n                \"configuration\": {\n                    \"authentication\": \"Open\",\n                    \"eap_types\": null,\n                    \"encryption\": \"None\",\n                    \"hs20\": {\n                        \"data\": {\n                            \"VenueGroup\": \"\",\n                            \"VenueType\": \"\",\n                            \"Version\": \"\"\n                        },\n                        \"enabled\": false\n                    },\n                    \"pmf_capable\": false,\n                    \"pmf_required\": false,\n                    \"supported_channels\": \"{}\",\n                    \"vht_capable\": true,\n                    \"wps\": {\n                        \"capable\": false,\n                        \"data\": {\n                            \"configured\": false\n                        }\n                    }\n                },\n                \"customer_name\": \"Demo\",\n                \"device_tag\": \"\",\n                \"essid\": \"xfinitywifi\",\n                \"first_seen\": \"2021-07-23T20:05:16.732609\",\n                \"hidden\": false,\n                \"last_seen\": \"2021-10-13T13:56:14.150907\",\n                \"latitude\": 37.2918812,\n                \"location_tag\": \"\",\n                \"longitude\": -122.03309680000001,\n                \"manufacturer\": \"ARRIS Group, Inc.\",\n                \"market\": \"Home/Office\",\n                \"product_tag\": \"\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"sensor_url_id\": \"dbvoenObm1DMg142\",\n                \"signal\": -86,\n                \"trust_level\": 71,\n                \"url_id\": \"8z2ND83elPPKY5ER\",\n                \"vendor_tag\": \"\"\n            },\n            {\n                \"ap_mode\": \"Infrastructure\",\n                \"bssid\": \"C0:94:35:87:95:DE\",\n                \"channel\": 157,\n                \"clients\": [],\n                \"configuration\": {\n                    \"authentication\": \"EAP\",\n                    \"eap_types\": null,\n                    \"encryption\": \"WPA2+CCMP\",\n                    \"hs20\": {\n                        \"data\": {\n                            \"VenueGroup\": \"\",\n                            \"VenueType\": \"\",\n                            \"Version\": \"\"\n                        },\n                        \"enabled\": false\n                    },\n                    \"pmf_capable\": false,\n                    \"pmf_required\": false,\n                    \"supported_channels\": \"{}\",\n                    \"vht_capable\": true,\n                    \"wps\": {\n                        \"capable\": false,\n                        \"data\": {\n                            \"configured\": false\n                        }\n                    }\n                },\n                \"customer_name\": \"Demo\",\n                \"device_tag\": \"\",\n                \"essid\": \"\",\n                \"first_seen\": \"2021-09-09T22:33:49.160309\",\n                \"hidden\": true,\n                \"last_seen\": \"2021-10-13T13:56:14.151057\",\n                \"latitude\": 37.2918812,\n                \"location_tag\": \"\",\n                \"longitude\": -122.03309680000001,\n                \"manufacturer\": \"ARRIS Group, Inc.\",\n                \"market\": \"Home/Office\",\n                \"product_tag\": \"\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"sensor_url_id\": \"dbvoenObm1DMg142\",\n                \"signal\": -27,\n                \"trust_level\": 50,\n                \"url_id\": \"pEVxKyZ1MmdDrQRY\",\n                \"vendor_tag\": \"\"\n            },\n            {\n                \"ap_mode\": \"Infrastructure\",\n                \"bssid\": \"A8:70:5D:86:D2:2C\",\n                \"channel\": 157,\n                \"clients\": [],\n                \"configuration\": {\n                    \"authentication\": \"EAP\",\n                    \"eap_types\": [],\n                    \"encryption\": \"WPA2+CCMP\",\n                    \"hs20\": {\n                        \"data\": {\n                            \"VenueGroup\": \"\",\n                            \"VenueType\": \"\",\n                            \"Version\": \"\"\n                        },\n                        \"enabled\": false\n                    },\n                    \"pmf_capable\": false,\n                    \"pmf_required\": false,\n                    \"supported_channels\": \"{}\",\n                    \"vht_capable\": true,\n                    \"wps\": {\n                        \"capable\": false,\n                        \"data\": {\n                            \"configured\": false\n                        }\n                    }\n                },\n                \"customer_name\": \"Demo\",\n                \"device_tag\": \"\",\n                \"essid\": \"XFINITY\",\n                \"first_seen\": \"2021-07-23T20:05:24.543622\",\n                \"hidden\": false,\n                \"last_seen\": \"2021-10-13T13:56:14.151203\",\n                \"latitude\": 37.2918812,\n                \"location_tag\": \"\",\n                \"longitude\": -122.03309680000001,\n                \"manufacturer\": \"ARRIS Group, Inc.\",\n                \"market\": \"Home/Office\",\n                \"product_tag\": \"\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"sensor_url_id\": \"dbvoenObm1DMg142\",\n                \"signal\": -85,\n                \"trust_level\": 61,\n                \"url_id\": \"72YOnPXE3eln0Q6X\",\n                \"vendor_tag\": \"\"\n            },\n            {\n                \"ap_mode\": \"Infrastructure\",\n                \"bssid\": \"54:A6:5C:78:BE:77\",\n                \"channel\": 157,\n                \"clients\": [],\n                \"configuration\": {\n                    \"authentication\": \"EAP\",\n                    \"eap_types\": [],\n                    \"encryption\": \"WPA2+CCMP\",\n                    \"hs20\": {\n                        \"data\": {\n                            \"VenueGroup\": \"\",\n                            \"VenueType\": \"\",\n                            \"Version\": \"\"\n                        },\n                        \"enabled\": false\n                    },\n                    \"pmf_capable\": false,\n                    \"pmf_required\": false,\n                    \"supported_channels\": \"{}\",\n                    \"vht_capable\": true,\n                    \"wps\": {\n                        \"capable\": false,\n                        \"data\": {\n                            \"configured\": false\n                        }\n                    }\n                },\n                \"customer_name\": \"Demo\",\n                \"device_tag\": \"\",\n                \"essid\": \"XFINITY\",\n                \"first_seen\": \"2020-10-06T20:54:35.946145\",\n                \"hidden\": false,\n                \"last_seen\": \"2021-10-13T13:56:14.484532\",\n                \"latitude\": 37.91438077715055,\n                \"location_tag\": \"\",\n                \"longitude\": -122.29721004722137,\n                \"manufacturer\": \"Technicolor CH USA Inc.\",\n                \"market\": \"Home/Office\",\n                \"product_tag\": \"\",\n                \"sensor_name\": \"EC Demo\",\n                \"sensor_url_id\": \"42oQbKMPQ8LBXzjV\",\n                \"signal\": -85,\n                \"trust_level\": 61,\n                \"url_id\": \"lqXoKNoqxbRD7y26\",\n                \"vendor_tag\": \"\"\n            },\n            {\n                \"ap_mode\": \"Infrastructure\",\n                \"bssid\": \"54:A6:5C:78:BE:75\",\n                \"channel\": 157,\n                \"clients\": [],\n                \"configuration\": {\n                    \"authentication\": \"Open\",\n                    \"eap_types\": null,\n                    \"encryption\": \"None\",\n                    \"hs20\": {\n                        \"data\": {\n                            \"VenueGroup\": \"\",\n                            \"VenueType\": \"\",\n                            \"Version\": \"\"\n                        },\n                        \"enabled\": false\n                    },\n                    \"pmf_capable\": false,\n                    \"pmf_required\": false,\n                    \"supported_channels\": \"{}\",\n                    \"vht_capable\": true,\n                    \"wps\": {\n                        \"capable\": false,\n                        \"data\": {\n                            \"configured\": false\n                        }\n                    }\n                },\n                \"customer_name\": \"Demo\",\n                \"device_tag\": \"\",\n                \"essid\": \"xfinitywifi\",\n                \"first_seen\": \"2020-10-06T20:54:34.958381\",\n                \"hidden\": false,\n                \"last_seen\": \"2021-10-13T13:56:14.596578\",\n                \"latitude\": 37.91438077715055,\n                \"location_tag\": \"\",\n                \"longitude\": -122.29721004722137,\n                \"manufacturer\": \"Technicolor CH USA Inc.\",\n                \"market\": \"Home/Office\",\n                \"product_tag\": \"\",\n                \"sensor_name\": \"EC Demo\",\n                \"sensor_url_id\": \"42oQbKMPQ8LBXzjV\",\n                \"signal\": -87,\n                \"trust_level\": 71,\n                \"url_id\": \"GqX3KB2WRMXKpwNj\",\n                \"vendor_tag\": \"\"\n            },\n            {\n                \"ap_mode\": \"Bridge\",\n                \"bssid\": \"E8:9F:80:4D:4F:67\",\n                \"channel\": 157,\n                \"clients\": [],\n                \"configuration\": {\n                    \"authentication\": \"PSK\",\n                    \"eap_types\": null,\n                    \"encryption\": \"WPA2+CCMP\",\n                    \"hs20\": {\n                        \"data\": {\n                            \"VenueGroup\": \"\",\n                            \"VenueType\": \"\",\n                            \"Version\": \"\"\n                        },\n                        \"enabled\": false\n                    },\n                    \"pmf_capable\": false,\n                    \"pmf_required\": false,\n                    \"supported_channels\": \"{}\",\n                    \"vht_capable\": true,\n                    \"wps\": {\n                        \"capable\": false,\n                        \"data\": {\n                            \"configured\": false\n                        }\n                    }\n                },\n                \"customer_name\": \"Demo\",\n                \"device_tag\": \"\",\n                \"essid\": \"Linscotti\",\n                \"first_seen\": \"2021-05-16T04:30:13.962779\",\n                \"hidden\": false,\n                \"last_seen\": \"2021-10-13T13:56:14.677753\",\n                \"latitude\": 37.91438077715055,\n                \"location_tag\": \"\",\n                \"longitude\": -122.29721004722137,\n                \"manufacturer\": \"Belkin International Inc.\",\n                \"market\": \"Home/Office\",\n                \"product_tag\": \"\",\n                \"sensor_name\": \"EC Demo\",\n                \"sensor_url_id\": \"42oQbKMPQ8LBXzjV\",\n                \"signal\": -84,\n                \"trust_level\": 61,\n                \"url_id\": \"XwlNKZ6QPzNKYpzq\",\n                \"vendor_tag\": \"\"\n            },\n            {\n                \"ap_mode\": \"Infrastructure\",\n                \"bssid\": \"54:A6:5C:78:BE:6C\",\n                \"channel\": 1,\n                \"clients\": [],\n                \"configuration\": {\n                    \"authentication\": \"PSK\",\n                    \"eap_types\": null,\n                    \"encryption\": \"WPA2+CCMP\",\n                    \"hs20\": {\n                        \"data\": {\n                            \"VenueGroup\": \"\",\n                            \"VenueType\": \"\",\n                            \"Version\": \"\"\n                        },\n                        \"enabled\": false\n                    },\n                    \"pmf_capable\": false,\n                    \"pmf_required\": false,\n                    \"supported_channels\": \"{}\",\n                    \"vht_capable\": false,\n                    \"wps\": {\n                        \"capable\": false,\n                        \"data\": {\n                            \"configured\": false\n                        }\n                    }\n                },\n                \"customer_name\": \"Demo\",\n                \"device_tag\": \"\",\n                \"essid\": \"\",\n                \"first_seen\": \"2020-08-17T21:14:03.463406\",\n                \"hidden\": true,\n                \"last_seen\": \"2021-10-13T13:56:19.025160\",\n                \"latitude\": 37.91438077715055,\n                \"location_tag\": \"\",\n                \"longitude\": -122.29721004722137,\n                \"manufacturer\": \"Technicolor CH USA Inc.\",\n                \"market\": \"Home/Office\",\n                \"product_tag\": \"\",\n                \"sensor_name\": \"EC Demo\",\n                \"sensor_url_id\": \"42oQbKMPQ8LBXzjV\",\n                \"signal\": -79,\n                \"trust_level\": 50,\n                \"url_id\": \"oPwynlPjY8Bnq6mA\",\n                \"vendor_tag\": \"\"\n            },\n            {\n                \"ap_mode\": \"Infrastructure\",\n                \"bssid\": \"EE:9F:80:4D:4E:AC\",\n                \"channel\": 6,\n                \"clients\": [],\n                \"configuration\": {\n                    \"authentication\": \"PSK\",\n                    \"eap_types\": null,\n                    \"encryption\": \"WPA2+CCMP\",\n                    \"hs20\": {\n                        \"data\": {\n                            \"VenueGroup\": \"\",\n                            \"VenueType\": \"\",\n                            \"Version\": \"\"\n                        },\n                        \"enabled\": false\n                    },\n                    \"pmf_capable\": false,\n                    \"pmf_required\": false,\n                    \"supported_channels\": \"{}\",\n                    \"vht_capable\": true,\n                    \"wps\": {\n                        \"capable\": false,\n                        \"data\": {\n                            \"configured\": false\n                        }\n                    }\n                },\n                \"customer_name\": \"Demo\",\n                \"device_tag\": \"\",\n                \"essid\": \"\",\n                \"first_seen\": \"2021-05-09T03:43:09.578838\",\n                \"hidden\": true,\n                \"last_seen\": \"2021-10-13T13:56:19.240545\",\n                \"latitude\": 37.91438077715055,\n                \"location_tag\": \"\",\n                \"longitude\": -122.29721004722137,\n                \"manufacturer\": \"Unknown\",\n                \"market\": \"Home/Office\",\n                \"product_tag\": \"\",\n                \"sensor_name\": \"EC Demo\",\n                \"sensor_url_id\": \"42oQbKMPQ8LBXzjV\",\n                \"signal\": -90,\n                \"trust_level\": 50,\n                \"url_id\": \"dE4lL99Rr3eLvx03\",\n                \"vendor_tag\": \"\"\n            },\n            {\n                \"ap_mode\": \"Infrastructure\",\n                \"bssid\": \"A4:56:CC:0D:44:4E\",\n                \"channel\": 6,\n                \"clients\": [],\n                \"configuration\": {\n                    \"authentication\": \"PSK\",\n                    \"eap_types\": null,\n                    \"encryption\": \"WPA2+CCMP\",\n                    \"hs20\": {\n                        \"data\": {\n                            \"VenueGroup\": \"\",\n                            \"VenueType\": \"\",\n                            \"Version\": \"\"\n                        },\n                        \"enabled\": false\n                    },\n                    \"pmf_capable\": false,\n                    \"pmf_required\": false,\n                    \"supported_channels\": \"{}\",\n                    \"vht_capable\": false,\n                    \"wps\": {\n                        \"capable\": true,\n                        \"data\": {\n                            \"configured\": true\n                        }\n                    }\n                },\n                \"customer_name\": \"Demo\",\n                \"device_tag\": \"\",\n                \"essid\": \"Thisone3\",\n                \"first_seen\": \"2021-08-16T16:56:35.013719\",\n                \"hidden\": false,\n                \"last_seen\": \"2021-10-13T13:56:22.096877\",\n                \"latitude\": 37.91438077715055,\n                \"location_tag\": \"\",\n                \"longitude\": -122.29721004722137,\n                \"manufacturer\": \"Technicolor CH USA Inc.\",\n                \"market\": \"Home/Office\",\n                \"product_tag\": \"\",\n                \"sensor_name\": \"EC Demo\",\n                \"sensor_url_id\": \"42oQbKMPQ8LBXzjV\",\n                \"signal\": -88,\n                \"trust_level\": 61,\n                \"url_id\": \"yVpWLx37rVEn5BaN\",\n                \"vendor_tag\": \"\"\n            },\n            {\n                \"ap_mode\": \"Bridge\",\n                \"bssid\": \"CC:AB:2C:6C:34:74\",\n                \"channel\": 6,\n                \"clients\": [],\n                \"configuration\": {\n                    \"authentication\": \"PSK\",\n                    \"eap_types\": null,\n                    \"encryption\": \"WPA2+CCMP\",\n                    \"hs20\": {\n                        \"data\": {\n                            \"VenueGroup\": \"\",\n                            \"VenueType\": \"\",\n                            \"Version\": \"\"\n                        },\n                        \"enabled\": false\n                    },\n                    \"pmf_capable\": false,\n                    \"pmf_required\": false,\n                    \"supported_channels\": \"{}\",\n                    \"vht_capable\": false,\n                    \"wps\": {\n                        \"capable\": true,\n                        \"data\": {\n                            \"configured\": true,\n                            \"devname\": \"Arris Wireless\",\n                            \"manuf\": \"Arris, Inc.\",\n                            \"modelname\": \"BGW320-500\",\n                            \"modelnum\": \"BGW320-500\"\n                        }\n                    }\n                },\n                \"customer_name\": \"Demo\",\n                \"device_tag\": \"\",\n                \"essid\": \"ATT4nAX3yY\",\n                \"first_seen\": \"2021-03-24T19:31:05.705033\",\n                \"hidden\": false,\n                \"last_seen\": \"2021-10-13T13:56:23.048835\",\n                \"latitude\": 37.91438077715055,\n                \"location_tag\": \"\",\n                \"longitude\": -122.29721004722137,\n                \"manufacturer\": \"HUMAX Co., Ltd.\",\n                \"market\": \"Home/Office\",\n                \"product_tag\": \"\",\n                \"sensor_name\": \"EC Demo\",\n                \"sensor_url_id\": \"42oQbKMPQ8LBXzjV\",\n                \"signal\": -63,\n                \"trust_level\": 61,\n                \"url_id\": \"Y2p6nGed1XWKJQ3b\",\n                \"vendor_tag\": \"\"\n            },\n            {\n                \"ap_mode\": \"Infrastructure\",\n                \"bssid\": \"90:9D:7D:A0:C1:F1\",\n                \"channel\": 6,\n                \"clients\": [],\n                \"configuration\": {\n                    \"authentication\": \"PSK\",\n                    \"eap_types\": null,\n                    \"encryption\": \"WPA2+CCMP\",\n                    \"hs20\": {\n                        \"data\": {\n                            \"VenueGroup\": \"\",\n                            \"VenueType\": \"\",\n                            \"Version\": \"\"\n                        },\n                        \"enabled\": false\n                    },\n                    \"pmf_capable\": false,\n                    \"pmf_required\": false,\n                    \"supported_channels\": \"{}\",\n                    \"vht_capable\": false,\n                    \"wps\": {\n                        \"capable\": true,\n                        \"data\": {\n                            \"configured\": true,\n                            \"devname\": \"AtherosAP\",\n                            \"manuf\": \"Atheros Communications, Inc.\",\n                            \"modelname\": \"APxx\",\n                            \"modelnum\": \"APxx-xxx\"\n                        }\n                    }\n                },\n                \"customer_name\": \"Demo\",\n                \"device_tag\": \"\",\n                \"essid\": \"And_then\",\n                \"first_seen\": \"2020-08-17T21:16:00.033957\",\n                \"hidden\": false,\n                \"last_seen\": \"2021-10-13T13:56:23.068191\",\n                \"latitude\": 37.91438077715055,\n                \"location_tag\": \"\",\n                \"longitude\": -122.29721004722137,\n                \"manufacturer\": \"ARRIS Group, Inc.\",\n                \"market\": \"Home/Office\",\n                \"product_tag\": \"\",\n                \"sensor_name\": \"EC Demo\",\n                \"sensor_url_id\": \"42oQbKMPQ8LBXzjV\",\n                \"signal\": -87,\n                \"trust_level\": 61,\n                \"url_id\": \"E3e2DdpVyGdDaVpj\",\n                \"vendor_tag\": \"\"\n            },\n            {\n                \"ap_mode\": \"Infrastructure\",\n                \"bssid\": \"E2:DB:D1:20:E2:49\",\n                \"channel\": 6,\n                \"clients\": [],\n                \"configuration\": {\n                    \"authentication\": \"PSK\",\n                    \"eap_types\": null,\n                    \"encryption\": \"WPA2+CCMP\",\n                    \"hs20\": {\n                        \"data\": {\n                            \"VenueGroup\": \"\",\n                            \"VenueType\": \"\",\n                            \"Version\": \"\"\n                        },\n                        \"enabled\": false\n                    },\n                    \"pmf_capable\": false,\n                    \"pmf_required\": false,\n                    \"supported_channels\": \"{}\",\n                    \"vht_capable\": false,\n                    \"wps\": {\n                        \"capable\": false,\n                        \"data\": {\n                            \"configured\": false\n                        }\n                    }\n                },\n                \"customer_name\": \"Demo\",\n                \"device_tag\": \"\",\n                \"essid\": \"\",\n                \"first_seen\": \"2021-07-21T07:06:15.487348\",\n                \"hidden\": false,\n                \"last_seen\": \"2021-10-13T13:56:23.096605\",\n                \"latitude\": 37.91438077715055,\n                \"location_tag\": \"\",\n                \"longitude\": -122.29721004722137,\n                \"manufacturer\": \"Unknown\",\n                \"market\": \"Home/Office\",\n                \"product_tag\": \"\",\n                \"sensor_name\": \"EC Demo\",\n                \"sensor_url_id\": \"42oQbKMPQ8LBXzjV\",\n                \"signal\": -78,\n                \"trust_level\": 61,\n                \"url_id\": \"8z2ND83e0pyKY5ER\",\n                \"vendor_tag\": \"\"\n            },\n            {\n                \"ap_mode\": \"Infrastructure\",\n                \"bssid\": \"FC:AE:34:95:2F:50\",\n                \"channel\": 1,\n                \"clients\": [],\n                \"configuration\": {\n                    \"authentication\": \"PSK\",\n                    \"eap_types\": null,\n                    \"encryption\": \"WPA2+CCMP\",\n                    \"hs20\": {\n                        \"data\": {\n                            \"VenueGroup\": \"\",\n                            \"VenueType\": \"\",\n                            \"Version\": \"\"\n                        },\n                        \"enabled\": false\n                    },\n                    \"pmf_capable\": false,\n                    \"pmf_required\": false,\n                    \"supported_channels\": \"{}\",\n                    \"vht_capable\": false,\n                    \"wps\": {\n                        \"capable\": true,\n                        \"data\": {\n                            \"configured\": true,\n                            \"devname\": \"Arris Wireless\",\n                            \"manuf\": \"Arris, Inc.\",\n                            \"modelname\": \"BGW210-700\",\n                            \"modelnum\": \"BGW210-700\"\n                        }\n                    }\n                },\n                \"customer_name\": \"Demo\",\n                \"device_tag\": \"Wireless Router\",\n                \"essid\": \"ATTNd3trWa\",\n                \"first_seen\": \"2020-05-28T19:37:32.146864\",\n                \"hidden\": false,\n                \"last_seen\": \"2021-10-13T13:56:25.676139\",\n                \"latitude\": 37.91438077715055,\n                \"location_tag\": \"\",\n                \"longitude\": -122.29721004722137,\n                \"manufacturer\": \"ARRIS Group, Inc.\",\n                \"market\": \"Home/Office\",\n                \"product_tag\": \"\",\n                \"sensor_name\": \"EC Demo\",\n                \"sensor_url_id\": \"42oQbKMPQ8LBXzjV\",\n                \"signal\": -52,\n                \"trust_level\": 61,\n                \"url_id\": \"GmVED250R7dKkqQw\",\n                \"vendor_tag\": \"\"\n            },\n            {\n                \"ap_mode\": \"Infrastructure\",\n                \"bssid\": \"9E:DA:C4:70:CD:E6\",\n                \"channel\": 4,\n                \"clients\": [],\n                \"configuration\": {\n                    \"authentication\": \"PSK\",\n                    \"eap_types\": null,\n                    \"encryption\": \"WPA2+CCMP\",\n                    \"hs20\": {\n                        \"data\": {\n                            \"VenueGroup\": \"\",\n                            \"VenueType\": \"\",\n                            \"Version\": \"\"\n                        },\n                        \"enabled\": false\n                    },\n                    \"pmf_capable\": false,\n                    \"pmf_required\": false,\n                    \"supported_channels\": \"{}\",\n                    \"vht_capable\": false,\n                    \"wps\": {\n                        \"capable\": false,\n                        \"data\": {\n                            \"configured\": false\n                        }\n                    }\n                },\n                \"customer_name\": \"Demo\",\n                \"device_tag\": \"\",\n                \"essid\": \"zEQQumr+a9FbMY5Y\",\n                \"first_seen\": \"2020-05-28T19:37:31.656295\",\n                \"hidden\": true,\n                \"last_seen\": \"2021-10-13T13:56:31.396436\",\n                \"latitude\": 37.91438077715055,\n                \"location_tag\": \"\",\n                \"longitude\": -122.29721004722137,\n                \"manufacturer\": \"Unknown\",\n                \"market\": \"Home/Office\",\n                \"product_tag\": \"\",\n                \"sensor_name\": \"EC Demo\",\n                \"sensor_url_id\": \"42oQbKMPQ8LBXzjV\",\n                \"signal\": -48,\n                \"trust_level\": 61,\n                \"url_id\": \"60deD052A5pnpPjb\",\n                \"vendor_tag\": \"\"\n            },\n            {\n                \"ap_mode\": \"Bridge\",\n                \"bssid\": \"98:DA:C4:70:D2:06\",\n                \"channel\": 4,\n                \"clients\": [\n                    {\n                        \"accesspoints\": [\n                            {\n                                \"ap_trust_level\": 61,\n                                \"ap_url_id\": null,\n                                \"bssid\": \"98:DA:C4:70:D2:06\",\n                                \"essid\": \"LokiDoki\",\n                                \"last_seen\": \"2021-10-13T13:58:29.212229\"\n                            },\n                            {\n                                \"ap_trust_level\": 50,\n                                \"ap_url_id\": null,\n                                \"bssid\": \"00:00:00:00:00:00\",\n                                \"essid\": \"UNCONNECTED CLIENTS\",\n                                \"last_seen\": \"2021-10-12T12:55:38.232801\"\n                            },\n                            {\n                                \"ap_trust_level\": 61,\n                                \"ap_url_id\": null,\n                                \"bssid\": \"98:DA:C4:70:D2:07\",\n                                \"essid\": \"LokiDoki\",\n                                \"last_seen\": \"2021-09-21T21:01:37.152398\"\n                            },\n                            {\n                                \"ap_trust_level\": 61,\n                                \"ap_url_id\": null,\n                                \"bssid\": \"98:DA:C4:70:CD:E6\",\n                                \"essid\": \"LokiDoki\",\n                                \"last_seen\": \"2021-09-01T08:58:12.271578\"\n                            },\n                            {\n                                \"ap_trust_level\": 61,\n                                \"ap_url_id\": null,\n                                \"bssid\": \"98:DA:C4:70:D0:96\",\n                                \"essid\": \"LokiDoki\",\n                                \"last_seen\": \"2021-06-23T03:28:32.507195\"\n                            },\n                            {\n                                \"ap_trust_level\": 61,\n                                \"ap_url_id\": null,\n                                \"bssid\": \"98:DA:C4:70:CD:E7\",\n                                \"essid\": \"LokiDoki\",\n                                \"last_seen\": \"2021-06-09T17:09:53.959349\"\n                            },\n                            {\n                                \"ap_trust_level\": 61,\n                                \"ap_url_id\": null,\n                                \"bssid\": \"98:DA:C4:70:D0:97\",\n                                \"essid\": \"LokiDoki\",\n                                \"last_seen\": \"2021-04-15T07:34:41.097498\"\n                            }\n                        ],\n                        \"channel\": 4,\n                        \"client_group\": \"Unassigned\",\n                        \"device_tag\": \"\",\n                        \"first_seen\": \"2020-11-01T00:08:16.217459\",\n                        \"last_seen\": \"2021-10-13T13:56:30.196952\",\n                        \"latitude\": 37.91438077715055,\n                        \"location_tag\": \"\",\n                        \"longitude\": -122.29721004722137,\n                        \"macaddress\": \"D4:F0:57:99:5A:6E\",\n                        \"manufacturer\": \"Nintendo Co.,Ltd\",\n                        \"product_tag\": \"\",\n                        \"risk_level\": null,\n                        \"sensor_name\": \"EC Demo\",\n                        \"sensor_url_id\": \"42oQbKMPQ8LBXzjV\",\n                        \"signal\": -71,\n                        \"url_id\": \"VyXoLbgoBw9qK7QR\",\n                        \"vendor_tag\": \"\"\n                    },\n                    {\n                        \"accesspoints\": [\n                            {\n                                \"ap_trust_level\": 61,\n                                \"ap_url_id\": null,\n                                \"bssid\": \"98:DA:C4:70:D2:06\",\n                                \"essid\": \"LokiDoki\",\n                                \"last_seen\": \"2021-10-13T13:58:29.591560\"\n                            },\n                            {\n                                \"ap_trust_level\": 61,\n                                \"ap_url_id\": null,\n                                \"bssid\": \"98:DA:C4:70:CD:E6\",\n                                \"essid\": \"LokiDoki\",\n                                \"last_seen\": \"2021-10-13T00:03:53.064215\"\n                            },\n                            {\n                                \"ap_trust_level\": 61,\n                                \"ap_url_id\": null,\n                                \"bssid\": \"98:DA:C4:70:D0:96\",\n                                \"essid\": \"LokiDoki\",\n                                \"last_seen\": \"2021-10-02T08:59:19.452804\"\n                            },\n                            {\n                                \"ap_trust_level\": 50,\n                                \"ap_url_id\": null,\n                                \"bssid\": \"00:00:00:00:00:00\",\n                                \"essid\": \"UNCONNECTED CLIENTS\",\n                                \"last_seen\": \"2021-10-01T08:20:21.385618\"\n                            }\n                        ],\n                        \"channel\": 4,\n                        \"client_group\": \"Unassigned\",\n                        \"device_tag\": \"\",\n                        \"first_seen\": \"2020-05-28T19:37:34.762879\",\n                        \"last_seen\": \"2021-10-13T13:51:00.128345\",\n                        \"latitude\": 37.91438077715055,\n                        \"location_tag\": \"\",\n                        \"longitude\": -122.29721004722137,\n                        \"macaddress\": \"70:4F:57:96:D3:11\",\n                        \"manufacturer\": \"TP-LINK TECHNOLOGIES CO.,LTD.\",\n                        \"product_tag\": \"\",\n                        \"risk_level\": null,\n                        \"sensor_name\": \"EC Demo\",\n                        \"sensor_url_id\": \"42oQbKMPQ8LBXzjV\",\n                        \"signal\": -64,\n                        \"url_id\": \"BVWpnvwQWQ8eLeo1\",\n                        \"vendor_tag\": \"TP-Link\"\n                    }\n                ],\n                \"configuration\": {\n                    \"authentication\": \"PSK\",\n                    \"eap_types\": null,\n                    \"encryption\": \"WPA2+CCMP,WPA2+TKIP,WPA+CCMP,WPA+TKIP\",\n                    \"hs20\": {\n                        \"data\": {\n                            \"VenueGroup\": \"\",\n                            \"VenueType\": \"\",\n                            \"Version\": \"\"\n                        },\n                        \"enabled\": false\n                    },\n                    \"pmf_capable\": false,\n                    \"pmf_required\": false,\n                    \"supported_channels\": \"{}\",\n                    \"vht_capable\": false,\n                    \"wps\": {\n                        \"capable\": true,\n                        \"data\": {\n                            \"configured\": true,\n                            \"devname\": \"Whole-home Wi-Fi\",\n                            \"manuf\": \"TP-Link\",\n                            \"modelname\": \"Deco M4R\",\n                            \"modelnum\": \"Deco M4R\"\n                        }\n                    }\n                },\n                \"customer_name\": \"Demo\",\n                \"device_tag\": \"Wireless Router\",\n                \"essid\": \"LokiDoki\",\n                \"first_seen\": \"2020-05-28T19:37:31.716327\",\n                \"hidden\": false,\n                \"last_seen\": \"2021-10-13T13:56:31.413010\",\n                \"latitude\": 37.91438077715055,\n                \"location_tag\": \"\",\n                \"longitude\": -122.29721004722137,\n                \"manufacturer\": \"TP-LINK TECHNOLOGIES CO.,LTD.\",\n                \"market\": \"Home/Office\",\n                \"product_tag\": \"\",\n                \"sensor_name\": \"EC Demo\",\n                \"sensor_url_id\": \"42oQbKMPQ8LBXzjV\",\n                \"signal\": -50,\n                \"trust_level\": 61,\n                \"url_id\": \"GqX3KB2OM24KpwNj\",\n                \"vendor_tag\": \"TP-Link\"\n            },\n            {\n                \"ap_mode\": \"Infrastructure\",\n                \"bssid\": \"9E:DA:C4:70:D2:06\",\n                \"channel\": 4,\n                \"clients\": [],\n                \"configuration\": {\n                    \"authentication\": \"PSK\",\n                    \"eap_types\": null,\n                    \"encryption\": \"WPA2+CCMP\",\n                    \"hs20\": {\n                        \"data\": {\n                            \"VenueGroup\": \"\",\n                            \"VenueType\": \"\",\n                            \"Version\": \"\"\n                        },\n                        \"enabled\": false\n                    },\n                    \"pmf_capable\": false,\n                    \"pmf_required\": false,\n                    \"supported_channels\": \"{}\",\n                    \"vht_capable\": false,\n                    \"wps\": {\n                        \"capable\": false,\n                        \"data\": {\n                            \"configured\": false\n                        }\n                    }\n                },\n                \"customer_name\": \"Demo\",\n                \"device_tag\": \"\",\n                \"essid\": \"zEQQumr+a9FbMY5Y\",\n                \"first_seen\": \"2020-05-28T19:37:33.064996\",\n                \"hidden\": true,\n                \"last_seen\": \"2021-10-13T13:56:31.460543\",\n                \"latitude\": 37.91438077715055,\n                \"location_tag\": \"\",\n                \"longitude\": -122.29721004722137,\n                \"manufacturer\": \"Unknown\",\n                \"market\": \"Home/Office\",\n                \"product_tag\": \"\",\n                \"sensor_name\": \"EC Demo\",\n                \"sensor_url_id\": \"42oQbKMPQ8LBXzjV\",\n                \"signal\": -50,\n                \"trust_level\": 50,\n                \"url_id\": \"E2NgDrqYaw4KaerV\",\n                \"vendor_tag\": \"\"\n            },\n            {\n                \"ap_mode\": \"Infrastructure\",\n                \"bssid\": \"9E:DA:C4:70:D0:96\",\n                \"channel\": 4,\n                \"clients\": [],\n                \"configuration\": {\n                    \"authentication\": \"PSK\",\n                    \"eap_types\": null,\n                    \"encryption\": \"WPA2+CCMP\",\n                    \"hs20\": {\n                        \"data\": {\n                            \"VenueGroup\": \"\",\n                            \"VenueType\": \"\",\n                            \"Version\": \"\"\n                        },\n                        \"enabled\": false\n                    },\n                    \"pmf_capable\": false,\n                    \"pmf_required\": false,\n                    \"supported_channels\": \"{}\",\n                    \"vht_capable\": false,\n                    \"wps\": {\n                        \"capable\": false,\n                        \"data\": {\n                            \"configured\": false\n                        }\n                    }\n                },\n                \"customer_name\": \"Demo\",\n                \"device_tag\": \"\",\n                \"essid\": \"zEQQumr+a9FbMY5Y\",\n                \"first_seen\": \"2020-05-28T19:37:33.359148\",\n                \"hidden\": true,\n                \"last_seen\": \"2021-10-13T13:56:32.244529\",\n                \"latitude\": 37.91438077715055,\n                \"location_tag\": \"\",\n                \"longitude\": -122.29721004722137,\n                \"manufacturer\": \"Unknown\",\n                \"market\": \"Home/Office\",\n                \"product_tag\": \"\",\n                \"sensor_name\": \"EC Demo\",\n                \"sensor_url_id\": \"42oQbKMPQ8LBXzjV\",\n                \"signal\": -45,\n                \"trust_level\": 61,\n                \"url_id\": \"3Gl4nJ7e1bZLvBay\",\n                \"vendor_tag\": \"\"\n            },\n            {\n                \"ap_mode\": \"Infrastructure\",\n                \"bssid\": \"E8:9F:80:4D:4E:A8\",\n                \"channel\": 36,\n                \"clients\": [],\n                \"configuration\": {\n                    \"authentication\": \"PSK\",\n                    \"eap_types\": null,\n                    \"encryption\": \"WPA2+CCMP\",\n                    \"hs20\": {\n                        \"data\": {\n                            \"VenueGroup\": \"\",\n                            \"VenueType\": \"\",\n                            \"Version\": \"\"\n                        },\n                        \"enabled\": false\n                    },\n                    \"pmf_capable\": false,\n                    \"pmf_required\": false,\n                    \"supported_channels\": \"{}\",\n                    \"vht_capable\": true,\n                    \"wps\": {\n                        \"capable\": true,\n                        \"data\": {\n                            \"configured\": true\n                        }\n                    }\n                },\n                \"customer_name\": \"Demo\",\n                \"device_tag\": \"\",\n                \"essid\": \"Linscotti\",\n                \"first_seen\": \"2021-05-19T18:34:17.102248\",\n                \"hidden\": false,\n                \"last_seen\": \"2021-10-13T13:56:33.812355\",\n                \"latitude\": 37.91438077715055,\n                \"location_tag\": \"\",\n                \"longitude\": -122.29721004722137,\n                \"manufacturer\": \"Belkin International Inc.\",\n                \"market\": \"Home/Office\",\n                \"product_tag\": \"\",\n                \"sensor_name\": \"EC Demo\",\n                \"sensor_url_id\": \"42oQbKMPQ8LBXzjV\",\n                \"signal\": -86,\n                \"trust_level\": 50,\n                \"url_id\": \"vQMlKY5QN9xK2qe0\",\n                \"vendor_tag\": \"\"\n            },\n            {\n                \"ap_mode\": \"Bridge\",\n                \"bssid\": \"98:DA:C4:70:D0:97\",\n                \"channel\": 44,\n                \"clients\": [\n                    {\n                        \"accesspoints\": [\n                            {\n                                \"ap_trust_level\": 61,\n                                \"ap_url_id\": null,\n                                \"bssid\": \"98:DA:C4:70:D0:97\",\n                                \"essid\": \"LokiDoki\",\n                                \"last_seen\": \"2021-10-13T13:56:35.088750\"\n                            },\n                            {\n                                \"ap_trust_level\": 50,\n                                \"ap_url_id\": null,\n                                \"bssid\": \"00:00:00:00:00:00\",\n                                \"essid\": \"UNCONNECTED CLIENTS\",\n                                \"last_seen\": \"2021-10-13T11:58:03.761844\"\n                            },\n                            {\n                                \"ap_trust_level\": 61,\n                                \"ap_url_id\": null,\n                                \"bssid\": \"98:DA:C4:70:CD:E7\",\n                                \"essid\": \"LokiDoki\",\n                                \"last_seen\": \"2021-09-25T08:10:23.736908\"\n                            },\n                            {\n                                \"ap_trust_level\": 61,\n                                \"ap_url_id\": null,\n                                \"bssid\": \"98:DA:C4:70:D2:07\",\n                                \"essid\": \"LokiDoki\",\n                                \"last_seen\": \"2021-09-23T19:29:05.283517\"\n                            }\n                        ],\n                        \"channel\": 44,\n                        \"client_group\": \"Unassigned\",\n                        \"device_tag\": \"\",\n                        \"first_seen\": \"2021-06-08T04:52:56.499504\",\n                        \"last_seen\": \"2021-10-13T13:53:06.036495\",\n                        \"latitude\": 37.91438077715055,\n                        \"location_tag\": \"\",\n                        \"longitude\": -122.29721004722137,\n                        \"macaddress\": \"88:66:5A:2F:A5:EF\",\n                        \"manufacturer\": \"Apple, Inc.\",\n                        \"product_tag\": \"\",\n                        \"risk_level\": null,\n                        \"sensor_name\": \"EC Demo\",\n                        \"sensor_url_id\": \"42oQbKMPQ8LBXzjV\",\n                        \"signal\": -76,\n                        \"url_id\": \"vQMlKYp50VzRL2qe\",\n                        \"vendor_tag\": \"\"\n                    },\n                    {\n                        \"accesspoints\": [\n                            {\n                                \"ap_trust_level\": 61,\n                                \"ap_url_id\": null,\n                                \"bssid\": \"98:DA:C4:70:D0:97\",\n                                \"essid\": \"LokiDoki\",\n                                \"last_seen\": \"2021-10-13T13:58:39.832495\"\n                            },\n                            {\n                                \"ap_trust_level\": 61,\n                                \"ap_url_id\": null,\n                                \"bssid\": \"98:DA:C4:70:D0:96\",\n                                \"essid\": \"LokiDoki\",\n                                \"last_seen\": \"2021-10-12T18:32:31.029292\"\n                            },\n                            {\n                                \"ap_trust_level\": 61,\n                                \"ap_url_id\": null,\n                                \"bssid\": \"98:DA:C4:70:D2:07\",\n                                \"essid\": \"LokiDoki\",\n                                \"last_seen\": \"2021-09-25T03:33:52.689520\"\n                            },\n                            {\n                                \"ap_trust_level\": 50,\n                                \"ap_url_id\": null,\n                                \"bssid\": \"00:00:00:00:00:00\",\n                                \"essid\": \"UNCONNECTED CLIENTS\",\n                                \"last_seen\": \"2021-08-29T00:09:58.026586\"\n                            },\n                            {\n                                \"ap_trust_level\": 61,\n                                \"ap_url_id\": null,\n                                \"bssid\": \"54:A6:5C:78:BE:73\",\n                                \"essid\": \"MAG-5\",\n                                \"last_seen\": \"2021-08-20T21:16:56.246829\"\n                            },\n                            {\n                                \"ap_trust_level\": 61,\n                                \"ap_url_id\": null,\n                                \"bssid\": \"98:DA:C4:70:CD:E6\",\n                                \"essid\": \"LokiDoki\",\n                                \"last_seen\": \"2021-07-02T09:36:29.495124\"\n                            },\n                            {\n                                \"ap_trust_level\": 50,\n                                \"ap_url_id\": null,\n                                \"bssid\": \"9C:7C:A6:63:BF:73\",\n                                \"essid\": \"\",\n                                \"last_seen\": \"2020-12-26T12:57:54.961429\"\n                            }\n                        ],\n                        \"channel\": 44,\n                        \"client_group\": \"Unassigned\",\n                        \"device_tag\": \"\",\n                        \"first_seen\": \"2020-05-29T00:20:45.931614\",\n                        \"last_seen\": \"2021-10-13T13:58:39.832495\",\n                        \"latitude\": 37.91438077715055,\n                        \"location_tag\": \"\",\n                        \"longitude\": -122.29721004722137,\n                        \"macaddress\": \"20:DF:B9:36:97:F2\",\n                        \"manufacturer\": \"Google, Inc.\",\n                        \"product_tag\": \"\",\n                        \"risk_level\": null,\n                        \"sensor_name\": \"EC Demo\",\n                        \"sensor_url_id\": \"42oQbKMPQ8LBXzjV\",\n                        \"signal\": -85,\n                        \"url_id\": \"3Gl4nJpxBAB9KvBa\",\n                        \"vendor_tag\": \"Google\"\n                    }\n                ],\n                \"configuration\": {\n                    \"authentication\": \"PSK\",\n                    \"eap_types\": null,\n                    \"encryption\": \"WPA2+CCMP,WPA2+TKIP,WPA+CCMP,WPA+TKIP\",\n                    \"hs20\": {\n                        \"data\": {\n                            \"VenueGroup\": \"\",\n                            \"VenueType\": \"\",\n                            \"Version\": \"\"\n                        },\n                        \"enabled\": false\n                    },\n                    \"pmf_capable\": false,\n                    \"pmf_required\": false,\n                    \"supported_channels\": \"{}\",\n                    \"vht_capable\": true,\n                    \"wps\": {\n                        \"capable\": true,\n                        \"data\": {\n                            \"configured\": true,\n                            \"devname\": \"Whole-home Wi-Fi\",\n                            \"manuf\": \"TP-Link\",\n                            \"modelname\": \"Deco M4R\",\n                            \"modelnum\": \"Deco M4R\"\n                        }\n                    }\n                },\n                \"customer_name\": \"Demo\",\n                \"device_tag\": \"Wireless Router\",\n                \"essid\": \"LokiDoki\",\n                \"first_seen\": \"2020-05-28T19:37:33.829165\",\n                \"hidden\": false,\n                \"last_seen\": \"2021-10-13T13:56:38.320358\",\n                \"latitude\": 37.91438077715055,\n                \"location_tag\": \"\",\n                \"longitude\": -122.29721004722137,\n                \"manufacturer\": \"TP-LINK TECHNOLOGIES CO.,LTD.\",\n                \"market\": \"Home/Office\",\n                \"product_tag\": \"\",\n                \"sensor_name\": \"EC Demo\",\n                \"sensor_url_id\": \"42oQbKMPQ8LBXzjV\",\n                \"signal\": -55,\n                \"trust_level\": 61,\n                \"url_id\": \"gVbOn4OQ5ReD0EeN\",\n                \"vendor_tag\": \"TP-Link\"\n            },\n            {\n                \"ap_mode\": \"Infrastructure\",\n                \"bssid\": \"9E:DA:C4:70:D0:97\",\n                \"channel\": 44,\n                \"clients\": [],\n                \"configuration\": {\n                    \"authentication\": \"PSK\",\n                    \"eap_types\": null,\n                    \"encryption\": \"WPA2+CCMP\",\n                    \"hs20\": {\n                        \"data\": {\n                            \"VenueGroup\": \"\",\n                            \"VenueType\": \"\",\n                            \"Version\": \"\"\n                        },\n                        \"enabled\": false\n                    },\n                    \"pmf_capable\": false,\n                    \"pmf_required\": false,\n                    \"supported_channels\": \"{}\",\n                    \"vht_capable\": true,\n                    \"wps\": {\n                        \"capable\": false,\n                        \"data\": {\n                            \"configured\": false\n                        }\n                    }\n                },\n                \"customer_name\": \"Demo\",\n                \"device_tag\": \"\",\n                \"essid\": \"zEQQumr+a9FbMY5Y\",\n                \"first_seen\": \"2020-05-28T19:37:33.416307\",\n                \"hidden\": true,\n                \"last_seen\": \"2021-10-13T13:56:38.368682\",\n                \"latitude\": 37.91438077715055,\n                \"location_tag\": \"\",\n                \"longitude\": -122.29721004722137,\n                \"manufacturer\": \"Unknown\",\n                \"market\": \"Home/Office\",\n                \"product_tag\": \"\",\n                \"sensor_name\": \"EC Demo\",\n                \"sensor_url_id\": \"42oQbKMPQ8LBXzjV\",\n                \"signal\": -55,\n                \"trust_level\": 61,\n                \"url_id\": \"E3e2DdpjM5ODaVpj\",\n                \"vendor_tag\": \"\"\n            },\n            {\n                \"ap_mode\": \"Bridge\",\n                \"bssid\": \"9E:DA:C4:70:CD:E7\",\n                \"channel\": 44,\n                \"clients\": [\n                    {\n                        \"accesspoints\": [\n                            {\n                                \"ap_trust_level\": 61,\n                                \"ap_url_id\": null,\n                                \"bssid\": \"9E:DA:C4:70:CD:E7\",\n                                \"essid\": \"zEQQumr+a9FbMY5Y\",\n                                \"last_seen\": \"2021-10-13T13:58:39.832102\"\n                            },\n                            {\n                                \"ap_trust_level\": 61,\n                                \"ap_url_id\": null,\n                                \"bssid\": \"A6:08:01:FB:1F:63\",\n                                \"essid\": \"DIRECT-RC-FireTV_6665\",\n                                \"last_seen\": \"2021-08-09T18:38:55.815301\"\n                            },\n                            {\n                                \"ap_trust_level\": 61,\n                                \"ap_url_id\": null,\n                                \"bssid\": \"CC:AB:2C:6C:34:78\",\n                                \"essid\": \"ATT4nAX3yY\",\n                                \"last_seen\": \"2021-06-28T04:26:02.819011\"\n                            },\n                            {\n                                \"ap_trust_level\": 61,\n                                \"ap_url_id\": null,\n                                \"bssid\": \"9E:DA:C4:70:D2:07\",\n                                \"essid\": \"zEQQumr+a9FbMY5Y\",\n                                \"last_seen\": \"2021-06-26T05:32:32.616550\"\n                            },\n                            {\n                                \"ap_trust_level\": 61,\n                                \"ap_url_id\": null,\n                                \"bssid\": \"98:DA:C4:70:CD:E7\",\n                                \"essid\": \"LokiDoki\",\n                                \"last_seen\": \"2021-05-28T21:37:39.879000\"\n                            },\n                            {\n                                \"ap_trust_level\": 61,\n                                \"ap_url_id\": null,\n                                \"bssid\": \"98:DA:C4:70:D2:07\",\n                                \"essid\": \"LokiDoki\",\n                                \"last_seen\": \"2021-04-07T05:43:48.885639\"\n                            },\n                            {\n                                \"ap_trust_level\": 50,\n                                \"ap_url_id\": null,\n                                \"bssid\": \"00:00:00:00:00:00\",\n                                \"essid\": \"UNCONNECTED CLIENTS\",\n                                \"last_seen\": \"2021-04-01T22:48:31.227182\"\n                            }\n                        ],\n                        \"channel\": 48,\n                        \"client_group\": \"Unassigned\",\n                        \"device_tag\": \"\",\n                        \"first_seen\": \"2020-05-28T19:37:34.014995\",\n                        \"last_seen\": \"2021-10-13T13:56:38.640444\",\n                        \"latitude\": 37.91438077715055,\n                        \"location_tag\": \"\",\n                        \"longitude\": -122.29721004722137,\n                        \"macaddress\": \"A2:DA:C4:70:D0:97\",\n                        \"manufacturer\": \"Privacy Address\",\n                        \"product_tag\": \"\",\n                        \"risk_level\": null,\n                        \"sensor_name\": \"EC Demo\",\n                        \"sensor_url_id\": \"42oQbKMPQ8LBXzjV\",\n                        \"signal\": -67,\n                        \"url_id\": \"aQVvDeY7j79rDW8w\",\n                        \"vendor_tag\": \"\"\n                    },\n                    {\n                        \"accesspoints\": [\n                            {\n                                \"ap_trust_level\": 61,\n                                \"ap_url_id\": null,\n                                \"bssid\": \"9E:DA:C4:70:CD:E7\",\n                                \"essid\": \"zEQQumr+a9FbMY5Y\",\n                                \"last_seen\": \"2021-10-13T13:58:40.416229\"\n                            },\n                            {\n                                \"ap_trust_level\": 61,\n                                \"ap_url_id\": null,\n                                \"bssid\": \"9E:DA:C4:70:D0:97\",\n                                \"essid\": \"zEQQumr+a9FbMY5Y\",\n                                \"last_seen\": \"2021-06-26T05:30:31.770869\"\n                            },\n                            {\n                                \"ap_trust_level\": 61,\n                                \"ap_url_id\": null,\n                                \"bssid\": \"98:DA:C4:70:D0:97\",\n                                \"essid\": \"LokiDoki\",\n                                \"last_seen\": \"2021-06-26T04:58:23.166980\"\n                            },\n                            {\n                                \"ap_trust_level\": 61,\n                                \"ap_url_id\": null,\n                                \"bssid\": \"98:DA:C4:70:CD:E7\",\n                                \"essid\": \"LokiDoki\",\n                                \"last_seen\": \"2021-06-25T23:44:51.638695\"\n                            },\n                            {\n                                \"ap_trust_level\": 61,\n                                \"ap_url_id\": null,\n                                \"bssid\": \"CC:AB:2C:6C:34:78\",\n                                \"essid\": \"ATT4nAX3yY\",\n                                \"last_seen\": \"2021-06-25T04:54:41.079824\"\n                            },\n                            {\n                                \"ap_trust_level\": 50,\n                                \"ap_url_id\": null,\n                                \"bssid\": \"7C:9A:54:12:B5:66\",\n                                \"essid\": \"XFINITY\",\n                                \"last_seen\": \"2021-06-05T05:33:39.613735\"\n                            },\n                            {\n                                \"ap_trust_level\": 61,\n                                \"ap_url_id\": null,\n                                \"bssid\": \"A6:08:01:FB:1F:63\",\n                                \"essid\": \"DIRECT-RC-FireTV_6665\",\n                                \"last_seen\": \"2021-04-07T02:18:37.378918\"\n                            }\n                        ],\n                        \"channel\": 48,\n                        \"client_group\": \"Unassigned\",\n                        \"device_tag\": \"\",\n                        \"first_seen\": \"2020-05-28T19:37:35.386805\",\n                        \"last_seen\": \"2021-10-13T13:56:39.016272\",\n                        \"latitude\": 37.91438077715055,\n                        \"location_tag\": \"\",\n                        \"longitude\": -122.29721004722137,\n                        \"macaddress\": \"A2:DA:C4:70:D2:07\",\n                        \"manufacturer\": \"Privacy Address\",\n                        \"product_tag\": \"\",\n                        \"risk_level\": null,\n                        \"sensor_name\": \"EC Demo\",\n                        \"sensor_url_id\": \"42oQbKMPQ8LBXzjV\",\n                        \"signal\": -65,\n                        \"url_id\": \"gxMmLjxJkJVpDJvY\",\n                        \"vendor_tag\": \"\"\n                    }\n                ],\n                \"configuration\": {\n                    \"authentication\": \"PSK\",\n                    \"eap_types\": null,\n                    \"encryption\": \"WPA2+CCMP\",\n                    \"hs20\": {\n                        \"data\": {\n                            \"VenueGroup\": \"\",\n                            \"VenueType\": \"\",\n                            \"Version\": \"\"\n                        },\n                        \"enabled\": false\n                    },\n                    \"pmf_capable\": false,\n                    \"pmf_required\": false,\n                    \"supported_channels\": \"{}\",\n                    \"vht_capable\": true,\n                    \"wps\": {\n                        \"capable\": false,\n                        \"data\": {\n                            \"configured\": false\n                        }\n                    }\n                },\n                \"customer_name\": \"Demo\",\n                \"device_tag\": \"\",\n                \"essid\": \"zEQQumr+a9FbMY5Y\",\n                \"first_seen\": \"2020-05-28T19:37:31.991417\",\n                \"hidden\": true,\n                \"last_seen\": \"2021-10-13T13:56:39.016134\",\n                \"latitude\": 37.91438077715055,\n                \"location_tag\": \"\",\n                \"longitude\": -122.29721004722137,\n                \"manufacturer\": \"Unknown\",\n                \"market\": \"Home/Office\",\n                \"product_tag\": \"\",\n                \"sensor_name\": \"EC Demo\",\n                \"sensor_url_id\": \"42oQbKMPQ8LBXzjV\",\n                \"signal\": -57,\n                \"trust_level\": 61,\n                \"url_id\": \"WPYxLVxR044De5aj\",\n                \"vendor_tag\": \"\"\n            },\n            {\n                \"ap_mode\": \"Infrastructure\",\n                \"bssid\": \"BC:A5:11:55:B2:B0\",\n                \"channel\": 1,\n                \"clients\": [],\n                \"configuration\": {\n                    \"authentication\": \"PSK\",\n                    \"eap_types\": null,\n                    \"encryption\": \"WPA2+CCMP\",\n                    \"hs20\": {\n                        \"data\": {\n                            \"VenueGroup\": \"\",\n                            \"VenueType\": \"\",\n                            \"Version\": \"\"\n                        },\n                        \"enabled\": false\n                    },\n                    \"pmf_capable\": false,\n                    \"pmf_required\": false,\n                    \"supported_channels\": \"{}\",\n                    \"vht_capable\": false,\n                    \"wps\": {\n                        \"capable\": true,\n                        \"data\": {\n                            \"configured\": true,\n                            \"devname\": \"C3700v2\",\n                            \"manuf\": \"Netgear\",\n                            \"modelname\": \"Netgear\",\n                            \"modelnum\": \"123456\"\n                        }\n                    }\n                },\n                \"customer_name\": \"Demo\",\n                \"device_tag\": \"\",\n                \"essid\": \"atl\",\n                \"first_seen\": \"2020-08-17T21:14:03.216181\",\n                \"hidden\": false,\n                \"last_seen\": \"2021-10-13T13:56:47.964484\",\n                \"latitude\": 37.91438077715055,\n                \"location_tag\": \"\",\n                \"longitude\": -122.29721004722137,\n                \"manufacturer\": \"NETGEAR\",\n                \"market\": \"Home/Office\",\n                \"product_tag\": \"\",\n                \"sensor_name\": \"EC Demo\",\n                \"sensor_url_id\": \"42oQbKMPQ8LBXzjV\",\n                \"signal\": -84,\n                \"trust_level\": 61,\n                \"url_id\": \"gxMmLjMw182nJvY5\",\n                \"vendor_tag\": \"\"\n            },\n            {\n                \"ap_mode\": \"Infrastructure\",\n                \"bssid\": \"92:18:88:BE:F0:04\",\n                \"channel\": 11,\n                \"clients\": [],\n                \"configuration\": {\n                    \"authentication\": \"EAP\",\n                    \"eap_types\": [\n                        \"21: EAP-TTLS\",\n                        \"26: MS-EAP-Authentication\",\n                        \"25: PEAP\",\n                        \"13: EAP-TLS\",\n                        \"17: EAP-Cisco Wireless\",\n                        \"6: Generic Token Card (GTC)\",\n                        \"4: MD5-Challenge\"\n                    ],\n                    \"encryption\": \"WPA2+CCMP\",\n                    \"hs20\": {\n                        \"data\": {\n                            \"VenueGroup\": \"\",\n                            \"VenueType\": \"\",\n                            \"Version\": \"\"\n                        },\n                        \"enabled\": false\n                    },\n                    \"pmf_capable\": true,\n                    \"pmf_required\": false,\n                    \"supported_channels\": \"{}\",\n                    \"vht_capable\": false,\n                    \"wps\": {\n                        \"capable\": false,\n                        \"data\": {\n                            \"configured\": false\n                        }\n                    }\n                },\n                \"customer_name\": \"Demo\",\n                \"device_tag\": \"\",\n                \"essid\": \"BeastMode\",\n                \"first_seen\": \"2021-03-29T20:26:51.088706\",\n                \"hidden\": true,\n                \"last_seen\": \"2021-10-13T13:56:59.654128\",\n                \"latitude\": 37.8477344,\n                \"location_tag\": \"\",\n                \"longitude\": -122.2901104,\n                \"manufacturer\": \"Unknown\",\n                \"market\": \"Home/Office\",\n                \"product_tag\": \"\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"sensor_url_id\": \"PVyXoLbp5RD7QRWE\",\n                \"signal\": -38,\n                \"trust_level\": 61,\n                \"url_id\": \"PpOmLWjMjy5nBGb9\",\n                \"vendor_tag\": \"\"\n            },\n            {\n                \"ap_mode\": \"Infrastructure\",\n                \"bssid\": \"96:18:88:BE:F0:04\",\n                \"channel\": 11,\n                \"clients\": [],\n                \"configuration\": {\n                    \"authentication\": \"Open\",\n                    \"eap_types\": null,\n                    \"encryption\": \"None\",\n                    \"hs20\": {\n                        \"data\": {\n                            \"VenueGroup\": \"\",\n                            \"VenueType\": \"\",\n                            \"Version\": \"\"\n                        },\n                        \"enabled\": false\n                    },\n                    \"pmf_capable\": false,\n                    \"pmf_required\": false,\n                    \"supported_channels\": \"{}\",\n                    \"vht_capable\": false,\n                    \"wps\": {\n                        \"capable\": false,\n                        \"data\": {\n                            \"configured\": false\n                        }\n                    }\n                },\n                \"customer_name\": \"Demo\",\n                \"device_tag\": \"\",\n                \"essid\": \"Free5Bird\",\n                \"first_seen\": \"2021-03-29T20:26:51.006210\",\n                \"hidden\": true,\n                \"last_seen\": \"2021-10-13T13:56:59.654768\",\n                \"latitude\": 37.8477344,\n                \"location_tag\": \"\",\n                \"longitude\": -122.2901104,\n                \"manufacturer\": \"Unknown\",\n                \"market\": \"Home/Office\",\n                \"product_tag\": \"\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"sensor_url_id\": \"PVyXoLbp5RD7QRWE\",\n                \"signal\": -38,\n                \"trust_level\": 71,\n                \"url_id\": \"v0zVKQNMNPlDbB5E\",\n                \"vendor_tag\": \"\"\n            },\n            {\n                \"ap_mode\": \"Infrastructure\",\n                \"bssid\": \"86:18:88:BE:F0:04\",\n                \"channel\": 11,\n                \"clients\": [],\n                \"configuration\": {\n                    \"authentication\": \"EAP\",\n                    \"eap_types\": null,\n                    \"encryption\": \"WPA2+CCMP\",\n                    \"hs20\": {\n                        \"data\": {\n                            \"VenueGroup\": \"\",\n                            \"VenueType\": \"\",\n                            \"Version\": \"\"\n                        },\n                        \"enabled\": false\n                    },\n                    \"pmf_capable\": false,\n                    \"pmf_required\": false,\n                    \"supported_channels\": \"{}\",\n                    \"vht_capable\": true,\n                    \"wps\": {\n                        \"capable\": false,\n                        \"data\": {\n                            \"configured\": false\n                        }\n                    }\n                },\n                \"customer_name\": \"Demo\",\n                \"device_tag\": \"\",\n                \"essid\": \"EAPtest\",\n                \"first_seen\": \"2021-09-13T20:11:53.453331\",\n                \"hidden\": false,\n                \"last_seen\": \"2021-10-13T13:56:59.661697\",\n                \"latitude\": 37.8477344,\n                \"location_tag\": \"\",\n                \"longitude\": -122.2901104,\n                \"manufacturer\": \"Unknown\",\n                \"market\": \"Home/Office\",\n                \"product_tag\": \"\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"sensor_url_id\": \"PVyXoLbp5RD7QRWE\",\n                \"signal\": -37,\n                \"trust_level\": 61,\n                \"url_id\": \"Y2p6nGe7Z1zKJQ3b\",\n                \"vendor_tag\": \"\"\n            },\n            {\n                \"ap_mode\": \"Infrastructure\",\n                \"bssid\": \"58:96:30:41:09:4B\",\n                \"channel\": 1,\n                \"clients\": [],\n                \"configuration\": {\n                    \"authentication\": \"Open\",\n                    \"eap_types\": null,\n                    \"encryption\": \"None\",\n                    \"hs20\": {\n                        \"data\": {\n                            \"VenueGroup\": \"\",\n                            \"VenueType\": \"\",\n                            \"Version\": \"\"\n                        },\n                        \"enabled\": false\n                    },\n                    \"pmf_capable\": false,\n                    \"pmf_required\": false,\n                    \"supported_channels\": \"{}\",\n                    \"vht_capable\": false,\n                    \"wps\": {\n                        \"capable\": false,\n                        \"data\": {\n                            \"configured\": false\n                        }\n                    }\n                },\n                \"customer_name\": \"Demo\",\n                \"device_tag\": \"\",\n                \"essid\": \"BROADCOM_GUEST_0_3\",\n                \"first_seen\": \"2020-10-22T23:26:03.367535\",\n                \"hidden\": false,\n                \"last_seen\": \"2021-10-13T13:56:59.973079\",\n                \"latitude\": 37.8477344,\n                \"location_tag\": \"\",\n                \"longitude\": -122.2901104,\n                \"manufacturer\": \"Technicolor CH USA Inc.\",\n                \"market\": \"Home/Office\",\n                \"product_tag\": \"\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"sensor_url_id\": \"PVyXoLbp5RD7QRWE\",\n                \"signal\": -64,\n                \"trust_level\": 71,\n                \"url_id\": \"PpOmLWjmQ6onBGb9\",\n                \"vendor_tag\": \"\"\n            },\n            {\n                \"ap_mode\": \"Infrastructure\",\n                \"bssid\": \"B2:D8:1B:81:6A:A1\",\n                \"channel\": 7,\n                \"clients\": [],\n                \"configuration\": {\n                    \"authentication\": \"PSK\",\n                    \"eap_types\": null,\n                    \"encryption\": \"WPA2+CCMP\",\n                    \"hs20\": {\n                        \"data\": {\n                            \"VenueGroup\": \"\",\n                            \"VenueType\": \"\",\n                            \"Version\": \"\"\n                        },\n                        \"enabled\": false\n                    },\n                    \"pmf_capable\": true,\n                    \"pmf_required\": false,\n                    \"supported_channels\": \"{}\",\n                    \"vht_capable\": false,\n                    \"wps\": {\n                        \"capable\": false,\n                        \"data\": {\n                            \"configured\": false\n                        }\n                    }\n                },\n                \"customer_name\": \"Demo\",\n                \"device_tag\": \"\",\n                \"essid\": \"\",\n                \"first_seen\": \"2021-02-26T23:56:36.400218\",\n                \"hidden\": false,\n                \"last_seen\": \"2021-10-13T13:57:02.333196\",\n                \"latitude\": 37.8477344,\n                \"location_tag\": \"\",\n                \"longitude\": -122.2901104,\n                \"manufacturer\": \"Unknown\",\n                \"market\": \"Home/Office\",\n                \"product_tag\": \"\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"sensor_url_id\": \"PVyXoLbp5RD7QRWE\",\n                \"signal\": -83,\n                \"trust_level\": 61,\n                \"url_id\": \"Y2p6nGedaZ8KJQ3b\",\n                \"vendor_tag\": \"\"\n            },\n            {\n                \"ap_mode\": \"Infrastructure\",\n                \"bssid\": \"88:1F:A1:30:67:E6\",\n                \"channel\": 11,\n                \"clients\": [\n                    {\n                        \"accesspoints\": [\n                            {\n                                \"ap_trust_level\": 30,\n                                \"ap_url_id\": null,\n                                \"bssid\": \"88:1F:A1:30:67:E6\",\n                                \"essid\": \"J-Sei\",\n                                \"last_seen\": \"2021-10-13T13:50:25.642527\"\n                            },\n                            {\n                                \"ap_trust_level\": 35,\n                                \"ap_url_id\": null,\n                                \"bssid\": \"EC:1A:59:01:B3:AC\",\n                                \"essid\": \"J-Sei\",\n                                \"last_seen\": \"2021-10-11T16:29:54.409110\"\n                            },\n                            {\n                                \"ap_trust_level\": 30,\n                                \"ap_url_id\": null,\n                                \"bssid\": \"2C:FD:A1:A1:5B:98\",\n                                \"essid\": \"J-Sei\",\n                                \"last_seen\": \"2021-10-08T09:01:27.388090\"\n                            },\n                            {\n                                \"ap_trust_level\": 50,\n                                \"ap_url_id\": null,\n                                \"bssid\": \"00:00:00:00:00:00\",\n                                \"essid\": \"UNCONNECTED CLIENTS\",\n                                \"last_seen\": \"2021-10-08T01:00:00.921181\"\n                            },\n                            {\n                                \"ap_trust_level\": 30,\n                                \"ap_url_id\": null,\n                                \"bssid\": \"B8:55:10:D1:F0:5C\",\n                                \"essid\": \"J-Sei\",\n                                \"last_seen\": \"2021-09-25T02:24:46.816413\"\n                            },\n                            {\n                                \"ap_trust_level\": 30,\n                                \"ap_url_id\": null,\n                                \"bssid\": \"EC:1A:59:01:B3:AE\",\n                                \"essid\": \"J-Sei\",\n                                \"last_seen\": \"2021-09-15T21:18:00.270407\"\n                            }\n                        ],\n                        \"channel\": 11,\n                        \"client_group\": \"Unassigned\",\n                        \"device_tag\": \"\",\n                        \"first_seen\": \"2021-02-27T11:02:54.591278\",\n                        \"last_seen\": \"2021-10-13T13:50:25.642527\",\n                        \"latitude\": 37.8477344,\n                        \"location_tag\": \"\",\n                        \"longitude\": -122.2901104,\n                        \"macaddress\": \"58:D5:0A:C3:4F:4A\",\n                        \"manufacturer\": \"Murata Manufacturing Co., Ltd.\",\n                        \"product_tag\": \"\",\n                        \"risk_level\": null,\n                        \"sensor_name\": \"demo-emeryville\",\n                        \"sensor_url_id\": \"PVyXoLbp5RD7QRWE\",\n                        \"signal\": -83,\n                        \"url_id\": \"Mqa0n1m92eapn2px\",\n                        \"vendor_tag\": \"\"\n                    },\n                    {\n                        \"accesspoints\": [\n                            {\n                                \"ap_trust_level\": 30,\n                                \"ap_url_id\": null,\n                                \"bssid\": \"88:1F:A1:30:67:E6\",\n                                \"essid\": \"J-Sei\",\n                                \"last_seen\": \"2021-10-13T13:57:59.924878\"\n                            },\n                            {\n                                \"ap_trust_level\": 30,\n                                \"ap_url_id\": null,\n                                \"bssid\": \"2C:FD:A1:A1:5B:98\",\n                                \"essid\": \"J-Sei\",\n                                \"last_seen\": \"2021-10-13T13:44:23.668605\"\n                            },\n                            {\n                                \"ap_trust_level\": 50,\n                                \"ap_url_id\": null,\n                                \"bssid\": \"00:00:00:00:00:00\",\n                                \"essid\": \"UNCONNECTED CLIENTS\",\n                                \"last_seen\": \"2021-10-08T20:54:03.404817\"\n                            },\n                            {\n                                \"ap_trust_level\": 35,\n                                \"ap_url_id\": null,\n                                \"bssid\": \"EC:1A:59:01:B3:AC\",\n                                \"essid\": \"J-Sei\",\n                                \"last_seen\": \"2021-10-08T17:26:34.365158\"\n                            },\n                            {\n                                \"ap_trust_level\": 30,\n                                \"ap_url_id\": null,\n                                \"bssid\": \"B8:55:10:D1:F0:5C\",\n                                \"essid\": \"J-Sei\",\n                                \"last_seen\": \"2021-10-07T14:32:25.137241\"\n                            }\n                        ],\n                        \"channel\": 11,\n                        \"client_group\": \"Unassigned\",\n                        \"device_tag\": \"\",\n                        \"first_seen\": \"2021-05-19T13:06:02.079912\",\n                        \"last_seen\": \"2021-10-13T13:52:54.004799\",\n                        \"latitude\": 37.8477344,\n                        \"location_tag\": \"\",\n                        \"longitude\": -122.2901104,\n                        \"macaddress\": \"FE:F1:2D:F1:99:DB\",\n                        \"manufacturer\": \"Privacy Address\",\n                        \"product_tag\": \"\",\n                        \"risk_level\": null,\n                        \"sensor_name\": \"demo-emeryville\",\n                        \"sensor_url_id\": \"PVyXoLbp5RD7QRWE\",\n                        \"signal\": -77,\n                        \"url_id\": \"gxMmLjxkMB4aDJvY\",\n                        \"vendor_tag\": \"\"\n                    }\n                ],\n                \"configuration\": {\n                    \"authentication\": \"PSK\",\n                    \"eap_types\": [],\n                    \"encryption\": \"WPA2+CCMP\",\n                    \"hs20\": {\n                        \"data\": {\n                            \"VenueGroup\": \"\",\n                            \"VenueType\": \"\",\n                            \"Version\": \"\"\n                        },\n                        \"enabled\": false\n                    },\n                    \"pmf_capable\": false,\n                    \"pmf_required\": false,\n                    \"supported_channels\": null,\n                    \"vht_capable\": null,\n                    \"wps\": {\n                        \"capable\": false,\n                        \"data\": {\n                            \"configured\": false\n                        }\n                    }\n                },\n                \"customer_name\": \"Demo\",\n                \"device_tag\": \"Wireless Bridge\",\n                \"essid\": \"J-Sei\",\n                \"first_seen\": \"2017-11-14T21:58:17.076741\",\n                \"hidden\": false,\n                \"last_seen\": \"2021-10-13T13:57:05.429224\",\n                \"latitude\": 37.8477344,\n                \"location_tag\": \"Office\",\n                \"longitude\": -122.2901104,\n                \"manufacturer\": \"Apple, Inc.\",\n                \"market\": \"Home/Office\",\n                \"product_tag\": \"\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"sensor_url_id\": \"PVyXoLbp5RD7QRWE\",\n                \"signal\": -65,\n                \"trust_level\": 30,\n                \"url_id\": \"kvQMlKYNereD2qe0\",\n                \"vendor_tag\": \"Apple\"\n            },\n            {\n                \"ap_mode\": \"Infrastructure\",\n                \"bssid\": \"6E:D7:9A:40:DF:EC\",\n                \"channel\": 52,\n                \"clients\": [],\n                \"configuration\": {\n                    \"authentication\": \"PSK\",\n                    \"eap_types\": null,\n                    \"encryption\": \"WPA2+CCMP\",\n                    \"hs20\": {\n                        \"data\": {\n                            \"VenueGroup\": \"\",\n                            \"VenueType\": \"\",\n                            \"Version\": \"\"\n                        },\n                        \"enabled\": false\n                    },\n                    \"pmf_capable\": false,\n                    \"pmf_required\": false,\n                    \"supported_channels\": \"{}\",\n                    \"vht_capable\": true,\n                    \"wps\": {\n                        \"capable\": false,\n                        \"data\": {\n                            \"configured\": false\n                        }\n                    }\n                },\n                \"customer_name\": \"Demo\",\n                \"device_tag\": \"\",\n                \"essid\": \"Get Your Hands Off My Wifi\",\n                \"first_seen\": \"2021-09-24T03:16:12.085146\",\n                \"hidden\": false,\n                \"last_seen\": \"2021-10-13T13:57:05.857156\",\n                \"latitude\": 47.709397499999994,\n                \"location_tag\": \"\",\n                \"longitude\": -122.31505140000002,\n                \"manufacturer\": \"Unknown\",\n                \"market\": \"Home/Office\",\n                \"product_tag\": \"\",\n                \"sensor_name\": \"Demo-V2-Seattle\",\n                \"sensor_url_id\": \"jpEVxKyXvbLrQRY2\",\n                \"signal\": -37,\n                \"trust_level\": 61,\n                \"url_id\": \"yNMbnqM4W1PnGkJd\",\n                \"vendor_tag\": \"\"\n            },\n            {\n                \"ap_mode\": \"Infrastructure\",\n                \"bssid\": \"B8:55:10:D1:F0:58\",\n                \"channel\": 40,\n                \"clients\": [],\n                \"configuration\": {\n                    \"authentication\": \"PSK\",\n                    \"eap_types\": [],\n                    \"encryption\": \"WPA2+CCMP,WPA+CCMP\",\n                    \"hs20\": {\n                        \"data\": {\n                            \"VenueGroup\": \"\",\n                            \"VenueType\": \"\",\n                            \"Version\": \"\"\n                        },\n                        \"enabled\": false\n                    },\n                    \"pmf_capable\": false,\n                    \"pmf_required\": false,\n                    \"supported_channels\": null,\n                    \"vht_capable\": null,\n                    \"wps\": {\n                        \"capable\": false,\n                        \"data\": {\n                            \"configured\": false\n                        }\n                    }\n                },\n                \"customer_name\": \"Demo\",\n                \"device_tag\": \"\",\n                \"essid\": \"J-Sei\",\n                \"first_seen\": \"2017-05-12T03:22:29.273442\",\n                \"hidden\": false,\n                \"last_seen\": \"2021-10-13T13:57:06.565012\",\n                \"latitude\": 37.8477344,\n                \"location_tag\": \"\",\n                \"longitude\": -122.2901104,\n                \"manufacturer\": \"Zioncom Electronics (Shenzhen) Ltd.\",\n                \"market\": \"\",\n                \"product_tag\": \"\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"sensor_url_id\": \"PVyXoLbp5RD7QRWE\",\n                \"signal\": -83,\n                \"trust_level\": 30,\n                \"url_id\": \"Bj6GNL5N5PyKm35k\",\n                \"vendor_tag\": \"\"\n            },\n            {\n                \"ap_mode\": \"Infrastructure\",\n                \"bssid\": \"9A:18:98:BE:F0:04\",\n                \"channel\": 44,\n                \"clients\": [\n                    {\n                        \"accesspoints\": [\n                            {\n                                \"ap_trust_level\": 1,\n                                \"ap_url_id\": null,\n                                \"bssid\": \"9A:18:98:BE:F0:04\",\n                                \"essid\": \"Choose Another Castle\",\n                                \"last_seen\": \"2021-10-13T13:59:10.362134\"\n                            },\n                            {\n                                \"ap_trust_level\": 50,\n                                \"ap_url_id\": null,\n                                \"bssid\": \"00:00:00:00:00:00\",\n                                \"essid\": \"UNCONNECTED CLIENTS\",\n                                \"last_seen\": \"2021-04-29T17:33:03.990759\"\n                            },\n                            {\n                                \"ap_trust_level\": 10,\n                                \"ap_url_id\": null,\n                                \"bssid\": \"E2:CB:AC:50:9A:18\",\n                                \"essid\": \"Choose Another Castle\",\n                                \"last_seen\": \"2021-04-13T18:32:20.748265\"\n                            },\n                            {\n                                \"ap_trust_level\": 10,\n                                \"ap_url_id\": null,\n                                \"bssid\": \"E2:CB:AC:B4:8C:3A\",\n                                \"essid\": \"Choose Another Castle\",\n                                \"last_seen\": \"2019-08-28T17:42:34.584919\"\n                            }\n                        ],\n                        \"channel\": 44,\n                        \"client_group\": \"Semi-Trusted\",\n                        \"device_tag\": \"\",\n                        \"first_seen\": \"2017-01-10T22:19:41.479563\",\n                        \"last_seen\": \"2021-10-13T13:55:09.888992\",\n                        \"latitude\": 37.8477344,\n                        \"location_tag\": \"\",\n                        \"longitude\": -122.2901104,\n                        \"macaddress\": \"08:66:98:CB:69:9F\",\n                        \"manufacturer\": \"Apple, Inc.\",\n                        \"product_tag\": \"\",\n                        \"risk_level\": 65535,\n                        \"sensor_name\": \"demo-emeryville\",\n                        \"sensor_url_id\": \"PVyXoLbp5RD7QRWE\",\n                        \"signal\": -74,\n                        \"url_id\": \"WPYxLVabpN4ne5aj\",\n                        \"vendor_tag\": \"Apple\"\n                    }\n                ],\n                \"configuration\": {\n                    \"authentication\": \"PSK\",\n                    \"eap_types\": null,\n                    \"encryption\": \"WPA2+CCMP\",\n                    \"hs20\": {\n                        \"data\": {\n                            \"VenueGroup\": \"\",\n                            \"VenueType\": \"\",\n                            \"Version\": \"\"\n                        },\n                        \"enabled\": false\n                    },\n                    \"pmf_capable\": true,\n                    \"pmf_required\": false,\n                    \"supported_channels\": \"{}\",\n                    \"vht_capable\": false,\n                    \"wps\": {\n                        \"capable\": false,\n                        \"data\": {\n                            \"configured\": false\n                        }\n                    }\n                },\n                \"customer_name\": \"Demo\",\n                \"device_tag\": \"\",\n                \"essid\": \"Choose Another Castle\",\n                \"first_seen\": \"2021-03-29T20:26:49.078876\",\n                \"hidden\": false,\n                \"last_seen\": \"2021-10-13T13:57:11.944767\",\n                \"latitude\": 37.8477344,\n                \"location_tag\": \"\",\n                \"longitude\": -122.2901104,\n                \"manufacturer\": \"Cisco Meraki\",\n                \"market\": \"Home/Office\",\n                \"product_tag\": \"Meraki\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"sensor_url_id\": \"PVyXoLbp5RD7QRWE\",\n                \"signal\": -52,\n                \"trust_level\": 1,\n                \"url_id\": \"aQVvDeWmWkrLW8w0\",\n                \"vendor_tag\": \"Cisco\"\n            },\n            {\n                \"ap_mode\": \"Infrastructure\",\n                \"bssid\": \"96:18:98:BE:F0:04\",\n                \"channel\": 44,\n                \"clients\": [\n                    {\n                        \"accesspoints\": [\n                            {\n                                \"ap_trust_level\": 20,\n                                \"ap_url_id\": null,\n                                \"bssid\": \"96:18:98:BE:F0:04\",\n                                \"essid\": \"Free5Bird\",\n                                \"last_seen\": \"2021-10-13T13:58:39.064825\"\n                            },\n                            {\n                                \"ap_trust_level\": 50,\n                                \"ap_url_id\": null,\n                                \"bssid\": \"00:00:00:00:00:00\",\n                                \"essid\": \"UNCONNECTED CLIENTS\",\n                                \"last_seen\": \"2021-10-13T13:32:16.265113\"\n                            },\n                            {\n                                \"ap_trust_level\": 71,\n                                \"ap_url_id\": null,\n                                \"bssid\": \"96:18:88:BE:F0:04\",\n                                \"essid\": \"Free5Bird\",\n                                \"last_seen\": \"2021-10-13T09:14:22.728965\"\n                            }\n                        ],\n                        \"channel\": 44,\n                        \"client_group\": \"Visitor\",\n                        \"device_tag\": \"\",\n                        \"first_seen\": \"2021-09-08T19:36:02.423165\",\n                        \"last_seen\": \"2021-10-13T13:52:07.428685\",\n                        \"latitude\": 37.8477344,\n                        \"location_tag\": \"\",\n                        \"longitude\": -122.2901104,\n                        \"macaddress\": \"00:0E:8E:86:1A:7B\",\n                        \"manufacturer\": \"SparkLAN Communications, Inc.\",\n                        \"product_tag\": \"\",\n                        \"risk_level\": 284,\n                        \"sensor_name\": \"demo-emeryville\",\n                        \"sensor_url_id\": \"PVyXoLbp5RD7QRWE\",\n                        \"signal\": -40,\n                        \"url_id\": \"O3ZzDm8Y1Y6zK4JR\",\n                        \"vendor_tag\": \"\"\n                    },\n                    {\n                        \"accesspoints\": [\n                            {\n                                \"ap_trust_level\": 20,\n                                \"ap_url_id\": null,\n                                \"bssid\": \"96:18:98:BE:F0:04\",\n                                \"essid\": \"Free5Bird\",\n                                \"last_seen\": \"2021-10-13T13:58:14.789368\"\n                            },\n                            {\n                                \"ap_trust_level\": 50,\n                                \"ap_url_id\": null,\n                                \"bssid\": \"00:00:00:00:00:00\",\n                                \"essid\": \"UNCONNECTED CLIENTS\",\n                                \"last_seen\": \"2021-10-08T17:48:17.073083\"\n                            },\n                            {\n                                \"ap_trust_level\": 71,\n                                \"ap_url_id\": null,\n                                \"bssid\": \"96:18:88:BE:F0:04\",\n                                \"essid\": \"Free5Bird\",\n                                \"last_seen\": \"2021-10-08T14:09:07.404830\"\n                            },\n                            {\n                                \"ap_trust_level\": 71,\n                                \"ap_url_id\": null,\n                                \"bssid\": \"EE:CB:AC:50:9A:18\",\n                                \"essid\": \"Free5Bird\",\n                                \"last_seen\": \"2021-04-12T19:14:28.987681\"\n                            },\n                            {\n                                \"ap_trust_level\": 71,\n                                \"ap_url_id\": null,\n                                \"bssid\": \"EE:CB:BC:50:9A:18\",\n                                \"essid\": \"Free5Bird\",\n                                \"last_seen\": \"2021-04-12T15:55:14.639513\"\n                            }\n                        ],\n                        \"channel\": 44,\n                        \"client_group\": \"Visitor\",\n                        \"device_tag\": \"\",\n                        \"first_seen\": \"2021-02-26T18:08:29.659094\",\n                        \"last_seen\": \"2021-10-12T17:22:28.068959\",\n                        \"latitude\": 37.8477344,\n                        \"location_tag\": \"\",\n                        \"longitude\": -122.2901104,\n                        \"macaddress\": \"EE:D0:BB:86:58:6D\",\n                        \"manufacturer\": \"Privacy Address\",\n                        \"product_tag\": \"\",\n                        \"risk_level\": 4402,\n                        \"sensor_name\": \"demo-emeryville\",\n                        \"sensor_url_id\": \"PVyXoLbp5RD7QRWE\",\n                        \"signal\": -83,\n                        \"url_id\": \"5N89KXjQy3M2nv1X\",\n                        \"vendor_tag\": \"\"\n                    }\n                ],\n                \"configuration\": {\n                    \"authentication\": \"Open\",\n                    \"eap_types\": null,\n                    \"encryption\": \"None\",\n                    \"hs20\": {\n                        \"data\": {\n                            \"VenueGroup\": \"\",\n                            \"VenueType\": \"\",\n                            \"Version\": \"\"\n                        },\n                        \"enabled\": false\n                    },\n                    \"pmf_capable\": false,\n                    \"pmf_required\": false,\n                    \"supported_channels\": \"{}\",\n                    \"vht_capable\": false,\n                    \"wps\": {\n                        \"capable\": false,\n                        \"data\": {\n                            \"configured\": false\n                        }\n                    }\n                },\n                \"customer_name\": \"Demo\",\n                \"device_tag\": \"\",\n                \"essid\": \"Free5Bird\",\n                \"first_seen\": \"2021-03-29T20:26:50.045107\",\n                \"hidden\": false,\n                \"last_seen\": \"2021-10-13T13:57:11.945538\",\n                \"latitude\": 37.8477344,\n                \"location_tag\": \"\",\n                \"longitude\": -122.2901104,\n                \"manufacturer\": \"Unknown\",\n                \"market\": \"Home/Office\",\n                \"product_tag\": \"\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"sensor_url_id\": \"PVyXoLbp5RD7QRWE\",\n                \"signal\": -52,\n                \"trust_level\": 20,\n                \"url_id\": \"60deD0565RJnpPjb\",\n                \"vendor_tag\": \"\"\n            },\n            {\n                \"ap_mode\": \"Infrastructure\",\n                \"bssid\": \"A6:18:98:BE:F0:04\",\n                \"channel\": 44,\n                \"clients\": [],\n                \"configuration\": {\n                    \"authentication\": \"WEP\",\n                    \"eap_types\": null,\n                    \"encryption\": \"WEP\",\n                    \"hs20\": {\n                        \"data\": {\n                            \"VenueGroup\": \"\",\n                            \"VenueType\": \"\",\n                            \"Version\": \"\"\n                        },\n                        \"enabled\": false\n                    },\n                    \"pmf_capable\": false,\n                    \"pmf_required\": false,\n                    \"supported_channels\": \"{}\",\n                    \"vht_capable\": false,\n                    \"wps\": {\n                        \"capable\": false,\n                        \"data\": {\n                            \"configured\": false\n                        }\n                    }\n                },\n                \"customer_name\": \"Demo\",\n                \"device_tag\": \"\",\n                \"essid\": \"\",\n                \"first_seen\": \"2021-03-29T20:24:48.927054\",\n                \"hidden\": true,\n                \"last_seen\": \"2021-10-13T13:57:11.948276\",\n                \"latitude\": 37.8477344,\n                \"location_tag\": \"\",\n                \"longitude\": -122.2901104,\n                \"manufacturer\": \"Unknown\",\n                \"market\": \"Home/Office\",\n                \"product_tag\": \"\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"sensor_url_id\": \"PVyXoLbp5RD7QRWE\",\n                \"signal\": -52,\n                \"trust_level\": 50,\n                \"url_id\": \"bvoenOOMOwGnMg14\",\n                \"vendor_tag\": \"\"\n            },\n            {\n                \"ap_mode\": \"Infrastructure\",\n                \"bssid\": \"96:0F:6F:34:E6:70\",\n                \"channel\": 48,\n                \"clients\": [],\n                \"configuration\": {\n                    \"authentication\": \"EAP\",\n                    \"eap_types\": [\n                        \"25: PEAP\",\n                        \"13: EAP-TLS\",\n                        \"21: EAP-TTLS\"\n                    ],\n                    \"encryption\": \"WPA2+CCMP\",\n                    \"hs20\": {\n                        \"data\": {\n                            \"VenueGroup\": \"\",\n                            \"VenueType\": \"\",\n                            \"Version\": \"\"\n                        },\n                        \"enabled\": false\n                    },\n                    \"pmf_capable\": false,\n                    \"pmf_required\": false,\n                    \"supported_channels\": \"{}\",\n                    \"vht_capable\": true,\n                    \"wps\": {\n                        \"capable\": false,\n                        \"data\": {\n                            \"configured\": false\n                        }\n                    }\n                },\n                \"customer_name\": \"Demo\",\n                \"device_tag\": \"\",\n                \"essid\": \"XFINITY\",\n                \"first_seen\": \"2020-10-22T23:26:04.293067\",\n                \"hidden\": false,\n                \"last_seen\": \"2021-10-13T13:57:13.609125\",\n                \"latitude\": 37.8477344,\n                \"location_tag\": \"\",\n                \"longitude\": -122.2901104,\n                \"manufacturer\": \"Unknown\",\n                \"market\": \"Home/Office\",\n                \"product_tag\": \"\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"sensor_url_id\": \"PVyXoLbp5RD7QRWE\",\n                \"signal\": -73,\n                \"trust_level\": 61,\n                \"url_id\": \"BVWpnveE2V7Deo1J\",\n                \"vendor_tag\": \"\"\n            },\n            {\n                \"ap_mode\": \"Infrastructure\",\n                \"bssid\": \"8C:0F:6F:34:E6:70\",\n                \"channel\": 48,\n                \"clients\": [],\n                \"configuration\": {\n                    \"authentication\": \"PSK\",\n                    \"eap_types\": [],\n                    \"encryption\": \"WPA2+CCMP,WPA2+TKIP,WPA+CCMP,WPA+TKIP\",\n                    \"hs20\": {\n                        \"data\": {\n                            \"VenueGroup\": \"\",\n                            \"VenueType\": \"\",\n                            \"Version\": \"\"\n                        },\n                        \"enabled\": false\n                    },\n                    \"pmf_capable\": false,\n                    \"pmf_required\": false,\n                    \"supported_channels\": null,\n                    \"vht_capable\": null,\n                    \"wps\": {\n                        \"capable\": true,\n                        \"data\": {\n                            \"configured\": true,\n                            \"devname\": \"DPC3941B\",\n                            \"manuf\": \"Cisco Systems, Inc.\",\n                            \"modelname\": \"DPC3941B\",\n                            \"modelnum\": \"DPC3941B\"\n                        }\n                    }\n                },\n                \"customer_name\": \"Demo\",\n                \"device_tag\": \"Wireless Firewall\",\n                \"essid\": \"CBCI-3D6C-5\",\n                \"first_seen\": \"2017-06-16T17:00:36.811299\",\n                \"hidden\": false,\n                \"last_seen\": \"2021-10-13T13:57:13.641151\",\n                \"latitude\": 37.8477344,\n                \"location_tag\": \"\",\n                \"longitude\": -122.2901104,\n                \"manufacturer\": \"PEGATRON CORPORATION\",\n                \"market\": \"Home/Office\",\n                \"product_tag\": \"\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"sensor_url_id\": \"PVyXoLbp5RD7QRWE\",\n                \"signal\": -73,\n                \"trust_level\": 61,\n                \"url_id\": \"x7XbYLokYgPLOJ20\",\n                \"vendor_tag\": \"\"\n            },\n            {\n                \"ap_mode\": \"Infrastructure\",\n                \"bssid\": \"58:96:30:41:09:52\",\n                \"channel\": 149,\n                \"clients\": [],\n                \"configuration\": {\n                    \"authentication\": \"Open\",\n                    \"eap_types\": null,\n                    \"encryption\": \"None\",\n                    \"hs20\": {\n                        \"data\": {\n                            \"VenueGroup\": \"\",\n                            \"VenueType\": \"\",\n                            \"Version\": \"\"\n                        },\n                        \"enabled\": false\n                    },\n                    \"pmf_capable\": false,\n                    \"pmf_required\": false,\n                    \"supported_channels\": \"{}\",\n                    \"vht_capable\": true,\n                    \"wps\": {\n                        \"capable\": true,\n                        \"data\": {\n                            \"configured\": false,\n                            \"devname\": \"BroadcomAP\",\n                            \"manuf\": \"Broadcom\",\n                            \"modelname\": \"Broadcom\",\n                            \"modelnum\": \"123456\"\n                        }\n                    }\n                },\n                \"customer_name\": \"Demo\",\n                \"device_tag\": \"\",\n                \"essid\": \"xfinitywifi\",\n                \"first_seen\": \"2021-05-03T08:39:33.295541\",\n                \"hidden\": false,\n                \"last_seen\": \"2021-10-13T13:57:16.221599\",\n                \"latitude\": 37.8477344,\n                \"location_tag\": \"\",\n                \"longitude\": -122.2901104,\n                \"manufacturer\": \"Technicolor CH USA Inc.\",\n                \"market\": \"Home/Office\",\n                \"product_tag\": \"\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"sensor_url_id\": \"PVyXoLbp5RD7QRWE\",\n                \"signal\": -76,\n                \"trust_level\": 71,\n                \"url_id\": \"x4dankp9WqNLGANw\",\n                \"vendor_tag\": \"\"\n            },\n            {\n                \"ap_mode\": \"Infrastructure\",\n                \"bssid\": \"58:96:30:41:09:53\",\n                \"channel\": 149,\n                \"clients\": [],\n                \"configuration\": {\n                    \"authentication\": \"Open\",\n                    \"eap_types\": null,\n                    \"encryption\": \"None\",\n                    \"hs20\": {\n                        \"data\": {\n                            \"VenueGroup\": \"\",\n                            \"VenueType\": \"\",\n                            \"Version\": \"\"\n                        },\n                        \"enabled\": false\n                    },\n                    \"pmf_capable\": false,\n                    \"pmf_required\": false,\n                    \"supported_channels\": \"{}\",\n                    \"vht_capable\": true,\n                    \"wps\": {\n                        \"capable\": false,\n                        \"data\": {\n                            \"configured\": false\n                        }\n                    }\n                },\n                \"customer_name\": \"Demo\",\n                \"device_tag\": \"\",\n                \"essid\": \"BROADCOM_GUEST_1_3\",\n                \"first_seen\": \"2020-10-22T23:26:04.575297\",\n                \"hidden\": false,\n                \"last_seen\": \"2021-10-13T13:57:16.222046\",\n                \"latitude\": 37.8477344,\n                \"location_tag\": \"\",\n                \"longitude\": -122.2901104,\n                \"manufacturer\": \"Technicolor CH USA Inc.\",\n                \"market\": \"Home/Office\",\n                \"product_tag\": \"\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"sensor_url_id\": \"PVyXoLbp5RD7QRWE\",\n                \"signal\": -77,\n                \"trust_level\": 71,\n                \"url_id\": \"b41kKwk3W26KzZog\",\n                \"vendor_tag\": \"\"\n            },\n            {\n                \"ap_mode\": \"Infrastructure\",\n                \"bssid\": \"A8:70:5D:45:E2:34\",\n                \"channel\": 6,\n                \"clients\": [],\n                \"configuration\": {\n                    \"authentication\": \"PSK\",\n                    \"eap_types\": null,\n                    \"encryption\": \"WPA2+CCMP\",\n                    \"hs20\": {\n                        \"data\": {\n                            \"VenueGroup\": \"\",\n                            \"VenueType\": \"\",\n                            \"Version\": \"\"\n                        },\n                        \"enabled\": false\n                    },\n                    \"pmf_capable\": false,\n                    \"pmf_required\": false,\n                    \"supported_channels\": \"{}\",\n                    \"vht_capable\": false,\n                    \"wps\": {\n                        \"capable\": false,\n                        \"data\": {\n                            \"configured\": false\n                        }\n                    }\n                },\n                \"customer_name\": \"Demo\",\n                \"device_tag\": \"\",\n                \"essid\": \"\",\n                \"first_seen\": \"2021-07-13T04:13:06.473061\",\n                \"hidden\": true,\n                \"last_seen\": \"2021-10-13T13:57:18.969044\",\n                \"latitude\": 47.709397499999994,\n                \"location_tag\": \"\",\n                \"longitude\": -122.31505140000002,\n                \"manufacturer\": \"ARRIS Group, Inc.\",\n                \"market\": \"Home/Office\",\n                \"product_tag\": \"\",\n                \"sensor_name\": \"Demo-V2-Seattle\",\n                \"sensor_url_id\": \"jpEVxKyXvbLrQRY2\",\n                \"signal\": -67,\n                \"trust_level\": 50,\n                \"url_id\": \"GqX3KB2xRvlKpwNj\",\n                \"vendor_tag\": \"\"\n            },\n            {\n                \"ap_mode\": \"Infrastructure\",\n                \"bssid\": \"2C:FD:A1:A1:5B:9C\",\n                \"channel\": 157,\n                \"clients\": [],\n                \"configuration\": {\n                    \"authentication\": \"PSK\",\n                    \"eap_types\": [],\n                    \"encryption\": \"WPA2+CCMP,WPA+CCMP\",\n                    \"hs20\": {\n                        \"data\": {\n                            \"VenueGroup\": \"\",\n                            \"VenueType\": \"\",\n                            \"Version\": \"\"\n                        },\n                        \"enabled\": false\n                    },\n                    \"pmf_capable\": false,\n                    \"pmf_required\": false,\n                    \"supported_channels\": null,\n                    \"vht_capable\": null,\n                    \"wps\": {\n                        \"capable\": false,\n                        \"data\": {\n                            \"configured\": false\n                        }\n                    }\n                },\n                \"customer_name\": \"Demo\",\n                \"device_tag\": \"\",\n                \"essid\": \"J-Sei\",\n                \"first_seen\": \"2018-06-05T20:39:15.571091\",\n                \"hidden\": false,\n                \"last_seen\": \"2021-10-13T13:57:19.933064\",\n                \"latitude\": 37.8477344,\n                \"location_tag\": \"\",\n                \"longitude\": -122.2901104,\n                \"manufacturer\": \"ASUSTek COMPUTER INC.\",\n                \"market\": \"Home/Office\",\n                \"product_tag\": \"\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"sensor_url_id\": \"PVyXoLbp5RD7QRWE\",\n                \"signal\": -71,\n                \"trust_level\": 30,\n                \"url_id\": \"plqXoKNdwBpn7y26\",\n                \"vendor_tag\": \"ASUS\"\n            },\n            {\n                \"ap_mode\": \"Infrastructure\",\n                \"bssid\": \"E8:1C:BA:82:B2:30\",\n                \"channel\": 11,\n                \"clients\": [],\n                \"configuration\": {\n                    \"authentication\": \"PSK\",\n                    \"eap_types\": null,\n                    \"encryption\": \"WPA2+CCMP\",\n                    \"hs20\": {\n                        \"data\": {\n                            \"VenueGroup\": \"\",\n                            \"VenueType\": \"\",\n                            \"Version\": \"\"\n                        },\n                        \"enabled\": false\n                    },\n                    \"pmf_capable\": false,\n                    \"pmf_required\": false,\n                    \"supported_channels\": \"{}\",\n                    \"vht_capable\": null,\n                    \"wps\": {\n                        \"capable\": false,\n                        \"data\": {\n                            \"configured\": false\n                        }\n                    }\n                },\n                \"customer_name\": \"Demo\",\n                \"device_tag\": \"\",\n                \"essid\": \"YouKidsGetOffMyLan\",\n                \"first_seen\": \"2019-06-20T22:36:35.533758\",\n                \"hidden\": false,\n                \"last_seen\": \"2021-10-13T13:57:21.208506\",\n                \"latitude\": 47.709397499999994,\n                \"location_tag\": \"\",\n                \"longitude\": -122.31505140000002,\n                \"manufacturer\": \"Fortinet, Inc.\",\n                \"market\": \"Home/Office\",\n                \"product_tag\": \"\",\n                \"sensor_name\": \"Demo-V2-Seattle\",\n                \"sensor_url_id\": \"jpEVxKyXvbLrQRY2\",\n                \"signal\": -24,\n                \"trust_level\": 61,\n                \"url_id\": \"M60deD0ANkJnpPjb\",\n                \"vendor_tag\": \"\"\n            },\n            {\n                \"ap_mode\": \"Infrastructure\",\n                \"bssid\": \"F8:A0:97:53:04:60\",\n                \"channel\": 1,\n                \"clients\": [],\n                \"configuration\": {\n                    \"authentication\": \"PSK\",\n                    \"eap_types\": null,\n                    \"encryption\": \"WPA2+CCMP,WPA2+TKIP,WPA+CCMP,WPA+TKIP\",\n                    \"hs20\": {\n                        \"data\": {\n                            \"VenueGroup\": \"\",\n                            \"VenueType\": \"\",\n                            \"Version\": \"\"\n                        },\n                        \"enabled\": false\n                    },\n                    \"pmf_capable\": false,\n                    \"pmf_required\": false,\n                    \"supported_channels\": \"{}\",\n                    \"vht_capable\": false,\n                    \"wps\": {\n                        \"capable\": false,\n                        \"data\": {\n                            \"configured\": false\n                        }\n                    }\n                },\n                \"customer_name\": \"Demo\",\n                \"device_tag\": \"\",\n                \"essid\": \"SUN ACUPUNCTURE\",\n                \"first_seen\": \"2021-07-02T02:09:37.587131\",\n                \"hidden\": false,\n                \"last_seen\": \"2021-10-13T13:57:46.554949\",\n                \"latitude\": 37.2918812,\n                \"location_tag\": \"\",\n                \"longitude\": -122.03309680000001,\n                \"manufacturer\": \"ARRIS Group, Inc.\",\n                \"market\": \"Home/Office\",\n                \"product_tag\": \"\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"sensor_url_id\": \"dbvoenObm1DMg142\",\n                \"signal\": -82,\n                \"trust_level\": 50,\n                \"url_id\": \"qzGoDEoVRwALOemX\",\n                \"vendor_tag\": \"\"\n            },\n            {\n                \"ap_mode\": \"Infrastructure\",\n                \"bssid\": \"0A:B4:B1:A6:9F:3C\",\n                \"channel\": 6,\n                \"clients\": [],\n                \"configuration\": {\n                    \"authentication\": \"PSK\",\n                    \"eap_types\": null,\n                    \"encryption\": \"WPA2+CCMP\",\n                    \"hs20\": {\n                        \"data\": {\n                            \"VenueGroup\": \"\",\n                            \"VenueType\": \"\",\n                            \"Version\": \"\"\n                        },\n                        \"enabled\": false\n                    },\n                    \"pmf_capable\": false,\n                    \"pmf_required\": false,\n                    \"supported_channels\": \"{}\",\n                    \"vht_capable\": false,\n                    \"wps\": {\n                        \"capable\": false,\n                        \"data\": {\n                            \"configured\": false\n                        }\n                    }\n                },\n                \"customer_name\": \"Demo\",\n                \"device_tag\": \"\",\n                \"essid\": \"JEONG_GUEST\",\n                \"first_seen\": \"2021-08-21T20:08:04.687634\",\n                \"hidden\": false,\n                \"last_seen\": \"2021-10-13T13:57:47.115094\",\n                \"latitude\": 37.2918812,\n                \"location_tag\": \"\",\n                \"longitude\": -122.03309680000001,\n                \"manufacturer\": \"Unknown\",\n                \"market\": \"Home/Office\",\n                \"product_tag\": \"\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"sensor_url_id\": \"dbvoenObm1DMg142\",\n                \"signal\": -92,\n                \"trust_level\": 50,\n                \"url_id\": \"p6B7nzR6xMvng4XA\",\n                \"vendor_tag\": \"\"\n            },\n            {\n                \"ap_mode\": \"Infrastructure\",\n                \"bssid\": \"8C:0F:6F:5F:7D:48\",\n                \"channel\": 6,\n                \"clients\": [],\n                \"configuration\": {\n                    \"authentication\": \"PSK\",\n                    \"eap_types\": null,\n                    \"encryption\": \"WPA2+CCMP,WPA2+TKIP,WPA+CCMP,WPA+TKIP\",\n                    \"hs20\": {\n                        \"data\": {\n                            \"VenueGroup\": \"\",\n                            \"VenueType\": \"\",\n                            \"Version\": \"\"\n                        },\n                        \"enabled\": false\n                    },\n                    \"pmf_capable\": false,\n                    \"pmf_required\": false,\n                    \"supported_channels\": \"{}\",\n                    \"vht_capable\": false,\n                    \"wps\": {\n                        \"capable\": true,\n                        \"data\": {\n                            \"configured\": true,\n                            \"devname\": \"DPC3941B\",\n                            \"manuf\": \"Cisco Systems, Inc.\",\n                            \"modelname\": \"DPC3941B\",\n                            \"modelnum\": \"DPC3941B\"\n                        }\n                    }\n                },\n                \"customer_name\": \"Demo\",\n                \"device_tag\": \"\",\n                \"essid\": \"daxbeauty-2.4\",\n                \"first_seen\": \"2021-06-24T02:27:23.696412\",\n                \"hidden\": false,\n                \"last_seen\": \"2021-10-13T13:57:48.802888\",\n                \"latitude\": 37.2918812,\n                \"location_tag\": \"\",\n                \"longitude\": -122.03309680000001,\n                \"manufacturer\": \"PEGATRON CORPORATION\",\n                \"market\": \"Home/Office\",\n                \"product_tag\": \"\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"sensor_url_id\": \"dbvoenObm1DMg142\",\n                \"signal\": -82,\n                \"trust_level\": 61,\n                \"url_id\": \"yNMbnqMmJY0nGkJd\",\n                \"vendor_tag\": \"\"\n            },\n            {\n                \"ap_mode\": \"Infrastructure\",\n                \"bssid\": \"9A:9D:5D:D5:D0:98\",\n                \"channel\": 6,\n                \"clients\": [],\n                \"configuration\": {\n                    \"authentication\": \"EAP\",\n                    \"eap_types\": [],\n                    \"encryption\": \"WPA2+CCMP\",\n                    \"hs20\": {\n                        \"data\": {\n                            \"VenueGroup\": \"\",\n                            \"VenueType\": \"\",\n                            \"Version\": \"\"\n                        },\n                        \"enabled\": false\n                    },\n                    \"pmf_capable\": false,\n                    \"pmf_required\": false,\n                    \"supported_channels\": \"{}\",\n                    \"vht_capable\": false,\n                    \"wps\": {\n                        \"capable\": false,\n                        \"data\": {\n                            \"configured\": false\n                        }\n                    }\n                },\n                \"customer_name\": \"Demo\",\n                \"device_tag\": \"\",\n                \"essid\": \"\",\n                \"first_seen\": \"2021-06-24T02:27:21.506799\",\n                \"hidden\": false,\n                \"last_seen\": \"2021-10-13T13:57:49.511961\",\n                \"latitude\": 37.2918812,\n                \"location_tag\": \"\",\n                \"longitude\": -122.03309680000001,\n                \"manufacturer\": \"Unknown\",\n                \"market\": \"Home/Office\",\n                \"product_tag\": \"\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"sensor_url_id\": \"dbvoenObm1DMg142\",\n                \"signal\": -82,\n                \"trust_level\": 50,\n                \"url_id\": \"GqX3KB2xWV9KpwNj\",\n                \"vendor_tag\": \"\"\n            },\n            {\n                \"ap_mode\": \"Infrastructure\",\n                \"bssid\": \"9A:9D:5D:D5:D0:9E\",\n                \"channel\": 6,\n                \"clients\": [],\n                \"configuration\": {\n                    \"authentication\": \"PSK\",\n                    \"eap_types\": null,\n                    \"encryption\": \"WPA2+CCMP\",\n                    \"hs20\": {\n                        \"data\": {\n                            \"VenueGroup\": \"\",\n                            \"VenueType\": \"\",\n                            \"Version\": \"\"\n                        },\n                        \"enabled\": false\n                    },\n                    \"pmf_capable\": false,\n                    \"pmf_required\": false,\n                    \"supported_channels\": \"{}\",\n                    \"vht_capable\": false,\n                    \"wps\": {\n                        \"capable\": false,\n                        \"data\": {\n                            \"configured\": false\n                        }\n                    }\n                },\n                \"customer_name\": \"Demo\",\n                \"device_tag\": \"\",\n                \"essid\": \"\",\n                \"first_seen\": \"2021-06-24T02:27:23.052314\",\n                \"hidden\": false,\n                \"last_seen\": \"2021-10-13T13:57:49.512400\",\n                \"latitude\": 37.2918812,\n                \"location_tag\": \"\",\n                \"longitude\": -122.03309680000001,\n                \"manufacturer\": \"Unknown\",\n                \"market\": \"Home/Office\",\n                \"product_tag\": \"\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"sensor_url_id\": \"dbvoenObm1DMg142\",\n                \"signal\": -83,\n                \"trust_level\": 50,\n                \"url_id\": \"gxMmLjM3XEvnJvY5\",\n                \"vendor_tag\": \"\"\n            },\n            {\n                \"ap_mode\": \"Infrastructure\",\n                \"bssid\": \"02:15:99:EF:9A:02\",\n                \"channel\": 6,\n                \"clients\": [],\n                \"configuration\": {\n                    \"authentication\": \"PSK\",\n                    \"eap_types\": null,\n                    \"encryption\": \"WPA2+CCMP\",\n                    \"hs20\": {\n                        \"data\": {\n                            \"VenueGroup\": \"\",\n                            \"VenueType\": \"\",\n                            \"Version\": \"\"\n                        },\n                        \"enabled\": false\n                    },\n                    \"pmf_capable\": false,\n                    \"pmf_required\": false,\n                    \"supported_channels\": \"{}\",\n                    \"vht_capable\": false,\n                    \"wps\": {\n                        \"capable\": true,\n                        \"data\": {\n                            \"configured\": true,\n                            \"devname\": \"B1163w Mono MFP\",\n                            \"manuf\": \"Broadcom\",\n                            \"modelname\": \"SoftAP\",\n                            \"modelnum\": \"0\"\n                        }\n                    }\n                },\n                \"customer_name\": \"Demo\",\n                \"device_tag\": \"Printer\",\n                \"essid\": \"DIRECT-laB1163w Mono MFP\",\n                \"first_seen\": \"2021-02-17T23:28:59.534079\",\n                \"hidden\": false,\n                \"last_seen\": \"2021-10-13T13:57:49.530689\",\n                \"latitude\": 37.2918812,\n                \"location_tag\": \"\",\n                \"longitude\": -122.03309680000001,\n                \"manufacturer\": \"Unknown\",\n                \"market\": \"Home/Office\",\n                \"product_tag\": \"\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"sensor_url_id\": \"dbvoenObm1DMg142\",\n                \"signal\": -78,\n                \"trust_level\": 61,\n                \"url_id\": \"XvG2K62p0RYKqAkw\",\n                \"vendor_tag\": \"\"\n            },\n            {\n                \"ap_mode\": \"Infrastructure\",\n                \"bssid\": \"C0:94:35:45:95:DE\",\n                \"channel\": 11,\n                \"clients\": [],\n                \"configuration\": {\n                    \"authentication\": \"PSK\",\n                    \"eap_types\": null,\n                    \"encryption\": \"WPA2+CCMP\",\n                    \"hs20\": {\n                        \"data\": {\n                            \"VenueGroup\": \"\",\n                            \"VenueType\": \"\",\n                            \"Version\": \"\"\n                        },\n                        \"enabled\": false\n                    },\n                    \"pmf_capable\": false,\n                    \"pmf_required\": false,\n                    \"supported_channels\": \"{}\",\n                    \"vht_capable\": false,\n                    \"wps\": {\n                        \"capable\": false,\n                        \"data\": {\n                            \"configured\": false\n                        }\n                    }\n                },\n                \"customer_name\": \"Demo\",\n                \"device_tag\": \"\",\n                \"essid\": \"\",\n                \"first_seen\": \"2021-09-09T22:33:51.736338\",\n                \"hidden\": true,\n                \"last_seen\": \"2021-10-13T13:57:54.123730\",\n                \"latitude\": 37.2918812,\n                \"location_tag\": \"\",\n                \"longitude\": -122.03309680000001,\n                \"manufacturer\": \"ARRIS Group, Inc.\",\n                \"market\": \"Home/Office\",\n                \"product_tag\": \"\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"sensor_url_id\": \"dbvoenObm1DMg142\",\n                \"signal\": -9,\n                \"trust_level\": 50,\n                \"url_id\": \"Mqa0n1G0qpeK2pxv\",\n                \"vendor_tag\": \"\"\n            },\n            {\n                \"ap_mode\": \"Infrastructure\",\n                \"bssid\": \"6E:3A:1E:47:EC:BC\",\n                \"channel\": 1,\n                \"clients\": [],\n                \"configuration\": {\n                    \"authentication\": \"PSK\",\n                    \"eap_types\": null,\n                    \"encryption\": \"WPA2+CCMP\",\n                    \"hs20\": {\n                        \"data\": {\n                            \"VenueGroup\": \"\",\n                            \"VenueType\": \"\",\n                            \"Version\": \"\"\n                        },\n                        \"enabled\": false\n                    },\n                    \"pmf_capable\": false,\n                    \"pmf_required\": false,\n                    \"supported_channels\": \"{}\",\n                    \"vht_capable\": true,\n                    \"wps\": {\n                        \"capable\": false,\n                        \"data\": {\n                            \"configured\": false\n                        }\n                    }\n                },\n                \"customer_name\": \"Demo\",\n                \"device_tag\": \"\",\n                \"essid\": \"SpotOn\",\n                \"first_seen\": \"2021-06-24T02:27:22.986236\",\n                \"hidden\": false,\n                \"last_seen\": \"2021-10-13T13:57:54.803311\",\n                \"latitude\": 37.2918812,\n                \"location_tag\": \"\",\n                \"longitude\": -122.03309680000001,\n                \"manufacturer\": \"Unknown\",\n                \"market\": \"Home/Office\",\n                \"product_tag\": \"\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"sensor_url_id\": \"dbvoenObm1DMg142\",\n                \"signal\": -73,\n                \"trust_level\": 61,\n                \"url_id\": \"7XbYLob501bnOJ20\",\n                \"vendor_tag\": \"\"\n            },\n            {\n                \"ap_mode\": \"Infrastructure\",\n                \"bssid\": \"62:3A:1E:47:EC:BC\",\n                \"channel\": 1,\n                \"clients\": [],\n                \"configuration\": {\n                    \"authentication\": \"PSK\",\n                    \"eap_types\": null,\n                    \"encryption\": \"WPA2+CCMP\",\n                    \"hs20\": {\n                        \"data\": {\n                            \"VenueGroup\": \"\",\n                            \"VenueType\": \"\",\n                            \"Version\": \"\"\n                        },\n                        \"enabled\": false\n                    },\n                    \"pmf_capable\": false,\n                    \"pmf_required\": false,\n                    \"supported_channels\": \"{}\",\n                    \"vht_capable\": true,\n                    \"wps\": {\n                        \"capable\": false,\n                        \"data\": {\n                            \"configured\": false\n                        }\n                    }\n                },\n                \"customer_name\": \"Demo\",\n                \"device_tag\": \"\",\n                \"essid\": \"spoton\",\n                \"first_seen\": \"2021-06-24T02:27:23.811561\",\n                \"hidden\": false,\n                \"last_seen\": \"2021-10-13T13:57:55.187330\",\n                \"latitude\": 37.2918812,\n                \"location_tag\": \"\",\n                \"longitude\": -122.03309680000001,\n                \"manufacturer\": \"Unknown\",\n                \"market\": \"Home/Office\",\n                \"product_tag\": \"\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"sensor_url_id\": \"dbvoenObm1DMg142\",\n                \"signal\": -77,\n                \"trust_level\": 61,\n                \"url_id\": \"x4dankp4P3PLGANw\",\n                \"vendor_tag\": \"\"\n            },\n            {\n                \"ap_mode\": \"Infrastructure\",\n                \"bssid\": \"C2:84:7D:42:7A:A2\",\n                \"channel\": 1,\n                \"clients\": [],\n                \"configuration\": {\n                    \"authentication\": \"PSK\",\n                    \"eap_types\": null,\n                    \"encryption\": \"WPA2+TKIP\",\n                    \"hs20\": {\n                        \"data\": {\n                            \"VenueGroup\": \"\",\n                            \"VenueType\": \"\",\n                            \"Version\": \"\"\n                        },\n                        \"enabled\": false\n                    },\n                    \"pmf_capable\": false,\n                    \"pmf_required\": false,\n                    \"supported_channels\": \"{}\",\n                    \"vht_capable\": false,\n                    \"wps\": {\n                        \"capable\": false,\n                        \"data\": {\n                            \"configured\": false\n                        }\n                    }\n                },\n                \"customer_name\": \"Demo\",\n                \"device_tag\": \"\",\n                \"essid\": \"SunPower46492\",\n                \"first_seen\": \"2020-05-28T19:37:32.817724\",\n                \"hidden\": false,\n                \"last_seen\": \"2021-10-13T13:57:57.084696\",\n                \"latitude\": 37.91438077715055,\n                \"location_tag\": \"\",\n                \"longitude\": -122.29721004722137,\n                \"manufacturer\": \"Unknown\",\n                \"market\": \"Home/Office\",\n                \"product_tag\": \"\",\n                \"sensor_name\": \"EC Demo\",\n                \"sensor_url_id\": \"42oQbKMPQ8LBXzjV\",\n                \"signal\": -82,\n                \"trust_level\": 61,\n                \"url_id\": \"p6B7nzRwJ87ng4XA\",\n                \"vendor_tag\": \"\"\n            },\n            {\n                \"ap_mode\": \"Infrastructure\",\n                \"bssid\": \"D6:32:E5:DD:80:BA\",\n                \"channel\": 4,\n                \"clients\": [],\n                \"configuration\": {\n                    \"authentication\": \"PSK\",\n                    \"eap_types\": null,\n                    \"encryption\": \"WPA2+CCMP\",\n                    \"hs20\": {\n                        \"data\": {\n                            \"VenueGroup\": \"\",\n                            \"VenueType\": \"\",\n                            \"Version\": \"\"\n                        },\n                        \"enabled\": false\n                    },\n                    \"pmf_capable\": false,\n                    \"pmf_required\": false,\n                    \"supported_channels\": \"{}\",\n                    \"vht_capable\": true,\n                    \"wps\": {\n                        \"capable\": false,\n                        \"data\": {\n                            \"configured\": false\n                        }\n                    }\n                },\n                \"customer_name\": \"Demo\",\n                \"device_tag\": \"\",\n                \"essid\": \"zEQQoFCO0Mw8Xvwy\",\n                \"first_seen\": \"2021-06-24T02:27:24.326466\",\n                \"hidden\": true,\n                \"last_seen\": \"2021-10-13T13:58:01.235036\",\n                \"latitude\": 37.2918812,\n                \"location_tag\": \"\",\n                \"longitude\": -122.03309680000001,\n                \"manufacturer\": \"Unknown\",\n                \"market\": \"Home/Office\",\n                \"product_tag\": \"\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"sensor_url_id\": \"dbvoenObm1DMg142\",\n                \"signal\": -72,\n                \"trust_level\": 61,\n                \"url_id\": \"zA1RL7oYV8jLr0al\",\n                \"vendor_tag\": \"\"\n            },\n            {\n                \"ap_mode\": \"Bridge\",\n                \"bssid\": \"D2:32:E5:DD:80:BA\",\n                \"channel\": 4,\n                \"clients\": [],\n                \"configuration\": {\n                    \"authentication\": \"PSK\",\n                    \"eap_types\": null,\n                    \"encryption\": \"WPA2+CCMP\",\n                    \"hs20\": {\n                        \"data\": {\n                            \"VenueGroup\": \"\",\n                            \"VenueType\": \"\",\n                            \"Version\": \"\"\n                        },\n                        \"enabled\": false\n                    },\n                    \"pmf_capable\": false,\n                    \"pmf_required\": false,\n                    \"supported_channels\": \"{}\",\n                    \"vht_capable\": true,\n                    \"wps\": {\n                        \"capable\": false,\n                        \"data\": {\n                            \"configured\": false\n                        }\n                    }\n                },\n                \"customer_name\": \"Demo\",\n                \"device_tag\": \"\",\n                \"essid\": \"Jake’s-of-Saratoga\",\n                \"first_seen\": \"2021-06-24T02:27:23.871241\",\n                \"hidden\": false,\n                \"last_seen\": \"2021-10-13T13:58:01.235417\",\n                \"latitude\": 37.2918812,\n                \"location_tag\": \"\",\n                \"longitude\": -122.03309680000001,\n                \"manufacturer\": \"Unknown\",\n                \"market\": \"Home/Office\",\n                \"product_tag\": \"\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"sensor_url_id\": \"dbvoenObm1DMg142\",\n                \"signal\": -73,\n                \"trust_level\": 61,\n                \"url_id\": \"3Gl4nJ7q8gQLvBay\",\n                \"vendor_tag\": \"\"\n            },\n            {\n                \"ap_mode\": \"Infrastructure\",\n                \"bssid\": \"6E:3A:0E:47:EC:BC\",\n                \"channel\": 44,\n                \"clients\": [],\n                \"configuration\": {\n                    \"authentication\": \"PSK\",\n                    \"eap_types\": null,\n                    \"encryption\": \"WPA2+CCMP\",\n                    \"hs20\": {\n                        \"data\": {\n                            \"VenueGroup\": \"\",\n                            \"VenueType\": \"\",\n                            \"Version\": \"\"\n                        },\n                        \"enabled\": false\n                    },\n                    \"pmf_capable\": false,\n                    \"pmf_required\": false,\n                    \"supported_channels\": \"{}\",\n                    \"vht_capable\": true,\n                    \"wps\": {\n                        \"capable\": false,\n                        \"data\": {\n                            \"configured\": false\n                        }\n                    }\n                },\n                \"customer_name\": \"Demo\",\n                \"device_tag\": \"\",\n                \"essid\": \"SpotOn\",\n                \"first_seen\": \"2021-06-24T02:27:22.285332\",\n                \"hidden\": false,\n                \"last_seen\": \"2021-10-13T13:58:06.322944\",\n                \"latitude\": 37.2918812,\n                \"location_tag\": \"\",\n                \"longitude\": -122.03309680000001,\n                \"manufacturer\": \"Unknown\",\n                \"market\": \"Home/Office\",\n                \"product_tag\": \"\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"sensor_url_id\": \"dbvoenObm1DMg142\",\n                \"signal\": -78,\n                \"trust_level\": 61,\n                \"url_id\": \"lqXoKNoVq8kD7y26\",\n                \"vendor_tag\": \"\"\n            },\n            {\n                \"ap_mode\": \"Infrastructure\",\n                \"bssid\": \"D6:32:E5:DD:80:BB\",\n                \"channel\": 48,\n                \"clients\": [],\n                \"configuration\": {\n                    \"authentication\": \"PSK\",\n                    \"eap_types\": null,\n                    \"encryption\": \"WPA2+CCMP\",\n                    \"hs20\": {\n                        \"data\": {\n                            \"VenueGroup\": \"\",\n                            \"VenueType\": \"\",\n                            \"Version\": \"\"\n                        },\n                        \"enabled\": false\n                    },\n                    \"pmf_capable\": false,\n                    \"pmf_required\": false,\n                    \"supported_channels\": \"{}\",\n                    \"vht_capable\": true,\n                    \"wps\": {\n                        \"capable\": false,\n                        \"data\": {\n                            \"configured\": false\n                        }\n                    }\n                },\n                \"customer_name\": \"Demo\",\n                \"device_tag\": \"\",\n                \"essid\": \"zEQQoFCO0Mw8Xvwy\",\n                \"first_seen\": \"2021-06-24T02:27:24.708738\",\n                \"hidden\": true,\n                \"last_seen\": \"2021-10-13T13:58:09.527136\",\n                \"latitude\": 37.2918812,\n                \"location_tag\": \"\",\n                \"longitude\": -122.03309680000001,\n                \"manufacturer\": \"Unknown\",\n                \"market\": \"Home/Office\",\n                \"product_tag\": \"\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"sensor_url_id\": \"dbvoenObm1DMg142\",\n                \"signal\": -77,\n                \"trust_level\": 61,\n                \"url_id\": \"69yoDgdJPkZnvx8V\",\n                \"vendor_tag\": \"\"\n            },\n            {\n                \"ap_mode\": \"Infrastructure\",\n                \"bssid\": \"9C:C9:EB:DD:51:4B\",\n                \"channel\": 153,\n                \"clients\": [],\n                \"configuration\": {\n                    \"authentication\": \"PSK\",\n                    \"eap_types\": null,\n                    \"encryption\": \"WPA2+CCMP\",\n                    \"hs20\": {\n                        \"data\": {\n                            \"VenueGroup\": \"\",\n                            \"VenueType\": \"\",\n                            \"Version\": \"\"\n                        },\n                        \"enabled\": false\n                    },\n                    \"pmf_capable\": true,\n                    \"pmf_required\": false,\n                    \"supported_channels\": \"{}\",\n                    \"vht_capable\": true,\n                    \"wps\": {\n                        \"capable\": true,\n                        \"data\": {\n                            \"configured\": true,\n                            \"devname\": \"R6700AX(Wireless AP)\",\n                            \"manuf\": \"NTGR\",\n                            \"modelname\": \"R6700AX\",\n                            \"modelnum\": \"R6700AX\"\n                        }\n                    }\n                },\n                \"customer_name\": \"Demo\",\n                \"device_tag\": \"\",\n                \"essid\": \"NETGEAR00-5G\",\n                \"first_seen\": \"2021-01-28T03:40:22.248747\",\n                \"hidden\": false,\n                \"last_seen\": \"2021-10-13T13:58:11.667188\",\n                \"latitude\": 37.2918812,\n                \"location_tag\": \"Living Room\",\n                \"longitude\": -122.03309680000001,\n                \"manufacturer\": \"NETGEAR\",\n                \"market\": \"Home/Office\",\n                \"product_tag\": \"Home\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"sensor_url_id\": \"dbvoenObm1DMg142\",\n                \"signal\": -32,\n                \"trust_level\": 1,\n                \"url_id\": \"b41kKwk2b8mKzZog\",\n                \"vendor_tag\": \"Netgear\"\n            },\n            {\n                \"ap_mode\": \"Infrastructure\",\n                \"bssid\": \"54:A6:5C:78:BE:76\",\n                \"channel\": 157,\n                \"clients\": [],\n                \"configuration\": {\n                    \"authentication\": \"PSK\",\n                    \"eap_types\": null,\n                    \"encryption\": \"WPA2+CCMP\",\n                    \"hs20\": {\n                        \"data\": {\n                            \"VenueGroup\": \"\",\n                            \"VenueType\": \"\",\n                            \"Version\": \"\"\n                        },\n                        \"enabled\": false\n                    },\n                    \"pmf_capable\": false,\n                    \"pmf_required\": false,\n                    \"supported_channels\": \"{}\",\n                    \"vht_capable\": true,\n                    \"wps\": {\n                        \"capable\": false,\n                        \"data\": {\n                            \"configured\": false\n                        }\n                    }\n                },\n                \"customer_name\": \"Demo\",\n                \"device_tag\": \"\",\n                \"essid\": \"\",\n                \"first_seen\": \"2020-10-06T20:54:34.663284\",\n                \"hidden\": true,\n                \"last_seen\": \"2021-10-13T13:58:15.544512\",\n                \"latitude\": 37.91438077715055,\n                \"location_tag\": \"\",\n                \"longitude\": -122.29721004722137,\n                \"manufacturer\": \"Technicolor CH USA Inc.\",\n                \"market\": \"Home/Office\",\n                \"product_tag\": \"\",\n                \"sensor_name\": \"EC Demo\",\n                \"sensor_url_id\": \"42oQbKMPQ8LBXzjV\",\n                \"signal\": -87,\n                \"trust_level\": 50,\n                \"url_id\": \"60deD05oqAxnpPjb\",\n                \"vendor_tag\": \"\"\n            },\n            {\n                \"ap_mode\": \"Infrastructure\",\n                \"bssid\": \"E8:9F:80:4D:4E:AC\",\n                \"channel\": 6,\n                \"clients\": [],\n                \"configuration\": {\n                    \"authentication\": \"PSK\",\n                    \"eap_types\": null,\n                    \"encryption\": \"WPA2+CCMP\",\n                    \"hs20\": {\n                        \"data\": {\n                            \"VenueGroup\": \"\",\n                            \"VenueType\": \"\",\n                            \"Version\": \"\"\n                        },\n                        \"enabled\": false\n                    },\n                    \"pmf_capable\": false,\n                    \"pmf_required\": false,\n                    \"supported_channels\": \"{}\",\n                    \"vht_capable\": true,\n                    \"wps\": {\n                        \"capable\": true,\n                        \"data\": {\n                            \"configured\": true,\n                            \"devname\": \"Linksys23964\",\n                            \"manuf\": \"Linksys\",\n                            \"modelname\": \"MX42\",\n                            \"modelnum\": \"MX42\"\n                        }\n                    }\n                },\n                \"customer_name\": \"Demo\",\n                \"device_tag\": \"\",\n                \"essid\": \"Linscotti\",\n                \"first_seen\": \"2021-05-09T03:33:07.774367\",\n                \"hidden\": false,\n                \"last_seen\": \"2021-10-13T13:58:19.464341\",\n                \"latitude\": 37.91438077715055,\n                \"location_tag\": \"\",\n                \"longitude\": -122.29721004722137,\n                \"manufacturer\": \"Belkin International Inc.\",\n                \"market\": \"Home/Office\",\n                \"product_tag\": \"\",\n                \"sensor_name\": \"EC Demo\",\n                \"sensor_url_id\": \"42oQbKMPQ8LBXzjV\",\n                \"signal\": -88,\n                \"trust_level\": 61,\n                \"url_id\": \"qzGoDEog1qwLOemX\",\n                \"vendor_tag\": \"\"\n            },\n            {\n                \"ap_mode\": \"Infrastructure\",\n                \"bssid\": \"D2:9D:7D:A0:C1:F1\",\n                \"channel\": 6,\n                \"clients\": [],\n                \"configuration\": {\n                    \"authentication\": \"EAP\",\n                    \"eap_types\": [],\n                    \"encryption\": \"WPA2+CCMP,WPA2+TKIP,WPA+CCMP,WPA+TKIP\",\n                    \"hs20\": {\n                        \"data\": {\n                            \"VenueGroup\": \"\",\n                            \"VenueType\": \"\",\n                            \"Version\": \"\"\n                        },\n                        \"enabled\": false\n                    },\n                    \"pmf_capable\": false,\n                    \"pmf_required\": false,\n                    \"supported_channels\": \"{}\",\n                    \"vht_capable\": false,\n                    \"wps\": {\n                        \"capable\": false,\n                        \"data\": {\n                            \"configured\": false\n                        }\n                    }\n                },\n                \"customer_name\": \"Demo\",\n                \"device_tag\": \"\",\n                \"essid\": \"D375C1D9F8B041E2A1995B784064977B\",\n                \"first_seen\": \"2020-08-17T21:15:58.856998\",\n                \"hidden\": true,\n                \"last_seen\": \"2021-10-13T13:58:22.336459\",\n                \"latitude\": 37.91438077715055,\n                \"location_tag\": \"\",\n                \"longitude\": -122.29721004722137,\n                \"manufacturer\": \"Unknown\",\n                \"market\": \"Home/Office\",\n                \"product_tag\": \"\",\n                \"sensor_name\": \"EC Demo\",\n                \"sensor_url_id\": \"42oQbKMPQ8LBXzjV\",\n                \"signal\": -83,\n                \"trust_level\": 61,\n                \"url_id\": \"3Gl4nJ7M3xoLvBay\",\n                \"vendor_tag\": \"\"\n            },\n            {\n                \"ap_mode\": \"Infrastructure\",\n                \"bssid\": \"E0:DB:D1:1F:E2:4E\",\n                \"channel\": 6,\n                \"clients\": [\n                    {\n                        \"accesspoints\": [\n                            {\n                                \"ap_trust_level\": 61,\n                                \"ap_url_id\": null,\n                                \"bssid\": \"E0:DB:D1:1F:E2:4E\",\n                                \"essid\": \"flowerdrum17\",\n                                \"last_seen\": \"2021-10-13T13:58:20.336386\"\n                            },\n                            {\n                                \"ap_trust_level\": 50,\n                                \"ap_url_id\": null,\n                                \"bssid\": \"00:00:00:00:00:00\",\n                                \"essid\": \"UNCONNECTED CLIENTS\",\n                                \"last_seen\": \"2021-10-13T06:37:43.130817\"\n                            },\n                            {\n                                \"ap_trust_level\": 61,\n                                \"ap_url_id\": null,\n                                \"bssid\": \"7C:9A:54:12:B5:5A\",\n                                \"essid\": \"flowerdrum17\",\n                                \"last_seen\": \"2021-07-20T21:45:00.526899\"\n                            },\n                            {\n                                \"ap_trust_level\": 50,\n                                \"ap_url_id\": null,\n                                \"bssid\": \"7C:9A:54:12:B5:62\",\n                                \"essid\": \"flowerdrum17\",\n                                \"last_seen\": \"2021-07-13T01:55:40.398921\"\n                            }\n                        ],\n                        \"channel\": 6,\n                        \"client_group\": \"Unassigned\",\n                        \"device_tag\": \"\",\n                        \"first_seen\": \"2021-06-10T02:08:28.718596\",\n                        \"last_seen\": \"2021-10-13T13:53:52.732712\",\n                        \"latitude\": 37.91438077715055,\n                        \"location_tag\": \"\",\n                        \"longitude\": -122.29721004722137,\n                        \"macaddress\": \"8A:55:5B:93:F0:8D\",\n                        \"manufacturer\": \"Privacy Address\",\n                        \"product_tag\": \"\",\n                        \"risk_level\": null,\n                        \"sensor_name\": \"EC Demo\",\n                        \"sensor_url_id\": \"42oQbKMPQ8LBXzjV\",\n                        \"signal\": -82,\n                        \"url_id\": \"vQMlKYp5RB4ZL2qe\",\n                        \"vendor_tag\": \"\"\n                    }\n                ],\n                \"configuration\": {\n                    \"authentication\": \"PSK\",\n                    \"eap_types\": null,\n                    \"encryption\": \"WPA2+CCMP\",\n                    \"hs20\": {\n                        \"data\": {\n                            \"VenueGroup\": \"\",\n                            \"VenueType\": \"\",\n                            \"Version\": \"\"\n                        },\n                        \"enabled\": false\n                    },\n                    \"pmf_capable\": false,\n                    \"pmf_required\": false,\n                    \"supported_channels\": \"{}\",\n                    \"vht_capable\": false,\n                    \"wps\": {\n                        \"capable\": true,\n                        \"data\": {\n                            \"configured\": true,\n                            \"devname\": \"Xfinity Wireless Gateway\",\n                            \"manuf\": \"Technicolor\",\n                            \"modelname\": \"XB7\",\n                            \"modelnum\": \"CGM4331COM\"\n                        }\n                    }\n                },\n                \"customer_name\": \"Demo\",\n                \"device_tag\": \"\",\n                \"essid\": \"flowerdrum17\",\n                \"first_seen\": \"2021-07-21T07:06:13.249633\",\n                \"hidden\": false,\n                \"last_seen\": \"2021-10-13T13:58:22.497188\",\n                \"latitude\": 37.91438077715055,\n                \"location_tag\": \"\",\n                \"longitude\": -122.29721004722137,\n                \"manufacturer\": \"Technicolor CH USA Inc.\",\n                \"market\": \"Home/Office\",\n                \"product_tag\": \"\",\n                \"sensor_name\": \"EC Demo\",\n                \"sensor_url_id\": \"42oQbKMPQ8LBXzjV\",\n                \"signal\": -80,\n                \"trust_level\": 61,\n                \"url_id\": \"oPwynlPJ3ejnq6mA\",\n                \"vendor_tag\": \"\"\n            },\n            {\n                \"ap_mode\": \"Infrastructure\",\n                \"bssid\": \"E2:DB:D1:20:E2:4F\",\n                \"channel\": 6,\n                \"clients\": [],\n                \"configuration\": {\n                    \"authentication\": \"PSK\",\n                    \"eap_types\": null,\n                    \"encryption\": \"WPA2+CCMP\",\n                    \"hs20\": {\n                        \"data\": {\n                            \"VenueGroup\": \"\",\n                            \"VenueType\": \"\",\n                            \"Version\": \"\"\n                        },\n                        \"enabled\": false\n                    },\n                    \"pmf_capable\": false,\n                    \"pmf_required\": false,\n                    \"supported_channels\": \"{}\",\n                    \"vht_capable\": false,\n                    \"wps\": {\n                        \"capable\": false,\n                        \"data\": {\n                            \"configured\": false\n                        }\n                    }\n                },\n                \"customer_name\": \"Demo\",\n                \"device_tag\": \"\",\n                \"essid\": \"\",\n                \"first_seen\": \"2021-07-21T07:06:14.911925\",\n                \"hidden\": false,\n                \"last_seen\": \"2021-10-13T13:58:22.497764\",\n                \"latitude\": 37.91438077715055,\n                \"location_tag\": \"\",\n                \"longitude\": -122.29721004722137,\n                \"manufacturer\": \"Unknown\",\n                \"market\": \"Home/Office\",\n                \"product_tag\": \"\",\n                \"sensor_name\": \"EC Demo\",\n                \"sensor_url_id\": \"42oQbKMPQ8LBXzjV\",\n                \"signal\": -80,\n                \"trust_level\": 61,\n                \"url_id\": \"2oQbKMbjBe8DBXzj\",\n                \"vendor_tag\": \"\"\n            },\n            {\n                \"ap_mode\": \"Infrastructure\",\n                \"bssid\": \"08:9B:B9:F3:D2:54\",\n                \"channel\": 11,\n                \"clients\": [],\n                \"configuration\": {\n                    \"authentication\": \"PSK\",\n                    \"eap_types\": null,\n                    \"encryption\": \"WPA2+CCMP\",\n                    \"hs20\": {\n                        \"data\": {\n                            \"VenueGroup\": \"\",\n                            \"VenueType\": \"\",\n                            \"Version\": \"\"\n                        },\n                        \"enabled\": false\n                    },\n                    \"pmf_capable\": false,\n                    \"pmf_required\": false,\n                    \"supported_channels\": \"{}\",\n                    \"vht_capable\": false,\n                    \"wps\": {\n                        \"capable\": true,\n                        \"data\": {\n                            \"configured\": true,\n                            \"devname\": \"Arris Wireless\",\n                            \"manuf\": \"Arris, Inc.\",\n                            \"modelname\": \"BGW320-505\",\n                            \"modelnum\": \"BGW320-505\"\n                        }\n                    }\n                },\n                \"customer_name\": \"Demo\",\n                \"device_tag\": \"\",\n                \"essid\": \"ATTm3EHQ5f\",\n                \"first_seen\": \"2021-08-07T02:49:53.147355\",\n                \"hidden\": false,\n                \"last_seen\": \"2021-10-13T13:58:24.872534\",\n                \"latitude\": 37.91438077715055,\n                \"location_tag\": \"\",\n                \"longitude\": -122.29721004722137,\n                \"manufacturer\": \"Nokia Solutions and Networks GmbH & Co. KG\",\n                \"market\": \"Home/Office\",\n                \"product_tag\": \"\",\n                \"sensor_name\": \"EC Demo\",\n                \"sensor_url_id\": \"42oQbKMPQ8LBXzjV\",\n                \"signal\": -84,\n                \"trust_level\": 61,\n                \"url_id\": \"yVpWLx3EyEdn5BaN\",\n                \"vendor_tag\": \"\"\n            },\n            {\n                \"ap_mode\": \"Bridge\",\n                \"bssid\": \"98:DA:C4:70:D0:96\",\n                \"channel\": 4,\n                \"clients\": [\n                    {\n                        \"accesspoints\": [\n                            {\n                                \"ap_trust_level\": 61,\n                                \"ap_url_id\": null,\n                                \"bssid\": \"98:DA:C4:70:D0:96\",\n                                \"essid\": \"LokiDoki\",\n                                \"last_seen\": \"2021-10-13T13:58:32.956386\"\n                            },\n                            {\n                                \"ap_trust_level\": 61,\n                                \"ap_url_id\": null,\n                                \"bssid\": \"98:DA:C4:70:D2:06\",\n                                \"essid\": \"LokiDoki\",\n                                \"last_seen\": \"2021-09-29T17:04:02.020233\"\n                            },\n                            {\n                                \"ap_trust_level\": 61,\n                                \"ap_url_id\": null,\n                                \"bssid\": \"98:DA:C4:70:CD:E6\",\n                                \"essid\": \"LokiDoki\",\n                                \"last_seen\": \"2021-08-30T01:03:08.187018\"\n                            }\n                        ],\n                        \"channel\": 4,\n                        \"client_group\": \"Unassigned\",\n                        \"device_tag\": \"\",\n                        \"first_seen\": \"2020-12-24T02:57:41.570336\",\n                        \"last_seen\": \"2021-10-13T13:56:30.957007\",\n                        \"latitude\": 37.91438077715055,\n                        \"location_tag\": \"\",\n                        \"longitude\": -122.29721004722137,\n                        \"macaddress\": \"24:F5:A2:97:74:99\",\n                        \"manufacturer\": \"Belkin International Inc.\",\n                        \"product_tag\": \"\",\n                        \"risk_level\": null,\n                        \"sensor_name\": \"EC Demo\",\n                        \"sensor_url_id\": \"42oQbKMPQ8LBXzjV\",\n                        \"signal\": -72,\n                        \"url_id\": \"x4dankxryB56LGAN\",\n                        \"vendor_tag\": \"Belkin\"\n                    },\n                    {\n                        \"accesspoints\": [\n                            {\n                                \"ap_trust_level\": 61,\n                                \"ap_url_id\": null,\n                                \"bssid\": \"98:DA:C4:70:D0:96\",\n                                \"essid\": \"LokiDoki\",\n                                \"last_seen\": \"2021-10-13T13:58:33.196400\"\n                            },\n                            {\n                                \"ap_trust_level\": 50,\n                                \"ap_url_id\": null,\n                                \"bssid\": \"00:00:00:00:00:00\",\n                                \"essid\": \"UNCONNECTED CLIENTS\",\n                                \"last_seen\": \"2021-10-07T14:40:39.896536\"\n                            },\n                            {\n                                \"ap_trust_level\": 61,\n                                \"ap_url_id\": null,\n                                \"bssid\": \"98:DA:C4:70:D2:06\",\n                                \"essid\": \"LokiDoki\",\n                                \"last_seen\": \"2021-09-28T22:00:11.729419\"\n                            },\n                            {\n                                \"ap_trust_level\": 61,\n                                \"ap_url_id\": null,\n                                \"bssid\": \"98:DA:C4:70:CD:E6\",\n                                \"essid\": \"LokiDoki\",\n                                \"last_seen\": \"2021-08-29T22:08:52.198800\"\n                            }\n                        ],\n                        \"channel\": 4,\n                        \"client_group\": \"Unassigned\",\n                        \"device_tag\": \"\",\n                        \"first_seen\": \"2020-05-28T19:37:34.149245\",\n                        \"last_seen\": \"2021-10-13T13:56:31.196441\",\n                        \"latitude\": 37.91438077715055,\n                        \"location_tag\": \"\",\n                        \"longitude\": -122.29721004722137,\n                        \"macaddress\": \"24:F5:A2:97:79:3B\",\n                        \"manufacturer\": \"Belkin International Inc.\",\n                        \"product_tag\": \"\",\n                        \"risk_level\": null,\n                        \"sensor_name\": \"EC Demo\",\n                        \"sensor_url_id\": \"42oQbKMPQ8LBXzjV\",\n                        \"signal\": -62,\n                        \"url_id\": \"GqX3KBm3439kLpwN\",\n                        \"vendor_tag\": \"Belkin\"\n                    },\n                    {\n                        \"accesspoints\": [\n                            {\n                                \"ap_trust_level\": 61,\n                                \"ap_url_id\": null,\n                                \"bssid\": \"98:DA:C4:70:D0:96\",\n                                \"essid\": \"LokiDoki\",\n                                \"last_seen\": \"2021-10-13T13:58:31.836354\"\n                            },\n                            {\n                                \"ap_trust_level\": 61,\n                                \"ap_url_id\": null,\n                                \"bssid\": \"98:DA:C4:70:D2:06\",\n                                \"essid\": \"LokiDoki\",\n                                \"last_seen\": \"2021-10-06T22:23:01.152353\"\n                            },\n                            {\n                                \"ap_trust_level\": 61,\n                                \"ap_url_id\": null,\n                                \"bssid\": \"98:DA:C4:70:D2:07\",\n                                \"essid\": \"LokiDoki\",\n                                \"last_seen\": \"2021-09-29T04:20:23.005479\"\n                            },\n                            {\n                                \"ap_trust_level\": 61,\n                                \"ap_url_id\": null,\n                                \"bssid\": \"98:DA:C4:70:D0:97\",\n                                \"essid\": \"LokiDoki\",\n                                \"last_seen\": \"2021-09-24T16:44:36.486943\"\n                            }\n                        ],\n                        \"channel\": 4,\n                        \"client_group\": \"Unassigned\",\n                        \"device_tag\": \"\",\n                        \"first_seen\": \"2020-10-31T23:50:05.696643\",\n                        \"last_seen\": \"2021-10-13T13:52:31.248949\",\n                        \"latitude\": 37.91438077715055,\n                        \"location_tag\": \"\",\n                        \"longitude\": -122.29721004722137,\n                        \"macaddress\": \"18:74:2E:50:44:43\",\n                        \"manufacturer\": \"Amazon Technologies Inc.\",\n                        \"product_tag\": \"\",\n                        \"risk_level\": null,\n                        \"sensor_name\": \"EC Demo\",\n                        \"sensor_url_id\": \"42oQbKMPQ8LBXzjV\",\n                        \"signal\": -83,\n                        \"url_id\": \"gVbOn468XVl7K0Ee\",\n                        \"vendor_tag\": \"Amazon\"\n                    }\n                ],\n                \"configuration\": {\n                    \"authentication\": \"PSK\",\n                    \"eap_types\": null,\n                    \"encryption\": \"WPA2+CCMP,WPA2+TKIP,WPA+CCMP,WPA+TKIP\",\n                    \"hs20\": {\n                        \"data\": {\n                            \"VenueGroup\": \"\",\n                            \"VenueType\": \"\",\n                            \"Version\": \"\"\n                        },\n                        \"enabled\": false\n                    },\n                    \"pmf_capable\": false,\n                    \"pmf_required\": false,\n                    \"supported_channels\": \"{}\",\n                    \"vht_capable\": false,\n                    \"wps\": {\n                        \"capable\": true,\n                        \"data\": {\n                            \"configured\": true,\n                            \"devname\": \"Whole-home Wi-Fi\",\n                            \"manuf\": \"TP-Link\",\n                            \"modelname\": \"Deco M4R\",\n                            \"modelnum\": \"Deco M4R\"\n                        }\n                    }\n                },\n                \"customer_name\": \"Demo\",\n                \"device_tag\": \"Wireless Router\",\n                \"essid\": \"LokiDoki\",\n                \"first_seen\": \"2020-05-28T19:37:33.121835\",\n                \"hidden\": false,\n                \"last_seen\": \"2021-10-13T13:58:33.764631\",\n                \"latitude\": 37.91438077715055,\n                \"location_tag\": \"\",\n                \"longitude\": -122.29721004722137,\n                \"manufacturer\": \"TP-LINK TECHNOLOGIES CO.,LTD.\",\n                \"market\": \"Home/Office\",\n                \"product_tag\": \"\",\n                \"sensor_name\": \"EC Demo\",\n                \"sensor_url_id\": \"42oQbKMPQ8LBXzjV\",\n                \"signal\": -46,\n                \"trust_level\": 61,\n                \"url_id\": \"9PBZDaGwop7L7Rxw\",\n                \"vendor_tag\": \"TP-Link\"\n            },\n            {\n                \"ap_mode\": \"Infrastructure\",\n                \"bssid\": \"9E:DA:C4:70:D2:07\",\n                \"channel\": 44,\n                \"clients\": [],\n                \"configuration\": {\n                    \"authentication\": \"PSK\",\n                    \"eap_types\": null,\n                    \"encryption\": \"WPA2+CCMP\",\n                    \"hs20\": {\n                        \"data\": {\n                            \"VenueGroup\": \"\",\n                            \"VenueType\": \"\",\n                            \"Version\": \"\"\n                        },\n                        \"enabled\": false\n                    },\n                    \"pmf_capable\": false,\n                    \"pmf_required\": false,\n                    \"supported_channels\": \"{}\",\n                    \"vht_capable\": true,\n                    \"wps\": {\n                        \"capable\": false,\n                        \"data\": {\n                            \"configured\": false\n                        }\n                    }\n                },\n                \"customer_name\": \"Demo\",\n                \"device_tag\": \"\",\n                \"essid\": \"zEQQumr+a9FbMY5Y\",\n                \"first_seen\": \"2020-05-28T19:37:31.590840\",\n                \"hidden\": true,\n                \"last_seen\": \"2021-10-13T13:58:40.096137\",\n                \"latitude\": 37.91438077715055,\n                \"location_tag\": \"\",\n                \"longitude\": -122.29721004722137,\n                \"manufacturer\": \"Unknown\",\n                \"market\": \"Home/Office\",\n                \"product_tag\": \"\",\n                \"sensor_name\": \"EC Demo\",\n                \"sensor_url_id\": \"42oQbKMPQ8LBXzjV\",\n                \"signal\": -50,\n                \"trust_level\": 61,\n                \"url_id\": \"aQVvDeW0zWRLW8w0\",\n                \"vendor_tag\": \"\"\n            },\n            {\n                \"ap_mode\": \"Infrastructure\",\n                \"bssid\": \"FC:AE:34:95:2F:53\",\n                \"channel\": 52,\n                \"clients\": [],\n                \"configuration\": {\n                    \"authentication\": \"PSK\",\n                    \"eap_types\": null,\n                    \"encryption\": \"WPA2+CCMP\",\n                    \"hs20\": {\n                        \"data\": {\n                            \"VenueGroup\": \"\",\n                            \"VenueType\": \"\",\n                            \"Version\": \"\"\n                        },\n                        \"enabled\": false\n                    },\n                    \"pmf_capable\": false,\n                    \"pmf_required\": false,\n                    \"supported_channels\": \"{}\",\n                    \"vht_capable\": true,\n                    \"wps\": {\n                        \"capable\": false,\n                        \"data\": {\n                            \"configured\": false\n                        }\n                    }\n                },\n                \"customer_name\": \"Demo\",\n                \"device_tag\": \"\",\n                \"essid\": \"\",\n                \"first_seen\": \"2020-08-17T21:14:04.394444\",\n                \"hidden\": true,\n                \"last_seen\": \"2021-10-13T13:58:41.144210\",\n                \"latitude\": 37.91438077715055,\n                \"location_tag\": \"\",\n                \"longitude\": -122.29721004722137,\n                \"manufacturer\": \"ARRIS Group, Inc.\",\n                \"market\": \"Home/Office\",\n                \"product_tag\": \"\",\n                \"sensor_name\": \"EC Demo\",\n                \"sensor_url_id\": \"42oQbKMPQ8LBXzjV\",\n                \"signal\": -55,\n                \"trust_level\": 50,\n                \"url_id\": \"2oQbKMbQ74pDBXzj\",\n                \"vendor_tag\": \"\"\n            },\n            {\n                \"ap_mode\": \"Infrastructure\",\n                \"bssid\": \"E6:AE:34:95:2F:53\",\n                \"channel\": 52,\n                \"clients\": [],\n                \"configuration\": {\n                    \"authentication\": \"PSK\",\n                    \"eap_types\": null,\n                    \"encryption\": \"WPA2+CCMP\",\n                    \"hs20\": {\n                        \"data\": {\n                            \"VenueGroup\": \"\",\n                            \"VenueType\": \"\",\n                            \"Version\": \"\"\n                        },\n                        \"enabled\": false\n                    },\n                    \"pmf_capable\": false,\n                    \"pmf_required\": false,\n                    \"supported_channels\": \"{}\",\n                    \"vht_capable\": true,\n                    \"wps\": {\n                        \"capable\": true,\n                        \"data\": {\n                            \"configured\": true,\n                            \"devname\": \"Reference Design\",\n                            \"manuf\": \"Quantenna\",\n                            \"modelname\": \"Topaz\",\n                            \"modelnum\": \"BGW210\"\n                        }\n                    }\n                },\n                \"customer_name\": \"Demo\",\n                \"device_tag\": \"\",\n                \"essid\": \"ATTNd3trWa\",\n                \"first_seen\": \"2020-08-17T21:14:01.362783\",\n                \"hidden\": false,\n                \"last_seen\": \"2021-10-13T13:58:41.152135\",\n                \"latitude\": 37.91438077715055,\n                \"location_tag\": \"\",\n                \"longitude\": -122.29721004722137,\n                \"manufacturer\": \"Unknown\",\n                \"market\": \"Home/Office\",\n                \"product_tag\": \"\",\n                \"sensor_name\": \"EC Demo\",\n                \"sensor_url_id\": \"42oQbKMPQ8LBXzjV\",\n                \"signal\": -55,\n                \"trust_level\": 61,\n                \"url_id\": \"BbW5npGPOewDJ319\",\n                \"vendor_tag\": \"\"\n            },\n            {\n                \"ap_mode\": \"Infrastructure\",\n                \"bssid\": \"9E:18:88:BE:F0:04\",\n                \"channel\": 11,\n                \"clients\": [],\n                \"configuration\": {\n                    \"authentication\": \"PSK\",\n                    \"eap_types\": null,\n                    \"encryption\": \"WPA2+CCMP\",\n                    \"hs20\": {\n                        \"data\": {\n                            \"VenueGroup\": \"\",\n                            \"VenueType\": \"\",\n                            \"Version\": \"\"\n                        },\n                        \"enabled\": false\n                    },\n                    \"pmf_capable\": true,\n                    \"pmf_required\": false,\n                    \"supported_channels\": \"{}\",\n                    \"vht_capable\": false,\n                    \"wps\": {\n                        \"capable\": false,\n                        \"data\": {\n                            \"configured\": false\n                        }\n                    }\n                },\n                \"customer_name\": \"Demo\",\n                \"device_tag\": \"\",\n                \"essid\": \"I Am A Guest\",\n                \"first_seen\": \"2021-03-29T20:26:51.978263\",\n                \"hidden\": true,\n                \"last_seen\": \"2021-10-13T13:58:58.337995\",\n                \"latitude\": 37.8477344,\n                \"location_tag\": \"\",\n                \"longitude\": -122.2901104,\n                \"manufacturer\": \"Unknown\",\n                \"market\": \"Home/Office\",\n                \"product_tag\": \"\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"sensor_url_id\": \"PVyXoLbp5RD7QRWE\",\n                \"signal\": -37,\n                \"trust_level\": 61,\n                \"url_id\": \"BVWpnvevebeDeo1J\",\n                \"vendor_tag\": \"\"\n            },\n            {\n                \"ap_mode\": \"Infrastructure\",\n                \"bssid\": \"72:D7:9A:3D:9B:BB\",\n                \"channel\": 1,\n                \"clients\": [],\n                \"configuration\": {\n                    \"authentication\": \"PSK\",\n                    \"eap_types\": null,\n                    \"encryption\": \"WPA2+CCMP\",\n                    \"hs20\": {\n                        \"data\": {\n                            \"VenueGroup\": \"\",\n                            \"VenueType\": \"\",\n                            \"Version\": \"\"\n                        },\n                        \"enabled\": false\n                    },\n                    \"pmf_capable\": false,\n                    \"pmf_required\": false,\n                    \"supported_channels\": \"{}\",\n                    \"vht_capable\": true,\n                    \"wps\": {\n                        \"capable\": false,\n                        \"data\": {\n                            \"configured\": false\n                        }\n                    }\n                },\n                \"customer_name\": \"Demo\",\n                \"device_tag\": \"\",\n                \"essid\": \"Get Your Hands Off My Wifi\",\n                \"first_seen\": \"2021-09-23T02:07:51.730210\",\n                \"hidden\": false,\n                \"last_seen\": \"2021-10-13T13:59:11.297191\",\n                \"latitude\": 47.709397499999994,\n                \"location_tag\": \"\",\n                \"longitude\": -122.31505140000002,\n                \"manufacturer\": \"Unknown\",\n                \"market\": \"Home/Office\",\n                \"product_tag\": \"\",\n                \"sensor_name\": \"Demo-V2-Seattle\",\n                \"sensor_url_id\": \"jpEVxKyXvbLrQRY2\",\n                \"signal\": -67,\n                \"trust_level\": 61,\n                \"url_id\": \"7XbYLobE0jmnOJ20\",\n                \"vendor_tag\": \"\"\n            },\n            {\n                \"ap_mode\": \"Infrastructure\",\n                \"bssid\": \"9E:18:98:BE:F0:04\",\n                \"channel\": 44,\n                \"clients\": [],\n                \"configuration\": {\n                    \"authentication\": \"PSK\",\n                    \"eap_types\": null,\n                    \"encryption\": \"WPA2+CCMP\",\n                    \"hs20\": {\n                        \"data\": {\n                            \"VenueGroup\": \"\",\n                            \"VenueType\": \"\",\n                            \"Version\": \"\"\n                        },\n                        \"enabled\": false\n                    },\n                    \"pmf_capable\": true,\n                    \"pmf_required\": false,\n                    \"supported_channels\": \"{}\",\n                    \"vht_capable\": false,\n                    \"wps\": {\n                        \"capable\": false,\n                        \"data\": {\n                            \"configured\": false\n                        }\n                    }\n                },\n                \"customer_name\": \"Demo\",\n                \"device_tag\": \"\",\n                \"essid\": \"I Am A Guest\",\n                \"first_seen\": \"2021-03-29T20:26:51.627147\",\n                \"hidden\": false,\n                \"last_seen\": \"2021-10-13T13:59:11.961028\",\n                \"latitude\": 37.8477344,\n                \"location_tag\": \"\",\n                \"longitude\": -122.2901104,\n                \"manufacturer\": \"Unknown\",\n                \"market\": \"Home/Office\",\n                \"product_tag\": \"\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"sensor_url_id\": \"PVyXoLbp5RD7QRWE\",\n                \"signal\": -52,\n                \"trust_level\": 61,\n                \"url_id\": \"lqXoKNoMorpD7y26\",\n                \"vendor_tag\": \"\"\n            }\n        ]\n    },\n    \"status\": \"success\"\n}"}],"_postman_id":"265bb6a3-26c8-4010-9e5d-7e099c28f84e"},{"name":"Network Detail","id":"ba6af3c0-ee80-414a-9b64-53131de9432c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.802secure.net/apiv1/customer/wifi_network/:essid","description":"<p>Returns all details of BSSIDs and clients connected in the past 10 minutes for a specific ESSID (network name).</p>\n","auth":{"type":"bearer","bearer":{"token":"access_token"},"isInherited":true,"source":{"_postman_id":"d8f119ea-2083-456b-8a58-29991b8becad","id":"d8f119ea-2083-456b-8a58-29991b8becad","name":"802 Secure/LOCH Customer API","type":"collection"}},"urlObject":{"path":["wifi_network",":essid"],"host":["https://api.802secure.net/apiv1/customer"],"query":[],"variable":[{"description":{"content":"<p>The unique name (ESSID) of the network. Value is case sensitive.</p>\n","type":"text/plain"},"type":"any","value":"","key":"essid"}]}},"response":[{"id":"6ed7878a-a3e9-40cc-9331-556b3e72a317","name":"Network Detail","originalRequest":{"method":"GET","header":[],"url":"https://api.802secure.net/apiv1/customer/wifi_network/{{essid}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 13 Oct 2021 14:01:04 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"7444"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Set-Cookie","value":"session=fe58ecb9-20aa-4df5-bd51-2272d3e7df19.uSIdp33mKRk-gTeN-TfTrwAvT4I; Expires=Wed, 13-Oct-2021 15:01:04 GMT; Secure; HttpOnly; Path=/"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"bssids\": [\n            {\n                \"ap_mode\": \"Infrastructure\",\n                \"bssid\": \"96:18:98:BE:F0:04\",\n                \"channel\": 44,\n                \"clients\": [\n                    {\n                        \"accesspoints\": [\n                            {\n                                \"ap_trust_level\": 20,\n                                \"ap_url_id\": null,\n                                \"bssid\": \"96:18:98:BE:F0:04\",\n                                \"essid\": \"Free5Bird\",\n                                \"last_seen\": \"2021-10-13T13:58:39.064825\"\n                            },\n                            {\n                                \"ap_trust_level\": 50,\n                                \"ap_url_id\": null,\n                                \"bssid\": \"00:00:00:00:00:00\",\n                                \"essid\": \"UNCONNECTED CLIENTS\",\n                                \"last_seen\": \"2021-10-13T13:32:16.265113\"\n                            },\n                            {\n                                \"ap_trust_level\": 71,\n                                \"ap_url_id\": null,\n                                \"bssid\": \"96:18:88:BE:F0:04\",\n                                \"essid\": \"Free5Bird\",\n                                \"last_seen\": \"2021-10-13T09:14:22.728965\"\n                            }\n                        ],\n                        \"channel\": 44,\n                        \"client_group\": \"Visitor\",\n                        \"device_tag\": \"\",\n                        \"first_seen\": \"2021-09-08T19:36:02.423165\",\n                        \"last_seen\": \"2021-10-13T13:52:07.428685\",\n                        \"latitude\": 37.8477344,\n                        \"location_tag\": \"\",\n                        \"longitude\": -122.2901104,\n                        \"macaddress\": \"00:0E:8E:86:1A:7B\",\n                        \"manufacturer\": \"SparkLAN Communications, Inc.\",\n                        \"product_tag\": \"\",\n                        \"risk_level\": 284,\n                        \"sensor_name\": \"demo-emeryville\",\n                        \"sensor_url_id\": \"PVyXoLbp5RD7QRWE\",\n                        \"signal\": -40,\n                        \"url_id\": \"O3ZzDm8Y1Y6zK4JR\",\n                        \"vendor_tag\": \"\"\n                    },\n                    {\n                        \"accesspoints\": [\n                            {\n                                \"ap_trust_level\": 20,\n                                \"ap_url_id\": null,\n                                \"bssid\": \"96:18:98:BE:F0:04\",\n                                \"essid\": \"Free5Bird\",\n                                \"last_seen\": \"2021-10-13T13:58:14.789368\"\n                            },\n                            {\n                                \"ap_trust_level\": 50,\n                                \"ap_url_id\": null,\n                                \"bssid\": \"00:00:00:00:00:00\",\n                                \"essid\": \"UNCONNECTED CLIENTS\",\n                                \"last_seen\": \"2021-10-08T17:48:17.073083\"\n                            },\n                            {\n                                \"ap_trust_level\": 71,\n                                \"ap_url_id\": null,\n                                \"bssid\": \"96:18:88:BE:F0:04\",\n                                \"essid\": \"Free5Bird\",\n                                \"last_seen\": \"2021-10-08T14:09:07.404830\"\n                            },\n                            {\n                                \"ap_trust_level\": 71,\n                                \"ap_url_id\": null,\n                                \"bssid\": \"EE:CB:AC:50:9A:18\",\n                                \"essid\": \"Free5Bird\",\n                                \"last_seen\": \"2021-04-12T19:14:28.987681\"\n                            },\n                            {\n                                \"ap_trust_level\": 71,\n                                \"ap_url_id\": null,\n                                \"bssid\": \"EE:CB:BC:50:9A:18\",\n                                \"essid\": \"Free5Bird\",\n                                \"last_seen\": \"2021-04-12T15:55:14.639513\"\n                            }\n                        ],\n                        \"channel\": 44,\n                        \"client_group\": \"Visitor\",\n                        \"device_tag\": \"\",\n                        \"first_seen\": \"2021-02-26T18:08:29.659094\",\n                        \"last_seen\": \"2021-10-12T17:22:28.068959\",\n                        \"latitude\": 37.8477344,\n                        \"location_tag\": \"\",\n                        \"longitude\": -122.2901104,\n                        \"macaddress\": \"EE:D0:BB:86:58:6D\",\n                        \"manufacturer\": \"Privacy Address\",\n                        \"product_tag\": \"\",\n                        \"risk_level\": 4402,\n                        \"sensor_name\": \"demo-emeryville\",\n                        \"sensor_url_id\": \"PVyXoLbp5RD7QRWE\",\n                        \"signal\": -83,\n                        \"url_id\": \"5N89KXjQy3M2nv1X\",\n                        \"vendor_tag\": \"\"\n                    }\n                ],\n                \"configuration\": {\n                    \"authentication\": \"Open\",\n                    \"eap_types\": null,\n                    \"encryption\": \"None\",\n                    \"hs20\": {\n                        \"data\": {\n                            \"VenueGroup\": \"\",\n                            \"VenueType\": \"\",\n                            \"Version\": \"\"\n                        },\n                        \"enabled\": false\n                    },\n                    \"pmf_capable\": false,\n                    \"pmf_required\": false,\n                    \"supported_channels\": \"{}\",\n                    \"vht_capable\": false,\n                    \"wps\": {\n                        \"capable\": false,\n                        \"data\": {\n                            \"configured\": false\n                        }\n                    }\n                },\n                \"customer_name\": \"Demo\",\n                \"device_tag\": \"\",\n                \"essid\": \"Free5Bird\",\n                \"first_seen\": \"2021-03-29T20:26:50.045107\",\n                \"hidden\": false,\n                \"last_seen\": \"2021-10-13T13:57:11.945538\",\n                \"latitude\": 37.8477344,\n                \"location_tag\": \"\",\n                \"longitude\": -122.2901104,\n                \"manufacturer\": \"Unknown\",\n                \"market\": \"Home/Office\",\n                \"product_tag\": \"\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"sensor_url_id\": \"PVyXoLbp5RD7QRWE\",\n                \"signal\": -52,\n                \"trust_level\": 20,\n                \"url_id\": \"60deD0565RJnpPjb\",\n                \"vendor_tag\": \"\"\n            },\n            {\n                \"ap_mode\": \"Infrastructure\",\n                \"bssid\": \"96:18:88:BE:F0:04\",\n                \"channel\": 11,\n                \"clients\": [],\n                \"configuration\": {\n                    \"authentication\": \"Open\",\n                    \"eap_types\": null,\n                    \"encryption\": \"None\",\n                    \"hs20\": {\n                        \"data\": {\n                            \"VenueGroup\": \"\",\n                            \"VenueType\": \"\",\n                            \"Version\": \"\"\n                        },\n                        \"enabled\": false\n                    },\n                    \"pmf_capable\": false,\n                    \"pmf_required\": false,\n                    \"supported_channels\": \"{}\",\n                    \"vht_capable\": false,\n                    \"wps\": {\n                        \"capable\": false,\n                        \"data\": {\n                            \"configured\": false\n                        }\n                    }\n                },\n                \"customer_name\": \"Demo\",\n                \"device_tag\": \"\",\n                \"essid\": \"Free5Bird\",\n                \"first_seen\": \"2021-03-29T20:26:51.006210\",\n                \"hidden\": true,\n                \"last_seen\": \"2021-10-13T13:56:59.654768\",\n                \"latitude\": 37.8477344,\n                \"location_tag\": \"\",\n                \"longitude\": -122.2901104,\n                \"manufacturer\": \"Unknown\",\n                \"market\": \"Home/Office\",\n                \"product_tag\": \"\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"sensor_url_id\": \"PVyXoLbp5RD7QRWE\",\n                \"signal\": -38,\n                \"trust_level\": 71,\n                \"url_id\": \"v0zVKQNMNPlDbB5E\",\n                \"vendor_tag\": \"\"\n            },\n            {\n                \"ap_mode\": \"Infrastructure\",\n                \"bssid\": \"EE:CB:AC:50:9A:18\",\n                \"channel\": 44,\n                \"clients\": [],\n                \"configuration\": {\n                    \"authentication\": \"Open\",\n                    \"eap_types\": null,\n                    \"encryption\": \"None\",\n                    \"hs20\": {\n                        \"data\": null,\n                        \"enabled\": null\n                    },\n                    \"pmf_capable\": false,\n                    \"pmf_required\": false,\n                    \"supported_channels\": \"0\",\n                    \"vht_capable\": null,\n                    \"wps\": {\n                        \"capable\": false,\n                        \"data\": {\n                            \"configured\": false\n                        }\n                    }\n                },\n                \"customer_name\": \"Demo\",\n                \"device_tag\": \"\",\n                \"essid\": \"Free5Bird\",\n                \"first_seen\": \"2018-07-17T09:00:49.880134\",\n                \"hidden\": false,\n                \"last_seen\": \"2021-04-13T18:32:12.601918\",\n                \"latitude\": 37.847639090363465,\n                \"location_tag\": \"\",\n                \"longitude\": -122.29022439388314,\n                \"manufacturer\": \"Cisco Meraki\",\n                \"market\": \"Home/Office\",\n                \"product_tag\": \"\",\n                \"sensor_name\": \"eville-office-2\",\n                \"sensor_url_id\": \"jwd4mnAgNYKkvRpE\",\n                \"signal\": -86,\n                \"trust_level\": 71,\n                \"url_id\": \"QE2NgDrpVM2LaerV\",\n                \"vendor_tag\": \"\"\n            },\n            {\n                \"ap_mode\": \"Invalid\",\n                \"bssid\": \"EE:CB:BC:50:9A:18\",\n                \"channel\": 1,\n                \"clients\": [],\n                \"configuration\": {\n                    \"authentication\": \"Open\",\n                    \"eap_types\": null,\n                    \"encryption\": \"None\",\n                    \"hs20\": {\n                        \"data\": null,\n                        \"enabled\": null\n                    },\n                    \"pmf_capable\": false,\n                    \"pmf_required\": false,\n                    \"supported_channels\": \"0\",\n                    \"vht_capable\": null,\n                    \"wps\": {\n                        \"capable\": false,\n                        \"data\": {\n                            \"configured\": false\n                        }\n                    }\n                },\n                \"customer_name\": \"Demo\",\n                \"device_tag\": \"\",\n                \"essid\": \"Free5Bird\",\n                \"first_seen\": \"2018-07-17T09:00:52.361070\",\n                \"hidden\": true,\n                \"last_seen\": \"2021-04-13T18:32:14.034676\",\n                \"latitude\": 37.8477344,\n                \"location_tag\": \"\",\n                \"longitude\": -122.2901104,\n                \"manufacturer\": \"Cisco Meraki\",\n                \"market\": \"Home/Office\",\n                \"product_tag\": \"\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"sensor_url_id\": \"PVyXoLbp5RD7QRWE\",\n                \"signal\": -37,\n                \"trust_level\": 71,\n                \"url_id\": \"m9PBZDa7R9OL7Rxw\",\n                \"vendor_tag\": \"\"\n            },\n            {\n                \"ap_mode\": \"Infrastructure\",\n                \"bssid\": \"EE:CB:BC:B4:8C:3A\",\n                \"channel\": 11,\n                \"clients\": [],\n                \"configuration\": {\n                    \"authentication\": \"Open\",\n                    \"eap_types\": null,\n                    \"encryption\": \"None\",\n                    \"hs20\": {\n                        \"data\": null,\n                        \"enabled\": null\n                    },\n                    \"pmf_capable\": null,\n                    \"pmf_required\": null,\n                    \"supported_channels\": null,\n                    \"vht_capable\": null,\n                    \"wps\": {\n                        \"capable\": false,\n                        \"data\": {\n                            \"configured\": false\n                        }\n                    }\n                },\n                \"customer_name\": \"Demo\",\n                \"device_tag\": \"\",\n                \"essid\": \"Free5Bird\",\n                \"first_seen\": \"2018-05-30T00:03:06.800308\",\n                \"hidden\": true,\n                \"last_seen\": \"2019-08-30T17:04:13.820424\",\n                \"latitude\": 37.8477332,\n                \"location_tag\": \"\",\n                \"longitude\": -122.2901986,\n                \"manufacturer\": \"Cisco Meraki\",\n                \"market\": \"Home/Office\",\n                \"product_tag\": \"\",\n                \"sensor_name\": \"eville-office-2\",\n                \"sensor_url_id\": \"jwd4mnAgNYKkvRpE\",\n                \"signal\": -23,\n                \"trust_level\": 71,\n                \"url_id\": \"M60deD0lN1xDpPjb\",\n                \"vendor_tag\": \"\"\n            },\n            {\n                \"ap_mode\": \"Infrastructure\",\n                \"bssid\": \"EE:CB:AC:B4:8C:3A\",\n                \"channel\": 149,\n                \"clients\": [],\n                \"configuration\": {\n                    \"authentication\": \"Open\",\n                    \"eap_types\": null,\n                    \"encryption\": \"None\",\n                    \"hs20\": {\n                        \"data\": null,\n                        \"enabled\": null\n                    },\n                    \"pmf_capable\": null,\n                    \"pmf_required\": null,\n                    \"supported_channels\": null,\n                    \"vht_capable\": null,\n                    \"wps\": {\n                        \"capable\": false,\n                        \"data\": {\n                            \"configured\": false\n                        }\n                    }\n                },\n                \"customer_name\": \"Demo\",\n                \"device_tag\": \"\",\n                \"essid\": \"Free5Bird\",\n                \"first_seen\": \"2018-05-30T00:03:05.763584\",\n                \"hidden\": false,\n                \"last_seen\": \"2019-08-30T17:02:29.519416\",\n                \"latitude\": 37.8477332,\n                \"location_tag\": \"\",\n                \"longitude\": -122.2901986,\n                \"manufacturer\": \"Cisco Meraki\",\n                \"market\": \"Home/Office\",\n                \"product_tag\": \"\",\n                \"sensor_name\": \"eville-office-2\",\n                \"sensor_url_id\": \"jwd4mnAgNYKkvRpE\",\n                \"signal\": -35,\n                \"trust_level\": 71,\n                \"url_id\": \"PaQVvDe1246DW8w0\",\n                \"vendor_tag\": \"\"\n            },\n            {\n                \"ap_mode\": \"Infrastructure\",\n                \"bssid\": \"92:68:C3:F0:AA:7B\",\n                \"channel\": 40,\n                \"clients\": [],\n                \"configuration\": {\n                    \"authentication\": \"Open\",\n                    \"eap_types\": null,\n                    \"encryption\": \"None\",\n                    \"hs20\": {\n                        \"data\": null,\n                        \"enabled\": null\n                    },\n                    \"pmf_capable\": null,\n                    \"pmf_required\": null,\n                    \"supported_channels\": \"{}\",\n                    \"vht_capable\": null,\n                    \"wps\": {\n                        \"capable\": false,\n                        \"data\": {\n                            \"configured\": false\n                        }\n                    }\n                },\n                \"customer_name\": \"Demo\",\n                \"device_tag\": \"\",\n                \"essid\": \"Free5Bird\",\n                \"first_seen\": \"2019-06-24T23:41:13.760894\",\n                \"hidden\": false,\n                \"last_seen\": \"2019-06-25T01:57:17.215159\",\n                \"latitude\": 37.8477332,\n                \"location_tag\": \"\",\n                \"longitude\": -122.2901986,\n                \"manufacturer\": \"Unknown\",\n                \"market\": \"Home/Office\",\n                \"product_tag\": \"\",\n                \"sensor_name\": \"eville-office-2\",\n                \"sensor_url_id\": \"jwd4mnAgNYKkvRpE\",\n                \"signal\": -55,\n                \"trust_level\": 50,\n                \"url_id\": \"Jv0zVKQXRMmLbB5E\",\n                \"vendor_tag\": \"\"\n            }\n        ]\n    },\n    \"status\": \"success\"\n}"}],"_postman_id":"ba6af3c0-ee80-414a-9b64-53131de9432c"},{"name":"Network List","id":"1b03ac99-32c6-4d50-ac2d-66a8b6d0859e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.802secure.net/apiv1/customer/wifi_networks","description":"<p>Returns a list of all ESSID (network names) ever observed.</p>\n","auth":{"type":"bearer","bearer":{"token":"access_token"},"isInherited":true,"source":{"_postman_id":"d8f119ea-2083-456b-8a58-29991b8becad","id":"d8f119ea-2083-456b-8a58-29991b8becad","name":"802 Secure/LOCH Customer API","type":"collection"}},"urlObject":{"path":["wifi_networks"],"host":["https://api.802secure.net/apiv1/customer"],"query":[],"variable":[]}},"response":[{"id":"b6542db6-bffb-43a0-9e06-d9188c1fe46b","name":"Network List","originalRequest":{"method":"GET","header":[],"url":"https://api.802secure.net/apiv1/customer/wifi_networks"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 12 Oct 2021 23:32:02 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"1281314"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Set-Cookie","value":"session=ee9cd6ce-9422-4429-881d-337b7507d36a.37RHq9LUPoAmPMmLlDzXxxHyakc; Expires=Wed, 13-Oct-2021 00:32:02 GMT; Secure; HttpOnly; Path=/"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"networks\": [\n            {\n                \"essid\": \"=-)\"\n            },\n            {\n                \"essid\": \"_\"\n            },\n            {\n                \"essid\": \"¯\\\\_(ツ)_/¯  \"\n            },\n            {\n                \"essid\": \":::::::\"\n            },\n            {\n                \"essid\": \"..///\"\n            },\n            {\n                \"essid\": \"💣\"\n            },\n            {\n                \"essid\": \"내폰\"\n            },\n            {\n                \"essid\": \"🌞🌞\"\n            },\n            {\n                \"essid\": \"🖕🏼\"\n            },\n            {\n                \"essid\": \"ወረኛ\"\n            },\n            {\n                \"essid\": \"》☆《\"\n            },\n            {\n                \"essid\": \"🐾😻😼🐶🚌💑🐾\"\n            },\n            {\n                \"essid\": \"😇🤬😵🤪🐒🦁🐺\"\n            },\n            {\n                \"essid\": \"\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\"\n            },\n            {\n                \"essid\": \"\\u0001\\b\\ufffd\\ufffd\"\n            },\n            {\n                \"essid\": \"\\u0001\\b\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0012\\ufffd$\\u0003\"\n            },\n            {\n                \"essid\": \"\\u0001\\b\\ufffd\\ufffd\\ufffd\\ufffd\\f\\u0012\\u0018$\\u0003\"\n            },\n            {\n                \"essid\": \"\\u0001\\b\\ufffd\\u0004\\u000b\\u0016\\f\\u0012\\u0018$\\u0003\"\n            },\n            {\n                \"essid\": \"\\u0014\\u0001\\u000f\\ufffd\\u0004\\u0001\\u000f\\ufffd\\u0004\\u0001\\u000f\\ufffd\\u0002\\ufffd=\\u0016\\ufffd\\u0005\\u0004\\u007f\\b\\u0004\"\n            },\n            {\n                \"essid\": \"00000\"\n            },\n            {\n                \"essid\": \"0000005057\"\n            },\n            {\n                \"essid\": \"000939\"\n            },\n            {\n                \"essid\": \"001203\"\n            },\n            {\n                \"essid\": \"001 Mo the Incredible \"\n            },\n            {\n                \"essid\": \"0024b1000002018c\"\n            },\n            {\n                \"essid\": \"0024b1000002058a\"\n            },\n            {\n                \"essid\": \"0024b1000002065f\"\n            },\n            {\n                \"essid\": \"007\"\n            },\n            {\n                \"essid\": \"009017\"\n            },\n            {\n                \"essid\": \"00softail\"\n            },\n            {\n                \"essid\": \"00-spaceship\"\n            },\n            {\n                \"essid\": \"01121\"\n            },\n            {\n                \"essid\": \"01-132\"\n            },\n            {\n                \"essid\": \"01-138\"\n            },\n            {\n                \"essid\": \"01-winter's here\"\n            },\n            {\n                \"essid\": \"027Store\"\n            },\n            {\n                \"essid\": \"030511star\"\n            },\n            {\n                \"essid\": \"035368_5g\"\n            },\n            {\n                \"essid\": \"038983\"\n            },\n            {\n                \"essid\": \"0401\"\n            },\n            {\n                \"essid\": \"0402\"\n            },\n            {\n                \"essid\": \"0480003483\"\n            },\n            {\n                \"essid\": \"081960\"\n            },\n            {\n                \"essid\": \"0956rgtjfg94\"\n            },\n            {\n                \"essid\": \"0A344ABB\"\n            },\n            {\n                \"essid\": \"0A9988AN\"\n            },\n            {\n                \"essid\": \"0ACFA2-2.4\"\n            },\n            {\n                \"essid\": \"0asis2.4G\"\n            },\n            {\n                \"essid\": \"\\u0001\\u0007\\ufffd\\u0018$0H`l\\u0003\\u0001\"\n            },\n            {\n                \"essid\": \"\\u0001\\b\\ufffd\\u0012\\u0018$0H`l\\u0003\"\n            },\n            {\n                \"essid\": \"0ompaL0ompa\"\n            },\n            {\n                \"essid\": \" 1+\"\n            },\n            {\n                \"essid\": \"100\"\n            },\n            {\n                \"essid\": \"10063496\"\n            },\n            {\n                \"essid\": \"101\"\n            },\n            {\n                \"essid\": \"1014\"\n            },\n            {\n                \"essid\": \"1015Brown\"\n            },\n            {\n                \"essid\": \"1016\"\n            },\n            {\n                \"essid\": \"1020\"\n            },\n            {\n                \"essid\": \"1021\"\n            },\n            {\n                \"essid\": \"102100199x\"\n            },\n            {\n                \"essid\": \"1022\"\n            },\n            {\n                \"essid\": \"1023\"\n            },\n            {\n                \"essid\": \"1024\"\n            },\n            {\n                \"essid\": \"103\"\n            },\n            {\n                \"essid\": \"1030\"\n            },\n            {\n                \"essid\": \"1042\"\n            },\n            {\n                \"essid\": \"1043\"\n            },\n            {\n                \"essid\": \"1044\"\n            },\n            {\n                \"essid\": \"1045\"\n            },\n            {\n                \"essid\": \"10464-RES\"\n            },\n            {\n                \"essid\": \"10479-RES\"\n            },\n            {\n                \"essid\": \"10502-RES\"\n            },\n            {\n                \"essid\": \"1051\"\n            },\n            {\n                \"essid\": \"1053\"\n            },\n            {\n                \"essid\": \"1057\"\n            },\n            {\n                \"essid\": \"1061\"\n            },\n            {\n                \"essid\": \"1063\"\n            },\n            {\n                \"essid\": \"1064\"\n            },\n            {\n                \"essid\": \"1068\"\n            },\n            {\n                \"essid\": \"107\"\n            },\n            {\n                \"essid\": \"1070\"\n            },\n            {\n                \"essid\": \"1073\"\n            },\n            {\n                \"essid\": \"1076\"\n            },\n            {\n                \"essid\": \"1078\"\n            },\n            {\n                \"essid\": \"1081\"\n            },\n            {\n                \"essid\": \"1082\"\n            },\n            {\n                \"essid\": \"1083\"\n            },\n            {\n                \"essid\": \"1085\"\n            },\n            {\n                \"essid\": \"1087\"\n            },\n            {\n                \"essid\": \"109\"\n            },\n            {\n                \"essid\": \"1093\"\n            },\n            {\n                \"essid\": \"1094\"\n            },\n            {\n                \"essid\": \"10DEGREES\"\n            },\n            {\n                \"essid\": \"110\"\n            },\n            {\n                \"essid\": \"1100\"\n            },\n            {\n                \"essid\": \"1101\"\n            },\n            {\n                \"essid\": \"1102\"\n            },\n            {\n                \"essid\": \"1106\"\n            },\n            {\n                \"essid\": \"111\"\n            },\n            {\n                \"essid\": \"1113hot\"\n            },\n            {\n                \"essid\": \"112\"\n            },\n            {\n                \"essid\": \"112985\"\n            },\n            {\n                \"essid\": \"113972\"\n            },\n            {\n                \"essid\": \"1149hot\"\n            },\n            {\n                \"essid\": \"11543-RES\"\n            },\n            {\n                \"essid\": \"116\"\n            },\n            {\n                \"essid\": \"11732208\"\n            },\n            {\n                \"essid\": \"11739632\"\n            },\n            {\n                \"essid\": \"11920570\"\n            },\n            {\n                \"essid\": \"11M\"\n            },\n            {\n                \"essid\": \"1202\"\n            },\n            {\n                \"essid\": \"1203\"\n            },\n            {\n                \"essid\": \"120377\"\n            },\n            {\n                \"essid\": \"1206\"\n            },\n            {\n                \"essid\": \"1207\"\n            },\n            {\n                \"essid\": \"1209\"\n            },\n            {\n                \"essid\": \"121\"\n            },\n            {\n                \"essid\": \"1210\"\n            },\n            {\n                \"essid\": \"1211\"\n            },\n            {\n                \"essid\": \"1212\"\n            },\n            {\n                \"essid\": \"1213\"\n            },\n            {\n                \"essid\": \"1214\"\n            },\n            {\n                \"essid\": \"121556\"\n            },\n            {\n                \"essid\": \"1217\"\n            },\n            {\n                \"essid\": \"1218\"\n            },\n            {\n                \"essid\": \"121 ASUS_2.4G\"\n            },\n            {\n                \"essid\": \"123456\"\n            },\n            {\n                \"essid\": \"12345678\"\n            },\n            {\n                \"essid\": \"123456789\"\n            },\n            {\n                \"essid\": \"123chevy\"\n            },\n            {\n                \"essid\": \"1258Virus\"\n            },\n            {\n                \"essid\": \"129608\"\n            },\n            {\n                \"essid\": \"12Stone\"\n            },\n            {\n                \"essid\": \"12Stone5G\"\n            },\n            {\n                \"essid\": \"12StoneGuest\"\n            },\n            {\n                \"essid\": \"12StoneN\"\n            },\n            {\n                \"essid\": \"1301\"\n            },\n            {\n                \"essid\": \"1302\"\n            },\n            {\n                \"essid\": \"1303\"\n            },\n            {\n                \"essid\": \"1304\"\n            },\n            {\n                \"essid\": \"1307\"\n            },\n            {\n                \"essid\": \"1308\"\n            },\n            {\n                \"essid\": \"1309\"\n            },\n            {\n                \"essid\": \"1310\"\n            },\n            {\n                \"essid\": \"1311\"\n            },\n            {\n                \"essid\": \"1314\"\n            },\n            {\n                \"essid\": \"131538\"\n            },\n            {\n                \"essid\": \"131539\"\n            },\n            {\n                \"essid\": \"1316\"\n            },\n            {\n                \"essid\": \"1319\"\n            },\n            {\n                \"essid\": \"1320\"\n            },\n            {\n                \"essid\": \"1321\"\n            },\n            {\n                \"essid\": \"1322\"\n            },\n            {\n                \"essid\": \"1323\"\n            },\n            {\n                \"essid\": \"1323ALFREDO\"\n            },\n            {\n                \"essid\": \"1324\"\n            },\n            {\n                \"essid\": \"1327\"\n            },\n            {\n                \"essid\": \"1328\"\n            },\n            {\n                \"essid\": \"1329\"\n            },\n            {\n                \"essid\": \"1330\"\n            },\n            {\n                \"essid\": \"1331\"\n            },\n            {\n                \"essid\": \"1332\"\n            },\n            {\n                \"essid\": \"1334\"\n            },\n            {\n                \"essid\": \"1335\"\n            },\n            {\n                \"essid\": \"1336\"\n            },\n            {\n                \"essid\": \"1337\"\n            },\n            {\n                \"essid\": \"1338\"\n            },\n            {\n                \"essid\": \"1339\"\n            },\n            {\n                \"essid\": \"1340\"\n            },\n            {\n                \"essid\": \"1341\"\n            },\n            {\n                \"essid\": \"1343\"\n            },\n            {\n                \"essid\": \"1344\"\n            },\n            {\n                \"essid\": \"1345\"\n            },\n            {\n                \"essid\": \"1346\"\n            },\n            {\n                \"essid\": \"1348\"\n            },\n            {\n                \"essid\": \"1350\"\n            },\n            {\n                \"essid\": \"1351\"\n            },\n            {\n                \"essid\": \"1352\"\n            },\n            {\n                \"essid\": \"1353\"\n            },\n            {\n                \"essid\": \"1356\"\n            },\n            {\n                \"essid\": \"1358\"\n            },\n            {\n                \"essid\": \"1359\"\n            },\n            {\n                \"essid\": \"1361\"\n            },\n            {\n                \"essid\": \"1362\"\n            },\n            {\n                \"essid\": \"14001409\"\n            },\n            {\n                \"essid\": \"14001417\"\n            },\n            {\n                \"essid\": \"14001461\"\n            },\n            {\n                \"essid\": \"14001521\"\n            },\n            {\n                \"essid\": \"14004169\"\n            },\n            {\n                \"essid\": \"1401\"\n            },\n            {\n                \"essid\": \"1402\"\n            },\n            {\n                \"essid\": \"14023103\"\n            },\n            {\n                \"essid\": \"14025911\"\n            },\n            {\n                \"essid\": \"14029153\"\n            },\n            {\n                \"essid\": \"14041488\"\n            },\n            {\n                \"essid\": \"14042501\"\n            },\n            {\n                \"essid\": \"1428\"\n            },\n            {\n                \"essid\": \"1429\"\n            },\n            {\n                \"essid\": \"1430\"\n            },\n            {\n                \"essid\": \"1431\"\n            },\n            {\n                \"essid\": \"1432\"\n            },\n            {\n                \"essid\": \"1433\"\n            },\n            {\n                \"essid\": \"1434\"\n            },\n            {\n                \"essid\": \"1435\"\n            },\n            {\n                \"essid\": \"1436\"\n            },\n            {\n                \"essid\": \"1437\"\n            },\n            {\n                \"essid\": \"1438\"\n            },\n            {\n                \"essid\": \"1439\"\n            },\n            {\n                \"essid\": \"1440\"\n            },\n            {\n                \"essid\": \"1442hot\"\n            },\n            {\n                \"essid\": \"1444\"\n            },\n            {\n                \"essid\": \"1446\"\n            },\n            {\n                \"essid\": \"1455\"\n            },\n            {\n                \"essid\": \"1456\"\n            },\n            {\n                \"essid\": \"1457\"\n            },\n            {\n                \"essid\": \"1458\"\n            },\n            {\n                \"essid\": \"1459\"\n            },\n            {\n                \"essid\": \"1459AFW\"\n            },\n            {\n                \"essid\": \"1460\"\n            },\n            {\n                \"essid\": \"1461\"\n            },\n            {\n                \"essid\": \"1462\"\n            },\n            {\n                \"essid\": \"1463\"\n            },\n            {\n                \"essid\": \"1464\"\n            },\n            {\n                \"essid\": \"14664-RES\"\n            },\n            {\n                \"essid\": \"14666-RES\"\n            },\n            {\n                \"essid\": \"14668-RES\"\n            },\n            {\n                \"essid\": \"14670-RES\"\n            },\n            {\n                \"essid\": \"14671-RES\"\n            },\n            {\n                \"essid\": \"14672-RES\"\n            },\n            {\n                \"essid\": \"14674-RES\"\n            },\n            {\n                \"essid\": \"14675-RES\"\n            },\n            {\n                \"essid\": \"14676-RES\"\n            },\n            {\n                \"essid\": \"14678-RES\"\n            },\n            {\n                \"essid\": \"1478hot\"\n            },\n            {\n                \"essid\": \"1480-17\"\n            },\n            {\n                \"essid\": \"149811\"\n            },\n            {\n                \"essid\": \"14FEBAJ\"\n            },\n            {\n                \"essid\": \"1500Union2G\"\n            },\n            {\n                \"essid\": \"1512\"\n            },\n            {\n                \"essid\": \"1516\"\n            },\n            {\n                \"essid\": \"1518hot\"\n            },\n            {\n                \"essid\": \"1524\"\n            },\n            {\n                \"essid\": \"1525\"\n            },\n            {\n                \"essid\": \"1527\"\n            },\n            {\n                \"essid\": \"1530\"\n            },\n            {\n                \"essid\": \"1530 Millhaven Dr\"\n            },\n            {\n                \"essid\": \"1532\"\n            },\n            {\n                \"essid\": \"1534\"\n            },\n            {\n                \"essid\": \"1536\"\n            },\n            {\n                \"essid\": \"1538\"\n            },\n            {\n                \"essid\": \"1540\"\n            },\n            {\n                \"essid\": \"1546\"\n            },\n            {\n                \"essid\": \"1550\"\n            },\n            {\n                \"essid\": \"1554\"\n            },\n            {\n                \"essid\": \"1555\"\n            },\n            {\n                \"essid\": \"1557\"\n            },\n            {\n                \"essid\": \"1561\"\n            },\n            {\n                \"essid\": \"1563\"\n            },\n            {\n                \"essid\": \"1577\"\n            },\n            {\n                \"essid\": \"1578\"\n            },\n            {\n                \"essid\": \"1583\"\n            },\n            {\n                \"essid\": \"1584\"\n            },\n            {\n                \"essid\": \"1586\"\n            },\n            {\n                \"essid\": \"1587hot6\"\n            },\n            {\n                \"essid\": \"1588\"\n            },\n            {\n                \"essid\": \"1589\"\n            },\n            {\n                \"essid\": \"15904\"\n            },\n            {\n                \"essid\": \"15 mali\"\n            },\n            {\n                \"essid\": \"$15 per hour\"\n            },\n            {\n                \"essid\": \"160274\"\n            },\n            {\n                \"essid\": \"16-12\"\n            },\n            {\n                \"essid\": \"161319\"\n            },\n            {\n                \"essid\": \"1617\"\n            },\n            {\n                \"essid\": \"16-3-201\"\n            },\n            {\n                \"essid\": \"164F\"\n            },\n            {\n                \"essid\": \"1661ri\"\n            },\n            {\n                \"essid\": \"1673 2023\"\n            },\n            {\n                \"essid\": \"168CarDVR-7a60\"\n            },\n            {\n                \"essid\": \"168CarDVR-8efe\"\n            },\n            {\n                \"essid\": \"168CarDVR-b049\"\n            },\n            {\n                \"essid\": \"168CarDVR-b340\"\n            },\n            {\n                \"essid\": \"168CarDVR-b47c\"\n            },\n            {\n                \"essid\": \"168CarDVR-b489\"\n            },\n            {\n                \"essid\": \"168CarDVR-c5f4\"\n            },\n            {\n                \"essid\": \"168CarDVR-fbbe\"\n            },\n            {\n                \"essid\": \"17063\"\n            },\n            {\n                \"essid\": \"1742\"\n            },\n            {\n                \"essid\": \"178\"\n            },\n            {\n                \"essid\": \"17acadia\"\n            },\n            {\n                \"essid\": \"17Cruze\"\n            },\n            {\n                \"essid\": \"17 Jetpak 7730L-3BBE\"\n            },\n            {\n                \"essid\": \"18\"\n            },\n            {\n                \"essid\": \"18000286\"\n            },\n            {\n                \"essid\": \"18000920\"\n            },\n            {\n                \"essid\": \"18023730\"\n            },\n            {\n                \"essid\": \"18024111\"\n            },\n            {\n                \"essid\": \"18031802\"\n            },\n            {\n                \"essid\": \"181064のiPhone\"\n            },\n            {\n                \"essid\": \"18334895\"\n            },\n            {\n                \"essid\": \"1905C\"\n            },\n            {\n                \"essid\": \"#1920\"\n            },\n            {\n                \"essid\": \"1920tattoo06067\"\n            },\n            {\n                \"essid\": \"1920tattoo06067-guest\"\n            },\n            {\n                \"essid\": \"1935C\"\n            },\n            {\n                \"essid\": \"1941C\"\n            },\n            {\n                \"essid\": \"1957 Belaire\"\n            },\n            {\n                \"essid\": \"19vision\"\n            },\n            {\n                \"essid\": \"1A\"\n            },\n            {\n                \"essid\": \"1B\"\n            },\n            {\n                \"essid\": \"1bogleescalade\"\n            },\n            {\n                \"essid\": \"1 Brymer Family\"\n            },\n            {\n                \"essid\": \"1c00Ld8\"\n            },\n            {\n                \"essid\": \"1 Call Away\"\n            },\n            {\n                \"essid\": \"1i3e8w0yiultra\"\n            },\n            {\n                \"essid\": \"1Manny3\"\n            },\n            {\n                \"essid\": \"1 Mbps\"\n            },\n            {\n                \"essid\": \"1miami\"\n            },\n            {\n                \"essid\": \"1mill\"\n            },\n            {\n                \"essid\": \"1-net-guest\"\n            },\n            {\n                \"essid\": \"1nventoryMESH\"\n            },\n            {\n                \"essid\": \"1RichBolt\"\n            },\n            {\n                \"essid\": \"1ST CHOICE \"\n            },\n            {\n                \"essid\": \"1Submarine\"\n            },\n            {\n                \"essid\": \"1Sunshine\"\n            },\n            {\n                \"essid\": \"¹VIKINGz\"\n            },\n            {\n                \"essid\": \"2002\"\n            },\n            {\n                \"essid\": \"2004\"\n            },\n            {\n                \"essid\": \"2006\"\n            },\n            {\n                \"essid\": \"2008\"\n            },\n            {\n                \"essid\": \"2015bob\"\n            },\n            {\n                \"essid\": \"2015Chevy\"\n            },\n            {\n                \"essid\": \"2015 Malibu\"\n            },\n            {\n                \"essid\": \"2015trax\"\n            },\n            {\n                \"essid\": \"2015 WiFi\"\n            },\n            {\n                \"essid\": \"2016corvette\"\n            },\n            {\n                \"essid\": \"2016 GMC 2500\"\n            },\n            {\n                \"essid\": \"2016 Malibu 1\"\n            },\n            {\n                \"essid\": \"2016 Suburban\"\n            },\n            {\n                \"essid\": \"2016 yukon\"\n            },\n            {\n                \"essid\": \"2016 Yukon\"\n            },\n            {\n                \"essid\": \"2017Cadillac\"\n            },\n            {\n                \"essid\": \"2017 Cruze\"\n            },\n            {\n                \"essid\": \"2017melvin\"\n            },\n            {\n                \"essid\": \"2017 Yukon\"\n            },\n            {\n                \"essid\": \"2018 Chevy Equinox\"\n            },\n            {\n                \"essid\": \"2018 Escape\"\n            },\n            {\n                \"essid\": \"2018 Malibu\"\n            },\n            {\n                \"essid\": \"2018 Silverado\"\n            },\n            {\n                \"essid\": \"2019\"\n            },\n            {\n                \"essid\": \"2019-5G\"\n            },\n            {\n                \"essid\": \"2019bolt\"\n            },\n            {\n                \"essid\": \"2019 Bolt\"\n            },\n            {\n                \"essid\": \"2019 BOLT\"\n            },\n            {\n                \"essid\": \"2019chevy\"\n            },\n            {\n                \"essid\": \"2019colorado\"\n            },\n            {\n                \"essid\": \"2019 Hertz F150\"\n            },\n            {\n                \"essid\": \"2019 RAV4\"\n            },\n            {\n                \"essid\": \"2019Tahoe\"\n            },\n            {\n                \"essid\": \"2019 TOYOTA RAV4\"\n            },\n            {\n                \"essid\": \"2020 CAMRY \"\n            },\n            {\n                \"essid\": \"2020 Chevrolet\"\n            },\n            {\n                \"essid\": \"2020corolla\"\n            },\n            {\n                \"essid\": \"2020 COROLLA \"\n            },\n            {\n                \"essid\": \"2020-COROLLA\"\n            },\n            {\n                \"essid\": \"2020 EQ\"\n            },\n            {\n                \"essid\": \"2020 Highlander\"\n            },\n            {\n                \"essid\": \"2020 tahoe\"\n            },\n            {\n                \"essid\": \"2021boltwifi\"\n            },\n            {\n                \"essid\": \"2021TahoeZ71\"\n            },\n            {\n                \"essid\": \"2021 TOYOTA SIENNA HV\"\n            },\n            {\n                \"essid\": \"2022 Chevrolet Bolt EV\"\n            },\n            {\n                \"essid\": \"2024\"\n            },\n            {\n                \"essid\": \"2027C\"\n            },\n            {\n                \"essid\": \"2043\"\n            },\n            {\n                \"essid\": \"206\"\n            },\n            {\n                \"essid\": \"2063240\"\n            },\n            {\n                \"essid\": \"2064914553\"\n            },\n            {\n                \"essid\": \"2065493275\"\n            },\n            {\n                \"essid\": \"206lsd\"\n            },\n            {\n                \"essid\": \"2071\"\n            },\n            {\n                \"essid\": \"2072\"\n            },\n            {\n                \"essid\": \"2078\"\n            },\n            {\n                \"essid\": \"209 5150\"\n            },\n            {\n                \"essid\": \"20I9Audi\"\n            },\n            {\n                \"essid\": \"20marietta\"\n            },\n            {\n                \"essid\": \"2103\"\n            },\n            {\n                \"essid\": \"2104\"\n            },\n            {\n                \"essid\": \"2107\"\n            },\n            {\n                \"essid\": \"2109\"\n            },\n            {\n                \"essid\": \"211hotspot\"\n            },\n            {\n                \"essid\": \"2126\"\n            },\n            {\n                \"essid\": \"2138 Center\"\n            },\n            {\n                \"essid\": \"2142-Cradlepoint\"\n            },\n            {\n                \"essid\": \"2142-InMotion\"\n            },\n            {\n                \"essid\": \"2151\"\n            },\n            {\n                \"essid\": \"2159\"\n            },\n            {\n                \"essid\": \"2162\"\n            },\n            {\n                \"essid\": \"2164\"\n            },\n            {\n                \"essid\": \"2171-InMotion\"\n            },\n            {\n                \"essid\": \"2181-Cradlepoint\"\n            },\n            {\n                \"essid\": \"2181-InMotion\"\n            },\n            {\n                \"essid\": \"2190 Cradlepoint\"\n            },\n            {\n                \"essid\": \"2190-InMotion\"\n            },\n            {\n                \"essid\": \"2191-InMotion\"\n            },\n            {\n                \"essid\": \"2192\"\n            },\n            {\n                \"essid\": \"2192 Cradlepont\"\n            },\n            {\n                \"essid\": \"2194\"\n            },\n            {\n                \"essid\": \"2195\"\n            },\n            {\n                \"essid\": \"2196\"\n            },\n            {\n                \"essid\": \"2197\"\n            },\n            {\n                \"essid\": \"2198\"\n            },\n            {\n                \"essid\": \"2199 Wireless\"\n            },\n            {\n                \"essid\": \"22\"\n            },\n            {\n                \"essid\": \"22000662\"\n            },\n            {\n                \"essid\": \"2203\"\n            },\n            {\n                \"essid\": \"2206\"\n            },\n            {\n                \"essid\": \"2207\"\n            },\n            {\n                \"essid\": \"2208-2.4\"\n            },\n            {\n                \"essid\": \"2209\"\n            },\n            {\n                \"essid\": \"220SuperMom\"\n            },\n            {\n                \"essid\": \"2211\"\n            },\n            {\n                \"essid\": \"2213\"\n            },\n            {\n                \"essid\": \"2215\"\n            },\n            {\n                \"essid\": \"2217\"\n            },\n            {\n                \"essid\": \"2219\"\n            },\n            {\n                \"essid\": \"222\"\n            },\n            {\n                \"essid\": \"2220\"\n            },\n            {\n                \"essid\": \"2221\"\n            },\n            {\n                \"essid\": \"2222\"\n            },\n            {\n                \"essid\": \"2223\"\n            },\n            {\n                \"essid\": \"2304151\"\n            },\n            {\n                \"essid\": \"2.4\"\n            },\n            {\n                \"essid\": \"2400's iPhone\"\n            },\n            {\n                \"essid\": \"2401361a4e08b09df7e817bd144f9cd0\"\n            },\n            {\n                \"essid\": \"2.4_02-21\"\n            },\n            {\n                \"essid\": \"2.4_02-22\"\n            },\n            {\n                \"essid\": \"2.4_02-23\"\n            },\n            {\n                \"essid\": \"240352\"\n            },\n            {\n                \"essid\": \"2.4_32-71\"\n            },\n            {\n                \"essid\": \"2.4_32-83\"\n            },\n            {\n                \"essid\": \"2.4_32-96\"\n            },\n            {\n                \"essid\": \"2.4_46-01\"\n            },\n            {\n                \"essid\": \"24/7nobreaks\"\n            },\n            {\n                \"essid\": \"248Rowen\"\n            },\n            {\n                \"essid\": \"2.4 GHz Super WiFi\"\n            },\n            {\n                \"essid\": \"24home\"\n            },\n            {\n                \"essid\": \"24home_Ext\"\n            },\n            {\n                \"essid\": \"24mhhc1995\"\n            },\n            {\n                \"essid\": \"2.4wifi JS\"\n            },\n            {\n                \"essid\": \"2500gb\"\n            },\n            {\n                \"essid\": \"252065\"\n            },\n            {\n                \"essid\": \"2650C\"\n            },\n            {\n                \"essid\": \"270P-NWAP1\"\n            },\n            {\n                \"essid\": \"274verano\"\n            },\n            {\n                \"essid\": \"2891\"\n            },\n            {\n                \"essid\": \"2895B Security System UP-2G\"\n            },\n            {\n                \"essid\": \"2895B - TP2GEx - ACTIVATED\"\n            },\n            {\n                \"essid\": \"28Guest\"\n            },\n            {\n                \"essid\": \"290256\"\n            },\n            {\n                \"essid\": \"29647-01\"\n            },\n            {\n                \"essid\": \"29647-02\"\n            },\n            {\n                \"essid\": \"29647-03\"\n            },\n            {\n                \"essid\": \"29648-00\"\n            },\n            {\n                \"essid\": \"29883-02\"\n            },\n            {\n                \"essid\": \"29lucky40\"\n            },\n            {\n                \"essid\": \"2A\"\n            },\n            {\n                \"essid\": \"2B\"\n            },\n            {\n                \"essid\": \"2GWC-2.4\"\n            },\n            {\n                \"essid\": \"2hot2spot_6\"\n            },\n            {\n                \"essid\": \"2LITSF\"\n            },\n            {\n                \"essid\": \"2sheep4awheat\"\n            },\n            {\n                \"essid\": \"2sheep4awheat5G\"\n            },\n            {\n                \"essid\": \"2sheep4awheat5G_2.4GEXT\"\n            },\n            {\n                \"essid\": \"2sheeps4awheat\"\n            },\n            {\n                \"essid\": \"2sheeps4awheat_EXT\"\n            },\n            {\n                \"essid\": \"2WIRE005\"\n            },\n            {\n                \"essid\": \"2WIRE048\"\n            },\n            {\n                \"essid\": \"2WIRE071\"\n            },\n            {\n                \"essid\": \"2WIRE071_2GEXT\"\n            },\n            {\n                \"essid\": \"2WIRE077\"\n            },\n            {\n                \"essid\": \"2WIRE099\"\n            },\n            {\n                \"essid\": \"2WIRE103\"\n            },\n            {\n                \"essid\": \"2WIRE130\"\n            },\n            {\n                \"essid\": \"2WIRE147\"\n            },\n            {\n                \"essid\": \"2WIRE155\"\n            },\n            {\n                \"essid\": \"2WIRE156\"\n            },\n            {\n                \"essid\": \"2WIRE158\"\n            },\n            {\n                \"essid\": \"2WIRE174_EXT\"\n            },\n            {\n                \"essid\": \"2WIRE192\"\n            },\n            {\n                \"essid\": \"2WIRE206\"\n            },\n            {\n                \"essid\": \"2WIRE217\"\n            },\n            {\n                \"essid\": \"2WIRE221\"\n            },\n            {\n                \"essid\": \"2WIRE223\"\n            },\n            {\n                \"essid\": \"2WIRE224\"\n            },\n            {\n                \"essid\": \"2WIRE225\"\n            },\n            {\n                \"essid\": \"2WIRE227\"\n            },\n            {\n                \"essid\": \"2WIRE251\"\n            },\n            {\n                \"essid\": \"2WIRE262\"\n            },\n            {\n                \"essid\": \"2WIRE263\"\n            },\n            {\n                \"essid\": \"2WIRE295\"\n            },\n            {\n                \"essid\": \"2WIRE304\"\n            },\n            {\n                \"essid\": \"2WIRE312\"\n            },\n            {\n                \"essid\": \"2WIRE393\"\n            },\n            {\n                \"essid\": \"2WIRE401\"\n            },\n            {\n                \"essid\": \"2WIRE425\"\n            },\n            {\n                \"essid\": \"2WIRE427\"\n            },\n            {\n                \"essid\": \"2WIRE431\"\n            },\n            {\n                \"essid\": \"2WIRE449\"\n            },\n            {\n                \"essid\": \"2WIRE469\"\n            },\n            {\n                \"essid\": \"2WIRE478\"\n            },\n            {\n                \"essid\": \"2WIRE492\"\n            },\n            {\n                \"essid\": \"2WIRE509\"\n            },\n            {\n                \"essid\": \"2WIRE510\"\n            },\n            {\n                \"essid\": \"2WIRE515\"\n            },\n            {\n                \"essid\": \"2WIRE518_EXT\"\n            },\n            {\n                \"essid\": \"2WIRE524\"\n            },\n            {\n                \"essid\": \"2WIRE536\"\n            },\n            {\n                \"essid\": \"2WIRE568\"\n            },\n            {\n                \"essid\": \"2WIRE570\"\n            },\n            {\n                \"essid\": \"2Wire599\"\n            },\n            {\n                \"essid\": \"2WIRE616\"\n            },\n            {\n                \"essid\": \"2WIRE618\"\n            },\n            {\n                \"essid\": \"2WIRE637\"\n            },\n            {\n                \"essid\": \"2WIRE640\"\n            },\n            {\n                \"essid\": \"2WIRE660\"\n            },\n            {\n                \"essid\": \"2WIRE692-EXT\"\n            },\n            {\n                \"essid\": \"2WIRE694\"\n            },\n            {\n                \"essid\": \"2WIRE698\"\n            },\n            {\n                \"essid\": \"2WIRE741\"\n            },\n            {\n                \"essid\": \"2WIRE741_2GEXT\"\n            },\n            {\n                \"essid\": \"2WIRE754\"\n            },\n            {\n                \"essid\": \"2WIRE755\"\n            },\n            {\n                \"essid\": \"2WIRE755_EXT\"\n            },\n            {\n                \"essid\": \"2WIRE763\"\n            },\n            {\n                \"essid\": \"2WIRE768\"\n            },\n            {\n                \"essid\": \"2WIRE772\"\n            },\n            {\n                \"essid\": \"2WIRE773\"\n            },\n            {\n                \"essid\": \"2WIRE779\"\n            },\n            {\n                \"essid\": \"2WIRE833\"\n            },\n            {\n                \"essid\": \"2WIRE845\"\n            },\n            {\n                \"essid\": \"2WIRE846\"\n            },\n            {\n                \"essid\": \"2WIRE862\"\n            },\n            {\n                \"essid\": \"2WIRE895\"\n            },\n            {\n                \"essid\": \"2WIRE898\"\n            },\n            {\n                \"essid\": \"2wire909\"\n            },\n            {\n                \"essid\": \"2WIRE909\"\n            },\n            {\n                \"essid\": \"2WIRE927\"\n            },\n            {\n                \"essid\": \"2WIRE961\"\n            },\n            {\n                \"essid\": \"2WIRE964\"\n            },\n            {\n                \"essid\": \"2WIRE967\"\n            },\n            {\n                \"essid\": \"2WIRE974\"\n            },\n            {\n                \"essid\": \"2WIRE991\"\n            },\n            {\n                \"essid\": \"2W-Wifi-bc:42:8c:b8:1a:ac\"\n            },\n            {\n                \"essid\": \"30008\"\n            },\n            {\n                \"essid\": \"\\\\303\\\\201ngel\"\n            },\n            {\n                \"essid\": \"\\\\303\\\\253\\\\342\\\\202\\\\261\\\\342\\\\205\\\\235\\\\342\\\\210\\\\205\\\\342\\\\201\\\\277\\\\302\\\\267\"\n            },\n            {\n                \"essid\": \"303P-capcity\"\n            },\n            {\n                \"essid\": \"304\"\n            },\n            {\n                \"essid\": \"307wifi\"\n            },\n            {\n                \"essid\": \"308C\"\n            },\n            {\n                \"essid\": \"3119\"\n            },\n            {\n                \"essid\": \"319hot\"\n            },\n            {\n                \"essid\": \"31 Jetpak 7730L-26C0\"\n            },\n            {\n                \"essid\": \"323C\"\n            },\n            {\n                \"essid\": \"32414\"\n            },\n            {\n                \"essid\": \"32446\"\n            },\n            {\n                \"essid\": \"324C\"\n            },\n            {\n                \"essid\": \"328dX-BV9S\"\n            },\n            {\n                \"essid\": \"32a5fdddae89db31c122b0b0be810602\"\n            },\n            {\n                \"essid\": \"32BJNoVa\"\n            },\n            {\n                \"essid\": \"32Ford\"\n            },\n            {\n                \"essid\": \"33017\"\n            },\n            {\n                \"essid\": \"3314-21-2.4\"\n            },\n            {\n                \"essid\": \"333\"\n            },\n            {\n                \"essid\": \"333C\"\n            },\n            {\n                \"essid\": \"334C\"\n            },\n            {\n                \"essid\": \"335C\"\n            },\n            {\n                \"essid\": \"3363-21-2.4\"\n            },\n            {\n                \"essid\": \"3373-21-2.4\"\n            },\n            {\n                \"essid\": \"340hot\"\n            },\n            {\n                \"essid\": \"341\"\n            },\n            {\n                \"essid\": \"3411-Guest-Wifi\"\n            },\n            {\n                \"essid\": \"\\\\342\\\\200\\\\217iPhone \\\\342\\\\200\\\\217Hanthala\"\n            },\n            {\n                \"essid\": \"\\\\342\\\\200\\\\234ybd\\\\342\\\\200\\\\235\\\\347\\\\232\\\\204 iPhone\"\n            },\n            {\n                \"essid\": \"\\\\343\\\\202\\\\260\\\\343\\\\203\\\\254\\\\343\\\\202\\\\247\\\\343\\\\201\\\\256\\\\342\\\\235\\\\214\"\n            },\n            {\n                \"essid\": \"3453-21-2.4G\"\n            },\n            {\n                \"essid\": \"346C\"\n            },\n            {\n                \"essid\": \"\\\\347\\\\216\\\\213\\\\345\\\\233\\\\275\\\\344\\\\272\\\\221\\\\347\\\\232\\\\204 iPhone\"\n            },\n            {\n                \"essid\": \"347C\"\n            },\n            {\n                \"essid\": \"3501\"\n            },\n            {\n                \"essid\": \"352250113911718\"\n            },\n            {\n                \"essid\": \"352250113913334\"\n            },\n            {\n                \"essid\": \"352250114100758\"\n            },\n            {\n                \"essid\": \"352250114121200\"\n            },\n            {\n                \"essid\": \"352250114159796\"\n            },\n            {\n                \"essid\": \"352250114160331\"\n            },\n            {\n                \"essid\": \"352250114165405\"\n            },\n            {\n                \"essid\": \"352250114220903\"\n            },\n            {\n                \"essid\": \"352250114227528\"\n            },\n            {\n                \"essid\": \"352250114236800\"\n            },\n            {\n                \"essid\": \"357c\"\n            },\n            {\n                \"essid\": \"358740055542699\"\n            },\n            {\n                \"essid\": \"\\\\360\\\\237\\\\220\\\\260\\\\360\\\\237\\\\230\\\\244\\\\360\\\\237\\\\220\\\\260\"\n            },\n            {\n                \"essid\": \"\\\\360\\\\237\\\\220\\\\266\\\\360\\\\237\\\\220\\\\227\\\\360\\\\237\\\\220\\\\243\"\n            },\n            {\n                \"essid\": \"\\\\360\\\\237\\\\224\\\\260503Sir\\\\360\\\\237\\\\224\\\\260\"\n            },\n            {\n                \"essid\": \"360\\\\350\\\\241\\\\214\\\\350\\\\275\\\\246\\\\350\\\\256\\\\260\\\\345\\\\275\\\\225\\\\344\\\\273\\\\252-0DDE\"\n            },\n            {\n                \"essid\": \"360\\\\350\\\\241\\\\214\\\\350\\\\275\\\\246\\\\350\\\\256\\\\260\\\\345\\\\275\\\\225\\\\344\\\\273\\\\252-1150\"\n            },\n            {\n                \"essid\": \"360\\\\350\\\\241\\\\214\\\\350\\\\275\\\\246\\\\350\\\\256\\\\260\\\\345\\\\275\\\\225\\\\344\\\\273\\\\252-120F\"\n            },\n            {\n                \"essid\": \"360\\\\350\\\\241\\\\214\\\\350\\\\275\\\\246\\\\350\\\\256\\\\260\\\\345\\\\275\\\\225\\\\344\\\\273\\\\252-140D\"\n            },\n            {\n                \"essid\": \"360\\\\350\\\\241\\\\214\\\\350\\\\275\\\\246\\\\350\\\\256\\\\260\\\\345\\\\275\\\\225\\\\344\\\\273\\\\252-1F\"\n            },\n            {\n                \"essid\": \"360\\\\350\\\\241\\\\214\\\\350\\\\275\\\\246\\\\350\\\\256\\\\260\\\\345\\\\275\\\\225\\\\344\\\\273\\\\252-22A9\"\n            },\n            {\n                \"essid\": \"360\\\\350\\\\241\\\\214\\\\350\\\\275\\\\246\\\\350\\\\256\\\\260\\\\345\\\\275\\\\225\\\\344\\\\273\\\\252-2685\"\n            },\n            {\n                \"essid\": \"360\\\\350\\\\241\\\\214\\\\350\\\\275\\\\246\\\\350\\\\256\\\\260\\\\345\\\\275\\\\225\\\\344\\\\273\\\\252-2C7E\"\n            },\n            {\n                \"essid\": \"360\\\\350\\\\241\\\\214\\\\350\\\\275\\\\246\\\\350\\\\256\\\\260\\\\345\\\\275\\\\225\\\\344\\\\273\\\\252-3052\"\n            },\n            {\n                \"essid\": \"360\\\\350\\\\241\\\\214\\\\350\\\\275\\\\246\\\\350\\\\256\\\\260\\\\345\\\\275\\\\225\\\\344\\\\273\\\\252-305E\"\n            },\n            {\n                \"essid\": \"360\\\\350\\\\241\\\\214\\\\350\\\\275\\\\246\\\\350\\\\256\\\\260\\\\345\\\\275\\\\225\\\\344\\\\273\\\\252-30D0\"\n            },\n            {\n                \"essid\": \"360\\\\350\\\\241\\\\214\\\\350\\\\275\\\\246\\\\350\\\\256\\\\260\\\\345\\\\275\\\\225\\\\344\\\\273\\\\252-34\"\n            },\n            {\n                \"essid\": \"360\\\\350\\\\241\\\\214\\\\350\\\\275\\\\246\\\\350\\\\256\\\\260\\\\345\\\\275\\\\225\\\\344\\\\273\\\\252-36A9\"\n            },\n            {\n                \"essid\": \"360\\\\350\\\\241\\\\214\\\\350\\\\275\\\\246\\\\350\\\\256\\\\260\\\\345\\\\275\\\\225\\\\344\\\\273\\\\252-425B\"\n            },\n            {\n                \"essid\": \"360\\\\350\\\\241\\\\214\\\\350\\\\275\\\\246\\\\350\\\\256\\\\260\\\\345\\\\275\\\\225\\\\344\\\\273\\\\252-46D7\"\n            },\n            {\n                \"essid\": \"360\\\\350\\\\241\\\\214\\\\350\\\\275\\\\246\\\\350\\\\256\\\\260\\\\345\\\\275\\\\225\\\\344\\\\273\\\\252-47\"\n            },\n            {\n                \"essid\": \"360\\\\350\\\\241\\\\214\\\\350\\\\275\\\\246\\\\350\\\\256\\\\260\\\\345\\\\275\\\\225\\\\344\\\\273\\\\252-4E\"\n            },\n            {\n                \"essid\": \"360\\\\350\\\\241\\\\214\\\\350\\\\275\\\\246\\\\350\\\\256\\\\260\\\\345\\\\275\\\\225\\\\344\\\\273\\\\252-4F\"\n            },\n            {\n                \"essid\": \"360\\\\350\\\\241\\\\214\\\\350\\\\275\\\\246\\\\350\\\\256\\\\260\\\\345\\\\275\\\\225\\\\344\\\\273\\\\252-4F8D\"\n            },\n            {\n                \"essid\": \"360\\\\350\\\\241\\\\214\\\\350\\\\275\\\\246\\\\350\\\\256\\\\260\\\\345\\\\275\\\\225\\\\344\\\\273\\\\252-54A7\"\n            },\n            {\n                \"essid\": \"360\\\\350\\\\241\\\\214\\\\350\\\\275\\\\246\\\\350\\\\256\\\\260\\\\345\\\\275\\\\225\\\\344\\\\273\\\\252-5CE2\"\n            },\n            {\n                \"essid\": \"360\\\\350\\\\241\\\\214\\\\350\\\\275\\\\246\\\\350\\\\256\\\\260\\\\345\\\\275\\\\225\\\\344\\\\273\\\\252-5CEE\"\n            },\n            {\n                \"essid\": \"360\\\\350\\\\241\\\\214\\\\350\\\\275\\\\246\\\\350\\\\256\\\\260\\\\345\\\\275\\\\225\\\\344\\\\273\\\\252-67F5\"\n            },\n            {\n                \"essid\": \"360\\\\350\\\\241\\\\214\\\\350\\\\275\\\\246\\\\350\\\\256\\\\260\\\\345\\\\275\\\\225\\\\344\\\\273\\\\252-6C19\"\n            },\n            {\n                \"essid\": \"360\\\\350\\\\241\\\\214\\\\350\\\\275\\\\246\\\\350\\\\256\\\\260\\\\345\\\\275\\\\225\\\\344\\\\273\\\\252-6DE2\"\n            },\n            {\n                \"essid\": \"360\\\\350\\\\241\\\\214\\\\350\\\\275\\\\246\\\\350\\\\256\\\\260\\\\345\\\\275\\\\225\\\\344\\\\273\\\\252-6E\"\n            },\n            {\n                \"essid\": \"360\\\\350\\\\241\\\\214\\\\350\\\\275\\\\246\\\\350\\\\256\\\\260\\\\345\\\\275\\\\225\\\\344\\\\273\\\\252-71A8\"\n            },\n            {\n                \"essid\": \"360\\\\350\\\\241\\\\214\\\\350\\\\275\\\\246\\\\350\\\\256\\\\260\\\\345\\\\275\\\\225\\\\344\\\\273\\\\252-720C\"\n            },\n            {\n                \"essid\": \"360\\\\350\\\\241\\\\214\\\\350\\\\275\\\\246\\\\350\\\\256\\\\260\\\\345\\\\275\\\\225\\\\344\\\\273\\\\252-7256\"\n            },\n            {\n                \"essid\": \"360\\\\350\\\\241\\\\214\\\\350\\\\275\\\\246\\\\350\\\\256\\\\260\\\\345\\\\275\\\\225\\\\344\\\\273\\\\252-74\"\n            },\n            {\n                \"essid\": \"360\\\\350\\\\241\\\\214\\\\350\\\\275\\\\246\\\\350\\\\256\\\\260\\\\345\\\\275\\\\225\\\\344\\\\273\\\\252-7C96\"\n            },\n            {\n                \"essid\": \"360\\\\350\\\\241\\\\214\\\\350\\\\275\\\\246\\\\350\\\\256\\\\260\\\\345\\\\275\\\\225\\\\344\\\\273\\\\252-7E53\"\n            },\n            {\n                \"essid\": \"360\\\\350\\\\241\\\\214\\\\350\\\\275\\\\246\\\\350\\\\256\\\\260\\\\345\\\\275\\\\225\\\\344\\\\273\\\\252-8017\"\n            },\n            {\n                \"essid\": \"360\\\\350\\\\241\\\\214\\\\350\\\\275\\\\246\\\\350\\\\256\\\\260\\\\345\\\\275\\\\225\\\\344\\\\273\\\\252-833A\"\n            },\n            {\n                \"essid\": \"360\\\\350\\\\241\\\\214\\\\350\\\\275\\\\246\\\\350\\\\256\\\\260\\\\345\\\\275\\\\225\\\\344\\\\273\\\\252-895F\"\n            },\n            {\n                \"essid\": \"360\\\\350\\\\241\\\\214\\\\350\\\\275\\\\246\\\\350\\\\256\\\\260\\\\345\\\\275\\\\225\\\\344\\\\273\\\\252-8AC3\"\n            },\n            {\n                \"essid\": \"360\\\\350\\\\241\\\\214\\\\350\\\\275\\\\246\\\\350\\\\256\\\\260\\\\345\\\\275\\\\225\\\\344\\\\273\\\\252-8C26\"\n            },\n            {\n                \"essid\": \"360\\\\350\\\\241\\\\214\\\\350\\\\275\\\\246\\\\350\\\\256\\\\260\\\\345\\\\275\\\\225\\\\344\\\\273\\\\252-9738\"\n            },\n            {\n                \"essid\": \"360\\\\350\\\\241\\\\214\\\\350\\\\275\\\\246\\\\350\\\\256\\\\260\\\\345\\\\275\\\\225\\\\344\\\\273\\\\252-98D7\"\n            },\n            {\n                \"essid\": \"360\\\\350\\\\241\\\\214\\\\350\\\\275\\\\246\\\\350\\\\256\\\\260\\\\345\\\\275\\\\225\\\\344\\\\273\\\\252-99D1\"\n            },\n            {\n                \"essid\": \"360\\\\350\\\\241\\\\214\\\\350\\\\275\\\\246\\\\350\\\\256\\\\260\\\\345\\\\275\\\\225\\\\344\\\\273\\\\252-A717\"\n            },\n            {\n                \"essid\": \"360\\\\350\\\\241\\\\214\\\\350\\\\275\\\\246\\\\350\\\\256\\\\260\\\\345\\\\275\\\\225\\\\344\\\\273\\\\252-B671\"\n            },\n            {\n                \"essid\": \"360\\\\350\\\\241\\\\214\\\\350\\\\275\\\\246\\\\350\\\\256\\\\260\\\\345\\\\275\\\\225\\\\344\\\\273\\\\252-B8\"\n            },\n            {\n                \"essid\": \"360\\\\350\\\\241\\\\214\\\\350\\\\275\\\\246\\\\350\\\\256\\\\260\\\\345\\\\275\\\\225\\\\344\\\\273\\\\252-C061\"\n            },\n            {\n                \"essid\": \"360\\\\350\\\\241\\\\214\\\\350\\\\275\\\\246\\\\350\\\\256\\\\260\\\\345\\\\275\\\\225\\\\344\\\\273\\\\252-C15F\"\n            },\n            {\n                \"essid\": \"360\\\\350\\\\241\\\\214\\\\350\\\\275\\\\246\\\\350\\\\256\\\\260\\\\345\\\\275\\\\225\\\\344\\\\273\\\\252-C1F3\"\n            },\n            {\n                \"essid\": \"360\\\\350\\\\241\\\\214\\\\350\\\\275\\\\246\\\\350\\\\256\\\\260\\\\345\\\\275\\\\225\\\\344\\\\273\\\\252-CA3D\"\n            },\n            {\n                \"essid\": \"360\\\\350\\\\241\\\\214\\\\350\\\\275\\\\246\\\\350\\\\256\\\\260\\\\345\\\\275\\\\225\\\\344\\\\273\\\\252-D9\"\n            },\n            {\n                \"essid\": \"360\\\\350\\\\241\\\\214\\\\350\\\\275\\\\246\\\\350\\\\256\\\\260\\\\345\\\\275\\\\225\\\\344\\\\273\\\\252-DC7F\"\n            },\n            {\n                \"essid\": \"360\\\\350\\\\241\\\\214\\\\350\\\\275\\\\246\\\\350\\\\256\\\\260\\\\345\\\\275\\\\225\\\\344\\\\273\\\\252-E085\"\n            },\n            {\n                \"essid\": \"360\\\\350\\\\241\\\\214\\\\350\\\\275\\\\246\\\\350\\\\256\\\\260\\\\345\\\\275\\\\225\\\\344\\\\273\\\\252-E16A\"\n            },\n            {\n                \"essid\": \"360\\\\350\\\\241\\\\214\\\\350\\\\275\\\\246\\\\350\\\\256\\\\260\\\\345\\\\275\\\\225\\\\344\\\\273\\\\252-E3AA\"\n            },\n            {\n                \"essid\": \"360\\\\350\\\\241\\\\214\\\\350\\\\275\\\\246\\\\350\\\\256\\\\260\\\\345\\\\275\\\\225\\\\344\\\\273\\\\252-E922\"\n            },\n            {\n                \"essid\": \"360\\\\350\\\\241\\\\214\\\\350\\\\275\\\\246\\\\350\\\\256\\\\260\\\\345\\\\275\\\\225\\\\344\\\\273\\\\252-EE00\"\n            },\n            {\n                \"essid\": \"360\\\\350\\\\241\\\\214\\\\350\\\\275\\\\246\\\\350\\\\256\\\\260\\\\345\\\\275\\\\225\\\\344\\\\273\\\\252-EF62\"\n            },\n            {\n                \"essid\": \"360\\\\350\\\\241\\\\214\\\\350\\\\275\\\\246\\\\350\\\\256\\\\260\\\\345\\\\275\\\\225\\\\344\\\\273\\\\252-F653\"\n            },\n            {\n                \"essid\": \"360\\\\350\\\\241\\\\214\\\\350\\\\275\\\\246\\\\350\\\\256\\\\260\\\\345\\\\275\\\\225\\\\344\\\\273\\\\252-F73C\"\n            },\n            {\n                \"essid\": \"360CAR-913D\"\n            },\n            {\n                \"essid\": \"360CAR-9404\"\n            },\n            {\n                \"essid\": \"360CAR-9691\"\n            },\n            {\n                \"essid\": \"360CAR-9E43\"\n            },\n            {\n                \"essid\": \"360CAR-9EE3\"\n            },\n            {\n                \"essid\": \"360CAR-9F57\"\n            },\n            {\n                \"essid\": \"360CAR-9F84\"\n            },\n            {\n                \"essid\": \"360行车记录仪-01D7\"\n            },\n            {\n                \"essid\": \"360行车记录仪-038F\"\n            },\n            {\n                \"essid\": \"360行车记录仪-056C\"\n            },\n            {\n                \"essid\": \"360行车记录仪-060C\"\n            },\n            {\n                \"essid\": \"360行车记录仪-0782\"\n            },\n            {\n                \"essid\": \"360行车记录仪-079A\"\n            },\n            {\n                \"essid\": \"360行车记录仪-081D\"\n            },\n            {\n                \"essid\": \"360行车记录仪-08D6\"\n            },\n            {\n                \"essid\": \"360行车记录仪-095E\"\n            },\n            {\n                \"essid\": \"360行车记录仪-0A6C\"\n            },\n            {\n                \"essid\": \"360行车记录仪-0A8D\"\n            },\n            {\n                \"essid\": \"360行车记录仪-0AC0\"\n            },\n            {\n                \"essid\": \"360行车记录仪-0C\"\n            },\n            {\n                \"essid\": \"360行车记录仪-0C88\"\n            },\n            {\n                \"essid\": \"360行车记录仪-0D9A\"\n            },\n            {\n                \"essid\": \"360行车记录仪-0E75\"\n            },\n            {\n                \"essid\": \"360行车记录仪-0F8B\"\n            },\n            {\n                \"essid\": \"360行车记录仪-106E\"\n            },\n            {\n                \"essid\": \"360行车记录仪-12DF\"\n            },\n            {\n                \"essid\": \"360行车记录仪-17D0\"\n            },\n            {\n                \"essid\": \"360行车记录仪-1969\"\n            },\n            {\n                \"essid\": \"360行车记录仪-1A5A\"\n            },\n            {\n                \"essid\": \"360行车记录仪-1C9A\"\n            },\n            {\n                \"essid\": \"360行车记录仪-1D77\"\n            },\n            {\n                \"essid\": \"360行车记录仪-1E6E\"\n            },\n            {\n                \"essid\": \"360行车记录仪-1E85\"\n            },\n            {\n                \"essid\": \"360行车记录仪-1F\"\n            },\n            {\n                \"essid\": \"360行车记录仪-1F48\"\n            },\n            {\n                \"essid\": \"360行车记录仪-1FBD\"\n            },\n            {\n                \"essid\": \"360行车记录仪-214B\"\n            },\n            {\n                \"essid\": \"360行车记录仪-23\"\n            },\n            {\n                \"essid\": \"360行车记录仪-2353\"\n            },\n            {\n                \"essid\": \"360行车记录仪-235E\"\n            },\n            {\n                \"essid\": \"360行车记录仪-23A0\"\n            },\n            {\n                \"essid\": \"360行车记录仪-27E8\"\n            },\n            {\n                \"essid\": \"360行车记录仪-2857\"\n            },\n            {\n                \"essid\": \"360行车记录仪-2888\"\n            },\n            {\n                \"essid\": \"360行车记录仪-29D5\"\n            },\n            {\n                \"essid\": \"360行车记录仪-2AE1\"\n            },\n            {\n                \"essid\": \"360行车记录仪-2B\"\n            },\n            {\n                \"essid\": \"360行车记录仪-2CBA\"\n            },\n            {\n                \"essid\": \"360行车记录仪-2CDE\"\n            },\n            {\n                \"essid\": \"360行车记录仪-2D3D\"\n            },\n            {\n                \"essid\": \"360行车记录仪-2DAB\"\n            },\n            {\n                \"essid\": \"360行车记录仪-2E3F\"\n            },\n            {\n                \"essid\": \"360行车记录仪-2E7E\"\n            },\n            {\n                \"essid\": \"360行车记录仪-3052\"\n            },\n            {\n                \"essid\": \"360行车记录仪-305E\"\n            },\n            {\n                \"essid\": \"360行车记录仪-309F\"\n            },\n            {\n                \"essid\": \"360行车记录仪-32CA\"\n            },\n            {\n                \"essid\": \"360行车记录仪-32E6\"\n            },\n            {\n                \"essid\": \"360行车记录仪-32FB\"\n            },\n            {\n                \"essid\": \"360行车记录仪-33D2\"\n            },\n            {\n                \"essid\": \"360行车记录仪-3549\"\n            },\n            {\n                \"essid\": \"360行车记录仪-3658\"\n            },\n            {\n                \"essid\": \"360行车记录仪-368A\"\n            },\n            {\n                \"essid\": \"360行车记录仪-36A9\"\n            },\n            {\n                \"essid\": \"360行车记录仪-37F9\"\n            },\n            {\n                \"essid\": \"360行车记录仪-3809\"\n            },\n            {\n                \"essid\": \"360行车记录仪-3890\"\n            },\n            {\n                \"essid\": \"360行车记录仪-38C1\"\n            },\n            {\n                \"essid\": \"360行车记录仪-390F\"\n            },\n            {\n                \"essid\": \"360行车记录仪-3C2E\"\n            },\n            {\n                \"essid\": \"360行车记录仪-3D27\"\n            },\n            {\n                \"essid\": \"360行车记录仪-3EDA\"\n            },\n            {\n                \"essid\": \"360行车记录仪-3F0A\"\n            },\n            {\n                \"essid\": \"360行车记录仪-425B\"\n            },\n            {\n                \"essid\": \"360行车记录仪-4E\"\n            },\n            {\n                \"essid\": \"360行车记录仪-4F\"\n            },\n            {\n                \"essid\": \"360行车记录仪-4F8D\"\n            },\n            {\n                \"essid\": \"360行车记录仪-5295\"\n            },\n            {\n                \"essid\": \"360行车记录仪-52E1\"\n            },\n            {\n                \"essid\": \"360行车记录仪-54A7\"\n            },\n            {\n                \"essid\": \"360行车记录仪-5650\"\n            },\n            {\n                \"essid\": \"360行车记录仪-5825\"\n            },\n            {\n                \"essid\": \"360行车记录仪-589A\"\n            },\n            {\n                \"essid\": \"360行车记录仪-58F7\"\n            },\n            {\n                \"essid\": \"360行车记录仪-5970\"\n            },\n            {\n                \"essid\": \"360行车记录仪-5D5F\"\n            },\n            {\n                \"essid\": \"360行车记录仪-5D9A\"\n            },\n            {\n                \"essid\": \"360行车记录仪-5E6C\"\n            },\n            {\n                \"essid\": \"360行车记录仪-5EB0\"\n            },\n            {\n                \"essid\": \"360行车记录仪-5F28\"\n            },\n            {\n                \"essid\": \"360行车记录仪-600A\"\n            },\n            {\n                \"essid\": \"360行车记录仪-6011\"\n            },\n            {\n                \"essid\": \"360行车记录仪-60B7\"\n            },\n            {\n                \"essid\": \"360行车记录仪-6169\"\n            },\n            {\n                \"essid\": \"360行车记录仪-620C\"\n            },\n            {\n                \"essid\": \"360行车记录仪-62ED\"\n            },\n            {\n                \"essid\": \"360行车记录仪-6629\"\n            },\n            {\n                \"essid\": \"360行车记录仪-67F5\"\n            },\n            {\n                \"essid\": \"360行车记录仪-699F\"\n            },\n            {\n                \"essid\": \"360行车记录仪-6AAC\"\n            },\n            {\n                \"essid\": \"360行车记录仪-6C19\"\n            },\n            {\n                \"essid\": \"360行车记录仪-6C4E\"\n            },\n            {\n                \"essid\": \"360行车记录仪-6D89\"\n            },\n            {\n                \"essid\": \"360行车记录仪-6E\"\n            },\n            {\n                \"essid\": \"360行车记录仪-6ED6\"\n            },\n            {\n                \"essid\": \"360行车记录仪-6EEE\"\n            },\n            {\n                \"essid\": \"360行车记录仪-6F02\"\n            },\n            {\n                \"essid\": \"360行车记录仪-6F27\"\n            },\n            {\n                \"essid\": \"360行车记录仪-70\"\n            },\n            {\n                \"essid\": \"360行车记录仪-7063\"\n            },\n            {\n                \"essid\": \"360行车记录仪-7069\"\n            },\n            {\n                \"essid\": \"360行车记录仪-710F\"\n            },\n            {\n                \"essid\": \"360行车记录仪-7295\"\n            },\n            {\n                \"essid\": \"360行车记录仪-7706\"\n            },\n            {\n                \"essid\": \"360行车记录仪-7811\"\n            },\n            {\n                \"essid\": \"360行车记录仪-785D\"\n            },\n            {\n                \"essid\": \"360行车记录仪-7875\"\n            },\n            {\n                \"essid\": \"360行车记录仪-78A0\"\n            },\n            {\n                \"essid\": \"360行车记录仪-78DA\"\n            },\n            {\n                \"essid\": \"360行车记录仪-7935\"\n            },\n            {\n                \"essid\": \"360行车记录仪-796B\"\n            },\n            {\n                \"essid\": \"360行车记录仪-797D\"\n            },\n            {\n                \"essid\": \"360行车记录仪-7A3F\"\n            },\n            {\n                \"essid\": \"360行车记录仪-7A59\"\n            },\n            {\n                \"essid\": \"360行车记录仪-7B23\"\n            },\n            {\n                \"essid\": \"360行车记录仪-7C60\"\n            },\n            {\n                \"essid\": \"360行车记录仪-7DC5\"\n            },\n            {\n                \"essid\": \"360行车记录仪-7F2A\"\n            },\n            {\n                \"essid\": \"360行车记录仪-8017\"\n            },\n            {\n                \"essid\": \"360行车记录仪-8181\"\n            },\n            {\n                \"essid\": \"360行车记录仪-819E\"\n            },\n            {\n                \"essid\": \"360行车记录仪-8201\"\n            },\n            {\n                \"essid\": \"360行车记录仪-82E6\"\n            },\n            {\n                \"essid\": \"360行车记录仪-833A\"\n            },\n            {\n                \"essid\": \"360行车记录仪-8395\"\n            },\n            {\n                \"essid\": \"360行车记录仪-85BA\"\n            },\n            {\n                \"essid\": \"360行车记录仪-85D8\"\n            },\n            {\n                \"essid\": \"360行车记录仪-8745\"\n            },\n            {\n                \"essid\": \"360行车记录仪-88BE\"\n            },\n            {\n                \"essid\": \"360行车记录仪-895F\"\n            },\n            {\n                \"essid\": \"360行车记录仪-8A01\"\n            },\n            {\n                \"essid\": \"360行车记录仪-8A91\"\n            },\n            {\n                \"essid\": \"360行车记录仪-8AC3\"\n            },\n            {\n                \"essid\": \"360行车记录仪-8AE2\"\n            },\n            {\n                \"essid\": \"360行车记录仪-8C26\"\n            },\n            {\n                \"essid\": \"360行车记录仪-8C61\"\n            },\n            {\n                \"essid\": \"360行车记录仪-8DCE\"\n            },\n            {\n                \"essid\": \"360行车记录仪-90F9\"\n            },\n            {\n                \"essid\": \"360行车记录仪-92\"\n            },\n            {\n                \"essid\": \"360行车记录仪-9276\"\n            },\n            {\n                \"essid\": \"360行车记录仪-92D3\"\n            },\n            {\n                \"essid\": \"360行车记录仪-94\"\n            },\n            {\n                \"essid\": \"360行车记录仪-9510\"\n            },\n            {\n                \"essid\": \"360行车记录仪-95C1\"\n            },\n            {\n                \"essid\": \"360行车记录仪-98D7\"\n            },\n            {\n                \"essid\": \"360行车记录仪-9957\"\n            },\n            {\n                \"essid\": \"360行车记录仪-9A07\"\n            },\n            {\n                \"essid\": \"360行车记录仪-9A76\"\n            },\n            {\n                \"essid\": \"360行车记录仪-9E20\"\n            },\n            {\n                \"essid\": \"360行车记录仪-9E83\"\n            },\n            {\n                \"essid\": \"360行车记录仪-9FA2\"\n            },\n            {\n                \"essid\": \"360行车记录仪-A0\"\n            },\n            {\n                \"essid\": \"360行车记录仪-A021\"\n            },\n            {\n                \"essid\": \"360行车记录仪-A067\"\n            },\n            {\n                \"essid\": \"360行车记录仪-A09A\"\n            },\n            {\n                \"essid\": \"360行车记录仪-A113\"\n            },\n            {\n                \"essid\": \"360行车记录仪-A61F\"\n            },\n            {\n                \"essid\": \"360行车记录仪-A682\"\n            },\n            {\n                \"essid\": \"360行车记录仪-A7EE\"\n            },\n            {\n                \"essid\": \"360行车记录仪-A8\"\n            },\n            {\n                \"essid\": \"360行车记录仪-A9F3\"\n            },\n            {\n                \"essid\": \"360行车记录仪-ACD1\"\n            },\n            {\n                \"essid\": \"360行车记录仪-ACD3\"\n            },\n            {\n                \"essid\": \"360行车记录仪-ACF6\"\n            },\n            {\n                \"essid\": \"360行车记录仪-AD75\"\n            },\n            {\n                \"essid\": \"360行车记录仪-ADEC\"\n            },\n            {\n                \"essid\": \"360行车记录仪-AE0C\"\n            },\n            {\n                \"essid\": \"360行车记录仪-B2\"\n            },\n            {\n                \"essid\": \"360行车记录仪-B3\"\n            },\n            {\n                \"essid\": \"360行车记录仪-B33F\"\n            },\n            {\n                \"essid\": \"360行车记录仪-B4\"\n            },\n            {\n                \"essid\": \"360行车记录仪-B50D\"\n            },\n            {\n                \"essid\": \"360行车记录仪-B798\"\n            },\n            {\n                \"essid\": \"360行车记录仪-B865\"\n            },\n            {\n                \"essid\": \"360行车记录仪-B92D\"\n            },\n            {\n                \"essid\": \"360行车记录仪-BE89\"\n            },\n            {\n                \"essid\": \"360行车记录仪-C03C\"\n            },\n            {\n                \"essid\": \"360行车记录仪-C25F\"\n            },\n            {\n                \"essid\": \"360行车记录仪-C373\"\n            },\n            {\n                \"essid\": \"360行车记录仪-C3AB\"\n            },\n            {\n                \"essid\": \"360行车记录仪-C3EA\"\n            },\n            {\n                \"essid\": \"360行车记录仪-C56C\"\n            },\n            {\n                \"essid\": \"360行车记录仪-C6A3\"\n            },\n            {\n                \"essid\": \"360行车记录仪-C6B9\"\n            },\n            {\n                \"essid\": \"360行车记录仪-C6F6\"\n            },\n            {\n                \"essid\": \"360行车记录仪-C7D5\"\n            },\n            {\n                \"essid\": \"360行车记录仪-C8A5\"\n            },\n            {\n                \"essid\": \"360行车记录仪-CA2D\"\n            },\n            {\n                \"essid\": \"360行车记录仪-CA3D\"\n            },\n            {\n                \"essid\": \"360行车记录仪-CB2C\"\n            },\n            {\n                \"essid\": \"360行车记录仪-CEA3\"\n            },\n            {\n                \"essid\": \"360行车记录仪-CF10\"\n            },\n            {\n                \"essid\": \"360行车记录仪-D07D\"\n            },\n            {\n                \"essid\": \"360行车记录仪-D15D\"\n            },\n            {\n                \"essid\": \"360行车记录仪-D19E\"\n            },\n            {\n                \"essid\": \"360行车记录仪-D205\"\n            },\n            {\n                \"essid\": \"360行车记录仪-D559\"\n            },\n            {\n                \"essid\": \"360行车记录仪-D9E1\"\n            },\n            {\n                \"essid\": \"360行车记录仪-DC7F\"\n            },\n            {\n                \"essid\": \"360行车记录仪-DD81\"\n            },\n            {\n                \"essid\": \"360行车记录仪-DE66\"\n            },\n            {\n                \"essid\": \"360行车记录仪-DE85\"\n            },\n            {\n                \"essid\": \"360行车记录仪-DEBF\"\n            },\n            {\n                \"essid\": \"360行车记录仪-E16A\"\n            },\n            {\n                \"essid\": \"360行车记录仪-E1F8\"\n            },\n            {\n                \"essid\": \"360行车记录仪-E25D\"\n            },\n            {\n                \"essid\": \"360行车记录仪-E285\"\n            },\n            {\n                \"essid\": \"360行车记录仪-E28B\"\n            },\n            {\n                \"essid\": \"360行车记录仪-E37E\"\n            },\n            {\n                \"essid\": \"360行车记录仪-E5C1\"\n            },\n            {\n                \"essid\": \"360行车记录仪-E607\"\n            },\n            {\n                \"essid\": \"360行车记录仪-E7F8\"\n            },\n            {\n                \"essid\": \"360行车记录仪-E7F9\"\n            },\n            {\n                \"essid\": \"360行车记录仪-E8B2\"\n            },\n            {\n                \"essid\": \"360行车记录仪-E9A9\"\n            },\n            {\n                \"essid\": \"360行车记录仪-EAEF\"\n            },\n            {\n                \"essid\": \"360行车记录仪-EC8C\"\n            },\n            {\n                \"essid\": \"360行车记录仪-EC93\"\n            },\n            {\n                \"essid\": \"360行车记录仪-EE00\"\n            },\n            {\n                \"essid\": \"360行车记录仪-EF71\"\n            },\n            {\n                \"essid\": \"360行车记录仪-EFBD\"\n            },\n            {\n                \"essid\": \"360行车记录仪-F0FE\"\n            },\n            {\n                \"essid\": \"360行车记录仪-F1D6\"\n            },\n            {\n                \"essid\": \"360行车记录仪-F2AE\"\n            },\n            {\n                \"essid\": \"360行车记录仪-F379\"\n            },\n            {\n                \"essid\": \"360行车记录仪-F3C0\"\n            },\n            {\n                \"essid\": \"360行车记录仪-F65C\"\n            },\n            {\n                \"essid\": \"360行车记录仪-F6F2\"\n            },\n            {\n                \"essid\": \"360行车记录仪-F73C\"\n            },\n            {\n                \"essid\": \"360行车记录仪-F773\"\n            },\n            {\n                \"essid\": \"360行车记录仪-F786\"\n            },\n            {\n                \"essid\": \"360行车记录仪-F87B\"\n            },\n            {\n                \"essid\": \"360行车记录仪-F9D0\"\n            },\n            {\n                \"essid\": \"360行车记录仪-FD4D\"\n            },\n            {\n                \"essid\": \"360行车记录仪-FEC9\"\n            },\n            {\n                \"essid\": \"360行车记录仪-FECA\"\n            },\n            {\n                \"essid\": \"360行车记录仪-FFEC\"\n            },\n            {\n                \"essid\": \"36-12\"\n            },\n            {\n                \"essid\": \"36-13\"\n            },\n            {\n                \"essid\": \"36267_SF\"\n            },\n            {\n                \"essid\": \"3814Xfinity\"\n            },\n            {\n                \"essid\": \"386032\"\n            },\n            {\n                \"essid\": \"3A\"\n            },\n            {\n                \"essid\": \"3DRLabMobile\"\n            },\n            {\n                \"essid\": \"3EyedRaven\"\n            },\n            {\n                \"essid\": \"3F4AD0-iP110series\"\n            },\n            {\n                \"essid\": \"3HSDWTZR2JN092408\"\n            },\n            {\n                \"essid\": \"3HSDWTZR7KN053878\"\n            },\n            {\n                \"essid\": \"3 Jetpak 7730L-3BEC\"\n            },\n            {\n                \"essid\": \"3LBurrodometic\"\n            },\n            {\n                \"essid\": \"3Loves25\"\n            },\n            {\n                \"essid\": \"3rdEyeOpen\"\n            },\n            {\n                \"essid\": \"4015GA\"\n            },\n            {\n                \"essid\": \"401CCSWAG\"\n            },\n            {\n                \"essid\": \"405Richmond\"\n            },\n            {\n                \"essid\": \"413Icandoallthings\"\n            },\n            {\n                \"essid\": \"415\"\n            },\n            {\n                \"essid\": \"4170000319\"\n            },\n            {\n                \"essid\": \"4170001013\"\n            },\n            {\n                \"essid\": \"4170002084\"\n            },\n            {\n                \"essid\": \"4170002730\"\n            },\n            {\n                \"essid\": \"4170003683\"\n            },\n            {\n                \"essid\": \"4170003710\"\n            },\n            {\n                \"essid\": \"4170003721\"\n            },\n            {\n                \"essid\": \"4170003796\"\n            },\n            {\n                \"essid\": \"4170003802\"\n            },\n            {\n                \"essid\": \"4170003898\"\n            },\n            {\n                \"essid\": \"4170003924\"\n            },\n            {\n                \"essid\": \"4170003943\"\n            },\n            {\n                \"essid\": \"4170003980\"\n            },\n            {\n                \"essid\": \"4170004321\"\n            },\n            {\n                \"essid\": \"4170004356\"\n            },\n            {\n                \"essid\": \"4170004369\"\n            },\n            {\n                \"essid\": \"4170004492\"\n            },\n            {\n                \"essid\": \"4170004515\"\n            },\n            {\n                \"essid\": \"4170004605\"\n            },\n            {\n                \"essid\": \"4170004620\"\n            },\n            {\n                \"essid\": \"4170005042\"\n            },\n            {\n                \"essid\": \"4170005412\"\n            },\n            {\n                \"essid\": \"4170006240\"\n            },\n            {\n                \"essid\": \"4170006601\"\n            },\n            {\n                \"essid\": \"4170007770\"\n            },\n            {\n                \"essid\": \"4170008039\"\n            },\n            {\n                \"essid\": \"4170008307\"\n            },\n            {\n                \"essid\": \"4170008381\"\n            },\n            {\n                \"essid\": \"4170008425\"\n            },\n            {\n                \"essid\": \"4170008812\"\n            },\n            {\n                \"essid\": \"4170009166\"\n            },\n            {\n                \"essid\": \"4170010092\"\n            },\n            {\n                \"essid\": \"4170010136\"\n            },\n            {\n                \"essid\": \"420everyday\"\n            },\n            {\n                \"essid\": \"420limo\"\n            },\n            {\n                \"essid\": \"4253284920\"\n            },\n            {\n                \"essid\": \"427 Guest\"\n            },\n            {\n                \"essid\": \"4286767nf\"\n            },\n            {\n                \"essid\": \"4320\"\n            },\n            {\n                \"essid\": \"43OUBSC7\"\n            },\n            {\n                \"essid\": \"456 set trip\"\n            },\n            {\n                \"essid\": \"45acp pew pew\"\n            },\n            {\n                \"essid\": \"465\"\n            },\n            {\n                \"essid\": \"4753673\"\n            },\n            {\n                \"essid\": \"4802506\"\n            },\n            {\n                \"essid\": \"497\"\n            },\n            {\n                \"essid\": \"49ERS-2.4\"\n            },\n            {\n                \"essid\": \"49ERS-5\"\n            },\n            {\n                \"essid\": \"4b6814f7\"\n            },\n            {\n                \"essid\": \"4b9cca0e5ba91624eb3a2a2cd837cbe9\"\n            },\n            {\n                \"essid\": \"4Bino14-PC-Wireless\"\n            },\n            {\n                \"essid\": \"4ECA50\"\n            },\n            {\n                \"essid\": \"4G\"\n            },\n            {\n                \"essid\": \"4G LTE WIFI\"\n            },\n            {\n                \"essid\": \"4G-WiFi Router\"\n            },\n            {\n                \"essid\": \"4K_WIFI1882\"\n            },\n            {\n                \"essid\": \"4Nikkie44\"\n            },\n            {\n                \"essid\": \"4NOV12\"\n            },\n            {\n                \"essid\": \"4thdimensionv2\"\n            },\n            {\n                \"essid\": \"4WheelGator\"\n            },\n            {\n                \"essid\": \"5001\"\n            },\n            {\n                \"essid\": \"5002\"\n            },\n            {\n                \"essid\": \"5003\"\n            },\n            {\n                \"essid\": \"5004\"\n            },\n            {\n                \"essid\": \"5005\"\n            },\n            {\n                \"essid\": \"5006\"\n            },\n            {\n                \"essid\": \"5007\"\n            },\n            {\n                \"essid\": \"5008\"\n            },\n            {\n                \"essid\": \"5009\"\n            },\n            {\n                \"essid\": \"5010\"\n            },\n            {\n                \"essid\": \"5010geary\"\n            },\n            {\n                \"essid\": \"5011\"\n            },\n            {\n                \"essid\": \"5012\"\n            },\n            {\n                \"essid\": \"5013\"\n            },\n            {\n                \"essid\": \"5014\"\n            },\n            {\n                \"essid\": \"5015\"\n            },\n            {\n                \"essid\": \"5016\"\n            },\n            {\n                \"essid\": \"5017\"\n            },\n            {\n                \"essid\": \"5018\"\n            },\n            {\n                \"essid\": \"5019\"\n            },\n            {\n                \"essid\": \"5022\"\n            },\n            {\n                \"essid\": \" 5022\"\n            },\n            {\n                \"essid\": \"5023\"\n            },\n            {\n                \"essid\": \"5024\"\n            },\n            {\n                \"essid\": \"5025\"\n            },\n            {\n                \"essid\": \"5026\"\n            },\n            {\n                \"essid\": \"5050distancing\"\n            },\n            {\n                \"essid\": \"5054 5740\"\n            },\n            {\n                \"essid\": \"5.0 ATT3NYy3yn\"\n            },\n            {\n                \"essid\": \"5102\"\n            },\n            {\n                \"essid\": \"5103\"\n            },\n            {\n                \"essid\": \"5104\"\n            },\n            {\n                \"essid\": \"5104723376\"\n            },\n            {\n                \"essid\": \"5106\"\n            },\n            {\n                \"essid\": \"5107\"\n            },\n            {\n                \"essid\": \"510-710-4724\"\n            },\n            {\n                \"essid\": \"5108\"\n            },\n            {\n                \"essid\": \"5109\"\n            },\n            {\n                \"essid\": \"510marlymar\"\n            },\n            {\n                \"essid\": \"5110\"\n            },\n            {\n                \"essid\": \"5111\"\n            },\n            {\n                \"essid\": \"5112\"\n            },\n            {\n                \"essid\": \"5113\"\n            },\n            {\n                \"essid\": \"5114\"\n            },\n            {\n                \"essid\": \"5115\"\n            },\n            {\n                \"essid\": \"5116\"\n            },\n            {\n                \"essid\": \"5117\"\n            },\n            {\n                \"essid\": \"5119\"\n            },\n            {\n                \"essid\": \"5120\"\n            },\n            {\n                \"essid\": \"5121\"\n            },\n            {\n                \"essid\": \"5122\"\n            },\n            {\n                \"essid\": \"5123\"\n            },\n            {\n                \"essid\": \"5124\"\n            },\n            {\n                \"essid\": \"5125\"\n            },\n            {\n                \"essid\": \"5126\"\n            },\n            {\n                \"essid\": \"5150\"\n            },\n            {\n                \"essid\": \"518\"\n            },\n            {\n                \"essid\": \"5211CAR\"\n            },\n            {\n                \"essid\": \"523b18816d14d835635dd5912df3deb6\"\n            },\n            {\n                \"essid\": \"52747 5273\"\n            },\n            {\n                \"essid\": \"53846-1\"\n            },\n            {\n                \"essid\": \"5572\"\n            },\n            {\n                \"essid\": \"562a33e3edb7468ada42afd3e71a31d9\"\n            },\n            {\n                \"essid\": \"56428\"\n            },\n            {\n                \"essid\": \"568hot\"\n            },\n            {\n                \"essid\": \"569\"\n            },\n            {\n                \"essid\": \"56kbps modem\"\n            },\n            {\n                \"essid\": \"572hot\"\n            },\n            {\n                \"essid\": \"5767 5331\"\n            },\n            {\n                \"essid\": \"59\"\n            },\n            {\n                \"essid\": \"5A\"\n            },\n            {\n                \"essid\": \"5AshtonsInALittle?\"\n            },\n            {\n                \"essid\": \"5B\"\n            },\n            {\n                \"essid\": \"5Danks\"\n            },\n            {\n                \"essid\": \"5dolla-qv\"\n            },\n            {\n                \"essid\": \"5g_02-21\"\n            },\n            {\n                \"essid\": \"5ghome_Ext\"\n            },\n            {\n                \"essid\": \"5 GHz Super WiFi\"\n            },\n            {\n                \"essid\": \"5G_VIOFO_A129_861c82\"\n            },\n            {\n                \"essid\": \"5G_VIOFO_A129_b0c4a6\"\n            },\n            {\n                \"essid\": \"5G_VIOFO_A129_c1c64d\"\n            },\n            {\n                \"essid\": \"5 IP 3 C T IR 4\"\n            },\n            {\n                \"essid\": \"5OCD2M\"\n            },\n            {\n                \"essid\": \"5 STAR\"\n            },\n            {\n                \"essid\": \"5 STAR CLS\"\n            },\n            {\n                \"essid\": \"5Stars\"\n            },\n            {\n                \"essid\": \"5 stars VIP ride\"\n            },\n            {\n                \"essid\": \"6003\"\n            },\n            {\n                \"essid\": \"6016\"\n            },\n            {\n                \"essid\": \"6023\"\n            },\n            {\n                \"essid\": \"602HWa-E4567B\"\n            },\n            {\n                \"essid\": \"6040\"\n            },\n            {\n                \"essid\": \"6041\"\n            },\n            {\n                \"essid\": \"6042\"\n            },\n            {\n                \"essid\": \"6048\"\n            },\n            {\n                \"essid\": \"6063\"\n            },\n            {\n                \"essid\": \"6066\"\n            },\n            {\n                \"essid\": \"6073\"\n            },\n            {\n                \"essid\": \"6101\"\n            },\n            {\n                \"essid\": \"6103\"\n            },\n            {\n                \"essid\": \"6104\"\n            },\n            {\n                \"essid\": \"6108\"\n            },\n            {\n                \"essid\": \"6109\"\n            },\n            {\n                \"essid\": \"6110\"\n            },\n            {\n                \"essid\": \"6111\"\n            },\n            {\n                \"essid\": \"6112\"\n            },\n            {\n                \"essid\": \"6114\"\n            },\n            {\n                \"essid\": \"6117\"\n            },\n            {\n                \"essid\": \"6118\"\n            },\n            {\n                \"essid\": \"6119\"\n            },\n            {\n                \"essid\": \"6120\"\n            },\n            {\n                \"essid\": \"6121\"\n            },\n            {\n                \"essid\": \"6122\"\n            },\n            {\n                \"essid\": \"6123\"\n            },\n            {\n                \"essid\": \"6124\"\n            },\n            {\n                \"essid\": \"6126\"\n            },\n            {\n                \"essid\": \"6127\"\n            },\n            {\n                \"essid\": \"6128\"\n            },\n            {\n                \"essid\": \"6130\"\n            },\n            {\n                \"essid\": \"6134\"\n            },\n            {\n                \"essid\": \"6138\"\n            },\n            {\n                \"essid\": \"6139\"\n            },\n            {\n                \"essid\": \"6140\"\n            },\n            {\n                \"essid\": \"6141\"\n            },\n            {\n                \"essid\": \"6142\"\n            },\n            {\n                \"essid\": \"6143\"\n            },\n            {\n                \"essid\": \"6144\"\n            },\n            {\n                \"essid\": \"6145\"\n            },\n            {\n                \"essid\": \"6146\"\n            },\n            {\n                \"essid\": \"6147\"\n            },\n            {\n                \"essid\": \"6148\"\n            },\n            {\n                \"essid\": \"6149\"\n            },\n            {\n                \"essid\": \"614988\"\n            },\n            {\n                \"essid\": \"6150\"\n            },\n            {\n                \"essid\": \"6151\"\n            },\n            {\n                \"essid\": \"6152\"\n            },\n            {\n                \"essid\": \"6153\"\n            },\n            {\n                \"essid\": \"6154\"\n            },\n            {\n                \"essid\": \"6216\"\n            },\n            {\n                \"essid\": \"625Zeb Guest Network\"\n            },\n            {\n                \"essid\": \"625Zeb Network\"\n            },\n            {\n                \"essid\": \"6282568164\"\n            },\n            {\n                \"essid\": \"632Tacoma\"\n            },\n            {\n                \"essid\": \"65074watablet\"\n            },\n            {\n                \"essid\": \"659560005\"\n            },\n            {\n                \"essid\": \"65rotorhead\"\n            },\n            {\n                \"essid\": \"6621 3647\"\n            },\n            {\n                \"essid\": \"66DJBarron\"\n            },\n            {\n                \"essid\": \"673 Car\"\n            },\n            {\n                \"essid\": \"6ix God\"\n            },\n            {\n                \"essid\": \"6th street wifi\"\n            },\n            {\n                \"essid\": \"7000-C95E\"\n            },\n            {\n                \"essid\": \"70mai_A800_4K_c243\"\n            },\n            {\n                \"essid\": \"70mai_A800S_5G_2e56\"\n            },\n            {\n                \"essid\": \"70mai_d01_0475\"\n            },\n            {\n                \"essid\": \"70mai_d01_05C6\"\n            },\n            {\n                \"essid\": \"70mai_d01_0C22\"\n            },\n            {\n                \"essid\": \"70mai_d01_0C28\"\n            },\n            {\n                \"essid\": \"70mai_d01_1536\"\n            },\n            {\n                \"essid\": \"70mai_d01_1C36\"\n            },\n            {\n                \"essid\": \"70mai_d01_1CB5\"\n            },\n            {\n                \"essid\": \"70mai_d01_1EC2\"\n            },\n            {\n                \"essid\": \"70mai_d01_2546\"\n            },\n            {\n                \"essid\": \"70mai_d01_2BFB\"\n            },\n            {\n                \"essid\": \"70mai_d01_2E1A\"\n            },\n            {\n                \"essid\": \"70mai_d01_31C3\"\n            },\n            {\n                \"essid\": \"70mai_d01_31FD\"\n            },\n            {\n                \"essid\": \"70mai_d01_338A\"\n            },\n            {\n                \"essid\": \"70mai_d01_3606\"\n            },\n            {\n                \"essid\": \"70mai_d01_3B07\"\n            },\n            {\n                \"essid\": \"70mai_d01_3D1A\"\n            },\n            {\n                \"essid\": \"70mai_d01_42BC\"\n            },\n            {\n                \"essid\": \"70mai_d01_47E1\"\n            },\n            {\n                \"essid\": \"70mai_d01_4B82\"\n            },\n            {\n                \"essid\": \"70mai_d01_4C9F\"\n            },\n            {\n                \"essid\": \"70mai_d01_4DBC\"\n            },\n            {\n                \"essid\": \"70mai_d01_5BBE\"\n            },\n            {\n                \"essid\": \"70mai_d01_5CE1\"\n            },\n            {\n                \"essid\": \"70mai_d01_6982\"\n            },\n            {\n                \"essid\": \"70mai_d01_74B2\"\n            },\n            {\n                \"essid\": \"70mai_d01_7883\"\n            },\n            {\n                \"essid\": \"70mai_d01_91F8\"\n            },\n            {\n                \"essid\": \"70mai_d01_9CDF\"\n            },\n            {\n                \"essid\": \"70mai_d01_9E8E\"\n            },\n            {\n                \"essid\": \"70mai_d01_A451\"\n            },\n            {\n                \"essid\": \"70mai_d01_A751\"\n            },\n            {\n                \"essid\": \"70mai_d01_A807\"\n            },\n            {\n                \"essid\": \"70mai_d01_A97B\"\n            },\n            {\n                \"essid\": \"70mai_d01_AC06\"\n            },\n            {\n                \"essid\": \"70mai_d01_AC6E\"\n            },\n            {\n                \"essid\": \"70mai_d01_B6A9\"\n            },\n            {\n                \"essid\": \"70mai_d01_BB67\"\n            },\n            {\n                \"essid\": \"70mai_d01_CAE3\"\n            },\n            {\n                \"essid\": \"70mai_d01_D72C\"\n            },\n            {\n                \"essid\": \"70mai_d01_D8FB\"\n            },\n            {\n                \"essid\": \"70mai_d01_DCFF\"\n            },\n            {\n                \"essid\": \"70mai_d01_DD21\"\n            },\n            {\n                \"essid\": \"70mai_d01_DD6D\"\n            },\n            {\n                \"essid\": \"70mai_d01_E136\"\n            },\n            {\n                \"essid\": \"70mai_d01_E14C\"\n            },\n            {\n                \"essid\": \"70mai_d01_E185\"\n            },\n            {\n                \"essid\": \"70mai_d01_E354\"\n            },\n            {\n                \"essid\": \"70mai_d01_E41A\"\n            },\n            {\n                \"essid\": \"70mai_d01_F5EF\"\n            },\n            {\n                \"essid\": \"70mai_d01_F652\"\n            },\n            {\n                \"essid\": \"70mai_d01_F794\"\n            },\n            {\n                \"essid\": \"70mai_d01_F8F6\"\n            },\n            {\n                \"essid\": \"70mai_d01_FE04\"\n            },\n            {\n                \"essid\": \"70mai_d01_FFC7\"\n            },\n            {\n                \"essid\": \"70mai_d02_07bd\"\n            },\n            {\n                \"essid\": \"70mai_d02_1712\"\n            },\n            {\n                \"essid\": \"70mai_d02_222a\"\n            },\n            {\n                \"essid\": \"70mai_d02_2f44\"\n            },\n            {\n                \"essid\": \"70mai_d02_32ce\"\n            },\n            {\n                \"essid\": \"70mai_d02_4a4d\"\n            },\n            {\n                \"essid\": \"70mai_d02_4c12\"\n            },\n            {\n                \"essid\": \"70mai_d02_52d4\"\n            },\n            {\n                \"essid\": \"70mai_d02_554d\"\n            },\n            {\n                \"essid\": \"70mai_d02_65c4\"\n            },\n            {\n                \"essid\": \"70mai_d02_7232\"\n            },\n            {\n                \"essid\": \"70mai_d02_7555\"\n            },\n            {\n                \"essid\": \"70mai_d02_76f7\"\n            },\n            {\n                \"essid\": \"70mai_d02_79ff\"\n            },\n            {\n                \"essid\": \"70mai_d02_7af6\"\n            },\n            {\n                \"essid\": \"70mai_d02_838d\"\n            },\n            {\n                \"essid\": \"70mai_d02_a353\"\n            },\n            {\n                \"essid\": \"70mai_d02_a634\"\n            },\n            {\n                \"essid\": \"70mai_d02_aa34\"\n            },\n            {\n                \"essid\": \"70mai_d02_bbdb\"\n            },\n            {\n                \"essid\": \"70mai_d02_d3df\"\n            },\n            {\n                \"essid\": \"70mai_d02_dc8f\"\n            },\n            {\n                \"essid\": \"70mai_d02_deed\"\n            },\n            {\n                \"essid\": \"70mai_d02_e151\"\n            },\n            {\n                \"essid\": \"70mai_d02_e1ac\"\n            },\n            {\n                \"essid\": \"70mai_d02_eacb\"\n            },\n            {\n                \"essid\": \"70mai_d02_f297\"\n            },\n            {\n                \"essid\": \"70mai_d02_f409\"\n            },\n            {\n                \"essid\": \"70mai_d02_f6a7\"\n            },\n            {\n                \"essid\": \"70mai_d02_fead\"\n            },\n            {\n                \"essid\": \"70mai_d05_78d8\"\n            },\n            {\n                \"essid\": \"70mai_d05_7902\"\n            },\n            {\n                \"essid\": \"70mai_d06_066b\"\n            },\n            {\n                \"essid\": \"70mai_d06_15a8\"\n            },\n            {\n                \"essid\": \"70mai_d06_202c\"\n            },\n            {\n                \"essid\": \"70mai_d06_21b8\"\n            },\n            {\n                \"essid\": \"70mai_d06_3628\"\n            },\n            {\n                \"essid\": \"70mai_d06_3978\"\n            },\n            {\n                \"essid\": \"70mai_d06_4193\"\n            },\n            {\n                \"essid\": \"70mai_d06_4ab6\"\n            },\n            {\n                \"essid\": \"70mai_d06_55cb\"\n            },\n            {\n                \"essid\": \"70mai_d06_61ca\"\n            },\n            {\n                \"essid\": \"70mai_d06_6ea6\"\n            },\n            {\n                \"essid\": \"70mai_d06_8b0e\"\n            },\n            {\n                \"essid\": \"70mai_d06_9397\"\n            },\n            {\n                \"essid\": \"70mai_d06_97fe\"\n            },\n            {\n                \"essid\": \"70mai_d06_a8a0\"\n            },\n            {\n                \"essid\": \"70mai_d06_b7ad\"\n            },\n            {\n                \"essid\": \"70mai_d06_da37\"\n            },\n            {\n                \"essid\": \"70mai_d06_db91\"\n            },\n            {\n                \"essid\": \"70mai_d06_dfb3\"\n            },\n            {\n                \"essid\": \"70mai_d07_a7e7\"\n            },\n            {\n                \"essid\": \"70mai_d07_a859\"\n            },\n            {\n                \"essid\": \"70mai_d07_f83d\"\n            },\n            {\n                \"essid\": \"70mai_d07_f865\"\n            },\n            {\n                \"essid\": \"70mai_d08_4b61\"\n            },\n            {\n                \"essid\": \"70mai_d08_6499\"\n            },\n            {\n                \"essid\": \"70mai_d08_74a6\"\n            },\n            {\n                \"essid\": \"70mai_d08_d5bd\"\n            },\n            {\n                \"essid\": \"70mai_Pro Plus+_fff3\"\n            },\n            {\n                \"essid\": \"7131\"\n            },\n            {\n                \"essid\": \"7228\"\n            },\n            {\n                \"essid\": \"7237 0014\"\n            },\n            {\n                \"essid\": \"7322-21-2.4\"\n            },\n            {\n                \"essid\": \"74O7G1WJ\"\n            },\n            {\n                \"essid\": \"750-0512\"\n            },\n            {\n                \"essid\": \"7787\"\n            },\n            {\n                \"essid\": \"77878328\"\n            },\n            {\n                \"essid\": \"786kc\"\n            },\n            {\n                \"essid\": \"7KM72_2GEXT\"\n            },\n            {\n                \"essid\": \"800045891\"\n            },\n            {\n                \"essid\": \"800058899\"\n            },\n            {\n                \"essid\": \"800061897\"\n            },\n            {\n                \"essid\": \"800067928\"\n            },\n            {\n                \"essid\": \"800069178\"\n            },\n            {\n                \"essid\": \"800070681\"\n            },\n            {\n                \"essid\": \"800172243\"\n            },\n            {\n                \"essid\": \"800175469\"\n            },\n            {\n                \"essid\": \"800226512\"\n            },\n            {\n                \"essid\": \"800236494\"\n            },\n            {\n                \"essid\": \"800242022\"\n            },\n            {\n                \"essid\": \"800266546\"\n            },\n            {\n                \"essid\": \"800269339\"\n            },\n            {\n                \"essid\": \"800270093\"\n            },\n            {\n                \"essid\": \"800270260\"\n            },\n            {\n                \"essid\": \"800272290\"\n            },\n            {\n                \"essid\": \"800274338\"\n            },\n            {\n                \"essid\": \"8005460\"\n            },\n            {\n                \"essid\": \"8.0.2morrow iphone\"\n            },\n            {\n                \"essid\": \"8034567\"\n            },\n            {\n                \"essid\": \"8054136\"\n            },\n            {\n                \"essid\": \"8103261\"\n            },\n            {\n                \"essid\": \"8106384\"\n            },\n            {\n                \"essid\": \"810bbplayer\"\n            },\n            {\n                \"essid\": \"8118343\"\n            },\n            {\n                \"essid\": \"8118348\"\n            },\n            {\n                \"essid\": \"8118662\"\n            },\n            {\n                \"essid\": \"8118666\"\n            },\n            {\n                \"essid\": \"8118669\"\n            },\n            {\n                \"essid\": \"8118764\"\n            },\n            {\n                \"essid\": \"8118846\"\n            },\n            {\n                \"essid\": \"8118955\"\n            },\n            {\n                \"essid\": \"8118958\"\n            },\n            {\n                \"essid\": \"8118981\"\n            },\n            {\n                \"essid\": \"8118995\"\n            },\n            {\n                \"essid\": \"8132898\"\n            },\n            {\n                \"essid\": \"8147293\"\n            },\n            {\n                \"essid\": \"8147299\"\n            },\n            {\n                \"essid\": \"8147300\"\n            },\n            {\n                \"essid\": \"8147304\"\n            },\n            {\n                \"essid\": \"8147306\"\n            },\n            {\n                \"essid\": \"8147311\"\n            },\n            {\n                \"essid\": \"8147470\"\n            },\n            {\n                \"essid\": \"8147502\"\n            },\n            {\n                \"essid\": \"8147505\"\n            },\n            {\n                \"essid\": \"8147581\"\n            },\n            {\n                \"essid\": \"8147909\"\n            },\n            {\n                \"essid\": \"8147981\"\n            },\n            {\n                \"essid\": \"8147988\"\n            },\n            {\n                \"essid\": \"8148037\"\n            },\n            {\n                \"essid\": \"8148050\"\n            },\n            {\n                \"essid\": \"8148182\"\n            },\n            {\n                \"essid\": \"8148441\"\n            },\n            {\n                \"essid\": \"8148467\"\n            },\n            {\n                \"essid\": \"8148506\"\n            },\n            {\n                \"essid\": \"8148575\"\n            },\n            {\n                \"essid\": \"8148638\"\n            },\n            {\n                \"essid\": \"8148829\"\n            },\n            {\n                \"essid\": \"8148830\"\n            },\n            {\n                \"essid\": \"8148832\"\n            },\n            {\n                \"essid\": \"8148858\"\n            },\n            {\n                \"essid\": \"8148959\"\n            },\n            {\n                \"essid\": \"8153167\"\n            },\n            {\n                \"essid\": \"8153178\"\n            },\n            {\n                \"essid\": \"8153226\"\n            },\n            {\n                \"essid\": \"8153522\"\n            },\n            {\n                \"essid\": \"8153553\"\n            },\n            {\n                \"essid\": \"8153555\"\n            },\n            {\n                \"essid\": \"8153556\"\n            },\n            {\n                \"essid\": \"8153583\"\n            },\n            {\n                \"essid\": \"8153724\"\n            },\n            {\n                \"essid\": \"8153807\"\n            },\n            {\n                \"essid\": \"8156257\"\n            },\n            {\n                \"essid\": \"8156383\"\n            },\n            {\n                \"essid\": \"8156399\"\n            },\n            {\n                \"essid\": \"8156456\"\n            },\n            {\n                \"essid\": \"8156658\"\n            },\n            {\n                \"essid\": \"8156677\"\n            },\n            {\n                \"essid\": \"8156692\"\n            },\n            {\n                \"essid\": \"8156700\"\n            },\n            {\n                \"essid\": \"8156723\"\n            },\n            {\n                \"essid\": \"8156729\"\n            },\n            {\n                \"essid\": \"8162833\"\n            },\n            {\n                \"essid\": \"8174330\"\n            },\n            {\n                \"essid\": \"8184763\"\n            },\n            {\n                \"essid\": \"8184932\"\n            },\n            {\n                \"essid\": \"8185268\"\n            },\n            {\n                \"essid\": \"8185277\"\n            },\n            {\n                \"essid\": \"8186339\"\n            },\n            {\n                \"essid\": \"8187080\"\n            },\n            {\n                \"essid\": \"8187468\"\n            },\n            {\n                \"essid\": \"8189975\"\n            },\n            {\n                \"essid\": \"8190480\"\n            },\n            {\n                \"essid\": \"828599\"\n            },\n            {\n                \"essid\": \"83e908e58c2e8df95a83a20c6bbb6264\"\n            },\n            {\n                \"essid\": \"8563574\"\n            },\n            {\n                \"essid\": \"8571560\"\n            },\n            {\n                \"essid\": \"8591958\"\n            },\n            {\n                \"essid\": \"8594906\"\n            },\n            {\n                \"essid\": \"8595459\"\n            },\n            {\n                \"essid\": \"8595514\"\n            },\n            {\n                \"essid\": \"8595690\"\n            },\n            {\n                \"essid\": \"8595809\"\n            },\n            {\n                \"essid\": \"8598694\"\n            },\n            {\n                \"essid\": \"8598849\"\n            },\n            {\n                \"essid\": \"8598886\"\n            },\n            {\n                \"essid\": \"8598909\"\n            },\n            {\n                \"essid\": \"8598917\"\n            },\n            {\n                \"essid\": \"8598932\"\n            },\n            {\n                \"essid\": \"8599031\"\n            },\n            {\n                \"essid\": \"8625412\"\n            },\n            {\n                \"essid\": \"8626907\"\n            },\n            {\n                \"essid\": \"8694\"\n            },\n            {\n                \"essid\": \"8701 iPhone\"\n            },\n            {\n                \"essid\": \"8709384spak\"\n            },\n            {\n                \"essid\": \"878hot\"\n            },\n            {\n                \"essid\": \"8796564\"\n            },\n            {\n                \"essid\": \"8796695\"\n            },\n            {\n                \"essid\": \"8796860\"\n            },\n            {\n                \"essid\": \"8796863\"\n            },\n            {\n                \"essid\": \"87HERO8 Black\"\n            },\n            {\n                \"essid\": \"8808902\"\n            },\n            {\n                \"essid\": \"8808904\"\n            },\n            {\n                \"essid\": \"8810379\"\n            },\n            {\n                \"essid\": \"8812649\"\n            },\n            {\n                \"essid\": \"8815064\"\n            },\n            {\n                \"essid\": \"8819561\"\n            },\n            {\n                \"essid\": \"8820238\"\n            },\n            {\n                \"essid\": \"8821974\"\n            },\n            {\n                \"essid\": \"8823158\"\n            },\n            {\n                \"essid\": \"8824147\"\n            },\n            {\n                \"essid\": \"8826733\"\n            },\n            {\n                \"essid\": \"8826752\"\n            },\n            {\n                \"essid\": \"888888\"\n            },\n            {\n                \"essid\": \"8#====D~~\"\n            },\n            {\n                \"essid\": \"8F4A20\"\n            },\n            {\n                \"essid\": \"8Hz WAN IP\"\n            },\n            {\n                \"essid\": \"90001\"\n            },\n            {\n                \"essid\": \"9157 Entretenimiento\"\n            },\n            {\n                \"essid\": \"9db8bcf3\"\n            },\n            {\n                \"essid\": \"9Lenses\"\n            },\n            {\n                \"essid\": \"9qZNkCYGzf\"\n            },\n            {\n                \"essid\": \"9to5office\"\n            },\n            {\n                \"essid\": \"a\"\n            },\n            {\n                \"essid\": \"A\"\n            },\n            {\n                \"essid\": \"a-005025\"\n            },\n            {\n                \"essid\": \"a-00502a\"\n            },\n            {\n                \"essid\": \"a-005035\"\n            },\n            {\n                \"essid\": \"a-00503c\"\n            },\n            {\n                \"essid\": \"a-005042\"\n            },\n            {\n                \"essid\": \"a-005043\"\n            },\n            {\n                \"essid\": \"a-00504d\"\n            },\n            {\n                \"essid\": \"a-00504f\"\n            },\n            {\n                \"essid\": \"a-005050\"\n            },\n            {\n                \"essid\": \"a-005054\"\n            },\n            {\n                \"essid\": \"a-005058\"\n            },\n            {\n                \"essid\": \"a-00506a\"\n            },\n            {\n                \"essid\": \"a-00506f\"\n            },\n            {\n                \"essid\": \"a-005073\"\n            },\n            {\n                \"essid\": \"a-005074\"\n            },\n            {\n                \"essid\": \"a-005079\"\n            },\n            {\n                \"essid\": \"a-00507b\"\n            },\n            {\n                \"essid\": \"a-00507c\"\n            },\n            {\n                \"essid\": \"a-005081\"\n            },\n            {\n                \"essid\": \"a-00508b\"\n            },\n            {\n                \"essid\": \"a-005094\"\n            },\n            {\n                \"essid\": \"a-005095\"\n            },\n            {\n                \"essid\": \"a-005099\"\n            },\n            {\n                \"essid\": \"a-00509d\"\n            },\n            {\n                \"essid\": \"a-0050a4\"\n            },\n            {\n                \"essid\": \"a-0050a6\"\n            },\n            {\n                \"essid\": \"a-0050a9\"\n            },\n            {\n                \"essid\": \"a-0050ac\"\n            },\n            {\n                \"essid\": \"A041597\"\n            },\n            {\n                \"essid\": \"A059357\"\n            },\n            {\n                \"essid\": \" A11 \"\n            },\n            {\n                \"essid\": \"A16746DF2466410CA2ED9FB2E32FE7D9\"\n            },\n            {\n                \"essid\": \"A1WG_c0210db25052\"\n            },\n            {\n                \"essid\": \"A203104\"\n            },\n            {\n                \"essid\": \"A20san\"\n            },\n            {\n                \"essid\": \"A213821\"\n            },\n            {\n                \"essid\": \"A216917\"\n            },\n            {\n                \"essid\": \"a2792cf7-c1d8-4303-85f3-17eb1adb\"\n            },\n            {\n                \"essid\": \"A3\"\n            },\n            {\n                \"essid\": \"A316989\"\n            },\n            {\n                \"essid\": \"☆A[!3N•T3/<No|○6¥☆\"\n            },\n            {\n                \"essid\": \"A405904\"\n            },\n            {\n                \"essid\": \"A439529\"\n            },\n            {\n                \"essid\": \"A475434\"\n            },\n            {\n                \"essid\": \"A51\"\n            },\n            {\n                \"essid\": \"A510238\"\n            },\n            {\n                \"essid\": \"A523158\"\n            },\n            {\n                \"essid\": \"A555937\"\n            },\n            {\n                \"essid\": \"A588451\"\n            },\n            {\n                \"essid\": \"A652780\"\n            },\n            {\n                \"essid\": \"A678242\"\n            },\n            {\n                \"essid\": \"A694011\"\n            },\n            {\n                \"essid\": \"A6 Wi-Fi\"\n            },\n            {\n                \"essid\": \"A7\"\n            },\n            {\n                \"essid\": \"A73\"\n            },\n            {\n                \"essid\": \"A734523\"\n            },\n            {\n                \"essid\": \"A766908 iPhone iOS 11.4.1 HFLR\"\n            },\n            {\n                \"essid\": \"A9F1BDF1DAB1NVT4F4F59\"\n            },\n            {\n                \"essid\": \"Aa\"\n            },\n            {\n                \"essid\": \"Aa48980\"\n            },\n            {\n                \"essid\": \"Aa83032\"\n            },\n            {\n                \"essid\": \"Aa88091\"\n            },\n            {\n                \"essid\": \"AAA\"\n            },\n            {\n                \"essid\": \"AAAA\"\n            },\n            {\n                \"essid\": \"Aaaaaa\"\n            },\n            {\n                \"essid\": \"aaaaaaaaaaaaa\"\n            },\n            {\n                \"essid\": \"aaa-guest\"\n            },\n            {\n                \"essid\": \"AAAGuestWiFi\"\n            },\n            {\n                \"essid\": \"AAA Hotspot\"\n            },\n            {\n                \"essid\": \"aaaMacGyver\"\n            },\n            {\n                \"essid\": \"AAATREE\"\n            },\n            {\n                \"essid\": \"aabb\"\n            },\n            {\n                \"essid\": \"AaeXC90\"\n            },\n            {\n                \"essid\": \"AAH\"\n            },\n            {\n                \"essid\": \"AALS-Wireless\"\n            },\n            {\n                \"essid\": \"aapassantino\"\n            },\n            {\n                \"essid\": \"Aapixelboop\"\n            },\n            {\n                \"essid\": \"aapmco33\"\n            },\n            {\n                \"essid\": \"AAPOLLO-DENTAL-2.4\"\n            },\n            {\n                \"essid\": \"Aarav_Home\"\n            },\n            {\n                \"essid\": \"Aaron2017\"\n            },\n            {\n                \"essid\": \"AaronandCara\"\n            },\n            {\n                \"essid\": \"Aarons-guest\"\n            },\n            {\n                \"essid\": \"Aaron’s iPhone\"\n            },\n            {\n                \"essid\": \"AaronsSilverado\"\n            },\n            {\n                \"essid\": \"Aaron wifi\"\n            },\n            {\n                \"essid\": \"AAWireless-2HgN7gNX\"\n            },\n            {\n                \"essid\": \"AAWireless-5fMMX02e\"\n            },\n            {\n                \"essid\": \"AAWireless-ihsiMxtX\"\n            },\n            {\n                \"essid\": \"AAWireless-wDP8sreF\"\n            },\n            {\n                \"essid\": \"aaxeon\"\n            },\n            {\n                \"essid\": \"Ab08591\"\n            },\n            {\n                \"essid\": \"Ab19476\"\n            },\n            {\n                \"essid\": \"Ab34992\"\n            },\n            {\n                \"essid\": \"Ab84270\"\n            },\n            {\n                \"essid\": \"Ab93969\"\n            },\n            {\n                \"essid\": \"Abaco\"\n            },\n            {\n                \"essid\": \"Abahotspot\"\n            },\n            {\n                \"essid\": \"abak24ghz\"\n            },\n            {\n                \"essid\": \"Abba_4342\"\n            },\n            {\n                \"essid\": \"Abbas\"\n            },\n            {\n                \"essid\": \"ABBI\"\n            },\n            {\n                \"essid\": \"Abbington_Haw_Creek_Guest\"\n            },\n            {\n                \"essid\": \"AB Blurr\"\n            },\n            {\n                \"essid\": \"AB Bolt\"\n            },\n            {\n                \"essid\": \"Abbott\"\n            },\n            {\n                \"essid\": \"Abbott Truck\"\n            },\n            {\n                \"essid\": \"abby2006\"\n            },\n            {\n                \"essid\": \"Abbys Traverse\"\n            },\n            {\n                \"essid\": \"abc\"\n            },\n            {\n                \"essid\": \"Abc\"\n            },\n            {\n                \"essid\": \"ABC123\"\n            },\n            {\n                \"essid\": \"Abcd\"\n            },\n            {\n                \"essid\": \"Abdallah’s iPhone\"\n            },\n            {\n                \"essid\": \"ABDAL SHARIF\"\n            },\n            {\n                \"essid\": \"ABDELHADE'S CAR WIFI\"\n            },\n            {\n                \"essid\": \"Abdelhade’s iPad\"\n            },\n            {\n                \"essid\": \"Abdesslam iPhone\"\n            },\n            {\n                \"essid\": \"Abdualziz\\\\342\\\\200\\\\231s iPhone\"\n            },\n            {\n                \"essid\": \"Abdul Ahmadi\"\n            },\n            {\n                \"essid\": \"Abdulqader\"\n            },\n            {\n                \"essid\": \"Abdul's Galaxy S20 FE 5G\"\n            },\n            {\n                \"essid\": \"Abdul’s iPhone\"\n            },\n            {\n                \"essid\": \"abeannie\"\n            },\n            {\n                \"essid\": \"Abeles\"\n            },\n            {\n                \"essid\": \"Abel_VAVA_Dash\"\n            },\n            {\n                \"essid\": \"ABlack123\"\n            },\n            {\n                \"essid\": \"abo68a30\"\n            },\n            {\n                \"essid\": \"Aboo06\"\n            },\n            {\n                \"essid\": \"ABOUTWINDOWTINTING\"\n            },\n            {\n                \"essid\": \"ABOUTWINDOWTINTING_5\"\n            },\n            {\n                \"essid\": \"abramsonward\"\n            },\n            {\n                \"essid\": \"Abril\"\n            },\n            {\n                \"essid\": \"ABS\"\n            },\n            {\n                \"essid\": \"Abu Feysal\"\n            },\n            {\n                \"essid\": \"Abundance and Freedom\"\n            },\n            {\n                \"essid\": \"abvi\"\n            },\n            {\n                \"essid\": \"ABVI Guest\"\n            },\n            {\n                \"essid\": \"ABVI TV\"\n            },\n            {\n                \"essid\": \"Ac18547\"\n            },\n            {\n                \"essid\": \"Ac19553\"\n            },\n            {\n                \"essid\": \"AC2200-WiFi\"\n            },\n            {\n                \"essid\": \"AC2200-WiFi_2.4G\"\n            },\n            {\n                \"essid\": \"Ac38567\"\n            },\n            {\n                \"essid\": \"Ac50145\"\n            },\n            {\n                \"essid\": \"Ac52016\"\n            },\n            {\n                \"essid\": \"Ac66734\"\n            },\n            {\n                \"essid\": \"Academy - 6810\"\n            },\n            {\n                \"essid\": \"acadia\"\n            },\n            {\n                \"essid\": \"Acadia\"\n            },\n            {\n                \"essid\": \"ACarter\"\n            },\n            {\n                \"essid\": \"ACCApple TV\"\n            },\n            {\n                \"essid\": \"ACCENT_INTERIORS\"\n            },\n            {\n                \"essid\": \"Access\"\n            },\n            {\n                \"essid\": \"ACCESS-EGN\"\n            },\n            {\n                \"essid\": \"ACCGuest\"\n            },\n            {\n                \"essid\": \"Accio Wi-Fi\"\n            },\n            {\n                \"essid\": \"Accounting\"\n            },\n            {\n                \"essid\": \"ACCSales\"\n            },\n            {\n                \"essid\": \"ACCService\"\n            },\n            {\n                \"essid\": \"ACCTeam\"\n            },\n            {\n                \"essid\": \"ACCTire\"\n            },\n            {\n                \"essid\": \"Aceboogie\"\n            },\n            {\n                \"essid\": \"AC_FreeWiFi_6101\"\n            },\n            {\n                \"essid\": \"AC_FreeWiFi_6102\"\n            },\n            {\n                \"essid\": \"AC_FreeWiFi_6103\"\n            },\n            {\n                \"essid\": \"AC_FreeWIFI_6107\"\n            },\n            {\n                \"essid\": \"AC_FreeWiFi_6109\"\n            },\n            {\n                \"essid\": \"AC_FreeWiFi_6110\"\n            },\n            {\n                \"essid\": \"AC_FreeWiFi_6114\"\n            },\n            {\n                \"essid\": \"AC_FreeWiFi_6127\"\n            },\n            {\n                \"essid\": \"AC_FreeWiFi_6128\"\n            },\n            {\n                \"essid\": \"AC_FreeWiFi_6129\"\n            },\n            {\n                \"essid\": \"AC_FreeWiFi_6131\"\n            },\n            {\n                \"essid\": \"AC_FreeWiFi_6132\"\n            },\n            {\n                \"essid\": \"AC_FreeWiFi_6133\"\n            },\n            {\n                \"essid\": \"AC_FreeWiFi_6134\"\n            },\n            {\n                \"essid\": \"AC_FreeWiFi_6135\"\n            },\n            {\n                \"essid\": \"AC_FreeWiFi_6136\"\n            },\n            {\n                \"essid\": \"AC_FreeWiFi_6137\"\n            },\n            {\n                \"essid\": \"AC_FreeWiFi_6138\"\n            },\n            {\n                \"essid\": \"AC_FreeWiFi_6139\"\n            },\n            {\n                \"essid\": \"AC_FreeWiFi_6140\"\n            },\n            {\n                \"essid\": \"AC_FreeWiFi_6141\"\n            },\n            {\n                \"essid\": \"AC_FreeWiFi_6142\"\n            },\n            {\n                \"essid\": \"AC_FreeWiFi_6143\"\n            },\n            {\n                \"essid\": \"AC_FreeWiFi_6144\"\n            },\n            {\n                \"essid\": \"AC_FreeWiFi_6145\"\n            },\n            {\n                \"essid\": \"AC_FreeWiFi_6146\"\n            },\n            {\n                \"essid\": \"AC_FreeWiFi_6147\"\n            },\n            {\n                \"essid\": \"AC_FreeWiFi_6148\"\n            },\n            {\n                \"essid\": \"AC_FreeWiFi_6149\"\n            },\n            {\n                \"essid\": \"AC_FreeWiFi_6150\"\n            },\n            {\n                \"essid\": \"AC_FreeWiFi_6151\"\n            },\n            {\n                \"essid\": \"AC_FreeWiFi_6152\"\n            },\n            {\n                \"essid\": \"AC_FreeWiFi_6153\"\n            },\n            {\n                \"essid\": \"AC_FreeWiFi_6154\"\n            },\n            {\n                \"essid\": \"AC_FreeWiFi_6201\"\n            },\n            {\n                \"essid\": \"AC_FreeWiFi_6202\"\n            },\n            {\n                \"essid\": \"AC_FreeWiFi_6203\"\n            },\n            {\n                \"essid\": \"AC_FreeWiFi_6204\"\n            },\n            {\n                \"essid\": \"AC_FreeWiFi_6205\"\n            },\n            {\n                \"essid\": \"AC_FreeWifi_6208\"\n            },\n            {\n                \"essid\": \"AC_FreeWiFi_6213\"\n            },\n            {\n                \"essid\": \"AC_FreeWiFi_6214\"\n            },\n            {\n                \"essid\": \"AC_GUEST\"\n            },\n            {\n                \"essid\": \"ACHAKZAI\"\n            },\n            {\n                \"essid\": \"Acharya Volt\"\n            },\n            {\n                \"essid\": \"ACL2018\"\n            },\n            {\n                \"essid\": \"aclima\"\n            },\n            {\n                \"essid\": \"ACMS\"\n            },\n            {\n                \"essid\": \"acordwifi\"\n            },\n            {\n                \"essid\": \"ACP 2.4G\"\n            },\n            {\n                \"essid\": \"acrgps\"\n            },\n            {\n                \"essid\": \"AcrossTheUniverse-guest\"\n            },\n            {\n                \"essid\": \"ACRT’s iPhone\"\n            },\n            {\n                \"essid\": \"AC-Salon-managment\"\n            },\n            {\n                \"essid\": \"ACTC2018\"\n            },\n            {\n                \"essid\": \"Actiontec_1683\"\n            },\n            {\n                \"essid\": \"Actiontec_5G\"\n            },\n            {\n                \"essid\": \"actl\"\n            },\n            {\n                \"essid\": \"ACTRAINING_2GHz\"\n            },\n            {\n                \"essid\": \"ac_transit_wifi_bus\"\n            },\n            {\n                \"essid\": \"AC-UP-24\"\n            },\n            {\n                \"essid\": \"acura\"\n            },\n            {\n                \"essid\": \"AD\"\n            },\n            {\n                \"essid\": \"Ad22313\"\n            },\n            {\n                \"essid\": \"Adam Flaum\"\n            },\n            {\n                \"essid\": \"adam-net\"\n            },\n            {\n                \"essid\": \"Adams Cruze\"\n            },\n            {\n                \"essid\": \"Adams Hotspot\"\n            },\n            {\n                \"essid\": \"adamssilverado\"\n            },\n            {\n                \"essid\": \"Adams Truck\"\n            },\n            {\n                \"essid\": \"Adams Volt\"\n            },\n            {\n                \"essid\": \"Adarby\"\n            },\n            {\n                \"essid\": \"Adasari\"\n            },\n            {\n                \"essid\": \"ADCGuest\"\n            },\n            {\n                \"essid\": \"ADCInternal\"\n            },\n            {\n                \"essid\": \"Addis20181\"\n            },\n            {\n                \"essid\": \"Addison's iPhone\"\n            },\n            {\n                \"essid\": \"additech\"\n            },\n            {\n                \"essid\": \"Adeles WIFI\"\n            },\n            {\n                \"essid\": \"Adhiti WiFi\"\n            },\n            {\n                \"essid\": \"admin\"\n            },\n            {\n                \"essid\": \"ADMIN1\"\n            },\n            {\n                \"essid\": \"adminbuilding2.4\"\n            },\n            {\n                \"essid\": \"admin’s iPhone\"\n            },\n            {\n                \"essid\": \"adoredenae\"\n            },\n            {\n                \"essid\": \"ADPOS\"\n            },\n            {\n                \"essid\": \"Adriana5\"\n            },\n            {\n                \"essid\": \"Adriana5-5Ghz\"\n            },\n            {\n                \"essid\": \"AdrianL329\"\n            },\n            {\n                \"essid\": \"Adriano51\"\n            },\n            {\n                \"essid\": \"Adrian phone\"\n            },\n            {\n                \"essid\": \"Adrian Truck\"\n            },\n            {\n                \"essid\": \"Adrienne Cruze\"\n            },\n            {\n                \"essid\": \"Adrienne’s iPhone\"\n            },\n            {\n                \"essid\": \"ADS-CAREYSLIMO\"\n            },\n            {\n                \"essid\": \"ADSISK4\"\n            },\n            {\n                \"essid\": \"Advance_5.2\"\n            },\n            {\n                \"essid\": \"Advanced+\"\n            },\n            {\n                \"essid\": \"advancedaviation\"\n            },\n            {\n                \"essid\": \"Advanced+Guest\"\n            },\n            {\n                \"essid\": \"Advance Rehab Guest\"\n            },\n            {\n                \"essid\": \"Advantage EMS Mobile\"\n            },\n            {\n                \"essid\": \"AdventureTime\"\n            },\n            {\n                \"essid\": \"adwoahat\"\n            },\n            {\n                \"essid\": \"AdyaAdya\"\n            },\n            {\n                \"essid\": \"AE-5101\"\n            },\n            {\n                \"essid\": \"AEControl\"\n            },\n            {\n                \"essid\": \"AEG_Conf\"\n            },\n            {\n                \"essid\": \"AEG_Conf-guest\"\n            },\n            {\n                \"essid\": \"Aegis\"\n            },\n            {\n                \"essid\": \"AER1600-326\"\n            },\n            {\n                \"essid\": \"AER1600-326-5g\"\n            },\n            {\n                \"essid\": \"AER1600-3e6\"\n            },\n            {\n                \"essid\": \"AerisPico100022\"\n            },\n            {\n                \"essid\": \"AerisPico100060\"\n            },\n            {\n                \"essid\": \"AerisPico100082\"\n            },\n            {\n                \"essid\": \"AerisPico100083\"\n            },\n            {\n                \"essid\": \"AerisPico100084\"\n            },\n            {\n                \"essid\": \"AerisPico100093\"\n            },\n            {\n                \"essid\": \"AerisPico100095\"\n            },\n            {\n                \"essid\": \"AerisUltra100097\"\n            },\n            {\n                \"essid\": \"AerisUltra100107\"\n            },\n            {\n                \"essid\": \"AerisUltra100122\"\n            },\n            {\n                \"essid\": \"AerisUltra100138\"\n            },\n            {\n                \"essid\": \"Aerobile-133662\"\n            },\n            {\n                \"essid\": \"AeroBile-151050\"\n            },\n            {\n                \"essid\": \"AeroBile-172948\"\n            },\n            {\n                \"essid\": \"AeroBile-175410\"\n            },\n            {\n                \"essid\": \"Aery’s iPhone\"\n            },\n            {\n                \"essid\": \"AESF05N11209\"\n            },\n            {\n                \"essid\": \"aesop\"\n            },\n            {\n                \"essid\": \"aet\"\n            },\n            {\n                \"essid\": \"A E Welding\"\n            },\n            {\n                \"essid\": \"AFCOG Buford\"\n            },\n            {\n                \"essid\": \"AFCOG_GUEST\"\n            },\n            {\n                \"essid\": \"affinal Volt\"\n            },\n            {\n                \"essid\": \"AffterFX\"\n            },\n            {\n                \"essid\": \"AFGNet2\"\n            },\n            {\n                \"essid\": \"afi3662\"\n            },\n            {\n                \"essid\": \"AFi-ALN-R-68D79A40DFE5 Setup\"\n            },\n            {\n                \"essid\": \"AFI-GA-2.4\"\n            },\n            {\n                \"essid\": \"AFIGuest\"\n            },\n            {\n                \"essid\": \"AFi-R-HD-7483C23020CE Setup\"\n            },\n            {\n                \"essid\": \"AFi-R-HD-B4FBE4169CD8 Setup\"\n            },\n            {\n                \"essid\": \"Afleet-03\"\n            },\n            {\n                \"essid\": \"AFO-Norcross-2.4\"\n            },\n            {\n                \"essid\": \"Afsaneh\"\n            },\n            {\n                \"essid\": \"AFSCME1644\"\n            },\n            {\n                \"essid\": \"AFSD-S\"\n            },\n            {\n                \"essid\": \"AFWPA2\"\n            },\n            {\n                \"essid\": \"AGAINST\"\n            },\n            {\n                \"essid\": \"A-Game1\"\n            },\n            {\n                \"essid\": \"agbolt\"\n            },\n            {\n                \"essid\": \"Aggen Wifi\"\n            },\n            {\n                \"essid\": \"AG_Global\"\n            },\n            {\n                \"essid\": \"AG_Global_Device\"\n            },\n            {\n                \"essid\": \"AG_Global_Guest\"\n            },\n            {\n                \"essid\": \"AGL\"\n            },\n            {\n                \"essid\": \"Agnitsch\"\n            },\n            {\n                \"essid\": \"Agrex Buford\"\n            },\n            {\n                \"essid\": \"AGS\"\n            },\n            {\n                \"essid\": \"AGSC\"\n            },\n            {\n                \"essid\": \"AGS Guest\"\n            },\n            {\n                \"essid\": \"AG'S TOYOTA \"\n            },\n            {\n                \"essid\": \"AGS-WiFi\"\n            },\n            {\n                \"essid\": \"AGTV\"\n            },\n            {\n                \"essid\": \"Aguifel44\"\n            },\n            {\n                \"essid\": \"Aguilar\"\n            },\n            {\n                \"essid\": \"AGUILAR\"\n            },\n            {\n                \"essid\": \"Aguilar247\"\n            },\n            {\n                \"essid\": \"AG WIFI\"\n            },\n            {\n                \"essid\": \"AHA1\"\n            },\n            {\n                \"essid\": \"AHC-CAN\"\n            },\n            {\n                \"essid\": \"AHC-CORPORATE\"\n            },\n            {\n                \"essid\": \"AHC-GUEST\"\n            },\n            {\n                \"essid\": \"AHC-Guest24G\"\n            },\n            {\n                \"essid\": \"AHC-TEST\"\n            },\n            {\n                \"essid\": \"AHI Corp\"\n            },\n            {\n                \"essid\": \"AHI Staff\"\n            },\n            {\n                \"essid\": \"Ahmad’s iPhone\"\n            },\n            {\n                \"essid\": \"Ahmed Abouzied iPhone\"\n            },\n            {\n                \"essid\": \"Ahmed saeed X phone\"\n            },\n            {\n                \"essid\": \"Ahmed’s iPhone\"\n            },\n            {\n                \"essid\": \"AHMOTA\"\n            },\n            {\n                \"essid\": \"AHNO\"\n            },\n            {\n                \"essid\": \"AHPNET\"\n            },\n            {\n                \"essid\": \"AHRINC\"\n            },\n            {\n                \"essid\": \"Ahsan’s iPhone\"\n            },\n            {\n                \"essid\": \"AHS-Guest\"\n            },\n            {\n                \"essid\": \"Ahskance\"\n            },\n            {\n                \"essid\": \"Ahuah\"\n            },\n            {\n                \"essid\": \"AHUMADA WIFI\"\n            },\n            {\n                \"essid\": \"Aibek’s iPhone\"\n            },\n            {\n                \"essid\": \"AIC_Warehouse\"\n            },\n            {\n                \"essid\": \"AidanPham\"\n            },\n            {\n                \"essid\": \"Aidas Colorado\"\n            },\n            {\n                \"essid\": \"AimanAiman\"\n            },\n            {\n                \"essid\": \"AIP MDS 056\"\n            },\n            {\n                \"essid\": \" AIP MDS 166\"\n            },\n            {\n                \"essid\": \"Air-1DDD13\"\n            },\n            {\n                \"essid\": \"Air-2_MiFi8000-MDC_Pswd\"\n            },\n            {\n                \"essid\": \"AIR-6_MiFi8000-MDC_Pswd\"\n            },\n            {\n                \"essid\": \"airCube-DF6\"\n            },\n            {\n                \"essid\": \"airCube-F39\"\n            },\n            {\n                \"essid\": \"AirEnabler_3cd8\"\n            },\n            {\n                \"essid\": \"AirEnabler_433c\"\n            },\n            {\n                \"essid\": \"AirEnabler_6910\"\n            },\n            {\n                \"essid\": \"AirHawk1\"\n            },\n            {\n                \"essid\": \"AirMonitor_b1f0\"\n            },\n            {\n                \"essid\": \"Airstream_6471\"\n            },\n            {\n                \"essid\": \"Airstream_Guest_6471\"\n            },\n            {\n                \"essid\": \"AirTies_SmartMesh_779V\"\n            },\n            {\n                \"essid\": \"AirTies_SmartMesh_7NDN\"\n            },\n            {\n                \"essid\": \"AirTies_SmartMesh_8C7L\"\n            },\n            {\n                \"essid\": \"AirTies_SmartMesh_973F\"\n            },\n            {\n                \"essid\": \"AirTies_SmartMesh_CL39\"\n            },\n            {\n                \"essid\": \"AirTies_SmartMesh_FC8D\"\n            },\n            {\n                \"essid\": \"AirTies_SmartMesh_YRS4\"\n            },\n            {\n                \"essid\": \"Airwave-16-1709B\"\n            },\n            {\n                \"essid\": \"Airwave-19-1909B\"\n            },\n            {\n                \"essid\": \"AIR Wi-Fi Network\"\n            },\n            {\n                \"essid\": \"Aisha chevy\"\n            },\n            {\n                \"essid\": \"AishaMalibu\"\n            },\n            {\n                \"essid\": \"AIT-Streaming-Demo-AP\"\n            },\n            {\n                \"essid\": \"aiyannamalibu\"\n            },\n            {\n                \"essid\": \"AJ011308\"\n            },\n            {\n                \"essid\": \"Aj13301\"\n            },\n            {\n                \"essid\": \"AJ14425\"\n            },\n            {\n                \"essid\": \"Ajay12\"\n            },\n            {\n                \"essid\": \"Ajira\\\\342\\\\200\\\\231s iPhone\"\n            },\n            {\n                \"essid\": \"Ajira’s iPhone\"\n            },\n            {\n                \"essid\": \"ajk - 2\"\n            },\n            {\n                \"essid\": \"AJ's_guest\"\n            },\n            {\n                \"essid\": \"AJ's New Network\"\n            },\n            {\n                \"essid\": \"AJTI\"\n            },\n            {\n                \"essid\": \"AKANKSHA XT4\"\n            },\n            {\n                \"essid\": \"akasha11\"\n            },\n            {\n                \"essid\": \"akasha12\"\n            },\n            {\n                \"essid\": \"AKA Tree\"\n            },\n            {\n                \"essid\": \"AKA_WIRELESS\"\n            },\n            {\n                \"essid\": \"AKBolt\"\n            },\n            {\n                \"essid\": \"AK Bolt Wifi\"\n            },\n            {\n                \"essid\": \"Akins Ford Guest Wi-Fi\"\n            },\n            {\n                \"essid\": \"Akita\"\n            },\n            {\n                \"essid\": \"Akivayah2019\"\n            },\n            {\n                \"essid\": \"Ako\"\n            },\n            {\n                \"essid\": \"akrothapalli\"\n            },\n            {\n                \"essid\": \"Akshaj’s iPhone\"\n            },\n            {\n                \"essid\": \"akshapk\"\n            },\n            {\n                \"essid\": \"AKUSA1\"\n            },\n            {\n                \"essid\": \"Ala alden’s iPhone\"\n            },\n            {\n                \"essid\": \"Alan\"\n            },\n            {\n                \"essid\": \"Alan123\"\n            },\n            {\n                \"essid\": \"alan cruze\"\n            },\n            {\n                \"essid\": \"Alani\"\n            },\n            {\n                \"essid\": \"Alani2015\"\n            },\n            {\n                \"essid\": \"Alani 5\"\n            },\n            {\n                \"essid\": \"Alania\"\n            },\n            {\n                \"essid\": \"ALAN MARTIN\"\n            },\n            {\n                \"essid\": \"alannaslt1\"\n            },\n            {\n                \"essid\": \"Alan’s iPhone\"\n            },\n            {\n                \"essid\": \"Alap112\"\n            },\n            {\n                \"essid\": \"ALarson\"\n            },\n            {\n                \"essid\": \"Alaskanara\"\n            },\n            {\n                \"essid\": \"Albeg0928\"\n            },\n            {\n                \"essid\": \"albercar\"\n            },\n            {\n                \"essid\": \"Albers Hotspot\"\n            },\n            {\n                \"essid\": \"alberto17\"\n            },\n            {\n                \"essid\": \"Alberto\\\\342\\\\200\\\\231s iPhone\"\n            },\n            {\n                \"essid\": \"Alberto Padilla’s iPhone\"\n            },\n            {\n                \"essid\": \"Alberto_samsung-194\"\n            },\n            {\n                \"essid\": \"Alberto Silverado\"\n            },\n            {\n                \"essid\": \"Alberto's iphone \"\n            },\n            {\n                \"essid\": \"alberts bolt\"\n            },\n            {\n                \"essid\": \"Albertsons.\"\n            },\n            {\n                \"essid\": \"albertwfi\"\n            },\n            {\n                \"essid\": \"ALBY\"\n            },\n            {\n                \"essid\": \"Alcatel 1X Evolve 0861\"\n            },\n            {\n                \"essid\": \"Alcatel 1X Evolve 1585\"\n            },\n            {\n                \"essid\": \"Alcatel 1X Evolve 1907\"\n            },\n            {\n                \"essid\": \"Alcatel 1X Evolve 5306\"\n            },\n            {\n                \"essid\": \"Alcatel 1X Evolve 7184\"\n            },\n            {\n                \"essid\": \"Alcatel 1X Evolve 8580\"\n            },\n            {\n                \"essid\": \"Alcatel 3T 8 Tablet 5530\"\n            },\n            {\n                \"essid\": \"Alcatel 3T 8 Tablet 7310\"\n            },\n            {\n                \"essid\": \"Alcatel 3T 8 Tablet 9593\"\n            },\n            {\n                \"essid\": \"Alcatel 3V 0001\"\n            },\n            {\n                \"essid\": \"Alcatel 3V 0618\"\n            },\n            {\n                \"essid\": \"Alcatel 3V 0990\"\n            },\n            {\n                \"essid\": \"Alcatel 3V 1559\"\n            },\n            {\n                \"essid\": \"Alcatel 3V 1839\"\n            },\n            {\n                \"essid\": \"Alcatel 3V 2059\"\n            },\n            {\n                \"essid\": \"Alcatel 3V 3546\"\n            },\n            {\n                \"essid\": \"Alcatel 3V 4175\"\n            },\n            {\n                \"essid\": \"Alcatel 3V 4222\"\n            },\n            {\n                \"essid\": \"Alcatel 3V 4696\"\n            },\n            {\n                \"essid\": \"Alcatel 3V 6406\"\n            },\n            {\n                \"essid\": \"Alcatel 3V 6812\"\n            },\n            {\n                \"essid\": \"Alcatel 3V 6835\"\n            },\n            {\n                \"essid\": \"Alcatel 3V7150\"\n            },\n            {\n                \"essid\": \"Alcatel 3V 7607\"\n            },\n            {\n                \"essid\": \"Alcatel 3V 8083\"\n            },\n            {\n                \"essid\": \"Alcatel 3V 9503\"\n            },\n            {\n                \"essid\": \"Alcatel 3V 9583\"\n            },\n            {\n                \"essid\": \"Alcatel 7 0021\"\n            },\n            {\n                \"essid\": \"Alcatel 7 2143\"\n            },\n            {\n                \"essid\": \"Alcatel 7 4504\"\n            },\n            {\n                \"essid\": \"Alcatel 7 5300\"\n            },\n            {\n                \"essid\": \"Alcatel 7 5522\"\n            },\n            {\n                \"essid\": \"Alcatel 7 5659\"\n            },\n            {\n                \"essid\": \"Alcatel 7 5723\"\n            },\n            {\n                \"essid\": \"Alcatel 7 6561\"\n            },\n            {\n                \"essid\": \"Alcatel 7 7076\"\n            },\n            {\n                \"essid\": \"Alcatel 7 8736\"\n            },\n            {\n                \"essid\": \"Alcatel 7 8877\"\n            },\n            {\n                \"essid\": \"Alcatel 7 9643\"\n            },\n            {\n                \"essid\": \"Alcatel A30 FIERCE\"\n            },\n            {\n                \"essid\": \"Alcatel A30 TABLET 6761\"\n            },\n            {\n                \"essid\": \"Alcatel A574BL_1139\"\n            },\n            {\n                \"essid\": \"Alcatel A574BL_1357\"\n            },\n            {\n                \"essid\": \"Alcatel A574BL_2602\"\n            },\n            {\n                \"essid\": \"Alcatel A574BL_4655\"\n            },\n            {\n                \"essid\": \"Alcatel A574BL_4816\"\n            },\n            {\n                \"essid\": \"Alcatel A574BL_5659\"\n            },\n            {\n                \"essid\": \"Alcatel A574BL_8700\"\n            },\n            {\n                \"essid\": \"alcatel Fierce 4 3018\"\n            },\n            {\n                \"essid\": \"alcatel Fierce 4 5508\"\n            },\n            {\n                \"essid\": \"Alcatel JOY TAB 2 1606\"\n            },\n            {\n                \"essid\": \"Alcatel JOY TAB 9307\"\n            },\n            {\n                \"essid\": \"Alcatel LINKZONE 0049\"\n            },\n            {\n                \"essid\": \"Alcatel LINKZONE 0121\"\n            },\n            {\n                \"essid\": \"Alcatel LINKZONE 0149\"\n            },\n            {\n                \"essid\": \"Alcatel LINKZONE 0289\"\n            },\n            {\n                \"essid\": \"Alcatel LINKZONE 0575\"\n            },\n            {\n                \"essid\": \"Alcatel LINKZONE 1240\"\n            },\n            {\n                \"essid\": \"Alcatel LINKZONE 1334\"\n            },\n            {\n                \"essid\": \"Alcatel LINKZONE 1336\"\n            },\n            {\n                \"essid\": \"Alcatel LINKZONE 1517\"\n            },\n            {\n                \"essid\": \"Alcatel LINKZONE 1544\"\n            },\n            {\n                \"essid\": \"Alcatel LINKZONE 1947\"\n            },\n            {\n                \"essid\": \"Alcatel LINKZONE 1980\"\n            },\n            {\n                \"essid\": \"Alcatel_linkzone 2_0579_2.4GHz\"\n            },\n            {\n                \"essid\": \"Alcatel LINKZONE 2087\"\n            },\n            {\n                \"essid\": \"Alcatel LINKZONE 2091\"\n            },\n            {\n                \"essid\": \"Alcatel_linkzone 2_1023_2.4GHz\"\n            },\n            {\n                \"essid\": \"Alcatel_linkzone 2_1072_2.4GHz\"\n            },\n            {\n                \"essid\": \"Alcatel_linkzone 2_1083_2.4GHz\"\n            },\n            {\n                \"essid\": \"Alcatel_linkzone 2_1407_2.4GHz\"\n            },\n            {\n                \"essid\": \"Alcatel_linkzone 2_1592_2.4GHz\"\n            },\n            {\n                \"essid\": \"Alcatel_linkzone 2_1916_2.4GHz\"\n            },\n            {\n                \"essid\": \"Alcatel LINKZONE 2197\"\n            },\n            {\n                \"essid\": \"Alcatel LINKZONE 2237\"\n            },\n            {\n                \"essid\": \"Alcatel_linkzone 2_2696_2.4GHz\"\n            },\n            {\n                \"essid\": \"Alcatel LINKZONE 2315\"\n            },\n            {\n                \"essid\": \"Alcatel_linkzone 2_3368_2.4GHz\"\n            },\n            {\n                \"essid\": \"Alcatel_linkzone 2_3628_2.4GHz\"\n            },\n            {\n                \"essid\": \"Alcatel_linkzone 2_3828_2.4GHz\"\n            },\n            {\n                \"essid\": \"Alcatel LINKZONE 2405\"\n            },\n            {\n                \"essid\": \"Alcatel_linkzone 2_4126_2.4GHz\"\n            },\n            {\n                \"essid\": \"Alcatel_linkzone 2_4249_2.4GHz\"\n            },\n            {\n                \"essid\": \"Alcatel_linkzone 2_5188_2.4GHz\"\n            },\n            {\n                \"essid\": \"Alcatel_linkzone 2_5281_2.4GHz\"\n            },\n            {\n                \"essid\": \"Alcatel_linkzone 2_5544_2.4GHz\"\n            },\n            {\n                \"essid\": \"Alcatel LINKZONE 2598\"\n            },\n            {\n                \"essid\": \"Alcatel_linkzone 2_6306_2.4GHz\"\n            },\n            {\n                \"essid\": \"Alcatel_linkzone 2_7178_2.4GHz\"\n            },\n            {\n                \"essid\": \"Alcatel_linkzone 2_7184_2.4GHz\"\n            },\n            {\n                \"essid\": \"Alcatel_linkzone 2_7408_2.4GHz\"\n            },\n            {\n                \"essid\": \"Alcatel_linkzone 2_7759_2.4GHz\"\n            },\n            {\n                \"essid\": \"Alcatel_linkzone 2_7867_2.4GHz\"\n            },\n            {\n                \"essid\": \"Alcatel_linkzone 2_8438_2.4GHz\"\n            },\n            {\n                \"essid\": \"Alcatel_linkzone 2_8704_2.4GHz\"\n            },\n            {\n                \"essid\": \"Alcatel LINKZONE 2976\"\n            },\n            {\n                \"essid\": \"Alcatel_linkzone 2_9760_2.4GHz\"\n            },\n            {\n                \"essid\": \"Alcatel_linkzone 2_9771_2.4GHz\"\n            },\n            {\n                \"essid\": \"Alcatel_linkzone 2_9802_2.4GHz\"\n            },\n            {\n                \"essid\": \"Alcatel LINKZONE 3003\"\n            },\n            {\n                \"essid\": \"Alcatel LINKZONE 3014\"\n            },\n            {\n                \"essid\": \"Alcatel LINKZONE 3332\"\n            },\n            {\n                \"essid\": \"Alcatel LINKZONE 3396\"\n            },\n            {\n                \"essid\": \"Alcatel LINKZONE 3751\"\n            },\n            {\n                \"essid\": \"Alcatel LINKZONE 3866\"\n            },\n            {\n                \"essid\": \"Alcatel LINKZONE 4062\"\n            },\n            {\n                \"essid\": \"Alcatel LINKZONE 4079\"\n            },\n            {\n                \"essid\": \"Alcatel LINKZONE 4196\"\n            },\n            {\n                \"essid\": \"Alcatel LINKZONE 4289\"\n            },\n            {\n                \"essid\": \"Alcatel LINKZONE 4601\"\n            },\n            {\n                \"essid\": \"Alcatel LINKZONE 4624\"\n            },\n            {\n                \"essid\": \"Alcatel LINKZONE 4638\"\n            },\n            {\n                \"essid\": \"Alcatel LINKZONE 4897\"\n            },\n            {\n                \"essid\": \"Alcatel LINKZONE 4975\"\n            },\n            {\n                \"essid\": \"Alcatel LINKZONE 5016\"\n            },\n            {\n                \"essid\": \"Alcatel LINKZONE 5372\"\n            },\n            {\n                \"essid\": \"Alcatel LINKZONE 5431\"\n            },\n            {\n                \"essid\": \"Alcatel LINKZONE 5576\"\n            },\n            {\n                \"essid\": \"Alcatel LINKZONE 5774\"\n            },\n            {\n                \"essid\": \"Alcatel LINKZONE 5920\"\n            },\n            {\n                \"essid\": \"Alcatel LINKZONE 6307\"\n            },\n            {\n                \"essid\": \"Alcatel LINKZONE 6867\"\n            },\n            {\n                \"essid\": \"Alcatel LINKZONE 6949\"\n            },\n            {\n                \"essid\": \"Alcatel LINKZONE 7063\"\n            },\n            {\n                \"essid\": \"Alcatel LINKZONE 7166\"\n            },\n            {\n                \"essid\": \"Alcatel LINKZONE 7202\"\n            },\n            {\n                \"essid\": \"Alcatel LINKZONE 7394\"\n            },\n            {\n                \"essid\": \"Alcatel LINKZONE 7459\"\n            },\n            {\n                \"essid\": \"Alcatel LINKZONE 7715\"\n            },\n            {\n                \"essid\": \"Alcatel LINKZONE 7783\"\n            },\n            {\n                \"essid\": \"Alcatel LINKZONE 8044\"\n            },\n            {\n                \"essid\": \"AlcatelLINKZONE806\"\n            },\n            {\n                \"essid\": \"Alcatel LINKZONE 8090\"\n            },\n            {\n                \"essid\": \"Alcatel LINKZONE 8190\"\n            },\n            {\n                \"essid\": \"Alcatel LINKZONE 8243\"\n            },\n            {\n                \"essid\": \"Alcatel LINKZONE 8266\"\n            },\n            {\n                \"essid\": \"Alcatel LINKZONE 8317\"\n            },\n            {\n                \"essid\": \"Alcatel LINKZONE 8558\"\n            },\n            {\n                \"essid\": \"Alcatel LINKZONE 8827\"\n            },\n            {\n                \"essid\": \"Alcatel LINKZONE 8870\"\n            },\n            {\n                \"essid\": \"Alcatel LINKZONE 9008\"\n            },\n            {\n                \"essid\": \"Alcatel LINKZONE 9256\"\n            },\n            {\n                \"essid\": \"Alcatel LINKZONE 9288\"\n            },\n            {\n                \"essid\": \"Alcatel LINKZONE 9447\"\n            },\n            {\n                \"essid\": \"Alcatel LINKZONE 9602\"\n            },\n            {\n                \"essid\": \"Alcatel LINKZONE 9618\"\n            },\n            {\n                \"essid\": \"Alcatel LINKZONE 9678\"\n            },\n            {\n                \"essid\": \"Alcatel LINKZONE 9729\"\n            },\n            {\n                \"essid\": \"Alcatel LINKZONE 9758\"\n            },\n            {\n                \"essid\": \"Alcatel LINKZONE 9849\"\n            },\n            {\n                \"essid\": \"Alcatel LINKZONE 9945\"\n            },\n            {\n                \"essid\": \"ALCATEL ONETOUCH Fierce XL 1393\"\n            },\n            {\n                \"essid\": \"ALCATEL ONETOUCH Fierce XL 2077\"\n            },\n            {\n                \"essid\": \"al chang\"\n            },\n            {\n                \"essid\": \"Al Chevrolet\"\n            },\n            {\n                \"essid\": \"AlcommSystems\"\n            },\n            {\n                \"essid\": \"Aldo\"\n            },\n            {\n                \"essid\": \"ALDOS GMC\"\n            },\n            {\n                \"essid\": \"Aldred\"\n            },\n            {\n                \"essid\": \"Alea Cruze\"\n            },\n            {\n                \"essid\": \"Ale Car\"\n            },\n            {\n                \"essid\": \"AleciasCruze\"\n            },\n            {\n                \"essid\": \"Alefefe\"\n            },\n            {\n                \"essid\": \"Alejandra Cano\\\\342\\\\200\\\\231s iPhone\"\n            },\n            {\n                \"essid\": \"Alejandro's iPhone\"\n            },\n            {\n                \"essid\": \"ALE-L04_F12A\"\n            },\n            {\n                \"essid\": \"Aleman\"\n            },\n            {\n                \"essid\": \"ALEMIKKY601\"\n            },\n            {\n                \"essid\": \"ALEMIKKY601-5G\"\n            },\n            {\n                \"essid\": \"__Aleph\"\n            },\n            {\n                \"essid\": \"alessandro\"\n            },\n            {\n                \"essid\": \"ALETECH2\"\n            },\n            {\n                \"essid\": \"Ale Visa\"\n            },\n            {\n                \"essid\": \"alex\"\n            },\n            {\n                \"essid\": \"alex \"\n            },\n            {\n                \"essid\": \"alex0389\"\n            },\n            {\n                \"essid\": \"Alex1\"\n            },\n            {\n                \"essid\": \"alex\\\\342\\\\200\\\\231s iPhone\"\n            },\n            {\n                \"essid\": \"alexa\"\n            },\n            {\n                \"essid\": \"Alexander Guzman\\\\342\\\\200\\\\231s iPhone\"\n            },\n            {\n                \"essid\": \"Alex Chow\"\n            },\n            {\n                \"essid\": \"Alex Downstairs\"\n            },\n            {\n                \"essid\": \"Alex Encore\"\n            },\n            {\n                \"essid\": \"Alex Hall’s iPhone\"\n            },\n            {\n                \"essid\": \"ALEXIS\"\n            },\n            {\n                \"essid\": \"Alexis and Long\"\n            },\n            {\n                \"essid\": \"Alexis car WiFi\"\n            },\n            {\n                \"essid\": \"Alexis’s iPhone\"\n            },\n            {\n                \"essid\": \"AlexisWifi\"\n            },\n            {\n                \"essid\": \"Alexsander Malibu\"\n            },\n            {\n                \"essid\": \"Alexs Bolt\"\n            },\n            {\n                \"essid\": \"Alexs Bolt Hotspot\"\n            },\n            {\n                \"essid\": \"Alex's iPhone\"\n            },\n            {\n                \"essid\": \"Alex’s iPhone\"\n            },\n            {\n                \"essid\": \"Alex's Pixel\"\n            },\n            {\n                \"essid\": \"AlexsTruck\"\n            },\n            {\n                \"essid\": \"ALEXS TRUCK\"\n            },\n            {\n                \"essid\": \"alexwhyfii\"\n            },\n            {\n                \"essid\": \"alexwifi\"\n            },\n            {\n                \"essid\": \"ALEXWIFI\"\n            },\n            {\n                \"essid\": \"Alfred\"\n            },\n            {\n                \"essid\": \"alfredocolorado\"\n            },\n            {\n                \"essid\": \"ALI730\"\n            },\n            {\n                \"essid\": \"Aliaksandr’s iPhone\"\n            },\n            {\n                \"essid\": \"alice1\"\n            },\n            {\n                \"essid\": \"ALICEA-HOME\"\n            },\n            {\n                \"essid\": \"Alicechen\"\n            },\n            {\n                \"essid\": \"Alice Traverse\"\n            },\n            {\n                \"essid\": \"alicewu\"\n            },\n            {\n                \"essid\": \"Alicia Rocks\"\n            },\n            {\n                \"essid\": \"Alicias Chevrolet\"\n            },\n            {\n                \"essid\": \"AliciasChevy\"\n            },\n            {\n                \"essid\": \"Alicia's iphone\"\n            },\n            {\n                \"essid\": \"AliciaT\"\n            },\n            {\n                \"essid\": \"AliciaTruck\"\n            },\n            {\n                \"essid\": \"Aliens1\"\n            },\n            {\n                \"essid\": \"ALI KAMRAN\"\n            },\n            {\n                \"essid\": \"AliKattMD\"\n            },\n            {\n                \"essid\": \"Ali Malibu\"\n            },\n            {\n                \"essid\": \"Alina\\\\342\\\\200\\\\231s Iphone\\\\360\\\\237\\\\223\\\\261\\\\360\\\\237\\\\246\\\\204\"\n            },\n            {\n                \"essid\": \"a-link-2\"\n            },\n            {\n                \"essid\": \"Alirio's Samsung\"\n            },\n            {\n                \"essid\": \"Ali Room.m\"\n            },\n            {\n                \"essid\": \"alison2019\"\n            },\n            {\n                \"essid\": \"ALISONS BOLT\"\n            },\n            {\n                \"essid\": \"Alison’s iPhone\"\n            },\n            {\n                \"essid\": \"Alison Spark\"\n            },\n            {\n                \"essid\": \"alissa\"\n            },\n            {\n                \"essid\": \"AliVolt\"\n            },\n            {\n                \"essid\": \"Aliworm\"\n            },\n            {\n                \"essid\": \"ALLABOUTTHATINNOUT\"\n            },\n            {\n                \"essid\": \"ALLAHU AKBAR1\"\n            },\n            {\n                \"essid\": \"Allan’s iPhone\"\n            },\n            {\n                \"essid\": \"All Cities Limo\"\n            },\n            {\n                \"essid\": \"Allen\"\n            },\n            {\n                \"essid\": \"allenFarm\"\n            },\n            {\n                \"essid\": \"allenFarmAdvanced\"\n            },\n            {\n                \"essid\": \"AllenH\"\n            },\n            {\n                \"essid\": \"AllenNetworkingSolutions\"\n            },\n            {\n                \"essid\": \"Alliance Guest\"\n            },\n            {\n                \"essid\": \"Alliance Private\"\n            },\n            {\n                \"essid\": \"Allies Bolt\"\n            },\n            {\n                \"essid\": \"Alli's iPhone\"\n            },\n            {\n                \"essid\": \"All Madden1989\"\n            },\n            {\n                \"essid\": \"Allpoints Realty\"\n            },\n            {\n                \"essid\": \"ALLSTARREALTY\"\n            },\n            {\n                \"essid\": \"Allstate\"\n            },\n            {\n                \"essid\": \"Allstate-1\"\n            },\n            {\n                \"essid\": \"ALLSTATE2G\"\n            },\n            {\n                \"essid\": \"allterrain\"\n            },\n            {\n                \"essid\": \"All Turf Winder Guest\"\n            },\n            {\n                \"essid\": \"All Turf Winder Secure_2GEXT\"\n            },\n            {\n                \"essid\": \"Alma\"\n            },\n            {\n                \"essid\": \"Al Maddin\"\n            },\n            {\n                \"essid\": \"Almas Sonic\"\n            },\n            {\n                \"essid\": \"ALMA WIFI\"\n            },\n            {\n                \"essid\": \"almond\"\n            },\n            {\n                \"essid\": \"Almost Family\"\n            },\n            {\n                \"essid\": \"Almost Heaven WiFi\"\n            },\n            {\n                \"essid\": \"Almotasem’s iPhone\"\n            },\n            {\n                \"essid\": \"Aloft-Guest\"\n            },\n            {\n                \"essid\": \"Aloft-Meeting\"\n            },\n            {\n                \"essid\": \"Aloft-Public\"\n            },\n            {\n                \"essid\": \"Alonzo928\"\n            },\n            {\n                \"essid\": \"Alonzo Sierra\"\n            },\n            {\n                \"essid\": \"Alooooo\"\n            },\n            {\n                \"essid\": \"alostar\"\n            },\n            {\n                \"essid\": \"AlpaSanghavi\"\n            },\n            {\n                \"essid\": \"Alpha\"\n            },\n            {\n                \"essid\": \"Alpha executive\"\n            },\n            {\n                \"essid\": \"alphalimous\"\n            },\n            {\n                \"essid\": \"Alpharetta Internal\"\n            },\n            {\n                \"essid\": \"Alphonso's iPad\"\n            },\n            {\n                \"essid\": \"ALPINE-9C8D7CB41008\"\n            },\n            {\n                \"essid\": \"ALPINE-9C8D7CB41C70\"\n            },\n            {\n                \"essid\": \"ALPINE-9C8D7CB43C8A\"\n            },\n            {\n                \"essid\": \"ALPINE-9C8D7CB43CDE\"\n            },\n            {\n                \"essid\": \"ALPINE-E0750AFF6898\"\n            },\n            {\n                \"essid\": \"Alray's Pixel\"\n            },\n            {\n                \"essid\": \"Al's\"\n            },\n            {\n                \"essid\": \"Al's Funtastic Happy Tim.b\"\n            },\n            {\n                \"essid\": \"Al's-Guest\"\n            },\n            {\n                \"essid\": \"Al’s iPad\"\n            },\n            {\n                \"essid\": \"ALS Mobile\"\n            },\n            {\n                \"essid\": \"Als_Pixel2\"\n            },\n            {\n                \"essid\": \"ALs Truck\"\n            },\n            {\n                \"essid\": \"AltaGuest\"\n            },\n            {\n                \"essid\": \"AltaWireless\"\n            },\n            {\n                \"essid\": \"ALTEL  4G_B668CD\"\n            },\n            {\n                \"essid\": \"ALTEL  4G_B7F84A\"\n            },\n            {\n                \"essid\": \"ALTEL  4G_B7F8FC\"\n            },\n            {\n                \"essid\": \"Alteration-2G\"\n            },\n            {\n                \"essid\": \"Altima\"\n            },\n            {\n                \"essid\": \"ALTIMA WF-RAVE\"\n            },\n            {\n                \"essid\": \"Altura GMC\"\n            },\n            {\n                \"essid\": \"Alvaro\"\n            },\n            {\n                \"essid\": \"Alvince’s iPhone\"\n            },\n            {\n                \"essid\": \"alvinshero4\"\n            },\n            {\n                \"essid\": \"Alvins Volt Wifi\"\n            },\n            {\n                \"essid\": \"Always\"\n            },\n            {\n                \"essid\": \"Alyn_Office\"\n            },\n            {\n                \"essid\": \"Ama limo12\"\n            },\n            {\n                \"essid\": \"Ama Limo 16\"\n            },\n            {\n                \"essid\": \"Amanda415\"\n            },\n            {\n                \"essid\": \"Amandaloyal\"\n            },\n            {\n                \"essid\": \"Amanda's iPhone\"\n            },\n            {\n                \"essid\": \"Amanda Suburban\"\n            },\n            {\n                \"essid\": \"Amandeep’s iPhone\"\n            },\n            {\n                \"essid\": \"A Manders\"\n            },\n            {\n                \"essid\": \"Aman’s iPhone\"\n            },\n            {\n                \"essid\": \"Amar Bolt mimo\"\n            },\n            {\n                \"essid\": \"Amare\"\n            },\n            {\n                \"essid\": \"A M A U R Y\"\n            },\n            {\n                \"essid\": \"Amaury P20 Pro\"\n            },\n            {\n                \"essid\": \"AmazingPlaces\"\n            },\n            {\n                \"essid\": \"Amazon\"\n            },\n            {\n                \"essid\": \"Amazon-0CS\"\n            },\n            {\n                \"essid\": \"Amazon-1HA\"\n            },\n            {\n                \"essid\": \"Amazon-1UF\"\n            },\n            {\n                \"essid\": \"Amazon-28P\"\n            },\n            {\n                \"essid\": \"Amazon-2PQ\"\n            },\n            {\n                \"essid\": \"Amazon-2QH\"\n            },\n            {\n                \"essid\": \"Amazon-666\"\n            },\n            {\n                \"essid\": \"Amazon-6B9\"\n            },\n            {\n                \"essid\": \"Amazon-77J\"\n            },\n            {\n                \"essid\": \"Amazon-7H7\"\n            },\n            {\n                \"essid\": \"Amazon-9UQ\"\n            },\n            {\n                \"essid\": \"Amazon-CVC\"\n            },\n            {\n                \"essid\": \"Amazon-KD2\"\n            },\n            {\n                \"essid\": \"AMBA_C7EC98\"\n            },\n            {\n                \"essid\": \"AMBER CADILLAC\"\n            },\n            {\n                \"essid\": \"Ambergrove2018\"\n            },\n            {\n                \"essid\": \"Amberlynch\"\n            },\n            {\n                \"essid\": \"Amber pet\"\n            },\n            {\n                \"essid\": \"Ambers Cruze\"\n            },\n            {\n                \"essid\": \"Amber’s iPhone\"\n            },\n            {\n                \"essid\": \"Amber's IPhone\"\n            },\n            {\n                \"essid\": \"Ambient_Guest\"\n            },\n            {\n                \"essid\": \"Ambrose WiFi\"\n            },\n            {\n                \"essid\": \"AMC\"\n            },\n            {\n                \"essid\": \"Amelia’s iPhone\"\n            },\n            {\n                \"essid\": \"amena\"\n            },\n            {\n                \"essid\": \"american\"\n            },\n            {\n                \"essid\": \"American01\"\n            },\n            {\n                \"essid\": \"American Best Choice Agency\"\n            },\n            {\n                \"essid\": \"AmericanDirect\"\n            },\n            {\n                \"essid\": \"AmericanNails\"\n            },\n            {\n                \"essid\": \"AmericasMart\"\n            },\n            {\n                \"essid\": \"AMERICAS_MATRESS\"\n            },\n            {\n                \"essid\": \"Amerifolio3\"\n            },\n            {\n                \"essid\": \"AMG1COG\"\n            },\n            {\n                \"essid\": \"amh-tupelo\"\n            },\n            {\n                \"essid\": \"AminGhafari\"\n            },\n            {\n                \"essid\": \"amjchs\"\n            },\n            {\n                \"essid\": \"AM_MiFi\"\n            },\n            {\n                \"essid\": \"Amogh's Wifi\"\n            },\n            {\n                \"essid\": \"Amogh's WiFi-Guest\"\n            },\n            {\n                \"essid\": \"amor\"\n            },\n            {\n                \"essid\": \"Amor2018\"\n            },\n            {\n                \"essid\": \"Amped_AP_2.4GHz\"\n            },\n            {\n                \"essid\": \"Amped_AthenaEX_2.4\"\n            },\n            {\n                \"essid\": \"Amped_REA20_2.4\"\n            },\n            {\n                \"essid\": \"Amped_REC44M_2.4\"\n            },\n            {\n                \"essid\": \"Amped_SR\"\n            },\n            {\n                \"essid\": \"Amplifi\"\n            },\n            {\n                \"essid\": \"AMREPCR\"\n            },\n            {\n                \"essid\": \"AMREPCR_AES\"\n            },\n            {\n                \"essid\": \"Amro\"\n            },\n            {\n                \"essid\": \"AMRSutter\"\n            },\n            {\n                \"essid\": \"Amtorr\"\n            },\n            {\n                \"essid\": \"AMTW\"\n            },\n            {\n                \"essid\": \"AMV\"\n            },\n            {\n                \"essid\": \"AMX_TP2\"\n            },\n            {\n                \"essid\": \"Amy\"\n            },\n            {\n                \"essid\": \"Amy\\\\342\\\\200\\\\231s iPhone\"\n            },\n            {\n                \"essid\": \"Amy Denali\"\n            },\n            {\n                \"essid\": \"amyrose18\"\n            },\n            {\n                \"essid\": \"Amys Bolt\"\n            },\n            {\n                \"essid\": \"amys denali\"\n            },\n            {\n                \"essid\": \"Amy’s iPhone\"\n            },\n            {\n                \"essid\": \"Amy's iPhone 5\"\n            },\n            {\n                \"essid\": \"amyvitarelli\"\n            },\n            {\n                \"essid\": \"amyzingness\"\n            },\n            {\n                \"essid\": \"Amzik.ken\"\n            },\n            {\n                \"essid\": \"AN-2\"\n            },\n            {\n                \"essid\": \"Anabeth\"\n            },\n            {\n                \"essid\": \"Ana Claudia SamsungS8+\"\n            },\n            {\n                \"essid\": \"ANAFI-E006837\"\n            },\n            {\n                \"essid\": \"ANAFI-H067707\"\n            },\n            {\n                \"essid\": \"ANAFI-J099952\"\n            },\n            {\n                \"essid\": \"Anaitah’s iPhone\"\n            },\n            {\n                \"essid\": \"ANALIDA-WIFI\"\n            },\n            {\n                \"essid\": \"Anark33\"\n            },\n            {\n                \"essid\": \"Anas\"\n            },\n            {\n                \"essid\": \"Anas Computer\\\\342\\\\200\\\\231s iPhone\"\n            },\n            {\n                \"essid\": \"Anas iPhone\"\n            },\n            {\n                \"essid\": \"Anastacia1205\"\n            },\n            {\n                \"essid\": \"Anastassiya’s iPhone\"\n            },\n            {\n                \"essid\": \"Anaya Wifi\"\n            },\n            {\n                \"essid\": \"ancelvolt\"\n            },\n            {\n                \"essid\": \"Ancinshouse\"\n            },\n            {\n                \"essid\": \"Andat\"\n            },\n            {\n                \"essid\": \"anderson\"\n            },\n            {\n                \"essid\": \"Anderson\"\n            },\n            {\n                \"essid\": \"Anderson®\"\n            },\n            {\n                \"essid\": \"Anderson Auto\"\n            },\n            {\n                \"essid\": \"Anderson Auto-5G\"\n            },\n            {\n                \"essid\": \"ANDERSON DAILEY\"\n            },\n            {\n                \"essid\": \"Andersonfamily\"\n            },\n            {\n                \"essid\": \"AndersonHub2\"\n            },\n            {\n                \"essid\": \"Anderson WiFi\"\n            },\n            {\n                \"essid\": \"Andiii\"\n            },\n            {\n                \"essid\": \"Andr25\"\n            },\n            {\n                \"essid\": \"ANDRE0223\"\n            },\n            {\n                \"essid\": \"Andrea1212\"\n            },\n            {\n                \"essid\": \"ANDREACLAUDIA\"\n            },\n            {\n                \"essid\": \"Andreas Chevy\"\n            },\n            {\n                \"essid\": \"AndreasCruze\"\n            },\n            {\n                \"essid\": \"Andreas Cruze\"\n            },\n            {\n                \"essid\": \"Andreas Sonic\"\n            },\n            {\n                \"essid\": \"Andreas Tahoe\"\n            },\n            {\n                \"essid\": \"AndreaTrax\"\n            },\n            {\n                \"essid\": \"Andrei\"\n            },\n            {\n                \"essid\": \"ANDRÉ LUIZ\"\n            },\n            {\n                \"essid\": \"Andre's iPhone\"\n            },\n            {\n                \"essid\": \"andrew\"\n            },\n            {\n                \"essid\": \"Andrew\"\n            },\n            {\n                \"essid\": \"Andrew Diamond\"\n            },\n            {\n                \"essid\": \"Andrew Morgan\"\n            },\n            {\n                \"essid\": \"Andrew's Galaxy S20 FE 5G\"\n            },\n            {\n                \"essid\": \"Andrew's iPhone\"\n            },\n            {\n                \"essid\": \"Andrew’s iPhone\"\n            },\n            {\n                \"essid\": \"Andrew Sonic\"\n            },\n            {\n                \"essid\": \"ANDREWs TRUCK\"\n            },\n            {\n                \"essid\": \"andrew truck\"\n            },\n            {\n                \"essid\": \"android24\"\n            },\n            {\n                \"essid\": \"AndroidA\"\n            },\n            {\n                \"essid\": \"AndroidANF\"\n            },\n            {\n                \"essid\": \"AndroidAP\"\n            },\n            {\n                \"essid\": \"AndroidAP00AB\"\n            },\n            {\n                \"essid\": \"AndroidAP0633\"\n            },\n            {\n                \"essid\": \"AndroidAP0BEB\"\n            },\n            {\n                \"essid\": \"AndroidAP0c88\"\n            },\n            {\n                \"essid\": \"AndroidAP0DC3\"\n            },\n            {\n                \"essid\": \"AndroidAP0ddb\"\n            },\n            {\n                \"essid\": \"AndroidAP0e67\"\n            },\n            {\n                \"essid\": \"AndroidAP0EFD\"\n            },\n            {\n                \"essid\": \"AndroidAP0FE7\"\n            },\n            {\n                \"essid\": \"AndroidAP1\"\n            },\n            {\n                \"essid\": \"AndroidAP_1060\"\n            },\n            {\n                \"essid\": \"AndroidAP_1898\"\n            },\n            {\n                \"essid\": \"AndroidAP1A7E\"\n            },\n            {\n                \"essid\": \"AndroidAP1EA3\"\n            },\n            {\n                \"essid\": \"AndroidAP_2149\"\n            },\n            {\n                \"essid\": \"AndroidAP245b\"\n            },\n            {\n                \"essid\": \"AndroidAP_2593\"\n            },\n            {\n                \"essid\": \"AndroidAP3066\"\n            },\n            {\n                \"essid\": \"AndroidAP3194\"\n            },\n            {\n                \"essid\": \"AndroidAP326A\"\n            },\n            {\n                \"essid\": \"AndroidAP_3299\"\n            },\n            {\n                \"essid\": \"AndroidAP339e\"\n            },\n            {\n                \"essid\": \"AndroidAP_3575\"\n            },\n            {\n                \"essid\": \"AndroidAP36C0\"\n            },\n            {\n                \"essid\": \"AndroidAP_4094\"\n            },\n            {\n                \"essid\": \"AndroidAP_4286\"\n            },\n            {\n                \"essid\": \"AndroidAP42a9oq\"\n            },\n            {\n                \"essid\": \"AndroidAP4307\"\n            },\n            {\n                \"essid\": \"AndroidAP_4391\"\n            },\n            {\n                \"essid\": \"AndroidAP_4482\"\n            },\n            {\n                \"essid\": \"AndroidAP4712\"\n            },\n            {\n                \"essid\": \"AndroidAP4A96\"\n            },\n            {\n                \"essid\": \"AndroidAP4a99\"\n            },\n            {\n                \"essid\": \"AndroidAP4E28\"\n            },\n            {\n                \"essid\": \"AndroidAP4ead\"\n            },\n            {\n                \"essid\": \"AndroidAP4f66\"\n            },\n            {\n                \"essid\": \"AndroidAP_5524\"\n            },\n            {\n                \"essid\": \"AndroidAP_5584\"\n            },\n            {\n                \"essid\": \"AndroidAP_5617\"\n            },\n            {\n                \"essid\": \"AndroidAP_5836\"\n            },\n            {\n                \"essid\": \"AndroidAP5C26\"\n            },\n            {\n                \"essid\": \"AndroidAP5CE2\"\n            },\n            {\n                \"essid\": \"AndroidAP_6014\"\n            },\n            {\n                \"essid\": \"AndroidAP615A\"\n            },\n            {\n                \"essid\": \"AndroidAP686C\"\n            },\n            {\n                \"essid\": \"AndroidAP_7174\"\n            },\n            {\n                \"essid\": \"AndroidAP_7636\"\n            },\n            {\n                \"essid\": \"AndroidAP7B8B\"\n            },\n            {\n                \"essid\": \"AndroidAP7CBA\"\n            },\n            {\n                \"essid\": \"AndroidAP_8082\"\n            },\n            {\n                \"essid\": \"AndroidAP809D\"\n            },\n            {\n                \"essid\": \"AndroidAP_8816\"\n            },\n            {\n                \"essid\": \"AndroidAP_8891\"\n            },\n            {\n                \"essid\": \"AndroidAP88ee\"\n            },\n            {\n                \"essid\": \"AndroidAP8911\"\n            },\n            {\n                \"essid\": \"AndroidAP8B70\"\n            },\n            {\n                \"essid\": \"AndroidAP8C0F\"\n            },\n            {\n                \"essid\": \"AndroidAP8D2A\"\n            },\n            {\n                \"essid\": \"AndroidAP9274\"\n            },\n            {\n                \"essid\": \"AndroidAP_9421\"\n            },\n            {\n                \"essid\": \"AndroidAP94DE\"\n            },\n            {\n                \"essid\": \"AndroidAP_9527\"\n            },\n            {\n                \"essid\": \"AndroidAP9626\"\n            },\n            {\n                \"essid\": \"AndroidAP98C4\"\n            },\n            {\n                \"essid\": \"AndroidAP98E4\"\n            },\n            {\n                \"essid\": \"AndroidAP99fd\"\n            },\n            {\n                \"essid\": \"AndroidAPA362\"\n            },\n            {\n                \"essid\": \"AndroidAPAB89\"\n            },\n            {\n                \"essid\": \"AndroidAPAFF2\"\n            },\n            {\n                \"essid\": \"AndroidAPB093\"\n            },\n            {\n                \"essid\": \"AndroidAPB881\"\n            },\n            {\n                \"essid\": \"AndroidAPB90A\"\n            },\n            {\n                \"essid\": \"AndroidAPC02D\"\n            },\n            {\n                \"essid\": \"AndroidAPC86E\"\n            },\n            {\n                \"essid\": \"AndroidAPC9FC\"\n            },\n            {\n                \"essid\": \"AndroidAPCB08\"\n            },\n            {\n                \"essid\": \"AndroidAPCD7F\"\n            },\n            {\n                \"essid\": \"AndroidAPCF18\"\n            },\n            {\n                \"essid\": \"AndroidAPd340\"\n            },\n            {\n                \"essid\": \"AndroidAPD38C\"\n            },\n            {\n                \"essid\": \"AndroidAPD8DE\"\n            },\n            {\n                \"essid\": \"AndroidAPE02E\"\n            },\n            {\n                \"essid\": \"AndroidAPE233\"\n            },\n            {\n                \"essid\": \"AndroidAPe2b1\"\n            },\n            {\n                \"essid\": \"AndroidAPF039\"\n            },\n            {\n                \"essid\": \"AndroidAPF07A\"\n            },\n            {\n                \"essid\": \"AndroidAPfb72\"\n            },\n            {\n                \"essid\": \"AndroidAPZ\"\n            },\n            {\n                \"essid\": \"Android B\"\n            },\n            {\n                \"essid\": \"Android Gustavo\"\n            },\n            {\n                \"essid\": \"AndroidHotspot0559\"\n            },\n            {\n                \"essid\": \"AndroidHotspot113\"\n            },\n            {\n                \"essid\": \"AndroidHotspot1461\"\n            },\n            {\n                \"essid\": \"AndroidHotspot3442,\"\n            },\n            {\n                \"essid\": \"AndroidHotspot5483\"\n            },\n            {\n                \"essid\": \"AndroidHotspot9966\"\n            },\n            {\n                \"essid\": \"AndroidJD\"\n            },\n            {\n                \"essid\": \"Android L\"\n            },\n            {\n                \"essid\": \"Android sapir\"\n            },\n            {\n                \"essid\": \"AndroidTPI\"\n            },\n            {\n                \"essid\": \"Andromeda\"\n            },\n            {\n                \"essid\": \"AndromedaX\"\n            },\n            {\n                \"essid\": \"and_then\"\n            },\n            {\n                \"essid\": \"And_then\"\n            },\n            {\n                \"essid\": \"And_ then downstairs.46E0.ybf\"\n            },\n            {\n                \"essid\": \"Andy\"\n            },\n            {\n                \"essid\": \"andy2121\"\n            },\n            {\n                \"essid\": \"Andy Pompei\"\n            },\n            {\n                \"essid\": \"Andys iphone\"\n            },\n            {\n                \"essid\": \"Andys Suburban\"\n            },\n            {\n                \"essid\": \"AndySuburban\"\n            },\n            {\n                \"essid\": \"andy wifi\"\n            },\n            {\n                \"essid\": \"Anfield\"\n            },\n            {\n                \"essid\": \"angel\"\n            },\n            {\n                \"essid\": \"Angel\"\n            },\n            {\n                \"essid\": \"Angel \"\n            },\n            {\n                \"essid\": \"Ángel \"\n            },\n            {\n                \"essid\": \"Angela\"\n            },\n            {\n                \"essid\": \"AngelaandJohn2012\"\n            },\n            {\n                \"essid\": \"Angela Daly’s iPhone\"\n            },\n            {\n                \"essid\": \"angela poli\"\n            },\n            {\n                \"essid\": \"Angela R\"\n            },\n            {\n                \"essid\": \"angelasencore\"\n            },\n            {\n                \"essid\": \"Angela Suburban\"\n            },\n            {\n                \"essid\": \"AngelasYukon\"\n            },\n            {\n                \"essid\": \"angela_talbert\"\n            },\n            {\n                \"essid\": \"Angel Dimitrov94\"\n            },\n            {\n                \"essid\": \"ANGELICALARES\"\n            },\n            {\n                \"essid\": \"angellimo\"\n            },\n            {\n                \"essid\": \"AngelnAxel1320\"\n            },\n            {\n                \"essid\": \"Angelo Wifi\"\n            },\n            {\n                \"essid\": \"angel's iPhone\"\n            },\n            {\n                \"essid\": \"angels traverse\"\n            },\n            {\n                \"essid\": \"AngelTrax\"\n            },\n            {\n                \"essid\": \"Angel Wifi\"\n            },\n            {\n                \"essid\": \"angiecamaro\"\n            },\n            {\n                \"essid\": \"ANGuest\"\n            },\n            {\n                \"essid\": \"ANHOUSING2.4\"\n            },\n            {\n                \"essid\": \"anieto\"\n            },\n            {\n                \"essid\": \"anijain\"\n            },\n            {\n                \"essid\": \"Anile Volt\"\n            },\n            {\n                \"essid\": \"Anisa’s iPhone\"\n            },\n            {\n                \"essid\": \"Anitra\"\n            },\n            {\n                \"essid\": \"Anitra's Galaxy\"\n            },\n            {\n                \"essid\": \"Ankit’s iPhone\"\n            },\n            {\n                \"essid\": \"ANN2015\"\n            },\n            {\n                \"essid\": \"Anna\"\n            },\n            {\n                \"essid\": \"annarose1014\"\n            },\n            {\n                \"essid\": \"AnneAUDI\"\n            },\n            {\n                \"essid\": \"Anne Bolt\"\n            },\n            {\n                \"essid\": \"Anne Goffin\\\\342\\\\200\\\\231s iPhone\"\n            },\n            {\n                \"essid\": \"AnneMarie\"\n            },\n            {\n                \"essid\": \"Anne Marie\"\n            },\n            {\n                \"essid\": \"annemarie bolt\"\n            },\n            {\n                \"essid\": \"Annemaries Cruze\"\n            },\n            {\n                \"essid\": \"Annes Hotspot\"\n            },\n            {\n                \"essid\": \"Annes Volt\"\n            },\n            {\n                \"essid\": \"annettes equinox\"\n            },\n            {\n                \"essid\": \"AnnettesEscalade\"\n            },\n            {\n                \"essid\": \"Anne Volt\"\n            },\n            {\n                \"essid\": \"Anns\"\n            },\n            {\n                \"essid\": \"Anns Chevy\"\n            },\n            {\n                \"essid\": \"Annual Conference\"\n            },\n            {\n                \"essid\": \"Anomaly\"\n            },\n            {\n                \"essid\": \"ANONGALONG\"\n            },\n            {\n                \"essid\": \"ANParts\"\n            },\n            {\n                \"essid\": \"Anri Net\"\n            },\n            {\n                \"essid\": \"AnswerRocket_Employee\"\n            },\n            {\n                \"essid\": \"Antaira-ath0\"\n            },\n            {\n                \"essid\": \"Antbeaver14\"\n            },\n            {\n                \"essid\": \"antdizzle559\"\n            },\n            {\n                \"essid\": \"AntelopeNet\"\n            },\n            {\n                \"essid\": \"antenaKrasi2.media\"\n            },\n            {\n                \"essid\": \"antgel\"\n            },\n            {\n                \"essid\": \"anthem\"\n            },\n            {\n                \"essid\": \"anthem - Guest\"\n            },\n            {\n                \"essid\": \"Anthony\"\n            },\n            {\n                \"essid\": \"AnthonyBolt\"\n            },\n            {\n                \"essid\": \"Anthony GMC\"\n            },\n            {\n                \"essid\": \"AnthonyMalibu\"\n            },\n            {\n                \"essid\": \"AnthonyP\"\n            },\n            {\n                \"essid\": \"Anthony's Chromecast\"\n            },\n            {\n                \"essid\": \"Anthony’s iPhone\"\n            },\n            {\n                \"essid\": \"Anthonys Truck\"\n            },\n            {\n                \"essid\": \"Anthonys Verano\"\n            },\n            {\n                \"essid\": \"Antoinettes_Cafe\"\n            },\n            {\n                \"essid\": \"Antonios Silverado\"\n            },\n            {\n                \"essid\": \"Ants TMo HS\"\n            },\n            {\n                \"essid\": \"antwan08\"\n            },\n            {\n                \"essid\": \"Anvilcams\"\n            },\n            {\n                \"essid\": \"AnyCast-BFCB3CED\"\n            },\n            {\n                \"essid\": \"AnyLabTestGuest\"\n            },\n            {\n                \"essid\": \"Anytek-G21-10a4be4dc62e\"\n            },\n            {\n                \"essid\": \"Anytek-G21-10a4be4dc62f\"\n            },\n            {\n                \"essid\": \"Anytime Fitness\"\n            },\n            {\n                \"essid\": \"Anytimeplumbing\"\n            },\n            {\n                \"essid\": \"AODnetnac\"\n            },\n            {\n                \"essid\": \"AOLDialUp\"\n            },\n            {\n                \"essid\": \"Aous\"\n            },\n            {\n                \"essid\": \"AP_111\"\n            },\n            {\n                \"essid\": \"ap214.archive.org\"\n            },\n            {\n                \"essid\": \"ap216.archive.org\"\n            },\n            {\n                \"essid\": \"ap221.archive.org\"\n            },\n            {\n                \"essid\": \"ap233.archive.org\"\n            },\n            {\n                \"essid\": \"APalmer78\"\n            },\n            {\n                \"essid\": \"apande\"\n            },\n            {\n                \"essid\": \"Apara WiFi\"\n            },\n            {\n                \"essid\": \"Apartment\"\n            },\n            {\n                \"essid\": \"APARTSWEETAPART\"\n            },\n            {\n                \"essid\": \"APD332\"\n            },\n            {\n                \"essid\": \"apeast\"\n            },\n            {\n                \"essid\": \"APEX\"\n            },\n            {\n                \"essid\": \"APEX BEAUTY SUPPLY 1\"\n            },\n            {\n                \"essid\": \"APEX BEAUTY SUPPLY 1-guest\"\n            },\n            {\n                \"essid\": \"ap@georgian\"\n            },\n            {\n                \"essid\": \"APGuest\"\n            },\n            {\n                \"essid\": \"Aphone\"\n            },\n            {\n                \"essid\": \"APLUS\"\n            },\n            {\n                \"essid\": \"Apogee\"\n            },\n            {\n                \"essid\": \"Apogee-Guest\"\n            },\n            {\n                \"essid\": \"ApolloMD Guest\"\n            },\n            {\n                \"essid\": \"ApolloMD Stream\"\n            },\n            {\n                \"essid\": \"app\"\n            },\n            {\n                \"essid\": \"APP0943\"\n            },\n            {\n                \"essid\": \"APP1805\"\n            },\n            {\n                \"essid\": \"APPLE B\"\n            },\n            {\n                \"essid\": \"applee\"\n            },\n            {\n                \"essid\": \"Apple Network a7b574\"\n            },\n            {\n                \"essid\": \"Apple Network af7941\"\n            },\n            {\n                \"essid\": \"Apple Network c09eb4\"\n            },\n            {\n                \"essid\": \"Apple Network e6ca3b\"\n            },\n            {\n                \"essid\": \"Apple Network ec8e39\"\n            },\n            {\n                \"essid\": \"apple_store\"\n            },\n            {\n                \"essid\": \"APPLE TRAVEL\"\n            },\n            {\n                \"essid\": \"AppolloDental\"\n            },\n            {\n                \"essid\": \"Apps\"\n            },\n            {\n                \"essid\": \"APRILANDJAMES\"\n            },\n            {\n                \"essid\": \"aprilmarie732\"\n            },\n            {\n                \"essid\": \"Apt 216 Guest\"\n            },\n            {\n                \"essid\": \"Apt4303\"\n            },\n            {\n                \"essid\": \"Apt 508 wifi\"\n            },\n            {\n                \"essid\": \"Aptrlindsay\"\n            },\n            {\n                \"essid\": \"apts\"\n            },\n            {\n                \"essid\": \"APW&S\"\n            },\n            {\n                \"essid\": \"AQT80-abbda3\"\n            },\n            {\n                \"essid\": \"Aqua-E36\"\n            },\n            {\n                \"essid\": \"aquaman\"\n            },\n            {\n                \"essid\": \"Aquamarine\"\n            },\n            {\n                \"essid\": \"AquaRose\"\n            },\n            {\n                \"essid\": \"Aragon-TT\"\n            },\n            {\n                \"essid\": \"aramburo\"\n            },\n            {\n                \"essid\": \"ARAMS HOTSPOT\"\n            },\n            {\n                \"essid\": \"arasil_2GEXT\"\n            },\n            {\n                \"essid\": \"Araucaria\"\n            },\n            {\n                \"essid\": \"Araucaria-Guest\"\n            },\n            {\n                \"essid\": \"arbor-corp\"\n            },\n            {\n                \"essid\": \"arbor-guest\"\n            },\n            {\n                \"essid\": \"Arbor-Guest\"\n            },\n            {\n                \"essid\": \"arbor-priv\"\n            },\n            {\n                \"essid\": \"Arbor-Priv\"\n            },\n            {\n                \"essid\": \"Arborway-Boss\"\n            },\n            {\n                \"essid\": \"Arbour\"\n            },\n            {\n                \"essid\": \"Arc Bolt\"\n            },\n            {\n                \"essid\": \"Arctica\"\n            },\n            {\n                \"essid\": \"ARDMOTORSPORTS\"\n            },\n            {\n                \"essid\": \"Arek\"\n            },\n            {\n                \"essid\": \"Areli\\\\342\\\\200\\\\231s iPhone\"\n            },\n            {\n                \"essid\": \"Areli’s iPhone\"\n            },\n            {\n                \"essid\": \"Arena_Private\"\n            },\n            {\n                \"essid\": \"Arenas-2\"\n            },\n            {\n                \"essid\": \"Arends_Network\"\n            },\n            {\n                \"essid\": \"Are’s iphone \"\n            },\n            {\n                \"essid\": \"A Resner\"\n            },\n            {\n                \"essid\": \"Aretha\"\n            },\n            {\n                \"essid\": \"Arezoo's iPhone\"\n            },\n            {\n                \"essid\": \"arfarfarf\"\n            },\n            {\n                \"essid\": \"AR FLooring\"\n            },\n            {\n                \"essid\": \"arflooring2\"\n            },\n            {\n                \"essid\": \"Argueta\"\n            },\n            {\n                \"essid\": \"Aria 2017\"\n            },\n            {\n                \"essid\": \"ArianaGarcia\"\n            },\n            {\n                \"essid\": \"Arianas Cruze\"\n            },\n            {\n                \"essid\": \"Aria Shen\"\n            },\n            {\n                \"essid\": \"Ariel01\"\n            },\n            {\n                \"essid\": \"Ariels\"\n            },\n            {\n                \"essid\": \"Ariel’s iPhone\"\n            },\n            {\n                \"essid\": \"Aries101\"\n            },\n            {\n                \"essid\": \"Arikha\"\n            },\n            {\n                \"essid\": \"Aristo 4+ 0130\"\n            },\n            {\n                \"essid\": \"Aristo 4+ 0535\"\n            },\n            {\n                \"essid\": \"Aristo 4+ 4700\"\n            },\n            {\n                \"essid\": \"Aristo 4+ 5391\"\n            },\n            {\n                \"essid\": \"Aristo 4+ 7187\"\n            },\n            {\n                \"essid\": \"Aristo 4+ 7719\"\n            },\n            {\n                \"essid\": \"Aristo 4+ 7759\"\n            },\n            {\n                \"essid\": \"Aristo 4+ 7774\"\n            },\n            {\n                \"essid\": \"Aristo 4+ 8172\"\n            },\n            {\n                \"essid\": \"Aristo 4+ 8612\"\n            },\n            {\n                \"essid\": \"Aristo 4+ 9494\"\n            },\n            {\n                \"essid\": \"Aristo5\"\n            },\n            {\n                \"essid\": \"Aristo 5 6422\"\n            },\n            {\n                \"essid\": \"Aristo 5 7126\"\n            },\n            {\n                \"essid\": \"ARivera\"\n            },\n            {\n                \"essid\": \"Arj Haz\"\n            },\n            {\n                \"essid\": \"Arjun\"\n            },\n            {\n                \"essid\": \"Arley's Samsung Galaxy A11\"\n            },\n            {\n                \"essid\": \"Arlo\\\\342\\\\200\\\\231s iPad\"\n            },\n            {\n                \"essid\": \"ARLO_VMB_4983528939\"\n            },\n            {\n                \"essid\": \"ARLO_VMB_5642861658\"\n            },\n            {\n                \"essid\": \"ARLO_VMB_5885429992\"\n            },\n            {\n                \"essid\": \"ARLO_VMB_6879566745\"\n            },\n            {\n                \"essid\": \"ARLO_VMB_6953652911\"\n            },\n            {\n                \"essid\": \"ARLO_VMB_7291346191\"\n            },\n            {\n                \"essid\": \"ARLO_VMB_8615821228\"\n            },\n            {\n                \"essid\": \"Armando\"\n            },\n            {\n                \"essid\": \"Armando\\\\342\\\\200\\\\231s iPhone\"\n            },\n            {\n                \"essid\": \"ArmandoWifi\"\n            },\n            {\n                \"essid\": \"Armed and Dangerous \"\n            },\n            {\n                \"essid\": \"Armin’s iPhone\"\n            },\n            {\n                \"essid\": \"Army007Boy\"\n            },\n            {\n                \"essid\": \"Arnaldo Sero Jr’s iPhone\"\n            },\n            {\n                \"essid\": \"Arnds Home\"\n            },\n            {\n                \"essid\": \"aronica123\"\n            },\n            {\n                \"essid\": \"Arrakis\"\n            },\n            {\n                \"essid\": \"Arrdy444\"\n            },\n            {\n                \"essid\": \"arredondo\"\n            },\n            {\n                \"essid\": \"Arrendale\"\n            },\n            {\n                \"essid\": \"ARRIS-0341\"\n            },\n            {\n                \"essid\": \"ARRIS-2\"\n            },\n            {\n                \"essid\": \"ARRIS-2585\"\n            },\n            {\n                \"essid\": \"ARRIS-2A3A\"\n            },\n            {\n                \"essid\": \"ARRIS-2BD1\"\n            },\n            {\n                \"essid\": \"ARRIS-3B48\"\n            },\n            {\n                \"essid\": \"ARRIS-3BD0\"\n            },\n            {\n                \"essid\": \"ARRIS-3DEC\"\n            },\n            {\n                \"essid\": \"ARRIS-4672\"\n            },\n            {\n                \"essid\": \"ARRIS-55FB\"\n            },\n            {\n                \"essid\": \"ARRIS-83FA\"\n            },\n            {\n                \"essid\": \"ARRIS-862A\"\n            },\n            {\n                \"essid\": \"ARRIS-862A-5G\"\n            },\n            {\n                \"essid\": \"ARRIS-9884\"\n            },\n            {\n                \"essid\": \"ARRIS-996C\"\n            },\n            {\n                \"essid\": \"ARRIS-9EAB\"\n            },\n            {\n                \"essid\": \"ARRIS-AA5E\"\n            },\n            {\n                \"essid\": \"ARRIS-ADA8\"\n            },\n            {\n                \"essid\": \"ARRIS-B635\"\n            },\n            {\n                \"essid\": \"ARRIS-C62B\"\n            },\n            {\n                \"essid\": \"ARRIS-D30F\"\n            },\n            {\n                \"essid\": \"ARRIS-D3E0\"\n            },\n            {\n                \"essid\": \"ARRIS-DB82\"\n            },\n            {\n                \"essid\": \"ARRIS-EA1B\"\n            },\n            {\n                \"essid\": \"ARRIS-F682-4\"\n            },\n            {\n                \"essid\": \"ARRIS-F996\"\n            },\n            {\n                \"essid\": \"ARRIS-F99D\"\n            },\n            {\n                \"essid\": \"ARRIS-FA71\"\n            },\n            {\n                \"essid\": \"Arrow\"\n            },\n            {\n                \"essid\": \"Arrow_Corp\"\n            },\n            {\n                \"essid\": \"Arrow_Guest\"\n            },\n            {\n                \"essid\": \"Arrow_SC\"\n            },\n            {\n                \"essid\": \"arszmit\"\n            },\n            {\n                \"essid\": \"Art Barker\"\n            },\n            {\n                \"essid\": \"Arthur\"\n            },\n            {\n                \"essid\": \"Arthur Encore\"\n            },\n            {\n                \"essid\": \"Arthur Malibu\"\n            },\n            {\n                \"essid\": \"Artic_2.4\"\n            },\n            {\n                \"essid\": \"AR-TMHS-0107\"\n            },\n            {\n                \"essid\": \"ArtSilverado\"\n            },\n            {\n                \"essid\": \"Arts Truck\"\n            },\n            {\n                \"essid\": \"ARTUPAS\"\n            },\n            {\n                \"essid\": \"Arturo\"\n            },\n            {\n                \"essid\": \"arturotrax\"\n            },\n            {\n                \"essid\": \"Arukana\"\n            },\n            {\n                \"essid\": \"aruna\"\n            },\n            {\n                \"essid\": \"AS_000b6a393cc8\"\n            },\n            {\n                \"essid\": \"AS_000b6c4005e2\"\n            },\n            {\n                \"essid\": \"as7r6m\"\n            },\n            {\n                \"essid\": \"AsaCarlton\"\n            },\n            {\n                \"essid\": \"ASalari\"\n            },\n            {\n                \"essid\": \"Ascend.io\"\n            },\n            {\n                \"essid\": \"Ascend.io Guest\"\n            },\n            {\n                \"essid\": \"asdasd\"\n            },\n            {\n                \"essid\": \"Asdfghjk\"\n            },\n            {\n                \"essid\": \"A Series of Tubes\"\n            },\n            {\n                \"essid\": \"Asgardia\"\n            },\n            {\n                \"essid\": \"AshB87\"\n            },\n            {\n                \"essid\": \"ashelfey\"\n            },\n            {\n                \"essid\": \"ASHHOME\"\n            },\n            {\n                \"essid\": \"ASHISH BOLT\"\n            },\n            {\n                \"essid\": \"AshleesWifi\"\n            },\n            {\n                \"essid\": \"ASHLEY\"\n            },\n            {\n                \"essid\": \"ASHLEY-guest\"\n            },\n            {\n                \"essid\": \"Ashley’s iPhone\"\n            },\n            {\n                \"essid\": \"Ashok iPhone7\"\n            },\n            {\n                \"essid\": \"ASHRAE_Public\"\n            },\n            {\n                \"essid\": \"ASHRAE_Staff\"\n            },\n            {\n                \"essid\": \"AshSoul\"\n            },\n            {\n                \"essid\": \"Ash Tether\"\n            },\n            {\n                \"essid\": \"ashtyler\"\n            },\n            {\n                \"essid\": \"Asia\\\\342\\\\200\\\\231s iPhone\"\n            },\n            {\n                \"essid\": \"AsianLuv\"\n            },\n            {\n                \"essid\": \"A’s iPhone\"\n            },\n            {\n                \"essid\": \"AslCR966mt\"\n            },\n            {\n                \"essid\": \"A smaller series of tubes\"\n            },\n            {\n                \"essid\": \"Asma's iPhone\"\n            },\n            {\n                \"essid\": \"Assembly_Of_God_Hispanic\"\n            },\n            {\n                \"essid\": \"AssetOptics\"\n            },\n            {\n                \"essid\": \"AssetWorksAcademy2019\"\n            },\n            {\n                \"essid\": \"asshole\"\n            },\n            {\n                \"essid\": \"ASsurvine6\"\n            },\n            {\n                \"essid\": \"A Star Limo\"\n            },\n            {\n                \"essid\": \"AsToldByGinger_2.4\"\n            },\n            {\n                \"essid\": \"Astra\"\n            },\n            {\n                \"essid\": \"astrid88\"\n            },\n            {\n                \"essid\": \"asus\"\n            },\n            {\n                \"essid\": \"ASUS\"\n            },\n            {\n                \"essid\": \"ASUS_10_2G\"\n            },\n            {\n                \"essid\": \"ASUS_24\"\n            },\n            {\n                \"essid\": \"ASUS-2.4G\"\n            },\n            {\n                \"essid\": \"ASUS 2G\"\n            },\n            {\n                \"essid\": \"ASUS_2GEXT\"\n            },\n            {\n                \"essid\": \"ASUS_5\"\n            },\n            {\n                \"essid\": \"ASUS_5G-2\"\n            },\n            {\n                \"essid\": \"ASUS_A0_2G\"\n            },\n            {\n                \"essid\": \"ASUS_A8_2G\"\n            },\n            {\n                \"essid\": \"ASUS_Guest1\"\n            },\n            {\n                \"essid\": \"ASUShome\"\n            },\n            {\n                \"essid\": \"ASUS_KHATTOS\"\n            },\n            {\n                \"essid\": \"ASUS-Printe-Colbeh\"\n            },\n            {\n                \"essid\": \"ASUS_Private\"\n            },\n            {\n                \"essid\": \"Aswanis Volt\"\n            },\n            {\n                \"essid\": \"AsyungSalamat\"\n            },\n            {\n                \"essid\": \"At1anta1\"\n            },\n            {\n                \"essid\": \"ATAIDE\"\n            },\n            {\n                \"essid\": \"Atanas\"\n            },\n            {\n                \"essid\": \"ATapia\"\n            },\n            {\n                \"essid\": \"Atco Mobile\"\n            },\n            {\n                \"essid\": \"ATDVATL\"\n            },\n            {\n                \"essid\": \"ATF Post 7\"\n            },\n            {\n                \"essid\": \"ATG\"\n            },\n            {\n                \"essid\": \"ATG iPhone 7\"\n            },\n            {\n                \"essid\": \"Athe\"\n            },\n            {\n                \"essid\": \"Athe-5Gods\"\n            },\n            {\n                \"essid\": \"Athena\"\n            },\n            {\n                \"essid\": \"ATHENA3\"\n            },\n            {\n                \"essid\": \"AthensStreetStudios\"\n            },\n            {\n                \"essid\": \"Athe-Oracle\"\n            },\n            {\n                \"essid\": \"Atkintruck\"\n            },\n            {\n                \"essid\": \"atl\"\n            },\n            {\n                \"essid\": \"AtlanSt\"\n            },\n            {\n                \"essid\": \"Atlanta Bread Free Wifi\"\n            },\n            {\n                \"essid\": \"Atlanta_Corp\"\n            },\n            {\n                \"essid\": \"Atlantadchotspot\"\n            },\n            {\n                \"essid\": \"Atlanta Falcons\"\n            },\n            {\n                \"essid\": \"Atlanta Guest\"\n            },\n            {\n                \"essid\": \"Atlanta Sports Podiatry Patients\"\n            },\n            {\n                \"essid\": \"Atlas\"\n            },\n            {\n                \"essid\": \"AtlasAdv\"\n            },\n            {\n                \"essid\": \"AtlasAdv-guest\"\n            },\n            {\n                \"essid\": \"ATLCBS\"\n            },\n            {\n                \"essid\": \"AtlColossus-5\"\n            },\n            {\n                \"essid\": \"ATL Free Wi-Fi\"\n            },\n            {\n                \"essid\": \"atllandman\"\n            },\n            {\n                \"essid\": \"ATLMN_ESP\"\n            },\n            {\n                \"essid\": \"ATLMQ_Vendors\"\n            },\n            {\n                \"essid\": \"ATLSHOP\"\n            },\n            {\n                \"essid\": \"Atlutd04\"\n            },\n            {\n                \"essid\": \"atmvolt\"\n            },\n            {\n                \"essid\": \"Atomicboltz\"\n            },\n            {\n                \"essid\": \"atorres\"\n            },\n            {\n                \"essid\": \"atouchofclass\"\n            },\n            {\n                \"essid\": \"ATT\"\n            },\n            {\n                \"essid\": \"ATT000\"\n            },\n            {\n                \"essid\": \"ATT001\"\n            },\n            {\n                \"essid\": \"ATT009\"\n            },\n            {\n                \"essid\": \"ATT0095\"\n            },\n            {\n                \"essid\": \"ATT016\"\n            },\n            {\n                \"essid\": \"ATT024\"\n            },\n            {\n                \"essid\": \"ATT025\"\n            },\n            {\n                \"essid\": \"ATT026\"\n            },\n            {\n                \"essid\": \"ATT0289\"\n            },\n            {\n                \"essid\": \"ATT036\"\n            },\n            {\n                \"essid\": \"ATT0436\"\n            },\n            {\n                \"essid\": \"ATT056\"\n            },\n            {\n                \"essid\": \"ATT0563\"\n            },\n            {\n                \"essid\": \"ATT0609\"\n            },\n            {\n                \"essid\": \"ATT072\"\n            },\n            {\n                \"essid\": \"ATT101\"\n            },\n            {\n                \"essid\": \"ATT10je22ss\"\n            },\n            {\n                \"essid\": \"ATT111\"\n            },\n            {\n                \"essid\": \"ATT112\"\n            },\n            {\n                \"essid\": \"ATT120\"\n            },\n            {\n                \"essid\": \"ATT124\"\n            },\n            {\n                \"essid\": \"ATT150\"\n            },\n            {\n                \"essid\": \"ATT152\"\n            },\n            {\n                \"essid\": \"ATT176\"\n            },\n            {\n                \"essid\": \"ATT184_EXT\"\n            },\n            {\n                \"essid\": \"ATT197\"\n            },\n            {\n                \"essid\": \"ATT2067\"\n            },\n            {\n                \"essid\": \"ATT208\"\n            },\n            {\n                \"essid\": \"ATT22IFx4S\"\n            },\n            {\n                \"essid\": \"ATT22tED9t\"\n            },\n            {\n                \"essid\": \"ATT236kkN9\"\n            },\n            {\n                \"essid\": \"ATT23cUk9Z\"\n            },\n            {\n                \"essid\": \"ATT23Jm9hp\"\n            },\n            {\n                \"essid\": \"ATT243a2d6\"\n            },\n            {\n                \"essid\": \"ATT247INu4\"\n            },\n            {\n                \"essid\": \"ATT24CNF8G\"\n            },\n            {\n                \"essid\": \"ATT24QCb82\"\n            },\n            {\n                \"essid\": \"ATT250\"\n            },\n            {\n                \"essid\": \"ATT257\"\n            },\n            {\n                \"essid\": \"ATT25GnC57_2GEXT\"\n            },\n            {\n                \"essid\": \"ATT25Utj2f\"\n            },\n            {\n                \"essid\": \"ATT264p3d9\"\n            },\n            {\n                \"essid\": \"ATT26Gvr62\"\n            },\n            {\n                \"essid\": \"ATT26UP5Js\"\n            },\n            {\n                \"essid\": \"ATT272\"\n            },\n            {\n                \"essid\": \"ATT272_EXT\"\n            },\n            {\n                \"essid\": \"ATT277W346\"\n            },\n            {\n                \"essid\": \"ATT279B6C2\"\n            },\n            {\n                \"essid\": \"ATT27ZUZ7D\"\n            },\n            {\n                \"essid\": \"ATT280\"\n            },\n            {\n                \"essid\": \"ATT283J5h2\"\n            },\n            {\n                \"essid\": \"ATT285\"\n            },\n            {\n                \"essid\": \"ATT287H4n9\"\n            },\n            {\n                \"essid\": \"ATT28L5Hyc\"\n            },\n            {\n                \"essid\": \"ATT28wNq6T\"\n            },\n            {\n                \"essid\": \"ATT294\"\n            },\n            {\n                \"essid\": \"ATT299\"\n            },\n            {\n                \"essid\": \"ATT299_guest\"\n            },\n            {\n                \"essid\": \"ATT29Qrj2C\"\n            },\n            {\n                \"essid\": \"ATT29txA29\"\n            },\n            {\n                \"essid\": \"ATT2a4g8U5\"\n            },\n            {\n                \"essid\": \"ATT2a8gMK3\"\n            },\n            {\n                \"essid\": \"ATT2A8kNf5\"\n            },\n            {\n                \"essid\": \"ATT2A9W2c3\"\n            },\n            {\n                \"essid\": \"ATT2adQVvS\"\n            },\n            {\n                \"essid\": \"ATT2AE2G4I\"\n            },\n            {\n                \"essid\": \"ATT2aHm887\"\n            },\n            {\n                \"essid\": \"ATT2Ale6rP\"\n            },\n            {\n                \"essid\": \"ATT2AMd4Uq\"\n            },\n            {\n                \"essid\": \"ATT2AwZ3Aq\"\n            },\n            {\n                \"essid\": \"ATT2B272v5\"\n            },\n            {\n                \"essid\": \"ATT2c377Y4\"\n            },\n            {\n                \"essid\": \"ATT2c7X5Nx_2.4\"\n            },\n            {\n                \"essid\": \"ATT2CJc3eD\"\n            },\n            {\n                \"essid\": \"ATT2cmI9Cz\"\n            },\n            {\n                \"essid\": \"ATT2CmY53z\"\n            },\n            {\n                \"essid\": \"ATT2CmY53z_guest\"\n            },\n            {\n                \"essid\": \"ATT2d5zV3f\"\n            },\n            {\n                \"essid\": \"ATT2DFM9wa_2GEXT\"\n            },\n            {\n                \"essid\": \"ATT2DrN3Wr\"\n            },\n            {\n                \"essid\": \"ATT2EBg9pW\"\n            },\n            {\n                \"essid\": \"ATT2eIK2YW\"\n            },\n            {\n                \"essid\": \"ATT2Enr3An\"\n            },\n            {\n                \"essid\": \"ATT2Eut8Fd\"\n            },\n            {\n                \"essid\": \"ATT2EVqiea\"\n            },\n            {\n                \"essid\": \"ATT2exp4PQ_EXT\"\n            },\n            {\n                \"essid\": \"ATT2EzW54a\"\n            },\n            {\n                \"essid\": \"ATT2F4w2H9\"\n            },\n            {\n                \"essid\": \"ATT2F7j3B7\"\n            },\n            {\n                \"essid\": \"ATT2f8i9s3\"\n            },\n            {\n                \"essid\": \"ATT2Ff7Kaj\"\n            },\n            {\n                \"essid\": \"ATT2FHP9nI\"\n            },\n            {\n                \"essid\": \"ATT2FpR8RC\"\n            },\n            {\n                \"essid\": \"ATT2g3q5E3\"\n            },\n            {\n                \"essid\": \"ATT2g7f5M6\"\n            },\n            {\n                \"essid\": \"ATT2glp9EA\"\n            },\n            {\n                \"essid\": \"ATT2H3fLa5\"\n            },\n            {\n                \"essid\": \"ATT2hCS4pL\"\n            },\n            {\n                \"essid\": \"ATT2i4I675\"\n            },\n            {\n                \"essid\": \"ATT2I8f936\"\n            },\n            {\n                \"essid\": \"ATT2I8I2V8\"\n            },\n            {\n                \"essid\": \"ATT2I8I2V8_almond\"\n            },\n            {\n                \"essid\": \"ATT2iIh4tj\"\n            },\n            {\n                \"essid\": \"ATT2IrL96U\"\n            },\n            {\n                \"essid\": \"ATT2JG2ys2\"\n            },\n            {\n                \"essid\": \"ATT2Jrq7DE\"\n            },\n            {\n                \"essid\": \"ATT2juF8bs\"\n            },\n            {\n                \"essid\": \"ATT2KAM5kh\"\n            },\n            {\n                \"essid\": \"ATT2L7AIN7\"\n            },\n            {\n                \"essid\": \"ATT2lAP4eP\"\n            },\n            {\n                \"essid\": \"ATT2LjL2Es\"\n            },\n            {\n                \"essid\": \"ATT2ltd68z\"\n            },\n            {\n                \"essid\": \"ATT2LYP9DC\"\n            },\n            {\n                \"essid\": \"ATT2m5cZU5\"\n            },\n            {\n                \"essid\": \"ATT2m6P3b2\"\n            },\n            {\n                \"essid\": \"ATT2M7X496\"\n            },\n            {\n                \"essid\": \"ATT2M9f8t2\"\n            },\n            {\n                \"essid\": \"ATT2MAI2ru\"\n            },\n            {\n                \"essid\": \"ATT2MRE8Ff\"\n            },\n            {\n                \"essid\": \"ATT2MRkSVS\"\n            },\n            {\n                \"essid\": \"ATT2Mzj4zn\"\n            },\n            {\n                \"essid\": \"ATT2NNd43P\"\n            },\n            {\n                \"essid\": \"ATT2pf6WX2\"\n            },\n            {\n                \"essid\": \"ATT2PjH7vd\"\n            },\n            {\n                \"essid\": \"ATT2PRdbS2\"\n            },\n            {\n                \"essid\": \"ATT2PtU7Qp\"\n            },\n            {\n                \"essid\": \"ATT2Pxm7K6\"\n            },\n            {\n                \"essid\": \"ATT2Pz4FsB\"\n            },\n            {\n                \"essid\": \"ATT2q9IVj8\"\n            },\n            {\n                \"essid\": \"ATT2QIy4lG\"\n            },\n            {\n                \"essid\": \"ATT2qvY2FF\"\n            },\n            {\n                \"essid\": \"ATT2RQm7QM\"\n            },\n            {\n                \"essid\": \"ATT2rVt6N2\"\n            },\n            {\n                \"essid\": \"ATT2RYg38b\"\n            },\n            {\n                \"essid\": \"ATT2s2j3vs\"\n            },\n            {\n                \"essid\": \"ATT2shq7BD\"\n            },\n            {\n                \"essid\": \"ATT2SqT9WM\"\n            },\n            {\n                \"essid\": \"ATT2T6T4b4\"\n            },\n            {\n                \"essid\": \"ATT2TXu4zV\"\n            },\n            {\n                \"essid\": \"ATT2u2UWe8_5.0\"\n            },\n            {\n                \"essid\": \"ATT2U4Lle7\"\n            },\n            {\n                \"essid\": \"ATT2u4x3J7\"\n            },\n            {\n                \"essid\": \"ATT2u6C8V6\"\n            },\n            {\n                \"essid\": \"ATT2u7B9f7\"\n            },\n            {\n                \"essid\": \"ATT2Uf6pPi\"\n            },\n            {\n                \"essid\": \"ATT2uPf9NC\"\n            },\n            {\n                \"essid\": \"ATT2UpV5kp\"\n            },\n            {\n                \"essid\": \"ATT2us3IpG\"\n            },\n            {\n                \"essid\": \"ATT2V4j337\"\n            },\n            {\n                \"essid\": \"ATT2Vtx5t7\"\n            },\n            {\n                \"essid\": \"ATT2W6q4Z2\"\n            },\n            {\n                \"essid\": \"ATT2WJw9t2\"\n            },\n            {\n                \"essid\": \"ATT2WSd8H3\"\n            },\n            {\n                \"essid\": \"ATT2WZK5Vf\"\n            },\n            {\n                \"essid\": \"ATT2x2j8V2\"\n            },\n            {\n                \"essid\": \"ATT2XqR9PX\"\n            },\n            {\n                \"essid\": \"ATT2yhB8yl\"\n            },\n            {\n                \"essid\": \"ATT2YP77eM_Ext\"\n            },\n            {\n                \"essid\": \"ATT2ZDX79N\"\n            },\n            {\n                \"essid\": \"ATT2zIt5Z3\"\n            },\n            {\n                \"essid\": \"ATT2zXd8U6\"\n            },\n            {\n                \"essid\": \"ATT316\"\n            },\n            {\n                \"essid\": \"ATT3166\"\n            },\n            {\n                \"essid\": \"ATT320\"\n            },\n            {\n                \"essid\": \"ATT3254\"\n            },\n            {\n                \"essid\": \"ATT328\"\n            },\n            {\n                \"essid\": \"ATT32PQS4x\"\n            },\n            {\n                \"essid\": \"ATT32Qfwa2\"\n            },\n            {\n                \"essid\": \"ATT336Z5j7\"\n            },\n            {\n                \"essid\": \"ATT338v9U6_EXT\"\n            },\n            {\n                \"essid\": \"ATT3432\"\n            },\n            {\n                \"essid\": \"ATT352\"\n            },\n            {\n                \"essid\": \"ATT354\"\n            },\n            {\n                \"essid\": \"ATT362\"\n            },\n            {\n                \"essid\": \"ATT3642\"\n            },\n            {\n                \"essid\": \"ATT3660\"\n            },\n            {\n                \"essid\": \"ATT36Rk8xp\"\n            },\n            {\n                \"essid\": \"ATT376\"\n            },\n            {\n                \"essid\": \"ATT376_EXT\"\n            },\n            {\n                \"essid\": \"ATT384\"\n            },\n            {\n                \"essid\": \"ATT387\"\n            },\n            {\n                \"essid\": \"ATT38eCRqs\"\n            },\n            {\n                \"essid\": \"ATT38U3Kxg\"\n            },\n            {\n                \"essid\": \"ATT394N5t8\"\n            },\n            {\n                \"essid\": \"ATT3a5T493\"\n            },\n            {\n                \"essid\": \"ATT3AHc2xG\"\n            },\n            {\n                \"essid\": \"ATT3AHG2u5\"\n            },\n            {\n                \"essid\": \"ATT3aQq9WX\"\n            },\n            {\n                \"essid\": \"ATT3b2L6wQ-24\"\n            },\n            {\n                \"essid\": \"ATT3b2L6wQ_guest\"\n            },\n            {\n                \"essid\": \"ATT3B8D2p8\"\n            },\n            {\n                \"essid\": \"ATT3bKh8BD\"\n            },\n            {\n                \"essid\": \"ATT3bKy6M5\"\n            },\n            {\n                \"essid\": \"ATT3bnZ6Bd\"\n            },\n            {\n                \"essid\": \"ATT3C3y4j7\"\n            },\n            {\n                \"essid\": \"ATT3c463e7\"\n            },\n            {\n                \"essid\": \"ATT3c6a6P6\"\n            },\n            {\n                \"essid\": \"ATT3C6n6U2\"\n            },\n            {\n                \"essid\": \"ATT3Cat8Xi\"\n            },\n            {\n                \"essid\": \"ATT3cehSea\"\n            },\n            {\n                \"essid\": \"ATT3CHZ988\"\n            },\n            {\n                \"essid\": \"ATT3D2aP8b\"\n            },\n            {\n                \"essid\": \"ATT3d9N8g3\"\n            },\n            {\n                \"essid\": \"ATT3dAd6r7\"\n            },\n            {\n                \"essid\": \"ATT3dqVtna\"\n            },\n            {\n                \"essid\": \"ATT3drK3UL\"\n            },\n            {\n                \"essid\": \"ATT3e7f5T3\"\n            },\n            {\n                \"essid\": \"ATT3EAw6IZ\"\n            },\n            {\n                \"essid\": \"ATT3ecz6nj\"\n            },\n            {\n                \"essid\": \"ATT3eRh6nS\"\n            },\n            {\n                \"essid\": \"ATT3Ezj7sj\"\n            },\n            {\n                \"essid\": \"ATT3fvY9EE\"\n            },\n            {\n                \"essid\": \"ATT3G9Nj3B\"\n            },\n            {\n                \"essid\": \"ATT3gJdd7i\"\n            },\n            {\n                \"essid\": \"ATT3gTeQNa\"\n            },\n            {\n                \"essid\": \"ATT3H4K7H5\"\n            },\n            {\n                \"essid\": \"ATT3HGm66z\"\n            },\n            {\n                \"essid\": \"ATT3hhX8V7\"\n            },\n            {\n                \"essid\": \"ATT3HWg4FQ\"\n            },\n            {\n                \"essid\": \"ATT3hwzggs\"\n            },\n            {\n                \"essid\": \"ATT3I3RNP9\"\n            },\n            {\n                \"essid\": \"ATT3I8B5gA\"\n            },\n            {\n                \"essid\": \"ATT3INK3dS\"\n            },\n            {\n                \"essid\": \"ATT3J5Y5U2\"\n            },\n            {\n                \"essid\": \"ATT3J778DS\"\n            },\n            {\n                \"essid\": \"ATT3J778DS_2GEXT\"\n            },\n            {\n                \"essid\": \"ATT3J778DS_5GEXT\"\n            },\n            {\n                \"essid\": \"ATT3JR5yw9\"\n            },\n            {\n                \"essid\": \"ATT3jZr9Eq\"\n            },\n            {\n                \"essid\": \"ATT3jZs5hs\"\n            },\n            {\n                \"essid\": \"ATT3k2g9Y9\"\n            },\n            {\n                \"essid\": \"ATT3KDE2ue\"\n            },\n            {\n                \"essid\": \"ATT3lr6gvK\"\n            },\n            {\n                \"essid\": \"ATT3lXY5K5\"\n            },\n            {\n                \"essid\": \"ATT3M7BRU3\"\n            },\n            {\n                \"essid\": \"ATT3MkcejA\"\n            },\n            {\n                \"essid\": \"ATT3N4bu8s\"\n            },\n            {\n                \"essid\": \"ATT3nGD2bp\"\n            },\n            {\n                \"essid\": \"ATT3P4g9G6\"\n            },\n            {\n                \"essid\": \"ATT3pGs6bZ\"\n            },\n            {\n                \"essid\": \"ATT3Ptg3xb\"\n            },\n            {\n                \"essid\": \"ATT3QhunQs\"\n            },\n            {\n                \"essid\": \"ATT3qkW9Rl\"\n            },\n            {\n                \"essid\": \"ATT3qPh6bt\"\n            },\n            {\n                \"essid\": \"ATT3qPh6bt-5GHz\"\n            },\n            {\n                \"essid\": \"ATT3R3A9PJ\"\n            },\n            {\n                \"essid\": \"ATT3R4SvN7\"\n            },\n            {\n                \"essid\": \"ATT3R8t9Z6\"\n            },\n            {\n                \"essid\": \"ATT3RM5yjE\"\n            },\n            {\n                \"essid\": \"ATT3s8E4z2\"\n            },\n            {\n                \"essid\": \"ATT3Sbl2cF\"\n            },\n            {\n                \"essid\": \"ATT3sDN749\"\n            },\n            {\n                \"essid\": \"ATT3sQp45A\"\n            },\n            {\n                \"essid\": \"ATT3sxc6vJ\"\n            },\n            {\n                \"essid\": \"ATT3sxP7rQ\"\n            },\n            {\n                \"essid\": \"ATT3T6Y3s4\"\n            },\n            {\n                \"essid\": \"ATT3tMy8hj\"\n            },\n            {\n                \"essid\": \"ATT3uJ8QZk\"\n            },\n            {\n                \"essid\": \"ATT3uKz4KA\"\n            },\n            {\n                \"essid\": \"ATT3Um5UcI\"\n            },\n            {\n                \"essid\": \"ATT3uyw952\"\n            },\n            {\n                \"essid\": \"ATT3VL9gPK\"\n            },\n            {\n                \"essid\": \"ATT3w8J8h2\"\n            },\n            {\n                \"essid\": \"ATT3x6FeD4\"\n            },\n            {\n                \"essid\": \"ATT3X9m2k3\"\n            },\n            {\n                \"essid\": \"ATT3XHf5g4\"\n            },\n            {\n                \"essid\": \"ATT3XHf5g4_2GEXT\"\n            },\n            {\n                \"essid\": \"ATT3XZW4zA\"\n            },\n            {\n                \"essid\": \"ATT3Y9V6n9\"\n            },\n            {\n                \"essid\": \"ATT3Ylz4bg\"\n            },\n            {\n                \"essid\": \"ATT3YMa9dG\"\n            },\n            {\n                \"essid\": \"ATT3yPp3a4\"\n            },\n            {\n                \"essid\": \"ATT3yTz8Lu\"\n            },\n            {\n                \"essid\": \"ATT3Z8z7T6\"\n            },\n            {\n                \"essid\": \"ATT3Z9BI9P\"\n            },\n            {\n                \"essid\": \"ATT3ZaU5kI\"\n            },\n            {\n                \"essid\": \"ATT3ZC4MjM\"\n            },\n            {\n                \"essid\": \"ATT3ZhS3JC\"\n            },\n            {\n                \"essid\": \"ATT3zPm7ef\"\n            },\n            {\n                \"essid\": \"ATT407\"\n            },\n            {\n                \"essid\": \"ATT408\"\n            },\n            {\n                \"essid\": \"ATT4155\"\n            },\n            {\n                \"essid\": \"ATT420\"\n            },\n            {\n                \"essid\": \"ATT42E69qz\"\n            },\n            {\n                \"essid\": \"ATT434\"\n            },\n            {\n                \"essid\": \"ATT43SXG48\"\n            },\n            {\n                \"essid\": \"ATT449B3z5\"\n            },\n            {\n                \"essid\": \"ATT44mEy2T\"\n            },\n            {\n                \"essid\": \"ATT450\"\n            },\n            {\n                \"essid\": \"ATT4531\"\n            },\n            {\n                \"essid\": \"ATT456\"\n            },\n            {\n                \"essid\": \"ATT459n9t9\"\n            },\n            {\n                \"essid\": \"ATT45AHa4n\"\n            },\n            {\n                \"essid\": \"ATT45z9Lrx\"\n            },\n            {\n                \"essid\": \"ATT47VF3s7\"\n            },\n            {\n                \"essid\": \"ATT480\"\n            },\n            {\n                \"essid\": \"ATT486\"\n            },\n            {\n                \"essid\": \"ATT48MZAKI\"\n            },\n            {\n                \"essid\": \"ATT48RJw9c\"\n            },\n            {\n                \"essid\": \"ATT490\"\n            },\n            {\n                \"essid\": \"ATT496\"\n            },\n            {\n                \"essid\": \"ATT49Q3GR7\"\n            },\n            {\n                \"essid\": \"ATT4A5xYgs\"\n            },\n            {\n                \"essid\": \"ATT4A8q7I6\"\n            },\n            {\n                \"essid\": \"ATT4ahG8AS\"\n            },\n            {\n                \"essid\": \"ATT4AHz7Np_Ext\"\n            },\n            {\n                \"essid\": \"ATT4Ajj6bW\"\n            },\n            {\n                \"essid\": \"ATT4AQi4zw\"\n            },\n            {\n                \"essid\": \"ATT4Bb4t3s\"\n            },\n            {\n                \"essid\": \"ATT4BEl6gP\"\n            },\n            {\n                \"essid\": \"ATT4BhE6Je\"\n            },\n            {\n                \"essid\": \"ATT4BhE6Je_2GEXT\"\n            },\n            {\n                \"essid\": \"ATT4BPT4qg\"\n            },\n            {\n                \"essid\": \"ATT4CSA6zM_2.4\"\n            },\n            {\n                \"essid\": \"ATT4cw7fi2\"\n            },\n            {\n                \"essid\": \"ATT4cZW6lY\"\n            },\n            {\n                \"essid\": \"ATT4DSL3av\"\n            },\n            {\n                \"essid\": \"ATT4DUQ92P\"\n            },\n            {\n                \"essid\": \"ATT4dzt46K\"\n            },\n            {\n                \"essid\": \"ATT4e3e7X3\"\n            },\n            {\n                \"essid\": \"ATT4E3f5u9\"\n            },\n            {\n                \"essid\": \"ATT4e64Zvz\"\n            },\n            {\n                \"essid\": \"ATT4E9wMS2\"\n            },\n            {\n                \"essid\": \"ATT4eaK8Wg\"\n            },\n            {\n                \"essid\": \"ATT4eLm9UT\"\n            },\n            {\n                \"essid\": \"ATT4ft9AtU\"\n            },\n            {\n                \"essid\": \"ATT4fwg7qE\"\n            },\n            {\n                \"essid\": \"ATT4G2clb8\"\n            },\n            {\n                \"essid\": \"ATT4g4a225\"\n            },\n            {\n                \"essid\": \"ATT4G8B844\"\n            },\n            {\n                \"essid\": \"ATT4g8Y2C4\"\n            },\n            {\n                \"essid\": \"ATT4G988r2\"\n            },\n            {\n                \"essid\": \"ATT4GrR38L\"\n            },\n            {\n                \"essid\": \"ATT4gyx7AJ\"\n            },\n            {\n                \"essid\": \"ATT4gZbsBA\"\n            },\n            {\n                \"essid\": \"ATT4HJhWQs\"\n            },\n            {\n                \"essid\": \"ATT4HrW5Ux\"\n            },\n            {\n                \"essid\": \"ATT4HUC4S6\"\n            },\n            {\n                \"essid\": \"ATT4HWK3hF\"\n            },\n            {\n                \"essid\": \"ATT4HXt6ej\"\n            },\n            {\n                \"essid\": \"ATT4i2X6t5\"\n            },\n            {\n                \"essid\": \"ATT4j7YYL7\"\n            },\n            {\n                \"essid\": \"ATT4Jjn7Vr\"\n            },\n            {\n                \"essid\": \"ATT4jLH3KK\"\n            },\n            {\n                \"essid\": \"ATT4JlS8pq\"\n            },\n            {\n                \"essid\": \"ATT4JMe4vs\"\n            },\n            {\n                \"essid\": \"ATT4K3c4k8\"\n            },\n            {\n                \"essid\": \"ATT4K72IzN\"\n            },\n            {\n                \"essid\": \"ATT4kbU9lV\"\n            },\n            {\n                \"essid\": \"ATT4kJFZqs\"\n            },\n            {\n                \"essid\": \"ATT4KRU4WN\"\n            },\n            {\n                \"essid\": \"ATT4lJj4gy\"\n            },\n            {\n                \"essid\": \"ATT4m8m9J4\"\n            },\n            {\n                \"essid\": \"ATT4mDz9bx\"\n            },\n            {\n                \"essid\": \"ATT4mF893U\"\n            },\n            {\n                \"essid\": \"ATT4N3jxK4\"\n            },\n            {\n                \"essid\": \"ATT4N6t8n5\"\n            },\n            {\n                \"essid\": \"ATT4nAX3yY\"\n            },\n            {\n                \"essid\": \"ATT4nBj6cb\"\n            },\n            {\n                \"essid\": \"ATT4nvy9uI\"\n            },\n            {\n                \"essid\": \"ATT4p7z9S5\"\n            },\n            {\n                \"essid\": \"ATT4p8lAE4\"\n            },\n            {\n                \"essid\": \"ATT4PLY6qt\"\n            },\n            {\n                \"essid\": \"ATT4q668n4\"\n            },\n            {\n                \"essid\": \"ATT4q6f2V5\"\n            },\n            {\n                \"essid\": \"ATT4QjV8VM\"\n            },\n            {\n                \"essid\": \"ATT4qp6WuI\"\n            },\n            {\n                \"essid\": \"ATT4qRI8kB\"\n            },\n            {\n                \"essid\": \"ATT4qxE5vV\"\n            },\n            {\n                \"essid\": \"ATT4R6Y778\"\n            },\n            {\n                \"essid\": \"ATT4rCH4nq\"\n            },\n            {\n                \"essid\": \"ATT4rTl9Sg\"\n            },\n            {\n                \"essid\": \"ATT4RU7Wgw\"\n            },\n            {\n                \"essid\": \"ATT4RvcsVS\"\n            },\n            {\n                \"essid\": \"ATT4s9kpPi\"\n            },\n            {\n                \"essid\": \"ATT4Sg2ygs\"\n            },\n            {\n                \"essid\": \"ATT4spQXtA\"\n            },\n            {\n                \"essid\": \"ATT4sqm7JB\"\n            },\n            {\n                \"essid\": \"ATT4swJ8kp\"\n            },\n            {\n                \"essid\": \"ATT4TWV4he\"\n            },\n            {\n                \"essid\": \"ATT4uSvYNa\"\n            },\n            {\n                \"essid\": \"ATT4v2G3A6\"\n            },\n            {\n                \"essid\": \"ATT4V5g6m8\"\n            },\n            {\n                \"essid\": \"ATT4Vbh55H\"\n            },\n            {\n                \"essid\": \"ATT4VNm4rY\"\n            },\n            {\n                \"essid\": \"ATT4w7Sde7_guest\"\n            },\n            {\n                \"essid\": \"ATT4We8gnu\"\n            },\n            {\n                \"essid\": \"ATT4wgZnuI\"\n            },\n            {\n                \"essid\": \"ATT4Xc7ZJ5\"\n            },\n            {\n                \"essid\": \"ATT4XEg4S8\"\n            },\n            {\n                \"essid\": \"ATT4xg6nzG\"\n            },\n            {\n                \"essid\": \"ATT4y79768\"\n            },\n            {\n                \"essid\": \"ATT4yFq5VU\"\n            },\n            {\n                \"essid\": \"ATT4z6Z4e5\"\n            },\n            {\n                \"essid\": \"ATT4ZN4zPT\"\n            },\n            {\n                \"essid\": \"ATT4zR8iGi\"\n            },\n            {\n                \"essid\": \"ATT5176\"\n            },\n            {\n                \"essid\": \"ATT520\"\n            },\n            {\n                \"essid\": \"ATT526\"\n            },\n            {\n                \"essid\": \"ATT528\"\n            },\n            {\n                \"essid\": \"ATT529\"\n            },\n            {\n                \"essid\": \"ATT52beuwa\"\n            },\n            {\n                \"essid\": \"ATT52yPs9y\"\n            },\n            {\n                \"essid\": \"ATT542LJS3\"\n            },\n            {\n                \"essid\": \"ATT542LJS3-5GHZ\"\n            },\n            {\n                \"essid\": \"ATT547\"\n            },\n            {\n                \"essid\": \"ATT54X5rXX\"\n            },\n            {\n                \"essid\": \"ATT552\"\n            },\n            {\n                \"essid\": \"ATT557\"\n            },\n            {\n                \"essid\": \"ATT557_EXT\"\n            },\n            {\n                \"essid\": \"ATT561\"\n            },\n            {\n                \"essid\": \"ATT562\"\n            },\n            {\n                \"essid\": \"ATT5668\"\n            },\n            {\n                \"essid\": \"ATT568\"\n            },\n            {\n                \"essid\": \"ATT571\"\n            },\n            {\n                \"essid\": \"ATT573zpD3\"\n            },\n            {\n                \"essid\": \"ATT575_EXT\"\n            },\n            {\n                \"essid\": \"ATT576\"\n            },\n            {\n                \"essid\": \"ATT57vEC7v\"\n            },\n            {\n                \"essid\": \"ATT584\"\n            },\n            {\n                \"essid\": \"ATT593\"\n            },\n            {\n                \"essid\": \"ATT5A3j5q2\"\n            },\n            {\n                \"essid\": \"ATT5A4Jxk7\"\n            },\n            {\n                \"essid\": \"ATT5a7e283\"\n            },\n            {\n                \"essid\": \"ATT5A9t4i2\"\n            },\n            {\n                \"essid\": \"ATT5ajR5D9\"\n            },\n            {\n                \"essid\": \"ATT5atDrqs\"\n            },\n            {\n                \"essid\": \"ATT5b7V6d4\"\n            },\n            {\n                \"essid\": \"ATT5b9wVB5\"\n            },\n            {\n                \"essid\": \"ATT5c4m6v6\"\n            },\n            {\n                \"essid\": \"ATT5C4T2n3\"\n            },\n            {\n                \"essid\": \"ATT5cE7w6J_2.4\"\n            },\n            {\n                \"essid\": \"ATT5CIZ6F2\"\n            },\n            {\n                \"essid\": \"ATT5CNl3My\"\n            },\n            {\n                \"essid\": \"ATT5crj62f\"\n            },\n            {\n                \"essid\": \"ATT5D2TtP4\"\n            },\n            {\n                \"essid\": \"ATT5DKjejA\"\n            },\n            {\n                \"essid\": \"ATT5dxp8wr\"\n            },\n            {\n                \"essid\": \"ATT5E5p9Y7\"\n            },\n            {\n                \"essid\": \"ATT5E5p9Y7_Guest\"\n            },\n            {\n                \"essid\": \"ATT5eP79lM\"\n            },\n            {\n                \"essid\": \"ATT5etKxEa\"\n            },\n            {\n                \"essid\": \"ATT5euE6yY\"\n            },\n            {\n                \"essid\": \"ATT5EZn5BB\"\n            },\n            {\n                \"essid\": \"ATT5f2vGq2\"\n            },\n            {\n                \"essid\": \"ATT5f2vGq2_2GEXT\"\n            },\n            {\n                \"essid\": \"ATT5f3Fr5M\"\n            },\n            {\n                \"essid\": \"ATT5F4Ct7z\"\n            },\n            {\n                \"essid\": \"ATT5fCn6b7\"\n            },\n            {\n                \"essid\": \"ATT5Fgv3ia\"\n            },\n            {\n                \"essid\": \"ATT5Fgv3ia_guest\"\n            },\n            {\n                \"essid\": \"ATT5FKW36z\"\n            },\n            {\n                \"essid\": \"ATT5FnY2PS\"\n            },\n            {\n                \"essid\": \"ATT5fXQ2pf\"\n            },\n            {\n                \"essid\": \"ATT5g6aPw4\"\n            },\n            {\n                \"essid\": \"ATT5gaa2Am_2.4G\"\n            },\n            {\n                \"essid\": \"ATT5gdRsBA\"\n            },\n            {\n                \"essid\": \"ATT5gSs2Rb\"\n            },\n            {\n                \"essid\": \"ATT5H6kgC7\"\n            },\n            {\n                \"essid\": \"ATT5hzE5bR\"\n            },\n            {\n                \"essid\": \"ATT5hZM3DW\"\n            },\n            {\n                \"essid\": \"ATT5HzZ4Aq\"\n            },\n            {\n                \"essid\": \"ATT5JaM3dV\"\n            },\n            {\n                \"essid\": \"ATT5JbE5uX\"\n            },\n            {\n                \"essid\": \"ATT5jes82T\"\n            },\n            {\n                \"essid\": \"ATT5JfMmbA\"\n            },\n            {\n                \"essid\": \"ATT5JIcXMS\"\n            },\n            {\n                \"essid\": \"ATT5JqV2PI\"\n            },\n            {\n                \"essid\": \"ATT5K6p6G3\"\n            },\n            {\n                \"essid\": \"ATT5kHK2My\"\n            },\n            {\n                \"essid\": \"ATT5Kpj9EU\"\n            },\n            {\n                \"essid\": \"ATT5KRd7RG\"\n            },\n            {\n                \"essid\": \"ATT5kZezWa\"\n            },\n            {\n                \"essid\": \"ATT5LDK8wJ\"\n            },\n            {\n                \"essid\": \"ATT5LxQ4Jc\"\n            },\n            {\n                \"essid\": \"ATT5NaaJxi\"\n            },\n            {\n                \"essid\": \"ATT5nwT2zM\"\n            },\n            {\n                \"essid\": \"ATT5P5B9D5\"\n            },\n            {\n                \"essid\": \"ATT5Pz89Pl\"\n            },\n            {\n                \"essid\": \"ATT5q4nfd7\"\n            },\n            {\n                \"essid\": \"ATT5qcn98q\"\n            },\n            {\n                \"essid\": \"ATT5qEV9Zz\"\n            },\n            {\n                \"essid\": \"ATT5Qfp2YC\"\n            },\n            {\n                \"essid\": \"ATT5Qpr4hs\"\n            },\n            {\n                \"essid\": \"ATT5qpY277\"\n            },\n            {\n                \"essid\": \"ATT5Qs3aEz\"\n            },\n            {\n                \"essid\": \"ATT5R34r3A\"\n            },\n            {\n                \"essid\": \"ATT5r34VSZ\"\n            },\n            {\n                \"essid\": \"ATT5RmB9UM\"\n            },\n            {\n                \"essid\": \"ATT5RmB9UM_guest\"\n            },\n            {\n                \"essid\": \"ATT5RNQ2x7\"\n            },\n            {\n                \"essid\": \"ATT5s4A5E7\"\n            },\n            {\n                \"essid\": \"ATT5SBy2cD\"\n            },\n            {\n                \"essid\": \"ATT5SVM5hB\"\n            },\n            {\n                \"essid\": \"ATT5SzY6GV\"\n            },\n            {\n                \"essid\": \"ATT5tb24qj\"\n            },\n            {\n                \"essid\": \"ATT5TH9uMX\"\n            },\n            {\n                \"essid\": \"ATT5TlG9Lg\"\n            },\n            {\n                \"essid\": \"ATT5uEC4bh\"\n            },\n            {\n                \"essid\": \"ATT5UjM7pC\"\n            },\n            {\n                \"essid\": \"ATT5UKI4jz\"\n            },\n            {\n                \"essid\": \"ATT5uqg2q9\"\n            },\n            {\n                \"essid\": \"ATT5V7W4v8\"\n            },\n            {\n                \"essid\": \"ATT5VKX5XU\"\n            },\n            {\n                \"essid\": \"ATT5VpQsKI\"\n            },\n            {\n                \"essid\": \"ATT5VpQsKI-5G\"\n            },\n            {\n                \"essid\": \"ATT5W7Z8T6\"\n            },\n            {\n                \"essid\": \"ATT5WfDKcI\"\n            },\n            {\n                \"essid\": \"ATT5WfDKcI_Guest\"\n            },\n            {\n                \"essid\": \"ATT5wIn5p6\"\n            },\n            {\n                \"essid\": \"ATT5Wk7dSk\"\n            },\n            {\n                \"essid\": \"ATT5WxS9yv\"\n            },\n            {\n                \"essid\": \"ATT5x6u7r4\"\n            },\n            {\n                \"essid\": \"ATT5xpA4en\"\n            },\n            {\n                \"essid\": \"ATT5YxYgEI\"\n            },\n            {\n                \"essid\": \"ATT5zC4fPi\"\n            },\n            {\n                \"essid\": \"ATT5zLZ8ge\"\n            },\n            {\n                \"essid\": \"ATT610\"\n            },\n            {\n                \"essid\": \"ATT612\"\n            },\n            {\n                \"essid\": \"ATT613\"\n            },\n            {\n                \"essid\": \"ATT614\"\n            },\n            {\n                \"essid\": \"ATT616\"\n            },\n            {\n                \"essid\": \"ATT623v584\"\n            },\n            {\n                \"essid\": \"ATT624\"\n            },\n            {\n                \"essid\": \"ATT62dTV4J\"\n            },\n            {\n                \"essid\": \"ATT62NH3xi\"\n            },\n            {\n                \"essid\": \"ATT62xeT37\"\n            },\n            {\n                \"essid\": \"ATT633\"\n            },\n            {\n                \"essid\": \"ATT635\"\n            },\n            {\n                \"essid\": \"ATT63Wzd7M\"\n            },\n            {\n                \"essid\": \"ATT641\"\n            },\n            {\n                \"essid\": \"ATT648\"\n            },\n            {\n                \"essid\": \"ATT64ItFYs\"\n            },\n            {\n                \"essid\": \"ATT65D88zY\"\n            },\n            {\n                \"essid\": \"ATT65KxE92\"\n            },\n            {\n                \"essid\": \"ATT660\"\n            },\n            {\n                \"essid\": \"ATT662CJm7\"\n            },\n            {\n                \"essid\": \"ATT664\"\n            },\n            {\n                \"essid\": \"ATT66472n7\"\n            },\n            {\n                \"essid\": \"ATT66MIX5n\"\n            },\n            {\n                \"essid\": \"ATT66T7kI2\"\n            },\n            {\n                \"essid\": \"ATT66wBJA2\"\n            },\n            {\n                \"essid\": \"ATT687\"\n            },\n            {\n                \"essid\": \"ATT688\"\n            },\n            {\n                \"essid\": \"ATT68Dwf3y-2\"\n            },\n            {\n                \"essid\": \"ATT696\"\n            },\n            {\n                \"essid\": \"ATT6a2ADS2\"\n            },\n            {\n                \"essid\": \"ATT6A2ZSKI\"\n            },\n            {\n                \"essid\": \"ATT6A5p5i7\"\n            },\n            {\n                \"essid\": \"ATT6AaH3C6\"\n            },\n            {\n                \"essid\": \"ATT6aBM8cS\"\n            },\n            {\n                \"essid\": \"ATT6Aqx7xi\"\n            },\n            {\n                \"essid\": \"ATT6ArB3Rq\"\n            },\n            {\n                \"essid\": \"ATT6AYIFi2\"\n            },\n            {\n                \"essid\": \"ATT6AzK6yQ\"\n            },\n            {\n                \"essid\": \"ATT6BaQ8vz\"\n            },\n            {\n                \"essid\": \"ATT6bKS5Uq\"\n            },\n            {\n                \"essid\": \"ATT6CK4nXt\"\n            },\n            {\n                \"essid\": \"ATT6d6E7c9\"\n            },\n            {\n                \"essid\": \"ATT6D7X8T9\"\n            },\n            {\n                \"essid\": \"ATT6eCb7r4\"\n            },\n            {\n                \"essid\": \"ATT6ETiEuI\"\n            },\n            {\n                \"essid\": \"ATT6eUg3Qy\"\n            },\n            {\n                \"essid\": \"ATT6EX4GHe\"\n            },\n            {\n                \"essid\": \"ATT6ez8Vd3\"\n            },\n            {\n                \"essid\": \"ATT6f4Y9T8\"\n            },\n            {\n                \"essid\": \"ATT6F9DXqs\"\n            },\n            {\n                \"essid\": \"ATT6FSinjA\"\n            },\n            {\n                \"essid\": \"ATT6G635n9\"\n            },\n            {\n                \"essid\": \"ATT6GaX6UT\"\n            },\n            {\n                \"essid\": \"ATT6gGu6tW\"\n            },\n            {\n                \"essid\": \"ATT6gsJ5Ws\"\n            },\n            {\n                \"essid\": \"ATT6gw4fjt\"\n            },\n            {\n                \"essid\": \"ATT6gYs8vF\"\n            },\n            {\n                \"essid\": \"ATT6hIs5XP\"\n            },\n            {\n                \"essid\": \"ATT6HkR3VN\"\n            },\n            {\n                \"essid\": \"ATT6HStbUI\"\n            },\n            {\n                \"essid\": \"ATT6IVy8jE\"\n            },\n            {\n                \"essid\": \"ATT6j8h8Y5\"\n            },\n            {\n                \"essid\": \"ATT6JKV5Sb\"\n            },\n            {\n                \"essid\": \"ATT6jZc98W\"\n            },\n            {\n                \"essid\": \"ATT6K6c7K6\"\n            },\n            {\n                \"essid\": \"ATT6kSN62I\"\n            },\n            {\n                \"essid\": \"ATT6kW7Bxi\"\n            },\n            {\n                \"essid\": \"ATT6L85l8z\"\n            },\n            {\n                \"essid\": \"ATT6LhC5Zv\"\n            },\n            {\n                \"essid\": \"ATT6Llj2Ql\"\n            },\n            {\n                \"essid\": \"ATT6m6Q5BP\"\n            },\n            {\n                \"essid\": \"ATT6maQjUI\"\n            },\n            {\n                \"essid\": \"ATT6MDX8RQ\"\n            },\n            {\n                \"essid\": \"ATT6mFNIKI\"\n            },\n            {\n                \"essid\": \"ATT6mkm2VS\"\n            },\n            {\n                \"essid\": \"ATT6mTN5HR\"\n            },\n            {\n                \"essid\": \"ATT6N3g9z3\"\n            },\n            {\n                \"essid\": \"ATT6NbM98G\"\n            },\n            {\n                \"essid\": \"ATT6NNH9EH\"\n            },\n            {\n                \"essid\": \"ATT6NTx6Ip\"\n            },\n            {\n                \"essid\": \"ATT6PNF3UH\"\n            },\n            {\n                \"essid\": \"ATT6PWI4e2\"\n            },\n            {\n                \"essid\": \"ATT6q3S9a7\"\n            },\n            {\n                \"essid\": \"ATT6qeu7RI\"\n            },\n            {\n                \"essid\": \"ATT6qre7d6\"\n            },\n            {\n                \"essid\": \"ATT6QXv5nT\"\n            },\n            {\n                \"essid\": \"ATT6r6BzA2\"\n            },\n            {\n                \"essid\": \"ATT6r9H3U7\"\n            },\n            {\n                \"essid\": \"ATT6ReTucI\"\n            },\n            {\n                \"essid\": \"ATT6RIW6FY\"\n            },\n            {\n                \"essid\": \"ATT6rpe3cH\"\n            },\n            {\n                \"essid\": \"ATT6rWmzMS\"\n            },\n            {\n                \"essid\": \"ATT6S2gRD9 2.4\"\n            },\n            {\n                \"essid\": \"ATT6SBN8lJ\"\n            },\n            {\n                \"essid\": \"ATT6SU7FZt\"\n            },\n            {\n                \"essid\": \"ATT6T9c2z3\"\n            },\n            {\n                \"essid\": \"ATT6u5IUw8\"\n            },\n            {\n                \"essid\": \"ATT6uvcQDS\"\n            },\n            {\n                \"essid\": \"ATT6v2g958\"\n            },\n            {\n                \"essid\": \"ATT6vAR4wn\"\n            },\n            {\n                \"essid\": \"ATT6VJ6SZS\"\n            },\n            {\n                \"essid\": \"ATT6VQs5wP\"\n            },\n            {\n                \"essid\": \"ATT6VXc9dU\"\n            },\n            {\n                \"essid\": \"ATT6VXc9dU_EXT\"\n            },\n            {\n                \"essid\": \"ATT6w6X6F8\"\n            },\n            {\n                \"essid\": \"ATT6Wpt7M9\"\n            },\n            {\n                \"essid\": \"ATT6x6d425\"\n            },\n            {\n                \"essid\": \"ATT6X9FCv2\"\n            },\n            {\n                \"essid\": \"ATT6xKG2ju\"\n            },\n            {\n                \"essid\": \"ATT6XKSE6a_Guest\"\n            },\n            {\n                \"essid\": \"ATT6xmkQgs\"\n            },\n            {\n                \"essid\": \"ATT6XrD8NN\"\n            },\n            {\n                \"essid\": \"ATT6y2i5k2\"\n            },\n            {\n                \"essid\": \"ATT6y7WrF3\"\n            },\n            {\n                \"essid\": \"ATT6yud9SS\"\n            },\n            {\n                \"essid\": \"ATT6z2lwC9\"\n            },\n            {\n                \"essid\": \"ATT6z7J7n9\"\n            },\n            {\n                \"essid\": \"ATT6z9V9W5\"\n            },\n            {\n                \"essid\": \"ATT6zjI29Y\"\n            },\n            {\n                \"essid\": \"ATT6zTz8Fb\"\n            },\n            {\n                \"essid\": \"ATT6zwV8Xq\"\n            },\n            {\n                \"essid\": \"ATT7006\"\n            },\n            {\n                \"essid\": \"ATT712\"\n            },\n            {\n                \"essid\": \"ATT715\"\n            },\n            {\n                \"essid\": \"ATT726\"\n            },\n            {\n                \"essid\": \"ATT7265\"\n            },\n            {\n                \"essid\": \"ATT736\"\n            },\n            {\n                \"essid\": \"ATT7371\"\n            },\n            {\n                \"essid\": \"ATT743f4w5\"\n            },\n            {\n                \"essid\": \"ATT74M2Hqs\"\n            },\n            {\n                \"essid\": \"ATT758_EXT\"\n            },\n            {\n                \"essid\": \"ATT75hadvS\"\n            },\n            {\n                \"essid\": \"ATT75k2uMp\"\n            },\n            {\n                \"essid\": \"ATT760\"\n            },\n            {\n                \"essid\": \"ATT768dWI3\"\n            },\n            {\n                \"essid\": \"ATT76juPtA\"\n            },\n            {\n                \"essid\": \"ATT76LQH2a\"\n            },\n            {\n                \"essid\": \"ATT776\"\n            },\n            {\n                \"essid\": \"ATT77n4sZN\"\n            },\n            {\n                \"essid\": \"ATT77xy3Rl\"\n            },\n            {\n                \"essid\": \"ATT77ZyI8Q\"\n            },\n            {\n                \"essid\": \"ATT786\"\n            },\n            {\n                \"essid\": \"ATT78aAz7u\"\n            },\n            {\n                \"essid\": \"ATT78NBc5P\"\n            },\n            {\n                \"essid\": \"ATT78U754l\"\n            },\n            {\n                \"essid\": \"ATT78VvT3X\"\n            },\n            {\n                \"essid\": \"ATT78Xb7GZ\"\n            },\n            {\n                \"essid\": \"ATT7936\"\n            },\n            {\n                \"essid\": \"ATT795Ubu3\"\n            },\n            {\n                \"essid\": \"ATT7a88455\"\n            },\n            {\n                \"essid\": \"ATT7AAe5sr\"\n            },\n            {\n                \"essid\": \"ATT7Aazfi2\"\n            },\n            {\n                \"essid\": \"ATT7aII9Gv\"\n            },\n            {\n                \"essid\": \"ATT7AM5YXi\"\n            },\n            {\n                \"essid\": \"ATT7bf8kx8\"\n            },\n            {\n                \"essid\": \"ATT7bfE9jb\"\n            },\n            {\n                \"essid\": \"ATT7cdZ5Ra\"\n            },\n            {\n                \"essid\": \"ATT7CnA5gZ\"\n            },\n            {\n                \"essid\": \"ATT7Dbq3lg\"\n            },\n            {\n                \"essid\": \"ATT7drI3eb\"\n            },\n            {\n                \"essid\": \"ATT7E2BYG5\"\n            },\n            {\n                \"essid\": \"ATT7E2BYG5ghz\"\n            },\n            {\n                \"essid\": \"ATT7e3zVm4\"\n            },\n            {\n                \"essid\": \"ATT7e6ZyV7\"\n            },\n            {\n                \"essid\": \"ATT7eh9S22\"\n            },\n            {\n                \"essid\": \"ATT7EPa5SZ\"\n            },\n            {\n                \"essid\": \"ATT7eVW3vI\"\n            },\n            {\n                \"essid\": \"ATT7F5FgcI\"\n            },\n            {\n                \"essid\": \"ATT7F8J7G2\"\n            },\n            {\n                \"essid\": \"ATT7FS4yz8\"\n            },\n            {\n                \"essid\": \"ATT7FS4yz8_guest\"\n            },\n            {\n                \"essid\": \"ATT7fsk67w\"\n            },\n            {\n                \"essid\": \"ATT7g4nvks\"\n            },\n            {\n                \"essid\": \"ATT7G5v7F6\"\n            },\n            {\n                \"essid\": \"ATT7GpAzCI_EXT\"\n            },\n            {\n                \"essid\": \"ATT7HmC9u4\"\n            },\n            {\n                \"essid\": \"ATT7HmC9u4_guest\"\n            },\n            {\n                \"essid\": \"ATT7HpR7xe\"\n            },\n            {\n                \"essid\": \"ATT7HuV3Gd\"\n            },\n            {\n                \"essid\": \"ATT7Ink7zH\"\n            },\n            {\n                \"essid\": \"ATT7J6E2n5\"\n            },\n            {\n                \"essid\": \"ATT7J6E2n5_2.4GEXT\"\n            },\n            {\n                \"essid\": \"ATT7J6Mdu7\"\n            },\n            {\n                \"essid\": \"ATT7jJn7n8\"\n            },\n            {\n                \"essid\": \"ATT7JK798j\"\n            },\n            {\n                \"essid\": \"ATT7JSq9VQ\"\n            },\n            {\n                \"essid\": \"ATT7JSq9VQ_5g\"\n            },\n            {\n                \"essid\": \"ATT7JViMGs\"\n            },\n            {\n                \"essid\": \"ATT7K8Qrx5\"\n            },\n            {\n                \"essid\": \"ATT7kcf3Cv\"\n            },\n            {\n                \"essid\": \"ATT7ks3xUW2.4\"\n            },\n            {\n                \"essid\": \"ATT7KSMIVS\"\n            },\n            {\n                \"essid\": \"ATT7KuM6U9\"\n            },\n            {\n                \"essid\": \"ATT7LeQ9zf\"\n            },\n            {\n                \"essid\": \"ATT7lGl8sP\"\n            },\n            {\n                \"essid\": \"ATT7LNY584\"\n            },\n            {\n                \"essid\": \"ATT7n6R3z8\"\n            },\n            {\n                \"essid\": \"ATT7N7h5T2\"\n            },\n            {\n                \"essid\": \"ATT7N7tuz5\"\n            },\n            {\n                \"essid\": \"ATT7nqk6DF\"\n            },\n            {\n                \"essid\": \"ATT7PDG9uF\"\n            },\n            {\n                \"essid\": \"ATT7PeG5X2_EXT\"\n            },\n            {\n                \"essid\": \"ATT7pRYgs2\"\n            },\n            {\n                \"essid\": \"ATT7Q2w8e9\"\n            },\n            {\n                \"essid\": \"ATT7QDl5zW\"\n            },\n            {\n                \"essid\": \"ATT7qEU6vK\"\n            },\n            {\n                \"essid\": \"ATT7qEZWiI\"\n            },\n            {\n                \"essid\": \"ATT7qgKwuI\"\n            },\n            {\n                \"essid\": \"ATT7QRi5Z8\"\n            },\n            {\n                \"essid\": \"ATT7skMbA2\"\n            },\n            {\n                \"essid\": \"ATT7Smr5Yv\"\n            },\n            {\n                \"essid\": \"ATT7Smr5Yv_EXT\"\n            },\n            {\n                \"essid\": \"ATT7svz24M\"\n            },\n            {\n                \"essid\": \"ATT7T8hUn5\"\n            },\n            {\n                \"essid\": \"ATT7tjf2dy\"\n            },\n            {\n                \"essid\": \"ATT7tR84w2\"\n            },\n            {\n                \"essid\": \"ATT7U3FZ4L\"\n            },\n            {\n                \"essid\": \"ATT7U3FZ4L_guest\"\n            },\n            {\n                \"essid\": \"ATT7U3SvvS\"\n            },\n            {\n                \"essid\": \"ATT7U3SvvS_Guest\"\n            },\n            {\n                \"essid\": \"ATT7u8J9Y7\"\n            },\n            {\n                \"essid\": \"ATT7uIJ2Jg\"\n            },\n            {\n                \"essid\": \"ATT7uTu842\"\n            },\n            {\n                \"essid\": \"ATT7Uy32cb\"\n            },\n            {\n                \"essid\": \"ATT7V7g3TN\"\n            },\n            {\n                \"essid\": \"ATT7vF8UKK\"\n            },\n            {\n                \"essid\": \"ATT7VIE8kP\"\n            },\n            {\n                \"essid\": \"ATT7VM8Ilg\"\n            },\n            {\n                \"essid\": \"ATT7VZf6tE\"\n            },\n            {\n                \"essid\": \"ATT7w2f5k8\"\n            },\n            {\n                \"essid\": \"ATT7W2u8r9\"\n            },\n            {\n                \"essid\": \"ATT7W5F7U3\"\n            },\n            {\n                \"essid\": \"ATT7WCT5FD\"\n            },\n            {\n                \"essid\": \"ATT7XAM4RS\"\n            },\n            {\n                \"essid\": \"ATT7xQf4tI\"\n            },\n            {\n                \"essid\": \"ATT7XzUjUI\"\n            },\n            {\n                \"essid\": \"ATT7y7zbh4\"\n            },\n            {\n                \"essid\": \"ATT7YBG3Ag\"\n            },\n            {\n                \"essid\": \"ATT7zk48If_EXT\"\n            },\n            {\n                \"essid\": \"ATT7ZwD2wB\"\n            },\n            {\n                \"essid\": \"ATT7ZYt6UN\"\n            },\n            {\n                \"essid\": \"ATT800\"\n            },\n            {\n                \"essid\": \"ATT8128\"\n            },\n            {\n                \"essid\": \"ATT815\"\n            },\n            {\n                \"essid\": \"ATT816\"\n            },\n            {\n                \"essid\": \"ATT823H2je\"\n            },\n            {\n                \"essid\": \"ATT82aXQ8g_EXT\"\n            },\n            {\n                \"essid\": \"Att831\"\n            },\n            {\n                \"essid\": \"ATT832\"\n            },\n            {\n                \"essid\": \"ATT83NYn3y\"\n            },\n            {\n                \"essid\": \"ATT83zTu9W\"\n            },\n            {\n                \"essid\": \"ATT83zTu9W 5.0g\"\n            },\n            {\n                \"essid\": \"ATT842\"\n            },\n            {\n                \"essid\": \"ATT849x2K4\"\n            },\n            {\n                \"essid\": \"ATT84txQ6d\"\n            },\n            {\n                \"essid\": \"ATT84y5ss6\"\n            },\n            {\n                \"essid\": \"ATT8558\"\n            },\n            {\n                \"essid\": \"ATT85Fl7QU\"\n            },\n            {\n                \"essid\": \"ATT85zgP2a\"\n            },\n            {\n                \"essid\": \"ATT86fnj9B\"\n            },\n            {\n                \"essid\": \"ATT87HQj9s\"\n            },\n            {\n                \"essid\": \"ATT87Kkm6C\"\n            },\n            {\n                \"essid\": \"ATT8818\"\n            },\n            {\n                \"essid\": \"ATT88esW2D\"\n            },\n            {\n                \"essid\": \"ATT88tCQ9T\"\n            },\n            {\n                \"essid\": \"ATT88TFD5R\"\n            },\n            {\n                \"essid\": \"ATT896\"\n            },\n            {\n                \"essid\": \"ATT8979\"\n            },\n            {\n                \"essid\": \"ATT8993ccJ\"\n            },\n            {\n                \"essid\": \"ATT8998\"\n            },\n            {\n                \"essid\": \"ATT89VDR2g\"\n            },\n            {\n                \"essid\": \"ATT8A8W3U8\"\n            },\n            {\n                \"essid\": \"ATT8B9bKK3\"\n            },\n            {\n                \"essid\": \"ATT8Bgf85V\"\n            },\n            {\n                \"essid\": \"ATT8BlM5Hw\"\n            },\n            {\n                \"essid\": \"ATT8Bz2Y5f\"\n            },\n            {\n                \"essid\": \"ATT8c8NmS2\"\n            },\n            {\n                \"essid\": \"ATT8C8T6U9\"\n            },\n            {\n                \"essid\": \"ATT8cBb8tF\"\n            },\n            {\n                \"essid\": \"ATT8cGd78Q\"\n            },\n            {\n                \"essid\": \"ATT8D6EwI7\"\n            },\n            {\n                \"essid\": \"ATT8d7s5b2\"\n            },\n            {\n                \"essid\": \"ATT8dgK3ZK\"\n            },\n            {\n                \"essid\": \"ATT8dgW6sw\"\n            },\n            {\n                \"essid\": \"ATT8E2EFn4\"\n            },\n            {\n                \"essid\": \"ATT8ebNpi2\"\n            },\n            {\n                \"essid\": \"ATT8ETL5hb\"\n            },\n            {\n                \"essid\": \"ATT8ezK7vu_2GEXT\"\n            },\n            {\n                \"essid\": \"ATT8F4eH7G\"\n            },\n            {\n                \"essid\": \"ATT8fXN8hL\"\n            },\n            {\n                \"essid\": \"ATT8fzk7Ea\"\n            },\n            {\n                \"essid\": \"ATT8GADaN2\"\n            },\n            {\n                \"essid\": \"ATT8gAF55j\"\n            },\n            {\n                \"essid\": \"ATT8glr7tM\"\n            },\n            {\n                \"essid\": \"ATT8GM6LTJ\"\n            },\n            {\n                \"essid\": \"ATT8h4QHk6\"\n            },\n            {\n                \"essid\": \"ATT8HbX84q\"\n            },\n            {\n                \"essid\": \"ATT8HIV3Qn\"\n            },\n            {\n                \"essid\": \"ATT8HIV3Qn_guest\"\n            },\n            {\n                \"essid\": \"ATT8hV64wx\"\n            },\n            {\n                \"essid\": \"ATT8I8S4i2\"\n            },\n            {\n                \"essid\": \"ATT8i9n8b4\"\n            },\n            {\n                \"essid\": \"ATT8iEFbUI\"\n            },\n            {\n                \"essid\": \"ATT8J3Y8d9\"\n            },\n            {\n                \"essid\": \"ATT8JmH2PG\"\n            },\n            {\n                \"essid\": \"ATT8k5bB4b5GHz\"\n            },\n            {\n                \"essid\": \"ATT8kDY48c\"\n            },\n            {\n                \"essid\": \"ATT8KQZ3Aw\"\n            },\n            {\n                \"essid\": \"ATT8LbQ5nD\"\n            },\n            {\n                \"essid\": \"ATT8LNg5Hb\"\n            },\n            {\n                \"essid\": \"ATT8m7k4v4\"\n            },\n            {\n                \"essid\": \"ATT8mgB6Aw 2.4\"\n            },\n            {\n                \"essid\": \"ATT8mm4l6g\"\n            },\n            {\n                \"essid\": \"ATT8MSz5t3\"\n            },\n            {\n                \"essid\": \"ATT8MWk3RD\"\n            },\n            {\n                \"essid\": \"ATT8mYy4zn\"\n            },\n            {\n                \"essid\": \"ATT8mYy4zn_EXT\"\n            },\n            {\n                \"essid\": \"ATT8n8z8y9\"\n            },\n            {\n                \"essid\": \"ATT8NAk4qe\"\n            },\n            {\n                \"essid\": \"ATT8PfM8EY\"\n            },\n            {\n                \"essid\": \"ATT8PgC9Uu\"\n            },\n            {\n                \"essid\": \"ATT8PgC9Uu_EXT\"\n            },\n            {\n                \"essid\": \"ATT8pJj4Jt\"\n            },\n            {\n                \"essid\": \"ATT8PNx8kA\"\n            },\n            {\n                \"essid\": \"ATT8qCS8ND_EXT\"\n            },\n            {\n                \"essid\": \"ATT8qGa8GM\"\n            },\n            {\n                \"essid\": \"ATT8QPS5Z5\"\n            },\n            {\n                \"essid\": \"ATT8Qz9dJt\"\n            },\n            {\n                \"essid\": \"ATT8RNg9Aj_EXT\"\n            },\n            {\n                \"essid\": \"ATT8RZK8VM\"\n            },\n            {\n                \"essid\": \"ATT8ShvHWa\"\n            },\n            {\n                \"essid\": \"ATT8skz6Nh\"\n            },\n            {\n                \"essid\": \"ATT8sMWbJA\"\n            },\n            {\n                \"essid\": \"ATT8t8j562\"\n            },\n            {\n                \"essid\": \"ATT8tej6zB\"\n            },\n            {\n                \"essid\": \"ATT8tS3dD2\"\n            },\n            {\n                \"essid\": \"ATT8tYn8Xa\"\n            },\n            {\n                \"essid\": \"ATT8U7H7Lb\"\n            },\n            {\n                \"essid\": \"ATT8UA7m4b\"\n            },\n            {\n                \"essid\": \"ATT8uv5hEs\"\n            },\n            {\n                \"essid\": \"ATT8uWt2W2\"\n            },\n            {\n                \"essid\": \"ATT8v4k5Pb\"\n            },\n            {\n                \"essid\": \"ATT8VJI5cu\"\n            },\n            {\n                \"essid\": \"ATT8VKT3XI\"\n            },\n            {\n                \"essid\": \"ATT8VUXIa2\"\n            },\n            {\n                \"essid\": \"ATT8vwP5Eu\"\n            },\n            {\n                \"essid\": \"ATT8w2B4Q2\"\n            },\n            {\n                \"essid\": \"ATT8W2Q9c8\"\n            },\n            {\n                \"essid\": \"ATT8W9E5X2\"\n            },\n            {\n                \"essid\": \"ATT8WXr6Dm\"\n            },\n            {\n                \"essid\": \"ATT8wYa9xz\"\n            },\n            {\n                \"essid\": \"ATT8x2WXz5\"\n            },\n            {\n                \"essid\": \"ATT8X692t9\"\n            },\n            {\n                \"essid\": \"ATT8X692t9_Guest\"\n            },\n            {\n                \"essid\": \"ATT8x8VAm7\"\n            },\n            {\n                \"essid\": \"ATT8xCz4yP\"\n            },\n            {\n                \"essid\": \"ATT8XJV43s\"\n            },\n            {\n                \"essid\": \"ATT8XJV43s-5G\"\n            },\n            {\n                \"essid\": \"ATT8Y7WEf8\"\n            },\n            {\n                \"essid\": \"ATT8y7Zat7\"\n            },\n            {\n                \"essid\": \"ATT8y8BHWa\"\n            },\n            {\n                \"essid\": \"ATT8Y8X8P4\"\n            },\n            {\n                \"essid\": \"ATT8YahnjA\"\n            },\n            {\n                \"essid\": \"ATT8YZ3BF3\"\n            },\n            {\n                \"essid\": \"ATT8Z277x8\"\n            },\n            {\n                \"essid\": \"ATT8zfEUTA\"\n            },\n            {\n                \"essid\": \"ATT8zjl9sv\"\n            },\n            {\n                \"essid\": \"ATT904\"\n            },\n            {\n                \"essid\": \"ATT9116\"\n            },\n            {\n                \"essid\": \"ATT919\"\n            },\n            {\n                \"essid\": \"ATT921\"\n            },\n            {\n                \"essid\": \"ATT921_5GEXT\"\n            },\n            {\n                \"essid\": \"ATT921_EXT\"\n            },\n            {\n                \"essid\": \"ATT9237Ytg\"\n            },\n            {\n                \"essid\": \"ATT92FtdS2\"\n            },\n            {\n                \"essid\": \"ATT936\"\n            },\n            {\n                \"essid\": \"ATT938rjm4\"\n            },\n            {\n                \"essid\": \"ATT942\"\n            },\n            {\n                \"essid\": \"ATT943\"\n            },\n            {\n                \"essid\": \"ATT9493\"\n            },\n            {\n                \"essid\": \"ATT94agd9d\"\n            },\n            {\n                \"essid\": \"ATT94VAI4h\"\n            },\n            {\n                \"essid\": \"ATT951\"\n            },\n            {\n                \"essid\": \"ATT955l3W5\"\n            },\n            {\n                \"essid\": \"ATT959Q6C7\"\n            },\n            {\n                \"essid\": \"ATT95MUY7n\"\n            },\n            {\n                \"essid\": \"ATT95zP242\"\n            },\n            {\n                \"essid\": \"ATT960\"\n            },\n            {\n                \"essid\": \"ATT976\"\n            },\n            {\n                \"essid\": \"ATT981\"\n            },\n            {\n                \"essid\": \"ATT982v2e9\"\n            },\n            {\n                \"essid\": \"ATT983\"\n            },\n            {\n                \"essid\": \"ATT98Maq5B\"\n            },\n            {\n                \"essid\": \"ATT992\"\n            },\n            {\n                \"essid\": \"ATT99227W2\"\n            },\n            {\n                \"essid\": \"ATT996\"\n            },\n            {\n                \"essid\": \"ATT999\"\n            },\n            {\n                \"essid\": \"ATT9a64MjJ\"\n            },\n            {\n                \"essid\": \"ATT9A6xpB5\"\n            },\n            {\n                \"essid\": \"ATT9a7i8Z3\"\n            },\n            {\n                \"essid\": \"ATT9a9raXi\"\n            },\n            {\n                \"essid\": \"ATT9auD28H\"\n            },\n            {\n                \"essid\": \"ATT9aXG5Ts\"\n            },\n            {\n                \"essid\": \"ATT9b6JUD6\"\n            },\n            {\n                \"essid\": \"ATT9B7hTE5\"\n            },\n            {\n                \"essid\": \"ATT9BBX2mg\"\n            },\n            {\n                \"essid\": \"ATT9Be5euI\"\n            },\n            {\n                \"essid\": \"ATT9bI7vF8\"\n            },\n            {\n                \"essid\": \"ATT9bI7vF8 5.0\"\n            },\n            {\n                \"essid\": \"ATT9BIh6Yj\"\n            },\n            {\n                \"essid\": \"ATT9BIh6Yj_EXT\"\n            },\n            {\n                \"essid\": \"ATT9bY7rFm\"\n            },\n            {\n                \"essid\": \"ATT9c3z6G2\"\n            },\n            {\n                \"essid\": \"ATT9ccK6lD\"\n            },\n            {\n                \"essid\": \"ATT9CKP8TE\"\n            },\n            {\n                \"essid\": \"ATT9d3DEf7\"\n            },\n            {\n                \"essid\": \"ATT9d534Q4\"\n            },\n            {\n                \"essid\": \"ATT9dbc9I7\"\n            },\n            {\n                \"essid\": \"ATT9dcz7qw\"\n            },\n            {\n                \"essid\": \"ATT9e9i3x3\"\n            },\n            {\n                \"essid\": \"ATT9EkH5BB2.4ghz\"\n            },\n            {\n                \"essid\": \"ATT9eqS23U\"\n            },\n            {\n                \"essid\": \"ATT9euc2wW\"\n            },\n            {\n                \"essid\": \"ATT9EX8c8C\"\n            },\n            {\n                \"essid\": \"ATT9F2hnt5\"\n            },\n            {\n                \"essid\": \"ATT9F9r6R7\"\n            },\n            {\n                \"essid\": \"ATT9F9V8p7\"\n            },\n            {\n                \"essid\": \"ATT9fdc9IU\"\n            },\n            {\n                \"essid\": \"ATT9gBX8Rw\"\n            },\n            {\n                \"essid\": \"ATT9gIY7m5\"\n            },\n            {\n                \"essid\": \"ATT9gkH42f\"\n            },\n            {\n                \"essid\": \"ATT9GkK9YE\"\n            },\n            {\n                \"essid\": \"ATT9gqjeQs\"\n            },\n            {\n                \"essid\": \"ATT9HdP8q5\"\n            },\n            {\n                \"essid\": \"ATT9hgC6kf\"\n            },\n            {\n                \"essid\": \"ATT9hhC94g\"\n            },\n            {\n                \"essid\": \"ATT9hz2rRx\"\n            },\n            {\n                \"essid\": \"ATT9iGNf5S\"\n            },\n            {\n                \"essid\": \"ATT9irx3FV\"\n            },\n            {\n                \"essid\": \"ATT9IXbIFi\"\n            },\n            {\n                \"essid\": \"ATT9j6M7c4\"\n            },\n            {\n                \"essid\": \"ATT9K6UJt6\"\n            },\n            {\n                \"essid\": \"ATT9K6x474\"\n            },\n            {\n                \"essid\": \"ATT9kdK5Bz\"\n            },\n            {\n                \"essid\": \"ATT9kGA8IU\"\n            },\n            {\n                \"essid\": \"ATT9KhG5zY\"\n            },\n            {\n                \"essid\": \"ATT9Kpn3N7\"\n            },\n            {\n                \"essid\": \"ATT9KW2t3M\"\n            },\n            {\n                \"essid\": \"ATT9L99N3k\"\n            },\n            {\n                \"essid\": \"ATT9Ldx3UA\"\n            },\n            {\n                \"essid\": \"ATT9lsP7su\"\n            },\n            {\n                \"essid\": \"ATT9LvZ3nB\"\n            },\n            {\n                \"essid\": \"ATT9mf2UXi\"\n            },\n            {\n                \"essid\": \"ATT9mf5FRB\"\n            },\n            {\n                \"essid\": \"ATT9mns8tA\"\n            },\n            {\n                \"essid\": \"ATT9n4T6t3\"\n            },\n            {\n                \"essid\": \"ATT9Nu2XDN\"\n            },\n            {\n                \"essid\": \"ATT9P66nWu\"\n            },\n            {\n                \"essid\": \"ATT9PdF8Eq\"\n            },\n            {\n                \"essid\": \"ATT9Phk3TC\"\n            },\n            {\n                \"essid\": \"ATT9PUz5pr\"\n            },\n            {\n                \"essid\": \"ATT9pXb4PQ\"\n            },\n            {\n                \"essid\": \"ATT9Q6ZvJ4\"\n            },\n            {\n                \"essid\": \"ATT9Q7c2Q8\"\n            },\n            {\n                \"essid\": \"ATT9QmU4r6\"\n            },\n            {\n                \"essid\": \"ATT9r8eccI\"\n            },\n            {\n                \"essid\": \"ATT9RHK3a3\"\n            },\n            {\n                \"essid\": \"ATT9SbY5RK\"\n            },\n            {\n                \"essid\": \"ATT9tFs2gk\"\n            },\n            {\n                \"essid\": \"ATT9tHf4zy\"\n            },\n            {\n                \"essid\": \"ATT9TQC78q\"\n            },\n            {\n                \"essid\": \"ATT9ueM4KH\"\n            },\n            {\n                \"essid\": \"ATT9UenQDS\"\n            },\n            {\n                \"essid\": \"ATT9UjU7fZ\"\n            },\n            {\n                \"essid\": \"ATT9UQG8ZB\"\n            },\n            {\n                \"essid\": \"ATT9ur2XrV\"\n            },\n            {\n                \"essid\": \"ATT9uZG3mR\"\n            },\n            {\n                \"essid\": \"ATT9w3e8b4\"\n            },\n            {\n                \"essid\": \"ATT9W3ncS5\"\n            },\n            {\n                \"essid\": \"ATT9W5X2H4\"\n            },\n            {\n                \"essid\": \"ATT9wRp7dX\"\n            },\n            {\n                \"essid\": \"ATT9wzB6Tb\"\n            },\n            {\n                \"essid\": \"ATT9xAD2P6\"\n            },\n            {\n                \"essid\": \"ATT9XAg3U6\"\n            },\n            {\n                \"essid\": \"ATT9XdF9Cr\"\n            },\n            {\n                \"essid\": \"ATT9XeE9d9\"\n            },\n            {\n                \"essid\": \"ATT9XPL3h6\"\n            },\n            {\n                \"essid\": \"ATT9yhPcgs\"\n            },\n            {\n                \"essid\": \"ATT9YkW9w6\"\n            },\n            {\n                \"essid\": \"ATT9yNG7tI\"\n            },\n            {\n                \"essid\": \"ATT9ynv9fi\"\n            },\n            {\n                \"essid\": \"ATT9z4JXV9\"\n            },\n            {\n                \"essid\": \"ATT9zl2fll\"\n            },\n            {\n                \"essid\": \"ATT9Ztm6un\"\n            },\n            {\n                \"essid\": \"ATT9ZU6beW\"\n            },\n            {\n                \"essid\": \"ATTa25wBA2\"\n            },\n            {\n                \"essid\": \"ATTa324pys\"\n            },\n            {\n                \"essid\": \"ATTa3WUYwa\"\n            },\n            {\n                \"essid\": \"ATTa4Wi3A2\"\n            },\n            {\n                \"essid\": \"ATTa6WcNqs\"\n            },\n            {\n                \"essid\": \"ATTa6zHABA\"\n            },\n            {\n                \"essid\": \"ATTa7cbUcI\"\n            },\n            {\n                \"essid\": \"ATTa8SVY4I\"\n            },\n            {\n                \"essid\": \"ATTAaMRWQs\"\n            },\n            {\n                \"essid\": \"ATTAbwZspi\"\n            },\n            {\n                \"essid\": \"ATTAd4jZWa\"\n            },\n            {\n                \"essid\": \"ATTAdz7ggs\"\n            },\n            {\n                \"essid\": \"ATTAEtngs2\"\n            },\n            {\n                \"essid\": \"ATT-afscme3299-114\"\n            },\n            {\n                \"essid\": \"ATTaFtbhfi\"\n            },\n            {\n                \"essid\": \"ATTaG9C2KI\"\n            },\n            {\n                \"essid\": \"ATTAGEycwa\"\n            },\n            {\n                \"essid\": \"ATTAGJ4PtA\"\n            },\n            {\n                \"essid\": \"ATTaK5fw6a\"\n            },\n            {\n                \"essid\": \"ATTaM9ihMS\"\n            },\n            {\n                \"essid\": \"ATTAq8SG4I\"\n            },\n            {\n                \"essid\": \"ATTaqbpXEa\"\n            },\n            {\n                \"essid\": \"ATTaQKC7tA\"\n            },\n            {\n                \"essid\": \"ATTaqudi22\"\n            },\n            {\n                \"essid\": \"ATTASC3uI2\"\n            },\n            {\n                \"essid\": \"ATTATVMJna\"\n            },\n            {\n                \"essid\": \"ATTawbrUwa\"\n            },\n            {\n                \"essid\": \"ATTaxgY222\"\n            },\n            {\n                \"essid\": \"ATTAYVJtUI\"\n            },\n            {\n                \"essid\": \"ATTb6Y9S22\"\n            },\n            {\n                \"essid\": \"ATTBcarna2\"\n            },\n            {\n                \"essid\": \"ATTbgFiVvS\"\n            },\n            {\n                \"essid\": \"ATTbHZKV7i\"\n            },\n            {\n                \"essid\": \"ATTbIndpCI\"\n            },\n            {\n                \"essid\": \"ATTBj3Y6Qs\"\n            },\n            {\n                \"essid\": \"ATTBjXIXPi\"\n            },\n            {\n                \"essid\": \"ATTbmIKVS2\"\n            },\n            {\n                \"essid\": \"ATTbNv34wa\"\n            },\n            {\n                \"essid\": \"ATTBnwuXPi\"\n            },\n            {\n                \"essid\": \"ATTbTFtJna\"\n            },\n            {\n                \"essid\": \"ATTbvPAYXi\"\n            },\n            {\n                \"essid\": \"ATTBwI3nys\"\n            },\n            {\n                \"essid\": \"ATTbwvD9MS\"\n            },\n            {\n                \"essid\": \"ATTBZARm7i\"\n            },\n            {\n                \"essid\": \"ATTbZHjpYs\"\n            },\n            {\n                \"essid\": \"ATTc3gRbxi\"\n            },\n            {\n                \"essid\": \"ATTC5mhi22\"\n            },\n            {\n                \"essid\": \"ATTC68yPYs\"\n            },\n            {\n                \"essid\": \"ATTC6H3na2\"\n            },\n            {\n                \"essid\": \"ATTc8A8v4S\"\n            },\n            {\n                \"essid\": \"ATTcA7zQNa\"\n            },\n            {\n                \"essid\": \"ATTcbmmXEa\"\n            },\n            {\n                \"essid\": \"ATTcDkI9Wa\"\n            },\n            {\n                \"essid\": \"ATTcEeTWFi\"\n            },\n            {\n                \"essid\": \"ATTCehVDbA\"\n            },\n            {\n                \"essid\": \"ATTcFAepPi\"\n            },\n            {\n                \"essid\": \"ATTchSg4cI\"\n            },\n            {\n                \"essid\": \"ATTcJiTnuI\"\n            },\n            {\n                \"essid\": \"ATTCNsncmS\"\n            },\n            {\n                \"essid\": \"ATTcPwA9CI\"\n            },\n            {\n                \"essid\": \"ATTCpxFmvS\"\n            },\n            {\n                \"essid\": \"ATTcQrnUI2\"\n            },\n            {\n                \"essid\": \"ATTCqwIn6a\"\n            },\n            {\n                \"essid\": \"ATTcRJCegs\"\n            },\n            {\n                \"essid\": \"ATTcRJCegs_EXT\"\n            },\n            {\n                \"essid\": \"ATTCuVN4I2\"\n            },\n            {\n                \"essid\": \"ATTcvmcKcI\"\n            },\n            {\n                \"essid\": \"ATTcXFeX5S\"\n            },\n            {\n                \"essid\": \"ATTcxq6C8s\"\n            },\n            {\n                \"essid\": \"ATTcXsvAKI\"\n            },\n            {\n                \"essid\": \"ATTD4fVEuI_2GEXT\"\n            },\n            {\n                \"essid\": \"ATTd4qvfEa\"\n            },\n            {\n                \"essid\": \"ATTd5Ea6uI\"\n            },\n            {\n                \"essid\": \"ATTD5wbtJA\"\n            },\n            {\n                \"essid\": \"ATTd7rCqNa\"\n            },\n            {\n                \"essid\": \"ATTdaIHejA\"\n            },\n            {\n                \"essid\": \"ATTdamz3na\"\n            },\n            {\n                \"essid\": \"ATTdcwuxtA\"\n            },\n            {\n                \"essid\": \"ATTdDkriea\"\n            },\n            {\n                \"essid\": \"ATTDE3BkcI\"\n            },\n            {\n                \"essid\": \"ATTDebcdvS\"\n            },\n            {\n                \"essid\": \"ATTDEU55bA\"\n            },\n            {\n                \"essid\": \"ATTdFfmg4I\"\n            },\n            {\n                \"essid\": \"ATTdIyBH3A\"\n            },\n            {\n                \"essid\": \"ATTdKXEK8s\"\n            },\n            {\n                \"essid\": \"ATTDpnRnTA\"\n            },\n            {\n                \"essid\": \"ATTdRh5fi2\"\n            },\n            {\n                \"essid\": \"ATTdvPua6a\"\n            },\n            {\n                \"essid\": \"ATTdyU8qA2\"\n            },\n            {\n                \"essid\": \"ATTdzbX7dS\"\n            },\n            {\n                \"essid\": \"ATTdzbX7dS_EXT\"\n            },\n            {\n                \"essid\": \"ATTE4GcV7i\"\n            },\n            {\n                \"essid\": \"ATTE684qjA\"\n            },\n            {\n                \"essid\": \"ATTe9PfjdS\"\n            },\n            {\n                \"essid\": \"ATTEA7rdS2\"\n            },\n            {\n                \"essid\": \"ATTEbIfDGs\"\n            },\n            {\n                \"essid\": \"ATTECe4Ipi\"\n            },\n            {\n                \"essid\": \"ATTeCEUpi2\"\n            },\n            {\n                \"essid\": \"ATTecUKPi2\"\n            },\n            {\n                \"essid\": \"ATTEdaHEa2\"\n            },\n            {\n                \"essid\": \"ATTedbeFi2\"\n            },\n            {\n                \"essid\": \"ATTEe4Gs22\"\n            },\n            {\n                \"essid\": \"ATTEGBCnQs\"\n            },\n            {\n                \"essid\": \"ATTEIKuDtA\"\n            },\n            {\n                \"essid\": \"ATTEiSW7Ea\"\n            },\n            {\n                \"essid\": \"ATTEItPbdS\"\n            },\n            {\n                \"essid\": \"ATTEkqJBdS\"\n            },\n            {\n                \"essid\": \"ATTeKVBAKI\"\n            },\n            {\n                \"essid\": \"ATTEmd3VvS\"\n            },\n            {\n                \"essid\": \"ATTEN6xkI2\"\n            },\n            {\n                \"essid\": \"ATTeNmxv7i\"\n            },\n            {\n                \"essid\": \"ATTESeiti2\"\n            },\n            {\n                \"essid\": \"ATTeUI2iBA\"\n            },\n            {\n                \"essid\": \"ATTeW7rtIi\"\n            },\n            {\n                \"essid\": \"ATTeWZBy4I\"\n            },\n            {\n                \"essid\": \"ATTEyxxTJA\"\n            },\n            {\n                \"essid\": \"ATTeZ8DQmS\"\n            },\n            {\n                \"essid\": \"ATTeZkRJEa\"\n            },\n            {\n                \"essid\": \"ATTF27aT8s\"\n            },\n            {\n                \"essid\": \"ATTF27aT8s_2GEXT\"\n            },\n            {\n                \"essid\": \"ATTf3MA3tA\"\n            },\n            {\n                \"essid\": \"ATTF8SVnuI\"\n            },\n            {\n                \"essid\": \"ATTf9GIq4I\"\n            },\n            {\n                \"essid\": \"ATTf9GIq4I-5G\"\n            },\n            {\n                \"essid\": \"ATTf9puvGs\"\n            },\n            {\n                \"essid\": \"ATTfA353A2\"\n            },\n            {\n                \"essid\": \"ATTfCktzfi\"\n            },\n            {\n                \"essid\": \"ATTFCRgvWa\"\n            },\n            {\n                \"essid\": \"ATTfDkRhfi\"\n            },\n            {\n                \"essid\": \"ATTFE8AP5S\"\n            },\n            {\n                \"essid\": \"ATTFFXeFi2\"\n            },\n            {\n                \"essid\": \"ATTFG8fKmS\"\n            },\n            {\n                \"essid\": \"ATTFHcJe6a\"\n            },\n            {\n                \"essid\": \"ATTFhPEIVS\"\n            },\n            {\n                \"essid\": \"ATTFIMv7Ea\"\n            },\n            {\n                \"essid\": \"ATTfjzJwQs\"\n            },\n            {\n                \"essid\": \"ATTFM673UI\"\n            },\n            {\n                \"essid\": \"ATTfNApXtA\"\n            },\n            {\n                \"essid\": \"ATTFPd4wa2\"\n            },\n            {\n                \"essid\": \"ATTFpKUPi2\"\n            },\n            {\n                \"essid\": \"ATTfQAeGDS\"\n            },\n            {\n                \"essid\": \"ATTfsxICmS\"\n            },\n            {\n                \"essid\": \"ATTFtie6Fi\"\n            },\n            {\n                \"essid\": \"ATTFTNgtJA\"\n            },\n            {\n                \"essid\": \"ATTFuZkPtA\"\n            },\n            {\n                \"essid\": \"ATTfww6GDS_RE\"\n            },\n            {\n                \"essid\": \"ATTFwYXnFi\"\n            },\n            {\n                \"essid\": \"ATTFZ9Q6Fi\"\n            },\n            {\n                \"essid\": \"ATTfZVUwuI\"\n            },\n            {\n                \"essid\": \"ATTg3HSZfi\"\n            },\n            {\n                \"essid\": \"ATTG3jQkTA\"\n            },\n            {\n                \"essid\": \"ATTG6aQCcI\"\n            },\n            {\n                \"essid\": \"ATTG6u7YDS\"\n            },\n            {\n                \"essid\": \"ATTg735KFA\"\n            },\n            {\n                \"essid\": \"ATTG7K4SBA\"\n            },\n            {\n                \"essid\": \"ATT-GA\"\n            },\n            {\n                \"essid\": \"ATTgbA3QNa\"\n            },\n            {\n                \"essid\": \"ATTgbG8qs2\"\n            },\n            {\n                \"essid\": \"ATTgBI8f62\"\n            },\n            {\n                \"essid\": \"ATTGbR5kcI\"\n            },\n            {\n                \"essid\": \"ATTgCDMrMS\"\n            },\n            {\n                \"essid\": \"ATTGDFxMbA\"\n            },\n            {\n                \"essid\": \"ATTgENyf5S\"\n            },\n            {\n                \"essid\": \"ATTgEvRmGs\"\n            },\n            {\n                \"essid\": \"ATTGGTv2pi\"\n            },\n            {\n                \"essid\": \"ATTgif6bdS\"\n            },\n            {\n                \"essid\": \"ATTGJ6hQ4I\"\n            },\n            {\n                \"essid\": \"ATTGJbXpEa_2.4G\"\n            },\n            {\n                \"essid\": \"ATTgJM6C8s\"\n            },\n            {\n                \"essid\": \"ATTgmmgQDS\"\n            },\n            {\n                \"essid\": \"ATTgmUMIVS\"\n            },\n            {\n                \"essid\": \"ATTGMyg9vS\"\n            },\n            {\n                \"essid\": \"ATTGN5pcmS\"\n            },\n            {\n                \"essid\": \"ATTGperBUI\"\n            },\n            {\n                \"essid\": \"ATTGPpRVbA\"\n            },\n            {\n                \"essid\": \"ATTGqUfU8s\"\n            },\n            {\n                \"essid\": \"ATTgR68sKI\"\n            },\n            {\n                \"essid\": \"ATTgsiKs22\"\n            },\n            {\n                \"essid\": \"ATTGSKaV7i\"\n            },\n            {\n                \"essid\": \"ATTgT76cmS\"\n            },\n            {\n                \"essid\": \"ATTGvnnNuI\"\n            },\n            {\n                \"essid\": \"ATTGVq6SBA\"\n            },\n            {\n                \"essid\": \"ATTGWKSRqs\"\n            },\n            {\n                \"essid\": \"ATTH3i9wQs\"\n            },\n            {\n                \"essid\": \"ATTh5nKKwa\"\n            },\n            {\n                \"essid\": \"ATTh5nKKwa_EXT\"\n            },\n            {\n                \"essid\": \"ATTh5x9zfi\"\n            },\n            {\n                \"essid\": \"ATTh6vVe6a\"\n            },\n            {\n                \"essid\": \"ATThAj7pEa\"\n            },\n            {\n                \"essid\": \"ATT Hamilton 2G\"\n            },\n            {\n                \"essid\": \"ATThBFIEjA\"\n            },\n            {\n                \"essid\": \"ATThEwhz3A\"\n            },\n            {\n                \"essid\": \"ATTHeWUy4I\"\n            },\n            {\n                \"essid\": \"ATThhXs4cI\"\n            },\n            {\n                \"essid\": \"ATThIhuXPi\"\n            },\n            {\n                \"essid\": \"ATTHiQPAys\"\n            },\n            {\n                \"essid\": \"ATThIwrtA2\"\n            },\n            {\n                \"essid\": \"ATTHJB4ys2\"\n            },\n            {\n                \"essid\": \"ATTHKczv7i\"\n            },\n            {\n                \"essid\": \"ATTHKzxAys-2G\"\n            },\n            {\n                \"essid\": \"ATTHMI55S2\"\n            },\n            {\n                \"essid\": \"ATT-HOMEBASE-1986\"\n            },\n            {\n                \"essid\": \"ATT-HOMEBASE-5871\"\n            },\n            {\n                \"essid\": \"ATT-HOMEBASE-6237\"\n            },\n            {\n                \"essid\": \"ATThrfxWdS\"\n            },\n            {\n                \"essid\": \"ATThtKXqDS\"\n            },\n            {\n                \"essid\": \"ATThtsBaBA\"\n            },\n            {\n                \"essid\": \"ATThtvZAea\"\n            },\n            {\n                \"essid\": \"ATTHU7v6jA\"\n            },\n            {\n                \"essid\": \"ATThyPZsKI\"\n            },\n            {\n                \"essid\": \"ATThzTXbA2\"\n            },\n            {\n                \"essid\": \"ATTi4wJSQs\"\n            },\n            {\n                \"essid\": \"ATTi9c8Ys2\"\n            },\n            {\n                \"essid\": \"ATTiaBJrWa\"\n            },\n            {\n                \"essid\": \"ATTiazIQs2\"\n            },\n            {\n                \"essid\": \"ATTIbcBFYs\"\n            },\n            {\n                \"essid\": \"ATTibpNnjA\"\n            },\n            {\n                \"essid\": \"ATTiCEPucI\"\n            },\n            {\n                \"essid\": \"ATTIcpkq4I\"\n            },\n            {\n                \"essid\": \"Attic TV.b\"\n            },\n            {\n                \"essid\": \"ATTIDAH4mS\"\n            },\n            {\n                \"essid\": \"ATTIDuWIys\"\n            },\n            {\n                \"essid\": \"ATTIeWjUTA\"\n            },\n            {\n                \"essid\": \"ATTihYeccI\"\n            },\n            {\n                \"essid\": \"ATTim2jtX4\"\n            },\n            {\n                \"essid\": \"ATTImHKxEa\"\n            },\n            {\n                \"essid\": \"ATTImTDkI2\"\n            },\n            {\n                \"essid\": \"ATTIpgF3A2\"\n            },\n            {\n                \"essid\": \"ATTiPWmSKI\"\n            },\n            {\n                \"essid\": \"ATTIrnfptA\"\n            },\n            {\n                \"essid\": \"AT&T is Problematic OF\"\n            },\n            {\n                \"essid\": \"ATTisufvS2\"\n            },\n            {\n                \"essid\": \"ATTisVWJa2\"\n            },\n            {\n                \"essid\": \"ATTItcnGs2\"\n            },\n            {\n                \"essid\": \"ATTItZDDGs\"\n            },\n            {\n                \"essid\": \"ATTiUXbNjA\"\n            },\n            {\n                \"essid\": \"ATTiXtcapi\"\n            },\n            {\n                \"essid\": \"ATTIyPTkRA\"\n            },\n            {\n                \"essid\": \"ATTIyPTkRA_2GEXT\"\n            },\n            {\n                \"essid\": \"ATTIyPTkRA_EXT\"\n            },\n            {\n                \"essid\": \"ATTj44h8s2\"\n            },\n            {\n                \"essid\": \"ATTj4j5ptA\"\n            },\n            {\n                \"essid\": \"ATTj4QeTUI\"\n            },\n            {\n                \"essid\": \"ATTJ4XqZ3A\"\n            },\n            {\n                \"essid\": \"ATTj7Bjsys\"\n            },\n            {\n                \"essid\": \"ATTJ8HgQ4I\"\n            },\n            {\n                \"essid\": \"ATTJ8HgQ4I_2GEXT\"\n            },\n            {\n                \"essid\": \"ATTjCyssea\"\n            },\n            {\n                \"essid\": \"ATTjG2cMvS\"\n            },\n            {\n                \"essid\": \"ATTJgH8EKI\"\n            },\n            {\n                \"essid\": \"ATTjIXxkgs\"\n            },\n            {\n                \"essid\": \"ATTjjt2dbA\"\n            },\n            {\n                \"essid\": \"ATTjMMHTdS\"\n            },\n            {\n                \"essid\": \"ATTJMq6a22\"\n            },\n            {\n                \"essid\": \"ATTJMZeBna\"\n            },\n            {\n                \"essid\": \"ATTJnemvkI\"\n            },\n            {\n                \"essid\": \"ATTjntQDkI\"\n            },\n            {\n                \"essid\": \"ATTjNW6sys\"\n            },\n            {\n                \"essid\": \"ATTJP3WvXB\"\n            },\n            {\n                \"essid\": \"ATTjQavnea\"\n            },\n            {\n                \"essid\": \"ATTjRQ9VNa(2G)\"\n            },\n            {\n                \"essid\": \"ATTjSSHxPi\"\n            },\n            {\n                \"essid\": \"ATTJtKBHGs\"\n            },\n            {\n                \"essid\": \"ATTJVAnys2\"\n            },\n            {\n                \"essid\": \"ATTjWhUwuI\"\n            },\n            {\n                \"essid\": \"ATTJycRb5S\"\n            },\n            {\n                \"essid\": \"ATTjYPUepi\"\n            },\n            {\n                \"essid\": \"ATTk6h2PPi\"\n            },\n            {\n                \"essid\": \"ATTk88zDvS\"\n            },\n            {\n                \"essid\": \"ATTK9I4IKI\"\n            },\n            {\n                \"essid\": \"ATTk9IwNFi\"\n            },\n            {\n                \"essid\": \"ATTka4kkf\"\n            },\n            {\n                \"essid\": \"ATTkbux9kI\"\n            },\n            {\n                \"essid\": \"ATTkCinGNa\"\n            },\n            {\n                \"essid\": \"ATTKIfiHqs\"\n            },\n            {\n                \"essid\": \"ATTKIHBtna\"\n            },\n            {\n                \"essid\": \"ATTkjTqqgs\"\n            },\n            {\n                \"essid\": \"ATTkljrm\"\n            },\n            {\n                \"essid\": \"ATTKpAgiVS\"\n            },\n            {\n                \"essid\": \"ATTKPvt4mS\"\n            },\n            {\n                \"essid\": \"ATTkq2hWQs\"\n            },\n            {\n                \"essid\": \"ATTkQRFTna\"\n            },\n            {\n                \"essid\": \"ATTkS9YTA2\"\n            },\n            {\n                \"essid\": \"ATTKSAXYmS\"\n            },\n            {\n                \"essid\": \"ATTKsrC5bA\"\n            },\n            {\n                \"essid\": \"ATTkSyHZPS\"\n            },\n            {\n                \"essid\": \"ATTkTJvZCI\"\n            },\n            {\n                \"essid\": \"ATTktWbwjA\"\n            },\n            {\n                \"essid\": \"ATTkTxrZWa\"\n            },\n            {\n                \"essid\": \"ATTKUxr9MS\"\n            },\n            {\n                \"essid\": \"ATTKVCqCwa_5ghz\"\n            },\n            {\n                \"essid\": \"ATTKWwNBA2\"\n            },\n            {\n                \"essid\": \"ATTkxZPGDS\"\n            },\n            {\n                \"essid\": \"ATTky28Gwa\"\n            },\n            {\n                \"essid\": \"ATTkZNvxPi\"\n            },\n            {\n                \"essid\": \"ATTkZNvxPi_EXT\"\n            },\n            {\n                \"essid\": \"ATTLN8\"\n            },\n            {\n                \"essid\": \"ATTM3b8GNa\"\n            },\n            {\n                \"essid\": \"ATTm3EHQ5f\"\n            },\n            {\n                \"essid\": \"ATTm5pn7tA\"\n            },\n            {\n                \"essid\": \"ATTm675Uwa\"\n            },\n            {\n                \"essid\": \"ATTmBiFUI2\"\n            },\n            {\n                \"essid\": \"ATTmBMRVvS\"\n            },\n            {\n                \"essid\": \"ATTMBvicI2\"\n            },\n            {\n                \"essid\": \"ATTmbz8Ugs\"\n            },\n            {\n                \"essid\": \"ATTMcwHXJA\"\n            },\n            {\n                \"essid\": \"ATTMh3Px5S\"\n            },\n            {\n                \"essid\": \"ATTMI8WDS2\"\n            },\n            {\n                \"essid\": \"ATTMjnb93A\"\n            },\n            {\n                \"essid\": \"ATTmk92dGs\"\n            },\n            {\n                \"essid\": \"ATTmmqCr3A\"\n            },\n            {\n                \"essid\": \"ATT-MOBLEY-2684\"\n            },\n            {\n                \"essid\": \"ATT-MOBLEY-3838\"\n            },\n            {\n                \"essid\": \"ATT-MOBLEY-4303\"\n            },\n            {\n                \"essid\": \"ATT-MOBLEY-4609\"\n            },\n            {\n                \"essid\": \"ATT-MOBLEY-7883\"\n            },\n            {\n                \"essid\": \"ATT-MOBLEY-9773\"\n            },\n            {\n                \"essid\": \"ATTmpNNeuI\"\n            },\n            {\n                \"essid\": \"ATTMqXxK8s\"\n            },\n            {\n                \"essid\": \"ATTMriQGDS\"\n            },\n            {\n                \"essid\": \"ATTMS40SB\"\n            },\n            {\n                \"essid\": \"ATTMSIWCTA\"\n            },\n            {\n                \"essid\": \"ATTMskPAea\"\n            },\n            {\n                \"essid\": \"ATTMTEQ8Na\"\n            },\n            {\n                \"essid\": \"ATTMTWJEQs\"\n            },\n            {\n                \"essid\": \"ATTmVF5uTA\"\n            },\n            {\n                \"essid\": \"ATTMXu3RCI\"\n            },\n            {\n                \"essid\": \"ATTMXyrahB\"\n            },\n            {\n                \"essid\": \"ATTMzEQEFi\"\n            },\n            {\n                \"essid\": \"ATTmzzPcI2\"\n            },\n            {\n                \"essid\": \"ATTN3ztnuI\"\n            },\n            {\n                \"essid\": \"ATTN482mS2\"\n            },\n            {\n                \"essid\": \"ATTn6Vzsys\"\n            },\n            {\n                \"essid\": \"ATTn6z5PPi\"\n            },\n            {\n                \"essid\": \"ATTn6z5PPi_Guest\"\n            },\n            {\n                \"essid\": \"ATTN9zbRMS\"\n            },\n            {\n                \"essid\": \"ATTNcdq5bA\"\n            },\n            {\n                \"essid\": \"ATTNd3trWa\"\n            },\n            {\n                \"essid\": \"ATTndihGDS\"\n            },\n            {\n                \"essid\": \"ATTndTy9CI\"\n            },\n            {\n                \"essid\": \"ATTnGnuzWa\"\n            },\n            {\n                \"essid\": \"ATTnHa4kI2\"\n            },\n            {\n                \"essid\": \"ATTnHNaTUI\"\n            },\n            {\n                \"essid\": \"ATTnHX3GDS_2.4\"\n            },\n            {\n                \"essid\": \"ATTniTdjna\"\n            },\n            {\n                \"essid\": \"ATTNjDMMS2\"\n            },\n            {\n                \"essid\": \"ATTnKDeqgs\"\n            },\n            {\n                \"essid\": \"ATTNkR3kI2\"\n            },\n            {\n                \"essid\": \"ATTnMyaa22\"\n            },\n            {\n                \"essid\": \"ATTNN4w7Pi\"\n            },\n            {\n                \"essid\": \"ATTnR9IIa2\"\n            },\n            {\n                \"essid\": \"ATTnrTQMvS\"\n            },\n            {\n                \"essid\": \"ATTNSZq3dS\"\n            },\n            {\n                \"essid\": \"ATTNx7cm7i\"\n            },\n            {\n                \"essid\": \"ATTNzmBeQs\"\n            },\n            {\n                \"essid\": \"ATTp44H75S\"\n            },\n            {\n                \"essid\": \"ATTP44IG4I\"\n            },\n            {\n                \"essid\": \"ATTP5v6vbA\"\n            },\n            {\n                \"essid\": \"ATTp6a3hGs\"\n            },\n            {\n                \"essid\": \"ATTP9CXZCI\"\n            },\n            {\n                \"essid\": \"ATTPC3uxA2\"\n            },\n            {\n                \"essid\": \"ATTPcc3222\"\n            },\n            {\n                \"essid\": \"ATTPHpjH7A\"\n            },\n            {\n                \"essid\": \"ATTPiEZDbA\"\n            },\n            {\n                \"essid\": \"ATTpkiApA2\"\n            },\n            {\n                \"essid\": \"ATTPkIXpEa\"\n            },\n            {\n                \"essid\": \"ATTpMufCcI\"\n            },\n            {\n                \"essid\": \"ATTpn98Sea\"\n            },\n            {\n                \"essid\": \"ATTpnCnq4I\"\n            },\n            {\n                \"essid\": \"ATTpNzJMvS\"\n            },\n            {\n                \"essid\": \"ATTPrince\"\n            },\n            {\n                \"essid\": \"ATTpS2k9CI\"\n            },\n            {\n                \"essid\": \"ATTpsJzygs\"\n            },\n            {\n                \"essid\": \"ATTPskitdS\"\n            },\n            {\n                \"essid\": \"ATTPtQGV7i\"\n            },\n            {\n                \"essid\": \"ATTpupYsDS\"\n            },\n            {\n                \"essid\": \"ATTPvTR6Qs\"\n            },\n            {\n                \"essid\": \"ATTPwjjNjA\"\n            },\n            {\n                \"essid\": \"ATTpXKdh3A\"\n            },\n            {\n                \"essid\": \"ATTpxutyXi\"\n            },\n            {\n                \"essid\": \"ATTQ3gGXi2\"\n            },\n            {\n                \"essid\": \"ATTQ3xTRfi\"\n            },\n            {\n                \"essid\": \"ATTQ4G6YDS\"\n            },\n            {\n                \"essid\": \"ATTQAB7CcI\"\n            },\n            {\n                \"essid\": \"ATTqarxuwa\"\n            },\n            {\n                \"essid\": \"ATTqc4tSea\"\n            },\n            {\n                \"essid\": \"ATTqCeD6Fi\"\n            },\n            {\n                \"essid\": \"ATTQciaEwa\"\n            },\n            {\n                \"essid\": \"ATTqd6SyXi\"\n            },\n            {\n                \"essid\": \"ATTqDrCEBA\"\n            },\n            {\n                \"essid\": \"ATTQeGEbfA\"\n            },\n            {\n                \"essid\": \"ATTQGdQnQs\"\n            },\n            {\n                \"essid\": \"ATTQj9p9fi\"\n            },\n            {\n                \"essid\": \"ATTqkFEvS2\"\n            },\n            {\n                \"essid\": \"ATTQkVyrP2\"\n            },\n            {\n                \"essid\": \"ATTQMAtaKI\"\n            },\n            {\n                \"essid\": \"ATTQnrc2VS\"\n            },\n            {\n                \"essid\": \"ATTQQrfggs\"\n            },\n            {\n                \"essid\": \"ATTqRsNAXi\"\n            },\n            {\n                \"essid\": \"ATTQSWuvEa\"\n            },\n            {\n                \"essid\": \"ATTQusXe6a\"\n            },\n            {\n                \"essid\": \"ATTqWBQxEa\"\n            },\n            {\n                \"essid\": \"ATTqYwcNa2\"\n            },\n            {\n                \"essid\": \"ATTr2qmz3A\"\n            },\n            {\n                \"essid\": \"ATTr3BCScI\"\n            },\n            {\n                \"essid\": \"ATTR3ednGF\"\n            },\n            {\n                \"essid\": \"ATTR4unaKI\"\n            },\n            {\n                \"essid\": \"ATTr5JVM8s\"\n            },\n            {\n                \"essid\": \"ATTr6dxm7i\"\n            },\n            {\n                \"essid\": \"ATTr7ITCTA\"\n            },\n            {\n                \"essid\": \"ATTR7SdPi2\"\n            },\n            {\n                \"essid\": \"ATTRCWESVS\"\n            },\n            {\n                \"essid\": \"ATTrdbBgpi\"\n            },\n            {\n                \"essid\": \"ATTRf3Unys\"\n            },\n            {\n                \"essid\": \"ATTRhkhxdS\"\n            },\n            {\n                \"essid\": \"ATTRiPXCcI\"\n            },\n            {\n                \"essid\": \"ATTrjhS5bA\"\n            },\n            {\n                \"essid\": \"ATTRjIWbJA\"\n            },\n            {\n                \"essid\": \"ATTRJUj66a\"\n            },\n            {\n                \"essid\": \"ATTrJxS2ys\"\n            },\n            {\n                \"essid\": \"ATTrK9MjEa\"\n            },\n            {\n                \"essid\": \"ATTRkuGccI\"\n            },\n            {\n                \"essid\": \"ATTrMT8eFi\"\n            },\n            {\n                \"essid\": \"ATTRn7ar3A\"\n            },\n            {\n                \"essid\": \"ATTrp65ptA\"\n            },\n            {\n                \"essid\": \"ATTrPd9ZCI\"\n            },\n            {\n                \"essid\": \"ATTRQF9XtA\"\n            },\n            {\n                \"essid\": \"ATTRUakTna\"\n            },\n            {\n                \"essid\": \"ATTRxP6MEa\"\n            },\n            {\n                \"essid\": \"ATTRY4Jkwa\"\n            },\n            {\n                \"essid\": \"ATTrZNf3JA\"\n            },\n            {\n                \"essid\": \"ATTS3CSZfi\"\n            },\n            {\n                \"essid\": \"ATTS8C8f5S\"\n            },\n            {\n                \"essid\": \"ATTSaYgVGs\"\n            },\n            {\n                \"essid\": \"ATTSBR5IBA\"\n            },\n            {\n                \"essid\": \"ATTscR3gDS\"\n            },\n            {\n                \"essid\": \"ATTsE6iGNa\"\n            },\n            {\n                \"essid\": \"ATTsEk6MGs\"\n            },\n            {\n                \"essid\": \"ATTsh3unI2\"\n            },\n            {\n                \"essid\": \"ATTsH8Hzfi\"\n            },\n            {\n                \"essid\": \"ATTsh9SIVS\"\n            },\n            {\n                \"essid\": \"ATTsHYztUI\"\n            },\n            {\n                \"essid\": \"ATTsI4aays\"\n            },\n            {\n                \"essid\": \"ATTsiCjWa2\"\n            },\n            {\n                \"essid\": \"ATTsiUv7s2\"\n            },\n            {\n                \"essid\": \"ATTSJS43xi\"\n            },\n            {\n                \"essid\": \"ATTSK7sHCI\"\n            },\n            {\n                \"essid\": \"AttSlow2\"\n            },\n            {\n                \"essid\": \"ATTsM5uqXi\"\n            },\n            {\n                \"essid\": \"ATTsmJymGs\"\n            },\n            {\n                \"essid\": \"ATTsnh7ujA\"\n            },\n            {\n                \"essid\": \"ATTSNNjSys\"\n            },\n            {\n                \"essid\": \"ATTsnpthYs\"\n            },\n            {\n                \"essid\": \"ATTSnuPpEa\"\n            },\n            {\n                \"essid\": \"ATTsqjiI22\"\n            },\n            {\n                \"essid\": \"ATTSrHvKcI\"\n            },\n            {\n                \"essid\": \"ATTSsxwApi\"\n            },\n            {\n                \"essid\": \"ATTsU4Pi22\"\n            },\n            {\n                \"essid\": \"ATTSuA3cmS\"\n            },\n            {\n                \"essid\": \"ATTSVkKZMS\"\n            },\n            {\n                \"essid\": \"ATTswv4TS2\"\n            },\n            {\n                \"essid\": \"ATTSZI2bna\"\n            },\n            {\n                \"essid\": \"ATTT4sxMkI\"\n            },\n            {\n                \"essid\": \"ATTt8RIRCI\"\n            },\n            {\n                \"essid\": \"ATTtBYjdkI\"\n            },\n            {\n                \"essid\": \"ATTTDwCipi\"\n            },\n            {\n                \"essid\": \"ATTteG7gDS\"\n            },\n            {\n                \"essid\": \"ATTtevW2Di\"\n            },\n            {\n                \"essid\": \"ATTtG9khCI\"\n            },\n            {\n                \"essid\": \"ATTTkjRuTA\"\n            },\n            {\n                \"essid\": \"ATTtkyCwa2\"\n            },\n            {\n                \"essid\": \"ATTTM4CdhS\"\n            },\n            {\n                \"essid\": \"ATTtmR7BdS\"\n            },\n            {\n                \"essid\": \"ATTTmuNEQs\"\n            },\n            {\n                \"essid\": \"ATTTPe3Sea\"\n            },\n            {\n                \"essid\": \"ATTtpGXQs2\"\n            },\n            {\n                \"essid\": \"ATTTQhjAea\"\n            },\n            {\n                \"essid\": \"ATTtqnVTdS\"\n            },\n            {\n                \"essid\": \"ATTTRI2m7i\"\n            },\n            {\n                \"essid\": \"ATTtSKKVqs\"\n            },\n            {\n                \"essid\": \"ATTTUPF4TA\"\n            },\n            {\n                \"essid\": \"ATTTUPF4TA_EXT\"\n            },\n            {\n                \"essid\": \"ATTTuQ6EQs\"\n            },\n            {\n                \"essid\": \"ATTTv4um7i\"\n            },\n            {\n                \"essid\": \"ATTTwjnEjA_5g\"\n            },\n            {\n                \"essid\": \"ATTTXp3xJA\"\n            },\n            {\n                \"essid\": \"ATTtyKfK8s\"\n            },\n            {\n                \"essid\": \"ATTTZhw222\"\n            },\n            {\n                \"essid\": \"ATTu2NIvbA\"\n            },\n            {\n                \"essid\": \"ATTU3AIXi2\"\n            },\n            {\n                \"essid\": \"ATTU5Kcays\"\n            },\n            {\n                \"essid\": \"ATTu5rPEa2\"\n            },\n            {\n                \"essid\": \"ATTU9ktspi\"\n            },\n            {\n                \"essid\": \"ATTUBq3dS2\"\n            },\n            {\n                \"essid\": \"ATTueeiH3A\"\n            },\n            {\n                \"essid\": \"ATTuGvbajA\"\n            },\n            {\n                \"essid\": \"ATTuHKi5fi\"\n            },\n            {\n                \"essid\": \"ATTUHPs5vS\"\n            },\n            {\n                \"essid\": \"ATTuIkYJJA\"\n            },\n            {\n                \"essid\": \"ATTUj5dsVS\"\n            },\n            {\n                \"essid\": \"ATTUKdVjxi\"\n            },\n            {\n                \"essid\": \"ATTuKfWX5S_EXT\"\n            },\n            {\n                \"essid\": \"ATTuM9sF5S\"\n            },\n            {\n                \"essid\": \"ATTuMH5KDS\"\n            },\n            {\n                \"essid\": \"ATTUp5SWjA\"\n            },\n            {\n                \"essid\": \"ATTup7Dv7i\"\n            },\n            {\n                \"essid\": \"ATTuU8I4cI\"\n            },\n            {\n                \"essid\": \"ATTUUjtcmS\"\n            },\n            {\n                \"essid\": \"ATTuuWcMfi\"\n            },\n            {\n                \"essid\": \"ATTUwnjMkI\"\n            },\n            {\n                \"essid\": \"ATTuzt52KI\"\n            },\n            {\n                \"essid\": \"ATTv7vgD7i\"\n            },\n            {\n                \"essid\": \"ATTv8X6Iys\"\n            },\n            {\n                \"essid\": \"ATTvcdbRMS\"\n            },\n            {\n                \"essid\": \"ATTvCx84cI\"\n            },\n            {\n                \"essid\": \"ATTvDkF3UI\"\n            },\n            {\n                \"essid\": \"ATTVe39DbA\"\n            },\n            {\n                \"essid\": \"ATTveMujUI\"\n            },\n            {\n                \"essid\": \"ATTvfdbKTA\"\n            },\n            {\n                \"essid\": \"ATTvFVU4cI\"\n            },\n            {\n                \"essid\": \"ATTVGhxepi\"\n            },\n            {\n                \"essid\": \"ATTvgWsQDS\"\n            },\n            {\n                \"essid\": \"ATTVGYwcI2\"\n            },\n            {\n                \"essid\": \"ATTvi5Y5Gs\"\n            },\n            {\n                \"essid\": \"ATTVIxxhfi\"\n            },\n            {\n                \"essid\": \"ATTvKCbU7A\"\n            },\n            {\n                \"essid\": \"ATTvmjf57i\"\n            },\n            {\n                \"essid\": \"ATTVMjtHCI\"\n            },\n            {\n                \"essid\": \"ATTvmQ2M7i\"\n            },\n            {\n                \"essid\": \"ATTvqaaeuI\"\n            },\n            {\n                \"essid\": \"ATTvQg5rWa\"\n            },\n            {\n                \"essid\": \"ATTVqH4Na2\"\n            },\n            {\n                \"essid\": \"ATTVrPm7i2\"\n            },\n            {\n                \"essid\": \"ATTvsEAsea\"\n            },\n            {\n                \"essid\": \"ATTvSFpe6a\"\n            },\n            {\n                \"essid\": \"ATTVskBFYs\"\n            },\n            {\n                \"essid\": \"ATTVTVXDpS\"\n            },\n            {\n                \"essid\": \"ATTvVKG7JA\"\n            },\n            {\n                \"essid\": \"ATTvvmfNxA\"\n            },\n            {\n                \"essid\": \"ATTVw7FnFi\"\n            },\n            {\n                \"essid\": \"ATTvwKf9fi\"\n            },\n            {\n                \"essid\": \"ATTVWZZIpi\"\n            },\n            {\n                \"essid\": \"ATTvX6rh3A\"\n            },\n            {\n                \"essid\": \"ATTvxFdSKI\"\n            },\n            {\n                \"essid\": \"ATTvXWhTdS\"\n            },\n            {\n                \"essid\": \"ATTvYuHsQs\"\n            },\n            {\n                \"essid\": \"ATTVz6wKI2\"\n            },\n            {\n                \"essid\": \"ATTW54QvGs\"\n            },\n            {\n                \"essid\": \"ATTW894I22\"\n            },\n            {\n                \"essid\": \"ATTW894I22_Guest\"\n            },\n            {\n                \"essid\": \"ATTw9PdAea\"\n            },\n            {\n                \"essid\": \"ATTwaYrx5S\"\n            },\n            {\n                \"essid\": \"ATTwD6Mv7i\"\n            },\n            {\n                \"essid\": \"ATTwe64Iys\"\n            },\n            {\n                \"essid\": \"ATTwHB5ImS\"\n            },\n            {\n                \"essid\": \"ATTWhhp4TA\"\n            },\n            {\n                \"essid\": \"ATT-WI-2022\"\n            },\n            {\n                \"essid\": \"ATT-WI-3601\"\n            },\n            {\n                \"essid\": \"ATTWI3vFEa\"\n            },\n            {\n                \"essid\": \"ATT-WI-4774\"\n            },\n            {\n                \"essid\": \"ATT-WI-5518\"\n            },\n            {\n                \"essid\": \"ATT-WI-7550\"\n            },\n            {\n                \"essid\": \"attwifi\"\n            },\n            {\n                \"essid\": \"att-wifi\"\n            },\n            {\n                \"essid\": \"AT&T WiFi\"\n            },\n            {\n                \"essid\": \"ATT-WIFI-0005\"\n            },\n            {\n                \"essid\": \"ATT-WIFI-0019\"\n            },\n            {\n                \"essid\": \"ATT-WIFI-0070\"\n            },\n            {\n                \"essid\": \"ATT-WIFI-0215\"\n            },\n            {\n                \"essid\": \"ATT-WIFI-0215-GUEST\"\n            },\n            {\n                \"essid\": \"ATT-WIFI-0617\"\n            },\n            {\n                \"essid\": \"ATT-WIFI-0653\"\n            },\n            {\n                \"essid\": \"ATT-WIFI-0877-GUEST\"\n            },\n            {\n                \"essid\": \"ATT-WIFI-1466\"\n            },\n            {\n                \"essid\": \"ATT-WIFI-1720\"\n            },\n            {\n                \"essid\": \"ATT-WIFI-1720-GUEST\"\n            },\n            {\n                \"essid\": \"ATT-WIFI-1952\"\n            },\n            {\n                \"essid\": \"ATT-WIFI-1976\"\n            },\n            {\n                \"essid\": \"ATT-WIFI-2110\"\n            },\n            {\n                \"essid\": \"ATT-WIFI-2196\"\n            },\n            {\n                \"essid\": \"ATT-WIFI-2220\"\n            },\n            {\n                \"essid\": \"ATT-WIFI-2220-GUEST\"\n            },\n            {\n                \"essid\": \"ATT-WIFI-2337\"\n            },\n            {\n                \"essid\": \"ATT-WIFI-2337-GUEST\"\n            },\n            {\n                \"essid\": \"ATT-WIFI-2372\"\n            },\n            {\n                \"essid\": \"ATT-WIFI-2372-GUEST\"\n            },\n            {\n                \"essid\": \"ATT-WIFI-2433\"\n            },\n            {\n                \"essid\": \"ATT-WIFI-2437\"\n            },\n            {\n                \"essid\": \"ATT-WIFI-2522\"\n            },\n            {\n                \"essid\": \"ATT-WIFI-2548\"\n            },\n            {\n                \"essid\": \"ATT-WIFI-263p\"\n            },\n            {\n                \"essid\": \"ATT-WIFI-2689\"\n            },\n            {\n                \"essid\": \"ATT-WIFI-3066\"\n            },\n            {\n                \"essid\": \"ATT-WIFI-3162\"\n            },\n            {\n                \"essid\": \"ATT-WIFI-3169\"\n            },\n            {\n                \"essid\": \"ATT-WIFI-3186\"\n            },\n            {\n                \"essid\": \"ATT-WIFI-3578-GUEST\"\n            },\n            {\n                \"essid\": \"ATT-WIFI-3628\"\n            },\n            {\n                \"essid\": \"ATT-WIFI-3822\"\n            },\n            {\n                \"essid\": \"ATT-WIFI-3866\"\n            },\n            {\n                \"essid\": \"ATT-WIFI-3866-GUEST\"\n            },\n            {\n                \"essid\": \"ATT-WIFI-3867\"\n            },\n            {\n                \"essid\": \"ATT-WIFI-3976\"\n            },\n            {\n                \"essid\": \"ATT-WIFI-3biv\"\n            },\n            {\n                \"essid\": \"ATT-WIFI-4085\"\n            },\n            {\n                \"essid\": \"ATT-WIFI-4283\"\n            },\n            {\n                \"essid\": \"ATT-WIFI-4576\"\n            },\n            {\n                \"essid\": \"ATT-WIFI-4576-GUEST\"\n            },\n            {\n                \"essid\": \"ATT-WIFI-4653\"\n            },\n            {\n                \"essid\": \"ATT-WIFI-4936\"\n            },\n            {\n                \"essid\": \"ATT-WIFI-4s96\"\n            },\n            {\n                \"essid\": \"ATT-WIFI-5091-GUEST\"\n            },\n            {\n                \"essid\": \"ATT-WIFI-5108\"\n            },\n            {\n                \"essid\": \"ATT-WIFI-5136\"\n            },\n            {\n                \"essid\": \"ATT-WIFI-5174-GUEST\"\n            },\n            {\n                \"essid\": \"ATT-WIFI-5416\"\n            },\n            {\n                \"essid\": \"ATT-WIFI-5416-GUEST\"\n            },\n            {\n                \"essid\": \"ATT-WIFI-5437\"\n            },\n            {\n                \"essid\": \"ATT-WIFI-5467\"\n            },\n            {\n                \"essid\": \"ATT-WIFI-56Gx\"\n            },\n            {\n                \"essid\": \"ATT-WIFI-5757\"\n            },\n            {\n                \"essid\": \"ATT-WIFI-5915\"\n            },\n            {\n                \"essid\": \"ATT-WIFI-5915-GUEST\"\n            },\n            {\n                \"essid\": \"ATT-WIFI-5970\"\n            },\n            {\n                \"essid\": \"ATT-WIFI-5YhN\"\n            },\n            {\n                \"essid\": \"ATT-WIFI-6019\"\n            },\n            {\n                \"essid\": \"ATT-WIFI-6081\"\n            },\n            {\n                \"essid\": \"ATT-WIFI-6126\"\n            },\n            {\n                \"essid\": \"ATT-WIFI-6356\"\n            },\n            {\n                \"essid\": \"ATT-WIFI-6669\"\n            },\n            {\n                \"essid\": \"ATT-WIFI-6735\"\n            },\n            {\n                \"essid\": \"ATT-WIFI-7067\"\n            },\n            {\n                \"essid\": \"ATT-WIFI-7067-GUEST\"\n            },\n            {\n                \"essid\": \"ATT-WIFI-7112\"\n            },\n            {\n                \"essid\": \"ATT-WIFI-7228\"\n            },\n            {\n                \"essid\": \"ATT-WIFI-7228-GUEST\"\n            },\n            {\n                \"essid\": \"ATT-WIFI-7347\"\n            },\n            {\n                \"essid\": \"ATT-WIFI-7413\"\n            },\n            {\n                \"essid\": \"ATT-WIFI-7413-GUEST\"\n            },\n            {\n                \"essid\": \"ATT-WIFI-7421\"\n            },\n            {\n                \"essid\": \"ATT-WIFI-7443\"\n            },\n            {\n                \"essid\": \"ATT-WIFI-7498\"\n            },\n            {\n                \"essid\": \"ATT-WIFI-7687\"\n            },\n            {\n                \"essid\": \"ATTwifi777\"\n            },\n            {\n                \"essid\": \"ATT-WIFI-7789\"\n            },\n            {\n                \"essid\": \"ATT-WIFI-7897\"\n            },\n            {\n                \"essid\": \"ATT-WIFI-7901\"\n            },\n            {\n                \"essid\": \"ATT-WIFI-7901-GUEST\"\n            },\n            {\n                \"essid\": \"ATT-WIFI-7957\"\n            },\n            {\n                \"essid\": \"ATT-WIFI-7972\"\n            },\n            {\n                \"essid\": \"ATT-WIFI-7981\"\n            },\n            {\n                \"essid\": \"ATT-WIFI-7uio\"\n            },\n            {\n                \"essid\": \"ATT-WIFI-7uio_5G\"\n            },\n            {\n                \"essid\": \"ATT-WIFI-8060\"\n            },\n            {\n                \"essid\": \"ATT-WIFI-8135-GUEST\"\n            },\n            {\n                \"essid\": \"ATT-WIFI-8311\"\n            },\n            {\n                \"essid\": \"ATT-WIFI-8311-GUEST\"\n            },\n            {\n                \"essid\": \"ATT-WIFI-8813\"\n            },\n            {\n                \"essid\": \"ATT-WIFI-8813-GUEST\"\n            },\n            {\n                \"essid\": \"ATT-WIFI-8915\"\n            },\n            {\n                \"essid\": \"ATT-WIFI-8915-GUEST\"\n            },\n            {\n                \"essid\": \"ATT-WIFI-9104\"\n            },\n            {\n                \"essid\": \"ATT-WIFI-9357\"\n            },\n            {\n                \"essid\": \"ATT-WIFI-9385\"\n            },\n            {\n                \"essid\": \"ATT-WIFI-9479\"\n            },\n            {\n                \"essid\": \"ATT-WIFI-9564\"\n            },\n            {\n                \"essid\": \"ATT-WIFI-9763\"\n            },\n            {\n                \"essid\": \"ATT-WIFI-9816\"\n            },\n            {\n                \"essid\": \"ATT-WIFI-9941\"\n            },\n            {\n                \"essid\": \"ATT-WIFI-CB18\"\n            },\n            {\n                \"essid\": \"ATT-WIFI-EZ6V\"\n            },\n            {\n                \"essid\": \"ATT-WIFI-hN4U\"\n            },\n            {\n                \"essid\": \"attwifi_lobby\"\n            },\n            {\n                \"essid\": \"attwifi_meeting\"\n            },\n            {\n                \"essid\": \"ATT-WIFI-Mt9X\"\n            },\n            {\n                \"essid\": \"ATT-WIFI-NZUT\"\n            },\n            {\n                \"essid\": \"ATT-WIFI-o33T\"\n            },\n            {\n                \"essid\": \"ATT-WIFI-P7Eb\"\n            },\n            {\n                \"essid\": \"attwifi - Passpoint\"\n            },\n            {\n                \"essid\": \"ATT-WIFI-pe39\"\n            },\n            {\n                \"essid\": \"ATT-WIFI-pe39_5G\"\n            },\n            {\n                \"essid\": \"ATT-WIFI-qpb2\"\n            },\n            {\n                \"essid\": \"ATT-WIFI-s6Uo\"\n            },\n            {\n                \"essid\": \"ATT-WIFI-Ut2f\"\n            },\n            {\n                \"essid\": \"ATT-WIFI-Uz7A\"\n            },\n            {\n                \"essid\": \"ATT-WIFI-zoej\"\n            },\n            {\n                \"essid\": \"ATT-WIFI-zxUd\"\n            },\n            {\n                \"essid\": \"ATTWivGwuI\"\n            },\n            {\n                \"essid\": \"ATTWNXqNa2\"\n            },\n            {\n                \"essid\": \"ATTwqb8rfi\"\n            },\n            {\n                \"essid\": \"ATTwQBtA22\"\n            },\n            {\n                \"essid\": \"ATTwtrNN6a\"\n            },\n            {\n                \"essid\": \"ATTwTZ8IBA\"\n            },\n            {\n                \"essid\": \"ATTWuyF75S\"\n            },\n            {\n                \"essid\": \"ATTwvBMYgs\"\n            },\n            {\n                \"essid\": \"ATTWVdSftA\"\n            },\n            {\n                \"essid\": \"ATTWXIPBxi\"\n            },\n            {\n                \"essid\": \"ATTwYpFFEa\"\n            },\n            {\n                \"essid\": \"ATTwYTUg6a\"\n            },\n            {\n                \"essid\": \"ATTX2AFSBA\"\n            },\n            {\n                \"essid\": \"ATTx6wNH3A\"\n            },\n            {\n                \"essid\": \"ATTX7H6SVS\"\n            },\n            {\n                \"essid\": \"ATTX9JzXEa\"\n            },\n            {\n                \"essid\": \"ATTXaDmjA2\"\n            },\n            {\n                \"essid\": \"ATTXaeMNQs\"\n            },\n            {\n                \"essid\": \"ATTXC6STA2\"\n            },\n            {\n                \"essid\": \"ATTxcFKFtA\"\n            },\n            {\n                \"essid\": \"ATTxfiyGDS\"\n            },\n            {\n                \"essid\": \"ATTxitjCg5\"\n            },\n            {\n                \"essid\": \"ATTXiUAVYs\"\n            },\n            {\n                \"essid\": \"ATTXK64D7i\"\n            },\n            {\n                \"essid\": \"ATTxkcCpPi\"\n            },\n            {\n                \"essid\": \"ATTxKJWU8s\"\n            },\n            {\n                \"essid\": \"ATTXKwheKI\"\n            },\n            {\n                \"essid\": \"ATTXPrIsBA\"\n            },\n            {\n                \"essid\": \"ATTXPrIsBA_2GEXT\"\n            },\n            {\n                \"essid\": \"ATTxSmWucI\"\n            },\n            {\n                \"essid\": \"ATTxSTKeFi\"\n            },\n            {\n                \"essid\": \"ATTxTDn4mS\"\n            },\n            {\n                \"essid\": \"ATTxu97vBA\"\n            },\n            {\n                \"essid\": \"ATTxuudQNa\"\n            },\n            {\n                \"essid\": \"ATTxV3pptA\"\n            },\n            {\n                \"essid\": \"ATTxvrz6Qs\"\n            },\n            {\n                \"essid\": \"ATTxW7Api2\"\n            },\n            {\n                \"essid\": \"ATTXYGtzfi\"\n            },\n            {\n                \"essid\": \"ATTXyvK9vS\"\n            },\n            {\n                \"essid\": \"ATTXyvK9vS_2GEXT\"\n            },\n            {\n                \"essid\": \"ATTXZ7v9MS\"\n            },\n            {\n                \"essid\": \"ATTXzhbqXi\"\n            },\n            {\n                \"essid\": \"ATTxzQkuI2\"\n            },\n            {\n                \"essid\": \"ATTy2xqea2\"\n            },\n            {\n                \"essid\": \"ATTy2xqea2_Guest\"\n            },\n            {\n                \"essid\": \"ATTYC\"\n            },\n            {\n                \"essid\": \"ATTyddkwcI\"\n            },\n            {\n                \"essid\": \"ATTYDxwjUI\"\n            },\n            {\n                \"essid\": \"ATTYe9TKmS\"\n            },\n            {\n                \"essid\": \"ATTYe9TKmS_Guest\"\n            },\n            {\n                \"essid\": \"ATTyFY9Eea\"\n            },\n            {\n                \"essid\": \"ATTyhrqxYs\"\n            },\n            {\n                \"essid\": \"ATTYiynptA\"\n            },\n            {\n                \"essid\": \"ATTYj2ZG4I\"\n            },\n            {\n                \"essid\": \"ATTyJe2KmS\"\n            },\n            {\n                \"essid\": \"ATTyRPwtJA\"\n            },\n            {\n                \"essid\": \"ATTyt328cI\"\n            },\n            {\n                \"essid\": \"ATTyUTd35S\"\n            },\n            {\n                \"essid\": \"ATTYvCwMbA\"\n            },\n            {\n                \"essid\": \"ATTYvmPaBA\"\n            },\n            {\n                \"essid\": \"ATTYw3Aqgs\"\n            },\n            {\n                \"essid\": \"ATTYwzmVGs\"\n            },\n            {\n                \"essid\": \"ATTYY27KmS\"\n            },\n            {\n                \"essid\": \"ATTYzJYdbA\"\n            },\n            {\n                \"essid\": \"ATTYZpUqNa\"\n            },\n            {\n                \"essid\": \"ATTz5fGNFi\"\n            },\n            {\n                \"essid\": \"ATTZ5V6m3A\"\n            },\n            {\n                \"essid\": \"ATTz7KcFPi\"\n            },\n            {\n                \"essid\": \"ATTZ84h3Pi\"\n            },\n            {\n                \"essid\": \"ATTzcwbbYs\"\n            },\n            {\n                \"essid\": \"ATTZDJtYXi\"\n            },\n            {\n                \"essid\": \"ATTzDNGmkI\"\n            },\n            {\n                \"essid\": \"ATTzDqVPPi\"\n            },\n            {\n                \"essid\": \"ATTzE7MxPi\"\n            },\n            {\n                \"essid\": \"ATTzfm6MGs\"\n            },\n            {\n                \"essid\": \"ATTZFVUHfi\"\n            },\n            {\n                \"essid\": \"ATTzh5uQgs\"\n            },\n            {\n                \"essid\": \"ATTzHrrYDS\"\n            },\n            {\n                \"essid\": \"ATTzirJAKI\"\n            },\n            {\n                \"essid\": \"ATTZK36s22\"\n            },\n            {\n                \"essid\": \"ATTZM8NQ3A\"\n            },\n            {\n                \"essid\": \"ATTZmQWaTA\"\n            },\n            {\n                \"essid\": \"ATTZQ3NPdS\"\n            },\n            {\n                \"essid\": \"ATTzraKp5S\"\n            },\n            {\n                \"essid\": \"ATTZSyk3xi\"\n            },\n            {\n                \"essid\": \"ATTZT6gUmS2.4\"\n            },\n            {\n                \"essid\": \"ATTZTDdwQs\"\n            },\n            {\n                \"essid\": \"ATTzwiUhWa\"\n            },\n            {\n                \"essid\": \"ATTzXGnVkI\"\n            },\n            {\n                \"essid\": \"ATT_ZXY\"\n            },\n            {\n                \"essid\": \"ATTzY5quwa\"\n            },\n            {\n                \"essid\": \"atv-2G\"\n            },\n            {\n                \"essid\": \"AU\"\n            },\n            {\n                \"essid\": \"AU_00000000\"\n            },\n            {\n                \"essid\": \"aubreyandjudy\"\n            },\n            {\n                \"essid\": \"Auburn7th\"\n            },\n            {\n                \"essid\": \"AuburnAudio\"\n            },\n            {\n                \"essid\": \"AuburnPublicWiFi\"\n            },\n            {\n                \"essid\": \"Auden Trail\"\n            },\n            {\n                \"essid\": \"Audi\"\n            },\n            {\n                \"essid\": \"AUDI\"\n            },\n            {\n                \"essid\": \"Audi00228\"\n            },\n            {\n                \"essid\": \"Audi00589\"\n            },\n            {\n                \"essid\": \"Audi00773\"\n            },\n            {\n                \"essid\": \"Audi01019\"\n            },\n            {\n                \"essid\": \"Audi01030\"\n            },\n            {\n                \"essid\": \"Audi01128\"\n            },\n            {\n                \"essid\": \"Audi01265\"\n            },\n            {\n                \"essid\": \"Audi01317\"\n            },\n            {\n                \"essid\": \"Audi02882\"\n            },\n            {\n                \"essid\": \"Audi02898\"\n            },\n            {\n                \"essid\": \"Audi03355\"\n            },\n            {\n                \"essid\": \"Audi03691\"\n            },\n            {\n                \"essid\": \"Audi04115\"\n            },\n            {\n                \"essid\": \"Audi04197\"\n            },\n            {\n                \"essid\": \"Audi04549\"\n            },\n            {\n                \"essid\": \"Audi04825\"\n            },\n            {\n                \"essid\": \"Audi04991\"\n            },\n            {\n                \"essid\": \"Audi07640\"\n            },\n            {\n                \"essid\": \"Audi08437\"\n            },\n            {\n                \"essid\": \"Audi09181\"\n            },\n            {\n                \"essid\": \"Audi09463\"\n            },\n            {\n                \"essid\": \"Audi10867\"\n            },\n            {\n                \"essid\": \"Audi12663\"\n            },\n            {\n                \"essid\": \"Audi13367\"\n            },\n            {\n                \"essid\": \"Audi13898\"\n            },\n            {\n                \"essid\": \"Audi14720\"\n            },\n            {\n                \"essid\": \"Audi14921\"\n            },\n            {\n                \"essid\": \"Audi15406\"\n            },\n            {\n                \"essid\": \"Audi16076\"\n            },\n            {\n                \"essid\": \"Audi17641\"\n            },\n            {\n                \"essid\": \"Audi18401\"\n            },\n            {\n                \"essid\": \"Audi19020\"\n            },\n            {\n                \"essid\": \"Audi19902\"\n            },\n            {\n                \"essid\": \"Audi20555\"\n            },\n            {\n                \"essid\": \"Audi21147\"\n            },\n            {\n                \"essid\": \"Audi21504\"\n            },\n            {\n                \"essid\": \"Audi21612\"\n            },\n            {\n                \"essid\": \"Audi22597\"\n            },\n            {\n                \"essid\": \"Audi23235\"\n            },\n            {\n                \"essid\": \"Audi23541\"\n            },\n            {\n                \"essid\": \"AUDI2468\"\n            },\n            {\n                \"essid\": \"Audi25047\"\n            },\n            {\n                \"essid\": \"Audi26676\"\n            },\n            {\n                \"essid\": \"Audi28124\"\n            },\n            {\n                \"essid\": \"Audi28906\"\n            },\n            {\n                \"essid\": \"Audi30474\"\n            },\n            {\n                \"essid\": \"Audi31481\"\n            },\n            {\n                \"essid\": \"Audi31709\"\n            },\n            {\n                \"essid\": \"Audi32296\"\n            },\n            {\n                \"essid\": \"Audi32503\"\n            },\n            {\n                \"essid\": \"Audi32979\"\n            },\n            {\n                \"essid\": \"Audi34011\"\n            },\n            {\n                \"essid\": \"Audi34503\"\n            },\n            {\n                \"essid\": \"Audi34714\"\n            },\n            {\n                \"essid\": \"Audi35298\"\n            },\n            {\n                \"essid\": \"Audi35823\"\n            },\n            {\n                \"essid\": \"Audi36084\"\n            },\n            {\n                \"essid\": \"Audi36473\"\n            },\n            {\n                \"essid\": \"Audi38190\"\n            },\n            {\n                \"essid\": \"Audi44265\"\n            },\n            {\n                \"essid\": \"Audi45396\"\n            },\n            {\n                \"essid\": \"Audi48784\"\n            },\n            {\n                \"essid\": \"Audi50381\"\n            },\n            {\n                \"essid\": \"Audi52014\"\n            },\n            {\n                \"essid\": \"Audi52032\"\n            },\n            {\n                \"essid\": \"Audi52111\"\n            },\n            {\n                \"essid\": \"Audi52169\"\n            },\n            {\n                \"essid\": \"Audi52670\"\n            },\n            {\n                \"essid\": \"Audi53264\"\n            },\n            {\n                \"essid\": \"Audi54332\"\n            },\n            {\n                \"essid\": \"Audi55085\"\n            },\n            {\n                \"essid\": \"Audi55479\"\n            },\n            {\n                \"essid\": \"Audi58290\"\n            },\n            {\n                \"essid\": \"Audi59822\"\n            },\n            {\n                \"essid\": \"Audi61347\"\n            },\n            {\n                \"essid\": \"Audi62464\"\n            },\n            {\n                \"essid\": \"Audi62760\"\n            },\n            {\n                \"essid\": \"Audi64591\"\n            },\n            {\n                \"essid\": \"Audi69567\"\n            },\n            {\n                \"essid\": \"Audi70348\"\n            },\n            {\n                \"essid\": \"Audi70961\"\n            },\n            {\n                \"essid\": \"Audi71977\"\n            },\n            {\n                \"essid\": \"Audi73806\"\n            },\n            {\n                \"essid\": \"Audi74335\"\n            },\n            {\n                \"essid\": \"Audi74416\"\n            },\n            {\n                \"essid\": \"Audi75328\"\n            },\n            {\n                \"essid\": \"Audi77047\"\n            },\n            {\n                \"essid\": \"Audi77351\"\n            },\n            {\n                \"essid\": \"Audi78311\"\n            },\n            {\n                \"essid\": \"Audi78586\"\n            },\n            {\n                \"essid\": \"Audi81115\"\n            },\n            {\n                \"essid\": \"Audi81658\"\n            },\n            {\n                \"essid\": \"Audi85213\"\n            },\n            {\n                \"essid\": \"Audi85234\"\n            },\n            {\n                \"essid\": \"Audi85895\"\n            },\n            {\n                \"essid\": \"Audi88086\"\n            },\n            {\n                \"essid\": \"Audi89125\"\n            },\n            {\n                \"essid\": \"Audi91927\"\n            },\n            {\n                \"essid\": \"Audi92197\"\n            },\n            {\n                \"essid\": \"Audi93472\"\n            },\n            {\n                \"essid\": \"Audi95240\"\n            },\n            {\n                \"essid\": \"Audi95381\"\n            },\n            {\n                \"essid\": \"Audi96797\"\n            },\n            {\n                \"essid\": \"AudiA3\"\n            },\n            {\n                \"essid\": \"AudiA6\"\n            },\n            {\n                \"essid\": \"AudiA7\"\n            },\n            {\n                \"essid\": \"Audi A7\"\n            },\n            {\n                \"essid\": \"AudiA8\"\n            },\n            {\n                \"essid\": \"AudiAIIroad\"\n            },\n            {\n                \"essid\": \"Audi CJ\"\n            },\n            {\n                \"essid\": \"Audi etron\"\n            },\n            {\n                \"essid\": \"Audi e-tron\"\n            },\n            {\n                \"essid\": \"Audi_Gabba\"\n            },\n            {\n                \"essid\": \"Audi_Jazzy\"\n            },\n            {\n                \"essid\": \"Audi-Leo\"\n            },\n            {\n                \"essid\": \"Audi_MMI\"\n            },\n            {\n                \"essid\": \"Audi_MMI_0005\"\n            },\n            {\n                \"essid\": \"Audi_MMI_0012\"\n            },\n            {\n                \"essid\": \"Audi_MMI_0018\"\n            },\n            {\n                \"essid\": \"Audi_MMI_0027\"\n            },\n            {\n                \"essid\": \"Audi_MMI_0031\"\n            },\n            {\n                \"essid\": \"Audi_MMI_0064\"\n            },\n            {\n                \"essid\": \"Audi_MMI_0070\"\n            },\n            {\n                \"essid\": \"Audi_MMI_0104\"\n            },\n            {\n                \"essid\": \"Audi_MMI_0115\"\n            },\n            {\n                \"essid\": \"Audi_MMI_0187\"\n            },\n            {\n                \"essid\": \"Audi_MMI_0201\"\n            },\n            {\n                \"essid\": \"Audi_MMI_0206\"\n            },\n            {\n                \"essid\": \"Audi_MMI_0207\"\n            },\n            {\n                \"essid\": \"Audi_MMI_0215\"\n            },\n            {\n                \"essid\": \"Audi_MMI_0220\"\n            },\n            {\n                \"essid\": \"Audi_MMI_0227\"\n            },\n            {\n                \"essid\": \"Audi_MMI_0228\"\n            },\n            {\n                \"essid\": \"Audi_MMI_0248\"\n            },\n            {\n                \"essid\": \"Audi_MMI_0265\"\n            },\n            {\n                \"essid\": \"Audi_MMI_0279\"\n            },\n            {\n                \"essid\": \"Audi_MMI_0297\"\n            },\n            {\n                \"essid\": \"Audi_MMI_0301\"\n            },\n            {\n                \"essid\": \"Audi_MMI_0319\"\n            },\n            {\n                \"essid\": \"Audi_MMI_0322\"\n            },\n            {\n                \"essid\": \"Audi_MMI_0332\"\n            },\n            {\n                \"essid\": \"Audi_MMI_0358\"\n            },\n            {\n                \"essid\": \"Audi_MMI_0395\"\n            },\n            {\n                \"essid\": \"Audi_MMI_0396\"\n            },\n            {\n                \"essid\": \"Audi_MMI_0405\"\n            },\n            {\n                \"essid\": \"Audi_MMI_0419\"\n            },\n            {\n                \"essid\": \"Audi_MMI_0420\"\n            },\n            {\n                \"essid\": \"Audi_MMI_0445\"\n            },\n            {\n                \"essid\": \"Audi_MMI_0447\"\n            },\n            {\n                \"essid\": \"Audi_MMI_0463\"\n            },\n            {\n                \"essid\": \"Audi_MMI_0466\"\n            },\n            {\n                \"essid\": \"Audi_MMI_0468\"\n            },\n            {\n                \"essid\": \"Audi_MMI_0486\"\n            },\n            {\n                \"essid\": \"Audi_MMI_0489\"\n            },\n            {\n                \"essid\": \"Audi_MMI_0525\"\n            },\n            {\n                \"essid\": \"Audi_MMI_0551\"\n            },\n            {\n                \"essid\": \"Audi_MMI_0575\"\n            },\n            {\n                \"essid\": \"Audi_MMI_0581\"\n            },\n            {\n                \"essid\": \"Audi_MMI_0586\"\n            },\n            {\n                \"essid\": \"Audi_MMI_0588\"\n            },\n            {\n                \"essid\": \"Audi_MMI_0617\"\n            },\n            {\n                \"essid\": \"Audi_MMI_0644\"\n            },\n            {\n                \"essid\": \"Audi_MMI_0645\"\n            },\n            {\n                \"essid\": \"Audi_MMI_0716\"\n            },\n            {\n                \"essid\": \"Audi_MMI_0725\"\n            },\n            {\n                \"essid\": \"Audi_MMI_0730\"\n            },\n            {\n                \"essid\": \"Audi_MMI_0752\"\n            },\n            {\n                \"essid\": \"Audi_MMI_0797\"\n            },\n            {\n                \"essid\": \"Audi_MMI_0798\"\n            },\n            {\n                \"essid\": \"Audi_MMI_0829\"\n            },\n            {\n                \"essid\": \"Audi_MMI_0853\"\n            },\n            {\n                \"essid\": \"Audi_MMI_0864\"\n            },\n            {\n                \"essid\": \"Audi_MMI_0868\"\n            },\n            {\n                \"essid\": \"Audi_MMI_0943\"\n            },\n            {\n                \"essid\": \"Audi_MMI_0945\"\n            },\n            {\n                \"essid\": \"Audi_MMI_0949\"\n            },\n            {\n                \"essid\": \"Audi_MMI_0972\"\n            },\n            {\n                \"essid\": \"Audi_MMI_0978\"\n            },\n            {\n                \"essid\": \"Audi_MMI_0981\"\n            },\n            {\n                \"essid\": \"Audi_MMI_1007\"\n            },\n            {\n                \"essid\": \"Audi_MMI_1014\"\n            },\n            {\n                \"essid\": \"Audi_MMI_1015\"\n            },\n            {\n                \"essid\": \"Audi_MMI_1016\"\n            },\n            {\n                \"essid\": \"Audi_MMI_1027\"\n            },\n            {\n                \"essid\": \"Audi_MMI_1049\"\n            },\n            {\n                \"essid\": \"Audi_MMI_1068\"\n            },\n            {\n                \"essid\": \"Audi_MMI_1073\"\n            },\n            {\n                \"essid\": \"Audi_MMI_1078\"\n            },\n            {\n                \"essid\": \"Audi_MMI_1080\"\n            },\n            {\n                \"essid\": \"Audi_MMI_1082\"\n            },\n            {\n                \"essid\": \"Audi_MMI_1115\"\n            },\n            {\n                \"essid\": \"Audi_MMI_1123\"\n            },\n            {\n                \"essid\": \"Audi_MMI_1125\"\n            },\n            {\n                \"essid\": \"Audi_MMI_1147\"\n            },\n            {\n                \"essid\": \"Audi_MMI_1160\"\n            },\n            {\n                \"essid\": \"Audi_MMI_1200\"\n            },\n            {\n                \"essid\": \"Audi_MMI_1218\"\n            },\n            {\n                \"essid\": \"Audi_MMI_1233\"\n            },\n            {\n                \"essid\": \"Audi_MMI_1261\"\n            },\n            {\n                \"essid\": \"Audi_MMI_1263\"\n            },\n            {\n                \"essid\": \"Audi_MMI_1291\"\n            },\n            {\n                \"essid\": \"Audi_MMI_1312\"\n            },\n            {\n                \"essid\": \"Audi_MMI_1320\"\n            },\n            {\n                \"essid\": \"Audi_MMI_1324\"\n            },\n            {\n                \"essid\": \"Audi_MMI_1337\"\n            },\n            {\n                \"essid\": \"Audi_MMI_1362\"\n            },\n            {\n                \"essid\": \"Audi_MMI_1401\"\n            },\n            {\n                \"essid\": \"Audi_MMI_1403\"\n            },\n            {\n                \"essid\": \"Audi_MMI_1411\"\n            },\n            {\n                \"essid\": \"Audi_MMI_1436\"\n            },\n            {\n                \"essid\": \"Audi_MMI_1437\"\n            },\n            {\n                \"essid\": \"Audi_MMI_1439\"\n            },\n            {\n                \"essid\": \"Audi_MMI_1465\"\n            },\n            {\n                \"essid\": \"Audi_MMI_1481\"\n            },\n            {\n                \"essid\": \"Audi_MMI_1504\"\n            },\n            {\n                \"essid\": \"Audi_MMI_1529\"\n            },\n            {\n                \"essid\": \"Audi_MMI_1551\"\n            },\n            {\n                \"essid\": \"Audi_MMI_1579\"\n            },\n            {\n                \"essid\": \"Audi_MMI_1587\"\n            },\n            {\n                \"essid\": \"Audi_MMI_1590\"\n            },\n            {\n                \"essid\": \"Audi_MMI_1596\"\n            },\n            {\n                \"essid\": \"Audi_MMI_1612\"\n            },\n            {\n                \"essid\": \"Audi_MMI_1617\"\n            },\n            {\n                \"essid\": \"Audi_MMI_1638\"\n            },\n            {\n                \"essid\": \"Audi_MMI_1640\"\n            },\n            {\n                \"essid\": \"Audi_MMI_1647\"\n            },\n            {\n                \"essid\": \"Audi_MMI_1651\"\n            },\n            {\n                \"essid\": \"Audi_MMI_1660\"\n            },\n            {\n                \"essid\": \"Audi_MMI_1666\"\n            },\n            {\n                \"essid\": \"Audi_MMI_1677\"\n            },\n            {\n                \"essid\": \"Audi_MMI_1709\"\n            },\n            {\n                \"essid\": \"Audi_MMI_1732\"\n            },\n            {\n                \"essid\": \"Audi_MMI_1770\"\n            },\n            {\n                \"essid\": \"Audi_MMI_1780\"\n            },\n            {\n                \"essid\": \"Audi_MMI_1790\"\n            },\n            {\n                \"essid\": \"Audi_MMI_1793\"\n            },\n            {\n                \"essid\": \"Audi_MMI_1800\"\n            },\n            {\n                \"essid\": \"Audi_MMI_1809\"\n            },\n            {\n                \"essid\": \"Audi_MMI_1812\"\n            },\n            {\n                \"essid\": \"Audi_MMI_1814\"\n            },\n            {\n                \"essid\": \"Audi_MMI_1820\"\n            },\n            {\n                \"essid\": \"Audi_MMI_1838\"\n            },\n            {\n                \"essid\": \"Audi_MMI_1851\"\n            },\n            {\n                \"essid\": \"Audi_MMI_1874\"\n            },\n            {\n                \"essid\": \"Audi_MMI_1881\"\n            },\n            {\n                \"essid\": \"Audi_MMI_1897\"\n            },\n            {\n                \"essid\": \"Audi_MMI_1933\"\n            },\n            {\n                \"essid\": \"Audi_MMI_1955\"\n            },\n            {\n                \"essid\": \"Audi_MMI_1960\"\n            },\n            {\n                \"essid\": \"Audi_MMI_1986\"\n            },\n            {\n                \"essid\": \"Audi_MMI_1988\"\n            },\n            {\n                \"essid\": \"Audi_MMI_1b7708\"\n            },\n            {\n                \"essid\": \"Audi_MMI_2009\"\n            },\n            {\n                \"essid\": \"Audi_MMI_2018\"\n            },\n            {\n                \"essid\": \"Audi_MMI_2042\"\n            },\n            {\n                \"essid\": \"Audi_MMI_2057\"\n            },\n            {\n                \"essid\": \"Audi_MMI_2060\"\n            },\n            {\n                \"essid\": \"Audi_MMI_2075\"\n            },\n            {\n                \"essid\": \"Audi_MMI_2078\"\n            },\n            {\n                \"essid\": \"Audi_MMI_2092\"\n            },\n            {\n                \"essid\": \"Audi_MMI_2126\"\n            },\n            {\n                \"essid\": \"Audi_MMI_2130\"\n            },\n            {\n                \"essid\": \"Audi_MMI_2143\"\n            },\n            {\n                \"essid\": \"Audi_MMI_2149\"\n            },\n            {\n                \"essid\": \"Audi_MMI_2164\"\n            },\n            {\n                \"essid\": \"Audi_MMI_2176\"\n            },\n            {\n                \"essid\": \"Audi_MMI_2183\"\n            },\n            {\n                \"essid\": \"Audi_MMI_2191\"\n            },\n            {\n                \"essid\": \"Audi_MMI_2196\"\n            },\n            {\n                \"essid\": \"Audi_MMI_2228\"\n            },\n            {\n                \"essid\": \"Audi_MMI_2241\"\n            },\n            {\n                \"essid\": \"Audi_MMI_2248\"\n            },\n            {\n                \"essid\": \"Audi_MMI_2256\"\n            },\n            {\n                \"essid\": \"Audi_MMI_2265\"\n            },\n            {\n                \"essid\": \"Audi_MMI_2316\"\n            },\n            {\n                \"essid\": \"Audi_MMI_2320\"\n            },\n            {\n                \"essid\": \"Audi_MMI_2323\"\n            },\n            {\n                \"essid\": \"Audi_MMI_2324\"\n            },\n            {\n                \"essid\": \"Audi_MMI_2325\"\n            },\n            {\n                \"essid\": \"Audi_MMI_2334\"\n            },\n            {\n                \"essid\": \"Audi_MMI_2350\"\n            },\n            {\n                \"essid\": \"Audi_MMI_2365\"\n            },\n            {\n                \"essid\": \"Audi_MMI_2367\"\n            },\n            {\n                \"essid\": \"Audi_MMI_2375\"\n            },\n            {\n                \"essid\": \"Audi_MMI_2383\"\n            },\n            {\n                \"essid\": \"Audi_MMI_2389\"\n            },\n            {\n                \"essid\": \"Audi_MMI_2397\"\n            },\n            {\n                \"essid\": \"Audi_MMI_2411\"\n            },\n            {\n                \"essid\": \"Audi_MMI_2433\"\n            },\n            {\n                \"essid\": \"Audi_MMI_2435\"\n            },\n            {\n                \"essid\": \"Audi_MMI_2444\"\n            },\n            {\n                \"essid\": \"Audi_MMI_2448\"\n            },\n            {\n                \"essid\": \"Audi_MMI_2449\"\n            },\n            {\n                \"essid\": \"Audi_MMI_2464\"\n            },\n            {\n                \"essid\": \"Audi_MMI_2467\"\n            },\n            {\n                \"essid\": \"Audi_MMI_2480\"\n            },\n            {\n                \"essid\": \"Audi_MMI_2501\"\n            },\n            {\n                \"essid\": \"Audi_MMI_2522\"\n            },\n            {\n                \"essid\": \"Audi_MMI_2570\"\n            },\n            {\n                \"essid\": \"Audi_MMI_2580\"\n            },\n            {\n                \"essid\": \"Audi_MMI_2607\"\n            },\n            {\n                \"essid\": \"Audi_MMI_2639\"\n            },\n            {\n                \"essid\": \"Audi_MMI_2666\"\n            },\n            {\n                \"essid\": \"Audi_MMI_2680\"\n            },\n            {\n                \"essid\": \"Audi_MMI_2694\"\n            },\n            {\n                \"essid\": \"Audi_MMI_2766\"\n            },\n            {\n                \"essid\": \"Audi_MMI_2824\"\n            },\n            {\n                \"essid\": \"Audi_MMI_2855\"\n            },\n            {\n                \"essid\": \"Audi_MMI_2872\"\n            },\n            {\n                \"essid\": \"Audi_MMI_2877\"\n            },\n            {\n                \"essid\": \"Audi_MMI_2924\"\n            },\n            {\n                \"essid\": \"Audi_MMI_2945\"\n            },\n            {\n                \"essid\": \"Audi_MMI_2946\"\n            },\n            {\n                \"essid\": \"Audi_MMI_2950\"\n            },\n            {\n                \"essid\": \"Audi_MMI_2974\"\n            },\n            {\n                \"essid\": \"Audi_MMI_2984\"\n            },\n            {\n                \"essid\": \"Audi_MMI_2996\"\n            },\n            {\n                \"essid\": \"Audi_MMI_3004\"\n            },\n            {\n                \"essid\": \"Audi_MMI_3019\"\n            },\n            {\n                \"essid\": \"Audi_MMI_3043\"\n            },\n            {\n                \"essid\": \"Audi_MMI_3049\"\n            },\n            {\n                \"essid\": \"Audi_MMI_3060\"\n            },\n            {\n                \"essid\": \"Audi_MMI_3098\"\n            },\n            {\n                \"essid\": \"Audi_MMI_3105\"\n            },\n            {\n                \"essid\": \"Audi_MMI_3125\"\n            },\n            {\n                \"essid\": \"Audi_MMI_3153\"\n            },\n            {\n                \"essid\": \"Audi_MMI_3190\"\n            },\n            {\n                \"essid\": \"Audi_MMI_3255\"\n            },\n            {\n                \"essid\": \"Audi_MMI_3283\"\n            },\n            {\n                \"essid\": \"Audi_MMI_3290\"\n            },\n            {\n                \"essid\": \"Audi_MMI_3313\"\n            },\n            {\n                \"essid\": \"Audi_MMI_3317\"\n            },\n            {\n                \"essid\": \"Audi_MMI_3340\"\n            },\n            {\n                \"essid\": \"Audi_MMI_3364\"\n            },\n            {\n                \"essid\": \"Audi_MMI_3370\"\n            },\n            {\n                \"essid\": \"Audi_MMI_3377\"\n            },\n            {\n                \"essid\": \"Audi_MMI_3410\"\n            },\n            {\n                \"essid\": \"Audi_MMI_3426\"\n            },\n            {\n                \"essid\": \"Audi_MMI_3429\"\n            },\n            {\n                \"essid\": \"Audi_MMI_3450\"\n            },\n            {\n                \"essid\": \"Audi_MMI_3455\"\n            },\n            {\n                \"essid\": \"Audi_MMI_3466\"\n            },\n            {\n                \"essid\": \"Audi_MMI_3478\"\n            },\n            {\n                \"essid\": \"Audi_MMI_3484\"\n            },\n            {\n                \"essid\": \"Audi_MMI_3487\"\n            },\n            {\n                \"essid\": \"Audi_MMI_3533\"\n            },\n            {\n                \"essid\": \"Audi_MMI_3550\"\n            },\n            {\n                \"essid\": \"Audi_MMI_3615\"\n            },\n            {\n                \"essid\": \"Audi_MMI_3683\"\n            },\n            {\n                \"essid\": \"Audi_MMI_3688\"\n            },\n            {\n                \"essid\": \"Audi_MMI_3719\"\n            },\n            {\n                \"essid\": \"Audi_MMI_3731\"\n            },\n            {\n                \"essid\": \"Audi_MMI_3751\"\n            },\n            {\n                \"essid\": \"Audi_MMI_3756\"\n            },\n            {\n                \"essid\": \"Audi_MMI_3774\"\n            },\n            {\n                \"essid\": \"Audi_MMI_3794\"\n            },\n            {\n                \"essid\": \"Audi_MMI_3806\"\n            },\n            {\n                \"essid\": \"Audi_MMI_3818\"\n            },\n            {\n                \"essid\": \"Audi_MMI_3864\"\n            },\n            {\n                \"essid\": \"Audi_MMI_3902\"\n            },\n            {\n                \"essid\": \"Audi_MMI_3922\"\n            },\n            {\n                \"essid\": \"Audi_MMI_3924\"\n            },\n            {\n                \"essid\": \"Audi_MMI_3942\"\n            },\n            {\n                \"essid\": \"Audi_MMI_3950\"\n            },\n            {\n                \"essid\": \"Audi_MMI_3987\"\n            },\n            {\n                \"essid\": \"Audi_MMI_3994\"\n            },\n            {\n                \"essid\": \"Audi_MMI_3bafca\"\n            },\n            {\n                \"essid\": \"Audi_MMI_3f1692\"\n            },\n            {\n                \"essid\": \"Audi_MMI_4018\"\n            },\n            {\n                \"essid\": \"Audi_MMI_4028\"\n            },\n            {\n                \"essid\": \"Audi_MMI_4030\"\n            },\n            {\n                \"essid\": \"Audi_MMI_4033\"\n            },\n            {\n                \"essid\": \"Audi_MMI_4056\"\n            },\n            {\n                \"essid\": \"Audi_MMI_4057\"\n            },\n            {\n                \"essid\": \"Audi_MMI_40fb2e\"\n            },\n            {\n                \"essid\": \"Audi_MMI_4105\"\n            },\n            {\n                \"essid\": \"Audi_MMI_4110\"\n            },\n            {\n                \"essid\": \"Audi_MMI_4112\"\n            },\n            {\n                \"essid\": \"Audi_MMI_4124\"\n            },\n            {\n                \"essid\": \"Audi_MMI_4126\"\n            },\n            {\n                \"essid\": \"Audi_MMI_4128\"\n            },\n            {\n                \"essid\": \"Audi_MMI_4154\"\n            },\n            {\n                \"essid\": \"Audi_MMI_4160\"\n            },\n            {\n                \"essid\": \"Audi_MMI_4168\"\n            },\n            {\n                \"essid\": \"Audi_MMI_4177\"\n            },\n            {\n                \"essid\": \"Audi_MMI_4184\"\n            },\n            {\n                \"essid\": \"Audi_MMI_4207\"\n            },\n            {\n                \"essid\": \"Audi_MMI_4219\"\n            },\n            {\n                \"essid\": \"Audi_MMI_4238\"\n            },\n            {\n                \"essid\": \"Audi_MMI_4241\"\n            },\n            {\n                \"essid\": \"Audi_MMI_4255\"\n            },\n            {\n                \"essid\": \"Audi_MMI_4259\"\n            },\n            {\n                \"essid\": \"Audi_MMI_4304\"\n            },\n            {\n                \"essid\": \"Audi_MMI_4311\"\n            },\n            {\n                \"essid\": \"Audi_MMI_4333\"\n            },\n            {\n                \"essid\": \"Audi_MMI_4353\"\n            },\n            {\n                \"essid\": \"Audi_MMI_4355\"\n            },\n            {\n                \"essid\": \"Audi_MMI_4364\"\n            },\n            {\n                \"essid\": \"Audi_MMI_4398\"\n            },\n            {\n                \"essid\": \"Audi_MMI_4413\"\n            },\n            {\n                \"essid\": \"Audi_MMI_4423\"\n            },\n            {\n                \"essid\": \"Audi_MMI_4439\"\n            },\n            {\n                \"essid\": \"Audi_MMI_4458\"\n            },\n            {\n                \"essid\": \"Audi_MMI_4488\"\n            },\n            {\n                \"essid\": \"Audi_MMI_4521\"\n            },\n            {\n                \"essid\": \"Audi_MMI_4546\"\n            },\n            {\n                \"essid\": \"Audi_MMI_4578\"\n            },\n            {\n                \"essid\": \"Audi_MMI_4588\"\n            },\n            {\n                \"essid\": \"Audi_MMI_4600\"\n            },\n            {\n                \"essid\": \"Audi_MMI_4617\"\n            },\n            {\n                \"essid\": \"Audi_MMI_4623\"\n            },\n            {\n                \"essid\": \"Audi_MMI_4630\"\n            },\n            {\n                \"essid\": \"Audi_MMI_4644\"\n            },\n            {\n                \"essid\": \"Audi_MMI_4648\"\n            },\n            {\n                \"essid\": \"Audi_MMI_4703\"\n            },\n            {\n                \"essid\": \"Audi_MMI_4725\"\n            },\n            {\n                \"essid\": \"Audi_MMI_4744\"\n            },\n            {\n                \"essid\": \"Audi_MMI_4749\"\n            },\n            {\n                \"essid\": \"Audi_MMI_4755\"\n            },\n            {\n                \"essid\": \"Audi_MMI_4766\"\n            },\n            {\n                \"essid\": \"Audi_MMI_4785\"\n            },\n            {\n                \"essid\": \"Audi_MMI_4792\"\n            },\n            {\n                \"essid\": \"Audi_MMI_4823\"\n            },\n            {\n                \"essid\": \"Audi_MMI_4831\"\n            },\n            {\n                \"essid\": \"Audi_MMI_4873\"\n            },\n            {\n                \"essid\": \"Audi_MMI_4874\"\n            },\n            {\n                \"essid\": \"Audi_MMI_4875\"\n            },\n            {\n                \"essid\": \"Audi_MMI_4890\"\n            },\n            {\n                \"essid\": \"Audi_MMI_4903\"\n            },\n            {\n                \"essid\": \"Audi_MMI_4912\"\n            },\n            {\n                \"essid\": \"Audi_MMI_4940\"\n            },\n            {\n                \"essid\": \"Audi_MMI_4945\"\n            },\n            {\n                \"essid\": \"Audi_MMI_4b6ffb\"\n            },\n            {\n                \"essid\": \"Audi_MMI_4e05d9\"\n            },\n            {\n                \"essid\": \"Audi_MMI_5015\"\n            },\n            {\n                \"essid\": \"Audi_MMI_5022\"\n            },\n            {\n                \"essid\": \"Audi_MMI_5040\"\n            },\n            {\n                \"essid\": \"Audi_MMI_5064\"\n            },\n            {\n                \"essid\": \"Audi_MMI_5083\"\n            },\n            {\n                \"essid\": \"Audi_MMI_5093\"\n            },\n            {\n                \"essid\": \"Audi_MMI_5096\"\n            },\n            {\n                \"essid\": \"Audi_MMI_5114\"\n            },\n            {\n                \"essid\": \"Audi_MMI_5137\"\n            },\n            {\n                \"essid\": \"Audi_MMI_5176\"\n            },\n            {\n                \"essid\": \"Audi_MMI_5185\"\n            },\n            {\n                \"essid\": \"Audi_MMI_51e521\"\n            },\n            {\n                \"essid\": \"Audi_MMI_51fe1f\"\n            },\n            {\n                \"essid\": \"Audi_MMI_5236\"\n            },\n            {\n                \"essid\": \"Audi_MMI_5241\"\n            },\n            {\n                \"essid\": \"Audi_MMI_5247\"\n            },\n            {\n                \"essid\": \"Audi_MMI_5266\"\n            },\n            {\n                \"essid\": \"Audi_MMI_5276\"\n            },\n            {\n                \"essid\": \"Audi_MMI_5279\"\n            },\n            {\n                \"essid\": \"Audi_MMI_5287\"\n            },\n            {\n                \"essid\": \"Audi_MMI_5300\"\n            },\n            {\n                \"essid\": \"Audi_MMI_5306\"\n            },\n            {\n                \"essid\": \"Audi_MMI_5322\"\n            },\n            {\n                \"essid\": \"Audi_MMI_5359\"\n            },\n            {\n                \"essid\": \"Audi_MMI_5420\"\n            },\n            {\n                \"essid\": \"Audi_MMI_5464\"\n            },\n            {\n                \"essid\": \"Audi_MMI_5474\"\n            },\n            {\n                \"essid\": \"Audi_MMI_5505\"\n            },\n            {\n                \"essid\": \"Audi_MMI_5534\"\n            },\n            {\n                \"essid\": \"Audi_MMI_5545\"\n            },\n            {\n                \"essid\": \"Audi_MMI_5553\"\n            },\n            {\n                \"essid\": \"Audi_MMI_5554\"\n            },\n            {\n                \"essid\": \"Audi_MMI_5555\"\n            },\n            {\n                \"essid\": \"Audi_MMI_5573\"\n            },\n            {\n                \"essid\": \"Audi_MMI_5578\"\n            },\n            {\n                \"essid\": \"Audi_MMI_5606\"\n            },\n            {\n                \"essid\": \"Audi_MMI_5625\"\n            },\n            {\n                \"essid\": \"Audi_MMI_5627\"\n            },\n            {\n                \"essid\": \"Audi_MMI_5640\"\n            },\n            {\n                \"essid\": \"Audi_MMI_5650\"\n            },\n            {\n                \"essid\": \"Audi_MMI_5657\"\n            },\n            {\n                \"essid\": \"Audi_MMI_5666\"\n            },\n            {\n                \"essid\": \"Audi_MMI_5682\"\n            },\n            {\n                \"essid\": \"Audi_MMI_5700\"\n            },\n            {\n                \"essid\": \"Audi_MMI_5711\"\n            },\n            {\n                \"essid\": \"Audi_MMI_5729\"\n            },\n            {\n                \"essid\": \"Audi_MMI_5746\"\n            },\n            {\n                \"essid\": \"Audi_MMI_5767\"\n            },\n            {\n                \"essid\": \"Audi_MMI_5811\"\n            },\n            {\n                \"essid\": \"Audi_MMI_5816\"\n            },\n            {\n                \"essid\": \"Audi_MMI_5824\"\n            },\n            {\n                \"essid\": \"Audi_MMI_5840\"\n            },\n            {\n                \"essid\": \"Audi_MMI_5851\"\n            },\n            {\n                \"essid\": \"Audi_MMI_5857\"\n            },\n            {\n                \"essid\": \"Audi_MMI_5864\"\n            },\n            {\n                \"essid\": \"Audi_MMI_5890\"\n            },\n            {\n                \"essid\": \"Audi_MMI_5891\"\n            },\n            {\n                \"essid\": \"Audi_MMI_5896\"\n            },\n            {\n                \"essid\": \"Audi_MMI_5941\"\n            },\n            {\n                \"essid\": \"Audi_MMI_5948\"\n            },\n            {\n                \"essid\": \"Audi_MMI_5950\"\n            },\n            {\n                \"essid\": \"Audi_MMI_5954\"\n            },\n            {\n                \"essid\": \"Audi_MMI_5963\"\n            },\n            {\n                \"essid\": \"Audi_MMI_5964\"\n            },\n            {\n                \"essid\": \"Audi_MMI_5970\"\n            },\n            {\n                \"essid\": \"Audi_MMI_5972\"\n            },\n            {\n                \"essid\": \"Audi_MMI_5999\"\n            },\n            {\n                \"essid\": \"Audi_MMI_6012\"\n            },\n            {\n                \"essid\": \"Audi_MMI_6052\"\n            },\n            {\n                \"essid\": \"Audi_MMI_6070\"\n            },\n            {\n                \"essid\": \"Audi_MMI_6071\"\n            },\n            {\n                \"essid\": \"Audi_MMI_6094\"\n            },\n            {\n                \"essid\": \"Audi_MMI_6101\"\n            },\n            {\n                \"essid\": \"Audi_MMI_6112\"\n            },\n            {\n                \"essid\": \"Audi_MMI_6125\"\n            },\n            {\n                \"essid\": \"Audi_MMI_6132\"\n            },\n            {\n                \"essid\": \"Audi_MMI_6147\"\n            },\n            {\n                \"essid\": \"Audi_MMI_6170\"\n            },\n            {\n                \"essid\": \"Audi_MMI_6171\"\n            },\n            {\n                \"essid\": \"Audi_MMI_6193\"\n            },\n            {\n                \"essid\": \"Audi_MMI_6260\"\n            },\n            {\n                \"essid\": \"Audi_MMI_6262\"\n            },\n            {\n                \"essid\": \"Audi_MMI_6290\"\n            },\n            {\n                \"essid\": \"Audi_MMI_6294\"\n            },\n            {\n                \"essid\": \"Audi_MMI_6298\"\n            },\n            {\n                \"essid\": \"Audi_MMI_6301\"\n            },\n            {\n                \"essid\": \"Audi_MMI_6345\"\n            },\n            {\n                \"essid\": \"Audi_MMI_6350\"\n            },\n            {\n                \"essid\": \"Audi_MMI_6354\"\n            },\n            {\n                \"essid\": \"Audi_MMI_6365\"\n            },\n            {\n                \"essid\": \"Audi_MMI_6366\"\n            },\n            {\n                \"essid\": \"Audi_MMI_6369\"\n            },\n            {\n                \"essid\": \"Audi_MMI_6373\"\n            },\n            {\n                \"essid\": \"Audi_MMI_6383\"\n            },\n            {\n                \"essid\": \"Audi_MMI_6384\"\n            },\n            {\n                \"essid\": \"Audi_MMI_6386\"\n            },\n            {\n                \"essid\": \"Audi_MMI_6470\"\n            },\n            {\n                \"essid\": \"Audi_MMI_6474\"\n            },\n            {\n                \"essid\": \"Audi_MMI_6490\"\n            },\n            {\n                \"essid\": \"Audi_MMI_6503\"\n            },\n            {\n                \"essid\": \"Audi_MMI_6514\"\n            },\n            {\n                \"essid\": \"Audi_MMI_6568\"\n            },\n            {\n                \"essid\": \"Audi_MMI_6584\"\n            },\n            {\n                \"essid\": \"Audi_MMI_6618\"\n            },\n            {\n                \"essid\": \"Audi_MMI_6621\"\n            },\n            {\n                \"essid\": \"Audi_MMI_6646\"\n            },\n            {\n                \"essid\": \"Audi_MMI_6680\"\n            },\n            {\n                \"essid\": \"Audi_MMI_6684\"\n            },\n            {\n                \"essid\": \"Audi_MMI_6685\"\n            },\n            {\n                \"essid\": \"Audi_MMI_6693\"\n            },\n            {\n                \"essid\": \"Audi_MMI_6698\"\n            },\n            {\n                \"essid\": \"Audi_MMI_6715\"\n            },\n            {\n                \"essid\": \"Audi_MMI_6719\"\n            },\n            {\n                \"essid\": \"Audi_MMI_6724\"\n            },\n            {\n                \"essid\": \"Audi_MMI_6756\"\n            },\n            {\n                \"essid\": \"Audi_MMI_6761\"\n            },\n            {\n                \"essid\": \"Audi_MMI_6789\"\n            },\n            {\n                \"essid\": \"Audi_MMI_6820\"\n            },\n            {\n                \"essid\": \"Audi_MMI_6866\"\n            },\n            {\n                \"essid\": \"Audi_MMI_6892\"\n            },\n            {\n                \"essid\": \"Audi_MMI_6901\"\n            },\n            {\n                \"essid\": \"Audi_MMI_6921\"\n            },\n            {\n                \"essid\": \"Audi_MMI_6926\"\n            },\n            {\n                \"essid\": \"Audi_MMI_6952\"\n            },\n            {\n                \"essid\": \"Audi_MMI_6958\"\n            },\n            {\n                \"essid\": \"Audi_MMI_6960\"\n            },\n            {\n                \"essid\": \"Audi_MMI_6d74d4\"\n            },\n            {\n                \"essid\": \"Audi_MMI_6e85e5\"\n            },\n            {\n                \"essid\": \"Audi_MMI_6e9de7\"\n            },\n            {\n                \"essid\": \"Audi_MMI_7019\"\n            },\n            {\n                \"essid\": \"Audi_MMI_7052\"\n            },\n            {\n                \"essid\": \"Audi_MMI_7064\"\n            },\n            {\n                \"essid\": \"Audi_MMI_7089\"\n            },\n            {\n                \"essid\": \"Audi_MMI_7134\"\n            },\n            {\n                \"essid\": \"Audi_MMI_7138\"\n            },\n            {\n                \"essid\": \"Audi_MMI_7201\"\n            },\n            {\n                \"essid\": \"Audi_MMI_7211\"\n            },\n            {\n                \"essid\": \"Audi_MMI_7239\"\n            },\n            {\n                \"essid\": \"Audi_MMI_7241\"\n            },\n            {\n                \"essid\": \"Audi_MMI_7269\"\n            },\n            {\n                \"essid\": \"Audi_MMI_7277\"\n            },\n            {\n                \"essid\": \"Audi_MMI_7278\"\n            },\n            {\n                \"essid\": \"Audi_MMI_7289\"\n            },\n            {\n                \"essid\": \"Audi_MMI_7322\"\n            },\n            {\n                \"essid\": \"Audi_MMI_7325\"\n            },\n            {\n                \"essid\": \"Audi_MMI_7328\"\n            },\n            {\n                \"essid\": \"Audi_MMI_7337\"\n            },\n            {\n                \"essid\": \"Audi_MMI_7345\"\n            },\n            {\n                \"essid\": \"Audi_MMI_7347\"\n            },\n            {\n                \"essid\": \"Audi_MMI_7365\"\n            },\n            {\n                \"essid\": \"Audi_MMI_7439\"\n            },\n            {\n                \"essid\": \"Audi_MMI_7452\"\n            },\n            {\n                \"essid\": \"Audi_MMI_7482\"\n            },\n            {\n                \"essid\": \"Audi_MMI_7518\"\n            },\n            {\n                \"essid\": \"Audi_MMI_7528\"\n            },\n            {\n                \"essid\": \"Audi_MMI_7544\"\n            },\n            {\n                \"essid\": \"Audi_MMI_7565\"\n            },\n            {\n                \"essid\": \"Audi_MMI_7575\"\n            },\n            {\n                \"essid\": \"Audi_MMI_7576\"\n            },\n            {\n                \"essid\": \"Audi_MMI_7604\"\n            },\n            {\n                \"essid\": \"Audi_MMI_7613\"\n            },\n            {\n                \"essid\": \"Audi_MMI_7626\"\n            },\n            {\n                \"essid\": \"Audi_MMI_7638\"\n            },\n            {\n                \"essid\": \"Audi_MMI_7649\"\n            },\n            {\n                \"essid\": \"Audi_MMI_7659\"\n            },\n            {\n                \"essid\": \"Audi_MMI_7734\"\n            },\n            {\n                \"essid\": \"Audi_MMI_7751\"\n            },\n            {\n                \"essid\": \"Audi_MMI_7781\"\n            },\n            {\n                \"essid\": \"Audi_MMI_7792\"\n            },\n            {\n                \"essid\": \"Audi_MMI_7806\"\n            },\n            {\n                \"essid\": \"Audi_MMI_7824\"\n            },\n            {\n                \"essid\": \"Audi_MMI_7825\"\n            },\n            {\n                \"essid\": \"Audi_MMI_7839\"\n            },\n            {\n                \"essid\": \"Audi_MMI_7865\"\n            },\n            {\n                \"essid\": \"Audi_MMI_7871\"\n            },\n            {\n                \"essid\": \"Audi_MMI_7872\"\n            },\n            {\n                \"essid\": \"Audi_MMI_7950\"\n            },\n            {\n                \"essid\": \"Audi_MMI_7995\"\n            },\n            {\n                \"essid\": \"Audi_MMI_7997\"\n            },\n            {\n                \"essid\": \"Audi_MMI_7b1ef7\"\n            },\n            {\n                \"essid\": \"Audi_MMI_8006\"\n            },\n            {\n                \"essid\": \"Audi_MMI_8013\"\n            },\n            {\n                \"essid\": \"Audi_MMI_8023\"\n            },\n            {\n                \"essid\": \"Audi_MMI_8056\"\n            },\n            {\n                \"essid\": \"Audi_MMI_8067\"\n            },\n            {\n                \"essid\": \"Audi_MMI_8070\"\n            },\n            {\n                \"essid\": \"Audi_MMI_8071\"\n            },\n            {\n                \"essid\": \"Audi_MMI_8107\"\n            },\n            {\n                \"essid\": \"Audi_MMI_8120\"\n            },\n            {\n                \"essid\": \"Audi_MMI_8138\"\n            },\n            {\n                \"essid\": \"Audi_MMI_8164\"\n            },\n            {\n                \"essid\": \"Audi_MMI_8168\"\n            },\n            {\n                \"essid\": \"Audi_MMI_8179\"\n            },\n            {\n                \"essid\": \"Audi_MMI_8194\"\n            },\n            {\n                \"essid\": \"Audi_MMI_8205\"\n            },\n            {\n                \"essid\": \"Audi_MMI_8247\"\n            },\n            {\n                \"essid\": \"Audi_MMI_8269\"\n            },\n            {\n                \"essid\": \"Audi_MMI_8277\"\n            },\n            {\n                \"essid\": \"Audi_MMI_8309\"\n            },\n            {\n                \"essid\": \"Audi_MMI_8322\"\n            },\n            {\n                \"essid\": \"Audi_MMI_8377\"\n            },\n            {\n                \"essid\": \"Audi_MMI_8408\"\n            },\n            {\n                \"essid\": \"Audi_MMI_8449\"\n            },\n            {\n                \"essid\": \"Audi_MMI_8458\"\n            },\n            {\n                \"essid\": \"Audi_MMI_8460\"\n            },\n            {\n                \"essid\": \"Audi_MMI_8475\"\n            },\n            {\n                \"essid\": \"Audi_MMI_8489\"\n            },\n            {\n                \"essid\": \"Audi_MMI_8509\"\n            },\n            {\n                \"essid\": \"Audi_MMI_8538\"\n            },\n            {\n                \"essid\": \"Audi_MMI_8546\"\n            },\n            {\n                \"essid\": \"Audi_MMI_8548\"\n            },\n            {\n                \"essid\": \"Audi_MMI_8565\"\n            },\n            {\n                \"essid\": \"Audi_MMI_8581\"\n            },\n            {\n                \"essid\": \"Audi_MMI_8627\"\n            },\n            {\n                \"essid\": \"Audi_MMI_8640\"\n            },\n            {\n                \"essid\": \"Audi_MMI_8643\"\n            },\n            {\n                \"essid\": \"Audi_MMI_8661\"\n            },\n            {\n                \"essid\": \"Audi_MMI_8693\"\n            },\n            {\n                \"essid\": \"Audi_MMI_8764\"\n            },\n            {\n                \"essid\": \"Audi_MMI_8779\"\n            },\n            {\n                \"essid\": \"Audi_MMI_8809\"\n            },\n            {\n                \"essid\": \"Audi_MMI_8826\"\n            },\n            {\n                \"essid\": \"Audi_MMI_8829\"\n            },\n            {\n                \"essid\": \"Audi_MMI_8830\"\n            },\n            {\n                \"essid\": \"Audi_MMI_8847\"\n            },\n            {\n                \"essid\": \"Audi_MMI_8878\"\n            },\n            {\n                \"essid\": \"Audi_MMI_8925\"\n            },\n            {\n                \"essid\": \"Audi_MMI_8931\"\n            },\n            {\n                \"essid\": \"Audi_MMI_8956\"\n            },\n            {\n                \"essid\": \"Audi_MMI_8971\"\n            },\n            {\n                \"essid\": \"Audi_MMI_8994\"\n            },\n            {\n                \"essid\": \"Audi_MMI_8db2ee\"\n            },\n            {\n                \"essid\": \"Audi_MMI_9023\"\n            },\n            {\n                \"essid\": \"Audi_MMI_9046\"\n            },\n            {\n                \"essid\": \"Audi_MMI_9049\"\n            },\n            {\n                \"essid\": \"Audi_MMI_9051\"\n            },\n            {\n                \"essid\": \"Audi_MMI_9054\"\n            },\n            {\n                \"essid\": \"Audi_MMI_9076\"\n            },\n            {\n                \"essid\": \"Audi_MMI_9095\"\n            },\n            {\n                \"essid\": \"Audi_MMI_9110\"\n            },\n            {\n                \"essid\": \"Audi_MMI_9163\"\n            },\n            {\n                \"essid\": \"Audi_MMI_9169\"\n            },\n            {\n                \"essid\": \"Audi_MMI_9172\"\n            },\n            {\n                \"essid\": \"Audi_MMI_9176\"\n            },\n            {\n                \"essid\": \"Audi_MMI_9184\"\n            },\n            {\n                \"essid\": \"Audi_MMI_9185\"\n            },\n            {\n                \"essid\": \"Audi_MMI_9190\"\n            },\n            {\n                \"essid\": \"Audi_MMI_9206\"\n            },\n            {\n                \"essid\": \"Audi_MMI_9224\"\n            },\n            {\n                \"essid\": \"Audi_MMI_9230\"\n            },\n            {\n                \"essid\": \"Audi_MMI_9236\"\n            },\n            {\n                \"essid\": \"Audi_MMI_9250\"\n            },\n            {\n                \"essid\": \"Audi_MMI_9253\"\n            },\n            {\n                \"essid\": \"Audi_MMI_9272\"\n            },\n            {\n                \"essid\": \"Audi_MMI_9274\"\n            },\n            {\n                \"essid\": \"Audi_MMI_9280\"\n            },\n            {\n                \"essid\": \"Audi_MMI_9316\"\n            },\n            {\n                \"essid\": \"Audi_MMI_9320\"\n            },\n            {\n                \"essid\": \"Audi_MMI_9327\"\n            },\n            {\n                \"essid\": \"Audi_MMI_9330\"\n            },\n            {\n                \"essid\": \"Audi_MMI_9342\"\n            },\n            {\n                \"essid\": \"Audi_MMI_9354\"\n            },\n            {\n                \"essid\": \"Audi_MMI_9369\"\n            },\n            {\n                \"essid\": \"Audi_MMI_93cd9a\"\n            },\n            {\n                \"essid\": \"Audi_MMI_93d030\"\n            },\n            {\n                \"essid\": \"Audi_MMI_93e58e\"\n            },\n            {\n                \"essid\": \"Audi_MMI_940272\"\n            },\n            {\n                \"essid\": \"Audi_MMI_943d5c\"\n            },\n            {\n                \"essid\": \"Audi_MMI_9449\"\n            },\n            {\n                \"essid\": \"Audi_MMI_944ff6\"\n            },\n            {\n                \"essid\": \"Audi_MMI_9470\"\n            },\n            {\n                \"essid\": \"Audi_MMI_9480\"\n            },\n            {\n                \"essid\": \"Audi_MMI_9485\"\n            },\n            {\n                \"essid\": \"Audi_MMI_9501\"\n            },\n            {\n                \"essid\": \"Audi_MMI_9505\"\n            },\n            {\n                \"essid\": \"Audi_MMI_9506\"\n            },\n            {\n                \"essid\": \"Audi_MMI_9518\"\n            },\n            {\n                \"essid\": \"Audi_MMI_9528\"\n            },\n            {\n                \"essid\": \"Audi_MMI_9539\"\n            },\n            {\n                \"essid\": \"Audi_MMI_9550\"\n            },\n            {\n                \"essid\": \"Audi_MMI_9565\"\n            },\n            {\n                \"essid\": \"Audi_MMI_9570\"\n            },\n            {\n                \"essid\": \"Audi_MMI_9583\"\n            },\n            {\n                \"essid\": \"Audi_MMI_9584\"\n            },\n            {\n                \"essid\": \"Audi_MMI_9591\"\n            },\n            {\n                \"essid\": \"Audi_MMI_9605\"\n            },\n            {\n                \"essid\": \"Audi_MMI_9636\"\n            },\n            {\n                \"essid\": \"Audi_MMI_9647\"\n            },\n            {\n                \"essid\": \"Audi_MMI_9654\"\n            },\n            {\n                \"essid\": \"Audi_MMI_9659\"\n            },\n            {\n                \"essid\": \"Audi_MMI_9700\"\n            },\n            {\n                \"essid\": \"Audi_MMI_9706\"\n            },\n            {\n                \"essid\": \"Audi_MMI_9747\"\n            },\n            {\n                \"essid\": \"Audi_MMI_9754\"\n            },\n            {\n                \"essid\": \"Audi_MMI_9797\"\n            },\n            {\n                \"essid\": \"Audi_MMI_9808\"\n            },\n            {\n                \"essid\": \"Audi_MMI_9820\"\n            },\n            {\n                \"essid\": \"Audi_MMI_9850\"\n            },\n            {\n                \"essid\": \"Audi_MMI_9888\"\n            },\n            {\n                \"essid\": \"Audi_MMI_9894\"\n            },\n            {\n                \"essid\": \"Audi_MMI_9908\"\n            },\n            {\n                \"essid\": \"Audi_MMI_9915\"\n            },\n            {\n                \"essid\": \"Audi_MMI_9922\"\n            },\n            {\n                \"essid\": \"Audi_MMI_9926\"\n            },\n            {\n                \"essid\": \"Audi_MMI_9969\"\n            },\n            {\n                \"essid\": \"Audi_MMI_9995\"\n            },\n            {\n                \"essid\": \"Audi_MMI_A4\"\n            },\n            {\n                \"essid\": \"Audi_MMI_a7a042\"\n            },\n            {\n                \"essid\": \"Audi_MMI_b7021c\"\n            },\n            {\n                \"essid\": \"Audi_MMI_b9a29e\"\n            },\n            {\n                \"essid\": \"Audi_MMI_bad798\"\n            },\n            {\n                \"essid\": \"Audi_MMI_bdc898\"\n            },\n            {\n                \"essid\": \"Audi_MMI_c646ac\"\n            },\n            {\n                \"essid\": \"Audi_MMI_c64e48\"\n            },\n            {\n                \"essid\": \"Audi_MMI_c91bc8\"\n            },\n            {\n                \"essid\": \"Audi_MMI_c92b16\"\n            },\n            {\n                \"essid\": \"Audi_MMI_d15aa4\"\n            },\n            {\n                \"essid\": \"Audi_MMI_d16e66\"\n            },\n            {\n                \"essid\": \"Audi_MMI_d17126\"\n            },\n            {\n                \"essid\": \"Audi_MMI_d77fc3\"\n            },\n            {\n                \"essid\": \"Audi_MMI_d99167\"\n            },\n            {\n                \"essid\": \"Audi_MMI_e817bf\"\n            },\n            {\n                \"essid\": \"Audi_MMI_f01a7f\"\n            },\n            {\n                \"essid\": \"Audi_MMI_f2a77f\"\n            },\n            {\n                \"essid\": \"Audi_MMI_f48515\"\n            },\n            {\n                \"essid\": \"Audi_MMI_f7cf6d\"\n            },\n            {\n                \"essid\": \"Audi_MMI_S5\"\n            },\n            {\n                \"essid\": \"Audi_ondineMMI_2251\"\n            },\n            {\n                \"essid\": \"Audio System \"\n            },\n            {\n                \"essid\": \"AudiPETE\"\n            },\n            {\n                \"essid\": \"AudiQ3\"\n            },\n            {\n                \"essid\": \"Audi Q3\"\n            },\n            {\n                \"essid\": \"AudiQ5\"\n            },\n            {\n                \"essid\": \"Audi_Q8-Wifi\"\n            },\n            {\n                \"essid\": \"AUDIs4\"\n            },\n            {\n                \"essid\": \"AudiS5\"\n            },\n            {\n                \"essid\": \"Audi S6 max\"\n            },\n            {\n                \"essid\": \"Audi Sport\"\n            },\n            {\n                \"essid\": \"AudiSQ5\"\n            },\n            {\n                \"essid\": \"AUDI-SQ5\"\n            },\n            {\n                \"essid\": \"Auditor-Wifi\"\n            },\n            {\n                \"essid\": \"audreyvolt\"\n            },\n            {\n                \"essid\": \"AUEnergy\"\n            },\n            {\n                \"essid\": \"Auguste\"\n            },\n            {\n                \"essid\": \"augustin wifi\"\n            },\n            {\n                \"essid\": \"Aulakh’s iPhone\"\n            },\n            {\n                \"essid\": \"Aundrey 5000\"\n            },\n            {\n                \"essid\": \"AU Net\"\n            },\n            {\n                \"essid\": \"Aup j3\"\n            },\n            {\n                \"essid\": \"Aura Hardwoods Hotspot\"\n            },\n            {\n                \"essid\": \"aurelian2982\"\n            },\n            {\n                \"essid\": \"AUS1\"\n            },\n            {\n                \"essid\": \"AUSDhome\"\n            },\n            {\n                \"essid\": \"AUSDsupHotSpot\"\n            },\n            {\n                \"essid\": \"Aussie\"\n            },\n            {\n                \"essid\": \"Austin\"\n            },\n            {\n                \"essid\": \"Austin Apple\"\n            },\n            {\n                \"essid\": \"Austin Silverado\"\n            },\n            {\n                \"essid\": \"Austin’s iPhone\"\n            },\n            {\n                \"essid\": \"Austins Truck\"\n            },\n            {\n                \"essid\": \"Austins wifi\"\n            },\n            {\n                \"essid\": \"AustinsWifi\"\n            },\n            {\n                \"essid\": \"Austin Wifi\"\n            },\n            {\n                \"essid\": \"Austin Xfiniti\"\n            },\n            {\n                \"essid\": \"austisu\"\n            },\n            {\n                \"essid\": \"AUT-78303B016DC6\"\n            },\n            {\n                \"essid\": \"Authorized User’s iPhone\"\n            },\n            {\n                \"essid\": \"AutoBot_eye009569ad0cd4\"\n            },\n            {\n                \"essid\": \"AutoBot_G009569a40ee0\"\n            },\n            {\n                \"essid\": \"Autobuses Guerrero\"\n            },\n            {\n                \"essid\": \"AutoGallery\"\n            },\n            {\n                \"essid\": \"AutoKit_0bb2\"\n            },\n            {\n                \"essid\": \"AutoKit_4edd\"\n            },\n            {\n                \"essid\": \"AutoKit_a7be\"\n            },\n            {\n                \"essid\": \"AutoNation\"\n            },\n            {\n                \"essid\": \"autonet-118C\"\n            },\n            {\n                \"essid\": \"autonet-1BA0\"\n            },\n            {\n                \"essid\": \"autonet-2AF0\"\n            },\n            {\n                \"essid\": \"autonet-499B\"\n            },\n            {\n                \"essid\": \"autonet-52A7\"\n            },\n            {\n                \"essid\": \"autonet-55DC\"\n            },\n            {\n                \"essid\": \"autonet-593B\"\n            },\n            {\n                \"essid\": \"AUTONET-60F3\"\n            },\n            {\n                \"essid\": \"AUTONET-61AC\"\n            },\n            {\n                \"essid\": \"AUTONET-624B\"\n            },\n            {\n                \"essid\": \"autonet-6264\"\n            },\n            {\n                \"essid\": \"autonet-62E9\"\n            },\n            {\n                \"essid\": \"autonet-653C\"\n            },\n            {\n                \"essid\": \"AUTONET-87F1\"\n            },\n            {\n                \"essid\": \"autonet-9682\"\n            },\n            {\n                \"essid\": \"autonet-9B93\"\n            },\n            {\n                \"essid\": \"autonet-A62D\"\n            },\n            {\n                \"essid\": \"autonet-A81B\"\n            },\n            {\n                \"essid\": \"AUTONET-AF62\"\n            },\n            {\n                \"essid\": \"AUTONET-AFF0\"\n            },\n            {\n                \"essid\": \"AUTONET-B029\"\n            },\n            {\n                \"essid\": \"AUTONET-B085\"\n            },\n            {\n                \"essid\": \"autonet-B3A0\"\n            },\n            {\n                \"essid\": \"autonet-BE69\"\n            },\n            {\n                \"essid\": \"AUTONET-BFBC\"\n            },\n            {\n                \"essid\": \"autonet-C3DC\"\n            },\n            {\n                \"essid\": \"autonet-C80A\"\n            },\n            {\n                \"essid\": \"autonet-C8DE\"\n            },\n            {\n                \"essid\": \"autonet-CABC\"\n            },\n            {\n                \"essid\": \"autonet-CB00\"\n            },\n            {\n                \"essid\": \"autonet-D1D4\"\n            },\n            {\n                \"essid\": \"autonet-DE18\"\n            },\n            {\n                \"essid\": \"autonet-E0B9\"\n            },\n            {\n                \"essid\": \"AUTONET-F065\"\n            },\n            {\n                \"essid\": \"autonet-FA10\"\n            },\n            {\n                \"essid\": \"autonet-FA26\"\n            },\n            {\n                \"essid\": \"AutoPi-09c45503fd4c\"\n            },\n            {\n                \"essid\": \"AutoPi-196451caadb7\"\n            },\n            {\n                \"essid\": \"AUTO-VOX D6 0d9c\"\n            },\n            {\n                \"essid\": \"AUTO-VOX D6 762e\"\n            },\n            {\n                \"essid\": \"AUTO-VOX D6 86e1\"\n            },\n            {\n                \"essid\": \"AUTO-VOX D6 9306\"\n            },\n            {\n                \"essid\": \"AUTO-VOX D6PRO 0c61\"\n            },\n            {\n                \"essid\": \"AUTO-VOX D6PRO 2515\"\n            },\n            {\n                \"essid\": \"AUTO-VOX D6PRO a22a\"\n            },\n            {\n                \"essid\": \"AUTO-VOX D6PRO b396\"\n            },\n            {\n                \"essid\": \"AUTO-VOX D7 8ec9\"\n            },\n            {\n                \"essid\": \"AutoVu\"\n            },\n            {\n                \"essid\": \"Autryhome\"\n            },\n            {\n                \"essid\": \"Autumn\"\n            },\n            {\n                \"essid\": \"autumn2000\"\n            },\n            {\n                \"essid\": \"Avalos Wifi\"\n            },\n            {\n                \"essid\": \"avaniekoot\"\n            },\n            {\n                \"essid\": \"Ava's Iphone\"\n            },\n            {\n                \"essid\": \"avatar\"\n            },\n            {\n                \"essid\": \"AVENGERS3500\"\n            },\n            {\n                \"essid\": \"Aviaapex1\"\n            },\n            {\n                \"essid\": \"Aviator\"\n            },\n            {\n                \"essid\": \"Avi Hotspot\"\n            },\n            {\n                \"essid\": \"AvilaWiFi\"\n            },\n            {\n                \"essid\": \"Avir2018\"\n            },\n            {\n                \"essid\": \"Avis9320\"\n            },\n            {\n                \"essid\": \"awcbolt\"\n            },\n            {\n                \"essid\": \"AWF Guest\"\n            },\n            {\n                \"essid\": \"AWF Wireless\"\n            },\n            {\n                \"essid\": \"AWI-460599\"\n            },\n            {\n                \"essid\": \"AWI-529883\"\n            },\n            {\n                \"essid\": \"AW Richards\"\n            },\n            {\n                \"essid\": \"AX645e\"\n            },\n            {\n                \"essid\": \"Axel\"\n            },\n            {\n                \"essid\": \"Axel iphone 11\"\n            },\n            {\n                \"essid\": \"Axel’s iPhone\"\n            },\n            {\n                \"essid\": \"AXFB19\"\n            },\n            {\n                \"essid\": \"AXFB37\"\n            },\n            {\n                \"essid\": \"AXFB85\"\n            },\n            {\n                \"essid\": \"AXFC36\"\n            },\n            {\n                \"essid\": \"AXFCD2\"\n            },\n            {\n                \"essid\": \"AXFCE7\"\n            },\n            {\n                \"essid\": \"AXFDC2\"\n            },\n            {\n                \"essid\": \"AXFDC8\"\n            },\n            {\n                \"essid\": \"AXFDE6\"\n            },\n            {\n                \"essid\": \"AXFE22\"\n            },\n            {\n                \"essid\": \"axiom-86F8\"\n            },\n            {\n                \"essid\": \"axiom-8838\"\n            },\n            {\n                \"essid\": \"axiom-8B40\"\n            },\n            {\n                \"essid\": \"axiom-9EC0\"\n            },\n            {\n                \"essid\": \"AY\"\n            },\n            {\n                \"essid\": \"AYALA T-Mobile Broadband38\"\n            },\n            {\n                \"essid\": \"AYDR650\"\n            },\n            {\n                \"essid\": \"AyeJay\"\n            },\n            {\n                \"essid\": \"Ayeron Cruze\"\n            },\n            {\n                \"essid\": \"Ay leen\"\n            },\n            {\n                \"essid\": \"aymina tab\"\n            },\n            {\n                \"essid\": \"AYVA JANE\"\n            },\n            {\n                \"essid\": \"Ayyonikki93\"\n            },\n            {\n                \"essid\": \"Azeem’s iPhone\"\n            },\n            {\n                \"essid\": \"azfran08\"\n            },\n            {\n                \"essid\": \"Aziz’s iPhone\"\n            },\n            {\n                \"essid\": \"Azkaban\"\n            },\n            {\n                \"essid\": \"Azreya telephon\"\n            },\n            {\n                \"essid\": \"Azteca13\"\n            },\n            {\n                \"essid\": \"aztk wifi\"\n            },\n            {\n                \"essid\": \"Azucar!\"\n            },\n            {\n                \"essid\": \"Azucena's Galaxy A32 5G\"\n            },\n            {\n                \"essid\": \"Azzhar \"\n            },\n            {\n                \"essid\": \"B\"\n            },\n            {\n                \"essid\": \"B179\"\n            },\n            {\n                \"essid\": \"B1W\"\n            },\n            {\n                \"essid\": \"B1W_38839a7bb65f\"\n            },\n            {\n                \"essid\": \"B1W_38839a7d7c2e\"\n            },\n            {\n                \"essid\": \"B1W_38839a7f1528\"\n            },\n            {\n                \"essid\": \"B1W_38839a805c19\"\n            },\n            {\n                \"essid\": \"B1W_38839a80890d\"\n            },\n            {\n                \"essid\": \"B1W_38839a92d852\"\n            },\n            {\n                \"essid\": \"B1W_58b3fc431c96\"\n            },\n            {\n                \"essid\": \"B1W_58b3fc44016b\"\n            },\n            {\n                \"essid\": \"B1W_58b3fc46253c\"\n            },\n            {\n                \"essid\": \"B1W_58b3fc5a9858\"\n            },\n            {\n                \"essid\": \"B1W_58b3fc9453c3\"\n            },\n            {\n                \"essid\": \"B1W_58b3fc95d04a\"\n            },\n            {\n                \"essid\": \"B1W_58b3fc970850\"\n            },\n            {\n                \"essid\": \"B1W_8420968ce625\"\n            },\n            {\n                \"essid\": \"B1W_c46e7b1019af\"\n            },\n            {\n                \"essid\": \"B1W_c46e7b4125f7\"\n            },\n            {\n                \"essid\": \"B1W_c46e7b9ebb71\"\n            },\n            {\n                \"essid\": \"B1W-CARDVR \"\n            },\n            {\n                \"essid\": \"B1W_f085c1520612\"\n            },\n            {\n                \"essid\": \"B1W_f085c158da20\"\n            },\n            {\n                \"essid\": \"B1W_f085c15a573f\"\n            },\n            {\n                \"essid\": \"B1W_f085c15a65ae\"\n            },\n            {\n                \"essid\": \"B1W_f085c15af04a\"\n            },\n            {\n                \"essid\": \"B1W_f085c15c7974\"\n            },\n            {\n                \"essid\": \"B1W_f085c17fb4bb\"\n            },\n            {\n                \"essid\": \"*B21 - Guest\"\n            },\n            {\n                \"essid\": \"B21 Staff\"\n            },\n            {\n                \"essid\": \"B3113ND\"\n            },\n            {\n                \"essid\": \"b43b6b82\"\n            },\n            {\n                \"essid\": \"B50_09cd\"\n            },\n            {\n                \"essid\": \"B50D_d863\"\n            },\n            {\n                \"essid\": \"B8D364\"\n            },\n            {\n                \"essid\": \"B90D_e887\"\n            },\n            {\n                \"essid\": \"BabbNetwork\"\n            },\n            {\n                \"essid\": \"Babe’s iPhone\"\n            },\n            {\n                \"essid\": \"babies\"\n            },\n            {\n                \"essid\": \"baby23\"\n            },\n            {\n                \"essid\": \"BabyBell\"\n            },\n            {\n                \"essid\": \"Baby Bolt GmbH\"\n            },\n            {\n                \"essid\": \"BabyBuddha\"\n            },\n            {\n                \"essid\": \"Babycalix2\"\n            },\n            {\n                \"essid\": \"Babydoll\"\n            },\n            {\n                \"essid\": \"babyg4\"\n            },\n            {\n                \"essid\": \"Babygirl\"\n            },\n            {\n                \"essid\": \"babykhalil1\"\n            },\n            {\n                \"essid\": \"Babyloves Famfam\"\n            },\n            {\n                \"essid\": \"babytre3500\"\n            },\n            {\n                \"essid\": \"Baby Yoda\"\n            },\n            {\n                \"essid\": \"Bacca\"\n            },\n            {\n                \"essid\": \"Bacca Guest\"\n            },\n            {\n                \"essid\": \"Bachelor Pad\"\n            },\n            {\n                \"essid\": \"**$Backman$**\"\n            },\n            {\n                \"essid\": \"Backoffice\"\n            },\n            {\n                \"essid\": \"Backroads Guest\"\n            },\n            {\n                \"essid\": \"Backroads Office\"\n            },\n            {\n                \"essid\": \"backroadswifi\"\n            },\n            {\n                \"essid\": \"BackRoads_WiFi\"\n            },\n            {\n                \"essid\": \"Backroads WIFI Berkeley\"\n            },\n            {\n                \"essid\": \"BACKTO30\"\n            },\n            {\n                \"essid\": \"Backyard\"\n            },\n            {\n                \"essid\": \"BadAce\"\n            },\n            {\n                \"essid\": \"badback\"\n            },\n            {\n                \"essid\": \"Badgal’s iPhone\"\n            },\n            {\n                \"essid\": \"Badgrl37\"\n            },\n            {\n                \"essid\": \"badwalls\"\n            },\n            {\n                \"essid\": \"Bagel\"\n            },\n            {\n                \"essid\": \"bagelbox\"\n            },\n            {\n                \"essid\": \"Bagmar\"\n            },\n            {\n                \"essid\": \"Bagonet\"\n            },\n            {\n                \"essid\": \"bagwell\"\n            },\n            {\n                \"essid\": \"bailey\"\n            },\n            {\n                \"essid\": \"Bailey\"\n            },\n            {\n                \"essid\": \"BAILEY199\"\n            },\n            {\n                \"essid\": \"Bailey3500\"\n            },\n            {\n                \"essid\": \"BAILEY6263\"\n            },\n            {\n                \"essid\": \"BAILEY6263-5G\"\n            },\n            {\n                \"essid\": \"Bailey89\"\n            },\n            {\n                \"essid\": \"BaileyFamily\"\n            },\n            {\n                \"essid\": \"Baily707\"\n            },\n            {\n                \"essid\": \"Baitul Baqi\"\n            },\n            {\n                \"essid\": \"baiynes netwurk\"\n            },\n            {\n                \"essid\": \"BAIYNESWIFI\"\n            },\n            {\n                \"essid\": \"BakaFamily\"\n            },\n            {\n                \"essid\": \"Baked Potato 5G\"\n            },\n            {\n                \"essid\": \"BakerandMaddie\"\n            },\n            {\n                \"essid\": \"BakerTruck\"\n            },\n            {\n                \"essid\": \"Bakerz\"\n            },\n            {\n                \"essid\": \"Baki\"\n            },\n            {\n                \"essid\": \"BakingGrounds\"\n            },\n            {\n                \"essid\": \"Baking Grounds\"\n            },\n            {\n                \"essid\": \"BAKINGGROUNDS\"\n            },\n            {\n                \"essid\": \"BakingGrounds_Guest\"\n            },\n            {\n                \"essid\": \"Bakr\"\n            },\n            {\n                \"essid\": \"BALDERRAMA1\"\n            },\n            {\n                \"essid\": \"BaliandHarry\"\n            },\n            {\n                \"essid\": \"Ballard7\"\n            },\n            {\n                \"essid\": \"ballarddental2\"\n            },\n            {\n                \"essid\": \"Ballew\"\n            },\n            {\n                \"essid\": \"Balogeyo\"\n            },\n            {\n                \"essid\": \"balto wifi\"\n            },\n            {\n                \"essid\": \"BAMA\"\n            },\n            {\n                \"essid\": \"bamba ndiguel\"\n            },\n            {\n                \"essid\": \"Bambicar\"\n            },\n            {\n                \"essid\": \"bamboo\"\n            },\n            {\n                \"essid\": \"bam volt\"\n            },\n            {\n                \"essid\": \"banana72\"\n            },\n            {\n                \"essid\": \"Banana HS\"\n            },\n            {\n                \"essid\": \"BANDAGE\"\n            },\n            {\n                \"essid\": \"Bandit\"\n            },\n            {\n                \"essid\": \"BanditsWifi\"\n            },\n            {\n                \"essid\": \"Bands11\"\n            },\n            {\n                \"essid\": \"bandsaw\"\n            },\n            {\n                \"essid\": \"Bandt\"\n            },\n            {\n                \"essid\": \"BANKS\"\n            },\n            {\n                \"essid\": \"Banks Crib\"\n            },\n            {\n                \"essid\": \"Bankswifi\"\n            },\n            {\n                \"essid\": \"BANTISCAVE\"\n            },\n            {\n                \"essid\": \"BanzaiGA\"\n            },\n            {\n                \"essid\": \"BAPJ DENALI\"\n            },\n            {\n                \"essid\": \"Barajas Acadia\"\n            },\n            {\n                \"essid\": \"BARAKATH \"\n            },\n            {\n                \"essid\": \"barbara\"\n            },\n            {\n                \"essid\": \"Barbara\"\n            },\n            {\n                \"essid\": \"Barbara McLaughin\"\n            },\n            {\n                \"essid\": \"Barbara's 2017 work iphone\"\n            },\n            {\n                \"essid\": \"Barbaras Encore\"\n            },\n            {\n                \"essid\": \"barbaras tahoe\"\n            },\n            {\n                \"essid\": \"Barberitos\"\n            },\n            {\n                \"essid\": \"Barberitos5\"\n            },\n            {\n                \"essid\": \"Barberitos- Bethleham\"\n            },\n            {\n                \"essid\": \"barbershop\"\n            },\n            {\n                \"essid\": \"barbette\"\n            },\n            {\n                \"essid\": \"BarbourOrtho\"\n            },\n            {\n                \"essid\": \"BARBOZA\"\n            },\n            {\n                \"essid\": \"Barbs Terrain\"\n            },\n            {\n                \"essid\": \"Barbs TV\"\n            },\n            {\n                \"essid\": \"Barca\"\n            },\n            {\n                \"essid\": \"bardeen wifi\"\n            },\n            {\n                \"essid\": \"BarkawiWiFi\"\n            },\n            {\n                \"essid\": \"barkingdog2\"\n            },\n            {\n                \"essid\": \"Barking dogs are annoying\"\n            },\n            {\n                \"essid\": \"Barnes&Noble\"\n            },\n            {\n                \"essid\": \"Barnyard\"\n            },\n            {\n                \"essid\": \"baro Box 24896111\"\n            },\n            {\n                \"essid\": \"Barone Bolt\"\n            },\n            {\n                \"essid\": \"Barr\"\n            },\n            {\n                \"essid\": \"barrea\"\n            },\n            {\n                \"essid\": \"BARRETT\"\n            },\n            {\n                \"essid\": \"BarrFine\"\n            },\n            {\n                \"essid\": \"Barrom01\"\n            },\n            {\n                \"essid\": \"Barrow County\"\n            },\n            {\n                \"essid\": \"Barrow County Guests\"\n            },\n            {\n                \"essid\": \"barryvolt\"\n            },\n            {\n                \"essid\": \"bars wifi\"\n            },\n            {\n                \"essid\": \"basanti\"\n            },\n            {\n                \"essid\": \"BAS BoltHotspot70\"\n            },\n            {\n                \"essid\": \"Base23\"\n            },\n            {\n                \"essid\": \"baseball\"\n            },\n            {\n                \"essid\": \"Baseball06\"\n            },\n            {\n                \"essid\": \"Baseball19\"\n            },\n            {\n                \"essid\": \"baseball69\"\n            },\n            {\n                \"essid\": \"Based Wifi\"\n            },\n            {\n                \"essid\": \"Basement Troll Wifi\"\n            },\n            {\n                \"essid\": \"basil\"\n            },\n            {\n                \"essid\": \"basracarrier\"\n            },\n            {\n                \"essid\": \"Bass Alan\"\n            },\n            {\n                \"essid\": \"BassettHF\"\n            },\n            {\n                \"essid\": \"BassettWHSE\"\n            },\n            {\n                \"essid\": \"BassettWHSE2\"\n            },\n            {\n                \"essid\": \"Bastian\"\n            },\n            {\n                \"essid\": \"BAT 2311\"\n            },\n            {\n                \"essid\": \"BatCam\"\n            },\n            {\n                \"essid\": \"Batcave_Summers2.4\"\n            },\n            {\n                \"essid\": \"Batcave_Summers5.0\"\n            },\n            {\n                \"essid\": \"Bathroom speaker.o\"\n            },\n            {\n                \"essid\": \"Bathroom Speaker.o\"\n            },\n            {\n                \"essid\": \"Batman\"\n            },\n            {\n                \"essid\": \"Batman-2.4_2GEXT\"\n            },\n            {\n                \"essid\": \"Batmans Network\"\n            },\n            {\n                \"essid\": \"Batmobile\"\n            },\n            {\n                \"essid\": \"batoloko503\"\n            },\n            {\n                \"essid\": \"Bat Phone\"\n            },\n            {\n                \"essid\": \"BatteryOnWheels\"\n            },\n            {\n                \"essid\": \"BattleOrca\"\n            },\n            {\n                \"essid\": \"Battleship\"\n            },\n            {\n                \"essid\": \"Batwing\"\n            },\n            {\n                \"essid\": \"Bauer Fam\"\n            },\n            {\n                \"essid\": \"bauerwifi\"\n            },\n            {\n                \"essid\": \"Baxter\"\n            },\n            {\n                \"essid\": \"Bayardo-Movile\"\n            },\n            {\n                \"essid\": \"Bayboii510\"\n            },\n            {\n                \"essid\": \"BayBoy\"\n            },\n            {\n                \"essid\": \"Baymont Inn & Suites - Uptown\"\n            },\n            {\n                \"essid\": \"bayne\"\n            },\n            {\n                \"essid\": \"bayrunner\"\n            },\n            {\n                \"essid\": \"Bazile Malibu\"\n            },\n            {\n                \"essid\": \"BBC\"\n            },\n            {\n                \"essid\": \"BBCorp\"\n            },\n            {\n                \"essid\": \"bbc sf news\"\n            },\n            {\n                \"essid\": \"bberinger\"\n            },\n            {\n                \"essid\": \"bblsry\"\n            },\n            {\n                \"essid\": \"bbmmlow\"\n            },\n            {\n                \"essid\": \"BB Party [dd:d0].d009\"\n            },\n            {\n                \"essid\": \"Bbtmt\"\n            },\n            {\n                \"essid\": \"BBZWiFi\"\n            },\n            {\n                \"essid\": \"BC35_F6F4D4CB0DD4\"\n            },\n            {\n                \"essid\": \"BCA_CON_RM-010000_bkM28QxW\"\n            },\n            {\n                \"essid\": \"BCA_SECURED\"\n            },\n            {\n                \"essid\": \"BCA_STUDENTS\"\n            },\n            {\n                \"essid\": \"BCCBG-WiFi\"\n            },\n            {\n                \"essid\": \"BCE\"\n            },\n            {\n                \"essid\": \"bci1947\"\n            },\n            {\n                \"essid\": \"BCIconcreteMobile\"\n            },\n            {\n                \"essid\": \"BCRFN\"\n            },\n            {\n                \"essid\": \"bcs\"\n            },\n            {\n                \"essid\": \"BCSO surveillance\"\n            },\n            {\n                \"essid\": \"BCSS\"\n            },\n            {\n                \"essid\": \"BCS-Secure\"\n            },\n            {\n                \"essid\": \"BCSS-WIRELESS\"\n            },\n            {\n                \"essid\": \"BDA2g01\"\n            },\n            {\n                \"essid\": \"bdc-pgw-main-conf-02\"\n            },\n            {\n                \"essid\": \"bdc-pgw-main-conf-03\"\n            },\n            {\n                \"essid\": \"BDed-dmluY2Vtdw\"\n            },\n            {\n                \"essid\": \"BDO-291LVW-C3C5\"\n            },\n            {\n                \"essid\": \"BDR_Roam\"\n            },\n            {\n                \"essid\": \"BDR_Roam_5G\"\n            },\n            {\n                \"essid\": \"BEACH11\"\n            },\n            {\n                \"essid\": \"BEACH12\"\n            },\n            {\n                \"essid\": \"Beach19\"\n            },\n            {\n                \"essid\": \"Beach21\"\n            },\n            {\n                \"essid\": \"Beach_2.4\"\n            },\n            {\n                \"essid\": \"Beahrs22\"\n            },\n            {\n                \"essid\": \"Beantap_Public\"\n            },\n            {\n                \"essid\": \"Bear\"\n            },\n            {\n                \"essid\": \"bearclaw\"\n            },\n            {\n                \"essid\": \"Beard Castle\"\n            },\n            {\n                \"essid\": \"bearing277\"\n            },\n            {\n                \"essid\": \"BearIsland\"\n            },\n            {\n                \"essid\": \"Bearman\"\n            },\n            {\n                \"essid\": \"bearnet\"\n            },\n            {\n                \"essid\": \"BearsGo\"\n            },\n            {\n                \"essid\": \"BeaST\"\n            },\n            {\n                \"essid\": \"beastmode\"\n            },\n            {\n                \"essid\": \"BeastMode\"\n            },\n            {\n                \"essid\": \"BeastMode\\u0001\\u0007\"\n            },\n            {\n                \"essid\": \"BeastMode\\u0001\\b\"\n            },\n            {\n                \"essid\": \"Beausoleilfamily\"\n            },\n            {\n                \"essid\": \"Beausoleilfamily_2.4GEXT\"\n            },\n            {\n                \"essid\": \"Beausoleilfamily_EXT\"\n            },\n            {\n                \"essid\": \"Beautiful Fountain\"\n            },\n            {\n                \"essid\": \"Beauty-Inside-2.4\"\n            },\n            {\n                \"essid\": \"beaV6671\"\n            },\n            {\n                \"essid\": \"Beaver Guests\"\n            },\n            {\n                \"essid\": \"Beaver Media\"\n            },\n            {\n                \"essid\": \"Beavers1\"\n            },\n            {\n                \"essid\": \"Beaver Toyota\"\n            },\n            {\n                \"essid\": \"bebechevy\"\n            },\n            {\n                \"essid\": \"Bebesita👑\"\n            },\n            {\n                \"essid\": \"Bebop\"\n            },\n            {\n                \"essid\": \"Bebop2-004067\"\n            },\n            {\n                \"essid\": \"BECERRA GMC Canyon\"\n            },\n            {\n                \"essid\": \"BECKHAM APPRAISAL SERVICE\"\n            },\n            {\n                \"essid\": \"becky locklear\"\n            },\n            {\n                \"essid\": \"Bedroom display.08B6.u\"\n            },\n            {\n                \"essid\": \"Bedroom display 2.08B6.u\"\n            },\n            {\n                \"essid\": \"Bedroom display 2.u\"\n            },\n            {\n                \"essid\": \"Bedroom display.u\"\n            },\n            {\n                \"essid\": \"Bedroom Display.u\"\n            },\n            {\n                \"essid\": \"Bedroom Home.k\"\n            },\n            {\n                \"essid\": \"Bedroom.o\"\n            },\n            {\n                \"essid\": \"bedroom.p\"\n            },\n            {\n                \"essid\": \"Bedroom Speaker.k\"\n            },\n            {\n                \"essid\": \"Bedroom speaker.n001\"\n            },\n            {\n                \"essid\": \"Bedroom Speaker.n009\"\n            },\n            {\n                \"essid\": \"Bedroom speaker.o\"\n            },\n            {\n                \"essid\": \"Bedroom  Speaker.o\"\n            },\n            {\n                \"essid\": \"Bedroom speaker TV.m\"\n            },\n            {\n                \"essid\": \"Bedroom TV\"\n            },\n            {\n                \"essid\": \"Bedroom TV.m\"\n            },\n            {\n                \"essid\": \"Bee Line WIFI\"\n            },\n            {\n                \"essid\": \"Bee_Net\"\n            },\n            {\n                \"essid\": \"beepbeep\"\n            },\n            {\n                \"essid\": \"BEEP BEEP\"\n            },\n            {\n                \"essid\": \"Beep boop b e e p b o p\"\n            },\n            {\n                \"essid\": \"Bees Car\"\n            },\n            {\n                \"essid\": \"Bee’s iPhone\"\n            },\n            {\n                \"essid\": \"Beez\"\n            },\n            {\n                \"essid\": \"begga1977\"\n            },\n            {\n                \"essid\": \"BehX\"\n            },\n            {\n                \"essid\": \"Bek's wi-fi\"\n            },\n            {\n                \"essid\": \"Belcherhome3548\"\n            },\n            {\n                \"essid\": \"Belinda WiFi\"\n            },\n            {\n                \"essid\": \"belkin\"\n            },\n            {\n                \"essid\": \"belkin.00e.media\"\n            },\n            {\n                \"essid\": \"Belkin-0728\"\n            },\n            {\n                \"essid\": \"belkin.1a8\"\n            },\n            {\n                \"essid\": \"belkin.1a8.guests\"\n            },\n            {\n                \"essid\": \"belkin.1ea\"\n            },\n            {\n                \"essid\": \"belkin.1ea.guests\"\n            },\n            {\n                \"essid\": \"belkin.1fa\"\n            },\n            {\n                \"essid\": \"belkin.290\"\n            },\n            {\n                \"essid\": \"Belkin.3067\"\n            },\n            {\n                \"essid\": \"belkin.3466\"\n            },\n            {\n                \"essid\": \"belkin.3637_RE\"\n            },\n            {\n                \"essid\": \"Belkin.3D2E\"\n            },\n            {\n                \"essid\": \"belkin.4e6\"\n            },\n            {\n                \"essid\": \"belkin.4fe\"\n            },\n            {\n                \"essid\": \"belkin.4fe.guests\"\n            },\n            {\n                \"essid\": \"Belkin.5236\"\n            },\n            {\n                \"essid\": \"Belkin.5236.guests\"\n            },\n            {\n                \"essid\": \"belkin.54a2\"\n            },\n            {\n                \"essid\": \"Belkin_6fe65c\"\n            },\n            {\n                \"essid\": \"belkin.70e\"\n            },\n            {\n                \"essid\": \"belkin.900\"\n            },\n            {\n                \"essid\": \"belkin.900.guests\"\n            },\n            {\n                \"essid\": \"belkin.938\"\n            },\n            {\n                \"essid\": \"belkin.938.guests\"\n            },\n            {\n                \"essid\": \"belkin.ad2\"\n            },\n            {\n                \"essid\": \"belkin.d12\"\n            },\n            {\n                \"essid\": \"belkin.de2\"\n            },\n            {\n                \"essid\": \"belkin.de2.guests\"\n            },\n            {\n                \"essid\": \"belkin.dfc.guests\"\n            },\n            {\n                \"essid\": \"belkin.f1d\"\n            },\n            {\n                \"essid\": \"belkin.f1d.guests\"\n            },\n            {\n                \"essid\": \"belkin.fc0\"\n            },\n            {\n                \"essid\": \"belkin.ff4\"\n            },\n            {\n                \"essid\": \"belkin.ff4.guests\"\n            },\n            {\n                \"essid\": \"Belkin_G_Plus_MIMO_C2FE4B\"\n            },\n            {\n                \"essid\": \"Belkin_N+_4173F4\"\n            },\n            {\n                \"essid\": \"Belkin_N_Wireless_7E3071\"\n            },\n            {\n                \"essid\": \"Belkin_N_Wireless_7E512B\"\n            },\n            {\n                \"essid\": \"Bell\"\n            },\n            {\n                \"essid\": \"Bella1234\"\n            },\n            {\n                \"essid\": \"Bellaanne\"\n            },\n            {\n                \"essid\": \"Bella's iPhone\"\n            },\n            {\n                \"essid\": \"bell-baskaya-guest\"\n            },\n            {\n                \"essid\": \"bellbell\"\n            },\n            {\n                \"essid\": \"Belleau Wood\"\n            },\n            {\n                \"essid\": \"BELL_HOME_EXT\"\n            },\n            {\n                \"essid\": \"BELL_HOME_EXT2\"\n            },\n            {\n                \"essid\": \"Bellwether labs\"\n            },\n            {\n                \"essid\": \"belter\"\n            },\n            {\n                \"essid\": \"BELUGAMAX\"\n            },\n            {\n                \"essid\": \"ben\"\n            },\n            {\n                \"essid\": \"benandjerrys\"\n            },\n            {\n                \"essid\": \"Ben and Jerry's\"\n            },\n            {\n                \"essid\": \"Ben and Jerry's-5G\"\n            },\n            {\n                \"essid\": \"benassini\"\n            },\n            {\n                \"essid\": \"Benassini\"\n            },\n            {\n                \"essid\": \"Benchmark Guest\"\n            },\n            {\n                \"essid\": \"BenHillGriffin\"\n            },\n            {\n                \"essid\": \"beni\"\n            },\n            {\n                \"essid\": \"Benita sanchez\"\n            },\n            {\n                \"essid\": \"BenitoWifi\"\n            },\n            {\n                \"essid\": \"Benjamin168\"\n            },\n            {\n                \"essid\": \"Benjamin Odyssey\"\n            },\n            {\n                \"essid\": \"Benjamin’s iPhone\"\n            },\n            {\n                \"essid\": \"Benji Home.k\"\n            },\n            {\n                \"essid\": \"Benji's Room display.A602.w\"\n            },\n            {\n                \"essid\": \"Bennett\"\n            },\n            {\n                \"essid\": \"BennettHouse\"\n            },\n            {\n                \"essid\": \"BennieKyle\"\n            },\n            {\n                \"essid\": \"Benning Awards\"\n            },\n            {\n                \"essid\": \"Benny’s iPhone\"\n            },\n            {\n                \"essid\": \"benoit denali\"\n            },\n            {\n                \"essid\": \"Ben’s iPhone\"\n            },\n            {\n                \"essid\": \"benson car\"\n            },\n            {\n                \"essid\": \"Benson's004\"\n            },\n            {\n                \"essid\": \"BenSpark\"\n            },\n            {\n                \"essid\": \"Ben’s Personal iPhone\"\n            },\n            {\n                \"essid\": \"Ben's Room TV.m\"\n            },\n            {\n                \"essid\": \"Bens Silverado\"\n            },\n            {\n                \"essid\": \"Bens Volt\"\n            },\n            {\n                \"essid\": \"Bentley0505\"\n            },\n            {\n                \"essid\": \"Benyash-2.4\"\n            },\n            {\n                \"essid\": \"benzoZTE\"\n            },\n            {\n                \"essid\": \"BeOurGuest\"\n            },\n            {\n                \"essid\": \"be positive\"\n            },\n            {\n                \"essid\": \"be positive_guest\"\n            },\n            {\n                \"essid\": \"BER-79908-F4GXVA46KXK9-iPhone XR\"\n            },\n            {\n                \"essid\": \"Berg CT6\"\n            },\n            {\n                \"essid\": \"Bergljot Julie’s iPhone\"\n            },\n            {\n                \"essid\": \"BerkBus-PUBLIC\"\n            },\n            {\n                \"essid\": \"Berkeley \"\n            },\n            {\n                \"essid\": \"Berkeley Guest\"\n            },\n            {\n                \"essid\": \"Berkeley Home Repair\"\n            },\n            {\n                \"essid\": \"Berkeley-WAP\"\n            },\n            {\n                \"essid\": \"Berkley Bolt\"\n            },\n            {\n                \"essid\": \"Bermeo Family\"\n            },\n            {\n                \"essid\": \"BernalTraverse\"\n            },\n            {\n                \"essid\": \"Bernie13\"\n            },\n            {\n                \"essid\": \"Berries01\"\n            },\n            {\n                \"essid\": \"BerriVan Verizon Hotspot \"\n            },\n            {\n                \"essid\": \"Berrong\"\n            },\n            {\n                \"essid\": \"Berrong z71\"\n            },\n            {\n                \"essid\": \"berry_06699\"\n            },\n            {\n                \"essid\": \"BerryVolvo\"\n            },\n            {\n                \"essid\": \"BERTIE\"\n            },\n            {\n                \"essid\": \"Berto's phone\"\n            },\n            {\n                \"essid\": \"BestRide1146\"\n            },\n            {\n                \"essid\": \"Best Ride Ever\"\n            },\n            {\n                \"essid\": \"BeStrongandCourageous\"\n            },\n            {\n                \"essid\": \"Beth\\\\342\\\\200\\\\231s iPhone\"\n            },\n            {\n                \"essid\": \"Bethan's iPhone\"\n            },\n            {\n                \"essid\": \"Bethlehem\"\n            },\n            {\n                \"essid\": \"Bethlehem AV\"\n            },\n            {\n                \"essid\": \"Bethlehem Guest\"\n            },\n            {\n                \"essid\": \"Beth’s iPhone\"\n            },\n            {\n                \"essid\": \"BETLIMO\"\n            },\n            {\n                \"essid\": \"betonevina\"\n            },\n            {\n                \"essid\": \"Beto Senra\"\n            },\n            {\n                \"essid\": \"BetsyVolt\"\n            },\n            {\n                \"essid\": \"Betty\"\n            },\n            {\n                \"essid\": \"Betty029\"\n            },\n            {\n                \"essid\": \"betty11\"\n            },\n            {\n                \"essid\": \"Betty Anns encore\"\n            },\n            {\n                \"essid\": \"BettyBlue\"\n            },\n            {\n                \"essid\": \"Betty ESV\"\n            },\n            {\n                \"essid\": \"Bettys\"\n            },\n            {\n                \"essid\": \"Betty's 2\"\n            },\n            {\n                \"essid\": \"Bettys Bolt WiFi\"\n            },\n            {\n                \"essid\": \"Betty White CT6\"\n            },\n            {\n                \"essid\": \"BetweenTheHedges\"\n            },\n            {\n                \"essid\": \"Beverly-PC_Network2\"\n            },\n            {\n                \"essid\": \"Beyonce\"\n            },\n            {\n                \"essid\": \"Beyond Thunderchrome.v\"\n            },\n            {\n                \"essid\": \"Bezawada\"\n            },\n            {\n                \"essid\": \"bfdentistry\"\n            },\n            {\n                \"essid\": \"BFF_Guest\"\n            },\n            {\n                \"essid\": \"BFfit\"\n            },\n            {\n                \"essid\": \"BFGuest\"\n            },\n            {\n                \"essid\": \"BF-InternetOnlyAccess\"\n            },\n            {\n                \"essid\": \"BFUM-ACE\"\n            },\n            {\n                \"essid\": \"BFUM-Guest\"\n            },\n            {\n                \"essid\": \"BG\"\n            },\n            {\n                \"essid\": \"BGirlFinnes\"\n            },\n            {\n                \"essid\": \"bgk872\"\n            },\n            {\n                \"essid\": \"bgpswifiap\"\n            },\n            {\n                \"essid\": \"Bgtv34\"\n            },\n            {\n                \"essid\": \"BGV Guest\"\n            },\n            {\n                \"essid\": \"BGV Guest 5GHz\"\n            },\n            {\n                \"essid\": \"BGV LLC\"\n            },\n            {\n                \"essid\": \"BGV LLC 5GHz\"\n            },\n            {\n                \"essid\": \"BGW Dental\"\n            },\n            {\n                \"essid\": \"BGW Dental Guest\"\n            },\n            {\n                \"essid\": \"Bhansen\"\n            },\n            {\n                \"essid\": \"bhartiparihar\"\n            },\n            {\n                \"essid\": \"bhateja\"\n            },\n            {\n                \"essid\": \"Bhavishya\"\n            },\n            {\n                \"essid\": \"BHN Secure\"\n            },\n            {\n                \"essid\": \"BHNTG1682G2D92\"\n            },\n            {\n                \"essid\": \"BHNTG1682GBC72\"\n            },\n            {\n                \"essid\": \"Bhome\"\n            },\n            {\n                \"essid\": \"Bhorkar\"\n            },\n            {\n                \"essid\": \"bhoyer\"\n            },\n            {\n                \"essid\": \"bhutcher\"\n            },\n            {\n                \"essid\": \"BHVN2\"\n            },\n            {\n                \"essid\": \"BIbP-YW1pcmlmYXJhaDI\"\n            },\n            {\n                \"essid\": \"biega1\"\n            },\n            {\n                \"essid\": \"Biergarten\"\n            },\n            {\n                \"essid\": \"Bifrost\"\n            },\n            {\n                \"essid\": \"Bifrost_2GEXT\"\n            },\n            {\n                \"essid\": \"Bifrost_ytterst\"\n            },\n            {\n                \"essid\": \"BIGB\"\n            },\n            {\n                \"essid\": \"bigb1\"\n            },\n            {\n                \"essid\": \"bigbasin_2.4G\"\n            },\n            {\n                \"essid\": \"Big Bear WiFi\"\n            },\n            {\n                \"essid\": \"BIGBLACK5936\"\n            },\n            {\n                \"essid\": \"BIGBLACK5936_EXT\"\n            },\n            {\n                \"essid\": \"BigBlue\"\n            },\n            {\n                \"essid\": \"Big Blue\"\n            },\n            {\n                \"essid\": \"BIGBOGIE\"\n            },\n            {\n                \"essid\": \"Bigboijay80\"\n            },\n            {\n                \"essid\": \"bigboss \"\n            },\n            {\n                \"essid\": \"Big Boss Wifi\"\n            },\n            {\n                \"essid\": \"Big Boy\"\n            },\n            {\n                \"essid\": \"bigboy 2.4\"\n            },\n            {\n                \"essid\": \"BigBozie\"\n            },\n            {\n                \"essid\": \"big brother_Extd\"\n            },\n            {\n                \"essid\": \"BigC\"\n            },\n            {\n                \"essid\": \"BIG DADDY\"\n            },\n            {\n                \"essid\": \"BIG DADDYS CAR\"\n            },\n            {\n                \"essid\": \"Big Dog\"\n            },\n            {\n                \"essid\": \"bigdog hotspot\"\n            },\n            {\n                \"essid\": \"bigdogshit\"\n            },\n            {\n                \"essid\": \"Big Ds Silverado\"\n            },\n            {\n                \"essid\": \"BigDuke6\"\n            },\n            {\n                \"essid\": \"Big Edie\"\n            },\n            {\n                \"essid\": \"bigfatbunny\"\n            },\n            {\n                \"essid\": \"Biggest Butt\"\n            },\n            {\n                \"essid\": \"Biggy’s iPhone\"\n            },\n            {\n                \"essid\": \"Bighit2018\"\n            },\n            {\n                \"essid\": \"BigJohn2\"\n            },\n            {\n                \"essid\": \"BIGJONNN559\"\n            },\n            {\n                \"essid\": \"Big K fun house\"\n            },\n            {\n                \"essid\": \"Big Mac\"\n            },\n            {\n                \"essid\": \"BigMeezie\"\n            },\n            {\n                \"essid\": \"Bigmike\"\n            },\n            {\n                \"essid\": \"BigOrange_2.4\"\n            },\n            {\n                \"essid\": \"BigPs I6\"\n            },\n            {\n                \"essid\": \"Big Red\"\n            },\n            {\n                \"essid\": \"BIGREDDOG29292\"\n            },\n            {\n                \"essid\": \"bigrich\"\n            },\n            {\n                \"essid\": \"Bigrod75\"\n            },\n            {\n                \"essid\": \"Big Sexy\"\n            },\n            {\n                \"essid\": \"Bigteeez\"\n            },\n            {\n                \"essid\": \"BIH\"\n            },\n            {\n                \"essid\": \"BikashBOLT\"\n            },\n            {\n                \"essid\": \"bikegirl\"\n            },\n            {\n                \"essid\": \"bikerchk\"\n            },\n            {\n                \"essid\": \"BikeSquadA\"\n            },\n            {\n                \"essid\": \"Bilguun’s iPhone\"\n            },\n            {\n                \"essid\": \"Billiard\"\n            },\n            {\n                \"essid\": \"Billings\"\n            },\n            {\n                \"essid\": \"Bills Caddy\"\n            },\n            {\n                \"essid\": \"billschevy\"\n            },\n            {\n                \"essid\": \"Bill Silverado\"\n            },\n            {\n                \"essid\": \"Bills XTS\"\n            },\n            {\n                \"essid\": \"Bills Z06\"\n            },\n            {\n                \"essid\": \"Bill Wi The Science Fi\"\n            },\n            {\n                \"essid\": \"bilowitz\"\n            },\n            {\n                \"essid\": \"Biltong box 1\"\n            },\n            {\n                \"essid\": \"BILY\"\n            },\n            {\n                \"essid\": \"BimmerTech 098\"\n            },\n            {\n                \"essid\": \"BimView\"\n            },\n            {\n                \"essid\": \"Bing\"\n            },\n            {\n                \"essid\": \"bingbongville\"\n            },\n            {\n                \"essid\": \"Bingis\"\n            },\n            {\n                \"essid\": \"Biniyam\"\n            },\n            {\n                \"essid\": \"bioecletic\"\n            },\n            {\n                \"essid\": \"BIRAJAN KO GADI \"\n            },\n            {\n                \"essid\": \"Birdie\"\n            },\n            {\n                \"essid\": \"birungi\"\n            },\n            {\n                \"essid\": \"Biscuit\"\n            },\n            {\n                \"essid\": \"Biscut\"\n            },\n            {\n                \"essid\": \"Bishop\"\n            },\n            {\n                \"essid\": \"Bishops\"\n            },\n            {\n                \"essid\": \"Bisho Tahoe\"\n            },\n            {\n                \"essid\": \"bisonx\"\n            },\n            {\n                \"essid\": \"Bistro\"\n            },\n            {\n                \"essid\": \"bitchtits\"\n            },\n            {\n                \"essid\": \"Bitch what u looking for yeah it\"\n            },\n            {\n                \"essid\": \"BiteMe\"\n            },\n            {\n                \"essid\": \"bitnine-iptime 2.4\"\n            },\n            {\n                \"essid\": \"Bizzell Group\"\n            },\n            {\n                \"essid\": \"bizzyb\"\n            },\n            {\n                \"essid\": \"BJ3Network\"\n            },\n            {\n                \"essid\": \"Bjornwifi\"\n            },\n            {\n                \"essid\": \"BKDUFFY\"\n            },\n            {\n                \"essid\": \"BKLink\"\n            },\n            {\n                \"essid\": \"BKWifi\"\n            },\n            {\n                \"essid\": \"Black\"\n            },\n            {\n                \"essid\": \"Black97Lions\"\n            },\n            {\n                \"essid\": \"BlackAngels4\"\n            },\n            {\n                \"essid\": \"Black Beast\"\n            },\n            {\n                \"essid\": \"blackbeauty\"\n            },\n            {\n                \"essid\": \"Blackbeauty\"\n            },\n            {\n                \"essid\": \"BlackBeauty\"\n            },\n            {\n                \"essid\": \"Black Beauty\"\n            },\n            {\n                \"essid\": \"BlackBerry BBE100-5 0996\"\n            },\n            {\n                \"essid\": \"BlackBerry BBF100-6 aa93\"\n            },\n            {\n                \"essid\": \"BlackBerry Mobile Hotspot 2388\"\n            },\n            {\n                \"essid\": \"Black Betty\"\n            },\n            {\n                \"essid\": \"blackbmw\"\n            },\n            {\n                \"essid\": \"blackboxguard\"\n            },\n            {\n                \"essid\": \"blackbrown\"\n            },\n            {\n                \"essid\": \"Black Exclusive\"\n            },\n            {\n                \"essid\": \"BLACKFORESTBB\"\n            },\n            {\n                \"essid\": \"BLACKFORESTDIN\"\n            },\n            {\n                \"essid\": \"Black Forest Suites\"\n            },\n            {\n                \"essid\": \"BlackGirlMagic\"\n            },\n            {\n                \"essid\": \"Blackhawk\"\n            },\n            {\n                \"essid\": \"Black Hawk\"\n            },\n            {\n                \"essid\": \"Blackhawk-2g\"\n            },\n            {\n                \"essid\": \"BlackHole\"\n            },\n            {\n                \"essid\": \"Black Hole\"\n            },\n            {\n                \"essid\": \"Black Jesus\"\n            },\n            {\n                \"essid\": \"Black Lives Matter\"\n            },\n            {\n                \"essid\": \"Black Magic\"\n            },\n            {\n                \"essid\": \"blacknigga\"\n            },\n            {\n                \"essid\": \"BLACKOUT\"\n            },\n            {\n                \"essid\": \"Black Planet\"\n            },\n            {\n                \"essid\": \"BlackRussian\"\n            },\n            {\n                \"essid\": \"BlackSheep\"\n            },\n            {\n                \"essid\": \"BlackSky\"\n            },\n            {\n                \"essid\": \"Black Stallion\"\n            },\n            {\n                \"essid\": \"Blackstar\"\n            },\n            {\n                \"essid\": \"Blackstock89\"\n            },\n            {\n                \"essid\": \"BlackSys-E3WYOI\"\n            },\n            {\n                \"essid\": \"BlackSys-IHBRXV\"\n            },\n            {\n                \"essid\": \"BlackSys-IV3DPI\"\n            },\n            {\n                \"essid\": \"BlackSys-N0BRA6\"\n            },\n            {\n                \"essid\": \"Black Tie 120\"\n            },\n            {\n                \"essid\": \"Black Tie WiFi 116\"\n            },\n            {\n                \"essid\": \"Black Tie WiFi 223\"\n            },\n            {\n                \"essid\": \"black truck\"\n            },\n            {\n                \"essid\": \"Black Truck\"\n            },\n            {\n                \"essid\": \"Blackvue\"\n            },\n            {\n                \"essid\": \"Blackvue590W-6029E9\"\n            },\n            {\n                \"essid\": \"Blackvue590W-603127\"\n            },\n            {\n                \"essid\": \"Blackvue590W-603B1D\"\n            },\n            {\n                \"essid\": \"Blackvue590W-603DDC\"\n            },\n            {\n                \"essid\": \"Blackvue590W-604FA1\"\n            },\n            {\n                \"essid\": \"Blackvue590W-605243\"\n            },\n            {\n                \"essid\": \"Blackvue590W-605595\"\n            },\n            {\n                \"essid\": \"BlackVue590X-E21E89\"\n            },\n            {\n                \"essid\": \"BlackVue590X-E4140A\"\n            },\n            {\n                \"essid\": \"BlackVue590X-E415E4\"\n            },\n            {\n                \"essid\": \"BlackVue590X-E41730\"\n            },\n            {\n                \"essid\": \"Blackvue650S-80DCBB\"\n            },\n            {\n                \"essid\": \"Blackvue650S-80DEB6\"\n            },\n            {\n                \"essid\": \"Blackvue650S-80FED3\"\n            },\n            {\n                \"essid\": \"Blackvue650S-8158C4\"\n            },\n            {\n                \"essid\": \"Blackvue650S-8177DD\"\n            },\n            {\n                \"essid\": \"Blackvue650S-8186F0\"\n            },\n            {\n                \"essid\": \"Blackvue650S-81B1C1\"\n            },\n            {\n                \"essid\": \"Blackvue650S-81C683\"\n            },\n            {\n                \"essid\": \"Blackvue650S-81FDB9\"\n            },\n            {\n                \"essid\": \"Blackvue650S-820186\"\n            },\n            {\n                \"essid\": \"Blackvue650S-83603F\"\n            },\n            {\n                \"essid\": \"Blackvue650S-F3E91A\"\n            },\n            {\n                \"essid\": \"Blackvue650S-F3E934\"\n            },\n            {\n                \"essid\": \"Blackvue650S-F3E97B\"\n            },\n            {\n                \"essid\": \"Blackvue650S-F3E9AE\"\n            },\n            {\n                \"essid\": \"Blackvue650S-F3EA2A\"\n            },\n            {\n                \"essid\": \"Blackvue650S-F3EA38\"\n            },\n            {\n                \"essid\": \"Blackvue650S-F3EAA8\"\n            },\n            {\n                \"essid\": \"Blackvue750 LTE-E2448E\"\n            },\n            {\n                \"essid\": \"Blackvue750 LTE-E2494A\"\n            },\n            {\n                \"essid\": \"Blackvue750S\"\n            },\n            {\n                \"essid\": \"Blackvue750S-825C5D\"\n            },\n            {\n                \"essid\": \"Blackvue750S-8266CC\"\n            },\n            {\n                \"essid\": \"Blackvue750S-82678D\"\n            },\n            {\n                \"essid\": \"Blackvue750S-828819\"\n            },\n            {\n                \"essid\": \"Blackvue750S-828A7A\"\n            },\n            {\n                \"essid\": \"Blackvue750S-82A23A\"\n            },\n            {\n                \"essid\": \"Blackvue750S-82A276\"\n            },\n            {\n                \"essid\": \"Blackvue750S-82A35E\"\n            },\n            {\n                \"essid\": \"Blackvue750S-82AD87\"\n            },\n            {\n                \"essid\": \"Blackvue750S-82B423\"\n            },\n            {\n                \"essid\": \"Blackvue750S-82B6E9\"\n            },\n            {\n                \"essid\": \"Blackvue750S-82BB77\"\n            },\n            {\n                \"essid\": \"Blackvue750S-82BEF8\"\n            },\n            {\n                \"essid\": \"Blackvue750S-82CE48\"\n            },\n            {\n                \"essid\": \"Blackvue750S-82E322\"\n            },\n            {\n                \"essid\": \"Blackvue750S-82E33F\"\n            },\n            {\n                \"essid\": \"Blackvue750S-82E444\"\n            },\n            {\n                \"essid\": \"Blackvue750S-82E5D3\"\n            },\n            {\n                \"essid\": \"Blackvue750S-82F01F\"\n            },\n            {\n                \"essid\": \"Blackvue750S-82FAB4\"\n            },\n            {\n                \"essid\": \"Blackvue750S-82FC0D\"\n            },\n            {\n                \"essid\": \"Blackvue750S-82FF32\"\n            },\n            {\n                \"essid\": \"Blackvue750S-82FFE1\"\n            },\n            {\n                \"essid\": \"Blackvue750S-8301BA\"\n            },\n            {\n                \"essid\": \"Blackvue750S-830BE3\"\n            },\n            {\n                \"essid\": \"Blackvue750S-8312C6\"\n            },\n            {\n                \"essid\": \"Blackvue750S-83140C\"\n            },\n            {\n                \"essid\": \"Blackvue750S-8317A6\"\n            },\n            {\n                \"essid\": \"Blackvue750S-8325D7\"\n            },\n            {\n                \"essid\": \"Blackvue750S-832CE9\"\n            },\n            {\n                \"essid\": \"Blackvue750S-83309D\"\n            },\n            {\n                \"essid\": \"Blackvue750S-8338AF\"\n            },\n            {\n                \"essid\": \"Blackvue750S-8340D5\"\n            },\n            {\n                \"essid\": \"Blackvue750S-83417F\"\n            },\n            {\n                \"essid\": \"Blackvue750S-8347B5\"\n            },\n            {\n                \"essid\": \"Blackvue750S-8347FF\"\n            },\n            {\n                \"essid\": \"Blackvue750S-834A75\"\n            },\n            {\n                \"essid\": \"Blackvue750S-835871\"\n            },\n            {\n                \"essid\": \"Blackvue750S-836720\"\n            },\n            {\n                \"essid\": \"Blackvue750S-836C75\"\n            },\n            {\n                \"essid\": \"Blackvue750S-8379CC\"\n            },\n            {\n                \"essid\": \"Blackvue750S-838E24\"\n            },\n            {\n                \"essid\": \"Blackvue750S-839144\"\n            },\n            {\n                \"essid\": \"Blackvue750S-83A087\"\n            },\n            {\n                \"essid\": \"Blackvue750S-83A8B2\"\n            },\n            {\n                \"essid\": \"Blackvue750S-83B85C\"\n            },\n            {\n                \"essid\": \"Blackvue750S-83BA1D\"\n            },\n            {\n                \"essid\": \"Blackvue750S-83BC16\"\n            },\n            {\n                \"essid\": \"Blackvue750S-83C418\"\n            },\n            {\n                \"essid\": \"Blackvue750S-83C917\"\n            },\n            {\n                \"essid\": \"Blackvue750S-83D76D\"\n            },\n            {\n                \"essid\": \"Blackvue750S-83EADE\"\n            },\n            {\n                \"essid\": \"Blackvue750S-83F0F3\"\n            },\n            {\n                \"essid\": \"Blackvue750S-83F23D\"\n            },\n            {\n                \"essid\": \"Blackvue750S-83F71D\"\n            },\n            {\n                \"essid\": \"Blackvue750S-83FDD4\"\n            },\n            {\n                \"essid\": \"Blackvue750S-84079E\"\n            },\n            {\n                \"essid\": \"Blackvue750S-8413D9\"\n            },\n            {\n                \"essid\": \"Blackvue750S-84149A\"\n            },\n            {\n                \"essid\": \"Blackvue750S-841C1D\"\n            },\n            {\n                \"essid\": \"Blackvue750S-844E1B\"\n            },\n            {\n                \"essid\": \"Blackvue750S-8458D2\"\n            },\n            {\n                \"essid\": \"Blackvue750S-845C90\"\n            },\n            {\n                \"essid\": \"Blackvue750S-847206\"\n            },\n            {\n                \"essid\": \"Blackvue750S-849D6A\"\n            },\n            {\n                \"essid\": \"Blackvue750S-849D6D\"\n            },\n            {\n                \"essid\": \"Blackvue750S-84B5BB\"\n            },\n            {\n                \"essid\": \"Blackvue750S-84BA1C\"\n            },\n            {\n                \"essid\": \"Blackvue750S-84D945\"\n            },\n            {\n                \"essid\": \"Blackvue750S-84EA1E\"\n            },\n            {\n                \"essid\": \"Blackvue750S-CG\"\n            },\n            {\n                \"essid\": \"Blackvue750S-F20D9C\"\n            },\n            {\n                \"essid\": \"Blackvue750S-F21442\"\n            },\n            {\n                \"essid\": \"Blackvue750S-F21466\"\n            },\n            {\n                \"essid\": \"Blackvue750S-F21470\"\n            },\n            {\n                \"essid\": \"Blackvue750S-F217B5\"\n            },\n            {\n                \"essid\": \"Blackvue750S-F21B1F\"\n            },\n            {\n                \"essid\": \"Blackvue750S-F21EB4\"\n            },\n            {\n                \"essid\": \"Blackvue750S-F21F0A\"\n            },\n            {\n                \"essid\": \"Blackvue750S-F2289C\"\n            },\n            {\n                \"essid\": \"Blackvue750S-F24326\"\n            },\n            {\n                \"essid\": \"Blackvue750S-F28291\"\n            },\n            {\n                \"essid\": \"Blackvue750S-F2D889\"\n            },\n            {\n                \"essid\": \"Blackvue750S-F2EEF8\"\n            },\n            {\n                \"essid\": \"Blackvue750S-F330D9\"\n            },\n            {\n                \"essid\": \"Blackvue750S-F36BC5\"\n            },\n            {\n                \"essid\": \"Blackvue750S-F36F0F\"\n            },\n            {\n                \"essid\": \"Blackvue750S-F3B2A3\"\n            },\n            {\n                \"essid\": \"Blackvue750S-F3B982\"\n            },\n            {\n                \"essid\": \"Blackvue750X-E22743\"\n            },\n            {\n                \"essid\": \"Blackvue750X-E22877\"\n            },\n            {\n                \"essid\": \"Blackvue750X-E22EEA\"\n            },\n            {\n                \"essid\": \"Blackvue750X-E2D5A4\"\n            },\n            {\n                \"essid\": \"Blackvue750X-E50F72\"\n            },\n            {\n                \"essid\": \"Blackvue750XPlus-E566D6\"\n            },\n            {\n                \"essid\": \"Blackvue900S-C01A8F\"\n            },\n            {\n                \"essid\": \"Blackvue900S-C027D6\"\n            },\n            {\n                \"essid\": \"Blackvue900S-C0296F\"\n            },\n            {\n                \"essid\": \"Blackvue900S-C0AF8C\"\n            },\n            {\n                \"essid\": \"Blackvue900S-C0B5A5\"\n            },\n            {\n                \"essid\": \"Blackvue900S-C0C879\"\n            },\n            {\n                \"essid\": \"Blackvue900S-C0ED6E\"\n            },\n            {\n                \"essid\": \"Blackvue900S-C10DF1\"\n            },\n            {\n                \"essid\": \"Blackvue900S-C10FA4\"\n            },\n            {\n                \"essid\": \"Blackvue900S-C11B90\"\n            },\n            {\n                \"essid\": \"Blackvue900X-E27F54\"\n            },\n            {\n                \"essid\": \"Blackvue900X-E2893F\"\n            },\n            {\n                \"essid\": \"Blackvue900X-E2E63B\"\n            },\n            {\n                \"essid\": \"Blackvue900X-E4B0B4\"\n            },\n            {\n                \"essid\": \"Blackvue900X-E54DE8\"\n            },\n            {\n                \"essid\": \"BlackVueAP\"\n            },\n            {\n                \"essid\": \"BlackVueCamera\"\n            },\n            {\n                \"essid\": \"Blackvue Hot Spot\"\n            },\n            {\n                \"essid\": \"Blackvue X1\"\n            },\n            {\n                \"essid\": \"blackwoodsilverado\"\n            },\n            {\n                \"essid\": \"Blade T2 Lite_6890\"\n            },\n            {\n                \"essid\": \"Blade T2 Lite_9045\"\n            },\n            {\n                \"essid\": \"BLAIR12677\"\n            },\n            {\n                \"essid\": \"BLAKATION\"\n            },\n            {\n                \"essid\": \"BLAKES_7\"\n            },\n            {\n                \"essid\": \"Blakutober\"\n            },\n            {\n                \"essid\": \"blancaelujan\"\n            },\n            {\n                \"essid\": \"blanch_m3sh\"\n            },\n            {\n                \"essid\": \"blaqburdino\"\n            },\n            {\n                \"essid\": \"Blaque33\"\n            },\n            {\n                \"essid\": \"Blaserwifi\"\n            },\n            {\n                \"essid\": \"Blastfromthepast2.4\"\n            },\n            {\n                \"essid\": \"Blaze\"\n            },\n            {\n                \"essid\": \"Blaze Malibu\"\n            },\n            {\n                \"essid\": \"Blazer\"\n            },\n            {\n                \"essid\": \"BlazingRed\"\n            },\n            {\n                \"essid\": \"bldg3\"\n            },\n            {\n                \"essid\": \"bleepo\"\n            },\n            {\n                \"essid\": \"blessed\"\n            },\n            {\n                \"essid\": \"B Levine Airtame\"\n            },\n            {\n                \"essid\": \"BLFAMM\"\n            },\n            {\n                \"essid\": \"Blfs wifi\"\n            },\n            {\n                \"essid\": \"BLINK-7234\"\n            },\n            {\n                \"essid\": \"..::BlissNet::..\"\n            },\n            {\n                \"essid\": \"blizzard\"\n            },\n            {\n                \"essid\": \"BLK BOSS\"\n            },\n            {\n                \"essid\": \"bllywifi\"\n            },\n            {\n                \"essid\": \"BLM\"\n            },\n            {\n                \"essid\": \"BlockBurna\"\n            },\n            {\n                \"essid\": \"Block N Blade\"\n            },\n            {\n                \"essid\": \"Block N Blade-guest\"\n            },\n            {\n                \"essid\": \"BloodToTheBloodGod\"\n            },\n            {\n                \"essid\": \"Bloom\"\n            },\n            {\n                \"essid\": \"blossom\"\n            },\n            {\n                \"essid\": \"BlossomNails\"\n            },\n            {\n                \"essid\": \"blossom-nails-hamilton-2G\"\n            },\n            {\n                \"essid\": \"BlotSpot\"\n            },\n            {\n                \"essid\": \"BLRDISABLED\"\n            },\n            {\n                \"essid\": \"blue\"\n            },\n            {\n                \"essid\": \"Blue\"\n            },\n            {\n                \"essid\": \"blueberry\"\n            },\n            {\n                \"essid\": \"Blueberry's Grill-Guest\"\n            },\n            {\n                \"essid\": \"Blueberrys Grill-Secure\"\n            },\n            {\n                \"essid\": \"Blueblood2004\"\n            },\n            {\n                \"essid\": \"bluebolt\"\n            },\n            {\n                \"essid\": \"Bluebolt\"\n            },\n            {\n                \"essid\": \"Blue Bolt\"\n            },\n            {\n                \"essid\": \"BLUE BOLT\"\n            },\n            {\n                \"essid\": \"BlueBoltwifi\"\n            },\n            {\n                \"essid\": \"Blue Cheese\"\n            },\n            {\n                \"essid\": \"Bluegraphics Private WiFi\"\n            },\n            {\n                \"essid\": \"Blue_Ice\"\n            },\n            {\n                \"essid\": \"BlueInkChannel\"\n            },\n            {\n                \"essid\": \"BlueLightening\"\n            },\n            {\n                \"essid\": \"Blue Lightening\"\n            },\n            {\n                \"essid\": \"Blue Meanie Pi\"\n            },\n            {\n                \"essid\": \"Blue Note\"\n            },\n            {\n                \"essid\": \"Blue rose\"\n            },\n            {\n                \"essid\": \"Blue Sierra\"\n            },\n            {\n                \"essid\": \"BlueSprings\"\n            },\n            {\n                \"essid\": \"Bluestone\"\n            },\n            {\n                \"essid\": \"Blue Torpedo\"\n            },\n            {\n                \"essid\": \"Blufire Hot Spot\"\n            },\n            {\n                \"essid\": \"BLUSH BEAUTY BAR LLC\"\n            },\n            {\n                \"essid\": \"blutarski\"\n            },\n            {\n                \"essid\": \"BLWIFI\"\n            },\n            {\n                \"essid\": \"Bmaddy Music's iPhone\"\n            },\n            {\n                \"essid\": \"Bmbw-Yml6dWFsZW02Ng\"\n            },\n            {\n                \"essid\": \"bmehrhoff\"\n            },\n            {\n                \"essid\": \"bmfg3\"\n            },\n            {\n                \"essid\": \"bmore2\"\n            },\n            {\n                \"essid\": \"BMRP\"\n            },\n            {\n                \"essid\": \"BMRP5GHz\"\n            },\n            {\n                \"essid\": \"BMSGNet\"\n            },\n            {\n                \"essid\": \"BMSGNet-HS\"\n            },\n            {\n                \"essid\": \"BMSGNet-HS5G\"\n            },\n            {\n                \"essid\": \"BMW00249 CarPlay\"\n            },\n            {\n                \"essid\": \"BMW00601 CarPlay\"\n            },\n            {\n                \"essid\": \"BMW01139 CarPlay\"\n            },\n            {\n                \"essid\": \"BMW04903 CarPlay\"\n            },\n            {\n                \"essid\": \"BMW05231 CarPlay\"\n            },\n            {\n                \"essid\": \"BMW05557 CarPlay\"\n            },\n            {\n                \"essid\": \"BMW06452 CarPlay\"\n            },\n            {\n                \"essid\": \"BMW08378 CarPlay\"\n            },\n            {\n                \"essid\": \"BMW11299 CarPlay\"\n            },\n            {\n                \"essid\": \"BMW12101 CarPlay\"\n            },\n            {\n                \"essid\": \"BMW12554 CarPlay\"\n            },\n            {\n                \"essid\": \"BMW13114 CarPlay\"\n            },\n            {\n                \"essid\": \"BMW13681 CarPlay\"\n            },\n            {\n                \"essid\": \"BMW14741 CarPlay\"\n            },\n            {\n                \"essid\": \"BMW15424 CarPlay\"\n            },\n            {\n                \"essid\": \"BMW15451 CarPlay\"\n            },\n            {\n                \"essid\": \"BMW15576 CarPlay\"\n            },\n            {\n                \"essid\": \"BMW17204 CarPlay\"\n            },\n            {\n                \"essid\": \"BMW17654 CarPlay\"\n            },\n            {\n                \"essid\": \"BMW18860 CarPlay\"\n            },\n            {\n                \"essid\": \"BMW 19390 CarPlay\"\n            },\n            {\n                \"essid\": \"BMW21153 CarPlay\"\n            },\n            {\n                \"essid\": \"BMW 21158 CarPlay\"\n            },\n            {\n                \"essid\": \"BMW22919 CarPlay\"\n            },\n            {\n                \"essid\": \"BMW23230 CarPlay\"\n            },\n            {\n                \"essid\": \"BMW 23493 CarPlay\"\n            },\n            {\n                \"essid\": \"BMW 23649 CarPlay\"\n            },\n            {\n                \"essid\": \"BMW24017 CarPlay\"\n            },\n            {\n                \"essid\": \"BMW24521 CarPlay\"\n            },\n            {\n                \"essid\": \"BMW 24907 CarPlay\"\n            },\n            {\n                \"essid\": \"BMW25189 CarPlay\"\n            },\n            {\n                \"essid\": \"BMW26461 CarPlay\"\n            },\n            {\n                \"essid\": \"BMW 27030 CarPlay\"\n            },\n            {\n                \"essid\": \"BMW27681 CarPlay\"\n            },\n            {\n                \"essid\": \"BMW 28721 CarPlay\"\n            },\n            {\n                \"essid\": \"BMW29663 CarPlay\"\n            },\n            {\n                \"essid\": \"BMW29880 CarPlay\"\n            },\n            {\n                \"essid\": \"BMW30333 CarPlay\"\n            },\n            {\n                \"essid\": \"BMW30655 CarPlay\"\n            },\n            {\n                \"essid\": \"BMW31480 CarPlay\"\n            },\n            {\n                \"essid\": \"BMW 35001 CarPlay\"\n            },\n            {\n                \"essid\": \"BMW 35988 CarPlay\"\n            },\n            {\n                \"essid\": \"BMW36233 CarPlay\"\n            },\n            {\n                \"essid\": \"BMW36857 CarPlay\"\n            },\n            {\n                \"essid\": \"BMW37811 CarPlay\"\n            },\n            {\n                \"essid\": \"BMW39480 CarPlay\"\n            },\n            {\n                \"essid\": \"BMW39973 CarPlay\"\n            },\n            {\n                \"essid\": \"BMW 40846 CarPlay\"\n            },\n            {\n                \"essid\": \"BMW44093 CarPlay\"\n            },\n            {\n                \"essid\": \"BMW 44987 CarPlay\"\n            },\n            {\n                \"essid\": \"BMW48691 CarPlay\"\n            },\n            {\n                \"essid\": \"BMW49342 CarPlay\"\n            },\n            {\n                \"essid\": \"BMW 4 SERIES WI FI\"\n            },\n            {\n                \"essid\": \"BMW50013 CarPlay\"\n            },\n            {\n                \"essid\": \"BMW50344 CarPlay\"\n            },\n            {\n                \"essid\": \"BMW51023 CarPlay\"\n            },\n            {\n                \"essid\": \"BMW51151 CarPlay\"\n            },\n            {\n                \"essid\": \"BMW51830 CarPlay\"\n            },\n            {\n                \"essid\": \"BMW52322 CarPlay\"\n            },\n            {\n                \"essid\": \"BMW52446 CarPlay\"\n            },\n            {\n                \"essid\": \"BMW53054 CarPlay\"\n            },\n            {\n                \"essid\": \"BMW54048 CarPlay\"\n            },\n            {\n                \"essid\": \"BMW54906 CarPlay\"\n            },\n            {\n                \"essid\": \"BMW57562 CarPlay\"\n            },\n            {\n                \"essid\": \"BMW58285 CarPlay\"\n            },\n            {\n                \"essid\": \"BMW58355 CarPlay\"\n            },\n            {\n                \"essid\": \"BMW58366 CarPlay\"\n            },\n            {\n                \"essid\": \"BMW58995 CarPlay\"\n            },\n            {\n                \"essid\": \"BMW59254 CarPlay\"\n            },\n            {\n                \"essid\": \"BMW59643 CarPlay\"\n            },\n            {\n                \"essid\": \"BMW64923 CarPlay\"\n            },\n            {\n                \"essid\": \"BMW 66356 CarPlay\"\n            },\n            {\n                \"essid\": \"BMW68881 CarPlay\"\n            },\n            {\n                \"essid\": \"BMW 70056 CarPlay\"\n            },\n            {\n                \"essid\": \"BMW 70555 CarPlay\"\n            },\n            {\n                \"essid\": \"BMW70832 CarPlay\"\n            },\n            {\n                \"essid\": \"BMW70964 CarPlay\"\n            },\n            {\n                \"essid\": \"BMW71430 CarPlay\"\n            },\n            {\n                \"essid\": \"BMW72203 CarPlay\"\n            },\n            {\n                \"essid\": \"BMW73070 CarPlay\"\n            },\n            {\n                \"essid\": \"BMW73149 CarPlay\"\n            },\n            {\n                \"essid\": \"BMW74329 CarPlay\"\n            },\n            {\n                \"essid\": \"BMW75355 CarPlay\"\n            },\n            {\n                \"essid\": \"BMW76754 CarPlay\"\n            },\n            {\n                \"essid\": \"BMW 77083 CarPlay\"\n            },\n            {\n                \"essid\": \"BMW78442 CarPlay\"\n            },\n            {\n                \"essid\": \"BMW78633 CarPlay\"\n            },\n            {\n                \"essid\": \"BMW78886 CarPlay\"\n            },\n            {\n                \"essid\": \"BMW79043 CarPlay\"\n            },\n            {\n                \"essid\": \"BMW80509 CarPlay\"\n            },\n            {\n                \"essid\": \"BMW80662 CarPlay\"\n            },\n            {\n                \"essid\": \"BMW80991 CarPlay\"\n            },\n            {\n                \"essid\": \"BMW82688 CarPlay\"\n            },\n            {\n                \"essid\": \"BMW85933 CarPlay\"\n            },\n            {\n                \"essid\": \"BMW87208 CarPlay\"\n            },\n            {\n                \"essid\": \"BMW87212 CarPlay\"\n            },\n            {\n                \"essid\": \"BMW87302 CarPlay\"\n            },\n            {\n                \"essid\": \"BMW 91685 CarPlay\"\n            },\n            {\n                \"essid\": \"BMW93097 CarPlay\"\n            },\n            {\n                \"essid\": \"BMW93726 CarPlay\"\n            },\n            {\n                \"essid\": \"BMW95984 CarPlay\"\n            },\n            {\n                \"essid\": \"BMW97868 CarPlay\"\n            },\n            {\n                \"essid\": \"BMWACE2.0\"\n            },\n            {\n                \"essid\": \"BMWi14032 CarPlay\"\n            },\n            {\n                \"essid\": \"BMWi34502 CarPlay\"\n            },\n            {\n                \"essid\": \"BMWi34590 CarPlay\"\n            },\n            {\n                \"essid\": \"BMWi34625 CarPlay\"\n            },\n            {\n                \"essid\": \"BMWi46194 CarPlay\"\n            },\n            {\n                \"essid\": \"BMWi48146 CarPlay\"\n            },\n            {\n                \"essid\": \"BMWi88832 CarPlay\"\n            },\n            {\n                \"essid\": \"BMWi96158 CarPlay\"\n            },\n            {\n                \"essid\": \"BMWi96465 CarPlay\"\n            },\n            {\n                \"essid\": \"BMWi96897 CarPlay\"\n            },\n            {\n                \"essid\": \"BMWi96959 CarPlay\"\n            },\n            {\n                \"essid\": \"BMW i97270 CarPlay\"\n            },\n            {\n                \"essid\": \"BMW i97431 CarPlay\"\n            },\n            {\n                \"essid\": \"BMW M3\"\n            },\n            {\n                \"essid\": \"BMX\"\n            },\n            {\n                \"essid\": \"BMX_5GHz\"\n            },\n            {\n                \"essid\": \"BNeezWifi\"\n            },\n            {\n                \"essid\": \"BNZEnterprises2\"\n            },\n            {\n                \"essid\": \"Boardroom\"\n            },\n            {\n                \"essid\": \"BoatWarehouse\"\n            },\n            {\n                \"essid\": \"Boba\"\n            },\n            {\n                \"essid\": \"BobaLouRV\"\n            },\n            {\n                \"essid\": \"BobBarkersPixel2\"\n            },\n            {\n                \"essid\": \"Bobby007\"\n            },\n            {\n                \"essid\": \"Bobbybilly\"\n            },\n            {\n                \"essid\": \"Bobby car\"\n            },\n            {\n                \"essid\": \"Bobby Hotspot\"\n            },\n            {\n                \"essid\": \"Bobbys\"\n            },\n            {\n                \"essid\": \"bobbysbolt\"\n            },\n            {\n                \"essid\": \"Bob Golf 01\"\n            },\n            {\n                \"essid\": \"bobis cool\"\n            },\n            {\n                \"essid\": \"boblfinn\"\n            },\n            {\n                \"essid\": \"BOBO100\"\n            },\n            {\n                \"essid\": \"BOBPARR\"\n            },\n            {\n                \"essid\": \"BobSallyJesse\"\n            },\n            {\n                \"essid\": \"Bobs Denali\"\n            },\n            {\n                \"essid\": \"bobsf250\"\n            },\n            {\n                \"essid\": \"Bobs GMC\"\n            },\n            {\n                \"essid\": \"Bob'sRouter\"\n            },\n            {\n                \"essid\": \"Bob's Router\"\n            },\n            {\n                \"essid\": \"Bob'sRouter-guest\"\n            },\n            {\n                \"essid\": \"BobsTab2\"\n            },\n            {\n                \"essid\": \"Bob the builder\"\n            },\n            {\n                \"essid\": \"Bob Wood Realty\"\n            },\n            {\n                \"essid\": \"Bode’s Room TV.v\"\n            },\n            {\n                \"essid\": \"Bodies_in_Motion\"\n            },\n            {\n                \"essid\": \"BOE\"\n            },\n            {\n                \"essid\": \"boe-guest\"\n            },\n            {\n                \"essid\": \"Bogey\"\n            },\n            {\n                \"essid\": \"Boggshome\"\n            },\n            {\n                \"essid\": \"Bog woman\"\n            },\n            {\n                \"essid\": \"Bohms Traverse\"\n            },\n            {\n                \"essid\": \"Boiboi\"\n            },\n            {\n                \"essid\": \"Bojangles #1\"\n            },\n            {\n                \"essid\": \"Bojangles' Guest\"\n            },\n            {\n                \"essid\": \"BojOps\"\n            },\n            {\n                \"essid\": \"Bokanhouse\"\n            },\n            {\n                \"essid\": \"Bolanos’s iPhone\"\n            },\n            {\n                \"essid\": \"Boldin1\"\n            },\n            {\n                \"essid\": \"Bolding\"\n            },\n            {\n                \"essid\": \"bolow23\"\n            },\n            {\n                \"essid\": \"BOLT\"\n            },\n            {\n                \"essid\": \"bolt01\"\n            },\n            {\n                \"essid\": \"Bolt1484\"\n            },\n            {\n                \"essid\": \"bolt17\"\n            },\n            {\n                \"essid\": \"Bolt17\"\n            },\n            {\n                \"essid\": \"bolt19\"\n            },\n            {\n                \"essid\": \"bolt2017\"\n            },\n            {\n                \"essid\": \"Bolt2017\"\n            },\n            {\n                \"essid\": \"BOLT2017\"\n            },\n            {\n                \"essid\": \"Bolt2020\"\n            },\n            {\n                \"essid\": \"bolt22\"\n            },\n            {\n                \"essid\": \"Bolt360\"\n            },\n            {\n                \"essid\": \"Bolt4O\"\n            },\n            {\n                \"essid\": \"Bolt50\"\n            },\n            {\n                \"essid\": \"bolt888\"\n            },\n            {\n                \"essid\": \"Bolt935\"\n            },\n            {\n                \"essid\": \"BoltAA\"\n            },\n            {\n                \"essid\": \"boltac\"\n            },\n            {\n                \"essid\": \"Boltaviron\"\n            },\n            {\n                \"essid\": \"BOLT-CONTRACTOR\"\n            },\n            {\n                \"essid\": \"Bolt dds\"\n            },\n            {\n                \"essid\": \"BOLT-DRIVER\"\n            },\n            {\n                \"essid\": \"bolt ev\"\n            },\n            {\n                \"essid\": \"Boltev\"\n            },\n            {\n                \"essid\": \"BoltEV\"\n            },\n            {\n                \"essid\": \"Bolt EV\"\n            },\n            {\n                \"essid\": \"BoltEV Hotspot\"\n            },\n            {\n                \"essid\": \"Bolt EV Hotspot31\"\n            },\n            {\n                \"essid\": \"Bolt EV Hotspot47\"\n            },\n            {\n                \"essid\": \"Bolt EV Hotspot69\"\n            },\n            {\n                \"essid\": \"Bolt EV HotSpot91\"\n            },\n            {\n                \"essid\": \"BoltFi\"\n            },\n            {\n                \"essid\": \"BOLT-GUEST\"\n            },\n            {\n                \"essid\": \"bolthoneybunny\"\n            },\n            {\n                \"essid\": \"Bolt Hotspot\"\n            },\n            {\n                \"essid\": \"Bolt Hotspot37\"\n            },\n            {\n                \"essid\": \"Bolt Hotspot55\"\n            },\n            {\n                \"essid\": \"Bolt Hotspot77\"\n            },\n            {\n                \"essid\": \"Bolt Hotspot 9289\"\n            },\n            {\n                \"essid\": \"Bolt Hotspot94\"\n            },\n            {\n                \"essid\": \"BOLT-IT\"\n            },\n            {\n                \"essid\": \"BoltJT7\"\n            },\n            {\n                \"essid\": \"Bolt LT\"\n            },\n            {\n                \"essid\": \"Boltnet\"\n            },\n            {\n                \"essid\": \"bolt skynet\"\n            },\n            {\n                \"essid\": \"BoltSpot\"\n            },\n            {\n                \"essid\": \"Boltspot 2018\"\n            },\n            {\n                \"essid\": \"BoltW1f1\"\n            },\n            {\n                \"essid\": \"BoltWiffy\"\n            },\n            {\n                \"essid\": \"boltwifi\"\n            },\n            {\n                \"essid\": \"bolt wifi\"\n            },\n            {\n                \"essid\": \"Boltwifi\"\n            },\n            {\n                \"essid\": \"Bolt wifi\"\n            },\n            {\n                \"essid\": \"BoltWifi\"\n            },\n            {\n                \"essid\": \"Bolt Wifi\"\n            },\n            {\n                \"essid\": \"BoltWiFi\"\n            },\n            {\n                \"essid\": \"Bolt WiFi\"\n            },\n            {\n                \"essid\": \"Bolt WiFI\"\n            },\n            {\n                \"essid\": \"BOLT-WIFI\"\n            },\n            {\n                \"essid\": \"Bolt WiFi Hotspot\"\n            },\n            {\n                \"essid\": \"boltyfi\"\n            },\n            {\n                \"essid\": \"bolty mcboltface\"\n            },\n            {\n                \"essid\": \"Bolty Wifi\"\n            },\n            {\n                \"essid\": \"BOMBSHELL-SALON-2.4\"\n            },\n            {\n                \"essid\": \"BondJamesBond\"\n            },\n            {\n                \"essid\": \"BondsRealty\"\n            },\n            {\n                \"essid\": \"Bonduris wifi\"\n            },\n            {\n                \"essid\": \"Bongo Mobile\"\n            },\n            {\n                \"essid\": \"bongos\"\n            },\n            {\n                \"essid\": \"Bonner Greer\"\n            },\n            {\n                \"essid\": \"Bonnie\"\n            },\n            {\n                \"essid\": \"Bonnie WIFI\"\n            },\n            {\n                \"essid\": \"( . ) ( . )  Boobies\"\n            },\n            {\n                \"essid\": \"boobyodd\"\n            },\n            {\n                \"essid\": \"Booda \"\n            },\n            {\n                \"essid\": \"boog\"\n            },\n            {\n                \"essid\": \"BoomBoom2G-1\"\n            },\n            {\n                \"essid\": \"BOOM BOOM BOOM\"\n            },\n            {\n                \"essid\": \"Boom Boom Boom_2GEXT\"\n            },\n            {\n                \"essid\": \"BOOM BOOM BOOM_2GEXT\"\n            },\n            {\n                \"essid\": \"Boom Limo\"\n            },\n            {\n                \"essid\": \"Boop\"\n            },\n            {\n                \"essid\": \"booster-truck-2004751\"\n            },\n            {\n                \"essid\": \"booster-truck-CA-1124\"\n            },\n            {\n                \"essid\": \"Boots WiFi\"\n            },\n            {\n                \"essid\": \"Boo Wifi\"\n            },\n            {\n                \"essid\": \"Borberly-2.4\"\n            },\n            {\n                \"essid\": \"Bose Home Speaker 500\"\n            },\n            {\n                \"essid\": \"Bose Soundbar 500\"\n            },\n            {\n                \"essid\": \"Bose ST 10 (9B5E5D)\"\n            },\n            {\n                \"essid\": \"Bose ST 10 (AF9A4D)\"\n            },\n            {\n                \"essid\": \"Bose ST 30 (9C3AC3)\"\n            },\n            {\n                \"essid\": \"Bo’s iPhone\"\n            },\n            {\n                \"essid\": \"Bosk\"\n            },\n            {\n                \"essid\": \"BOSM-GUEST\"\n            },\n            {\n                \"essid\": \"Bossam\"\n            },\n            {\n                \"essid\": \"BossBaby\"\n            },\n            {\n                \"essid\": \"bossbuss\"\n            },\n            {\n                \"essid\": \"bosse\"\n            },\n            {\n                \"essid\": \"bossladyinthebay\"\n            },\n            {\n                \"essid\": \"Bossman\"\n            },\n            {\n                \"essid\": \"BossyLady\"\n            },\n            {\n                \"essid\": \"Boston\"\n            },\n            {\n                \"essid\": \"BotswanaCar\"\n            },\n            {\n                \"essid\": \"Boudin\"\n            },\n            {\n                \"essid\": \"Boun iPhone X\"\n            },\n            {\n                \"essid\": \"BOVAUSA\"\n            },\n            {\n                \"essid\": \"Bowler\"\n            },\n            {\n                \"essid\": \"bowmans wifi\"\n            },\n            {\n                \"essid\": \"bowtie\"\n            },\n            {\n                \"essid\": \"BoxCar\"\n            },\n            {\n                \"essid\": \"Boydmobile\"\n            },\n            {\n                \"essid\": \"BoydWifi\"\n            },\n            {\n                \"essid\": \"Boy Howdy\"\n            },\n            {\n                \"essid\": \"boyracer\"\n            },\n            {\n                \"essid\": \"Boysen Truck\"\n            },\n            {\n                \"essid\": \"BP\"\n            },\n            {\n                \"essid\": \"bpadmin\"\n            },\n            {\n                \"essid\": \"bpadminp\"\n            },\n            {\n                \"essid\": \"BPext\"\n            },\n            {\n                \"essid\": \"BP Fiber\"\n            },\n            {\n                \"essid\": \"BPL_Hotspot_15\"\n            },\n            {\n                \"essid\": \"BPr2-cmljaHRheTUy\"\n            },\n            {\n                \"essid\": \"BPTech\"\n            },\n            {\n                \"essid\": \"braceoffice\"\n            },\n            {\n                \"essid\": \"braceoffice_RE\"\n            },\n            {\n                \"essid\": \"brackenfoo\"\n            },\n            {\n                \"essid\": \"Brad GMC\"\n            },\n            {\n                \"essid\": \"BRADIES\"\n            },\n            {\n                \"essid\": \"Bradley1\"\n            },\n            {\n                \"essid\": \"Brads GMC\"\n            },\n            {\n                \"essid\": \"bradssierra\"\n            },\n            {\n                \"essid\": \"BradWiFi1-5\"\n            },\n            {\n                \"essid\": \"braepeypax1\"\n            },\n            {\n                \"essid\": \"brains cruze\"\n            },\n            {\n                \"essid\": \"brakcar\"\n            },\n            {\n                \"essid\": \"Bramlett1150\"\n            },\n            {\n                \"essid\": \"Branan2017\"\n            },\n            {\n                \"essid\": \"branchad\"\n            },\n            {\n                \"essid\": \"Branch ATT\"\n            },\n            {\n                \"essid\": \"BrandBank\"\n            },\n            {\n                \"essid\": \"BrandNewEquinox\"\n            },\n            {\n                \"essid\": \"BrandoChevy\"\n            },\n            {\n                \"essid\": \"brandon\"\n            },\n            {\n                \"essid\": \"Brandon\"\n            },\n            {\n                \"essid\": \"Brandon24\"\n            },\n            {\n                \"essid\": \"Brandon-2.4\"\n            },\n            {\n                \"essid\": \"Brandons Chevy\"\n            },\n            {\n                \"essid\": \"BrandonsCruze\"\n            },\n            {\n                \"essid\": \"Brandon’s iPhone\"\n            },\n            {\n                \"essid\": \"Brandons Truck\"\n            },\n            {\n                \"essid\": \"Brandy\"\n            },\n            {\n                \"essid\": \"Brandy Lynn\"\n            },\n            {\n                \"essid\": \"Braselton HA\"\n            },\n            {\n                \"essid\": \"BRASNETAC\"\n            },\n            {\n                \"essid\": \"Brass G\"\n            },\n            {\n                \"essid\": \"Bratwurst\"\n            },\n            {\n                \"essid\": \"braves616\"\n            },\n            {\n                \"essid\": \"Bravesfan\"\n            },\n            {\n                \"essid\": \"BRAVE SWORD\"\n            },\n            {\n                \"essid\": \"BRAVO_MEXICAN_GRILL\"\n            },\n            {\n                \"essid\": \"brawler\"\n            },\n            {\n                \"essid\": \"Brawler \"\n            },\n            {\n                \"essid\": \"Braxon-5\"\n            },\n            {\n                \"essid\": \"Braxton\"\n            },\n            {\n                \"essid\": \"Braxton15\"\n            },\n            {\n                \"essid\": \"Brayboy GMC\"\n            },\n            {\n                \"essid\": \"BRED17\"\n            },\n            {\n                \"essid\": \"Brees09181920\"\n            },\n            {\n                \"essid\": \"Brenda\"\n            },\n            {\n                \"essid\": \"Brenda\\\\342\\\\200\\\\231s iPhone\"\n            },\n            {\n                \"essid\": \"Brenda Rios\"\n            },\n            {\n                \"essid\": \"Brendas Bolt\"\n            },\n            {\n                \"essid\": \"Brenda's iPhone\"\n            },\n            {\n                \"essid\": \"Brendon16\"\n            },\n            {\n                \"essid\": \"Brenna's iPhone (2)\"\n            },\n            {\n                \"essid\": \"Brent75\"\n            },\n            {\n                \"essid\": \"Brent75_2GEXT\"\n            },\n            {\n                \"essid\": \"Brent Hamby\"\n            },\n            {\n                \"essid\": \"Brentsmommy\"\n            },\n            {\n                \"essid\": \"Brent's Wi-Fi Network\"\n            },\n            {\n                \"essid\": \"Brets_dashcam\"\n            },\n            {\n                \"essid\": \"BRETT’s iPhone\"\n            },\n            {\n                \"essid\": \"Brewer-2.4\"\n            },\n            {\n                \"essid\": \"@Brezo Free WiFi\"\n            },\n            {\n                \"essid\": \"Brian\"\n            },\n            {\n                \"essid\": \"briand\"\n            },\n            {\n                \"essid\": \"briangagan\"\n            },\n            {\n                \"essid\": \"Brian hotspot\"\n            },\n            {\n                \"essid\": \"Brianna\"\n            },\n            {\n                \"essid\": \"brianna skellie’s iPhone\"\n            },\n            {\n                \"essid\": \"Brians Chevy\"\n            },\n            {\n                \"essid\": \"brianscolorado\"\n            },\n            {\n                \"essid\": \"Brian Silverado\"\n            },\n            {\n                \"essid\": \"brianstruck\"\n            },\n            {\n                \"essid\": \"BriansTruck\"\n            },\n            {\n                \"essid\": \"Brians Volt\"\n            },\n            {\n                \"essid\": \"BRIAN'S XSE\"\n            },\n            {\n                \"essid\": \"Brian Tahoe\"\n            },\n            {\n                \"essid\": \"brianWIFI\"\n            },\n            {\n                \"essid\": \"BrickFineArt.com\"\n            },\n            {\n                \"essid\": \"BridgeOffice\"\n            },\n            {\n                \"essid\": \"BRIDGEPRIVATE\"\n            },\n            {\n                \"essid\": \"Bridges123\"\n            },\n            {\n                \"essid\": \"Bridget\"\n            },\n            {\n                \"essid\": \"BridgeTest\"\n            },\n            {\n                \"essid\": \"Briezzy’s iPhone\"\n            },\n            {\n                \"essid\": \"Brifi-5\"\n            },\n            {\n                \"essid\": \"Bright House Networks\"\n            },\n            {\n                \"essid\": \"Brighton_2.4\"\n            },\n            {\n                \"essid\": \"Brighton_5\"\n            },\n            {\n                \"essid\": \"Brighton_Guest\"\n            },\n            {\n                \"essid\": \"BrightZebra\"\n            },\n            {\n                \"essid\": \"brilew\"\n            },\n            {\n                \"essid\": \"Brill casa\"\n            },\n            {\n                \"essid\": \"brindy123\"\n            },\n            {\n                \"essid\": \"bringbeer\"\n            },\n            {\n                \"essid\": \"Brink WiFi\"\n            },\n            {\n                \"essid\": \"BRIO\"\n            },\n            {\n                \"essid\": \"Brisbane1975Xf!\"\n            },\n            {\n                \"essid\": \"Briscoe Enclave\"\n            },\n            {\n                \"essid\": \"Brison\"\n            },\n            {\n                \"essid\": \"BritCrewUSA Guest\"\n            },\n            {\n                \"essid\": \"BritCrewUSA Unity 2GHz\"\n            },\n            {\n                \"essid\": \"BritCrewUSA Unity Guest WiFi\"\n            },\n            {\n                \"essid\": \"BritCrewUSA Unity GUEST WiFi\"\n            },\n            {\n                \"essid\": \"BritCrewUSA Unity Private\"\n            },\n            {\n                \"essid\": \"BritCrewUSA Unity WiFiRanger2GHz\"\n            },\n            {\n                \"essid\": \"BritCrewUSA WiFi Guest\"\n            },\n            {\n                \"essid\": \"BritesQ5\"\n            },\n            {\n                \"essid\": \"britt\"\n            },\n            {\n                \"essid\": \"Britt2\"\n            },\n            {\n                \"essid\": \"Brittany1989\"\n            },\n            {\n                \"essid\": \"Brittany Suburban\"\n            },\n            {\n                \"essid\": \"Brittany Terrain\"\n            },\n            {\n                \"essid\": \"brittney3\"\n            },\n            {\n                \"essid\": \"Brittney’s iPhone\"\n            },\n            {\n                \"essid\": \"Brittney’s iPhone \"\n            },\n            {\n                \"essid\": \"Britts Chevy\"\n            },\n            {\n                \"essid\": \"BRIWFHS27\"\n            },\n            {\n                \"essid\": \"brixx\"\n            },\n            {\n                \"essid\": \"Broadband\"\n            },\n            {\n                \"essid\": \"Broadband04\"\n            },\n            {\n                \"essid\": \"Broadcast-CFT1\"\n            },\n            {\n                \"essid\": \"BROADCOM_GUEST_0_3\"\n            },\n            {\n                \"essid\": \"BROADCOM_GUEST_0_5\"\n            },\n            {\n                \"essid\": \"BROADCOM_GUEST_0_6\"\n            },\n            {\n                \"essid\": \"BROADCOM_GUEST_1_3\"\n            },\n            {\n                \"essid\": \"Broccoli Rob\"\n            },\n            {\n                \"essid\": \"Brock Hudson\\\\342\\\\200\\\\231s iPhone\"\n            },\n            {\n                \"essid\": \"Brody88\"\n            },\n            {\n                \"essid\": \"Bronze Penguin\"\n            },\n            {\n                \"essid\": \"BrookeFarm5425-1\"\n            },\n            {\n                \"essid\": \"Brooke's iPhone\"\n            },\n            {\n                \"essid\": \"Brooklyn\"\n            },\n            {\n                \"essid\": \"Brooks\"\n            },\n            {\n                \"essid\": \"Brooks 2G\"\n            },\n            {\n                \"essid\": \"Brooks Chevy\"\n            },\n            {\n                \"essid\": \"Brown Chevy\"\n            },\n            {\n                \"essid\": \"browndog silverado\"\n            },\n            {\n                \"essid\": \"Browne resident-2.4GHz\"\n            },\n            {\n                \"essid\": \"Brownlee Chevy\"\n            },\n            {\n                \"essid\": \"Browns Malibu\"\n            },\n            {\n                \"essid\": \"brownstone\"\n            },\n            {\n                \"essid\": \"Brown_Villa\"\n            },\n            {\n                \"essid\": \"bru533\"\n            },\n            {\n                \"essid\": \"BRUCEBRUCE\"\n            },\n            {\n                \"essid\": \"BruceJ\"\n            },\n            {\n                \"essid\": \"Bruce Lee\"\n            },\n            {\n                \"essid\": \"brucevolt\"\n            },\n            {\n                \"essid\": \"Brucewifi\"\n            },\n            {\n                \"essid\": \"BruFam\"\n            },\n            {\n                \"essid\": \"BruFam2.4\"\n            },\n            {\n                \"essid\": \"bruins\"\n            },\n            {\n                \"essid\": \"Bruiser\"\n            },\n            {\n                \"essid\": \"Bruno Cesar’s iPhone\"\n            },\n            {\n                \"essid\": \"BryanCam\"\n            },\n            {\n                \"essid\": \"Bryan Osorio\"\n            },\n            {\n                \"essid\": \"Bryan S\"\n            },\n            {\n                \"essid\": \"Bryan Smith\"\n            },\n            {\n                \"essid\": \"bryans terrain\"\n            },\n            {\n                \"essid\": \"Bryans truck\"\n            },\n            {\n                \"essid\": \"Bryant300\"\n            },\n            {\n                \"essid\": \"BRYAN WIFI\"\n            },\n            {\n                \"essid\": \"Bryces Wifi\"\n            },\n            {\n                \"essid\": \"Brykie2016\"\n            },\n            {\n                \"essid\": \"brykim-2.4\"\n            },\n            {\n                \"essid\": \"Bryson’s iPhone\"\n            },\n            {\n                \"essid\": \"BRZs Jeep\"\n            },\n            {\n                \"essid\": \"BS_7\"\n            },\n            {\n                \"essid\": \"BSA Network\"\n            },\n            {\n                \"essid\": \"bschendel asTech\"\n            },\n            {\n                \"essid\": \"bschmidt\"\n            },\n            {\n                \"essid\": \"bsh\"\n            },\n            {\n                \"essid\": \"B's handbag\"\n            },\n            {\n                \"essid\": \"Bsjrcarfi\"\n            },\n            {\n                \"essid\": \"BSmith\"\n            },\n            {\n                \"essid\": \"BSRO-Autel\"\n            },\n            {\n                \"essid\": \"bstopinski\"\n            },\n            {\n                \"essid\": \"BTB2G\"\n            },\n            {\n                \"essid\": \"BTB5G\"\n            },\n            {\n                \"essid\": \"BTBGuest\"\n            },\n            {\n                \"essid\": \"BTL\"\n            },\n            {\n                \"essid\": \"BTOs\"\n            },\n            {\n                \"essid\": \"B Truck\"\n            },\n            {\n                \"essid\": \"Btv81547\"\n            },\n            {\n                \"essid\": \"BTWAP\"\n            },\n            {\n                \"essid\": \"Bubasmurf\"\n            },\n            {\n                \"essid\": \"bubba2you\"\n            },\n            {\n                \"essid\": \"bubbatruck\"\n            },\n            {\n                \"essid\": \"Bubba Wifi\"\n            },\n            {\n                \"essid\": \"Bubblebitch\"\n            },\n            {\n                \"essid\": \"Bubblesmom\"\n            },\n            {\n                \"essid\": \"Bubby\"\n            },\n            {\n                \"essid\": \"Bubby_2GEXT\"\n            },\n            {\n                \"essid\": \"BUCHONA\"\n            },\n            {\n                \"essid\": \"Buckeye\"\n            },\n            {\n                \"essid\": \"BUCKHEAD_BAIL_BONDING\"\n            },\n            {\n                \"essid\": \"BUCKHEAD COACH DRIVER\"\n            },\n            {\n                \"essid\": \"Buckles bolt\"\n            },\n            {\n                \"essid\": \"Buddy\"\n            },\n            {\n                \"essid\": \"BuddyRay\"\n            },\n            {\n                \"essid\": \"buddy row\"\n            },\n            {\n                \"essid\": \"Budgetel Guest\"\n            },\n            {\n                \"essid\": \"Budget Rental \"\n            },\n            {\n                \"essid\": \"Buenavista\"\n            },\n            {\n                \"essid\": \"Buenavista4000\"\n            },\n            {\n                \"essid\": \"Buenrostro Family\"\n            },\n            {\n                \"essid\": \"Buff_Admin\"\n            },\n            {\n                \"essid\": \"BuffalosAdmin\"\n            },\n            {\n                \"essid\": \"BuffalosEmployee\"\n            },\n            {\n                \"essid\": \"BuffalosGuest\"\n            },\n            {\n                \"essid\": \"Buff_Guest\"\n            },\n            {\n                \"essid\": \"buffyrules\"\n            },\n            {\n                \"essid\": \"Buford\"\n            },\n            {\n                \"essid\": \"Buford_Care\"\n            },\n            {\n                \"essid\": \"BUFORD_CHILDREN'S_ACADEMY\"\n            },\n            {\n                \"essid\": \"Buford Community Center\"\n            },\n            {\n                \"essid\": \"Buford Community Center_2GEXT\"\n            },\n            {\n                \"essid\": \"Buford Dental-Guest\"\n            },\n            {\n                \"essid\": \"Buford Psych 2.4G\"\n            },\n            {\n                \"essid\": \"Buford Psych GUEST\"\n            },\n            {\n                \"essid\": \"bufordwolves\"\n            },\n            {\n                \"essid\": \"BuggsSuburbanWiFi\"\n            },\n            {\n                \"essid\": \"buick1957 \"\n            },\n            {\n                \"essid\": \"Buick Enclave\"\n            },\n            {\n                \"essid\": \"BUICK ENCORE\"\n            },\n            {\n                \"essid\": \"Buick Regal\"\n            },\n            {\n                \"essid\": \"Buick Wifi\"\n            },\n            {\n                \"essid\": \"Buick WiFi\"\n            },\n            {\n                \"essid\": \"Building A Nano\"\n            },\n            {\n                \"essid\": \"built4dreamers\"\n            },\n            {\n                \"essid\": \"Bulldog-2.4\"\n            },\n            {\n                \"essid\": \"Bulldogs Hotspot\"\n            },\n            {\n                \"essid\": \"Bullydawg1 2.4Ghz\"\n            },\n            {\n                \"essid\": \"Bumblebee\"\n            },\n            {\n                \"essid\": \"Bunbury home 2.4\"\n            },\n            {\n                \"essid\": \"Bunni Galaxy \"\n            },\n            {\n                \"essid\": \"BunnyBlaster\"\n            },\n            {\n                \"essid\": \"Burak Express\"\n            },\n            {\n                \"essid\": \"Burbridge Wifi\"\n            },\n            {\n                \"essid\": \"Burburga\"\n            },\n            {\n                \"essid\": \"Burdick\"\n            },\n            {\n                \"essid\": \"Burged\"\n            },\n            {\n                \"essid\": \"burgos\"\n            },\n            {\n                \"essid\": \"BURGOS1\"\n            },\n            {\n                \"essid\": \"BURK1\"\n            },\n            {\n                \"essid\": \"Burns Automotive\"\n            },\n            {\n                \"essid\": \"Burns Automotive Guest\"\n            },\n            {\n                \"essid\": \"BurnSP\"\n            },\n            {\n                \"essid\": \"BURNSTINE-2.4G\"\n            },\n            {\n                \"essid\": \"burri1995\"\n            },\n            {\n                \"essid\": \"Burton\"\n            },\n            {\n                \"essid\": \"Bus 0197\"\n            },\n            {\n                \"essid\": \"Bus 249 2.4 GHz\"\n            },\n            {\n                \"essid\": \"Bus339\"\n            },\n            {\n                \"essid\": \"Bus4007\"\n            },\n            {\n                \"essid\": \"Bus4035\"\n            },\n            {\n                \"essid\": \"Bus5056\"\n            },\n            {\n                \"essid\": \"BUSD-MiFi-009\"\n            },\n            {\n                \"essid\": \"BUSD-MiFi-025\"\n            },\n            {\n                \"essid\": \"BUSD-MiFi-085\"\n            },\n            {\n                \"essid\": \"BUSD-MiFi-087\"\n            },\n            {\n                \"essid\": \"BUSD-MiFi-088\"\n            },\n            {\n                \"essid\": \"BUSD-MiFi-112\"\n            },\n            {\n                \"essid\": \"BUSD-MiFi-124\"\n            },\n            {\n                \"essid\": \"BUSD-MiFi-2020\"\n            },\n            {\n                \"essid\": \"BUSD-MiFi-426\"\n            },\n            {\n                \"essid\": \"BUSD-MiFi-500\"\n            },\n            {\n                \"essid\": \"BUSD-MiFi-542\"\n            },\n            {\n                \"essid\": \"BUSD-MiFi-622\"\n            },\n            {\n                \"essid\": \"BUSD-MiFi-683\"\n            },\n            {\n                \"essid\": \"BUSD-MiFi-697\"\n            },\n            {\n                \"essid\": \"BUSD-MiFi-864\"\n            },\n            {\n                \"essid\": \"BUSD-MiFi-867\"\n            },\n            {\n                \"essid\": \"BUSD-MiFi-882\"\n            },\n            {\n                \"essid\": \"BusGroup1\"\n            },\n            {\n                \"essid\": \"Busmax24\"\n            },\n            {\n                \"essid\": \"BusMovie.net\"\n            },\n            {\n                \"essid\": \"Bustas who aint got internet\"\n            },\n            {\n                \"essid\": \"buster\"\n            },\n            {\n                \"essid\": \"Buster\"\n            },\n            {\n                \"essid\": \"Buster10\"\n            },\n            {\n                \"essid\": \"BusterBolty\"\n            },\n            {\n                \"essid\": \"Buster&clark\"\n            },\n            {\n                \"essid\": \"Buster&Clark\"\n            },\n            {\n                \"essid\": \"BusWiFi_86594_204014375\"\n            },\n            {\n                \"essid\": \"BusWiFi_86760_310000021\"\n            },\n            {\n                \"essid\": \"Busy B Camry\"\n            },\n            {\n                \"essid\": \"Butchs Bolt\"\n            },\n            {\n                \"essid\": \"But her emails\"\n            },\n            {\n                \"essid\": \"Buttchug\"\n            },\n            {\n                \"essid\": \"buttercream jewelbox\"\n            },\n            {\n                \"essid\": \"Buttercream jewelbox\"\n            },\n            {\n                \"essid\": \"Buttercream Jewel Box\"\n            },\n            {\n                \"essid\": \"Butterynipples69\"\n            },\n            {\n                \"essid\": \"Buyung Sugiarto\"\n            },\n            {\n                \"essid\": \"Buyusome\"\n            },\n            {\n                \"essid\": \"buzkirk99\"\n            },\n            {\n                \"essid\": \"BuzzardNet\"\n            },\n            {\n                \"essid\": \"BuzzBuzz\"\n            },\n            {\n                \"essid\": \"BuzzwordBingo\"\n            },\n            {\n                \"essid\": \"BuzzwordBingo-guest\"\n            },\n            {\n                \"essid\": \"BV\"\n            },\n            {\n                \"essid\": \"BV750S\"\n            },\n            {\n                \"essid\": \"BV-KT\"\n            },\n            {\n                \"essid\": \"BWash Denali Wifi\"\n            },\n            {\n                \"essid\": \"Bwax13\"\n            },\n            {\n                \"essid\": \"BWBolt\"\n            },\n            {\n                \"essid\": \"BWCPGuest\"\n            },\n            {\n                \"essid\": \"BwDD-ODA0N21pbGxlcg\"\n            },\n            {\n                \"essid\": \"BWGSpa_0D1E3D\"\n            },\n            {\n                \"essid\": \"BWPAtlanta1\"\n            },\n            {\n                \"essid\": \"BWPAtlanta2\"\n            },\n            {\n                \"essid\": \"BWPAtlantaGuest3\"\n            },\n            {\n                \"essid\": \"BWS\"\n            },\n            {\n                \"essid\": \"ByeAshy\"\n            },\n            {\n                \"essid\": \"BYeRs FaMiLy\"\n            },\n            {\n                \"essid\": \"BYK HLR\"\n            },\n            {\n                \"essid\": \"BYOD\"\n            },\n            {\n                \"essid\": \"BYOik\"\n            },\n            {\n                \"essid\": \"B. YOUNG\"\n            },\n            {\n                \"essid\": \"BYRD_AND_FLANIGAN\"\n            },\n            {\n                \"essid\": \"ByrdsEye\"\n            },\n            {\n                \"essid\": \"Byrd's WiFi\"\n            },\n            {\n                \"essid\": \"ByteMe\"\n            },\n            {\n                \"essid\": \"BZAlaw\"\n            },\n            {\n                \"essid\": \"bzipper317\"\n            },\n            {\n                \"essid\": \"BZ VOLT\"\n            },\n            {\n                \"essid\": \"c\"\n            },\n            {\n                \"essid\": \"C\"\n            },\n            {\n                \"essid\": \"c0040-10207517\"\n            },\n            {\n                \"essid\": \"C0rT3z\"\n            },\n            {\n                \"essid\": \"C0rT3z2_EXT\"\n            },\n            {\n                \"essid\": \"C0rT3Z_5\"\n            },\n            {\n                \"essid\": \"C0rT3z_EXT\"\n            },\n            {\n                \"essid\": \"C0rT3z_X2.4\"\n            },\n            {\n                \"essid\": \"C12H22O11\"\n            },\n            {\n                \"essid\": \"C1792B\"\n            },\n            {\n                \"essid\": \"C1850B\"\n            },\n            {\n                \"essid\": \"C210\"\n            },\n            {\n                \"essid\": \"C3\"\n            },\n            {\n                \"essid\": \"C350\"\n            },\n            {\n                \"essid\": \"c3cill3\"\n            },\n            {\n                \"essid\": \"c3kru5F\"\n            },\n            {\n                \"essid\": \"c4046f3da574e955c43d1e3017b2f6cb\"\n            },\n            {\n                \"essid\": \"C5L\"\n            },\n            {\n                \"essid\": \"C8:F3:19:30:01:89\"\n            },\n            {\n                \"essid\": \"C9J9EQTH\"\n            },\n            {\n                \"essid\": \"CAAAABd7hhsAHwFbSM-J327T1\"\n            },\n            {\n                \"essid\": \"Cabakis-2.4\"\n            },\n            {\n                \"essid\": \"Cablecon5\"\n            },\n            {\n                \"essid\": \"CableWiFi\"\n            },\n            {\n                \"essid\": \"CableWiFi\\u0001\\b\"\n            },\n            {\n                \"essid\": \"CABOSMEX\"\n            },\n            {\n                \"essid\": \"cabrerawifi\"\n            },\n            {\n                \"essid\": \"CAB WIFI\"\n            },\n            {\n                \"essid\": \"CacaoCacao\"\n            },\n            {\n                \"essid\": \"CacenaSonic\"\n            },\n            {\n                \"essid\": \"CADandCo2\"\n            },\n            {\n                \"essid\": \"Caddie\"\n            },\n            {\n                \"essid\": \"caddyforkandi\"\n            },\n            {\n                \"essid\": \"caddyhotspot\"\n            },\n            {\n                \"essid\": \"CaddyHotspot\"\n            },\n            {\n                \"essid\": \"Cade truck 17\"\n            },\n            {\n                \"essid\": \"Cadillac\"\n            },\n            {\n                \"essid\": \"CADILLAC\"\n            },\n            {\n                \"essid\": \"Cadillac1\"\n            },\n            {\n                \"essid\": \"Cadillac13\"\n            },\n            {\n                \"essid\": \"Cadillac2016\"\n            },\n            {\n                \"essid\": \"CadillacATS\"\n            },\n            {\n                \"essid\": \"cadillacLove\"\n            },\n            {\n                \"essid\": \"Cadillac WiFi\"\n            },\n            {\n                \"essid\": \"cadonya\"\n            },\n            {\n                \"essid\": \"Cady 2016\"\n            },\n            {\n                \"essid\": \"Cafe bini\"\n            },\n            {\n                \"essid\": \"Cafe_Bublé\"\n            },\n            {\n                \"essid\": \"Cafe_International_Guest\"\n            },\n            {\n                \"essid\": \"Cafe Raik\"\n            },\n            {\n                \"essid\": \"Cafe Wifi 2.4ghz\"\n            },\n            {\n                \"essid\": \"CA-Galaxy S9+\"\n            },\n            {\n                \"essid\": \"cagles enclave\"\n            },\n            {\n                \"essid\": \"Ca$h\"\n            },\n            {\n                \"essid\": \"Caio\"\n            },\n            {\n                \"essid\": \"CajuanRed\"\n            },\n            {\n                \"essid\": \"CakesCastle\"\n            },\n            {\n                \"essid\": \"CakesCastle 2.4 GHZ\"\n            },\n            {\n                \"essid\": \"Cakes Made by M.E. iPhone\"\n            },\n            {\n                \"essid\": \"Cakesn\"\n            },\n            {\n                \"essid\": \"CAKEvoyager\"\n            },\n            {\n                \"essid\": \"Cakey\"\n            },\n            {\n                \"essid\": \"Calculus Phone\"\n            },\n            {\n                \"essid\": \"CALFLYBOY1\"\n            },\n            {\n                \"essid\": \"cali007\"\n            },\n            {\n                \"essid\": \"Cali15\"\n            },\n            {\n                \"essid\": \"CA LIC 4VQH245\"\n            },\n            {\n                \"essid\": \"calicraftisawesome\"\n            },\n            {\n                \"essid\": \"California\"\n            },\n            {\n                \"essid\": \"CaliforniaGate\"\n            },\n            {\n                \"essid\": \"Caliluv\"\n            },\n            {\n                \"essid\": \"Cali'$ S7 edge\"\n            },\n            {\n                \"essid\": \"Calitho\"\n            },\n            {\n                \"essid\": \"Calix5117\"\n            },\n            {\n                \"essid\": \"Calix 5117\"\n            },\n            {\n                \"essid\": \"Callan Guest\"\n            },\n            {\n                \"essid\": \"Callan Internal\"\n            },\n            {\n                \"essid\": \"CallansTruck\"\n            },\n            {\n                \"essid\": \"Callaway03\"\n            },\n            {\n                \"essid\": \"Callmeanytime55\"\n            },\n            {\n                \"essid\": \"calloway bunch\"\n            },\n            {\n                \"essid\": \"callowaybunch1\"\n            },\n            {\n                \"essid\": \"callpwaybunch1\"\n            },\n            {\n                \"essid\": \"Calva Ostos Family\"\n            },\n            {\n                \"essid\": \"Calvert81\"\n            },\n            {\n                \"essid\": \"calvinxt5\"\n            },\n            {\n                \"essid\": \"Cam\"\n            },\n            {\n                \"essid\": \"Cam \"\n            },\n            {\n                \"essid\": \"Cam2016\"\n            },\n            {\n                \"essid\": \"Cam5\"\n            },\n            {\n                \"essid\": \"Camacho Chevy\"\n            },\n            {\n                \"essid\": \"Camaro\"\n            },\n            {\n                \"essid\": \"Camaro ss\"\n            },\n            {\n                \"essid\": \"CamaroWifi\"\n            },\n            {\n                \"essid\": \"Camaro WiFi\"\n            },\n            {\n                \"essid\": \"Cambodia\"\n            },\n            {\n                \"essid\": \"CamCam76-2.4\"\n            },\n            {\n                \"essid\": \"Camero 2018\"\n            },\n            {\n                \"essid\": \"Cameron\"\n            },\n            {\n                \"essid\": \"Cameron\\\\342\\\\200\\\\231s iPhone\"\n            },\n            {\n                \"essid\": \"Cameron's iPhone\"\n            },\n            {\n                \"essid\": \"Camg1982\"\n            },\n            {\n                \"essid\": \"Camila’s iPhone\"\n            },\n            {\n                \"essid\": \"Camilla\"\n            },\n            {\n                \"essid\": \"Camille\"\n            },\n            {\n                \"essid\": \"Camillerichevy\"\n            },\n            {\n                \"essid\": \"CamNet_AMBI\"\n            },\n            {\n                \"essid\": \"Campark CE31_f085c1f1c0ab\"\n            },\n            {\n                \"essid\": \"Campa Terrain\"\n            },\n            {\n                \"essid\": \"CAMPBELL \"\n            },\n            {\n                \"essid\": \"Campbell1\"\n            },\n            {\n                \"essid\": \"campbellhome\"\n            },\n            {\n                \"essid\": \"Campbell Scientific MiFi 3\"\n            },\n            {\n                \"essid\": \"campchocula\"\n            },\n            {\n                \"essid\": \"CampChocula\"\n            },\n            {\n                \"essid\": \"Camping 2020\"\n            },\n            {\n                \"essid\": \"Camping World Guest\"\n            },\n            {\n                \"essid\": \"campossilverado\"\n            },\n            {\n                \"essid\": \"CamRanger-WBN\"\n            },\n            {\n                \"essid\": \"Cam Regal\"\n            },\n            {\n                \"essid\": \"Camry\"\n            },\n            {\n                \"essid\": \"Camrycamera\"\n            },\n            {\n                \"essid\": \"camryFI\"\n            },\n            {\n                \"essid\": \"Camry WiFi\"\n            },\n            {\n                \"essid\": \"camscar\"\n            },\n            {\n                \"essid\": \"CamSpot\"\n            },\n            {\n                \"essid\": \"Cams WiFi\"\n            },\n            {\n                \"essid\": \"Candace\"\n            },\n            {\n                \"essid\": \"Candace Suburban\"\n            },\n            {\n                \"essid\": \"Candice’s iPhone\"\n            },\n            {\n                \"essid\": \"Candle Shop\"\n            },\n            {\n                \"essid\": \"Candle Shop_5G\"\n            },\n            {\n                \"essid\": \"Candygirl\"\n            },\n            {\n                \"essid\": \"CANect-17171033819\"\n            },\n            {\n                \"essid\": \"Cangatba1981\"\n            },\n            {\n                \"essid\": \"Canning St\"\n            },\n            {\n                \"essid\": \"cannon\"\n            },\n            {\n                \"essid\": \"Cannon2503_2.4\"\n            },\n            {\n                \"essid\": \"CANON 5D-636_Canon0A\"\n            },\n            {\n                \"essid\": \"Canon_ij_73573_TR4500series\"\n            },\n            {\n                \"essid\": \"Canova\"\n            },\n            {\n                \"essid\": \"Canova_xt\"\n            },\n            {\n                \"essid\": \"Canqin\\\\347\\\\232\\\\204 iPhone\"\n            },\n            {\n                \"essid\": \"cantrell_5\"\n            },\n            {\n                \"essid\": \"CantTouchThis\"\n            },\n            {\n                \"essid\": \"Canyon\"\n            },\n            {\n                \"essid\": \"Canyon de Chelly\"\n            },\n            {\n                \"essid\": \"CAPAOGA\"\n            },\n            {\n                \"essid\": \"capitalism kills\"\n            },\n            {\n                \"essid\": \"Capitol\"\n            },\n            {\n                \"essid\": \"CaponeBoltWifi\"\n            },\n            {\n                \"essid\": \"Caprese\"\n            },\n            {\n                \"essid\": \"CapSouth 2\"\n            },\n            {\n                \"essid\": \"Car\"\n            },\n            {\n                \"essid\": \"CAr\"\n            },\n            {\n                \"essid\": \"Car-04f7\"\n            },\n            {\n                \"essid\": \"Car-0706\"\n            },\n            {\n                \"essid\": \"Car-08de\"\n            },\n            {\n                \"essid\": \"Car-0bef\"\n            },\n            {\n                \"essid\": \"Car-108b\"\n            },\n            {\n                \"essid\": \"Car-1bd9\"\n            },\n            {\n                \"essid\": \"Car-1f79\"\n            },\n            {\n                \"essid\": \"Car-21cb\"\n            },\n            {\n                \"essid\": \"Car-2b53\"\n            },\n            {\n                \"essid\": \"Car-313f\"\n            },\n            {\n                \"essid\": \"Car-3233\"\n            },\n            {\n                \"essid\": \"Car-3385\"\n            },\n            {\n                \"essid\": \"Car-36af\"\n            },\n            {\n                \"essid\": \"Car-3737\"\n            },\n            {\n                \"essid\": \"Car-43b5\"\n            },\n            {\n                \"essid\": \"Car-4de3\"\n            },\n            {\n                \"essid\": \"CAR 54\"\n            },\n            {\n                \"essid\": \"Car-6a78\"\n            },\n            {\n                \"essid\": \"Car-6c38\"\n            },\n            {\n                \"essid\": \"Car-7794\"\n            },\n            {\n                \"essid\": \"Car-7b8e\"\n            },\n            {\n                \"essid\": \"Car-8471\"\n            },\n            {\n                \"essid\": \"Car-8bbe\"\n            },\n            {\n                \"essid\": \"Car-8bcb\"\n            },\n            {\n                \"essid\": \"car9000\"\n            },\n            {\n                \"essid\": \"Car-90d1\"\n            },\n            {\n                \"essid\": \"Car-9a9b\"\n            },\n            {\n                \"essid\": \"Car-9ad3\"\n            },\n            {\n                \"essid\": \"Car-9d4d\"\n            },\n            {\n                \"essid\": \"Car-a463\"\n            },\n            {\n                \"essid\": \"Car-a95f\"\n            },\n            {\n                \"essid\": \"Car-ab30\"\n            },\n            {\n                \"essid\": \"Cara mobile hotspot\"\n            },\n            {\n                \"essid\": \"carAp\"\n            },\n            {\n                \"essid\": \"CARARB\"\n            },\n            {\n                \"essid\": \"CARARB-N\"\n            },\n            {\n                \"essid\": \"CARB_155\"\n            },\n            {\n                \"essid\": \"Car-b2af\"\n            },\n            {\n                \"essid\": \"Car-b58f\"\n            },\n            {\n                \"essid\": \"Car-c152\"\n            },\n            {\n                \"essid\": \"Car-c613\"\n            },\n            {\n                \"essid\": \"Car-c7cf\"\n            },\n            {\n                \"essid\": \"Car-c7d9\"\n            },\n            {\n                \"essid\": \"Car-ca33\"\n            },\n            {\n                \"essid\": \"Car camera tc\"\n            },\n            {\n                \"essid\": \"Car-cc01\"\n            },\n            {\n                \"essid\": \"Car-cc03\"\n            },\n            {\n                \"essid\": \"Car-cf3c\"\n            },\n            {\n                \"essid\": \"CarConnect\"\n            },\n            {\n                \"essid\": \"Carcoustics-Guest\"\n            },\n            {\n                \"essid\": \"Car-d423\"\n            },\n            {\n                \"essid\": \"Car-d585\"\n            },\n            {\n                \"essid\": \"CARDAN\"\n            },\n            {\n                \"essid\": \"cardenas wifi\"\n            },\n            {\n                \"essid\": \"Cardona\"\n            },\n            {\n                \"essid\": \"CarDV-0FAC\"\n            },\n            {\n                \"essid\": \"CARDV_11c448\"\n            },\n            {\n                \"essid\": \"CARDV_11ccc9\"\n            },\n            {\n                \"essid\": \"CarDV-1ad4\"\n            },\n            {\n                \"essid\": \"CARDV_2468\"\n            },\n            {\n                \"essid\": \"CarDV-2754\"\n            },\n            {\n                \"essid\": \"CarDV-2b0e\"\n            },\n            {\n                \"essid\": \"CarDV-2ee5\"\n            },\n            {\n                \"essid\": \"CarDV-302C\"\n            },\n            {\n                \"essid\": \"CarDV-3164\"\n            },\n            {\n                \"essid\": \"CarDV-3601\"\n            },\n            {\n                \"essid\": \"CarDV-364F\"\n            },\n            {\n                \"essid\": \"CarDV-3ca2\"\n            },\n            {\n                \"essid\": \"CARDV-44334ca20418\"\n            },\n            {\n                \"essid\": \"CarDV-4B94\"\n            },\n            {\n                \"essid\": \"CarDV-581b\"\n            },\n            {\n                \"essid\": \"CarDV-6031\"\n            },\n            {\n                \"essid\": \"CarDV-6102\"\n            },\n            {\n                \"essid\": \"CarDV-6222\"\n            },\n            {\n                \"essid\": \"CarDV-7fbf\"\n            },\n            {\n                \"essid\": \"CarDV-80b2\"\n            },\n            {\n                \"essid\": \"CARDV_819619\"\n            },\n            {\n                \"essid\": \"CarDV-9867\"\n            },\n            {\n                \"essid\": \"CarDV-A084\"\n            },\n            {\n                \"essid\": \"CarDV-A5A2\"\n            },\n            {\n                \"essid\": \"CarDV-A648\"\n            },\n            {\n                \"essid\": \"CarDV-ab9f\"\n            },\n            {\n                \"essid\": \"CarDV-ac7a\"\n            },\n            {\n                \"essid\": \"CarDV-B43B\"\n            },\n            {\n                \"essid\": \"CarDV-bb13\"\n            },\n            {\n                \"essid\": \"CarDV-BC05\"\n            },\n            {\n                \"essid\": \"CarDV-be95\"\n            },\n            {\n                \"essid\": \"CarDV-C488\"\n            },\n            {\n                \"essid\": \"CarDV-DEA0\"\n            },\n            {\n                \"essid\": \"CarDV-E7AD\"\n            },\n            {\n                \"essid\": \"CarDV-e-9D\"\n            },\n            {\n                \"essid\": \"CarDV-F27C\"\n            },\n            {\n                \"essid\": \"CarDVR\"\n            },\n            {\n                \"essid\": \"CAR_DVR00e04c818b08\"\n            },\n            {\n                \"essid\": \"CAR_DVR00e04c819eb9\"\n            },\n            {\n                \"essid\": \"CAR_DVR-08ea4055559f\"\n            },\n            {\n                \"essid\": \"CAR_DVR-10a4be3e27fd\"\n            },\n            {\n                \"essid\": \"CAR_DVR-1ff3\"\n            },\n            {\n                \"essid\": \"CAR_DVR_449f\"\n            },\n            {\n                \"essid\": \"CAR-DVR_58b3fc94630b\"\n            },\n            {\n                \"essid\": \"CAR_DVRc0210d934c35\"\n            },\n            {\n                \"essid\": \"CarDVR_c46e7b18a660\"\n            },\n            {\n                \"essid\": \"CAR_DVR-e0b94df4a51a\"\n            },\n            {\n                \"essid\": \"CarDV_WIFI\"\n            },\n            {\n                \"essid\": \"CarDV-WIFI214b\"\n            },\n            {\n                \"essid\": \"CarDV-WIFI44334c209403\"\n            },\n            {\n                \"essid\": \"CarDV-WIFI806c\"\n            },\n            {\n                \"essid\": \"CarDV-WIFI85f4\"\n            },\n            {\n                \"essid\": \"CarDV-WIFI8c18d9dbe833\"\n            },\n            {\n                \"essid\": \"CarDV-WIFI91fa\"\n            },\n            {\n                \"essid\": \"CarDV-WIFIba37\"\n            },\n            {\n                \"essid\": \"Car-e02f\"\n            },\n            {\n                \"essid\": \"Car-e5c9\"\n            },\n            {\n                \"essid\": \"Car-e7b0\"\n            },\n            {\n                \"essid\": \"Car-e831\"\n            },\n            {\n                \"essid\": \"Carey 12\"\n            },\n            {\n                \"essid\": \"Carey 18\"\n            },\n            {\n                \"essid\": \"Carey 30\"\n            },\n            {\n                \"essid\": \"Carey 33\"\n            },\n            {\n                \"essid\": \"Carey 42\"\n            },\n            {\n                \"essid\": \"Carey 56\"\n            },\n            {\n                \"essid\": \"Carey 802\"\n            },\n            {\n                \"essid\": \"CarEZ\"\n            },\n            {\n                \"essid\": \"CarEZ-5g\"\n            },\n            {\n                \"essid\": \"Car EZ Finance\"\n            },\n            {\n                \"essid\": \"Car EZ Finance-5G\"\n            },\n            {\n                \"essid\": \"CarFi\"\n            },\n            {\n                \"essid\": \"Car-Fi\"\n            },\n            {\n                \"essid\": \"Cargo\"\n            },\n            {\n                \"essid\": \"Cargo Apple\"\n            },\n            {\n                \"essid\": \"CARGOLT 351\"\n            },\n            {\n                \"essid\": \"Car Hotspot\"\n            },\n            {\n                \"essid\": \"carina WiFi\"\n            },\n            {\n                \"essid\": \"Carla Monica’s iPhone\"\n            },\n            {\n                \"essid\": \"carleton\"\n            },\n            {\n                \"essid\": \"CARLHOUSE2-2G\"\n            },\n            {\n                \"essid\": \"CarLinkAP298\"\n            },\n            {\n                \"essid\": \"CarloniBolt\"\n            },\n            {\n                \"essid\": \"Carlosn Colorado\"\n            },\n            {\n                \"essid\": \"Carlos’s iPhone\"\n            },\n            {\n                \"essid\": \"Carlos Wifi\"\n            },\n            {\n                \"essid\": \"Carlo Volt\"\n            },\n            {\n                \"essid\": \"carlovolvo\"\n            },\n            {\n                \"essid\": \"Carly5hz\"\n            },\n            {\n                \"essid\": \"Carmelita HS\"\n            },\n            {\n                \"essid\": \"Carmella\"\n            },\n            {\n                \"essid\": \"carmencas40\"\n            },\n            {\n                \"essid\": \"Carmens Audi\"\n            },\n            {\n                \"essid\": \"carmenswifi\"\n            },\n            {\n                \"essid\": \"carNet\"\n            },\n            {\n                \"essid\": \"Carol\"\n            },\n            {\n                \"essid\": \"Carolann2\"\n            },\n            {\n                \"essid\": \"Carol Cascada\"\n            },\n            {\n                \"essid\": \"Carolina_207\"\n            },\n            {\n                \"essid\": \"Carolina\\\\342\\\\200\\\\231s iPhone\"\n            },\n            {\n                \"essid\": \"Carolina Winds WiFi\"\n            },\n            {\n                \"essid\": \"Carolina Winds WiFi_EXT\"\n            },\n            {\n                \"essid\": \"CarolineDashCam\"\n            },\n            {\n                \"essid\": \"Caroline Duke’s iPhone\"\n            },\n            {\n                \"essid\": \"Carolines Cruze\"\n            },\n            {\n                \"essid\": \"Carolines Hotspot\"\n            },\n            {\n                \"essid\": \"Caroline’s iPhone\"\n            },\n            {\n                \"essid\": \"carolyn\"\n            },\n            {\n                \"essid\": \"CarolynsSilverado\"\n            },\n            {\n                \"essid\": \"Caro phone\"\n            },\n            {\n                \"essid\": \"CARPERSON\"\n            },\n            {\n                \"essid\": \"CarPlay08PB\"\n            },\n            {\n                \"essid\": \"CarPlay_0d36\"\n            },\n            {\n                \"essid\": \"CarPlay_179c\"\n            },\n            {\n                \"essid\": \"CarPlay_3e1a\"\n            },\n            {\n                \"essid\": \"CarPlay_517e\"\n            },\n            {\n                \"essid\": \"CarPlay_53c8\"\n            },\n            {\n                \"essid\": \"Carplay56369a\"\n            },\n            {\n                \"essid\": \"CarPlay_5dda\"\n            },\n            {\n                \"essid\": \"Carplay6406b9\"\n            },\n            {\n                \"essid\": \"Carplayc4d531\"\n            },\n            {\n                \"essid\": \"CarPlayMMI_a951\"\n            },\n            {\n                \"essid\": \"CarPlayMMI_f003\"\n            },\n            {\n                \"essid\": \"carplay_wifi\"\n            },\n            {\n                \"essid\": \"carplay_wifi_659b\"\n            },\n            {\n                \"essid\": \"carplay_wifi_f08e\"\n            },\n            {\n                \"essid\": \"CARQUEST\"\n            },\n            {\n                \"essid\": \"Carrera76\"\n            },\n            {\n                \"essid\": \"Carriage House\"\n            },\n            {\n                \"essid\": \"Carriage House-guest\"\n            },\n            {\n                \"essid\": \"Carries Volt\"\n            },\n            {\n                \"essid\": \"CARRILLO wifi\"\n            },\n            {\n                \"essid\": \"Carrin’s iPhone\"\n            },\n            {\n                \"essid\": \"carruts\"\n            },\n            {\n                \"essid\": \"carson\"\n            },\n            {\n                \"essid\": \"CarsonsCastle\"\n            },\n            {\n                \"essid\": \"Carsos Pasta Company\"\n            },\n            {\n                \"essid\": \"Car Speaker.a\"\n            },\n            {\n                \"essid\": \"Car Speaker.o\"\n            },\n            {\n                \"essid\": \"Carster\"\n            },\n            {\n                \"essid\": \"Carter\"\n            },\n            {\n                \"essid\": \"CarterGmc\"\n            },\n            {\n                \"essid\": \"CarTrackersRunner\"\n            },\n            {\n                \"essid\": \"Car TV.b\"\n            },\n            {\n                \"essid\": \"Car tv TV\"\n            },\n            {\n                \"essid\": \"Carver & Associates\"\n            },\n            {\n                \"essid\": \"car wifi\"\n            },\n            {\n                \"essid\": \"Carwifi\"\n            },\n            {\n                \"essid\": \"CarWiFi\"\n            },\n            {\n                \"essid\": \"Car WiFi\"\n            },\n            {\n                \"essid\": \"Car-WIFI\"\n            },\n            {\n                \"essid\": \"CAR WIFI\"\n            },\n            {\n                \"essid\": \"CARWIFIIMPALLA87\"\n            },\n            {\n                \"essid\": \"CarWofi\"\n            },\n            {\n                \"essid\": \"CARye asada\"\n            },\n            {\n                \"essid\": \"carygott\"\n            },\n            {\n                \"essid\": \"Cary silverado\"\n            },\n            {\n                \"essid\": \"cary的 iPhone\"\n            },\n            {\n                \"essid\": \"Casa\"\n            },\n            {\n                \"essid\": \"casaalba\"\n            },\n            {\n                \"essid\": \"CasaBamboo\"\n            },\n            {\n                \"essid\": \"Casabuena\"\n            },\n            {\n                \"essid\": \"Casabuena_5GEXT\"\n            },\n            {\n                \"essid\": \"Casaclyde\"\n            },\n            {\n                \"essid\": \"CasaGrandeAtlanta\"\n            },\n            {\n                \"essid\": \"CasaLupita\"\n            },\n            {\n                \"essid\": \"Casasan\"\n            },\n            {\n                \"essid\": \"cascio\"\n            },\n            {\n                \"essid\": \"caseyem\"\n            },\n            {\n                \"essid\": \"Caseylovescandy_2.4GHz\"\n            },\n            {\n                \"essid\": \"Caseys Silverado\"\n            },\n            {\n                \"essid\": \"Caseys Truck\"\n            },\n            {\n                \"essid\": \"CASEY WIFI\"\n            },\n            {\n                \"essid\": \"Cash Acadia\"\n            },\n            {\n                \"essid\": \"cashen\"\n            },\n            {\n                \"essid\": \"\\\"Cash\\\" ICMC \"\n            },\n            {\n                \"essid\": \"CashMoney\"\n            },\n            {\n                \"essid\": \"Casper\"\n            },\n            {\n                \"essid\": \"CASPER\"\n            },\n            {\n                \"essid\": \"casper2015\"\n            },\n            {\n                \"essid\": \"casperzblackvue\"\n            },\n            {\n                \"essid\": \"Cassandra\"\n            },\n            {\n                \"essid\": \"Cassidy\"\n            },\n            {\n                \"essid\": \"Cassidy\\\\342\\\\200\\\\231s iPhone\"\n            },\n            {\n                \"essid\": \"Cassie\"\n            },\n            {\n                \"essid\": \"Cassies iphone\"\n            },\n            {\n                \"essid\": \"Cast\"\n            },\n            {\n                \"essid\": \"Castanzo\"\n            },\n            {\n                \"essid\": \"castillo\"\n            },\n            {\n                \"essid\": \"castillobrenda87\"\n            },\n            {\n                \"essid\": \"castillo family\"\n            },\n            {\n                \"essid\": \"CastilloWIFi\"\n            },\n            {\n                \"essid\": \"Casting\"\n            },\n            {\n                \"essid\": \"CASTLE\"\n            },\n            {\n                \"essid\": \"Castle41510\"\n            },\n            {\n                \"essid\": \"Castle Black\"\n            },\n            {\n                \"essid\": \"Castle Bravo\"\n            },\n            {\n                \"essid\": \"castoff\"\n            },\n            {\n                \"essid\": \"Castrillo Cruze\"\n            },\n            {\n                \"essid\": \"Cast TV1207.e002\"\n            },\n            {\n                \"essid\": \"Cast TV2147.e002\"\n            },\n            {\n                \"essid\": \"Cast TV2445.e003\"\n            },\n            {\n                \"essid\": \"Cast TV2960.e003\"\n            },\n            {\n                \"essid\": \"Cast TV3024.e003\"\n            },\n            {\n                \"essid\": \"Cast TV3776.e003\"\n            },\n            {\n                \"essid\": \"Cast_TV3776.e003\"\n            },\n            {\n                \"essid\": \"Cast TV4667.e002\"\n            },\n            {\n                \"essid\": \"Cast TV6155.e002\"\n            },\n            {\n                \"essid\": \"Cast TV6185.e002\"\n            },\n            {\n                \"essid\": \"Cast TV8704.e002\"\n            },\n            {\n                \"essid\": \"Catalina\"\n            },\n            {\n                \"essid\": \"Catamarouter\"\n            },\n            {\n                \"essid\": \"Cateau\"\n            },\n            {\n                \"essid\": \"Cateau2.4\"\n            },\n            {\n                \"essid\": \"Cathbird\"\n            },\n            {\n                \"essid\": \"CATHOARDER\"\n            },\n            {\n                \"essid\": \"Cathy Cadillac\"\n            },\n            {\n                \"essid\": \"catimossi\"\n            },\n            {\n                \"essid\": \"catjeff1\"\n            },\n            {\n                \"essid\": \"Catman Scrothers\"\n            },\n            {\n                \"essid\": \"Catrina\"\n            },\n            {\n                \"essid\": \"CAT S41\"\n            },\n            {\n                \"essid\": \"CAT S41_1337\"\n            },\n            {\n                \"essid\": \"CAT S41_2984\"\n            },\n            {\n                \"essid\": \"CAT S41_4378\"\n            },\n            {\n                \"essid\": \"CAT S41_6844\"\n            },\n            {\n                \"essid\": \"CAT S41_9826\"\n            },\n            {\n                \"essid\": \"CatS48c\"\n            },\n            {\n                \"essid\": \"catsbolt\"\n            },\n            {\n                \"essid\": \"catscar\"\n            },\n            {\n                \"essid\": \"Cattown\"\n            },\n            {\n                \"essid\": \"CAUTION!!\"\n            },\n            {\n                \"essid\": \"CAV1_93D8\"\n            },\n            {\n                \"essid\": \"Cavalcanti GMC\"\n            },\n            {\n                \"essid\": \"Cavins\"\n            },\n            {\n                \"essid\": \"Cavins1\"\n            },\n            {\n                \"essid\": \"cawgls-2.4\"\n            },\n            {\n                \"essid\": \"Cayenne WIFI\"\n            },\n            {\n                \"essid\": \"cazby01\"\n            },\n            {\n                \"essid\": \"cb4210\"\n            },\n            {\n                \"essid\": \"CBCBM4\"\n            },\n            {\n                \"essid\": \"CBCBM5\"\n            },\n            {\n                \"essid\": \"CBCBM 5\"\n            },\n            {\n                \"essid\": \"CBCBM 6\"\n            },\n            {\n                \"essid\": \"CBCBM 7\"\n            },\n            {\n                \"essid\": \"CBCI-012F-2.4\"\n            },\n            {\n                \"essid\": \"CBCI-01B0-2.4\"\n            },\n            {\n                \"essid\": \"CBCI-0207-2.4\"\n            },\n            {\n                \"essid\": \"CBCI-043B-2.4\"\n            },\n            {\n                \"essid\": \"CBCI-043E-2.4\"\n            },\n            {\n                \"essid\": \"CBCI-043E-5\"\n            },\n            {\n                \"essid\": \"CBCI-052E-2.4\"\n            },\n            {\n                \"essid\": \"CBCI-07F8-2.4\"\n            },\n            {\n                \"essid\": \"CBCI-0944\"\n            },\n            {\n                \"essid\": \"CBCI-0D63-2.4\"\n            },\n            {\n                \"essid\": \"CBCI-0E3B-2.4\"\n            },\n            {\n                \"essid\": \"CBCI-0EA0-2.4\"\n            },\n            {\n                \"essid\": \"CBCI-1220\"\n            },\n            {\n                \"essid\": \"CBCI-12D4-2.4\"\n            },\n            {\n                \"essid\": \"CBCI-13C6-2.4\"\n            },\n            {\n                \"essid\": \"CBCI-13C6-5\"\n            },\n            {\n                \"essid\": \"CBCI-18E5-2.4\"\n            },\n            {\n                \"essid\": \"CBCI-1B6E-2.4\"\n            },\n            {\n                \"essid\": \"CBCI-1E6C-2.4\"\n            },\n            {\n                \"essid\": \"CBCI-217A-2.4_2GEXT\"\n            },\n            {\n                \"essid\": \"CBCI-217A-2.4_EXT\"\n            },\n            {\n                \"essid\": \"CBCI-2201-2.4\"\n            },\n            {\n                \"essid\": \"CBCI-273D-2.4\"\n            },\n            {\n                \"essid\": \"CBCI-2919-2.4\"\n            },\n            {\n                \"essid\": \"CBCI-2A76-2.4\"\n            },\n            {\n                \"essid\": \"CBCI-2AD9-2.4\"\n            },\n            {\n                \"essid\": \"CBCI-2CFA-2.4\"\n            },\n            {\n                \"essid\": \"CBCI-2D26-2.4\"\n            },\n            {\n                \"essid\": \"CBCI-2F51-2.4\"\n            },\n            {\n                \"essid\": \"CBCI-312C-2.4\"\n            },\n            {\n                \"essid\": \"CBCI-3322\"\n            },\n            {\n                \"essid\": \"CBCI-34C9-2.4\"\n            },\n            {\n                \"essid\": \"CBCI-3560-2.4\"\n            },\n            {\n                \"essid\": \"CBCI-35DC-2.4\"\n            },\n            {\n                \"essid\": \"CBCI-37DD-2.4\"\n            },\n            {\n                \"essid\": \"CBCI-3872-2.4\"\n            },\n            {\n                \"essid\": \"CBCI-3A22-2.4\"\n            },\n            {\n                \"essid\": \"CBCI-3AFD-2.4\"\n            },\n            {\n                \"essid\": \"CBCI-3B70-2.4\"\n            },\n            {\n                \"essid\": \"CBCI-3B70-5\"\n            },\n            {\n                \"essid\": \"CBCI-3BB1-2.4\"\n            },\n            {\n                \"essid\": \"CBCI-3BF3-2.4\"\n            },\n            {\n                \"essid\": \"CBCI-3D6C-2\"\n            },\n            {\n                \"essid\": \"CBCI-3D6C-2.4\"\n            },\n            {\n                \"essid\": \"CBCI-3D6C-5\"\n            },\n            {\n                \"essid\": \"CBCI-3D89-2.4\"\n            },\n            {\n                \"essid\": \"CBCI-3F22-2.4\"\n            },\n            {\n                \"essid\": \"CBCI-43C6-2.4\"\n            },\n            {\n                \"essid\": \"CBCI-44E5-2.4\"\n            },\n            {\n                \"essid\": \"CBCI-45AC-2.4\"\n            },\n            {\n                \"essid\": \"CBCI-4898-2.4\"\n            },\n            {\n                \"essid\": \"CBCI-4B60-2.4\"\n            },\n            {\n                \"essid\": \"CBCI-4B73-2.4\"\n            },\n            {\n                \"essid\": \"CBCI-4BD2\"\n            },\n            {\n                \"essid\": \"CBCI-4DBE-2.4\"\n            },\n            {\n                \"essid\": \"CBCI-4DC5-2.4\"\n            },\n            {\n                \"essid\": \"CBCI-4E9D-2.4\"\n            },\n            {\n                \"essid\": \"CBCI-4F79-2.4\"\n            },\n            {\n                \"essid\": \"CBCI-50B5-2.4\"\n            },\n            {\n                \"essid\": \"CBCI-50B5-5\"\n            },\n            {\n                \"essid\": \"CBCI-536C-2.4\"\n            },\n            {\n                \"essid\": \"CBCI-53DA-2.4\"\n            },\n            {\n                \"essid\": \"CBCI-5497-2.4\"\n            },\n            {\n                \"essid\": \"CBCI-54EF-2.4\"\n            },\n            {\n                \"essid\": \"CBCI-54EF-5\"\n            },\n            {\n                \"essid\": \"CBCI-558B-2.4\"\n            },\n            {\n                \"essid\": \"CBCI-5607-2.4\"\n            },\n            {\n                \"essid\": \"CBCI-56A7-2.4\"\n            },\n            {\n                \"essid\": \"CBCI-56D2-2.4\"\n            },\n            {\n                \"essid\": \"CBCI-573C-5\"\n            },\n            {\n                \"essid\": \"CBCI-57C9-2.4\"\n            },\n            {\n                \"essid\": \"CBCI-5897-2.4\"\n            },\n            {\n                \"essid\": \"CBCI-59D5-2.4\"\n            },\n            {\n                \"essid\": \"CBCI-5D7A-2.4\"\n            },\n            {\n                \"essid\": \"CBCI-5EEC-2.4\"\n            },\n            {\n                \"essid\": \"CBCI-5FC8-2.4\"\n            },\n            {\n                \"essid\": \"CBCI-60F1-2.4\"\n            },\n            {\n                \"essid\": \"CBCI-61B5\"\n            },\n            {\n                \"essid\": \"CBCI-620A-2.4\"\n            },\n            {\n                \"essid\": \"CBCI-6316-2.4\"\n            },\n            {\n                \"essid\": \"CBCI-6316-5\"\n            },\n            {\n                \"essid\": \"CBCI-656F-2.4\"\n            },\n            {\n                \"essid\": \"CBCI-65B1-2.4\"\n            },\n            {\n                \"essid\": \"CBCI-65B1-5\"\n            },\n            {\n                \"essid\": \"CBCI-668D-2.4\"\n            },\n            {\n                \"essid\": \"CBCI-66F6-2.4\"\n            },\n            {\n                \"essid\": \"CBCI-6712-2.4\"\n            },\n            {\n                \"essid\": \"CBCI-6851-2.4\"\n            },\n            {\n                \"essid\": \"CBCI-6853-2.4\"\n            },\n            {\n                \"essid\": \"CBCI-6853-5\"\n            },\n            {\n                \"essid\": \"CBCI-690F-2.4\"\n            },\n            {\n                \"essid\": \"CBCI-699D-2.4\"\n            },\n            {\n                \"essid\": \"CBCI-6E62-2.4\"\n            },\n            {\n                \"essid\": \"CBCI-6EA8-2.4\"\n            },\n            {\n                \"essid\": \"CBCI-6F41-2.4\"\n            },\n            {\n                \"essid\": \"CBCI-6F64-2.4\"\n            },\n            {\n                \"essid\": \"CBCI-6F9A-2.4\"\n            },\n            {\n                \"essid\": \"CBCI-6F9D-2.4\"\n            },\n            {\n                \"essid\": \"CBCI-73BE-2.4\"\n            },\n            {\n                \"essid\": \"CBCI-7446-2.4\"\n            },\n            {\n                \"essid\": \"CBCI-7685-2.4\"\n            },\n            {\n                \"essid\": \"CBCI-77C4-2.4\"\n            },\n            {\n                \"essid\": \"CBCI-7817-2.4\"\n            },\n            {\n                \"essid\": \"CBCI-7817-5\"\n            },\n            {\n                \"essid\": \"CBCI-792B-2.4\"\n            },\n            {\n                \"essid\": \"CBCI-7AA3-2.4\"\n            },\n            {\n                \"essid\": \"CBCI-7B14\"\n            },\n            {\n                \"essid\": \"CBCI-7B1E-2.4\"\n            },\n            {\n                \"essid\": \"CBCI-7BED-2.4\"\n            },\n            {\n                \"essid\": \"CBCI-7ED6\"\n            },\n            {\n                \"essid\": \"CBCI-822F-2.4\"\n            },\n            {\n                \"essid\": \"CBCI-8327-2.4\"\n            },\n            {\n                \"essid\": \"CBCI-8407-2.4\"\n            },\n            {\n                \"essid\": \"CBCI-8869-2.4\"\n            },\n            {\n                \"essid\": \"CBCI-8869-5\"\n            },\n            {\n                \"essid\": \"CBCI-8AA4-2.4\"\n            },\n            {\n                \"essid\": \"CBCI-8F1A-2.4\"\n            },\n            {\n                \"essid\": \"CBCI-9030-2.4\"\n            },\n            {\n                \"essid\": \"CBCI-90EA-2.4\"\n            },\n            {\n                \"essid\": \"CBCI-9164-2.4\"\n            },\n            {\n                \"essid\": \"CBCI-9164-5\"\n            },\n            {\n                \"essid\": \"CBCI-9276-5\"\n            },\n            {\n                \"essid\": \"CBCI-92A3-2.4\"\n            },\n            {\n                \"essid\": \"CBCI-9334-2.4\"\n            },\n            {\n                \"essid\": \"CBCI-9430-2.4_2GEXT\"\n            },\n            {\n                \"essid\": \"CBCI-95FE-2.4\"\n            },\n            {\n                \"essid\": \"CBCI-96FD-2.4\"\n            },\n            {\n                \"essid\": \"CBCI-96FD-5\"\n            },\n            {\n                \"essid\": \"CBCI-9829-2.4\"\n            },\n            {\n                \"essid\": \"CBCI-989C-2.4\"\n            },\n            {\n                \"essid\": \"CBCI-98F6-2.4\"\n            },\n            {\n                \"essid\": \"CBCI-9A22-2.4\"\n            },\n            {\n                \"essid\": \"CBCI-9A27-2.4\"\n            },\n            {\n                \"essid\": \"CBCI-9A3A-2.4\"\n            },\n            {\n                \"essid\": \"CBCI-9B1C-2.4\"\n            },\n            {\n                \"essid\": \"CBCI-9D73-2.4\"\n            },\n            {\n                \"essid\": \"CBCI-9DE6-2.4\"\n            },\n            {\n                \"essid\": \"CBCI-9E04-2.4\"\n            },\n            {\n                \"essid\": \"CBCI-9E3A-2.4\"\n            },\n            {\n                \"essid\": \"CBCI-9FB4-2.4\"\n            },\n            {\n                \"essid\": \"CBCI-A0D9-2.4\"\n            },\n            {\n                \"essid\": \"CBCI-A187-2.4\"\n            },\n            {\n                \"essid\": \"CBCI-A20E-2.4\"\n            },\n            {\n                \"essid\": \"CBCI-A221-2.4\"\n            },\n            {\n                \"essid\": \"CBCI-AA5A-2.4\"\n            },\n            {\n                \"essid\": \"CBCI-AB02-2.4\"\n            },\n            {\n                \"essid\": \"CBCI-ABF4-2.4\"\n            },\n            {\n                \"essid\": \"CBCI-AC03-2.4\"\n            },\n            {\n                \"essid\": \"CBCI-AC1D-2.4\"\n            },\n            {\n                \"essid\": \"CBCI-ADC5-2.4\"\n            },\n            {\n                \"essid\": \"CBCI-AF82-2.4\"\n            },\n            {\n                \"essid\": \"CBCI-B0C3-2.4\"\n            },\n            {\n                \"essid\": \"CBCI-B257-2.4\"\n            },\n            {\n                \"essid\": \"CBCI-B331-2.4\"\n            },\n            {\n                \"essid\": \"CBCI-B62C-2.4\"\n            },\n            {\n                \"essid\": \"CBCI-B654-2.4\"\n            },\n            {\n                \"essid\": \"CBCI-B67E-2.4\"\n            },\n            {\n                \"essid\": \"CBCI-B6D8-2.4\"\n            },\n            {\n                \"essid\": \"CBCI-B764-2.4\"\n            },\n            {\n                \"essid\": \"CBCI-B98A-2.4\"\n            },\n            {\n                \"essid\": \"CBCI-BBB1-2.4\"\n            },\n            {\n                \"essid\": \"CBCI-BE67-2.4\"\n            },\n            {\n                \"essid\": \"CBCI-BFA0-2.4\"\n            },\n            {\n                \"essid\": \"CBCI-C14A-2.4\"\n            },\n            {\n                \"essid\": \"CBCI-C6CF-2.4\"\n            },\n            {\n                \"essid\": \"CBCI-C701-2.4\"\n            },\n            {\n                \"essid\": \"CBCI-C77C-2.4\"\n            },\n            {\n                \"essid\": \"CBCI-C787-2.4\"\n            },\n            {\n                \"essid\": \"CBCI-CAB6-5\"\n            },\n            {\n                \"essid\": \"CBCI-CE47-2.4\"\n            },\n            {\n                \"essid\": \"CBCI-CE47-5\"\n            },\n            {\n                \"essid\": \"CBCI-CF10\"\n            },\n            {\n                \"essid\": \"CBCI-D0C9-2.4\"\n            },\n            {\n                \"essid\": \"CBCI-D151-2.4\"\n            },\n            {\n                \"essid\": \"CBCI-D1B3-2.4\"\n            },\n            {\n                \"essid\": \"CBCI-D1B3-5\"\n            },\n            {\n                \"essid\": \"CBCI-D2EB-2.4\"\n            },\n            {\n                \"essid\": \"CBCI-D335-2.4\"\n            },\n            {\n                \"essid\": \"CBCI-D37A-2.4\"\n            },\n            {\n                \"essid\": \"CBCI-D3CC-2.4\"\n            },\n            {\n                \"essid\": \"CBCI-D482-2.4\"\n            },\n            {\n                \"essid\": \"CBCI-D5BE\"\n            },\n            {\n                \"essid\": \"CBCI-D7CB-2.4\"\n            },\n            {\n                \"essid\": \"CBCI-D8C3-2.4\"\n            },\n            {\n                \"essid\": \"CBCI-D9C3-2.4\"\n            },\n            {\n                \"essid\": \"CBCI-DA75-5\"\n            },\n            {\n                \"essid\": \"CBCI-DD09-2.4\"\n            },\n            {\n                \"essid\": \"CBCI-DEFA-2.4\"\n            },\n            {\n                \"essid\": \"CBCI-E316-2.4\"\n            },\n            {\n                \"essid\": \"CBCI-E32B-2.4\"\n            },\n            {\n                \"essid\": \"CBCI-E3AB-2.4\"\n            },\n            {\n                \"essid\": \"CBCI-E46A-2.4\"\n            },\n            {\n                \"essid\": \"CBCI-E5FC-2.4\"\n            },\n            {\n                \"essid\": \"CBCI-E7CA-2.4\"\n            },\n            {\n                \"essid\": \"CBCI-F0B1-2.4\"\n            },\n            {\n                \"essid\": \"CBCI-F0E7-2.4\"\n            },\n            {\n                \"essid\": \"CBCI-F16E-2.4\"\n            },\n            {\n                \"essid\": \"CBCI-F189-2.4\"\n            },\n            {\n                \"essid\": \"CBCI-F191-2.4\"\n            },\n            {\n                \"essid\": \"CBCI-F295-2.4\"\n            },\n            {\n                \"essid\": \"CBCI-F3C3-2.4\"\n            },\n            {\n                \"essid\": \"CBCI-F50A-2.4\"\n            },\n            {\n                \"essid\": \"CBCI-F916-2.4\"\n            },\n            {\n                \"essid\": \"CBCI-FAFD-2.4\"\n            },\n            {\n                \"essid\": \"CBCI-FC69-2.4\"\n            },\n            {\n                \"essid\": \"CBCI-FC6A-2.4\"\n            },\n            {\n                \"essid\": \"CBCI-FCF1-2.4\"\n            },\n            {\n                \"essid\": \"CBCI-FD6F-2.4\"\n            },\n            {\n                \"essid\": \"CBCI-FED6-2.4\"\n            },\n            {\n                \"essid\": \"CBCI-FF8B-2.4\"\n            },\n            {\n                \"essid\": \"CBCI-FF8B-5\"\n            },\n            {\n                \"essid\": \"CBD_Internal\"\n            },\n            {\n                \"essid\": \"CBellavia\"\n            },\n            {\n                \"essid\": \"cbernal\"\n            },\n            {\n                \"essid\": \"CBMar_admin\"\n            },\n            {\n                \"essid\": \"CBRE\"\n            },\n            {\n                \"essid\": \"CBT111\"\n            },\n            {\n                \"essid\": \"cbweathe\"\n            },\n            {\n                \"essid\": \"cbx00019\"\n            },\n            {\n                \"essid\": \"CBX00039\"\n            },\n            {\n                \"essid\": \"cbx00043\"\n            },\n            {\n                \"essid\": \"CBX00075\"\n            },\n            {\n                \"essid\": \"CBX00121\"\n            },\n            {\n                \"essid\": \"CBX00229\"\n            },\n            {\n                \"essid\": \"CBX00231\"\n            },\n            {\n                \"essid\": \"CBX00245\"\n            },\n            {\n                \"essid\": \"CBX00257\"\n            },\n            {\n                \"essid\": \"cbx00401\"\n            },\n            {\n                \"essid\": \"cbx00402\"\n            },\n            {\n                \"essid\": \"cbx00403\"\n            },\n            {\n                \"essid\": \"cbx00408\"\n            },\n            {\n                \"essid\": \"cbx00409\"\n            },\n            {\n                \"essid\": \"cbx00410\"\n            },\n            {\n                \"essid\": \"cbx00412\"\n            },\n            {\n                \"essid\": \"cbx00413\"\n            },\n            {\n                \"essid\": \"cbx00415\"\n            },\n            {\n                \"essid\": \"cbx00419\"\n            },\n            {\n                \"essid\": \"cbx00420\"\n            },\n            {\n                \"essid\": \"cbx00422\"\n            },\n            {\n                \"essid\": \"cbx00424\"\n            },\n            {\n                \"essid\": \"cbx00428\"\n            },\n            {\n                \"essid\": \"cbx00429\"\n            },\n            {\n                \"essid\": \"cbx00430\"\n            },\n            {\n                \"essid\": \"cbx00433\"\n            },\n            {\n                \"essid\": \"cbx00441\"\n            },\n            {\n                \"essid\": \"cbx00442\"\n            },\n            {\n                \"essid\": \"cbx00445\"\n            },\n            {\n                \"essid\": \"cbx00448\"\n            },\n            {\n                \"essid\": \"cbx00449\"\n            },\n            {\n                \"essid\": \"cbx00450\"\n            },\n            {\n                \"essid\": \"cbx00453\"\n            },\n            {\n                \"essid\": \"cbx00454\"\n            },\n            {\n                \"essid\": \"cbx00455\"\n            },\n            {\n                \"essid\": \"cbx00459\"\n            },\n            {\n                \"essid\": \"cbx00460\"\n            },\n            {\n                \"essid\": \"cbx00461\"\n            },\n            {\n                \"essid\": \"cbx00462\"\n            },\n            {\n                \"essid\": \"cbx00465\"\n            },\n            {\n                \"essid\": \"cbx00468\"\n            },\n            {\n                \"essid\": \"cbx00469\"\n            },\n            {\n                \"essid\": \"cbx00470\"\n            },\n            {\n                \"essid\": \"cbx00473\"\n            },\n            {\n                \"essid\": \"cbx00474\"\n            },\n            {\n                \"essid\": \"cbx00480\"\n            },\n            {\n                \"essid\": \"cbx00491\"\n            },\n            {\n                \"essid\": \"cbx00495\"\n            },\n            {\n                \"essid\": \"C&C\"\n            },\n            {\n                \"essid\": \"CC\\\\342\\\\200\\\\231s iPhone\"\n            },\n            {\n                \"essid\": \"cca\"\n            },\n            {\n                \"essid\": \"CCB HOME\"\n            },\n            {\n                \"essid\": \"ccclark\"\n            },\n            {\n                \"essid\": \"CCCM\"\n            },\n            {\n                \"essid\": \"CCE\"\n            },\n            {\n                \"essid\": \"CCEwifi\"\n            },\n            {\n                \"essid\": \"C & C Freight Wifi\"\n            },\n            {\n                \"essid\": \"CCG1st\"\n            },\n            {\n                \"essid\": \"ccg_60\"\n            },\n            {\n                \"essid\": \"CCGGuest\"\n            },\n            {\n                \"essid\": \"CCGI-F-01a\"\n            },\n            {\n                \"essid\": \"CCG_Office\"\n            },\n            {\n                \"essid\": \"CCGWLAN\"\n            },\n            {\n                \"essid\": \"CCGWLAN-guest\"\n            },\n            {\n                \"essid\": \"CClanton\"\n            },\n            {\n                \"essid\": \"CC Mobile Hotspot 14665660EF\"\n            },\n            {\n                \"essid\": \"Ccope1996\"\n            },\n            {\n                \"essid\": \"CCSD\"\n            },\n            {\n                \"essid\": \"CCSD_Secure\"\n            },\n            {\n                \"essid\": \"CCTV\"\n            },\n            {\n                \"essid\": \"cctv-VIMM\"\n            },\n            {\n                \"essid\": \"C&C Wifi\"\n            },\n            {\n                \"essid\": \"CCW-LOWFI\"\n            },\n            {\n                \"essid\": \"CCWNC\"\n            },\n            {\n                \"essid\": \"C&D 2.4\"\n            },\n            {\n                \"essid\": \"CD3\"\n            },\n            {\n                \"essid\": \"CDPH Device\"\n            },\n            {\n                \"essid\": \"CDSWIRELESS\"\n            },\n            {\n                \"essid\": \"C Dubba Dee\"\n            },\n            {\n                \"essid\": \"CDWiFi\"\n            },\n            {\n                \"essid\": \"cece\"\n            },\n            {\n                \"essid\": \"CEC-Employee\"\n            },\n            {\n                \"essid\": \"CE Corporate WiFi\"\n            },\n            {\n                \"essid\": \"CECZEPEDA\"\n            },\n            {\n                \"essid\": \"Cedar Hill\"\n            },\n            {\n                \"essid\": \"Cedar Hill Guest\"\n            },\n            {\n                \"essid\": \"Cedar-Suite-2G\"\n            },\n            {\n                \"essid\": \"cedar_test\"\n            },\n            {\n                \"essid\": \"Cedar Wee Fee\"\n            },\n            {\n                \"essid\": \"CederFir Volt\"\n            },\n            {\n                \"essid\": \"CEG\"\n            },\n            {\n                \"essid\": \"CE Guest WiFi\"\n            },\n            {\n                \"essid\": \"Cehiemere\"\n            },\n            {\n                \"essid\": \"CEKPKS-2.4\"\n            },\n            {\n                \"essid\": \"celesia\"\n            },\n            {\n                \"essid\": \"Celesia\"\n            },\n            {\n                \"essid\": \"Celeste47\"\n            },\n            {\n                \"essid\": \"Celeste’s iPhone\"\n            },\n            {\n                \"essid\": \"Celinas Wifi\"\n            },\n            {\n                \"essid\": \"Celine\"\n            },\n            {\n                \"essid\": \"Cell culture\"\n            },\n            {\n                \"essid\": \"CellSpot_2.4GHz_61F0\"\n            },\n            {\n                \"essid\": \"CellSpot_2.4GHz_8590\"\n            },\n            {\n                \"essid\": \"CellSpot_2.4GHz_BAC0\"\n            },\n            {\n                \"essid\": \"CellSpot_2.4GHz_D440\"\n            },\n            {\n                \"essid\": \"CellSpot_5GHz_BAC0\"\n            },\n            {\n                \"essid\": \"CelticwayTruck\"\n            },\n            {\n                \"essid\": \"Cemco,\\\\342\\\\200\\\\231s iPhone\"\n            },\n            {\n                \"essid\": \"CEMS_Med70\"\n            },\n            {\n                \"essid\": \"Center for Autism\"\n            },\n            {\n                \"essid\": \"Center for Autism guest\"\n            },\n            {\n                \"essid\": \"CenterWiFi\"\n            },\n            {\n                \"essid\": \"centinela Wi-Fi de user\"\n            },\n            {\n                \"essid\": \"central\"\n            },\n            {\n                \"essid\": \"CentralIntellegence2.4\"\n            },\n            {\n                \"essid\": \"Century\"\n            },\n            {\n                \"essid\": \"Century Guest\"\n            },\n            {\n                \"essid\": \"CenturyLink1282\"\n            },\n            {\n                \"essid\": \"CenturyLink1558\"\n            },\n            {\n                \"essid\": \"CenturyLink3483\"\n            },\n            {\n                \"essid\": \"CenturyLink4125\"\n            },\n            {\n                \"essid\": \"Centurylink5561\"\n            },\n            {\n                \"essid\": \"CenturyLink6112\"\n            },\n            {\n                \"essid\": \"CenturyLink7907\"\n            },\n            {\n                \"essid\": \"CenturyLink8758\"\n            },\n            {\n                \"essid\": \"CenturyLink9157\"\n            },\n            {\n                \"essid\": \"cercorp\"\n            },\n            {\n                \"essid\": \"CerdasVolt\"\n            },\n            {\n                \"essid\": \"Cerda-Zein\"\n            },\n            {\n                \"essid\": \"Cerezita Love\"\n            },\n            {\n                \"essid\": \"cerguest\"\n            },\n            {\n                \"essid\": \"Cerise’s iPhone\"\n            },\n            {\n                \"essid\": \"cermobile\"\n            },\n            {\n                \"essid\": \"Cerrito 1\"\n            },\n            {\n                \"essid\": \"Cerrito 5G\"\n            },\n            {\n                \"essid\": \"Certified Fresh\"\n            },\n            {\n                \"essid\": \"Cesar’s iPhone\"\n            },\n            {\n                \"essid\": \"Cevita\"\n            },\n            {\n                \"essid\": \"cfa_alt\"\n            },\n            {\n                \"essid\": \"CFA Private Wi-Fi\"\n            },\n            {\n                \"essid\": \"CFX3\"\n            },\n            {\n                \"essid\": \"CFX3_55IM\"\n            },\n            {\n                \"essid\": \"CG\"\n            },\n            {\n                \"essid\": \"CG3000DV258\"\n            },\n            {\n                \"essid\": \"CG3000DV298\"\n            },\n            {\n                \"essid\": \"CG3000DV2A0\"\n            },\n            {\n                \"essid\": \"CG-Guest\"\n            },\n            {\n                \"essid\": \"CGLS - Corp\"\n            },\n            {\n                \"essid\": \"CGLS - Guest\"\n            },\n            {\n                \"essid\": \"CGNM-0138\"\n            },\n            {\n                \"essid\": \"CGNM-5BB8\"\n            },\n            {\n                \"essid\": \"CGNM-C728\"\n            },\n            {\n                \"essid\": \"CGNM-C898\"\n            },\n            {\n                \"essid\": \"CGNM-EFC8\"\n            },\n            {\n                \"essid\": \"CGNM-EFC8-5G\"\n            },\n            {\n                \"essid\": \"CGNM-F3A8\"\n            },\n            {\n                \"essid\": \"CGO3_3106F6\"\n            },\n            {\n                \"essid\": \"cgowder\"\n            },\n            {\n                \"essid\": \"cgreger\"\n            },\n            {\n                \"essid\": \"CGS-24\"\n            },\n            {\n                \"essid\": \"cgsign\"\n            },\n            {\n                \"essid\": \"CGSUVWIFI\"\n            },\n            {\n                \"essid\": \"CH1BBC4-7AA266AC6162-824970\"\n            },\n            {\n                \"essid\": \"Cha2\"\n            },\n            {\n                \"essid\": \"Chabad\"\n            },\n            {\n                \"essid\": \"chachi\"\n            },\n            {\n                \"essid\": \"Chacon Bolt\"\n            },\n            {\n                \"essid\": \"Chadboo1\"\n            },\n            {\n                \"essid\": \"Chads Chevy\"\n            },\n            {\n                \"essid\": \"Chads Truck\"\n            },\n            {\n                \"essid\": \"CHAIPSO\"\n            },\n            {\n                \"essid\": \"Chalbers\"\n            },\n            {\n                \"essid\": \"ChallengerTeemo\"\n            },\n            {\n                \"essid\": \"chally8\"\n            },\n            {\n                \"essid\": \"Chambers\"\n            },\n            {\n                \"essid\": \"champ2\"\n            },\n            {\n                \"essid\": \"champion\"\n            },\n            {\n                \"essid\": \"Champion - 3055\"\n            },\n            {\n                \"essid\": \"champion57-2.4\"\n            },\n            {\n                \"essid\": \"Champions\"\n            },\n            {\n                \"essid\": \"Chanakya\"\n            },\n            {\n                \"essid\": \"chance\"\n            },\n            {\n                \"essid\": \"ChanceDash\"\n            },\n            {\n                \"essid\": \"Chancher16\"\n            },\n            {\n                \"essid\": \"Chandlerspeech\"\n            },\n            {\n                \"essid\": \"chandras car\"\n            },\n            {\n                \"essid\": \"Chang Chevy Bolt\"\n            },\n            {\n                \"essid\": \"Change_Me\"\n            },\n            {\n                \"essid\": \"Change My Diaper\"\n            },\n            {\n                \"essid\": \"Changirec-258305\"\n            },\n            {\n                \"essid\": \"Changirec-259027\"\n            },\n            {\n                \"essid\": \"Changsoo\\\\342\\\\200\\\\231s iPhone\"\n            },\n            {\n                \"essid\": \"Chan-Imai\"\n            },\n            {\n                \"essid\": \"chanlee48\"\n            },\n            {\n                \"essid\": \"Chanman WiFi\"\n            },\n            {\n                \"essid\": \"chano81 wifi\"\n            },\n            {\n                \"essid\": \"chantaa68\"\n            },\n            {\n                \"essid\": \"Chantal\\\\342\\\\200\\\\231s iPhone\"\n            },\n            {\n                \"essid\": \"Chante\"\n            },\n            {\n                \"essid\": \"Chaos\"\n            },\n            {\n                \"essid\": \"ChaosmartCam\"\n            },\n            {\n                \"essid\": \"ChaosNetwork\"\n            },\n            {\n                \"essid\": \"chaplin\"\n            },\n            {\n                \"essid\": \"CHAPVN WiFi\"\n            },\n            {\n                \"essid\": \"Chargewheel\"\n            },\n            {\n                \"essid\": \"ChariotTransit\"\n            },\n            {\n                \"essid\": \"CHARIS\"\n            },\n            {\n                \"essid\": \"Charles\"\n            },\n            {\n                \"essid\": \"CharlesBolt\"\n            },\n            {\n                \"essid\": \"charlescruze\"\n            },\n            {\n                \"essid\": \"CharlestonPool\"\n            },\n            {\n                \"essid\": \"Charlie5288\"\n            },\n            {\n                \"essid\": \"Charliepizarro\"\n            },\n            {\n                \"essid\": \"Charlies-Guest\"\n            },\n            {\n                \"essid\": \"Charlies_PRVT\"\n            },\n            {\n                \"essid\": \"CharliesWifi\"\n            },\n            {\n                \"essid\": \"CharlieVW\"\n            },\n            {\n                \"essid\": \"Charliiee’s Phone \"\n            },\n            {\n                \"essid\": \"Charlotte\"\n            },\n            {\n                \"essid\": \"Charlys\"\n            },\n            {\n                \"essid\": \"charmy\"\n            },\n            {\n                \"essid\": \"Charter\"\n            },\n            {\n                \"essid\": \"chas1122\"\n            },\n            {\n                \"essid\": \"Chases Camaro\"\n            },\n            {\n                \"essid\": \"ChassyV\"\n            },\n            {\n                \"essid\": \"Chastity\"\n            },\n            {\n                \"essid\": \"Chatalet\"\n            },\n            {\n                \"essid\": \"Chateau Private\"\n            },\n            {\n                \"essid\": \"ChattahoocheeYogaGuest\"\n            },\n            {\n                \"essid\": \"Chawkes\"\n            },\n            {\n                \"essid\": \"Chawkins3374\"\n            },\n            {\n                \"essid\": \"chaycos tahoe\"\n            },\n            {\n                \"essid\": \"Chayos CRV\"\n            },\n            {\n                \"essid\": \"Chaz n Ginger\"\n            },\n            {\n                \"essid\": \"Cheatham-WAP\"\n            },\n            {\n                \"essid\": \"CHECKIN\"\n            },\n            {\n                \"essid\": \"CHECKIN_EXT\"\n            },\n            {\n                \"essid\": \"chedis-guest\"\n            },\n            {\n                \"essid\": \"Cheets\"\n            },\n            {\n                \"essid\": \"cheezymobile\"\n            },\n            {\n                \"essid\": \"chefjennicpa\"\n            },\n            {\n                \"essid\": \"Che Guevara \"\n            },\n            {\n                \"essid\": \"Chejo22\"\n            },\n            {\n                \"essid\": \"chele\"\n            },\n            {\n                \"essid\": \"chele_RE\"\n            },\n            {\n                \"essid\": \"chelseas caddy\"\n            },\n            {\n                \"essid\": \"Chelsea TRAX\"\n            },\n            {\n                \"essid\": \"chemas hotspot\"\n            },\n            {\n                \"essid\": \"Chemence-WiFi\"\n            },\n            {\n                \"essid\": \"Chene Cruze\"\n            },\n            {\n                \"essid\": \"chengchetsai\"\n            },\n            {\n                \"essid\": \"Cheng’s iPhone\"\n            },\n            {\n                \"essid\": \"chepe\"\n            },\n            {\n                \"essid\": \"Cher Malibu\"\n            },\n            {\n                \"essid\": \"CHERRY\"\n            },\n            {\n                \"essid\": \"CherryHome\"\n            },\n            {\n                \"essid\": \"Cheryl iphone\"\n            },\n            {\n                \"essid\": \"cherylsealy\"\n            },\n            {\n                \"essid\": \"cherylstruck\"\n            },\n            {\n                \"essid\": \"chester\"\n            },\n            {\n                \"essid\": \"CHESTERS_BBQ\"\n            },\n            {\n                \"essid\": \"chevrolet\"\n            },\n            {\n                \"essid\": \"Chevrolet\"\n            },\n            {\n                \"essid\": \"Chevron\"\n            },\n            {\n                \"essid\": \"CHEVRON\"\n            },\n            {\n                \"essid\": \"Chevron2G\"\n            },\n            {\n                \"essid\": \"Chevron5G\"\n            },\n            {\n                \"essid\": \"chevy\"\n            },\n            {\n                \"essid\": \"Chevy0018\"\n            },\n            {\n                \"essid\": \"Chevy 100\"\n            },\n            {\n                \"essid\": \"Chevy15\"\n            },\n            {\n                \"essid\": \"Chevy18\"\n            },\n            {\n                \"essid\": \"Chevy2016\"\n            },\n            {\n                \"essid\": \"Chevy2019\"\n            },\n            {\n                \"essid\": \"Chevy 3500\"\n            },\n            {\n                \"essid\": \"Chevy 3500HD\"\n            },\n            {\n                \"essid\": \"chevy415\"\n            },\n            {\n                \"essid\": \"chevy baby\"\n            },\n            {\n                \"essid\": \"chevybasel\"\n            },\n            {\n                \"essid\": \"chevybolt\"\n            },\n            {\n                \"essid\": \"Chevybolt\"\n            },\n            {\n                \"essid\": \"ChevyBolt\"\n            },\n            {\n                \"essid\": \"Chevy Bolt\"\n            },\n            {\n                \"essid\": \"Chevy Bolt Wifi\"\n            },\n            {\n                \"essid\": \"Chevy Chase\"\n            },\n            {\n                \"essid\": \"Chevy Civic Cruze\"\n            },\n            {\n                \"essid\": \"ChevyColorado\"\n            },\n            {\n                \"essid\": \"ChevyCruze\"\n            },\n            {\n                \"essid\": \"CHEVYCRUZE\"\n            },\n            {\n                \"essid\": \"ChevyCruzie\"\n            },\n            {\n                \"essid\": \"Chevy E\"\n            },\n            {\n                \"essid\": \"Chevy Equinox Wifi\"\n            },\n            {\n                \"essid\": \"ChevyFi\"\n            },\n            {\n                \"essid\": \"ChevyGirl\"\n            },\n            {\n                \"essid\": \"Chevy Girl\"\n            },\n            {\n                \"essid\": \"ChevyLG\"\n            },\n            {\n                \"essid\": \"Chevym\"\n            },\n            {\n                \"essid\": \"chevy perez\"\n            },\n            {\n                \"essid\": \"Chevys\"\n            },\n            {\n                \"essid\": \"ChevyShowroom\"\n            },\n            {\n                \"essid\": \"chevy spark\"\n            },\n            {\n                \"essid\": \"Chevy Suburban\"\n            },\n            {\n                \"essid\": \"ChevyTah0e1\"\n            },\n            {\n                \"essid\": \"chevyvolt\"\n            },\n            {\n                \"essid\": \"CHEVYWEVY\"\n            },\n            {\n                \"essid\": \"Chevy Wifi\"\n            },\n            {\n                \"essid\": \"Chevy WiFi\"\n            },\n            {\n                \"essid\": \"Chevyy\"\n            },\n            {\n                \"essid\": \"ChexicanMama\"\n            },\n            {\n                \"essid\": \"ChezLouisianaise_2G\"\n            },\n            {\n                \"essid\": \"cheznous\"\n            },\n            {\n                \"essid\": \"chi\"\n            },\n            {\n                \"essid\": \"Chi\"\n            },\n            {\n                \"essid\": \"Chianti11\"\n            },\n            {\n                \"essid\": \"chicago\"\n            },\n            {\n                \"essid\": \"Chicago\"\n            },\n            {\n                \"essid\": \"chicha\"\n            },\n            {\n                \"essid\": \"Chichenbones\"\n            },\n            {\n                \"essid\": \"Chicken House\"\n            },\n            {\n                \"essid\": \"chickennuggets\"\n            },\n            {\n                \"essid\": \"Chick-fil-A WiFi\"\n            },\n            {\n                \"essid\": \"Chick-fil-A Wi-Fi\"\n            },\n            {\n                \"essid\": \"Chief 901\"\n            },\n            {\n                \"essid\": \"chili\"\n            },\n            {\n                \"essid\": \"Chili707\"\n            },\n            {\n                \"essid\": \"Chili's Guest Wifi\"\n            },\n            {\n                \"essid\": \"chill528\"\n            },\n            {\n                \"essid\": \"ChimePro-12D51F\"\n            },\n            {\n                \"essid\": \"ChimePro-17AADE\"\n            },\n            {\n                \"essid\": \"Chinh Silverado\"\n            },\n            {\n                \"essid\": \"Chipper\"\n            },\n            {\n                \"essid\": \"ChiPuTao\"\n            },\n            {\n                \"essid\": \"Chiseen\"\n            },\n            {\n                \"essid\": \"Chismosa\"\n            },\n            {\n                \"essid\": \"Chitowngirl\"\n            },\n            {\n                \"essid\": \"Chitty Traverse\"\n            },\n            {\n                \"essid\": \"Chivis\"\n            },\n            {\n                \"essid\": \"CHIWEI76\"\n            },\n            {\n                \"essid\": \"Chi Zhang\"\n            },\n            {\n                \"essid\": \"Chloe\"\n            },\n            {\n                \"essid\": \"Chloe Beck’s iPhone\"\n            },\n            {\n                \"essid\": \"Chloe’s iPhone XS Max\"\n            },\n            {\n                \"essid\": \"choaascom\"\n            },\n            {\n                \"essid\": \"choacorp\"\n            },\n            {\n                \"essid\": \"choacorp1\"\n            },\n            {\n                \"essid\": \"choamed\"\n            },\n            {\n                \"essid\": \"choapda\"\n            },\n            {\n                \"essid\": \"choastaff\"\n            },\n            {\n                \"essid\": \"choawireless\"\n            },\n            {\n                \"essid\": \"Choco-Home\"\n            },\n            {\n                \"essid\": \"Choe-Network\"\n            },\n            {\n                \"essid\": \"ChoesHapKiDoKarate\"\n            },\n            {\n                \"essid\": \"Choice WiFi\"\n            },\n            {\n                \"essid\": \"Choky\"\n            },\n            {\n                \"essid\": \"Chonche\"\n            },\n            {\n                \"essid\": \"Choose Anot\"\n            },\n            {\n                \"essid\": \"Choose Another Castle\"\n            },\n            {\n                \"essid\": \"Chop\"\n            },\n            {\n                \"essid\": \"chops shit\"\n            },\n            {\n                \"essid\": \"chornstra\"\n            },\n            {\n                \"essid\": \"Chris1\"\n            },\n            {\n                \"essid\": \"ChrisAudi\"\n            },\n            {\n                \"essid\": \"Chris Bolt\"\n            },\n            {\n                \"essid\": \"Chris Chevy\"\n            },\n            {\n                \"essid\": \"ChrisCTS\"\n            },\n            {\n                \"essid\": \"Chris CTS\"\n            },\n            {\n                \"essid\": \"chrisjay\"\n            },\n            {\n                \"essid\": \"Chris Lam\\\\342\\\\200\\\\231s iPhone\"\n            },\n            {\n                \"essid\": \"Chris Lam’s iPhone\"\n            },\n            {\n                \"essid\": \"Chris network\"\n            },\n            {\n                \"essid\": \"Chris's hotspot\"\n            },\n            {\n                \"essid\": \"Chris Sierra\"\n            },\n            {\n                \"essid\": \"chris’s iPad\"\n            },\n            {\n                \"essid\": \"Chris's iPhone\"\n            },\n            {\n                \"essid\": \"Chris's Phuckin Phone\"\n            },\n            {\n                \"essid\": \"Chris Stockhaus’s iPhone\"\n            },\n            {\n                \"essid\": \"Christian \\\\342\\\\200\\\\231s iPhone\"\n            },\n            {\n                \"essid\": \"Christian's hot spot\"\n            },\n            {\n                \"essid\": \"Christian Wifi\"\n            },\n            {\n                \"essid\": \"Christian Young\"\n            },\n            {\n                \"essid\": \"Christina Hom’s iPhone (2)\"\n            },\n            {\n                \"essid\": \"Christina’s iPhone\"\n            },\n            {\n                \"essid\": \"CHRISTINE\"\n            },\n            {\n                \"essid\": \"ChristineGuest\"\n            },\n            {\n                \"essid\": \"christinescar\"\n            },\n            {\n                \"essid\": \"Christine’s iPhone\"\n            },\n            {\n                \"essid\": \"Christopher\"\n            },\n            {\n                \"essid\": \"Christopher Bolt\"\n            },\n            {\n                \"essid\": \"Christopher Brossman’s iPhone\"\n            },\n            {\n                \"essid\": \"Christopher’s iPhone\"\n            },\n            {\n                \"essid\": \"Christopher truck\"\n            },\n            {\n                \"essid\": \"Christs Army\"\n            },\n            {\n                \"essid\": \"christy0109\"\n            },\n            {\n                \"essid\": \"ChrisVick1\"\n            },\n            {\n                \"essid\": \"chris volt\"\n            },\n            {\n                \"essid\": \"Chris Volt\"\n            },\n            {\n                \"essid\": \"Chris wifi\"\n            },\n            {\n                \"essid\": \"CHRIS WIFI\"\n            },\n            {\n                \"essid\": \"Chris Z Truck\"\n            },\n            {\n                \"essid\": \"ChromeCasket\"\n            },\n            {\n                \"essid\": \"Chromecast0013.v\"\n            },\n            {\n                \"essid\": \"Chromecast0431.b\"\n            },\n            {\n                \"essid\": \"Chromecast1\"\n            },\n            {\n                \"essid\": \"Chromecast1869.v\"\n            },\n            {\n                \"essid\": \"Chromecast2110.b\"\n            },\n            {\n                \"essid\": \"Chromecast4372.b\"\n            },\n            {\n                \"essid\": \"Chromecast5103\"\n            },\n            {\n                \"essid\": \"Chromecast5765.b\"\n            },\n            {\n                \"essid\": \"Chromecast8273.v\"\n            },\n            {\n                \"essid\": \"Chromecast Angel\"\n            },\n            {\n                \"essid\": \"ChromecastAudio1765.a\"\n            },\n            {\n                \"essid\": \"ChromecastUltra0344.m\"\n            },\n            {\n                \"essid\": \"ChromecastUltra1622.m\"\n            },\n            {\n                \"essid\": \"ChromecastUltra3273.m\"\n            },\n            {\n                \"essid\": \"ChromecastUltra4288.m\"\n            },\n            {\n                \"essid\": \"ChromecastUltra4746.m\"\n            },\n            {\n                \"essid\": \"chron1\"\n            },\n            {\n                \"essid\": \"Chrysler uconnect b5e4f8\"\n            },\n            {\n                \"essid\": \"chrystal\"\n            },\n            {\n                \"essid\": \"CH_SECURE\"\n            },\n            {\n                \"essid\": \"CHU\"\n            },\n            {\n                \"essid\": \"chubby\"\n            },\n            {\n                \"essid\": \"Chubbyguysonly\"\n            },\n            {\n                \"essid\": \"Chubster\"\n            },\n            {\n                \"essid\": \"Chucks-Audi\"\n            },\n            {\n                \"essid\": \"Chucks Encore\"\n            },\n            {\n                \"essid\": \"Chucks hotspot\"\n            },\n            {\n                \"essid\": \"Chucks Truck\"\n            },\n            {\n                \"essid\": \"CHU-guest\"\n            },\n            {\n                \"essid\": \"Chui Agencies\"\n            },\n            {\n                \"essid\": \"chulita\"\n            },\n            {\n                \"essid\": \"ChunksLair-2.4\"\n            },\n            {\n                \"essid\": \"Chyeah!\"\n            },\n            {\n                \"essid\": \"ChykombubeMobile\"\n            },\n            {\n                \"essid\": \"CIA\"\n            },\n            {\n                \"essid\": \"CIAA\"\n            },\n            {\n                \"essid\": \"CIA' Management\"\n            },\n            {\n                \"essid\": \"Ciangi\"\n            },\n            {\n                \"essid\": \"CIA Security Van\"\n            },\n            {\n                \"essid\": \"CIA Security Van-5G\"\n            },\n            {\n                \"essid\": \"CIA Surveillance #231\"\n            },\n            {\n                \"essid\": \"CINDYNETWORK-2.4\"\n            },\n            {\n                \"essid\": \"Cindy Scoggins's iPhone\"\n            },\n            {\n                \"essid\": \"Cindy’s iPhone\"\n            },\n            {\n                \"essid\": \"Cindys Tahoe\"\n            },\n            {\n                \"essid\": \"Cindys Volt\"\n            },\n            {\n                \"essid\": \"CinemaParkATL Guest\"\n            },\n            {\n                \"essid\": \"Cinthia’s iPhone\"\n            },\n            {\n                \"essid\": \"Circle_2132CDG01RG8\"\n            },\n            {\n                \"essid\": \"Circle_2132CDG042B8\"\n            },\n            {\n                \"essid\": \"CirraVox\"\n            },\n            {\n                \"essid\": \"cirrus\"\n            },\n            {\n                \"essid\": \"CirrusLED\"\n            },\n            {\n                \"essid\": \"Cisco19958\"\n            },\n            {\n                \"essid\": \"Cisco_33C9368E\"\n            },\n            {\n                \"essid\": \"Cisco_7DE94809\"\n            },\n            {\n                \"essid\": \"Cisco83648\"\n            },\n            {\n                \"essid\": \"Cisco_960C9273\"\n            },\n            {\n                \"essid\": \"Cisco_96121447\"\n            },\n            {\n                \"essid\": \"Cisco_9617BA79\"\n            },\n            {\n                \"essid\": \"Cisco_9621D089\"\n            },\n            {\n                \"essid\": \"CiscoA3238\"\n            },\n            {\n                \"essid\": \"CiscoB1074\"\n            },\n            {\n                \"essid\": \"ciscosb\"\n            },\n            {\n                \"essid\": \"Citadel1\"\n            },\n            {\n                \"essid\": \"Citizens-Colleague\"\n            },\n            {\n                \"essid\": \"Citizens-Guest\"\n            },\n            {\n                \"essid\": \"CityHall1\"\n            },\n            {\n                \"essid\": \"City of Buford\"\n            },\n            {\n                \"essid\": \"City of Buford 5GHz\"\n            },\n            {\n                \"essid\": \"cityview\"\n            },\n            {\n                \"essid\": \"Ciullo\"\n            },\n            {\n                \"essid\": \"Civic\"\n            },\n            {\n                \"essid\": \"Civic GX\"\n            },\n            {\n                \"essid\": \"CJ\"\n            },\n            {\n                \"essid\": \"cj3kim\"\n            },\n            {\n                \"essid\": \"CJai523\"\n            },\n            {\n                \"essid\": \"CJCam\"\n            },\n            {\n                \"essid\": \"CJcam1024\"\n            },\n            {\n                \"essid\": \"CJS hot spot\"\n            },\n            {\n                \"essid\": \"CJ'S PHONE\"\n            },\n            {\n                \"essid\": \"CJ Truck\"\n            },\n            {\n                \"essid\": \"CK161\"\n            },\n            {\n                \"essid\": \"CK216\"\n            },\n            {\n                \"essid\": \"CK Advertising \"\n            },\n            {\n                \"essid\": \"Ckelly\"\n            },\n            {\n                \"essid\": \"CK_Global\"\n            },\n            {\n                \"essid\": \"CKGuest\"\n            },\n            {\n                \"essid\": \"CK_Guest\"\n            },\n            {\n                \"essid\": \"CKWireless\"\n            },\n            {\n                \"essid\": \"clairesbolt\"\n            },\n            {\n                \"essid\": \"Clandrew Web\"\n            },\n            {\n                \"essid\": \"Clapper Monkey\"\n            },\n            {\n                \"essid\": \"Claras Equinox\"\n            },\n            {\n                \"essid\": \"Clarendon\"\n            },\n            {\n                \"essid\": \"Clare's iPhone\"\n            },\n            {\n                \"essid\": \"Clarissa Cruze\"\n            },\n            {\n                \"essid\": \"CLARK\"\n            },\n            {\n                \"essid\": \"clarkbolt\"\n            },\n            {\n                \"essid\": \"Clark&Buster\"\n            },\n            {\n                \"essid\": \"Clark Cruze\"\n            },\n            {\n                \"essid\": \"Clark Kent\"\n            },\n            {\n                \"essid\": \"clarkwifi\"\n            },\n            {\n                \"essid\": \"Clark WiFi\"\n            },\n            {\n                \"essid\": \"Clark Zoo\"\n            },\n            {\n                \"essid\": \"CLASSY2\"\n            },\n            {\n                \"essid\": \"claudia&salvador\"\n            },\n            {\n                \"essid\": \"Claudia 's iPhone\"\n            },\n            {\n                \"essid\": \"Clavijo_family\"\n            },\n            {\n                \"essid\": \"Clay\"\n            },\n            {\n                \"essid\": \"Clayne Chevy\"\n            },\n            {\n                \"essid\": \"ClaytonB.94\"\n            },\n            {\n                \"essid\": \"CLAYTON NESMITH\"\n            },\n            {\n                \"essid\": \"Clayton's HERO5 Black\"\n            },\n            {\n                \"essid\": \"CL-CREDIT-CONSULTING\"\n            },\n            {\n                \"essid\": \"Clear-H2O-5\"\n            },\n            {\n                \"essid\": \"clearwater\"\n            },\n            {\n                \"essid\": \"Clent GMC\"\n            },\n            {\n                \"essid\": \"Cleveland Engine Shop\"\n            },\n            {\n                \"essid\": \"CleverOak\"\n            },\n            {\n                \"essid\": \"clhanim\"\n            },\n            {\n                \"essid\": \"Click here for Viruses\"\n            },\n            {\n                \"essid\": \"ClickShare-1871783938\"\n            },\n            {\n                \"essid\": \"ClickShare-1872203267\"\n            },\n            {\n                \"essid\": \"ClickShare-1872219380\"\n            },\n            {\n                \"essid\": \"ClickShare-TheFalls\"\n            },\n            {\n                \"essid\": \"clifford\"\n            },\n            {\n                \"essid\": \"Climate-Jet\"\n            },\n            {\n                \"essid\": \"Cline Tours 831\"\n            },\n            {\n                \"essid\": \"clinigence\"\n            },\n            {\n                \"essid\": \"Clint Haynes\"\n            },\n            {\n                \"essid\": \"Clinton's Wi-Fi Network\"\n            },\n            {\n                \"essid\": \"clodbuster\"\n            },\n            {\n                \"essid\": \"cloud10\"\n            },\n            {\n                \"essid\": \"cloud10-invitado\"\n            },\n            {\n                \"essid\": \"Cloud2\"\n            },\n            {\n                \"essid\": \"CLOUDCAM_380146bda9f5\"\n            },\n            {\n                \"essid\": \"Cloudspace\"\n            },\n            {\n                \"essid\": \"cloudtrax\"\n            },\n            {\n                \"essid\": \"cloudtrax secure\"\n            },\n            {\n                \"essid\": \"CLOVISMOBILE\"\n            },\n            {\n                \"essid\": \"Clowder House\"\n            },\n            {\n                \"essid\": \"CLS 500 WIFI\"\n            },\n            {\n                \"essid\": \"Club_Avalon_WiFi\"\n            },\n            {\n                \"essid\": \"Club Demonstration Services\"\n            },\n            {\n                \"essid\": \"Club Goosebumps\"\n            },\n            {\n                \"essid\": \"Club One Guest\"\n            },\n            {\n                \"essid\": \"ClubUp\"\n            },\n            {\n                \"essid\": \"clutch\"\n            },\n            {\n                \"essid\": \"Clutter WiFi\"\n            },\n            {\n                \"essid\": \"clydecharlton\"\n            },\n            {\n                \"essid\": \"CMAB04-D9058113BB1E-B04FA4\"\n            },\n            {\n                \"essid\": \"Cmac\"\n            },\n            {\n                \"essid\": \"CMAP01\"\n            },\n            {\n                \"essid\": \"CMax\"\n            },\n            {\n                \"essid\": \"CMax-guest\"\n            },\n            {\n                \"essid\": \"CMcFarland iPhone iOS 11.0.3 HFM\"\n            },\n            {\n                \"essid\": \"CMD37A-DD39981106CE-FA7B20\"\n            },\n            {\n                \"essid\": \"cmkwfifi\"\n            },\n            {\n                \"essid\": \"Cmoench\"\n            },\n            {\n                \"essid\": \"cms3992\"\n            },\n            {\n                \"essid\": \"CMS4F72-88879ADB9751-B35338\"\n            },\n            {\n                \"essid\": \"CMS8D54-E2EE8C5B7-32CCBC\"\n            },\n            {\n                \"essid\": \"CMSB4E7-7D7C382189C7-6F0125\"\n            },\n            {\n                \"essid\": \"CMSBUFORD\"\n            },\n            {\n                \"essid\": \"CMSGuest515\"\n            },\n            {\n                \"essid\": \"CMSsWLAN\"\n            },\n            {\n                \"essid\": \"CNET 2.4ghz\"\n            },\n            {\n                \"essid\": \"CNET-Guest-Wifi\"\n            },\n            {\n                \"essid\": \"CNG Kumon\"\n            },\n            {\n                \"essid\": \"CNIGuest\"\n            },\n            {\n                \"essid\": \"cnote hotspot 69\"\n            },\n            {\n                \"essid\": \"COA\"\n            },\n            {\n                \"essid\": \"CoaEmployee-WIFI\"\n            },\n            {\n                \"essid\": \"coaguest-wifi\"\n            },\n            {\n                \"essid\": \"Coast77guard\"\n            },\n            {\n                \"essid\": \"Coast Aluminum WiFi\"\n            },\n            {\n                \"essid\": \"coasterridesf \"\n            },\n            {\n                \"essid\": \"coastline\"\n            },\n            {\n                \"essid\": \"Coastline\"\n            },\n            {\n                \"essid\": \"COB\"\n            },\n            {\n                \"essid\": \"Cobb-Guest\"\n            },\n            {\n                \"essid\": \"cobomg\"\n            },\n            {\n                \"essid\": \"CoB Public\"\n            },\n            {\n                \"essid\": \"Cochise\"\n            },\n            {\n                \"essid\": \"CochiseCrew\"\n            },\n            {\n                \"essid\": \"Cocho1\"\n            },\n            {\n                \"essid\": \"Coco\"\n            },\n            {\n                \"essid\": \"cococaddy\"\n            },\n            {\n                \"essid\": \"cococo\"\n            },\n            {\n                \"essid\": \"Coco hotspot\"\n            },\n            {\n                \"essid\": \"cocojai22\"\n            },\n            {\n                \"essid\": \"Cocolee\"\n            },\n            {\n                \"essid\": \"CocoMitch\"\n            },\n            {\n                \"essid\": \"CODDPDadmin\"\n            },\n            {\n                \"essid\": \"Code 3 Limo\"\n            },\n            {\n                \"essid\": \"codeman2957\"\n            },\n            {\n                \"essid\": \"CodeMonkey2.4\"\n            },\n            {\n                \"essid\": \"Code Ninjas \"\n            },\n            {\n                \"essid\": \"CodeNinjas2.4\"\n            },\n            {\n                \"essid\": \"Code Ninjas Guest\"\n            },\n            {\n                \"essid\": \"CodyDotson826\"\n            },\n            {\n                \"essid\": \"CodyM510\"\n            },\n            {\n                \"essid\": \"CodyRay\"\n            },\n            {\n                \"essid\": \"Cody Silverado\"\n            },\n            {\n                \"essid\": \"Codys Sierra\"\n            },\n            {\n                \"essid\": \"Coffeeshop\"\n            },\n            {\n                \"essid\": \"cog\"\n            },\n            {\n                \"essid\": \"Cogent Design Workstation (10)\"\n            },\n            {\n                \"essid\": \"Coggins Malibu\"\n            },\n            {\n                \"essid\": \"cog-guest\"\n            },\n            {\n                \"essid\": \"Cogitativo Private WiFi\"\n            },\n            {\n                \"essid\": \"Cognosos\"\n            },\n            {\n                \"essid\": \"cola bear hotspot\"\n            },\n            {\n                \"essid\": \"Colbeh-SB\"\n            },\n            {\n                \"essid\": \"Cold2\"\n            },\n            {\n                \"essid\": \"Coldwater\"\n            },\n            {\n                \"essid\": \"COLEDSTGoPro2\"\n            },\n            {\n                \"essid\": \"ColeDW88\"\n            },\n            {\n                \"essid\": \"ColeEllaHome\"\n            },\n            {\n                \"essid\": \"Colins Cruze\"\n            },\n            {\n                \"essid\": \"Colleen Malibu\"\n            },\n            {\n                \"essid\": \"College House\"\n            },\n            {\n                \"essid\": \"College house office\"\n            },\n            {\n                \"essid\": \"COLLEGESTATION2.4\"\n            },\n            {\n                \"essid\": \"Collettes phone\"\n            },\n            {\n                \"essid\": \"CollinsOhana wifi\"\n            },\n            {\n                \"essid\": \"CollinsOhana wifi_Ext\"\n            },\n            {\n                \"essid\": \"Colombia\"\n            },\n            {\n                \"essid\": \"Colonel Chevy Wifi\"\n            },\n            {\n                \"essid\": \"colorado\"\n            },\n            {\n                \"essid\": \"Colorado\"\n            },\n            {\n                \"essid\": \"colorado70\"\n            },\n            {\n                \"essid\": \"Colorado Wifi\"\n            },\n            {\n                \"essid\": \"Colsen\"\n            },\n            {\n                \"essid\": \"coltonrichard\"\n            },\n            {\n                \"essid\": \"Columbiasxd\"\n            },\n            {\n                \"essid\": \"Comass_317\"\n            },\n            {\n                \"essid\": \"Comass_358\"\n            },\n            {\n                \"essid\": \"Combs Car\"\n            },\n            {\n                \"essid\": \"Combsnet\"\n            },\n            {\n                \"essid\": \"comcast\"\n            },\n            {\n                \"essid\": \"Comcast\"\n            },\n            {\n                \"essid\": \"COMCAST-4911\"\n            },\n            {\n                \"essid\": \"COMCASTHOME-5\"\n            },\n            {\n                \"essid\": \"Come2me\"\n            },\n            {\n                \"essid\": \"comealongpoe\"\n            },\n            {\n                \"essid\": \"COMET\"\n            },\n            {\n                \"essid\": \"CometLe\"\n            },\n            {\n                \"essid\": \"Comfort Inn\"\n            },\n            {\n                \"essid\": \"ComfortSuites\"\n            },\n            {\n                \"essid\": \"Comfort Suites \"\n            },\n            {\n                \"essid\": \"Comlynk2.4\"\n            },\n            {\n                \"essid\": \"commandcenter\"\n            },\n            {\n                \"essid\": \"Command Center\"\n            },\n            {\n                \"essid\": \"Commerce Square Northwest\"\n            },\n            {\n                \"essid\": \"common.net\"\n            },\n            {\n                \"essid\": \"common.net-6627GRTY\"\n            },\n            {\n                \"essid\": \"Community_Golfcarts\"\n            },\n            {\n                \"essid\": \"CommuteWiFi\"\n            },\n            {\n                \"essid\": \"compaq1-Wireless\"\n            },\n            {\n                \"essid\": \"Compass_361\"\n            },\n            {\n                \"essid\": \"Compound 2.4\"\n            },\n            {\n                \"essid\": \"Compound2.4\"\n            },\n            {\n                \"essid\": \"Computer1-2\"\n            },\n            {\n                \"essid\": \"COM-Secure\"\n            },\n            {\n                \"essid\": \"concrete\"\n            },\n            {\n                \"essid\": \"condo\"\n            },\n            {\n                \"essid\": \"Conference TV.b\"\n            },\n            {\n                \"essid\": \"Config-01\"\n            },\n            {\n                \"essid\": \"Configure.Me-07D840\"\n            },\n            {\n                \"essid\": \"Configure.Me-082F60\"\n            },\n            {\n                \"essid\": \"Congo\"\n            },\n            {\n                \"essid\": \"cong’s iPhone\"\n            },\n            {\n                \"essid\": \"conIsmael\"\n            },\n            {\n                \"essid\": \"Connect\"\n            },\n            {\n                \"essid\": \"Connect4Square\"\n            },\n            {\n                \"essid\": \"ConnectAP\"\n            },\n            {\n                \"essid\": \"Connected\"\n            },\n            {\n                \"essid\": \"🙏CONNECTED🙏\"\n            },\n            {\n                \"essid\": \"Connected-Staff\"\n            },\n            {\n                \"essid\": \"connecto patronum\"\n            },\n            {\n                \"essid\": \"connector\"\n            },\n            {\n                \"essid\": \"Connie’s iPhone\"\n            },\n            {\n                \"essid\": \"Connies Volt\"\n            },\n            {\n                \"essid\": \"Connolly, Marguerite’s iPhone\"\n            },\n            {\n                \"essid\": \"consignmentstore-5G\"\n            },\n            {\n                \"essid\": \"Consolidated Training Center\"\n            },\n            {\n                \"essid\": \"Conste gerard’s iPhone\"\n            },\n            {\n                \"essid\": \"Construction\"\n            },\n            {\n                \"essid\": \"Construction’s iPhone\"\n            },\n            {\n                \"essid\": \"CONSULATE visitor\"\n            },\n            {\n                \"essid\": \"ContextMedia\"\n            },\n            {\n                \"essid\": \"ContraCostaLibraryWiFi\"\n            },\n            {\n                \"essid\": \"Contractor Wifi\"\n            },\n            {\n                \"essid\": \"ContractorX\"\n            },\n            {\n                \"essid\": \"Convoy Supply\"\n            },\n            {\n                \"essid\": \"Conway WiFi\"\n            },\n            {\n                \"essid\": \"CONWIFI\"\n            },\n            {\n                \"essid\": \"COOAU-22e8\"\n            },\n            {\n                \"essid\": \"COOAU-39e0\"\n            },\n            {\n                \"essid\": \"Cook18\"\n            },\n            {\n                \"essid\": \"cookie\"\n            },\n            {\n                \"essid\": \"Cookie\"\n            },\n            {\n                \"essid\": \"cookiediva\"\n            },\n            {\n                \"essid\": \"Cookie Felix\"\n            },\n            {\n                \"essid\": \"cool\"\n            },\n            {\n                \"essid\": \"COOLDOC\"\n            },\n            {\n                \"essid\": \"COOLDOC_EXT\"\n            },\n            {\n                \"essid\": \"CoolerFam\"\n            },\n            {\n                \"essid\": \"coolest lyft\"\n            },\n            {\n                \"essid\": \"cooley internet\"\n            },\n            {\n                \"essid\": \"Coolpad 3622A 2199\"\n            },\n            {\n                \"essid\": \"Coolpad Legacy\"\n            },\n            {\n                \"essid\": \"coolpad Legacy brisa\"\n            },\n            {\n                \"essid\": \"Coolpad Rogue 3678\"\n            },\n            {\n                \"essid\": \"Coolpad Surf 0037 2.4GHz\"\n            },\n            {\n                \"essid\": \"Coolpad Surf 0118 2.4GHz\"\n            },\n            {\n                \"essid\": \"Coolpad Surf 0593 2.4GHz\"\n            },\n            {\n                \"essid\": \"Coolpad Surf 0841 2.4GHz\"\n            },\n            {\n                \"essid\": \"Coolpad Surf 1016 2.4GHz\"\n            },\n            {\n                \"essid\": \"CoolpadSurf_1092\"\n            },\n            {\n                \"essid\": \"Coolpad Surf 1330 2.4GHz\"\n            },\n            {\n                \"essid\": \"CoolpadSurf_1360\"\n            },\n            {\n                \"essid\": \"CoolpadSurf_1819\"\n            },\n            {\n                \"essid\": \"Coolpad Surf 1849 2.4GHz\"\n            },\n            {\n                \"essid\": \"CoolpadSurf_1931\"\n            },\n            {\n                \"essid\": \"CoolpadSurf_2251\"\n            },\n            {\n                \"essid\": \"Coolpad Surf 2289 2.4GHz\"\n            },\n            {\n                \"essid\": \"Coolpad Surf 2305 2.4GHz\"\n            },\n            {\n                \"essid\": \"Coolpad Surf 2378 2.4GHz\"\n            },\n            {\n                \"essid\": \"Coolpad Surf 2446 2.4GHz\"\n            },\n            {\n                \"essid\": \"Coolpad Surf 2.4GHz\"\n            },\n            {\n                \"essid\": \"Coolpad Surf 3058 2.4GHz\"\n            },\n            {\n                \"essid\": \"CoolpadSurf_3259\"\n            },\n            {\n                \"essid\": \"Coolpad Surf 3712 2.4GHz\"\n            },\n            {\n                \"essid\": \"CoolpadSurf_3758\"\n            },\n            {\n                \"essid\": \"Coolpad Surf 4165 2.4GHz\"\n            },\n            {\n                \"essid\": \"CoolpadSurf_4234\"\n            },\n            {\n                \"essid\": \"Coolpad Surf 4581 2.4GHz\"\n            },\n            {\n                \"essid\": \"Coolpad Surf 4826 2.4GHz\"\n            },\n            {\n                \"essid\": \"Coolpad Surf 5032 2.4GHz\"\n            },\n            {\n                \"essid\": \"CoolpadSurf_5105\"\n            },\n            {\n                \"essid\": \"Coolpad Surf 5307 2.4GHz\"\n            },\n            {\n                \"essid\": \"Coolpad Surf 5330 2.4GHz\"\n            },\n            {\n                \"essid\": \"Coolpad Surf 5399 2.4GHz\"\n            },\n            {\n                \"essid\": \"Coolpad Surf 5404 2.4GHz\"\n            },\n            {\n                \"essid\": \"CoolpadSurf_5590\"\n            },\n            {\n                \"essid\": \"CoolpadSurf_5908\"\n            },\n            {\n                \"essid\": \"CoolpadSurf_5930\"\n            },\n            {\n                \"essid\": \"Coolpad Surf 6002 2.4GHz\"\n            },\n            {\n                \"essid\": \"Coolpad Surf 6023 2.4GHz\"\n            },\n            {\n                \"essid\": \"Coolpad Surf 6088 2.4GHz\"\n            },\n            {\n                \"essid\": \"Coolpad Surf 6105 2.4GHz\"\n            },\n            {\n                \"essid\": \"Coolpad Surf 6161 2.4GHz\"\n            },\n            {\n                \"essid\": \"CoolpadSurf_6347\"\n            },\n            {\n                \"essid\": \"Coolpad Surf 6421 2.4GHz\"\n            },\n            {\n                \"essid\": \"Coolpad Surf 6500 2.4GHz\"\n            },\n            {\n                \"essid\": \"Coolpad Surf 6590 2.4GHz\"\n            },\n            {\n                \"essid\": \"CoolpadSurf_6776\"\n            },\n            {\n                \"essid\": \"Coolpad Surf 6941 2.4GHz\"\n            },\n            {\n                \"essid\": \"Coolpad Surf 7358 2.4GHz\"\n            },\n            {\n                \"essid\": \"Coolpad Surf 7459 2.4GHz\"\n            },\n            {\n                \"essid\": \"Coolpad Surf 7681 2.4GHz\"\n            },\n            {\n                \"essid\": \"Coolpad Surf 7706 2.4GHz\"\n            },\n            {\n                \"essid\": \"Coolpad Surf 7763 2.4GHz\"\n            },\n            {\n                \"essid\": \"Coolpad Surf 7846 2.4GHz\"\n            },\n            {\n                \"essid\": \"Coolpad Surf 8042 2.4GHz\"\n            },\n            {\n                \"essid\": \"CoolpadSurf_8054\"\n            },\n            {\n                \"essid\": \"Coolpad Surf 8079 2.4GHz\"\n            },\n            {\n                \"essid\": \"Coolpad Surf 8230 2.4GHz\"\n            },\n            {\n                \"essid\": \"CoolpadSurf_8314\"\n            },\n            {\n                \"essid\": \"Coolpad Surf 8904 2.4GHz\"\n            },\n            {\n                \"essid\": \"Coolpad Surf 8949 2.4GHz\"\n            },\n            {\n                \"essid\": \"CoolpadSurf_9019\"\n            },\n            {\n                \"essid\": \"CoolpadSurf_9050\"\n            },\n            {\n                \"essid\": \"Coolpad Surf 9439 2.4GHz\"\n            },\n            {\n                \"essid\": \"Coolpad Surf 9464 2.4GHz\"\n            },\n            {\n                \"essid\": \"CoolpadSurf_9511\"\n            },\n            {\n                \"essid\": \"CoolpadSurf_9538\"\n            },\n            {\n                \"essid\": \"Coolpad Surf 9546 2.4GHz\"\n            },\n            {\n                \"essid\": \"Coolpad Surf 9800 2.4GHz\"\n            },\n            {\n                \"essid\": \"Coolpad Surf 9878 2.4GHz\"\n            },\n            {\n                \"essid\": \"Coolpad Surf 9924 2.4GHz\"\n            },\n            {\n                \"essid\": \"Coolpad Surf 9978 2.4GHz\"\n            },\n            {\n                \"essid\": \"CoolPark\"\n            },\n            {\n                \"essid\": \"cooper\"\n            },\n            {\n                \"essid\": \"Cooper\"\n            },\n            {\n                \"essid\": \"Cooper1\"\n            },\n            {\n                \"essid\": \"cooper1108\"\n            },\n            {\n                \"essid\": \"CooperGlobal WiFi\"\n            },\n            {\n                \"essid\": \"COOPERPED1\"\n            },\n            {\n                \"essid\": \"COOPERPED2\"\n            },\n            {\n                \"essid\": \"Coopz\"\n            },\n            {\n                \"essid\": \"coplover\"\n            },\n            {\n                \"essid\": \"Cops Connection\"\n            },\n            {\n                \"essid\": \"COPYTOWNE\"\n            },\n            {\n                \"essid\": \"Coras Wifi\"\n            },\n            {\n                \"essid\": \"Corbett\"\n            },\n            {\n                \"essid\": \"CoreCard_EXT\"\n            },\n            {\n                \"essid\": \"Corepixel\"\n            },\n            {\n                \"essid\": \"CoreyHall2.4\"\n            },\n            {\n                \"essid\": \"corey terrain\"\n            },\n            {\n                \"essid\": \"CorkandKeg\"\n            },\n            {\n                \"essid\": \"Corlette Cadillac\"\n            },\n            {\n                \"essid\": \"Cornelius\"\n            },\n            {\n                \"essid\": \"Cornell Impala\"\n            },\n            {\n                \"essid\": \"Cornell Suburban\"\n            },\n            {\n                \"essid\": \"Cornerstone\"\n            },\n            {\n                \"essid\": \"Cornerstone_Peds\"\n            },\n            {\n                \"essid\": \"CornsTruck\"\n            },\n            {\n                \"essid\": \"Cornyglez 0213\"\n            },\n            {\n                \"essid\": \"CorollaS\"\n            },\n            {\n                \"essid\": \"CorpAssoc-CLT 1\"\n            },\n            {\n                \"essid\": \"CORP Hardware\"\n            },\n            {\n                \"essid\": \"Corporate 3404\"\n            },\n            {\n                \"essid\": \"corrieabraham\"\n            },\n            {\n                \"essid\": \"CORROLA\"\n            },\n            {\n                \"essid\": \"CortezGMC\"\n            },\n            {\n                \"essid\": \"corvette\"\n            },\n            {\n                \"essid\": \"Corydirtymax\"\n            },\n            {\n                \"essid\": \"Cory Grimes\"\n            },\n            {\n                \"essid\": \"cosignmentstore\"\n            },\n            {\n                \"essid\": \"Cosmo123\"\n            },\n            {\n                \"essid\": \"COSMOWIFI\"\n            },\n            {\n                \"essid\": \"Cota1\"\n            },\n            {\n                \"essid\": \"cotito\"\n            },\n            {\n                \"essid\": \"cottage\"\n            },\n            {\n                \"essid\": \"Country Hearth Inn4\"\n            },\n            {\n                \"essid\": \"CountryHm\"\n            },\n            {\n                \"essid\": \"CountryInn\"\n            },\n            {\n                \"essid\": \"CountryInn-Lawrenceville\"\n            },\n            {\n                \"essid\": \"Country Inn Turner Field\"\n            },\n            {\n                \"essid\": \"Country Kennels\"\n            },\n            {\n                \"essid\": \"Courtneys Chevy\"\n            },\n            {\n                \"essid\": \"Courtney’s iPhone\"\n            },\n            {\n                \"essid\": \"CourtneysWifi's your welcome\"\n            },\n            {\n                \"essid\": \"Courtyard_GUEST\"\n            },\n            {\n                \"essid\": \"Courtyard_LOBBY\"\n            },\n            {\n                \"essid\": \"cousteau\"\n            },\n            {\n                \"essid\": \"Covet Not Thy Neighbor\\\\342\\\\200\\\\231s WiFi\"\n            },\n            {\n                \"essid\": \"Covet Not Thy Neighbor’s WiFi\"\n            },\n            {\n                \"essid\": \"Cowboy\"\n            },\n            {\n                \"essid\": \"Cowboys\"\n            },\n            {\n                \"essid\": \"Cowdrey Family 2.4GHz Network\"\n            },\n            {\n                \"essid\": \"Cox Family\"\n            },\n            {\n                \"essid\": \"Cox Family_EXT\"\n            },\n            {\n                \"essid\": \"CoxWiFi\"\n            },\n            {\n                \"essid\": \"COzero_54c9dfd689a5\"\n            },\n            {\n                \"essid\": \"CozyPoint\"\n            },\n            {\n                \"essid\": \"CP-3081\"\n            },\n            {\n                \"essid\": \"CP-3087\"\n            },\n            {\n                \"essid\": \"CP-3089\"\n            },\n            {\n                \"essid\": \"CP-3595\"\n            },\n            {\n                \"essid\": \"CP-3597\"\n            },\n            {\n                \"essid\": \"CP-3598\"\n            },\n            {\n                \"essid\": \"CP-3614\"\n            },\n            {\n                \"essid\": \"cp3648AT_4378\"\n            },\n            {\n                \"essid\": \"cp3648AT_5051\"\n            },\n            {\n                \"essid\": \"cp3648AT_5864\"\n            },\n            {\n                \"essid\": \"cp3648AT_7170\"\n            },\n            {\n                \"essid\": \"cpagoda\"\n            },\n            {\n                \"essid\": \"C Parker\"\n            },\n            {\n                \"essid\": \"CPCO\"\n            },\n            {\n                \"essid\": \"cpeety\"\n            },\n            {\n                \"essid\": \"CPR-GC-GUEST\"\n            },\n            {\n                \"essid\": \"CPR-GG\"\n            },\n            {\n                \"essid\": \"CPS1703\"\n            },\n            {\n                \"essid\": \"CPS Law\"\n            },\n            {\n                \"essid\": \"cpwaller\"\n            },\n            {\n                \"essid\": \"crackhead\"\n            },\n            {\n                \"essid\": \"Cradlepoint\"\n            },\n            {\n                \"essid\": \"Crady 50\"\n            },\n            {\n                \"essid\": \"craft6882\"\n            },\n            {\n                \"essid\": \"CraigFamily-2.4\"\n            },\n            {\n                \"essid\": \"Craig Impala\"\n            },\n            {\n                \"essid\": \"Craig Sierra\"\n            },\n            {\n                \"essid\": \"craigslist\"\n            },\n            {\n                \"essid\": \"craigswifi\"\n            },\n            {\n                \"essid\": \"Craig’sWiFi\"\n            },\n            {\n                \"essid\": \"Craigs Yukon\"\n            },\n            {\n                \"essid\": \"Craig Volt\"\n            },\n            {\n                \"essid\": \"CRANE 3 LAB_779D\"\n            },\n            {\n                \"essid\": \"CraneTech Hotspot\"\n            },\n            {\n                \"essid\": \"CravePieStudio\"\n            },\n            {\n                \"essid\": \"Crawford wireless\"\n            },\n            {\n                \"essid\": \"Crawford wireless 5g\"\n            },\n            {\n                \"essid\": \"Cray Cray\"\n            },\n            {\n                \"essid\": \"Crazy House_2.4\"\n            },\n            {\n                \"essid\": \"Crazy House_5\"\n            },\n            {\n                \"essid\": \"Crazykid2019\"\n            },\n            {\n                \"essid\": \"CRC Hotspot\"\n            },\n            {\n                \"essid\": \"Creators\"\n            },\n            {\n                \"essid\": \"cremation\"\n            },\n            {\n                \"essid\": \"cren \"\n            },\n            {\n                \"essid\": \"Crespo Cruze\"\n            },\n            {\n                \"essid\": \"CrestronTurnerMC\"\n            },\n            {\n                \"essid\": \"CRICKET\"\n            },\n            {\n                \"essid\": \"Cricket-Demo\"\n            },\n            {\n                \"essid\": \"Cricket Guest\"\n            },\n            {\n                \"essid\": \"Crimson Bandit\"\n            },\n            {\n                \"essid\": \"Cris19\"\n            },\n            {\n                \"essid\": \"Cris K\"\n            },\n            {\n                \"essid\": \"Crissbaby\"\n            },\n            {\n                \"essid\": \"Cristian\"\n            },\n            {\n                \"essid\": \"cristina car\"\n            },\n            {\n                \"essid\": \"Cristy\"\n            },\n            {\n                \"essid\": \"Criticare Medical Institute\"\n            },\n            {\n                \"essid\": \"CR Noteworthy\"\n            },\n            {\n                \"essid\": \"Croat\"\n            },\n            {\n                \"essid\": \"Crockpot\"\n            },\n            {\n                \"essid\": \"CroneyATT3uJ8QZk\"\n            },\n            {\n                \"essid\": \"Croom home\"\n            },\n            {\n                \"essid\": \"Cropp\"\n            },\n            {\n                \"essid\": \"crown01\"\n            },\n            {\n                \"essid\": \"CRT\"\n            },\n            {\n                \"essid\": \"crue12\"\n            },\n            {\n                \"essid\": \"Crump123\"\n            },\n            {\n                \"essid\": \"Crunchie\"\n            },\n            {\n                \"essid\": \"CRUSH_X565\"\n            },\n            {\n                \"essid\": \"Cruz Chevy\"\n            },\n            {\n                \"essid\": \"Cruze 2017\"\n            },\n            {\n                \"essid\": \"Cruze87\"\n            },\n            {\n                \"essid\": \"cruzed\"\n            },\n            {\n                \"essid\": \"Cruzehotspot\"\n            },\n            {\n                \"essid\": \"CruzeTDI\"\n            },\n            {\n                \"essid\": \"Cruze Wifi\"\n            },\n            {\n                \"essid\": \"Cruze WiFi\"\n            },\n            {\n                \"essid\": \"Cruz GMC\"\n            },\n            {\n                \"essid\": \"Cruz Man\"\n            },\n            {\n                \"essid\": \"crystal\"\n            },\n            {\n                \"essid\": \"Crystal\"\n            },\n            {\n                \"essid\": \"CrystalM\"\n            },\n            {\n                \"essid\": \"CrystalMT\"\n            },\n            {\n                \"essid\": \"crystalray\"\n            },\n            {\n                \"essid\": \"Crystal’s iPad\"\n            },\n            {\n                \"essid\": \"Crystal’s iPhone\"\n            },\n            {\n                \"essid\": \"CS6xPak-011243\"\n            },\n            {\n                \"essid\": \"cs-7\"\n            },\n            {\n                \"essid\": \"CSBAtlanta\"\n            },\n            {\n                \"essid\": \"CSE-cab-wifi\"\n            },\n            {\n                \"essid\": \"CSFWireless\"\n            },\n            {\n                \"essid\": \"CShagley\"\n            },\n            {\n                \"essid\": \"CSHINE\"\n            },\n            {\n                \"essid\": \"CSing10\"\n            },\n            {\n                \"essid\": \"CSOKI-Home\"\n            },\n            {\n                \"essid\": \"C_Spire_4G_LTE_hotspot_D830\"\n            },\n            {\n                \"essid\": \"csraire04\"\n            },\n            {\n                \"essid\": \"c sturgill\"\n            },\n            {\n                \"essid\": \"CS Wine Tours\"\n            },\n            {\n                \"essid\": \"CT\"\n            },\n            {\n                \"essid\": \"ct5wifi\"\n            },\n            {\n                \"essid\": \"ct5 wifi\"\n            },\n            {\n                \"essid\": \"ctab\"\n            },\n            {\n                \"essid\": \"CTB_2\"\n            },\n            {\n                \"essid\": \"CTC Guest\"\n            },\n            {\n                \"essid\": \"CTC-Hotspot\"\n            },\n            {\n                \"essid\": \"CTC Wifi\"\n            },\n            {\n                \"essid\": \"CTDG-Patients\"\n            },\n            {\n                \"essid\": \"CTDG-Staff\"\n            },\n            {\n                \"essid\": \"CTL-131\"\n            },\n            {\n                \"essid\": \"CtLsIiClK\"\n            },\n            {\n                \"essid\": \"CTS WiFi\"\n            },\n            {\n                \"essid\": \"CTV G\"\n            },\n            {\n                \"essid\": \"CTV P\"\n            },\n            {\n                \"essid\": \"CTW Admin\"\n            },\n            {\n                \"essid\": \"Cubacohiba\"\n            },\n            {\n                \"essid\": \"CubsWin2016\"\n            },\n            {\n                \"essid\": \"Cuddy\"\n            },\n            {\n                \"essid\": \"CUEVAS\"\n            },\n            {\n                \"essid\": \"Culture Whiz\"\n            },\n            {\n                \"essid\": \"Cumming Imaging Patient Wifi\"\n            },\n            {\n                \"essid\": \"cuppycakes\"\n            },\n            {\n                \"essid\": \"Curative\"\n            },\n            {\n                \"essid\": \"Curative 2.4ghz\"\n            },\n            {\n                \"essid\": \"Curative Guest\"\n            },\n            {\n                \"essid\": \"Curative Guest-00\"\n            },\n            {\n                \"essid\": \"Curative-Vaccine 2.4GZ\"\n            },\n            {\n                \"essid\": \"Curative Van-00\"\n            },\n            {\n                \"essid\": \"Curative Walkups\"\n            },\n            {\n                \"essid\": \"Curb_Guest\"\n            },\n            {\n                \"essid\": \"curb_internal\"\n            },\n            {\n                \"essid\": \"curran-2.4\"\n            },\n            {\n                \"essid\": \"Currys\"\n            },\n            {\n                \"essid\": \"curtis cruze\"\n            },\n            {\n                \"essid\": \"CurtisInsight\"\n            },\n            {\n                \"essid\": \"Curtis iPhone\"\n            },\n            {\n                \"essid\": \"curtisj7029@gmail.com\"\n            },\n            {\n                \"essid\": \"Curtis's iPhone,\"\n            },\n            {\n                \"essid\": \"Curt Wifi\"\n            },\n            {\n                \"essid\": \"Cushman_NETGEAR19\"\n            },\n            {\n                \"essid\": \"Cutie9800\"\n            },\n            {\n                \"essid\": \"CVGMobile\"\n            },\n            {\n                \"essid\": \"CVGPublic\"\n            },\n            {\n                \"essid\": \"C:\\\\Virus.exe\"\n            },\n            {\n                \"essid\": \"CVR20058b38a\"\n            },\n            {\n                \"essid\": \"CVR208J-0faf\"\n            },\n            {\n                \"essid\": \"CVR_M5_25bed9\"\n            },\n            {\n                \"essid\": \"CVR_M5_57b38f\"\n            },\n            {\n                \"essid\": \"CVRS-90\"\n            },\n            {\n                \"essid\": \"cvwifi\"\n            },\n            {\n                \"essid\": \"CW80211\"\n            },\n            {\n                \"essid\": \"CW BOLT\"\n            },\n            {\n                \"essid\": \"CWC\"\n            },\n            {\n                \"essid\": \"CWC visitor\"\n            },\n            {\n                \"essid\": \"CWelch\"\n            },\n            {\n                \"essid\": \"CWF2G\"\n            },\n            {\n                \"essid\": \"cwifi\"\n            },\n            {\n                \"essid\": \"cx5\"\n            },\n            {\n                \"essid\": \"CXNK003DD2EC\"\n            },\n            {\n                \"essid\": \"CXNK00414AA6\"\n            },\n            {\n                \"essid\": \"CXNK00498804\"\n            },\n            {\n                \"essid\": \"CXNK004991D8\"\n            },\n            {\n                \"essid\": \"CXNK004A150D\"\n            },\n            {\n                \"essid\": \"CXNK004A1697\"\n            },\n            {\n                \"essid\": \"Cyberia\"\n            },\n            {\n                \"essid\": \"CyberMonkey\"\n            },\n            {\n                \"essid\": \"Cycle\"\n            },\n            {\n                \"essid\": \"Cyclops\"\n            },\n            {\n                \"essid\": \"cydnie15\"\n            },\n            {\n                \"essid\": \"cyeagy\"\n            },\n            {\n                \"essid\": \"Cygridh’s iPhone\"\n            },\n            {\n                \"essid\": \"CYHY\"\n            },\n            {\n                \"essid\": \"CynicsoftZone2\"\n            },\n            {\n                \"essid\": \"CynicsoftZone2-Guest\"\n            },\n            {\n                \"essid\": \"Cynloralexander\"\n            },\n            {\n                \"essid\": \"Cynthia\"\n            },\n            {\n                \"essid\": \"Cynthia Cadillac\"\n            },\n            {\n                \"essid\": \"Cynthia’s iPhone\"\n            },\n            {\n                \"essid\": \"CZ_NEW\"\n            },\n            {\n                \"essid\": \"D0BB1E\"\n            },\n            {\n                \"essid\": \"D10-17-B3578\"\n            },\n            {\n                \"essid\": \"D1 Wifi\"\n            },\n            {\n                \"essid\": \"d2BB1ZmVyb3oxMjEyLmZhcmRlZW4\"\n            },\n            {\n                \"essid\": \"D375C1D9F8B041E2A1995B784064977B\"\n            },\n            {\n                \"essid\": \"D3DWiFi-CA\"\n            },\n            {\n                \"essid\": \"D4B34S7\"\n            },\n            {\n                \"essid\": \"D4C Office\"\n            },\n            {\n                \"essid\": \"D650S\"\n            },\n            {\n                \"essid\": \"D7\"\n            },\n            {\n                \"essid\": \"DaBounce\"\n            },\n            {\n                \"essid\": \"dabra68\"\n            },\n            {\n                \"essid\": \"Da Butcha nigga\"\n            },\n            {\n                \"essid\": \"daCars WiFi\"\n            },\n            {\n                \"essid\": \"DaculaBS465\"\n            },\n            {\n                \"essid\": \"daculacurves\"\n            },\n            {\n                \"essid\": \"Dacula Dental\"\n            },\n            {\n                \"essid\": \"Dacula Dental_Guest\"\n            },\n            {\n                \"essid\": \"DaculaMathnasiumGuest\"\n            },\n            {\n                \"essid\": \"DaculaNailSpa\"\n            },\n            {\n                \"essid\": \"Dacula Staff\"\n            },\n            {\n                \"essid\": \"Dacula UMC Guest\"\n            },\n            {\n                \"essid\": \"Dacula UMC Staff\"\n            },\n            {\n                \"essid\": \"dad3229\"\n            },\n            {\n                \"essid\": \"DaddyO\"\n            },\n            {\n                \"essid\": \"daddyos chevy\"\n            },\n            {\n                \"essid\": \"Daddys\"\n            },\n            {\n                \"essid\": \"Daddy’s Babygirl\"\n            },\n            {\n                \"essid\": \"DADDYS CANYON\"\n            },\n            {\n                \"essid\": \"Daddy's phone\"\n            },\n            {\n                \"essid\": \"daddystruck\"\n            },\n            {\n                \"essid\": \"Daddys wi fi\"\n            },\n            {\n                \"essid\": \"DaddysWifi\"\n            },\n            {\n                \"essid\": \"Dadee's Hotspot\"\n            },\n            {\n                \"essid\": \"Dad's Hotspot\"\n            },\n            {\n                \"essid\": \"DadsTahoe\"\n            },\n            {\n                \"essid\": \"Dads the best \"\n            },\n            {\n                \"essid\": \"Dads wi and fi\"\n            },\n            {\n                \"essid\": \"DadVolt\"\n            },\n            {\n                \"essid\": \"DAD WP001111\"\n            },\n            {\n                \"essid\": \"DAD WP001154\"\n            },\n            {\n                \"essid\": \"DAD WP001455\"\n            },\n            {\n                \"essid\": \"Daenerys Targaryen\"\n            },\n            {\n                \"essid\": \"Da Griffins\"\n            },\n            {\n                \"essid\": \"Da G Spot Take 2\"\n            },\n            {\n                \"essid\": \"dahd\"\n            },\n            {\n                \"essid\": \"DAH Network\"\n            },\n            {\n                \"essid\": \"Daijah Sonic\"\n            },\n            {\n                \"essid\": \"DailyMehdsVaVa\"\n            },\n            {\n                \"essid\": \"DairyQueenGuest\"\n            },\n            {\n                \"essid\": \"Daisies\"\n            },\n            {\n                \"essid\": \"Daisuke\\\\342\\\\200\\\\231s iPhone\"\n            },\n            {\n                \"essid\": \"Daisy1\"\n            },\n            {\n                \"essid\": \"daisymmendoza13\"\n            },\n            {\n                \"essid\": \"daisyphone\"\n            },\n            {\n                \"essid\": \"Daisy wifi\"\n            },\n            {\n                \"essid\": \"dajeh78\"\n            },\n            {\n                \"essid\": \"DaJunJun\"\n            },\n            {\n                \"essid\": \"Dakota\"\n            },\n            {\n                \"essid\": \"Dakotas Friends\"\n            },\n            {\n                \"essid\": \"Dalekplunger\"\n            },\n            {\n                \"essid\": \"Dales Equinox\"\n            },\n            {\n                \"essid\": \"Dale's iPhone\"\n            },\n            {\n                \"essid\": \"Dale's phone\"\n            },\n            {\n                \"essid\": \"Daleswifi\"\n            },\n            {\n                \"essid\": \"daleyyukon\"\n            },\n            {\n                \"essid\": \"Daliha\"\n            },\n            {\n                \"essid\": \"Dalke6\"\n            },\n            {\n                \"essid\": \"Dalma Garcia\"\n            },\n            {\n                \"essid\": \"Dama\"\n            },\n            {\n                \"essid\": \"dama8009\"\n            },\n            {\n                \"essid\": \"damian15\"\n            },\n            {\n                \"essid\": \"DAMOA\"\n            },\n            {\n                \"essid\": \"DAMOA-guest\"\n            },\n            {\n                \"essid\": \"DaMoney\"\n            },\n            {\n                \"essid\": \"DampSquid\"\n            },\n            {\n                \"essid\": \"Dana Butcher\"\n            },\n            {\n                \"essid\": \"Dan and the Boys\"\n            },\n            {\n                \"essid\": \"danas car\"\n            },\n            {\n                \"essid\": \"danbarba\"\n            },\n            {\n                \"essid\": \"dancer76 2.4 GHz\"\n            },\n            {\n                \"essid\": \"dancer76 5 GHz\"\n            },\n            {\n                \"essid\": \"DancingChloe24\"\n            },\n            {\n                \"essid\": \"Dan Dan\"\n            },\n            {\n                \"essid\": \"D and B Access\"\n            },\n            {\n                \"essid\": \"Danddy’s iPhone\"\n            },\n            {\n                \"essid\": \"Dandy 1\"\n            },\n            {\n                \"essid\": \"Dan Escalade\"\n            },\n            {\n                \"essid\": \"Danes Colorado\"\n            },\n            {\n                \"essid\": \"Danforth\"\n            },\n            {\n                \"essid\": \"Danger Zone\"\n            },\n            {\n                \"essid\": \"Danger_Zone\"\n            },\n            {\n                \"essid\": \"Dangin\"\n            },\n            {\n                \"essid\": \"Daniel0408\"\n            },\n            {\n                \"essid\": \"Daniel300\"\n            },\n            {\n                \"essid\": \"Daniela\"\n            },\n            {\n                \"essid\": \"Daniela’s iPhone\"\n            },\n            {\n                \"essid\": \"danielbhr\"\n            },\n            {\n                \"essid\": \"Daniel Cristiano’s iPhone\"\n            },\n            {\n                \"essid\": \"Daniel Double Cab\"\n            },\n            {\n                \"essid\": \"Danielle\"\n            },\n            {\n                \"essid\": \"danielle5\"\n            },\n            {\n                \"essid\": \"Danielleequinox\"\n            },\n            {\n                \"essid\": \"danielle_fordx\"\n            },\n            {\n                \"essid\": \"Danielle’s iPhone\"\n            },\n            {\n                \"essid\": \"Danielle Spark\"\n            },\n            {\n                \"essid\": \"Daniels Cruze\"\n            },\n            {\n                \"essid\": \"Daniel Silverado\"\n            },\n            {\n                \"essid\": \"Daniel's iPhone\"\n            },\n            {\n                \"essid\": \"Daniel’s iPhone\"\n            },\n            {\n                \"essid\": \"Daniel Smith-Rowsey\\\\342\\\\200\\\\231s iPhone\"\n            },\n            {\n                \"essid\": \"Daniel's Pixel\"\n            },\n            {\n                \"essid\": \"Danilo\"\n            },\n            {\n                \"essid\": \"Danilos Malibu\"\n            },\n            {\n                \"essid\": \"Danilson’s iPhone\"\n            },\n            {\n                \"essid\": \"dank mank\"\n            },\n            {\n                \"essid\": \"Danny\"\n            },\n            {\n                \"essid\": \"dannydetroit\"\n            },\n            {\n                \"essid\": \"Danny Dylan\"\n            },\n            {\n                \"essid\": \"Danny Ellithorp's iPad\"\n            },\n            {\n                \"essid\": \"dannym\"\n            },\n            {\n                \"essid\": \"DannynKarena\"\n            },\n            {\n                \"essid\": \"Danny’s iPhone\"\n            },\n            {\n                \"essid\": \"Danny's Phone\"\n            },\n            {\n                \"essid\": \"Dannys Silverado\"\n            },\n            {\n                \"essid\": \"Dannys Work Truck\"\n            },\n            {\n                \"essid\": \"dannyz71\"\n            },\n            {\n                \"essid\": \"Dans Bolt\"\n            },\n            {\n                \"essid\": \"dans chevy\"\n            },\n            {\n                \"essid\": \"Dans Chevy\"\n            },\n            {\n                \"essid\": \"Dan’s iPhone\"\n            },\n            {\n                \"essid\": \"Dans stuff\"\n            },\n            {\n                \"essid\": \"DansVerano\"\n            },\n            {\n                \"essid\": \"Dans Wifi\"\n            },\n            {\n                \"essid\": \"Dans WiFi HotSpot\"\n            },\n            {\n                \"essid\": \"Dante 32\"\n            },\n            {\n                \"essid\": \"DanWiFi\"\n            },\n            {\n                \"essid\": \"DanWiFi2g\"\n            },\n            {\n                \"essid\": \"Danyslimo\"\n            },\n            {\n                \"essid\": \"Danzis Home\"\n            },\n            {\n                \"essid\": \"DaoCanyon\"\n            },\n            {\n                \"essid\": \"Daphnes Volt\"\n            },\n            {\n                \"essid\": \"Dapperthedashcam\"\n            },\n            {\n                \"essid\": \"darby61\"\n            },\n            {\n                \"essid\": \"dariel\"\n            },\n            {\n                \"essid\": \"Darinas Volt\"\n            },\n            {\n                \"essid\": \"DarkMatter\"\n            },\n            {\n                \"essid\": \"DarkMoto G7\"\n            },\n            {\n                \"essid\": \"Darkmoto G7S\"\n            },\n            {\n                \"essid\": \"DarkMoto G7S\"\n            },\n            {\n                \"essid\": \"Darknet\"\n            },\n            {\n                \"essid\": \"darkside jt\"\n            },\n            {\n                \"essid\": \"DarkWifi\"\n            },\n            {\n                \"essid\": \"DarkWifi-Devices\"\n            },\n            {\n                \"essid\": \"Darla3333\"\n            },\n            {\n                \"essid\": \"DarlinCar\"\n            },\n            {\n                \"essid\": \"darman501\"\n            },\n            {\n                \"essid\": \"Darnice Linton’s iPhone\"\n            },\n            {\n                \"essid\": \"DARRAGH\"\n            },\n            {\n                \"essid\": \"Darrall 3500\"\n            },\n            {\n                \"essid\": \"Darrell\"\n            },\n            {\n                \"essid\": \"darrellequinox\"\n            },\n            {\n                \"essid\": \"darrelscolorado\"\n            },\n            {\n                \"essid\": \"Darren Oyobio’s iPhone\"\n            },\n            {\n                \"essid\": \"DarthVader\"\n            },\n            {\n                \"essid\": \"darwin\"\n            },\n            {\n                \"essid\": \"Darwin\"\n            },\n            {\n                \"essid\": \"DARWIN\"\n            },\n            {\n                \"essid\": \"Darwins new pad\"\n            },\n            {\n                \"essid\": \"Dash-0374\"\n            },\n            {\n                \"essid\": \"Dash-0783\"\n            },\n            {\n                \"essid\": \"Dash-0788\"\n            },\n            {\n                \"essid\": \"Dash-0886\"\n            },\n            {\n                \"essid\": \"Dash-1377\"\n            },\n            {\n                \"essid\": \"Dash-1547\"\n            },\n            {\n                \"essid\": \"Dash-1596\"\n            },\n            {\n                \"essid\": \"Dash-1670\"\n            },\n            {\n                \"essid\": \"Dash-1712\"\n            },\n            {\n                \"essid\": \"Dash-2200\"\n            },\n            {\n                \"essid\": \"Dash-2234\"\n            },\n            {\n                \"essid\": \"Dash-2317\"\n            },\n            {\n                \"essid\": \"Dash-2895\"\n            },\n            {\n                \"essid\": \"Dash-3107\"\n            },\n            {\n                \"essid\": \"Dash-3161\"\n            },\n            {\n                \"essid\": \"Dash-3669\"\n            },\n            {\n                \"essid\": \"Dash-3903\"\n            },\n            {\n                \"essid\": \"Dash-3959\"\n            },\n            {\n                \"essid\": \"Dash-4176\"\n            },\n            {\n                \"essid\": \"Dash-5254\"\n            },\n            {\n                \"essid\": \"Dash-6060\"\n            },\n            {\n                \"essid\": \"Dash-6136\"\n            },\n            {\n                \"essid\": \"Dash-6458\"\n            },\n            {\n                \"essid\": \"Dash-6553\"\n            },\n            {\n                \"essid\": \"Dash-7324\"\n            },\n            {\n                \"essid\": \"Dash-7613\"\n            },\n            {\n                \"essid\": \"Dash-7791\"\n            },\n            {\n                \"essid\": \"Dash-7912\"\n            },\n            {\n                \"essid\": \"Dash-7948\"\n            },\n            {\n                \"essid\": \"Dash-9520\"\n            },\n            {\n                \"essid\": \"Dash-9839\"\n            },\n            {\n                \"essid\": \"dash cam\"\n            },\n            {\n                \"essid\": \"Dashcam\"\n            },\n            {\n                \"essid\": \"Dash Cam\"\n            },\n            {\n                \"essid\": \"DASHCAM\"\n            },\n            {\n                \"essid\": \"DashCam_0018\"\n            },\n            {\n                \"essid\": \"DashCam_0021\"\n            },\n            {\n                \"essid\": \"DashCam_003c\"\n            },\n            {\n                \"essid\": \"DashCam_0098\"\n            },\n            {\n                \"essid\": \"dashcam510\"\n            },\n            {\n                \"essid\": \"DASHCAM_52D549\"\n            },\n            {\n                \"essid\": \"DASSANCE89\"\n            },\n            {\n                \"essid\": \"DasTulip\"\n            },\n            {\n                \"essid\": \"Da Tankt27\"\n            },\n            {\n                \"essid\": \"DataRLC\"\n            },\n            {\n                \"essid\": \"datawolf\"\n            },\n            {\n                \"essid\": \"DatWifiTho 2.4GHz\"\n            },\n            {\n                \"essid\": \"DavalosCamry\"\n            },\n            {\n                \"essid\": \"DAV Chapter 7\"\n            },\n            {\n                \"essid\": \"dave1374\"\n            },\n            {\n                \"essid\": \"DaveAT4\"\n            },\n            {\n                \"essid\": \"Dave Been Truck\"\n            },\n            {\n                \"essid\": \"Dave Colorado\"\n            },\n            {\n                \"essid\": \"DaveDiggity11\"\n            },\n            {\n                \"essid\": \"Dave  Elliff\\\\342\\\\200\\\\231s iPhone\"\n            },\n            {\n                \"essid\": \"Dave family\"\n            },\n            {\n                \"essid\": \"Dave FE\"\n            },\n            {\n                \"essid\": \"Davenport \"\n            },\n            {\n                \"essid\": \"DAVESA6\"\n            },\n            {\n                \"essid\": \"Daves Bolt\"\n            },\n            {\n                \"essid\": \"Dave'siPhone\"\n            },\n            {\n                \"essid\": \"Dave’s iPhone\"\n            },\n            {\n                \"essid\": \"DAVE's iPhone\"\n            },\n            {\n                \"essid\": \"daves phone\"\n            },\n            {\n                \"essid\": \"DavesTruck\"\n            },\n            {\n                \"essid\": \"David1920\"\n            },\n            {\n                \"essid\": \"David Baehrend’s iPhone\"\n            },\n            {\n                \"essid\": \"David Diep\"\n            },\n            {\n                \"essid\": \"DavidEsBolt\"\n            },\n            {\n                \"essid\": \"davidgeorge\"\n            },\n            {\n                \"essid\": \"David Innis’s iPhone\"\n            },\n            {\n                \"essid\": \"David Louis\"\n            },\n            {\n                \"essid\": \"David OB\"\n            },\n            {\n                \"essid\": \"Davids Bolt\"\n            },\n            {\n                \"essid\": \"DavidsChevy\"\n            },\n            {\n                \"essid\": \"Davids Colorado\"\n            },\n            {\n                \"essid\": \"davidsexplorer\"\n            },\n            {\n                \"essid\": \"DavidsHomeWifi\"\n            },\n            {\n                \"essid\": \"David's Hotspot\"\n            },\n            {\n                \"essid\": \"David's iPhone\"\n            },\n            {\n                \"essid\": \"David’s iPhone\"\n            },\n            {\n                \"essid\": \"david's iPhone 6\"\n            },\n            {\n                \"essid\": \"DavidsMalibu\"\n            },\n            {\n                \"essid\": \"Davids Sierra\"\n            },\n            {\n                \"essid\": \"Davids Silverado\"\n            },\n            {\n                \"essid\": \"DavidsTruck\"\n            },\n            {\n                \"essid\": \"Davids Truck\"\n            },\n            {\n                \"essid\": \"Davids Volt\"\n            },\n            {\n                \"essid\": \"David Volt\"\n            },\n            {\n                \"essid\": \"david Wifi\"\n            },\n            {\n                \"essid\": \"DAVID_WiFi\"\n            },\n            {\n                \"essid\": \"Davies WiFi\"\n            },\n            {\n                \"essid\": \"Davis\"\n            },\n            {\n                \"essid\": \"davischevy\"\n            },\n            {\n                \"essid\": \"DavisFoxGroup-2.4\"\n            },\n            {\n                \"essid\": \"Davis-Guest\"\n            },\n            {\n                \"essid\": \"Davisson\"\n            },\n            {\n                \"essid\": \"DavisTahoe\"\n            },\n            {\n                \"essid\": \"DAW\"\n            },\n            {\n                \"essid\": \"DawgNation1\"\n            },\n            {\n                \"essid\": \"DawgNation-2.4GHz\"\n            },\n            {\n                \"essid\": \"DawgNation-5GHz\"\n            },\n            {\n                \"essid\": \"Dawn\"\n            },\n            {\n                \"essid\": \"dawndee\"\n            },\n            {\n                \"essid\": \"DAWNS_OF_ESSENCE\"\n            },\n            {\n                \"essid\": \"Dawn's Shit\"\n            },\n            {\n                \"essid\": \"Dawson Bus WiFi\"\n            },\n            {\n                \"essid\": \"daxbeauty-2.4\"\n            },\n            {\n                \"essid\": \"Dayana\"\n            },\n            {\n                \"essid\": \"Dayday2016\"\n            },\n            {\n                \"essid\": \"Daypass\"\n            },\n            {\n                \"essid\": \"Daysi Equinox\"\n            },\n            {\n                \"essid\": \"Days Inn 1\"\n            },\n            {\n                \"essid\": \"DaysInnWiFi\"\n            },\n            {\n                \"essid\": \"DAYSUP GUEST\"\n            },\n            {\n                \"essid\": \"DB415\"\n            },\n            {\n                \"essid\": \"dbb1976\"\n            },\n            {\n                \"essid\": \"DBBDD9\"\n            },\n            {\n                \"essid\": \"DBC835 (E9:A1:CE)\"\n            },\n            {\n                \"essid\": \"DBIGGYDBOSS\"\n            },\n            {\n                \"essid\": \"DBOYSBUICKWIFI\"\n            },\n            {\n                \"essid\": \"db-remote\"\n            },\n            {\n                \"essid\": \"dbrown\"\n            },\n            {\n                \"essid\": \"DC\"\n            },\n            {\n                \"essid\": \"DC_1719330195\"\n            },\n            {\n                \"essid\": \"DC_1719331137\"\n            },\n            {\n                \"essid\": \"DC_1719331176\"\n            },\n            {\n                \"essid\": \"DC_1719331235\"\n            },\n            {\n                \"essid\": \"DC_1719331621\"\n            },\n            {\n                \"essid\": \"DC_1719331948\"\n            },\n            {\n                \"essid\": \"DC_1719331961\"\n            },\n            {\n                \"essid\": \"DC_1719331994\"\n            },\n            {\n                \"essid\": \"DC_1719331995\"\n            },\n            {\n                \"essid\": \"DC_1719370153\"\n            },\n            {\n                \"essid\": \"DC_1719370344\"\n            },\n            {\n                \"essid\": \"DC_1719370396\"\n            },\n            {\n                \"essid\": \"DC_1719370469\"\n            },\n            {\n                \"essid\": \"DC_1719370767\"\n            },\n            {\n                \"essid\": \"DC_1719371681\"\n            },\n            {\n                \"essid\": \"DC_1719372002\"\n            },\n            {\n                \"essid\": \"DC_1719372024\"\n            },\n            {\n                \"essid\": \"DC_1719372075\"\n            },\n            {\n                \"essid\": \"DC_1719372255\"\n            },\n            {\n                \"essid\": \"DC_1719372258\"\n            },\n            {\n                \"essid\": \"DC_1719372808\"\n            },\n            {\n                \"essid\": \"DC_1719510221\"\n            },\n            {\n                \"essid\": \"DC_1719510576\"\n            },\n            {\n                \"essid\": \"DC_1719510773\"\n            },\n            {\n                \"essid\": \"DC_1719510816\"\n            },\n            {\n                \"essid\": \"DC_1719512430\"\n            },\n            {\n                \"essid\": \"DC_1719512859\"\n            },\n            {\n                \"essid\": \"DC_1720480590\"\n            },\n            {\n                \"essid\": \"DC_1720481020\"\n            },\n            {\n                \"essid\": \"DC_1720482216\"\n            },\n            {\n                \"essid\": \"DC_1720482545\"\n            },\n            {\n                \"essid\": \"DC_1720482882\"\n            },\n            {\n                \"essid\": \"DC_1721020033\"\n            },\n            {\n                \"essid\": \"DC_1721021842\"\n            },\n            {\n                \"essid\": \"DC_1721052237\"\n            },\n            {\n                \"essid\": \"DC_1821170333\"\n            },\n            {\n                \"essid\": \"DC_1821170420\"\n            },\n            {\n                \"essid\": \"DC_1982632770\"\n            },\n            {\n                \"essid\": \"DC_4186958689\"\n            },\n            {\n                \"essid\": \"DCC-Staff\"\n            },\n            {\n                \"essid\": \"DCG_2.4\"\n            },\n            {\n                \"essid\": \"dcm\"\n            },\n            {\n                \"essid\": \"DC Mini-28628\"\n            },\n            {\n                \"essid\": \"dcn_gtwy\"\n            },\n            {\n                \"essid\": \"Dcracing194\"\n            },\n            {\n                \"essid\": \"DCS\"\n            },\n            {\n                \"essid\": \"DCS_2GEXT_HP\"\n            },\n            {\n                \"essid\": \"DCS_2GEXT_JM\"\n            },\n            {\n                \"essid\": \"DCS-936L-B9BC\"\n            },\n            {\n                \"essid\": \"DCS-936L-EBF0\"\n            },\n            {\n                \"essid\": \"dcwap1\"\n            },\n            {\n                \"essid\": \"dcwap2\"\n            },\n            {\n                \"essid\": \"DCWright48\"\n            },\n            {\n                \"essid\": \"DD\"\n            },\n            {\n                \"essid\": \"DDG-2.4\"\n            },\n            {\n                \"essid\": \"ddHTC Desire 626s 8017\"\n            },\n            {\n                \"essid\": \"DDPAI_CAYMAN 987\"\n            },\n            {\n                \"essid\": \"DDPAI_Mini3_0801\"\n            },\n            {\n                \"essid\": \"DDPAI_Mini3_B923\"\n            },\n            {\n                \"essid\": \"DDPAI_Mini3Pro_6512\"\n            },\n            {\n                \"essid\": \"DDPAI_Mini3Pro_C289\"\n            },\n            {\n                \"essid\": \"DDPAI_MINI5_5G_442B\"\n            },\n            {\n                \"essid\": \"DDPAI_MINI5_5G_D2EC\"\n            },\n            {\n                \"essid\": \"DDPAI_mini ONE\"\n            },\n            {\n                \"essid\": \"DDPAI_mix3\"\n            },\n            {\n                \"essid\": \"DDPAI_mola_N3_719B\"\n            },\n            {\n                \"essid\": \"DDPAI_mola_N3_BFD7\"\n            },\n            {\n                \"essid\": \"DDPAI_mola_N3_C71C\"\n            },\n            {\n                \"essid\": \"DDPAI_RG\"\n            },\n            {\n                \"essid\": \"DDPAI_X2SPro_3F54\"\n            },\n            {\n                \"essid\": \"DDPAI_X2SPro_GX460\"\n            },\n            {\n                \"essid\": \"DD's iphone 8\"\n            },\n            {\n                \"essid\": \"dDub Volt\"\n            },\n            {\n                \"essid\": \"dd-wrt\"\n            },\n            {\n                \"essid\": \"DE2Poolnetwork\"\n            },\n            {\n                \"essid\": \"dead bodies in apartment. 1\"\n            },\n            {\n                \"essid\": \"DeadHouse2.4\"\n            },\n            {\n                \"essid\": \"DeadPool Pearl\"\n            },\n            {\n                \"essid\": \"Dead Ringer\"\n            },\n            {\n                \"essid\": \"Dean\"\n            },\n            {\n                \"essid\": \"Dean-5\"\n            },\n            {\n                \"essid\": \"DEANDATA\"\n            },\n            {\n                \"essid\": \"Deangela Impala\"\n            },\n            {\n                \"essid\": \"Deanne's WIFI\"\n            },\n            {\n                \"essid\": \"Deano\"\n            },\n            {\n                \"essid\": \"Deanworx\"\n            },\n            {\n                \"essid\": \"DEASurveillanceVan2\"\n            },\n            {\n                \"essid\": \"DeathlyHallows\"\n            },\n            {\n                \"essid\": \"Deathstar\"\n            },\n            {\n                \"essid\": \"DebbieCakes\"\n            },\n            {\n                \"essid\": \"debbiesbolt\"\n            },\n            {\n                \"essid\": \"Debdoc1\"\n            },\n            {\n                \"essid\": \"DEBESAY\\\\342\\\\200\\\\231s iPhone\"\n            },\n            {\n                \"essid\": \"DEBNTAV\"\n            },\n            {\n                \"essid\": \"Debora\"\n            },\n            {\n                \"essid\": \"Deborah’s iPhone\"\n            },\n            {\n                \"essid\": \"Deborah XT5\"\n            },\n            {\n                \"essid\": \"Debra A Bowdry\"\n            },\n            {\n                \"essid\": \"Deb’s iPhone\"\n            },\n            {\n                \"essid\": \"Debs Terrain\"\n            },\n            {\n                \"essid\": \"DECIDE4ACTION\"\n            },\n            {\n                \"essid\": \"Decker LaCrosse\"\n            },\n            {\n                \"essid\": \"Deco_30A0\"\n            },\n            {\n                \"essid\": \"Deco_32D4\"\n            },\n            {\n                \"essid\": \"dec_wifi\"\n            },\n            {\n                \"essid\": \"Dede Anidi’s iPhone\"\n            },\n            {\n                \"essid\": \"Dee\"\n            },\n            {\n                \"essid\": \"DeeChevy\"\n            },\n            {\n                \"essid\": \"Deectee\"\n            },\n            {\n                \"essid\": \"deeduct\"\n            },\n            {\n                \"essid\": \"deeduct2.4\"\n            },\n            {\n                \"essid\": \"Deeduct 2.4\"\n            },\n            {\n                \"essid\": \"deeduct5\"\n            },\n            {\n                \"essid\": \"Deeduct 5.0\"\n            },\n            {\n                \"essid\": \"Dee Fords West\"\n            },\n            {\n                \"essid\": \"deegee\"\n            },\n            {\n                \"essid\": \"deejaxon\"\n            },\n            {\n                \"essid\": \"DeejayKbo\"\n            },\n            {\n                \"essid\": \"DeeOneAccord\"\n            },\n            {\n                \"essid\": \"deepdirk\"\n            },\n            {\n                \"essid\": \"Deeper PRO+ AADD\"\n            },\n            {\n                \"essid\": \"Deeper Start 76E3\"\n            },\n            {\n                \"essid\": \"deepstatemobile\"\n            },\n            {\n                \"essid\": \"Dees Buick\"\n            },\n            {\n                \"essid\": \"Dee's iPhone\"\n            },\n            {\n                \"essid\": \"Deevolavola\"\n            },\n            {\n                \"essid\": \"default\"\n            },\n            {\n                \"essid\": \"Default\"\n            },\n            {\n                \"essid\": \"default_wds\"\n            },\n            {\n                \"essid\": \"De Galeana\"\n            },\n            {\n                \"essid\": \"DeiMar 11V\"\n            },\n            {\n                \"essid\": \"Delaware10\"\n            },\n            {\n                \"essid\": \"DeLeon\"\n            },\n            {\n                \"essid\": \"deleonfam\"\n            },\n            {\n                \"essid\": \"Delhe\"\n            },\n            {\n                \"essid\": \"delhonamee\"\n            },\n            {\n                \"essid\": \"DelicateNet\"\n            },\n            {\n                \"essid\": \"Delicious\"\n            },\n            {\n                \"essid\": \"DELIS1978\"\n            },\n            {\n                \"essid\": \"delivery\"\n            },\n            {\n                \"essid\": \"Delivery or Death\"\n            },\n            {\n                \"essid\": \"Dell_device\"\n            },\n            {\n                \"essid\": \"DELLSD\"\n            },\n            {\n                \"essid\": \"DelphinesSRX\"\n            },\n            {\n                \"essid\": \"Delta\"\n            },\n            {\n                \"essid\": \"DeltaMunicipal\"\n            },\n            {\n                \"essid\": \"DeltaWingGuest\"\n            },\n            {\n                \"essid\": \"DeltaWingTech\"\n            },\n            {\n                \"essid\": \"Demetris's WiFi\"\n            },\n            {\n                \"essid\": \"demo\"\n            },\n            {\n                \"essid\": \"demodave\"\n            },\n            {\n                \"essid\": \"demoniako\"\n            },\n            {\n                \"essid\": \"demopool1\"\n            },\n            {\n                \"essid\": \"demopool2\"\n            },\n            {\n                \"essid\": \"Den\"\n            },\n            {\n                \"essid\": \"den5\"\n            },\n            {\n                \"essid\": \"denali\"\n            },\n            {\n                \"essid\": \"Denali\"\n            },\n            {\n                \"essid\": \"denali007\"\n            },\n            {\n                \"essid\": \"Denali 2019\"\n            },\n            {\n                \"essid\": \"DenaliNet\"\n            },\n            {\n                \"essid\": \"Denali WiFi\"\n            },\n            {\n                \"essid\": \"denanbi\"\n            },\n            {\n                \"essid\": \"Denieses Hotspot\"\n            },\n            {\n                \"essid\": \"Denise Asplund’s iPhone 11 pro\"\n            },\n            {\n                \"essid\": \"Denisha Spark\"\n            },\n            {\n                \"essid\": \"Denisse Saballos iPhone\"\n            },\n            {\n                \"essid\": \"dennis wifi\"\n            },\n            {\n                \"essid\": \"Den speaker 2.o\"\n            },\n            {\n                \"essid\": \"Den speaker.k\"\n            },\n            {\n                \"essid\": \"Den Speaker.k\"\n            },\n            {\n                \"essid\": \"DentFirst\"\n            },\n            {\n                \"essid\": \"Den TV.b\"\n            },\n            {\n                \"essid\": \"Den TV.m\"\n            },\n            {\n                \"essid\": \"Den TV.v\"\n            },\n            {\n                \"essid\": \"Derek&Jen\"\n            },\n            {\n                \"essid\": \"Dereks Escalade\"\n            },\n            {\n                \"essid\": \"Dereks LaCrosse\"\n            },\n            {\n                \"essid\": \"derp\"\n            },\n            {\n                \"essid\": \"Derran's Time Capsule\"\n            },\n            {\n                \"essid\": \"derrickdickens45\"\n            },\n            {\n                \"essid\": \"Derrick's Wifi\"\n            },\n            {\n                \"essid\": \"Derya Inanici’s iPhone\"\n            },\n            {\n                \"essid\": \"DesCon\"\n            },\n            {\n                \"essid\": \"Desirees Cruze\"\n            },\n            {\n                \"essid\": \"Desiree’s iPhone\"\n            },\n            {\n                \"essid\": \"DESKTOP-01IIQ23 0464\"\n            },\n            {\n                \"essid\": \"DESKTOP-321A9DB\"\n            },\n            {\n                \"essid\": \"DESKTOP-9L4NNHU 3544\"\n            },\n            {\n                \"essid\": \"DESKTOP-B9H87BV 6319\"\n            },\n            {\n                \"essid\": \"DessieWorld\"\n            },\n            {\n                \"essid\": \"DESTINY_2GEXT\"\n            },\n            {\n                \"essid\": \"destiny5603\"\n            },\n            {\n                \"essid\": \"Destiny Fitness Secured 2GHz\"\n            },\n            {\n                \"essid\": \"Destiny Guest WiFi\"\n            },\n            {\n                \"essid\": \"Destiny Wireless_EXT\"\n            },\n            {\n                \"essid\": \"DetroitDave\"\n            },\n            {\n                \"essid\": \"Detwiller\"\n            },\n            {\n                \"essid\": \"DEV01\"\n            },\n            {\n                \"essid\": \"Devan\\\\342\\\\200\\\\231s iPhone\"\n            },\n            {\n                \"essid\": \"Device\"\n            },\n            {\n                \"essid\": \"Devices\"\n            },\n            {\n                \"essid\": \"DEVICE_SPECIFIC-2G\"\n            },\n            {\n                \"essid\": \"Devil Man’s iPhone\"\n            },\n            {\n                \"essid\": \"Devin M\"\n            },\n            {\n                \"essid\": \"Devins Volt\"\n            },\n            {\n                \"essid\": \"DevLo’s $hit\"\n            },\n            {\n                \"essid\": \"Devnaths Volt\"\n            },\n            {\n                \"essid\": \"Devon’s iPhone\"\n            },\n            {\n                \"essid\": \"De' Von’s iPhone\"\n            },\n            {\n                \"essid\": \"devSdB 810216\"\n            },\n            {\n                \"essid\": \"dewayne equinox\"\n            },\n            {\n                \"essid\": \"DewayneHotSpot\"\n            },\n            {\n                \"essid\": \"De WiFi\"\n            },\n            {\n                \"essid\": \"DEWITT\"\n            },\n            {\n                \"essid\": \"Dexter\"\n            },\n            {\n                \"essid\": \"Deysi\"\n            },\n            {\n                \"essid\": \"DFARNSWORTH\"\n            },\n            {\n                \"essid\": \"DFASATL_Guest\"\n            },\n            {\n                \"essid\": \"DF SiLVERADO\"\n            },\n            {\n                \"essid\": \"DG1670A52\"\n            },\n            {\n                \"essid\": \"DG-Customer\"\n            },\n            {\n                \"essid\": \"DG-Employee\"\n            },\n            {\n                \"essid\": \"DG-Tablet\"\n            },\n            {\n                \"essid\": \"DH2015\"\n            },\n            {\n                \"essid\": \"DH2015_5G\"\n            },\n            {\n                \"essid\": \"dhaldane\\\\342\\\\200\\\\231s iPhone\"\n            },\n            {\n                \"essid\": \"Dhanani\"\n            },\n            {\n                \"essid\": \"Dharmata_\"\n            },\n            {\n                \"essid\": \"dhflowers-slow\"\n            },\n            {\n                \"essid\": \"DHL-2G\"\n            },\n            {\n                \"essid\": \"DHMS\"\n            },\n            {\n                \"essid\": \"DHOV Jetpack\"\n            },\n            {\n                \"essid\": \"DH Transport\"\n            },\n            {\n                \"essid\": \"Diagnostics’s iPhone\"\n            },\n            {\n                \"essid\": \"DIAlter\"\n            },\n            {\n                \"essid\": \"Diamond-S9\"\n            },\n            {\n                \"essid\": \"Diamond Silverado\"\n            },\n            {\n                \"essid\": \"diana\"\n            },\n            {\n                \"essid\": \"diana’s iPhone\"\n            },\n            {\n                \"essid\": \"DianeP\"\n            },\n            {\n                \"essid\": \"Dianne\"\n            },\n            {\n                \"essid\": \"Diarmuid's IPhone\"\n            },\n            {\n                \"essid\": \"Diaz\"\n            },\n            {\n                \"essid\": \"DIAZA77\"\n            },\n            {\n                \"essid\": \"Diazreyna\"\n            },\n            {\n                \"essid\": \"dick-2.4\"\n            },\n            {\n                \"essid\": \"Dickenson7\"\n            },\n            {\n                \"essid\": \"Dickey's Guest\"\n            },\n            {\n                \"essid\": \"Dickhaus \"\n            },\n            {\n                \"essid\": \"Diegos S10\"\n            },\n            {\n                \"essid\": \"Diesel510\"\n            },\n            {\n                \"essid\": \"diffcarcam\"\n            },\n            {\n                \"essid\": \"Di-fi\"\n            },\n            {\n                \"essid\": \"Digikid\"\n            },\n            {\n                \"essid\": \"Digital_Cues-2.4\"\n            },\n            {\n                \"essid\": \"Digital Hunter\"\n            },\n            {\n                \"essid\": \"DIG-TL10\"\n            },\n            {\n                \"essid\": \"Dime Volt\"\n            },\n            {\n                \"essid\": \"Dimples\"\n            },\n            {\n                \"essid\": \"Dinei Domingos \"\n            },\n            {\n                \"essid\": \"Dining Room Home.k\"\n            },\n            {\n                \"essid\": \"Dining Room TV\"\n            },\n            {\n                \"essid\": \"dinoanddad2016\"\n            },\n            {\n                \"essid\": \"dinodinobambino\"\n            },\n            {\n                \"essid\": \"DionysusG\"\n            },\n            {\n                \"essid\": \"Diosdado\"\n            },\n            {\n                \"essid\": \"*****Dirceu*****\"\n            },\n            {\n                \"essid\": \"DIRECT-\"\n            },\n            {\n                \"essid\": \"DIRECT-00-HP Officejet 5740\"\n            },\n            {\n                \"essid\": \"DIRECT-00-HP OfficeJet Pro 8720\"\n            },\n            {\n                \"essid\": \"DIRECT-01-HP OfficeJet Pro 8710\"\n            },\n            {\n                \"essid\": \"DIRECT-02-HP M281 LaserJet\"\n            },\n            {\n                \"essid\": \"DIRECT-02-HP OfficeJet 4650\"\n            },\n            {\n                \"essid\": \"DIRECT-02-HP OfficeJet Pro 8710\"\n            },\n            {\n                \"essid\": \"DIRECT-03-BMW04903\"\n            },\n            {\n                \"essid\": \"DIRECT-03-BMW05557\"\n            },\n            {\n                \"essid\": \"DIRECT-03-BMW14741\"\n            },\n            {\n                \"essid\": \"DIRECT-03-BMW15424\"\n            },\n            {\n                \"essid\": \"DIRECT-03-BMW17654\"\n            },\n            {\n                \"essid\": \"DIRECT-03-BMW30333\"\n            },\n            {\n                \"essid\": \"DIRECT-03-BMW51023\"\n            },\n            {\n                \"essid\": \"DIRECT-03-BMW52322\"\n            },\n            {\n                \"essid\": \"DIRECT-03-BMW66449\"\n            },\n            {\n                \"essid\": \"DIRECT-03-BMW68881\"\n            },\n            {\n                \"essid\": \"DIRECT-03-BMW73149\"\n            },\n            {\n                \"essid\": \"DIRECT-03-BMW83638\"\n            },\n            {\n                \"essid\": \"DIRECT-03-BMW87208\"\n            },\n            {\n                \"essid\": \"DIRECT-03-BMW88854\"\n            },\n            {\n                \"essid\": \"DIRECT-03-BMW92515\"\n            },\n            {\n                \"essid\": \"DIRECT-03-BMW92805\"\n            },\n            {\n                \"essid\": \"DIRECT-03-BMW93726\"\n            },\n            {\n                \"essid\": \"DIRECT-03-BMW95619\"\n            },\n            {\n                \"essid\": \"DIRECT-03-BMW95792\"\n            },\n            {\n                \"essid\": \"DIRECT-03-BMW96967\"\n            },\n            {\n                \"essid\": \"DIRECT-03-BMW97803\"\n            },\n            {\n                \"essid\": \"DIRECT-03-BMW97868\"\n            },\n            {\n                \"essid\": \"DIRECT-03-BMW99040\"\n            },\n            {\n                \"essid\": \"DIRECT-03-HP ENVY Photo 7800\"\n            },\n            {\n                \"essid\": \"DIRECT-03-HP OfficeJet 5200\"\n            },\n            {\n                \"essid\": \"DIRECT-03-HP OfficeJet Pro 8720\"\n            },\n            {\n                \"essid\": \"DIRECT-04-Car_4f07\"\n            },\n            {\n                \"essid\": \"DIRECT-04-HP M452 LaserJet\"\n            },\n            {\n                \"essid\": \"DIRECT-05-HP ENVY 4520 series\"\n            },\n            {\n                \"essid\": \"DIRECT-05-HP ENVY 5660 series\"\n            },\n            {\n                \"essid\": \"DIRECT-06-FireTV_a67c\"\n            },\n            {\n                \"essid\": \"DIRECT-06-HP ENVY 4510 series\"\n            },\n            {\n                \"essid\": \"DIRECT-06-HP OfficeJet 4650\"\n            },\n            {\n                \"essid\": \"DIRECT-06-HP OfficeJet Pro 8740\"\n            },\n            {\n                \"essid\": \"DIRECT-07-HP DeskJet 3700 series\"\n            },\n            {\n                \"essid\": \"DIRECT-07-HP OfficeJet Pro 6960\"\n            },\n            {\n                \"essid\": \"DIRECT-08-HP DeskJet 2600 series\"\n            },\n            {\n                \"essid\": \"DIRECT-08-HP OfficeJet Pro 8710\"\n            },\n            {\n                \"essid\": \"DIRECT-08MFC-L6700DW_BR5111\"\n            },\n            {\n                \"essid\": \"DIRECT-09-HP ENVY 7640 series\"\n            },\n            {\n                \"essid\": \"DIRECT-09-myCadillac\"\n            },\n            {\n                \"essid\": \"DIRECT-0a-HP M148f LaserJet\"\n            },\n            {\n                \"essid\": \"DIRECT-0A-HP OfficeJet 5200\"\n            },\n            {\n                \"essid\": \"DIRECT-0A-HP Officejet 5740\"\n            },\n            {\n                \"essid\": \"DIRECT-0B-Car_55c4\"\n            },\n            {\n                \"essid\": \"DIRECT-0B-Car_5ab6\"\n            },\n            {\n                \"essid\": \"DIRECT-0C-HP DeskJet 2600 series\"\n            },\n            {\n                \"essid\": \"DIRECT-0D-Car_3e06\"\n            },\n            {\n                \"essid\": \"DIRECT-0D-HP DeskJet 3700 series\"\n            },\n            {\n                \"essid\": \"DIRECT-0D-HP ENVY 5540 series\"\n            },\n            {\n                \"essid\": \"DIRECT-0D-HP Officejet 5740\"\n            },\n            {\n                \"essid\": \"DIRECT-0D-HP OfficeJet 6950\"\n            },\n            {\n                \"essid\": \"DIRECT-0E-allergan\"\n            },\n            {\n                \"essid\": \"DIRECT-0e-Car_8e35\"\n            },\n            {\n                \"essid\": \"DIRECT-0E-HP DeskJet 2600 series\"\n            },\n            {\n                \"essid\": \"DIRECT-0E-HP ENVY 5540 series\"\n            },\n            {\n                \"essid\": \"DIRECT-0e-HP M426 LaserJet\"\n            },\n            {\n                \"essid\": \"DIRECT-0e-HP M477 LaserJet\"\n            },\n            {\n                \"essid\": \"DIRECT-0E-HP OfficeJet Pro 8720\"\n            },\n            {\n                \"essid\": \"DIRECT-0f-FireTV_2aff\"\n            },\n            {\n                \"essid\": \"DIRECT-0F-HP ENVY Photo 7800\"\n            },\n            {\n                \"essid\": \"DIRECT-0f-HP M203 LaserJet\"\n            },\n            {\n                \"essid\": \"DIRECT-0F-HP OfficeJet 4650\"\n            },\n            {\n                \"essid\": \"DIRECT-0F-HP OfficeJet Pro 8710\"\n            },\n            {\n                \"essid\": \"DIRECT-0F-HP OfficeJet Pro 8740\"\n            },\n            {\n                \"essid\": \"DIRECT-0G-Car_bd52\"\n            },\n            {\n                \"essid\": \"DIRECT-0h-Car_dc69\"\n            },\n            {\n                \"essid\": \"DIRECT-0H-myChevrolet\"\n            },\n            {\n                \"essid\": \"DIRECT-0J-Car_7e00\"\n            },\n            {\n                \"essid\": \"DIRECT-0l-3c04d0\"\n            },\n            {\n                \"essid\": \"DIRECT-0m-Car_d0fd\"\n            },\n            {\n                \"essid\": \"DIRECT-0p-FireTV_f334\"\n            },\n            {\n                \"essid\": \"DIRECT-0Q-Car_7d6f\"\n            },\n            {\n                \"essid\": \"DIRECT-0U-Car_5fb2\"\n            },\n            {\n                \"essid\": \"DIRECT-0X-Car_f4d6\"\n            },\n            {\n                \"essid\": \"DIRECT-0y-myChevrolet\"\n            },\n            {\n                \"essid\": \"DIRECT-0Z-Car_768b\"\n            },\n            {\n                \"essid\": \"DIRECT-0zM267x 287x Series\"\n            },\n            {\n                \"essid\": \"DIRECT-0z-myGMC\"\n            },\n            {\n                \"essid\": \"DIRECT-10-HP M402 LaserJet\"\n            },\n            {\n                \"essid\": \"DIRECT-10-HP M477 LaserJet\"\n            },\n            {\n                \"essid\": \"DIRECT-10-HP OfficeJet 200\"\n            },\n            {\n                \"essid\": \"DIRECT-10-HP OfficeJet 4650\"\n            },\n            {\n                \"essid\": \"DIRECT-10-HP OfficeJet Pro 8210\"\n            },\n            {\n                \"essid\": \"DIRECT-10-myCadillac\"\n            },\n            {\n                \"essid\": \"DIRECT-11-HP ENVY 7640 series\"\n            },\n            {\n                \"essid\": \"DIRECT-12-HP ENVY Photo 7800\"\n            },\n            {\n                \"essid\": \"DIRECT-13-HP OfficeJet 6960\"\n            },\n            {\n                \"essid\": \"DIRECT-14-Car_9699\"\n            },\n            {\n                \"essid\": \"DIRECT-14-HP ENVY 5660 series\"\n            },\n            {\n                \"essid\": \"DIRECT-14-HP M452 LaserJet\"\n            },\n            {\n                \"essid\": \"DIRECT-15-HP ENVY 7640 series\"\n            },\n            {\n                \"essid\": \"DIRECT-15-HP M281 LaserJet\"\n            },\n            {\n                \"essid\": \"DIRECT-16-HP ENVY 5540 series\"\n            },\n            {\n                \"essid\": \"DIRECT-16-HP M102 LaserJet\"\n            },\n            {\n                \"essid\": \"DIRECT-16-HP OfficeJet 4650\"\n            },\n            {\n                \"essid\": \"DIRECT-16-HP OfficeJet 8020\"\n            },\n            {\n                \"essid\": \"DIRECT-16-HP PageWide Pro 577\"\n            },\n            {\n                \"essid\": \"DIRECT-17-HP M227f LaserJet\"\n            },\n            {\n                \"essid\": \"DIRECT-18-HP ENVY 5660 series\"\n            },\n            {\n                \"essid\": \"DIRECT-18-HP M426 LaserJet\"\n            },\n            {\n                \"essid\": \"DIRECT-19-HP ENVY 7640 series\"\n            },\n            {\n                \"essid\": \"DIRECT-1A-Car_a758\"\n            },\n            {\n                \"essid\": \"DIRECT-1A-HP ENVY 5540 series\"\n            },\n            {\n                \"essid\": \"DIRECT-1A-HP OfficeJet 5200\"\n            },\n            {\n                \"essid\": \"DIRECT-1B-HP OfficeJet Pro 6970\"\n            },\n            {\n                \"essid\": \"DIRECT-1C-Car_f405\"\n            },\n            {\n                \"essid\": \"DIRECT-1C-HP DeskJet 2600 series\"\n            },\n            {\n                \"essid\": \"DIRECT-1C-HP ENVY Photo 7800\"\n            },\n            {\n                \"essid\": \"DIRECT-1c-HP M277 LaserJet\"\n            },\n            {\n                \"essid\": \"DIRECT-1C-HP OfficeJet 4650\"\n            },\n            {\n                \"essid\": \"DIRECT-1C-HP OfficeJet Pro 7740\"\n            },\n            {\n                \"essid\": \"DIRECT-1C-HP OfficeJet Pro 8710\"\n            },\n            {\n                \"essid\": \"DIRECT-1c-myChevrolet\"\n            },\n            {\n                \"essid\": \"DIRECT-1C-myGMC\"\n            },\n            {\n                \"essid\": \"DIRECT-1d-0004F312ACA8\"\n            },\n            {\n                \"essid\": \"DIRECT-1d-Car_c4b3\"\n            },\n            {\n                \"essid\": \"DIRECT-1d-HP M252 LaserJet\"\n            },\n            {\n                \"essid\": \"DIRECT-1E-Car_76a9\"\n            },\n            {\n                \"essid\": \"DIRECT-1E-HP ENVY 7640 series\"\n            },\n            {\n                \"essid\": \"DIRECT-1E-HP OfficeJet 200\"\n            },\n            {\n                \"essid\": \"DIRECT-1E-HP OfficeJet 5200\"\n            },\n            {\n                \"essid\": \"DIRECT-1E-HP OfficeJet Pro 6970\"\n            },\n            {\n                \"essid\": \"DIRECT-1F-HP ENVY 7640 series\"\n            },\n            {\n                \"essid\": \"DIRECT-1F-HP OfficeJet Pro 6960\"\n            },\n            {\n                \"essid\": \"DIRECT-1g-myChevrolet\"\n            },\n            {\n                \"essid\": \"DIRECT-1G-myGMC\"\n            },\n            {\n                \"essid\": \"DIRECT-1i-Car_1fe3\"\n            },\n            {\n                \"essid\": \"DIRECT-1j-Car_5e0e\"\n            },\n            {\n                \"essid\": \"DIRECT-1L-myChevrolet\"\n            },\n            {\n                \"essid\": \"DIRECT-1M-myChevrolet\"\n            },\n            {\n                \"essid\": \"DIRECT-1n-Car_63cc\"\n            },\n            {\n                \"essid\": \"DIRECT-1n-myCadillac\"\n            },\n            {\n                \"essid\": \"DIRECT-1p-3a03d0\"\n            },\n            {\n                \"essid\": \"DIRECT-1P-myCadillac\"\n            },\n            {\n                \"essid\": \"DIRECT-1q-Android_f0a7\"\n            },\n            {\n                \"essid\": \"DIRECT-1R-VOLT HOTSPOT\"\n            },\n            {\n                \"essid\": \"DIRECT-1u-Car_9915\"\n            },\n            {\n                \"essid\": \"DIRECT-1U-SM-G986U\"\n            },\n            {\n                \"essid\": \"DIRECT-1X-Car_6f1e\"\n            },\n            {\n                \"essid\": \"DIRECT-1x-Car_7348\"\n            },\n            {\n                \"essid\": \"DIRECT-1XDESKTOP-IJK7E7AM3TK\"\n            },\n            {\n                \"essid\": \"DIRECT-1z-Car_96b1\"\n            },\n            {\n                \"essid\": \"DIRECT-20-HP DeskJet 2600 series\"\n            },\n            {\n                \"essid\": \"DIRECT-20-HP ENVY 5000 series\"\n            },\n            {\n                \"essid\": \"DIRECT-20-HP ENVY Photo 7800\"\n            },\n            {\n                \"essid\": \"DIRECT-20-HP M477 LaserJet\"\n            },\n            {\n                \"essid\": \"DIRECT-20-HP OfficeJet Pro 7740\"\n            },\n            {\n                \"essid\": \"DIRECT-21-Car_19e0\"\n            },\n            {\n                \"essid\": \"DIRECT-21-HP ENVY 5000 series\"\n            },\n            {\n                \"essid\": \"DIRECT-21-HP OfficeJet Pro 8710\"\n            },\n            {\n                \"essid\": \"DIRECT-22-HP ENVY 4520 series\"\n            },\n            {\n                \"essid\": \"DIRECT-22-HP OfficeJet 200\"\n            },\n            {\n                \"essid\": \"DIRECT-23-HP M477 LaserJet\"\n            },\n            {\n                \"essid\": \"DIRECT-24-Car_188c\"\n            },\n            {\n                \"essid\": \"DIRECT-24-HP DeskJet 2600 series\"\n            },\n            {\n                \"essid\": \"DIRECT-24-HP OfficeJet 4650\"\n            },\n            {\n                \"essid\": \"DIRECT-25-HP DeskJet 3630 series\"\n            },\n            {\n                \"essid\": \"DIRECT-25-HP ENVY 5640 series\"\n            },\n            {\n                \"essid\": \"DIRECT-25-HP M402 LaserJet\"\n            },\n            {\n                \"essid\": \"DIRECT-25-HP OfficeJet Pro 8710\"\n            },\n            {\n                \"essid\": \"DIRECT-26-Car_7313\"\n            },\n            {\n                \"essid\": \"DIRECT-26-HP DeskJet 2600 series\"\n            },\n            {\n                \"essid\": \"DIRECT-26-HP M15 LaserJet\"\n            },\n            {\n                \"essid\": \"DIRECT-26-HP OfficeJet Pro 8710\"\n            },\n            {\n                \"essid\": \"DIRECT-26-HP OfficeJet Pro 8740\"\n            },\n            {\n                \"essid\": \"DIRECT-27-Car_897c\"\n            },\n            {\n                \"essid\": \"DIRECT-27-HP M252 LaserJet\"\n            },\n            {\n                \"essid\": \"DIRECT-27-HP OfficeJet Pro 8210\"\n            },\n            {\n                \"essid\": \"DIRECT-27-HP OfficeJet Pro 8710\"\n            },\n            {\n                \"essid\": \"DIRECT-28-HP M452 LaserJet\"\n            },\n            {\n                \"essid\": \"DIRECT-28-myGMC\"\n            },\n            {\n                \"essid\": \"DIRECT-29678_PJ-773\"\n            },\n            {\n                \"essid\": \"DIRECT-29687_PJ-773\"\n            },\n            {\n                \"essid\": \"DIRECT-29-HP OfficeJet 4650\"\n            },\n            {\n                \"essid\": \"DIRECT-29-HP OfficeJet Pro 6970\"\n            },\n            {\n                \"essid\": \"DIRECT-2A-Car_851f\"\n            },\n            {\n                \"essid\": \"DIRECT-2A-HP ENVY 7640 series\"\n            },\n            {\n                \"essid\": \"DIRECT-2a-HP M477 LaserJet\"\n            },\n            {\n                \"essid\": \"DIRECT-2A-HP OfficeJet 200\"\n            },\n            {\n                \"essid\": \"DIRECT-2A-HP Officejet 5740\"\n            },\n            {\n                \"essid\": \"DIRECT-2b-HP M102 LaserJet\"\n            },\n            {\n                \"essid\": \"DIRECT-2b-HP M203 LaserJet\"\n            },\n            {\n                \"essid\": \"DIRECT-2B-HP OfficeJet Pro 8720\"\n            },\n            {\n                \"essid\": \"DIRECT-2c-BRAVIA\"\n            },\n            {\n                \"essid\": \"DIRECT-2C-HP DeskJet 2600 series\"\n            },\n            {\n                \"essid\": \"DIRECT-2C-HP OfficeJet 3830\"\n            },\n            {\n                \"essid\": \"DIRECT-2C-myGMC\"\n            },\n            {\n                \"essid\": \"DIRECT-2D-HP ENVY 4510 series\"\n            },\n            {\n                \"essid\": \"DIRECT-2d-HP M477 LaserJet\"\n            },\n            {\n                \"essid\": \"DIRECT-2D-HP OfficeJet Pro 7740\"\n            },\n            {\n                \"essid\": \"DIRECT-2e-HP M102 LaserJet\"\n            },\n            {\n                \"essid\": \"DIRECT-2e-HP M452 LaserJet\"\n            },\n            {\n                \"essid\": \"DIRECT-2E-HP OfficeJet 3830\"\n            },\n            {\n                \"essid\": \"DIRECT-2E-HP OfficeJet 4650\"\n            },\n            {\n                \"essid\": \"DIRECT-2f-Car_60e3\"\n            },\n            {\n                \"essid\": \"DIRECT-2F-HP ENVY 5000 series\"\n            },\n            {\n                \"essid\": \"DIRECT-2F-HP OfficeJet 4650\"\n            },\n            {\n                \"essid\": \"DIRECT-2F-HP OfficeJet Pro 8710\"\n            },\n            {\n                \"essid\": \"DIRECT-2G-Adrian Wifi\"\n            },\n            {\n                \"essid\": \"DIRECT-2G-myCadillac\"\n            },\n            {\n                \"essid\": \"DIRECT-2g-myChevrolet\"\n            },\n            {\n                \"essid\": \"DIRECT-2i-myCadillac\"\n            },\n            {\n                \"essid\": \"DIRECT-2j-200ed0\"\n            },\n            {\n                \"essid\": \"DIRECT-2L-Car_6705\"\n            },\n            {\n                \"essid\": \"DIRECT-2l-Car_8c33\"\n            },\n            {\n                \"essid\": \"DIRECT-2M-FireTV_c0f1\"\n            },\n            {\n                \"essid\": \"DIRECT-2N-Car_8d3f\"\n            },\n            {\n                \"essid\": \"DIRECT-2O-Car_f9bb\"\n            },\n            {\n                \"essid\": \"DIRECT-2Q-Blubrew22\"\n            },\n            {\n                \"essid\": \"DIRECT-2S-Car_e466\"\n            },\n            {\n                \"essid\": \"DIRECT-2s-myBuick\"\n            },\n            {\n                \"essid\": \"DIRECT-2U-Car_6639\"\n            },\n            {\n                \"essid\": \"DIRECT-2u-Car_e401\"\n            },\n            {\n                \"essid\": \"DIRECT-2V-FireTV_d505\"\n            },\n            {\n                \"essid\": \"DIRECT-2X-HKyer wifi\"\n            },\n            {\n                \"essid\": \"DIRECT-2Y-Car_bcce\"\n            },\n            {\n                \"essid\": \"DIRECT-2Z-Car_908a\"\n            },\n            {\n                \"essid\": \"DIRECT-30-HP ENVY 4520 series\"\n            },\n            {\n                \"essid\": \"DIRECT-30-HP M118 LaserJet\"\n            },\n            {\n                \"essid\": \"DIRECT-30-HP M477 LaserJet\"\n            },\n            {\n                \"essid\": \"DIRECT-30-HP OfficeJet 4650\"\n            },\n            {\n                \"essid\": \"DIRECT-31-HP ENVY 4520 series\"\n            },\n            {\n                \"essid\": \"DIRECT-31-HP ENVY 7640 series\"\n            },\n            {\n                \"essid\": \"DIRECT-31-HP M426 LaserJet\"\n            },\n            {\n                \"essid\": \"DIRECT-31-HP OfficeJet 4650\"\n            },\n            {\n                \"essid\": \"DIRECT-31-HP OfficeJet Pro 6960\"\n            },\n            {\n                \"essid\": \"DIRECT-32-HP DeskJet 2600 series\"\n            },\n            {\n                \"essid\": \"DIRECT-32-HP M130f LaserJet\"\n            },\n            {\n                \"essid\": \"DIRECT-32-HP OfficeJet 200\"\n            },\n            {\n                \"essid\": \"DIRECT-33-HP DeskJet 2600 series\"\n            },\n            {\n                \"essid\": \"DIRECT-33-HP M477 LaserJet\"\n            },\n            {\n                \"essid\": \"DIRECT-33-HP OfficeJet 3830\"\n            },\n            {\n                \"essid\": \"DIRECT-33-HP OfficeJet Pro 6960\"\n            },\n            {\n                \"essid\": \"DIRECT-33-HP OfficeJet Pro 8740\"\n            },\n            {\n                \"essid\": \"DIRECT-34-Car_de73\"\n            },\n            {\n                \"essid\": \"DIRECT-34-HP M252 LaserJet\"\n            },\n            {\n                \"essid\": \"DIRECT-34-HP M426 LaserJet\"\n            },\n            {\n                \"essid\": \"DIRECT-35-HP ENVY 5660 series\"\n            },\n            {\n                \"essid\": \"DIRECT-35-HP M277 LaserJet\"\n            },\n            {\n                \"essid\": \"DIRECT-35-HP Officejet 5740\"\n            },\n            {\n                \"essid\": \"DIRECT-38-HP ENVY Photo 7800\"\n            },\n            {\n                \"essid\": \"DIRECT-38-HP M281 LaserJet\"\n            },\n            {\n                \"essid\": \"DIRECT-39-HP M281 LaserJet\"\n            },\n            {\n                \"essid\": \"DIRECT-39-HP M426 LaserJet\"\n            },\n            {\n                \"essid\": \"DIRECT-3A-HP DeskJet 2600 series\"\n            },\n            {\n                \"essid\": \"DIRECT-3A-HP OfficeJet 200\"\n            },\n            {\n                \"essid\": \"DIRECT-3A-myChevrolet\"\n            },\n            {\n                \"essid\": \"DIRECT-3B-HP ENVY Photo 7800\"\n            },\n            {\n                \"essid\": \"DIRECT-3B-HP OfficeJet 3830\"\n            },\n            {\n                \"essid\": \"DIRECT-3C-HP OfficeJet 4650\"\n            },\n            {\n                \"essid\": \"DIRECT-3C-HP OfficeJet Pro 8720\"\n            },\n            {\n                \"essid\": \"DIRECT-3C-thedeathstar\"\n            },\n            {\n                \"essid\": \"DIRECT-3d-HP M277 LaserJet\"\n            },\n            {\n                \"essid\": \"DIRECT-3D-myChevrolet\"\n            },\n            {\n                \"essid\": \"DIRECT-3E-myCadillac\"\n            },\n            {\n                \"essid\": \"DIRECT-3F-HP OfficeJet Pro 8710\"\n            },\n            {\n                \"essid\": \"DIRECT-3F-HP OfficeJet Pro 9010\"\n            },\n            {\n                \"essid\": \"DIRECT-3h-makayla2\"\n            },\n            {\n                \"essid\": \"DIRECT-3I-Car_2747\"\n            },\n            {\n                \"essid\": \"DIRECT-3i-Car_c4e0\"\n            },\n            {\n                \"essid\": \"DIRECT-3i-myChevrolet\"\n            },\n            {\n                \"essid\": \"DIRECT-3k-Car_7eb1\"\n            },\n            {\n                \"essid\": \"DIRECT-3K-Car_bb16\"\n            },\n            {\n                \"essid\": \"DIRECT-3K-FireTV_d24c\"\n            },\n            {\n                \"essid\": \"DIRECT-3l-Car_82c7\"\n            },\n            {\n                \"essid\": \"DIRECT-3l-myGMC\"\n            },\n            {\n                \"essid\": \"DIRECT-3n-Car_bb83\"\n            },\n            {\n                \"essid\": \"DIRECT-3P-Car_8694\"\n            },\n            {\n                \"essid\": \"DIRECT-3q-250150\"\n            },\n            {\n                \"essid\": \"DIRECT-3r-370bd0\"\n            },\n            {\n                \"essid\": \"DIRECT-3R-BRAVIA\"\n            },\n            {\n                \"essid\": \"DIRECT-3R-Car_b3b2\"\n            },\n            {\n                \"essid\": \"DIRECT-3r-Car_d8ce\"\n            },\n            {\n                \"essid\": \"DIRECT-3t-Car_23d5\"\n            },\n            {\n                \"essid\": \"DIRECT-3W-Car_208f\"\n            },\n            {\n                \"essid\": \"DIRECT-3w-My Silverado\"\n            },\n            {\n                \"essid\": \"DIRECT-3X-Car_7009\"\n            },\n            {\n                \"essid\": \"DIRECT-3X-RCA TABLET\"\n            },\n            {\n                \"essid\": \"DIRECT-3Y-0004F318DDD0\"\n            },\n            {\n                \"essid\": \"DIRECT-3y-myChevrolet\"\n            },\n            {\n                \"essid\": \"DIRECT-40-HP ENVY 4520 series\"\n            },\n            {\n                \"essid\": \"DIRECT-40-HP M452 LaserJet\"\n            },\n            {\n                \"essid\": \"DIRECT-40-HP Officejet 5740\"\n            },\n            {\n                \"essid\": \"DIRECT-41-Car_2e0b\"\n            },\n            {\n                \"essid\": \"DIRECT-41-HP ENVY 7640 series\"\n            },\n            {\n                \"essid\": \"DIRECT-41-HP OfficeJet 5200\"\n            },\n            {\n                \"essid\": \"DIRECT-41-HP OfficeJet Pro 6970\"\n            },\n            {\n                \"essid\": \"DIRECT-42-HP OfficeJet 200\"\n            },\n            {\n                \"essid\": \"DIRECT-42-HP PageWide Pro 477dw\"\n            },\n            {\n                \"essid\": \"DIRECT-43-HP M477 LaserJet\"\n            },\n            {\n                \"essid\": \"DIRECT-44737AAB\"\n            },\n            {\n                \"essid\": \"DIRECT-447BF58D\"\n            },\n            {\n                \"essid\": \"DIRECT-44-Car_a3c6\"\n            },\n            {\n                \"essid\": \"DIRECT-44-HP ENVY 5640 series\"\n            },\n            {\n                \"essid\": \"DIRECT-44-HP M281 LaserJet\"\n            },\n            {\n                \"essid\": \"DIRECT-44-HP OfficeJet Pro 8710\"\n            },\n            {\n                \"essid\": \"DIRECT-45-DesbaaWifi\"\n            },\n            {\n                \"essid\": \"DIRECT-46-HP OfficeJet Pro 8710\"\n            },\n            {\n                \"essid\": \"DIRECT-48-Car_53b6\"\n            },\n            {\n                \"essid\": \"DIRECT-48-HP DeskJet 3630 series\"\n            },\n            {\n                \"essid\": \"DIRECT-48-HP ENVY 5000 series\"\n            },\n            {\n                \"essid\": \"DIRECT-48-HP M283 LaserJet\"\n            },\n            {\n                \"essid\": \"DIRECT-48-HP OfficeJet 5200\"\n            },\n            {\n                \"essid\": \"DIRECT-48-HP OfficeJet Pro 8710\"\n            },\n            {\n                \"essid\": \"DIRECT-49-HP M426 LaserJet\"\n            },\n            {\n                \"essid\": \"DIRECT-49-HP OfficeJet Pro 8710\"\n            },\n            {\n                \"essid\": \"DIRECT-4A-HP OfficeJet 4650\"\n            },\n            {\n                \"essid\": \"DIRECT-4b-0004F31D7B79\"\n            },\n            {\n                \"essid\": \"DIRECT-4B-Car_3885\"\n            },\n            {\n                \"essid\": \"DIRECT-4B-myCadillac\"\n            },\n            {\n                \"essid\": \"DIRECT-4c-HP M252 LaserJet\"\n            },\n            {\n                \"essid\": \"DIRECT-4C-HP M553 LaserJet\"\n            },\n            {\n                \"essid\": \"DIRECT-4C-HP OfficeJet 200\"\n            },\n            {\n                \"essid\": \"DIRECT-4C-HP OfficeJet 4650\"\n            },\n            {\n                \"essid\": \"DIRECT-4C-HP OfficeJet 6960\"\n            },\n            {\n                \"essid\": \"DIRECT-4C-HP OfficeJet Pro 8710\"\n            },\n            {\n                \"essid\": \"DIRECT-4C-HP PageWide Pro 477dw\"\n            },\n            {\n                \"essid\": \"DIRECT-4D-FireTV_6b50\"\n            },\n            {\n                \"essid\": \"DIRECT-4d-HP M281 LaserJet\"\n            },\n            {\n                \"essid\": \"DIRECT-4E-HP OfficeJet Pro 8710\"\n            },\n            {\n                \"essid\": \"DIRECT-4F-HP ENVY 4510 series\"\n            },\n            {\n                \"essid\": \"DIRECT-4F-HP OfficeJet Pro 6960\"\n            },\n            {\n                \"essid\": \"DIRECT-4G-Car_f63a\"\n            },\n            {\n                \"essid\": \"DIRECT-4G-Car_f8cd\"\n            },\n            {\n                \"essid\": \"DIRECT-4j-myChevrolet\"\n            },\n            {\n                \"essid\": \"DIRECT-4l-Car_25d6\"\n            },\n            {\n                \"essid\": \"DIRECT-4n-BRAVIA\"\n            },\n            {\n                \"essid\": \"DIRECT-4N-myCadillac\"\n            },\n            {\n                \"essid\": \"DIRECT-4P-Car_fc42\"\n            },\n            {\n                \"essid\": \"DIRECT-4P-myGMC\"\n            },\n            {\n                \"essid\": \"DIRECT-4u-Car_3e40\"\n            },\n            {\n                \"essid\": \"DIRECT-4U-myChevrolet\"\n            },\n            {\n                \"essid\": \"DIRECT-4v-Car_fe19\"\n            },\n            {\n                \"essid\": \"DIRECT-4W-Car_7554\"\n            },\n            {\n                \"essid\": \"DIRECT-4w-myChevrolet\"\n            },\n            {\n                \"essid\": \"DIRECT-4W-PM Chevy\"\n            },\n            {\n                \"essid\": \"DIRECT-4Z-Raven-090\"\n            },\n            {\n                \"essid\": \"DIRECT-50-Car_920b\"\n            },\n            {\n                \"essid\": \"DIRECT-50-HP OfficeJet 4650\"\n            },\n            {\n                \"essid\": \"DIRECT-50-myChevrolet\"\n            },\n            {\n                \"essid\": \"DIRECT-51-HP OfficeJet Pro 6960\"\n            },\n            {\n                \"essid\": \"DIRECT-51-HP OfficeJet Pro 8710\"\n            },\n            {\n                \"essid\": \"DIRECT-52-HP OfficeJet 200\"\n            },\n            {\n                \"essid\": \"DIRECT-52-HP OfficeJet 3830\"\n            },\n            {\n                \"essid\": \"DIRECT-53-Car_651d\"\n            },\n            {\n                \"essid\": \"DIRECT-53-HP M426 LaserJet\"\n            },\n            {\n                \"essid\": \"DIRECT-53-HP OfficeJet 6950\"\n            },\n            {\n                \"essid\": \"DIRECT-53-HP OfficeJet Pro 8710\"\n            },\n            {\n                \"essid\": \"DIRECT-53-Pixel 2-PdaNet\"\n            },\n            {\n                \"essid\": \"DIRECT-54-HP DeskJet 2600 series\"\n            },\n            {\n                \"essid\": \"DIRECT-54-HP M254 LaserJet\"\n            },\n            {\n                \"essid\": \"DIRECT-54-HP OfficeJet 250\"\n            },\n            {\n                \"essid\": \"DIRECT-54-wendellbmiller\"\n            },\n            {\n                \"essid\": \"DIRECT-55-FireTV_f808\"\n            },\n            {\n                \"essid\": \"DIRECT-55-HP DeskJet 3700 series\"\n            },\n            {\n                \"essid\": \"DIRECT-55-HP ENVY 7640 series\"\n            },\n            {\n                \"essid\": \"DIRECT-56-Car_f1a1\"\n            },\n            {\n                \"essid\": \"DIRECT-56-HP ENVY 4520 series\"\n            },\n            {\n                \"essid\": \"DIRECT-56-HP OfficeJet 5200\"\n            },\n            {\n                \"essid\": \"DIRECT-57-HP ENVY 7640 series\"\n            },\n            {\n                \"essid\": \"DIRECT-57-nuniman\"\n            },\n            {\n                \"essid\": \"DIRECT-58-HP DeskJet 3700 series\"\n            },\n            {\n                \"essid\": \"DIRECT-58-HP ENVY 7640 series\"\n            },\n            {\n                \"essid\": \"DIRECT-58-HP M428fdw LJ\"\n            },\n            {\n                \"essid\": \"DIRECT-58-HP OfficeJet Pro 7720\"\n            },\n            {\n                \"essid\": \"DIRECT-58-HP OfficeJet Pro 8710\"\n            },\n            {\n                \"essid\": \"DIRECT-58-HP OfficeJet Pro 8720\"\n            },\n            {\n                \"essid\": \"DIRECT-59-Bernie\"\n            },\n            {\n                \"essid\": \"DIRECT-59-HP ENVY Photo 7100\"\n            },\n            {\n                \"essid\": \"DIRECT-5A-Car_37ba\"\n            },\n            {\n                \"essid\": \"DIRECT-5A-HP ENVY 5660 series\"\n            },\n            {\n                \"essid\": \"DIRECT-5A-HP ENVY Photo 6200\"\n            },\n            {\n                \"essid\": \"DIRECT-5a-HP M130f LaserJet\"\n            },\n            {\n                \"essid\": \"DIRECT-5b-Car_71e7\"\n            },\n            {\n                \"essid\": \"DIRECT-5B-HP OfficeJet Pro 6970\"\n            },\n            {\n                \"essid\": \"DIRECT-5c-Car_2bdd\"\n            },\n            {\n                \"essid\": \"DIRECT-5C-HP M506 LaserJet\"\n            },\n            {\n                \"essid\": \"DIRECT-5C-HP OfficeJet 4650\"\n            },\n            {\n                \"essid\": \"DIRECT-5C-HP OfficeJet Pro 8710\"\n            },\n            {\n                \"essid\": \"DIRECT-5D-ATS V WiFi\"\n            },\n            {\n                \"essid\": \"DIRECT-5d-HP M426 LaserJet\"\n            },\n            {\n                \"essid\": \"DIRECT-5d-HP M477 LaserJet\"\n            },\n            {\n                \"essid\": \"DIRECT-5e-Car_d727\"\n            },\n            {\n                \"essid\": \"DIRECT-5E-HP ENVY 4520 series\"\n            },\n            {\n                \"essid\": \"DIRECT-5E-HP OfficeJet 200\"\n            },\n            {\n                \"essid\": \"DIRECT-5E-HP OfficeJet 250\"\n            },\n            {\n                \"essid\": \"DIRECT-5E-HP OfficeJet 3830\"\n            },\n            {\n                \"essid\": \"DIRECT-5E-HP OfficeJet Pro 7740\"\n            },\n            {\n                \"essid\": \"DIRECT-5E-HP OfficeJet Pro 8710\"\n            },\n            {\n                \"essid\": \"DIRECT-5E-myCadillac\"\n            },\n            {\n                \"essid\": \"DIRECT-5F-HP ENVY 5640 series\"\n            },\n            {\n                \"essid\": \"DIRECT-5F-HP ENVY 7640 series\"\n            },\n            {\n                \"essid\": \"DIRECT-5f-HP M15 LaserJet\"\n            },\n            {\n                \"essid\": \"DIRECT-5f-HP M281 LaserJet\"\n            },\n            {\n                \"essid\": \"DIRECT-5f-HP M477 LaserJet\"\n            },\n            {\n                \"essid\": \"DIRECT-5F-HP OfficeJet Pro 7740\"\n            },\n            {\n                \"essid\": \"DIRECT-5f-myChevrolet\"\n            },\n            {\n                \"essid\": \"DIRECT-5g-Jesse52\"\n            },\n            {\n                \"essid\": \"DIRECT-5g-myGMC\"\n            },\n            {\n                \"essid\": \"DIRECT-5H-Car_a410\"\n            },\n            {\n                \"essid\": \"DIRECT-5k-Car_402f\"\n            },\n            {\n                \"essid\": \"DIRECT-5K-myGMVehicle\"\n            },\n            {\n                \"essid\": \"DIRECT-5m-myChevrolet\"\n            },\n            {\n                \"essid\": \"DIRECT-5o-myCadillac\"\n            },\n            {\n                \"essid\": \"DIRECT-5O-myCadillac\"\n            },\n            {\n                \"essid\": \"DIRECT-5p-3a03d0\"\n            },\n            {\n                \"essid\": \"DIRECT-5P-Car_cf7a\"\n            },\n            {\n                \"essid\": \"DIRECT-5q-ChevyTrax\"\n            },\n            {\n                \"essid\": \"DIRECT-5q-myCadillac\"\n            },\n            {\n                \"essid\": \"DIRECT-5R-myChevrolet\"\n            },\n            {\n                \"essid\": \"DIRECT-5s-Car_ba6c\"\n            },\n            {\n                \"essid\": \"DIRECT-5T-myChevrolet\"\n            },\n            {\n                \"essid\": \"DIRECT-5U-Car_20db\"\n            },\n            {\n                \"essid\": \"DIRECT-5U-Car_3340\"\n            },\n            {\n                \"essid\": \"DIRECT-5Z-Car_188e\"\n            },\n            {\n                \"essid\": \"DIRECT-60-HP M402 LaserJet\"\n            },\n            {\n                \"essid\": \"DIRECT-61-HP OfficeJet Pro 6960\"\n            },\n            {\n                \"essid\": \"DIRECT-62-Car_c1ac\"\n            },\n            {\n                \"essid\": \"DIRECT-62-HP OfficeJet 4650\"\n            },\n            {\n                \"essid\": \"DIRECT-62-HP OfficeJet Pro 6960\"\n            },\n            {\n                \"essid\": \"DIRECT-62-HP OfficeJet Pro 8710\"\n            },\n            {\n                \"essid\": \"DIRECT-63-HP Officejet 8040\"\n            },\n            {\n                \"essid\": \"DIRECT-63-HP OfficeJet Pro 6970\"\n            },\n            {\n                \"essid\": \"DIRECT-63-SM-G973U\"\n            },\n            {\n                \"essid\": \"DIRECT-65-HP OfficeJet Pro 8210\"\n            },\n            {\n                \"essid\": \"DIRECT-65-myChevrolet\"\n            },\n            {\n                \"essid\": \"DIRECT-66-HP ENVY 5660 series\"\n            },\n            {\n                \"essid\": \"DIRECT-66-HP M281 LaserJet\"\n            },\n            {\n                \"essid\": \"DIRECT-66-myChevrolet\"\n            },\n            {\n                \"essid\": \"DIRECT-67-HP DeskJet 2600 series\"\n            },\n            {\n                \"essid\": \"DIRECT-67-HP OfficeJet 6950\"\n            },\n            {\n                \"essid\": \"DIRECT-67-HP OfficeJet Pro 6960\"\n            },\n            {\n                \"essid\": \"DIRECT-67-HP TANGO\"\n            },\n            {\n                \"essid\": \"DIRECT-67-MI CC9 Pro-PdaNet\"\n            },\n            {\n                \"essid\": \"DIRECT-67-myGMVehicle\"\n            },\n            {\n                \"essid\": \"DIRECT-68-HP M254 LaserJet\"\n            },\n            {\n                \"essid\": \"DIRECT-68-HP OfficeJet 200\"\n            },\n            {\n                \"essid\": \"DIRECT-68-HP OfficeJet 3830\"\n            },\n            {\n                \"essid\": \"DIRECT-68-HP OfficeJet 4650\"\n            },\n            {\n                \"essid\": \"DIRECT-68-HP OfficeJet 5200\"\n            },\n            {\n                \"essid\": \"DIRECT-68-HP Officejet 5740\"\n            },\n            {\n                \"essid\": \"DIRECT-69-3e0a10\"\n            },\n            {\n                \"essid\": \"DIRECT-69-HP ENVY 7640 series\"\n            },\n            {\n                \"essid\": \"DIRECT-69-HP OfficeJet 4650\"\n            },\n            {\n                \"essid\": \"DIRECT-69-HP OfficeJet Pro 8710\"\n            },\n            {\n                \"essid\": \"DIRECT-69-HP OfficeJet Pro 8740\"\n            },\n            {\n                \"essid\": \"DIRECT-6a-Car_9808\"\n            },\n            {\n                \"essid\": \"DIRECT-6a-Ele XT4\"\n            },\n            {\n                \"essid\": \"DIRECT-6a-Ettas19\"\n            },\n            {\n                \"essid\": \"DIRECT-6a-HP M402 LaserJet\"\n            },\n            {\n                \"essid\": \"DIRECT-6A-HP OfficeJet Pro 8720\"\n            },\n            {\n                \"essid\": \"DIRECT-6B-HP OfficeJet 4650\"\n            },\n            {\n                \"essid\": \"DIRECT-6B-HP OfficeJet 5200\"\n            },\n            {\n                \"essid\": \"DIRECT-6B-HP OfficeJet Pro 6970\"\n            },\n            {\n                \"essid\": \"DIRECT-6b-myCadillac\"\n            },\n            {\n                \"essid\": \"DIRECT-6C-Car_d180\"\n            },\n            {\n                \"essid\": \"DIRECT-6c-HP M452 LaserJet\"\n            },\n            {\n                \"essid\": \"DIRECT-6CX0:FDR-X3000\"\n            },\n            {\n                \"essid\": \"DIRECT-6d-BRAVIA\"\n            },\n            {\n                \"essid\": \"DIRECT-6D-HP OfficeJet Pro 8720\"\n            },\n            {\n                \"essid\": \"DIRECT-6D-myCadillac\"\n            },\n            {\n                \"essid\": \"DIRECT-6e-Car_dd81\"\n            },\n            {\n                \"essid\": \"DIRECT-6EF30D\"\n            },\n            {\n                \"essid\": \"DIRECT-6E-HP ENVY 4510 series\"\n            },\n            {\n                \"essid\": \"DIRECT-6E-HP OfficeJet Pro 6970\"\n            },\n            {\n                \"essid\": \"DIRECT-6E-myCadillac\"\n            },\n            {\n                \"essid\": \"DIRECT-6F-bravovolt\"\n            },\n            {\n                \"essid\": \"DIRECT-6F-HP OfficeJet 200\"\n            },\n            {\n                \"essid\": \"DIRECT-6F-HP OfficeJet Pro 6960\"\n            },\n            {\n                \"essid\": \"DIRECT-6F-HP OfficeJet Pro 8710\"\n            },\n            {\n                \"essid\": \"DIRECT-6h-Car_f441\"\n            },\n            {\n                \"essid\": \"DIRECT-6i-myCadillac\"\n            },\n            {\n                \"essid\": \"DIRECT-6J-Car_24b9\"\n            },\n            {\n                \"essid\": \"DIRECT-6K-Car_ce8b\"\n            },\n            {\n                \"essid\": \"DIRECT-6K-myChevrolet\"\n            },\n            {\n                \"essid\": \"DIRECT-6L-410750\"\n            },\n            {\n                \"essid\": \"DIRECT-6m-myCadillac\"\n            },\n            {\n                \"essid\": \"DIRECT-6p-Car_a312\"\n            },\n            {\n                \"essid\": \"DIRECT-6p-myChevrolet\"\n            },\n            {\n                \"essid\": \"DIRECT-6r-Car_bb45\"\n            },\n            {\n                \"essid\": \"DIRECT-6S-Car_263e\"\n            },\n            {\n                \"essid\": \"DIRECT-6s-Car_5691\"\n            },\n            {\n                \"essid\": \"DIRECT-6S-cece\"\n            },\n            {\n                \"essid\": \"DIRECT-6S-myChevrolet\"\n            },\n            {\n                \"essid\": \"DIRECT-6t-Car_ac66\"\n            },\n            {\n                \"essid\": \"DIRECT-6t-myCadillac\"\n            },\n            {\n                \"essid\": \"DIRECT-6t-myGMC\"\n            },\n            {\n                \"essid\": \"DIRECT-6u-0004F3174B3D\"\n            },\n            {\n                \"essid\": \"DIRECT-6x-Car_3938\"\n            },\n            {\n                \"essid\": \"DIRECT-6x-LonsCTS\"\n            },\n            {\n                \"essid\": \"DIRECT-6y-myCadillac\"\n            },\n            {\n                \"essid\": \"DIRECT-6Y-mycanyon\"\n            },\n            {\n                \"essid\": \"DIRECT-6Y-myGMC\"\n            },\n            {\n                \"essid\": \"DIRECT-70-HP DesignJet T830\"\n            },\n            {\n                \"essid\": \"DIRECT-70-HP M203 LaserJet\"\n            },\n            {\n                \"essid\": \"DIRECT-71-HP M102 LaserJet\"\n            },\n            {\n                \"essid\": \"DIRECT-71-HP M477 LaserJet\"\n            },\n            {\n                \"essid\": \"DIRECT-72-BRAVIA\"\n            },\n            {\n                \"essid\": \"DIRECT-72-HP M102 LaserJet\"\n            },\n            {\n                \"essid\": \"DIRECT-72-HP OfficeJet Pro 8210\"\n            },\n            {\n                \"essid\": \"DIRECT-73-HP M426 LaserJet\"\n            },\n            {\n                \"essid\": \"DIRECT-75-0004F31D7B6E\"\n            },\n            {\n                \"essid\": \"DIRECT-75-HP OfficeJet Pro 8710\"\n            },\n            {\n                \"essid\": \"DIRECT-76-HP OfficeJet 200\"\n            },\n            {\n                \"essid\": \"DIRECT-76-HP OfficeJet Pro 8720\"\n            },\n            {\n                \"essid\": \"DIRECT-77-HP M426 LaserJet\"\n            },\n            {\n                \"essid\": \"DIRECT-77-HP M477 LaserJet\"\n            },\n            {\n                \"essid\": \"DIRECT-77-HP OfficeJet Pro 6970\"\n            },\n            {\n                \"essid\": \"DIRECT-78-HP OfficeJet 250\"\n            },\n            {\n                \"essid\": \"DIRECT-78-HP Officejet 5740\"\n            },\n            {\n                \"essid\": \"DIRECT-78-RAFA WIFI\"\n            },\n            {\n                \"essid\": \"DIRECT-79-HP ENVY 7640 series\"\n            },\n            {\n                \"essid\": \"DIRECT-7a-HP M477 LaserJet\"\n            },\n            {\n                \"essid\": \"DIRECT-7A-HP OfficeJet 8700\"\n            },\n            {\n                \"essid\": \"DIRECT-7A-myChevrolet\"\n            },\n            {\n                \"essid\": \"DIRECT-7B-HP OfficeJet 4650\"\n            },\n            {\n                \"essid\": \"DIRECT-7B-HP OfficeJet Pro 8720\"\n            },\n            {\n                \"essid\": \"DIRECT-7B-myCadillac\"\n            },\n            {\n                \"essid\": \"DIRECT-7c-HP M15 LaserJet\"\n            },\n            {\n                \"essid\": \"DIRECT-7C-HP OfficeJet Pro 6970\"\n            },\n            {\n                \"essid\": \"DIRECT-7c-myCadillac\"\n            },\n            {\n                \"essid\": \"DIRECT-7C-myCadillac\"\n            },\n            {\n                \"essid\": \"DIRECT-7D-HP ENVY 5540 series\"\n            },\n            {\n                \"essid\": \"DIRECT-7D-HP OfficeJet 5200\"\n            },\n            {\n                \"essid\": \"DIRECT-7E-190a50\"\n            },\n            {\n                \"essid\": \"DIRECT-7e-myGMC\"\n            },\n            {\n                \"essid\": \"DIRECT-7F-HP DeskJet 3700 series\"\n            },\n            {\n                \"essid\": \"DIRECT-7f-myCadillac\"\n            },\n            {\n                \"essid\": \"DIRECT-7F-myCadillac\"\n            },\n            {\n                \"essid\": \"DIRECT-7G-SM-G973U\"\n            },\n            {\n                \"essid\": \"DIRECT-7H-Car_cada\"\n            },\n            {\n                \"essid\": \"DIRECT-7h-myChevrolet\"\n            },\n            {\n                \"essid\": \"DIRECT-7j-Car_1e5e\"\n            },\n            {\n                \"essid\": \"DIRECT-7K-myChevrolet\"\n            },\n            {\n                \"essid\": \"DIRECT-7m-0e0cd0\"\n            },\n            {\n                \"essid\": \"DIRECT-7m-Car_c8c5\"\n            },\n            {\n                \"essid\": \"DIRECT-7M-Car_e491\"\n            },\n            {\n                \"essid\": \"DIRECT-7n-FireTV_2a59\"\n            },\n            {\n                \"essid\": \"DIRECT-7O-0004F316F9C2\"\n            },\n            {\n                \"essid\": \"DIRECT-7O-Islam Is Peace\"\n            },\n            {\n                \"essid\": \"DIRECT-7P-Car_9c0c\"\n            },\n            {\n                \"essid\": \"DIRECT-7P-myCadillac\"\n            },\n            {\n                \"essid\": \"DIRECT-7p-myGMVehicle\"\n            },\n            {\n                \"essid\": \"DIRECT-7Q-Car_34f7\"\n            },\n            {\n                \"essid\": \"DIRECT-7s-Car_9bb9\"\n            },\n            {\n                \"essid\": \"DIRECT-7t-290c50\"\n            },\n            {\n                \"essid\": \"DIRECT-7t-Car_d3e5\"\n            },\n            {\n                \"essid\": \"DIRECT-7u-3c04d0\"\n            },\n            {\n                \"essid\": \"DIRECT-7X-FireTV_4977\"\n            },\n            {\n                \"essid\": \"DIRECT-7y-XRX WC 3655X (4A976F)\"\n            },\n            {\n                \"essid\": \"DIRECT-80-Car_21ab\"\n            },\n            {\n                \"essid\": \"DIRECT-80-Car_6b4c\"\n            },\n            {\n                \"essid\": \"DIRECT-80-HP ENVY 7640 series\"\n            },\n            {\n                \"essid\": \"DIRECT-80-HP OfficeJet 200\"\n            },\n            {\n                \"essid\": \"DIRECT-80-HP OfficeJet 5200\"\n            },\n            {\n                \"essid\": \"DIRECT-80-HP OfficeJet Pro 6960\"\n            },\n            {\n                \"essid\": \"DIRECT-80-HP OfficeJet Pro 8710\"\n            },\n            {\n                \"essid\": \"DIRECT-81-HP ENVY 4520 series\"\n            },\n            {\n                \"essid\": \"DIRECT-82-Car_a1a7\"\n            },\n            {\n                \"essid\": \"DIRECT-82-HP ENVY Photo 6200\"\n            },\n            {\n                \"essid\": \"DIRECT-82-HP M203 LaserJet\"\n            },\n            {\n                \"essid\": \"DIRECT-82-HP OfficeJet 250\"\n            },\n            {\n                \"essid\": \"DIRECT-82-HP OfficeJet 4650\"\n            },\n            {\n                \"essid\": \"DIRECT-82-HP OfficeJet Pro 6960\"\n            },\n            {\n                \"essid\": \"DIRECT-83-Car_a153\"\n            },\n            {\n                \"essid\": \"DIRECT-83-HP DeskJet 3630 series\"\n            },\n            {\n                \"essid\": \"DIRECT-83-HP M252 LaserJet\"\n            },\n            {\n                \"essid\": \"DIRECT-83-HP OfficeJet Pro 8710\"\n            },\n            {\n                \"essid\": \"DIRECT-84-HP ENVY 7640 series\"\n            },\n            {\n                \"essid\": \"DIRECT-84-HP OfficeJet 250\"\n            },\n            {\n                \"essid\": \"DIRECT-84-HP OfficeJet 6950\"\n            },\n            {\n                \"essid\": \"DIRECT-84-HP OfficeJet Pro 8710\"\n            },\n            {\n                \"essid\": \"DIRECT-86-Car_ab2d\"\n            },\n            {\n                \"essid\": \"DIRECT-86-HP ENVY 7640 series\"\n            },\n            {\n                \"essid\": \"DIRECT-86-HP OfficeJet Pro 8710\"\n            },\n            {\n                \"essid\": \"DIRECT-87-Car_6c40\"\n            },\n            {\n                \"essid\": \"DIRECT-87-Car_c968\"\n            },\n            {\n                \"essid\": \"DIRECT-87-HP OfficeJet 4650\"\n            },\n            {\n                \"essid\": \"DIRECT-87-HP OfficeJet Pro 7740\"\n            },\n            {\n                \"essid\": \"DIRECT-88-HP DeskJet 2600 series\"\n            },\n            {\n                \"essid\": \"DIRECT-88-HP OfficeJet 6950\"\n            },\n            {\n                \"essid\": \"DIRECT-89-HP M477 LaserJet\"\n            },\n            {\n                \"essid\": \"DIRECT-89-HP OfficeJet 3830\"\n            },\n            {\n                \"essid\": \"DIRECT-89-HP OfficeJet 4650\"\n            },\n            {\n                \"essid\": \"DIRECT-8a-Car_19ca\"\n            },\n            {\n                \"essid\": \"DIRECT-8a-Car_327c\"\n            },\n            {\n                \"essid\": \"DIRECT-8A-HP ENVY 4510 series\"\n            },\n            {\n                \"essid\": \"DIRECT-8A-HP OfficeJet 6960\"\n            },\n            {\n                \"essid\": \"DIRECT-8A-HP OfficeJet Pro 8740\"\n            },\n            {\n                \"essid\": \"DIRECT-8B-HP ENVY 5540 series\"\n            },\n            {\n                \"essid\": \"DIRECT-8b-HP M15 LaserJet\"\n            },\n            {\n                \"essid\": \"DIRECT-8C10DE08\"\n            },\n            {\n                \"essid\": \"DIRECT-8C5EEB70\"\n            },\n            {\n                \"essid\": \"DIRECT-8C83A48D\"\n            },\n            {\n                \"essid\": \"DIRECT-8C843851\"\n            },\n            {\n                \"essid\": \"DIRECT-8C8CE41C\"\n            },\n            {\n                \"essid\": \"DIRECT-8c-HP M477 LaserJet\"\n            },\n            {\n                \"essid\": \"DIRECT-8d-180ad0\"\n            },\n            {\n                \"essid\": \"DIRECT-8E-HP DeskJet 2600 series\"\n            },\n            {\n                \"essid\": \"DIRECT-8E-HP OfficeJet 200\"\n            },\n            {\n                \"essid\": \"DIRECT-8E-HP OfficeJet Pro 8720\"\n            },\n            {\n                \"essid\": \"DIRECT-8E-myCadillac\"\n            },\n            {\n                \"essid\": \"DIRECT-8F-HP DeskJet 2600 series\"\n            },\n            {\n                \"essid\": \"DIRECT-8F-HP ENVY 7640 series\"\n            },\n            {\n                \"essid\": \"DIRECT-8f-HP M277 LaserJet\"\n            },\n            {\n                \"essid\": \"DIRECT-8f-HP M281 LaserJet\"\n            },\n            {\n                \"essid\": \"DIRECT-8K-myCadillac\"\n            },\n            {\n                \"essid\": \"DIRECT-8L-Car_6e9b\"\n            },\n            {\n                \"essid\": \"DIRECT-8L-myChevrolet\"\n            },\n            {\n                \"essid\": \"DIRECT-8m-Car_630e\"\n            },\n            {\n                \"essid\": \"DIRECT-8m-Car_92fe\"\n            },\n            {\n                \"essid\": \"DIRECT-8o-Car_15f7\"\n            },\n            {\n                \"essid\": \"DIRECT-8P-Car_8aeb\"\n            },\n            {\n                \"essid\": \"DIRECT-8P-Car_e802\"\n            },\n            {\n                \"essid\": \"DIRECT-8p-Car_feb7\"\n            },\n            {\n                \"essid\": \"DIRECT-8q-myChevrolet\"\n            },\n            {\n                \"essid\": \"DIRECT-8Q-myChevrolet122\"\n            },\n            {\n                \"essid\": \"DIRECT-8R-Car_335c\"\n            },\n            {\n                \"essid\": \"DIRECT-8R-myChevrolet\"\n            },\n            {\n                \"essid\": \"DIRECT-8s-Car_a4f3\"\n            },\n            {\n                \"essid\": \"DIRECT-8T-Silverado1970\"\n            },\n            {\n                \"essid\": \"DIRECT-8u-myCadillac\"\n            },\n            {\n                \"essid\": \"DIRECT-8w-Car_e847\"\n            },\n            {\n                \"essid\": \"DIRECT-8Z-myChevrolet\"\n            },\n            {\n                \"essid\": \"DIRECT-8Z-myGMC\"\n            },\n            {\n                \"essid\": \"DIRECT-90-HP ENVY 5000 series\"\n            },\n            {\n                \"essid\": \"DIRECT-90-HP ENVY Photo 7800\"\n            },\n            {\n                \"essid\": \"DIRECT-92C7567B\"\n            },\n            {\n                \"essid\": \"DIRECT-92EA6204\"\n            },\n            {\n                \"essid\": \"DIRECT-92-HP OfficeJet 200\"\n            },\n            {\n                \"essid\": \"DIRECT-92-HP OfficeJet 3830\"\n            },\n            {\n                \"essid\": \"DIRECT-93-Car_7c8b\"\n            },\n            {\n                \"essid\": \"DIRECT-93-HP ENVY 4510 series\"\n            },\n            {\n                \"essid\": \"DIRECT-93-HP ENVY 4520 series\"\n            },\n            {\n                \"essid\": \"DIRECT-94-HP M452 LaserJet\"\n            },\n            {\n                \"essid\": \"DIRECT-94-HP OfficeJet 6950\"\n            },\n            {\n                \"essid\": \"DIRECT-94-HP OfficeJet 8700\"\n            },\n            {\n                \"essid\": \"DIRECT-94-HP OfficeJet Pro 8210\"\n            },\n            {\n                \"essid\": \"DIRECT-94M337x 387x 407x Series\"\n            },\n            {\n                \"essid\": \"DIRECT-95-HP M252 LaserJet\"\n            },\n            {\n                \"essid\": \"DIRECT-95-myGMC\"\n            },\n            {\n                \"essid\": \"DIRECT-96-Car_f76f\"\n            },\n            {\n                \"essid\": \"DIRECT-96-HP OfficeJet Pro 8710\"\n            },\n            {\n                \"essid\": \"DIRECT-97-HP OfficeJet 3830\"\n            },\n            {\n                \"essid\": \"DIRECT-98-myChevrolet\"\n            },\n            {\n                \"essid\": \"DIRECT-99-HP ENVY 5000 series\"\n            },\n            {\n                \"essid\": \"DIRECT-99-HP ENVY 7640 series\"\n            },\n            {\n                \"essid\": \"DIRECT-99-HP OfficeJet 4650\"\n            },\n            {\n                \"essid\": \"DIRECT-99-HP OfficeJet Pro 8710\"\n            },\n            {\n                \"essid\": \"DIRECT-9A-HP OfficeJet 6960\"\n            },\n            {\n                \"essid\": \"DIRECT-9B-HP ENVY 5000 series\"\n            },\n            {\n                \"essid\": \"DIRECT-9B-HP OfficeJet 4650\"\n            },\n            {\n                \"essid\": \"DIRECT-9B-HP OfficeJet Pro 8710\"\n            },\n            {\n                \"essid\": \"DIRECT-9C-HP ENVY Photo 6200\"\n            },\n            {\n                \"essid\": \"DIRECT-9C-HP OfficeJet Pro 7740\"\n            },\n            {\n                \"essid\": \"DIRECT-9c-myCadillac\"\n            },\n            {\n                \"essid\": \"DIRECT-9d-HP M252 LaserJet\"\n            },\n            {\n                \"essid\": \"DIRECT-9d-HP M281 LaserJet\"\n            },\n            {\n                \"essid\": \"DIRECT-9d-HP M426 LaserJet\"\n            },\n            {\n                \"essid\": \"DIRECT-9D-HP OfficeJet Pro 8720\"\n            },\n            {\n                \"essid\": \"DIRECT-9E-0004F318E8D4\"\n            },\n            {\n                \"essid\": \"DIRECT-9E-HP ENVY 7640 series\"\n            },\n            {\n                \"essid\": \"DIRECT-9f-3d1250\"\n            },\n            {\n                \"essid\": \"DIRECT-9F-Car_d367\"\n            },\n            {\n                \"essid\": \"DIRECT-9f-Car_d58c\"\n            },\n            {\n                \"essid\": \"DIRECT-9F-HP ENVY 4520 series\"\n            },\n            {\n                \"essid\": \"DIRECT-9f-HP M102 LaserJet\"\n            },\n            {\n                \"essid\": \"DIRECT-9F-SM-G965U\"\n            },\n            {\n                \"essid\": \"DIRECT-9h-myCadillac\"\n            },\n            {\n                \"essid\": \"DIRECT-9i-Car_9208\"\n            },\n            {\n                \"essid\": \"DIRECT-9I-Car_a221\"\n            },\n            {\n                \"essid\": \"DIRECT-9k-myChevrolet\"\n            },\n            {\n                \"essid\": \"DIRECT-9l-200990\"\n            },\n            {\n                \"essid\": \"DIRECT-9L-FireTV_77cf\"\n            },\n            {\n                \"essid\": \"DIRECT-9N-myGMC\"\n            },\n            {\n                \"essid\": \"DIRECT-9Q-Car_e0cc\"\n            },\n            {\n                \"essid\": \"DIRECT-9R-Car_2b68\"\n            },\n            {\n                \"essid\": \"DIRECT-9S-Car_675b\"\n            },\n            {\n                \"essid\": \"DIRECT-9s-myCadillac\"\n            },\n            {\n                \"essid\": \"DIRECT-9S-Truck Wifi\"\n            },\n            {\n                \"essid\": \"DIRECT-9u-SM-A315G\"\n            },\n            {\n                \"essid\": \"DIRECT-9v-Car_bbe4\"\n            },\n            {\n                \"essid\": \"DIRECT-9v-myChevrolet\"\n            },\n            {\n                \"essid\": \"DIRECT-9w-Car_71f3\"\n            },\n            {\n                \"essid\": \"DIRECT-9X-Car_6a45\"\n            },\n            {\n                \"essid\": \"DIRECT-9X-myCadillac\"\n            },\n            {\n                \"essid\": \"DIRECT-9y-LadyCabDriver\"\n            },\n            {\n                \"essid\": \"DIRECT-A0-HP OfficeJet 200\"\n            },\n            {\n                \"essid\": \"DIRECT-A0-HP OfficeJet 250\"\n            },\n            {\n                \"essid\": \"DIRECT-A0-HP OfficeJet 5200\"\n            },\n            {\n                \"essid\": \"DIRECT-A1-Car_ce29\"\n            },\n            {\n                \"essid\": \"DIRECT-A1-HP ENVY 4520 series\"\n            },\n            {\n                \"essid\": \"DIRECT-A1-HP ENVY 5000 series\"\n            },\n            {\n                \"essid\": \"DIRECT-a1-myGMC\"\n            },\n            {\n                \"essid\": \"DIRECT-A2-Car_2734\"\n            },\n            {\n                \"essid\": \"DIRECT-A2-HP DeskJet 2600 series\"\n            },\n            {\n                \"essid\": \"DIRECT-a2-HP M227f LaserJet\"\n            },\n            {\n                \"essid\": \"DIRECT-a2-HP M254 LaserJet\"\n            },\n            {\n                \"essid\": \"DIRECT-A2-HP OfficeJet 200\"\n            },\n            {\n                \"essid\": \"DIRECT-A2-myChevrolet\"\n            },\n            {\n                \"essid\": \"DIRECT-a2-SM-G973U\"\n            },\n            {\n                \"essid\": \"DIRECT-a3-Car_8a55\"\n            },\n            {\n                \"essid\": \"DIRECT-A3-HP ENVY 5660 series\"\n            },\n            {\n                \"essid\": \"DIRECT-a3-mycadillac\"\n            },\n            {\n                \"essid\": \"DIRECT-A4-HP ENVY 5000 series\"\n            },\n            {\n                \"essid\": \"DIRECT-A5-HP OfficeJet 5200\"\n            },\n            {\n                \"essid\": \"DIRECT-A6-HP OfficeJet Pro 6970\"\n            },\n            {\n                \"essid\": \"DIRECT-a7-HP M477 LaserJet\"\n            },\n            {\n                \"essid\": \"DIRECT-A7-HP OfficeJet Pro 8710\"\n            },\n            {\n                \"essid\": \"DIRECT-A8-Car_81a1\"\n            },\n            {\n                \"essid\": \"DIRECT-A8-HP ENVY 4520 series\"\n            },\n            {\n                \"essid\": \"DIRECT-A8-HP OfficeJet Pro 8710\"\n            },\n            {\n                \"essid\": \"DIRECT-a8-laurelrose\"\n            },\n            {\n                \"essid\": \"DIRECT-A9-Car_19b1\"\n            },\n            {\n                \"essid\": \"DIRECT-a9-Car_7bef\"\n            },\n            {\n                \"essid\": \"DIRECT-A9-Car_9694\"\n            },\n            {\n                \"essid\": \"DIRECT-a9-HP M15 LaserJet\"\n            },\n            {\n                \"essid\": \"DIRECT-Aa-Car_3d26\"\n            },\n            {\n                \"essid\": \"DIRECT-Aa-Car_aaef\"\n            },\n            {\n                \"essid\": \"DIRECT-aA-Car_c453\"\n            },\n            {\n                \"essid\": \"DIRECT-aa-HP M130f LaserJet\"\n            },\n            {\n                \"essid\": \"DIRECT-AB-HP OfficeJet Pro 7740\"\n            },\n            {\n                \"essid\": \"DIRECT-AB-HP OfficeJet Pro 8710\"\n            },\n            {\n                \"essid\": \"DIRECT-AB-HP PageWide Pro 477dw\"\n            },\n            {\n                \"essid\": \"DIRECT-Ab-Masters14\"\n            },\n            {\n                \"essid\": \"DIRECT-AC-0004F31D7B6E\"\n            },\n            {\n                \"essid\": \"DIRECT-ac-Car_94ec\"\n            },\n            {\n                \"essid\": \"DIRECT-AC-Car_edd1\"\n            },\n            {\n                \"essid\": \"DIRECT-ac-HP M254 LaserJet\"\n            },\n            {\n                \"essid\": \"DIRECT-ac-HP M477 LaserJet\"\n            },\n            {\n                \"essid\": \"DIRECT-AC-HP OfficeJet 6960\"\n            },\n            {\n                \"essid\": \"DIRECT-Ac-myChevrolet\"\n            },\n            {\n                \"essid\": \"DIRECT-Ad-Car_19be\"\n            },\n            {\n                \"essid\": \"DIRECT-Ad-Car_d3cd\"\n            },\n            {\n                \"essid\": \"DIRECT-AD-HP DeskJet 3700 series\"\n            },\n            {\n                \"essid\": \"DIRECT-AD-HP OfficeJet 4650\"\n            },\n            {\n                \"essid\": \"DIRECT-AD-HP PageWide Pro PWA\"\n            },\n            {\n                \"essid\": \"DIRECT-ad-myCadillac\"\n            },\n            {\n                \"essid\": \"DIRECT-AE-HP DeskJet 2600 series\"\n            },\n            {\n                \"essid\": \"DIRECT-AE-HP OfficeJet 200\"\n            },\n            {\n                \"essid\": \"DIRECT-AE-HP OfficeJet 4650\"\n            },\n            {\n                \"essid\": \"DIRECT-AE-HP OfficeJet 5200\"\n            },\n            {\n                \"essid\": \"DIRECT-Af-BRAVIA\"\n            },\n            {\n                \"essid\": \"DIRECT-AF-HP OfficeJet 5200\"\n            },\n            {\n                \"essid\": \"DIRECT-Af-kdmoore\"\n            },\n            {\n                \"essid\": \"DIRECT-af-myCadillac\"\n            },\n            {\n                \"essid\": \"DIRECT-aG-Car_53ab\"\n            },\n            {\n                \"essid\": \"DIRECT-AG-Chevrolet WIFI\"\n            },\n            {\n                \"essid\": \"DIRECT-AG-myChevrolet\"\n            },\n            {\n                \"essid\": \"DIRECT-ai-0004F31B8C12\"\n            },\n            {\n                \"essid\": \"DIRECT-Ak-Car_66c2\"\n            },\n            {\n                \"essid\": \"DIRECT-aK-KocoShrex\"\n            },\n            {\n                \"essid\": \"DIRECT-aL-Cadillac CTS-V\"\n            },\n            {\n                \"essid\": \"DIRECT-aL-Car_537f\"\n            },\n            {\n                \"essid\": \"DIRECT-Al-RICHARD\"\n            },\n            {\n                \"essid\": \"DIRECT-AM-3e0a10\"\n            },\n            {\n                \"essid\": \"DIRECT-aM-Car_1c26\"\n            },\n            {\n                \"essid\": \"DIRECT-Am-Car_dc9d\"\n            },\n            {\n                \"essid\": \"DIRECT-am-myGMC\"\n            },\n            {\n                \"essid\": \"DIRECT-AM-wayneat4\"\n            },\n            {\n                \"essid\": \"DIRECT-AN-Car_7423\"\n            },\n            {\n                \"essid\": \"DIRECT-an-Car_b937\"\n            },\n            {\n                \"essid\": \"DIRECT-aN-Car_da56\"\n            },\n            {\n                \"essid\": \"DIRECT-an-myCadillac\"\n            },\n            {\n                \"essid\": \"DIRECT-An-myGMC\"\n            },\n            {\n                \"essid\": \"DIRECT-AO-Car_213b\"\n            },\n            {\n                \"essid\": \"DIRECT-Ap-Car_83d6\"\n            },\n            {\n                \"essid\": \"DIRECT-AP-Car_87ef\"\n            },\n            {\n                \"essid\": \"DIRECT-Ap-myGMC\"\n            },\n            {\n                \"essid\": \"DIRECT-aq-Car_86ed\"\n            },\n            {\n                \"essid\": \"DIRECT-AQ-myCadillac\"\n            },\n            {\n                \"essid\": \"DIRECT-AQ-myChevrolet\"\n            },\n            {\n                \"essid\": \"DIRECT-ar-Car_f01e\"\n            },\n            {\n                \"essid\": \"DIRECT-ar-myCadillac\"\n            },\n            {\n                \"essid\": \"DIRECT-arSM-J727T1\"\n            },\n            {\n                \"essid\": \"DIRECT-As-Enlidace\"\n            },\n            {\n                \"essid\": \"DIRECT-As-myCadillac\"\n            },\n            {\n                \"essid\": \"DIRECT-At-Car_e98a\"\n            },\n            {\n                \"essid\": \"DIRECT-At-myChevrolet\"\n            },\n            {\n                \"essid\": \"DIRECT-at-Rossell0221\"\n            },\n            {\n                \"essid\": \"DIRECT-Au-0b0910\"\n            },\n            {\n                \"essid\": \"DIRECT-AU-Car_12ab\"\n            },\n            {\n                \"essid\": \"DIRECT-aU-Car_80c8\"\n            },\n            {\n                \"essid\": \"DIRECT-au-myChevrolet\"\n            },\n            {\n                \"essid\": \"DIRECT-aU-myles1925\"\n            },\n            {\n                \"essid\": \"DIRECT-AV-myChevrolet\"\n            },\n            {\n                \"essid\": \"DIRECT-Av-SM-G988U\"\n            },\n            {\n                \"essid\": \"DIRECT-aX-1a0850\"\n            },\n            {\n                \"essid\": \"DIRECT-aX-myGMC\"\n            },\n            {\n                \"essid\": \"DIRECT-ay-myGMC\"\n            },\n            {\n                \"essid\": \"DIRECT-Az-Metalneck\"\n            },\n            {\n                \"essid\": \"DIRECT-aZ-myChevrolet\"\n            },\n            {\n                \"essid\": \"DIRECT-AZ-myGMC\"\n            },\n            {\n                \"essid\": \"DIRECT-b0-Car_4889\"\n            },\n            {\n                \"essid\": \"DIRECT-b0-HP M277 LaserJet\"\n            },\n            {\n                \"essid\": \"DIRECT-b0-HP M452 LaserJet\"\n            },\n            {\n                \"essid\": \"DIRECT-B0-myGMC\"\n            },\n            {\n                \"essid\": \"DIRECT-B1-HP ENVY 5540 series\"\n            },\n            {\n                \"essid\": \"DIRECT-B1-HP ENVY Photo 7800\"\n            },\n            {\n                \"essid\": \"DIRECT-b1-HP M452 LaserJet\"\n            },\n            {\n                \"essid\": \"DIRECT-B1-HP OfficeJet Pro 7740\"\n            },\n            {\n                \"essid\": \"DIRECT-B1-HP OfficeJet Pro 8720\"\n            },\n            {\n                \"essid\": \"DIRECT-B2-Car_2330\"\n            },\n            {\n                \"essid\": \"DIRECT-B2-HP ENVY 5540 series\"\n            },\n            {\n                \"essid\": \"DIRECT-b2-HP M227f LaserJet\"\n            },\n            {\n                \"essid\": \"DIRECT-B2-HP OfficeJet 4650\"\n            },\n            {\n                \"essid\": \"DIRECT-B2-myCadillac\"\n            },\n            {\n                \"essid\": \"DIRECT-B4-HP OfficeJet 200\"\n            },\n            {\n                \"essid\": \"DIRECT-B4-HP OfficeJet 4650\"\n            },\n            {\n                \"essid\": \"DIRECT-B4-HP OfficeJet Pro 8710\"\n            },\n            {\n                \"essid\": \"DIRECT-B4-myCadillac\"\n            },\n            {\n                \"essid\": \"DIRECT-b5-Car_a23a\"\n            },\n            {\n                \"essid\": \"DIRECT-B5-Car_c999\"\n            },\n            {\n                \"essid\": \"DIRECT-B5-HP ENVY 5660 series\"\n            },\n            {\n                \"essid\": \"DIRECT-B7-Car_1295\"\n            },\n            {\n                \"essid\": \"DIRECT-B7-Car_5fac\"\n            },\n            {\n                \"essid\": \"DIRECT-B7-HP OfficeJet 5200\"\n            },\n            {\n                \"essid\": \"DIRECT-B7-HP OfficeJet Pro 8740\"\n            },\n            {\n                \"essid\": \"DIRECT-B8-HP ENVY 4520 series\"\n            },\n            {\n                \"essid\": \"DIRECT-B8-HP OfficeJet 6950\"\n            },\n            {\n                \"essid\": \"DIRECT-B8-HP OfficeJet Pro 8710\"\n            },\n            {\n                \"essid\": \"DIRECT-B8-keithhembree\"\n            },\n            {\n                \"essid\": \"DIRECT-B9-myGMC\"\n            },\n            {\n                \"essid\": \"DIRECT-ba-Android_39eb\"\n            },\n            {\n                \"essid\": \"DIRECT-baC43x Series\"\n            },\n            {\n                \"essid\": \"DIRECT-Ba-Car_64d2\"\n            },\n            {\n                \"essid\": \"DIRECT-bA-Car_8a12\"\n            },\n            {\n                \"essid\": \"DIRECT-BA-Car_c12b\"\n            },\n            {\n                \"essid\": \"DIRECT-bA-myCadillac\"\n            },\n            {\n                \"essid\": \"DIRECT-bA-myChevrolet\"\n            },\n            {\n                \"essid\": \"DIRECT-Bb-Car_1166\"\n            },\n            {\n                \"essid\": \"DIRECT-bB-Car_32c7\"\n            },\n            {\n                \"essid\": \"DIRECT-BB-Car_ab39\"\n            },\n            {\n                \"essid\": \"DIRECT-BB-HP ENVY 5660 series\"\n            },\n            {\n                \"essid\": \"DIRECT-BB-HP OfficeJet 4650\"\n            },\n            {\n                \"essid\": \"DIRECT-BB-HP Officejet 5740\"\n            },\n            {\n                \"essid\": \"DIRECT-BB-HP OfficeJet Pro 6960\"\n            },\n            {\n                \"essid\": \"DIRECT-BB-HP OfficeJet Pro 8720\"\n            },\n            {\n                \"essid\": \"DIRECT-Bb-SM-J737P\"\n            },\n            {\n                \"essid\": \"DIRECT-bc-Car_1d0d\"\n            },\n            {\n                \"essid\": \"DIRECT-Bc-Car_1fb2\"\n            },\n            {\n                \"essid\": \"DIRECT-bc-CortesJ\"\n            },\n            {\n                \"essid\": \"DIRECT-BC-HP DeskJet 2600 series\"\n            },\n            {\n                \"essid\": \"DIRECT-bD-0004F316F9DB\"\n            },\n            {\n                \"essid\": \"DIRECT-BD-3c04d0\"\n            },\n            {\n                \"essid\": \"DIRECT-BD-myCadillac\"\n            },\n            {\n                \"essid\": \"DIRECT-be-BRAVIA\"\n            },\n            {\n                \"essid\": \"DIRECT-bED7-TR4500series\"\n            },\n            {\n                \"essid\": \"DIRECT-BE-HP ENVY 5540 series\"\n            },\n            {\n                \"essid\": \"DIRECT-be-HP M426 LaserJet\"\n            },\n            {\n                \"essid\": \"DIRECT-BE-HP OfficeJet 4650\"\n            },\n            {\n                \"essid\": \"DIRECT-BE-HP OfficeJet Pro 6970\"\n            },\n            {\n                \"essid\": \"DIRECT-BE-HP OfficeJet Pro 8720\"\n            },\n            {\n                \"essid\": \"DIRECT-Be-Local67\"\n            },\n            {\n                \"essid\": \"DIRECT-BE-myChevrolet\"\n            },\n            {\n                \"essid\": \"DIRECT-Be-myGMC\"\n            },\n            {\n                \"essid\": \"DIRECT-bf-HP M130f LaserJet\"\n            },\n            {\n                \"essid\": \"DIRECT-bf-HP M452 LaserJet\"\n            },\n            {\n                \"essid\": \"DIRECT-bg-myChevrolet\"\n            },\n            {\n                \"essid\": \"DIRECT-BH-myChevrolet\"\n            },\n            {\n                \"essid\": \"DIRECT-Bi-Car_4e6b\"\n            },\n            {\n                \"essid\": \"DIRECT-bi-Car_cf37\"\n            },\n            {\n                \"essid\": \"DIRECT-BJ-myCadillac\"\n            },\n            {\n                \"essid\": \"DIRECT-bj-myChevrolet\"\n            },\n            {\n                \"essid\": \"DIRECT-Bk-0004F30E68F1\"\n            },\n            {\n                \"essid\": \"DIRECT-BK-Car_28fd\"\n            },\n            {\n                \"essid\": \"DIRECT-BLBRPC900msPG\"\n            },\n            {\n                \"essid\": \"DIRECT-Bl-Car_1a21\"\n            },\n            {\n                \"essid\": \"DIRECT-bL-Car_8656\"\n            },\n            {\n                \"essid\": \"DIRECT-bL-Car_e36a\"\n            },\n            {\n                \"essid\": \"DIRECT-BL-Car_f20e\"\n            },\n            {\n                \"essid\": \"DIRECT-BM-myGMC\"\n            },\n            {\n                \"essid\": \"DIRECT-bm-SM-G988U\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 00736\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 01446\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 02018\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 02184\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 02287\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 02351\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 03043\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 03201\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 03258\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 03294\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 03555\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 03638\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 03806\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 03847\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 04072\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 04410\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 04436\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 04500\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 05018\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 05318\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 05335\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 05866\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 06757\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 07192\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 07207\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 07279\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 07328\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 07413\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 07876\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 07976\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 08284\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 08449\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 08559\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 08643\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 08803\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 09134\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 09398\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 09406\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 09441\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 09468\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 09614\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 09658\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 10051\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 10139\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 10165\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 10455\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 10941\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 11048\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 11107\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 11259\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 11369\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 11630\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 11824\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 12623\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 12818\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 13033\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 13053\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 13384\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 13754\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 14079\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 14891\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 15490\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 16021\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 16166\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 16171\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 16271\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 16503\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 16904\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 17086\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 17439\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 17694\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 19015\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 19419\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 19450\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 20051\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 20137\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 20516\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 20753\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 20932\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 20934\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 20996\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 22212\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 22269\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 23777\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 23868\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 24308\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 24656\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 25212\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 25414\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 25446\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 25597\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 25609\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 25616\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 25733\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 25861\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 25912\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 25920\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 26142\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 26959\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 27125\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 27138\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 27237\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 27452\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 27545\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 27669\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 27832\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 28689\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 29354\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 29540\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 29821\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 29920\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 29921\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 30084\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 30149\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 31171\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 32358\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 32863\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 33608\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 34100\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 34330\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 34406\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 34510\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 34550\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 34742\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 34937\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 35098\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 35317\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 35347\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 36826\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 37848\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 38296\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 38617\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 38857\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 39939\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 42553\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 42559\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 43336\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 43403\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 46283\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 47246\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 47364\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 47738\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 48256\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 48351\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 49724\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 50475\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 50820\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 52224\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 52290\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 52332\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 52439\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 52538\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 52942\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 53886\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 54092\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 55271\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 55361\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 55525\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 55892\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 56302\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 57373\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 57566\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 57592\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 58023\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 58146\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 58570\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 59296\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 59923\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 60103\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 60501\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 61209\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 61487\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 63214\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 63463\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 63561\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 64358\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 64363\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 64757\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 64970\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 65767\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 67260\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 68059\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 68292\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 68870\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 69093\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 69245\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 69267\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 69420\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 69452\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 69526\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 69528\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 69832\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 69905\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 70126\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 70298\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 70313\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 70372\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 70735\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 70821\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 71297\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 72144\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 72190\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 72328\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 72501\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 72590\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 72597\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 72820\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 72831\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 73034\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 73491\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 74937\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 75173\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 75389\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 76002\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 76168\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 77361\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 77569\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 77603\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 77708\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 78114\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 78404\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 78786\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 79540\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 79572\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 80337\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 81784\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 81928\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 82073\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 82132\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 82159\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 82176\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 82647\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 83769\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 84622\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 84866\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 84944\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 86246\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 86725\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 86945\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 87052\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 87161\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 87293\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 87619\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 88290\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 88514\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 89271\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 89630\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 90300\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 90715\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 91266\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 92426\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 93251\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 94546\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 95122\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 95935\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 96066\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 98362\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 98461\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 98477\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 98646\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 98650\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 98675\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 98676\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 99128\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 99469\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 99492\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 99514\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 99525\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 99595\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 99675\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 99678\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 99696\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 99773\"\n            },\n            {\n                \"essid\": \"DIRECT-BMW 99792\"\n            },\n            {\n                \"essid\": \"DIRECT-bn-Car_ad5a\"\n            },\n            {\n                \"essid\": \"DIRECT-bN-Gonzales408\"\n            },\n            {\n                \"essid\": \"DIRECT-bn-myGMC\"\n            },\n            {\n                \"essid\": \"DIRECT-BN-myGMC\"\n            },\n            {\n                \"essid\": \"DIRECT-BO-Car_6859\"\n            },\n            {\n                \"essid\": \"DIRECT-Bo-Car_ae79\"\n            },\n            {\n                \"essid\": \"DIRECT-bO-Uzziah\"\n            },\n            {\n                \"essid\": \"DIRECT-bP-Car_f4c2\"\n            },\n            {\n                \"essid\": \"DIRECT-bq-Car_3636\"\n            },\n            {\n                \"essid\": \"DIRECT-BQ-Car_7f20\"\n            },\n            {\n                \"essid\": \"DIRECT-bQ-Car_c92b\"\n            },\n            {\n                \"essid\": \"DIRECT-BQ-myCadillac\"\n            },\n            {\n                \"essid\": \"DIRECT-br-Car_5cca\"\n            },\n            {\n                \"essid\": \"DIRECT-Br-Car_ba7d\"\n            },\n            {\n                \"essid\": \"DIRECT-Br-myChevrolet\"\n            },\n            {\n                \"essid\": \"DIRECT-bS-Car_e153\"\n            },\n            {\n                \"essid\": \"DIRECT-bt-Car_fd46\"\n            },\n            {\n                \"essid\": \"DIRECT-BT-myCadillac\"\n            },\n            {\n                \"essid\": \"DIRECT-Bt-Z982_21578830\"\n            },\n            {\n                \"essid\": \"DIRECT-bu-221250\"\n            },\n            {\n                \"essid\": \"DIRECT-BV-DATAFLYER\"\n            },\n            {\n                \"essid\": \"DIRECT-Bw-Car_3d73\"\n            },\n            {\n                \"essid\": \"DIRECT-bw-Car_cbda\"\n            },\n            {\n                \"essid\": \"DIRECT-Bw-Car_fe09\"\n            },\n            {\n                \"essid\": \"DIRECT-BX00540LTNQVI\"\n            },\n            {\n                \"essid\": \"DIRECT-BX-Car_3ace\"\n            },\n            {\n                \"essid\": \"DIRECT-bx-Car_e5db\"\n            },\n            {\n                \"essid\": \"DIRECT-Bx-myGMVehicle\"\n            },\n            {\n                \"essid\": \"DIRECT-Bx-SM-G988U\"\n            },\n            {\n                \"essid\": \"DIRECT-By-0004F312A8B7\"\n            },\n            {\n                \"essid\": \"DIRECT-by-myCadillac\"\n            },\n            {\n                \"essid\": \"DIRECT-bz-Car_861b\"\n            },\n            {\n                \"essid\": \"DIRECT-BZ-Car_aebc\"\n            },\n            {\n                \"essid\": \"DIRECT-BZ-FireTV_240d\"\n            },\n            {\n                \"essid\": \"DIRECT-BzWINDOWS-GIRE563SPSK\"\n            },\n            {\n                \"essid\": \"DIRECT-C0-HP OfficeJet Pro 6970\"\n            },\n            {\n                \"essid\": \"DIRECT-c0-myCadillac\"\n            },\n            {\n                \"essid\": \"DIRECT-c1-Car_6b88\"\n            },\n            {\n                \"essid\": \"DIRECT-C1-HP ENVY 5640 series\"\n            },\n            {\n                \"essid\": \"DIRECT-C1-HP OfficeJet 4650\"\n            },\n            {\n                \"essid\": \"DIRECT-C1-HP OfficeJet 5200\"\n            },\n            {\n                \"essid\": \"DIRECT-C1-myGMC\"\n            },\n            {\n                \"essid\": \"DIRECT-C1-SM-G973U\"\n            },\n            {\n                \"essid\": \"DIRECT-C2-BRAVIA\"\n            },\n            {\n                \"essid\": \"DIRECT-c2-Car_dd1b\"\n            },\n            {\n                \"essid\": \"DIRECT-C2-HP ENVY 7640 series\"\n            },\n            {\n                \"essid\": \"DIRECT-c2-HP M477 LaserJet\"\n            },\n            {\n                \"essid\": \"DIRECT-c2-myGMC\"\n            },\n            {\n                \"essid\": \"DIRECT-C3-Car_94d3\"\n            },\n            {\n                \"essid\": \"DIRECT-C3-HP ENVY 7640 series\"\n            },\n            {\n                \"essid\": \"DIRECT-c4-Car_b2fd\"\n            },\n            {\n                \"essid\": \"DIRECT-C4-HP OfficeJet Pro 8710\"\n            },\n            {\n                \"essid\": \"DIRECT-c4-myCadillac\"\n            },\n            {\n                \"essid\": \"DIRECT-C5-Car_24e6\"\n            },\n            {\n                \"essid\": \"DIRECT-c5-Car_6dae\"\n            },\n            {\n                \"essid\": \"DIRECT-C5-HP ENVY 4520 series\"\n            },\n            {\n                \"essid\": \"DIRECT-C5-HP Officejet Pro 8500\"\n            },\n            {\n                \"essid\": \"DIRECT-C6-Car_8228\"\n            },\n            {\n                \"essid\": \"DIRECT-C6-HP ENVY 4520 series\"\n            },\n            {\n                \"essid\": \"DIRECT-C6-HP ENVY 7640 series\"\n            },\n            {\n                \"essid\": \"DIRECT-C6-HP OfficeJet 200\"\n            },\n            {\n                \"essid\": \"DIRECT-C6-HP OfficeJet 4650\"\n            },\n            {\n                \"essid\": \"DIRECT-c7-Car_44ab\"\n            },\n            {\n                \"essid\": \"DIRECT-C7-HP OfficeJet 6960\"\n            },\n            {\n                \"essid\": \"DIRECT-c8-Car_2323\"\n            },\n            {\n                \"essid\": \"DIRECT-C8-HP ENVY 4520 series\"\n            },\n            {\n                \"essid\": \"DIRECT-c8-HP M477 LaserJet\"\n            },\n            {\n                \"essid\": \"DIRECT-C8-HP OfficeJet 5200\"\n            },\n            {\n                \"essid\": \"DIRECT-C8-HP OfficeJet Pro 8720\"\n            },\n            {\n                \"essid\": \"DIRECT-C8-myCadillac\"\n            },\n            {\n                \"essid\": \"DIRECT-C9-HP OfficeJet Pro 8710\"\n            },\n            {\n                \"essid\": \"DIRECT-C9-HP OfficeJet Pro 8740\"\n            },\n            {\n                \"essid\": \"DIRECT-C9-LM-X420-PdaNet\"\n            },\n            {\n                \"essid\": \"DIRECT-c9-myChevrolet\"\n            },\n            {\n                \"essid\": \"DIRECT-CA-Car_34bc\"\n            },\n            {\n                \"essid\": \"DIRECT-Ca-Car_7e7f\"\n            },\n            {\n                \"essid\": \"DIRECT-CA-HP DeskJet 2700 series\"\n            },\n            {\n                \"essid\": \"DIRECT-CA-HP ENVY 4520 series\"\n            },\n            {\n                \"essid\": \"DIRECT-CA-HP OfficeJet Pro 8710\"\n            },\n            {\n                \"essid\": \"DIRECT-ca-myCadillac\"\n            },\n            {\n                \"essid\": \"DIRECT-CA-myCadillac\"\n            },\n            {\n                \"essid\": \"DIRECT-cB-2019XT4\"\n            },\n            {\n                \"essid\": \"DIRECT-Cb-Car_abf1\"\n            },\n            {\n                \"essid\": \"DIRECT-CB-HP OfficeJet Pro 8740\"\n            },\n            {\n                \"essid\": \"DIRECT-CB-myChevrolet\"\n            },\n            {\n                \"essid\": \"DIRECT-Cc-Car_f6d1\"\n            },\n            {\n                \"essid\": \"DIRECT-CC-HP OfficeJet 4650\"\n            },\n            {\n                \"essid\": \"DIRECT-cCMFC-L8900CDW_BR15c1\"\n            },\n            {\n                \"essid\": \"DIRECT-CC-Moms WiFi\"\n            },\n            {\n                \"essid\": \"DIRECT-CC-myGMC\"\n            },\n            {\n                \"essid\": \"DIRECT-Cc-Shelia Wifi\"\n            },\n            {\n                \"essid\": \"DIRECT-CD-Car_9d5d\"\n            },\n            {\n                \"essid\": \"DIRECT-CD-HP ENVY 5000 series\"\n            },\n            {\n                \"essid\": \"DIRECT-cd-myGMC\"\n            },\n            {\n                \"essid\": \"DIRECT-Ce-Aidas Car\"\n            },\n            {\n                \"essid\": \"DIRECT-CEAOK-T86DPGA\"\n            },\n            {\n                \"essid\": \"DIRECT-CE-Car_5712\"\n            },\n            {\n                \"essid\": \"DIRECT-ce-Car_a7da\"\n            },\n            {\n                \"essid\": \"DIRECT-CE-HP ENVY 4520 series\"\n            },\n            {\n                \"essid\": \"DIRECT-CE-HP ENVY Photo 7800\"\n            },\n            {\n                \"essid\": \"DIRECT-CE-Maddie\"\n            },\n            {\n                \"essid\": \"DIRECT-Ce-myCadillac\"\n            },\n            {\n                \"essid\": \"DIRECT-Ce-myChevrolet\"\n            },\n            {\n                \"essid\": \"DIRECT-cf-BRAVIA\"\n            },\n            {\n                \"essid\": \"DIRECT-cf-Car_1087\"\n            },\n            {\n                \"essid\": \"DIRECT-CF-Car_d5b9\"\n            },\n            {\n                \"essid\": \"DIRECT-cF-Car_dc85\"\n            },\n            {\n                \"essid\": \"DIRECT-CF-HP DeskJet 3700 series\"\n            },\n            {\n                \"essid\": \"DIRECT-cf-HP M130f LaserJet\"\n            },\n            {\n                \"essid\": \"DIRECT-CG-Car_1347\"\n            },\n            {\n                \"essid\": \"DIRECT-cG-Car_3d47\"\n            },\n            {\n                \"essid\": \"DIRECT-cG-Car_b294\"\n            },\n            {\n                \"essid\": \"DIRECT-cg-HEARTLEY\"\n            },\n            {\n                \"essid\": \"DIRECT-cH-FireTV_87d4\"\n            },\n            {\n                \"essid\": \"DIRECT-ci-myChevrolet\"\n            },\n            {\n                \"essid\": \"DIRECT-cJ99-TR4500series\"\n            },\n            {\n                \"essid\": \"DIRECT-cj-BRAVIA\"\n            },\n            {\n                \"essid\": \"DIRECT-CJ-Car_f6d1\"\n            },\n            {\n                \"essid\": \"DIRECT-cJ-guainer alva\"\n            },\n            {\n                \"essid\": \"DIRECT-Cj-myGMC\"\n            },\n            {\n                \"essid\": \"DIRECT-cJ-Sonyas Sonic\"\n            },\n            {\n                \"essid\": \"DIRECT-CK-Car_2a1b\"\n            },\n            {\n                \"essid\": \"DIRECT-ck-myGMC\"\n            },\n            {\n                \"essid\": \"DIRECT-Cm-0004F31D7B6E\"\n            },\n            {\n                \"essid\": \"DIRECT-CN-Car_9b49\"\n            },\n            {\n                \"essid\": \"DIRECT-Cn-Car_f19c\"\n            },\n            {\n                \"essid\": \"DIRECT-cnRalink-P2P\"\n            },\n            {\n                \"essid\": \"DIRECT-CO-myChevrolet\"\n            },\n            {\n                \"essid\": \"DIRECT-Cp-myCadillac\"\n            },\n            {\n                \"essid\": \"DIRECT-CQ-Car_ce0c\"\n            },\n            {\n                \"essid\": \"DIRECT-CQ-Farr GMC\"\n            },\n            {\n                \"essid\": \"DIRECT-cR-BRAVIA\"\n            },\n            {\n                \"essid\": \"DIRECT-cr-Marsh Kat\"\n            },\n            {\n                \"essid\": \"DIRECT-Cs-370f10\"\n            },\n            {\n                \"essid\": \"DIRECT-Cs-Car_97d1\"\n            },\n            {\n                \"essid\": \"DIRECT-cS-myCadillac\"\n            },\n            {\n                \"essid\": \"DIRECT-cs-myChevrolet\"\n            },\n            {\n                \"essid\": \"DIRECT-cu-Car_7960\"\n            },\n            {\n                \"essid\": \"DIRECT-cU-Car_d9cb\"\n            },\n            {\n                \"essid\": \"DIRECT-cu-Sugarbear\"\n            },\n            {\n                \"essid\": \"DIRECT-Cv-0004F31731A6\"\n            },\n            {\n                \"essid\": \"DIRECT-Cv-Car_5b0b\"\n            },\n            {\n                \"essid\": \"DIRECT-cv-Car_65b9\"\n            },\n            {\n                \"essid\": \"DIRECT-cV-Car_a87f\"\n            },\n            {\n                \"essid\": \"DIRECT-cV-myCadillac\"\n            },\n            {\n                \"essid\": \"DIRECT-Cv-myCadillac\"\n            },\n            {\n                \"essid\": \"DIRECT-CW-Car_602f\"\n            },\n            {\n                \"essid\": \"DIRECT-cw-Car_bb35\"\n            },\n            {\n                \"essid\": \"DIRECT-cw-Car_c85e\"\n            },\n            {\n                \"essid\": \"DIRECT-CW-Car_d630\"\n            },\n            {\n                \"essid\": \"DIRECT-cw-myChevrolet\"\n            },\n            {\n                \"essid\": \"DIRECT-Cx-Car_ead8\"\n            },\n            {\n                \"essid\": \"DIRECT-cX-myCadillac\"\n            },\n            {\n                \"essid\": \"DIRECT-cy-BRAVIA\"\n            },\n            {\n                \"essid\": \"DIRECT-Cy-Car_90f9\"\n            },\n            {\n                \"essid\": \"DIRECT-D0-Car_7ee9\"\n            },\n            {\n                \"essid\": \"DIRECT-D0-HP ENVY 7640 series\"\n            },\n            {\n                \"essid\": \"DIRECT-D0-HP Officejet 5740\"\n            },\n            {\n                \"essid\": \"DIRECT-D0-HP OfficeJet Pro 8710\"\n            },\n            {\n                \"essid\": \"DIRECT-D0-myCadillac\"\n            },\n            {\n                \"essid\": \"DIRECT-d0-stillmen\"\n            },\n            {\n                \"essid\": \"DIRECT-D1-HP OfficeJet Pro 6960\"\n            },\n            {\n                \"essid\": \"DIRECT-D2-HP DeskJet 3630 series\"\n            },\n            {\n                \"essid\": \"DIRECT-D2-HP OfficeJet 4650\"\n            },\n            {\n                \"essid\": \"DIRECT-D3686DBF\"\n            },\n            {\n                \"essid\": \"DIRECT-D36A1814\"\n            },\n            {\n                \"essid\": \"DIRECT-D3B7903A\"\n            },\n            {\n                \"essid\": \"DIRECT-D3B7C867\"\n            },\n            {\n                \"essid\": \"DIRECT-D3B7CA35\"\n            },\n            {\n                \"essid\": \"DIRECT-D3B8F5BB\"\n            },\n            {\n                \"essid\": \"DIRECT-D3BC73FE\"\n            },\n            {\n                \"essid\": \"DIRECT-D3BC8447\"\n            },\n            {\n                \"essid\": \"DIRECT-D3C6B5C5\"\n            },\n            {\n                \"essid\": \"DIRECT-D3ECEB49\"\n            },\n            {\n                \"essid\": \"DIRECT-D3ED8F23\"\n            },\n            {\n                \"essid\": \"DIRECT-D3EDCB4E\"\n            },\n            {\n                \"essid\": \"DIRECT-D3EF0D85\"\n            },\n            {\n                \"essid\": \"DIRECT-D3-HP ENVY 4520 series\"\n            },\n            {\n                \"essid\": \"DIRECT-D3-HP ENVY Photo 7800\"\n            },\n            {\n                \"essid\": \"DIRECT-d3-HP M102 LaserJet\"\n            },\n            {\n                \"essid\": \"DIRECT-d3-HP M203 LaserJet\"\n            },\n            {\n                \"essid\": \"DIRECT-D4-0004F31B8C12\"\n            },\n            {\n                \"essid\": \"DIRECT-d4-Car_a873\"\n            },\n            {\n                \"essid\": \"DIRECT-d4-Car_dc5e\"\n            },\n            {\n                \"essid\": \"DIRECT-D4-HP OfficeJet 4650\"\n            },\n            {\n                \"essid\": \"DIRECT-D4-HP OfficeJet Pro 8710\"\n            },\n            {\n                \"essid\": \"DIRECT-D5-HP OfficeJet 4650\"\n            },\n            {\n                \"essid\": \"DIRECT-D6-HP OfficeJet 4650\"\n            },\n            {\n                \"essid\": \"DIRECT-D7-HP ENVY 7640 series\"\n            },\n            {\n                \"essid\": \"DIRECT-d7-HP M402 LaserJet\"\n            },\n            {\n                \"essid\": \"DIRECT-D7-HP OfficeJet 4650\"\n            },\n            {\n                \"essid\": \"DIRECT-D7-myGMC\"\n            },\n            {\n                \"essid\": \"DIRECT-d8-HP M15 LaserJet\"\n            },\n            {\n                \"essid\": \"DIRECT-d8-myCadillac\"\n            },\n            {\n                \"essid\": \"DIRECT-D9-Car_7ef9\"\n            },\n            {\n                \"essid\": \"DIRECT-D9-HP DeskJet 3630 series\"\n            },\n            {\n                \"essid\": \"DIRECT-d9-HP M277 LaserJet\"\n            },\n            {\n                \"essid\": \"DIRECT-d9-HP M426 LaserJet\"\n            },\n            {\n                \"essid\": \"DIRECT-D9-HP OfficeJet Pro 8210\"\n            },\n            {\n                \"essid\": \"DIRECT-da-BiatchTruck\"\n            },\n            {\n                \"essid\": \"DIRECT-DA-HP ENVY 4510 series\"\n            },\n            {\n                \"essid\": \"DIRECT-DA-HP ENVY 5540 series\"\n            },\n            {\n                \"essid\": \"DIRECT-Da-myGMC\"\n            },\n            {\n                \"essid\": \"DIRECT-Da-Stires Wifi\"\n            },\n            {\n                \"essid\": \"DIRECT-DB-Car_d4a8\"\n            },\n            {\n                \"essid\": \"DIRECT-DB-HP DeskJet 3700 series\"\n            },\n            {\n                \"essid\": \"DIRECT-db-HP M426 LaserJet\"\n            },\n            {\n                \"essid\": \"DIRECT-DB-HP OfficeJet Pro 6970\"\n            },\n            {\n                \"essid\": \"DIRECT-dc-0004F318EB51\"\n            },\n            {\n                \"essid\": \"DIRECT-Dc-Car_290c\"\n            },\n            {\n                \"essid\": \"DIRECT-DC-Car_950e\"\n            },\n            {\n                \"essid\": \"DIRECT-dC-Car_f54d\"\n            },\n            {\n                \"essid\": \"DIRECT-DC-HP OfficeJet 200\"\n            },\n            {\n                \"essid\": \"DIRECT-DC-HP OfficeJet Pro 6970\"\n            },\n            {\n                \"essid\": \"DIRECT-DC-myGMC\"\n            },\n            {\n                \"essid\": \"DIRECT-DCSURFACEXJmsYG\"\n            },\n            {\n                \"essid\": \"DIRECT-Dd-Car_590f\"\n            },\n            {\n                \"essid\": \"DIRECT-dd-HP M277 LaserJet\"\n            },\n            {\n                \"essid\": \"DIRECT-DD-HP M428fdw LJ\"\n            },\n            {\n                \"essid\": \"DIRECT-dD-myCadillac\"\n            },\n            {\n                \"essid\": \"DIRECT-DD-RonGlantz7\"\n            },\n            {\n                \"essid\": \"DIRECT-dE-careproviders\"\n            },\n            {\n                \"essid\": \"DIRECT-DE-HP DeskJet 2600 series\"\n            },\n            {\n                \"essid\": \"DIRECT-DE-HP ENVY 5660 series\"\n            },\n            {\n                \"essid\": \"DIRECT-DE-HP OfficeJet 200\"\n            },\n            {\n                \"essid\": \"DIRECT-DE-HP OfficeJet 6960\"\n            },\n            {\n                \"essid\": \"DIRECT-df-HP M281 LaserJet\"\n            },\n            {\n                \"essid\": \"DIRECT-DF-HP OfficeJet 4650\"\n            },\n            {\n                \"essid\": \"DIRECT-DF-HP OfficeJet 6950\"\n            },\n            {\n                \"essid\": \"DIRECT-dG-FireTV_3473\"\n            },\n            {\n                \"essid\": \"DIRECT-Dh-Car_6964\"\n            },\n            {\n                \"essid\": \"DIRECT-dH-Car_9591\"\n            },\n            {\n                \"essid\": \"DIRECT-dI-Car_f8f1\"\n            },\n            {\n                \"essid\": \"DIRECT-dj-Car_2584\"\n            },\n            {\n                \"essid\": \"DIRECT-DJ-Car_6100\"\n            },\n            {\n                \"essid\": \"DIRECT-DJ-myCadillac\"\n            },\n            {\n                \"essid\": \"DIRECT-dj[TV]BIGSAM\"\n            },\n            {\n                \"essid\": \"DIRECT-DK-Car_51a6\"\n            },\n            {\n                \"essid\": \"DIRECT-dK-Car_9f97\"\n            },\n            {\n                \"essid\": \"DIRECT-DKDELL15-DR19RFM\"\n            },\n            {\n                \"essid\": \"DIRECT-Dl-Car_8ec8\"\n            },\n            {\n                \"essid\": \"DIRECT-Dl-myChevrolet\"\n            },\n            {\n                \"essid\": \"DIRECT-dm-Car_5c94\"\n            },\n            {\n                \"essid\": \"DIRECT-dM-Car_c6f1\"\n            },\n            {\n                \"essid\": \"DIRECT-DN-Car_8e58\"\n            },\n            {\n                \"essid\": \"DIRECT-Dn-Car_ffe1\"\n            },\n            {\n                \"essid\": \"DIRECT-Do-Car_b10f\"\n            },\n            {\n                \"essid\": \"DIRECT-Do-Car_ff87\"\n            },\n            {\n                \"essid\": \"DIRECT-DP-3a03d0\"\n            },\n            {\n                \"essid\": \"DIRECT-dP-Car_c667\"\n            },\n            {\n                \"essid\": \"DIRECT-DP-gryvolt\"\n            },\n            {\n                \"essid\": \"DIRECT-DqDESKTOP-E7A2K95IANJ\"\n            },\n            {\n                \"essid\": \"DIRECT-dR-0a0b90\"\n            },\n            {\n                \"essid\": \"DIRECT-DR_7300_KS200065\"\n            },\n            {\n                \"essid\": \"DIRECT-Dr-Car_42de\"\n            },\n            {\n                \"essid\": \"DIRECT-dR-myCadillac\"\n            },\n            {\n                \"essid\": \"DIRECT-DR-myChevrolet\"\n            },\n            {\n                \"essid\": \"DIRECT-DR-SM-G988U\"\n            },\n            {\n                \"essid\": \"DIRECT-dS-Marks Cool Car\"\n            },\n            {\n                \"essid\": \"DIRECT-ds-myChevrolet\"\n            },\n            {\n                \"essid\": \"DIRECT-dT-Car_56dc\"\n            },\n            {\n                \"essid\": \"DIRECT-dT-Car_6602\"\n            },\n            {\n                \"essid\": \"DIRECT-dt-Car_6bd3\"\n            },\n            {\n                \"essid\": \"DIRECT-dt-myCadillac\"\n            },\n            {\n                \"essid\": \"DIRECT-DU-0004F3164436\"\n            },\n            {\n                \"essid\": \"DIRECT-dU-Car_1480\"\n            },\n            {\n                \"essid\": \"DIRECT-DU-Car_cc48\"\n            },\n            {\n                \"essid\": \"DIRECT-Du-Car_f3c3\"\n            },\n            {\n                \"essid\": \"DIRECT-dU-Mitzie\"\n            },\n            {\n                \"essid\": \"DIRECT-DU-myChevrolet\"\n            },\n            {\n                \"essid\": \"DIRECT-dV-3c04d0\"\n            },\n            {\n                \"essid\": \"DIRECT-dv-BRAVIA\"\n            },\n            {\n                \"essid\": \"DIRECT-dw-Car_1a9d\"\n            },\n            {\n                \"essid\": \"DIRECT-dW-myGMC\"\n            },\n            {\n                \"essid\": \"DIRECT-dx-0004F31D858F\"\n            },\n            {\n                \"essid\": \"DIRECT-Dx-Car_5502\"\n            },\n            {\n                \"essid\": \"DIRECT-DX-jastrager\"\n            },\n            {\n                \"essid\": \"DIRECT-DX-myChevrolet\"\n            },\n            {\n                \"essid\": \"DIRECT-dY-Car_b6cc\"\n            },\n            {\n                \"essid\": \"DIRECT-dy-flormery\"\n            },\n            {\n                \"essid\": \"DIRECT-E0-Car_9037\"\n            },\n            {\n                \"essid\": \"DIRECT-E0-HP OfficeJet 3830\"\n            },\n            {\n                \"essid\": \"DIRECT-E0-HP OfficeJet Pro 8720\"\n            },\n            {\n                \"essid\": \"DIRECT-E1-HP OfficeJet 5200\"\n            },\n            {\n                \"essid\": \"DIRECT-E1-HP OfficeJet Pro 6960\"\n            },\n            {\n                \"essid\": \"DIRECT-e1-myCadillac\"\n            },\n            {\n                \"essid\": \"DIRECT-e2-HP M452 LaserJet\"\n            },\n            {\n                \"essid\": \"DIRECT-e2-HP M477 LaserJet\"\n            },\n            {\n                \"essid\": \"DIRECT-e2-myChevrolet\"\n            },\n            {\n                \"essid\": \"DIRECT-E3-HP ENVY 4520 series\"\n            },\n            {\n                \"essid\": \"DIRECT-E3-HP OfficeJet 3830\"\n            },\n            {\n                \"essid\": \"DIRECT-E4-HP DeskJet 2600 series\"\n            },\n            {\n                \"essid\": \"DIRECT-E4-HP ENVY 4520 series\"\n            },\n            {\n                \"essid\": \"DIRECT-E4-HP OfficeJet Pro 6970\"\n            },\n            {\n                \"essid\": \"DIRECT-E5-butwhy\"\n            },\n            {\n                \"essid\": \"DIRECT-e5-HP M28 LaserJet\"\n            },\n            {\n                \"essid\": \"DIRECT-E5-myGMC\"\n            },\n            {\n                \"essid\": \"DIRECT-E6-HP OfficeJet Pro 8710\"\n            },\n            {\n                \"essid\": \"DIRECT-E7-HP ENVY 5660 series\"\n            },\n            {\n                \"essid\": \"DIRECT-e7-HP M477 LaserJet\"\n            },\n            {\n                \"essid\": \"DIRECT-E8-Car_ba4b\"\n            },\n            {\n                \"essid\": \"DIRECT-E8-HP OfficeJet Pro 6970\"\n            },\n            {\n                \"essid\": \"DIRECT-E9-0004F31D7B79\"\n            },\n            {\n                \"essid\": \"DIRECT-E9-Car_c45c\"\n            },\n            {\n                \"essid\": \"DIRECT-e9-Car_ca36\"\n            },\n            {\n                \"essid\": \"DIRECT-E9-HP DeskJet 3700 series\"\n            },\n            {\n                \"essid\": \"DIRECT-E9-HP ENVY Photo 7100\"\n            },\n            {\n                \"essid\": \"DIRECT-e9-HP M281 LaserJet\"\n            },\n            {\n                \"essid\": \"DIRECT-E9-HP OfficeJet Pro 8710\"\n            },\n            {\n                \"essid\": \"DIRECT-e9-myGMC\"\n            },\n            {\n                \"essid\": \"DIRECT-ea-Car_a722\"\n            },\n            {\n                \"essid\": \"DIRECT-EA-HP OfficeJet Pro 6970\"\n            },\n            {\n                \"essid\": \"DIRECT-EA-HP OfficeJet Pro 8710\"\n            },\n            {\n                \"essid\": \"DIRECT-eA-myChevrolet\"\n            },\n            {\n                \"essid\": \"DIRECT-eB-BRAVIA\"\n            },\n            {\n                \"essid\": \"DIRECT-EB-Car_7fd3\"\n            },\n            {\n                \"essid\": \"DIRECT-eb-HP M477 LaserJet\"\n            },\n            {\n                \"essid\": \"DIRECT-EB-HP OfficeJet Pro 8710\"\n            },\n            {\n                \"essid\": \"DIRECT-Eb-myGMC\"\n            },\n            {\n                \"essid\": \"DIRECT-EC-Car_91f7\"\n            },\n            {\n                \"essid\": \"DIRECT-EC-HP DeskJet 2600 series\"\n            },\n            {\n                \"essid\": \"DIRECT-ec-HP M281 LaserJet\"\n            },\n            {\n                \"essid\": \"DIRECT-EC-HP PageWide Pro 577\"\n            },\n            {\n                \"essid\": \"DIRECT-eD-FireTV_6552\"\n            },\n            {\n                \"essid\": \"DIRECT-ED-HP DeskJet 3700 series\"\n            },\n            {\n                \"essid\": \"DIRECT-ED-HP Officejet 5740\"\n            },\n            {\n                \"essid\": \"DIRECT-EE-HP ENVY 7640 series\"\n            },\n            {\n                \"essid\": \"DIRECT-ee-HP M102 LaserJet\"\n            },\n            {\n                \"essid\": \"DIRECT-EE-HP OfficeJet 200\"\n            },\n            {\n                \"essid\": \"DIRECT-Ee-myCadillac\"\n            },\n            {\n                \"essid\": \"DIRECT-eFC1860 Series\"\n            },\n            {\n                \"essid\": \"DIRECT-eF-Car_ab3c\"\n            },\n            {\n                \"essid\": \"DIRECT-Ef-Car_f3ff\"\n            },\n            {\n                \"essid\": \"DIRECT-ef-Car_f576\"\n            },\n            {\n                \"essid\": \"DIRECT-EF-eugenio wifi\"\n            },\n            {\n                \"essid\": \"DIRECT-EF-HP ENVY 4520 series\"\n            },\n            {\n                \"essid\": \"DIRECT-EF-HP OfficeJet 4650\"\n            },\n            {\n                \"essid\": \"DIRECT-Eg-Car_11c3\"\n            },\n            {\n                \"essid\": \"DIRECT-eg-Car_42ed\"\n            },\n            {\n                \"essid\": \"DIRECT-Eg-Car_8381\"\n            },\n            {\n                \"essid\": \"DIRECT-EG-Car_fc69\"\n            },\n            {\n                \"essid\": \"DIRECT-eI-Car_7cd5\"\n            },\n            {\n                \"essid\": \"DIRECT-Ei-Car_c135\"\n            },\n            {\n                \"essid\": \"DIRECT-ei-FireTV_a7b7\"\n            },\n            {\n                \"essid\": \"DIRECT-eI-myChevrolet\"\n            },\n            {\n                \"essid\": \"DIRECT-eJ-0004F31D858F\"\n            },\n            {\n                \"essid\": \"DIRECT-eJ-Car_29c5\"\n            },\n            {\n                \"essid\": \"DIRECT-eJ-Car_70ac\"\n            },\n            {\n                \"essid\": \"DIRECT-eJ-Car_8485\"\n            },\n            {\n                \"essid\": \"DIRECT-Ej-Car_b8e1\"\n            },\n            {\n                \"essid\": \"DIRECT-EjRalink-P2P\"\n            },\n            {\n                \"essid\": \"DIRECT-eK-0004F312FDF3\"\n            },\n            {\n                \"essid\": \"DIRECT-elM2020 Series\"\n            },\n            {\n                \"essid\": \"DIRECT-eN-Car_2a8a\"\n            },\n            {\n                \"essid\": \"DIRECT-EN-Car_8609\"\n            },\n            {\n                \"essid\": \"DIRECT-en-Car_af31\"\n            },\n            {\n                \"essid\": \"DIRECT-eo-Car_a2b2\"\n            },\n            {\n                \"essid\": \"DIRECT-eo-Car_ddd3\"\n            },\n            {\n                \"essid\": \"DIRECT-Eo-Car_f811\"\n            },\n            {\n                \"essid\": \"DIRECT-EO-myCadillac\"\n            },\n            {\n                \"essid\": \"DIRECT-EO-myChevrolet\"\n            },\n            {\n                \"essid\": \"DIRECT-EP-myCadillac\"\n            },\n            {\n                \"essid\": \"DIRECT-eQ-Car_f862\"\n            },\n            {\n                \"essid\": \"DIRECT-eR-0004F312FCDE\"\n            },\n            {\n                \"essid\": \"DIRECT-Er-Car_1d20\"\n            },\n            {\n                \"essid\": \"DIRECT-Er-Car_306c\"\n            },\n            {\n                \"essid\": \"DIRECT-ER-Car_6ba1\"\n            },\n            {\n                \"essid\": \"DIRECT-ER-myCadillac\"\n            },\n            {\n                \"essid\": \"DIRECT-ES-0004F3174B4A\"\n            },\n            {\n                \"essid\": \"DIRECT-Et-0004F316FA8F\"\n            },\n            {\n                \"essid\": \"DIRECT-ETC1860 Series\"\n            },\n            {\n                \"essid\": \"DIRECT-et-Car_7f0b\"\n            },\n            {\n                \"essid\": \"DIRECT-Et-Car_b5a8\"\n            },\n            {\n                \"essid\": \"DIRECT-et-Car_bf6a\"\n            },\n            {\n                \"essid\": \"DIRECT-ET-Car_d269\"\n            },\n            {\n                \"essid\": \"DIRECT-eU-Car_2888\"\n            },\n            {\n                \"essid\": \"DIRECT-Eu-myGMC\"\n            },\n            {\n                \"essid\": \"DIRECT-ev-Car_fcce\"\n            },\n            {\n                \"essid\": \"DIRECT-EV-myChevrolet\"\n            },\n            {\n                \"essid\": \"DIRECT-Ev-myGMC\"\n            },\n            {\n                \"essid\": \"DIRECT-EW-myChevrolet\"\n            },\n            {\n                \"essid\": \"DIRECT-ex-3c04d0\"\n            },\n            {\n                \"essid\": \"DIRECT-eY-Car_3418\"\n            },\n            {\n                \"essid\": \"DIRECT-ey-DianeWifi\"\n            },\n            {\n                \"essid\": \"DIRECT-Ey-myGMC\"\n            },\n            {\n                \"essid\": \"DIRECT-Ey-SM-G973U\"\n            },\n            {\n                \"essid\": \"DIRECT-EZ-Car_4db1\"\n            },\n            {\n                \"essid\": \"DIRECT-eZ-Car_ebc9\"\n            },\n            {\n                \"essid\": \"DIRECT-f0-Car_b58c\"\n            },\n            {\n                \"essid\": \"DIRECT-f0-HP M426 LaserJet\"\n            },\n            {\n                \"essid\": \"DIRECT-F0-HP OfficeJet 5200\"\n            },\n            {\n                \"essid\": \"DIRECT-F1-Car_c98b\"\n            },\n            {\n                \"essid\": \"DIRECT-F1-HP ENVY 4510 series\"\n            },\n            {\n                \"essid\": \"DIRECT-F1-HP ENVY Photo 7100\"\n            },\n            {\n                \"essid\": \"DIRECT-F1-HP Officejet 5740\"\n            },\n            {\n                \"essid\": \"DIRECT-F1-HP OfficeJet Pro 6960\"\n            },\n            {\n                \"essid\": \"DIRECT-F2-HP OfficeJet 200\"\n            },\n            {\n                \"essid\": \"DIRECT-F2-HP OfficeJet Pro 6960\"\n            },\n            {\n                \"essid\": \"DIRECT-F2-myCadillac\"\n            },\n            {\n                \"essid\": \"DIRECT-F3-Car_ac5b\"\n            },\n            {\n                \"essid\": \"DIRECT-F4-HP ENVY 4520 series\"\n            },\n            {\n                \"essid\": \"DIRECT-f4-HP M203 LaserJet\"\n            },\n            {\n                \"essid\": \"DIRECT-f4-HP M477 LaserJet\"\n            },\n            {\n                \"essid\": \"DIRECT-F4-HP OfficeJet 3830\"\n            },\n            {\n                \"essid\": \"DIRECT-F4-HP OfficeJet Pro 7740\"\n            },\n            {\n                \"essid\": \"DIRECT-F4-HP OfficeJet Pro 8710\"\n            },\n            {\n                \"essid\": \"DIRECT-F5-HP ENVY Photo 6200\"\n            },\n            {\n                \"essid\": \"DIRECT-F5-HP OfficeJet 3830\"\n            },\n            {\n                \"essid\": \"DIRECT-f5-myCadillac\"\n            },\n            {\n                \"essid\": \"DIRECT-f5-terrain18\"\n            },\n            {\n                \"essid\": \"DIRECT-F6-HP ENVY 4510 series\"\n            },\n            {\n                \"essid\": \"DIRECT-F6-HP ENVY 4520 series\"\n            },\n            {\n                \"essid\": \"DIRECT-f6-HP M452 LaserJet\"\n            },\n            {\n                \"essid\": \"DIRECT-F6-HP OfficeJet 200\"\n            },\n            {\n                \"essid\": \"DIRECT-F6-HP OfficeJet Pro 6970\"\n            },\n            {\n                \"essid\": \"DIRECT-F7-HP DeskJet 3630 series\"\n            },\n            {\n                \"essid\": \"DIRECT-f8-0004F3175C54\"\n            },\n            {\n                \"essid\": \"DIRECT-F8-HP ENVY 4520 series\"\n            },\n            {\n                \"essid\": \"DIRECT-F8-HP OfficeJet Pro 6970\"\n            },\n            {\n                \"essid\": \"DIRECT-f9-Car_9ba8\"\n            },\n            {\n                \"essid\": \"DIRECT-F9-HP DeskJet 2600 series\"\n            },\n            {\n                \"essid\": \"DIRECT-f9-HP M281 LaserJet\"\n            },\n            {\n                \"essid\": \"DIRECT-F9-HP OfficeJet 5200\"\n            },\n            {\n                \"essid\": \"DIRECT-fa-Car_86de\"\n            },\n            {\n                \"essid\": \"DIRECT-FA-myCadillac\"\n            },\n            {\n                \"essid\": \"DIRECT-fA-myChevrolet\"\n            },\n            {\n                \"essid\": \"DIRECT-FB-0a0b90\"\n            },\n            {\n                \"essid\": \"DIRECT-FB-HP OfficeJet 4650\"\n            },\n            {\n                \"essid\": \"DIRECT-FB-HP Officejet 5740\"\n            },\n            {\n                \"essid\": \"DIRECT-FB-HP OfficeJet Pro 7740\"\n            },\n            {\n                \"essid\": \"DIRECT-FB-HP OfficeJet Pro 8710\"\n            },\n            {\n                \"essid\": \"DIRECT-fC-BRAVIA\"\n            },\n            {\n                \"essid\": \"DIRECT-fC-Car_2f14\"\n            },\n            {\n                \"essid\": \"DIRECT-Fc-Car_54d5\"\n            },\n            {\n                \"essid\": \"DIRECT-Fc-GMC\"\n            },\n            {\n                \"essid\": \"DIRECT-FC-HP ENVY 4520 series\"\n            },\n            {\n                \"essid\": \"DIRECT-FC-HP ENVY 5000 series\"\n            },\n            {\n                \"essid\": \"DIRECT-FC-HP OfficeJet 200\"\n            },\n            {\n                \"essid\": \"DIRECT-FC-HP OfficeJet Pro 8710\"\n            },\n            {\n                \"essid\": \"DIRECT-FC-HP OfficeJet Pro 8720\"\n            },\n            {\n                \"essid\": \"DIRECT-FC-SM-A315G\"\n            },\n            {\n                \"essid\": \"DIRECT-fd-Car_9654\"\n            },\n            {\n                \"essid\": \"DIRECT-FD-Car_b4df\"\n            },\n            {\n                \"essid\": \"DIRECT-Fd-Car_bc6f\"\n            },\n            {\n                \"essid\": \"DIRECT-fD-Car_d745\"\n            },\n            {\n                \"essid\": \"DIRECT-FD-HP DeskJet 3700 series\"\n            },\n            {\n                \"essid\": \"DIRECT-FD-HP ENVY Photo 7800\"\n            },\n            {\n                \"essid\": \"DIRECT-FD-HP OfficeJet 6950\"\n            },\n            {\n                \"essid\": \"DIRECT-fe-Car_aa12\"\n            },\n            {\n                \"essid\": \"DIRECT-fe-Car_ac8f\"\n            },\n            {\n                \"essid\": \"DIRECT-fe-HP M252 LaserJet\"\n            },\n            {\n                \"essid\": \"DIRECT-FE-HP OfficeJet 3830\"\n            },\n            {\n                \"essid\": \"DIRECT-FE-myChevrolet\"\n            },\n            {\n                \"essid\": \"DIRECT-FE-myGMC\"\n            },\n            {\n                \"essid\": \"DIRECT-Fe-SM-G955U\"\n            },\n            {\n                \"essid\": \"DIRECT-fe-VILLISTAS\"\n            },\n            {\n                \"essid\": \"DIRECT-fF-0004F3174CA7\"\n            },\n            {\n                \"essid\": \"DIRECT-ff-Car_740c\"\n            },\n            {\n                \"essid\": \"DIRECT-FF-HP DeskJet 3700 series\"\n            },\n            {\n                \"essid\": \"DIRECT-FF-HP ENVY 4520 series\"\n            },\n            {\n                \"essid\": \"DIRECT-FF-HP OfficeJet Pro 8710\"\n            },\n            {\n                \"essid\": \"DIRECT-FF-myGMC\"\n            },\n            {\n                \"essid\": \"DIRECT-Ff-SM-G955U\"\n            },\n            {\n                \"essid\": \"DIRECT-ff-SonicIT\"\n            },\n            {\n                \"essid\": \"DIRECT-fh-Car_e127\"\n            },\n            {\n                \"essid\": \"DIRECT-FH-Steves Chevy\"\n            },\n            {\n                \"essid\": \"DIRECT-FI-0004F31D7B79\"\n            },\n            {\n                \"essid\": \"DIRECT-Fi-Car_4c7c\"\n            },\n            {\n                \"essid\": \"DIRECT-Fj-3d0550\"\n            },\n            {\n                \"essid\": \"DIRECT-Fl-0004F31B8C12\"\n            },\n            {\n                \"essid\": \"DIRECT-FL-myCadillac\"\n            },\n            {\n                \"essid\": \"DIRECT-FM-myCadillac\"\n            },\n            {\n                \"essid\": \"DIRECT-Fn-Car_3f26\"\n            },\n            {\n                \"essid\": \"DIRECT-Fn-Car_57d3\"\n            },\n            {\n                \"essid\": \"DIRECT-Fn-Car_891c\"\n            },\n            {\n                \"essid\": \"DIRECT-fo-Car_6bdb\"\n            },\n            {\n                \"essid\": \"DIRECT-fo-FireTV_b529\"\n            },\n            {\n                \"essid\": \"DIRECT-fp-Car_52bb\"\n            },\n            {\n                \"essid\": \"DIRECT-FQ-myGMC\"\n            },\n            {\n                \"essid\": \"DIRECT-fQ-pakelascar!\"\n            },\n            {\n                \"essid\": \"DIRECT-Fr-Car_2865\"\n            },\n            {\n                \"essid\": \"DIRECT-Fr-Car_de29\"\n            },\n            {\n                \"essid\": \"DIRECT-fr-myChevrolet\"\n            },\n            {\n                \"essid\": \"DIRECT-FR-myChevrolet\"\n            },\n            {\n                \"essid\": \"DIRECT-FS-Car_1880\"\n            },\n            {\n                \"essid\": \"DIRECT-Fs-myCadillac\"\n            },\n            {\n                \"essid\": \"DIRECT-Ft-0004F312AB38\"\n            },\n            {\n                \"essid\": \"DIRECT-fu-Car_a226\"\n            },\n            {\n                \"essid\": \"DIRECT-Fu-FireTV_74d4\"\n            },\n            {\n                \"essid\": \"DIRECT-Fu-myChevrolet\"\n            },\n            {\n                \"essid\": \"DIRECT-Fv-0004F3174A25\"\n            },\n            {\n                \"essid\": \"DIRECT-Fv-Car_395d\"\n            },\n            {\n                \"essid\": \"DIRECT-FV-myGMC\"\n            },\n            {\n                \"essid\": \"DIRECT-FW-Car_7bc7\"\n            },\n            {\n                \"essid\": \"DIRECT-fw-heidiavelina\"\n            },\n            {\n                \"essid\": \"DIRECT-FW-myCadillac\"\n            },\n            {\n                \"essid\": \"DIRECT-Fx-Car_ceb1\"\n            },\n            {\n                \"essid\": \"DIRECT-Fy-Car_39ce\"\n            },\n            {\n                \"essid\": \"DIRECT-fy-Car_9a24\"\n            },\n            {\n                \"essid\": \"DIRECT-Fy-myCadillac\"\n            },\n            {\n                \"essid\": \"DIRECT-FY-myGMC\"\n            },\n            {\n                \"essid\": \"DIRECT-fZ-Car_e8a1\"\n            },\n            {\n                \"essid\": \"DIRECT-G0-Car_5d56\"\n            },\n            {\n                \"essid\": \"DIRECT-g0-Z MAN 76\"\n            },\n            {\n                \"essid\": \"DIRECT-g2SM-G935T\"\n            },\n            {\n                \"essid\": \"DIRECT-G3-1c0550\"\n            },\n            {\n                \"essid\": \"DIRECT-G3-Car_cca4\"\n            },\n            {\n                \"essid\": \"DIRECT-g4-Car_26f3\"\n            },\n            {\n                \"essid\": \"DIRECT-G4-Car_84ab\"\n            },\n            {\n                \"essid\": \"DIRECT-G5-Car_7061\"\n            },\n            {\n                \"essid\": \"DIRECT-G5-MRomero\"\n            },\n            {\n                \"essid\": \"DIRECT-G8-Car_5d70\"\n            },\n            {\n                \"essid\": \"DIRECT-G8-My GMC\"\n            },\n            {\n                \"essid\": \"DIRECT-G9-Car_dba4\"\n            },\n            {\n                \"essid\": \"DIRECT-G9-myChevrolet\"\n            },\n            {\n                \"essid\": \"DIRECT-G9-myGMC\"\n            },\n            {\n                \"essid\": \"DIRECT-GA-Car_abc3\"\n            },\n            {\n                \"essid\": \"DIRECT-Ga-myChevrolet\"\n            },\n            {\n                \"essid\": \"DIRECT-gA-myGMC\"\n            },\n            {\n                \"essid\": \"DIRECT-gB-Car_36a3\"\n            },\n            {\n                \"essid\": \"DIRECT-gb-licks\"\n            },\n            {\n                \"essid\": \"DIRECT-Gc-Car_9617\"\n            },\n            {\n                \"essid\": \"DIRECT-gC-myCadillac\"\n            },\n            {\n                \"essid\": \"DIRECT-gC-myGMC\"\n            },\n            {\n                \"essid\": \"DIRECT-Gd-0004F31B8C12\"\n            },\n            {\n                \"essid\": \"DIRECT-GD-Car_c386\"\n            },\n            {\n                \"essid\": \"DIRECT-gD-myGMC\"\n            },\n            {\n                \"essid\": \"DIRECT-gE-Car_2eba\"\n            },\n            {\n                \"essid\": \"DIRECT-ge-myCadillac\"\n            },\n            {\n                \"essid\": \"DIRECT-gf-4b0d90\"\n            },\n            {\n                \"essid\": \"DIRECT-Gf-Car_d7f5\"\n            },\n            {\n                \"essid\": \"DIRECT-Gf-myGMVehicle\"\n            },\n            {\n                \"essid\": \"DIRECT-Gg-0004F31D7B6E\"\n            },\n            {\n                \"essid\": \"DIRECT-gG-myChevrolet\"\n            },\n            {\n                \"essid\": \"DIRECT-Gi-Car_fbe0\"\n            },\n            {\n                \"essid\": \"DIRECT-gI-myCadillac\"\n            },\n            {\n                \"essid\": \"DIRECT-gI-vela kids\"\n            },\n            {\n                \"essid\": \"DIRECT-GJ-Car_77c6\"\n            },\n            {\n                \"essid\": \"DIRECT-GJ-Car_7e71\"\n            },\n            {\n                \"essid\": \"DIRECT-gj-Car_a225\"\n            },\n            {\n                \"essid\": \"DIRECT-gj-myCadillac\"\n            },\n            {\n                \"essid\": \"DIRECT-Gk-2c04d0\"\n            },\n            {\n                \"essid\": \"DIRECT-gk-Car_10de\"\n            },\n            {\n                \"essid\": \"DIRECT-gK-Car_804c\"\n            },\n            {\n                \"essid\": \"DIRECT-Gk-Chris GMC\"\n            },\n            {\n                \"essid\": \"DIRECT-GL-BRAVIA\"\n            },\n            {\n                \"essid\": \"DIRECT-Gl-Car_c616\"\n            },\n            {\n                \"essid\": \"DIRECT-gN-Car_e5ff\"\n            },\n            {\n                \"essid\": \"DIRECT-gN-myCadillac\"\n            },\n            {\n                \"essid\": \"DIRECT-GP-Z982-PdaNet\"\n            },\n            {\n                \"essid\": \"DIRECT-gQ-Car_1e3f\"\n            },\n            {\n                \"essid\": \"DIRECT-GQ-myChevrolet\"\n            },\n            {\n                \"essid\": \"DIRECT-GR-Car_2906\"\n            },\n            {\n                \"essid\": \"DIRECT-gR-Car_d8ce\"\n            },\n            {\n                \"essid\": \"DIRECT-Gr-Shyla \"\n            },\n            {\n                \"essid\": \"DIRECT-Gr-SIYKPZ\"\n            },\n            {\n                \"essid\": \"DIRECT-gS-Car_5be6\"\n            },\n            {\n                \"essid\": \"DIRECT-gt-Car_665d\"\n            },\n            {\n                \"essid\": \"DIRECT-gT-Car_9727\"\n            },\n            {\n                \"essid\": \"DIRECT-Gu\"\n            },\n            {\n                \"essid\": \"DIRECT-Gu-0004F31B88CD\"\n            },\n            {\n                \"essid\": \"DIRECT-gu-1e11d0\"\n            },\n            {\n                \"essid\": \"DIRECT-gu-Car_3407\"\n            },\n            {\n                \"essid\": \"DIRECT-Gu-Car_e82d\"\n            },\n            {\n                \"essid\": \"DIRECT-GV-myCadillac\"\n            },\n            {\n                \"essid\": \"DIRECT-Gw-capsule9\"\n            },\n            {\n                \"essid\": \"DIRECT-GW-Car_aacd\"\n            },\n            {\n                \"essid\": \"DIRECT-gW-Car_d5c6\"\n            },\n            {\n                \"essid\": \"DIRECT-gX-Car_3912\"\n            },\n            {\n                \"essid\": \"DIRECT-GX-myGMC\"\n            },\n            {\n                \"essid\": \"DIRECT-gy-Car_4d6e\"\n            },\n            {\n                \"essid\": \"DIRECT-gY-Car_5a3c\"\n            },\n            {\n                \"essid\": \"DIRECT-gY-Car_ff36\"\n            },\n            {\n                \"essid\": \"DIRECT-GZ-Cajun Red AA\"\n            },\n            {\n                \"essid\": \"DIRECT-Gz-Car_2a9f\"\n            },\n            {\n                \"essid\": \"DIRECT-GZ-Car_598d\"\n            },\n            {\n                \"essid\": \"DIRECT-h0-myChevrolet\"\n            },\n            {\n                \"essid\": \"DIRECT-h1-0004F318EB51\"\n            },\n            {\n                \"essid\": \"DIRECT-h2-Car_8c01\"\n            },\n            {\n                \"essid\": \"DIRECT-H3-Car_beb6\"\n            },\n            {\n                \"essid\": \"DIRECT-h3M306x Series\"\n            },\n            {\n                \"essid\": \"DIRECT-H4-Car_79a2\"\n            },\n            {\n                \"essid\": \"DIRECT-H5-Car_853c\"\n            },\n            {\n                \"essid\": \"DIRECT-H6-Car_d03e\"\n            },\n            {\n                \"essid\": \"DIRECT-H6-myChevrolet\"\n            },\n            {\n                \"essid\": \"DIRECT-H6-myGMC\"\n            },\n            {\n                \"essid\": \"DIRECT-H7-Car_536f\"\n            },\n            {\n                \"essid\": \"DIRECT-H7-Michael Cadi\"\n            },\n            {\n                \"essid\": \"DIRECT-h8-myChevrolet\"\n            },\n            {\n                \"essid\": \"DIRECT-h9-Car_2ce5\"\n            },\n            {\n                \"essid\": \"DIRECT-H9-myCadillac\"\n            },\n            {\n                \"essid\": \"DIRECT-H9-myGMVehicle\"\n            },\n            {\n                \"essid\": \"DIRECT-HA-Car_240a\"\n            },\n            {\n                \"essid\": \"DIRECT-HA-Car_bd12\"\n            },\n            {\n                \"essid\": \"DIRECT-Hb-320290\"\n            },\n            {\n                \"essid\": \"DIRECT-hB-Car_986e\"\n            },\n            {\n                \"essid\": \"DIRECT-hB-SFJFF\"\n            },\n            {\n                \"essid\": \"DIRECT-Hc-myCadillac\"\n            },\n            {\n                \"essid\": \"DIRECT-HD-Car_8fe0\"\n            },\n            {\n                \"essid\": \"DIRECT-hD-Car_f295\"\n            },\n            {\n                \"essid\": \"DIRECT-hD-Maximus\"\n            },\n            {\n                \"essid\": \"DIRECT-he-0004F312A8C6\"\n            },\n            {\n                \"essid\": \"DIRECT-he-Car_4572\"\n            },\n            {\n                \"essid\": \"DIRECT-He-Car_74e0\"\n            },\n            {\n                \"essid\": \"DIRECT-he-Charo2919\"\n            },\n            {\n                \"essid\": \"DIRECT-He-j coar\"\n            },\n            {\n                \"essid\": \"DIRECT-HE-mronline48\"\n            },\n            {\n                \"essid\": \"DIRECT-HF-00409D847D14\"\n            },\n            {\n                \"essid\": \"DIRECT-Hg-Kenny Wifi\"\n            },\n            {\n                \"essid\": \"DIRECT-hh-myCadillac\"\n            },\n            {\n                \"essid\": \"DIRECT-hH-myCadillac\"\n            },\n            {\n                \"essid\": \"DIRECT-HH-myChevrolet\"\n            },\n            {\n                \"essid\": \"DIRECT-HI-BRAVIA\"\n            },\n            {\n                \"essid\": \"DIRECT-Hi-Car_894e\"\n            },\n            {\n                \"essid\": \"DIRECT-Hi-Silverado86\"\n            },\n            {\n                \"essid\": \"DIRECT-HJ95RX362-2SRdH\"\n            },\n            {\n                \"essid\": \"DIRECT-HJ-Car_299c\"\n            },\n            {\n                \"essid\": \"DIRECT-HK-Car_63ce\"\n            },\n            {\n                \"essid\": \"DIRECT-hk-Car_6add\"\n            },\n            {\n                \"essid\": \"DIRECT-HKDESKTOP-FEQCO3AmsQJ\"\n            },\n            {\n                \"essid\": \"DIRECT-hk-myChevrolet\"\n            },\n            {\n                \"essid\": \"DIRECT-Hk-myChevrolet\"\n            },\n            {\n                \"essid\": \"DIRECT-Hk-myGMC\"\n            },\n            {\n                \"essid\": \"DIRECT-Hl-Car_ded0\"\n            },\n            {\n                \"essid\": \"DIRECT-HM-Car_33f9\"\n            },\n            {\n                \"essid\": \"DIRECT-Hm-Car_953f\"\n            },\n            {\n                \"essid\": \"DIRECT-HN-Car_4079\"\n            },\n            {\n                \"essid\": \"DIRECT-hn-vinnie74\"\n            },\n            {\n                \"essid\": \"DIRECT-hP-Car_9f56\"\n            },\n            {\n                \"essid\": \"DIRECT-HP-lescad\"\n            },\n            {\n                \"essid\": \"DIRECT-Hp-myCadillac\"\n            },\n            {\n                \"essid\": \"DIRECT-Hp-myGMC\"\n            },\n            {\n                \"essid\": \"DIRECT-hQ-Car_60b2\"\n            },\n            {\n                \"essid\": \"DIRECT-Hr-Car_2051\"\n            },\n            {\n                \"essid\": \"DIRECT-Hr-myCadillac\"\n            },\n            {\n                \"essid\": \"DIRECT-Hs-Car_c102\"\n            },\n            {\n                \"essid\": \"DIRECT-hs-myChevrolet\"\n            },\n            {\n                \"essid\": \"DIRECT-hs-myGMC\"\n            },\n            {\n                \"essid\": \"DIRECT-Ht-10111011\"\n            },\n            {\n                \"essid\": \"DIRECT-HT-Car_6c9c\"\n            },\n            {\n                \"essid\": \"DIRECT-HU-2d1350\"\n            },\n            {\n                \"essid\": \"DIRECT-hu-Car_d292\"\n            },\n            {\n                \"essid\": \"DIRECT-HVM2020 Series\"\n            },\n            {\n                \"essid\": \"DIRECT-hV-myCadillac\"\n            },\n            {\n                \"essid\": \"DIRECT-HV-myCadillac\"\n            },\n            {\n                \"essid\": \"DIRECT-Hv-myChevrolet\"\n            },\n            {\n                \"essid\": \"DIRECT-HV-VIZIOTV\"\n            },\n            {\n                \"essid\": \"DIRECT-hw-Car_58b2\"\n            },\n            {\n                \"essid\": \"DIRECT-hw-Cosner\"\n            },\n            {\n                \"essid\": \"DIRECT-hw-myChevrolet\"\n            },\n            {\n                \"essid\": \"DIRECT-hz-myCadillac\"\n            },\n            {\n                \"essid\": \"DIRECT-hZ-myGMVehicle\"\n            },\n            {\n                \"essid\": \"DIRECT-hz[TV]nolo\"\n            },\n            {\n                \"essid\": \"DIRECT-I8-Car_afa6\"\n            },\n            {\n                \"essid\": \"DIRECT-i8-Car_c56f\"\n            },\n            {\n                \"essid\": \"DIRECT-i9-myGMVehicle\"\n            },\n            {\n                \"essid\": \"DIRECT-iA-Car_aab2\"\n            },\n            {\n                \"essid\": \"DIRECT-ia-Car_fbb7\"\n            },\n            {\n                \"essid\": \"DIRECT-IALAPTOP-447PDNCBgNUw\"\n            },\n            {\n                \"essid\": \"DIRECT-IB-Car_b076\"\n            },\n            {\n                \"essid\": \"DIRECT-Ib-myChevrolet\"\n            },\n            {\n                \"essid\": \"DIRECT-iC-Car_cd16\"\n            },\n            {\n                \"essid\": \"DIRECT-iC-myChevrolet\"\n            },\n            {\n                \"essid\": \"DIRECT-IC-myGMC\"\n            },\n            {\n                \"essid\": \"DIRECT-iD-Car_5e5d\"\n            },\n            {\n                \"essid\": \"DIRECT-iD-myCadillac\"\n            },\n            {\n                \"essid\": \"DIRECT-ID-myCadillac\"\n            },\n            {\n                \"essid\": \"DIRECT-iD-myGMC\"\n            },\n            {\n                \"essid\": \"DIRECT-iE-Car_5b1d\"\n            },\n            {\n                \"essid\": \"DIRECT-ie-Car_8d0d\"\n            },\n            {\n                \"essid\": \"DIRECT-iE-myCadillac\"\n            },\n            {\n                \"essid\": \"DIRECT-IE-myChevrolet\"\n            },\n            {\n                \"essid\": \"DIRECT-iG-Car_603c\"\n            },\n            {\n                \"essid\": \"DIRECT-IG-Car_849f\"\n            },\n            {\n                \"essid\": \"DIRECT-ih-myCadillac\"\n            },\n            {\n                \"essid\": \"DIRECT-IIM288x Series\"\n            },\n            {\n                \"essid\": \"DIRECT-iI-myGMC\"\n            },\n            {\n                \"essid\": \"DIRECT-ij-Car_91bb\"\n            },\n            {\n                \"essid\": \"DIRECT-Ij-garcia\"\n            },\n            {\n                \"essid\": \"DIRECT-IJ-myCadillac\"\n            },\n            {\n                \"essid\": \"DIRECT-IJ-myGMC\"\n            },\n            {\n                \"essid\": \"DIRECT-IK-myCadillac\"\n            },\n            {\n                \"essid\": \"DIRECT-iK-OscarG\"\n            },\n            {\n                \"essid\": \"DIRECT-iL-0004F3174B3D\"\n            },\n            {\n                \"essid\": \"DIRECT-il-Car_4f1d\"\n            },\n            {\n                \"essid\": \"DIRECT-iM-Car_28f2\"\n            },\n            {\n                \"essid\": \"DIRECT-IM-Car_69d5\"\n            },\n            {\n                \"essid\": \"DIRECT-im-Car_a0f5\"\n            },\n            {\n                \"essid\": \"DIRECT-iM-myChevrolet\"\n            },\n            {\n                \"essid\": \"DIRECT-in-Car_26e3\"\n            },\n            {\n                \"essid\": \"DIRECT-in-Car_7e61\"\n            },\n            {\n                \"essid\": \"DIRECT-in-myCadillac\"\n            },\n            {\n                \"essid\": \"DIRECT-io-3e0c90\"\n            },\n            {\n                \"essid\": \"DIRECT-io-Car_887a\"\n            },\n            {\n                \"essid\": \"DIRECT-IO-grandpa\"\n            },\n            {\n                \"essid\": \"DIRECT-IO-VIZIOTV\"\n            },\n            {\n                \"essid\": \"DIRECT-Ip-0004F31AB4DA\"\n            },\n            {\n                \"essid\": \"DIRECT-Ip-Car_7864\"\n            },\n            {\n                \"essid\": \"DIRECT-iP-FireTV_4dfd\"\n            },\n            {\n                \"essid\": \"DIRECT-iQ-Car_9359\"\n            },\n            {\n                \"essid\": \"DIRECT-Ir-Car_8aa4\"\n            },\n            {\n                \"essid\": \"DIRECT-iR-myChevrolet\"\n            },\n            {\n                \"essid\": \"DIRECT-IR-myGMC\"\n            },\n            {\n                \"essid\": \"DIRECT-is-Car_4c06\"\n            },\n            {\n                \"essid\": \"DIRECT-is-Car_b33a\"\n            },\n            {\n                \"essid\": \"DIRECT-It-Car_aecb\"\n            },\n            {\n                \"essid\": \"DIRECT-iu-Car_a9c4\"\n            },\n            {\n                \"essid\": \"DIRECT-Iu-Car_bc34\"\n            },\n            {\n                \"essid\": \"DIRECT-iU-JANETH\"\n            },\n            {\n                \"essid\": \"DIRECT-Iv-Car_5e98\"\n            },\n            {\n                \"essid\": \"DIRECT-iw-Car_ad61\"\n            },\n            {\n                \"essid\": \"DIRECT-Ix-Car_ea09\"\n            },\n            {\n                \"essid\": \"DIRECT-Ix-FireTV_614d\"\n            },\n            {\n                \"essid\": \"DIRECT-ix-myGMC\"\n            },\n            {\n                \"essid\": \"DIRECT-Iy-Car_6e11\"\n            },\n            {\n                \"essid\": \"DIRECT-Iz-Car_f6e3\"\n            },\n            {\n                \"essid\": \"DIRECT-j1-Car_feed\"\n            },\n            {\n                \"essid\": \"DIRECT-J2-Car_2f6e\"\n            },\n            {\n                \"essid\": \"DIRECT-J3-Car_971f\"\n            },\n            {\n                \"essid\": \"DIRECT-j3-FireTV_f1ab\"\n            },\n            {\n                \"essid\": \"DIRECT-J4-Car_caef\"\n            },\n            {\n                \"essid\": \"DIRECT-J5-Car_8e6d\"\n            },\n            {\n                \"essid\": \"DIRECT-j6-BRAVIA\"\n            },\n            {\n                \"essid\": \"DIRECT-j8-Car_a998\"\n            },\n            {\n                \"essid\": \"DIRECT-j8-myGMC\"\n            },\n            {\n                \"essid\": \"DIRECT-J9-myCadillac\"\n            },\n            {\n                \"essid\": \"DIRECT-ja-Car_6710\"\n            },\n            {\n                \"essid\": \"DIRECT-JA-myGMC\"\n            },\n            {\n                \"essid\": \"DIRECT-JB-0004F31B8C12\"\n            },\n            {\n                \"essid\": \"DIRECT-jB-myChevrolet\"\n            },\n            {\n                \"essid\": \"DIRECT-Jc-0004F31B8C12\"\n            },\n            {\n                \"essid\": \"DIRECT-jC-Boojum1962\"\n            },\n            {\n                \"essid\": \"DIRECT-jC-Car_9728\"\n            },\n            {\n                \"essid\": \"DIRECT-JC-myChevrolet\"\n            },\n            {\n                \"essid\": \"DIRECT-jD-Car_1d97\"\n            },\n            {\n                \"essid\": \"DIRECT-jD-Car_773a\"\n            },\n            {\n                \"essid\": \"DIRECT-Jd-Car_8b37\"\n            },\n            {\n                \"essid\": \"DIRECT-Je-myCadillac\"\n            },\n            {\n                \"essid\": \"DIRECT-jE-myGMC\"\n            },\n            {\n                \"essid\": \"DIRECT-jf-Car_c806\"\n            },\n            {\n                \"essid\": \"DIRECT-Jf-myCadillac\"\n            },\n            {\n                \"essid\": \"DIRECT-jf-myChevrolet\"\n            },\n            {\n                \"essid\": \"DIRECT-jG-Car_1bac\"\n            },\n            {\n                \"essid\": \"DIRECT-jG-Car_ae3d\"\n            },\n            {\n                \"essid\": \"DIRECT-Jg-Car_cc67\"\n            },\n            {\n                \"essid\": \"DIRECT-JG-dvlwoman1\"\n            },\n            {\n                \"essid\": \"DIRECT-Jg-myCadillac\"\n            },\n            {\n                \"essid\": \"DIRECT-Jh-2019gmc\"\n            },\n            {\n                \"essid\": \"DIRECT-Jh-myCadillac\"\n            },\n            {\n                \"essid\": \"DIRECT-jh-Pixel-PdaNet\"\n            },\n            {\n                \"essid\": \"DIRECT-jj-Car_3a15\"\n            },\n            {\n                \"essid\": \"DIRECT-Jj-Car_6fca\"\n            },\n            {\n                \"essid\": \"DIRECT-Jj-myCadillac\"\n            },\n            {\n                \"essid\": \"DIRECT-jJ-Shorty88\"\n            },\n            {\n                \"essid\": \"DIRECT-Jk-Car_3cbc\"\n            },\n            {\n                \"essid\": \"DIRECT-Jk-Car_7f5c\"\n            },\n            {\n                \"essid\": \"DIRECT-JK-myCadillac\"\n            },\n            {\n                \"essid\": \"DIRECT-jL-2405cf\"\n            },\n            {\n                \"essid\": \"DIRECT-jm-Car_aa36\"\n            },\n            {\n                \"essid\": \"DIRECT-JN-myCadillac\"\n            },\n            {\n                \"essid\": \"DIRECT-jo-Car_6209\"\n            },\n            {\n                \"essid\": \"DIRECT-JO-Car_ed95\"\n            },\n            {\n                \"essid\": \"DIRECT-jP-Car_41d6\"\n            },\n            {\n                \"essid\": \"DIRECT-JP-Car_cf3f\"\n            },\n            {\n                \"essid\": \"DIRECT-Jp-myCadillac\"\n            },\n            {\n                \"essid\": \"DIRECT-jP-myGMC\"\n            },\n            {\n                \"essid\": \"DIRECT-jQ-Car_a84e\"\n            },\n            {\n                \"essid\": \"DIRECT-jQSYXPSmssr\"\n            },\n            {\n                \"essid\": \"DIRECT-JR-Car_67b2\"\n            },\n            {\n                \"essid\": \"DIRECT-Jr-Car_c99c\"\n            },\n            {\n                \"essid\": \"DIRECT-Jr-hansenje\"\n            },\n            {\n                \"essid\": \"DIRECT-jr-myCadillac\"\n            },\n            {\n                \"essid\": \"DIRECT-Js-myCadillac\"\n            },\n            {\n                \"essid\": \"DIRECT-js-super volt\"\n            },\n            {\n                \"essid\": \"DIRECT-JT-BRAVIA\"\n            },\n            {\n                \"essid\": \"DIRECT-jt-Car_e54a\"\n            },\n            {\n                \"essid\": \"DIRECT-JT-VIZIOTV\"\n            },\n            {\n                \"essid\": \"DIRECT-Ju-myCadillac\"\n            },\n            {\n                \"essid\": \"DIRECT-jU-myChevrolet\"\n            },\n            {\n                \"essid\": \"DIRECT-ju-Volt Hotspot\"\n            },\n            {\n                \"essid\": \"DIRECT-Jv-Car_2c06\"\n            },\n            {\n                \"essid\": \"DIRECT-jV-Car_753e\"\n            },\n            {\n                \"essid\": \"DIRECT-jv-myCadillac\"\n            },\n            {\n                \"essid\": \"DIRECT-Jv[TV]squid\"\n            },\n            {\n                \"essid\": \"DIRECT-JW-Car_dff2\"\n            },\n            {\n                \"essid\": \"DIRECT-jy-0004F31B8C12\"\n            },\n            {\n                \"essid\": \"DIRECT-jy-460810\"\n            },\n            {\n                \"essid\": \"DIRECT-Jy-amys gmc\"\n            },\n            {\n                \"essid\": \"DIRECT-jY-Car_3f9d\"\n            },\n            {\n                \"essid\": \"DIRECT-jY-Car_7d7c\"\n            },\n            {\n                \"essid\": \"DIRECT-jy-GabeEquinox\"\n            },\n            {\n                \"essid\": \"DIRECT-Jy-myCadillac\"\n            },\n            {\n                \"essid\": \"DIRECT-JY-Puppies\"\n            },\n            {\n                \"essid\": \"DIRECT-jz-Car_3abd\"\n            },\n            {\n                \"essid\": \"DIRECT-Jz-Car_b479\"\n            },\n            {\n                \"essid\": \"DIRECT-jz-kaucic\"\n            },\n            {\n                \"essid\": \"DIRECT-jz-myChevrolet\"\n            },\n            {\n                \"essid\": \"DIRECT-k0-Car_e7a7\"\n            },\n            {\n                \"essid\": \"DIRECT-K1-Car_3099\"\n            },\n            {\n                \"essid\": \"DIRECT-k1-Car_ad6c\"\n            },\n            {\n                \"essid\": \"DIRECT-k2-Car_3283\"\n            },\n            {\n                \"essid\": \"DIRECT-k2-myCadillac\"\n            },\n            {\n                \"essid\": \"DIRECT-k2-myChevrolet\"\n            },\n            {\n                \"essid\": \"DIRECT-ka-0004F312A8B7\"\n            },\n            {\n                \"essid\": \"DIRECT-kB-myChevrolet\"\n            },\n            {\n                \"essid\": \"DIRECT-Kd-Car_1427\"\n            },\n            {\n                \"essid\": \"DIRECT-KD-Car_f53f\"\n            },\n            {\n                \"essid\": \"DIRECT-kD-Car_fcf9\"\n            },\n            {\n                \"essid\": \"DIRECT-kD-myChevrolet\"\n            },\n            {\n                \"essid\": \"DIRECT-Ke-Car_b2ae\"\n            },\n            {\n                \"essid\": \"DIRECT-ke-LG K30\"\n            },\n            {\n                \"essid\": \"DIRECT-ke-myCadillac\"\n            },\n            {\n                \"essid\": \"DIRECT-Ke-PIXEL 2 XL\"\n            },\n            {\n                \"essid\": \"DIRECT-Kf-Car_4923\"\n            },\n            {\n                \"essid\": \"DIRECT-Kf-Car_6257\"\n            },\n            {\n                \"essid\": \"DIRECT-KF-Car_62da\"\n            },\n            {\n                \"essid\": \"DIRECT-KF-Car_c1a0\"\n            },\n            {\n                \"essid\": \"DIRECT-kf-myChevrolet\"\n            },\n            {\n                \"essid\": \"DIRECT-Kf-stuart wifi\"\n            },\n            {\n                \"essid\": \"DIRECT-Kh-0004F3174B4A\"\n            },\n            {\n                \"essid\": \"DIRECT-Kh-myCadillac\"\n            },\n            {\n                \"essid\": \"DIRECT-Kh-myGMC\"\n            },\n            {\n                \"essid\": \"DIRECT-Ki-BRAVIA\"\n            },\n            {\n                \"essid\": \"DIRECT-Kk-200ed0\"\n            },\n            {\n                \"essid\": \"DIRECT-kk-Car_1176\"\n            },\n            {\n                \"essid\": \"DIRECT-KK-Letys truck\"\n            },\n            {\n                \"essid\": \"DIRECT-KK-liz car\"\n            },\n            {\n                \"essid\": \"DIRECT-kl-Car_39c5\"\n            },\n            {\n                \"essid\": \"DIRECT-km-281190\"\n            },\n            {\n                \"essid\": \"DIRECT-KM-Fishtank\"\n            },\n            {\n                \"essid\": \"DIRECT-kM-myCadillac\"\n            },\n            {\n                \"essid\": \"DIRECT-kN-Car_806f\"\n            },\n            {\n                \"essid\": \"DIRECT-kN-Car_85e6\"\n            },\n            {\n                \"essid\": \"DIRECT-kN-Car_87fa\"\n            },\n            {\n                \"essid\": \"DIRECT-ko-Car_5d5c\"\n            },\n            {\n                \"essid\": \"DIRECT-KO-Car_bb61\"\n            },\n            {\n                \"essid\": \"DIRECT-kO-myCadillac\"\n            },\n            {\n                \"essid\": \"DIRECT-Ko-myChevrolet\"\n            },\n            {\n                \"essid\": \"DIRECT-kp-0004F31D7B6E\"\n            },\n            {\n                \"essid\": \"DIRECT-kP-gmc2019\"\n            },\n            {\n                \"essid\": \"DIRECT-kq-myCadillac\"\n            },\n            {\n                \"essid\": \"DIRECT-kR-BRAVIA\"\n            },\n            {\n                \"essid\": \"DIRECT-kR-Car_9aeb\"\n            },\n            {\n                \"essid\": \"DIRECT-kR-Car_ab6d\"\n            },\n            {\n                \"essid\": \"DIRECT-kR-Car_ed8b\"\n            },\n            {\n                \"essid\": \"DIRECT-ks-0004F316FA8F\"\n            },\n            {\n                \"essid\": \"DIRECT-KS-300b90\"\n            },\n            {\n                \"essid\": \"DIRECT-KS-Car_577d\"\n            },\n            {\n                \"essid\": \"DIRECT-KS-Car_94f8\"\n            },\n            {\n                \"essid\": \"DIRECT-Ks-Car_f9e2\"\n            },\n            {\n                \"essid\": \"DIRECT-ks-GrayCanyon\"\n            },\n            {\n                \"essid\": \"DIRECT-Ks-myChevrolet\"\n            },\n            {\n                \"essid\": \"DIRECT-Ku-080c90\"\n            },\n            {\n                \"essid\": \"DIRECT-kU-Car_335f\"\n            },\n            {\n                \"essid\": \"DIRECT-KULAPTOP-AZURElEUJ\"\n            },\n            {\n                \"essid\": \"DIRECT-Ku-my truck\"\n            },\n            {\n                \"essid\": \"DIRECT-Kv-Car_1bf9\"\n            },\n            {\n                \"essid\": \"DIRECT-Kw-Car_98e0\"\n            },\n            {\n                \"essid\": \"DIRECT-kw-myChevrolet\"\n            },\n            {\n                \"essid\": \"DIRECT-kW-myGMVehicle\"\n            },\n            {\n                \"essid\": \"DIRECT-KX-0004F312AC1E\"\n            },\n            {\n                \"essid\": \"DIRECT-kx-myChevrolet\"\n            },\n            {\n                \"essid\": \"DIRECT-Ky-Car_3390\"\n            },\n            {\n                \"essid\": \"DIRECT-Kz-afebres\"\n            },\n            {\n                \"essid\": \"DIRECT-kZ-Car_924f\"\n            },\n            {\n                \"essid\": \"DIRECT-kZ-myChevrolet\"\n            },\n            {\n                \"essid\": \"DIRECT-L0-BRAVIA\"\n            },\n            {\n                \"essid\": \"DIRECT-L0-myChevrolet\"\n            },\n            {\n                \"essid\": \"DIRECT-L1-0004F31D7B79\"\n            },\n            {\n                \"essid\": \"DIRECT-L2-Car_ff09\"\n            },\n            {\n                \"essid\": \"DIRECT-l3-Car_d27f\"\n            },\n            {\n                \"essid\": \"DIRECT-L3-myGMC\"\n            },\n            {\n                \"essid\": \"DIRECT-l5-Car_ebaa\"\n            },\n            {\n                \"essid\": \"DIRECT-L5-myChevrolet\"\n            },\n            {\n                \"essid\": \"DIRECT-l7-Car_73fd\"\n            },\n            {\n                \"essid\": \"DIRECT-L7-Car_7bd0\"\n            },\n            {\n                \"essid\": \"DIRECT-L7-myGMC\"\n            },\n            {\n                \"essid\": \"DIRECT-l8-Car_5acc\"\n            },\n            {\n                \"essid\": \"DIRECT-laB1163w Mono MFP\"\n            },\n            {\n                \"essid\": \"DIRECT-lA-Car_a882\"\n            },\n            {\n                \"essid\": \"DIRECT-LA-Car_ac0f\"\n            },\n            {\n                \"essid\": \"DIRECT-LADESKTOP-QG7Q3MHmsDJ\"\n            },\n            {\n                \"essid\": \"DIRECT-La-myCadillac\"\n            },\n            {\n                \"essid\": \"DIRECT-Lc-3b02d0\"\n            },\n            {\n                \"essid\": \"DIRECT-lc-myChevrolet\"\n            },\n            {\n                \"essid\": \"DIRECT-LD-Car_50be\"\n            },\n            {\n                \"essid\": \"DIRECT-LD-Car_e99f\"\n            },\n            {\n                \"essid\": \"DIRECT-lD-Lizhotspot\"\n            },\n            {\n                \"essid\": \"DIRECT-Le-Car_7f52\"\n            },\n            {\n                \"essid\": \"DIRECT-LeLITTLE-ABRASIONmsGX\"\n            },\n            {\n                \"essid\": \"DIRECT-Lg-BRAVIA\"\n            },\n            {\n                \"essid\": \"DIRECT-lh-Car_f42c\"\n            },\n            {\n                \"essid\": \"DIRECT-LH-myCadillac\"\n            },\n            {\n                \"essid\": \"DIRECT-lI-Car_6f02\"\n            },\n            {\n                \"essid\": \"DIRECT-LIDESKTOP-M71SGCHmsRR\"\n            },\n            {\n                \"essid\": \"DIRECT-Li-Linus1\"\n            },\n            {\n                \"essid\": \"DIRECT-li-myCadillac\"\n            },\n            {\n                \"essid\": \"DIRECT-li-myChevrolet\"\n            },\n            {\n                \"essid\": \"DIRECT-LI-myChevrolet\"\n            },\n            {\n                \"essid\": \"DIRECT-ll-Car_bd79\"\n            },\n            {\n                \"essid\": \"DIRECT-ll-myChevrolet\"\n            },\n            {\n                \"essid\": \"DIRECT-LL-myChevrolet\"\n            },\n            {\n                \"essid\": \"DIRECT-Lm-Car_34b7\"\n            },\n            {\n                \"essid\": \"DIRECT-Lm-Car_8f51\"\n            },\n            {\n                \"essid\": \"DIRECT-lm-myCadillac\"\n            },\n            {\n                \"essid\": \"DIRECT-ln-Car_f213\"\n            },\n            {\n                \"essid\": \"DIRECT-ln-myCadillac\"\n            },\n            {\n                \"essid\": \"DIRECT-lO-Car_10c9\"\n            },\n            {\n                \"essid\": \"DIRECT-LO-VIZIOTV\"\n            },\n            {\n                \"essid\": \"DIRECT-lp-Car_a7c1\"\n            },\n            {\n                \"essid\": \"DIRECT-lq-my2019Volt\"\n            },\n            {\n                \"essid\": \"DIRECT-Lr-myCadillac\"\n            },\n            {\n                \"essid\": \"DIRECT-Ls-vicndjohotspot\"\n            },\n            {\n                \"essid\": \"DIRECT-lT-0004F3175C54\"\n            },\n            {\n                \"essid\": \"DIRECT-lT-myCadillac\"\n            },\n            {\n                \"essid\": \"DIRECT-LT-myChevrolet\"\n            },\n            {\n                \"essid\": \"DIRECT-Lu-Car_e32e\"\n            },\n            {\n                \"essid\": \"DIRECT-lu-Car_e3b1\"\n            },\n            {\n                \"essid\": \"DIRECT-lUMC1002222msAM\"\n            },\n            {\n                \"essid\": \"DIRECT-Lv-0004F318DDD0\"\n            },\n            {\n                \"essid\": \"DIRECT-lw-BRAVIA\"\n            },\n            {\n                \"essid\": \"DIRECT-lW-myCadillac\"\n            },\n            {\n                \"essid\": \"DIRECT-lX-Car_4edd\"\n            },\n            {\n                \"essid\": \"DIRECT-lY-Car_c1a5\"\n            },\n            {\n                \"essid\": \"DIRECT-lY-pegvolt\"\n            },\n            {\n                \"essid\": \"DIRECT-lZ-3c04d0\"\n            },\n            {\n                \"essid\": \"DIRECT-LZ-myChevrolet\"\n            },\n            {\n                \"essid\": \"DIRECT-lZ-SM-G973U\"\n            },\n            {\n                \"essid\": \"DIRECT-M0-Car_7a9c\"\n            },\n            {\n                \"essid\": \"DIRECT-m0-myCadillac\"\n            },\n            {\n                \"essid\": \"DIRECT-M0-myChevrolet\"\n            },\n            {\n                \"essid\": \"DIRECT-m0Phaser 3260\"\n            },\n            {\n                \"essid\": \"DIRECT-m2-Car_9cf8\"\n            },\n            {\n                \"essid\": \"DIRECT-m2-josevalladares\"\n            },\n            {\n                \"essid\": \"DIRECT-M3-0004F30E6905\"\n            },\n            {\n                \"essid\": \"DIRECT-m3-BriansTruck\"\n            },\n            {\n                \"essid\": \"DIRECT-M3-myCadillac\"\n            },\n            {\n                \"essid\": \"DIRECT-m5-myChevrolet\"\n            },\n            {\n                \"essid\": \"DIRECT-M6-Car_56df\"\n            },\n            {\n                \"essid\": \"DIRECT-M7-myCadillac\"\n            },\n            {\n                \"essid\": \"DIRECT-m8-myGMC\"\n            },\n            {\n                \"essid\": \"DIRECT-mA-Car_a0c8\"\n            },\n            {\n                \"essid\": \"DIRECT-ma-Car_bf7d\"\n            },\n            {\n                \"essid\": \"DIRECT-MA-myChevrolet\"\n            },\n            {\n                \"essid\": \"DIRECT-Ma-peltawest\"\n            },\n            {\n                \"essid\": \"DIRECT-MB Hotspot 66671\"\n            },\n            {\n                \"essid\": \"DIRECT-MB Hotspot 85172\"\n            },\n            {\n                \"essid\": \"DIRECT-MB-myChevrolet\"\n            },\n            {\n                \"essid\": \"DIRECT-MBUX 12376\"\n            },\n            {\n                \"essid\": \"DIRECT-MBUX 12632\"\n            },\n            {\n                \"essid\": \"DIRECT-MBUX 12635\"\n            },\n            {\n                \"essid\": \"DIRECT-MBUX 14853\"\n            },\n            {\n                \"essid\": \"DIRECT-MBUX 15721\"\n            },\n            {\n                \"essid\": \"DIRECT-MBUX 15843\"\n            },\n            {\n                \"essid\": \"DIRECT-MBUX 15898\"\n            },\n            {\n                \"essid\": \"DIRECT-MBUX 16112\"\n            },\n            {\n                \"essid\": \"DIRECT-MBUX 17357\"\n            },\n            {\n                \"essid\": \"DIRECT-MBUX 18513\"\n            },\n            {\n                \"essid\": \"DIRECT-MBUX 18543\"\n            },\n            {\n                \"essid\": \"DIRECT-MBUX 19117\"\n            },\n            {\n                \"essid\": \"DIRECT-MBUX 21257\"\n            },\n            {\n                \"essid\": \"DIRECT-MBUX 22288\"\n            },\n            {\n                \"essid\": \"DIRECT-MBUX 22499\"\n            },\n            {\n                \"essid\": \"DIRECT-MBUX 23983\"\n            },\n            {\n                \"essid\": \"DIRECT-MBUX 24281\"\n            },\n            {\n                \"essid\": \"DIRECT-MBUX 24285\"\n            },\n            {\n                \"essid\": \"DIRECT-MBUX 27433\"\n            },\n            {\n                \"essid\": \"DIRECT-MBUX 28494\"\n            },\n            {\n                \"essid\": \"DIRECT-MBUX 28998\"\n            },\n            {\n                \"essid\": \"DIRECT-MBUX 29228\"\n            },\n            {\n                \"essid\": \"DIRECT-MBUX 29289\"\n            },\n            {\n                \"essid\": \"DIRECT-MBUX 29858\"\n            },\n            {\n                \"essid\": \"DIRECT-MBUX 31872\"\n            },\n            {\n                \"essid\": \"DIRECT-MBUX 32793\"\n            },\n            {\n                \"essid\": \"DIRECT-MBUX 34434\"\n            },\n            {\n                \"essid\": \"DIRECT-MBUX 37167\"\n            },\n            {\n                \"essid\": \"DIRECT-MBUX 37658\"\n            },\n            {\n                \"essid\": \"DIRECT-MBUX 37714\"\n            },\n            {\n                \"essid\": \"DIRECT-MBUX 37769\"\n            },\n            {\n                \"essid\": \"DIRECT-MBUX 37774\"\n            },\n            {\n                \"essid\": \"DIRECT-MBUX 37955\"\n            },\n            {\n                \"essid\": \"DIRECT-MBUX 38757\"\n            },\n            {\n                \"essid\": \"DIRECT-MBUX 39574\"\n            },\n            {\n                \"essid\": \"DIRECT-MBUX 41714\"\n            },\n            {\n                \"essid\": \"DIRECT-MBUX 41779\"\n            },\n            {\n                \"essid\": \"DIRECT-MBUX 42143\"\n            },\n            {\n                \"essid\": \"DIRECT-MBUX 42434\"\n            },\n            {\n                \"essid\": \"DIRECT-MBUX 42519\"\n            },\n            {\n                \"essid\": \"DIRECT-MBUX 42694\"\n            },\n            {\n                \"essid\": \"DIRECT-MBUX 44321\"\n            },\n            {\n                \"essid\": \"DIRECT-MBUX 44466\"\n            },\n            {\n                \"essid\": \"DIRECT-MBUX 44735\"\n            },\n            {\n                \"essid\": \"DIRECT-MBUX 44787\"\n            },\n            {\n                \"essid\": \"DIRECT-MBUX 45271\"\n            },\n            {\n                \"essid\": \"DIRECT-MBUX 47613\"\n            },\n            {\n                \"essid\": \"DIRECT-MBUX 48826\"\n            },\n            {\n                \"essid\": \"DIRECT-MBUX 49699\"\n            },\n            {\n                \"essid\": \"DIRECT-MBUX 51214\"\n            },\n            {\n                \"essid\": \"DIRECT-MBUX 51441\"\n            },\n            {\n                \"essid\": \"DIRECT-MBUX 51645\"\n            },\n            {\n                \"essid\": \"DIRECT-MBUX 51739\"\n            },\n            {\n                \"essid\": \"DIRECT-MBUX 52235\"\n            },\n            {\n                \"essid\": \"DIRECT-MBUX 52947\"\n            },\n            {\n                \"essid\": \"DIRECT-MBUX 53111\"\n            },\n            {\n                \"essid\": \"DIRECT-MBUX 53691\"\n            },\n            {\n                \"essid\": \"DIRECT-MBUX 54699\"\n            },\n            {\n                \"essid\": \"DIRECT-MBUX 55924\"\n            },\n            {\n                \"essid\": \"DIRECT-MBUX 56487\"\n            },\n            {\n                \"essid\": \"DIRECT-MBUX 57131\"\n            },\n            {\n                \"essid\": \"DIRECT-MBUX 57465\"\n            },\n            {\n                \"essid\": \"DIRECT-MBUX 57698\"\n            },\n            {\n                \"essid\": \"DIRECT-MBUX 58512\"\n            },\n            {\n                \"essid\": \"DIRECT-MBUX 58942\"\n            },\n            {\n                \"essid\": \"DIRECT-MBUX 61563\"\n            },\n            {\n                \"essid\": \"DIRECT-MBUX 61811\"\n            },\n            {\n                \"essid\": \"DIRECT-MBUX 62254\"\n            },\n            {\n                \"essid\": \"DIRECT-MBUX 65911\"\n            },\n            {\n                \"essid\": \"DIRECT-MBUX 66265\"\n            },\n            {\n                \"essid\": \"DIRECT-MBUX 68526\"\n            },\n            {\n                \"essid\": \"DIRECT-MBUX 69623\"\n            },\n            {\n                \"essid\": \"DIRECT-MBUX 69714\"\n            },\n            {\n                \"essid\": \"DIRECT-MBUX 69781\"\n            },\n            {\n                \"essid\": \"DIRECT-MBUX 73212\"\n            },\n            {\n                \"essid\": \"DIRECT-MBUX 74367\"\n            },\n            {\n                \"essid\": \"DIRECT-MBUX 75752\"\n            },\n            {\n                \"essid\": \"DIRECT-MBUX 76262\"\n            },\n            {\n                \"essid\": \"DIRECT-MBUX 76729\"\n            },\n            {\n                \"essid\": \"DIRECT-MBUX 76753\"\n            },\n            {\n                \"essid\": \"DIRECT-MBUX 77585\"\n            },\n            {\n                \"essid\": \"DIRECT-MBUX 78826\"\n            },\n            {\n                \"essid\": \"DIRECT-MBUX 79351\"\n            },\n            {\n                \"essid\": \"DIRECT-MBUX 79953\"\n            },\n            {\n                \"essid\": \"DIRECT-MBUX 81158\"\n            },\n            {\n                \"essid\": \"DIRECT-MBUX 82287\"\n            },\n            {\n                \"essid\": \"DIRECT-MBUX 82466\"\n            },\n            {\n                \"essid\": \"DIRECT-MBUX 84216\"\n            },\n            {\n                \"essid\": \"DIRECT-MBUX 84646\"\n            },\n            {\n                \"essid\": \"DIRECT-MBUX 84759\"\n            },\n            {\n                \"essid\": \"DIRECT-MBUX 85913\"\n            },\n            {\n                \"essid\": \"DIRECT-MBUX 86494\"\n            },\n            {\n                \"essid\": \"DIRECT-MBUX 87357\"\n            },\n            {\n                \"essid\": \"DIRECT-MBUX 87652\"\n            },\n            {\n                \"essid\": \"DIRECT-MBUX 88265\"\n            },\n            {\n                \"essid\": \"DIRECT-MBUX 88368\"\n            },\n            {\n                \"essid\": \"DIRECT-MBUX 88838\"\n            },\n            {\n                \"essid\": \"DIRECT-MBUX 89117\"\n            },\n            {\n                \"essid\": \"DIRECT-MBUX 89168\"\n            },\n            {\n                \"essid\": \"DIRECT-MBUX 91211\"\n            },\n            {\n                \"essid\": \"DIRECT-MBUX 91534\"\n            },\n            {\n                \"essid\": \"DIRECT-MBUX 92866\"\n            },\n            {\n                \"essid\": \"DIRECT-MBUX 94679\"\n            },\n            {\n                \"essid\": \"DIRECT-MBUX 96368\"\n            },\n            {\n                \"essid\": \"DIRECT-MBUX 96411\"\n            },\n            {\n                \"essid\": \"DIRECT-MBUX 96649\"\n            },\n            {\n                \"essid\": \"DIRECT-MBUX 96661\"\n            },\n            {\n                \"essid\": \"DIRECT-MBUX 98618\"\n            },\n            {\n                \"essid\": \"DIRECT-MBUX 98758\"\n            },\n            {\n                \"essid\": \"DIRECT-md-Car_4b95\"\n            },\n            {\n                \"essid\": \"DIRECT-md-Car_baee\"\n            },\n            {\n                \"essid\": \"DIRECT-mDM2020 Series\"\n            },\n            {\n                \"essid\": \"DIRECT-md-myChevrolet\"\n            },\n            {\n                \"essid\": \"DIRECT-md-SteveVolt\"\n            },\n            {\n                \"essid\": \"DIRECT-Me-Car_94b8\"\n            },\n            {\n                \"essid\": \"DIRECT-ME-myChevrolet\"\n            },\n            {\n                \"essid\": \"DIRECT-MF-Car_71fd\"\n            },\n            {\n                \"essid\": \"DIRECT-Mf-Chey2019\"\n            },\n            {\n                \"essid\": \"DIRECT-MF-Truck WiFi\"\n            },\n            {\n                \"essid\": \"DIRECT-mg-Car_3589\"\n            },\n            {\n                \"essid\": \"DIRECT-mg-Car_4ced\"\n            },\n            {\n                \"essid\": \"DIRECT-Mg-myCadillac\"\n            },\n            {\n                \"essid\": \"DIRECT-MH-0004F312FCDB\"\n            },\n            {\n                \"essid\": \"DIRECT-mHM2\"\n            },\n            {\n                \"essid\": \"DIRECT-mHM2020 Series\"\n            },\n            {\n                \"essid\": \"DIRECT-MI-myChevrolet\"\n            },\n            {\n                \"essid\": \"DIRECT-MJ-Car_a86a\"\n            },\n            {\n                \"essid\": \"DIRECT-MJM337x 387x 407x Series\"\n            },\n            {\n                \"essid\": \"DIRECT-MjMFC-L6700DW_BR5111\"\n            },\n            {\n                \"essid\": \"DIRECT-Mj-myGMC\"\n            },\n            {\n                \"essid\": \"DIRECT-mk-Car_a14b\"\n            },\n            {\n                \"essid\": \"DIRECT-Mk-Car_f793\"\n            },\n            {\n                \"essid\": \"DIRECT-MK-myCadillac\"\n            },\n            {\n                \"essid\": \"DIRECT-ml-Car_e843\"\n            },\n            {\n                \"essid\": \"DIRECT-MMDESKTOP-JUCJUMMmsCA\"\n            },\n            {\n                \"essid\": \"DIRECT-mM-myBuick\"\n            },\n            {\n                \"essid\": \"DIRECT-Mm-myChevrolet\"\n            },\n            {\n                \"essid\": \"DIRECT-mM-wifi\"\n            },\n            {\n                \"essid\": \"DIRECT-mn-Car_8f54\"\n            },\n            {\n                \"essid\": \"DIRECT-mo-myBuick\"\n            },\n            {\n                \"essid\": \"DIRECT-Mo-myChevrolet\"\n            },\n            {\n                \"essid\": \"DIRECT-MO-myChevrolet\"\n            },\n            {\n                \"essid\": \"DIRECT-Mp-myCadillac\"\n            },\n            {\n                \"essid\": \"DIRECT-mq-Car_c2ee\"\n            },\n            {\n                \"essid\": \"DIRECT-MQ-Car_daa2\"\n            },\n            {\n                \"essid\": \"DIRECT-MQ-myCadillac\"\n            },\n            {\n                \"essid\": \"DIRECT-Mr-Car_a7b0\"\n            },\n            {\n                \"essid\": \"DIRECT-mr-Car_be1c\"\n            },\n            {\n                \"essid\": \"DIRECT-ms-Car_2b3d\"\n            },\n            {\n                \"essid\": \"DIRECT-ms-FireTV_9005\"\n            },\n            {\n                \"essid\": \"DIRECT-MS-VIZIOTV\"\n            },\n            {\n                \"essid\": \"DIRECT-mu-myCadillac\"\n            },\n            {\n                \"essid\": \"DIRECT-MV-Car_8c78\"\n            },\n            {\n                \"essid\": \"DIRECT-mv-Car_8e18\"\n            },\n            {\n                \"essid\": \"DIRECT-mV-Car_e5ad\"\n            },\n            {\n                \"essid\": \"DIRECT-mW-Car_79ff\"\n            },\n            {\n                \"essid\": \"DIRECT-mw-myChevrolet\"\n            },\n            {\n                \"essid\": \"DIRECT-mx-Car_4f7c\"\n            },\n            {\n                \"essid\": \"DIRECT-mx-myCadillac\"\n            },\n            {\n                \"essid\": \"DIRECT-mX-myChevrolet\"\n            },\n            {\n                \"essid\": \"DIRECT-myVAN Hotspot\"\n            },\n            {\n                \"essid\": \"DIRECT-mZ-2a04d0\"\n            },\n            {\n                \"essid\": \"DIRECT-n1-myCadillac\"\n            },\n            {\n                \"essid\": \"DIRECT-N1-myCadillac\"\n            },\n            {\n                \"essid\": \"DIRECT-n2-myChevrolet\"\n            },\n            {\n                \"essid\": \"DIRECT-N3-myChevrolet\"\n            },\n            {\n                \"essid\": \"DIRECT-n4-Car_6819\"\n            },\n            {\n                \"essid\": \"DIRECT-n4-Car_ec64\"\n            },\n            {\n                \"essid\": \"DIRECT-N6-Car_69ed\"\n            },\n            {\n                \"essid\": \"DIRECT-N6-myCadillac\"\n            },\n            {\n                \"essid\": \"DIRECT-N8-Car_49f8\"\n            },\n            {\n                \"essid\": \"DIRECT-N8-Car_ba17\"\n            },\n            {\n                \"essid\": \"DIRECT-NA-Car_b723\"\n            },\n            {\n                \"essid\": \"DIRECT-naM288x Series\"\n            },\n            {\n                \"essid\": \"DIRECT-Nb-93 Silk\"\n            },\n            {\n                \"essid\": \"DIRECT-nb-myGMC\"\n            },\n            {\n                \"essid\": \"DIRECT-NC-Car_8624\"\n            },\n            {\n                \"essid\": \"DIRECT-ND-1f0a90\"\n            },\n            {\n                \"essid\": \"DIRECT-nd-myCadillac\"\n            },\n            {\n                \"essid\": \"DIRECT-NE-myChevrolet\"\n            },\n            {\n                \"essid\": \"DIRECT-Nexar-0a0790\"\n            },\n            {\n                \"essid\": \"DIRECT-Nexar-141190\"\n            },\n            {\n                \"essid\": \"DIRECT-Nexar-180dd0\"\n            },\n            {\n                \"essid\": \"DIRECT-Nexar-1c0790\"\n            },\n            {\n                \"essid\": \"DIRECT-Nexar-1f0490\"\n            },\n            {\n                \"essid\": \"DIRECT-Nexar-300850\"\n            },\n            {\n                \"essid\": \"DIRECT-Nexar-3303d0\"\n            },\n            {\n                \"essid\": \"DIRECT-Nexar-390290\"\n            },\n            {\n                \"essid\": \"DIRECT-Nexar-3d0710\"\n            },\n            {\n                \"essid\": \"DIRECT-Nexar-460610\"\n            },\n            {\n                \"essid\": \"DIRECT-Nexar-461050\"\n            },\n            {\n                \"essid\": \"DIRECT-Nexar-4c0790\"\n            },\n            {\n                \"essid\": \"DIRECT-Nexar-4d0b90\"\n            },\n            {\n                \"essid\": \"DIRECT-Nexar(5G)-080b10\"\n            },\n            {\n                \"essid\": \"DIRECT-Nexar(5G)-090a50\"\n            },\n            {\n                \"essid\": \"DIRECT-Nexar(5G)-0a0790\"\n            },\n            {\n                \"essid\": \"DIRECT-Nexar(5G)-0a0850\"\n            },\n            {\n                \"essid\": \"DIRECT-Nexar(5G)-0a08d0\"\n            },\n            {\n                \"essid\": \"DIRECT-Nexar(5G)-0a0b90\"\n            },\n            {\n                \"essid\": \"DIRECT-Nexar(5G)-0a0e10\"\n            },\n            {\n                \"essid\": \"DIRECT-Nexar(5G)-0b07d0\"\n            },\n            {\n                \"essid\": \"DIRECT-Nexar(5G)-0c0790\"\n            },\n            {\n                \"essid\": \"DIRECT-Nexar(5G)-0c0990\"\n            },\n            {\n                \"essid\": \"DIRECT-Nexar(5G)-0c0a50\"\n            },\n            {\n                \"essid\": \"DIRECT-Nexar(5G)-0c0cd0\"\n            },\n            {\n                \"essid\": \"DIRECT-Nexar(5G)-0c0d90\"\n            },\n            {\n                \"essid\": \"DIRECT-Nexar(5G)-0c0e50\"\n            },\n            {\n                \"essid\": \"DIRECT-Nexar(5G)-0d08d0\"\n            },\n            {\n                \"essid\": \"DIRECT-Nexar(5G)-0d0d90\"\n            },\n            {\n                \"essid\": \"DIRECT-Nexar(5G)-0d0e10\"\n            },\n            {\n                \"essid\": \"DIRECT-Nexar(5G)-0e05d0\"\n            },\n            {\n                \"essid\": \"DIRECT-Nexar(5G)-0e0d90\"\n            },\n            {\n                \"essid\": \"DIRECT-Nexar(5G)-0f0510\"\n            },\n            {\n                \"essid\": \"DIRECT-Nexar(5G)-0f0690\"\n            },\n            {\n                \"essid\": \"DIRECT-Nexar(5G)-0f08d0\"\n            },\n            {\n                \"essid\": \"DIRECT-Nexar(5G)-0f0f90\"\n            },\n            {\n                \"essid\": \"DIRECT-Nexar(5G)-1009d0\"\n            },\n            {\n                \"essid\": \"DIRECT-Nexar(5G)-1104d0\"\n            },\n            {\n                \"essid\": \"DIRECT-Nexar(5G)-1106d0\"\n            },\n            {\n                \"essid\": \"DIRECT-Nexar(5G)-110990\"\n            },\n            {\n                \"essid\": \"DIRECT-Nexar(5G)-130bd0\"\n            },\n            {\n                \"essid\": \"DIRECT-Nexar(5G)-130c10\"\n            },\n            {\n                \"essid\": \"DIRECT-Nexar(5G)-130dd0\"\n            },\n            {\n                \"essid\": \"DIRECT-Nexar(5G)-131150\"\n            },\n            {\n                \"essid\": \"DIRECT-Nexar(5G)-140450\"\n            },\n            {\n                \"essid\": \"DIRECT-Nexar(5G)-1405d0\"\n            },\n            {\n                \"essid\": \"DIRECT-Nexar(5G)-1407d0\"\n            },\n            {\n                \"essid\": \"DIRECT-Nexar(5G)-140850\"\n            },\n            {\n                \"essid\": \"DIRECT-Nexar(5G)-140e90\"\n            },\n            {\n                \"essid\": \"DIRECT-Nexar(5G)-141110\"\n            },\n            {\n                \"essid\": \"DIRECT-Nexar(5G)-141150\"\n            },\n            {\n                \"essid\": \"DIRECT-Nexar(5G)-1411d0\"\n            },\n            {\n                \"essid\": \"DIRECT-Nexar(5G)-1503d0\"\n            },\n            {\n                \"essid\": \"DIRECT-Nexar(5G)-150410\"\n            },\n            {\n                \"essid\": \"DIRECT-Nexar(5G)-150b10\"\n            },\n            {\n                \"essid\": \"DIRECT-Nexar(5G)-1602d0\"\n            },\n            {\n                \"essid\": \"DIRECT-Nexar(5G)-1607d0\"\n            },\n            {\n                \"essid\": \"DIRECT-Nexar(5G)-160910\"\n            },\n            {\n                \"essid\": \"DIRECT-Nexar(5G)-170910\"\n            },\n            {\n                \"essid\": \"DIRECT-Nexar(5G)-170dd0\"\n            },\n            {\n                \"essid\": \"DIRECT-Nexar(5G)-171010\"\n            },\n            {\n                \"essid\": \"DIRECT-Nexar(5G)-1807d0\"\n            },\n            {\n                \"essid\": \"DIRECT-Nexar(5G)-1808d0\"\n            },\n            {\n                \"essid\": \"DIRECT-Nexar(5G)-180990\"\n            },\n            {\n                \"essid\": \"DIRECT-Nexar(5G)-190b50\"\n            },\n            {\n                \"essid\": \"DIRECT-Nexar(5G)-1a0550\"\n            },\n            {\n                \"essid\": \"DIRECT-Nexar(5G)-1a0b10\"\n            },\n            {\n                \"essid\": \"DIRECT-Nexar(5G)-1b05d0\"\n            },\n            {\n                \"essid\": \"DIRECT-Nexar(5G)-1b06d0\"\n            },\n            {\n                \"essid\": \"DIRECT-Nexar(5G)-1b0850\"\n            },\n            {\n                \"essid\": \"DIRECT-Nexar(5G)-1b088d\"\n            },\n            {\n                \"essid\": \"DIRECT-Nexar(5G)-1b11d0\"\n            },\n            {\n                \"essid\": \"DIRECT-Nexar(5G)-1c0310\"\n            },\n            {\n                \"essid\": \"DIRECT-Nexar(5G)-1c0490\"\n            },\n            {\n                \"essid\": \"DIRECT-Nexar(5G)-1c0710\"\n            },\n            {\n                \"essid\": \"DIRECT-Nexar(5G)-1d0310\"\n            },\n            {\n                \"essid\": \"DIRECT-Nexar(5G)-1d0590\"\n            },\n            {\n                \"essid\": \"DIRECT-Nexar(5G)-1e0390\"\n            },\n            {\n                \"essid\": \"DIRECT-Nexar(5G)-1e0450\"\n            },\n            {\n                \"essid\": \"DIRECT-Nexar(5G)-1e0510\"\n            },\n            {\n                \"essid\": \"DIRECT-Nexar(5G)-1e0650\"\n            },\n            {\n                \"essid\": \"DIRECT-Nexar(5G)-1e0f50\"\n            },\n            {\n                \"essid\": \"DIRECT-Nexar(5G)-1e0f90\"\n            },\n            {\n                \"essid\": \"DIRECT-Nexar(5G)-1f0490\"\n            },\n            {\n                \"essid\": \"DIRECT-Nexar(5G)-1f1350\"\n            },\n            {\n                \"essid\": \"DIRECT-Nexar(5G)-200750\"\n            },\n            {\n                \"essid\": \"DIRECT-Nexar(5G)-200f10\"\n            },\n            {\n                \"essid\": \"DIRECT-Nexar(5G)-201050\"\n            },\n            {\n                \"essid\": \"DIRECT-Nexar(5G)-211110\"\n            },\n            {\n                \"essid\": \"DIRECT-Nexar(5G)-2112d0\"\n            },\n            {\n                \"essid\": \"DIRECT-Nexar(5G)-220150\"\n            },\n            {\n                \"essid\": \"DIRECT-Nexar(5G)-220e50\"\n            },\n            {\n                \"essid\": \"DIRECT-Nexar(5G)-2309d0\"\n            },\n            {\n                \"essid\": \"DIRECT-Nexar(5G)-230c50\"\n            },\n            {\n                \"essid\": \"DIRECT-Nexar(5G)-2311cd\"\n            },\n            {\n                \"essid\": \"DIRECT-Nexar(5G)-231390\"\n            },\n            {\n                \"essid\": \"DIRECT-Nexar(5G)-240250\"\n            },\n            {\n                \"essid\": \"DIRECT-Nexar(5G)-251350\"\n            },\n            {\n                \"essid\": \"DIRECT-Nexar(5G)-260290\"\n            },\n            {\n                \"essid\": \"DIRECT-Nexar(5G)-260f50\"\n            },\n            {\n                \"essid\": \"DIRECT-Nexar(5G)-261150\"\n            },\n            {\n                \"essid\": \"DIRECT-Nexar(5G)-261250\"\n            },\n            {\n                \"essid\": \"DIRECT-Nexar(5G)-270210\"\n            },\n            {\n                \"essid\": \"DIRECT-Nexar(5G)-270a10\"\n            },\n            {\n                \"essid\": \"DIRECT-Nexar(5G)-270ad0\"\n            },\n            {\n                \"essid\": \"DIRECT-Nexar(5G)-270fd0\"\n            },\n            {\n                \"essid\": \"DIRECT-Nexar(5G)-2800d0\"\n            },\n            {\n                \"essid\": \"DIRECT-Nexar(5G)-280250\"\n            },\n            {\n                \"essid\": \"DIRECT-Nexar(5G)-280950\"\n            },\n            {\n                \"essid\": \"DIRECT-Nexar(5G)-280c50\"\n            },\n            {\n                \"essid\": \"DIRECT-Nexar(5G)-290090\"\n            },\n            {\n                \"essid\": \"DIRECT-Nexar(5G)-290710\"\n            },\n            {\n                \"essid\": \"DIRECT-Nexar(5G)-290810\"\n            },\n            {\n                \"essid\": \"DIRECT-Nexar(5G)-2a0290\"\n            },\n            {\n                \"essid\": \"DIRECT-Nexar(5G)-2a0bd0\"\n            },\n            {\n                \"essid\": \"DIRECT-Nexar(5G)-2a1350\"\n            },\n            {\n                \"essid\": \"DIRECT-Nexar(5G)-2b0810\"\n            },\n            {\n                \"essid\": \"DIRECT-Nexar(5G)-2b12d0\"\n            },\n            {\n                \"essid\": \"DIRECT-Nexar(5G)-2b13d0\"\n            },\n            {\n                \"essid\": \"DIRECT-Nexar(5G)-2c0bcd\"\n            },\n            {\n                \"essid\": \"DIRECT-Nexar(5G)-2c0ed0\"\n            },\n            {\n                \"essid\": \"DIRECT-Nexar(5G)-2c1210\"\n            },\n            {\n                \"essid\": \"DIRECT-Nexar(5G)-2c1350\"\n            },\n            {\n                \"essid\": \"DIRECT-Nexar(5G)-2e0210\"\n            },\n            {\n                \"essid\": \"DIRECT-Nexar(5G)-2e0ed0\"\n            },\n            {\n                \"essid\": \"DIRECT-Nexar(5G)-2f05d0\"\n            },\n            {\n                \"essid\": \"DIRECT-Nexar(5G)-2f13d0\"\n            },\n            {\n                \"essid\": \"DIRECT-Nexar(5G)-300510\"\n            },\n            {\n                \"essid\": \"DIRECT-Nexar(5G)-301150\"\n            },\n            {\n                \"essid\": \"DIRECT-Nexar(5G)-310650\"\n            },\n            {\n                \"essid\": \"DIRECT-Nexar(5G)-310950\"\n            },\n            {\n                \"essid\": \"DIRECT-Nexar(5G)-311050\"\n            },\n            {\n                \"essid\": \"DIRECT-Nexar(5G)-320410\"\n            },\n            {\n                \"essid\": \"DIRECT-Nexar(5G)-320810\"\n            },\n            {\n                \"essid\": \"DIRECT-Nexar(5G)-3209d0\"\n            },\n            {\n                \"essid\": \"DIRECT-Nexar(5G)-320b50\"\n            },\n            {\n                \"essid\": \"DIRECT-Nexar(5G)-321390\"\n            },\n            {\n                \"essid\": \"DIRECT-Nexar(5G)-3306d0\"\n            },\n            {\n                \"essid\": \"DIRECT-Nexar(5G)-3308d0\"\n            },\n            {\n                \"essid\": \"DIRECT-Nexar(5G)-3309d0\"\n            },\n            {\n                \"essid\": \"DIRECT-Nexar(5G)-331050\"\n            },\n            {\n                \"essid\": \"DIRECT-Nexar(5G)-340550\"\n            },\n            {\n                \"essid\": \"DIRECT-Nexar(5G)-340710\"\n            },\n            {\n                \"essid\": \"DIRECT-Nexar(5G)-340810\"\n            },\n            {\n                \"essid\": \"DIRECT-Nexar(5G)-340bd0\"\n            },\n            {\n                \"essid\": \"DIRECT-Nexar(5G)-341090\"\n            },\n            {\n                \"essid\": \"DIRECT-Nexar(5G)-341110\"\n            },\n            {\n                \"essid\": \"DIRECT-Nexar(5G)-3509d0\"\n            },\n            {\n                \"essid\": \"DIRECT-Nexar(5G)-350a90\"\n            },\n            {\n                \"essid\": \"DIRECT-Nexar(5G)-350ad0\"\n            },\n            {\n                \"essid\": \"DIRECT-Nexar(5G)-350e90\"\n            },\n            {\n                \"essid\": \"DIRECT-Nexar(5G)-351250\"\n            },\n            {\n                \"essid\": \"DIRECT-Nexar(5G)-360210\"\n            },\n            {\n                \"essid\": \"DIRECT-Nexar(5G)-360410\"\n            },\n            {\n                \"essid\": \"DIRECT-Nexar(5G)-360790\"\n            },\n            {\n                \"essid\": \"DIRECT-Nexar(5G)-360cd0\"\n            },\n            {\n                \"essid\": \"DIRECT-Nexar(5G)-360e90\"\n            },\n            {\n                \"essid\": \"DIRECT-Nexar(5G)-361050\"\n            },\n            {\n                \"essid\": \"DIRECT-Nexar(5G)-371090\"\n            },\n            {\n                \"essid\": \"DIRECT-Nexar(5G)-3801d0\"\n            },\n            {\n                \"essid\": \"DIRECT-Nexar(5G)-380550\"\n            },\n            {\n                \"essid\": \"DIRECT-Nexar(5G)-3809d0\"\n            },\n            {\n                \"essid\": \"DIRECT-Nexar(5G)-380b50\"\n            },\n            {\n                \"essid\": \"DIRECT-Nexar(5G)-380d90\"\n            },\n            {\n                \"essid\": \"DIRECT-Nexar(5G)-381290\"\n            },\n            {\n                \"essid\": \"DIRECT-Nexar(5G)-3a01d0\"\n            },\n            {\n                \"essid\": \"DIRECT-Nexar(5G)-3a0750\"\n            },\n            {\n                \"essid\": \"DIRECT-Nexar(5G)-3a0bd0\"\n            },\n            {\n                \"essid\": \"DIRECT-Nexar(5G)-3a0e50\"\n            },\n            {\n                \"essid\": \"DIRECT-Nexar(5G)-3a1110\"\n            },\n            {\n                \"essid\": \"DIRECT-Nexar(5G)-3a1290\"\n            },\n            {\n                \"essid\": \"DIRECT-Nexar(5G)-3b06d0\"\n            },\n            {\n                \"essid\": \"DIRECT-Nexar(5G)-3b0850\"\n            },\n            {\n                \"essid\": \"DIRECT-Nexar(5G)-3b0910\"\n            },\n            {\n                \"essid\": \"DIRECT-Nexar(5G)-3b0950\"\n            },\n            {\n                \"essid\": \"DIRECT-Nexar(5G)-3b0ad0\"\n            },\n            {\n                \"essid\": \"DIRECT-Nexar(5G)-3b0b50\"\n            },\n            {\n                \"essid\": \"DIRECT-Nexar(5G)-3b0e50\"\n            },\n            {\n                \"essid\": \"DIRECT-Nexar(5G)-3b0f90\"\n            },\n            {\n                \"essid\": \"DIRECT-Nexar(5G)-3b0fd0\"\n            },\n            {\n                \"essid\": \"DIRECT-Nexar(5G)-3b1110\"\n            },\n            {\n                \"essid\": \"DIRECT-Nexar(5G)-3c030d\"\n            },\n            {\n                \"essid\": \"DIRECT-Nexar(5G)-3c0790\"\n            },\n            {\n                \"essid\": \"DIRECT-Nexar(5G)-3c1190\"\n            },\n            {\n                \"essid\": \"DIRECT-Nexar(5G)-3d01d0\"\n            },\n            {\n                \"essid\": \"DIRECT-Nexar(5G)-3d03d0\"\n            },\n            {\n                \"essid\": \"DIRECT-Nexar(5G)-3d0a90\"\n            },\n            {\n                \"essid\": \"DIRECT-Nexar(5G)-3d0c10\"\n            },\n            {\n                \"essid\": \"DIRECT-Nexar(5G)-3d0e90\"\n            },\n            {\n                \"essid\": \"DIRECT-Nexar(5G)-3e034f\"\n            },\n            {\n                \"essid\": \"DIRECT-Nexar(5G)-3e0450\"\n            },\n            {\n                \"essid\": \"DIRECT-Nexar(5G)-3e04d0\"\n            },\n            {\n                \"essid\": \"DIRECT-Nexar(5G)-3e08d0\"\n            },\n            {\n                \"essid\": \"DIRECT-Nexar(5G)-3e0ad0\"\n            },\n            {\n                \"essid\": \"DIRECT-Nexar(5G)-3e0c90\"\n            },\n            {\n                \"essid\": \"DIRECT-Nexar(5G)-3e11d0\"\n            },\n            {\n                \"essid\": \"DIRECT-Nexar(5G)-3f0590\"\n            },\n            {\n                \"essid\": \"DIRECT-Nexar(5G)-3f0dd0\"\n            },\n            {\n                \"essid\": \"DIRECT-Nexar(5G)-400a50\"\n            },\n            {\n                \"essid\": \"DIRECT-Nexar(5G)-400b4d\"\n            },\n            {\n                \"essid\": \"DIRECT-Nexar(5G)-400e50\"\n            },\n            {\n                \"essid\": \"DIRECT-Nexar(5G)-410410\"\n            },\n            {\n                \"essid\": \"DIRECT-Nexar(5G)-410a90\"\n            },\n            {\n                \"essid\": \"DIRECT-Nexar(5G)-410e90\"\n            },\n            {\n                \"essid\": \"DIRECT-Nexar(5G)-430dd0\"\n            },\n            {\n                \"essid\": \"DIRECT-Nexar(5G)-430f10\"\n            },\n            {\n                \"essid\": \"DIRECT-Nexar(5G)-440950\"\n            },\n            {\n                \"essid\": \"DIRECT-Nexar(5G)-441090\"\n            },\n            {\n                \"essid\": \"DIRECT-Nexar(5G)-4503d0\"\n            },\n            {\n                \"essid\": \"DIRECT-Nexar(5G)-450510\"\n            },\n            {\n                \"essid\": \"DIRECT-Nexar(5G)-450810\"\n            },\n            {\n                \"essid\": \"DIRECT-Nexar(5G)-450c50\"\n            },\n            {\n                \"essid\": \"DIRECT-Nexar(5G)-450ed0\"\n            },\n            {\n                \"essid\": \"DIRECT-Nexar(5G)-460510\"\n            },\n            {\n                \"essid\": \"DIRECT-Nexar(5G)-460610\"\n            },\n            {\n                \"essid\": \"DIRECT-Nexar(5G)-460750\"\n            },\n            {\n                \"essid\": \"DIRECT-Nexar(5G)-460bd0\"\n            },\n            {\n                \"essid\": \"DIRECT-Nexar(5G)-470650\"\n            },\n            {\n                \"essid\": \"DIRECT-Nexar(5G)-470990\"\n            },\n            {\n                \"essid\": \"DIRECT-Nexar(5G)-4709d0\"\n            },\n            {\n                \"essid\": \"DIRECT-Nexar(5G)-470e10\"\n            },\n            {\n                \"essid\": \"DIRECT-Nexar(5G)-480510\"\n            },\n            {\n                \"essid\": \"DIRECT-Nexar(5G)-480990\"\n            },\n            {\n                \"essid\": \"DIRECT-Nexar(5G)-480b50\"\n            },\n            {\n                \"essid\": \"DIRECT-Nexar(5G)-490e90\"\n            },\n            {\n                \"essid\": \"DIRECT-Nexar(5G)-4a0710\"\n            },\n            {\n                \"essid\": \"DIRECT-Nexar(5G)-4a0850\"\n            },\n            {\n                \"essid\": \"DIRECT-Nexar(5G)-4b0690\"\n            },\n            {\n                \"essid\": \"DIRECT-Nexar(5G)-4b07d0\"\n            },\n            {\n                \"essid\": \"DIRECT-Nexar(5G)-4b0a50\"\n            },\n            {\n                \"essid\": \"DIRECT-Nexar(5G)-4b0a90\"\n            },\n            {\n                \"essid\": \"DIRECT-Nexar(5G)-4c0790\"\n            },\n            {\n                \"essid\": \"DIRECT-Nexar(5G)-4c0c50\"\n            },\n            {\n                \"essid\": \"DIRECT-Nexar(5G)-4d0910\"\n            },\n            {\n                \"essid\": \"DIRECT-Nexar(5G)-4d0b90\"\n            },\n            {\n                \"essid\": \"DIRECT-NEXC1-5G-080c50\"\n            },\n            {\n                \"essid\": \"DIRECT-NEXC1-5G-14114f\"\n            },\n            {\n                \"essid\": \"DIRECT-NEXC1-5G-1a0b0f\"\n            },\n            {\n                \"essid\": \"DIRECT-NEXC1-5G-210a0f\"\n            },\n            {\n                \"essid\": \"DIRECT-NEXC1-5G-210f8f\"\n            },\n            {\n                \"essid\": \"DIRECT-NEXC1-5G-22084f\"\n            },\n            {\n                \"essid\": \"DIRECT-NEXC1-5G-220acf\"\n            },\n            {\n                \"essid\": \"DIRECT-NEXC1-5G-24080f\"\n            },\n            {\n                \"essid\": \"DIRECT-NEXC1-5G-240890\"\n            },\n            {\n                \"essid\": \"DIRECT-NEXC1-5G-2c080f\"\n            },\n            {\n                \"essid\": \"DIRECT-NEXC1-5G-31038f\"\n            },\n            {\n                \"essid\": \"DIRECT-NEXC1-5G-350ed0\"\n            },\n            {\n                \"essid\": \"DIRECT-NEXC1-5G-36120f\"\n            },\n            {\n                \"essid\": \"DIRECT-NEXC1-5G-3a020f\"\n            },\n            {\n                \"essid\": \"DIRECT-NEXC1-5G-3e0490\"\n            },\n            {\n                \"essid\": \"DIRECT-NEXC1-5G-3e104f\"\n            },\n            {\n                \"essid\": \"DIRECT-NEXC1-5G-460750\"\n            },\n            {\n                \"essid\": \"DIRECT-NEXC1-5G-4e0b0f\"\n            },\n            {\n                \"essid\": \"DIRECT-NEXS1-05681c\"\n            },\n            {\n                \"essid\": \"DIRECT-NEXS1-30f7e0\"\n            },\n            {\n                \"essid\": \"DIRECT-NEXS1-e1387a\"\n            },\n            {\n                \"essid\": \"DIRECT-NEXS1-f98256\"\n            },\n            {\n                \"essid\": \"DIRECT-Nf-260e90\"\n            },\n            {\n                \"essid\": \"DIRECT-nf-Car_2384\"\n            },\n            {\n                \"essid\": \"DIRECT-nF-Car_94ac\"\n            },\n            {\n                \"essid\": \"DIRECT-NFDESKTOP-FDBQKDECTRE\"\n            },\n            {\n                \"essid\": \"DIRECT-nF-myGMC\"\n            },\n            {\n                \"essid\": \"DIRECT-Ng-Car_1047\"\n            },\n            {\n                \"essid\": \"DIRECT-Ng-Car_158d\"\n            },\n            {\n                \"essid\": \"DIRECT-Ng-myGMC\"\n            },\n            {\n                \"essid\": \"DIRECT-Nh-BRAVIA\"\n            },\n            {\n                \"essid\": \"DIRECT-ni-Car_9bf1\"\n            },\n            {\n                \"essid\": \"DIRECT-NJ-Car_2370\"\n            },\n            {\n                \"essid\": \"DIRECT-NL-Car_f81c\"\n            },\n            {\n                \"essid\": \"DIRECT-nn-Car_48f0\"\n            },\n            {\n                \"essid\": \"DIRECT-nN-myChevrolet\"\n            },\n            {\n                \"essid\": \"DIRECT-nN-myGMC\"\n            },\n            {\n                \"essid\": \"DIRECT-NnWorkCentre 3345\"\n            },\n            {\n                \"essid\": \"DIRECT-No-byronbrown\"\n            },\n            {\n                \"essid\": \"DIRECT-no-myChevrolet\"\n            },\n            {\n                \"essid\": \"DIRECT-nP-Car_6001\"\n            },\n            {\n                \"essid\": \"DIRECT-np-myChevrolet\"\n            },\n            {\n                \"essid\": \"DIRECT-nQ-Car_6a8c\"\n            },\n            {\n                \"essid\": \"DIRECT-nQ-myGMC\"\n            },\n            {\n                \"essid\": \"DIRECT-Nr-Car_3b1e\"\n            },\n            {\n                \"essid\": \"DIRECT-Nr-myCadillac\"\n            },\n            {\n                \"essid\": \"DIRECT-nS-Bopmobile\"\n            },\n            {\n                \"essid\": \"DIRECT-Ns-BRAVIA\"\n            },\n            {\n                \"essid\": \"DIRECT-NS-Car_b832\"\n            },\n            {\n                \"essid\": \"DIRECT-ns-myChevrolet\"\n            },\n            {\n                \"essid\": \"DIRECT-nT-Car_3fd9\"\n            },\n            {\n                \"essid\": \"DIRECT-nT-Car_a318\"\n            },\n            {\n                \"essid\": \"DIRECT-Nu-Car_375a\"\n            },\n            {\n                \"essid\": \"DIRECT-Nu-Car_5056\"\n            },\n            {\n                \"essid\": \"DIRECT-nU-myChevrolet\"\n            },\n            {\n                \"essid\": \"DIRECT-Nv-Car_bc34\"\n            },\n            {\n                \"essid\": \"DIRECT-nv-myCadillac\"\n            },\n            {\n                \"essid\": \"DIRECT-nW-Car_68e4\"\n            },\n            {\n                \"essid\": \"DIRECT-Nw-myCadillac\"\n            },\n            {\n                \"essid\": \"DIRECT-Nx-Car_65d2\"\n            },\n            {\n                \"essid\": \"DIRECT-NX-mcnzco\"\n            },\n            {\n                \"essid\": \"DIRECT-nY-Car_4d94\"\n            },\n            {\n                \"essid\": \"DIRECT-Ny-Car_59a4\"\n            },\n            {\n                \"essid\": \"DIRECT-Ny-csanok\"\n            },\n            {\n                \"essid\": \"DIRECT-nZ-Car_6a26\"\n            },\n            {\n                \"essid\": \"DIRECT-O0-myChevrolet\"\n            },\n            {\n                \"essid\": \"DIRECT-O1-0004F312AC28\"\n            },\n            {\n                \"essid\": \"DIRECT-o2-Car_2660\"\n            },\n            {\n                \"essid\": \"DIRECT-o5-Car_1dfb\"\n            },\n            {\n                \"essid\": \"DIRECT-o7-sergeydz\"\n            },\n            {\n                \"essid\": \"DIRECT-o8-Maxs Ride\"\n            },\n            {\n                \"essid\": \"DIRECT-O8-myChevrolet\"\n            },\n            {\n                \"essid\": \"DIRECT-o9-Car_9509\"\n            },\n            {\n                \"essid\": \"DIRECT-O9-Car_c5ea\"\n            },\n            {\n                \"essid\": \"DIRECT-o9-myChevrolet\"\n            },\n            {\n                \"essid\": \"DIRECT-Oa-myGMC\"\n            },\n            {\n                \"essid\": \"DIRECT-OA-myGMC\"\n            },\n            {\n                \"essid\": \"DIRECT-OB-myCadillac\"\n            },\n            {\n                \"essid\": \"DIRECT-oc-Allens wifi\"\n            },\n            {\n                \"essid\": \"DIRECT-oc-Car_63a3\"\n            },\n            {\n                \"essid\": \"DIRECT-OC-myCadillac\"\n            },\n            {\n                \"essid\": \"DIRECT-Od-Car_b98e\"\n            },\n            {\n                \"essid\": \"DIRECT-oD-myGMC\"\n            },\n            {\n                \"essid\": \"DIRECT-OF-Car_7678\"\n            },\n            {\n                \"essid\": \"DIRECT-OF-myCadillac\"\n            },\n            {\n                \"essid\": \"DIRECT-Og-Car_3072\"\n            },\n            {\n                \"essid\": \"DIRECT-OG-Car_649e\"\n            },\n            {\n                \"essid\": \"DIRECT-OG-Car_8a7a\"\n            },\n            {\n                \"essid\": \"DIRECT-oh-Car_c3d9\"\n            },\n            {\n                \"essid\": \"DIRECT-OH-myChevrolet\"\n            },\n            {\n                \"essid\": \"DIRECT-oH-myGMC\"\n            },\n            {\n                \"essid\": \"DIRECT-OIGNELTSG9430G0PmsNP\"\n            },\n            {\n                \"essid\": \"DIRECT-oI-myBuicl\"\n            },\n            {\n                \"essid\": \"DIRECT-Oj-myGMC\"\n            },\n            {\n                \"essid\": \"DIRECT-Ok-0004F3178155\"\n            },\n            {\n                \"essid\": \"DIRECT-ok-Car_4eb9\"\n            },\n            {\n                \"essid\": \"DIRECT-Ok-Car_f147\"\n            },\n            {\n                \"essid\": \"DIRECT-oM-Car_c1b1\"\n            },\n            {\n                \"essid\": \"DIRECT-om-Car_c9b0\"\n            },\n            {\n                \"essid\": \"DIRECT-OM-Car_d450\"\n            },\n            {\n                \"essid\": \"DIRECT-ON-Car_33e7\"\n            },\n            {\n                \"essid\": \"DIRECT-on-Car_af97\"\n            },\n            {\n                \"essid\": \"DIRECT-ON-FireTV_bfcb\"\n            },\n            {\n                \"essid\": \"DIRECT-ON-myBuick\"\n            },\n            {\n                \"essid\": \"DIRECT-oN-myCadillac\"\n            },\n            {\n                \"essid\": \"DIRECT-on-myChevrolet\"\n            },\n            {\n                \"essid\": \"DIRECT-Oo-Car_6316\"\n            },\n            {\n                \"essid\": \"DIRECT-oo-Car_f98b\"\n            },\n            {\n                \"essid\": \"DIRECT-OO-JBoogie\"\n            },\n            {\n                \"essid\": \"DIRECT-Oo-myCadillac\"\n            },\n            {\n                \"essid\": \"DIRECT-oo-myChevrolet\"\n            },\n            {\n                \"essid\": \"DIRECT-op-Car_4a42\"\n            },\n            {\n                \"essid\": \"DIRECT-op-Car_5a3b\"\n            },\n            {\n                \"essid\": \"DIRECT-oP-myChevrolet\"\n            },\n            {\n                \"essid\": \"DIRECT-oq-Car_c61b\"\n            },\n            {\n                \"essid\": \"DIRECT-oQ-myCadillac\"\n            },\n            {\n                \"essid\": \"DIRECT-Oq-voltwifi\"\n            },\n            {\n                \"essid\": \"DIRECT-or-BRAVIA\"\n            },\n            {\n                \"essid\": \"DIRECT-or-Car_6763\"\n            },\n            {\n                \"essid\": \"DIRECT-Os-cadillac\"\n            },\n            {\n                \"essid\": \"DIRECT-Os-Car_8af8\"\n            },\n            {\n                \"essid\": \"DIRECT-OSLAPTOP-O8647K6ImsII\"\n            },\n            {\n                \"essid\": \"DIRECT-OS-myGMC\"\n            },\n            {\n                \"essid\": \"DIRECT-oS-Votl Jolt\"\n            },\n            {\n                \"essid\": \"DIRECT-oT-Car_a16d\"\n            },\n            {\n                \"essid\": \"DIRECT-Ot-Car_dcca\"\n            },\n            {\n                \"essid\": \"DIRECT-oUC48x Series\"\n            },\n            {\n                \"essid\": \"DIRECT-ou-myChevrolet\"\n            },\n            {\n                \"essid\": \"DIRECT-ou-myGMC\"\n            },\n            {\n                \"essid\": \"DIRECT-ox-myChevrolet\"\n            },\n            {\n                \"essid\": \"DIRECT-OYVALIANTXTXQ\"\n            },\n            {\n                \"essid\": \"DIRECT-oZ-Car_4ed6\"\n            },\n            {\n                \"essid\": \"DIRECT-P1-0004F3175C54\"\n            },\n            {\n                \"essid\": \"DIRECT-P1-KD-55X750F\"\n            },\n            {\n                \"essid\": \"DIRECT-P2-Car_c602\"\n            },\n            {\n                \"essid\": \"DIRECT-P2-myCadillac\"\n            },\n            {\n                \"essid\": \"DIRECT-p4-Car_642f\"\n            },\n            {\n                \"essid\": \"DIRECT-p4-myGMC\"\n            },\n            {\n                \"essid\": \"DIRECT-p5-myChevrolet\"\n            },\n            {\n                \"essid\": \"DIRECT-P6-myCadillac\"\n            },\n            {\n                \"essid\": \"DIRECT-P6-myGMVehicle\"\n            },\n            {\n                \"essid\": \"DIRECT-Pa-myCadillac\"\n            },\n            {\n                \"essid\": \"DIRECT-pa-myChevrolet\"\n            },\n            {\n                \"essid\": \"DIRECT-Pa-myChevrolet\"\n            },\n            {\n                \"essid\": \"DIRECT-PA-myChevrolet\"\n            },\n            {\n                \"essid\": \"DIRECT-PB-Car_5c65\"\n            },\n            {\n                \"essid\": \"DIRECT-PCBRPC873msT6\"\n            },\n            {\n                \"essid\": \"DIRECT-PC-myCadillac\"\n            },\n            {\n                \"essid\": \"DIRECT-pd-Car_329b\"\n            },\n            {\n                \"essid\": \"DIRECT-PF-Car_c59e\"\n            },\n            {\n                \"essid\": \"DIRECT-PF-Crazy Ed\"\n            },\n            {\n                \"essid\": \"DIRECT-ph-0004F318D55C\"\n            },\n            {\n                \"essid\": \"DIRECT-Ph-Car_769b\"\n            },\n            {\n                \"essid\": \"DIRECT-Ph-Car_c343\"\n            },\n            {\n                \"essid\": \"DIRECT-ph-Car_e03a\"\n            },\n            {\n                \"essid\": \"DIRECT-pH-Car_ea4a\"\n            },\n            {\n                \"essid\": \"DIRECT-PI-3c04d0\"\n            },\n            {\n                \"essid\": \"DIRECT-pJ-Car_8cf8\"\n            },\n            {\n                \"essid\": \"DIRECT-PjHJHOJHIF\"\n            },\n            {\n                \"essid\": \"DIRECT-PL-250150\"\n            },\n            {\n                \"essid\": \"DIRECT-PL-Car_1853\"\n            },\n            {\n                \"essid\": \"DIRECT-pl-Car_5bc0\"\n            },\n            {\n                \"essid\": \"DIRECT-pm-Car_63b5\"\n            },\n            {\n                \"essid\": \"DIRECT-Pm-myCadillac\"\n            },\n            {\n                \"essid\": \"DIRECT-PM-rothteam1\"\n            },\n            {\n                \"essid\": \"DIRECT-pN-Car_3814\"\n            },\n            {\n                \"essid\": \"DIRECT-pp-myChevrolet\"\n            },\n            {\n                \"essid\": \"DIRECT-pq-170b4f\"\n            },\n            {\n                \"essid\": \"DIRECT-PQ-Car_9db8\"\n            },\n            {\n                \"essid\": \"DIRECT-PQ-Car_a8b3\"\n            },\n            {\n                \"essid\": \"DIRECT-PQ-Car_f6e0\"\n            },\n            {\n                \"essid\": \"DIRECT-PQ-myChevrolet\"\n            },\n            {\n                \"essid\": \"DIRECT-pr-Car_c205\"\n            },\n            {\n                \"essid\": \"DIRECT-Ps-nmvolt\"\n            },\n            {\n                \"essid\": \"DIRECT-pT-Amelia\"\n            },\n            {\n                \"essid\": \"DIRECT-pt-Car_2176\"\n            },\n            {\n                \"essid\": \"DIRECT-pu-Car_1510\"\n            },\n            {\n                \"essid\": \"DIRECT-Pu-goddess\"\n            },\n            {\n                \"essid\": \"DIRECT-pV-BRAVIA\"\n            },\n            {\n                \"essid\": \"DIRECT-Pv-Car_e37e\"\n            },\n            {\n                \"essid\": \"DIRECT-Pv-Car_f347\"\n            },\n            {\n                \"essid\": \"DIRECT-pV-miwok77\"\n            },\n            {\n                \"essid\": \"DIRECT-Pw-Car_4afb\"\n            },\n            {\n                \"essid\": \"DIRECT-Pw-Car_9ea7\"\n            },\n            {\n                \"essid\": \"DIRECT-pw-myGMC\"\n            },\n            {\n                \"essid\": \"DIRECT-Px-Car_7619\"\n            },\n            {\n                \"essid\": \"DIRECT-pxM262x 282x Series\"\n            },\n            {\n                \"essid\": \"DIRECT-py-Car_e602\"\n            },\n            {\n                \"essid\": \"DIRECT-PY-myChevrolet\"\n            },\n            {\n                \"essid\": \"DIRECT-PZ-myChevrolet\"\n            },\n            {\n                \"essid\": \"DIRECT-q0-Car_a456\"\n            },\n            {\n                \"essid\": \"DIRECT-q5-Car_9394\"\n            },\n            {\n                \"essid\": \"DIRECT-q5-Car_bcc3\"\n            },\n            {\n                \"essid\": \"DIRECT-Q5-MORSE WIFI\"\n            },\n            {\n                \"essid\": \"DIRECT-Q6-myGMC\"\n            },\n            {\n                \"essid\": \"DIRECT-Q7-BRAVIA\"\n            },\n            {\n                \"essid\": \"DIRECT-Q7-Car_67dd\"\n            },\n            {\n                \"essid\": \"DIRECT-Q9-Car_604d\"\n            },\n            {\n                \"essid\": \"DIRECT-q9-Car_8b45\"\n            },\n            {\n                \"essid\": \"DIRECT-Qa-snowlb\"\n            },\n            {\n                \"essid\": \"DIRECT-Qc-Car_b336\"\n            },\n            {\n                \"essid\": \"DIRECT-QC-Jayden\"\n            },\n            {\n                \"essid\": \"DIRECT-qc-myCadillac\"\n            },\n            {\n                \"essid\": \"DIRECT-qC-myCadillac\"\n            },\n            {\n                \"essid\": \"DIRECT-QD-Car_7798\"\n            },\n            {\n                \"essid\": \"DIRECT-qd-Car_8f8a\"\n            },\n            {\n                \"essid\": \"DIRECT-qe-edharris\"\n            },\n            {\n                \"essid\": \"DIRECT-qf-Car_6853\"\n            },\n            {\n                \"essid\": \"DIRECT-qF-Car_81c5\"\n            },\n            {\n                \"essid\": \"DIRECT-qF-Car_86d8\"\n            },\n            {\n                \"essid\": \"DIRECT-qF-Car_fae0\"\n            },\n            {\n                \"essid\": \"DIRECT-QF-SM-G973U\"\n            },\n            {\n                \"essid\": \"DIRECT-QG-AJSWIFI\"\n            },\n            {\n                \"essid\": \"DIRECT-qG-myChevrolet\"\n            },\n            {\n                \"essid\": \"DIRECT-QH-myGMC\"\n            },\n            {\n                \"essid\": \"DIRECT-qJ-myCadillac\"\n            },\n            {\n                \"essid\": \"DIRECT-Qj-myChevrolet\"\n            },\n            {\n                \"essid\": \"DIRECT-Qk-Car_e2c0\"\n            },\n            {\n                \"essid\": \"DIRECT-QK-Lenny Dog\"\n            },\n            {\n                \"essid\": \"DIRECT-QK-my wifi\"\n            },\n            {\n                \"essid\": \"DIRECT-ql-4303d0\"\n            },\n            {\n                \"essid\": \"DIRECT-ql-myGMC\"\n            },\n            {\n                \"essid\": \"DIRECT-Qm-myCadillac\"\n            },\n            {\n                \"essid\": \"DIRECT-qN-0004F316FA66\"\n            },\n            {\n                \"essid\": \"DIRECT-qn-Car_5b80\"\n            },\n            {\n                \"essid\": \"DIRECT-Qo-Car_6930\"\n            },\n            {\n                \"essid\": \"DIRECT-qo-Car_78c7\"\n            },\n            {\n                \"essid\": \"DIRECT-Qp-BRAVIA\"\n            },\n            {\n                \"essid\": \"DIRECT-QP-Car_a26b\"\n            },\n            {\n                \"essid\": \"DIRECT-QP-Car_b3cd\"\n            },\n            {\n                \"essid\": \"DIRECT-Qr-Car_18d8\"\n            },\n            {\n                \"essid\": \"DIRECT-Qs-3e0a10\"\n            },\n            {\n                \"essid\": \"DIRECT-QsDESKTOP-GGMENEPQBGF\"\n            },\n            {\n                \"essid\": \"DIRECT-qs-myCadillac\"\n            },\n            {\n                \"essid\": \"DIRECT-Qt-Car_654e\"\n            },\n            {\n                \"essid\": \"DIRECT-QT-myGMC\"\n            },\n            {\n                \"essid\": \"DIRECT-QUC1810 Series\"\n            },\n            {\n                \"essid\": \"DIRECT-qU-Car_39aa\"\n            },\n            {\n                \"essid\": \"DIRECT-qU-Car_61e6\"\n            },\n            {\n                \"essid\": \"DIRECT-qv-SM-N975U\"\n            },\n            {\n                \"essid\": \"DIRECT-qX-Car_2f59\"\n            },\n            {\n                \"essid\": \"DIRECT-Qx-Car_3a54\"\n            },\n            {\n                \"essid\": \"DIRECT-qX-Car_6297\"\n            },\n            {\n                \"essid\": \"DIRECT-qx-myGMC\"\n            },\n            {\n                \"essid\": \"DIRECT-qy-Car_5a21\"\n            },\n            {\n                \"essid\": \"DIRECT-Qz-Car_9d88\"\n            },\n            {\n                \"essid\": \"DIRECT-Qz-myGMC\"\n            },\n            {\n                \"essid\": \"DIRECT-r0-myCadillac\"\n            },\n            {\n                \"essid\": \"DIRECT-r0-SM-G973U\"\n            },\n            {\n                \"essid\": \"DIRECT-r1-myChevrolet\"\n            },\n            {\n                \"essid\": \"DIRECT-r2-Car_483c\"\n            },\n            {\n                \"essid\": \"DIRECT-r3-0004F3174B4A\"\n            },\n            {\n                \"essid\": \"DIRECT-R3-BRAVIA\"\n            },\n            {\n                \"essid\": \"DIRECT-R3GRIMIOR_OF_MASTmsRQ\"\n            },\n            {\n                \"essid\": \"DIRECT-R3MFC-L2740DW\"\n            },\n            {\n                \"essid\": \"DIRECT-R4-Car_7d89\"\n            },\n            {\n                \"essid\": \"DIRECT-r4-myGMC\"\n            },\n            {\n                \"essid\": \"DIRECT-r5-Car_bdb9\"\n            },\n            {\n                \"essid\": \"DIRECT-R5-myCadillac\"\n            },\n            {\n                \"essid\": \"DIRECT-r6-Car_40c7\"\n            },\n            {\n                \"essid\": \"DIRECT-R9-Car_15f2\"\n            },\n            {\n                \"essid\": \"DIRECT-Ra-Car_b809\"\n            },\n            {\n                \"essid\": \"DIRECT-Ra-myCadillac\"\n            },\n            {\n                \"essid\": \"DIRECT-ra-myGMC\"\n            },\n            {\n                \"essid\": \"DIRECT-RB-Car_70d4\"\n            },\n            {\n                \"essid\": \"DIRECT-Rc-Car_201f\"\n            },\n            {\n                \"essid\": \"DIRECT-RC-FireTV_6665\"\n            },\n            {\n                \"essid\": \"DIRECT-RC-myCadillac\"\n            },\n            {\n                \"essid\": \"DIRECT-rc-myGMC\"\n            },\n            {\n                \"essid\": \"DIRECT-RE-Car_af9c\"\n            },\n            {\n                \"essid\": \"DIRECT-rE-Car_b971\"\n            },\n            {\n                \"essid\": \"DIRECT-rE-Car_db1e\"\n            },\n            {\n                \"essid\": \"DIRECT-re-Car_e1bc\"\n            },\n            {\n                \"essid\": \"DIRECT-re-myCadillac\"\n            },\n            {\n                \"essid\": \"DIRECT-rE-myCadillac\"\n            },\n            {\n                \"essid\": \"DIRECT-Re-myGMC\"\n            },\n            {\n                \"essid\": \"DIRECT-RfM306x Series\"\n            },\n            {\n                \"essid\": \"DIRECT-Rf-myChevrolet\"\n            },\n            {\n                \"essid\": \"DIRECT-RF-myChevrolet\"\n            },\n            {\n                \"essid\": \"DIRECT-rH-Grant1\"\n            },\n            {\n                \"essid\": \"DIRECT-rh-myCadillac\"\n            },\n            {\n                \"essid\": \"DIRECT-RI-BRAVIA\"\n            },\n            {\n                \"essid\": \"DIRECT-Ri-Car_9c33\"\n            },\n            {\n                \"essid\": \"DIRECT-RI-myGMC\"\n            },\n            {\n                \"essid\": \"DIRECT-RJ-myChevrolet\"\n            },\n            {\n                \"essid\": \"DIRECT-rj-myGMVehicle\"\n            },\n            {\n                \"essid\": \"DIRECT-rL-myGMC\"\n            },\n            {\n                \"essid\": \"DIRECT-RM-gastin\"\n            },\n            {\n                \"essid\": \"DIRECT-RMLAPTOP-UI87CH3Lms7E\"\n            },\n            {\n                \"essid\": \"DIRECT-RM-VIZIOTV\"\n            },\n            {\n                \"essid\": \"DIRECT-RnDESKTOP-PPB1FOOmsPV\"\n            },\n            {\n                \"essid\": \"DIRECT-RN-myChevrolet\"\n            },\n            {\n                \"essid\": \"DIRECT-ro-Car_1725\"\n            },\n            {\n                \"essid\": \"DIRECT-ro-Car_5416\"\n            },\n            {\n                \"essid\": \"DIRECT-ro-Car_97bf\"\n            },\n            {\n                \"essid\": \"DIRECT-Ro-Car_e81b\"\n            },\n            {\n                \"essid\": \"DIRECT-ro-FireTV_c9a3\"\n            },\n            {\n                \"essid\": \"DIRECT-roku-000-07FBC2\"\n            },\n            {\n                \"essid\": \"DIRECT-roku-000-244F79\"\n            },\n            {\n                \"essid\": \"DIRECT-roku-043\"\n            },\n            {\n                \"essid\": \"DIRECT-roku-063-D2D78F\"\n            },\n            {\n                \"essid\": \"DIRECT-roku-081-AB2794\"\n            },\n            {\n                \"essid\": \"DIRECT-roku-084-A251BB\"\n            },\n            {\n                \"essid\": \"DIRECT-roku-091-7E01B4\"\n            },\n            {\n                \"essid\": \"DIRECT-roku-111-5ADE14\"\n            },\n            {\n                \"essid\": \"DIRECT-roku-121-545BF8\"\n            },\n            {\n                \"essid\": \"DIRECT-roku-123-D66621\"\n            },\n            {\n                \"essid\": \"DIRECT-roku-132-0A5F51\"\n            },\n            {\n                \"essid\": \"DIRECT-roku-141-04E292\"\n            },\n            {\n                \"essid\": \"DIRECT-roku-145-1BD353\"\n            },\n            {\n                \"essid\": \"DIRECT-roku-146\"\n            },\n            {\n                \"essid\": \"DIRECT-roku-184-71806F\"\n            },\n            {\n                \"essid\": \"DIRECT-roku-188-10CA15\"\n            },\n            {\n                \"essid\": \"DIRECT-roku-191-503D75\"\n            },\n            {\n                \"essid\": \"DIRECT-roku-260-66EB8F\"\n            },\n            {\n                \"essid\": \"DIRECT-roku-279-003FCE\"\n            },\n            {\n                \"essid\": \"DIRECT-roku-297-11CBB5\"\n            },\n            {\n                \"essid\": \"DIRECT-roku-301609\"\n            },\n            {\n                \"essid\": \"DIRECT-roku-317-758E59\"\n            },\n            {\n                \"essid\": \"DIRECT-roku-323\"\n            },\n            {\n                \"essid\": \"DIRECT-roku-335-4F4ED7\"\n            },\n            {\n                \"essid\": \"DIRECT-roku-33ABD8\"\n            },\n            {\n                \"essid\": \"DIRECT-roku-360-BA7EB5\"\n            },\n            {\n                \"essid\": \"DIRECT-roku-36508C\"\n            },\n            {\n                \"essid\": \"DIRECT-roku-375-ACE9D2\"\n            },\n            {\n                \"essid\": \"DIRECT-roku-378-49775F\"\n            },\n            {\n                \"essid\": \"DIRECT-roku-380-8974E9\"\n            },\n            {\n                \"essid\": \"DIRECT-roku-382-234180\"\n            },\n            {\n                \"essid\": \"DIRECT-roku-390-E07C29\"\n            },\n            {\n                \"essid\": \"DIRECT-roku-413-AF36C8\"\n            },\n            {\n                \"essid\": \"DIRECT-roku-421-013734\"\n            },\n            {\n                \"essid\": \"DIRECT-roku-43B346\"\n            },\n            {\n                \"essid\": \"DIRECT-roku-446-6FCB4F\"\n            },\n            {\n                \"essid\": \"DIRECT-roku-452-6DB3D5\"\n            },\n            {\n                \"essid\": \"DIRECT-roku-468-306784\"\n            },\n            {\n                \"essid\": \"DIRECT-roku-471-8BFF43\"\n            },\n            {\n                \"essid\": \"DIRECT-roku-479-5902CE\"\n            },\n            {\n                \"essid\": \"DIRECT-roku-47FE50\"\n            },\n            {\n                \"essid\": \"DIRECT-roku-495\"\n            },\n            {\n                \"essid\": \"DIRECT-roku-502\"\n            },\n            {\n                \"essid\": \"DIRECT-roku-516D44\"\n            },\n            {\n                \"essid\": \"DIRECT-roku-529-3161B0\"\n            },\n            {\n                \"essid\": \"DIRECT-roku-547-66211F\"\n            },\n            {\n                \"essid\": \"DIRECT-roku-568-5BE03B\"\n            },\n            {\n                \"essid\": \"DIRECT-roku-569-CAD018\"\n            },\n            {\n                \"essid\": \"DIRECT-roku-577-53A954\"\n            },\n            {\n                \"essid\": \"DIRECT-roku-579-34796C\"\n            },\n            {\n                \"essid\": \"DIRECT-roku-582-2D8DD1\"\n            },\n            {\n                \"essid\": \"DIRECT-roku-586-915CE3\"\n            },\n            {\n                \"essid\": \"DIRECT-roku-592-E34653\"\n            },\n            {\n                \"essid\": \"DIRECT-roku-610-41066C\"\n            },\n            {\n                \"essid\": \"DIRECT-roku-616-6EA5B7\"\n            },\n            {\n                \"essid\": \"DIRECT-roku-676-23D554\"\n            },\n            {\n                \"essid\": \"DIRECT-roku-679-1A71CD\"\n            },\n            {\n                \"essid\": \"DIRECT-roku-682-5D32F1\"\n            },\n            {\n                \"essid\": \"DIRECT-roku-697-EAF2E8\"\n            },\n            {\n                \"essid\": \"DIRECT-roku-731\"\n            },\n            {\n                \"essid\": \"DIRECT-roku-759-CEA715\"\n            },\n            {\n                \"essid\": \"DIRECT-roku-778-4C62A7\"\n            },\n            {\n                \"essid\": \"DIRECT-roku-787-E7B7D2\"\n            },\n            {\n                \"essid\": \"DIRECT-roku-796-94FDD2\"\n            },\n            {\n                \"essid\": \"DIRECT-roku-805-9D555E\"\n            },\n            {\n                \"essid\": \"DIRECT-roku-809-6809AD\"\n            },\n            {\n                \"essid\": \"DIRECT-roku-811-86526B\"\n            },\n            {\n                \"essid\": \"DIRECT-roku-815-0B4705\"\n            },\n            {\n                \"essid\": \"DIRECT-roku-817-6D9BDB\"\n            },\n            {\n                \"essid\": \"DIRECT-roku-818-094B38\"\n            },\n            {\n                \"essid\": \"DIRECT-roku-818-B1E2A4\"\n            },\n            {\n                \"essid\": \"DIRECT-roku-824-0A195F\"\n            },\n            {\n                \"essid\": \"DIRECT-roku-829-2A1373\"\n            },\n            {\n                \"essid\": \"DIRECT-roku-831-C4ECD8\"\n            },\n            {\n                \"essid\": \"DIRECT-roku-850-0E4D8A\"\n            },\n            {\n                \"essid\": \"DIRECT-roku-858-E89245\"\n            },\n            {\n                \"essid\": \"DIRECT-roku-861-5A22D4\"\n            },\n            {\n                \"essid\": \"DIRECT-roku-881-5C856E\"\n            },\n            {\n                \"essid\": \"DIRECT-roku-893-F52407\"\n            },\n            {\n                \"essid\": \"DIRECT-roku-905-BD08FC\"\n            },\n            {\n                \"essid\": \"DIRECT-roku-911-8D9A12\"\n            },\n            {\n                \"essid\": \"DIRECT-roku-917-3AAFD1\"\n            },\n            {\n                \"essid\": \"DIRECT-roku-923-699D1D\"\n            },\n            {\n                \"essid\": \"DIRECT-roku-955-30C3D4\"\n            },\n            {\n                \"essid\": \"DIRECT-roku-976\"\n            },\n            {\n                \"essid\": \"DIRECT-roku-981-E62F06\"\n            },\n            {\n                \"essid\": \"DIRECT-roku-AC2643\"\n            },\n            {\n                \"essid\": \"DIRECT-roku-CAY-2C0D60\"\n            },\n            {\n                \"essid\": \"DIRECT-roku-N8U-76B9AB\"\n            },\n            {\n                \"essid\": \"DIRECT-roku-P4H-42440E\"\n            },\n            {\n                \"essid\": \"DIRECT-roku-RAS-123381\"\n            },\n            {\n                \"essid\": \"DIRECT-roku-YD2-3EAFF5\"\n            },\n            {\n                \"essid\": \"DIRECT-roku-YD2-891B31\"\n            },\n            {\n                \"essid\": \"DIRECT-ro-SM-G965U\"\n            },\n            {\n                \"essid\": \"DIRECT-rp-0004F316F7C2\"\n            },\n            {\n                \"essid\": \"DIRECT-RP-BethMcbride\"\n            },\n            {\n                \"essid\": \"DIRECT-rQ-Car_9928\"\n            },\n            {\n                \"essid\": \"DIRECT-RQ-myChevrolet\"\n            },\n            {\n                \"essid\": \"DIRECT-rR-Car_21f6\"\n            },\n            {\n                \"essid\": \"DIRECT-RS-Car_b541\"\n            },\n            {\n                \"essid\": \"DIRECT-RS-myBuick\"\n            },\n            {\n                \"essid\": \"DIRECT-Rs-myCadillac\"\n            },\n            {\n                \"essid\": \"DIRECT-ru-myCadillac\"\n            },\n            {\n                \"essid\": \"DIRECT-Ru-myGMC\"\n            },\n            {\n                \"essid\": \"DIRECT-rv-Car_b62f\"\n            },\n            {\n                \"essid\": \"DIRECT-Rv-myChevrolet\"\n            },\n            {\n                \"essid\": \"DIRECT-Rw-Car_24d5\"\n            },\n            {\n                \"essid\": \"DIRECT-RX-aaronc\"\n            },\n            {\n                \"essid\": \"DIRECT-ry-BRAVIA\"\n            },\n            {\n                \"essid\": \"DIRECT-RY-Joelle\"\n            },\n            {\n                \"essid\": \"DIRECT-RZ-Car_5ba0\"\n            },\n            {\n                \"essid\": \"DIRECT-rz-myChevrolet\"\n            },\n            {\n                \"essid\": \"DIRECT-rz-myGMC\"\n            },\n            {\n                \"essid\": \"DIRECT-rz-Voltasaraus\"\n            },\n            {\n                \"essid\": \"DIRECT-s0-0004F31D7B79\"\n            },\n            {\n                \"essid\": \"DIRECT-s1-Car_ffcd\"\n            },\n            {\n                \"essid\": \"DIRECT-S4-3rd Generation\"\n            },\n            {\n                \"essid\": \"DIRECT-S5-Car_53be\"\n            },\n            {\n                \"essid\": \"DIRECT-s5-Car_8d66\"\n            },\n            {\n                \"essid\": \"DIRECT-S6-Car_b3a4\"\n            },\n            {\n                \"essid\": \"DIRECT-S7-Car_f02f\"\n            },\n            {\n                \"essid\": \"DIRECT-s9-Car_4ab5\"\n            },\n            {\n                \"essid\": \"DIRECT-S9-Car_716b\"\n            },\n            {\n                \"essid\": \"DIRECT-S9-myCadillac\"\n            },\n            {\n                \"essid\": \"DIRECT-sD-Car_cb69\"\n            },\n            {\n                \"essid\": \"DIRECT-sd-Car_e668\"\n            },\n            {\n                \"essid\": \"DIRECT-SD-VIZIOTV\"\n            },\n            {\n                \"essid\": \"DIRECT-SE-Car_47d3\"\n            },\n            {\n                \"essid\": \"DIRECT-sF-Car_ea72\"\n            },\n            {\n                \"essid\": \"DIRECT-sH-Car_73b7\"\n            },\n            {\n                \"essid\": \"DIRECT-SH-Car_92fb\"\n            },\n            {\n                \"essid\": \"DIRECT-SIOFFICE1msQc\"\n            },\n            {\n                \"essid\": \"DIRECT-sJ-Raven-021\"\n            },\n            {\n                \"essid\": \"DIRECT-Sk-Car_1605\"\n            },\n            {\n                \"essid\": \"DIRECT-Sk-myCadillac\"\n            },\n            {\n                \"essid\": \"DIRECT-SL-Car_9170\"\n            },\n            {\n                \"essid\": \"DIRECT-SL-Car_9caa\"\n            },\n            {\n                \"essid\": \"DIRECT-sL-Car_e5d5\"\n            },\n            {\n                \"essid\": \"DIRECT-Sl-myChevrolet\"\n            },\n            {\n                \"essid\": \"DIRECT-Sm-Car_53d5\"\n            },\n            {\n                \"essid\": \"DIRECT-sm-myCadillac\"\n            },\n            {\n                \"essid\": \"DIRECT-Sm-myCadillac\"\n            },\n            {\n                \"essid\": \"DIRECT-SN-1b0e10\"\n            },\n            {\n                \"essid\": \"DIRECT-so-Car_3499\"\n            },\n            {\n                \"essid\": \"DIRECT-So-mssilky trax\"\n            },\n            {\n                \"essid\": \"DIRECT-So-myChevrolet\"\n            },\n            {\n                \"essid\": \"DIRECT-sP-Brandon\"\n            },\n            {\n                \"essid\": \"DIRECT-Sp-Car_650d\"\n            },\n            {\n                \"essid\": \"DIRECT-sp-myCadillac\"\n            },\n            {\n                \"essid\": \"DIRECT-sP-myCadillac\"\n            },\n            {\n                \"essid\": \"DIRECT-SQ-24058f\"\n            },\n            {\n                \"essid\": \"DIRECT-sQ-Car_13b2\"\n            },\n            {\n                \"essid\": \"DIRECT-sQ-Car_25ba\"\n            },\n            {\n                \"essid\": \"DIRECT-sQ-myChevrolet\"\n            },\n            {\n                \"essid\": \"DIRECT-SR-Car_e709\"\n            },\n            {\n                \"essid\": \"DIRECT-Sr-myChevrolet\"\n            },\n            {\n                \"essid\": \"DIRECT-ss-myGMC\"\n            },\n            {\n                \"essid\": \"DIRECT-ss-OTNOBLE\"\n            },\n            {\n                \"essid\": \"DIRECT-Su-Car_34bf\"\n            },\n            {\n                \"essid\": \"DIRECT-sv-myChevrolet\"\n            },\n            {\n                \"essid\": \"DIRECT-sW-Car_fb30\"\n            },\n            {\n                \"essid\": \"DIRECT-SWHALSKI-JSPARKSPQYU\"\n            },\n            {\n                \"essid\": \"DIRECT-sw-myGMC\"\n            },\n            {\n                \"essid\": \"DIRECT-sX-Car_a1c7\"\n            },\n            {\n                \"essid\": \"DIRECT-sx-happymango622\"\n            },\n            {\n                \"essid\": \"DIRECT-Sy-Car_902b\"\n            },\n            {\n                \"essid\": \"DIRECT-sz-myChevrolet\"\n            },\n            {\n                \"essid\": \"DIRECT-T0-Car_de34\"\n            },\n            {\n                \"essid\": \"DIRECT-t1-Car_7201\"\n            },\n            {\n                \"essid\": \"DIRECT-T1-myGMC\"\n            },\n            {\n                \"essid\": \"DIRECT-t2-Car_f839\"\n            },\n            {\n                \"essid\": \"DIRECT-T3-lonimb12\"\n            },\n            {\n                \"essid\": \"DIRECT-T4-Car_bdb9\"\n            },\n            {\n                \"essid\": \"DIRECT-t4-myCadillac\"\n            },\n            {\n                \"essid\": \"DIRECT-t4-PIXEL 2 XL\"\n            },\n            {\n                \"essid\": \"DIRECT-t7-Car_7ce6\"\n            },\n            {\n                \"essid\": \"DIRECT-t7-Car_fca9\"\n            },\n            {\n                \"essid\": \"DIRECT-T8-Car_cc3f\"\n            },\n            {\n                \"essid\": \"DIRECT-t8-Car_d49f\"\n            },\n            {\n                \"essid\": \"DIRECT-t9-myChevrolet\"\n            },\n            {\n                \"essid\": \"DIRECT-TB-myChevrolet\"\n            },\n            {\n                \"essid\": \"DIRECT-tc-RCA TABLET\"\n            },\n            {\n                \"essid\": \"DIRECT-tD-myChevrolet\"\n            },\n            {\n                \"essid\": \"DIRECT-tE-250150\"\n            },\n            {\n                \"essid\": \"DIRECT-tE-Car_438c\"\n            },\n            {\n                \"essid\": \"DIRECT-tE-myBuick\"\n            },\n            {\n                \"essid\": \"DIRECT-Tf-Car_8e01\"\n            },\n            {\n                \"essid\": \"DIRECT-tF-Car_e0da\"\n            },\n            {\n                \"essid\": \"DIRECT-Th-Car_80ea\"\n            },\n            {\n                \"essid\": \"DIRECT-tH-myGMC\"\n            },\n            {\n                \"essid\": \"DIRECT-Ti-Jacks Canyon\"\n            },\n            {\n                \"essid\": \"DIRECT-TILAPTOP-RV53OVK1msbU\"\n            },\n            {\n                \"essid\": \"DIRECT-tJ-Car_1fc7\"\n            },\n            {\n                \"essid\": \"DIRECT-Tj-Car_262a\"\n            },\n            {\n                \"essid\": \"DIRECT-tJ-Car_5585\"\n            },\n            {\n                \"essid\": \"DIRECT-TJ-Car_ca6a\"\n            },\n            {\n                \"essid\": \"DIRECT-TJ-Car_f243\"\n            },\n            {\n                \"essid\": \"DIRECT-tK-Car_387f\"\n            },\n            {\n                \"essid\": \"DIRECT-tk-Car_f3d2\"\n            },\n            {\n                \"essid\": \"DIRECT-TL-Car_d18d\"\n            },\n            {\n                \"essid\": \"DIRECT-Tm-myChevrolet\"\n            },\n            {\n                \"essid\": \"DIRECT-TM-myGMC\"\n            },\n            {\n                \"essid\": \"DIRECT-TNM2\"\n            },\n            {\n                \"essid\": \"DIRECT-TNM2020 Series\"\n            },\n            {\n                \"essid\": \"DIRECT-tN-myChevrolet\"\n            },\n            {\n                \"essid\": \"DIRECT-Tn-myChevrolet\"\n            },\n            {\n                \"essid\": \"DIRECT-Tn-myGMC\"\n            },\n            {\n                \"essid\": \"DIRECT-To-BRAVIA\"\n            },\n            {\n                \"essid\": \"DIRECT-TO-Car_560b\"\n            },\n            {\n                \"essid\": \"DIRECT-tO-myCadillac\"\n            },\n            {\n                \"essid\": \"DIRECT-TP-brisa\"\n            },\n            {\n                \"essid\": \"DIRECT-TP-Car_ac83\"\n            },\n            {\n                \"essid\": \"DIRECT-Tp-Car_b976\"\n            },\n            {\n                \"essid\": \"DIRECT-tP-myCadillac\"\n            },\n            {\n                \"essid\": \"DIRECT-TP-myCadillac\"\n            },\n            {\n                \"essid\": \"DIRECT-tp-myChevrolet\"\n            },\n            {\n                \"essid\": \"DIRECT-tQ-082987\"\n            },\n            {\n                \"essid\": \"DIRECT-tQ-jose truck\"\n            },\n            {\n                \"essid\": \"DIRECT-TQ-myCadillac\"\n            },\n            {\n                \"essid\": \"DIRECT-TQ-VIZIOTV\"\n            },\n            {\n                \"essid\": \"DIRECT-tr-0004F316E9AD\"\n            },\n            {\n                \"essid\": \"DirectTrainingAccess\"\n            },\n            {\n                \"essid\": \"DIRECT-Tr-myGMC\"\n            },\n            {\n                \"essid\": \"DIRECT-truck 24\"\n            },\n            {\n                \"essid\": \"DIRECT-ts-Car_1432\"\n            },\n            {\n                \"essid\": \"DIRECT-tS-Car_3070\"\n            },\n            {\n                \"essid\": \"DIRECT-Ts-Car_4c87\"\n            },\n            {\n                \"essid\": \"DIRECT-ts-EPSON-ES-580W\"\n            },\n            {\n                \"essid\": \"DIRECT-tS-myChevrolet\"\n            },\n            {\n                \"essid\": \"DIRECT-ts-myGMC\"\n            },\n            {\n                \"essid\": \"DIRECT-TT-180f50\"\n            },\n            {\n                \"essid\": \"DIRECT-TT-Car_2d72\"\n            },\n            {\n                \"essid\": \"DIRECT-tT-myCadillac\"\n            },\n            {\n                \"essid\": \"DIRECT-Tu-Car_6594\"\n            },\n            {\n                \"essid\": \"DIRECT-TU-myChevrolet\"\n            },\n            {\n                \"essid\": \"DIRECT-tV-Car_2f70\"\n            },\n            {\n                \"essid\": \"DIRECT-tv-Car_31c8\"\n            },\n            {\n                \"essid\": \"DIRECT-Tv-Car_9e13\"\n            },\n            {\n                \"essid\": \"DIRECT-tw-Car_913b\"\n            },\n            {\n                \"essid\": \"DIRECT-tW-myCadillac\"\n            },\n            {\n                \"essid\": \"DIRECT-tx-250150\"\n            },\n            {\n                \"essid\": \"DIRECT-tX-myChevrolet\"\n            },\n            {\n                \"essid\": \"DIRECT-ty-0004F312ABA4\"\n            },\n            {\n                \"essid\": \"DIRECT-tz-myChevrolet\"\n            },\n            {\n                \"essid\": \"DIRECT-U1-Car_335b\"\n            },\n            {\n                \"essid\": \"DIRECT-U2-Car_a9fd\"\n            },\n            {\n                \"essid\": \"DIRECT-U2-myGMC\"\n            },\n            {\n                \"essid\": \"DIRECT-U3SCX-3400 Series\"\n            },\n            {\n                \"essid\": \"DIRECT-u4-0004F312A944\"\n            },\n            {\n                \"essid\": \"DIRECT-U6-ank benson\"\n            },\n            {\n                \"essid\": \"DIRECT-u7-Car_5be4\"\n            },\n            {\n                \"essid\": \"DIRECT-u8-Car_85d5\"\n            },\n            {\n                \"essid\": \"DIRECT-u9-Car_550b\"\n            },\n            {\n                \"essid\": \"DIRECT-U9-Car_69be\"\n            },\n            {\n                \"essid\": \"DIRECT-U9-Car_98d9\"\n            },\n            {\n                \"essid\": \"DIRECT-u9-myCadillac\"\n            },\n            {\n                \"essid\": \"DIRECT-ua-alex wifi\"\n            },\n            {\n                \"essid\": \"DIRECT-Ua-myChevrolet\"\n            },\n            {\n                \"essid\": \"DIRECT-ua-Volt824\"\n            },\n            {\n                \"essid\": \"DIRECT-UB-0004F3175C54\"\n            },\n            {\n                \"essid\": \"DIRECT-ub-Car_87d4\"\n            },\n            {\n                \"essid\": \"DIRECT-uB-Car_ee44\"\n            },\n            {\n                \"essid\": \"DIRECT-UC-Car_2a5f\"\n            },\n            {\n                \"essid\": \"DIRECT-Uc-myGMC\"\n            },\n            {\n                \"essid\": \"DIRECT-UD-BRAVIA\"\n            },\n            {\n                \"essid\": \"DIRECT-uD-myCadillac\"\n            },\n            {\n                \"essid\": \"DIRECT-ue-Car_8a8c\"\n            },\n            {\n                \"essid\": \"DIRECT-ue-myGMC\"\n            },\n            {\n                \"essid\": \"DIRECT-uF-myCadillac\"\n            },\n            {\n                \"essid\": \"DIRECT-Uf-myCadillac\"\n            },\n            {\n                \"essid\": \"DIRECT-UF-myCadillac\"\n            },\n            {\n                \"essid\": \"DIRECT-Uf-Raven-421\"\n            },\n            {\n                \"essid\": \"DIRECT-UH-myCadillac\"\n            },\n            {\n                \"essid\": \"DIRECT-uJ-Car_d507\"\n            },\n            {\n                \"essid\": \"DIRECT-Uk-2d1350\"\n            },\n            {\n                \"essid\": \"DIRECT-Uk-Car_11ac\"\n            },\n            {\n                \"essid\": \"DIRECT-uK-Car_45c3\"\n            },\n            {\n                \"essid\": \"DIRECT-UL-Car_9221\"\n            },\n            {\n                \"essid\": \"DIRECT-UL-VIZIOTV\"\n            },\n            {\n                \"essid\": \"DIRECT-UM-3c04d0\"\n            },\n            {\n                \"essid\": \"DIRECT-UMBRPC1123KFS7\"\n            },\n            {\n                \"essid\": \"DIRECT-Um-Car_df21\"\n            },\n            {\n                \"essid\": \"DIRECT-UN-myGMC\"\n            },\n            {\n                \"essid\": \"DIRECT-UO-370bd0\"\n            },\n            {\n                \"essid\": \"DIRECT-uO-myChevrolet\"\n            },\n            {\n                \"essid\": \"DIRECT-Uo-myChevrolet\"\n            },\n            {\n                \"essid\": \"DIRECT-uO-Raven-102\"\n            },\n            {\n                \"essid\": \"DIRECT-uQ-BRAVIA\"\n            },\n            {\n                \"essid\": \"DIRECT-UQ-Car_1e04\"\n            },\n            {\n                \"essid\": \"DIRECT-Uq-Car_94c7\"\n            },\n            {\n                \"essid\": \"DIRECT-Uq-myCadillac\"\n            },\n            {\n                \"essid\": \"DIRECT-UR-Car_8357\"\n            },\n            {\n                \"essid\": \"DIRECT-ur-Car_8c06\"\n            },\n            {\n                \"essid\": \"DIRECT-Ur-myChevrolet\"\n            },\n            {\n                \"essid\": \"DIRECT-us-Car_2c16\"\n            },\n            {\n                \"essid\": \"DIRECT-uS-Car_e37f\"\n            },\n            {\n                \"essid\": \"DIRECT-ut-Car_12b6\"\n            },\n            {\n                \"essid\": \"DIRECT-Uu-myCadillac\"\n            },\n            {\n                \"essid\": \"DIRECT-uU-myChevrolet\"\n            },\n            {\n                \"essid\": \"DIRECT-uW-Car_4657\"\n            },\n            {\n                \"essid\": \"DIRECT-uw-Car_a9df\"\n            },\n            {\n                \"essid\": \"DIRECT-uw-myBuick\"\n            },\n            {\n                \"essid\": \"DIRECT-UX-BRAVIA\"\n            },\n            {\n                \"essid\": \"DIRECT-UX-myCadillac\"\n            },\n            {\n                \"essid\": \"DIRECT-ux-myChevrolet\"\n            },\n            {\n                \"essid\": \"DIRECT-uY-Car_281e\"\n            },\n            {\n                \"essid\": \"DIRECT-uy-Car_9c25\"\n            },\n            {\n                \"essid\": \"DIRECT-Uy-Car_c9cd\"\n            },\n            {\n                \"essid\": \"DIRECT-uY-Jackie\"\n            },\n            {\n                \"essid\": \"DIRECT-Uy-myChevrolet\"\n            },\n            {\n                \"essid\": \"DIRECT-Uz-MariBeths Car\"\n            },\n            {\n                \"essid\": \"DIRECT-Uz-myCadillac\"\n            },\n            {\n                \"essid\": \"DIRECT-uz-myChevrolet\"\n            },\n            {\n                \"essid\": \"DIRECT-V0-0004F31AB4DA\"\n            },\n            {\n                \"essid\": \"DIRECT-V0-myGMC\"\n            },\n            {\n                \"essid\": \"DIRECT-V1-Car_8cbe\"\n            },\n            {\n                \"essid\": \"DIRECT-V1-Car_aac2\"\n            },\n            {\n                \"essid\": \"DIRECT-V2-Car_d360\"\n            },\n            {\n                \"essid\": \"DIRECT-v2-myCadillac\"\n            },\n            {\n                \"essid\": \"DIRECT-V2-myChevrolet\"\n            },\n            {\n                \"essid\": \"DIRECT-v3-Car_30fc\"\n            },\n            {\n                \"essid\": \"DIRECT-v5CLX-3300 Series \"\n            },\n            {\n                \"essid\": \"DIRECT-v6-myChevrolet\"\n            },\n            {\n                \"essid\": \"DIRECT-v6-myGMC\"\n            },\n            {\n                \"essid\": \"DIRECT-v7-BRAVIA\"\n            },\n            {\n                \"essid\": \"DIRECT-v8-160e90\"\n            },\n            {\n                \"essid\": \"DIRECT-V8-Car_75d0\"\n            },\n            {\n                \"essid\": \"DIRECT-v8-Car_ba95\"\n            },\n            {\n                \"essid\": \"DIRECT-V9SCX-3400 Series\"\n            },\n            {\n                \"essid\": \"DIRECT-VA-myCadillac\"\n            },\n            {\n                \"essid\": \"DIRECT-vA-myGMC\"\n            },\n            {\n                \"essid\": \"DIRECT-vb-Car_e24a\"\n            },\n            {\n                \"essid\": \"DIRECT-vB-Jimmys AT4\"\n            },\n            {\n                \"essid\": \"DIRECT-Vc-BRAVIA\"\n            },\n            {\n                \"essid\": \"DIRECT-Vd-Car_5087\"\n            },\n            {\n                \"essid\": \"DIRECT-VD-myGMC\"\n            },\n            {\n                \"essid\": \"DIRECT-vE-Car_f00d\"\n            },\n            {\n                \"essid\": \"DIRECT-VE-Car_f844\"\n            },\n            {\n                \"essid\": \"DIRECT-VE-Car_fff5\"\n            },\n            {\n                \"essid\": \"DIRECT-Ve-myChevrolet\"\n            },\n            {\n                \"essid\": \"DIRECT-vE-Rad WiFi\"\n            },\n            {\n                \"essid\": \"DIRECT-vf-0004F31AB4DA\"\n            },\n            {\n                \"essid\": \"DIRECT-Vf-myGMC\"\n            },\n            {\n                \"essid\": \"DIRECT-vG-0004F3129B2C\"\n            },\n            {\n                \"essid\": \"DIRECT-VG-0e06cf\"\n            },\n            {\n                \"essid\": \"DIRECT-VGBAGWELL-HPmsPE\"\n            },\n            {\n                \"essid\": \"DIRECT-Vg-Car_c953\"\n            },\n            {\n                \"essid\": \"DIRECT-VH-myChevrolet\"\n            },\n            {\n                \"essid\": \"DIRECT-Vi-myCadillac\"\n            },\n            {\n                \"essid\": \"DIRECT-vk-2405cf\"\n            },\n            {\n                \"essid\": \"DIRECT-vK-myGMC\"\n            },\n            {\n                \"essid\": \"DIRECT-vl-Car_767b\"\n            },\n            {\n                \"essid\": \"DIRECT-VL-myChevrolet\"\n            },\n            {\n                \"essid\": \"DIRECT-vm-0004F316F801\"\n            },\n            {\n                \"essid\": \"DIRECT-vm-Car_a3a9\"\n            },\n            {\n                \"essid\": \"DIRECT-VM-Car_b6cb\"\n            },\n            {\n                \"essid\": \"DIRECT-vM-myGMC\"\n            },\n            {\n                \"essid\": \"DIRECT-Vn-Car_4763\"\n            },\n            {\n                \"essid\": \"DIRECT-vn-Car_5b79\"\n            },\n            {\n                \"essid\": \"DIRECT-vn-Car_e4a2\"\n            },\n            {\n                \"essid\": \"DIRECT-vN-changed19\"\n            },\n            {\n                \"essid\": \"DIRECT-Vo-FireTV_a257\"\n            },\n            {\n                \"essid\": \"DIRECT-VO-Nikoles Volt\"\n            },\n            {\n                \"essid\": \"DIRECT-VP-BRAVIA\"\n            },\n            {\n                \"essid\": \"DIRECT-vQ-jdaubenmier\"\n            },\n            {\n                \"essid\": \"DIRECT-Vt-3b02d0\"\n            },\n            {\n                \"essid\": \"DIRECT-vt-Car_59a4\"\n            },\n            {\n                \"essid\": \"DIRECT-Vt-Car_9d53\"\n            },\n            {\n                \"essid\": \"DIRECT-vt-Car_bd3f\"\n            },\n            {\n                \"essid\": \"DIRECT-Vu-Car_1479\"\n            },\n            {\n                \"essid\": \"DIRECT-Vu-Car_389a\"\n            },\n            {\n                \"essid\": \"DIRECT-Vu-Car_7598\"\n            },\n            {\n                \"essid\": \"DIRECT-Vv-myCadillac\"\n            },\n            {\n                \"essid\": \"DIRECT-Vw-Barkley\"\n            },\n            {\n                \"essid\": \"DIRECT-vW-Car_7f4d\"\n            },\n            {\n                \"essid\": \"DIRECT-Vw-myCadillac\"\n            },\n            {\n                \"essid\": \"DIRECTV_WVB\"\n            },\n            {\n                \"essid\": \"DIRECTV_WVB_2CA1518D\"\n            },\n            {\n                \"essid\": \"DIRECTV_WVB_40EB60F5\"\n            },\n            {\n                \"essid\": \"DIRECTV_WVB_58267DDD\"\n            },\n            {\n                \"essid\": \"DIRECTV_WVB_67EA0875\"\n            },\n            {\n                \"essid\": \"DIRECTV_WVB_B42A8079\"\n            },\n            {\n                \"essid\": \"DIRECTV_WVB_B7CACFD2\"\n            },\n            {\n                \"essid\": \"DIRECTV_WVB_C6EE5474\"\n            },\n            {\n                \"essid\": \"DIRECTV_WVB_D5631F4B\"\n            },\n            {\n                \"essid\": \"DIRECTV_WVB_FAB6C036\"\n            },\n            {\n                \"essid\": \"DIRECT-Vy-Car_4247\"\n            },\n            {\n                \"essid\": \"DIRECT-Vy-Car_af00\"\n            },\n            {\n                \"essid\": \"DIRECT-vz-0004F312AB38\"\n            },\n            {\n                \"essid\": \"DIRECT-w0-myChevrolet\"\n            },\n            {\n                \"essid\": \"DIRECT-w3-Car_7555\"\n            },\n            {\n                \"essid\": \"DIRECT-W4-260a90\"\n            },\n            {\n                \"essid\": \"DIRECT-W5-XRX WC 7835 (6F8ED4)\"\n            },\n            {\n                \"essid\": \"DIRECT-w6-Car_ee05\"\n            },\n            {\n                \"essid\": \"DIRECT-W6-Car_f535\"\n            },\n            {\n                \"essid\": \"DIRECT-w7-myCadillac\"\n            },\n            {\n                \"essid\": \"DIRECT-W8-Car_2c65\"\n            },\n            {\n                \"essid\": \"DIRECT-w9-Car_57ae\"\n            },\n            {\n                \"essid\": \"DIRECT-W9-Car_b56a\"\n            },\n            {\n                \"essid\": \"DIRECT-w9-myCadillac\"\n            },\n            {\n                \"essid\": \"DIRECT-W9-myCadillac\"\n            },\n            {\n                \"essid\": \"DIRECT-WA-0004F318EB51\"\n            },\n            {\n                \"essid\": \"DIRECT-WA-Car_143d\"\n            },\n            {\n                \"essid\": \"DIRECT-wa-Car_eb36\"\n            },\n            {\n                \"essid\": \"DIRECT-Waylens-7P4C4\"\n            },\n            {\n                \"essid\": \"DIRECT-Waylens-825SP\"\n            },\n            {\n                \"essid\": \"DIRECT-Waylens-AP6WQ\"\n            },\n            {\n                \"essid\": \"DIRECT-WB-Car_cb56\"\n            },\n            {\n                \"essid\": \"DIRECT-wb-Car_ec08\"\n            },\n            {\n                \"essid\": \"DIRECT-Wb-myCadillac\"\n            },\n            {\n                \"essid\": \"DIRECT-Wb-myGMVehicle\"\n            },\n            {\n                \"essid\": \"DIRECT-wC-0004F30E68F1\"\n            },\n            {\n                \"essid\": \"DIRECT-WC-Car_2d61\"\n            },\n            {\n                \"essid\": \"DIRECT-Wc-Car_dd5c\"\n            },\n            {\n                \"essid\": \"DIRECT-wC-myChevrolet\"\n            },\n            {\n                \"essid\": \"DIRECT-WD-19chevy\"\n            },\n            {\n                \"essid\": \"DIRECT-wD-Car_e5d2\"\n            },\n            {\n                \"essid\": \"DIRECT-we-Car_c17b\"\n            },\n            {\n                \"essid\": \"DIRECT-wE-myCadillac\"\n            },\n            {\n                \"essid\": \"DIRECT-We-myCadillac\"\n            },\n            {\n                \"essid\": \"DIRECT-WE-myChevrolet\"\n            },\n            {\n                \"essid\": \"DIRECT-WE-myGMC\"\n            },\n            {\n                \"essid\": \"DIRECT-Wf-myChevrolet\"\n            },\n            {\n                \"essid\": \"DIRECT-WF-sandyridge\"\n            },\n            {\n                \"essid\": \"DIRECT-Wg00624LTNJIk\"\n            },\n            {\n                \"essid\": \"DIRECT-Wg-Car_ca0b\"\n            },\n            {\n                \"essid\": \"DIRECT-wH-Car_d027\"\n            },\n            {\n                \"essid\": \"DIRECT-wi-BRAVIA\"\n            },\n            {\n                \"essid\": \"DIRECT-WI-myChevrolet\"\n            },\n            {\n                \"essid\": \"DIRECT-wI-myGMVehicle\"\n            },\n            {\n                \"essid\": \"DIRECT-wj-Car_95a8\"\n            },\n            {\n                \"essid\": \"DIRECT-wj-Car_fe80\"\n            },\n            {\n                \"essid\": \"DIRECT-wJ-myCadillac\"\n            },\n            {\n                \"essid\": \"DIRECT-Wj-myCadillac\"\n            },\n            {\n                \"essid\": \"DIRECT-wk-ALMAR\"\n            },\n            {\n                \"essid\": \"DIRECT-Wk-BRAVIA\"\n            },\n            {\n                \"essid\": \"DIRECT-WK-myGMC\"\n            },\n            {\n                \"essid\": \"DIRECT-wL-myGMC\"\n            },\n            {\n                \"essid\": \"DIRECT-Wl-myGMC\"\n            },\n            {\n                \"essid\": \"DIRECT-WN-0004F31D7B79\"\n            },\n            {\n                \"essid\": \"DIRECT-Wn-Car_7754\"\n            },\n            {\n                \"essid\": \"DIRECT-wN-Car_9635\"\n            },\n            {\n                \"essid\": \"DIRECT-WO-Car_e674\"\n            },\n            {\n                \"essid\": \"DIRECT-WP-Car_aa4a\"\n            },\n            {\n                \"essid\": \"DIRECT-WP-Car_d8e5\"\n            },\n            {\n                \"essid\": \"DIRECT-WP-myChevrolet\"\n            },\n            {\n                \"essid\": \"DIRECT-Wq-BRAVIA\"\n            },\n            {\n                \"essid\": \"DIRECT-wq-Car_4300\"\n            },\n            {\n                \"essid\": \"DIRECT-WQ-Car_ef5c\"\n            },\n            {\n                \"essid\": \"DIRECT-wq-Insurgent\"\n            },\n            {\n                \"essid\": \"DIRECT-Wr-Car_167e\"\n            },\n            {\n                \"essid\": \"DIRECT-wr-Car_1d02\"\n            },\n            {\n                \"essid\": \"DIRECT-wr-myGMC\"\n            },\n            {\n                \"essid\": \"DIRECT-WS-Car_a993\"\n            },\n            {\n                \"essid\": \"DIRECT-Ws-myGMC\"\n            },\n            {\n                \"essid\": \"DIRECT-wt-Car_133b\"\n            },\n            {\n                \"essid\": \"DIRECT-wt-Car_c296\"\n            },\n            {\n                \"essid\": \"DIRECT-wT-carwifi\"\n            },\n            {\n                \"essid\": \"DIRECT-wt-myCadillac\"\n            },\n            {\n                \"essid\": \"DIRECT-WU-myChevrolet\"\n            },\n            {\n                \"essid\": \"DIRECT-wx-Car_1e10\"\n            },\n            {\n                \"essid\": \"DIRECT-Wx-Car_d3c0\"\n            },\n            {\n                \"essid\": \"DIRECT-wX-Car_e65c\"\n            },\n            {\n                \"essid\": \"DIRECT-WY-Car_544b\"\n            },\n            {\n                \"essid\": \"DIRECT-WY-VIZIOTV\"\n            },\n            {\n                \"essid\": \"DIRECT-wz-FireTV_9e07\"\n            },\n            {\n                \"essid\": \"DIRECT-X4-250150\"\n            },\n            {\n                \"essid\": \"DIRECT-x5-Car_f0e4\"\n            },\n            {\n                \"essid\": \"DIRECT-x5-IconicLab\"\n            },\n            {\n                \"essid\": \"DIRECT-x9-jagarcia\"\n            },\n            {\n                \"essid\": \"DIRECT-x9-myGMVehicle\"\n            },\n            {\n                \"essid\": \"DIRECT-xa-Car_28ee\"\n            },\n            {\n                \"essid\": \"DIRECT-xa-Car_a046\"\n            },\n            {\n                \"essid\": \"DIRECT-Xa-myGMC\"\n            },\n            {\n                \"essid\": \"DIRECT-xc-FireTV_9ea0\"\n            },\n            {\n                \"essid\": \"DIRECT-xc-kickland\"\n            },\n            {\n                \"essid\": \"DIRECT-XC-myCadillac\"\n            },\n            {\n                \"essid\": \"DIRECT-xc-myChevrolet\"\n            },\n            {\n                \"essid\": \"DIRECT-Xe-Car_5999\"\n            },\n            {\n                \"essid\": \"DIRECT-xE-Car_5a6d\"\n            },\n            {\n                \"essid\": \"DIRECT-Xe-Car_b939\"\n            },\n            {\n                \"essid\": \"DIRECT-XE-Car_e584\"\n            },\n            {\n                \"essid\": \"DIRECT-XE-myChevrolet\"\n            },\n            {\n                \"essid\": \"DIRECT-xF-0004F3175C54\"\n            },\n            {\n                \"essid\": \"DIRECT-XF-Car_a4a5\"\n            },\n            {\n                \"essid\": \"DIRECT-xg-0a0b90\"\n            },\n            {\n                \"essid\": \"DIRECT-xg-Car_49bf\"\n            },\n            {\n                \"essid\": \"DIRECT-XG-FireTV_fcd3\"\n            },\n            {\n                \"essid\": \"DIRECT-XI-0004F3175C54\"\n            },\n            {\n                \"essid\": \"DIRECT-xi-Car_e24b\"\n            },\n            {\n                \"essid\": \"DIRECT-xI-myCadillac\"\n            },\n            {\n                \"essid\": \"DIRECT-xJ-Car_6a3e\"\n            },\n            {\n                \"essid\": \"DIRECT-xJ-myCadillac\"\n            },\n            {\n                \"essid\": \"DIRECT-xJ-myChevrolet\"\n            },\n            {\n                \"essid\": \"DIRECT-XK-Car_6a04\"\n            },\n            {\n                \"essid\": \"DIRECT-XK-Car_b9de\"\n            },\n            {\n                \"essid\": \"DIRECT-Xk-Car_cae0\"\n            },\n            {\n                \"essid\": \"DIRECT-xl-myChevrolet\"\n            },\n            {\n                \"essid\": \"DIRECT-xM-0004F31AB4DA\"\n            },\n            {\n                \"essid\": \"DIRECT-Xm-Car_d44e\"\n            },\n            {\n                \"essid\": \"DIRECT-xm-gmcoso\"\n            },\n            {\n                \"essid\": \"DIRECT-Xm-myCadillac\"\n            },\n            {\n                \"essid\": \"DIRECT-xN-Car_3783\"\n            },\n            {\n                \"essid\": \"DIRECT-xN-mywhitetruck\"\n            },\n            {\n                \"essid\": \"DIRECT-Xn-ricowifi\"\n            },\n            {\n                \"essid\": \"DIRECT-Xo-0004F31D1BBF\"\n            },\n            {\n                \"essid\": \"DIRECT-Xo-3c04d0\"\n            },\n            {\n                \"essid\": \"DIRECT-xo-Car_e0bb\"\n            },\n            {\n                \"essid\": \"DIRECT-Xo-myCadillac\"\n            },\n            {\n                \"essid\": \"DIRECT-xO-myGMC\"\n            },\n            {\n                \"essid\": \"DIRECT-Xp-320290\"\n            },\n            {\n                \"essid\": \"DIRECT-XP-myCadillac\"\n            },\n            {\n                \"essid\": \"DIRECT-XQ-BRAVIA\"\n            },\n            {\n                \"essid\": \"DIRECT-XQ-Car_2529\"\n            },\n            {\n                \"essid\": \"DIRECT-Xq-jolleyswifi\"\n            },\n            {\n                \"essid\": \"DIRECT-xq-myGMC\"\n            },\n            {\n                \"essid\": \"DIRECT-Xr-Car_12b8\"\n            },\n            {\n                \"essid\": \"DIRECT-xr-Car_de8d\"\n            },\n            {\n                \"essid\": \"DIRECT-xRLAPTOP-JFKTBK93mslG\"\n            },\n            {\n                \"essid\": \"DIRECT-Xs-2610d0\"\n            },\n            {\n                \"essid\": \"DIRECT-Xs-myChevrolet\"\n            },\n            {\n                \"essid\": \"DIRECT-xT-0a0b90\"\n            },\n            {\n                \"essid\": \"DIRECT-xt-Car_2222\"\n            },\n            {\n                \"essid\": \"DIRECT-xt-Car_e920\"\n            },\n            {\n                \"essid\": \"DIRECT-XU-Car_50b8\"\n            },\n            {\n                \"essid\": \"DIRECT-xu-Car_74aa\"\n            },\n            {\n                \"essid\": \"DIRECT-xU-myGMC\"\n            },\n            {\n                \"essid\": \"DIRECT-XV-Car_67cd\"\n            },\n            {\n                \"essid\": \"DIRECT-XV-Car_a994\"\n            },\n            {\n                \"essid\": \"DIRECT-xW-myCadillac\"\n            },\n            {\n                \"essid\": \"DIRECT-xW-myGMVehicle\"\n            },\n            {\n                \"essid\": \"DIRECT-xX-Car_7dad\"\n            },\n            {\n                \"essid\": \"DIRECT-Xy-Car_f36d\"\n            },\n            {\n                \"essid\": \"DIRECT-Xz-Car_cc82\"\n            },\n            {\n                \"essid\": \"DIRECT-Xz-myGMC\"\n            },\n            {\n                \"essid\": \"DIRECT-y2-Car_95a5\"\n            },\n            {\n                \"essid\": \"DIRECT-Y4-Car_c1b9\"\n            },\n            {\n                \"essid\": \"DIRECT-Y5-Car_1a6a\"\n            },\n            {\n                \"essid\": \"DIRECT-Y6-Car_2caa\"\n            },\n            {\n                \"essid\": \"DIRECT-y7-Car_2a17\"\n            },\n            {\n                \"essid\": \"DIRECT-Y7-Car_2cc6\"\n            },\n            {\n                \"essid\": \"DIRECT-Y8-Car_b45e\"\n            },\n            {\n                \"essid\": \"DIRECT-ya-Car_7313\"\n            },\n            {\n                \"essid\": \"DIRECT-ya-myChevrolet\"\n            },\n            {\n                \"essid\": \"DIRECT-YA-myGMC\"\n            },\n            {\n                \"essid\": \"DIRECT-YB-Car_45da\"\n            },\n            {\n                \"essid\": \"DIRECT-YB-Car_4daf\"\n            },\n            {\n                \"essid\": \"DIRECT-yb-Car_6246\"\n            },\n            {\n                \"essid\": \"DIRECT-Yc-Car_d47b\"\n            },\n            {\n                \"essid\": \"DIRECT-YD-myBuick\"\n            },\n            {\n                \"essid\": \"DIRECT-yE-Car_b565\"\n            },\n            {\n                \"essid\": \"DIRECT-ye-myChevrolet\"\n            },\n            {\n                \"essid\": \"DIRECT-Yf-BRAVIA\"\n            },\n            {\n                \"essid\": \"DIRECT-YF-Car_5381\"\n            },\n            {\n                \"essid\": \"DIRECT-YF-myChevrolet\"\n            },\n            {\n                \"essid\": \"DIRECT-yFRalink-P2P\"\n            },\n            {\n                \"essid\": \"DIRECT-yG-Car_16de\"\n            },\n            {\n                \"essid\": \"DIRECT-YG-GMC\"\n            },\n            {\n                \"essid\": \"DIRECT-Yg-myChevrolet\"\n            },\n            {\n                \"essid\": \"DIRECT-YG-myGMC\"\n            },\n            {\n                \"essid\": \"DIRECT-Yi-cngonzalez\"\n            },\n            {\n                \"essid\": \"DIRECT-Yi-myChevrolet\"\n            },\n            {\n                \"essid\": \"DIRECT-yi-myGMC\"\n            },\n            {\n                \"essid\": \"DIRECT-yJ-Car_37c2\"\n            },\n            {\n                \"essid\": \"DIRECT-yJ-Car_551a\"\n            },\n            {\n                \"essid\": \"DIRECT-YJDIANNIAOmsKB\"\n            },\n            {\n                \"essid\": \"DIRECT-YK-190310\"\n            },\n            {\n                \"essid\": \"DIRECT-YL-BRAVIA\"\n            },\n            {\n                \"essid\": \"DIRECT-YM-2c0a50\"\n            },\n            {\n                \"essid\": \"DIRECT-Ym-Car_105b\"\n            },\n            {\n                \"essid\": \"DIRECT-YM-henrydefauw\"\n            },\n            {\n                \"essid\": \"DIRECT-ym-myGMC\"\n            },\n            {\n                \"essid\": \"DIRECT-YN-Car_d7b8\"\n            },\n            {\n                \"essid\": \"DIRECT-yn-myGMC\"\n            },\n            {\n                \"essid\": \"DIRECT-YnRalink-P2P\"\n            },\n            {\n                \"essid\": \"DIRECT-yo-Quick Shark\"\n            },\n            {\n                \"essid\": \"DIRECT-yp-Car_44ae\"\n            },\n            {\n                \"essid\": \"DIRECT-yp-Car_9574\"\n            },\n            {\n                \"essid\": \"DIRECT-Yp-myCadillac\"\n            },\n            {\n                \"essid\": \"DIRECT-YQ-myCadillac\"\n            },\n            {\n                \"essid\": \"DIRECT-YR-Car_d17c\"\n            },\n            {\n                \"essid\": \"DIRECT-Yr-FireTV_a69b\"\n            },\n            {\n                \"essid\": \"DIRECT-YR-myChevrolet\"\n            },\n            {\n                \"essid\": \"DIRECT-YR-myGMC\"\n            },\n            {\n                \"essid\": \"DIRECT-Yt-BRAVIA\"\n            },\n            {\n                \"essid\": \"DIRECT-yu-Car_c676\"\n            },\n            {\n                \"essid\": \"DIRECT-Yu-Erick68\"\n            },\n            {\n                \"essid\": \"DIRECT-YU-FireTV_4f4d\"\n            },\n            {\n                \"essid\": \"DIRECT-Yu-myCadillac\"\n            },\n            {\n                \"essid\": \"DIRECT-YV-myGMC\"\n            },\n            {\n                \"essid\": \"DIRECT-yX-3e0a10\"\n            },\n            {\n                \"essid\": \"DIRECT-YX-Car_7d13\"\n            },\n            {\n                \"essid\": \"DIRECT-Yy-Crosswinds\"\n            },\n            {\n                \"essid\": \"DIRECT-yZ-Car_677f\"\n            },\n            {\n                \"essid\": \"DIRECT-yz-Robin-PdaNet\"\n            },\n            {\n                \"essid\": \"DIRECT-z1-0004F31D7B79\"\n            },\n            {\n                \"essid\": \"DIRECT-Z1-280690\"\n            },\n            {\n                \"essid\": \"DIRECT-Z1-myGMC\"\n            },\n            {\n                \"essid\": \"DIRECT-Z2-myFord\"\n            },\n            {\n                \"essid\": \"DIRECT-z3-myGMC\"\n            },\n            {\n                \"essid\": \"DIRECT-Z3-myGMVehicle\"\n            },\n            {\n                \"essid\": \"DIRECT-Z5-Car_b53e\"\n            },\n            {\n                \"essid\": \"DIRECT-Z5-Car_d0b8\"\n            },\n            {\n                \"essid\": \"DIRECT-z5-myGMC\"\n            },\n            {\n                \"essid\": \"DIRECT-z6-3c04d0\"\n            },\n            {\n                \"essid\": \"DIRECT-z6-Car_bfa4\"\n            },\n            {\n                \"essid\": \"DIRECT-z7-myGMC\"\n            },\n            {\n                \"essid\": \"DIRECT-Z8-Car_96d5\"\n            },\n            {\n                \"essid\": \"DIRECT-z9-Car_2039\"\n            },\n            {\n                \"essid\": \"DIRECT-z9-Miranda GMC\"\n            },\n            {\n                \"essid\": \"DIRECT-zA-myChevrolet\"\n            },\n            {\n                \"essid\": \"DIRECT-zbC5-TS6400series\"\n            },\n            {\n                \"essid\": \"DIRECT-Zb-Car_ab24\"\n            },\n            {\n                \"essid\": \"DIRECT-Zb-Car_d9b1\"\n            },\n            {\n                \"essid\": \"DIRECT-Zc-Car_856a\"\n            },\n            {\n                \"essid\": \"DIRECT-zD-0004F316FADC\"\n            },\n            {\n                \"essid\": \"DIRECT-ZD-Car_2fd4\"\n            },\n            {\n                \"essid\": \"DIRECT-zD-Car_434e\"\n            },\n            {\n                \"essid\": \"DIRECT-ZD-myChevrolet\"\n            },\n            {\n                \"essid\": \"DIRECT-Ze-Car_87fe\"\n            },\n            {\n                \"essid\": \"DIRECT-Ze-myCadillac\"\n            },\n            {\n                \"essid\": \"DIRECT-zE-myChevrolet\"\n            },\n            {\n                \"essid\": \"DIRECT-ze-Stephen's 2nd Fire TV\"\n            },\n            {\n                \"essid\": \"DIRECT-zfB1165nfw Mono MFP\"\n            },\n            {\n                \"essid\": \"DIRECT-Zg-Car_1340\"\n            },\n            {\n                \"essid\": \"DIRECT-Zg-Garcia WiFi\"\n            },\n            {\n                \"essid\": \"DIRECT-zg-myChevrolet\"\n            },\n            {\n                \"essid\": \"DIRECT-Zg-myChevrolet\"\n            },\n            {\n                \"essid\": \"DIRECT-ZH-Car_25d8\"\n            },\n            {\n                \"essid\": \"DIRECT-ZH-myChevrolet\"\n            },\n            {\n                \"essid\": \"DIRECT-Zi-Car_6f13\"\n            },\n            {\n                \"essid\": \"DIRECT-ZiINSLAPTOPLCMV\"\n            },\n            {\n                \"essid\": \"DIRECT-Zi-myCadillac\"\n            },\n            {\n                \"essid\": \"DIRECT-zj-myCadillac\"\n            },\n            {\n                \"essid\": \"DIRECT-Zj-myChevrolet\"\n            },\n            {\n                \"essid\": \"DIRECT-zK-250150\"\n            },\n            {\n                \"essid\": \"DIRECT-zK-LM-X420-PdaNet\"\n            },\n            {\n                \"essid\": \"DIRECT-zk-myCadillac\"\n            },\n            {\n                \"essid\": \"DIRECT-zN-Car_36c8\"\n            },\n            {\n                \"essid\": \"DIRECT-ZN-myGMC\"\n            },\n            {\n                \"essid\": \"DIRECT-Zo-Car_2420\"\n            },\n            {\n                \"essid\": \"DIRECT-zo-myChevrolet\"\n            },\n            {\n                \"essid\": \"DIRECT-Zp-0004F31E1F52\"\n            },\n            {\n                \"essid\": \"DIRECT-ZP-Andrew\"\n            },\n            {\n                \"essid\": \"DIRECT-Zp-Car_bcea\"\n            },\n            {\n                \"essid\": \"DIRECT-zp-myCadillac\"\n            },\n            {\n                \"essid\": \"DIRECT-ZQBRPC862UPms\"\n            },\n            {\n                \"essid\": \"DIRECT-zQ-Car_ef53\"\n            },\n            {\n                \"essid\": \"DIRECT-Zq-myChevrolet\"\n            },\n            {\n                \"essid\": \"DIRECT-Zq-myGMC\"\n            },\n            {\n                \"essid\": \"DIRECT-zr-Car_86b5\"\n            },\n            {\n                \"essid\": \"DIRECT-Zr-Car_8765\"\n            },\n            {\n                \"essid\": \"DIRECT-Zs-Car_6f9f\"\n            },\n            {\n                \"essid\": \"DIRECT-zs-Car_d3ee\"\n            },\n            {\n                \"essid\": \"DIRECT-zs-myChevrolet\"\n            },\n            {\n                \"essid\": \"DIRECT-ZT-Car_f4f5\"\n            },\n            {\n                \"essid\": \"DIRECT-zt-myCadillac\"\n            },\n            {\n                \"essid\": \"DIRECT-zU-Car_ecf6\"\n            },\n            {\n                \"essid\": \"DIRECT-zU-myCadillac\"\n            },\n            {\n                \"essid\": \"DIRECT-ZV-myCadillac\"\n            },\n            {\n                \"essid\": \"DIRECT-zV-SM-N975U\"\n            },\n            {\n                \"essid\": \"DIRECT-Zw-0004F30E3013\"\n            },\n            {\n                \"essid\": \"DIRECT-zW-Car_bcb1\"\n            },\n            {\n                \"essid\": \"DIRECT-Zw-Patrick\"\n            },\n            {\n                \"essid\": \"DIRECT-zx-Car_d29b\"\n            },\n            {\n                \"essid\": \"DIRECT-ZX-myBuick\"\n            },\n            {\n                \"essid\": \"DIRECT-zx-myCadillac\"\n            },\n            {\n                \"essid\": \"DIRECT-zx-myChevrolet\"\n            },\n            {\n                \"essid\": \"DIRECT-zy-Car_18e0\"\n            },\n            {\n                \"essid\": \"DIRECT-zy-Car_f8bc\"\n            },\n            {\n                \"essid\": \"DIRECT-zY-myChevrolet\"\n            },\n            {\n                \"essid\": \"DIRECT-zz-myCadillac\"\n            },\n            {\n                \"essid\": \"DIRECT-zZ-myChevrolet\"\n            },\n            {\n                \"essid\": \"Dirt Dawgs 10\"\n            },\n            {\n                \"essid\": \"Dirty03\"\n            },\n            {\n                \"essid\": \"dirtylab\"\n            },\n            {\n                \"essid\": \"Dirty Sanchez\"\n            },\n            {\n                \"essid\": \"dirtysouth\"\n            },\n            {\n                \"essid\": \"disconnected\"\n            },\n            {\n                \"essid\": \"Discounts FREE WiFi\"\n            },\n            {\n                \"essid\": \"Disneyhome\"\n            },\n            {\n                \"essid\": \"Diva 31\"\n            },\n            {\n                \"essid\": \"DIVA NAILS\"\n            },\n            {\n                \"essid\": \"DIVA NAILS-guest\"\n            },\n            {\n                \"essid\": \"Diversey WiFi\"\n            },\n            {\n                \"essid\": \"Dixie66\"\n            },\n            {\n                \"essid\": \"Dixie666\"\n            },\n            {\n                \"essid\": \"Dizumi\"\n            },\n            {\n                \"essid\": \"Dizzy\"\n            },\n            {\n                \"essid\": \"djbuddyholly\"\n            },\n            {\n                \"essid\": \"djketa\"\n            },\n            {\n                \"essid\": \"DJVGMC\"\n            },\n            {\n                \"essid\": \"dK27\"\n            },\n            {\n                \"essid\": \"dko-S5\"\n            },\n            {\n                \"essid\": \"DK phone\"\n            },\n            {\n                \"essid\": \"dkstbolt\"\n            },\n            {\n                \"essid\": \"DK&WWCrew\"\n            },\n            {\n                \"essid\": \"DlhRah2\"\n            },\n            {\n                \"essid\": \"dlink\"\n            },\n            {\n                \"essid\": \"dlink-12E6\"\n            },\n            {\n                \"essid\": \"dlink-24A0\"\n            },\n            {\n                \"essid\": \"dlink-473C\"\n            },\n            {\n                \"essid\": \"dlink-50D8\"\n            },\n            {\n                \"essid\": \"dlink-59FC\"\n            },\n            {\n                \"essid\": \"dlink-7818\"\n            },\n            {\n                \"essid\": \"dlink-8FA0\"\n            },\n            {\n                \"essid\": \"dlink-BD26-2.4G\"\n            },\n            {\n                \"essid\": \"dlink-DAB4\"\n            },\n            {\n                \"essid\": \"dlink-DD44\"\n            },\n            {\n                \"essid\": \"dlink_EXT\"\n            },\n            {\n                \"essid\": \"dlink-guest\"\n            },\n            {\n                \"essid\": \"Dlnaymon1954\"\n            },\n            {\n                \"essid\": \"dlove357\"\n            },\n            {\n                \"essid\": \"D Lowry\"\n            },\n            {\n                \"essid\": \"DLSGuest\"\n            },\n            {\n                \"essid\": \"DLSNetwork\"\n            },\n            {\n                \"essid\": \"DLTBDT-2.4\"\n            },\n            {\n                \"essid\": \"DLTCHEVY\"\n            },\n            {\n                \"essid\": \"D.M.\"\n            },\n            {\n                \"essid\": \"DM \"\n            },\n            {\n                \"essid\": \"DM5M7E5N6U\"\n            },\n            {\n                \"essid\": \"DMazza\"\n            },\n            {\n                \"essid\": \"DMC3988\"\n            },\n            {\n                \"essid\": \"DMC3988-guest\"\n            },\n            {\n                \"essid\": \"dmelendez80\"\n            },\n            {\n                \"essid\": \"DMENACE_CASTRO\"\n            },\n            {\n                \"essid\": \"dmendez\"\n            },\n            {\n                \"essid\": \"dMf I\"\n            },\n            {\n                \"essid\": \"DMH25-7C75AA\"\n            },\n            {\n                \"essid\": \"DMH25-9BC972\"\n            },\n            {\n                \"essid\": \"DMH25-D3502C\"\n            },\n            {\n                \"essid\": \"DMH25-D36128\"\n            },\n            {\n                \"essid\": \"DMH25-F01BEB\"\n            },\n            {\n                \"essid\": \"DMH25-F01DF0\"\n            },\n            {\n                \"essid\": \"DMH25-F04770\"\n            },\n            {\n                \"essid\": \"DMitchell-5\"\n            },\n            {\n                \"essid\": \"dmklcsw\"\n            },\n            {\n                \"essid\": \"Dmpm49Bjfk10\"\n            },\n            {\n                \"essid\": \"DMS Basement\"\n            },\n            {\n                \"essid\": \"DNA_MB_Dashcam\"\n            },\n            {\n                \"essid\": \"DnD-WIFI\"\n            },\n            {\n                \"essid\": \"DNet5\"\n            },\n            {\n                \"essid\": \"DNIC\"\n            },\n            {\n                \"essid\": \"Dnice4779\"\n            },\n            {\n                \"essid\": \"DNT1001\"\n            },\n            {\n                \"essid\": \"Dnv Wifi\"\n            },\n            {\n                \"essid\": \"DOAS-GUEST\"\n            },\n            {\n                \"essid\": \"DOAS-INTERNAL\"\n            },\n            {\n                \"essid\": \"DobbyHouse2.4\"\n            },\n            {\n                \"essid\": \"Doc Savage\"\n            },\n            {\n                \"essid\": \"Doc Savage pixel 4a\"\n            },\n            {\n                \"essid\": \"dogcar\"\n            },\n            {\n                \"essid\": \"dogcart\"\n            },\n            {\n                \"essid\": \"dogdocking\"\n            },\n            {\n                \"essid\": \"Doggfalife\"\n            },\n            {\n                \"essid\": \"doggietyme\"\n            },\n            {\n                \"essid\": \"Doggydaddy\"\n            },\n            {\n                \"essid\": \"Dogmilch\"\n            },\n            {\n                \"essid\": \"Dogpound\"\n            },\n            {\n                \"essid\": \"Dogs\"\n            },\n            {\n                \"essid\": \"DojoGuest\"\n            },\n            {\n                \"essid\": \"Dojostaff\"\n            },\n            {\n                \"essid\": \"dolfin\"\n            },\n            {\n                \"essid\": \"DollarNinetyFivePerMinute\"\n            },\n            {\n                \"essid\": \"Dolores Chevy\"\n            },\n            {\n                \"essid\": \"Dom\"\n            },\n            {\n                \"essid\": \"DOM\"\n            },\n            {\n                \"essid\": \"Dom Bolt\"\n            },\n            {\n                \"essid\": \"Domingue Emmanouel’s iPhone\"\n            },\n            {\n                \"essid\": \"Dominic13\"\n            },\n            {\n                \"essid\": \"dominicks\"\n            },\n            {\n                \"essid\": \"Dominic’s iPhone\"\n            },\n            {\n                \"essid\": \"Dominion\"\n            },\n            {\n                \"essid\": \"Dominos\"\n            },\n            {\n                \"essid\": \"DomsBolt\"\n            },\n            {\n                \"essid\": \"Do My Own Thing\"\n            },\n            {\n                \"essid\": \"Don\"\n            },\n            {\n                \"essid\": \"Donald1057\"\n            },\n            {\n                \"essid\": \"donaldlangley\"\n            },\n            {\n                \"essid\": \"Donato\"\n            },\n            {\n                \"essid\": \"DONGLE-28F3669295EC\"\n            },\n            {\n                \"essid\": \"DONGLE-28F36692B351\"\n            },\n            {\n                \"essid\": \"DONGLE-28F36693DAE2\"\n            },\n            {\n                \"essid\": \"Donj11\"\n            },\n            {\n                \"essid\": \"donnaats\"\n            },\n            {\n                \"essid\": \"donnaj\"\n            },\n            {\n                \"essid\": \"Donnas Cruze\"\n            },\n            {\n                \"essid\": \"Donna's Wi-Fi Network\"\n            },\n            {\n                \"essid\": \"Donna Yukon\"\n            },\n            {\n                \"essid\": \"Don new iphone \"\n            },\n            {\n                \"essid\": \"DONOTCHANGE\"\n            },\n            {\n                \"essid\": \"DO NOT ENTER\"\n            },\n            {\n                \"essid\": \"DONOTUSE\"\n            },\n            {\n                \"essid\": \"Dons iphone 6 S\"\n            },\n            {\n                \"essid\": \"Don’s iPhone Xs\"\n            },\n            {\n                \"essid\": \"DonsSilverado\"\n            },\n            {\n                \"essid\": \"Dontairdroplamestuff\"\n            },\n            {\n                \"essid\": \"DontAsk\"\n            },\n            {\n                \"essid\": \"DontComeHere\"\n            },\n            {\n                \"essid\": \"Dont Connect\"\n            },\n            {\n                \"essid\": \"Dont Connect \"\n            },\n            {\n                \"essid\": \"Dont Matter\"\n            },\n            {\n                \"essid\": \"DontStealMyWifi\"\n            },\n            {\n                \"essid\": \"Doodiebug Tablet\"\n            },\n            {\n                \"essid\": \"Doodle\"\n            },\n            {\n                \"essid\": \"doogmorning\"\n            },\n            {\n                \"essid\": \"DOORKING-5973\"\n            },\n            {\n                \"essid\": \"DOPEDICKNU82\"\n            },\n            {\n                \"essid\": \"doratm\"\n            },\n            {\n                \"essid\": \"Doreens Cruze\"\n            },\n            {\n                \"essid\": \"dorhamcruze\"\n            },\n            {\n                \"essid\": \"Doris’s iPhone\"\n            },\n            {\n                \"essid\": \"Dorks\"\n            },\n            {\n                \"essid\": \"Dorks Café\"\n            },\n            {\n                \"essid\": \"Dorothy Micheletti\\\\342\\\\200\\\\231s iPhone\"\n            },\n            {\n                \"essid\": \"Dorothy Shin\"\n            },\n            {\n                \"essid\": \"Dos_Dash_fef970\"\n            },\n            {\n                \"essid\": \"Doshia WiFi\"\n            },\n            {\n                \"essid\": \"Dosirak_037987\"\n            },\n            {\n                \"essid\": \"Dosirak_048237\"\n            },\n            {\n                \"essid\": \"Dosirak_052757\"\n            },\n            {\n                \"essid\": \"dossman1\"\n            },\n            {\n                \"essid\": \"Dotcom\"\n            },\n            {\n                \"essid\": \"dottavolt\"\n            },\n            {\n                \"essid\": \"DOT-Trailer\"\n            },\n            {\n                \"essid\": \"Dotts Suburban\"\n            },\n            {\n                \"essid\": \"Doty Camry XLE Hybrid Hotspot\"\n            },\n            {\n                \"essid\": \"doug\"\n            },\n            {\n                \"essid\": \"Douglas\"\n            },\n            {\n                \"essid\": \"douglas-2.4\"\n            },\n            {\n                \"essid\": \"Douglas_2GEXT\"\n            },\n            {\n                \"essid\": \"Douglas's iPhone\"\n            },\n            {\n                \"essid\": \"Douglas Volt\"\n            },\n            {\n                \"essid\": \"Doug’s\"\n            },\n            {\n                \"essid\": \"DougSilverado\"\n            },\n            {\n                \"essid\": \"Doug's phone\"\n            },\n            {\n                \"essid\": \"dougs truck\"\n            },\n            {\n                \"essid\": \"Dow#1\"\n            },\n            {\n                \"essid\": \"Dow#2\"\n            },\n            {\n                \"essid\": \"downparadox\"\n            },\n            {\n                \"essid\": \"Downstairs\"\n            },\n            {\n                \"essid\": \"DPG-Guest\"\n            },\n            {\n                \"essid\": \"dpi\"\n            },\n            {\n                \"essid\": \"dpi-0158\"\n            },\n            {\n                \"essid\": \"DPN WiFi\"\n            },\n            {\n                \"essid\": \"dpptest\"\n            },\n            {\n                \"essid\": \"DPSS Guest\"\n            },\n            {\n                \"essid\": \"DPS_Wi-Fi\"\n            },\n            {\n                \"essid\": \"DPU_Wireless_Clients\"\n            },\n            {\n                \"essid\": \"DQ Oakwood 2G\"\n            },\n            {\n                \"essid\": \"DQWilbanks\"\n            },\n            {\n                \"essid\": \"DQWilbanks-Guest\"\n            },\n            {\n                \"essid\": \"DR1_RACE_DRONE_1c49e4\"\n            },\n            {\n                \"essid\": \"DR500GW-E02368\"\n            },\n            {\n                \"essid\": \"DR500GW-E060B7\"\n            },\n            {\n                \"essid\": \"DR500GW-E0A032\"\n            },\n            {\n                \"essid\": \"DR500GW-E0E286\"\n            },\n            {\n                \"essid\": \"DR500W-8006C9\"\n            },\n            {\n                \"essid\": \"DR550GW-E0AB7A\"\n            },\n            {\n                \"essid\": \"DR600GW-E273B1\"\n            },\n            {\n                \"essid\": \"DR600GW-E27778\"\n            },\n            {\n                \"essid\": \"DR650GW\"\n            },\n            {\n                \"essid\": \"DR650GW-803E23\"\n            },\n            {\n                \"essid\": \"DR650GW-80405E\"\n            },\n            {\n                \"essid\": \"DR650GW-8046D2\"\n            },\n            {\n                \"essid\": \"DR650GW-80487F\"\n            },\n            {\n                \"essid\": \"DR650GW-807380\"\n            },\n            {\n                \"essid\": \"DR650GW-8096AF\"\n            },\n            {\n                \"essid\": \"DR650GW-809A7A\"\n            },\n            {\n                \"essid\": \"DR650GW-809FBF\"\n            },\n            {\n                \"essid\": \"DR650GW-80A869\"\n            },\n            {\n                \"essid\": \"DR650GW-80BC6D\"\n            },\n            {\n                \"essid\": \"DR650GW-81C0B8\"\n            },\n            {\n                \"essid\": \"DR650GW-81C8B9\"\n            },\n            {\n                \"essid\": \"DR650GW-81F940\"\n            },\n            {\n                \"essid\": \"DR650GW-836B3F\"\n            },\n            {\n                \"essid\": \"DR650GW-F009B7\"\n            },\n            {\n                \"essid\": \"DR650GW-F03AA4\"\n            },\n            {\n                \"essid\": \"DR650GW-F05371\"\n            },\n            {\n                \"essid\": \"DR650GW-F06A25\"\n            },\n            {\n                \"essid\": \"DR650GW-F07135\"\n            },\n            {\n                \"essid\": \"DR650GW-F07217\"\n            },\n            {\n                \"essid\": \"DR650GW-F07E4A\"\n            },\n            {\n                \"essid\": \"DR650GW-F09299\"\n            },\n            {\n                \"essid\": \"DR650GW-F0CB9C\"\n            },\n            {\n                \"essid\": \"DR650GW-F0CC9A\"\n            },\n            {\n                \"essid\": \"DR650GW-F0CDF4\"\n            },\n            {\n                \"essid\": \"DR650GW-F0CEB2\"\n            },\n            {\n                \"essid\": \"DR650GW-JL\"\n            },\n            {\n                \"essid\": \"DR650S \"\n            },\n            {\n                \"essid\": \"DR650S-80C4E4\"\n            },\n            {\n                \"essid\": \"DR650S-80D626\"\n            },\n            {\n                \"essid\": \"DR650S-80FE64\"\n            },\n            {\n                \"essid\": \"DR650S-810165\"\n            },\n            {\n                \"essid\": \"DR650S-810463\"\n            },\n            {\n                \"essid\": \"DR650S-810A83\"\n            },\n            {\n                \"essid\": \"DR650S-812160\"\n            },\n            {\n                \"essid\": \"DR650S-813BC1\"\n            },\n            {\n                \"essid\": \"DR650S-81448D\"\n            },\n            {\n                \"essid\": \"DR650S-814A37\"\n            },\n            {\n                \"essid\": \"DR650S-814B33\"\n            },\n            {\n                \"essid\": \"DR650S-81532D\"\n            },\n            {\n                \"essid\": \"DR650S-815EB7\"\n            },\n            {\n                \"essid\": \"DR650S-8164A3\"\n            },\n            {\n                \"essid\": \"DR650S-816658\"\n            },\n            {\n                \"essid\": \"DR650S-81695F\"\n            },\n            {\n                \"essid\": \"DR650S-81725C\"\n            },\n            {\n                \"essid\": \"DR650S-8177DD\"\n            },\n            {\n                \"essid\": \"DR650S-81811C\"\n            },\n            {\n                \"essid\": \"DR650S-818242\"\n            },\n            {\n                \"essid\": \"DR650S-8182AB\"\n            },\n            {\n                \"essid\": \"DR650S-818411\"\n            },\n            {\n                \"essid\": \"DR650S-818D3C\"\n            },\n            {\n                \"essid\": \"DR650S-8198EE\"\n            },\n            {\n                \"essid\": \"DR650S-81A37E\"\n            },\n            {\n                \"essid\": \"DR650S-81A516\"\n            },\n            {\n                \"essid\": \"DR650S-81A9CB\"\n            },\n            {\n                \"essid\": \"DR650S-81AD26\"\n            },\n            {\n                \"essid\": \"DR650S-81BA1D\"\n            },\n            {\n                \"essid\": \"DR650S-81C1F9\"\n            },\n            {\n                \"essid\": \"DR650S-81C4BC\"\n            },\n            {\n                \"essid\": \"DR650S-81D854\"\n            },\n            {\n                \"essid\": \"DR650S-81D9B3\"\n            },\n            {\n                \"essid\": \"DR650S-81DA3F\"\n            },\n            {\n                \"essid\": \"DR650S-81DAB9\"\n            },\n            {\n                \"essid\": \"DR650S-81DAD3\"\n            },\n            {\n                \"essid\": \"DR650S-81F736\"\n            },\n            {\n                \"essid\": \"DR650S-820324\"\n            },\n            {\n                \"essid\": \"DR650S-8206F3\"\n            },\n            {\n                \"essid\": \"DR650S-82090C\"\n            },\n            {\n                \"essid\": \"DR650S-82091C\"\n            },\n            {\n                \"essid\": \"DR650S-820D56\"\n            },\n            {\n                \"essid\": \"DR650S-8216C2\"\n            },\n            {\n                \"essid\": \"DR650S-822540\"\n            },\n            {\n                \"essid\": \"DR650S-822570\"\n            },\n            {\n                \"essid\": \"DR650S-8226B9\"\n            },\n            {\n                \"essid\": \"DR650S-823E54\"\n            },\n            {\n                \"essid\": \"DR650S-82498A\"\n            },\n            {\n                \"essid\": \"DR650S-8253F2\"\n            },\n            {\n                \"essid\": \"DR650S-826AB5\"\n            },\n            {\n                \"essid\": \"DR650S-826DAC\"\n            },\n            {\n                \"essid\": \"DR650S-82725A\"\n            },\n            {\n                \"essid\": \"DR650S-82759C\"\n            },\n            {\n                \"essid\": \"DR650S-827C91\"\n            },\n            {\n                \"essid\": \"DR650S-82944B\"\n            },\n            {\n                \"essid\": \"DR650S-82F66C\"\n            },\n            {\n                \"essid\": \"DR650S-831546\"\n            },\n            {\n                \"essid\": \"DR650S-838BCD\"\n            },\n            {\n                \"essid\": \"DR650S-83A6C8\"\n            },\n            {\n                \"essid\": \"DR650S-RX450h\"\n            },\n            {\n                \"essid\": \"DR650S-X3MC\"\n            },\n            {\n                \"essid\": \"DR660S\"\n            },\n            {\n                \"essid\": \"DR6SS1G7E02104\"\n            },\n            {\n                \"essid\": \"DR750S-82A94D\"\n            },\n            {\n                \"essid\": \"Draconic\"\n            },\n            {\n                \"essid\": \"dragNET\"\n            },\n            {\n                \"essid\": \"Drago\"\n            },\n            {\n                \"essid\": \"Dragonfly\"\n            },\n            {\n                \"essid\": \"DragonRider\"\n            },\n            {\n                \"essid\": \"Dragonscales\"\n            },\n            {\n                \"essid\": \"drake lane\"\n            },\n            {\n                \"essid\": \"Dr. Angulo iPhone\"\n            },\n            {\n                \"essid\": \"DRAS\"\n            },\n            {\n                \"essid\": \"DrCharlesELee\"\n            },\n            {\n                \"essid\": \"DRCLT-TRADE\"\n            },\n            {\n                \"essid\": \"DRCLT-TRYON\"\n            },\n            {\n                \"essid\": \"Dre-2.4\"\n            },\n            {\n                \"essid\": \"dreads\"\n            },\n            {\n                \"essid\": \"Dream7\"\n            },\n            {\n                \"essid\": \"DREAMS3\"\n            },\n            {\n                \"essid\": \"Dre chevy\"\n            },\n            {\n                \"essid\": \"Dreessen Trax\"\n            },\n            {\n                \"essid\": \"drew\"\n            },\n            {\n                \"essid\": \"Drew\"\n            },\n            {\n                \"essid\": \"DREWETRN\"\n            },\n            {\n                \"essid\": \"drewsbolt\"\n            },\n            {\n                \"essid\": \"Drew’s iPhone X\"\n            },\n            {\n                \"essid\": \"DrexS8\"\n            },\n            {\n                \"essid\": \"drezilar35\"\n            },\n            {\n                \"essid\": \"Dr. Fong\"\n            },\n            {\n                \"essid\": \"DRGuest-CLT\"\n            },\n            {\n                \"essid\": \"DRHA\"\n            },\n            {\n                \"essid\": \"DRHGUEST\"\n            },\n            {\n                \"essid\": \"DRHM\"\n            },\n            {\n                \"essid\": \"drhuff\"\n            },\n            {\n                \"essid\": \"DRHX\"\n            },\n            {\n                \"essid\": \"Dr. Ibrahim Jaffe\"\n            },\n            {\n                \"essid\": \"drink n drunk\"\n            },\n            {\n                \"essid\": \"DRI_Router206A88\"\n            },\n            {\n                \"essid\": \"DRI_Router_CC9\"\n            },\n            {\n                \"essid\": \"dristi tuladhar’s iPhone\"\n            },\n            {\n                \"essid\": \"Drive!\"\n            },\n            {\n                \"essid\": \"DRIVE\"\n            },\n            {\n                \"essid\": \"Driven\"\n            },\n            {\n                \"essid\": \"DRIVEN\"\n            },\n            {\n                \"essid\": \"DrivePro200\"\n            },\n            {\n                \"essid\": \"Driveri:16304142\"\n            },\n            {\n                \"essid\": \"drivingwifi\"\n            },\n            {\n                \"essid\": \"DRK CHOCLIT\"\n            },\n            {\n                \"essid\": \"Dr. MOE\"\n            },\n            {\n                \"essid\": \"D Robertson\"\n            },\n            {\n                \"essid\": \"droowifi\"\n            },\n            {\n                \"essid\": \"Drop it like it's Hotspot\"\n            },\n            {\n                \"essid\": \"dror\"\n            },\n            {\n                \"essid\": \"Drorshimon\"\n            },\n            {\n                \"essid\": \"DRPAYNE\"\n            },\n            {\n                \"essid\": \"Dr. Shipley's\"\n            },\n            {\n                \"essid\": \"Drumset\"\n            },\n            {\n                \"essid\": \"drwaseem\"\n            },\n            {\n                \"essid\": \"Dryden2\"\n            },\n            {\n                \"essid\": \"[dryer] Samsung\"\n            },\n            {\n                \"essid\": \"DS-2.4\"\n            },\n            {\n                \"essid\": \"DSCaddy\"\n            },\n            {\n                \"essid\": \"DSCREM\"\n            },\n            {\n                \"essid\": \"dsmclaughlin\"\n            },\n            {\n                \"essid\": \"DST Lighting\"\n            },\n            {\n                \"essid\": \"DT\"\n            },\n            {\n                \"essid\": \"dtac phone M1\"\n            },\n            {\n                \"essid\": \"dtc1280\"\n            },\n            {\n                \"essid\": \"DTCINC-1\"\n            },\n            {\n                \"essid\": \"DTCINC-1\\u0001\\b\\u0012\"\n            },\n            {\n                \"essid\": \"DTCINC-Gues\"\n            },\n            {\n                \"essid\": \"DTCINC-Guest\"\n            },\n            {\n                \"essid\": \"DTCINC-Guest2\"\n            },\n            {\n                \"essid\": \"dthomas 253\"\n            },\n            {\n                \"essid\": \"D Truck\"\n            },\n            {\n                \"essid\": \"DUALCAST-15D418\"\n            },\n            {\n                \"essid\": \"DUALCAST-20F41B7C774E\"\n            },\n            {\n                \"essid\": \"DUALCAST-ACA213C82825\"\n            },\n            {\n                \"essid\": \"DUALCAST-C2E338\"\n            },\n            {\n                \"essid\": \"DUANE CRUZE\"\n            },\n            {\n                \"essid\": \"Duane Obey\"\n            },\n            {\n                \"essid\": \"dublin\"\n            },\n            {\n                \"essid\": \"DUB NATION\"\n            },\n            {\n                \"essid\": \"DUC Guest\"\n            },\n            {\n                \"essid\": \"Duckies Satanic Palace\"\n            },\n            {\n                \"essid\": \"Duckies Satanic Palace_EXT\"\n            },\n            {\n                \"essid\": \"Duffey\"\n            },\n            {\n                \"essid\": \"Dugan's Daddy\"\n            },\n            {\n                \"essid\": \"Duke\"\n            },\n            {\n                \"essid\": \"Dullys Silverado\"\n            },\n            {\n                \"essid\": \"DuluthPD-WiFi\"\n            },\n            {\n                \"essid\": \"DumDum\"\n            },\n            {\n                \"essid\": \"Dunaway\"\n            },\n            {\n                \"essid\": \"duncancorners\"\n            },\n            {\n                \"essid\": \"duncan ford\"\n            },\n            {\n                \"essid\": \"Duncans Shore\"\n            },\n            {\n                \"essid\": \"DUNCE 1233\"\n            },\n            {\n                \"essid\": \"Dunhackin Mobile Wifi\"\n            },\n            {\n                \"essid\": \"Dunkin' Donuts Guest\"\n            },\n            {\n                \"essid\": \"Dunlap-2.4G\"\n            },\n            {\n                \"essid\": \"Dunlap Malibu\"\n            },\n            {\n                \"essid\": \"Dunnington\"\n            },\n            {\n                \"essid\": \"Dunwoody CC\"\n            },\n            {\n                \"essid\": \"Dunwoody Liquor Store\"\n            },\n            {\n                \"essid\": \"Duong’s iPhone\"\n            },\n            {\n                \"essid\": \"dupont24\"\n            },\n            {\n                \"essid\": \"DuraForce PRO\"\n            },\n            {\n                \"essid\": \"DuraForce PRO_0141\"\n            },\n            {\n                \"essid\": \"DURANATT2633\"\n            },\n            {\n                \"essid\": \"DURAN-HOME\"\n            },\n            {\n                \"essid\": \"durden\"\n            },\n            {\n                \"essid\": \"DURDENS\"\n            },\n            {\n                \"essid\": \"DurhamWeb\"\n            },\n            {\n                \"essid\": \"durp\"\n            },\n            {\n                \"essid\": \"dus\"\n            },\n            {\n                \"essid\": \"Dustins Truck\"\n            },\n            {\n                \"essid\": \"Dut Dut\"\n            },\n            {\n                \"essid\": \"Duuke \"\n            },\n            {\n                \"essid\": \"DUYEN-LUU-2.4\"\n            },\n            {\n                \"essid\": \"DV_28f3666f2946\"\n            },\n            {\n                \"essid\": \"DV_ec3dfd2e1018\"\n            },\n            {\n                \"essid\": \"dvl087\"\n            },\n            {\n                \"essid\": \"DVL iPhone\"\n            },\n            {\n                \"essid\": \"DVR_HX28f366723b23\"\n            },\n            {\n                \"essid\": \"DVR-MGDL64b9\"\n            },\n            {\n                \"essid\": \"DVR-MGDLfe2a\"\n            },\n            {\n                \"essid\": \"DW\"\n            },\n            {\n                \"essid\": \"dwight\"\n            },\n            {\n                \"essid\": \"DWoK-U01HOTM1VQ\"\n            },\n            {\n                \"essid\": \"dwt2.4\"\n            },\n            {\n                \"essid\": \"dwwilhelmsen\"\n            },\n            {\n                \"essid\": \"Dyds Moto E \"\n            },\n            {\n                \"essid\": \"DygAkn\"\n            },\n            {\n                \"essid\": \"Dylan\"\n            },\n            {\n                \"essid\": \"Dylan Casares’s iPhone\"\n            },\n            {\n                \"essid\": \"dylanjames\"\n            },\n            {\n                \"essid\": \"DynacraftBuford\"\n            },\n            {\n                \"essid\": \"Dyna Terrain\"\n            },\n            {\n                \"essid\": \"DYSON-C2A-US-MDA0892A-475\"\n            },\n            {\n                \"essid\": \"DyzenAir24\"\n            },\n            {\n                \"essid\": \"dz\"\n            },\n            {\n                \"essid\": \"e\"\n            },\n            {\n                \"essid\": \"E\"\n            },\n            {\n                \"essid\": \"E0081107\\\\342\\\\200\\\\231s iPhone\"\n            },\n            {\n                \"essid\": \"e10-319-40334\"\n            },\n            {\n                \"essid\": \"e10-518-40011\"\n            },\n            {\n                \"essid\": \"e10-619-40167\"\n            },\n            {\n                \"essid\": \"e10-619-40258\"\n            },\n            {\n                \"essid\": \"e10-619-40272\"\n            },\n            {\n                \"essid\": \"e10-718-40151\"\n            },\n            {\n                \"essid\": \"e10-718-40153\"\n            },\n            {\n                \"essid\": \"e10-718-40155\"\n            },\n            {\n                \"essid\": \"e10-718-40164\"\n            },\n            {\n                \"essid\": \"e10-718-40173\"\n            },\n            {\n                \"essid\": \"e10-718-40190\"\n            },\n            {\n                \"essid\": \"e10-718-40195\"\n            },\n            {\n                \"essid\": \"e10-718-40202\"\n            },\n            {\n                \"essid\": \"e10-718-40208\"\n            },\n            {\n                \"essid\": \"e10-718-40217\"\n            },\n            {\n                \"essid\": \"e10-718-40220\"\n            },\n            {\n                \"essid\": \"e10-718-40225\"\n            },\n            {\n                \"essid\": \"e10-718-40235\"\n            },\n            {\n                \"essid\": \"e10-718-40236\"\n            },\n            {\n                \"essid\": \"e10-718-40320\"\n            },\n            {\n                \"essid\": \"e10-718-40321\"\n            },\n            {\n                \"essid\": \"e10-718-40334\"\n            },\n            {\n                \"essid\": \"e10-b17-a0092\"\n            },\n            {\n                \"essid\": \"e10-b18-40004\"\n            },\n            {\n                \"essid\": \"e10-b18-40012\"\n            },\n            {\n                \"essid\": \"e10-b18-40024\"\n            },\n            {\n                \"essid\": \"e10-b18-40026\"\n            },\n            {\n                \"essid\": \"e10-b18-40027\"\n            },\n            {\n                \"essid\": \"e10-b18-40033\"\n            },\n            {\n                \"essid\": \"e10-b18-40041\"\n            },\n            {\n                \"essid\": \"e10-b18-40042\"\n            },\n            {\n                \"essid\": \"e10-b18-40046\"\n            },\n            {\n                \"essid\": \"e10-b18-40050\"\n            },\n            {\n                \"essid\": \"e10-b18-40066\"\n            },\n            {\n                \"essid\": \"e10-b18-40068\"\n            },\n            {\n                \"essid\": \"e10-b18-40070\"\n            },\n            {\n                \"essid\": \"e10-b18-40071\"\n            },\n            {\n                \"essid\": \"e10-b18-40073\"\n            },\n            {\n                \"essid\": \"e10-b18-40074\"\n            },\n            {\n                \"essid\": \"e10-b18-40078\"\n            },\n            {\n                \"essid\": \"e10-b18-40079\"\n            },\n            {\n                \"essid\": \"e10-b18-40081\"\n            },\n            {\n                \"essid\": \"e10-b18-40085\"\n            },\n            {\n                \"essid\": \"e10-b18-40087\"\n            },\n            {\n                \"essid\": \"e10-b18-40093\"\n            },\n            {\n                \"essid\": \"e10-b18-40458\"\n            },\n            {\n                \"essid\": \"e10-b18-40492\"\n            },\n            {\n                \"essid\": \"e10-b18-40494\"\n            },\n            {\n                \"essid\": \"E300_EXT\"\n            },\n            {\n                \"essid\": \"e30-119-40160\"\n            },\n            {\n                \"essid\": \"e32-220-40426\"\n            },\n            {\n                \"essid\": \"e32-220-40445\"\n            },\n            {\n                \"essid\": \"e32-220-40484\"\n            },\n            {\n                \"essid\": \"e32-220-40486\"\n            },\n            {\n                \"essid\": \"e32-220-40487\"\n            },\n            {\n                \"essid\": \"E3-2.4\"\n            },\n            {\n                \"essid\": \"e36-519-40533\"\n            },\n            {\n                \"essid\": \"E5885\"\n            },\n            {\n                \"essid\": \"EAD\"\n            },\n            {\n                \"essid\": \"EagleEye\"\n            },\n            {\n                \"essid\": \"Eagle Food N Lottery\"\n            },\n            {\n                \"essid\": \"Eagle Theatre\"\n            },\n            {\n                \"essid\": \"Eagle Wifi \"\n            },\n            {\n                \"essid\": \"EAguest\"\n            },\n            {\n                \"essid\": \"EAH\"\n            },\n            {\n                \"essid\": \"EAH \"\n            },\n            {\n                \"essid\": \"EAH-Guest\"\n            },\n            {\n                \"essid\": \"EAHWIFI\"\n            },\n            {\n                \"essid\": \"EAPtest\"\n            },\n            {\n                \"essid\": \"earboy\"\n            },\n            {\n                \"essid\": \"EarthLinkb5ea\"\n            },\n            {\n                \"essid\": \"earthwise\"\n            },\n            {\n                \"essid\": \"East-Bay-Spice-Co\"\n            },\n            {\n                \"essid\": \"Easterly-Berkeley-2.4\"\n            },\n            {\n                \"essid\": \"Eastpoint\"\n            },\n            {\n                \"essid\": \"Easylink104\"\n            },\n            {\n                \"essid\": \"Easylink193\"\n            },\n            {\n                \"essid\": \"Easylink379\"\n            },\n            {\n                \"essid\": \"EasyMike\"\n            },\n            {\n                \"essid\": \"EATEMUP1000\"\n            },\n            {\n                \"essid\": \"Ebby's Galaxy Note 8\"\n            },\n            {\n                \"essid\": \"Eb Equinox\"\n            },\n            {\n                \"essid\": \"E Bernstein\"\n            },\n            {\n                \"essid\": \"Eberts Cruze\"\n            },\n            {\n                \"essid\": \"EB Hotspot\"\n            },\n            {\n                \"essid\": \"Ebondy1\"\n            },\n            {\n                \"essid\": \"eBOS\"\n            },\n            {\n                \"essid\": \"eboskin\"\n            },\n            {\n                \"essid\": \"EBQ-MOBILE-00\"\n            },\n            {\n                \"essid\": \"ebrpd-cp\"\n            },\n            {\n                \"essid\": \"ebrpd-cp0375\"\n            },\n            {\n                \"essid\": \"E Center\"\n            },\n            {\n                \"essid\": \"Eclectics54G\"\n            },\n            {\n                \"essid\": \"Eclectics LLC\"\n            },\n            {\n                \"essid\": \"Eclipse\"\n            },\n            {\n                \"essid\": \"ECLYPSE-5A29A7\"\n            },\n            {\n                \"essid\": \"ecobee\"\n            },\n            {\n                \"essid\": \"econolodge\"\n            },\n            {\n                \"essid\": \"EconoLodge\"\n            },\n            {\n                \"essid\": \"ecosfn1_ext\"\n            },\n            {\n                \"essid\": \"ECOVACS_0267\"\n            },\n            {\n                \"essid\": \"E_C_SALON_Guest\"\n            },\n            {\n                \"essid\": \"ecsmith2001\"\n            },\n            {\n                \"essid\": \"EC’s X\"\n            },\n            {\n                \"essid\": \"ECT\"\n            },\n            {\n                \"essid\": \"EC_Wifi_2.4\"\n            },\n            {\n                \"essid\": \"EdandJo3219\"\n            },\n            {\n                \"essid\": \"EDBLACK-B8F5B7\"\n            },\n            {\n                \"essid\": \"Eddie\"\n            },\n            {\n                \"essid\": \"eddie chevrolet\"\n            },\n            {\n                \"essid\": \"Eddies Equinox\"\n            },\n            {\n                \"essid\": \"Eddies Silverado\"\n            },\n            {\n                \"essid\": \"eden\"\n            },\n            {\n                \"essid\": \"edgar334\"\n            },\n            {\n                \"essid\": \"Edible\"\n            },\n            {\n                \"essid\": \"Edilane’s iPhone\"\n            },\n            {\n                \"essid\": \"Edition One\"\n            },\n            {\n                \"essid\": \"EdiView.Setup 35\"\n            },\n            {\n                \"essid\": \"Edmondsxride\"\n            },\n            {\n                \"essid\": \"Ednas Hotspot\"\n            },\n            {\n                \"essid\": \"Edric的iPhone\"\n            },\n            {\n                \"essid\": \"EDSAUDI\"\n            },\n            {\n                \"essid\": \"Eds Bolt\"\n            },\n            {\n                \"essid\": \"Ed's Wi-Fi Network\"\n            },\n            {\n                \"essid\": \"Eduardo\"\n            },\n            {\n                \"essid\": \"EDUARDO PEREZ\"\n            },\n            {\n                \"essid\": \"Education\"\n            },\n            {\n                \"essid\": \"eduroam\"\n            },\n            {\n                \"essid\": \"eduroam my ass\"\n            },\n            {\n                \"essid\": \"Edvin K\"\n            },\n            {\n                \"essid\": \"Edwards\"\n            },\n            {\n                \"essid\": \"Edwards-5G\"\n            },\n            {\n                \"essid\": \"Edwards Chevy\"\n            },\n            {\n                \"essid\": \"Edward Silverado\"\n            },\n            {\n                \"essid\": \"EDWARD’s iPhone\"\n            },\n            {\n                \"essid\": \"Edwin Gomez’s iPhone\"\n            },\n            {\n                \"essid\": \"eeifb_TM24\"\n            },\n            {\n                \"essid\": \"eengebretsen\"\n            },\n            {\n                \"essid\": \"eeveesu\"\n            },\n            {\n                \"essid\": \"EF336\"\n            },\n            {\n                \"essid\": \"EF337\"\n            },\n            {\n                \"essid\": \"EF339\"\n            },\n            {\n                \"essid\": \"EF348\"\n            },\n            {\n                \"essid\": \"EF356\"\n            },\n            {\n                \"essid\": \"Efficiency\"\n            },\n            {\n                \"essid\": \"EFLS_2.4GHz\"\n            },\n            {\n                \"essid\": \"EFRAM BOLT\"\n            },\n            {\n                \"essid\": \"egg\"\n            },\n            {\n                \"essid\": \"EG_GA_1-2.4GHz\"\n            },\n            {\n                \"essid\": \"EGO HAIR LOUNGE\"\n            },\n            {\n                \"essid\": \"EGSWLANSECURE\"\n            },\n            {\n                \"essid\": \"Egu8ruh9\"\n            },\n            {\n                \"essid\": \"E Guest Net\"\n            },\n            {\n                \"essid\": \"Eh73rLjJSrINoHt\"\n            },\n            {\n                \"essid\": \"Ehab1234\"\n            },\n            {\n                \"essid\": \"EHC\"\n            },\n            {\n                \"essid\": \"EHC Guest\"\n            },\n            {\n                \"essid\": \"EHC-Managed\"\n            },\n            {\n                \"essid\": \"EHC-Vendor\"\n            },\n            {\n                \"essid\": \"EHeard\"\n            },\n            {\n                \"essid\": \"Einstein Bros Bagels\"\n            },\n            {\n                \"essid\": \"Eitan Volt\"\n            },\n            {\n                \"essid\": \"ejcprius\"\n            },\n            {\n                \"essid\": \"E Jenkins \"\n            },\n            {\n                \"essid\": \"EKRX5\"\n            },\n            {\n                \"essid\": \"Eladrin_East\"\n            },\n            {\n                \"essid\": \"Eladrin_EXT\"\n            },\n            {\n                \"essid\": \"Eladrin_EXT2\"\n            },\n            {\n                \"essid\": \"Elad Wifi\"\n            },\n            {\n                \"essid\": \"Elaine\"\n            },\n            {\n                \"essid\": \"Elaine's Wifi\"\n            },\n            {\n                \"essid\": \"elanie terrain\"\n            },\n            {\n                \"essid\": \"Elaynes Spark\"\n            },\n            {\n                \"essid\": \"ElazziWifi\"\n            },\n            {\n                \"essid\": \"ElazziWifi_2GEXT\"\n            },\n            {\n                \"essid\": \"ElazziWifi5\"\n            },\n            {\n                \"essid\": \"elbaacadia\"\n            },\n            {\n                \"essid\": \"elbarco\"\n            },\n            {\n                \"essid\": \"ElbertRemote\"\n            },\n            {\n                \"essid\": \"El Centinela Guest\"\n            },\n            {\n                \"essid\": \"El Cribo\"\n            },\n            {\n                \"essid\": \"El cristobal iPhone\"\n            },\n            {\n                \"essid\": \"Elder B.\"\n            },\n            {\n                \"essid\": \"elders car\"\n            },\n            {\n                \"essid\": \"ELD TABLET\"\n            },\n            {\n                \"essid\": \"ELD Wifi\"\n            },\n            {\n                \"essid\": \"Eleana\"\n            },\n            {\n                \"essid\": \"Elean Fan\"\n            },\n            {\n                \"essid\": \"Electra Hots\"\n            },\n            {\n                \"essid\": \"ElectricEye2\"\n            },\n            {\n                \"essid\": \"ElectricPotato\"\n            },\n            {\n                \"essid\": \"Electric Soup\"\n            },\n            {\n                \"essid\": \"ElectricWifi\"\n            },\n            {\n                \"essid\": \"ElectricWiFi\"\n            },\n            {\n                \"essid\": \"electrify\"\n            },\n            {\n                \"essid\": \"ElectroAndroid\"\n            },\n            {\n                \"essid\": \"Electron Volt\"\n            },\n            {\n                \"essid\": \"Elena 2.4g\"\n            },\n            {\n                \"essid\": \"Elena Casa\"\n            },\n            {\n                \"essid\": \"Eleni Lexus\"\n            },\n            {\n                \"essid\": \"El espiritu de Dios esta sobre m\"\n            },\n            {\n                \"essid\": \"Elevate\"\n            },\n            {\n                \"essid\": \"ELEVATE-69B8\"\n            },\n            {\n                \"essid\": \"ELEVATORMAN\"\n            },\n            {\n                \"essid\": \"Elexis Wifi\"\n            },\n            {\n                \"essid\": \"elgal100\"\n            },\n            {\n                \"essid\": \"elgallonegro2\"\n            },\n            {\n                \"essid\": \"Elias2418c6f61068\"\n            },\n            {\n                \"essid\": \"Elibroon\"\n            },\n            {\n                \"essid\": \"elida 2016\"\n            },\n            {\n                \"essid\": \"ELIDOUGLAS\"\n            },\n            {\n                \"essid\": \"Elie Spark\"\n            },\n            {\n                \"essid\": \"Elijah’s iPhone\"\n            },\n            {\n                \"essid\": \"elijanet\"\n            },\n            {\n                \"essid\": \"ElimGA.com\"\n            },\n            {\n                \"essid\": \"ElimGA - Media\"\n            },\n            {\n                \"essid\": \"Elisa-2.4\"\n            },\n            {\n                \"essid\": \"Elisabeth\"\n            },\n            {\n                \"essid\": \"Elise\"\n            },\n            {\n                \"essid\": \"Elise’s iPhone\"\n            },\n            {\n                \"essid\": \"elisha volt\"\n            },\n            {\n                \"essid\": \"Eli’s iPhone\"\n            },\n            {\n                \"essid\": \"elite\"\n            },\n            {\n                \"essid\": \"Elite\"\n            },\n            {\n                \"essid\": \"Elite 303\"\n            },\n            {\n                \"essid\": \"Elite_B5\"\n            },\n            {\n                \"essid\": \"Elite E55\"\n            },\n            {\n                \"essid\": \"Elizabeth\"\n            },\n            {\n                \"essid\": \"Elizabeth\\\\342\\\\200\\\\231s iPhone\"\n            },\n            {\n                \"essid\": \"Elizabeth's iPhone\"\n            },\n            {\n                \"essid\": \"ElizabethSonic\"\n            },\n            {\n                \"essid\": \"Elizabeth Yukon\"\n            },\n            {\n                \"essid\": \"El Jr Wifi\"\n            },\n            {\n                \"essid\": \"Ella WiFi\"\n            },\n            {\n                \"essid\": \"Ellens Volt\"\n            },\n            {\n                \"essid\": \"Ellens Wifi\"\n            },\n            {\n                \"essid\": \"Ellie\"\n            },\n            {\n                \"essid\": \"Ellie1\"\n            },\n            {\n                \"essid\": \"Ellie Mae Wifi\"\n            },\n            {\n                \"essid\": \"ELLIFF\"\n            },\n            {\n                \"essid\": \"ELLIFF_2GEXT\"\n            },\n            {\n                \"essid\": \"Elliffhouse\"\n            },\n            {\n                \"essid\": \"ElliffHouse\"\n            },\n            {\n                \"essid\": \"Ellipsis Jetpack 0189\"\n            },\n            {\n                \"essid\": \"Ellipsis Jetpack 0DF8\"\n            },\n            {\n                \"essid\": \"Ellipsis Jetpack 114D\"\n            },\n            {\n                \"essid\": \"Ellipsis Jetpack 16DF\"\n            },\n            {\n                \"essid\": \"Ellipsis Jetpack 192B\"\n            },\n            {\n                \"essid\": \"Ellipsis jetpack 222D\"\n            },\n            {\n                \"essid\": \"Ellipsis Jetpack 23FE\"\n            },\n            {\n                \"essid\": \"Ellipsis Jetpack 284D\"\n            },\n            {\n                \"essid\": \"Ellipsis Jetpack 287D\"\n            },\n            {\n                \"essid\": \"Ellipsis Jetpack 2CA5\"\n            },\n            {\n                \"essid\": \"Ellipsis Jetpack 319A\"\n            },\n            {\n                \"essid\": \"Ellipsis Jetpack 348A\"\n            },\n            {\n                \"essid\": \"Ellipsis Jetpack 3A1B\"\n            },\n            {\n                \"essid\": \"Ellipsis Jetpack 3A4E\"\n            },\n            {\n                \"essid\": \"Ellipsis Jetpack 3DE3\"\n            },\n            {\n                \"essid\": \"Ellipsis Jetpack 4779\"\n            },\n            {\n                \"essid\": \"Ellipsis Jetpack 49A8\"\n            },\n            {\n                \"essid\": \"Ellipsis Jetpack 4CEA\"\n            },\n            {\n                \"essid\": \"Ellipsis Jetpack 4E71\"\n            },\n            {\n                \"essid\": \"Ellipsis Jetpack 4F30\"\n            },\n            {\n                \"essid\": \"Ellipsis Jetpack 573C\"\n            },\n            {\n                \"essid\": \"Ellipsis Jetpack 5D0F\"\n            },\n            {\n                \"essid\": \"Ellipsis Jetpack 6158\"\n            },\n            {\n                \"essid\": \"Ellipsis Jetpack 6B01\"\n            },\n            {\n                \"essid\": \"Ellipsis Jetpack 6E73\"\n            },\n            {\n                \"essid\": \"Ellipsis Jetpack 6F74\"\n            },\n            {\n                \"essid\": \"Ellipsis Jetpack 7023\"\n            },\n            {\n                \"essid\": \"Ellipsis Jetpack 752B\"\n            },\n            {\n                \"essid\": \"Ellipsis Jetpack 7558\"\n            },\n            {\n                \"essid\": \"Ellipsis Jetpack 7840\"\n            },\n            {\n                \"essid\": \"Ellipsis Jetpack 7F34\"\n            },\n            {\n                \"essid\": \"Ellipsis Jetpack 8151\"\n            },\n            {\n                \"essid\": \"Ellipsis Jetpack 88AB\"\n            },\n            {\n                \"essid\": \"Ellipsis Jetpack 8ACA\"\n            },\n            {\n                \"essid\": \"Ellipsis Jetpack 8E2A\"\n            },\n            {\n                \"essid\": \"Ellipsis Jetpack 9037\"\n            },\n            {\n                \"essid\": \"Ellipsis Jetpack 93DA\"\n            },\n            {\n                \"essid\": \"Ellipsis Jetpack A60D\"\n            },\n            {\n                \"essid\": \"Ellipsis Jetpack A636\"\n            },\n            {\n                \"essid\": \"Ellipsis Jetpack A735\"\n            },\n            {\n                \"essid\": \"Ellipsis Jetpack AEED\"\n            },\n            {\n                \"essid\": \"Ellipsis Jetpack B1EE\"\n            },\n            {\n                \"essid\": \"Ellipsis Jetpack B6C1\"\n            },\n            {\n                \"essid\": \"Ellipsis Jetpack B734\"\n            },\n            {\n                \"essid\": \"Ellipsis Jetpack C003\"\n            },\n            {\n                \"essid\": \"Ellipsis Jetpack C4D3\"\n            },\n            {\n                \"essid\": \"Ellipsis Jetpack CA45\"\n            },\n            {\n                \"essid\": \"Ellipsis Jetpack CAF7\"\n            },\n            {\n                \"essid\": \"Ellipsis Jetpack CC7E\"\n            },\n            {\n                \"essid\": \"Ellipsis Jetpack CE59\"\n            },\n            {\n                \"essid\": \"Ellipsis Jetpack CEB6\"\n            },\n            {\n                \"essid\": \"Ellipsis Jetpack D332\"\n            },\n            {\n                \"essid\": \"Ellipsis Jetpack D593\"\n            },\n            {\n                \"essid\": \"Ellipsis Jetpack D6C6\"\n            },\n            {\n                \"essid\": \"Ellipsis Jetpack DCA6\"\n            },\n            {\n                \"essid\": \"Ellipsis Jetpack DF6A\"\n            },\n            {\n                \"essid\": \"Ellipsis Jetpack E1EA\"\n            },\n            {\n                \"essid\": \"Ellipsis Jetpack EB94\"\n            },\n            {\n                \"essid\": \"Ellipsis Jetpack EC39\"\n            },\n            {\n                \"essid\": \"Ellipsis Jetpack F5A1\"\n            },\n            {\n                \"essid\": \"ellisxts\"\n            },\n            {\n                \"essid\": \"Ellsworth\"\n            },\n            {\n                \"essid\": \"Ellsworthfamily\"\n            },\n            {\n                \"essid\": \"elmo-897_Canon0A\"\n            },\n            {\n                \"essid\": \"ElMoonJ\"\n            },\n            {\n                \"essid\": \"Elnita Varela\"\n            },\n            {\n                \"essid\": \"Elon\\\\342\\\\200\\\\231s iPhone\"\n            },\n            {\n                \"essid\": \"Elon's iPhone\"\n            },\n            {\n                \"essid\": \"elosso\"\n            },\n            {\n                \"essid\": \"elrancho\"\n            },\n            {\n                \"essid\": \"ELROD\"\n            },\n            {\n                \"essid\": \"El Som 6 Guest\"\n            },\n            {\n                \"essid\": \"El Toro\"\n            },\n            {\n                \"essid\": \"EL URIGINAL\"\n            },\n            {\n                \"essid\": \"elusiveother\"\n            },\n            {\n                \"essid\": \"Elvis Lives Here\"\n            },\n            {\n                \"essid\": \"El Wifi para el chivo \"\n            },\n            {\n                \"essid\": \"elymus\"\n            },\n            {\n                \"essid\": \"elyseea\"\n            },\n            {\n                \"essid\": \"elyssaswifi\"\n            },\n            {\n                \"essid\": \"EM\"\n            },\n            {\n                \"essid\": \"Emad1960\"\n            },\n            {\n                \"essid\": \"emadimpala\"\n            },\n            {\n                \"essid\": \"Emannuel\"\n            },\n            {\n                \"essid\": \"emanuel 2016\"\n            },\n            {\n                \"essid\": \"embolten\"\n            },\n            {\n                \"essid\": \"Embracechaos1980\"\n            },\n            {\n                \"essid\": \"Embrace_U_Salon\"\n            },\n            {\n                \"essid\": \"emcghee73\"\n            },\n            {\n                \"essid\": \"EMCx\"\n            },\n            {\n                \"essid\": \"EMDEE\"\n            },\n            {\n                \"essid\": \"EmelyesCruze\"\n            },\n            {\n                \"essid\": \"Emille Thomas\"\n            },\n            {\n                \"essid\": \"Emily\"\n            },\n            {\n                \"essid\": \"Emily Bolt\"\n            },\n            {\n                \"essid\": \"Emily is\"\n            },\n            {\n                \"essid\": \"emilys cruze\"\n            },\n            {\n                \"essid\": \"Emily's iPhone\"\n            },\n            {\n                \"essid\": \"Emilys Trax\"\n            },\n            {\n                \"essid\": \"Emilys Yukon\"\n            },\n            {\n                \"essid\": \"Emin Burak\"\n            },\n            {\n                \"essid\": \"Emllio\"\n            },\n            {\n                \"essid\": \"EMMAHOTSPOT\"\n            },\n            {\n                \"essid\": \"Emmanuel\\\\342\\\\200\\\\231s iPhone\"\n            },\n            {\n                \"essid\": \"emmett\"\n            },\n            {\n                \"essid\": \"Emmir10\"\n            },\n            {\n                \"essid\": \"EmoryUnplugged\"\n            },\n            {\n                \"essid\": \"Emperor Alliance \"\n            },\n            {\n                \"essid\": \"Employees\"\n            },\n            {\n                \"essid\": \"Employee_WiFi\"\n            },\n            {\n                \"essid\": \"EMPnet\"\n            },\n            {\n                \"essid\": \"Empress phone\"\n            },\n            {\n                \"essid\": \"EMS 63 - Type 2\"\n            },\n            {\n                \"essid\": \"Ems Equinox\"\n            },\n            {\n                \"essid\": \"EmtecCorp\"\n            },\n            {\n                \"essid\": \"Emtec-Public\"\n            },\n            {\n                \"essid\": \"Emyht\"\n            },\n            {\n                \"essid\": \"Enclave\"\n            },\n            {\n                \"essid\": \"Enclave17\"\n            },\n            {\n                \"essid\": \"Enclave 2016\"\n            },\n            {\n                \"essid\": \"Encompass-Guest\"\n            },\n            {\n                \"essid\": \"Encore16\"\n            },\n            {\n                \"essid\": \"Encore Wifi\"\n            },\n            {\n                \"essid\": \"Enderle\"\n            },\n            {\n                \"essid\": \"Ends📮Meet\"\n            },\n            {\n                \"essid\": \"EnGenius\"\n            },\n            {\n                \"essid\": \"EnGenius1\"\n            },\n            {\n                \"essid\": \"EnGenius2\"\n            },\n            {\n                \"essid\": \"EnGenius242937-5G\"\n            },\n            {\n                \"essid\": \"EnGenius3\"\n            },\n            {\n                \"essid\": \"EnGenius3BE9D1_1-2.4GHz\"\n            },\n            {\n                \"essid\": \"EnGenius4\"\n            },\n            {\n                \"essid\": \"EnGenius5\"\n            },\n            {\n                \"essid\": \"EnGenius6\"\n            },\n            {\n                \"essid\": \"EnGenius6D2F62_1-2.4GHz\"\n            },\n            {\n                \"essid\": \"EnGenius7\"\n            },\n            {\n                \"essid\": \"EnGenius8\"\n            },\n            {\n                \"essid\": \"EnGenius914909_1\"\n            },\n            {\n                \"essid\": \"EnGeniusBF71DC\"\n            },\n            {\n                \"essid\": \"England\"\n            },\n            {\n                \"essid\": \"Eng-Sci-2\"\n            },\n            {\n                \"essid\": \"EngSurowiec\"\n            },\n            {\n                \"essid\": \"Enrique's Redoubt\"\n            },\n            {\n                \"essid\": \"Entek Wireless\"\n            },\n            {\n                \"essid\": \"entelekia\"\n            },\n            {\n                \"essid\": \"EnterpriseMobile\"\n            },\n            {\n                \"essid\": \"EnterpriseVendor\"\n            },\n            {\n                \"essid\": \"EnterpriseWorkforce\"\n            },\n            {\n                \"essid\": \"ENT-Guest\"\n            },\n            {\n                \"essid\": \"ENTHEORY\"\n            },\n            {\n                \"essid\": \"ENT-LAN\"\n            },\n            {\n                \"essid\": \"Entryway speaker.n008\"\n            },\n            {\n                \"essid\": \"EnvisionNet_Guest\"\n            },\n            {\n                \"essid\": \"ENZO ENTERPRISE\"\n            },\n            {\n                \"essid\": \"EOC_Guest\"\n            },\n            {\n                \"essid\": \"eokamura\"\n            },\n            {\n                \"essid\": \"eosullivan\"\n            },\n            {\n                \"essid\": \"EOS-WiFi\"\n            },\n            {\n                \"essid\": \"EP10net\"\n            },\n            {\n                \"essid\": \"Epbihs\"\n            },\n            {\n                \"essid\": \"epd\"\n            },\n            {\n                \"essid\": \"EPD Demo\"\n            },\n            {\n                \"essid\": \"Epiroc\"\n            },\n            {\n                \"essid\": \"Epiroc1\"\n            },\n            {\n                \"essid\": \"EPPCO\"\n            },\n            {\n                \"essid\": \"EPPCOM 2.4\"\n            },\n            {\n                \"essid\": \"EPPCO NET\"\n            },\n            {\n                \"essid\": \"eprize2\"\n            },\n            {\n                \"essid\": \"epsllc-2G\"\n            },\n            {\n                \"essid\": \"EQPWLAN\"\n            },\n            {\n                \"essid\": \"equinox\"\n            },\n            {\n                \"essid\": \"Equinox\"\n            },\n            {\n                \"essid\": \"Equinox2018\"\n            },\n            {\n                \"essid\": \"Equinox Wifi\"\n            },\n            {\n                \"essid\": \"EQUITYPRIMEWIFI\"\n            },\n            {\n                \"essid\": \"Eralphia's Wi-Fi Network\"\n            },\n            {\n                \"essid\": \"Erenstoft\"\n            },\n            {\n                \"essid\": \"erestau\"\n            },\n            {\n                \"essid\": \"Erica B 819\"\n            },\n            {\n                \"essid\": \"erica oden\"\n            },\n            {\n                \"essid\": \"Ericas Spark\"\n            },\n            {\n                \"essid\": \"Ericas Truck\"\n            },\n            {\n                \"essid\": \"Eric berry\"\n            },\n            {\n                \"essid\": \"Erich's Iphone X HERO7 Black\"\n            },\n            {\n                \"essid\": \"Eric's Bamry\"\n            },\n            {\n                \"essid\": \"Erics Bolt\"\n            },\n            {\n                \"essid\": \"ericscar\"\n            },\n            {\n                \"essid\": \"Eric's iPhone\"\n            },\n            {\n                \"essid\": \"Ericsson2.4G-2-1\"\n            },\n            {\n                \"essid\": \"Ericsson5G-1-1\"\n            },\n            {\n                \"essid\": \"Erics Spark\"\n            },\n            {\n                \"essid\": \"Erics Suburban\"\n            },\n            {\n                \"essid\": \"Erics truck\"\n            },\n            {\n                \"essid\": \"Erics Truck\"\n            },\n            {\n                \"essid\": \"Erics Volt\"\n            },\n            {\n                \"essid\": \"ericyoo0327\"\n            },\n            {\n                \"essid\": \"Erika510\"\n            },\n            {\n                \"essid\": \"erika Avery’s iPhone\"\n            },\n            {\n                \"essid\": \"Erikas Cruze\"\n            },\n            {\n                \"essid\": \"ErikasWifi\"\n            },\n            {\n                \"essid\": \"eriklemire\"\n            },\n            {\n                \"essid\": \"Erik’s iPhone 7\"\n            },\n            {\n                \"essid\": \"Erik Tahoe\"\n            },\n            {\n                \"essid\": \"Erikthered-2.4\"\n            },\n            {\n                \"essid\": \"erikx4\"\n            },\n            {\n                \"essid\": \"Erin.Internet\"\n            },\n            {\n                \"essid\": \"erinoneill\"\n            },\n            {\n                \"essid\": \"Erin’s iPhone\"\n            },\n            {\n                \"essid\": \"Eriri OnePlus 6\"\n            },\n            {\n                \"essid\": \"Ermite Charles Salon TV.b\"\n            },\n            {\n                \"essid\": \"ERNESTO\"\n            },\n            {\n                \"essid\": \"Ernesto Castro\"\n            },\n            {\n                \"essid\": \"Ernestos GMC\"\n            },\n            {\n                \"essid\": \"eRniE3833\"\n            },\n            {\n                \"essid\": \"erol86\"\n            },\n            {\n                \"essid\": \"Erwin\"\n            },\n            {\n                \"essid\": \"ES_6657\"\n            },\n            {\n                \"essid\": \"ESAconnect\"\n            },\n            {\n                \"essid\": \"ESBA-Johanna-D0A2\"\n            },\n            {\n                \"essid\": \"ESC16484\"\n            },\n            {\n                \"essid\": \"Escalade\"\n            },\n            {\n                \"essid\": \"Escalade1979\"\n            },\n            {\n                \"essid\": \"Escalade Hotspot\"\n            },\n            {\n                \"essid\": \"escape\"\n            },\n            {\n                \"essid\": \"Escape\"\n            },\n            {\n                \"essid\": \"ESCAPE WiFi\"\n            },\n            {\n                \"essid\": \"ESCAPEWIFI\"\n            },\n            {\n                \"essid\": \"esco52\"\n            },\n            {\n                \"essid\": \"Escobar4156\"\n            },\n            {\n                \"essid\": \"Escobedo\"\n            },\n            {\n                \"essid\": \"EscoFam17\"\n            },\n            {\n                \"essid\": \"Escort M1\"\n            },\n            {\n                \"essid\": \"ESG-Visitor\"\n            },\n            {\n                \"essid\": \"Eshawhip\"\n            },\n            {\n                \"essid\": \"Eskeyenn_Guest\"\n            },\n            {\n                \"essid\": \"Esmati2\"\n            },\n            {\n                \"essid\": \"E Snowden\"\n            },\n            {\n                \"essid\": \"ESOTitanIII0ak\"\n            },\n            {\n                \"essid\": \"ESP_214516\"\n            },\n            {\n                \"essid\": \"Espinal\"\n            },\n            {\n                \"essid\": \"Espino WiFi\"\n            },\n            {\n                \"essid\": \"espiritu\"\n            },\n            {\n                \"essid\": \"ESSE09\"\n            },\n            {\n                \"essid\": \"ESSENCENAILSDAYSPA\"\n            },\n            {\n                \"essid\": \"Essential\"\n            },\n            {\n                \"essid\": \"EsseVPN5\"\n            },\n            {\n                \"essid\": \"essiemarie\"\n            },\n            {\n                \"essid\": \"esteray\"\n            },\n            {\n                \"essid\": \"Esther's iPhone 10\"\n            },\n            {\n                \"essid\": \"esthersuburban\"\n            },\n            {\n                \"essid\": \"Eternallife\"\n            },\n            {\n                \"essid\": \"Etha500\"\n            },\n            {\n                \"essid\": \"ETHAN1\"\n            },\n            {\n                \"essid\": \"Ethannet\"\n            },\n            {\n                \"essid\": \"EtheridgeNet\"\n            },\n            {\n                \"essid\": \"EthologyMusic\"\n            },\n            {\n                \"essid\": \"Ethridge06\"\n            },\n            {\n                \"essid\": \"etron\"\n            },\n            {\n                \"essid\": \"eTron-wifi\"\n            },\n            {\n                \"essid\": \"Eugenes Cruze\"\n            },\n            {\n                \"essid\": \"eugenio\"\n            },\n            {\n                \"essid\": \"Eunice\"\n            },\n            {\n                \"essid\": \"Eunice’s iPhone\"\n            },\n            {\n                \"essid\": \"EUSTEST\"\n            },\n            {\n                \"essid\": \"Euusa\"\n            },\n            {\n                \"essid\": \"Evans Alcorn\"\n            },\n            {\n                \"essid\": \"EvansEv\"\n            },\n            {\n                \"essid\": \"Evans Suburban\"\n            },\n            {\n                \"essid\": \"Evan Volt\"\n            },\n            {\n                \"essid\": \"EV Cars\"\n            },\n            {\n                \"essid\": \"Eve\"\n            },\n            {\n                \"essid\": \"eveleni\"\n            },\n            {\n                \"essid\": \"Evelyn Bolt\"\n            },\n            {\n                \"essid\": \"Evelyn’s iPhone\"\n            },\n            {\n                \"essid\": \"EVENT1\"\n            },\n            {\n                \"essid\": \"Everland Play\"\n            },\n            {\n                \"essid\": \"Everywhere speaker.n001\"\n            },\n            {\n                \"essid\": \"Eve WiFi\"\n            },\n            {\n                \"essid\": \"EVGOTH\"\n            },\n            {\n                \"essid\": \"evie\"\n            },\n            {\n                \"essid\": \"Evie WiFi\"\n            },\n            {\n                \"essid\": \"Evil Clown\"\n            },\n            {\n                \"essid\": \"evjmk2019\"\n            },\n            {\n                \"essid\": \"Evy\"\n            },\n            {\n                \"essid\": \"Evydu1\"\n            },\n            {\n                \"essid\": \"EWAP\"\n            },\n            {\n                \"essid\": \"E Will 908\"\n            },\n            {\n                \"essid\": \"ewingmotorcompany\"\n            },\n            {\n                \"essid\": \"EX6100_NETGEAR_2GEXT\"\n            },\n            {\n                \"essid\": \"Excel Signs\"\n            },\n            {\n                \"essid\": \"Excelsior\"\n            },\n            {\n                \"essid\": \"EXELCORP\"\n            },\n            {\n                \"essid\": \"EXELDMZ\"\n            },\n            {\n                \"essid\": \"EXELSCAN\"\n            },\n            {\n                \"essid\": \"exoticmuzik\"\n            },\n            {\n                \"essid\": \"EXPEDITION\"\n            },\n            {\n                \"essid\": \"Explorer\"\n            },\n            {\n                \"essid\": \"ExplorerGR\"\n            },\n            {\n                \"essid\": \"explorers\"\n            },\n            {\n                \"essid\": \"Expneeci101\"\n            },\n            {\n                \"essid\": \"Express-2.4\"\n            },\n            {\n                \"essid\": \"expressguest\"\n            },\n            {\n                \"essid\": \"Extended_2.4\"\n            },\n            {\n                \"essid\": \"Extender\"\n            },\n            {\n                \"essid\": \"Extraordinary Tan\"\n            },\n            {\n                \"essid\": \"ExtraSpaceStorage\"\n            },\n            {\n                \"essid\": \"Extremely _Blessed\"\n            },\n            {\n                \"essid\": \"Exxon\"\n            },\n            {\n                \"essid\": \"EyeNet_OnBoard-2D54\"\n            },\n            {\n                \"essid\": \"EyeNet_OnBoard-57DC\"\n            },\n            {\n                \"essid\": \"EyeNet_OnBoard-8EEC\"\n            },\n            {\n                \"essid\": \"EyeRide-004133\"\n            },\n            {\n                \"essid\": \"Eye_Site_Oak\"\n            },\n            {\n                \"essid\": \"Eyes of Love-2G\"\n            },\n            {\n                \"essid\": \"Eyes of Love-5G\"\n            },\n            {\n                \"essid\": \"eyewatch\"\n            },\n            {\n                \"essid\": \"EZ-BRIDGE\"\n            },\n            {\n                \"essid\": \"EZDaze\"\n            },\n            {\n                \"essid\": \"EZDaze2\"\n            },\n            {\n                \"essid\": \"Ezie Cruze\"\n            },\n            {\n                \"essid\": \"EZLYNK_627E\"\n            },\n            {\n                \"essid\": \"EZLYNK_6F18\"\n            },\n            {\n                \"essid\": \"EZLYNK_94BC\"\n            },\n            {\n                \"essid\": \"EZLYNK_BE2C5AQ0\"\n            },\n            {\n                \"essid\": \"EZLYNK_BED16TQ4\"\n            },\n            {\n                \"essid\": \"EZLYNK_BEKJ98S7\"\n            },\n            {\n                \"essid\": \"EZLYNK_BEKJ9AT3\"\n            },\n            {\n                \"essid\": \"EZLYNK_BEKJ9LN2\"\n            },\n            {\n                \"essid\": \"EZLYNK_BEKK1KW2\"\n            },\n            {\n                \"essid\": \"EZLYNK_D000\"\n            },\n            {\n                \"essid\": \"EZLYNK_FF22\"\n            },\n            {\n                \"essid\": \"ezragould\"\n            },\n            {\n                \"essid\": \"ezzeddine\"\n            },\n            {\n                \"essid\": \"f150\"\n            },\n            {\n                \"essid\": \"F1 Bolt\"\n            },\n            {\n                \"essid\": \"F-250\"\n            },\n            {\n                \"essid\": \"F\\\\303\\\\274rb&cast\"\n            },\n            {\n                \"essid\": \"F3074213\"\n            },\n            {\n                \"essid\": \"F3078E1C\"\n            },\n            {\n                \"essid\": \"F308374E\"\n            },\n            {\n                \"essid\": \"F30A3930\"\n            },\n            {\n                \"essid\": \"F30A396E\"\n            },\n            {\n                \"essid\": \"F30BBD19\"\n            },\n            {\n                \"essid\": \"F30E0EBA\"\n            },\n            {\n                \"essid\": \"F3110392\"\n            },\n            {\n                \"essid\": \"F3111324\"\n            },\n            {\n                \"essid\": \"F31155CC\"\n            },\n            {\n                \"essid\": \"F3139CDA\"\n            },\n            {\n                \"essid\": \"F313F5CF\"\n            },\n            {\n                \"essid\": \"F3165FED\"\n            },\n            {\n                \"essid\": \"F31BC022\"\n            },\n            {\n                \"essid\": \"F31dX\"\n            },\n            {\n                \"essid\": \"F33651\"\n            },\n            {\n                \"essid\": \"F40998\"\n            },\n            {\n                \"essid\": \"F47666\"\n            },\n            {\n                \"essid\": \"f4dx3g6\"\n            },\n            {\n                \"essid\": \"F56727\"\n            },\n            {\n                \"essid\": \"F7N-a09f103d35f4\"\n            },\n            {\n                \"essid\": \"F9FND2MEFLMJ-iPad\"\n            },\n            {\n                \"essid\": \"F9FND2SDFLMJ-iPad\"\n            },\n            {\n                \"essid\": \"FabArcBC\"\n            },\n            {\n                \"essid\": \"FabArcBC2\"\n            },\n            {\n                \"essid\": \"Fabiana\"\n            },\n            {\n                \"essid\": \"Fabianparra\"\n            },\n            {\n                \"essid\": \"Fabian rincon \"\n            },\n            {\n                \"essid\": \"fabio\"\n            },\n            {\n                \"essid\": \"Fabio\"\n            },\n            {\n                \"essid\": \"FABIO\"\n            },\n            {\n                \"essid\": \"Fabio A2\"\n            },\n            {\n                \"essid\": \"FabioNote 8\"\n            },\n            {\n                \"essid\": \"Fabio’s iPhone\"\n            },\n            {\n                \"essid\": \"Fabricare Center-Jett-2.4\"\n            },\n            {\n                \"essid\": \"FABRIQ_1DE4\"\n            },\n            {\n                \"essid\": \"Fabriq Chorus_3A80\"\n            },\n            {\n                \"essid\": \"Fabriq Chorus_FF04\"\n            },\n            {\n                \"essid\": \"FabunConst\"\n            },\n            {\n                \"essid\": \"face\"\n            },\n            {\n                \"essid\": \"FADED CULTURE BARBERSHOP \"\n            },\n            {\n                \"essid\": \"FadedGloryPublic\"\n            },\n            {\n                \"essid\": \"faejamez\"\n            },\n            {\n                \"essid\": \"Fairfield_GUEST\"\n            },\n            {\n                \"essid\": \"fairway\"\n            },\n            {\n                \"essid\": \"Faisal Malibu\"\n            },\n            {\n                \"essid\": \"Faith-Guest\"\n            },\n            {\n                \"essid\": \"Falcão Note10+ 5G\"\n            },\n            {\n                \"essid\": \"FALCK179\"\n            },\n            {\n                \"essid\": \"FalckALCO-EMS01\"\n            },\n            {\n                \"essid\": \"FalckTransport\"\n            },\n            {\n                \"essid\": \"falcon\"\n            },\n            {\n                \"essid\": \"Falcon\"\n            },\n            {\n                \"essid\": \"FalconCCTwifi\"\n            },\n            {\n                \"essid\": \"FalconFan\"\n            },\n            {\n                \"essid\": \"falcons1962\"\n            },\n            {\n                \"essid\": \"FalconsNest\"\n            },\n            {\n                \"essid\": \"FallenGod\"\n            },\n            {\n                \"essid\": \"FallForThePeters\"\n            },\n            {\n                \"essid\": \"FamBam\"\n            },\n            {\n                \"essid\": \"fameuel\"\n            },\n            {\n                \"essid\": \"FamHub\"\n            },\n            {\n                \"essid\": \"FamiliaPerez\"\n            },\n            {\n                \"essid\": \"Familia Rivera\"\n            },\n            {\n                \"essid\": \"family\"\n            },\n            {\n                \"essid\": \"familychevy\"\n            },\n            {\n                \"essid\": \"familyroom\"\n            },\n            {\n                \"essid\": \"Family Room Display\"\n            },\n            {\n                \"essid\": \"Family Room Display.e000\"\n            },\n            {\n                \"essid\": \"Family Room speaker.k\"\n            },\n            {\n                \"essid\": \"Family Room Speaker.k\"\n            },\n            {\n                \"essid\": \"Family Room speaker.l003\"\n            },\n            {\n                \"essid\": \"Family Room speaker.n002\"\n            },\n            {\n                \"essid\": \"Family Room Speaker.n002\"\n            },\n            {\n                \"essid\": \"Family Room TV\"\n            },\n            {\n                \"essid\": \"Family Room TV.b\"\n            },\n            {\n                \"essid\": \"Family Room TV.e000\"\n            },\n            {\n                \"essid\": \"Family Room TV.m\"\n            },\n            {\n                \"essid\": \"Family Room TV.v\"\n            },\n            {\n                \"essid\": \"Family😁’s iPhone\"\n            },\n            {\n                \"essid\": \"familywifi\"\n            },\n            {\n                \"essid\": \"Family Wifi\"\n            },\n            {\n                \"essid\": \"Family WiFi\"\n            },\n            {\n                \"essid\": \"familywifi-kids\"\n            },\n            {\n                \"essid\": \"Famofour14\"\n            },\n            {\n                \"essid\": \"FamSalgado\"\n            },\n            {\n                \"essid\": \"Fan\"\n            },\n            {\n                \"essid\": \"FANCY15\"\n            },\n            {\n                \"essid\": \"Fancya55\"\n            },\n            {\n                \"essid\": \"Fannie phone\"\n            },\n            {\n                \"essid\": \"FantasiaRug\"\n            },\n            {\n                \"essid\": \"“Fanyu Meng”的 iPhone\"\n            },\n            {\n                \"essid\": \"Farid's Galaxy S21+ 5G\"\n            },\n            {\n                \"essid\": \"FarmBureau\"\n            },\n            {\n                \"essid\": \"farm house\"\n            },\n            {\n                \"essid\": \"Farmhouse\"\n            },\n            {\n                \"essid\": \"Farmlife_EXT\"\n            },\n            {\n                \"essid\": \"Farnood'S phone\"\n            },\n            {\n                \"essid\": \"Farvatronation\"\n            },\n            {\n                \"essid\": \"FASHIONAILS\"\n            },\n            {\n                \"essid\": \"fast lane\"\n            },\n            {\n                \"essid\": \"Fast Lane WiFi\"\n            },\n            {\n                \"essid\": \"Fastracgranny346\"\n            },\n            {\n                \"essid\": \"fatherleo1\"\n            },\n            {\n                \"essid\": \"Fatma iPhone’u\"\n            },\n            {\n                \"essid\": \"FAT PPL R RUDE\"\n            },\n            {\n                \"essid\": \"FatzGuest\"\n            },\n            {\n                \"essid\": \"Faust\"\n            },\n            {\n                \"essid\": \"faustion\"\n            },\n            {\n                \"essid\": \"Favela\"\n            },\n            {\n                \"essid\": \"FawltyGuests\"\n            },\n            {\n                \"essid\": \"FawltyTowers2.4GHz\"\n            },\n            {\n                \"essid\": \"Faye’s iPhone\"\n            },\n            {\n                \"essid\": \"Fayevorite\"\n            },\n            {\n                \"essid\": \"FayneHome\"\n            },\n            {\n                \"essid\": \"Fayne's\"\n            },\n            {\n                \"essid\": \"F&B\"\n            },\n            {\n                \"essid\": \"FB$god\"\n            },\n            {\n                \"essid\": \"FBI\"\n            },\n            {\n                \"essid\": \"F.B.I\"\n            },\n            {\n                \"essid\": \"FBI-ATF-01\"\n            },\n            {\n                \"essid\": \"FBI Feild Recon\"\n            },\n            {\n                \"essid\": \"FBImobileunit3\"\n            },\n            {\n                \"essid\": \"FBIRemote\"\n            },\n            {\n                \"essid\": \"FBI Sat1\"\n            },\n            {\n                \"essid\": \"FBI Snoop\"\n            },\n            {\n                \"essid\": \"FBIsurvalencevan#7\"\n            },\n            {\n                \"essid\": \"FBI Surveilance Van 52\"\n            },\n            {\n                \"essid\": \"Fbisurveillance\"\n            },\n            {\n                \"essid\": \"FBI surveillance\"\n            },\n            {\n                \"essid\": \"FBI Surveillance\"\n            },\n            {\n                \"essid\": \"FBI Surveillance \"\n            },\n            {\n                \"essid\": \"FBI SURVEILLANCE\"\n            },\n            {\n                \"essid\": \"FBI Surveillance Team 1_EXT\"\n            },\n            {\n                \"essid\": \"FBI surveillance team 3\"\n            },\n            {\n                \"essid\": \"FBI surveillance van\"\n            },\n            {\n                \"essid\": \"FBISurveillanceVan\"\n            },\n            {\n                \"essid\": \"FBI Surveillance Van\"\n            },\n            {\n                \"essid\": \"FBI Surveillance Van #71\"\n            },\n            {\n                \"essid\": \"FBI SURVEYS\"\n            },\n            {\n                \"essid\": \"FBI-TASKTEAM1\"\n            },\n            {\n                \"essid\": \"Fbiteam1\"\n            },\n            {\n                \"essid\": \"FBI Van\"\n            },\n            {\n                \"essid\": \"FBI Van.\"\n            },\n            {\n                \"essid\": \"FBIvan#1 \"\n            },\n            {\n                \"essid\": \"FBIvan13\"\n            },\n            {\n                \"essid\": \"FBML579\"\n            },\n            {\n                \"essid\": \"FBNet02\"\n            },\n            {\n                \"essid\": \"FBT5\"\n            },\n            {\n                \"essid\": \"FByram\"\n            },\n            {\n                \"essid\": \"FC12\"\n            },\n            {\n                \"essid\": \"FC15\"\n            },\n            {\n                \"essid\": \"FC16\"\n            },\n            {\n                \"essid\": \"FCAP710041654_1417\"\n            },\n            {\n                \"essid\": \"FCAP712042371_1415\"\n            },\n            {\n                \"essid\": \"FCAP712042423_559\"\n            },\n            {\n                \"essid\": \"FCAP712042472_1624\"\n            },\n            {\n                \"essid\": \"FCAP712042482_1605\"\n            },\n            {\n                \"essid\": \"FCAP712042516_1628\"\n            },\n            {\n                \"essid\": \"FCAP712042528_1604\"\n            },\n            {\n                \"essid\": \"FCAP712042541_1651\"\n            },\n            {\n                \"essid\": \"FCAP712042604_1688\"\n            },\n            {\n                \"essid\": \"FCAP712042655_1649\"\n            },\n            {\n                \"essid\": \"FCAP712042758_1257\"\n            },\n            {\n                \"essid\": \"FCAP712042814_8172\"\n            },\n            {\n                \"essid\": \"FCAP712042841_1634\"\n            },\n            {\n                \"essid\": \"FCAP712042895_1615\"\n            },\n            {\n                \"essid\": \"FCAP712042921_1204\"\n            },\n            {\n                \"essid\": \"FCAP712042925_1245\"\n            },\n            {\n                \"essid\": \"FCAP712042929_1655\"\n            },\n            {\n                \"essid\": \"FCAP712042954_1661\"\n            },\n            {\n                \"essid\": \"FCAP712042980_1619\"\n            },\n            {\n                \"essid\": \"FCAP712042990_1650\"\n            },\n            {\n                \"essid\": \"FCAP712043001_1612\"\n            },\n            {\n                \"essid\": \"FCAP724049850_7\"\n            },\n            {\n                \"essid\": \"FCAP724050067_1428\"\n            },\n            {\n                \"essid\": \"FCAP731056002_6200\"\n            },\n            {\n                \"essid\": \"FCAP731056053_6201\"\n            },\n            {\n                \"essid\": \"FCAP731056061_6197\"\n            },\n            {\n                \"essid\": \"FCAP734058385_6205\"\n            },\n            {\n                \"essid\": \"FCAP734058387_6189\"\n            },\n            {\n                \"essid\": \"FCAP734058543_6198\"\n            },\n            {\n                \"essid\": \"FCAP734058578_6199\"\n            },\n            {\n                \"essid\": \"FCAP734058752_6190\"\n            },\n            {\n                \"essid\": \"FCAP737061398_6222\"\n            },\n            {\n                \"essid\": \"fcbolt5525\"\n            },\n            {\n                \"essid\": \"FC_E1BE\"\n            },\n            {\n                \"essid\": \"FCP-Wifi\"\n            },\n            {\n                \"essid\": \"FCS-Guests\"\n            },\n            {\n                \"essid\": \"FCS-WiFi\"\n            },\n            {\n                \"essid\": \"fcwlan\"\n            },\n            {\n                \"essid\": \"FDC’s iPhone\"\n            },\n            {\n                \"essid\": \"FDL Impala\"\n            },\n            {\n                \"essid\": \"FE\"\n            },\n            {\n                \"essid\": \"Fe2O3Pilot\"\n            },\n            {\n                \"essid\": \"FE_Advisor_Guest\"\n            },\n            {\n                \"essid\": \"FE_Advisor_Visitor\"\n            },\n            {\n                \"essid\": \"Fearon 2301\"\n            },\n            {\n                \"essid\": \"Feathers_link\"\n            },\n            {\n                \"essid\": \"FEC Atlanta conference room\"\n            },\n            {\n                \"essid\": \"Federal-CT-AP\"\n            },\n            {\n                \"essid\": \"fei\"\n            },\n            {\n                \"essid\": \"Fei\"\n            },\n            {\n                \"essid\": \"Felipe\"\n            },\n            {\n                \"essid\": \"Felipe Traverse\"\n            },\n            {\n                \"essid\": \"Felix \"\n            },\n            {\n                \"essid\": \"felixiano\"\n            },\n            {\n                \"essid\": \"Felonie’s iPhone\"\n            },\n            {\n                \"essid\": \"Fer510\"\n            },\n            {\n                \"essid\": \"Ferdinand\"\n            },\n            {\n                \"essid\": \"Ferdinands iPhone\"\n            },\n            {\n                \"essid\": \"FERN\"\n            },\n            {\n                \"essid\": \"Fern_AMC_SHOWSITE\"\n            },\n            {\n                \"essid\": \"fernando77\"\n            },\n            {\n                \"essid\": \"Fernando Chevy\"\n            },\n            {\n                \"essid\": \"Fern@nado 🇧🇷🇧🇷\"\n            },\n            {\n                \"essid\": \"Fern@ndo🙏😎🇧🇷\"\n            },\n            {\n                \"essid\": \"Fernwood Ct\"\n            },\n            {\n                \"essid\": \"Ferocitus\"\n            },\n            {\n                \"essid\": \"fether\"\n            },\n            {\n                \"essid\": \"Fezzik\"\n            },\n            {\n                \"essid\": \"FFCOG-guest\"\n            },\n            {\n                \"essid\": \"FFMTQ07DHFLM\"\n            },\n            {\n                \"essid\": \"FFMWF4FAHFLR-NGHS-iPhone\"\n            },\n            {\n                \"essid\": \"ffoster\"\n            },\n            {\n                \"essid\": \"ffree\"\n            },\n            {\n                \"essid\": \"fg\"\n            },\n            {\n                \"essid\": \"FGJWireless\"\n            },\n            {\n                \"essid\": \"FHdaily\"\n            },\n            {\n                \"essid\": \"FHI360GUEST\"\n            },\n            {\n                \"essid\": \"FH-MAIN\"\n            },\n            {\n                \"essid\": \"FHouse\"\n            },\n            {\n                \"essid\": \"fias phone\"\n            },\n            {\n                \"essid\": \"Fi-BURR!!\"\n            },\n            {\n                \"essid\": \"fibus\"\n            },\n            {\n                \"essid\": \"Fickett01\"\n            },\n            {\n                \"essid\": \"fiddle\"\n            },\n            {\n                \"essid\": \"FieldAccess\"\n            },\n            {\n                \"essid\": \"Fields\"\n            },\n            {\n                \"essid\": \"Fierro\"\n            },\n            {\n                \"essid\": \"fiesta-manager\"\n            },\n            {\n                \"essid\": \"FiFi's Palace 1\"\n            },\n            {\n                \"essid\": \"FileHubPlus-8A8A\"\n            },\n            {\n                \"essid\": \"Filip_hotspot\"\n            },\n            {\n                \"essid\": \"FilipinoJedi\"\n            },\n            {\n                \"essid\": \"filispack sonic\"\n            },\n            {\n                \"essid\": \"Finally Out Of My Car\"\n            },\n            {\n                \"essid\": \"FINAN\"\n            },\n            {\n                \"essid\": \"finch1930\"\n            },\n            {\n                \"essid\": \"Find Stillness\"\n            },\n            {\n                \"essid\": \"FineCruze\"\n            },\n            {\n                \"essid\": \"Finessethehustle\"\n            },\n            {\n                \"essid\": \"Fineza Encore\"\n            },\n            {\n                \"essid\": \"Fingertoes\"\n            },\n            {\n                \"essid\": \"Finns Cars\"\n            },\n            {\n                \"essid\": \"FinScan1077\"\n            },\n            {\n                \"essid\": \"FintaFamily\"\n            },\n            {\n                \"essid\": \"Fin Voltaire\"\n            },\n            {\n                \"essid\": \"Fiofan's Wi-Fi Network\"\n            },\n            {\n                \"essid\": \"FionaNet\"\n            },\n            {\n                \"essid\": \"fionaswifi\"\n            },\n            {\n                \"essid\": \"FiOS-M0201\"\n            },\n            {\n                \"essid\": \"FiOS-ZAVPB\"\n            },\n            {\n                \"essid\": \"FI PHONE\"\n            },\n            {\n                \"essid\": \"Firdavs\"\n            },\n            {\n                \"essid\": \"FireBlazer\"\n            },\n            {\n                \"essid\": \"FireHotspot-James\"\n            },\n            {\n                \"essid\": \"firehouse5\"\n            },\n            {\n                \"essid\": \"FireMedic1\"\n            },\n            {\n                \"essid\": \"Firestone Complete Free Wi-Fi\"\n            },\n            {\n                \"essid\": \"FIRE_Wireless_Clients\"\n            },\n            {\n                \"essid\": \"FirmFour\"\n            },\n            {\n                \"essid\": \"Firstaid\"\n            },\n            {\n                \"essid\": \"First Class\"\n            },\n            {\n                \"essid\": \"FirstClassTruck\"\n            },\n            {\n                \"essid\": \"FirstLady69\"\n            },\n            {\n                \"essid\": \"FirstLady.K\"\n            },\n            {\n                \"essid\": \"FirstOption\"\n            },\n            {\n                \"essid\": \"FirstOption-Guest\"\n            },\n            {\n                \"essid\": \"First Presbyterian Church\"\n            },\n            {\n                \"essid\": \"first thing\"\n            },\n            {\n                \"essid\": \"fischer95\"\n            },\n            {\n                \"essid\": \"FischFi\"\n            },\n            {\n                \"essid\": \"Fishie\"\n            },\n            {\n                \"essid\": \"Fishnd\"\n            },\n            {\n                \"essid\": \"Fish Pond 2\"\n            },\n            {\n                \"essid\": \"Fishy\"\n            },\n            {\n                \"essid\": \"Fishy-guest\"\n            },\n            {\n                \"essid\": \"FISK on wheels\"\n            },\n            {\n                \"essid\": \"F-ItCustoms\"\n            },\n            {\n                \"essid\": \"Fitness2018\"\n            },\n            {\n                \"essid\": \"Five1Oakland\"\n            },\n            {\n                \"essid\": \"FiVEoneOAKLAND\"\n            },\n            {\n                \"essid\": \"fivestars\"\n            },\n            {\n                \"essid\": \"FL18-2\"\n            },\n            {\n                \"essid\": \"Flash707\"\n            },\n            {\n                \"essid\": \"flashlimo\"\n            },\n            {\n                \"essid\": \"FleetCmplt_003518CC00001143\"\n            },\n            {\n                \"essid\": \"FleetCmplt_003518CC00001715\"\n            },\n            {\n                \"essid\": \"FLEETFEET2\"\n            },\n            {\n                \"essid\": \"fleet_network\"\n            },\n            {\n                \"essid\": \"Flex\"\n            },\n            {\n                \"essid\": \"FLEXGUEST\"\n            },\n            {\n                \"essid\": \"FLEX-WIFI\"\n            },\n            {\n                \"essid\": \"flillest\"\n            },\n            {\n                \"essid\": \"flip phone\"\n            },\n            {\n                \"essid\": \"Flipstyle Pilot\"\n            },\n            {\n                \"essid\": \"Flix Bus Wifi\"\n            },\n            {\n                \"essid\": \"FlixBus Wi-Fi\"\n            },\n            {\n                \"essid\": \"FLM\"\n            },\n            {\n                \"essid\": \"Flo1919\"\n            },\n            {\n                \"essid\": \"Floater\"\n            },\n            {\n                \"essid\": \"Flockwifi\"\n            },\n            {\n                \"essid\": \"Floofs\"\n            },\n            {\n                \"essid\": \"Flores\"\n            },\n            {\n                \"essid\": \"FloresChevy15\"\n            },\n            {\n                \"essid\": \"FLORES EQUINOX\"\n            },\n            {\n                \"essid\": \"Flower\"\n            },\n            {\n                \"essid\": \"flowerdrum17\"\n            },\n            {\n                \"essid\": \"Flowerdrum17\"\n            },\n            {\n                \"essid\": \"FLOWERJAZZ\"\n            },\n            {\n                \"essid\": \"flowers5\"\n            },\n            {\n                \"essid\": \"flowerybranch\"\n            },\n            {\n                \"essid\": \"Flowery Branch\"\n            },\n            {\n                \"essid\": \"Fluffy2.4G\"\n            },\n            {\n                \"essid\": \"fluffytuba\"\n            },\n            {\n                \"essid\": \"FlyAsIWannaBe82\"\n            },\n            {\n                \"essid\": \"Flyguy2.4\"\n            },\n            {\n                \"essid\": \"FlyingJikoUFO\"\n            },\n            {\n                \"essid\": \"FlyingJikoUFO-Guest\"\n            },\n            {\n                \"essid\": \"flyingpixelpenguin\"\n            },\n            {\n                \"essid\": \"FlyingV\"\n            },\n            {\n                \"essid\": \"Flynnanagins\"\n            },\n            {\n                \"essid\": \"FMBWireless\"\n            },\n            {\n                \"essid\": \"fmc-acm\"\n            },\n            {\n                \"essid\": \"fmc-clinical\"\n            },\n            {\n                \"essid\": \"fmc-guest\"\n            },\n            {\n                \"essid\": \"fmc-nickel\"\n            },\n            {\n                \"essid\": \"FMGLAW\"\n            },\n            {\n                \"essid\": \"F Michelle Santos’s iPhone\"\n            },\n            {\n                \"essid\": \"Fminus\"\n            },\n            {\n                \"essid\": \"fmwprod\"\n            },\n            {\n                \"essid\": \"FN-2187\"\n            },\n            {\n                \"essid\": \"FnatanTV\"\n            },\n            {\n                \"essid\": \"FNC144\"\n            },\n            {\n                \"essid\": \"FNC148\"\n            },\n            {\n                \"essid\": \"Focus\"\n            },\n            {\n                \"essid\": \"Foei note20 \"\n            },\n            {\n                \"essid\": \"Fofanna’s iPhone\"\n            },\n            {\n                \"essid\": \"Folks Guest WiFi\"\n            },\n            {\n                \"essid\": \"FOMO Eats Berkeley\"\n            },\n            {\n                \"essid\": \"Fontan2015\"\n            },\n            {\n                \"essid\": \"foocar\"\n            },\n            {\n                \"essid\": \"Food Delivery\"\n            },\n            {\n                \"essid\": \"Food Express WiFi\"\n            },\n            {\n                \"essid\": \"Foodie24\"\n            },\n            {\n                \"essid\": \"Foos Trax\"\n            },\n            {\n                \"essid\": \"FORBES 2.4\"\n            },\n            {\n                \"essid\": \"forbesprop\"\n            },\n            {\n                \"essid\": \"For British Eyes Only\"\n            },\n            {\n                \"essid\": \"Ford\"\n            },\n            {\n                \"essid\": \"Ford Dealer Wi-Fi\"\n            },\n            {\n                \"essid\": \"FORD ESCAPE\"\n            },\n            {\n                \"essid\": \"FordExplorer5633\"\n            },\n            {\n                \"essid\": \"FORD F-250\"\n            },\n            {\n                \"essid\": \"FordFES-WiFi\"\n            },\n            {\n                \"essid\": \"ford fusion\"\n            },\n            {\n                \"essid\": \"FORD FUSION\"\n            },\n            {\n                \"essid\": \"Ford Volt\"\n            },\n            {\n                \"essid\": \"fordWIFI\"\n            },\n            {\n                \"essid\": \"FORDWIFI\"\n            },\n            {\n                \"essid\": \"forestgrove\"\n            },\n            {\n                \"essid\": \"For fortnite my guy\"\n            },\n            {\n                \"essid\": \" FORLO\"\n            },\n            {\n                \"essid\": \"For Porn Use Only\"\n            },\n            {\n                \"essid\": \"For realz\"\n            },\n            {\n                \"essid\": \"Fortnite Wifi\"\n            },\n            {\n                \"essid\": \"Fort Point Beer Co\"\n            },\n            {\n                \"essid\": \"Fortran\"\n            },\n            {\n                \"essid\": \"Fortress of Solitude\"\n            },\n            {\n                \"essid\": \"Fortsons\"\n            },\n            {\n                \"essid\": \"Fortune 2\"\n            },\n            {\n                \"essid\": \"forummgt\"\n            },\n            {\n                \"essid\": \"For Your Health\"\n            },\n            {\n                \"essid\": \"Foscote guest wifi\"\n            },\n            {\n                \"essid\": \"Foscote wifi\"\n            },\n            {\n                \"essid\": \"Foster Impala\"\n            },\n            {\n                \"essid\": \"Four Dogs-2.4\"\n            },\n            {\n                \"essid\": \"Four-Faith\"\n            },\n            {\n                \"essid\": \"FourOaksManor1\"\n            },\n            {\n                \"essid\": \"FourPoints_GUEST\"\n            },\n            {\n                \"essid\": \"fowlercruze\"\n            },\n            {\n                \"essid\": \"Fox\"\n            },\n            {\n                \"essid\": \"Fox-5g\"\n            },\n            {\n                \"essid\": \"FoxEA9500\"\n            },\n            {\n                \"essid\": \"FOXFAM99\"\n            },\n            {\n                \"essid\": \"FoxFi\"\n            },\n            {\n                \"essid\": \"FoxFi05\"\n            },\n            {\n                \"essid\": \"FoxFi10\"\n            },\n            {\n                \"essid\": \"FoxFi39\"\n            },\n            {\n                \"essid\": \"FoxFi49\"\n            },\n            {\n                \"essid\": \"foxfi54\"\n            },\n            {\n                \"essid\": \"FoxFi60\"\n            },\n            {\n                \"essid\": \"FoxFi64\"\n            },\n            {\n                \"essid\": \"FoxFi70\"\n            },\n            {\n                \"essid\": \"FoxFi7077\"\n            },\n            {\n                \"essid\": \"FoxFi77\"\n            },\n            {\n                \"essid\": \"FoxFi88\"\n            },\n            {\n                \"essid\": \"FoxSpot\"\n            },\n            {\n                \"essid\": \"Fox Volt\"\n            },\n            {\n                \"essid\": \"FPC\"\n            },\n            {\n                \"essid\": \"FProduction\"\n            },\n            {\n                \"essid\": \"FPV_WIFI__6A5B\"\n            },\n            {\n                \"essid\": \"FR\"\n            },\n            {\n                \"essid\": \"FrancineVince0207\"\n            },\n            {\n                \"essid\": \"Francisca’s iPhone\"\n            },\n            {\n                \"essid\": \"Franco Silverado\"\n            },\n            {\n                \"essid\": \"Frank1\"\n            },\n            {\n                \"essid\": \"frank3\"\n            },\n            {\n                \"essid\": \"Frank\\\\342\\\\200\\\\230s\"\n            },\n            {\n                \"essid\": \"Frankfurt\"\n            },\n            {\n                \"essid\": \"Frankies Truck\"\n            },\n            {\n                \"essid\": \"Franklin\"\n            },\n            {\n                \"essid\": \"FRANKLIN’s iPhone\"\n            },\n            {\n                \"essid\": \"Franklin T9 0086\"\n            },\n            {\n                \"essid\": \"Franklin T9 0485\"\n            },\n            {\n                \"essid\": \"Franklin T9 0576\"\n            },\n            {\n                \"essid\": \"Franklin T9 0709\"\n            },\n            {\n                \"essid\": \"Franklin T9 1037\"\n            },\n            {\n                \"essid\": \"Franklin T9 1295\"\n            },\n            {\n                \"essid\": \"Franklin T9 1592\"\n            },\n            {\n                \"essid\": \"Franklin T9 2072\"\n            },\n            {\n                \"essid\": \"Franklin T9 2117\"\n            },\n            {\n                \"essid\": \"Franklin T9 2303\"\n            },\n            {\n                \"essid\": \"Franklin T9 2419\"\n            },\n            {\n                \"essid\": \"Franklin T9 3173\"\n            },\n            {\n                \"essid\": \"Franklin T9 3575\"\n            },\n            {\n                \"essid\": \"Franklin T9 3697\"\n            },\n            {\n                \"essid\": \"Franklin T9 3936\"\n            },\n            {\n                \"essid\": \"Franklin T9 4368\"\n            },\n            {\n                \"essid\": \"Franklin T9 4447\"\n            },\n            {\n                \"essid\": \"Franklin T9 5369\"\n            },\n            {\n                \"essid\": \"Franklin T9 5937\"\n            },\n            {\n                \"essid\": \"Franklin T9 6060\"\n            },\n            {\n                \"essid\": \"Franklin T9 6188\"\n            },\n            {\n                \"essid\": \"Franklin T9 6657\"\n            },\n            {\n                \"essid\": \"Franklin T9 6726\"\n            },\n            {\n                \"essid\": \"Franklin T9 7059\"\n            },\n            {\n                \"essid\": \"Franklin T9 7063\"\n            },\n            {\n                \"essid\": \"Franklin T9 7620\"\n            },\n            {\n                \"essid\": \"Franklin T9 7629\"\n            },\n            {\n                \"essid\": \"Franklin T9 7749\"\n            },\n            {\n                \"essid\": \"Franklin T9 7768\"\n            },\n            {\n                \"essid\": \"Franklin T9 8410\"\n            },\n            {\n                \"essid\": \"Franklin T9 8519\"\n            },\n            {\n                \"essid\": \"Franklin T9 8735\"\n            },\n            {\n                \"essid\": \"Franklin T9 8834\"\n            },\n            {\n                \"essid\": \"Franklin T9 9046\"\n            },\n            {\n                \"essid\": \"Franklin T9 9179\"\n            },\n            {\n                \"essid\": \"Franklin T9 9493\"\n            },\n            {\n                \"essid\": \"Franklin T9 9976\"\n            },\n            {\n                \"essid\": \"FranklinWiFib-1CAA5B\"\n            },\n            {\n                \"essid\": \"franknitty\"\n            },\n            {\n                \"essid\": \"Franks\"\n            },\n            {\n                \"essid\": \"Franks Bolt\"\n            },\n            {\n                \"essid\": \"Franks Encore\"\n            },\n            {\n                \"essid\": \"Franks_Guest\"\n            },\n            {\n                \"essid\": \"Frank’s iPhone\"\n            },\n            {\n                \"essid\": \"frankstruck\"\n            },\n            {\n                \"essid\": \"Franks Wifi\"\n            },\n            {\n                \"essid\": \"frank terrain\"\n            },\n            {\n                \"essid\": \"FRANK THE F-150\"\n            },\n            {\n                \"essid\": \"Franky 12 Pro Maximus\"\n            },\n            {\n                \"essid\": \"franny\"\n            },\n            {\n                \"essid\": \"Frans\"\n            },\n            {\n                \"essid\": \"Frantic\"\n            },\n            {\n                \"essid\": \"Frat_Knight\"\n            },\n            {\n                \"essid\": \"FreaK.Fi\"\n            },\n            {\n                \"essid\": \"Fred19\"\n            },\n            {\n                \"essid\": \"Freddiesaucer\"\n            },\n            {\n                \"essid\": \"FreddieWiFi\"\n            },\n            {\n                \"essid\": \"fredferwerda\"\n            },\n            {\n                \"essid\": \"FredsLAN\"\n            },\n            {\n                \"essid\": \"fredstruck\"\n            },\n            {\n                \"essid\": \"fredsvolt\"\n            },\n            {\n                \"essid\": \"Fred Wilkinson’s iPhone\"\n            },\n            {\n                \"essid\": \"Free5Bird\"\n            },\n            {\n                \"essid\": \"Free5Bird\\u0001\\u0006\"\n            },\n            {\n                \"essid\": \"Free5Bird\\u0001\\u0007\"\n            },\n            {\n                \"essid\": \"Freedom\"\n            },\n            {\n                \"essid\": \"Freedom08\"\n            },\n            {\n                \"essid\": \"FreedomPop_240256\"\n            },\n            {\n                \"essid\": \"FreedomPop-B118\"\n            },\n            {\n                \"essid\": \"FreedomPop_Jeff\"\n            },\n            {\n                \"essid\": \"FreemanPerez\"\n            },\n            {\n                \"essid\": \"Freequinox the 2nd\"\n            },\n            {\n                \"essid\": \"#Free Simon Wi-Fi\"\n            },\n            {\n                \"essid\": \"freewayxp\"\n            },\n            {\n                \"essid\": \"Free_Wifi\"\n            },\n            {\n                \"essid\": \"FREE WI-FI\"\n            },\n            {\n                \"essid\": \"Free WiFi 2Cjust4Me\"\n            },\n            {\n                \"essid\": \"Free WiFi by Karma\"\n            },\n            {\n                \"essid\": \"FreeWifiNot\"\n            },\n            {\n                \"essid\": \"free wifi on board\"\n            },\n            {\n                \"essid\": \"Free your spirits\"\n            },\n            {\n                \"essid\": \"freya21\"\n            },\n            {\n                \"essid\": \"Frey GMC\"\n            },\n            {\n                \"essid\": \"frida\"\n            },\n            {\n                \"essid\": \"Fridge\"\n            },\n            {\n                \"essid\": \"Friedkin22\"\n            },\n            {\n                \"essid\": \"FRIEDLANDER EXPLORER\"\n            },\n            {\n                \"essid\": \"Friedman Legal\"\n            },\n            {\n                \"essid\": \"Friendly Dental\"\n            },\n            {\n                \"essid\": \"Friendly Dental - Guest\"\n            },\n            {\n                \"essid\": \"Friendly Neighborhood Spider-LAN\"\n            },\n            {\n                \"essid\": \"friendship\"\n            },\n            {\n                \"essid\": \"Friendship Tours 2\"\n            },\n            {\n                \"essid\": \"Friendship tours 4\"\n            },\n            {\n                \"essid\": \"frisalam muzica\"\n            },\n            {\n                \"essid\": \"Frisco Bay\"\n            },\n            {\n                \"essid\": \"Frisco Bay Deluxe\"\n            },\n            {\n                \"essid\": \"FRISKY\"\n            },\n            {\n                \"essid\": \"frivlife2036\"\n            },\n            {\n                \"essid\": \"Front\"\n            },\n            {\n                \"essid\": \"Frontera-Guest-2G\"\n            },\n            {\n                \"essid\": \"Frontier0AEF\"\n            },\n            {\n                \"essid\": \"Frontier8704\"\n            },\n            {\n                \"essid\": \"Front & Passenger\"\n            },\n            {\n                \"essid\": \"Frontwifi\"\n            },\n            {\n                \"essid\": \"Frost2018\"\n            },\n            {\n                \"essid\": \"Frosty-2.4\"\n            },\n            {\n                \"essid\": \"Frosty49\"\n            },\n            {\n                \"essid\": \"FR-Truck\"\n            },\n            {\n                \"essid\": \"fruitJ1968\"\n            },\n            {\n                \"essid\": \"FryersTavernWIFI-2.4\"\n            },\n            {\n                \"essid\": \"Frylock's WIFI\"\n            },\n            {\n                \"essid\": \"Fs150\"\n            },\n            {\n                \"essid\": \"FS539\"\n            },\n            {\n                \"essid\": \"FSG03\"\n            },\n            {\n                \"essid\": \"FSMOFI\"\n            },\n            {\n                \"essid\": \"FSS-Guest\"\n            },\n            {\n                \"essid\": \"FSUSD-109995\"\n            },\n            {\n                \"essid\": \"FTDaniel\"\n            },\n            {\n                \"essid\": \"FTDaniel_Guest1\"\n            },\n            {\n                \"essid\": \"FTGuest1\"\n            },\n            {\n                \"essid\": \"FTNEWNAN-2G\"\n            },\n            {\n                \"essid\": \"FTP\"\n            },\n            {\n                \"essid\": \"ftps\"\n            },\n            {\n                \"essid\": \"F-transit\"\n            },\n            {\n                \"essid\": \"F Trump\"\n            },\n            {\n                \"essid\": \"FTS2036\"\n            },\n            {\n                \"essid\": \"fuck a duck\"\n            },\n            {\n                \"essid\": \"fuck a duck-guest\"\n            },\n            {\n                \"essid\": \"FUCKINGbitch\"\n            },\n            {\n                \"essid\": \"fuck off\"\n            },\n            {\n                \"essid\": \"Fuck off\"\n            },\n            {\n                \"essid\": \"Fuck You\"\n            },\n            {\n                \"essid\": \"fuckyoudady\"\n            },\n            {\n                \"essid\": \"Fuck You I'm Rich\"\n            },\n            {\n                \"essid\": \"fuD\"\n            },\n            {\n                \"essid\": \"FUELLOC_136\"\n            },\n            {\n                \"essid\": \"FUELLOC_137\"\n            },\n            {\n                \"essid\": \"FUELLOC_141\"\n            },\n            {\n                \"essid\": \"FUELLOC_143\"\n            },\n            {\n                \"essid\": \"FUELLOC_152\"\n            },\n            {\n                \"essid\": \"FUELLOC_155\"\n            },\n            {\n                \"essid\": \"FUELLOC_167\"\n            },\n            {\n                \"essid\": \"FUELLOC_168\"\n            },\n            {\n                \"essid\": \"FUELLOC_169\"\n            },\n            {\n                \"essid\": \"FUELLOC_171\"\n            },\n            {\n                \"essid\": \"FUELLOC_172\"\n            },\n            {\n                \"essid\": \"FUELLOC_173\"\n            },\n            {\n                \"essid\": \"FUELLOC_175\"\n            },\n            {\n                \"essid\": \"FUELLOC_176\"\n            },\n            {\n                \"essid\": \"FUELLOC_178\"\n            },\n            {\n                \"essid\": \"FUELLOC_180\"\n            },\n            {\n                \"essid\": \"FUELLOC_195\"\n            },\n            {\n                \"essid\": \"FUELLOC_224\"\n            },\n            {\n                \"essid\": \"FUELLOC_8218\"\n            },\n            {\n                \"essid\": \"FuentesBuick WIFI\"\n            },\n            {\n                \"essid\": \"fuhrfamily24\"\n            },\n            {\n                \"essid\": \"FUJIFILM-X-Pro3-KLW\"\n            },\n            {\n                \"essid\": \"FulcherWifi\"\n            },\n            {\n                \"essid\": \"full house\"\n            },\n            {\n                \"essid\": \"FullLineAuto_2G\"\n            },\n            {\n                \"essid\": \"FullLineAuto_Guest\"\n            },\n            {\n                \"essid\": \"FultonWIFI\"\n            },\n            {\n                \"essid\": \"fumi\"\n            },\n            {\n                \"essid\": \"fun\"\n            },\n            {\n                \"essid\": \"funbunny11\"\n            },\n            {\n                \"essid\": \"Fungul\"\n            },\n            {\n                \"essid\": \"funketown\"\n            },\n            {\n                \"essid\": \"fuqid\"\n            },\n            {\n                \"essid\": \"Fürb&cast\"\n            },\n            {\n                \"essid\": \"FurmansCASA\"\n            },\n            {\n                \"essid\": \"FurmansCASA-guest\"\n            },\n            {\n                \"essid\": \"Furr's MAP\"\n            },\n            {\n                \"essid\": \"f u russia\"\n            },\n            {\n                \"essid\": \"Fuse\"\n            },\n            {\n                \"essid\": \"Fuse Capital\"\n            },\n            {\n                \"essid\": \"Fuse-guest\"\n            },\n            {\n                \"essid\": \"fusionberry\"\n            },\n            {\n                \"essid\": \"Future_Corp\"\n            },\n            {\n                \"essid\": \"Fuzznet\"\n            },\n            {\n                \"essid\": \"fvDvr_0ccf895a0b4d\"\n            },\n            {\n                \"essid\": \"FV-GUEST-A\"\n            },\n            {\n                \"essid\": \"FWT\"\n            },\n            {\n                \"essid\": \"FX-BEN7\"\n            },\n            {\n                \"essid\": \"FynerFin\"\n            },\n            {\n                \"essid\": \"Fynn's Internet\"\n            },\n            {\n                \"essid\": \"fyXMniK5bCiJE9Y\"\n            },\n            {\n                \"essid\": \"Fzz Mate 40 Pro+\"\n            },\n            {\n                \"essid\": \"G12_23_10\"\n            },\n            {\n                \"essid\": \"G12_23_11\"\n            },\n            {\n                \"essid\": \"G12_23_16\"\n            },\n            {\n                \"essid\": \"G12_23_21\"\n            },\n            {\n                \"essid\": \"G3_5246\"\n            },\n            {\n                \"essid\": \"G3 5430\"\n            },\n            {\n                \"essid\": \"G4\"\n            },\n            {\n                \"essid\": \"G4 799277777665il79\"\n            },\n            {\n                \"essid\": \"G4 9262\"\n            },\n            {\n                \"essid\": \"G5\"\n            },\n            {\n                \"essid\": \"G5_5658\"\n            },\n            {\n                \"essid\": \"G58590\"\n            },\n            {\n                \"essid\": \"G6\"\n            },\n            {\n                \"essid\": \"G6 0338\"\n            },\n            {\n                \"essid\": \"G6 1173\"\n            },\n            {\n                \"essid\": \"G6 2000\"\n            },\n            {\n                \"essid\": \"G6 3056\"\n            },\n            {\n                \"essid\": \"G6 3731\"\n            },\n            {\n                \"essid\": \"G6 3918\"\n            },\n            {\n                \"essid\": \"g666\"\n            },\n            {\n                \"essid\": \"G6 7494\"\n            },\n            {\n                \"essid\": \"G6 9070\"\n            },\n            {\n                \"essid\": \"G6 9099\"\n            },\n            {\n                \"essid\": \"G6 9981\"\n            },\n            {\n                \"essid\": \"G7 ThinQ_1386\"\n            },\n            {\n                \"essid\": \"G7 ThinQ_2361\"\n            },\n            {\n                \"essid\": \"G7 ThinQ 5560\"\n            },\n            {\n                \"essid\": \"G7 ThinQ 6229\"\n            },\n            {\n                \"essid\": \"G7 ThinQ_6959\"\n            },\n            {\n                \"essid\": \"G7 ThinQ_8580\"\n            },\n            {\n                \"essid\": \"G7 ThinQ LG\"\n            },\n            {\n                \"essid\": \"G8 ThinQ 2363\"\n            },\n            {\n                \"essid\": \"G8 ThinQ_3296\"\n            },\n            {\n                \"essid\": \"G8 ThinQ_3737\"\n            },\n            {\n                \"essid\": \"G8 ThinQ_6259\"\n            },\n            {\n                \"essid\": \"G8 ThinQ 8066\"\n            },\n            {\n                \"essid\": \"G8 ThinQ 9038\"\n            },\n            {\n                \"essid\": \"G8X ThinQ_053a\"\n            },\n            {\n                \"essid\": \"G8X ThinQ_564d\"\n            },\n            {\n                \"essid\": \"G-900\"\n            },\n            {\n                \"essid\": \"GA-AP\"\n            },\n            {\n                \"essid\": \"GA-Barcode\"\n            },\n            {\n                \"essid\": \"Gabby8\"\n            },\n            {\n                \"essid\": \"Gabe’s iPhone \"\n            },\n            {\n                \"essid\": \"GABIE-2.4\"\n            },\n            {\n                \"essid\": \"gable\"\n            },\n            {\n                \"essid\": \"GAbleLOS2\"\n            },\n            {\n                \"essid\": \"GAbleLOS5\"\n            },\n            {\n                \"essid\": \"Gables44sho\"\n            },\n            {\n                \"essid\": \"GabPhone\"\n            },\n            {\n                \"essid\": \"Gabriela’s iPhone\"\n            },\n            {\n                \"essid\": \"gabrielas volt\"\n            },\n            {\n                \"essid\": \"Gabriellas Cruze\"\n            },\n            {\n                \"essid\": \"Gabrielle Oliveira\"\n            },\n            {\n                \"essid\": \"gabriellesmalibu\"\n            },\n            {\n                \"essid\": \"Gabriel Malibu\"\n            },\n            {\n                \"essid\": \"GABY-2.4\"\n            },\n            {\n                \"essid\": \"GabyConfrontBabylon\"\n            },\n            {\n                \"essid\": \"Gabzchic\"\n            },\n            {\n                \"essid\": \"GAC_Bus196-2.4\"\n            },\n            {\n                \"essid\": \"GAC_Bus199-2.4\"\n            },\n            {\n                \"essid\": \"GAC_Bus199-2.4-S\"\n            },\n            {\n                \"essid\": \"Ga custom fiberglass\"\n            },\n            {\n                \"essid\": \"gaddiego\"\n            },\n            {\n                \"essid\": \"GAE51123246136270002\"\n            },\n            {\n                \"essid\": \"GAE51123246311420002\"\n            },\n            {\n                \"essid\": \"GAFAMILY\"\n            },\n            {\n                \"essid\": \"Gaffneys\"\n            },\n            {\n                \"essid\": \"gahandyservices\"\n            },\n            {\n                \"essid\": \"Gahunia\"\n            },\n            {\n                \"essid\": \"Gails Volt\"\n            },\n            {\n                \"essid\": \"Gail Wifi\"\n            },\n            {\n                \"essid\": \"gail wifi_2GEXT\"\n            },\n            {\n                \"essid\": \"GA-Int\"\n            },\n            {\n                \"essid\": \"Gal 7 edge\"\n            },\n            {\n                \"essid\": \"Galactica\"\n            },\n            {\n                \"essid\": \"Galacticar\"\n            },\n            {\n                \"essid\": \"Galaxy 88\"\n            },\n            {\n                \"essid\": \"Galaxy A02s5548\"\n            },\n            {\n                \"essid\": \"Galaxy A02s6471\"\n            },\n            {\n                \"essid\": \" Galaxy A10e 2841Samsung\"\n            },\n            {\n                \"essid\": \"Galaxy A10e 7717-MAOC\"\n            },\n            {\n                \"essid\": \"Galaxy A121B80\"\n            },\n            {\n                \"essid\": \"Galaxy A126141\"\n            },\n            {\n                \"essid\": \"Galaxy A129BEF\"\n            },\n            {\n                \"essid\": \"Galaxy A12D54B\"\n            },\n            {\n                \"essid\": \"Galaxy A20s7453\"\n            },\n            {\n                \"essid\": \"Galaxy A21s4663\"\n            },\n            {\n                \"essid\": \"Galaxy A32 5G38CF\"\n            },\n            {\n                \"essid\": \"Galaxy A32 5G5C71\"\n            },\n            {\n                \"essid\": \"Galaxy A32 5G7671\"\n            },\n            {\n                \"essid\": \"Galaxy A32 5G7D6C\"\n            },\n            {\n                \"essid\": \"Galaxy A514A7B\"\n            },\n            {\n                \"essid\": \"Galaxy A515385\"\n            },\n            {\n                \"essid\": \"Galaxy A51 5G2CB4\"\n            },\n            {\n                \"essid\": \"Galaxy A51 5G95C5\"\n            },\n            {\n                \"essid\": \"Galaxy A51DB57\"\n            },\n            {\n                \"essid\": \"Galaxy A71 5G83F1\"\n            },\n            {\n                \"essid\": \"Galaxy Fold2a08\"\n            },\n            {\n                \"essid\": \"Galaxy M31sA0B2\"\n            },\n            {\n                \"essid\": \" Galaxy MIRM S7 \"\n            },\n            {\n                \"essid\": \"Galaxy MIRM S7\"\n            },\n            {\n                \"essid\": \"Galaxynet\"\n            },\n            {\n                \"essid\": \"Galaxy Note10+41a5\"\n            },\n            {\n                \"essid\": \"Galaxy Note10+ 5G8373\"\n            },\n            {\n                \"essid\": \"Galaxy Note10+9c51\"\n            },\n            {\n                \"essid\": \"Galaxy Note10+f3b2\"\n            },\n            {\n                \"essid\": \"Galaxy Note10+f55f\"\n            },\n            {\n                \"essid\": \"Galaxy Note 10 Plus\"\n            },\n            {\n                \"essid\": \"Galaxy Note20 5Gff42\"\n            },\n            {\n                \"essid\": \"Galaxy Note20 Ultra 5G1107\"\n            },\n            {\n                \"essid\": \"Galaxy Note 4\"\n            },\n            {\n                \"essid\": \"Galaxy Note5 0452\"\n            },\n            {\n                \"essid\": \"Galaxy Note5 6639\"\n            },\n            {\n                \"essid\": \"Galaxy Note5 6733\"\n            },\n            {\n                \"essid\": \"Galaxy Note5 7515\"\n            },\n            {\n                \"essid\": \"Galaxy Note5 9175\"\n            },\n            {\n                \"essid\": \"Galaxy Note90c95\"\n            },\n            {\n                \"essid\": \"Galaxy Note98c62\"\n            },\n            {\n                \"essid\": \"Galaxy S10+7f7b\"\n            },\n            {\n                \"essid\": \"Galaxy S10+896f\"\n            },\n            {\n                \"essid\": \"Galaxy S10ef569\"\n            },\n            {\n                \"essid\": \"Galaxy S20+ 5G91ee\"\n            },\n            {\n                \"essid\": \"Galaxy S20+ 5Gc307\"\n            },\n            {\n                \"essid\": \"Galaxy S20 FE 5G30C8\"\n            },\n            {\n                \"essid\": \"Galaxy S20 FE 5G56B7\"\n            },\n            {\n                \"essid\": \"Galaxy S20 FE 5GB344\"\n            },\n            {\n                \"essid\": \"Galaxy S20 FE 5GB692\"\n            },\n            {\n                \"essid\": \"Galaxy S20 FE 5GDEF7\"\n            },\n            {\n                \"essid\": \"Galaxy S21 5G5d5d\"\n            },\n            {\n                \"essid\": \"Galaxy S21 hotspot\"\n            },\n            {\n                \"essid\": \"Galaxy S21 Omar 5G3916\"\n            },\n            {\n                \"essid\": \"GALAXY S4 4449\"\n            },\n            {\n                \"essid\": \"Galaxy S5 1749\"\n            },\n            {\n                \"essid\": \"Galaxy S5 6824\"\n            },\n            {\n                \"essid\": \"Galaxy S5 8118\"\n            },\n            {\n                \"essid\": \"Galaxy S5 ACTIVE 5483\"\n            },\n            {\n                \"essid\": \"Galaxy S5 Active 8389\"\n            },\n            {\n                \"essid\": \"Galaxy S6 0285\"\n            },\n            {\n                \"essid\": \"Galaxy S6 1219\"\n            },\n            {\n                \"essid\": \"Galaxy S6 3134\"\n            },\n            {\n                \"essid\": \"Galaxy S6 3700\"\n            },\n            {\n                \"essid\": \"Galaxy S6 3782\"\n            },\n            {\n                \"essid\": \"Galaxy S6 4462\"\n            },\n            {\n                \"essid\": \"Galaxy S6 8666\"\n            },\n            {\n                \"essid\": \"Galaxy S6 active 2233\"\n            },\n            {\n                \"essid\": \"Galaxy S6 active 2731\"\n            },\n            {\n                \"essid\": \"Galaxy S6 active 4674\"\n            },\n            {\n                \"essid\": \"Galaxy S6 active 8954\"\n            },\n            {\n                \"essid\": \"Galaxy S6 edge 3366\"\n            },\n            {\n                \"essid\": \"Galaxy S6 edge 4516\"\n            },\n            {\n                \"essid\": \"Galaxy S6 edge 6245\"\n            },\n            {\n                \"essid\": \"Galaxy S7\"\n            },\n            {\n                \"essid\": \"Galaxy S9\"\n            },\n            {\n                \"essid\": \"Galaxy S9+\"\n            },\n            {\n                \"essid\": \"Galaxy S9+1662\"\n            },\n            {\n                \"essid\": \"Galaxy S9+bf65\"\n            },\n            {\n                \"essid\": \"Galaxy Sarah\"\n            },\n            {\n                \"essid\": \"Galaxy Z Fold2 5GDF7D\"\n            },\n            {\n                \"essid\": \"Galdino’s iPhone\"\n            },\n            {\n                \"essid\": \"GALE WIFI\"\n            },\n            {\n                \"essid\": \"Gal from Harlem\"\n            },\n            {\n                \"essid\": \"Gallegos\"\n            },\n            {\n                \"essid\": \"Galleria18\"\n            },\n            {\n                \"essid\": \"Galleria19\"\n            },\n            {\n                \"essid\": \"GalleriaGuest\"\n            },\n            {\n                \"essid\": \"Galotti\"\n            },\n            {\n                \"essid\": \"GAMaddress\"\n            },\n            {\n                \"essid\": \"GambillFamily\"\n            },\n            {\n                \"essid\": \"Gamcho\"\n            },\n            {\n                \"essid\": \"Gamela\"\n            },\n            {\n                \"essid\": \"Game Room speaker.o\"\n            },\n            {\n                \"essid\": \"Game Room Speaker.o\"\n            },\n            {\n                \"essid\": \"Gamersux\"\n            },\n            {\n                \"essid\": \"GAMES\"\n            },\n            {\n                \"essid\": \"gamma-car!\"\n            },\n            {\n                \"essid\": \"GA-Mobile\"\n            },\n            {\n                \"essid\": \"GAN-Atlanta\"\n            },\n            {\n                \"essid\": \"GandCBolt\"\n            },\n            {\n                \"essid\": \"GANDERMAN\"\n            },\n            {\n                \"essid\": \"Ganesh\"\n            },\n            {\n                \"essid\": \"GangLand\"\n            },\n            {\n                \"essid\": \"Gangsters Paradise\"\n            },\n            {\n                \"essid\": \"Gannon Truck\"\n            },\n            {\n                \"essid\": \"Gant Wifi\"\n            },\n            {\n                \"essid\": \"GaoGeDaXinWen\"\n            },\n            {\n                \"essid\": \"gapremier\"\n            },\n            {\n                \"essid\": \"GAPSC-Guest\"\n            },\n            {\n                \"essid\": \"Garage TV.v\"\n            },\n            {\n                \"essid\": \"GARAGE-WIFI\"\n            },\n            {\n                \"essid\": \"Garcia\"\n            },\n            {\n                \"essid\": \"Garcia85\"\n            },\n            {\n                \"essid\": \"Garcia and Assoc.\"\n            },\n            {\n                \"essid\": \"garcia barajas family\"\n            },\n            {\n                \"essid\": \"garciacar\"\n            },\n            {\n                \"essid\": \"Garcia Equinox\"\n            },\n            {\n                \"essid\": \"GarciaHouse2\"\n            },\n            {\n                \"essid\": \"Garcias Impala\"\n            },\n            {\n                \"essid\": \"Garcia trucks1\"\n            },\n            {\n                \"essid\": \"Garcia Wifi\"\n            },\n            {\n                \"essid\": \"gardaworld\"\n            },\n            {\n                \"essid\": \"GardinerEscalade\"\n            },\n            {\n                \"essid\": \"GARDNER CAR\"\n            },\n            {\n                \"essid\": \"Garet’s iPhone\"\n            },\n            {\n                \"essid\": \"garey1987\"\n            },\n            {\n                \"essid\": \"garlnad\"\n            },\n            {\n                \"essid\": \"Garlock\"\n            },\n            {\n                \"essid\": \"GARM\"\n            },\n            {\n                \"essid\": \"Garnec\"\n            },\n            {\n                \"essid\": \"Garnett\"\n            },\n            {\n                \"essid\": \"Garnette C\"\n            },\n            {\n                \"essid\": \"Garrets Hotspot\"\n            },\n            {\n                \"essid\": \"Garretts Camaro\"\n            },\n            {\n                \"essid\": \"Garrison\"\n            },\n            {\n                \"essid\": \"Garts Whip\"\n            },\n            {\n                \"essid\": \"Gary Regal\"\n            },\n            {\n                \"essid\": \"Gary's iPhone\"\n            },\n            {\n                \"essid\": \"Gary's iPhone (3)\"\n            },\n            {\n                \"essid\": \"Gary's Note 5 4G\"\n            },\n            {\n                \"essid\": \"Gary's Note 5 4G \"\n            },\n            {\n                \"essid\": \"Gary SS\"\n            },\n            {\n                \"essid\": \"GarysTruck\"\n            },\n            {\n                \"essid\": \"GarysVolt\"\n            },\n            {\n                \"essid\": \"Garys Volt\"\n            },\n            {\n                \"essid\": \"Gas and Supply\"\n            },\n            {\n                \"essid\": \"GA-Sanoh\"\n            },\n            {\n                \"essid\": \"Gaskin Mobile\"\n            },\n            {\n                \"essid\": \"gastonwifi\"\n            },\n            {\n                \"essid\": \"Gastro_Assoc\"\n            },\n            {\n                \"essid\": \"gatenbus773\"\n            },\n            {\n                \"essid\": \"Gateway\"\n            },\n            {\n                \"essid\": \"GATEWAY\"\n            },\n            {\n                \"essid\": \"Gateway-5g\"\n            },\n            {\n                \"essid\": \"GatewaytoHeaven0318\"\n            },\n            {\n                \"essid\": \"Gatocito\"\n            },\n            {\n                \"essid\": \"gatorblue\"\n            },\n            {\n                \"essid\": \"GatorFord\"\n            },\n            {\n                \"essid\": \"GatorFord-Guest\"\n            },\n            {\n                \"essid\": \"gau-wifi\"\n            },\n            {\n                \"essid\": \"gav452\"\n            },\n            {\n                \"essid\": \"Gaxy s10 plus\"\n            },\n            {\n                \"essid\": \"GAYLORD2\"\n            },\n            {\n                \"essid\": \"GAY PORN 24/7\"\n            },\n            {\n                \"essid\": \"gbddbolt\"\n            },\n            {\n                \"essid\": \"GB_Home-2.4\"\n            },\n            {\n                \"essid\": \"GBUS\"\n            },\n            {\n                \"essid\": \"GBW FAM\"\n            },\n            {\n                \"essid\": \"GCAC703\"\n            },\n            {\n                \"essid\": \"GCB F150\"\n            },\n            {\n                \"essid\": \"GCDWR2003422\"\n            },\n            {\n                \"essid\": \"GCDWR2003423\"\n            },\n            {\n                \"essid\": \"GCDWR2006646\"\n            },\n            {\n                \"essid\": \"GCDWR2006676\"\n            },\n            {\n                \"essid\": \"GCDWR2006959\"\n            },\n            {\n                \"essid\": \"GCDWR2006964\"\n            },\n            {\n                \"essid\": \"GCDWR2007006\"\n            },\n            {\n                \"essid\": \"GCDWR2007050\"\n            },\n            {\n                \"essid\": \"GCDWR206274\"\n            },\n            {\n                \"essid\": \"GCDWR556283\"\n            },\n            {\n                \"essid\": \"GCDWR558171\"\n            },\n            {\n                \"essid\": \"GCDWR66529\"\n            },\n            {\n                \"essid\": \"gcems_unit\"\n            },\n            {\n                \"essid\": \"GCFD\"\n            },\n            {\n                \"essid\": \"GC-Guest-Wireless-Access\"\n            },\n            {\n                \"essid\": \"GCH\"\n            },\n            {\n                \"essid\": \"GCHDigitalsignage\"\n            },\n            {\n                \"essid\": \"GC-Internal\"\n            },\n            {\n                \"essid\": \"GCMasterFlex\"\n            },\n            {\n                \"essid\": \"GCPD132\"\n            },\n            {\n                \"essid\": \"GCPD345\"\n            },\n            {\n                \"essid\": \"GCPD455\"\n            },\n            {\n                \"essid\": \"GCPD918\"\n            },\n            {\n                \"essid\": \"GCPS-Guest\"\n            },\n            {\n                \"essid\": \"GCPS-Mobile\"\n            },\n            {\n                \"essid\": \"GCSO414\"\n            },\n            {\n                \"essid\": \"GCT\"\n            },\n            {\n                \"essid\": \"GC-Vendor\"\n            },\n            {\n                \"essid\": \"GC-Voice-Video\"\n            },\n            {\n                \"essid\": \"GDayMates\"\n            },\n            {\n                \"essid\": \"GDC Patient Wifi\"\n            },\n            {\n                \"essid\": \"GDL77Luis\"\n            },\n            {\n                \"essid\": \"GDP\"\n            },\n            {\n                \"essid\": \"GDP-WSI\"\n            },\n            {\n                \"essid\": \"G_E09\"\n            },\n            {\n                \"essid\": \"G_E34\"\n            },\n            {\n                \"essid\": \"G_E35\"\n            },\n            {\n                \"essid\": \"GEA\"\n            },\n            {\n                \"essid\": \"GEA_PUBLIC_WLAN\"\n            },\n            {\n                \"essid\": \"Gear-0FAD-1307\"\n            },\n            {\n                \"essid\": \"GEA_WLAN\"\n            },\n            {\n                \"essid\": \"GEC_PIONEER\"\n            },\n            {\n                \"essid\": \"Geek Squad Cadet\"\n            },\n            {\n                \"essid\": \"Gee_shyt82\"\n            },\n            {\n                \"essid\": \"Geeshyt_82\"\n            },\n            {\n                \"essid\": \"Geetha Bolt\"\n            },\n            {\n                \"essid\": \"GE Free WiFi\"\n            },\n            {\n                \"essid\": \"Geiss Auto\"\n            },\n            {\n                \"essid\": \"Gelato Secure\"\n            },\n            {\n                \"essid\": \"gEm8XDkIoWxq3nR\"\n            },\n            {\n                \"essid\": \"gemini-wifi\"\n            },\n            {\n                \"essid\": \"GEMS\"\n            },\n            {\n                \"essid\": \"gemuechlichkeit\"\n            },\n            {\n                \"essid\": \"GEN2 Trailer 2558\"\n            },\n            {\n                \"essid\": \"GEN2 Trailer 7AB\"\n            },\n            {\n                \"essid\": \"Gene and Matt Tractor\"\n            },\n            {\n                \"essid\": \"Gene Chevy\"\n            },\n            {\n                \"essid\": \"GeneralMFernandez iPhone iOS 11.\"\n            },\n            {\n                \"essid\": \"generalp\"\n            },\n            {\n                \"essid\": \"Generation Church 2.4GHz\"\n            },\n            {\n                \"essid\": \"Genius\"\n            },\n            {\n                \"essid\": \"Genius-5\"\n            },\n            {\n                \"essid\": \"Gennady WIFI\"\n            },\n            {\n                \"essid\": \"Geoffs  GMC\"\n            },\n            {\n                \"essid\": \"Geoffs Truck\"\n            },\n            {\n                \"essid\": \"Geogo1\"\n            },\n            {\n                \"essid\": \"Geo Pixel 4\"\n            },\n            {\n                \"essid\": \"George\"\n            },\n            {\n                \"essid\": \"GEORGE2\"\n            },\n            {\n                \"essid\": \"GEORGE-2.4\"\n            },\n            {\n                \"essid\": \"George Canyon\"\n            },\n            {\n                \"essid\": \"georgeloyer\"\n            },\n            {\n                \"essid\": \"Georges Car\"\n            },\n            {\n                \"essid\": \"georgescts\"\n            },\n            {\n                \"essid\": \"George's iPhone\"\n            },\n            {\n                \"essid\": \"georgesvolt\"\n            },\n            {\n                \"essid\": \"Georgia-Bama RV Park\"\n            },\n            {\n                \"essid\": \"Georgia Eye\"\n            },\n            {\n                \"essid\": \"Georgia Kidney Consultants\"\n            },\n            {\n                \"essid\": \"Georgian Motel\"\n            },\n            {\n                \"essid\": \"GEORGIA_SIGN\"\n            },\n            {\n                \"essid\": \"GeorgiastBoys\"\n            },\n            {\n                \"essid\": \"Georgios’s iPhone\"\n            },\n            {\n                \"essid\": \"Geo WiFi\"\n            },\n            {\n                \"essid\": \"gerald\"\n            },\n            {\n                \"essid\": \"Geraldine Lee\\\\342\\\\200\\\\231s iPhone\"\n            },\n            {\n                \"essid\": \"gerald's iPhone\"\n            },\n            {\n                \"essid\": \"gerardo\"\n            },\n            {\n                \"essid\": \"Gerardo Car\"\n            },\n            {\n                \"essid\": \"GERARD WHIP\"\n            },\n            {\n                \"essid\": \"GerberGuest\"\n            },\n            {\n                \"essid\": \"Geri Golf WiFi\"\n            },\n            {\n                \"essid\": \"germanos\"\n            },\n            {\n                \"essid\": \"German Valles\"\n            },\n            {\n                \"essid\": \"germick\"\n            },\n            {\n                \"essid\": \"Gershoni Volt\"\n            },\n            {\n                \"essid\": \"gerwigka\"\n            },\n            {\n                \"essid\": \"GesGFi\"\n            },\n            {\n                \"essid\": \"GestasHell\"\n            },\n            {\n                \"essid\": \"getthatpiddydickoutyourmouth\"\n            },\n            {\n                \"essid\": \"GETUROWNWIFI\"\n            },\n            {\n                \"essid\": \"Get Your Hands Off My Wifi\"\n            },\n            {\n                \"essid\": \"get your own\"\n            },\n            {\n                \"essid\": \"Get Your Own\"\n            },\n            {\n                \"essid\": \"Get your own damn Wi-Fi\"\n            },\n            {\n                \"essid\": \"Getyourownwifi\"\n            },\n            {\n                \"essid\": \"Get your own WiFi\"\n            },\n            {\n                \"essid\": \"Get Your Own Wifi\"\n            },\n            {\n                \"essid\": \"get your own wifi1\"\n            },\n            {\n                \"essid\": \"Get Your Own You Bum\"\n            },\n            {\n                \"essid\": \"Get Your Own You Bum-5\"\n            },\n            {\n                \"essid\": \"geysoncano\"\n            },\n            {\n                \"essid\": \"G-FAM\"\n            },\n            {\n                \"essid\": \"GFCNEW\"\n            },\n            {\n                \"essid\": \"GFI\"\n            },\n            {\n                \"essid\": \"GG36\"\n            },\n            {\n                \"essid\": \"GG7CW0D4MDG2\"\n            },\n            {\n                \"essid\": \"GGadmin_Ext\"\n            },\n            {\n                \"essid\": \"GG Baby 1997\"\n            },\n            {\n                \"essid\": \"GGC Guest\"\n            },\n            {\n                \"essid\": \"GGC_USS_Devices\"\n            },\n            {\n                \"essid\": \"GGC Wireless\"\n            },\n            {\n                \"essid\": \"GGM iPad 209 - San Francisco 5\"\n            },\n            {\n                \"essid\": \"GGMM MUSIC-0B2C\"\n            },\n            {\n                \"essid\": \"GGP14\"\n            },\n            {\n                \"essid\": \"GGP15\"\n            },\n            {\n                \"essid\": \"GGP16\"\n            },\n            {\n                \"essid\": \"GGP18\"\n            },\n            {\n                \"essid\": \"GGP277\"\n            },\n            {\n                \"essid\": \"GGPT305\"\n            },\n            {\n                \"essid\": \"GGPT33\"\n            },\n            {\n                \"essid\": \"GG's Audi Q5\"\n            },\n            {\n                \"essid\": \"GGT-WIFI\"\n            },\n            {\n                \"essid\": \"ghaddock\"\n            },\n            {\n                \"essid\": \"ghadeerb\"\n            },\n            {\n                \"essid\": \"Gham\"\n            },\n            {\n                \"essid\": \"GHAMDASHCAM\"\n            },\n            {\n                \"essid\": \"GHANEM\"\n            },\n            {\n                \"essid\": \"ghasedak\"\n            },\n            {\n                \"essid\": \"gherasim\"\n            },\n            {\n                \"essid\": \"ghettro\"\n            },\n            {\n                \"essid\": \"Ghiridhar’s iPhone\"\n            },\n            {\n                \"essid\": \"ghloeenclave\"\n            },\n            {\n                \"essid\": \"ghoover1\"\n            },\n            {\n                \"essid\": \"Ghosh\"\n            },\n            {\n                \"essid\": \"GHOST\"\n            },\n            {\n                \"essid\": \"Ghost Ride Da Whip\"\n            },\n            {\n                \"essid\": \"Ghost Rider\"\n            },\n            {\n                \"essid\": \"GHOST X-B0292\"\n            },\n            {\n                \"essid\": \"GHS-Corp\"\n            },\n            {\n                \"essid\": \"GHS-Guest\"\n            },\n            {\n                \"essid\": \"GHSPUBLIC\"\n            },\n            {\n                \"essid\": \"GHS WiFi\"\n            },\n            {\n                \"essid\": \"Giants\"\n            },\n            {\n                \"essid\": \"Gibson\"\n            },\n            {\n                \"essid\": \"Gideon Galaxy S20\"\n            },\n            {\n                \"essid\": \"Gigaduplex\"\n            },\n            {\n                \"essid\": \"Gigante\"\n            },\n            {\n                \"essid\": \"gil1023\"\n            },\n            {\n                \"essid\": \"Gilead Sciences\"\n            },\n            {\n                \"essid\": \"GILLAND ACADIA\"\n            },\n            {\n                \"essid\": \"Gillis\"\n            },\n            {\n                \"essid\": \"Gill Tract Farm\"\n            },\n            {\n                \"essid\": \"Gilmário M\"\n            },\n            {\n                \"essid\": \"Gimme the Loot\"\n            },\n            {\n                \"essid\": \"Gimme The Loot\"\n            },\n            {\n                \"essid\": \"GinaAtLove\"\n            },\n            {\n                \"essid\": \"Gina Campo\\\\342\\\\200\\\\231s iPhone\"\n            },\n            {\n                \"essid\": \"ginasvolt\"\n            },\n            {\n                \"essid\": \"Ginger\"\n            },\n            {\n                \"essid\": \"Ginger007\"\n            },\n            {\n                \"essid\": \"GingerSnap25\"\n            },\n            {\n                \"essid\": \"gingerswifi\"\n            },\n            {\n                \"essid\": \"Ginnie\"\n            },\n            {\n                \"essid\": \"GinnysBolt\"\n            },\n            {\n                \"essid\": \"Ginou0027s wifi\"\n            },\n            {\n                \"essid\": \"Gio\"\n            },\n            {\n                \"essid\": \"Giovanni’s iPhone\"\n            },\n            {\n                \"essid\": \"Giovvani1\"\n            },\n            {\n                \"essid\": \"giovz\"\n            },\n            {\n                \"essid\": \"GIP\"\n            },\n            {\n                \"essid\": \"Girija’s iPhone\"\n            },\n            {\n                \"essid\": \"Girleigh car go\"\n            },\n            {\n                \"essid\": \"Girlfriend Friday\"\n            },\n            {\n                \"essid\": \"Girls Rule\"\n            },\n            {\n                \"essid\": \"girlsruntheworld\"\n            },\n            {\n                \"essid\": \"Girlz Gone Wireless\"\n            },\n            {\n                \"essid\": \"Gisborne1\"\n            },\n            {\n                \"essid\": \"GIS_Corporate_RPG\"\n            },\n            {\n                \"essid\": \"gitano\"\n            },\n            {\n                \"essid\": \"Giulia\"\n            },\n            {\n                \"essid\": \"Giulia’s iPhone\"\n            },\n            {\n                \"essid\": \"GIWINDER\"\n            },\n            {\n                \"essid\": \"gkexpress\"\n            },\n            {\n                \"essid\": \"GKIZ ESCALADE\"\n            },\n            {\n                \"essid\": \"GL\"\n            },\n            {\n                \"essid\": \"Gladneys777\"\n            },\n            {\n                \"essid\": \"GlahnJ\"\n            },\n            {\n                \"essid\": \"glandau\"\n            },\n            {\n                \"essid\": \"GLARA\"\n            },\n            {\n                \"essid\": \"GLBC\"\n            },\n            {\n                \"essid\": \"GLBC Guest\"\n            },\n            {\n                \"essid\": \"GL Bolt Hotspot\"\n            },\n            {\n                \"essid\": \"Gleber’s Iphone\"\n            },\n            {\n                \"essid\": \"GLE_Guest\"\n            },\n            {\n                \"essid\": \"Gleipnir\"\n            },\n            {\n                \"essid\": \"Glen Briggs\"\n            },\n            {\n                \"essid\": \"Glenda la culo juco\"\n            },\n            {\n                \"essid\": \"Glenn Wifi\"\n            },\n            {\n                \"essid\": \"GLENRAN1\"\n            },\n            {\n                \"essid\": \"Glensphone\"\n            },\n            {\n                \"essid\": \"GLEWAP\"\n            },\n            {\n                \"essid\": \"glfeder\"\n            },\n            {\n                \"essid\": \"Glidewell 2.4\"\n            },\n            {\n                \"essid\": \"GLOBAL-GUEST-WIFI\"\n            },\n            {\n                \"essid\": \"GLOBAL NATION\"\n            },\n            {\n                \"essid\": \"GlobalWiFi_004517\"\n            },\n            {\n                \"essid\": \"GlobalWiFi_0IPZQR\"\n            },\n            {\n                \"essid\": \"GlobalWiFi_0O0T0I\"\n            },\n            {\n                \"essid\": \"GlobalWiFi_0OI0IS\"\n            },\n            {\n                \"essid\": \"GlobalWiFi_0OITV8\"\n            },\n            {\n                \"essid\": \"GlobalWiFi_0OPEXF\"\n            },\n            {\n                \"essid\": \"GlobalWiFi_0OYD24\"\n            },\n            {\n                \"essid\": \"GlobalWiFi_0OZ9ZM\"\n            },\n            {\n                \"essid\": \"GlobalWiFi_781908\"\n            },\n            {\n                \"essid\": \"GlocalMe_00119\"\n            },\n            {\n                \"essid\": \"GlocalMe_06847\"\n            },\n            {\n                \"essid\": \"GlocalMe_07451\"\n            },\n            {\n                \"essid\": \"GlocalMe_08228\"\n            },\n            {\n                \"essid\": \"GlocalMe_0O40JW\"\n            },\n            {\n                \"essid\": \"GlocalMe_10480\"\n            },\n            {\n                \"essid\": \"GlocalMe_14952\"\n            },\n            {\n                \"essid\": \"GlocalMe_17671\"\n            },\n            {\n                \"essid\": \"GlocalMe_17676\"\n            },\n            {\n                \"essid\": \"GlocalMe_18260\"\n            },\n            {\n                \"essid\": \"GlocalMe_18756\"\n            },\n            {\n                \"essid\": \"GlocalMe_18947\"\n            },\n            {\n                \"essid\": \"GlocalMe_22641\"\n            },\n            {\n                \"essid\": \"GlocalMe_22725\"\n            },\n            {\n                \"essid\": \"GlocalMe_23939\"\n            },\n            {\n                \"essid\": \"GlocalMe_27808\"\n            },\n            {\n                \"essid\": \"GlocalMe_28762\"\n            },\n            {\n                \"essid\": \"GlocalMe_30732\"\n            },\n            {\n                \"essid\": \"GlocalMe_32078\"\n            },\n            {\n                \"essid\": \"GlocalMe_39812\"\n            },\n            {\n                \"essid\": \"GlocalMe_41322\"\n            },\n            {\n                \"essid\": \"GlocalMe_41597\"\n            },\n            {\n                \"essid\": \"GlocalMe_44574\"\n            },\n            {\n                \"essid\": \"GlocalMe_44780\"\n            },\n            {\n                \"essid\": \"GlocalMe_45220\"\n            },\n            {\n                \"essid\": \"GlocalMe_45467\"\n            },\n            {\n                \"essid\": \"GlocalMe_47572\"\n            },\n            {\n                \"essid\": \"GlocalMe_49116\"\n            },\n            {\n                \"essid\": \"GlocalMe_50572\"\n            },\n            {\n                \"essid\": \"GlocalMe_52460\"\n            },\n            {\n                \"essid\": \"GlocalMe_53324\"\n            },\n            {\n                \"essid\": \"GlocalMe_54258\"\n            },\n            {\n                \"essid\": \"GlocalMe_56347\"\n            },\n            {\n                \"essid\": \"GlocalMe_56736\"\n            },\n            {\n                \"essid\": \"GlocalMe_57562\"\n            },\n            {\n                \"essid\": \"GlocalMe_57571\"\n            },\n            {\n                \"essid\": \"GlocalMe_62070\"\n            },\n            {\n                \"essid\": \"GlocalMe_64785\"\n            },\n            {\n                \"essid\": \"GlocalMe_66945\"\n            },\n            {\n                \"essid\": \"GlocalMe_69108\"\n            },\n            {\n                \"essid\": \"GlocalMe_69823\"\n            },\n            {\n                \"essid\": \"GlocalMe_70544\"\n            },\n            {\n                \"essid\": \"GlocalMe_71049\"\n            },\n            {\n                \"essid\": \"GlocalMe_72591\"\n            },\n            {\n                \"essid\": \"GlocalMe_77917\"\n            },\n            {\n                \"essid\": \"GlocalMe_79848\"\n            },\n            {\n                \"essid\": \"GlocalMe_80949\"\n            },\n            {\n                \"essid\": \"GlocalMe_82271\"\n            },\n            {\n                \"essid\": \"GlocalMe_90662\"\n            },\n            {\n                \"essid\": \"GlocalMe_95443\"\n            },\n            {\n                \"essid\": \"GlocalMe_95983\"\n            },\n            {\n                \"essid\": \"GlocalMe_96034\"\n            },\n            {\n                \"essid\": \"GlocalMe_98732\"\n            },\n            {\n                \"essid\": \"GlocalNet_62200\"\n            },\n            {\n                \"essid\": \"GlocalNet_76653\"\n            },\n            {\n                \"essid\": \"gloria\"\n            },\n            {\n                \"essid\": \"Gloria1\"\n            },\n            {\n                \"essid\": \"Gloria Chevy\"\n            },\n            {\n                \"essid\": \"Glory\"\n            },\n            {\n                \"essid\": \"gloteasa\"\n            },\n            {\n                \"essid\": \"Glouton net\"\n            },\n            {\n                \"essid\": \"GLSP\"\n            },\n            {\n                \"essid\": \"Gm092120\"\n            },\n            {\n                \"essid\": \"GMBC_Network\"\n            },\n            {\n                \"essid\": \"gmc\"\n            },\n            {\n                \"essid\": \"GMC 1500\"\n            },\n            {\n                \"essid\": \"GMC Car\"\n            },\n            {\n                \"essid\": \"gmcdaddy\"\n            },\n            {\n                \"essid\": \"gmcrjr\"\n            },\n            {\n                \"essid\": \"GMC Sierra\"\n            },\n            {\n                \"essid\": \"gmcsir\"\n            },\n            {\n                \"essid\": \"gmctruck\"\n            },\n            {\n                \"essid\": \"GMC Wifi\"\n            },\n            {\n                \"essid\": \"GMC WiFi\"\n            },\n            {\n                \"essid\": \"GMC WIFI\"\n            },\n            {\n                \"essid\": \"GMCYukon\"\n            },\n            {\n                \"essid\": \"GMESI\"\n            },\n            {\n                \"essid\": \"GMREPCR\"\n            },\n            {\n                \"essid\": \"GMZ_TIRES\"\n            },\n            {\n                \"essid\": \"GN06JXRLG2\"\n            },\n            {\n                \"essid\": \"GN 2.4\"\n            },\n            {\n                \"essid\": \"Gnarlysplash\"\n            },\n            {\n                \"essid\": \"Gnarly Splash\"\n            },\n            {\n                \"essid\": \"GNET2017\"\n            },\n            {\n                \"essid\": \"GNET_BB_GON_2EE856\"\n            },\n            {\n                \"essid\": \"GNET_BB_GX3I_2F11CB\"\n            },\n            {\n                \"essid\": \"GNOMEHOME\"\n            },\n            {\n                \"essid\": \"GNOMEHOME 5GHZ\"\n            },\n            {\n                \"essid\": \"Go \"\n            },\n            {\n                \"essid\": \"GO1927\"\n            },\n            {\n                \"essid\": \"Goat PWR\"\n            },\n            {\n                \"essid\": \"GoAway\"\n            },\n            {\n                \"essid\": \"GoBlue!\"\n            },\n            {\n                \"essid\": \"gobuckeyez72\"\n            },\n            {\n                \"essid\": \"Go-Bucs-19\"\n            },\n            {\n                \"essid\": \"gocamichigan\"\n            },\n            {\n                \"essid\": \"Gocampo\"\n            },\n            {\n                \"essid\": \"GoDawgs\"\n            },\n            {\n                \"essid\": \"godawgs1\"\n            },\n            {\n                \"essid\": \"Godbless\"\n            },\n            {\n                \"essid\": \"Goddard FloweryB\"\n            },\n            {\n                \"essid\": \"Goddard Guest\"\n            },\n            {\n                \"essid\": \"Goddard Tyson\"\n            },\n            {\n                \"essid\": \"Goddess\"\n            },\n            {\n                \"essid\": \"God First \"\n            },\n            {\n                \"essid\": \"GOD IS ABLE \"\n            },\n            {\n                \"essid\": \"god is good\"\n            },\n            {\n                \"essid\": \"God-Is-Good-Have-Faith\"\n            },\n            {\n                \"essid\": \"GOD IS LOVE\"\n            },\n            {\n                \"essid\": \"GodzillaLovesU\"\n            },\n            {\n                \"essid\": \"GOFALCONS\"\n            },\n            {\n                \"essid\": \"GOFALCONS_5G\"\n            },\n            {\n                \"essid\": \"GO FLIP 3 0885\"\n            },\n            {\n                \"essid\": \"GO FLIP 3 9609\"\n            },\n            {\n                \"essid\": \"Goforth2.4\"\n            },\n            {\n                \"essid\": \"go gamecocks\"\n            },\n            {\n                \"essid\": \"GogiFire- 2.4G\"\n            },\n            {\n                \"essid\": \"GoGoGadgetInternet1\"\n            },\n            {\n                \"essid\": \"Go Go Gadget Internet_EXT\"\n            },\n            {\n                \"essid\": \"gogoinflight\"\n            },\n            {\n                \"essid\": \"Gogoman415\"\n            },\n            {\n                \"essid\": \"Go Heat\"\n            },\n            {\n                \"essid\": \"GoHuskies 2.4\"\n            },\n            {\n                \"essid\": \"goinmobile\"\n            },\n            {\n                \"essid\": \"GoinPostal2.4\"\n            },\n            {\n                \"essid\": \"GoinPostal5\"\n            },\n            {\n                \"essid\": \"Gokuldham\"\n            },\n            {\n                \"essid\": \"golden\"\n            },\n            {\n                \"essid\": \"GoldenGirls\"\n            },\n            {\n                \"essid\": \"Golden State Dad\"\n            },\n            {\n                \"essid\": \"Golden State Dad-5\"\n            },\n            {\n                \"essid\": \"goldfish\"\n            },\n            {\n                \"essid\": \"Golf WiFi\"\n            },\n            {\n                \"essid\": \"Goluk2e5058\"\n            },\n            {\n                \"essid\": \"Goluka701fc\"\n            },\n            {\n                \"essid\": \"Goluk_T1_700369\"\n            },\n            {\n                \"essid\": \"Goluk_T1_900365\"\n            },\n            {\n                \"essid\": \"Goluk_T1_900454\"\n            },\n            {\n                \"essid\": \"Goluk_T2_000088\"\n            },\n            {\n                \"essid\": \"Goluk_T2_000425\"\n            },\n            {\n                \"essid\": \"Goluk_T2_500098\"\n            },\n            {\n                \"essid\": \"Goluk_T2_500138\"\n            },\n            {\n                \"essid\": \"Goluk_T2_600458\"\n            },\n            {\n                \"essid\": \"Goluk_T2_600473\"\n            },\n            {\n                \"essid\": \"Goluk_T2_601005\"\n            },\n            {\n                \"essid\": \"Goluk_T2_601068\"\n            },\n            {\n                \"essid\": \"Goluk_T2_601077\"\n            },\n            {\n                \"essid\": \"Goluk_T2_601081\"\n            },\n            {\n                \"essid\": \"Goluk_T2_601425\"\n            },\n            {\n                \"essid\": \"Goluk_T2_700181\"\n            },\n            {\n                \"essid\": \"Goluk_T2_700793\"\n            },\n            {\n                \"essid\": \"Goluk_T2_701032\"\n            },\n            {\n                \"essid\": \"Goluk_T2_702670\"\n            },\n            {\n                \"essid\": \"Goluk_T2_R32\"\n            },\n            {\n                \"essid\": \"Goluk_T3_582026\"\n            },\n            {\n                \"essid\": \"Goluk_T3_bd2b30\"\n            },\n            {\n                \"essid\": \"Goluk_T3_bd2c10\"\n            },\n            {\n                \"essid\": \"Goluk_T3_bd2c25\"\n            },\n            {\n                \"essid\": \"Goluk_T3_d82586\"\n            },\n            {\n                \"essid\": \"Goluk_T3_d832cb\"\n            },\n            {\n                \"essid\": \"Goluk_T3_d83ac3\"\n            },\n            {\n                \"essid\": \"Goluk_T3_db41d7\"\n            },\n            {\n                \"essid\": \"Goluk_T3_db4edb\"\n            },\n            {\n                \"essid\": \"Goluk_T3_db4f4d\"\n            },\n            {\n                \"essid\": \"Goluk_T3_dcf8b2\"\n            },\n            {\n                \"essid\": \"Goluk_T3_dcf8f8\"\n            },\n            {\n                \"essid\": \"Goluk_T3_dcfdcc\"\n            },\n            {\n                \"essid\": \"Goluk_T3_dcfe52\"\n            },\n            {\n                \"essid\": \"Goluk_T3_dcff22\"\n            },\n            {\n                \"essid\": \"Goluk_T3_dcff27\"\n            },\n            {\n                \"essid\": \"Goluk_T3_dcff9e\"\n            },\n            {\n                \"essid\": \"Goluk_T3_e0eccc\"\n            },\n            {\n                \"essid\": \"Goluk_T3_e0eeb3\"\n            },\n            {\n                \"essid\": \"Goluk_T3_ecfeb3\"\n            },\n            {\n                \"essid\": \"Goluk_T3_ed00a8\"\n            },\n            {\n                \"essid\": \"Goluk_T3_ed0129\"\n            },\n            {\n                \"essid\": \"Goluk_T3_ed93f0\"\n            },\n            {\n                \"essid\": \"Goluk_T3_malla\"\n            },\n            {\n                \"essid\": \"Goluk_T3_Ranjeet\"\n            },\n            {\n                \"essid\": \"Goluk_T3_Tco\"\n            },\n            {\n                \"essid\": \"Gomezfamily\"\n            },\n            {\n                \"essid\": \"Gomez Family III\"\n            },\n            {\n                \"essid\": \"Gondor\"\n            },\n            {\n                \"essid\": \"GONG iPhone7P\"\n            },\n            {\n                \"essid\": \"Gonzaba Jr\"\n            },\n            {\n                \"essid\": \"Gonzales2019\"\n            },\n            {\n                \"essid\": \"Gonzales4700\"\n            },\n            {\n                \"essid\": \"gonzalez\"\n            },\n            {\n                \"essid\": \"Gonzalez\"\n            },\n            {\n                \"essid\": \"Gonzalez Chevy\"\n            },\n            {\n                \"essid\": \"Gonzalez Enclave\"\n            },\n            {\n                \"essid\": \"Gonzalo's iPhone\"\n            },\n            {\n                \"essid\": \"goober\"\n            },\n            {\n                \"essid\": \"Gooberville\"\n            },\n            {\n                \"essid\": \"Goobus 2.0\"\n            },\n            {\n                \"essid\": \"Goodall Mortgage LLC\"\n            },\n            {\n                \"essid\": \"GoodDay\"\n            },\n            {\n                \"essid\": \"GOOD-JCHRISTOPHERS WIFI\"\n            },\n            {\n                \"essid\": \"Good luck\"\n            },\n            {\n                \"essid\": \"Good Times WiFi\"\n            },\n            {\n                \"essid\": \"GoodToGoMarket\"\n            },\n            {\n                \"essid\": \"good vibes\"\n            },\n            {\n                \"essid\": \"Goodwill-CCWirelessONLY\"\n            },\n            {\n                \"essid\": \"Goodwill-Corp\"\n            },\n            {\n                \"essid\": \"Goodwill-Guest\"\n            },\n            {\n                \"essid\": \"Goodwill-TabAccessONLY\"\n            },\n            {\n                \"essid\": \"Goodwin\"\n            },\n            {\n                \"essid\": \"Goodwin1\"\n            },\n            {\n                \"essid\": \"GoogleClickHere\"\n            },\n            {\n                \"essid\": \"GoogleClickHere-guest\"\n            },\n            {\n                \"essid\": \"GoogleHome1429.8441.ynm\"\n            },\n            {\n                \"essid\": \"GoogleHome1966.o\"\n            },\n            {\n                \"essid\": \"GoogleHome2638.p\"\n            },\n            {\n                \"essid\": \"GoogleHome3674.k\"\n            },\n            {\n                \"essid\": \"GoogleHome4011.D039.ynm\"\n            },\n            {\n                \"essid\": \"GoogleHome5294.k\"\n            },\n            {\n                \"essid\": \"GoogleHome5891.8441.o\"\n            },\n            {\n                \"essid\": \"GoogleHome5966.o\"\n            },\n            {\n                \"essid\": \"GoogleHome6214.8441.ynm\"\n            },\n            {\n                \"essid\": \"GoogleHome8400.o\"\n            },\n            {\n                \"essid\": \"GoogleHome8645.o\"\n            },\n            {\n                \"essid\": \"GoogleHome9100.o\"\n            },\n            {\n                \"essid\": \"GoogleHome9124.o\"\n            },\n            {\n                \"essid\": \"GoogleHome9241.o\"\n            },\n            {\n                \"essid\": \"GoogleHomeHub2151.u\"\n            },\n            {\n                \"essid\": \"GoogleHomeHub6082.u\"\n            },\n            {\n                \"essid\": \"GoogleI\"\n            },\n            {\n                \"essid\": \"GooglePower\"\n            },\n            {\n                \"essid\": \"Google Starbucks\"\n            },\n            {\n                \"essid\": \"Google Thomas\"\n            },\n            {\n                \"essid\": \"Google-Weber\"\n            },\n            {\n                \"essid\": \"Googlewifi301\"\n            },\n            {\n                \"essid\": \"googly fone\"\n            },\n            {\n                \"essid\": \"GoPro Falcão\"\n            },\n            {\n                \"essid\": \"gopro god\"\n            },\n            {\n                \"essid\": \"goprojasonipad\"\n            },\n            {\n                \"essid\": \"goprolos\"\n            },\n            {\n                \"essid\": \"GordonFamily\"\n            },\n            {\n                \"essid\": \"Gordon Volt\"\n            },\n            {\n                \"essid\": \"gorilla\"\n            },\n            {\n                \"essid\": \"Gormac5\"\n            },\n            {\n                \"essid\": \"GoSuperPPX1A\"\n            },\n            {\n                \"essid\": \"GOTBANNANASFORUMONKEYNIGGAS\"\n            },\n            {\n                \"essid\": \"Gotcha BITCH\"\n            },\n            {\n                \"essid\": \"GOT Jon Snow\"\n            },\n            {\n                \"essid\": \"GOT Jon Snow 1\"\n            },\n            {\n                \"essid\": \"GOT Jon Snow 2\"\n            },\n            {\n                \"essid\": \"Gotta Bolt\"\n            },\n            {\n                \"essid\": \"gottschlingnet-5\"\n            },\n            {\n                \"essid\": \"GOUGHFORD\"\n            },\n            {\n                \"essid\": \"Gov Data Mining\"\n            },\n            {\n                \"essid\": \"GO VEGAN NOW\"\n            },\n            {\n                \"essid\": \"GoVols\"\n            },\n            {\n                \"essid\": \"GoVue\"\n            },\n            {\n                \"essid\": \"GoW3pOrGoH0\"\n            },\n            {\n                \"essid\": \"GoW3pOrGoH0me\"\n            },\n            {\n                \"essid\": \"Gowen Wifi\"\n            },\n            {\n                \"essid\": \"GoWireless\"\n            },\n            {\n                \"essid\": \"gp1\"\n            },\n            {\n                \"essid\": \"GP24542811\"\n            },\n            {\n                \"essid\": \"GP24617205\"\n            },\n            {\n                \"essid\": \"GP24647012\"\n            },\n            {\n                \"essid\": \"GP24647704\"\n            },\n            {\n                \"essid\": \"GP25933770\"\n            },\n            {\n                \"essid\": \"GP26020702\"\n            },\n            {\n                \"essid\": \"GP26022787\"\n            },\n            {\n                \"essid\": \"GP26297920\"\n            },\n            {\n                \"essid\": \"GP27087718\"\n            },\n            {\n                \"essid\": \"GP28039021\"\n            },\n            {\n                \"essid\": \"GP34526269\"\n            },\n            {\n                \"essid\": \"GP54874398\"\n            },\n            {\n                \"essid\": \"GP55947499\"\n            },\n            {\n                \"essid\": \"GP55971306\"\n            },\n            {\n                \"essid\": \"GP56002012\"\n            },\n            {\n                \"essid\": \"GP90059121\"\n            },\n            {\n                \"essid\": \"G Pad 2\"\n            },\n            {\n                \"essid\": \"GPAMHM-Internal\"\n            },\n            {\n                \"essid\": \"GPAMHM-Public\"\n            },\n            {\n                \"essid\": \"GPcaddy\"\n            },\n            {\n                \"essid\": \"gpcam2\"\n            },\n            {\n                \"essid\": \"GP_CHMB_S12\"\n            },\n            {\n                \"essid\": \"GP_CHMB_S13\"\n            },\n            {\n                \"essid\": \"GPC_Real_Estate2.4\"\n            },\n            {\n                \"essid\": \"GPD7705196701\"\n            },\n            {\n                \"essid\": \"GPE Guest\"\n            },\n            {\n                \"essid\": \"GPEI\"\n            },\n            {\n                \"essid\": \"gpfs\"\n            },\n            {\n                \"essid\": \"GPLUSPRO\"\n            },\n            {\n                \"essid\": \"G-Pokefi\"\n            },\n            {\n                \"essid\": \"GPSLink\"\n            },\n            {\n                \"essid\": \"GPTA\"\n            },\n            {\n                \"essid\": \"GPTransco\"\n            },\n            {\n                \"essid\": \"GP-WLAN\"\n            },\n            {\n                \"essid\": \"GrabbitAP_58003\\r\"\n            },\n            {\n                \"essid\": \"GrabbitAP_94374\\r\"\n            },\n            {\n                \"essid\": \"GraceFamilyDentistry-guest_EXT\"\n            },\n            {\n                \"essid\": \"Graceh\"\n            },\n            {\n                \"essid\": \"Grace Morizawa\\\\342\\\\200\\\\231s iPhone\"\n            },\n            {\n                \"essid\": \"Grace Morizawa’s iPhone\"\n            },\n            {\n                \"essid\": \"Grace place 2.4\"\n            },\n            {\n                \"essid\": \"Gracie\"\n            },\n            {\n                \"essid\": \"Gradescope-2.4\"\n            },\n            {\n                \"essid\": \"Graham\"\n            },\n            {\n                \"essid\": \"GrahfWireless\"\n            },\n            {\n                \"essid\": \"Gramaof5\"\n            },\n            {\n                \"essid\": \"Granado Poolhouse\"\n            },\n            {\n                \"essid\": \"Grandmas room Speaker.n001\"\n            },\n            {\n                \"essid\": \"Grandpas Bolt\"\n            },\n            {\n                \"essid\": \"granny\"\n            },\n            {\n                \"essid\": \"GrantCruze\"\n            },\n            {\n                \"essid\": \"GrantTahoe\"\n            },\n            {\n                \"essid\": \"grape-4g\"\n            },\n            {\n                \"essid\": \"graves\"\n            },\n            {\n                \"essid\": \"Gravy-2.4\"\n            },\n            {\n                \"essid\": \"GrayBetty\"\n            },\n            {\n                \"essid\": \"graycadillac\"\n            },\n            {\n                \"essid\": \"graycar\"\n            },\n            {\n                \"essid\": \"GRAY's iPhone\"\n            },\n            {\n                \"essid\": \"Grbich Volt\"\n            },\n            {\n                \"essid\": \"Grc Roofing\"\n            },\n            {\n                \"essid\": \"GRE-78303B01706F\"\n            },\n            {\n                \"essid\": \"GreatAdventure2-2.4G\"\n            },\n            {\n                \"essid\": \"Great Clips\"\n            },\n            {\n                \"essid\": \"GreatDane\"\n            },\n            {\n                \"essid\": \"Greater Glory-2.4G\"\n            },\n            {\n                \"essid\": \"GRECIA TOYOTA RAV4_81B3625E48EB\"\n            },\n            {\n                \"essid\": \"Green\"\n            },\n            {\n                \"essid\": \"GREEN\"\n            },\n            {\n                \"essid\": \"Green Arrow\"\n            },\n            {\n                \"essid\": \"Greenbay\"\n            },\n            {\n                \"essid\": \"Green_Brothers_Earthworks\"\n            },\n            {\n                \"essid\": \"GreenfieldTahoe\"\n            },\n            {\n                \"essid\": \"Green Lantern\"\n            },\n            {\n                \"essid\": \"GREEN LANTERN\"\n            },\n            {\n                \"essid\": \"Greens phone\"\n            },\n            {\n                \"essid\": \"Green Tea\"\n            },\n            {\n                \"essid\": \"Green Tea_5GHz\"\n            },\n            {\n                \"essid\": \"Green Tea-guest\"\n            },\n            {\n                \"essid\": \"GreenTeam13\"\n            },\n            {\n                \"essid\": \"Greenwood\"\n            },\n            {\n                \"essid\": \"Greewnwoods Chevy\"\n            },\n            {\n                \"essid\": \"Greg ATS\"\n            },\n            {\n                \"essid\": \"gregbolt\"\n            },\n            {\n                \"essid\": \"gregory\"\n            },\n            {\n                \"essid\": \"Gregory\"\n            },\n            {\n                \"essid\": \"Gregory's\"\n            },\n            {\n                \"essid\": \"Gregorys-1\"\n            },\n            {\n                \"essid\": \"Gregory’s iPad\"\n            },\n            {\n                \"essid\": \"Gregory’s iPhone\"\n            },\n            {\n                \"essid\": \"Gregs Colorado\"\n            },\n            {\n                \"essid\": \"gregscruze\"\n            },\n            {\n                \"essid\": \"Gregs Tahoe\"\n            },\n            {\n                \"essid\": \"gregs wifi\"\n            },\n            {\n                \"essid\": \"GRENA\"\n            },\n            {\n                \"essid\": \"GRE-Secure\"\n            },\n            {\n                \"essid\": \"Gretchen\"\n            },\n            {\n                \"essid\": \"Gretchen Dunn’s iPhone\"\n            },\n            {\n                \"essid\": \"grewal\"\n            },\n            {\n                \"essid\": \"greybird\"\n            },\n            {\n                \"essid\": \"GreyBolt\"\n            },\n            {\n                \"essid\": \"Grey Gardens\"\n            },\n            {\n                \"essid\": \"Grey Tom\"\n            },\n            {\n                \"essid\": \"Grey Wifi\"\n            },\n            {\n                \"essid\": \"grifbolt\"\n            },\n            {\n                \"essid\": \"Griff229\"\n            },\n            {\n                \"essid\": \"Griffin1238 (2.4GHz)\"\n            },\n            {\n                \"essid\": \"Griffin540 (2.4GHz)\"\n            },\n            {\n                \"essid\": \"Griffin Truck\"\n            },\n            {\n                \"essid\": \"Griffin Wifi\"\n            },\n            {\n                \"essid\": \"gringa\"\n            },\n            {\n                \"essid\": \"Grizzle Guest\"\n            },\n            {\n                \"essid\": \"Grizzly\"\n            },\n            {\n                \"essid\": \"grizzly3\"\n            },\n            {\n                \"essid\": \"grizzlyd\"\n            },\n            {\n                \"essid\": \"GRNexus5\"\n            },\n            {\n                \"essid\": \"Groome Transportation\"\n            },\n            {\n                \"essid\": \"Grosse Pointe Blank\"\n            },\n            {\n                \"essid\": \"Grosse Pointe Blank-1\"\n            },\n            {\n                \"essid\": \"Grounded\"\n            },\n            {\n                \"essid\": \"Grovepark2.4Ghz\"\n            },\n            {\n                \"essid\": \"Grumpers Apartment \"\n            },\n            {\n                \"essid\": \"Gryffindor\"\n            },\n            {\n                \"essid\": \"Gryffindor_EXT\"\n            },\n            {\n                \"essid\": \"Gryffindor House\"\n            },\n            {\n                \"essid\": \"gs1948\"\n            },\n            {\n                \"essid\": \"GS63H_\"\n            },\n            {\n                \"essid\": \"Gs8\"\n            },\n            {\n                \"essid\": \"GSacco9321\"\n            },\n            {\n                \"essid\": \"GSA-Guest\"\n            },\n            {\n                \"essid\": \"GSA-IS-MiFi-04\"\n            },\n            {\n                \"essid\": \"gsbrucker\"\n            },\n            {\n                \"essid\": \"GSDEMO\"\n            },\n            {\n                \"essid\": \"GS_Employee\"\n            },\n            {\n                \"essid\": \"GSP_Behel\"\n            },\n            {\n                \"essid\": \"gspecter\"\n            },\n            {\n                \"essid\": \"GSQ-S9\"\n            },\n            {\n                \"essid\": \"GSSecure927\"\n            },\n            {\n                \"essid\": \"GSSM\"\n            },\n            {\n                \"essid\": \"GS-SYS\"\n            },\n            {\n                \"essid\": \"GST_28f366302de3\"\n            },\n            {\n                \"essid\": \"GSTwifi-97b2\"\n            },\n            {\n                \"essid\": \"GSVENDORA\"\n            },\n            {\n                \"essid\": \"GSW2017-guest\"\n            },\n            {\n                \"essid\": \"gSxBpa5RPyFmrVePZrnIAq6jBZI9e8Ud\"\n            },\n            {\n                \"essid\": \"GT-1957\"\n            },\n            {\n                \"essid\": \"GTC_Guest\"\n            },\n            {\n                \"essid\": \"GTC_Staff\"\n            },\n            {\n                \"essid\": \"gTESTm\"\n            },\n            {\n                \"essid\": \"Gthizzlescarwifi\"\n            },\n            {\n                \"essid\": \"GTother\"\n            },\n            {\n                \"essid\": \"GTP\"\n            },\n            {\n                \"essid\": \"GTRI-Device\"\n            },\n            {\n                \"essid\": \"G@T@'$ sAmSuNg\"\n            },\n            {\n                \"essid\": \"gtspeedwifi\"\n            },\n            {\n                \"essid\": \"GTvisitor\"\n            },\n            {\n                \"essid\": \"guacamolenetmobile\"\n            },\n            {\n                \"essid\": \"guardhouse-2.4\"\n            },\n            {\n                \"essid\": \"Guardzilla-E4FA\"\n            },\n            {\n                \"essid\": \"Guay6200\"\n            },\n            {\n                \"essid\": \"GuchElement\"\n            },\n            {\n                \"essid\": \"GuessSP\"\n            },\n            {\n                \"essid\": \"GuessSP2\"\n            },\n            {\n                \"essid\": \"guest\"\n            },\n            {\n                \"essid\": \"Guest\"\n            },\n            {\n                \"essid\": \"GUEST\"\n            },\n            {\n                \"essid\": \"guest_0_2\"\n            },\n            {\n                \"essid\": \"guest_0_3\"\n            },\n            {\n                \"essid\": \"guest_0_4\"\n            },\n            {\n                \"essid\": \"guest_0_5\"\n            },\n            {\n                \"essid\": \"guest_0_6\"\n            },\n            {\n                \"essid\": \"Guest1\"\n            },\n            {\n                \"essid\": \"Guest123\"\n            },\n            {\n                \"essid\": \"Guest_Bizagi\"\n            },\n            {\n                \"essid\": \"GuestMathnasium1\"\n            },\n            {\n                \"essid\": \"Guest-MiFi7730L-wxyz\"\n            },\n            {\n                \"essid\": \"guestnet\"\n            },\n            {\n                \"essid\": \"GuestNet\"\n            },\n            {\n                \"essid\": \"GUESTNET\"\n            },\n            {\n                \"essid\": \"guestnetwork\"\n            },\n            {\n                \"essid\": \"Guestopolis\"\n            },\n            {\n                \"essid\": \"Guest Print\"\n            },\n            {\n                \"essid\": \"Guest@SantaClaraSquare\"\n            },\n            {\n                \"essid\": \"Guest University House Midtown\"\n            },\n            {\n                \"essid\": \"guest-us\"\n            },\n            {\n                \"essid\": \"guest_wifi\"\n            },\n            {\n                \"essid\": \"Guest.wifi\"\n            },\n            {\n                \"essid\": \"GuestWiFi\"\n            },\n            {\n                \"essid\": \"Guest-WiFi\"\n            },\n            {\n                \"essid\": \"Guest Wireless\"\n            },\n            {\n                \"essid\": \"Gui\"\n            },\n            {\n                \"essid\": \"Guiza510\"\n            },\n            {\n                \"essid\": \"GunHome\"\n            },\n            {\n                \"essid\": \"GuptaBolt\"\n            },\n            {\n                \"essid\": \"Gurjant\\\\342\\\\200\\\\231s iPhone\"\n            },\n            {\n                \"essid\": \"Gurlabh's Verizon\"\n            },\n            {\n                \"essid\": \"gurochka’s iPhone\"\n            },\n            {\n                \"essid\": \"Gus1928\"\n            },\n            {\n                \"essid\": \"GusBusters\"\n            },\n            {\n                \"essid\": \"GUS MALIBU WIFI\"\n            },\n            {\n                \"essid\": \"Gusmaro Mendoza’s iPad\"\n            },\n            {\n                \"essid\": \"Gussie219\"\n            },\n            {\n                \"essid\": \"Gusto-fi\"\n            },\n            {\n                \"essid\": \"GUS WiFi\"\n            },\n            {\n                \"essid\": \"GUVEN\"\n            },\n            {\n                \"essid\": \"Guven's Fine Jewelry\"\n            },\n            {\n                \"essid\": \"Guzman\"\n            },\n            {\n                \"essid\": \"GVSERVICE\"\n            },\n            {\n                \"essid\": \"Gwalior\"\n            },\n            {\n                \"essid\": \"Gwinnett_drugs_EXT\"\n            },\n            {\n                \"essid\": \"gwinnettlibrary\"\n            },\n            {\n                \"essid\": \"gWorld\"\n            },\n            {\n                \"essid\": \"gwo\\\"s shit\"\n            },\n            {\n                \"essid\": \"GWt 11\"\n            },\n            {\n                \"essid\": \"GWT 17\"\n            },\n            {\n                \"essid\": \"GWT 51\"\n            },\n            {\n                \"essid\": \"GWTOffice\"\n            },\n            {\n                \"essid\": \"gw-wifi\"\n            },\n            {\n                \"essid\": \"GX-KGD\"\n            },\n            {\n                \"essid\": \"Gykko\"\n            },\n            {\n                \"essid\": \"H140514F2574\"\n            },\n            {\n                \"essid\": \"H140515A3242\"\n            },\n            {\n                \"essid\": \"H140515A3266\"\n            },\n            {\n                \"essid\": \"H140515A3327\"\n            },\n            {\n                \"essid\": \"H140515A3382\"\n            },\n            {\n                \"essid\": \"H-15\"\n            },\n            {\n                \"essid\": \"H2L_Tre_I\"\n            },\n            {\n                \"essid\": \"h2m\"\n            },\n            {\n                \"essid\": \"h2m-guest\"\n            },\n            {\n                \"essid\": \"H3-giben\"\n            },\n            {\n                \"essid\": \"H66-4383\"\n            },\n            {\n                \"essid\": \"Habeb\"\n            },\n            {\n                \"essid\": \"Habibi\"\n            },\n            {\n                \"essid\": \"Haddon\"\n            },\n            {\n                \"essid\": \"Haddons Trax\"\n            },\n            {\n                \"essid\": \"HAFHH\"\n            },\n            {\n                \"essid\": \"hagglund\"\n            },\n            {\n                \"essid\": \"Haiat\\\\342\\\\200\\\\231s iPhone\"\n            },\n            {\n                \"essid\": \"Haiat’s iPhone\"\n            },\n            {\n                \"essid\": \"Hairgodpanda\"\n            },\n            {\n                \"essid\": \"HairHut\"\n            },\n            {\n                \"essid\": \"Hairloom\"\n            },\n            {\n                \"essid\": \"HAIRNET - 2G\"\n            },\n            {\n                \"essid\": \"HairSalon2.4\"\n            },\n            {\n                \"essid\": \"HairSpa\"\n            },\n            {\n                \"essid\": \"Hajek Silverado\"\n            },\n            {\n                \"essid\": \"h a k s\"\n            },\n            {\n                \"essid\": \"hale2016\"\n            },\n            {\n                \"essid\": \"Hale home\"\n            },\n            {\n                \"essid\": \"haleyd\"\n            },\n            {\n                \"essid\": \"Haleys Malibu\"\n            },\n            {\n                \"essid\": \"HALF HALT\"\n            },\n            {\n                \"essid\": \"Hali H\"\n            },\n            {\n                \"essid\": \"Hall33\"\n            },\n            {\n                \"essid\": \"Hallaway\"\n            },\n            {\n                \"essid\": \"HallFamily-2.4\"\n            },\n            {\n                \"essid\": \"HallFamily-5\"\n            },\n            {\n                \"essid\": \"HALLUXWATER\"\n            },\n            {\n                \"essid\": \"HaloCam-0d090d\"\n            },\n            {\n                \"essid\": \"HaloCam-0e064d\"\n            },\n            {\n                \"essid\": \"HaloCam-130d0f\"\n            },\n            {\n                \"essid\": \"HaloCam-130d4f\"\n            },\n            {\n                \"essid\": \"HaloCam-140b8f\"\n            },\n            {\n                \"essid\": \"HaloCam-15030f\"\n            },\n            {\n                \"essid\": \"HaloCam-170b4f\"\n            },\n            {\n                \"essid\": \"HaloCam-1e130f\"\n            },\n            {\n                \"essid\": \"HaloCam-2000cf\"\n            },\n            {\n                \"essid\": \"HaloCam-230e4f\"\n            },\n            {\n                \"essid\": \"HaloCam-25008d\"\n            },\n            {\n                \"essid\": \"HaloCam-250e8f\"\n            },\n            {\n                \"essid\": \"HaloCam-2802cf\"\n            },\n            {\n                \"essid\": \"HaloCam-2b094f\"\n            },\n            {\n                \"essid\": \"HaloCam-35028f\"\n            },\n            {\n                \"essid\": \"HaloCam-36108f\"\n            },\n            {\n                \"essid\": \"HaloCam-3b044f\"\n            },\n            {\n                \"essid\": \"HaloCam-3c068f\"\n            },\n            {\n                \"essid\": \"HaloCam-3d1150\"\n            },\n            {\n                \"essid\": \"HaloCam-44078f\"\n            },\n            {\n                \"essid\": \"HaloCam-470b4f\"\n            },\n            {\n                \"essid\": \"HaloCam-470dcf\"\n            },\n            {\n                \"essid\": \"halskiguest\"\n            },\n            {\n                \"essid\": \"halskisec\"\n            },\n            {\n                \"essid\": \"halskistaging\"\n            },\n            {\n                \"essid\": \"HalskiSystems-Aero-int\"\n            },\n            {\n                \"essid\": \"HalskiSystems-guest\"\n            },\n            {\n                \"essid\": \"Hameed-2.4\"\n            },\n            {\n                \"essid\": \"HAMERTIME\"\n            },\n            {\n                \"essid\": \"hamidou\"\n            },\n            {\n                \"essid\": \"Hamid’s iphone\"\n            },\n            {\n                \"essid\": \"Hamiltom Mill Car Wash\"\n            },\n            {\n                \"essid\": \"Hamilton1994\"\n            },\n            {\n                \"essid\": \"Hamilton  Mill 2.4\"\n            },\n            {\n                \"essid\": \"Hamilton Mill Access Control\"\n            },\n            {\n                \"essid\": \"Hamilton Mill Car Wash Guest\"\n            },\n            {\n                \"essid\": \"HamiltonMillOral\"\n            },\n            {\n                \"essid\": \"Hamilton Work\"\n            },\n            {\n                \"essid\": \"Hammons\"\n            },\n            {\n                \"essid\": \"Hammon’s iPhone\"\n            },\n            {\n                \"essid\": \"Hamps1\"\n            },\n            {\n                \"essid\": \"Hampton\"\n            },\n            {\n                \"essid\": \"HamWAN-leb-mno\"\n            },\n            {\n                \"essid\": \"Han1\"\n            },\n            {\n                \"essid\": \"Hand and Foot\"\n            },\n            {\n                \"essid\": \"HANDE\"\n            },\n            {\n                \"essid\": \"handheldv2\"\n            },\n            {\n                \"essid\": \"Handy Terrain\"\n            },\n            {\n                \"essid\": \"hangout\"\n            },\n            {\n                \"essid\": \"Hanh Wifi\"\n            },\n            {\n                \"essid\": \"hank\"\n            },\n            {\n                \"essid\": \"HankinsWifi\"\n            },\n            {\n                \"essid\": \"Hanley Hotspot\"\n            },\n            {\n                \"essid\": \"hannibal1\"\n            },\n            {\n                \"essid\": \"HannonProperties\"\n            },\n            {\n                \"essid\": \"Hanson House\"\n            },\n            {\n                \"essid\": \"Hao Ran\\\\347\\\\232\\\\204 iPhone\"\n            },\n            {\n                \"essid\": \"Hap Dog\"\n            },\n            {\n                \"essid\": \"Happiness\"\n            },\n            {\n                \"essid\": \"Happy Auto \"\n            },\n            {\n                \"essid\": \"HappyHome\"\n            },\n            {\n                \"essid\": \"Happy Home\"\n            },\n            {\n                \"essid\": \"hapuna2\"\n            },\n            {\n                \"essid\": \"Harbans1\"\n            },\n            {\n                \"essid\": \"Harbir’s iPhone\"\n            },\n            {\n                \"essid\": \"HarcoWinder\"\n            },\n            {\n                \"essid\": \"Hardee's Guest\"\n            },\n            {\n                \"essid\": \"Hardees_Wireless\"\n            },\n            {\n                \"essid\": \"Hardegree\"\n            },\n            {\n                \"essid\": \"Harder Reno\"\n            },\n            {\n                \"essid\": \"hardtail\"\n            },\n            {\n                \"essid\": \"Harjeets Cadillac\"\n            },\n            {\n                \"essid\": \"harley\"\n            },\n            {\n                \"essid\": \"Harley\"\n            },\n            {\n                \"essid\": \"harmonbros\"\n            },\n            {\n                \"essid\": \"Harmonii\"\n            },\n            {\n                \"essid\": \"Harmony\"\n            },\n            {\n                \"essid\": \"harold\"\n            },\n            {\n                \"essid\": \"Harolddenali\"\n            },\n            {\n                \"essid\": \"Harolds Chevy\"\n            },\n            {\n                \"essid\": \"harold sierra\"\n            },\n            {\n                \"essid\": \"HarperNet\"\n            },\n            {\n                \"essid\": \"Harrington EXP\"\n            },\n            {\n                \"essid\": \"Harris\"\n            },\n            {\n                \"essid\": \"harris#74 S7\"\n            },\n            {\n                \"essid\": \"Harris Guest Network\"\n            },\n            {\n                \"essid\": \"Harrison\"\n            },\n            {\n                \"essid\": \"Harrison-guest\"\n            },\n            {\n                \"essid\": \"Harris's Wi-Fi Network\"\n            },\n            {\n                \"essid\": \"Harry\"\n            },\n            {\n                \"essid\": \"Hartmann\"\n            },\n            {\n                \"essid\": \"Harvesthills\"\n            },\n            {\n                \"essid\": \"harvsFab5\"\n            },\n            {\n                \"essid\": \"hashgmc\"\n            },\n            {\n                \"essid\": \"Hashlife\"\n            },\n            {\n                \"essid\": \"Hathaway\"\n            },\n            {\n                \"essid\": \"Hathaway Guest\"\n            },\n            {\n                \"essid\": \"Hathaway Internal\"\n            },\n            {\n                \"essid\": \"Hatley 2\"\n            },\n            {\n                \"essid\": \"HatsWifi2-2.4\"\n            },\n            {\n                \"essid\": \"haulerads-2839\"\n            },\n            {\n                \"essid\": \"haulerads-3051\"\n            },\n            {\n                \"essid\": \"haumeder\"\n            },\n            {\n                \"essid\": \"havan_south\"\n            },\n            {\n                \"essid\": \"_Havnor_\"\n            },\n            {\n                \"essid\": \"HavocCon\"\n            },\n            {\n                \"essid\": \"HaWiFive-0\"\n            },\n            {\n                \"essid\": \"Hawkesworth\"\n            },\n            {\n                \"essid\": \"Hawkeye\"\n            },\n            {\n                \"essid\": \"Hawking_Outdoor00\"\n            },\n            {\n                \"essid\": \"Hawkins\"\n            },\n            {\n                \"essid\": \"Hawk Ranch Office\"\n            },\n            {\n                \"essid\": \"Hawk Ranch Trailers\"\n            },\n            {\n                \"essid\": \"Hawthorne_GUEST\"\n            },\n            {\n                \"essid\": \"Hawthorne_LOBBY\"\n            },\n            {\n                \"essid\": \"HAWTSHIT\"\n            },\n            {\n                \"essid\": \"HaxYou\"\n            },\n            {\n                \"essid\": \"haydensgmc\"\n            },\n            {\n                \"essid\": \"Hayes Family\"\n            },\n            {\n                \"essid\": \"hayhaya1\"\n            },\n            {\n                \"essid\": \"Haylee's iPhone\"\n            },\n            {\n                \"essid\": \"HayleyVG\"\n            },\n            {\n                \"essid\": \"hayno\"\n            },\n            {\n                \"essid\": \"Hazlehurst\"\n            },\n            {\n                \"essid\": \"hb\"\n            },\n            {\n                \"essid\": \"HBAWiFi\"\n            },\n            {\n                \"essid\": \"HBC\"\n            },\n            {\n                \"essid\": \"HBC-Public\"\n            },\n            {\n                \"essid\": \"HBC-Staff\"\n            },\n            {\n                \"essid\": \"HBC-Test\"\n            },\n            {\n                \"essid\": \"HBHam\"\n            },\n            {\n                \"essid\": \"HBW-YOUNG-WIRLESS\"\n            },\n            {\n                \"essid\": \"HC\"\n            },\n            {\n                \"essid\": \"hc177\"\n            },\n            {\n                \"essid\": \"HCA-GNSVLLE\"\n            },\n            {\n                \"essid\": \"HC Chevy Bolt\"\n            },\n            {\n                \"essid\": \"HCGuest\"\n            },\n            {\n                \"essid\": \"HCIT\"\n            },\n            {\n                \"essid\": \"hcji689904e\"\n            },\n            {\n                \"essid\": \"HCLS SSP\"\n            },\n            {\n                \"essid\": \"HCParty\"\n            },\n            {\n                \"essid\": \"HC-Point300\"\n            },\n            {\n                \"essid\": \"HD100-146064\"\n            },\n            {\n                \"essid\": \"HD100-146070\"\n            },\n            {\n                \"essid\": \"HD100-147282\"\n            },\n            {\n                \"essid\": \"HD100-149099\"\n            },\n            {\n                \"essid\": \"HD100-165719\"\n            },\n            {\n                \"essid\": \"HD100-166345\"\n            },\n            {\n                \"essid\": \"HD100-172680\"\n            },\n            {\n                \"essid\": \"HD1242017\"\n            },\n            {\n                \"essid\": \"HDG1968\"\n            },\n            {\n                \"essid\": \"HDL WiFi\"\n            },\n            {\n                \"essid\": \"HDOD2G\"\n            },\n            {\n                \"essid\": \"HDSLive-7 3354\"\n            },\n            {\n                \"essid\": \"HEADQUARTERS\"\n            },\n            {\n                \"essid\": \"Headrickfambam(trouble)\"\n            },\n            {\n                \"essid\": \"HeadRushPF\"\n            },\n            {\n                \"essid\": \"Head Tahoe\"\n            },\n            {\n                \"essid\": \"Healan\"\n            },\n            {\n                \"essid\": \"Heartbeat1\"\n            },\n            {\n                \"essid\": \"heatherann\"\n            },\n            {\n                \"essid\": \"Heather's Chromecast.b\"\n            },\n            {\n                \"essid\": \"Heather Villalba’s iPhone\"\n            },\n            {\n                \"essid\": \"HEATKTE\"\n            },\n            {\n                \"essid\": \"Heaven\"\n            },\n            {\n                \"essid\": \"HeavyChevy777\"\n            },\n            {\n                \"essid\": \"Hector Cruze\"\n            },\n            {\n                \"essid\": \"hector odin\"\n            },\n            {\n                \"essid\": \"HECTORS\"\n            },\n            {\n                \"essid\": \"Hectors  Cadillac\"\n            },\n            {\n                \"essid\": \"hectorschevy\"\n            },\n            {\n                \"essid\": \"Hedges Hall Guest\"\n            },\n            {\n                \"essid\": \"heidis volt\"\n            },\n            {\n                \"essid\": \"Heidi Yukon\"\n            },\n            {\n                \"essid\": \"helander\"\n            },\n            {\n                \"essid\": \"Helberg\"\n            },\n            {\n                \"essid\": \"Helen-2.4\"\n            },\n            {\n                \"essid\": \"Helendorf\"\n            },\n            {\n                \"essid\": \"HELIOS\"\n            },\n            {\n                \"essid\": \"HELIOS7\"\n            },\n            {\n                \"essid\": \"HELIOS - GUEST\"\n            },\n            {\n                \"essid\": \"Hella Cats 2.4\"\n            },\n            {\n                \"essid\": \"Hella Cats 5\"\n            },\n            {\n                \"essid\": \"HELLER\"\n            },\n            {\n                \"essid\": \"HellItDontMatter69\"\n            },\n            {\n                \"essid\": \"hello GMC\"\n            },\n            {\n                \"essid\": \"hellohotspot\"\n            },\n            {\n                \"essid\": \"Hell Shell\"\n            },\n            {\n                \"essid\": \"Helman\"\n            },\n            {\n                \"essid\": \"Helping Hands Pediatric Therapy\"\n            },\n            {\n                \"essid\": \"Hemphill Towing\"\n            },\n            {\n                \"essid\": \"Hender\"\n            },\n            {\n                \"essid\": \"hendersontruck\"\n            },\n            {\n                \"essid\": \"Hendrick Employee\"\n            },\n            {\n                \"essid\": \"Hendrick Guest\"\n            },\n            {\n                \"essid\": \"hendrick-wpa\"\n            },\n            {\n                \"essid\": \"Hendrik's iPhone\"\n            },\n            {\n                \"essid\": \"Henkenius\"\n            },\n            {\n                \"essid\": \"hennesseydenali\"\n            },\n            {\n                \"essid\": \"Henry Sierra\"\n            },\n            {\n                \"essid\": \"henrys wifi\"\n            },\n            {\n                \"essid\": \"HenryW\"\n            },\n            {\n                \"essid\": \"Henry WIFI\"\n            },\n            {\n                \"essid\": \"Hensoldt-Guest\"\n            },\n            {\n                \"essid\": \"Henson\"\n            },\n            {\n                \"essid\": \"Herbert\"\n            },\n            {\n                \"essid\": \"HERCWIFI\"\n            },\n            {\n                \"essid\": \"Heretic\"\n            },\n            {\n                \"essid\": \"HerHam\"\n            },\n            {\n                \"essid\": \"HeritagePointe\"\n            },\n            {\n                \"essid\": \"Herlo\"\n            },\n            {\n                \"essid\": \"Herman's iphone\"\n            },\n            {\n                \"essid\": \"Herman’s iPhone\"\n            },\n            {\n                \"essid\": \"Her Mazzi\"\n            },\n            {\n                \"essid\": \"Hernandez1\"\n            },\n            {\n                \"essid\": \"Hernandez 1\"\n            },\n            {\n                \"essid\": \"Hernandez27\"\n            },\n            {\n                \"essid\": \"Hernandez69\"\n            },\n            {\n                \"essid\": \"Hernandez, Mario iPad GHMG\"\n            },\n            {\n                \"essid\": \"Herndon\"\n            },\n            {\n                \"essid\": \"HernTruck\"\n            },\n            {\n                \"essid\": \"hero3plus\"\n            },\n            {\n                \"essid\": \"hero4\"\n            },\n            {\n                \"essid\": \"Hero 4-A\"\n            },\n            {\n                \"essid\": \"Herold\"\n            },\n            {\n                \"essid\": \"hertzlax\"\n            },\n            {\n                \"essid\": \"hessamhaeri\"\n            },\n            {\n                \"essid\": \"HesterHome-2.4\"\n            },\n            {\n                \"essid\": \"HesterHome-5\"\n            },\n            {\n                \"essid\": \"Hethcox\"\n            },\n            {\n                \"essid\": \"HewittGangGang\"\n            },\n            {\n                \"essid\": \"heytina\"\n            },\n            {\n                \"essid\": \"heyyo\"\n            },\n            {\n                \"essid\": \"HFC-Oakwood\"\n            },\n            {\n                \"essid\": \"HFC_Winder\"\n            },\n            {\n                \"essid\": \"HFD-APPARATUS\"\n            },\n            {\n                \"essid\": \"HF_GPS_e0c63b\"\n            },\n            {\n                \"essid\": \"HF-PrivateWireless2\"\n            },\n            {\n                \"essid\": \"HG Hidell\"\n            },\n            {\n                \"essid\": \"HGM\"\n            },\n            {\n                \"essid\": \"HGVC_Elara\"\n            },\n            {\n                \"essid\": \"HH41NH_0E3E\"\n            },\n            {\n                \"essid\": \"HHAP\"\n            },\n            {\n                \"essid\": \"HHLP\"\n            },\n            {\n                \"essid\": \"hhonors\"\n            },\n            {\n                \"essid\": \"hhonors_lobby\"\n            },\n            {\n                \"essid\": \"hhonors_meeting\"\n            },\n            {\n                \"essid\": \"HHPT Guests\"\n            },\n            {\n                \"essid\": \"HHT-WM1\"\n            },\n            {\n                \"essid\": \"HHT-WM2\"\n            },\n            {\n                \"essid\": \"hi\"\n            },\n            {\n                \"essid\": \"Hibbing\"\n            },\n            {\n                \"essid\": \"<hidden>\"\n            },\n            {\n                \"essid\": \"hiddenninja\"\n            },\n            {\n                \"essid\": \"Hideyasu\"\n            },\n            {\n                \"essid\": \"Hide Yo Kids Hide Yo Wi-Fi\"\n            },\n            {\n                \"essid\": \"Hide your WiFi\"\n            },\n            {\n                \"essid\": \"hifi\"\n            },\n            {\n                \"essid\": \"higgsfamily\"\n            },\n            {\n                \"essid\": \"HighAsSatellites\"\n            },\n            {\n                \"essid\": \"High Country WiFi\"\n            },\n            {\n                \"essid\": \"HigherGroundsOpen\"\n            },\n            {\n                \"essid\": \"Highlander Motel\"\n            },\n            {\n                \"essid\": \"Highnest\"\n            },\n            {\n                \"essid\": \"highvoltage\"\n            },\n            {\n                \"essid\": \"Higor de Souza IPhone X\"\n            },\n            {\n                \"essid\": \"Hi Ho Silver\"\n            },\n            {\n                \"essid\": \"Hi Im Dan\"\n            },\n            {\n                \"essid\": \"HIKVISION-BFCU\"\n            },\n            {\n                \"essid\": \"HIKVISION-F6-PXGE\"\n            },\n            {\n                \"essid\": \"HIKVISION-THOC\"\n            },\n            {\n                \"essid\": \"HILIIT ADMIN\"\n            },\n            {\n                \"essid\": \"Hill\"\n            },\n            {\n                \"essid\": \"hillbilly\"\n            },\n            {\n                \"essid\": \"Hill Home\"\n            },\n            {\n                \"essid\": \"Hilliard\"\n            },\n            {\n                \"essid\": \"Hillside School\"\n            },\n            {\n                \"essid\": \"hillsw\"\n            },\n            {\n                \"essid\": \"Hilton Honors\"\n            },\n            {\n                \"essid\": \"Hilton Honors HWS\"\n            },\n            {\n                \"essid\": \"Hilton Honors Meeting HGI\"\n            },\n            {\n                \"essid\": \"Hilton Quito PN\"\n            },\n            {\n                \"essid\": \"Hilton Wifi\"\n            },\n            {\n                \"essid\": \"Hineighbors\"\n            },\n            {\n                \"essid\": \"HinesBolt\"\n            },\n            {\n                \"essid\": \"H-Internet N \"\n            },\n            {\n                \"essid\": \"hirAndroid\"\n            },\n            {\n                \"essid\": \"Hira’s iPhone\"\n            },\n            {\n                \"essid\": \"hiroaki の iPhone\"\n            },\n            {\n                \"essid\": \"Hiro’s iPhone\"\n            },\n            {\n                \"essid\": \"HispanosTaxi\"\n            },\n            {\n                \"essid\": \"Hi-Tech\"\n            },\n            {\n                \"essid\": \"hiya\"\n            },\n            {\n                \"essid\": \"hjrdrh\"\n            },\n            {\n                \"essid\": \"HJUSALLC5565\"\n            },\n            {\n                \"essid\": \"HK_Allure_Portable_3C9C\"\n            },\n            {\n                \"essid\": \"HK_Astra_001E\"\n            },\n            {\n                \"essid\": \"\\u0001\\b\\ufffd\\u0012\\ufffd$\\ufffdH`l\\u0005\"\n            },\n            {\n                \"essid\": \"HLeeNet\"\n            },\n            {\n                \"essid\": \"HL-Link 906\"\n            },\n            {\n                \"essid\": \"HL Phone\"\n            },\n            {\n                \"essid\": \"hlt123\"\n            },\n            {\n                \"essid\": \"hm\"\n            },\n            {\n                \"essid\": \"HMBC\"\n            },\n            {\n                \"essid\": \"HMBC - Guest\"\n            },\n            {\n                \"essid\": \"HMBWFHS33\"\n            },\n            {\n                \"essid\": \"HMCC_Restricted\"\n            },\n            {\n                \"essid\": \"HM Colorado\"\n            },\n            {\n                \"essid\": \"HMFCC\"\n            },\n            {\n                \"essid\": \"HMFCC_PUBLIC\"\n            },\n            {\n                \"essid\": \"hm_guest\"\n            },\n            {\n                \"essid\": \"Hmpch\"\n            },\n            {\n                \"essid\": \"HMSC\"\n            },\n            {\n                \"essid\": \"hmulcay\"\n            },\n            {\n                \"essid\": \"HMUMC\"\n            },\n            {\n                \"essid\": \"HMUMC Guest\"\n            },\n            {\n                \"essid\": \"HN1-013345\"\n            },\n            {\n                \"essid\": \"HN1-014687\"\n            },\n            {\n                \"essid\": \"HN1-023492\"\n            },\n            {\n                \"essid\": \"HNB307\"\n            },\n            {\n                \"essid\": \"HNguyen\"\n            },\n            {\n                \"essid\": \"HnHs_GoPro\"\n            },\n            {\n                \"essid\": \"hnzw-wireless\"\n            },\n            {\n                \"essid\": \"HOAR5\"\n            },\n            {\n                \"essid\": \"Hoard Impala\"\n            },\n            {\n                \"essid\": \"HOAR_Guest\"\n            },\n            {\n                \"essid\": \"Hobbithotspot\"\n            },\n            {\n                \"essid\": \"HobbitNet\"\n            },\n            {\n                \"essid\": \"Hobgood & Bass\"\n            },\n            {\n                \"essid\": \"Hobgood & Bass - Guest\"\n            },\n            {\n                \"essid\": \"HodgesAP\"\n            },\n            {\n                \"essid\": \"Hodos1\"\n            },\n            {\n                \"essid\": \"Hoe Kim Muthafucka\"\n            },\n            {\n                \"essid\": \"HOFERS\"\n            },\n            {\n                \"essid\": \"Hoff 9000\"\n            },\n            {\n                \"essid\": \"hogggy\"\n            },\n            {\n                \"essid\": \"Hogwarts Express\"\n            },\n            {\n                \"essid\": \"Hogwarts WIFI\"\n            },\n            {\n                \"essid\": \"HOHOHO VW WIFI\"\n            },\n            {\n                \"essid\": \"Hokies!!_2G\"\n            },\n            {\n                \"essid\": \"Holbrook\"\n            },\n            {\n                \"essid\": \"hold on to your butts\"\n            },\n            {\n                \"essid\": \"hold on to your butts 2.4\"\n            },\n            {\n                \"essid\": \"Holiday Cleaner\"\n            },\n            {\n                \"essid\": \"Holloway\"\n            },\n            {\n                \"essid\": \"Holly Springs\"\n            },\n            {\n                \"essid\": \"Hollywood\"\n            },\n            {\n                \"essid\": \"HollywoodL\"\n            },\n            {\n                \"essid\": \"hollywoodvannah\"\n            },\n            {\n                \"essid\": \"Holm Bolt\"\n            },\n            {\n                \"essid\": \"Holmes\"\n            },\n            {\n                \"essid\": \"holmesberkeley\"\n            },\n            {\n                \"essid\": \"HolmesEero\"\n            },\n            {\n                \"essid\": \"Holmes Home\"\n            },\n            {\n                \"essid\": \"HolmesWiFi\"\n            },\n            {\n                \"essid\": \"HoloFiFy\"\n            },\n            {\n                \"essid\": \"Holter4\"\n            },\n            {\n                \"essid\": \"Holt Escalade\"\n            },\n            {\n                \"essid\": \"Holy Diver\"\n            },\n            {\n                \"essid\": \"HolyTrinity\"\n            },\n            {\n                \"essid\": \"home\"\n            },\n            {\n                \"essid\": \"@home\"\n            },\n            {\n                \"essid\": \"Home\"\n            },\n            {\n                \"essid\": \"HOME\"\n            },\n            {\n                \"essid\": \"HOME-01C6-2.4\"\n            },\n            {\n                \"essid\": \"HOME-026D\"\n            },\n            {\n                \"essid\": \"HOME-0357\"\n            },\n            {\n                \"essid\": \"HOME-03C4-2.4\"\n            },\n            {\n                \"essid\": \"HOME_03C5E0_2G\"\n            },\n            {\n                \"essid\": \"Home0430\"\n            },\n            {\n                \"essid\": \"HOME-04E2-2.4\"\n            },\n            {\n                \"essid\": \"HOME-0589-2.4\"\n            },\n            {\n                \"essid\": \"HOME-0589-5\"\n            },\n            {\n                \"essid\": \"HOME-05D6-2.4_2GEXT\"\n            },\n            {\n                \"essid\": \"HOME-05EA-2.4\"\n            },\n            {\n                \"essid\": \"HOME-05EA-5\"\n            },\n            {\n                \"essid\": \"HOME-060D-2.4\"\n            },\n            {\n                \"essid\": \"HOME-0617\"\n            },\n            {\n                \"essid\": \"HOME_075520_2G\"\n            },\n            {\n                \"essid\": \"HOME-0A32\"\n            },\n            {\n                \"essid\": \"HOME-0AC6-2.4\"\n            },\n            {\n                \"essid\": \"HOME-0ADD-2.4\"\n            },\n            {\n                \"essid\": \"HOME-0ADD-5\"\n            },\n            {\n                \"essid\": \"HOME-0B39-2.4\"\n            },\n            {\n                \"essid\": \"HOME-0C43-2.4\"\n            },\n            {\n                \"essid\": \"HOME-0C7F\"\n            },\n            {\n                \"essid\": \"HOME_0CCBD0_2G\"\n            },\n            {\n                \"essid\": \"HOME-0D1D-2.4\"\n            },\n            {\n                \"essid\": \"HOME-0D1D-5\"\n            },\n            {\n                \"essid\": \"HOME-0D2F-2.4\"\n            },\n            {\n                \"essid\": \"HOME-0DF1-2.\"\n            },\n            {\n                \"essid\": \"HOME_0E0E60_2G\"\n            },\n            {\n                \"essid\": \"HOME-0E2B-2.4\"\n            },\n            {\n                \"essid\": \"HOME-0E2B-5\"\n            },\n            {\n                \"essid\": \"HOME-0FB4\"\n            },\n            {\n                \"essid\": \"HOME_0FE900_2G\"\n            },\n            {\n                \"essid\": \"Home1\"\n            },\n            {\n                \"essid\": \"HOME-10E7\"\n            },\n            {\n                \"essid\": \"Home 1341\"\n            },\n            {\n                \"essid\": \"HOME_136270_2G\"\n            },\n            {\n                \"essid\": \"HOME-13BF\"\n            },\n            {\n                \"essid\": \"HOME-13FE-2.4\"\n            },\n            {\n                \"essid\": \"HOME-1439-2.4\"\n            },\n            {\n                \"essid\": \"HOME-1466-2.4\"\n            },\n            {\n                \"essid\": \"HOME-1466-5\"\n            },\n            {\n                \"essid\": \"HOME-15F8-2.4\"\n            },\n            {\n                \"essid\": \"HOME-172E\"\n            },\n            {\n                \"essid\": \"HOME-1758\"\n            },\n            {\n                \"essid\": \"HOME-1775-2.4\"\n            },\n            {\n                \"essid\": \"HOME-1775-5\"\n            },\n            {\n                \"essid\": \"HOME-1827\"\n            },\n            {\n                \"essid\": \"HOME-18FE\"\n            },\n            {\n                \"essid\": \"home1906\"\n            },\n            {\n                \"essid\": \"HOME-1919-2.4_EXT\"\n            },\n            {\n                \"essid\": \"HOME-194B\"\n            },\n            {\n                \"essid\": \"HOME-1958\"\n            },\n            {\n                \"essid\": \"Home1961\"\n            },\n            {\n                \"essid\": \"HOME-1A61-2.4\"\n            },\n            {\n                \"essid\": \"HOME-1D10-2.4\"\n            },\n            {\n                \"essid\": \"HOME-1EC1-2.4\"\n            },\n            {\n                \"essid\": \"HOME-1EC1-5\"\n            },\n            {\n                \"essid\": \"HOME-1F22\"\n            },\n            {\n                \"essid\": \"HOME-1F98\"\n            },\n            {\n                \"essid\": \"Home2\"\n            },\n            {\n                \"essid\": \"Home-206\"\n            },\n            {\n                \"essid\": \"HOME-2148-2.4\"\n            },\n            {\n                \"essid\": \"HOME-2148-5\"\n            },\n            {\n                \"essid\": \"HOME-217F\"\n            },\n            {\n                \"essid\": \"HOME-21FE-2.4\"\n            },\n            {\n                \"essid\": \"HOME-21FE-2.4_2GEXT garage\"\n            },\n            {\n                \"essid\": \"HOME-21FE-2.4_5GEXT garage\"\n            },\n            {\n                \"essid\": \"HOME-21FE-5\"\n            },\n            {\n                \"essid\": \"HOME-2257\"\n            },\n            {\n                \"essid\": \"HOME-23B9\"\n            },\n            {\n                \"essid\": \"home 2.4\"\n            },\n            {\n                \"essid\": \"Home 2.4\"\n            },\n            {\n                \"essid\": \"Home-2.4\"\n            },\n            {\n                \"essid\": \"Home-2.4_2GEXT\"\n            },\n            {\n                \"essid\": \"Home-2.4_EXT\"\n            },\n            {\n                \"essid\": \"home2.4G\"\n            },\n            {\n                \"essid\": \"HOME-2576\"\n            },\n            {\n                \"essid\": \"HOME-2797-2.4\"\n            },\n            {\n                \"essid\": \"HOME-289D-2.4\"\n            },\n            {\n                \"essid\": \"HOME-2A6E-2.4\"\n            },\n            {\n                \"essid\": \"HOME-2A78\"\n            },\n            {\n                \"essid\": \"HOME-2D7E\"\n            },\n            {\n                \"essid\": \"HOME-2DB6-2.4\"\n            },\n            {\n                \"essid\": \"HOME-2F6E-2.4\"\n            },\n            {\n                \"essid\": \"HOME-2F96-2.4\"\n            },\n            {\n                \"essid\": \"Home3\"\n            },\n            {\n                \"essid\": \"home31\"\n            },\n            {\n                \"essid\": \"Home-329E\"\n            },\n            {\n                \"essid\": \"Home.3325\"\n            },\n            {\n                \"essid\": \"home3377\"\n            },\n            {\n                \"essid\": \"HOME-33AD\"\n            },\n            {\n                \"essid\": \"HOME-33F2\"\n            },\n            {\n                \"essid\": \"HOME-3418-2.4\"\n            },\n            {\n                \"essid\": \"Home345119\"\n            },\n            {\n                \"essid\": \"HOME-348D\"\n            },\n            {\n                \"essid\": \"HOME-34F8\"\n            },\n            {\n                \"essid\": \"HOME3577\"\n            },\n            {\n                \"essid\": \"HOME-35thave\"\n            },\n            {\n                \"essid\": \"Home-3612\"\n            },\n            {\n                \"essid\": \"Home-3612_2GEXT\"\n            },\n            {\n                \"essid\": \"Home-3612_5GEXT\"\n            },\n            {\n                \"essid\": \"HOME-37FC-2.4\"\n            },\n            {\n                \"essid\": \"HOME-3860\"\n            },\n            {\n                \"essid\": \"HOME-38D5-2.4\"\n            },\n            {\n                \"essid\": \"HOME-3A39-2.4\"\n            },\n            {\n                \"essid\": \"HOME-3AA2\"\n            },\n            {\n                \"essid\": \"HOME-3DE6-2.4\"\n            },\n            {\n                \"essid\": \"HOME-3DE6-5\"\n            },\n            {\n                \"essid\": \"HOME-3E47\"\n            },\n            {\n                \"essid\": \"HOME-3EEC-2.4\"\n            },\n            {\n                \"essid\": \"HOME-3EEC-5\"\n            },\n            {\n                \"essid\": \"HOME-3F55-5\"\n            },\n            {\n                \"essid\": \"HOME-4019-2.4\"\n            },\n            {\n                \"essid\": \"HOME-4040\"\n            },\n            {\n                \"essid\": \"HOME-40E8-2.4\"\n            },\n            {\n                \"essid\": \"HOME-4158-2.4\"\n            },\n            {\n                \"essid\": \"HOME-41C-4-2.4\"\n            },\n            {\n                \"essid\": \"HOME-41CD-2.4\"\n            },\n            {\n                \"essid\": \"HOME-4257\"\n            },\n            {\n                \"essid\": \"HOME-42EC-2.4\"\n            },\n            {\n                \"essid\": \"HOME-4342\"\n            },\n            {\n                \"essid\": \"HOME-435F-2.4\"\n            },\n            {\n                \"essid\": \"HOME-441A-2.4\"\n            },\n            {\n                \"essid\": \"HOME-4480\"\n            },\n            {\n                \"essid\": \"HOME-4480_Ext\"\n            },\n            {\n                \"essid\": \"HOME-44E8\"\n            },\n            {\n                \"essid\": \"HOME-45D3-2.4\"\n            },\n            {\n                \"essid\": \"HOME-46A2\"\n            },\n            {\n                \"essid\": \"Home47\"\n            },\n            {\n                \"essid\": \"HOME-4705-2.4\"\n            },\n            {\n                \"essid\": \"HOME-4786-2.4\"\n            },\n            {\n                \"essid\": \"HOME-47F2\"\n            },\n            {\n                \"essid\": \"HOME-47F2_2GEXT\"\n            },\n            {\n                \"essid\": \"HOME-47F2_EXT\"\n            },\n            {\n                \"essid\": \"HOME-489E-2.4\"\n            },\n            {\n                \"essid\": \"HOME-489E-5\"\n            },\n            {\n                \"essid\": \"HOME-48B9-2.4\"\n            },\n            {\n                \"essid\": \"HOME-4A6E-2.4\"\n            },\n            {\n                \"essid\": \"HOME-4AD6-2.4\"\n            },\n            {\n                \"essid\": \"HOME-4AD6-2.4_EXT\"\n            },\n            {\n                \"essid\": \"Home-5\"\n            },\n            {\n                \"essid\": \"home 5.0\"\n            },\n            {\n                \"essid\": \"HOME-5042\"\n            },\n            {\n                \"essid\": \"HOME-5098-2.4\"\n            },\n            {\n                \"essid\": \"HOME-5098-5\"\n            },\n            {\n                \"essid\": \"HOME-5102\"\n            },\n            {\n                \"essid\": \"HOME-520B-2.4\"\n            },\n            {\n                \"essid\": \"HOME-520B-5\"\n            },\n            {\n                \"essid\": \"HOME-52D9-2.4\"\n            },\n            {\n                \"essid\": \"HOME-5339-2.4\"\n            },\n            {\n                \"essid\": \"HOME-5604-2.4\"\n            },\n            {\n                \"essid\": \"HOME-5611-2.4\"\n            },\n            {\n                \"essid\": \"HOME-58BA-2.4\"\n            },\n            {\n                \"essid\": \"HOME-5A51-2.4\"\n            },\n            {\n                \"essid\": \"HOME-5A51-5\"\n            },\n            {\n                \"essid\": \"HOME-5D1C-2.4\"\n            },\n            {\n                \"essid\": \"HOME-5D77-2.4\"\n            },\n            {\n                \"essid\": \"HOME-5E1B-2.4\"\n            },\n            {\n                \"essid\": \"HOME-5ED5-2.4\"\n            },\n            {\n                \"essid\": \"HOME-5F18\"\n            },\n            {\n                \"essid\": \"HOME-5F96\"\n            },\n            {\n                \"essid\": \"Home5jean\"\n            },\n            {\n                \"essid\": \"HOME-603C\"\n            },\n            {\n                \"essid\": \"HOME-6094-2.4\"\n            },\n            {\n                \"essid\": \"HOME-60B6\"\n            },\n            {\n                \"essid\": \"HOME-617D-2.4\"\n            },\n            {\n                \"essid\": \"HOME-617D-5\"\n            },\n            {\n                \"essid\": \"HOME64\"\n            },\n            {\n                \"essid\": \"home64165\"\n            },\n            {\n                \"essid\": \"HOME-64B2\"\n            },\n            {\n                \"essid\": \"HOME-64D2\"\n            },\n            {\n                \"essid\": \"HOME-64F5-2\"\n            },\n            {\n                \"essid\": \"HOME-65FE-2.4\"\n            },\n            {\n                \"essid\": \"HOME-6730-2.4\"\n            },\n            {\n                \"essid\": \"HOME-68A2\"\n            },\n            {\n                \"essid\": \"HOME-68B2\"\n            },\n            {\n                \"essid\": \"HOME-6902\"\n            },\n            {\n                \"essid\": \"HOME-6902_EXT\"\n            },\n            {\n                \"essid\": \"HOME-690B\"\n            },\n            {\n                \"essid\": \"HOME-6B2C-2.4\"\n            },\n            {\n                \"essid\": \"HOME-6BD1\"\n            },\n            {\n                \"essid\": \"HOME-6BD3-2.4\"\n            },\n            {\n                \"essid\": \"HOME-6CC5-2.4\"\n            },\n            {\n                \"essid\": \"HOME-6D2A\"\n            },\n            {\n                \"essid\": \"HOME-6D5F-2.4\"\n            },\n            {\n                \"essid\": \"HOME-6E18-2.4\"\n            },\n            {\n                \"essid\": \"HOME-6E23-2.4\"\n            },\n            {\n                \"essid\": \"HOME-6E3B-2.4\"\n            },\n            {\n                \"essid\": \"HOME-6E92\"\n            },\n            {\n                \"essid\": \"HOME-6F17\"\n            },\n            {\n                \"essid\": \"HOME-70B2\"\n            },\n            {\n                \"essid\": \"HOME-70B7-2.4\"\n            },\n            {\n                \"essid\": \"HOME-7108-2.4\"\n            },\n            {\n                \"essid\": \"Home_7254\"\n            },\n            {\n                \"essid\": \"HOME-72FF\"\n            },\n            {\n                \"essid\": \"HOME-7353-2.4\"\n            },\n            {\n                \"essid\": \"HOME-750C-2.4\"\n            },\n            {\n                \"essid\": \"HOME757\"\n            },\n            {\n                \"essid\": \"Home78\"\n            },\n            {\n                \"essid\": \"HOME-78C2-2.4\"\n            },\n            {\n                \"essid\": \"HOME-78D5-2.4\"\n            },\n            {\n                \"essid\": \"HOME-7922\"\n            },\n            {\n                \"essid\": \"HOME-79C2\"\n            },\n            {\n                \"essid\": \"HOME-7A36-2.4\"\n            },\n            {\n                \"essid\": \"HOME-7A36-5\"\n            },\n            {\n                \"essid\": \"HOME-7B32\"\n            },\n            {\n                \"essid\": \"HOME-7BF2\"\n            },\n            {\n                \"essid\": \"HOME-7C3A-2.4\"\n            },\n            {\n                \"essid\": \"HOME-7C3A-5\"\n            },\n            {\n                \"essid\": \"HOME-7C4F\"\n            },\n            {\n                \"essid\": \"HOME-7FA1-2.4\"\n            },\n            {\n                \"essid\": \"HOME-7FE4\"\n            },\n            {\n                \"essid\": \"HOME-8029-2.4\"\n            },\n            {\n                \"essid\": \"HOME-8072\"\n            },\n            {\n                \"essid\": \"HOME-822B-2.4\"\n            },\n            {\n                \"essid\": \"HOME-8429-2.4\"\n            },\n            {\n                \"essid\": \"HOME-8429-5\"\n            },\n            {\n                \"essid\": \"HOME-861E\"\n            },\n            {\n                \"essid\": \"HOME-88F9\"\n            },\n            {\n                \"essid\": \"HOME-8946-2.4\"\n            },\n            {\n                \"essid\": \"HOME-8A6F\"\n            },\n            {\n                \"essid\": \"HOME-8B82\"\n            },\n            {\n                \"essid\": \"HOME-8D20-2.4\"\n            },\n            {\n                \"essid\": \"HOME-8DE7-2.4\"\n            },\n            {\n                \"essid\": \"HOME-8DE7-5\"\n            },\n            {\n                \"essid\": \"HOME-8E7B-2.4\"\n            },\n            {\n                \"essid\": \"HOME-8ED7\"\n            },\n            {\n                \"essid\": \"HOME-8ED7_Ext\"\n            },\n            {\n                \"essid\": \"HOME-90BC-2.4\"\n            },\n            {\n                \"essid\": \"HOME-90BC-5\"\n            },\n            {\n                \"essid\": \"HOME-91E8-2.4\"\n            },\n            {\n                \"essid\": \"HOME-91E8-5\"\n            },\n            {\n                \"essid\": \"HOME-92D0-2.4\"\n            },\n            {\n                \"essid\": \"HOME-92FC-2.4\"\n            },\n            {\n                \"essid\": \"HOME-9333-2.4\"\n            },\n            {\n                \"essid\": \"HOME-93A2\"\n            },\n            {\n                \"essid\": \"HOME-9483-2.4\"\n            },\n            {\n                \"essid\": \"HOME-9533-2.4\"\n            },\n            {\n                \"essid\": \"HOME-9712-2.4\"\n            },\n            {\n                \"essid\": \"HOME-9712-2.4_EXT\"\n            },\n            {\n                \"essid\": \"HOME-97E2_RE\"\n            },\n            {\n                \"essid\": \"HOME-9804\"\n            },\n            {\n                \"essid\": \"HOME-9853-2.4\"\n            },\n            {\n                \"essid\": \"HOME-99E2-2.4\"\n            },\n            {\n                \"essid\": \"HOME-9A34\"\n            },\n            {\n                \"essid\": \"HOME-9A52\"\n            },\n            {\n                \"essid\": \"HOME-9B52\"\n            },\n            {\n                \"essid\": \"HOME-9B52-5\"\n            },\n            {\n                \"essid\": \"HOME-9B8A-2.4\"\n            },\n            {\n                \"essid\": \"HOME_9BF5E0_2G\"\n            },\n            {\n                \"essid\": \"HOME_9BFBD0_2G\"\n            },\n            {\n                \"essid\": \"HOME-9C62\"\n            },\n            {\n                \"essid\": \"HOME-9C8C\"\n            },\n            {\n                \"essid\": \"HOME-9CB7-2.4\"\n            },\n            {\n                \"essid\": \"HOME-9CB9-2.4\"\n            },\n            {\n                \"essid\": \"HOME-9F92\"\n            },\n            {\n                \"essid\": \"HOME-A05F\"\n            },\n            {\n                \"essid\": \"HOME-A0A1\"\n            },\n            {\n                \"essid\": \"HOME-A182\"\n            },\n            {\n                \"essid\": \"HOME-A1C2\"\n            },\n            {\n                \"essid\": \"HOME-A33F-2.4\"\n            },\n            {\n                \"essid\": \"HOME-A33F-2.4_2GEXT\"\n            },\n            {\n                \"essid\": \"HOME-A33F-5\"\n            },\n            {\n                \"essid\": \"HOME-A3F2-2.4\"\n            },\n            {\n                \"essid\": \"HOME-A3F2-5\"\n            },\n            {\n                \"essid\": \"HOME-A42F-2.4\"\n            },\n            {\n                \"essid\": \"HOME-A942\"\n            },\n            {\n                \"essid\": \"HOME-AB2D-2.4\"\n            },\n            {\n                \"essid\": \"HOME-AB2D-5\"\n            },\n            {\n                \"essid\": \"HOME-ABB5\"\n            },\n            {\n                \"essid\": \"HOME-AC0F-5\"\n            },\n            {\n                \"essid\": \"HOME-ADD2\"\n            },\n            {\n                \"essid\": \"HOME-AE04-5\"\n            },\n            {\n                \"essid\": \"HOME-AE072\"\n            },\n            {\n                \"essid\": \"HOME-AED2\"\n            },\n            {\n                \"essid\": \"HOME-AFA2\"\n            },\n            {\n                \"essid\": \"HOME-AFD2\"\n            },\n            {\n                \"essid\": \"HOME-AN2G\"\n            },\n            {\n                \"essid\": \"HOME-AN5G\"\n            },\n            {\n                \"essid\": \"Home Away\"\n            },\n            {\n                \"essid\": \"HOME-B0C4-2.4\"\n            },\n            {\n                \"essid\": \"HOME-B490-2.4\"\n            },\n            {\n                \"essid\": \"HOME-B491-2.4\"\n            },\n            {\n                \"essid\": \"HOME-B571-2.4\"\n            },\n            {\n                \"essid\": \"HOME-B571-5\"\n            },\n            {\n                \"essid\": \"HOME-B618-2.4\"\n            },\n            {\n                \"essid\": \"HOME-B706-2.4\"\n            },\n            {\n                \"essid\": \"HOME-B927\"\n            },\n            {\n                \"essid\": \"HOME-B9C5-2.4\"\n            },\n            {\n                \"essid\": \"home base\"\n            },\n            {\n                \"essid\": \"HOME-BD35-2.4\"\n            },\n            {\n                \"essid\": \"HOME-BD37\"\n            },\n            {\n                \"essid\": \"HOME-BE75-5\"\n            },\n            {\n                \"essid\": \"HomeBerkeleyway\"\n            },\n            {\n                \"essid\": \"HOME-BF40-2.4\"\n            },\n            {\n                \"essid\": \"HOME-BF65-2.4\"\n            },\n            {\n                \"essid\": \"Home-Bowties\"\n            },\n            {\n                \"essid\": \"HOME-C032\"\n            },\n            {\n                \"essid\": \"HOME-C13D-2.4\"\n            },\n            {\n                \"essid\": \"HOME-C23B\"\n            },\n            {\n                \"essid\": \"HOME-C24C-5\"\n            },\n            {\n                \"essid\": \"HOME-C2E2\"\n            },\n            {\n                \"essid\": \"HOME-C39D-2.4\"\n            },\n            {\n                \"essid\": \"HOME C432\"\n            },\n            {\n                \"essid\": \"HOME-C483-2.4\"\n            },\n            {\n                \"essid\": \"HOME-C4F1-2.4\"\n            },\n            {\n                \"essid\": \"HOME-C582\"\n            },\n            {\n                \"essid\": \"HOME-C66E-2.4\"\n            },\n            {\n                \"essid\": \"HOMEC67E-2.4\"\n            },\n            {\n                \"essid\": \"HOME-C762\"\n            },\n            {\n                \"essid\": \"HOME-C8FF-2.4\"\n            },\n            {\n                \"essid\": \"HOME-C932\"\n            },\n            {\n                \"essid\": \"HOME-CB25-2.4\"\n            },\n            {\n                \"essid\": \"HOME-CCDE\"\n            },\n            {\n                \"essid\": \"HOME-CDD2\"\n            },\n            {\n                \"essid\": \"HOME-CDFD-2.4\"\n            },\n            {\n                \"essid\": \"HOME-CECD\"\n            },\n            {\n                \"essid\": \"HOME-CF1E\"\n            },\n            {\n                \"essid\": \"HOME-CF61-2.4\"\n            },\n            {\n                \"essid\": \"HOME-CFB2\"\n            },\n            {\n                \"essid\": \"HOME-D232\"\n            },\n            {\n                \"essid\": \"HOME-D34E-2.4\"\n            },\n            {\n                \"essid\": \"HOME-D3DC-2.4_EXT\"\n            },\n            {\n                \"essid\": \"HOME-D4E2\"\n            },\n            {\n                \"essid\": \"HOME-D556\"\n            },\n            {\n                \"essid\": \"HOME_D56A90_2G\"\n            },\n            {\n                \"essid\": \"HOME-D5DC\"\n            },\n            {\n                \"essid\": \"HOME-D672\"\n            },\n            {\n                \"essid\": \"HOME_D6AE90_2G\"\n            },\n            {\n                \"essid\": \"HOME_D6E160_2G\"\n            },\n            {\n                \"essid\": \"HOME-D950-2.4\"\n            },\n            {\n                \"essid\": \"HOME-D972\"\n            },\n            {\n                \"essid\": \"HOME-DAB0-5\"\n            },\n            {\n                \"essid\": \"HOME-DB14\"\n            },\n            {\n                \"essid\": \"HOME-DBC9-5\"\n            },\n            {\n                \"essid\": \"HOME-DBFE\"\n            },\n            {\n                \"essid\": \"HOME-DC65-2.4\"\n            },\n            {\n                \"essid\": \"HOME-DDAF-2.4\"\n            },\n            {\n                \"essid\": \"HOME-DDFD-2.4\"\n            },\n            {\n                \"essid\": \"HOME-DE9E-2.4\"\n            },\n            {\n                \"essid\": \"Home Deux.k\"\n            },\n            {\n                \"essid\": \"HOME-DFC3-2.4\"\n            },\n            {\n                \"essid\": \"HOME-E038\"\n            },\n            {\n                \"essid\": \"HOME-E05D-2.4\"\n            },\n            {\n                \"essid\": \"HOME-E1EA-2.4\"\n            },\n            {\n                \"essid\": \"HOME-E206-2.4\"\n            },\n            {\n                \"essid\": \"HOME-E251\"\n            },\n            {\n                \"essid\": \"HOME-E4FA-2\"\n            },\n            {\n                \"essid\": \"HOME-E4FA-2.4\"\n            },\n            {\n                \"essid\": \"HOME-E5EA-2.4\"\n            },\n            {\n                \"essid\": \"HOME-E64E-2.4\"\n            },\n            {\n                \"essid\": \"HOME-E64E-5\"\n            },\n            {\n                \"essid\": \"HOME-E7B4-2.4\"\n            },\n            {\n                \"essid\": \"HOME-E7BA-2.4\"\n            },\n            {\n                \"essid\": \"HOME-E7BA-5\"\n            },\n            {\n                \"essid\": \"HOME-E7D1-2.4\"\n            },\n            {\n                \"essid\": \"HOME-E861-2.4\"\n            },\n            {\n                \"essid\": \"HOME-E861-5\"\n            },\n            {\n                \"essid\": \"HOME-E8B8-2.4\"\n            },\n            {\n                \"essid\": \"HOME-E9F1\"\n            },\n            {\n                \"essid\": \"HOME-EA22\"\n            },\n            {\n                \"essid\": \"HOME-EAA5-2.4\"\n            },\n            {\n                \"essid\": \"HOME-EABD-2.4\"\n            },\n            {\n                \"essid\": \"HOME-EB7C-2.4\"\n            },\n            {\n                \"essid\": \"HOME-EB7C-5\"\n            },\n            {\n                \"essid\": \"HOME-EBD0-2.4\"\n            },\n            {\n                \"essid\": \"HOME-EC62-2.4\"\n            },\n            {\n                \"essid\": \"HOME-ECB7-2.4\"\n            },\n            {\n                \"essid\": \"HOME-EF08\"\n            },\n            {\n                \"essid\": \"HOME-EF10-2.4\"\n            },\n            {\n                \"essid\": \"HOME-EF5A-2.4\"\n            },\n            {\n                \"essid\": \"HOME-EF5A-5\"\n            },\n            {\n                \"essid\": \"home_EXT\"\n            },\n            {\n                \"essid\": \"HOME-F054-2.4\"\n            },\n            {\n                \"essid\": \"HOME-F054-5_2GEXT\"\n            },\n            {\n                \"essid\": \"HOME-F21B-2.4\"\n            },\n            {\n                \"essid\": \"HOME-F232\"\n            },\n            {\n                \"essid\": \"Home F2-C2\"\n            },\n            {\n                \"essid\": \"HOME-F3A2\"\n            },\n            {\n                \"essid\": \"HOME-F4E1\"\n            },\n            {\n                \"essid\": \"HOME-F50F\"\n            },\n            {\n                \"essid\": \"HOME-F5C4-2.4\"\n            },\n            {\n                \"essid\": \"HOME-F63F-2.4\"\n            },\n            {\n                \"essid\": \"HOME-F682\"\n            },\n            {\n                \"essid\": \"HOME-F792\"\n            },\n            {\n                \"essid\": \"HOME-F792_2GEXT\"\n            },\n            {\n                \"essid\": \"HOME-F8F1-2.4\"\n            },\n            {\n                \"essid\": \"HOME-FCD2-2.4\"\n            },\n            {\n                \"essid\": \"HOME-FCD2-5\"\n            },\n            {\n                \"essid\": \"HOME-FD28\"\n            },\n            {\n                \"essid\": \"HOME-FD5F\"\n            },\n            {\n                \"essid\": \"HOME-FEA9-2.4\"\n            },\n            {\n                \"essid\": \"HOME-FF4F\"\n            },\n            {\n                \"essid\": \"Home Free\"\n            },\n            {\n                \"essid\": \"Home Guest\"\n            },\n            {\n                \"essid\": \"homeless2014-2\"\n            },\n            {\n                \"essid\": \"HomeNetwork\"\n            },\n            {\n                \"essid\": \"HomeNetwork_Ext\"\n            },\n            {\n                \"essid\": \"Homeroom1990\"\n            },\n            {\n                \"essid\": \"Homerun\"\n            },\n            {\n                \"essid\": \"homerwifi\"\n            },\n            {\n                \"essid\": \"Home server\"\n            },\n            {\n                \"essid\": \"HomeSweetHome\"\n            },\n            {\n                \"essid\": \"HOME SWEET HOME\"\n            },\n            {\n                \"essid\": \"HOME SWEET HOME 5GHz\"\n            },\n            {\n                \"essid\": \"homewifi\"\n            },\n            {\n                \"essid\": \"Homewifi\"\n            },\n            {\n                \"essid\": \"Home wiFi\"\n            },\n            {\n                \"essid\": \"HomeWifi\"\n            },\n            {\n                \"essid\": \"HomeWifi \"\n            },\n            {\n                \"essid\": \"HomeWiFi\"\n            },\n            {\n                \"essid\": \"Home Wi-Fi\"\n            },\n            {\n                \"essid\": \"Home Wifi Laptop\"\n            },\n            {\n                \"essid\": \"HomeWood44\"\n            },\n            {\n                \"essid\": \"Homicide Team\"\n            },\n            {\n                \"essid\": \"Homo Motorista\"\n            },\n            {\n                \"essid\": \"Honda accord\"\n            },\n            {\n                \"essid\": \"HondaCivicWiFi\"\n            },\n            {\n                \"essid\": \"HondaCRZ\"\n            },\n            {\n                \"essid\": \"Honey\"\n            },\n            {\n                \"essid\": \"Honey Badger\"\n            },\n            {\n                \"essid\": \"Honey Badger Don't Give A Sheep\"\n            },\n            {\n                \"essid\": \"Honeybrook\"\n            },\n            {\n                \"essid\": \"Honeycrackers\"\n            },\n            {\n                \"essid\": \"HoneymoonsInc\"\n            },\n            {\n                \"essid\": \"HoneyPot\"\n            },\n            {\n                \"essid\": \"Hongxin的 iPhone\"\n            },\n            {\n                \"essid\": \"Honor 10 Lite\"\n            },\n            {\n                \"essid\": \"HONOR 30\"\n            },\n            {\n                \"essid\": \"Honor 5C\"\n            },\n            {\n                \"essid\": \"Honor 6X\"\n            },\n            {\n                \"essid\": \"Honor 8A\"\n            },\n            {\n                \"essid\": \"Honor 9\"\n            },\n            {\n                \"essid\": \"Honorable Court 2\"\n            },\n            {\n                \"essid\": \"Honoria Glossop 6\"\n            },\n            {\n                \"essid\": \"Hood2500\"\n            },\n            {\n                \"essid\": \"HookahHookup\"\n            },\n            {\n                \"essid\": \"Hooker CTS\"\n            },\n            {\n                \"essid\": \"HOONIGANZ\"\n            },\n            {\n                \"essid\": \"HOOPNANNIES\"\n            },\n            {\n                \"essid\": \"Hop\"\n            },\n            {\n                \"essid\": \"hopatcong1\"\n            },\n            {\n                \"essid\": \"Hopatcong1\"\n            },\n            {\n                \"essid\": \"HopeAngerManagement\"\n            },\n            {\n                \"essid\": \"Horizon-Guest\"\n            },\n            {\n                \"essid\": \"Hornblower - CC102\"\n            },\n            {\n                \"essid\": \"Hornblowers - CC63\"\n            },\n            {\n                \"essid\": \"hornet\"\n            },\n            {\n                \"essid\": \"hornet2g\"\n            },\n            {\n                \"essid\": \"Horton\"\n            },\n            {\n                \"essid\": \"HORTON-NETGEAR-2G\"\n            },\n            {\n                \"essid\": \"Horus Mobile\"\n            },\n            {\n                \"essid\": \"Hoskins Tahoe\"\n            },\n            {\n                \"essid\": \"Hosub_2.4G\"\n            },\n            {\n                \"essid\": \"Hosub_5G\"\n            },\n            {\n                \"essid\": \"HOTAIR\"\n            },\n            {\n                \"essid\": \"Hot Clam Water\"\n            },\n            {\n                \"essid\": \"HotelMac\"\n            },\n            {\n                \"essid\": \"hotelmacannex\"\n            },\n            {\n                \"essid\": \"HothSG\"\n            },\n            {\n                \"essid\": \"Hotlanta\"\n            },\n            {\n                \"essid\": \"HOTLANTA\"\n            },\n            {\n                \"essid\": \"Hotmetal Bridge 3\"\n            },\n            {\n                \"essid\": \"HotNRP\"\n            },\n            {\n                \"essid\": \"hotplate\"\n            },\n            {\n                \"essid\": \"HOTPORT_Alpharetta\"\n            },\n            {\n                \"essid\": \"hotrod\"\n            },\n            {\n                \"essid\": \"hotrodmom52\"\n            },\n            {\n                \"essid\": \"HotSpock\"\n            },\n            {\n                \"essid\": \"Hotspot\"\n            },\n            {\n                \"essid\": \"HOTSPOT\"\n            },\n            {\n                \"essid\": \"Hotspot0028\"\n            },\n            {\n                \"essid\": \"Hotspot003D\"\n            },\n            {\n                \"essid\": \"Hotspot0060\"\n            },\n            {\n                \"essid\": \"Hotspot006F\"\n            },\n            {\n                \"essid\": \"Hotspot007C\"\n            },\n            {\n                \"essid\": \"Hotspot0088\"\n            },\n            {\n                \"essid\": \"Hotspot008A\"\n            },\n            {\n                \"essid\": \"Hotspot00B1\"\n            },\n            {\n                \"essid\": \"Hotspot00BF\"\n            },\n            {\n                \"essid\": \"Hotspot00C9\"\n            },\n            {\n                \"essid\": \"Hotspot00CE\"\n            },\n            {\n                \"essid\": \"Hotspot00DC\"\n            },\n            {\n                \"essid\": \"Hotspot00E1\"\n            },\n            {\n                \"essid\": \"Hotspot00E6\"\n            },\n            {\n                \"essid\": \"Hotspot010C\"\n            },\n            {\n                \"essid\": \"Hotspot0132\"\n            },\n            {\n                \"essid\": \"Hotspot0153\"\n            },\n            {\n                \"essid\": \"Hotspot0159\"\n            },\n            {\n                \"essid\": \"Hotspot0165\"\n            },\n            {\n                \"essid\": \"Hotspot017A\"\n            },\n            {\n                \"essid\": \"Hotspot017D\"\n            },\n            {\n                \"essid\": \"Hotspot017E\"\n            },\n            {\n                \"essid\": \"Hotspot0184\"\n            },\n            {\n                \"essid\": \"Hotspot01A9\"\n            },\n            {\n                \"essid\": \"Hotspot01B9\"\n            },\n            {\n                \"essid\": \"Hotspot01C1\"\n            },\n            {\n                \"essid\": \"Hotspot01C7\"\n            },\n            {\n                \"essid\": \"Hotspot01EA\"\n            },\n            {\n                \"essid\": \"Hotspot01EC\"\n            },\n            {\n                \"essid\": \"Hotspot01FE\"\n            },\n            {\n                \"essid\": \"Hotspot01FF\"\n            },\n            {\n                \"essid\": \"Hotspot0200\"\n            },\n            {\n                \"essid\": \"Hotspot0208\"\n            },\n            {\n                \"essid\": \"Hotspot020B\"\n            },\n            {\n                \"essid\": \"Hotspot021C\"\n            },\n            {\n                \"essid\": \"Hotspot0229\"\n            },\n            {\n                \"essid\": \"Hotspot022E\"\n            },\n            {\n                \"essid\": \"Hotspot023B\"\n            },\n            {\n                \"essid\": \"Hotspot0240\"\n            },\n            {\n                \"essid\": \"Hotspot0269\"\n            },\n            {\n                \"essid\": \"Hotspot026B\"\n            },\n            {\n                \"essid\": \"Hotspot0272\"\n            },\n            {\n                \"essid\": \"Hotspot027E\"\n            },\n            {\n                \"essid\": \"Hotspot0290\"\n            },\n            {\n                \"essid\": \"Hotspot02CD\"\n            },\n            {\n                \"essid\": \"Hotspot02DA\"\n            },\n            {\n                \"essid\": \"Hotspot02DC\"\n            },\n            {\n                \"essid\": \"Hotspot02EC\"\n            },\n            {\n                \"essid\": \"Hotspot02F4\"\n            },\n            {\n                \"essid\": \"Hotspot02F5\"\n            },\n            {\n                \"essid\": \"Hotspot02F6\"\n            },\n            {\n                \"essid\": \"Hotspot0323\"\n            },\n            {\n                \"essid\": \"Hotspot0327\"\n            },\n            {\n                \"essid\": \"Hotspot0335\"\n            },\n            {\n                \"essid\": \"Hotspot034F\"\n            },\n            {\n                \"essid\": \"Hotspot0373\"\n            },\n            {\n                \"essid\": \"Hotspot0384\"\n            },\n            {\n                \"essid\": \"Hotspot038D\"\n            },\n            {\n                \"essid\": \"Hotspot0399\"\n            },\n            {\n                \"essid\": \"Hotspot03A5\"\n            },\n            {\n                \"essid\": \"Hotspot03AD\"\n            },\n            {\n                \"essid\": \"Hotspot03B6\"\n            },\n            {\n                \"essid\": \"Hotspot03BB\"\n            },\n            {\n                \"essid\": \"Hotspot03C0\"\n            },\n            {\n                \"essid\": \"Hotspot03CD\"\n            },\n            {\n                \"essid\": \"Hotspot03DA\"\n            },\n            {\n                \"essid\": \"Hotspot03E3\"\n            },\n            {\n                \"essid\": \"Hotspot03F6\"\n            },\n            {\n                \"essid\": \"Hotspot0402\"\n            },\n            {\n                \"essid\": \"Hotspot041F\"\n            },\n            {\n                \"essid\": \"Hotspot0430\"\n            },\n            {\n                \"essid\": \"Hotspot0434\"\n            },\n            {\n                \"essid\": \"Hotspot043B\"\n            },\n            {\n                \"essid\": \"Hotspot044A\"\n            },\n            {\n                \"essid\": \"Hotspot0452\"\n            },\n            {\n                \"essid\": \"Hotspot0463\"\n            },\n            {\n                \"essid\": \"Hotspot0483\"\n            },\n            {\n                \"essid\": \"Hotspot0488\"\n            },\n            {\n                \"essid\": \"Hotspot0495\"\n            },\n            {\n                \"essid\": \"Hotspot049E\"\n            },\n            {\n                \"essid\": \"Hotspot04A4\"\n            },\n            {\n                \"essid\": \"Hotspot04BA\"\n            },\n            {\n                \"essid\": \"Hotspot04CD\"\n            },\n            {\n                \"essid\": \"Hotspot04DA\"\n            },\n            {\n                \"essid\": \"Hotspot04DC\"\n            },\n            {\n                \"essid\": \"Hotspot0506\"\n            },\n            {\n                \"essid\": \"Hotspot050A\"\n            },\n            {\n                \"essid\": \"Hotspot050C\"\n            },\n            {\n                \"essid\": \"Hotspot0513\"\n            },\n            {\n                \"essid\": \"Hotspot051A\"\n            },\n            {\n                \"essid\": \"Hotspot0537\"\n            },\n            {\n                \"essid\": \"Hotspot0544\"\n            },\n            {\n                \"essid\": \"Hotspot054B\"\n            },\n            {\n                \"essid\": \"Hotspot0568\"\n            },\n            {\n                \"essid\": \"Hotspot057A\"\n            },\n            {\n                \"essid\": \"Hotspot058D\"\n            },\n            {\n                \"essid\": \"Hotspot058E\"\n            },\n            {\n                \"essid\": \"Hotspot059B\"\n            },\n            {\n                \"essid\": \"Hotspot05AF\"\n            },\n            {\n                \"essid\": \"Hotspot05C1\"\n            },\n            {\n                \"essid\": \"Hotspot05C2\"\n            },\n            {\n                \"essid\": \"Hotspot05C4\"\n            },\n            {\n                \"essid\": \"Hotspot05E7\"\n            },\n            {\n                \"essid\": \"Hotspot05EF\"\n            },\n            {\n                \"essid\": \"Hotspot05F9\"\n            },\n            {\n                \"essid\": \"Hotspot0610\"\n            },\n            {\n                \"essid\": \"Hotspot0629\"\n            },\n            {\n                \"essid\": \"Hotspot0634\"\n            },\n            {\n                \"essid\": \"Hotspot0654\"\n            },\n            {\n                \"essid\": \"Hotspot0657\"\n            },\n            {\n                \"essid\": \"Hotspot066D\"\n            },\n            {\n                \"essid\": \"Hotspot0673\"\n            },\n            {\n                \"essid\": \"Hotspot0681\"\n            },\n            {\n                \"essid\": \"Hotspot0688\"\n            },\n            {\n                \"essid\": \"Hotspot068D\"\n            },\n            {\n                \"essid\": \"Hotspot0697\"\n            },\n            {\n                \"essid\": \"Hotspot069D\"\n            },\n            {\n                \"essid\": \"Hotspot06BA\"\n            },\n            {\n                \"essid\": \"Hotspot06CC\"\n            },\n            {\n                \"essid\": \"Hotspot06D4\"\n            },\n            {\n                \"essid\": \"Hotspot06FB\"\n            },\n            {\n                \"essid\": \"Hotspot0714\"\n            },\n            {\n                \"essid\": \"Hotspot0729\"\n            },\n            {\n                \"essid\": \"Hotspot073D\"\n            },\n            {\n                \"essid\": \"Hotspot0753\"\n            },\n            {\n                \"essid\": \"Hotspot0761\"\n            },\n            {\n                \"essid\": \"Hotspot0764\"\n            },\n            {\n                \"essid\": \"Hotspot0774\"\n            },\n            {\n                \"essid\": \"Hotspot077C\"\n            },\n            {\n                \"essid\": \"Hotspot078D\"\n            },\n            {\n                \"essid\": \"Hotspot07A7\"\n            },\n            {\n                \"essid\": \"Hotspot07C4\"\n            },\n            {\n                \"essid\": \"Hotspot07C6\"\n            },\n            {\n                \"essid\": \"Hotspot07C7\"\n            },\n            {\n                \"essid\": \"Hotspot07CC\"\n            },\n            {\n                \"essid\": \"Hotspot07D1\"\n            },\n            {\n                \"essid\": \"Hotspot07E2\"\n            },\n            {\n                \"essid\": \"Hotspot07EE\"\n            },\n            {\n                \"essid\": \"Hotspot07F8\"\n            },\n            {\n                \"essid\": \"Hotspot0804\"\n            },\n            {\n                \"essid\": \"Hotspot0809\"\n            },\n            {\n                \"essid\": \"Hotspot0821\"\n            },\n            {\n                \"essid\": \"Hotspot082F\"\n            },\n            {\n                \"essid\": \"Hotspot0842\"\n            },\n            {\n                \"essid\": \"Hotspot085A\"\n            },\n            {\n                \"essid\": \"Hotspot0868\"\n            },\n            {\n                \"essid\": \"Hotspot0885\"\n            },\n            {\n                \"essid\": \"Hotspot088B\"\n            },\n            {\n                \"essid\": \"Hotspot08C3\"\n            },\n            {\n                \"essid\": \"Hotspot08D3\"\n            },\n            {\n                \"essid\": \"Hotspot08E3\"\n            },\n            {\n                \"essid\": \"Hotspot08E5\"\n            },\n            {\n                \"essid\": \"Hotspot0900\"\n            },\n            {\n                \"essid\": \"Hotspot0906\"\n            },\n            {\n                \"essid\": \"Hotspot0917\"\n            },\n            {\n                \"essid\": \"Hotspot093D\"\n            },\n            {\n                \"essid\": \"Hotspot094A\"\n            },\n            {\n                \"essid\": \"Hotspot095E\"\n            },\n            {\n                \"essid\": \"Hotspot0961\"\n            },\n            {\n                \"essid\": \"Hotspot097F\"\n            },\n            {\n                \"essid\": \"Hotspot0982\"\n            },\n            {\n                \"essid\": \"Hotspot0983\"\n            },\n            {\n                \"essid\": \"Hotspot0984\"\n            },\n            {\n                \"essid\": \"Hotspot0994\"\n            },\n            {\n                \"essid\": \"Hotspot09A8\"\n            },\n            {\n                \"essid\": \"Hotspot09B8\"\n            },\n            {\n                \"essid\": \"Hotspot09D4\"\n            },\n            {\n                \"essid\": \"Hotspot09D9\"\n            },\n            {\n                \"essid\": \"Hotspot09DB\"\n            },\n            {\n                \"essid\": \"Hotspot09DC\"\n            },\n            {\n                \"essid\": \"Hotspot09E0\"\n            },\n            {\n                \"essid\": \"Hotspot09E4\"\n            },\n            {\n                \"essid\": \"Hotspot09ED\"\n            },\n            {\n                \"essid\": \"Hotspot09F8\"\n            },\n            {\n                \"essid\": \"Hotspot0A08\"\n            },\n            {\n                \"essid\": \"Hotspot0A1F\"\n            },\n            {\n                \"essid\": \"Hotspot0A2B\"\n            },\n            {\n                \"essid\": \"Hotspot0A2D\"\n            },\n            {\n                \"essid\": \"Hotspot0A31\"\n            },\n            {\n                \"essid\": \"Hotspot0A63\"\n            },\n            {\n                \"essid\": \"Hotspot0A6A\"\n            },\n            {\n                \"essid\": \"Hotspot0A6E\"\n            },\n            {\n                \"essid\": \"Hotspot0A70\"\n            },\n            {\n                \"essid\": \"Hotspot0A79\"\n            },\n            {\n                \"essid\": \"Hotspot0A89\"\n            },\n            {\n                \"essid\": \"Hotspot0A91\"\n            },\n            {\n                \"essid\": \"Hotspot0A96\"\n            },\n            {\n                \"essid\": \"Hotspot0A9B\"\n            },\n            {\n                \"essid\": \"Hotspot0AA4\"\n            },\n            {\n                \"essid\": \"Hotspot0AB0\"\n            },\n            {\n                \"essid\": \"Hotspot0ABB\"\n            },\n            {\n                \"essid\": \"Hotspot0AD2\"\n            },\n            {\n                \"essid\": \"Hotspot0AE2\"\n            },\n            {\n                \"essid\": \"Hotspot0AFC\"\n            },\n            {\n                \"essid\": \"Hotspot0AFD\"\n            },\n            {\n                \"essid\": \"Hotspot0AFF\"\n            },\n            {\n                \"essid\": \"Hotspot0B1B\"\n            },\n            {\n                \"essid\": \"Hotspot0B31\"\n            },\n            {\n                \"essid\": \"Hotspot0B32\"\n            },\n            {\n                \"essid\": \"Hotspot0B44\"\n            },\n            {\n                \"essid\": \"Hotspot0B4A\"\n            },\n            {\n                \"essid\": \"Hotspot0B4D\"\n            },\n            {\n                \"essid\": \"Hotspot0B4F\"\n            },\n            {\n                \"essid\": \"Hotspot0B65\"\n            },\n            {\n                \"essid\": \"Hotspot0B6C\"\n            },\n            {\n                \"essid\": \"Hotspot0B7A\"\n            },\n            {\n                \"essid\": \"Hotspot0B96\"\n            },\n            {\n                \"essid\": \"Hotspot0BA9\"\n            },\n            {\n                \"essid\": \"Hotspot0BAD\"\n            },\n            {\n                \"essid\": \"Hotspot0C0C\"\n            },\n            {\n                \"essid\": \"Hotspot0C0F\"\n            },\n            {\n                \"essid\": \"Hotspot0C15\"\n            },\n            {\n                \"essid\": \"Hotspot0C18\"\n            },\n            {\n                \"essid\": \"Hotspot0C44\"\n            },\n            {\n                \"essid\": \"Hotspot0C46\"\n            },\n            {\n                \"essid\": \"Hotspot0C4A\"\n            },\n            {\n                \"essid\": \"Hotspot0C51\"\n            },\n            {\n                \"essid\": \"Hotspot0C52\"\n            },\n            {\n                \"essid\": \"Hotspot0C5F\"\n            },\n            {\n                \"essid\": \"Hotspot0C7C\"\n            },\n            {\n                \"essid\": \"Hotspot0C87\"\n            },\n            {\n                \"essid\": \"Hotspot0CB6\"\n            },\n            {\n                \"essid\": \"Hotspot0CBC\"\n            },\n            {\n                \"essid\": \"Hotspot0CDE\"\n            },\n            {\n                \"essid\": \"Hotspot0CE2\"\n            },\n            {\n                \"essid\": \"Hotspot0CED\"\n            },\n            {\n                \"essid\": \"Hotspot0CFB\"\n            },\n            {\n                \"essid\": \"Hotspot0D05\"\n            },\n            {\n                \"essid\": \"Hotspot0D08\"\n            },\n            {\n                \"essid\": \"Hotspot0D48\"\n            },\n            {\n                \"essid\": \"Hotspot0D53\"\n            },\n            {\n                \"essid\": \"Hotspot0D66\"\n            },\n            {\n                \"essid\": \"Hotspot0D87\"\n            },\n            {\n                \"essid\": \"Hotspot0DA8\"\n            },\n            {\n                \"essid\": \"Hotspot0DB9\"\n            },\n            {\n                \"essid\": \"Hotspot0DD1\"\n            },\n            {\n                \"essid\": \"Hotspot0DE2\"\n            },\n            {\n                \"essid\": \"Hotspot0DED\"\n            },\n            {\n                \"essid\": \"Hotspot0E01\"\n            },\n            {\n                \"essid\": \"Hotspot0E05\"\n            },\n            {\n                \"essid\": \"Hotspot0E37\"\n            },\n            {\n                \"essid\": \"Hotspot0E4B\"\n            },\n            {\n                \"essid\": \"Hotspot0E5B\"\n            },\n            {\n                \"essid\": \"Hotspot0E70\"\n            },\n            {\n                \"essid\": \"Hotspot0E8A\"\n            },\n            {\n                \"essid\": \"Hotspot0EB8\"\n            },\n            {\n                \"essid\": \"Hotspot0ECD\"\n            },\n            {\n                \"essid\": \"Hotspot0ED6\"\n            },\n            {\n                \"essid\": \"Hotspot0EDD\"\n            },\n            {\n                \"essid\": \"Hotspot0EE2\"\n            },\n            {\n                \"essid\": \"Hotspot0EF2\"\n            },\n            {\n                \"essid\": \"Hotspot0EF7\"\n            },\n            {\n                \"essid\": \"Hotspot0F03\"\n            },\n            {\n                \"essid\": \"Hotspot0F0F\"\n            },\n            {\n                \"essid\": \"Hotspot0F11\"\n            },\n            {\n                \"essid\": \"Hotspot0F3B\"\n            },\n            {\n                \"essid\": \"Hotspot0F3C\"\n            },\n            {\n                \"essid\": \"Hotspot0F4E\"\n            },\n            {\n                \"essid\": \"Hotspot0F50\"\n            },\n            {\n                \"essid\": \"Hotspot0F54\"\n            },\n            {\n                \"essid\": \"Hotspot0F56\"\n            },\n            {\n                \"essid\": \"Hotspot0F72\"\n            },\n            {\n                \"essid\": \"Hotspot0FAF\"\n            },\n            {\n                \"essid\": \"Hotspot0FBD\"\n            },\n            {\n                \"essid\": \"Hotspot0FC2\"\n            },\n            {\n                \"essid\": \"Hotspot0FC5\"\n            },\n            {\n                \"essid\": \"Hotspot0FC6\"\n            },\n            {\n                \"essid\": \"Hotspot0FF5\"\n            },\n            {\n                \"essid\": \"Hotspot0FF8\"\n            },\n            {\n                \"essid\": \"Hotspot100B\"\n            },\n            {\n                \"essid\": \"Hotspot101D\"\n            },\n            {\n                \"essid\": \"Hotspot104D\"\n            },\n            {\n                \"essid\": \"Hotspot106B\"\n            },\n            {\n                \"essid\": \"Hotspot106C\"\n            },\n            {\n                \"essid\": \"Hotspot1072\"\n            },\n            {\n                \"essid\": \"Hotspot1078\"\n            },\n            {\n                \"essid\": \"Hotspot108F\"\n            },\n            {\n                \"essid\": \"Hotspot109B\"\n            },\n            {\n                \"essid\": \"Hotspot109E\"\n            },\n            {\n                \"essid\": \"Hotspot10AB\"\n            },\n            {\n                \"essid\": \"Hotspot10AD\"\n            },\n            {\n                \"essid\": \"Hotspot10B9\"\n            },\n            {\n                \"essid\": \"Hotspot10BC\"\n            },\n            {\n                \"essid\": \"Hotspot10C1\"\n            },\n            {\n                \"essid\": \"Hotspot10CB\"\n            },\n            {\n                \"essid\": \"Hotspot10D1\"\n            },\n            {\n                \"essid\": \"Hotspot10E6\"\n            },\n            {\n                \"essid\": \"Hotspot1110\"\n            },\n            {\n                \"essid\": \"Hotspot1130\"\n            },\n            {\n                \"essid\": \"Hotspot1142\"\n            },\n            {\n                \"essid\": \"Hotspot114E\"\n            },\n            {\n                \"essid\": \"Hotspot1154\"\n            },\n            {\n                \"essid\": \"Hotspot115A\"\n            },\n            {\n                \"essid\": \"Hotspot1164\"\n            },\n            {\n                \"essid\": \"Hotspot1168\"\n            },\n            {\n                \"essid\": \"Hotspot117F\"\n            },\n            {\n                \"essid\": \"Hotspot118D\"\n            },\n            {\n                \"essid\": \"Hotspot1195\"\n            },\n            {\n                \"essid\": \"Hotspot11AD\"\n            },\n            {\n                \"essid\": \"Hotspot11B5\"\n            },\n            {\n                \"essid\": \"Hotspot11C0\"\n            },\n            {\n                \"essid\": \"Hotspot11E6\"\n            },\n            {\n                \"essid\": \"Hotspot11EF\"\n            },\n            {\n                \"essid\": \"Hotspot11F9\"\n            },\n            {\n                \"essid\": \"Hotspot1228\"\n            },\n            {\n                \"essid\": \"Hotspot126D\"\n            },\n            {\n                \"essid\": \"Hotspot126E\"\n            },\n            {\n                \"essid\": \"Hotspot1297\"\n            },\n            {\n                \"essid\": \"Hotspot12AC\"\n            },\n            {\n                \"essid\": \"Hotspot12CD\"\n            },\n            {\n                \"essid\": \"Hotspot12D6\"\n            },\n            {\n                \"essid\": \"Hotspot12DC\"\n            },\n            {\n                \"essid\": \"Hotspot1307\"\n            },\n            {\n                \"essid\": \"Hotspot1343\"\n            },\n            {\n                \"essid\": \"Hotspot134F\"\n            },\n            {\n                \"essid\": \"Hotspot135E\"\n            },\n            {\n                \"essid\": \"Hotspot138A\"\n            },\n            {\n                \"essid\": \"Hotspot1392\"\n            },\n            {\n                \"essid\": \"Hotspot1394\"\n            },\n            {\n                \"essid\": \"Hotspot1397\"\n            },\n            {\n                \"essid\": \"Hotspot13A2\"\n            },\n            {\n                \"essid\": \"Hotspot13CE\"\n            },\n            {\n                \"essid\": \"Hotspot13DD\"\n            },\n            {\n                \"essid\": \"Hotspot13FF\"\n            },\n            {\n                \"essid\": \"Hotspot1400\"\n            },\n            {\n                \"essid\": \"Hotspot1408\"\n            },\n            {\n                \"essid\": \"Hotspot143D\"\n            },\n            {\n                \"essid\": \"Hotspot1445\"\n            },\n            {\n                \"essid\": \"Hotspot1470\"\n            },\n            {\n                \"essid\": \"Hotspot1471\"\n            },\n            {\n                \"essid\": \"Hotspot1479\"\n            },\n            {\n                \"essid\": \"Hotspot148D\"\n            },\n            {\n                \"essid\": \"Hotspot149D\"\n            },\n            {\n                \"essid\": \"Hotspot14A3\"\n            },\n            {\n                \"essid\": \"Hotspot14B2\"\n            },\n            {\n                \"essid\": \"Hotspot14C9\"\n            },\n            {\n                \"essid\": \"Hotspot14D4\"\n            },\n            {\n                \"essid\": \"Hotspot14D6\"\n            },\n            {\n                \"essid\": \"Hotspot14D7\"\n            },\n            {\n                \"essid\": \"Hotspot14ED\"\n            },\n            {\n                \"essid\": \"Hotspot1502\"\n            },\n            {\n                \"essid\": \"Hotspot1514\"\n            },\n            {\n                \"essid\": \"Hotspot151E\"\n            },\n            {\n                \"essid\": \"Hotspot152A\"\n            },\n            {\n                \"essid\": \"Hotspot152F\"\n            },\n            {\n                \"essid\": \"Hotspot155F\"\n            },\n            {\n                \"essid\": \"Hotspot156D\"\n            },\n            {\n                \"essid\": \"Hotspot1577\"\n            },\n            {\n                \"essid\": \"Hotspot157E\"\n            },\n            {\n                \"essid\": \"Hotspot1583\"\n            },\n            {\n                \"essid\": \"Hotspot1586\"\n            },\n            {\n                \"essid\": \"Hotspot1588\"\n            },\n            {\n                \"essid\": \"Hotspot1594\"\n            },\n            {\n                \"essid\": \"Hotspot159C\"\n            },\n            {\n                \"essid\": \"Hotspot15C7\"\n            },\n            {\n                \"essid\": \"Hotspot15F1\"\n            },\n            {\n                \"essid\": \"Hotspot15F6\"\n            },\n            {\n                \"essid\": \"Hotspot160F\"\n            },\n            {\n                \"essid\": \"Hotspot1628\"\n            },\n            {\n                \"essid\": \"Hotspot162E\"\n            },\n            {\n                \"essid\": \"Hotspot1637\"\n            },\n            {\n                \"essid\": \"Hotspot1666\"\n            },\n            {\n                \"essid\": \"Hotspot1670\"\n            },\n            {\n                \"essid\": \"Hotspot169C\"\n            },\n            {\n                \"essid\": \"Hotspot169D\"\n            },\n            {\n                \"essid\": \"Hotspot16A2\"\n            },\n            {\n                \"essid\": \"Hotspot16A4\"\n            },\n            {\n                \"essid\": \"Hotspot16CE\"\n            },\n            {\n                \"essid\": \"Hotspot16D7\"\n            },\n            {\n                \"essid\": \"Hotspot16E8\"\n            },\n            {\n                \"essid\": \"Hotspot16F1\"\n            },\n            {\n                \"essid\": \"Hotspot16FD\"\n            },\n            {\n                \"essid\": \"Hotspot1720\"\n            },\n            {\n                \"essid\": \"Hotspot173E\"\n            },\n            {\n                \"essid\": \"Hotspot1742\"\n            },\n            {\n                \"essid\": \"Hotspot1752\"\n            },\n            {\n                \"essid\": \"Hotspot1771\"\n            },\n            {\n                \"essid\": \"Hotspot1774\"\n            },\n            {\n                \"essid\": \"Hotspot17B4\"\n            },\n            {\n                \"essid\": \"Hotspot17BC\"\n            },\n            {\n                \"essid\": \"Hotspot17BE\"\n            },\n            {\n                \"essid\": \"Hotspot17D5\"\n            },\n            {\n                \"essid\": \"Hotspot17DE\"\n            },\n            {\n                \"essid\": \"Hotspot17E1\"\n            },\n            {\n                \"essid\": \"Hotspot180D\"\n            },\n            {\n                \"essid\": \"Hotspot1812\"\n            },\n            {\n                \"essid\": \"Hotspot1827\"\n            },\n            {\n                \"essid\": \"Hotspot1843\"\n            },\n            {\n                \"essid\": \"Hotspot184D\"\n            },\n            {\n                \"essid\": \"Hotspot1855\"\n            },\n            {\n                \"essid\": \"Hotspot187B\"\n            },\n            {\n                \"essid\": \"Hotspot187D\"\n            },\n            {\n                \"essid\": \"Hotspot1889\"\n            },\n            {\n                \"essid\": \"Hotspot1892\"\n            },\n            {\n                \"essid\": \"Hotspot18A6\"\n            },\n            {\n                \"essid\": \"Hotspot18B5\"\n            },\n            {\n                \"essid\": \"Hotspot18BB\"\n            },\n            {\n                \"essid\": \"Hotspot18C4\"\n            },\n            {\n                \"essid\": \"Hotspot18DB\"\n            },\n            {\n                \"essid\": \"Hotspot18E1\"\n            },\n            {\n                \"essid\": \"Hotspot18E5\"\n            },\n            {\n                \"essid\": \"Hotspot18E7\"\n            },\n            {\n                \"essid\": \"Hotspot18EE\"\n            },\n            {\n                \"essid\": \"Hotspot18F3\"\n            },\n            {\n                \"essid\": \"Hotspot18F9\"\n            },\n            {\n                \"essid\": \"Hotspot1902\"\n            },\n            {\n                \"essid\": \"Hotspot190D\"\n            },\n            {\n                \"essid\": \"Hotspot1936\"\n            },\n            {\n                \"essid\": \"Hotspot193E\"\n            },\n            {\n                \"essid\": \"Hotspot1947\"\n            },\n            {\n                \"essid\": \"Hotspot1952\"\n            },\n            {\n                \"essid\": \"Hotspot1958\"\n            },\n            {\n                \"essid\": \"Hotspot1964\"\n            },\n            {\n                \"essid\": \"Hotspot1971\"\n            },\n            {\n                \"essid\": \"Hotspot1983\"\n            },\n            {\n                \"essid\": \"Hotspot1984\"\n            },\n            {\n                \"essid\": \"Hotspot198D\"\n            },\n            {\n                \"essid\": \"Hotspot19A2\"\n            },\n            {\n                \"essid\": \"Hotspot19B4\"\n            },\n            {\n                \"essid\": \"Hotspot19BC\"\n            },\n            {\n                \"essid\": \"Hotspot19C5\"\n            },\n            {\n                \"essid\": \"Hotspot19D3\"\n            },\n            {\n                \"essid\": \"Hotspot19E1\"\n            },\n            {\n                \"essid\": \"Hotspot19E2\"\n            },\n            {\n                \"essid\": \"Hotspot19EF\"\n            },\n            {\n                \"essid\": \"Hotspot19F4\"\n            },\n            {\n                \"essid\": \"Hotspot19F5\"\n            },\n            {\n                \"essid\": \"Hotspot1A00\"\n            },\n            {\n                \"essid\": \"Hotspot1A0D\"\n            },\n            {\n                \"essid\": \"Hotspot1A21\"\n            },\n            {\n                \"essid\": \"Hotspot1A2B\"\n            },\n            {\n                \"essid\": \"Hotspot1A2D\"\n            },\n            {\n                \"essid\": \"Hotspot1A39\"\n            },\n            {\n                \"essid\": \"Hotspot1A50\"\n            },\n            {\n                \"essid\": \"Hotspot1A71\"\n            },\n            {\n                \"essid\": \"Hotspot1A87\"\n            },\n            {\n                \"essid\": \"Hotspot1A89\"\n            },\n            {\n                \"essid\": \"Hotspot1A98\"\n            },\n            {\n                \"essid\": \"Hotspot1ACF\"\n            },\n            {\n                \"essid\": \"Hotspot1AEA\"\n            },\n            {\n                \"essid\": \"Hotspot1AF5\"\n            },\n            {\n                \"essid\": \"Hotspot1AF9\"\n            },\n            {\n                \"essid\": \"Hotspot1B0D\"\n            },\n            {\n                \"essid\": \"Hotspot1B19\"\n            },\n            {\n                \"essid\": \"Hotspot1B23\"\n            },\n            {\n                \"essid\": \"Hotspot1B37\"\n            },\n            {\n                \"essid\": \"Hotspot1B5D\"\n            },\n            {\n                \"essid\": \"Hotspot1B5E\"\n            },\n            {\n                \"essid\": \"Hotspot1B6F\"\n            },\n            {\n                \"essid\": \"Hotspot1B76\"\n            },\n            {\n                \"essid\": \"Hotspot1B8E\"\n            },\n            {\n                \"essid\": \"Hotspot1BA5\"\n            },\n            {\n                \"essid\": \"Hotspot1BB0\"\n            },\n            {\n                \"essid\": \"Hotspot1BB5\"\n            },\n            {\n                \"essid\": \"Hotspot1BB9\"\n            },\n            {\n                \"essid\": \"Hotspot1BBA\"\n            },\n            {\n                \"essid\": \"Hotspot1BD6\"\n            },\n            {\n                \"essid\": \"Hotspot1BDF\"\n            },\n            {\n                \"essid\": \"Hotspot1BE3\"\n            },\n            {\n                \"essid\": \"Hotspot1C0B\"\n            },\n            {\n                \"essid\": \"Hotspot1C14\"\n            },\n            {\n                \"essid\": \"Hotspot1C39\"\n            },\n            {\n                \"essid\": \"Hotspot1C3D\"\n            },\n            {\n                \"essid\": \"Hotspot1C44\"\n            },\n            {\n                \"essid\": \"Hotspot1C5A\"\n            },\n            {\n                \"essid\": \"Hotspot1C7F\"\n            },\n            {\n                \"essid\": \"Hotspot1C8C\"\n            },\n            {\n                \"essid\": \"Hotspot1C92\"\n            },\n            {\n                \"essid\": \"Hotspot1C9E\"\n            },\n            {\n                \"essid\": \"Hotspot1CAE\"\n            },\n            {\n                \"essid\": \"Hotspot1CB2\"\n            },\n            {\n                \"essid\": \"Hotspot1CB7\"\n            },\n            {\n                \"essid\": \"Hotspot1CC6\"\n            },\n            {\n                \"essid\": \"Hotspot1CC9\"\n            },\n            {\n                \"essid\": \"Hotspot1CD5\"\n            },\n            {\n                \"essid\": \"Hotspot1CDF\"\n            },\n            {\n                \"essid\": \"Hotspot1CEE\"\n            },\n            {\n                \"essid\": \"Hotspot1D06\"\n            },\n            {\n                \"essid\": \"Hotspot1D2F\"\n            },\n            {\n                \"essid\": \"Hotspot1D30\"\n            },\n            {\n                \"essid\": \"Hotspot1D32\"\n            },\n            {\n                \"essid\": \"Hotspot1D37\"\n            },\n            {\n                \"essid\": \"Hotspot1D41\"\n            },\n            {\n                \"essid\": \"Hotspot1D44\"\n            },\n            {\n                \"essid\": \"Hotspot1D47\"\n            },\n            {\n                \"essid\": \"Hotspot1D68\"\n            },\n            {\n                \"essid\": \"Hotspot1D7F\"\n            },\n            {\n                \"essid\": \"Hotspot1D94\"\n            },\n            {\n                \"essid\": \"Hotspot1DB5\"\n            },\n            {\n                \"essid\": \"Hotspot1DBB\"\n            },\n            {\n                \"essid\": \"Hotspot1DCE\"\n            },\n            {\n                \"essid\": \"Hotspot1DDA\"\n            },\n            {\n                \"essid\": \"Hotspot1DF6\"\n            },\n            {\n                \"essid\": \"Hotspot1E22\"\n            },\n            {\n                \"essid\": \"Hotspot1E39\"\n            },\n            {\n                \"essid\": \"Hotspot1E40\"\n            },\n            {\n                \"essid\": \"Hotspot1E47\"\n            },\n            {\n                \"essid\": \"Hotspot1E58\"\n            },\n            {\n                \"essid\": \"Hotspot1E59\"\n            },\n            {\n                \"essid\": \"Hotspot1E5A\"\n            },\n            {\n                \"essid\": \"Hotspot1E5E\"\n            },\n            {\n                \"essid\": \"Hotspot1E73\"\n            },\n            {\n                \"essid\": \"Hotspot1E99\"\n            },\n            {\n                \"essid\": \"Hotspot1E9A\"\n            },\n            {\n                \"essid\": \"Hotspot1EA6\"\n            },\n            {\n                \"essid\": \"Hotspot1EAB\"\n            },\n            {\n                \"essid\": \"Hotspot1EB6\"\n            },\n            {\n                \"essid\": \"Hotspot1EBA\"\n            },\n            {\n                \"essid\": \"Hotspot1EBF\"\n            },\n            {\n                \"essid\": \"Hotspot1ECF\"\n            },\n            {\n                \"essid\": \"Hotspot1ED1\"\n            },\n            {\n                \"essid\": \"Hotspot1EEA\"\n            },\n            {\n                \"essid\": \"Hotspot1EEF\"\n            },\n            {\n                \"essid\": \"Hotspot1F11\"\n            },\n            {\n                \"essid\": \"Hotspot1F21\"\n            },\n            {\n                \"essid\": \"Hotspot1F3E\"\n            },\n            {\n                \"essid\": \"Hotspot1F61\"\n            },\n            {\n                \"essid\": \"Hotspot1F6E\"\n            },\n            {\n                \"essid\": \"Hotspot1F76\"\n            },\n            {\n                \"essid\": \"Hotspot1F7C\"\n            },\n            {\n                \"essid\": \"Hotspot1F7D\"\n            },\n            {\n                \"essid\": \"Hotspot1FB4\"\n            },\n            {\n                \"essid\": \"Hotspot1FBB\"\n            },\n            {\n                \"essid\": \"Hotspot1FBC\"\n            },\n            {\n                \"essid\": \"Hotspot1FD6\"\n            },\n            {\n                \"essid\": \"Hotspot1FDA\"\n            },\n            {\n                \"essid\": \"Hotspot1FDD\"\n            },\n            {\n                \"essid\": \"Hotspot1FDE\"\n            },\n            {\n                \"essid\": \"Hotspot1FE4\"\n            },\n            {\n                \"essid\": \"Hotspot1FEB\"\n            },\n            {\n                \"essid\": \"Hotspot1FF2\"\n            },\n            {\n                \"essid\": \"Hotspot1FF4\"\n            },\n            {\n                \"essid\": \"Hotspot2002\"\n            },\n            {\n                \"essid\": \"HotSpot 201\"\n            },\n            {\n                \"essid\": \"Hotspot2010\"\n            },\n            {\n                \"essid\": \"Hotspot201B\"\n            },\n            {\n                \"essid\": \"Hotspot202B\"\n            },\n            {\n                \"essid\": \"Hotspot202F\"\n            },\n            {\n                \"essid\": \"Hotspot203E\"\n            },\n            {\n                \"essid\": \"Hotspot204B\"\n            },\n            {\n                \"essid\": \"Hotspot204D\"\n            },\n            {\n                \"essid\": \"Hotspot2055\"\n            },\n            {\n                \"essid\": \"Hotspot208B\"\n            },\n            {\n                \"essid\": \"Hotspot209E\"\n            },\n            {\n                \"essid\": \"Hotspot20A9\"\n            },\n            {\n                \"essid\": \"Hotspot20AC\"\n            },\n            {\n                \"essid\": \"Hotspot20B9\"\n            },\n            {\n                \"essid\": \"Hotspot20BA\"\n            },\n            {\n                \"essid\": \"Hotspot20BF\"\n            },\n            {\n                \"essid\": \"Hotspot20C6\"\n            },\n            {\n                \"essid\": \"Hotspot20C8\"\n            },\n            {\n                \"essid\": \"Hotspot20D1\"\n            },\n            {\n                \"essid\": \"Hotspot20D6\"\n            },\n            {\n                \"essid\": \"Hotspot20DF\"\n            },\n            {\n                \"essid\": \"Hotspot20EE\"\n            },\n            {\n                \"essid\": \"Hotspot210D\"\n            },\n            {\n                \"essid\": \"HotSpot 211\"\n            },\n            {\n                \"essid\": \"Hotspot211B\"\n            },\n            {\n                \"essid\": \"Hotspot2121\"\n            },\n            {\n                \"essid\": \"Hotspot2132\"\n            },\n            {\n                \"essid\": \"Hotspot2138\"\n            },\n            {\n                \"essid\": \"Hotspot213E\"\n            },\n            {\n                \"essid\": \"Hotspot214A\"\n            },\n            {\n                \"essid\": \"Hotspot2150\"\n            },\n            {\n                \"essid\": \"Hotspot2191\"\n            },\n            {\n                \"essid\": \"Hotspot219E\"\n            },\n            {\n                \"essid\": \"Hotspot21A9\"\n            },\n            {\n                \"essid\": \"Hotspot21AB\"\n            },\n            {\n                \"essid\": \"Hotspot21BF\"\n            },\n            {\n                \"essid\": \"Hotspot21C1\"\n            },\n            {\n                \"essid\": \"Hotspot21C8\"\n            },\n            {\n                \"essid\": \"Hotspot21CF\"\n            },\n            {\n                \"essid\": \"Hotspot21D3\"\n            },\n            {\n                \"essid\": \"Hotspot21D4\"\n            },\n            {\n                \"essid\": \"Hotspot21E2\"\n            },\n            {\n                \"essid\": \"Hotspot21E3\"\n            },\n            {\n                \"essid\": \"Hotspot21E8\"\n            },\n            {\n                \"essid\": \"Hotspot21EB\"\n            },\n            {\n                \"essid\": \"Hotspot220E\"\n            },\n            {\n                \"essid\": \"Hotspot221A\"\n            },\n            {\n                \"essid\": \"Hotspot2223\"\n            },\n            {\n                \"essid\": \"Hotspot2233\"\n            },\n            {\n                \"essid\": \"Hotspot223F\"\n            },\n            {\n                \"essid\": \"Hotspot2241\"\n            },\n            {\n                \"essid\": \"Hotspot2242\"\n            },\n            {\n                \"essid\": \"Hotspot2259\"\n            },\n            {\n                \"essid\": \"Hotspot225D\"\n            },\n            {\n                \"essid\": \"Hotspot2275\"\n            },\n            {\n                \"essid\": \"Hotspot2287\"\n            },\n            {\n                \"essid\": \"Hotspot2288\"\n            },\n            {\n                \"essid\": \"Hotspot228E\"\n            },\n            {\n                \"essid\": \"Hotspot22AD\"\n            },\n            {\n                \"essid\": \"Hotspot22AF\"\n            },\n            {\n                \"essid\": \"Hotspot22CC\"\n            },\n            {\n                \"essid\": \"Hotspot22D0\"\n            },\n            {\n                \"essid\": \"Hotspot22D3\"\n            },\n            {\n                \"essid\": \"Hotspot22DF\"\n            },\n            {\n                \"essid\": \"Hotspot22EA\"\n            },\n            {\n                \"essid\": \"Hotspot230E\"\n            },\n            {\n                \"essid\": \"Hotspot2320\"\n            },\n            {\n                \"essid\": \"Hotspot2321\"\n            },\n            {\n                \"essid\": \"Hotspot2327\"\n            },\n            {\n                \"essid\": \"Hotspot232E\"\n            },\n            {\n                \"essid\": \"Hotspot234F\"\n            },\n            {\n                \"essid\": \"Hotspot2376\"\n            },\n            {\n                \"essid\": \"Hotspot237C\"\n            },\n            {\n                \"essid\": \"Hotspot2382\"\n            },\n            {\n                \"essid\": \"Hotspot2393\"\n            },\n            {\n                \"essid\": \"Hotspot2397\"\n            },\n            {\n                \"essid\": \"Hotspot23AA\"\n            },\n            {\n                \"essid\": \"Hotspot23AC\"\n            },\n            {\n                \"essid\": \"Hotspot23AF\"\n            },\n            {\n                \"essid\": \"Hotspot23BF\"\n            },\n            {\n                \"essid\": \"Hotspot23C3\"\n            },\n            {\n                \"essid\": \"Hotspot23C4\"\n            },\n            {\n                \"essid\": \"Hotspot23D1\"\n            },\n            {\n                \"essid\": \"Hotspot23DC\"\n            },\n            {\n                \"essid\": \"Hotspot2404\"\n            },\n            {\n                \"essid\": \"Hotspot2413\"\n            },\n            {\n                \"essid\": \"Hotspot2434\"\n            },\n            {\n                \"essid\": \"Hotspot243B\"\n            },\n            {\n                \"essid\": \"Hotspot244C\"\n            },\n            {\n                \"essid\": \"Hotspot2452\"\n            },\n            {\n                \"essid\": \"Hotspot2453\"\n            },\n            {\n                \"essid\": \"Hotspot2454\"\n            },\n            {\n                \"essid\": \"Hotspot2457\"\n            },\n            {\n                \"essid\": \"Hotspot245E\"\n            },\n            {\n                \"essid\": \"Hotspot2463\"\n            },\n            {\n                \"essid\": \"Hotspot2468\"\n            },\n            {\n                \"essid\": \"Hotspot2469\"\n            },\n            {\n                \"essid\": \"Hotspot2471\"\n            },\n            {\n                \"essid\": \"Hotspot2483\"\n            },\n            {\n                \"essid\": \"Hotspot248A\"\n            },\n            {\n                \"essid\": \"Hotspot2492\"\n            },\n            {\n                \"essid\": \"Hotspot24B0\"\n            },\n            {\n                \"essid\": \"Hotspot24BA\"\n            },\n            {\n                \"essid\": \"Hotspot24FD\"\n            },\n            {\n                \"essid\": \"Hotspot24P4\"\n            },\n            {\n                \"essid\": \"Hotspot251B\"\n            },\n            {\n                \"essid\": \"Hotspot252C\"\n            },\n            {\n                \"essid\": \"Hotspot2541\"\n            },\n            {\n                \"essid\": \"Hotspot255E\"\n            },\n            {\n                \"essid\": \"Hotspot2569\"\n            },\n            {\n                \"essid\": \"Hotspot256A\"\n            },\n            {\n                \"essid\": \"Hotspot256F\"\n            },\n            {\n                \"essid\": \"Hotspot2576\"\n            },\n            {\n                \"essid\": \"Hotspot259B\"\n            },\n            {\n                \"essid\": \"Hotspot259C\"\n            },\n            {\n                \"essid\": \"Hotspot25B8\"\n            },\n            {\n                \"essid\": \"Hotspot25BD\"\n            },\n            {\n                \"essid\": \"Hotspot25CA\"\n            },\n            {\n                \"essid\": \"Hotspot260B\"\n            },\n            {\n                \"essid\": \"Hotspot261B\"\n            },\n            {\n                \"essid\": \"Hotspot261D\"\n            },\n            {\n                \"essid\": \"Hotspot2625\"\n            },\n            {\n                \"essid\": \"Hotspot2634\"\n            },\n            {\n                \"essid\": \"Hotspot264E\"\n            },\n            {\n                \"essid\": \"Hotspot265B\"\n            },\n            {\n                \"essid\": \"Hotspot2667\"\n            },\n            {\n                \"essid\": \"Hotspot26A0\"\n            },\n            {\n                \"essid\": \"Hotspot26AC\"\n            },\n            {\n                \"essid\": \"Hotspot26B0\"\n            },\n            {\n                \"essid\": \"Hotspot26B2\"\n            },\n            {\n                \"essid\": \"Hotspot26E3\"\n            },\n            {\n                \"essid\": \"Hotspot26F1\"\n            },\n            {\n                \"essid\": \"Hotspot26F6\"\n            },\n            {\n                \"essid\": \"Hotspot2706\"\n            },\n            {\n                \"essid\": \"Hotspot271D\"\n            },\n            {\n                \"essid\": \"Hotspot2729\"\n            },\n            {\n                \"essid\": \"Hotspot274E\"\n            },\n            {\n                \"essid\": \"Hotspot276E\"\n            },\n            {\n                \"essid\": \"Hotspot2772\"\n            },\n            {\n                \"essid\": \"Hotspot2776\"\n            },\n            {\n                \"essid\": \"Hotspot2777\"\n            },\n            {\n                \"essid\": \"Hotspot2787\"\n            },\n            {\n                \"essid\": \"Hotspot2794\"\n            },\n            {\n                \"essid\": \"Hotspot2799\"\n            },\n            {\n                \"essid\": \"Hotspot279B\"\n            },\n            {\n                \"essid\": \"Hotspot279D\"\n            },\n            {\n                \"essid\": \"Hotspot27A1\"\n            },\n            {\n                \"essid\": \"Hotspot27A8\"\n            },\n            {\n                \"essid\": \"Hotspot27B8\"\n            },\n            {\n                \"essid\": \"Hotspot27C9\"\n            },\n            {\n                \"essid\": \"Hotspot27DC\"\n            },\n            {\n                \"essid\": \"Hotspot27EE\"\n            },\n            {\n                \"essid\": \"Hotspot2801\"\n            },\n            {\n                \"essid\": \"Hotspot2805\"\n            },\n            {\n                \"essid\": \"Hotspot2812\"\n            },\n            {\n                \"essid\": \"Hotspot2822\"\n            },\n            {\n                \"essid\": \"Hotspot282C\"\n            },\n            {\n                \"essid\": \"Hotspot2844\"\n            },\n            {\n                \"essid\": \"Hotspot2850\"\n            },\n            {\n                \"essid\": \"Hotspot2851\"\n            },\n            {\n                \"essid\": \"Hotspot2855\"\n            },\n            {\n                \"essid\": \"Hotspot285F\"\n            },\n            {\n                \"essid\": \"Hotspot2863\"\n            },\n            {\n                \"essid\": \"Hotspot2864\"\n            },\n            {\n                \"essid\": \"Hotspot286B\"\n            },\n            {\n                \"essid\": \"Hotspot2887\"\n            },\n            {\n                \"essid\": \"Hotspot288C\"\n            },\n            {\n                \"essid\": \"Hotspot2892\"\n            },\n            {\n                \"essid\": \"Hotspot2896\"\n            },\n            {\n                \"essid\": \"Hotspot2898\"\n            },\n            {\n                \"essid\": \"Hotspot28A3\"\n            },\n            {\n                \"essid\": \"Hotspot28B7\"\n            },\n            {\n                \"essid\": \"Hotspot28BB\"\n            },\n            {\n                \"essid\": \"Hotspot28C5\"\n            },\n            {\n                \"essid\": \"Hotspot28CB\"\n            },\n            {\n                \"essid\": \"Hotspot28D4\"\n            },\n            {\n                \"essid\": \"Hotspot28D9\"\n            },\n            {\n                \"essid\": \"Hotspot28EC\"\n            },\n            {\n                \"essid\": \"Hotspot28F9\"\n            },\n            {\n                \"essid\": \"Hotspot28FD\"\n            },\n            {\n                \"essid\": \"Hotspot2917\"\n            },\n            {\n                \"essid\": \"Hotspot2953\"\n            },\n            {\n                \"essid\": \"Hotspot2954\"\n            },\n            {\n                \"essid\": \"Hotspot2963\"\n            },\n            {\n                \"essid\": \"Hotspot2972\"\n            },\n            {\n                \"essid\": \"Hotspot2977\"\n            },\n            {\n                \"essid\": \"Hotspot2981\"\n            },\n            {\n                \"essid\": \"Hotspot2982\"\n            },\n            {\n                \"essid\": \"Hotspot2988\"\n            },\n            {\n                \"essid\": \"Hotspot298B\"\n            },\n            {\n                \"essid\": \"Hotspot2994\"\n            },\n            {\n                \"essid\": \"Hotspot299F\"\n            },\n            {\n                \"essid\": \"Hotspot29A0\"\n            },\n            {\n                \"essid\": \"Hotspot29B0\"\n            },\n            {\n                \"essid\": \"Hotspot29B6\"\n            },\n            {\n                \"essid\": \"Hotspot29BC\"\n            },\n            {\n                \"essid\": \"Hotspot29BD\"\n            },\n            {\n                \"essid\": \"Hotspot29D1\"\n            },\n            {\n                \"essid\": \"Hotspot29DF\"\n            },\n            {\n                \"essid\": \"Hotspot29E6\"\n            },\n            {\n                \"essid\": \"Hotspot2A08\"\n            },\n            {\n                \"essid\": \"Hotspot2A0C\"\n            },\n            {\n                \"essid\": \"Hotspot2A1C\"\n            },\n            {\n                \"essid\": \"Hotspot2A2B\"\n            },\n            {\n                \"essid\": \"Hotspot2A33\"\n            },\n            {\n                \"essid\": \"Hotspot2A34\"\n            },\n            {\n                \"essid\": \"Hotspot2A45\"\n            },\n            {\n                \"essid\": \"Hotspot2A4A\"\n            },\n            {\n                \"essid\": \"Hotspot2A4E\"\n            },\n            {\n                \"essid\": \"Hotspot2A53\"\n            },\n            {\n                \"essid\": \"Hotspot2A66\"\n            },\n            {\n                \"essid\": \"Hotspot2A6F\"\n            },\n            {\n                \"essid\": \"Hotspot2A84\"\n            },\n            {\n                \"essid\": \"Hotspot2A85\"\n            },\n            {\n                \"essid\": \"Hotspot2A8B\"\n            },\n            {\n                \"essid\": \"Hotspot2AA2\"\n            },\n            {\n                \"essid\": \"Hotspot2AAC\"\n            },\n            {\n                \"essid\": \"Hotspot2AC1\"\n            },\n            {\n                \"essid\": \"Hotspot2AC6\"\n            },\n            {\n                \"essid\": \"Hotspot2AD1\"\n            },\n            {\n                \"essid\": \"Hotspot2AD4\"\n            },\n            {\n                \"essid\": \"Hotspot2AD5\"\n            },\n            {\n                \"essid\": \"Hotspot2AE0\"\n            },\n            {\n                \"essid\": \"Hotspot2AE7\"\n            },\n            {\n                \"essid\": \"Hotspot2B0E\"\n            },\n            {\n                \"essid\": \"Hotspot2B1F\"\n            },\n            {\n                \"essid\": \"Hotspot2B33\"\n            },\n            {\n                \"essid\": \"Hotspot2B50\"\n            },\n            {\n                \"essid\": \"Hotspot2B74\"\n            },\n            {\n                \"essid\": \"Hotspot2B78\"\n            },\n            {\n                \"essid\": \"Hotspot2B7C\"\n            },\n            {\n                \"essid\": \"Hotspot2B7F\"\n            },\n            {\n                \"essid\": \"Hotspot2B87\"\n            },\n            {\n                \"essid\": \"Hotspot2BAB\"\n            },\n            {\n                \"essid\": \"Hotspot2BC3\"\n            },\n            {\n                \"essid\": \"Hotspot2BC6\"\n            },\n            {\n                \"essid\": \"Hotspot2BEF\"\n            },\n            {\n                \"essid\": \"Hotspot2BFB\"\n            },\n            {\n                \"essid\": \"Hotspot2BFF\"\n            },\n            {\n                \"essid\": \"Hotspot2BMd\"\n            },\n            {\n                \"essid\": \"Hotspot2C09\"\n            },\n            {\n                \"essid\": \"Hotspot2C21\"\n            },\n            {\n                \"essid\": \"Hotspot2C2E\"\n            },\n            {\n                \"essid\": \"Hotspot2C3B\"\n            },\n            {\n                \"essid\": \"Hotspot2C40\"\n            },\n            {\n                \"essid\": \"Hotspot2C41\"\n            },\n            {\n                \"essid\": \"Hotspot2C46\"\n            },\n            {\n                \"essid\": \"Hotspot2C52\"\n            },\n            {\n                \"essid\": \"Hotspot2C54\"\n            },\n            {\n                \"essid\": \"Hotspot2C57\"\n            },\n            {\n                \"essid\": \"Hotspot2C6B\"\n            },\n            {\n                \"essid\": \"Hotspot2C75\"\n            },\n            {\n                \"essid\": \"Hotspot2C76\"\n            },\n            {\n                \"essid\": \"Hotspot2C9C\"\n            },\n            {\n                \"essid\": \"Hotspot2CA4\"\n            },\n            {\n                \"essid\": \"Hotspot2CC2\"\n            },\n            {\n                \"essid\": \"Hotspot2CE0\"\n            },\n            {\n                \"essid\": \"Hotspot2CE6\"\n            },\n            {\n                \"essid\": \"Hotspot2CEF\"\n            },\n            {\n                \"essid\": \"Hotspot2CF6\"\n            },\n            {\n                \"essid\": \"Hotspot2D12\"\n            },\n            {\n                \"essid\": \"Hotspot2D2E\"\n            },\n            {\n                \"essid\": \"Hotspot2D33\"\n            },\n            {\n                \"essid\": \"Hotspot2D35\"\n            },\n            {\n                \"essid\": \"Hotspot2D4A\"\n            },\n            {\n                \"essid\": \"Hotspot2D4C\"\n            },\n            {\n                \"essid\": \"Hotspot2D5F\"\n            },\n            {\n                \"essid\": \"Hotspot2D75\"\n            },\n            {\n                \"essid\": \"Hotspot2D77\"\n            },\n            {\n                \"essid\": \"Hotspot2D7F\"\n            },\n            {\n                \"essid\": \"Hotspot2D96\"\n            },\n            {\n                \"essid\": \"Hotspot2DC4\"\n            },\n            {\n                \"essid\": \"Hotspot2DD7\"\n            },\n            {\n                \"essid\": \"Hotspot2DF2\"\n            },\n            {\n                \"essid\": \"Hotspot2DF8\"\n            },\n            {\n                \"essid\": \"Hotspot2E04\"\n            },\n            {\n                \"essid\": \"Hotspot2E06\"\n            },\n            {\n                \"essid\": \"Hotspot2E1A\"\n            },\n            {\n                \"essid\": \"Hotspot2E23\"\n            },\n            {\n                \"essid\": \"Hotspot2E28\"\n            },\n            {\n                \"essid\": \"Hotspot2E2D\"\n            },\n            {\n                \"essid\": \"Hotspot2E2F\"\n            },\n            {\n                \"essid\": \"Hotspot2E33\"\n            },\n            {\n                \"essid\": \"Hotspot2E35\"\n            },\n            {\n                \"essid\": \"Hotspot2E47\"\n            },\n            {\n                \"essid\": \"Hotspot2E4C\"\n            },\n            {\n                \"essid\": \"Hotspot2E52\"\n            },\n            {\n                \"essid\": \"Hotspot2E55\"\n            },\n            {\n                \"essid\": \"Hotspot2E5D\"\n            },\n            {\n                \"essid\": \"Hotspot2E6D\"\n            },\n            {\n                \"essid\": \"Hotspot2E7B\"\n            },\n            {\n                \"essid\": \"Hotspot2E7F\"\n            },\n            {\n                \"essid\": \"Hotspot2E83\"\n            },\n            {\n                \"essid\": \"Hotspot2E85\"\n            },\n            {\n                \"essid\": \"Hotspot2E8D\"\n            },\n            {\n                \"essid\": \"Hotspot2E8F\"\n            },\n            {\n                \"essid\": \"Hotspot2EAA\"\n            },\n            {\n                \"essid\": \"Hotspot2EBF\"\n            },\n            {\n                \"essid\": \"Hotspot2EC1\"\n            },\n            {\n                \"essid\": \"Hotspot2ED0\"\n            },\n            {\n                \"essid\": \"Hotspot2EDE\"\n            },\n            {\n                \"essid\": \"Hotspot2EF6\"\n            },\n            {\n                \"essid\": \"Hotspot2EF9\"\n            },\n            {\n                \"essid\": \"Hotspot2EFD\"\n            },\n            {\n                \"essid\": \"Hotspot2F0B\"\n            },\n            {\n                \"essid\": \"Hotspot2F0C\"\n            },\n            {\n                \"essid\": \"Hotspot2F0D\"\n            },\n            {\n                \"essid\": \"Hotspot2F24\"\n            },\n            {\n                \"essid\": \"Hotspot2F4C\"\n            },\n            {\n                \"essid\": \"Hotspot2F57\"\n            },\n            {\n                \"essid\": \"Hotspot2F61\"\n            },\n            {\n                \"essid\": \"Hotspot2F63\"\n            },\n            {\n                \"essid\": \"Hotspot2F6D\"\n            },\n            {\n                \"essid\": \"Hotspot2F70\"\n            },\n            {\n                \"essid\": \"Hotspot2F72\"\n            },\n            {\n                \"essid\": \"Hotspot2F74\"\n            },\n            {\n                \"essid\": \"Hotspot2F86\"\n            },\n            {\n                \"essid\": \"Hotspot2F96\"\n            },\n            {\n                \"essid\": \"Hotspot2F9E\"\n            },\n            {\n                \"essid\": \"Hotspot2FAC\"\n            },\n            {\n                \"essid\": \"Hotspot2FB7\"\n            },\n            {\n                \"essid\": \"Hotspot2FBD\"\n            },\n            {\n                \"essid\": \"Hotspot2FF1\"\n            },\n            {\n                \"essid\": \"Hotspot3011\"\n            },\n            {\n                \"essid\": \"Hotspot302C\"\n            },\n            {\n                \"essid\": \"Hotspot3063\"\n            },\n            {\n                \"essid\": \"Hotspot3070\"\n            },\n            {\n                \"essid\": \"Hotspot3073\"\n            },\n            {\n                \"essid\": \"Hotspot3076\"\n            },\n            {\n                \"essid\": \"Hotspot3081\"\n            },\n            {\n                \"essid\": \"Hotspot3083\"\n            },\n            {\n                \"essid\": \"Hotspot3088\"\n            },\n            {\n                \"essid\": \"Hotspot308C\"\n            },\n            {\n                \"essid\": \"Hotspot309B\"\n            },\n            {\n                \"essid\": \"Hotspot30CA\"\n            },\n            {\n                \"essid\": \"Hotspot30CF\"\n            },\n            {\n                \"essid\": \"Hotspot30DC\"\n            },\n            {\n                \"essid\": \"Hotspot30EB\"\n            },\n            {\n                \"essid\": \"Hotspot3102\"\n            },\n            {\n                \"essid\": \"Hotspot3103\"\n            },\n            {\n                \"essid\": \"Hotspot310E\"\n            },\n            {\n                \"essid\": \"Hotspot311B\"\n            },\n            {\n                \"essid\": \"Hotspot3127\"\n            },\n            {\n                \"essid\": \"Hotspot312B\"\n            },\n            {\n                \"essid\": \"Hotspot312E\"\n            },\n            {\n                \"essid\": \"Hotspot3139\"\n            },\n            {\n                \"essid\": \"Hotspot313A\"\n            },\n            {\n                \"essid\": \"Hotspot313E\"\n            },\n            {\n                \"essid\": \"Hotspot314A\"\n            },\n            {\n                \"essid\": \"Hotspot314E\"\n            },\n            {\n                \"essid\": \"Hotspot3151\"\n            },\n            {\n                \"essid\": \"Hotspot3167\"\n            },\n            {\n                \"essid\": \"Hotspot316C\"\n            },\n            {\n                \"essid\": \"Hotspot3179\"\n            },\n            {\n                \"essid\": \"Hotspot317E\"\n            },\n            {\n                \"essid\": \"Hotspot318C\"\n            },\n            {\n                \"essid\": \"Hotspot31A1\"\n            },\n            {\n                \"essid\": \"Hotspot31AC\"\n            },\n            {\n                \"essid\": \"Hotspot31AE\"\n            },\n            {\n                \"essid\": \"Hotspot31AF\"\n            },\n            {\n                \"essid\": \"Hotspot31B4\"\n            },\n            {\n                \"essid\": \"Hotspot31BF\"\n            },\n            {\n                \"essid\": \"Hotspot31E2\"\n            },\n            {\n                \"essid\": \"Hotspot31EF\"\n            },\n            {\n                \"essid\": \"Hotspot31F7\"\n            },\n            {\n                \"essid\": \"Hotspot31FE\"\n            },\n            {\n                \"essid\": \"Hotspot3205\"\n            },\n            {\n                \"essid\": \"Hotspot321B\"\n            },\n            {\n                \"essid\": \"Hotspot3220\"\n            },\n            {\n                \"essid\": \"Hotspot3224\"\n            },\n            {\n                \"essid\": \"Hotspot322F\"\n            },\n            {\n                \"essid\": \"Hotspot3245\"\n            },\n            {\n                \"essid\": \"Hotspot325C\"\n            },\n            {\n                \"essid\": \"Hotspot3279\"\n            },\n            {\n                \"essid\": \"Hotspot328D\"\n            },\n            {\n                \"essid\": \"Hotspot3291\"\n            },\n            {\n                \"essid\": \"Hotspot329E\"\n            },\n            {\n                \"essid\": \"Hotspot32BB\"\n            },\n            {\n                \"essid\": \"Hotspot32CD\"\n            },\n            {\n                \"essid\": \"Hotspot32D3\"\n            },\n            {\n                \"essid\": \"Hotspot32D4\"\n            },\n            {\n                \"essid\": \"Hotspot32E1\"\n            },\n            {\n                \"essid\": \"Hotspot32F5\"\n            },\n            {\n                \"essid\": \"Hotspot3300\"\n            },\n            {\n                \"essid\": \"Hotspot3318\"\n            },\n            {\n                \"essid\": \"Hotspot3322\"\n            },\n            {\n                \"essid\": \"Hotspot3328\"\n            },\n            {\n                \"essid\": \"Hotspot3330\"\n            },\n            {\n                \"essid\": \"Hotspot3335\"\n            },\n            {\n                \"essid\": \"Hotspot334A\"\n            },\n            {\n                \"essid\": \"Hotspot335B\"\n            },\n            {\n                \"essid\": \"Hotspot3376\"\n            },\n            {\n                \"essid\": \"Hotspot3380\"\n            },\n            {\n                \"essid\": \"Hotspot338B\"\n            },\n            {\n                \"essid\": \"Hotspot3392\"\n            },\n            {\n                \"essid\": \"Hotspot339F\"\n            },\n            {\n                \"essid\": \"Hotspot33A7\"\n            },\n            {\n                \"essid\": \"Hotspot33D6\"\n            },\n            {\n                \"essid\": \"Hotspot33DB\"\n            },\n            {\n                \"essid\": \"Hotspot33E6\"\n            },\n            {\n                \"essid\": \"Hotspot33EB\"\n            },\n            {\n                \"essid\": \"Hotspot3407\"\n            },\n            {\n                \"essid\": \"Hotspot342D\"\n            },\n            {\n                \"essid\": \"Hotspot342F\"\n            },\n            {\n                \"essid\": \"Hotspot3442\"\n            },\n            {\n                \"essid\": \"Hotspot3452\"\n            },\n            {\n                \"essid\": \"Hotspot3454\"\n            },\n            {\n                \"essid\": \"Hotspot345A\"\n            },\n            {\n                \"essid\": \"Hotspot345C\"\n            },\n            {\n                \"essid\": \"Hotspot3466\"\n            },\n            {\n                \"essid\": \"Hotspot3469\"\n            },\n            {\n                \"essid\": \"Hotspot346B\"\n            },\n            {\n                \"essid\": \"Hotspot347D\"\n            },\n            {\n                \"essid\": \"Hotspot3481\"\n            },\n            {\n                \"essid\": \"Hotspot3492\"\n            },\n            {\n                \"essid\": \"Hotspot349E\"\n            },\n            {\n                \"essid\": \"Hotspot349F\"\n            },\n            {\n                \"essid\": \"Hotspot34A0\"\n            },\n            {\n                \"essid\": \"Hotspot34C0\"\n            },\n            {\n                \"essid\": \"Hotspot34D2\"\n            },\n            {\n                \"essid\": \"Hotspot34DA\"\n            },\n            {\n                \"essid\": \"Hotspot34DF\"\n            },\n            {\n                \"essid\": \"Hotspot34F7\"\n            },\n            {\n                \"essid\": \"Hotspot34FB\"\n            },\n            {\n                \"essid\": \"Hotspot3505\"\n            },\n            {\n                \"essid\": \"Hotspot3514\"\n            },\n            {\n                \"essid\": \"Hotspot3524\"\n            },\n            {\n                \"essid\": \"Hotspot352A\"\n            },\n            {\n                \"essid\": \"Hotspot352E\"\n            },\n            {\n                \"essid\": \"Hotspot3531\"\n            },\n            {\n                \"essid\": \"Hotspot3544\"\n            },\n            {\n                \"essid\": \"Hotspot3549\"\n            },\n            {\n                \"essid\": \"Hotspot3553\"\n            },\n            {\n                \"essid\": \"Hotspot3557\"\n            },\n            {\n                \"essid\": \"Hotspot3579\"\n            },\n            {\n                \"essid\": \"Hotspot358C\"\n            },\n            {\n                \"essid\": \"Hotspot35B0\"\n            },\n            {\n                \"essid\": \"Hotspot35C1\"\n            },\n            {\n                \"essid\": \"Hotspot35EF\"\n            },\n            {\n                \"essid\": \"Hotspot35F6\"\n            },\n            {\n                \"essid\": \"Hotspot3604\"\n            },\n            {\n                \"essid\": \"Hotspot360E\"\n            },\n            {\n                \"essid\": \"Hotspot3621\"\n            },\n            {\n                \"essid\": \"Hotspot3626\"\n            },\n            {\n                \"essid\": \"Hotspot3632\"\n            },\n            {\n                \"essid\": \"Hotspot3657\"\n            },\n            {\n                \"essid\": \"Hotspot3661\"\n            },\n            {\n                \"essid\": \"Hotspot3663\"\n            },\n            {\n                \"essid\": \"Hotspot3670\"\n            },\n            {\n                \"essid\": \"Hotspot367E\"\n            },\n            {\n                \"essid\": \"Hotspot368B\"\n            },\n            {\n                \"essid\": \"Hotspot3691\"\n            },\n            {\n                \"essid\": \"Hotspot369A\"\n            },\n            {\n                \"essid\": \"Hotspot36A3\"\n            },\n            {\n                \"essid\": \"Hotspot36B0\"\n            },\n            {\n                \"essid\": \"Hotspot36BA\"\n            },\n            {\n                \"essid\": \"Hotspot36E5\"\n            },\n            {\n                \"essid\": \"Hotspot36ED\"\n            },\n            {\n                \"essid\": \"Hotspot36F5\"\n            },\n            {\n                \"essid\": \"Hotspot3715\"\n            },\n            {\n                \"essid\": \"Hotspot3721\"\n            },\n            {\n                \"essid\": \"Hotspot3729\"\n            },\n            {\n                \"essid\": \"Hotspot3736\"\n            },\n            {\n                \"essid\": \"Hotspot3745\"\n            },\n            {\n                \"essid\": \"Hotspot3746\"\n            },\n            {\n                \"essid\": \"Hotspot3750\"\n            },\n            {\n                \"essid\": \"Hotspot3752\"\n            },\n            {\n                \"essid\": \"Hotspot3760\"\n            },\n            {\n                \"essid\": \"Hotspot3768\"\n            },\n            {\n                \"essid\": \"Hotspot377D\"\n            },\n            {\n                \"essid\": \"Hotspot3794\"\n            },\n            {\n                \"essid\": \"Hotspot379A\"\n            },\n            {\n                \"essid\": \"Hotspot379E\"\n            },\n            {\n                \"essid\": \"Hotspot37BF\"\n            },\n            {\n                \"essid\": \"Hotspot37C2\"\n            },\n            {\n                \"essid\": \"Hotspot37D1\"\n            },\n            {\n                \"essid\": \"Hotspot37D6\"\n            },\n            {\n                \"essid\": \"Hotspot37D7\"\n            },\n            {\n                \"essid\": \"Hotspot37E0\"\n            },\n            {\n                \"essid\": \"Hotspot37F1\"\n            },\n            {\n                \"essid\": \"Hotspot37FE\"\n            },\n            {\n                \"essid\": \"Hotspot3815\"\n            },\n            {\n                \"essid\": \"Hotspot3821\"\n            },\n            {\n                \"essid\": \"Hotspot383B\"\n            },\n            {\n                \"essid\": \"Hotspot3840\"\n            },\n            {\n                \"essid\": \"Hotspot3856\"\n            },\n            {\n                \"essid\": \"Hotspot385C\"\n            },\n            {\n                \"essid\": \"Hotspot386E\"\n            },\n            {\n                \"essid\": \"Hotspot387C\"\n            },\n            {\n                \"essid\": \"Hotspot387E\"\n            },\n            {\n                \"essid\": \"Hotspot3881\"\n            },\n            {\n                \"essid\": \"Hotspot38C3\"\n            },\n            {\n                \"essid\": \"Hotspot3905\"\n            },\n            {\n                \"essid\": \"Hotspot390C\"\n            },\n            {\n                \"essid\": \"Hotspot3917\"\n            },\n            {\n                \"essid\": \"Hotspot3928\"\n            },\n            {\n                \"essid\": \"Hotspot393C\"\n            },\n            {\n                \"essid\": \"Hotspot3945\"\n            },\n            {\n                \"essid\": \"Hotspot3947\"\n            },\n            {\n                \"essid\": \"Hotspot3965\"\n            },\n            {\n                \"essid\": \"Hotspot3967\"\n            },\n            {\n                \"essid\": \"Hotspot3973\"\n            },\n            {\n                \"essid\": \"Hotspot398E\"\n            },\n            {\n                \"essid\": \"Hotspot398F\"\n            },\n            {\n                \"essid\": \"Hotspot399D\"\n            },\n            {\n                \"essid\": \"Hotspot399F\"\n            },\n            {\n                \"essid\": \"Hotspot39C3\"\n            },\n            {\n                \"essid\": \"Hotspot39E2\"\n            },\n            {\n                \"essid\": \"Hotspot39F1\"\n            },\n            {\n                \"essid\": \"Hotspot39FF\"\n            },\n            {\n                \"essid\": \"Hotspot3A04\"\n            },\n            {\n                \"essid\": \"Hotspot3A13\"\n            },\n            {\n                \"essid\": \"Hotspot3A20\"\n            },\n            {\n                \"essid\": \"Hotspot3A3B\"\n            },\n            {\n                \"essid\": \"Hotspot3A64\"\n            },\n            {\n                \"essid\": \"Hotspot3A8A\"\n            },\n            {\n                \"essid\": \"Hotspot3A90\"\n            },\n            {\n                \"essid\": \"Hotspot3AA8\"\n            },\n            {\n                \"essid\": \"Hotspot3ABD\"\n            },\n            {\n                \"essid\": \"Hotspot3ABF\"\n            },\n            {\n                \"essid\": \"Hotspot3AC2\"\n            },\n            {\n                \"essid\": \"Hotspot3ADB\"\n            },\n            {\n                \"essid\": \"Hotspot3ADD\"\n            },\n            {\n                \"essid\": \"Hotspot3ADF\"\n            },\n            {\n                \"essid\": \"Hotspot3AEF\"\n            },\n            {\n                \"essid\": \"Hotspot3AF1\"\n            },\n            {\n                \"essid\": \"Hotspot3AF7\"\n            },\n            {\n                \"essid\": \"Hotspot3AFF\"\n            },\n            {\n                \"essid\": \"Hotspot3B0F\"\n            },\n            {\n                \"essid\": \"Hotspot3B12\"\n            },\n            {\n                \"essid\": \"Hotspot3B22\"\n            },\n            {\n                \"essid\": \"Hotspot3B47\"\n            },\n            {\n                \"essid\": \"Hotspot3B5F\"\n            },\n            {\n                \"essid\": \"Hotspot3B60\"\n            },\n            {\n                \"essid\": \"Hotspot3B61\"\n            },\n            {\n                \"essid\": \"Hotspot3B62\"\n            },\n            {\n                \"essid\": \"Hotspot3B63\"\n            },\n            {\n                \"essid\": \"Hotspot3B76\"\n            },\n            {\n                \"essid\": \"Hotspot3B79\"\n            },\n            {\n                \"essid\": \"Hotspot3B7B\"\n            },\n            {\n                \"essid\": \"Hotspot3B82\"\n            },\n            {\n                \"essid\": \"Hotspot3B96\"\n            },\n            {\n                \"essid\": \"Hotspot3BD1\"\n            },\n            {\n                \"essid\": \"Hotspot3BDB\"\n            },\n            {\n                \"essid\": \"Hotspot3BDE\"\n            },\n            {\n                \"essid\": \"Hotspot3BE0\"\n            },\n            {\n                \"essid\": \"Hotspot3BE2\"\n            },\n            {\n                \"essid\": \"Hotspot3BEB\"\n            },\n            {\n                \"essid\": \"Hotspot3BEC\"\n            },\n            {\n                \"essid\": \"Hotspot3BFA\"\n            },\n            {\n                \"essid\": \"Hotspot3BFD\"\n            },\n            {\n                \"essid\": \"Hotspot3C0E\"\n            },\n            {\n                \"essid\": \"Hotspot3C18\"\n            },\n            {\n                \"essid\": \"Hotspot3C1A\"\n            },\n            {\n                \"essid\": \"Hotspot3C2A\"\n            },\n            {\n                \"essid\": \"Hotspot3C36\"\n            },\n            {\n                \"essid\": \"Hotspot3C3D\"\n            },\n            {\n                \"essid\": \"Hotspot3C54\"\n            },\n            {\n                \"essid\": \"Hotspot3C58\"\n            },\n            {\n                \"essid\": \"Hotspot3C74\"\n            },\n            {\n                \"essid\": \"Hotspot3C79\"\n            },\n            {\n                \"essid\": \"Hotspot3C7C\"\n            },\n            {\n                \"essid\": \"Hotspot3C98\"\n            },\n            {\n                \"essid\": \"Hotspot3CBD\"\n            },\n            {\n                \"essid\": \"Hotspot3CE7\"\n            },\n            {\n                \"essid\": \"Hotspot3CEE\"\n            },\n            {\n                \"essid\": \"Hotspot3CFB\"\n            },\n            {\n                \"essid\": \"Hotspot3D00\"\n            },\n            {\n                \"essid\": \"Hotspot3D0F\"\n            },\n            {\n                \"essid\": \"Hotspot3D17\"\n            },\n            {\n                \"essid\": \"Hotspot3D1E\"\n            },\n            {\n                \"essid\": \"Hotspot3D21\"\n            },\n            {\n                \"essid\": \"Hotspot3D25\"\n            },\n            {\n                \"essid\": \"Hotspot3D26\"\n            },\n            {\n                \"essid\": \"Hotspot3D31\"\n            },\n            {\n                \"essid\": \"Hotspot3D56\"\n            },\n            {\n                \"essid\": \"Hotspot3D57\"\n            },\n            {\n                \"essid\": \"Hotspot3D5A\"\n            },\n            {\n                \"essid\": \"Hotspot3D5F\"\n            },\n            {\n                \"essid\": \"Hotspot3D72\"\n            },\n            {\n                \"essid\": \"Hotspot3D79\"\n            },\n            {\n                \"essid\": \"Hotspot3D7E\"\n            },\n            {\n                \"essid\": \"Hotspot3D87\"\n            },\n            {\n                \"essid\": \"Hotspot3D89\"\n            },\n            {\n                \"essid\": \"Hotspot3DAE\"\n            },\n            {\n                \"essid\": \"Hotspot3DC7\"\n            },\n            {\n                \"essid\": \"Hotspot3DCA\"\n            },\n            {\n                \"essid\": \"Hotspot3DCB\"\n            },\n            {\n                \"essid\": \"Hotspot3DD7\"\n            },\n            {\n                \"essid\": \"Hotspot3DEB\"\n            },\n            {\n                \"essid\": \"Hotspot3E06\"\n            },\n            {\n                \"essid\": \"Hotspot3E09\"\n            },\n            {\n                \"essid\": \"Hotspot3E0D\"\n            },\n            {\n                \"essid\": \"Hotspot3E13\"\n            },\n            {\n                \"essid\": \"Hotspot3E21\"\n            },\n            {\n                \"essid\": \"Hotspot3E32\"\n            },\n            {\n                \"essid\": \"Hotspot3E5B\"\n            },\n            {\n                \"essid\": \"Hotspot3E6A\"\n            },\n            {\n                \"essid\": \"Hotspot3E74\"\n            },\n            {\n                \"essid\": \"Hotspot3E8B\"\n            },\n            {\n                \"essid\": \"Hotspot3EA1\"\n            },\n            {\n                \"essid\": \"Hotspot3EA6\"\n            },\n            {\n                \"essid\": \"Hotspot3EB6\"\n            },\n            {\n                \"essid\": \"Hotspot3EC7\"\n            },\n            {\n                \"essid\": \"Hotspot3ED2\"\n            },\n            {\n                \"essid\": \"Hotspot3ED3\"\n            },\n            {\n                \"essid\": \"Hotspot3EE3\"\n            },\n            {\n                \"essid\": \"Hotspot3EE4\"\n            },\n            {\n                \"essid\": \"Hotspot3F0F\"\n            },\n            {\n                \"essid\": \"Hotspot3F12\"\n            },\n            {\n                \"essid\": \"Hotspot3F19\"\n            },\n            {\n                \"essid\": \"Hotspot3F1B\"\n            },\n            {\n                \"essid\": \"Hotspot3F27\"\n            },\n            {\n                \"essid\": \"Hotspot3F3C\"\n            },\n            {\n                \"essid\": \"Hotspot3F47\"\n            },\n            {\n                \"essid\": \"Hotspot3F48\"\n            },\n            {\n                \"essid\": \"Hotspot3F57\"\n            },\n            {\n                \"essid\": \"Hotspot3F58\"\n            },\n            {\n                \"essid\": \"Hotspot3F60\"\n            },\n            {\n                \"essid\": \"Hotspot3F7F\"\n            },\n            {\n                \"essid\": \"Hotspot3F8E\"\n            },\n            {\n                \"essid\": \"Hotspot3FA4\"\n            },\n            {\n                \"essid\": \"Hotspot3FAD\"\n            },\n            {\n                \"essid\": \"Hotspot3FAF\"\n            },\n            {\n                \"essid\": \"Hotspot3FB2\"\n            },\n            {\n                \"essid\": \"Hotspot3FD2\"\n            },\n            {\n                \"essid\": \"Hotspot3FDF\"\n            },\n            {\n                \"essid\": \"Hotspot3YiK\"\n            },\n            {\n                \"essid\": \"Hotspot4003\"\n            },\n            {\n                \"essid\": \"Hotspot4007\"\n            },\n            {\n                \"essid\": \"Hotspot401B\"\n            },\n            {\n                \"essid\": \"Hotspot401D\"\n            },\n            {\n                \"essid\": \"Hotspot403E\"\n            },\n            {\n                \"essid\": \"Hotspot4044\"\n            },\n            {\n                \"essid\": \"Hotspot4049\"\n            },\n            {\n                \"essid\": \"Hotspot404F\"\n            },\n            {\n                \"essid\": \"Hotspot4078\"\n            },\n            {\n                \"essid\": \"Hotspot4079\"\n            },\n            {\n                \"essid\": \"Hotspot40A0\"\n            },\n            {\n                \"essid\": \"Hotspot40B0\"\n            },\n            {\n                \"essid\": \"Hotspot40B9\"\n            },\n            {\n                \"essid\": \"Hotspot40BC\"\n            },\n            {\n                \"essid\": \"Hotspot40BD\"\n            },\n            {\n                \"essid\": \"Hotspot40D4\"\n            },\n            {\n                \"essid\": \"Hotspot40DA\"\n            },\n            {\n                \"essid\": \"Hotspot40FD\"\n            },\n            {\n                \"essid\": \"Hotspot415A\"\n            },\n            {\n                \"essid\": \"Hotspot415B\"\n            },\n            {\n                \"essid\": \"Hotspot4165\"\n            },\n            {\n                \"essid\": \"Hotspot417B\"\n            },\n            {\n                \"essid\": \"Hotspot4185\"\n            },\n            {\n                \"essid\": \"Hotspot4189\"\n            },\n            {\n                \"essid\": \"Hotspot418D\"\n            },\n            {\n                \"essid\": \"Hotspot4198\"\n            },\n            {\n                \"essid\": \"Hotspot41AA\"\n            },\n            {\n                \"essid\": \"Hotspot41D8\"\n            },\n            {\n                \"essid\": \"Hotspot41D9\"\n            },\n            {\n                \"essid\": \"Hotspot41FD\"\n            },\n            {\n                \"essid\": \"Hotspot4203\"\n            },\n            {\n                \"essid\": \"Hotspot4217\"\n            },\n            {\n                \"essid\": \"Hotspot4224\"\n            },\n            {\n                \"essid\": \"Hotspot422E\"\n            },\n            {\n                \"essid\": \"Hotspot4237\"\n            },\n            {\n                \"essid\": \"Hotspot424C\"\n            },\n            {\n                \"essid\": \"Hotspot4256\"\n            },\n            {\n                \"essid\": \"Hotspot4259\"\n            },\n            {\n                \"essid\": \"Hotspot4280\"\n            },\n            {\n                \"essid\": \"Hotspot4285\"\n            },\n            {\n                \"essid\": \"Hotspot4293\"\n            },\n            {\n                \"essid\": \"Hotspot42A9\"\n            },\n            {\n                \"essid\": \"Hotspot42BA\"\n            },\n            {\n                \"essid\": \"Hotspot42BE\"\n            },\n            {\n                \"essid\": \"Hotspot42F5\"\n            },\n            {\n                \"essid\": \"Hotspot42FE\"\n            },\n            {\n                \"essid\": \"Hotspot4305\"\n            },\n            {\n                \"essid\": \"Hotspot4306\"\n            },\n            {\n                \"essid\": \"Hotspot4308\"\n            },\n            {\n                \"essid\": \"Hotspot430D\"\n            },\n            {\n                \"essid\": \"Hotspot4353\"\n            },\n            {\n                \"essid\": \"Hotspot435E\"\n            },\n            {\n                \"essid\": \"Hotspot4376\"\n            },\n            {\n                \"essid\": \"Hotspot4377\"\n            },\n            {\n                \"essid\": \"Hotspot437A\"\n            },\n            {\n                \"essid\": \"Hotspot437F\"\n            },\n            {\n                \"essid\": \"Hotspot43BE\"\n            },\n            {\n                \"essid\": \"Hotspot43CB\"\n            },\n            {\n                \"essid\": \"Hotspot43CF\"\n            },\n            {\n                \"essid\": \"Hotspot43D4\"\n            },\n            {\n                \"essid\": \"Hotspot43F0\"\n            },\n            {\n                \"essid\": \"Hotspot4406\"\n            },\n            {\n                \"essid\": \"Hotspot4407\"\n            },\n            {\n                \"essid\": \"Hotspot440D\"\n            },\n            {\n                \"essid\": \"Hotspot4425\"\n            },\n            {\n                \"essid\": \"Hotspot4450\"\n            },\n            {\n                \"essid\": \"Hotspot4458\"\n            },\n            {\n                \"essid\": \"Hotspot4475\"\n            },\n            {\n                \"essid\": \"Hotspot447B\"\n            },\n            {\n                \"essid\": \"Hotspot4494\"\n            },\n            {\n                \"essid\": \"Hotspot4498\"\n            },\n            {\n                \"essid\": \"Hotspot44A6\"\n            },\n            {\n                \"essid\": \"Hotspot44AF\"\n            },\n            {\n                \"essid\": \"Hotspot44B2\"\n            },\n            {\n                \"essid\": \"Hotspot44D6\"\n            },\n            {\n                \"essid\": \"Hotspot44D7\"\n            },\n            {\n                \"essid\": \"Hotspot44E0\"\n            },\n            {\n                \"essid\": \"Hotspot44F1\"\n            },\n            {\n                \"essid\": \"Hotspot44FA\"\n            },\n            {\n                \"essid\": \"Hotspot4501\"\n            },\n            {\n                \"essid\": \"Hotspot450D\"\n            },\n            {\n                \"essid\": \"Hotspot4518\"\n            },\n            {\n                \"essid\": \"Hotspot4525\"\n            },\n            {\n                \"essid\": \"Hotspot4540\"\n            },\n            {\n                \"essid\": \"Hotspot4549\"\n            },\n            {\n                \"essid\": \"Hotspot454A\"\n            },\n            {\n                \"essid\": \"Hotspot4550\"\n            },\n            {\n                \"essid\": \"Hotspot4558\"\n            },\n            {\n                \"essid\": \"Hotspot4566\"\n            },\n            {\n                \"essid\": \"Hotspot4568\"\n            },\n            {\n                \"essid\": \"Hotspot458C\"\n            },\n            {\n                \"essid\": \"Hotspot4592\"\n            },\n            {\n                \"essid\": \"Hotspot4599\"\n            },\n            {\n                \"essid\": \"Hotspot459C\"\n            },\n            {\n                \"essid\": \"Hotspot45A3\"\n            },\n            {\n                \"essid\": \"Hotspot45A6\"\n            },\n            {\n                \"essid\": \"Hotspot45A7\"\n            },\n            {\n                \"essid\": \"Hotspot45BC\"\n            },\n            {\n                \"essid\": \"Hotspot45C4\"\n            },\n            {\n                \"essid\": \"Hotspot45F4\"\n            },\n            {\n                \"essid\": \"Hotspot4600\"\n            },\n            {\n                \"essid\": \"Hotspot4606\"\n            },\n            {\n                \"essid\": \"Hotspot4607\"\n            },\n            {\n                \"essid\": \"Hotspot4611\"\n            },\n            {\n                \"essid\": \"Hotspot4627\"\n            },\n            {\n                \"essid\": \"Hotspot4656\"\n            },\n            {\n                \"essid\": \"Hotspot4658\"\n            },\n            {\n                \"essid\": \"Hotspot4664\"\n            },\n            {\n                \"essid\": \"Hotspot466B\"\n            },\n            {\n                \"essid\": \"Hotspot466D\"\n            },\n            {\n                \"essid\": \"Hotspot4685\"\n            },\n            {\n                \"essid\": \"Hotspot46B0\"\n            },\n            {\n                \"essid\": \"Hotspot46CB\"\n            },\n            {\n                \"essid\": \"Hotspot46CF\"\n            },\n            {\n                \"essid\": \"Hotspot46DB\"\n            },\n            {\n                \"essid\": \"Hotspot46DD\"\n            },\n            {\n                \"essid\": \"Hotspot4702\"\n            },\n            {\n                \"essid\": \"Hotspot4710\"\n            },\n            {\n                \"essid\": \"Hotspot4721\"\n            },\n            {\n                \"essid\": \"Hotspot4730\"\n            },\n            {\n                \"essid\": \"Hotspot4734\"\n            },\n            {\n                \"essid\": \"Hotspot4739\"\n            },\n            {\n                \"essid\": \"Hotspot4741\"\n            },\n            {\n                \"essid\": \"Hotspot4761\"\n            },\n            {\n                \"essid\": \"Hotspot4766\"\n            },\n            {\n                \"essid\": \"Hotspot4776\"\n            },\n            {\n                \"essid\": \"Hotspot4778\"\n            },\n            {\n                \"essid\": \"Hotspot4787\"\n            },\n            {\n                \"essid\": \"Hotspot4788\"\n            },\n            {\n                \"essid\": \"Hotspot478C\"\n            },\n            {\n                \"essid\": \"Hotspot479F\"\n            },\n            {\n                \"essid\": \"Hotspot47C0\"\n            },\n            {\n                \"essid\": \"Hotspot47D6\"\n            },\n            {\n                \"essid\": \"Hotspot47F8\"\n            },\n            {\n                \"essid\": \"Hotspot47F9\"\n            },\n            {\n                \"essid\": \"Hotspot47FD\"\n            },\n            {\n                \"essid\": \"Hotspot480A\"\n            },\n            {\n                \"essid\": \"Hotspot4813\"\n            },\n            {\n                \"essid\": \"Hotspot4829\"\n            },\n            {\n                \"essid\": \"Hotspot4846\"\n            },\n            {\n                \"essid\": \"Hotspot484E\"\n            },\n            {\n                \"essid\": \"Hotspot484F\"\n            },\n            {\n                \"essid\": \"Hotspot485B\"\n            },\n            {\n                \"essid\": \"Hotspot486A\"\n            },\n            {\n                \"essid\": \"Hotspot4873\"\n            },\n            {\n                \"essid\": \"Hotspot4877\"\n            },\n            {\n                \"essid\": \"Hotspot4882\"\n            },\n            {\n                \"essid\": \"Hotspot4897\"\n            },\n            {\n                \"essid\": \"Hotspot489B\"\n            },\n            {\n                \"essid\": \"Hotspot48C8\"\n            },\n            {\n                \"essid\": \"Hotspot48CC\"\n            },\n            {\n                \"essid\": \"Hotspot48D1\"\n            },\n            {\n                \"essid\": \"Hotspot48D6\"\n            },\n            {\n                \"essid\": \"Hotspot48FE\"\n            },\n            {\n                \"essid\": \"Hotspot4903\"\n            },\n            {\n                \"essid\": \"Hotspot4914\"\n            },\n            {\n                \"essid\": \"Hotspot4921\"\n            },\n            {\n                \"essid\": \"Hotspot492A\"\n            },\n            {\n                \"essid\": \"Hotspot495E\"\n            },\n            {\n                \"essid\": \"Hotspot4969\"\n            },\n            {\n                \"essid\": \"Hotspot496B\"\n            },\n            {\n                \"essid\": \"Hotspot4988\"\n            },\n            {\n                \"essid\": \"Hotspot499B\"\n            },\n            {\n                \"essid\": \"Hotspot49B3\"\n            },\n            {\n                \"essid\": \"Hotspot49C6\"\n            },\n            {\n                \"essid\": \"Hotspot49C9\"\n            },\n            {\n                \"essid\": \"Hotspot49CB\"\n            },\n            {\n                \"essid\": \"Hotspot49D7\"\n            },\n            {\n                \"essid\": \"Hotspot49D9\"\n            },\n            {\n                \"essid\": \"Hotspot49DE\"\n            },\n            {\n                \"essid\": \"Hotspot49E5\"\n            },\n            {\n                \"essid\": \"Hotspot49EB\"\n            },\n            {\n                \"essid\": \"Hotspot49F4\"\n            },\n            {\n                \"essid\": \"Hotspot49F8\"\n            },\n            {\n                \"essid\": \"Hotspot4A0B\"\n            },\n            {\n                \"essid\": \"Hotspot4A0C\"\n            },\n            {\n                \"essid\": \"Hotspot4A0D\"\n            },\n            {\n                \"essid\": \"Hotspot4A15\"\n            },\n            {\n                \"essid\": \"Hotspot4A16\"\n            },\n            {\n                \"essid\": \"Hotspot4A23\"\n            },\n            {\n                \"essid\": \"Hotspot4A28\"\n            },\n            {\n                \"essid\": \"Hotspot4A38\"\n            },\n            {\n                \"essid\": \"Hotspot4A40\"\n            },\n            {\n                \"essid\": \"Hotspot4A5D\"\n            },\n            {\n                \"essid\": \"Hotspot4A61\"\n            },\n            {\n                \"essid\": \"Hotspot4A7D\"\n            },\n            {\n                \"essid\": \"Hotspot4A8B\"\n            },\n            {\n                \"essid\": \"Hotspot4A8F\"\n            },\n            {\n                \"essid\": \"Hotspot4A98\"\n            },\n            {\n                \"essid\": \"Hotspot4AA0\"\n            },\n            {\n                \"essid\": \"Hotspot4AAA\"\n            },\n            {\n                \"essid\": \"Hotspot4AE5\"\n            },\n            {\n                \"essid\": \"Hotspot4B3E\"\n            },\n            {\n                \"essid\": \"Hotspot4B45\"\n            },\n            {\n                \"essid\": \"Hotspot4B54\"\n            },\n            {\n                \"essid\": \"Hotspot4B60\"\n            },\n            {\n                \"essid\": \"Hotspot4B61\"\n            },\n            {\n                \"essid\": \"Hotspot4B67\"\n            },\n            {\n                \"essid\": \"Hotspot4B6D\"\n            },\n            {\n                \"essid\": \"Hotspot4B6F\"\n            },\n            {\n                \"essid\": \"Hotspot4B84\"\n            },\n            {\n                \"essid\": \"Hotspot4B8D\"\n            },\n            {\n                \"essid\": \"Hotspot4BAC\"\n            },\n            {\n                \"essid\": \"Hotspot4BC0\"\n            },\n            {\n                \"essid\": \"Hotspot4BCB\"\n            },\n            {\n                \"essid\": \"Hotspot4BCC\"\n            },\n            {\n                \"essid\": \"Hotspot4BD2\"\n            },\n            {\n                \"essid\": \"Hotspot4BDC\"\n            },\n            {\n                \"essid\": \"Hotspot4C27\"\n            },\n            {\n                \"essid\": \"Hotspot4C43\"\n            },\n            {\n                \"essid\": \"Hotspot4C5C\"\n            },\n            {\n                \"essid\": \"Hotspot4C67\"\n            },\n            {\n                \"essid\": \"Hotspot4C71\"\n            },\n            {\n                \"essid\": \"Hotspot4C8E\"\n            },\n            {\n                \"essid\": \"Hotspot4CA2\"\n            },\n            {\n                \"essid\": \"Hotspot4CA9\"\n            },\n            {\n                \"essid\": \"Hotspot4CAA\"\n            },\n            {\n                \"essid\": \"Hotspot4CB4\"\n            },\n            {\n                \"essid\": \"Hotspot4CBA\"\n            },\n            {\n                \"essid\": \"Hotspot4CC1\"\n            },\n            {\n                \"essid\": \"Hotspot4CC2\"\n            },\n            {\n                \"essid\": \"Hotspot4CC9\"\n            },\n            {\n                \"essid\": \"Hotspot4CCD\"\n            },\n            {\n                \"essid\": \"Hotspot4CDB\"\n            },\n            {\n                \"essid\": \"Hotspot4CE9\"\n            },\n            {\n                \"essid\": \"Hotspot4CF6\"\n            },\n            {\n                \"essid\": \"Hotspot4D0A\"\n            },\n            {\n                \"essid\": \"Hotspot4D12\"\n            },\n            {\n                \"essid\": \"Hotspot4D17\"\n            },\n            {\n                \"essid\": \"Hotspot4D21\"\n            },\n            {\n                \"essid\": \"Hotspot4D28\"\n            },\n            {\n                \"essid\": \"Hotspot4D2A\"\n            },\n            {\n                \"essid\": \"Hotspot4D3C\"\n            },\n            {\n                \"essid\": \"Hotspot4D41\"\n            },\n            {\n                \"essid\": \"Hotspot4D50\"\n            },\n            {\n                \"essid\": \"Hotspot4D52\"\n            },\n            {\n                \"essid\": \"Hotspot4D78\"\n            },\n            {\n                \"essid\": \"Hotspot4D7E\"\n            },\n            {\n                \"essid\": \"Hotspot4D91\"\n            },\n            {\n                \"essid\": \"Hotspot4D94\"\n            },\n            {\n                \"essid\": \"Hotspot4D9A\"\n            },\n            {\n                \"essid\": \"Hotspot4D9C\"\n            },\n            {\n                \"essid\": \"Hotspot4DA2\"\n            },\n            {\n                \"essid\": \"Hotspot4DAC\"\n            },\n            {\n                \"essid\": \"Hotspot4DAE\"\n            },\n            {\n                \"essid\": \"Hotspot4DB3\"\n            },\n            {\n                \"essid\": \"Hotspot4DB5\"\n            },\n            {\n                \"essid\": \"Hotspot4DC6\"\n            },\n            {\n                \"essid\": \"Hotspot4DD8\"\n            },\n            {\n                \"essid\": \"Hotspot4DDD\"\n            },\n            {\n                \"essid\": \"Hotspot4DE0\"\n            },\n            {\n                \"essid\": \"Hotspot4E02\"\n            },\n            {\n                \"essid\": \"Hotspot4E07\"\n            },\n            {\n                \"essid\": \"Hotspot4E0D\"\n            },\n            {\n                \"essid\": \"Hotspot4E24\"\n            },\n            {\n                \"essid\": \"Hotspot4E34\"\n            },\n            {\n                \"essid\": \"Hotspot4E36\"\n            },\n            {\n                \"essid\": \"Hotspot4E4B\"\n            },\n            {\n                \"essid\": \"Hotspot4E4C\"\n            },\n            {\n                \"essid\": \"Hotspot4E57\"\n            },\n            {\n                \"essid\": \"Hotspot4E6D\"\n            },\n            {\n                \"essid\": \"Hotspot4E81\"\n            },\n            {\n                \"essid\": \"Hotspot4E84\"\n            },\n            {\n                \"essid\": \"Hotspot4E8B\"\n            },\n            {\n                \"essid\": \"Hotspot4E9C\"\n            },\n            {\n                \"essid\": \"Hotspot4E9E\"\n            },\n            {\n                \"essid\": \"Hotspot4EBF\"\n            },\n            {\n                \"essid\": \"Hotspot4EC6\"\n            },\n            {\n                \"essid\": \"Hotspot4EFE\"\n            },\n            {\n                \"essid\": \"Hotspot4EFF\"\n            },\n            {\n                \"essid\": \"Hotspot4F15\"\n            },\n            {\n                \"essid\": \"Hotspot4F34\"\n            },\n            {\n                \"essid\": \"Hotspot4F36\"\n            },\n            {\n                \"essid\": \"Hotspot4F3D\"\n            },\n            {\n                \"essid\": \"Hotspot4F61\"\n            },\n            {\n                \"essid\": \"Hotspot4F68\"\n            },\n            {\n                \"essid\": \"Hotspot4F71\"\n            },\n            {\n                \"essid\": \"Hotspot4F7C\"\n            },\n            {\n                \"essid\": \"Hotspot4F94\"\n            },\n            {\n                \"essid\": \"Hotspot4FA9\"\n            },\n            {\n                \"essid\": \"Hotspot4FB0\"\n            },\n            {\n                \"essid\": \"Hotspot4FB6\"\n            },\n            {\n                \"essid\": \"Hotspot4FC5\"\n            },\n            {\n                \"essid\": \"Hotspot4FDC\"\n            },\n            {\n                \"essid\": \"Hotspot4FFE\"\n            },\n            {\n                \"essid\": \"Hotspot5000\"\n            },\n            {\n                \"essid\": \"Hotspot500E\"\n            },\n            {\n                \"essid\": \"Hotspot501E\"\n            },\n            {\n                \"essid\": \"Hotspot502C\"\n            },\n            {\n                \"essid\": \"Hotspot504B\"\n            },\n            {\n                \"essid\": \"Hotspot5054\"\n            },\n            {\n                \"essid\": \"Hotspot506C\"\n            },\n            {\n                \"essid\": \"Hotspot506D\"\n            },\n            {\n                \"essid\": \"Hotspot507C\"\n            },\n            {\n                \"essid\": \"Hotspot50AA\"\n            },\n            {\n                \"essid\": \"Hotspot50B8\"\n            },\n            {\n                \"essid\": \"Hotspot50C9\"\n            },\n            {\n                \"essid\": \"Hotspot50CB\"\n            },\n            {\n                \"essid\": \"Hotspot50F0\"\n            },\n            {\n                \"essid\": \"Hotspot50F7\"\n            },\n            {\n                \"essid\": \"Hotspot5105\"\n            },\n            {\n                \"essid\": \"Hotspot510A\"\n            },\n            {\n                \"essid\": \"Hotspot510B\"\n            },\n            {\n                \"essid\": \"Hotspot5112\"\n            },\n            {\n                \"essid\": \"Hotspot5132\"\n            },\n            {\n                \"essid\": \"Hotspot514D\"\n            },\n            {\n                \"essid\": \"Hotspot518A\"\n            },\n            {\n                \"essid\": \"Hotspot518D\"\n            },\n            {\n                \"essid\": \"Hotspot518E\"\n            },\n            {\n                \"essid\": \"Hotspot5193\"\n            },\n            {\n                \"essid\": \"Hotspot5196\"\n            },\n            {\n                \"essid\": \"Hotspot51A7\"\n            },\n            {\n                \"essid\": \"Hotspot51AB\"\n            },\n            {\n                \"essid\": \"Hotspot51B0\"\n            },\n            {\n                \"essid\": \"Hotspot51E6\"\n            },\n            {\n                \"essid\": \"Hotspot51EC\"\n            },\n            {\n                \"essid\": \"Hotspot5203\"\n            },\n            {\n                \"essid\": \"Hotspot5210\"\n            },\n            {\n                \"essid\": \"Hotspot5223\"\n            },\n            {\n                \"essid\": \"Hotspot5238\"\n            },\n            {\n                \"essid\": \"Hotspot5242\"\n            },\n            {\n                \"essid\": \"Hotspot524D\"\n            },\n            {\n                \"essid\": \"Hotspot5256\"\n            },\n            {\n                \"essid\": \"Hotspot525B\"\n            },\n            {\n                \"essid\": \"Hotspot5260\"\n            },\n            {\n                \"essid\": \"Hotspot526E\"\n            },\n            {\n                \"essid\": \"Hotspot527C\"\n            },\n            {\n                \"essid\": \"Hotspot5283\"\n            },\n            {\n                \"essid\": \"Hotspot5285\"\n            },\n            {\n                \"essid\": \"Hotspot5287\"\n            },\n            {\n                \"essid\": \"Hotspot5297\"\n            },\n            {\n                \"essid\": \"Hotspot5298\"\n            },\n            {\n                \"essid\": \"Hotspot52A6\"\n            },\n            {\n                \"essid\": \"Hotspot52AD\"\n            },\n            {\n                \"essid\": \"Hotspot52AE\"\n            },\n            {\n                \"essid\": \"Hotspot52C1\"\n            },\n            {\n                \"essid\": \"Hotspot52CA\"\n            },\n            {\n                \"essid\": \"Hotspot52D0\"\n            },\n            {\n                \"essid\": \"Hotspot52D3\"\n            },\n            {\n                \"essid\": \"Hotspot52DC\"\n            },\n            {\n                \"essid\": \"Hotspot52E2\"\n            },\n            {\n                \"essid\": \"Hotspot52E8\"\n            },\n            {\n                \"essid\": \"Hotspot52EB\"\n            },\n            {\n                \"essid\": \"Hotspot52F0\"\n            },\n            {\n                \"essid\": \"Hotspot5309\"\n            },\n            {\n                \"essid\": \"Hotspot5315\"\n            },\n            {\n                \"essid\": \"Hotspot5318\"\n            },\n            {\n                \"essid\": \"Hotspot5335\"\n            },\n            {\n                \"essid\": \"Hotspot5337\"\n            },\n            {\n                \"essid\": \"Hotspot5344\"\n            },\n            {\n                \"essid\": \"Hotspot5353\"\n            },\n            {\n                \"essid\": \"Hotspot535C\"\n            },\n            {\n                \"essid\": \"Hotspot53A2\"\n            },\n            {\n                \"essid\": \"Hotspot53AD\"\n            },\n            {\n                \"essid\": \"Hotspot53AE\"\n            },\n            {\n                \"essid\": \"Hotspot53B5\"\n            },\n            {\n                \"essid\": \"Hotspot53C1\"\n            },\n            {\n                \"essid\": \"Hotspot53DB\"\n            },\n            {\n                \"essid\": \"Hotspot53FC\"\n            },\n            {\n                \"essid\": \"Hotspot5410\"\n            },\n            {\n                \"essid\": \"Hotspot541B\"\n            },\n            {\n                \"essid\": \"Hotspot541C\"\n            },\n            {\n                \"essid\": \"Hotspot541E\"\n            },\n            {\n                \"essid\": \"Hotspot543E\"\n            },\n            {\n                \"essid\": \"Hotspot545F\"\n            },\n            {\n                \"essid\": \"Hotspot5464\"\n            },\n            {\n                \"essid\": \"Hotspot546C\"\n            },\n            {\n                \"essid\": \"Hotspot54A9\"\n            },\n            {\n                \"essid\": \"Hotspot54C4\"\n            },\n            {\n                \"essid\": \"Hotspot54C9\"\n            },\n            {\n                \"essid\": \"Hotspot54CE\"\n            },\n            {\n                \"essid\": \"Hotspot54DF\"\n            },\n            {\n                \"essid\": \"Hotspot5500\"\n            },\n            {\n                \"essid\": \"Hotspot5507\"\n            },\n            {\n                \"essid\": \"Hotspot5534\"\n            },\n            {\n                \"essid\": \"Hotspot554E\"\n            },\n            {\n                \"essid\": \"Hotspot5556\"\n            },\n            {\n                \"essid\": \"Hotspot556A\"\n            },\n            {\n                \"essid\": \"Hotspot5583\"\n            },\n            {\n                \"essid\": \"Hotspot55A4\"\n            },\n            {\n                \"essid\": \"Hotspot55DD\"\n            },\n            {\n                \"essid\": \"Hotspot55F8\"\n            },\n            {\n                \"essid\": \"Hotspot5603\"\n            },\n            {\n                \"essid\": \"Hotspot5604\"\n            },\n            {\n                \"essid\": \"Hotspot5627\"\n            },\n            {\n                \"essid\": \"Hotspot5628\"\n            },\n            {\n                \"essid\": \"Hotspot563C\"\n            },\n            {\n                \"essid\": \"Hotspot5647\"\n            },\n            {\n                \"essid\": \"Hotspot5660\"\n            },\n            {\n                \"essid\": \"Hotspot5662\"\n            },\n            {\n                \"essid\": \"Hotspot5667\"\n            },\n            {\n                \"essid\": \"Hotspot566B\"\n            },\n            {\n                \"essid\": \"Hotspot5670\"\n            },\n            {\n                \"essid\": \"Hotspot5671\"\n            },\n            {\n                \"essid\": \"Hotspot5672\"\n            },\n            {\n                \"essid\": \"Hotspot5673\"\n            },\n            {\n                \"essid\": \"Hotspot5675\"\n            },\n            {\n                \"essid\": \"Hotspot567E\"\n            },\n            {\n                \"essid\": \"Hotspot5685\"\n            },\n            {\n                \"essid\": \"Hotspot569F\"\n            },\n            {\n                \"essid\": \"Hotspot56D2\"\n            },\n            {\n                \"essid\": \"Hotspot56E5\"\n            },\n            {\n                \"essid\": \"Hotspot56EC\"\n            },\n            {\n                \"essid\": \"Hotspot56F3\"\n            },\n            {\n                \"essid\": \"Hotspot5734\"\n            },\n            {\n                \"essid\": \"Hotspot5739\"\n            },\n            {\n                \"essid\": \"Hotspot5749\"\n            },\n            {\n                \"essid\": \"Hotspot574C\"\n            },\n            {\n                \"essid\": \"Hotspot5770\"\n            },\n            {\n                \"essid\": \"Hotspot5772\"\n            },\n            {\n                \"essid\": \"Hotspot5787\"\n            },\n            {\n                \"essid\": \"Hotspot5794\"\n            },\n            {\n                \"essid\": \"Hotspot579D\"\n            },\n            {\n                \"essid\": \"Hotspot579F\"\n            },\n            {\n                \"essid\": \"Hotspot57BB\"\n            },\n            {\n                \"essid\": \"Hotspot57C7\"\n            },\n            {\n                \"essid\": \"Hotspot57C9\"\n            },\n            {\n                \"essid\": \"Hotspot57E8\"\n            },\n            {\n                \"essid\": \"Hotspot57F5\"\n            },\n            {\n                \"essid\": \"Hotspot57FA\"\n            },\n            {\n                \"essid\": \"Hotspot5804\"\n            },\n            {\n                \"essid\": \"Hotspot5813\"\n            },\n            {\n                \"essid\": \"Hotspot5816\"\n            },\n            {\n                \"essid\": \"Hotspot583A\"\n            },\n            {\n                \"essid\": \"Hotspot583D\"\n            },\n            {\n                \"essid\": \"Hotspot584D\"\n            },\n            {\n                \"essid\": \"Hotspot585B\"\n            },\n            {\n                \"essid\": \"Hotspot585D\"\n            },\n            {\n                \"essid\": \"Hotspot5876\"\n            },\n            {\n                \"essid\": \"Hotspot5882\"\n            },\n            {\n                \"essid\": \"Hotspot5886\"\n            },\n            {\n                \"essid\": \"Hotspot588B\"\n            },\n            {\n                \"essid\": \"Hotspot5899\"\n            },\n            {\n                \"essid\": \"Hotspot589F\"\n            },\n            {\n                \"essid\": \"Hotspot58B1\"\n            },\n            {\n                \"essid\": \"Hotspot58C8\"\n            },\n            {\n                \"essid\": \"Hotspot58FD\"\n            },\n            {\n                \"essid\": \"Hotspot5921\"\n            },\n            {\n                \"essid\": \"Hotspot5922\"\n            },\n            {\n                \"essid\": \"Hotspot5929\"\n            },\n            {\n                \"essid\": \"Hotspot5930\"\n            },\n            {\n                \"essid\": \"Hotspot593A\"\n            },\n            {\n                \"essid\": \"Hotspot5940\"\n            },\n            {\n                \"essid\": \"Hotspot59AA\"\n            },\n            {\n                \"essid\": \"Hotspot59AC\"\n            },\n            {\n                \"essid\": \"Hotspot59BA\"\n            },\n            {\n                \"essid\": \"Hotspot59BD\"\n            },\n            {\n                \"essid\": \"Hotspot59C3\"\n            },\n            {\n                \"essid\": \"Hotspot59CE\"\n            },\n            {\n                \"essid\": \"Hotspot59E1\"\n            },\n            {\n                \"essid\": \"Hotspot59F7\"\n            },\n            {\n                \"essid\": \"Hotspot59FC\"\n            },\n            {\n                \"essid\": \"Hotspot5A0B\"\n            },\n            {\n                \"essid\": \"Hotspot5A24\"\n            },\n            {\n                \"essid\": \"Hotspot5A26\"\n            },\n            {\n                \"essid\": \"Hotspot5A30\"\n            },\n            {\n                \"essid\": \"Hotspot5A31\"\n            },\n            {\n                \"essid\": \"Hotspot5A35\"\n            },\n            {\n                \"essid\": \"Hotspot5A38\"\n            },\n            {\n                \"essid\": \"Hotspot5A39\"\n            },\n            {\n                \"essid\": \"Hotspot5A55\"\n            },\n            {\n                \"essid\": \"Hotspot5A6D\"\n            },\n            {\n                \"essid\": \"Hotspot5A87\"\n            },\n            {\n                \"essid\": \"Hotspot5A8A\"\n            },\n            {\n                \"essid\": \"Hotspot5AD0\"\n            },\n            {\n                \"essid\": \"Hotspot5AD1\"\n            },\n            {\n                \"essid\": \"Hotspot5ADA\"\n            },\n            {\n                \"essid\": \"Hotspot5AF4\"\n            },\n            {\n                \"essid\": \"Hotspot5AFA\"\n            },\n            {\n                \"essid\": \"Hotspot5B0F\"\n            },\n            {\n                \"essid\": \"Hotspot5B16\"\n            },\n            {\n                \"essid\": \"Hotspot5B2D\"\n            },\n            {\n                \"essid\": \"Hotspot5B32\"\n            },\n            {\n                \"essid\": \"Hotspot5B33\"\n            },\n            {\n                \"essid\": \"Hotspot5B4A\"\n            },\n            {\n                \"essid\": \"Hotspot5B54\"\n            },\n            {\n                \"essid\": \"Hotspot5B58\"\n            },\n            {\n                \"essid\": \"Hotspot5B62\"\n            },\n            {\n                \"essid\": \"Hotspot5B6C\"\n            },\n            {\n                \"essid\": \"Hotspot5B8B\"\n            },\n            {\n                \"essid\": \"Hotspot5B95\"\n            },\n            {\n                \"essid\": \"Hotspot5B9C\"\n            },\n            {\n                \"essid\": \"Hotspot5BDC\"\n            },\n            {\n                \"essid\": \"Hotspot5BEA\"\n            },\n            {\n                \"essid\": \"Hotspot5BF9\"\n            },\n            {\n                \"essid\": \"Hotspot5C07\"\n            },\n            {\n                \"essid\": \"Hotspot5C17\"\n            },\n            {\n                \"essid\": \"Hotspot5C34\"\n            },\n            {\n                \"essid\": \"Hotspot5C3D\"\n            },\n            {\n                \"essid\": \"Hotspot5C41\"\n            },\n            {\n                \"essid\": \"Hotspot5C4D\"\n            },\n            {\n                \"essid\": \"Hotspot5C4E\"\n            },\n            {\n                \"essid\": \"Hotspot5C59\"\n            },\n            {\n                \"essid\": \"Hotspot5C5B\"\n            },\n            {\n                \"essid\": \"Hotspot5C79\"\n            },\n            {\n                \"essid\": \"Hotspot5C7B\"\n            },\n            {\n                \"essid\": \"Hotspot5C85\"\n            },\n            {\n                \"essid\": \"Hotspot5C8B\"\n            },\n            {\n                \"essid\": \"Hotspot5CBD\"\n            },\n            {\n                \"essid\": \"Hotspot5CC0\"\n            },\n            {\n                \"essid\": \"Hotspot5CD4\"\n            },\n            {\n                \"essid\": \"Hotspot5CE0\"\n            },\n            {\n                \"essid\": \"Hotspot5CF0\"\n            },\n            {\n                \"essid\": \"Hotspot5CF7\"\n            },\n            {\n                \"essid\": \"Hotspot5CF9\"\n            },\n            {\n                \"essid\": \"Hotspot5D12\"\n            },\n            {\n                \"essid\": \"Hotspot5D34\"\n            },\n            {\n                \"essid\": \"Hotspot5D49\"\n            },\n            {\n                \"essid\": \"Hotspot5D5C\"\n            },\n            {\n                \"essid\": \"Hotspot5D6A\"\n            },\n            {\n                \"essid\": \"Hotspot5D70\"\n            },\n            {\n                \"essid\": \"Hotspot5D78\"\n            },\n            {\n                \"essid\": \"Hotspot5D81\"\n            },\n            {\n                \"essid\": \"Hotspot5D8F\"\n            },\n            {\n                \"essid\": \"Hotspot5D99\"\n            },\n            {\n                \"essid\": \"Hotspot5DA3\"\n            },\n            {\n                \"essid\": \"Hotspot5DA9\"\n            },\n            {\n                \"essid\": \"Hotspot5DC2\"\n            },\n            {\n                \"essid\": \"Hotspot5DDD\"\n            },\n            {\n                \"essid\": \"Hotspot5DE6\"\n            },\n            {\n                \"essid\": \"Hotspot5DED\"\n            },\n            {\n                \"essid\": \"Hotspot5DF3\"\n            },\n            {\n                \"essid\": \"Hotspot5DF5\"\n            },\n            {\n                \"essid\": \"Hotspot5dQi\"\n            },\n            {\n                \"essid\": \"Hotspot5E1C\"\n            },\n            {\n                \"essid\": \"Hotspot5E3D\"\n            },\n            {\n                \"essid\": \"Hotspot5E45\"\n            },\n            {\n                \"essid\": \"Hotspot5E51\"\n            },\n            {\n                \"essid\": \"Hotspot5E67\"\n            },\n            {\n                \"essid\": \"Hotspot5E6F\"\n            },\n            {\n                \"essid\": \"Hotspot5E73\"\n            },\n            {\n                \"essid\": \"Hotspot5E7B\"\n            },\n            {\n                \"essid\": \"Hotspot5E7F\"\n            },\n            {\n                \"essid\": \"Hotspot5E84\"\n            },\n            {\n                \"essid\": \"Hotspot5E92\"\n            },\n            {\n                \"essid\": \"Hotspot5E9D\"\n            },\n            {\n                \"essid\": \"Hotspot5EA5\"\n            },\n            {\n                \"essid\": \"Hotspot5EA7\"\n            },\n            {\n                \"essid\": \"Hotspot5EA9\"\n            },\n            {\n                \"essid\": \"Hotspot5EB2\"\n            },\n            {\n                \"essid\": \"Hotspot5EDA\"\n            },\n            {\n                \"essid\": \"Hotspot5EF6\"\n            },\n            {\n                \"essid\": \"Hotspot5EFE\"\n            },\n            {\n                \"essid\": \"Hotspot5F00\"\n            },\n            {\n                \"essid\": \"Hotspot5F37\"\n            },\n            {\n                \"essid\": \"Hotspot5F41\"\n            },\n            {\n                \"essid\": \"Hotspot5F44\"\n            },\n            {\n                \"essid\": \"Hotspot5F5B\"\n            },\n            {\n                \"essid\": \"Hotspot5F6C\"\n            },\n            {\n                \"essid\": \"Hotspot5F7F\"\n            },\n            {\n                \"essid\": \"Hotspot5F8E\"\n            },\n            {\n                \"essid\": \"Hotspot5F91\"\n            },\n            {\n                \"essid\": \"Hotspot5F9E\"\n            },\n            {\n                \"essid\": \"Hotspot5FA1\"\n            },\n            {\n                \"essid\": \"Hotspot5FAE\"\n            },\n            {\n                \"essid\": \"Hotspot5FC5\"\n            },\n            {\n                \"essid\": \"Hotspot5FFD\"\n            },\n            {\n                \"essid\": \"Hotspot5kd6\"\n            },\n            {\n                \"essid\": \"Hotspot6000\"\n            },\n            {\n                \"essid\": \"Hotspot600B\"\n            },\n            {\n                \"essid\": \"Hotspot603D\"\n            },\n            {\n                \"essid\": \"Hotspot603E\"\n            },\n            {\n                \"essid\": \"Hotspot604B\"\n            },\n            {\n                \"essid\": \"Hotspot6052\"\n            },\n            {\n                \"essid\": \"Hotspot605D\"\n            },\n            {\n                \"essid\": \"Hotspot606C\"\n            },\n            {\n                \"essid\": \"Hotspot6074\"\n            },\n            {\n                \"essid\": \"Hotspot6075\"\n            },\n            {\n                \"essid\": \"Hotspot6099\"\n            },\n            {\n                \"essid\": \"Hotspot609F\"\n            },\n            {\n                \"essid\": \"Hotspot60A8\"\n            },\n            {\n                \"essid\": \"Hotspot60D1\"\n            },\n            {\n                \"essid\": \"Hotspot60EA\"\n            },\n            {\n                \"essid\": \"Hotspot60F2\"\n            },\n            {\n                \"essid\": \"Hotspot6112\"\n            },\n            {\n                \"essid\": \"Hotspot611A\"\n            },\n            {\n                \"essid\": \"Hotspot614C\"\n            },\n            {\n                \"essid\": \"Hotspot6150\"\n            },\n            {\n                \"essid\": \"Hotspot6173\"\n            },\n            {\n                \"essid\": \"Hotspot6179\"\n            },\n            {\n                \"essid\": \"Hotspot6195\"\n            },\n            {\n                \"essid\": \"Hotspot6199\"\n            },\n            {\n                \"essid\": \"Hotspot619D\"\n            },\n            {\n                \"essid\": \"Hotspot61AF\"\n            },\n            {\n                \"essid\": \"Hotspot61C1\"\n            },\n            {\n                \"essid\": \"Hotspot61C7\"\n            },\n            {\n                \"essid\": \"Hotspot61C9\"\n            },\n            {\n                \"essid\": \"Hotspot61E2\"\n            },\n            {\n                \"essid\": \"Hotspot61E9\"\n            },\n            {\n                \"essid\": \"Hotspot61F6\"\n            },\n            {\n                \"essid\": \"Hotspot61FE\"\n            },\n            {\n                \"essid\": \"Hotspot620E\"\n            },\n            {\n                \"essid\": \"Hotspot621D\"\n            },\n            {\n                \"essid\": \"Hotspot6238\"\n            },\n            {\n                \"essid\": \"Hotspot624B\"\n            },\n            {\n                \"essid\": \"Hotspot6256\"\n            },\n            {\n                \"essid\": \"Hotspot6262\"\n            },\n            {\n                \"essid\": \"Hotspot6270\"\n            },\n            {\n                \"essid\": \"Hotspot6275\"\n            },\n            {\n                \"essid\": \"Hotspot628B\"\n            },\n            {\n                \"essid\": \"Hotspot629A\"\n            },\n            {\n                \"essid\": \"Hotspot62CA\"\n            },\n            {\n                \"essid\": \"Hotspot62E2\"\n            },\n            {\n                \"essid\": \"Hotspot6309\"\n            },\n            {\n                \"essid\": \"Hotspot6315\"\n            },\n            {\n                \"essid\": \"Hotspot631B\"\n            },\n            {\n                \"essid\": \"Hotspot631E\"\n            },\n            {\n                \"essid\": \"Hotspot6322\"\n            },\n            {\n                \"essid\": \"Hotspot633F\"\n            },\n            {\n                \"essid\": \"Hotspot637D\"\n            },\n            {\n                \"essid\": \"Hotspot638F\"\n            },\n            {\n                \"essid\": \"Hotspot6391\"\n            },\n            {\n                \"essid\": \"Hotspot639D\"\n            },\n            {\n                \"essid\": \"Hotspot63A2\"\n            },\n            {\n                \"essid\": \"Hotspot63A8\"\n            },\n            {\n                \"essid\": \"Hotspot63AD\"\n            },\n            {\n                \"essid\": \"Hotspot63B5\"\n            },\n            {\n                \"essid\": \"Hotspot63CE\"\n            },\n            {\n                \"essid\": \"Hotspot63D0\"\n            },\n            {\n                \"essid\": \"Hotspot63E4\"\n            },\n            {\n                \"essid\": \"Hotspot63E7\"\n            },\n            {\n                \"essid\": \"Hotspot63ED\"\n            },\n            {\n                \"essid\": \"Hotspot6402\"\n            },\n            {\n                \"essid\": \"Hotspot6405\"\n            },\n            {\n                \"essid\": \"Hotspot6438\"\n            },\n            {\n                \"essid\": \"Hotspot6454\"\n            },\n            {\n                \"essid\": \"Hotspot64BE\"\n            },\n            {\n                \"essid\": \"Hotspot64CA\"\n            },\n            {\n                \"essid\": \"Hotspot64DA\"\n            },\n            {\n                \"essid\": \"Hotspot64FA\"\n            },\n            {\n                \"essid\": \"Hotspot6500\"\n            },\n            {\n                \"essid\": \"Hotspot6506\"\n            },\n            {\n                \"essid\": \"Hotspot651D\"\n            },\n            {\n                \"essid\": \"Hotspot6521\"\n            },\n            {\n                \"essid\": \"Hotspot655E\"\n            },\n            {\n                \"essid\": \"Hotspot6561\"\n            },\n            {\n                \"essid\": \"Hotspot6568\"\n            },\n            {\n                \"essid\": \"Hotspot6570\"\n            },\n            {\n                \"essid\": \"Hotspot65B2\"\n            },\n            {\n                \"essid\": \"Hotspot65B4\"\n            },\n            {\n                \"essid\": \"Hotspot65C2\"\n            },\n            {\n                \"essid\": \"Hotspot65CB\"\n            },\n            {\n                \"essid\": \"Hotspot65E4\"\n            },\n            {\n                \"essid\": \"Hotspot65F1\"\n            },\n            {\n                \"essid\": \"Hotspot65FC\"\n            },\n            {\n                \"essid\": \"Hotspot6604\"\n            },\n            {\n                \"essid\": \"Hotspot661F\"\n            },\n            {\n                \"essid\": \"Hotspot662E\"\n            },\n            {\n                \"essid\": \"Hotspot6631\"\n            },\n            {\n                \"essid\": \"Hotspot6632\"\n            },\n            {\n                \"essid\": \"Hotspot6636\"\n            },\n            {\n                \"essid\": \"Hotspot664D\"\n            },\n            {\n                \"essid\": \"Hotspot6663\"\n            },\n            {\n                \"essid\": \"Hotspot6673\"\n            },\n            {\n                \"essid\": \"Hotspot6675\"\n            },\n            {\n                \"essid\": \"Hotspot66A8\"\n            },\n            {\n                \"essid\": \"Hotspot66B5\"\n            },\n            {\n                \"essid\": \"Hotspot66D6\"\n            },\n            {\n                \"essid\": \"Hotspot66D8\"\n            },\n            {\n                \"essid\": \"Hotspot66DF\"\n            },\n            {\n                \"essid\": \"Hotspot66E8\"\n            },\n            {\n                \"essid\": \"Hotspot66F2\"\n            },\n            {\n                \"essid\": \"Hotspot66FB\"\n            },\n            {\n                \"essid\": \"Hotspot6700\"\n            },\n            {\n                \"essid\": \"Hotspot670D\"\n            },\n            {\n                \"essid\": \"Hotspot671F\"\n            },\n            {\n                \"essid\": \"Hotspot6720\"\n            },\n            {\n                \"essid\": \"Hotspot6732\"\n            },\n            {\n                \"essid\": \"Hotspot674D\"\n            },\n            {\n                \"essid\": \"Hotspot675E\"\n            },\n            {\n                \"essid\": \"Hotspot6766\"\n            },\n            {\n                \"essid\": \"Hotspot6774\"\n            },\n            {\n                \"essid\": \"Hotspot678D\"\n            },\n            {\n                \"essid\": \"Hotspot67A0\"\n            },\n            {\n                \"essid\": \"Hotspot67A8\"\n            },\n            {\n                \"essid\": \"Hotspot67AF\"\n            },\n            {\n                \"essid\": \"Hotspot67CE\"\n            },\n            {\n                \"essid\": \"Hotspot67D2\"\n            },\n            {\n                \"essid\": \"Hotspot67D4\"\n            },\n            {\n                \"essid\": \"Hotspot67E2\"\n            },\n            {\n                \"essid\": \"Hotspot67EC\"\n            },\n            {\n                \"essid\": \"Hotspot67EF\"\n            },\n            {\n                \"essid\": \"Hotspot67F0\"\n            },\n            {\n                \"essid\": \"Hotspot6808\"\n            },\n            {\n                \"essid\": \"Hotspot681D\"\n            },\n            {\n                \"essid\": \"Hotspot6826\"\n            },\n            {\n                \"essid\": \"Hotspot6831\"\n            },\n            {\n                \"essid\": \"Hotspot683F\"\n            },\n            {\n                \"essid\": \"Hotspot6863\"\n            },\n            {\n                \"essid\": \"Hotspot6889\"\n            },\n            {\n                \"essid\": \"Hotspot68A7\"\n            },\n            {\n                \"essid\": \"Hotspot68B4\"\n            },\n            {\n                \"essid\": \"Hotspot68C1\"\n            },\n            {\n                \"essid\": \"Hotspot68C4\"\n            },\n            {\n                \"essid\": \"Hotspot68C9\"\n            },\n            {\n                \"essid\": \"Hotspot68EF\"\n            },\n            {\n                \"essid\": \"Hotspot68F7\"\n            },\n            {\n                \"essid\": \"Hotspot6900\"\n            },\n            {\n                \"essid\": \"Hotspot6908\"\n            },\n            {\n                \"essid\": \"Hotspot6917\"\n            },\n            {\n                \"essid\": \"Hotspot6920\"\n            },\n            {\n                \"essid\": \"Hotspot6931\"\n            },\n            {\n                \"essid\": \"Hotspot6985\"\n            },\n            {\n                \"essid\": \"Hotspot69B8\"\n            },\n            {\n                \"essid\": \"Hotspot69C3\"\n            },\n            {\n                \"essid\": \"Hotspot69CC\"\n            },\n            {\n                \"essid\": \"Hotspot69DE\"\n            },\n            {\n                \"essid\": \"Hotspot6A05\"\n            },\n            {\n                \"essid\": \"Hotspot6A0F\"\n            },\n            {\n                \"essid\": \"Hotspot6A15\"\n            },\n            {\n                \"essid\": \"Hotspot6A1F\"\n            },\n            {\n                \"essid\": \"Hotspot6A21\"\n            },\n            {\n                \"essid\": \"Hotspot6A39\"\n            },\n            {\n                \"essid\": \"Hotspot6A3E\"\n            },\n            {\n                \"essid\": \"Hotspot6A41\"\n            },\n            {\n                \"essid\": \"Hotspot6A46\"\n            },\n            {\n                \"essid\": \"Hotspot6A54\"\n            },\n            {\n                \"essid\": \"Hotspot6A6E\"\n            },\n            {\n                \"essid\": \"Hotspot6A73\"\n            },\n            {\n                \"essid\": \"Hotspot6A77\"\n            },\n            {\n                \"essid\": \"Hotspot6A8B\"\n            },\n            {\n                \"essid\": \"Hotspot6A9C\"\n            },\n            {\n                \"essid\": \"Hotspot6AA9\"\n            },\n            {\n                \"essid\": \"Hotspot6AAA\"\n            },\n            {\n                \"essid\": \"Hotspot6ACF\"\n            },\n            {\n                \"essid\": \"Hotspot6AE4\"\n            },\n            {\n                \"essid\": \"Hotspot6AE5\"\n            },\n            {\n                \"essid\": \"Hotspot6AE6\"\n            },\n            {\n                \"essid\": \"Hotspot6AE7\"\n            },\n            {\n                \"essid\": \"Hotspot6B02\"\n            },\n            {\n                \"essid\": \"Hotspot6B0A\"\n            },\n            {\n                \"essid\": \"Hotspot6B1A\"\n            },\n            {\n                \"essid\": \"Hotspot6B3E\"\n            },\n            {\n                \"essid\": \"Hotspot6B58\"\n            },\n            {\n                \"essid\": \"Hotspot6B61\"\n            },\n            {\n                \"essid\": \"Hotspot6B68\"\n            },\n            {\n                \"essid\": \"Hotspot6B71\"\n            },\n            {\n                \"essid\": \"Hotspot6B74\"\n            },\n            {\n                \"essid\": \"Hotspot6B80\"\n            },\n            {\n                \"essid\": \"Hotspot6B93\"\n            },\n            {\n                \"essid\": \"Hotspot6BA7\"\n            },\n            {\n                \"essid\": \"Hotspot6BC7\"\n            },\n            {\n                \"essid\": \"Hotspot6BD0\"\n            },\n            {\n                \"essid\": \"Hotspot6BDF\"\n            },\n            {\n                \"essid\": \"Hotspot6BF9\"\n            },\n            {\n                \"essid\": \"Hotspot6C08\"\n            },\n            {\n                \"essid\": \"Hotspot6C28\"\n            },\n            {\n                \"essid\": \"Hotspot6C4F\"\n            },\n            {\n                \"essid\": \"Hotspot6C60\"\n            },\n            {\n                \"essid\": \"Hotspot6C93\"\n            },\n            {\n                \"essid\": \"Hotspot6CA4\"\n            },\n            {\n                \"essid\": \"Hotspot6CBA\"\n            },\n            {\n                \"essid\": \"Hotspot6CC9\"\n            },\n            {\n                \"essid\": \"Hotspot6CD2\"\n            },\n            {\n                \"essid\": \"Hotspot6CE2\"\n            },\n            {\n                \"essid\": \"Hotspot6CE6\"\n            },\n            {\n                \"essid\": \"Hotspot6CFC\"\n            },\n            {\n                \"essid\": \"Hotspot6D0A\"\n            },\n            {\n                \"essid\": \"Hotspot6D0B\"\n            },\n            {\n                \"essid\": \"Hotspot6D26\"\n            },\n            {\n                \"essid\": \"Hotspot6D2F\"\n            },\n            {\n                \"essid\": \"Hotspot6D46\"\n            },\n            {\n                \"essid\": \"Hotspot6D4A\"\n            },\n            {\n                \"essid\": \"Hotspot6D57\"\n            },\n            {\n                \"essid\": \"Hotspot6D78\"\n            },\n            {\n                \"essid\": \"Hotspot6D7A\"\n            },\n            {\n                \"essid\": \"Hotspot6D8F\"\n            },\n            {\n                \"essid\": \"Hotspot6D93\"\n            },\n            {\n                \"essid\": \"Hotspot6DA0\"\n            },\n            {\n                \"essid\": \"Hotspot6DB5\"\n            },\n            {\n                \"essid\": \"Hotspot6DBA\"\n            },\n            {\n                \"essid\": \"Hotspot6DBE\"\n            },\n            {\n                \"essid\": \"Hotspot6DC9\"\n            },\n            {\n                \"essid\": \"Hotspot6DCA\"\n            },\n            {\n                \"essid\": \"Hotspot6DCF\"\n            },\n            {\n                \"essid\": \"Hotspot6DD9\"\n            },\n            {\n                \"essid\": \"Hotspot6DE6\"\n            },\n            {\n                \"essid\": \"Hotspot6DED\"\n            },\n            {\n                \"essid\": \"Hotspot6DFF\"\n            },\n            {\n                \"essid\": \"Hotspot6E1B\"\n            },\n            {\n                \"essid\": \"Hotspot6E40\"\n            },\n            {\n                \"essid\": \"Hotspot6E54\"\n            },\n            {\n                \"essid\": \"Hotspot6E68\"\n            },\n            {\n                \"essid\": \"Hotspot6E74\"\n            },\n            {\n                \"essid\": \"Hotspot6E7D\"\n            },\n            {\n                \"essid\": \"Hotspot6E86\"\n            },\n            {\n                \"essid\": \"Hotspot6EB2\"\n            },\n            {\n                \"essid\": \"Hotspot6EB6\"\n            },\n            {\n                \"essid\": \"Hotspot6EBC\"\n            },\n            {\n                \"essid\": \"Hotspot6ECA\"\n            },\n            {\n                \"essid\": \"Hotspot6ECE\"\n            },\n            {\n                \"essid\": \"Hotspot6ECF\"\n            },\n            {\n                \"essid\": \"Hotspot6ED0\"\n            },\n            {\n                \"essid\": \"Hotspot6ED6\"\n            },\n            {\n                \"essid\": \"Hotspot6EDA\"\n            },\n            {\n                \"essid\": \"Hotspot6EE9\"\n            },\n            {\n                \"essid\": \"Hotspot6EF1\"\n            },\n            {\n                \"essid\": \"Hotspot6F02\"\n            },\n            {\n                \"essid\": \"Hotspot6F06\"\n            },\n            {\n                \"essid\": \"Hotspot6F0D\"\n            },\n            {\n                \"essid\": \"Hotspot6F18\"\n            },\n            {\n                \"essid\": \"Hotspot6F3D\"\n            },\n            {\n                \"essid\": \"Hotspot6F44\"\n            },\n            {\n                \"essid\": \"Hotspot6F50\"\n            },\n            {\n                \"essid\": \"Hotspot6F73\"\n            },\n            {\n                \"essid\": \"Hotspot6F7E\"\n            },\n            {\n                \"essid\": \"Hotspot6F80\"\n            },\n            {\n                \"essid\": \"Hotspot6F8A\"\n            },\n            {\n                \"essid\": \"Hotspot6FAE\"\n            },\n            {\n                \"essid\": \"Hotspot6FAF\"\n            },\n            {\n                \"essid\": \"Hotspot6FCF\"\n            },\n            {\n                \"essid\": \"Hotspot6FE0\"\n            },\n            {\n                \"essid\": \"Hotspot6FEE\"\n            },\n            {\n                \"essid\": \"Hotspot6FFB\"\n            },\n            {\n                \"essid\": \"Hotspot7034\"\n            },\n            {\n                \"essid\": \"Hotspot7051\"\n            },\n            {\n                \"essid\": \"Hotspot7069\"\n            },\n            {\n                \"essid\": \"Hotspot7092\"\n            },\n            {\n                \"essid\": \"Hotspot7095\"\n            },\n            {\n                \"essid\": \"Hotspot70BA\"\n            },\n            {\n                \"essid\": \"Hotspot70C0\"\n            },\n            {\n                \"essid\": \"Hotspot70C7\"\n            },\n            {\n                \"essid\": \"Hotspot70D5\"\n            },\n            {\n                \"essid\": \"Hotspot70DF\"\n            },\n            {\n                \"essid\": \"Hotspot70EC\"\n            },\n            {\n                \"essid\": \"Hotspot7105\"\n            },\n            {\n                \"essid\": \"Hotspot7106\"\n            },\n            {\n                \"essid\": \"Hotspot7107\"\n            },\n            {\n                \"essid\": \"Hotspot711C\"\n            },\n            {\n                \"essid\": \"Hotspot7136\"\n            },\n            {\n                \"essid\": \"Hotspot713E\"\n            },\n            {\n                \"essid\": \"Hotspot7155\"\n            },\n            {\n                \"essid\": \"Hotspot715A\"\n            },\n            {\n                \"essid\": \"Hotspot715F\"\n            },\n            {\n                \"essid\": \"Hotspot7169\"\n            },\n            {\n                \"essid\": \"Hotspot716F\"\n            },\n            {\n                \"essid\": \"Hotspot7175\"\n            },\n            {\n                \"essid\": \"Hotspot717A\"\n            },\n            {\n                \"essid\": \"Hotspot7186\"\n            },\n            {\n                \"essid\": \"Hotspot7192\"\n            },\n            {\n                \"essid\": \"Hotspot7198\"\n            },\n            {\n                \"essid\": \"Hotspot7199\"\n            },\n            {\n                \"essid\": \"Hotspot71A1\"\n            },\n            {\n                \"essid\": \"Hotspot71CB\"\n            },\n            {\n                \"essid\": \"Hotspot71DD\"\n            },\n            {\n                \"essid\": \"Hotspot71DF\"\n            },\n            {\n                \"essid\": \"Hotspot71EF\"\n            },\n            {\n                \"essid\": \"Hotspot71FA\"\n            },\n            {\n                \"essid\": \"Hotspot7220\"\n            },\n            {\n                \"essid\": \"Hotspot7231\"\n            },\n            {\n                \"essid\": \"Hotspot7234\"\n            },\n            {\n                \"essid\": \"Hotspot7250\"\n            },\n            {\n                \"essid\": \"Hotspot7254\"\n            },\n            {\n                \"essid\": \"Hotspot725C\"\n            },\n            {\n                \"essid\": \"Hotspot725D\"\n            },\n            {\n                \"essid\": \"Hotspot725E\"\n            },\n            {\n                \"essid\": \"Hotspot725F\"\n            },\n            {\n                \"essid\": \"Hotspot726E\"\n            },\n            {\n                \"essid\": \"Hotspot727E\"\n            },\n            {\n                \"essid\": \"Hotspot7285\"\n            },\n            {\n                \"essid\": \"Hotspot7292\"\n            },\n            {\n                \"essid\": \"Hotspot72C4\"\n            },\n            {\n                \"essid\": \"Hotspot72D0\"\n            },\n            {\n                \"essid\": \"Hotspot72D1\"\n            },\n            {\n                \"essid\": \"Hotspot72E0\"\n            },\n            {\n                \"essid\": \"Hotspot72F8\"\n            },\n            {\n                \"essid\": \"Hotspot72FE\"\n            },\n            {\n                \"essid\": \"Hotspot7313\"\n            },\n            {\n                \"essid\": \"Hotspot7315\"\n            },\n            {\n                \"essid\": \"Hotspot7325\"\n            },\n            {\n                \"essid\": \"Hotspot7326\"\n            },\n            {\n                \"essid\": \"Hotspot7333\"\n            },\n            {\n                \"essid\": \"Hotspot7334\"\n            },\n            {\n                \"essid\": \"Hotspot7336\"\n            },\n            {\n                \"essid\": \"Hotspot7344\"\n            },\n            {\n                \"essid\": \"Hotspot7358\"\n            },\n            {\n                \"essid\": \"Hotspot7360\"\n            },\n            {\n                \"essid\": \"Hotspot7369\"\n            },\n            {\n                \"essid\": \"Hotspot736A\"\n            },\n            {\n                \"essid\": \"Hotspot7374\"\n            },\n            {\n                \"essid\": \"Hotspot7375\"\n            },\n            {\n                \"essid\": \"Hotspot7387\"\n            },\n            {\n                \"essid\": \"Hotspot738A\"\n            },\n            {\n                \"essid\": \"Hotspot7391\"\n            },\n            {\n                \"essid\": \"Hotspot739B\"\n            },\n            {\n                \"essid\": \"Hotspot739C\"\n            },\n            {\n                \"essid\": \"Hotspot73A9\"\n            },\n            {\n                \"essid\": \"Hotspot73AB\"\n            },\n            {\n                \"essid\": \"Hotspot73B4\"\n            },\n            {\n                \"essid\": \"Hotspot73BE\"\n            },\n            {\n                \"essid\": \"Hotspot73E8\"\n            },\n            {\n                \"essid\": \"Hotspot73F3\"\n            },\n            {\n                \"essid\": \"Hotspot73FE\"\n            },\n            {\n                \"essid\": \"Hotspot740C\"\n            },\n            {\n                \"essid\": \"Hotspot743F\"\n            },\n            {\n                \"essid\": \"Hotspot7448\"\n            },\n            {\n                \"essid\": \"Hotspot7450\"\n            },\n            {\n                \"essid\": \"Hotspot7453\"\n            },\n            {\n                \"essid\": \"Hotspot7460\"\n            },\n            {\n                \"essid\": \"Hotspot7464\"\n            },\n            {\n                \"essid\": \"Hotspot7466\"\n            },\n            {\n                \"essid\": \"Hotspot7479\"\n            },\n            {\n                \"essid\": \"Hotspot747A\"\n            },\n            {\n                \"essid\": \"Hotspot747D\"\n            },\n            {\n                \"essid\": \"Hotspot7487\"\n            },\n            {\n                \"essid\": \"Hotspot748D\"\n            },\n            {\n                \"essid\": \"Hotspot7497\"\n            },\n            {\n                \"essid\": \"Hotspot74B2\"\n            },\n            {\n                \"essid\": \"Hotspot74C2\"\n            },\n            {\n                \"essid\": \"Hotspot74C3\"\n            },\n            {\n                \"essid\": \"Hotspot74F2\"\n            },\n            {\n                \"essid\": \"Hotspot74FC\"\n            },\n            {\n                \"essid\": \"Hotspot7507\"\n            },\n            {\n                \"essid\": \"Hotspot752D\"\n            },\n            {\n                \"essid\": \"Hotspot7535\"\n            },\n            {\n                \"essid\": \"Hotspot7546\"\n            },\n            {\n                \"essid\": \"Hotspot7554\"\n            },\n            {\n                \"essid\": \"Hotspot755D\"\n            },\n            {\n                \"essid\": \"Hotspot7564\"\n            },\n            {\n                \"essid\": \"Hotspot75AD\"\n            },\n            {\n                \"essid\": \"Hotspot75B9\"\n            },\n            {\n                \"essid\": \"Hotspot75BA\"\n            },\n            {\n                \"essid\": \"Hotspot75CA\"\n            },\n            {\n                \"essid\": \"Hotspot75F7\"\n            },\n            {\n                \"essid\": \"Hotspot7608\"\n            },\n            {\n                \"essid\": \"Hotspot7616\"\n            },\n            {\n                \"essid\": \"Hotspot7621\"\n            },\n            {\n                \"essid\": \"Hotspot763D\"\n            },\n            {\n                \"essid\": \"Hotspot763F\"\n            },\n            {\n                \"essid\": \"Hotspot766C\"\n            },\n            {\n                \"essid\": \"Hotspot7696\"\n            },\n            {\n                \"essid\": \"Hotspot76C5\"\n            },\n            {\n                \"essid\": \"Hotspot76C8\"\n            },\n            {\n                \"essid\": \"Hotspot76D6\"\n            },\n            {\n                \"essid\": \"Hotspot76EA\"\n            },\n            {\n                \"essid\": \"Hotspot76F4\"\n            },\n            {\n                \"essid\": \"Hotspot76FD\"\n            },\n            {\n                \"essid\": \"Hotspot771F\"\n            },\n            {\n                \"essid\": \"Hotspot7738\"\n            },\n            {\n                \"essid\": \"Hotspot773D\"\n            },\n            {\n                \"essid\": \"Hotspot773E\"\n            },\n            {\n                \"essid\": \"Hotspot7763\"\n            },\n            {\n                \"essid\": \"Hotspot7773\"\n            },\n            {\n                \"essid\": \"Hotspot7777\"\n            },\n            {\n                \"essid\": \"Hotspot777D\"\n            },\n            {\n                \"essid\": \"Hotspot7781\"\n            },\n            {\n                \"essid\": \"Hotspot7784\"\n            },\n            {\n                \"essid\": \"Hotspot77A0\"\n            },\n            {\n                \"essid\": \"Hotspot77C6\"\n            },\n            {\n                \"essid\": \"Hotspot77E1\"\n            },\n            {\n                \"essid\": \"Hotspot77E7\"\n            },\n            {\n                \"essid\": \"Hotspot77EB\"\n            },\n            {\n                \"essid\": \"Hotspot77FC\"\n            },\n            {\n                \"essid\": \"Hotspot780D\"\n            },\n            {\n                \"essid\": \"Hotspot780E\"\n            },\n            {\n                \"essid\": \"Hotspot7812\"\n            },\n            {\n                \"essid\": \"Hotspot7819\"\n            },\n            {\n                \"essid\": \"Hotspot7822\"\n            },\n            {\n                \"essid\": \"Hotspot7827\"\n            },\n            {\n                \"essid\": \"Hotspot782D\"\n            },\n            {\n                \"essid\": \"Hotspot7839\"\n            },\n            {\n                \"essid\": \"Hotspot7859\"\n            },\n            {\n                \"essid\": \"Hotspot7882\"\n            },\n            {\n                \"essid\": \"Hotspot7889\"\n            },\n            {\n                \"essid\": \"Hotspot789A\"\n            },\n            {\n                \"essid\": \"Hotspot789B\"\n            },\n            {\n                \"essid\": \"Hotspot789E\"\n            },\n            {\n                \"essid\": \"Hotspot78C1\"\n            },\n            {\n                \"essid\": \"Hotspot78C2\"\n            },\n            {\n                \"essid\": \"Hotspot78EB\"\n            },\n            {\n                \"essid\": \"Hotspot7901\"\n            },\n            {\n                \"essid\": \"Hotspot7915\"\n            },\n            {\n                \"essid\": \"Hotspot7920\"\n            },\n            {\n                \"essid\": \"Hotspot794A\"\n            },\n            {\n                \"essid\": \"Hotspot7952\"\n            },\n            {\n                \"essid\": \"Hotspot795E\"\n            },\n            {\n                \"essid\": \"Hotspot7964\"\n            },\n            {\n                \"essid\": \"Hotspot7966\"\n            },\n            {\n                \"essid\": \"Hotspot7971\"\n            },\n            {\n                \"essid\": \"Hotspot7976\"\n            },\n            {\n                \"essid\": \"Hotspot7980\"\n            },\n            {\n                \"essid\": \"Hotspot7982\"\n            },\n            {\n                \"essid\": \"Hotspot7984\"\n            },\n            {\n                \"essid\": \"Hotspot7987\"\n            },\n            {\n                \"essid\": \"Hotspot798D\"\n            },\n            {\n                \"essid\": \"Hotspot7997\"\n            },\n            {\n                \"essid\": \"Hotspot799D\"\n            },\n            {\n                \"essid\": \"Hotspot79A0\"\n            },\n            {\n                \"essid\": \"Hotspot79B5\"\n            },\n            {\n                \"essid\": \"Hotspot79C6\"\n            },\n            {\n                \"essid\": \"Hotspot79E2\"\n            },\n            {\n                \"essid\": \"Hotspot7A0F\"\n            },\n            {\n                \"essid\": \"Hotspot7A1A\"\n            },\n            {\n                \"essid\": \"Hotspot7A1E\"\n            },\n            {\n                \"essid\": \"Hotspot7A58\"\n            },\n            {\n                \"essid\": \"Hotspot7A76\"\n            },\n            {\n                \"essid\": \"Hotspot7AA0\"\n            },\n            {\n                \"essid\": \"Hotspot7AA2\"\n            },\n            {\n                \"essid\": \"Hotspot7AC0\"\n            },\n            {\n                \"essid\": \"Hotspot7AEC\"\n            },\n            {\n                \"essid\": \"Hotspot7B0E\"\n            },\n            {\n                \"essid\": \"Hotspot7B21\"\n            },\n            {\n                \"essid\": \"Hotspot7B29\"\n            },\n            {\n                \"essid\": \"Hotspot7B5B\"\n            },\n            {\n                \"essid\": \"Hotspot7B7B\"\n            },\n            {\n                \"essid\": \"Hotspot7B8E\"\n            },\n            {\n                \"essid\": \"Hotspot7B94\"\n            },\n            {\n                \"essid\": \"Hotspot7BA2\"\n            },\n            {\n                \"essid\": \"Hotspot7BAD\"\n            },\n            {\n                \"essid\": \"Hotspot7BAF\"\n            },\n            {\n                \"essid\": \"Hotspot7BB6\"\n            },\n            {\n                \"essid\": \"Hotspot7BB7\"\n            },\n            {\n                \"essid\": \"Hotspot7BBF\"\n            },\n            {\n                \"essid\": \"Hotspot7BCF\"\n            },\n            {\n                \"essid\": \"Hotspot7BD2\"\n            },\n            {\n                \"essid\": \"Hotspot7BE5\"\n            },\n            {\n                \"essid\": \"Hotspot7C21\"\n            },\n            {\n                \"essid\": \"Hotspot7C39\"\n            },\n            {\n                \"essid\": \"Hotspot7C50\"\n            },\n            {\n                \"essid\": \"Hotspot7C52\"\n            },\n            {\n                \"essid\": \"Hotspot7C6A\"\n            },\n            {\n                \"essid\": \"Hotspot7C6E\"\n            },\n            {\n                \"essid\": \"Hotspot7C78\"\n            },\n            {\n                \"essid\": \"Hotspot7CAD\"\n            },\n            {\n                \"essid\": \"Hotspot7CC4\"\n            },\n            {\n                \"essid\": \"Hotspot7CD1\"\n            },\n            {\n                \"essid\": \"Hotspot7D2D\"\n            },\n            {\n                \"essid\": \"Hotspot7D30\"\n            },\n            {\n                \"essid\": \"Hotspot7D33\"\n            },\n            {\n                \"essid\": \"Hotspot7D41\"\n            },\n            {\n                \"essid\": \"Hotspot7D54\"\n            },\n            {\n                \"essid\": \"Hotspot7D5C\"\n            },\n            {\n                \"essid\": \"Hotspot7D70\"\n            },\n            {\n                \"essid\": \"Hotspot7D7B\"\n            },\n            {\n                \"essid\": \"Hotspot7D8D\"\n            },\n            {\n                \"essid\": \"Hotspot7DB0\"\n            },\n            {\n                \"essid\": \"Hotspot7DB7\"\n            },\n            {\n                \"essid\": \"Hotspot7DD7\"\n            },\n            {\n                \"essid\": \"Hotspot7DE8\"\n            },\n            {\n                \"essid\": \"Hotspot7DF8\"\n            },\n            {\n                \"essid\": \"Hotspot7E03\"\n            },\n            {\n                \"essid\": \"Hotspot7E0A\"\n            },\n            {\n                \"essid\": \"Hotspot7E19\"\n            },\n            {\n                \"essid\": \"Hotspot7E1C\"\n            },\n            {\n                \"essid\": \"Hotspot7E25\"\n            },\n            {\n                \"essid\": \"Hotspot7E2A\"\n            },\n            {\n                \"essid\": \"Hotspot7E47\"\n            },\n            {\n                \"essid\": \"Hotspot7E52\"\n            },\n            {\n                \"essid\": \"Hotspot7E57\"\n            },\n            {\n                \"essid\": \"Hotspot7E59\"\n            },\n            {\n                \"essid\": \"Hotspot7E65\"\n            },\n            {\n                \"essid\": \"Hotspot7E90\"\n            },\n            {\n                \"essid\": \"Hotspot7EB7\"\n            },\n            {\n                \"essid\": \"Hotspot7EBD\"\n            },\n            {\n                \"essid\": \"Hotspot7EC2\"\n            },\n            {\n                \"essid\": \"Hotspot7EE9\"\n            },\n            {\n                \"essid\": \"Hotspot7EF4\"\n            },\n            {\n                \"essid\": \"Hotspot7EF7\"\n            },\n            {\n                \"essid\": \"Hotspot7F22\"\n            },\n            {\n                \"essid\": \"Hotspot7F27\"\n            },\n            {\n                \"essid\": \"Hotspot7F31\"\n            },\n            {\n                \"essid\": \"Hotspot7F36\"\n            },\n            {\n                \"essid\": \"Hotspot7F37\"\n            },\n            {\n                \"essid\": \"Hotspot7F39\"\n            },\n            {\n                \"essid\": \"Hotspot7F4A\"\n            },\n            {\n                \"essid\": \"Hotspot7F63\"\n            },\n            {\n                \"essid\": \"Hotspot7F65\"\n            },\n            {\n                \"essid\": \"Hotspot7F69\"\n            },\n            {\n                \"essid\": \"Hotspot7F6B\"\n            },\n            {\n                \"essid\": \"Hotspot7F6F\"\n            },\n            {\n                \"essid\": \"Hotspot7F76\"\n            },\n            {\n                \"essid\": \"Hotspot7F8E\"\n            },\n            {\n                \"essid\": \"Hotspot7FA6\"\n            },\n            {\n                \"essid\": \"Hotspot7FC1\"\n            },\n            {\n                \"essid\": \"Hotspot7FE4\"\n            },\n            {\n                \"essid\": \"Hotspot7FF1\"\n            },\n            {\n                \"essid\": \"Hotspot7RS4\"\n            },\n            {\n                \"essid\": \"Hotspot7tFJ\"\n            },\n            {\n                \"essid\": \"Hotspot7yvn\"\n            },\n            {\n                \"essid\": \"Hotspot800C\"\n            },\n            {\n                \"essid\": \"Hotspot800E\"\n            },\n            {\n                \"essid\": \"Hotspot8017\"\n            },\n            {\n                \"essid\": \"Hotspot803B\"\n            },\n            {\n                \"essid\": \"Hotspot8041\"\n            },\n            {\n                \"essid\": \"Hotspot8053\"\n            },\n            {\n                \"essid\": \"Hotspot8056\"\n            },\n            {\n                \"essid\": \"Hotspot8058\"\n            },\n            {\n                \"essid\": \"Hotspot8065\"\n            },\n            {\n                \"essid\": \"Hotspot8071\"\n            },\n            {\n                \"essid\": \"Hotspot8082\"\n            },\n            {\n                \"essid\": \"Hotspot808C\"\n            },\n            {\n                \"essid\": \"Hotspot8095\"\n            },\n            {\n                \"essid\": \"Hotspot809D\"\n            },\n            {\n                \"essid\": \"Hotspot80A1\"\n            },\n            {\n                \"essid\": \"Hotspot80A2\"\n            },\n            {\n                \"essid\": \"Hotspot80A6\"\n            },\n            {\n                \"essid\": \"Hotspot80AE\"\n            },\n            {\n                \"essid\": \"Hotspot80CD\"\n            },\n            {\n                \"essid\": \"Hotspot80D0\"\n            },\n            {\n                \"essid\": \"Hotspot80EF\"\n            },\n            {\n                \"essid\": \"Hotspot80F9\"\n            },\n            {\n                \"essid\": \"Hotspot8108\"\n            },\n            {\n                \"essid\": \"Hotspot8109\"\n            },\n            {\n                \"essid\": \"Hotspot8115\"\n            },\n            {\n                \"essid\": \"Hotspot811A\"\n            },\n            {\n                \"essid\": \"Hotspot8123\"\n            },\n            {\n                \"essid\": \"Hotspot8142\"\n            },\n            {\n                \"essid\": \"Hotspot8150\"\n            },\n            {\n                \"essid\": \"Hotspot8162\"\n            },\n            {\n                \"essid\": \"Hotspot8180\"\n            },\n            {\n                \"essid\": \"Hotspot81B0\"\n            },\n            {\n                \"essid\": \"Hotspot81B9\"\n            },\n            {\n                \"essid\": \"Hotspot81BA\"\n            },\n            {\n                \"essid\": \"Hotspot81BE\"\n            },\n            {\n                \"essid\": \"Hotspot81CC\"\n            },\n            {\n                \"essid\": \"Hotspot81D2\"\n            },\n            {\n                \"essid\": \"Hotspot81D4\"\n            },\n            {\n                \"essid\": \"Hotspot8209\"\n            },\n            {\n                \"essid\": \"Hotspot822E\"\n            },\n            {\n                \"essid\": \"Hotspot8242\"\n            },\n            {\n                \"essid\": \"Hotspot8249\"\n            },\n            {\n                \"essid\": \"Hotspot824B\"\n            },\n            {\n                \"essid\": \"Hotspot8253\"\n            },\n            {\n                \"essid\": \"Hotspot826D\"\n            },\n            {\n                \"essid\": \"Hotspot827C\"\n            },\n            {\n                \"essid\": \"Hotspot8285\"\n            },\n            {\n                \"essid\": \"Hotspot82A5\"\n            },\n            {\n                \"essid\": \"Hotspot82AB\"\n            },\n            {\n                \"essid\": \"Hotspot82B7\"\n            },\n            {\n                \"essid\": \"Hotspot82C1\"\n            },\n            {\n                \"essid\": \"Hotspot82CF\"\n            },\n            {\n                \"essid\": \"Hotspot82D6\"\n            },\n            {\n                \"essid\": \"Hotspot82D7\"\n            },\n            {\n                \"essid\": \"Hotspot82DF\"\n            },\n            {\n                \"essid\": \"Hotspot82E8\"\n            },\n            {\n                \"essid\": \"Hotspot82F0\"\n            },\n            {\n                \"essid\": \"Hotspot82FB\"\n            },\n            {\n                \"essid\": \"Hotspot8322\"\n            },\n            {\n                \"essid\": \"Hotspot8343\"\n            },\n            {\n                \"essid\": \"Hotspot8348\"\n            },\n            {\n                \"essid\": \"Hotspot8369\"\n            },\n            {\n                \"essid\": \"Hotspot836E\"\n            },\n            {\n                \"essid\": \"Hotspot8382\"\n            },\n            {\n                \"essid\": \"Hotspot839D\"\n            },\n            {\n                \"essid\": \"Hotspot83A8\"\n            },\n            {\n                \"essid\": \"Hotspot83AA\"\n            },\n            {\n                \"essid\": \"Hotspot83B6\"\n            },\n            {\n                \"essid\": \"Hotspot83D3\"\n            },\n            {\n                \"essid\": \"Hotspot83EB\"\n            },\n            {\n                \"essid\": \"Hotspot8408\"\n            },\n            {\n                \"essid\": \"Hotspot8419\"\n            },\n            {\n                \"essid\": \"Hotspot8441\"\n            },\n            {\n                \"essid\": \"Hotspot844C\"\n            },\n            {\n                \"essid\": \"Hotspot8463\"\n            },\n            {\n                \"essid\": \"Hotspot8472\"\n            },\n            {\n                \"essid\": \"Hotspot8476\"\n            },\n            {\n                \"essid\": \"Hotspot847E\"\n            },\n            {\n                \"essid\": \"Hotspot847F\"\n            },\n            {\n                \"essid\": \"Hotspot8481\"\n            },\n            {\n                \"essid\": \"Hotspot848E\"\n            },\n            {\n                \"essid\": \"Hotspot84A0\"\n            },\n            {\n                \"essid\": \"Hotspot84A5\"\n            },\n            {\n                \"essid\": \"Hotspot84BD\"\n            },\n            {\n                \"essid\": \"Hotspot84CF\"\n            },\n            {\n                \"essid\": \"Hotspot84E9\"\n            },\n            {\n                \"essid\": \"Hotspot8518\"\n            },\n            {\n                \"essid\": \"Hotspot851A\"\n            },\n            {\n                \"essid\": \"Hotspot8560\"\n            },\n            {\n                \"essid\": \"Hotspot856D\"\n            },\n            {\n                \"essid\": \"Hotspot85AF\"\n            },\n            {\n                \"essid\": \"Hotspot85EA\"\n            },\n            {\n                \"essid\": \"Hotspot85FD\"\n            },\n            {\n                \"essid\": \"Hotspot861B\"\n            },\n            {\n                \"essid\": \"Hotspot865B\"\n            },\n            {\n                \"essid\": \"Hotspot8662\"\n            },\n            {\n                \"essid\": \"Hotspot8666\"\n            },\n            {\n                \"essid\": \"Hotspot866E\"\n            },\n            {\n                \"essid\": \"Hotspot86AC\"\n            },\n            {\n                \"essid\": \"Hotspot86B3\"\n            },\n            {\n                \"essid\": \"Hotspot86B6\"\n            },\n            {\n                \"essid\": \"Hotspot86B8\"\n            },\n            {\n                \"essid\": \"Hotspot86BA\"\n            },\n            {\n                \"essid\": \"Hotspot86BE\"\n            },\n            {\n                \"essid\": \"Hotspot86C3\"\n            },\n            {\n                \"essid\": \"Hotspot86C6\"\n            },\n            {\n                \"essid\": \"Hotspot86DD\"\n            },\n            {\n                \"essid\": \"Hotspot86E8\"\n            },\n            {\n                \"essid\": \"Hotspot86FB\"\n            },\n            {\n                \"essid\": \"Hotspot879F\"\n            },\n            {\n                \"essid\": \"Hotspot87A1\"\n            },\n            {\n                \"essid\": \"Hotspot87A3\"\n            },\n            {\n                \"essid\": \"Hotspot87B0\"\n            },\n            {\n                \"essid\": \"Hotspot87BC\"\n            },\n            {\n                \"essid\": \"Hotspot87CD\"\n            },\n            {\n                \"essid\": \"Hotspot87E2\"\n            },\n            {\n                \"essid\": \"Hotspot87F7\"\n            },\n            {\n                \"essid\": \"Hotspot8823\"\n            },\n            {\n                \"essid\": \"Hotspot8861\"\n            },\n            {\n                \"essid\": \"Hotspot8865\"\n            },\n            {\n                \"essid\": \"Hotspot8868\"\n            },\n            {\n                \"essid\": \"Hotspot8875\"\n            },\n            {\n                \"essid\": \"Hotspot887E\"\n            },\n            {\n                \"essid\": \"Hotspot888B\"\n            },\n            {\n                \"essid\": \"Hotspot8895\"\n            },\n            {\n                \"essid\": \"Hotspot88C0\"\n            },\n            {\n                \"essid\": \"Hotspot88DB\"\n            },\n            {\n                \"essid\": \"Hotspot88EB\"\n            },\n            {\n                \"essid\": \"Hotspot88EC\"\n            },\n            {\n                \"essid\": \"Hotspot88ED\"\n            },\n            {\n                \"essid\": \"Hotspot8900\"\n            },\n            {\n                \"essid\": \"Hotspot8923\"\n            },\n            {\n                \"essid\": \"Hotspot8926\"\n            },\n            {\n                \"essid\": \"Hotspot895D\"\n            },\n            {\n                \"essid\": \"Hotspot8972\"\n            },\n            {\n                \"essid\": \"Hotspot897C\"\n            },\n            {\n                \"essid\": \"Hotspot8988\"\n            },\n            {\n                \"essid\": \"Hotspot8999\"\n            },\n            {\n                \"essid\": \"Hotspot89A3\"\n            },\n            {\n                \"essid\": \"Hotspot89D8\"\n            },\n            {\n                \"essid\": \"Hotspot89DF\"\n            },\n            {\n                \"essid\": \"Hotspot89F6\"\n            },\n            {\n                \"essid\": \"Hotspot8A0A\"\n            },\n            {\n                \"essid\": \"Hotspot8A14\"\n            },\n            {\n                \"essid\": \"Hotspot8A15\"\n            },\n            {\n                \"essid\": \"Hotspot8A18\"\n            },\n            {\n                \"essid\": \"Hotspot8A20\"\n            },\n            {\n                \"essid\": \"Hotspot8A39\"\n            },\n            {\n                \"essid\": \"Hotspot8A3A\"\n            },\n            {\n                \"essid\": \"Hotspot8A5D\"\n            },\n            {\n                \"essid\": \"Hotspot8A72\"\n            },\n            {\n                \"essid\": \"Hotspot8A73\"\n            },\n            {\n                \"essid\": \"Hotspot8A80\"\n            },\n            {\n                \"essid\": \"Hotspot8A90\"\n            },\n            {\n                \"essid\": \"Hotspot8A9E\"\n            },\n            {\n                \"essid\": \"Hotspot8AC5\"\n            },\n            {\n                \"essid\": \"Hotspot8AD7\"\n            },\n            {\n                \"essid\": \"Hotspot8AF1\"\n            },\n            {\n                \"essid\": \"Hotspot8AFA\"\n            },\n            {\n                \"essid\": \"Hotspot8B29\"\n            },\n            {\n                \"essid\": \"Hotspot8B2A\"\n            },\n            {\n                \"essid\": \"Hotspot8B2C\"\n            },\n            {\n                \"essid\": \"Hotspot8B36\"\n            },\n            {\n                \"essid\": \"Hotspot8B46\"\n            },\n            {\n                \"essid\": \"Hotspot8B61\"\n            },\n            {\n                \"essid\": \"Hotspot8B64\"\n            },\n            {\n                \"essid\": \"Hotspot8B6F\"\n            },\n            {\n                \"essid\": \"Hotspot8B73\"\n            },\n            {\n                \"essid\": \"Hotspot8B84\"\n            },\n            {\n                \"essid\": \"Hotspot8B93\"\n            },\n            {\n                \"essid\": \"Hotspot8B94\"\n            },\n            {\n                \"essid\": \"Hotspot8B9A\"\n            },\n            {\n                \"essid\": \"Hotspot8B9C\"\n            },\n            {\n                \"essid\": \"Hotspot8BA8\"\n            },\n            {\n                \"essid\": \"Hotspot8BBA\"\n            },\n            {\n                \"essid\": \"Hotspot8BD6\"\n            },\n            {\n                \"essid\": \"Hotspot8BF1\"\n            },\n            {\n                \"essid\": \"Hotspot8BF4\"\n            },\n            {\n                \"essid\": \"Hotspot8C17\"\n            },\n            {\n                \"essid\": \"Hotspot8C29\"\n            },\n            {\n                \"essid\": \"Hotspot8C2F\"\n            },\n            {\n                \"essid\": \"Hotspot8C49\"\n            },\n            {\n                \"essid\": \"Hotspot8C5A\"\n            },\n            {\n                \"essid\": \"Hotspot8C60\"\n            },\n            {\n                \"essid\": \"Hotspot8C68\"\n            },\n            {\n                \"essid\": \"Hotspot8C80\"\n            },\n            {\n                \"essid\": \"Hotspot8C82\"\n            },\n            {\n                \"essid\": \"Hotspot8C86\"\n            },\n            {\n                \"essid\": \"Hotspot8C8C\"\n            },\n            {\n                \"essid\": \"Hotspot8C9B\"\n            },\n            {\n                \"essid\": \"Hotspot8CA9\"\n            },\n            {\n                \"essid\": \"Hotspot8CDD\"\n            },\n            {\n                \"essid\": \"Hotspot8CE6\"\n            },\n            {\n                \"essid\": \"Hotspot8CFB\"\n            },\n            {\n                \"essid\": \"Hotspot8CFD\"\n            },\n            {\n                \"essid\": \"Hotspot8D24\"\n            },\n            {\n                \"essid\": \"Hotspot8D27\"\n            },\n            {\n                \"essid\": \"Hotspot8D2B\"\n            },\n            {\n                \"essid\": \"Hotspot8D3D\"\n            },\n            {\n                \"essid\": \"Hotspot8D41\"\n            },\n            {\n                \"essid\": \"Hotspot8D4A\"\n            },\n            {\n                \"essid\": \"Hotspot8D64\"\n            },\n            {\n                \"essid\": \"Hotspot8D91\"\n            },\n            {\n                \"essid\": \"Hotspot8D94\"\n            },\n            {\n                \"essid\": \"Hotspot8DBE\"\n            },\n            {\n                \"essid\": \"Hotspot8E08\"\n            },\n            {\n                \"essid\": \"Hotspot8E31\"\n            },\n            {\n                \"essid\": \"Hotspot8E33\"\n            },\n            {\n                \"essid\": \"Hotspot8E41\"\n            },\n            {\n                \"essid\": \"Hotspot8E44\"\n            },\n            {\n                \"essid\": \"Hotspot8E46\"\n            },\n            {\n                \"essid\": \"Hotspot8E50\"\n            },\n            {\n                \"essid\": \"Hotspot8E7F\"\n            },\n            {\n                \"essid\": \"Hotspot8E80\"\n            },\n            {\n                \"essid\": \"Hotspot8E86\"\n            },\n            {\n                \"essid\": \"Hotspot8E8F\"\n            },\n            {\n                \"essid\": \"Hotspot8E90\"\n            },\n            {\n                \"essid\": \"Hotspot8E96\"\n            },\n            {\n                \"essid\": \"Hotspot8EB9\"\n            },\n            {\n                \"essid\": \"Hotspot8EC2\"\n            },\n            {\n                \"essid\": \"Hotspot8EC3\"\n            },\n            {\n                \"essid\": \"Hotspot8EC5\"\n            },\n            {\n                \"essid\": \"Hotspot8ECE\"\n            },\n            {\n                \"essid\": \"Hotspot8ED6\"\n            },\n            {\n                \"essid\": \"Hotspot8EDD\"\n            },\n            {\n                \"essid\": \"Hotspot8EE4\"\n            },\n            {\n                \"essid\": \"Hotspot8EE8\"\n            },\n            {\n                \"essid\": \"Hotspot8EF4\"\n            },\n            {\n                \"essid\": \"Hotspot8EF6\"\n            },\n            {\n                \"essid\": \"Hotspot8F24\"\n            },\n            {\n                \"essid\": \"Hotspot8F2D\"\n            },\n            {\n                \"essid\": \"Hotspot8F39\"\n            },\n            {\n                \"essid\": \"Hotspot8F42\"\n            },\n            {\n                \"essid\": \"Hotspot8F53\"\n            },\n            {\n                \"essid\": \"Hotspot8F5F\"\n            },\n            {\n                \"essid\": \"Hotspot8F8C\"\n            },\n            {\n                \"essid\": \"Hotspot8F91\"\n            },\n            {\n                \"essid\": \"Hotspot8FA9\"\n            },\n            {\n                \"essid\": \"Hotspot8FB6\"\n            },\n            {\n                \"essid\": \"Hotspot8FC1\"\n            },\n            {\n                \"essid\": \"Hotspot8FC6\"\n            },\n            {\n                \"essid\": \"Hotspot8FC9\"\n            },\n            {\n                \"essid\": \"Hotspot8FE0\"\n            },\n            {\n                \"essid\": \"Hotspot8FFE\"\n            },\n            {\n                \"essid\": \"Hotspot9013\"\n            },\n            {\n                \"essid\": \"Hotspot9018\"\n            },\n            {\n                \"essid\": \"Hotspot9023\"\n            },\n            {\n                \"essid\": \"Hotspot9031\"\n            },\n            {\n                \"essid\": \"Hotspot904E\"\n            },\n            {\n                \"essid\": \"Hotspot9052\"\n            },\n            {\n                \"essid\": \"Hotspot9065\"\n            },\n            {\n                \"essid\": \"Hotspot906D\"\n            },\n            {\n                \"essid\": \"Hotspot9071\"\n            },\n            {\n                \"essid\": \"Hotspot9073\"\n            },\n            {\n                \"essid\": \"Hotspot9095\"\n            },\n            {\n                \"essid\": \"Hotspot9098\"\n            },\n            {\n                \"essid\": \"Hotspot90A4\"\n            },\n            {\n                \"essid\": \"Hotspot90AB\"\n            },\n            {\n                \"essid\": \"Hotspot90AC\"\n            },\n            {\n                \"essid\": \"Hotspot90B1\"\n            },\n            {\n                \"essid\": \"Hotspot90B2\"\n            },\n            {\n                \"essid\": \"Hotspot90B3\"\n            },\n            {\n                \"essid\": \"Hotspot90CD\"\n            },\n            {\n                \"essid\": \"Hotspot90EA\"\n            },\n            {\n                \"essid\": \"Hotspot90EF\"\n            },\n            {\n                \"essid\": \"Hotspot90FA\"\n            },\n            {\n                \"essid\": \"Hotspot90FE\"\n            },\n            {\n                \"essid\": \"Hotspot9106\"\n            },\n            {\n                \"essid\": \"Hotspot910D\"\n            },\n            {\n                \"essid\": \"Hotspot9128\"\n            },\n            {\n                \"essid\": \"Hotspot9132\"\n            },\n            {\n                \"essid\": \"Hotspot9139\"\n            },\n            {\n                \"essid\": \"Hotspot914C\"\n            },\n            {\n                \"essid\": \"Hotspot914E\"\n            },\n            {\n                \"essid\": \"Hotspot9151\"\n            },\n            {\n                \"essid\": \"Hotspot915E\"\n            },\n            {\n                \"essid\": \"Hotspot9171\"\n            },\n            {\n                \"essid\": \"Hotspot9183\"\n            },\n            {\n                \"essid\": \"Hotspot9193\"\n            },\n            {\n                \"essid\": \"Hotspot919B\"\n            },\n            {\n                \"essid\": \"Hotspot919D\"\n            },\n            {\n                \"essid\": \"Hotspot91A2\"\n            },\n            {\n                \"essid\": \"Hotspot91AB\"\n            },\n            {\n                \"essid\": \"Hotspot91C0\"\n            },\n            {\n                \"essid\": \"Hotspot91D0\"\n            },\n            {\n                \"essid\": \"Hotspot91D1\"\n            },\n            {\n                \"essid\": \"Hotspot91ED\"\n            },\n            {\n                \"essid\": \"Hotspot91F4\"\n            },\n            {\n                \"essid\": \"Hotspot91FA\"\n            },\n            {\n                \"essid\": \"Hotspot9201\"\n            },\n            {\n                \"essid\": \"Hotspot9237\"\n            },\n            {\n                \"essid\": \"Hotspot9238\"\n            },\n            {\n                \"essid\": \"Hotspot923B\"\n            },\n            {\n                \"essid\": \"Hotspot923C\"\n            },\n            {\n                \"essid\": \"Hotspot9248\"\n            },\n            {\n                \"essid\": \"Hotspot925D\"\n            },\n            {\n                \"essid\": \"Hotspot926A\"\n            },\n            {\n                \"essid\": \"Hotspot9297\"\n            },\n            {\n                \"essid\": \"Hotspot929C\"\n            },\n            {\n                \"essid\": \"Hotspot92AA\"\n            },\n            {\n                \"essid\": \"Hotspot92B3\"\n            },\n            {\n                \"essid\": \"Hotspot92B7\"\n            },\n            {\n                \"essid\": \"Hotspot92D3\"\n            },\n            {\n                \"essid\": \"Hotspot92EA\"\n            },\n            {\n                \"essid\": \"Hotspot92EF\"\n            },\n            {\n                \"essid\": \"Hotspot92F3\"\n            },\n            {\n                \"essid\": \"Hotspot92F6\"\n            },\n            {\n                \"essid\": \"Hotspot9302\"\n            },\n            {\n                \"essid\": \"Hotspot9303\"\n            },\n            {\n                \"essid\": \"Hotspot930A\"\n            },\n            {\n                \"essid\": \"Hotspot9324\"\n            },\n            {\n                \"essid\": \"Hotspot9336\"\n            },\n            {\n                \"essid\": \"Hotspot9337\"\n            },\n            {\n                \"essid\": \"Hotspot9342\"\n            },\n            {\n                \"essid\": \"Hotspot9343\"\n            },\n            {\n                \"essid\": \"Hotspot9344\"\n            },\n            {\n                \"essid\": \"Hotspot935B\"\n            },\n            {\n                \"essid\": \"Hotspot9362\"\n            },\n            {\n                \"essid\": \"Hotspot936E\"\n            },\n            {\n                \"essid\": \"Hotspot9378\"\n            },\n            {\n                \"essid\": \"Hotspot937B\"\n            },\n            {\n                \"essid\": \"Hotspot937C\"\n            },\n            {\n                \"essid\": \"Hotspot93B1\"\n            },\n            {\n                \"essid\": \"Hotspot93C3\"\n            },\n            {\n                \"essid\": \"Hotspot93D1\"\n            },\n            {\n                \"essid\": \"Hotspot93D4\"\n            },\n            {\n                \"essid\": \"Hotspot93DD\"\n            },\n            {\n                \"essid\": \"Hotspot93EA\"\n            },\n            {\n                \"essid\": \"Hotspot93F9\"\n            },\n            {\n                \"essid\": \"Hotspot93FF\"\n            },\n            {\n                \"essid\": \"Hotspot9413\"\n            },\n            {\n                \"essid\": \"Hotspot9421\"\n            },\n            {\n                \"essid\": \"Hotspot9424\"\n            },\n            {\n                \"essid\": \"Hotspot9435\"\n            },\n            {\n                \"essid\": \"Hotspot9451\"\n            },\n            {\n                \"essid\": \"Hotspot948B\"\n            },\n            {\n                \"essid\": \"Hotspot9497\"\n            },\n            {\n                \"essid\": \"Hotspot949B\"\n            },\n            {\n                \"essid\": \"Hotspot94A3\"\n            },\n            {\n                \"essid\": \"Hotspot94C1\"\n            },\n            {\n                \"essid\": \"Hotspot94C6\"\n            },\n            {\n                \"essid\": \"Hotspot94CF\"\n            },\n            {\n                \"essid\": \"Hotspot94D0\"\n            },\n            {\n                \"essid\": \"Hotspot94D2\"\n            },\n            {\n                \"essid\": \"Hotspot94D3\"\n            },\n            {\n                \"essid\": \"Hotspot94D5\"\n            },\n            {\n                \"essid\": \"Hotspot94FC\"\n            },\n            {\n                \"essid\": \"Hotspot94FE\"\n            },\n            {\n                \"essid\": \"Hotspot9500\"\n            },\n            {\n                \"essid\": \"Hotspot9506\"\n            },\n            {\n                \"essid\": \"Hotspot953C\"\n            },\n            {\n                \"essid\": \"Hotspot953D\"\n            },\n            {\n                \"essid\": \"Hotspot954D\"\n            },\n            {\n                \"essid\": \"Hotspot9552\"\n            },\n            {\n                \"essid\": \"Hotspot955D\"\n            },\n            {\n                \"essid\": \"Hotspot9563\"\n            },\n            {\n                \"essid\": \"Hotspot9567\"\n            },\n            {\n                \"essid\": \"Hotspot956D\"\n            },\n            {\n                \"essid\": \"Hotspot9575\"\n            },\n            {\n                \"essid\": \"Hotspot958C\"\n            },\n            {\n                \"essid\": \"Hotspot95CE\"\n            },\n            {\n                \"essid\": \"Hotspot95E9\"\n            },\n            {\n                \"essid\": \"Hotspot95EC\"\n            },\n            {\n                \"essid\": \"Hotspot95FB\"\n            },\n            {\n                \"essid\": \"Hotspot9600\"\n            },\n            {\n                \"essid\": \"Hotspot9602\"\n            },\n            {\n                \"essid\": \"Hotspot9614\"\n            },\n            {\n                \"essid\": \"Hotspot9620\"\n            },\n            {\n                \"essid\": \"Hotspot9639\"\n            },\n            {\n                \"essid\": \"Hotspot9658\"\n            },\n            {\n                \"essid\": \"Hotspot965F\"\n            },\n            {\n                \"essid\": \"Hotspot966C\"\n            },\n            {\n                \"essid\": \"Hotspot966F\"\n            },\n            {\n                \"essid\": \"Hotspot9684\"\n            },\n            {\n                \"essid\": \"Hotspot968D\"\n            },\n            {\n                \"essid\": \"Hotspot9695\"\n            },\n            {\n                \"essid\": \"Hotspot96AA\"\n            },\n            {\n                \"essid\": \"Hotspot96B8\"\n            },\n            {\n                \"essid\": \"Hotspot96C6\"\n            },\n            {\n                \"essid\": \"Hotspot96CA\"\n            },\n            {\n                \"essid\": \"Hotspot96D1\"\n            },\n            {\n                \"essid\": \"Hotspot96D7\"\n            },\n            {\n                \"essid\": \"Hotspot96D8\"\n            },\n            {\n                \"essid\": \"Hotspot96F2\"\n            },\n            {\n                \"essid\": \"Hotspot96F4\"\n            },\n            {\n                \"essid\": \"Hotspot96FB\"\n            },\n            {\n                \"essid\": \"Hotspot9708\"\n            },\n            {\n                \"essid\": \"Hotspot9733\"\n            },\n            {\n                \"essid\": \"Hotspot9738\"\n            },\n            {\n                \"essid\": \"Hotspot9751\"\n            },\n            {\n                \"essid\": \"Hotspot9792\"\n            },\n            {\n                \"essid\": \"Hotspot979D\"\n            },\n            {\n                \"essid\": \"Hotspot97B2\"\n            },\n            {\n                \"essid\": \"Hotspot97C2\"\n            },\n            {\n                \"essid\": \"Hotspot97C8\"\n            },\n            {\n                \"essid\": \"Hotspot97CB\"\n            },\n            {\n                \"essid\": \"Hotspot97DD\"\n            },\n            {\n                \"essid\": \"Hotspot97EA\"\n            },\n            {\n                \"essid\": \"Hotspot9801\"\n            },\n            {\n                \"essid\": \"Hotspot9806\"\n            },\n            {\n                \"essid\": \"Hotspot9815\"\n            },\n            {\n                \"essid\": \"Hotspot981F\"\n            },\n            {\n                \"essid\": \"Hotspot9828\"\n            },\n            {\n                \"essid\": \"Hotspot9829\"\n            },\n            {\n                \"essid\": \"Hotspot9835\"\n            },\n            {\n                \"essid\": \"Hotspot983D\"\n            },\n            {\n                \"essid\": \"Hotspot984B\"\n            },\n            {\n                \"essid\": \"Hotspot9854\"\n            },\n            {\n                \"essid\": \"Hotspot9861\"\n            },\n            {\n                \"essid\": \"Hotspot9866\"\n            },\n            {\n                \"essid\": \"Hotspot9869\"\n            },\n            {\n                \"essid\": \"Hotspot9873\"\n            },\n            {\n                \"essid\": \"Hotspot9876\"\n            },\n            {\n                \"essid\": \"Hotspot987F\"\n            },\n            {\n                \"essid\": \"Hotspot988E\"\n            },\n            {\n                \"essid\": \"Hotspot9894\"\n            },\n            {\n                \"essid\": \"Hotspot9897\"\n            },\n            {\n                \"essid\": \"Hotspot98A2\"\n            },\n            {\n                \"essid\": \"Hotspot98AD\"\n            },\n            {\n                \"essid\": \"Hotspot98B3\"\n            },\n            {\n                \"essid\": \"Hotspot98B4\"\n            },\n            {\n                \"essid\": \"Hotspot98B9\"\n            },\n            {\n                \"essid\": \"Hotspot98CF\"\n            },\n            {\n                \"essid\": \"Hotspot98D1\"\n            },\n            {\n                \"essid\": \"Hotspot98DC\"\n            },\n            {\n                \"essid\": \"Hotspot98F0\"\n            },\n            {\n                \"essid\": \"Hotspot9902\"\n            },\n            {\n                \"essid\": \"Hotspot9908\"\n            },\n            {\n                \"essid\": \"Hotspot9927\"\n            },\n            {\n                \"essid\": \"Hotspot9934\"\n            },\n            {\n                \"essid\": \"Hotspot9938\"\n            },\n            {\n                \"essid\": \"Hotspot993A\"\n            },\n            {\n                \"essid\": \"Hotspot993C\"\n            },\n            {\n                \"essid\": \"Hotspot9942\"\n            },\n            {\n                \"essid\": \"Hotspot995F\"\n            },\n            {\n                \"essid\": \"Hotspot9967\"\n            },\n            {\n                \"essid\": \"Hotspot996A\"\n            },\n            {\n                \"essid\": \"Hotspot996C\"\n            },\n            {\n                \"essid\": \"Hotspot9978\"\n            },\n            {\n                \"essid\": \"Hotspot9982\"\n            },\n            {\n                \"essid\": \"Hotspot99B8\"\n            },\n            {\n                \"essid\": \"Hotspot99C6\"\n            },\n            {\n                \"essid\": \"Hotspot99D9\"\n            },\n            {\n                \"essid\": \"Hotspot99E5\"\n            },\n            {\n                \"essid\": \"Hotspot99E6\"\n            },\n            {\n                \"essid\": \"Hotspot9A14\"\n            },\n            {\n                \"essid\": \"Hotspot9A18\"\n            },\n            {\n                \"essid\": \"Hotspot9A1A\"\n            },\n            {\n                \"essid\": \"Hotspot9A1F\"\n            },\n            {\n                \"essid\": \"Hotspot9A2F\"\n            },\n            {\n                \"essid\": \"Hotspot9A43\"\n            },\n            {\n                \"essid\": \"Hotspot9A54\"\n            },\n            {\n                \"essid\": \"Hotspot9A59\"\n            },\n            {\n                \"essid\": \"Hotspot9A5C\"\n            },\n            {\n                \"essid\": \"Hotspot9A62\"\n            },\n            {\n                \"essid\": \"Hotspot9A70\"\n            },\n            {\n                \"essid\": \"Hotspot9A78\"\n            },\n            {\n                \"essid\": \"Hotspot9A9E\"\n            },\n            {\n                \"essid\": \"Hotspot9AA4\"\n            },\n            {\n                \"essid\": \"Hotspot9AAB\"\n            },\n            {\n                \"essid\": \"Hotspot9ABA\"\n            },\n            {\n                \"essid\": \"Hotspot9AD0\"\n            },\n            {\n                \"essid\": \"Hotspot9AE9\"\n            },\n            {\n                \"essid\": \"Hotspot9AED\"\n            },\n            {\n                \"essid\": \"Hotspot9AF6\"\n            },\n            {\n                \"essid\": \"Hotspot9B02\"\n            },\n            {\n                \"essid\": \"Hotspot9B24\"\n            },\n            {\n                \"essid\": \"Hotspot9B26\"\n            },\n            {\n                \"essid\": \"Hotspot9B2F\"\n            },\n            {\n                \"essid\": \"Hotspot9B38\"\n            },\n            {\n                \"essid\": \"Hotspot9B39\"\n            },\n            {\n                \"essid\": \"Hotspot9B46\"\n            },\n            {\n                \"essid\": \"Hotspot9B4F\"\n            },\n            {\n                \"essid\": \"Hotspot9B53\"\n            },\n            {\n                \"essid\": \"Hotspot9B55\"\n            },\n            {\n                \"essid\": \"Hotspot9B57\"\n            },\n            {\n                \"essid\": \"Hotspot9B73\"\n            },\n            {\n                \"essid\": \"Hotspot9B74\"\n            },\n            {\n                \"essid\": \"Hotspot9B75\"\n            },\n            {\n                \"essid\": \"Hotspot9B82\"\n            },\n            {\n                \"essid\": \"Hotspot9B9D\"\n            },\n            {\n                \"essid\": \"Hotspot9BA4\"\n            },\n            {\n                \"essid\": \"Hotspot9BA6\"\n            },\n            {\n                \"essid\": \"Hotspot9BB4\"\n            },\n            {\n                \"essid\": \"Hotspot9BB9\"\n            },\n            {\n                \"essid\": \"Hotspot9BC5\"\n            },\n            {\n                \"essid\": \"Hotspot9BD5\"\n            },\n            {\n                \"essid\": \"Hotspot9BE7\"\n            },\n            {\n                \"essid\": \"Hotspot9BEA\"\n            },\n            {\n                \"essid\": \"Hotspot9BFB\"\n            },\n            {\n                \"essid\": \"Hotspot9BFE\"\n            },\n            {\n                \"essid\": \"Hotspot9C0F\"\n            },\n            {\n                \"essid\": \"Hotspot9C10\"\n            },\n            {\n                \"essid\": \"Hotspot9C1D\"\n            },\n            {\n                \"essid\": \"Hotspot9C1F\"\n            },\n            {\n                \"essid\": \"Hotspot9C2A\"\n            },\n            {\n                \"essid\": \"Hotspot9C35\"\n            },\n            {\n                \"essid\": \"Hotspot9C40\"\n            },\n            {\n                \"essid\": \"Hotspot9C4C\"\n            },\n            {\n                \"essid\": \"Hotspot9C4D\"\n            },\n            {\n                \"essid\": \"Hotspot9C52\"\n            },\n            {\n                \"essid\": \"Hotspot9C56\"\n            },\n            {\n                \"essid\": \"Hotspot9C5E\"\n            },\n            {\n                \"essid\": \"Hotspot9C76\"\n            },\n            {\n                \"essid\": \"Hotspot9C78\"\n            },\n            {\n                \"essid\": \"Hotspot9C85\"\n            },\n            {\n                \"essid\": \"Hotspot9C86\"\n            },\n            {\n                \"essid\": \"Hotspot9C8A\"\n            },\n            {\n                \"essid\": \"Hotspot9C93\"\n            },\n            {\n                \"essid\": \"Hotspot9CA4\"\n            },\n            {\n                \"essid\": \"Hotspot9CA7\"\n            },\n            {\n                \"essid\": \"Hotspot9CB2\"\n            },\n            {\n                \"essid\": \"Hotspot9CB7\"\n            },\n            {\n                \"essid\": \"Hotspot9CC7\"\n            },\n            {\n                \"essid\": \"Hotspot9CD8\"\n            },\n            {\n                \"essid\": \"Hotspot9CE4\"\n            },\n            {\n                \"essid\": \"Hotspot9CF1\"\n            },\n            {\n                \"essid\": \"Hotspot9D00\"\n            },\n            {\n                \"essid\": \"Hotspot9D0A\"\n            },\n            {\n                \"essid\": \"Hotspot9D38\"\n            },\n            {\n                \"essid\": \"Hotspot9D3F\"\n            },\n            {\n                \"essid\": \"Hotspot9D42\"\n            },\n            {\n                \"essid\": \"Hotspot9D46\"\n            },\n            {\n                \"essid\": \"Hotspot9D54\"\n            },\n            {\n                \"essid\": \"Hotspot9D66\"\n            },\n            {\n                \"essid\": \"Hotspot9D79\"\n            },\n            {\n                \"essid\": \"Hotspot9D9D\"\n            },\n            {\n                \"essid\": \"Hotspot9DA2\"\n            },\n            {\n                \"essid\": \"Hotspot9DB2\"\n            },\n            {\n                \"essid\": \"Hotspot9DC6\"\n            },\n            {\n                \"essid\": \"Hotspot9DE0\"\n            },\n            {\n                \"essid\": \"Hotspot9DE7\"\n            },\n            {\n                \"essid\": \"Hotspot9DFB\"\n            },\n            {\n                \"essid\": \"Hotspot9E08\"\n            },\n            {\n                \"essid\": \"Hotspot9E0A\"\n            },\n            {\n                \"essid\": \"Hotspot9E0E\"\n            },\n            {\n                \"essid\": \"Hotspot9E0F\"\n            },\n            {\n                \"essid\": \"Hotspot9E19\"\n            },\n            {\n                \"essid\": \"Hotspot9E3B\"\n            },\n            {\n                \"essid\": \"Hotspot9E3E\"\n            },\n            {\n                \"essid\": \"Hotspot9E4C\"\n            },\n            {\n                \"essid\": \"Hotspot9E50\"\n            },\n            {\n                \"essid\": \"Hotspot9E78\"\n            },\n            {\n                \"essid\": \"Hotspot9E89\"\n            },\n            {\n                \"essid\": \"Hotspot9E8E\"\n            },\n            {\n                \"essid\": \"Hotspot9E98\"\n            },\n            {\n                \"essid\": \"Hotspot9EA8\"\n            },\n            {\n                \"essid\": \"Hotspot9EAB\"\n            },\n            {\n                \"essid\": \"Hotspot9EAC\"\n            },\n            {\n                \"essid\": \"Hotspot9EC3\"\n            },\n            {\n                \"essid\": \"Hotspot9ED2\"\n            },\n            {\n                \"essid\": \"Hotspot9EE8\"\n            },\n            {\n                \"essid\": \"Hotspot9EF3\"\n            },\n            {\n                \"essid\": \"Hotspot9EFD\"\n            },\n            {\n                \"essid\": \"Hotspot9F0A\"\n            },\n            {\n                \"essid\": \"Hotspot9F15\"\n            },\n            {\n                \"essid\": \"Hotspot9F17\"\n            },\n            {\n                \"essid\": \"Hotspot9F22\"\n            },\n            {\n                \"essid\": \"Hotspot9F49\"\n            },\n            {\n                \"essid\": \"Hotspot9F56\"\n            },\n            {\n                \"essid\": \"Hotspot9F66\"\n            },\n            {\n                \"essid\": \"Hotspot9F75\"\n            },\n            {\n                \"essid\": \"Hotspot9F80\"\n            },\n            {\n                \"essid\": \"Hotspot9F84\"\n            },\n            {\n                \"essid\": \"Hotspot9F85\"\n            },\n            {\n                \"essid\": \"Hotspot9F87\"\n            },\n            {\n                \"essid\": \"Hotspot9F90\"\n            },\n            {\n                \"essid\": \"Hotspot9F91\"\n            },\n            {\n                \"essid\": \"Hotspot9F9A\"\n            },\n            {\n                \"essid\": \"Hotspot9F9B\"\n            },\n            {\n                \"essid\": \"Hotspot9FA4\"\n            },\n            {\n                \"essid\": \"Hotspot9FB8\"\n            },\n            {\n                \"essid\": \"Hotspot9FC5\"\n            },\n            {\n                \"essid\": \"Hotspot9FC6\"\n            },\n            {\n                \"essid\": \"Hotspot9FC9\"\n            },\n            {\n                \"essid\": \"Hotspot9FCE\"\n            },\n            {\n                \"essid\": \"Hotspot9FCF\"\n            },\n            {\n                \"essid\": \"Hotspot9FDA\"\n            },\n            {\n                \"essid\": \"Hotspot9FE3\"\n            },\n            {\n                \"essid\": \"Hotspot9iJu\"\n            },\n            {\n                \"essid\": \"Hotspot9Wu4\"\n            },\n            {\n                \"essid\": \"HotspotA00D\"\n            },\n            {\n                \"essid\": \"HotspotA016\"\n            },\n            {\n                \"essid\": \"HotspotA02F\"\n            },\n            {\n                \"essid\": \"HotspotA030\"\n            },\n            {\n                \"essid\": \"HotspotA033\"\n            },\n            {\n                \"essid\": \"HotspotA043\"\n            },\n            {\n                \"essid\": \"HotspotA04C\"\n            },\n            {\n                \"essid\": \"HotspotA05B\"\n            },\n            {\n                \"essid\": \"HotspotA05E\"\n            },\n            {\n                \"essid\": \"HotspotA06E\"\n            },\n            {\n                \"essid\": \"HotspotA070\"\n            },\n            {\n                \"essid\": \"HotspotA078\"\n            },\n            {\n                \"essid\": \"HotspotA07B\"\n            },\n            {\n                \"essid\": \"HotspotA080\"\n            },\n            {\n                \"essid\": \"HotspotA095\"\n            },\n            {\n                \"essid\": \"HotspotA097\"\n            },\n            {\n                \"essid\": \"HotspotA098\"\n            },\n            {\n                \"essid\": \"HotspotA09C\"\n            },\n            {\n                \"essid\": \"HotspotA0C5\"\n            },\n            {\n                \"essid\": \"HotspotA0DB\"\n            },\n            {\n                \"essid\": \"HotspotA0DC\"\n            },\n            {\n                \"essid\": \"HotspotA0EB\"\n            },\n            {\n                \"essid\": \"HotspotA0F6\"\n            },\n            {\n                \"essid\": \"HotspotA0FF\"\n            },\n            {\n                \"essid\": \"HotspotA10F\"\n            },\n            {\n                \"essid\": \"HotspotA139\"\n            },\n            {\n                \"essid\": \"HotspotA13D\"\n            },\n            {\n                \"essid\": \"HotspotA15A\"\n            },\n            {\n                \"essid\": \"HotspotA16C\"\n            },\n            {\n                \"essid\": \"HotspotA174\"\n            },\n            {\n                \"essid\": \"HotspotA17E\"\n            },\n            {\n                \"essid\": \"HotspotA185\"\n            },\n            {\n                \"essid\": \"HotspotA18A\"\n            },\n            {\n                \"essid\": \"HotspotA19D\"\n            },\n            {\n                \"essid\": \"HotspotA1B3\"\n            },\n            {\n                \"essid\": \"HotspotA1B9\"\n            },\n            {\n                \"essid\": \"HotspotA1C8\"\n            },\n            {\n                \"essid\": \"HotspotA1D2\"\n            },\n            {\n                \"essid\": \"HotspotA1D4\"\n            },\n            {\n                \"essid\": \"HotspotA1DD\"\n            },\n            {\n                \"essid\": \"HotspotA1F5\"\n            },\n            {\n                \"essid\": \"HotspotA202\"\n            },\n            {\n                \"essid\": \"HotspotA20B\"\n            },\n            {\n                \"essid\": \"HotspotA227\"\n            },\n            {\n                \"essid\": \"HotspotA22C\"\n            },\n            {\n                \"essid\": \"HotspotA23A\"\n            },\n            {\n                \"essid\": \"HotspotA257\"\n            },\n            {\n                \"essid\": \"HotspotA277\"\n            },\n            {\n                \"essid\": \"HotspotA279\"\n            },\n            {\n                \"essid\": \"HotspotA286\"\n            },\n            {\n                \"essid\": \"HotspotA287\"\n            },\n            {\n                \"essid\": \"HotspotA2B3\"\n            },\n            {\n                \"essid\": \"HotspotA2B4\"\n            },\n            {\n                \"essid\": \"HotspotA2CD\"\n            },\n            {\n                \"essid\": \"HotspotA2D4\"\n            },\n            {\n                \"essid\": \"HotspotA2D5\"\n            },\n            {\n                \"essid\": \"HotspotA2E0\"\n            },\n            {\n                \"essid\": \"HotspotA2F7\"\n            },\n            {\n                \"essid\": \"HotspotA30B\"\n            },\n            {\n                \"essid\": \"HotspotA30F\"\n            },\n            {\n                \"essid\": \"HotspotA31B\"\n            },\n            {\n                \"essid\": \"HotspotA333\"\n            },\n            {\n                \"essid\": \"HotspotA338\"\n            },\n            {\n                \"essid\": \"HotspotA345\"\n            },\n            {\n                \"essid\": \"HotspotA348\"\n            },\n            {\n                \"essid\": \"HotspotA34B\"\n            },\n            {\n                \"essid\": \"HotspotA359\"\n            },\n            {\n                \"essid\": \"HotspotA36D\"\n            },\n            {\n                \"essid\": \"HotspotA376\"\n            },\n            {\n                \"essid\": \"HotspotA381\"\n            },\n            {\n                \"essid\": \"HotspotA38A\"\n            },\n            {\n                \"essid\": \"HotspotA391\"\n            },\n            {\n                \"essid\": \"HotspotA3A0\"\n            },\n            {\n                \"essid\": \"HotspotA3B2\"\n            },\n            {\n                \"essid\": \"HotspotA3DF\"\n            },\n            {\n                \"essid\": \"HotspotA3E6\"\n            },\n            {\n                \"essid\": \"HotspotA3ED\"\n            },\n            {\n                \"essid\": \"HotspotA3EF\"\n            },\n            {\n                \"essid\": \"HotspotA3F2\"\n            },\n            {\n                \"essid\": \"HotspotA3F9\"\n            },\n            {\n                \"essid\": \"HotspotA3FF\"\n            },\n            {\n                \"essid\": \"HotspotA411\"\n            },\n            {\n                \"essid\": \"HotspotA420\"\n            },\n            {\n                \"essid\": \"HotspotA421\"\n            },\n            {\n                \"essid\": \"HotspotA427\"\n            },\n            {\n                \"essid\": \"HotspotA438\"\n            },\n            {\n                \"essid\": \"HotspotA43E\"\n            },\n            {\n                \"essid\": \"HotspotA44C\"\n            },\n            {\n                \"essid\": \"HotspotA452\"\n            },\n            {\n                \"essid\": \"HotspotA455\"\n            },\n            {\n                \"essid\": \"HotspotA498\"\n            },\n            {\n                \"essid\": \"HotspotA49F\"\n            },\n            {\n                \"essid\": \"HotspotA4A3\"\n            },\n            {\n                \"essid\": \"HotspotA4B5\"\n            },\n            {\n                \"essid\": \"HotspotA4BA\"\n            },\n            {\n                \"essid\": \"HotspotA4C8\"\n            },\n            {\n                \"essid\": \"HotspotA4CA\"\n            },\n            {\n                \"essid\": \"HotspotA4F8\"\n            },\n            {\n                \"essid\": \"HotspotA50B\"\n            },\n            {\n                \"essid\": \"HotspotA51D\"\n            },\n            {\n                \"essid\": \"HotspotA549\"\n            },\n            {\n                \"essid\": \"HotspotA54B\"\n            },\n            {\n                \"essid\": \"HotspotA55A\"\n            },\n            {\n                \"essid\": \"HotspotA55C\"\n            },\n            {\n                \"essid\": \"HotspotA56C\"\n            },\n            {\n                \"essid\": \"HotspotA5B1\"\n            },\n            {\n                \"essid\": \"HotspotA5D0\"\n            },\n            {\n                \"essid\": \"HotspotA5E1\"\n            },\n            {\n                \"essid\": \"HotspotA5E2\"\n            },\n            {\n                \"essid\": \"HotspotA5E3\"\n            },\n            {\n                \"essid\": \"HotspotA5E7\"\n            },\n            {\n                \"essid\": \"HotspotA5F8\"\n            },\n            {\n                \"essid\": \"HotspotA5FB\"\n            },\n            {\n                \"essid\": \"HotspotA5FC\"\n            },\n            {\n                \"essid\": \"HotspotA612\"\n            },\n            {\n                \"essid\": \"HotspotA61C\"\n            },\n            {\n                \"essid\": \"HotspotA61F\"\n            },\n            {\n                \"essid\": \"HotspotA639\"\n            },\n            {\n                \"essid\": \"HotspotA65A\"\n            },\n            {\n                \"essid\": \"HotspotA65C\"\n            },\n            {\n                \"essid\": \"HotspotA678\"\n            },\n            {\n                \"essid\": \"HotspotA68E\"\n            },\n            {\n                \"essid\": \"HotspotA69F\"\n            },\n            {\n                \"essid\": \"HotspotA6AE\"\n            },\n            {\n                \"essid\": \"HotspotA6CA\"\n            },\n            {\n                \"essid\": \"HotspotA6CB\"\n            },\n            {\n                \"essid\": \"HotspotA6E0\"\n            },\n            {\n                \"essid\": \"HotspotA6F6\"\n            },\n            {\n                \"essid\": \"HotspotA70D\"\n            },\n            {\n                \"essid\": \"HotspotA728\"\n            },\n            {\n                \"essid\": \"HotspotA742\"\n            },\n            {\n                \"essid\": \"HotspotA743\"\n            },\n            {\n                \"essid\": \"HotspotA74A\"\n            },\n            {\n                \"essid\": \"HotspotA755\"\n            },\n            {\n                \"essid\": \"HotspotA766\"\n            },\n            {\n                \"essid\": \"HotspotA76A\"\n            },\n            {\n                \"essid\": \"HotspotA76B\"\n            },\n            {\n                \"essid\": \"HotspotA77A\"\n            },\n            {\n                \"essid\": \"HotspotA795\"\n            },\n            {\n                \"essid\": \"HotspotA7A0\"\n            },\n            {\n                \"essid\": \"HotspotA7AF\"\n            },\n            {\n                \"essid\": \"HotspotA7B2\"\n            },\n            {\n                \"essid\": \"HotspotA7BA\"\n            },\n            {\n                \"essid\": \"HotspotA7C1\"\n            },\n            {\n                \"essid\": \"HotspotA7C8\"\n            },\n            {\n                \"essid\": \"HotspotA7D3\"\n            },\n            {\n                \"essid\": \"HotspotA7F5\"\n            },\n            {\n                \"essid\": \"HotspotA80A\"\n            },\n            {\n                \"essid\": \"HotspotA846\"\n            },\n            {\n                \"essid\": \"HotspotA858\"\n            },\n            {\n                \"essid\": \"HotspotA85D\"\n            },\n            {\n                \"essid\": \"HotspotA878\"\n            },\n            {\n                \"essid\": \"HotspotA88A\"\n            },\n            {\n                \"essid\": \"HotspotA896\"\n            },\n            {\n                \"essid\": \"HotspotA8A2\"\n            },\n            {\n                \"essid\": \"HotspotA8B2\"\n            },\n            {\n                \"essid\": \"HotspotA8D9\"\n            },\n            {\n                \"essid\": \"HotspotA8F5\"\n            },\n            {\n                \"essid\": \"HotspotA8F8\"\n            },\n            {\n                \"essid\": \"HotspotA8FE\"\n            },\n            {\n                \"essid\": \"HotspotA908\"\n            },\n            {\n                \"essid\": \"HotspotA90E\"\n            },\n            {\n                \"essid\": \"HotspotA914\"\n            },\n            {\n                \"essid\": \"HotspotA916\"\n            },\n            {\n                \"essid\": \"HotspotA92E\"\n            },\n            {\n                \"essid\": \"HotspotA93E\"\n            },\n            {\n                \"essid\": \"HotspotA950\"\n            },\n            {\n                \"essid\": \"HotspotA952\"\n            },\n            {\n                \"essid\": \"HotspotA957\"\n            },\n            {\n                \"essid\": \"HotspotA96A\"\n            },\n            {\n                \"essid\": \"HotspotA97C\"\n            },\n            {\n                \"essid\": \"HotspotA97D\"\n            },\n            {\n                \"essid\": \"HotspotA99C\"\n            },\n            {\n                \"essid\": \"HotspotA9B0\"\n            },\n            {\n                \"essid\": \"HotspotA9D6\"\n            },\n            {\n                \"essid\": \"HotspotA9E4\"\n            },\n            {\n                \"essid\": \"HotspotA9E6\"\n            },\n            {\n                \"essid\": \"HotspotAA08\"\n            },\n            {\n                \"essid\": \"HotspotAA13\"\n            },\n            {\n                \"essid\": \"HotspotAA2B\"\n            },\n            {\n                \"essid\": \"HotspotAA40\"\n            },\n            {\n                \"essid\": \"HotspotAA4B\"\n            },\n            {\n                \"essid\": \"HotspotAA59\"\n            },\n            {\n                \"essid\": \"HotspotAA5B\"\n            },\n            {\n                \"essid\": \"HotspotAA6A\"\n            },\n            {\n                \"essid\": \"HotspotAA75\"\n            },\n            {\n                \"essid\": \"HotspotAA79\"\n            },\n            {\n                \"essid\": \"HotspotAA93\"\n            },\n            {\n                \"essid\": \"HotspotAAA9\"\n            },\n            {\n                \"essid\": \"HotspotAAC2\"\n            },\n            {\n                \"essid\": \"HotspotAAD2\"\n            },\n            {\n                \"essid\": \"HotspotAADE\"\n            },\n            {\n                \"essid\": \"HotspotAAE2\"\n            },\n            {\n                \"essid\": \"HotspotAB0A\"\n            },\n            {\n                \"essid\": \"HotspotAB0C\"\n            },\n            {\n                \"essid\": \"HotspotAB10\"\n            },\n            {\n                \"essid\": \"HotspotAB1F\"\n            },\n            {\n                \"essid\": \"HotspotAB2C\"\n            },\n            {\n                \"essid\": \"HotspotAB3E\"\n            },\n            {\n                \"essid\": \"HotspotAB60\"\n            },\n            {\n                \"essid\": \"HotspotAB6C\"\n            },\n            {\n                \"essid\": \"HotspotAB71\"\n            },\n            {\n                \"essid\": \"HotspotAB74\"\n            },\n            {\n                \"essid\": \"HotspotAB8D\"\n            },\n            {\n                \"essid\": \"HotspotAB95\"\n            },\n            {\n                \"essid\": \"HotspotABA7\"\n            },\n            {\n                \"essid\": \"HotspotABCB\"\n            },\n            {\n                \"essid\": \"HotspotABDC\"\n            },\n            {\n                \"essid\": \"HotspotAC12\"\n            },\n            {\n                \"essid\": \"HotspotAC1F\"\n            },\n            {\n                \"essid\": \"HotspotAC26\"\n            },\n            {\n                \"essid\": \"HotspotAC2F\"\n            },\n            {\n                \"essid\": \"HotspotAC37\"\n            },\n            {\n                \"essid\": \"HotspotAC3B\"\n            },\n            {\n                \"essid\": \"HotspotAC43\"\n            },\n            {\n                \"essid\": \"HotspotAC4F\"\n            },\n            {\n                \"essid\": \"HotspotAC60\"\n            },\n            {\n                \"essid\": \"HotspotAC73\"\n            },\n            {\n                \"essid\": \"HotspotAC7A\"\n            },\n            {\n                \"essid\": \"HotspotAC83\"\n            },\n            {\n                \"essid\": \"HotspotACBF\"\n            },\n            {\n                \"essid\": \"HotspotACEB\"\n            },\n            {\n                \"essid\": \"HotspotACEC\"\n            },\n            {\n                \"essid\": \"HotspotACEF\"\n            },\n            {\n                \"essid\": \"HotspotAD0B\"\n            },\n            {\n                \"essid\": \"HotspotAD13\"\n            },\n            {\n                \"essid\": \"HotspotAD27\"\n            },\n            {\n                \"essid\": \"HotspotAD2A\"\n            },\n            {\n                \"essid\": \"HotspotAD39\"\n            },\n            {\n                \"essid\": \"HotspotAD3C\"\n            },\n            {\n                \"essid\": \"HotspotAD45\"\n            },\n            {\n                \"essid\": \"HotspotAD50\"\n            },\n            {\n                \"essid\": \"HotspotAD53\"\n            },\n            {\n                \"essid\": \"HotspotAD55\"\n            },\n            {\n                \"essid\": \"HotspotAD67\"\n            },\n            {\n                \"essid\": \"HotspotAD7E\"\n            },\n            {\n                \"essid\": \"HotspotAD91\"\n            },\n            {\n                \"essid\": \"HotspotAD93\"\n            },\n            {\n                \"essid\": \"HotspotADC5\"\n            },\n            {\n                \"essid\": \"HotspotADC9\"\n            },\n            {\n                \"essid\": \"HotspotADE1\"\n            },\n            {\n                \"essid\": \"HotspotAE09\"\n            },\n            {\n                \"essid\": \"HotspotAE0E\"\n            },\n            {\n                \"essid\": \"HotspotAE19\"\n            },\n            {\n                \"essid\": \"HotspotAE39\"\n            },\n            {\n                \"essid\": \"HotspotAE53\"\n            },\n            {\n                \"essid\": \"HotspotAE56\"\n            },\n            {\n                \"essid\": \"HotspotAE58\"\n            },\n            {\n                \"essid\": \"HotspotAE71\"\n            },\n            {\n                \"essid\": \"HotspotAE89\"\n            },\n            {\n                \"essid\": \"HotspotAE8E\"\n            },\n            {\n                \"essid\": \"HotspotAE9C\"\n            },\n            {\n                \"essid\": \"HotspotAEA6\"\n            },\n            {\n                \"essid\": \"HotspotAEB7\"\n            },\n            {\n                \"essid\": \"HotspotAEC7\"\n            },\n            {\n                \"essid\": \"HotspotAECA\"\n            },\n            {\n                \"essid\": \"HotspotAED0\"\n            },\n            {\n                \"essid\": \"HotspotAED4\"\n            },\n            {\n                \"essid\": \"HotspotAED6\"\n            },\n            {\n                \"essid\": \"HotspotAEE8\"\n            },\n            {\n                \"essid\": \"HotspotAeRk\"\n            },\n            {\n                \"essid\": \"HotspotAF00\"\n            },\n            {\n                \"essid\": \"HotspotAF18\"\n            },\n            {\n                \"essid\": \"HotspotAF48\"\n            },\n            {\n                \"essid\": \"HotspotAF55\"\n            },\n            {\n                \"essid\": \"HotspotAF58\"\n            },\n            {\n                \"essid\": \"HotspotAF67\"\n            },\n            {\n                \"essid\": \"HotspotAF6B\"\n            },\n            {\n                \"essid\": \"HotspotAF75\"\n            },\n            {\n                \"essid\": \"HotspotAF76\"\n            },\n            {\n                \"essid\": \"HotspotAF7E\"\n            },\n            {\n                \"essid\": \"HotspotAFB7\"\n            },\n            {\n                \"essid\": \"HotspotAFBA\"\n            },\n            {\n                \"essid\": \"HotspotAFBD\"\n            },\n            {\n                \"essid\": \"HotspotAFE3\"\n            },\n            {\n                \"essid\": \"HotspotAFE4\"\n            },\n            {\n                \"essid\": \"HotspotAV6m\"\n            },\n            {\n                \"essid\": \"HotspotB00C\"\n            },\n            {\n                \"essid\": \"HotspotB011\"\n            },\n            {\n                \"essid\": \"HotspotB029\"\n            },\n            {\n                \"essid\": \"HotspotB02B\"\n            },\n            {\n                \"essid\": \"HotspotB030\"\n            },\n            {\n                \"essid\": \"HotspotB033\"\n            },\n            {\n                \"essid\": \"HotspotB03C\"\n            },\n            {\n                \"essid\": \"HotspotB040\"\n            },\n            {\n                \"essid\": \"HotspotB065\"\n            },\n            {\n                \"essid\": \"HotspotB067\"\n            },\n            {\n                \"essid\": \"HotspotB06E\"\n            },\n            {\n                \"essid\": \"HotspotB08D\"\n            },\n            {\n                \"essid\": \"HotspotB097\"\n            },\n            {\n                \"essid\": \"HotspotB0C6\"\n            },\n            {\n                \"essid\": \"HotspotB0CD\"\n            },\n            {\n                \"essid\": \"HotspotB0E2\"\n            },\n            {\n                \"essid\": \"HotspotB0E6\"\n            },\n            {\n                \"essid\": \"HotspotB0FB\"\n            },\n            {\n                \"essid\": \"HotspotB0FD\"\n            },\n            {\n                \"essid\": \"HotspotB11C\"\n            },\n            {\n                \"essid\": \"HotspotB129\"\n            },\n            {\n                \"essid\": \"HotspotB12F\"\n            },\n            {\n                \"essid\": \"HotspotB145\"\n            },\n            {\n                \"essid\": \"HotspotB149\"\n            },\n            {\n                \"essid\": \"HotspotB15D\"\n            },\n            {\n                \"essid\": \"HotspotB169\"\n            },\n            {\n                \"essid\": \"HotspotB182\"\n            },\n            {\n                \"essid\": \"HotspotB186\"\n            },\n            {\n                \"essid\": \"HotspotB193\"\n            },\n            {\n                \"essid\": \"HotspotB1BC\"\n            },\n            {\n                \"essid\": \"HotspotB1C0\"\n            },\n            {\n                \"essid\": \"HotspotB1C4\"\n            },\n            {\n                \"essid\": \"HotspotB1C5\"\n            },\n            {\n                \"essid\": \"HotspotB1DF\"\n            },\n            {\n                \"essid\": \"HotspotB1F0\"\n            },\n            {\n                \"essid\": \"HotspotB202\"\n            },\n            {\n                \"essid\": \"HotspotB209\"\n            },\n            {\n                \"essid\": \"HotspotB217\"\n            },\n            {\n                \"essid\": \"HotspotB21D\"\n            },\n            {\n                \"essid\": \"HotspotB226\"\n            },\n            {\n                \"essid\": \"HotspotB244\"\n            },\n            {\n                \"essid\": \"HotspotB299\"\n            },\n            {\n                \"essid\": \"HotspotB2AB\"\n            },\n            {\n                \"essid\": \"HotspotB2AC\"\n            },\n            {\n                \"essid\": \"HotspotB2AD\"\n            },\n            {\n                \"essid\": \"HotspotB2AE\"\n            },\n            {\n                \"essid\": \"HotspotB2B2\"\n            },\n            {\n                \"essid\": \"HotspotB2D3\"\n            },\n            {\n                \"essid\": \"HotspotB2DB\"\n            },\n            {\n                \"essid\": \"HotspotB2DE\"\n            },\n            {\n                \"essid\": \"HotspotB2E5\"\n            },\n            {\n                \"essid\": \"HotspotB2E9\"\n            },\n            {\n                \"essid\": \"HotspotB323\"\n            },\n            {\n                \"essid\": \"HotspotB32A\"\n            },\n            {\n                \"essid\": \"HotspotB338\"\n            },\n            {\n                \"essid\": \"HotspotB342\"\n            },\n            {\n                \"essid\": \"HotspotB34C\"\n            },\n            {\n                \"essid\": \"HotspotB34D\"\n            },\n            {\n                \"essid\": \"HotspotB354\"\n            },\n            {\n                \"essid\": \"HotspotB35C\"\n            },\n            {\n                \"essid\": \"HotspotB35D\"\n            },\n            {\n                \"essid\": \"HotspotB361\"\n            },\n            {\n                \"essid\": \"HotspotB364\"\n            },\n            {\n                \"essid\": \"HotspotB36B\"\n            },\n            {\n                \"essid\": \"HotspotB36D\"\n            },\n            {\n                \"essid\": \"HotspotB37A\"\n            },\n            {\n                \"essid\": \"HotspotB37E\"\n            },\n            {\n                \"essid\": \"HotspotB387\"\n            },\n            {\n                \"essid\": \"HotspotB388\"\n            },\n            {\n                \"essid\": \"HotspotB395\"\n            },\n            {\n                \"essid\": \"HotspotB39D\"\n            },\n            {\n                \"essid\": \"HotspotB39E\"\n            },\n            {\n                \"essid\": \"HotspotB3D2\"\n            },\n            {\n                \"essid\": \"HotspotB3D6\"\n            },\n            {\n                \"essid\": \"HotspotB3FA\"\n            },\n            {\n                \"essid\": \"HotspotB403\"\n            },\n            {\n                \"essid\": \"HotspotB413\"\n            },\n            {\n                \"essid\": \"HotspotB414\"\n            },\n            {\n                \"essid\": \"HotspotB42D\"\n            },\n            {\n                \"essid\": \"HotspotB439\"\n            },\n            {\n                \"essid\": \"HotspotB43C\"\n            },\n            {\n                \"essid\": \"HotspotB441\"\n            },\n            {\n                \"essid\": \"HotspotB44D\"\n            },\n            {\n                \"essid\": \"HotspotB453\"\n            },\n            {\n                \"essid\": \"HotspotB45A\"\n            },\n            {\n                \"essid\": \"HotspotB45E\"\n            },\n            {\n                \"essid\": \"HotspotB46A\"\n            },\n            {\n                \"essid\": \"HotspotB477\"\n            },\n            {\n                \"essid\": \"HotspotB47F\"\n            },\n            {\n                \"essid\": \"HotspotB488\"\n            },\n            {\n                \"essid\": \"HotspotB495\"\n            },\n            {\n                \"essid\": \"HotspotB4B5\"\n            },\n            {\n                \"essid\": \"HotspotB4C5\"\n            },\n            {\n                \"essid\": \"HotspotB4D3\"\n            },\n            {\n                \"essid\": \"HotspotB4D4\"\n            },\n            {\n                \"essid\": \"HotspotB4E0\"\n            },\n            {\n                \"essid\": \"HotspotB4E2\"\n            },\n            {\n                \"essid\": \"HotspotB4F1\"\n            },\n            {\n                \"essid\": \"HotspotB500\"\n            },\n            {\n                \"essid\": \"HotspotB508\"\n            },\n            {\n                \"essid\": \"HotspotB521\"\n            },\n            {\n                \"essid\": \"HotspotB52E\"\n            },\n            {\n                \"essid\": \"HotspotB538\"\n            },\n            {\n                \"essid\": \"HotspotB53A\"\n            },\n            {\n                \"essid\": \"HotspotB53F\"\n            },\n            {\n                \"essid\": \"HotspotB548\"\n            },\n            {\n                \"essid\": \"HotspotB557\"\n            },\n            {\n                \"essid\": \"HotspotB55F\"\n            },\n            {\n                \"essid\": \"HotspotB56C\"\n            },\n            {\n                \"essid\": \"HotspotB572\"\n            },\n            {\n                \"essid\": \"HotspotB58D\"\n            },\n            {\n                \"essid\": \"HotspotB599\"\n            },\n            {\n                \"essid\": \"HotspotB5B1\"\n            },\n            {\n                \"essid\": \"HotspotB5C6\"\n            },\n            {\n                \"essid\": \"HotspotB5CF\"\n            },\n            {\n                \"essid\": \"HotspotB5DE\"\n            },\n            {\n                \"essid\": \"HotspotB5E6\"\n            },\n            {\n                \"essid\": \"HotspotB5F8\"\n            },\n            {\n                \"essid\": \"HotspotB5FC\"\n            },\n            {\n                \"essid\": \"HotspotB60B\"\n            },\n            {\n                \"essid\": \"HotspotB613\"\n            },\n            {\n                \"essid\": \"HotspotB617\"\n            },\n            {\n                \"essid\": \"HotspotB619\"\n            },\n            {\n                \"essid\": \"HotspotB61C\"\n            },\n            {\n                \"essid\": \"HotspotB621\"\n            },\n            {\n                \"essid\": \"HotspotB628\"\n            },\n            {\n                \"essid\": \"HotspotB62C\"\n            },\n            {\n                \"essid\": \"HotspotB633\"\n            },\n            {\n                \"essid\": \"HotspotB647\"\n            },\n            {\n                \"essid\": \"HotspotB656\"\n            },\n            {\n                \"essid\": \"HotspotB663\"\n            },\n            {\n                \"essid\": \"HotspotB667\"\n            },\n            {\n                \"essid\": \"HotspotB680\"\n            },\n            {\n                \"essid\": \"HotspotB68D\"\n            },\n            {\n                \"essid\": \"HotspotB68F\"\n            },\n            {\n                \"essid\": \"HotspotB69A\"\n            },\n            {\n                \"essid\": \"HotspotB69D\"\n            },\n            {\n                \"essid\": \"HotspotB6B5\"\n            },\n            {\n                \"essid\": \"HotspotB6B7\"\n            },\n            {\n                \"essid\": \"HotspotB6C3\"\n            },\n            {\n                \"essid\": \"HotspotB6CE\"\n            },\n            {\n                \"essid\": \"HotspotB6D5\"\n            },\n            {\n                \"essid\": \"HotspotB6D8\"\n            },\n            {\n                \"essid\": \"HotspotB6E1\"\n            },\n            {\n                \"essid\": \"HotspotB6E5\"\n            },\n            {\n                \"essid\": \"HotspotB6EF\"\n            },\n            {\n                \"essid\": \"HotspotB6F7\"\n            },\n            {\n                \"essid\": \"HotspotB700\"\n            },\n            {\n                \"essid\": \"HotspotB709\"\n            },\n            {\n                \"essid\": \"HotspotB70F\"\n            },\n            {\n                \"essid\": \"HotspotB716\"\n            },\n            {\n                \"essid\": \"HotspotB722\"\n            },\n            {\n                \"essid\": \"HotspotB728\"\n            },\n            {\n                \"essid\": \"HotspotB751\"\n            },\n            {\n                \"essid\": \"HotspotB762\"\n            },\n            {\n                \"essid\": \"HotspotB77D\"\n            },\n            {\n                \"essid\": \"HotspotB792\"\n            },\n            {\n                \"essid\": \"HotspotB796\"\n            },\n            {\n                \"essid\": \"HotspotB7A7\"\n            },\n            {\n                \"essid\": \"HotspotB7A8\"\n            },\n            {\n                \"essid\": \"HotspotB7C8\"\n            },\n            {\n                \"essid\": \"HotspotB7E0\"\n            },\n            {\n                \"essid\": \"HotspotB7EC\"\n            },\n            {\n                \"essid\": \"HotspotB7F9\"\n            },\n            {\n                \"essid\": \"HotspotB800\"\n            },\n            {\n                \"essid\": \"HotspotB806\"\n            },\n            {\n                \"essid\": \"HotspotB80F\"\n            },\n            {\n                \"essid\": \"HotspotB838\"\n            },\n            {\n                \"essid\": \"HotspotB83C\"\n            },\n            {\n                \"essid\": \"HotspotB83F\"\n            },\n            {\n                \"essid\": \"HotspotB844\"\n            },\n            {\n                \"essid\": \"HotspotB85C\"\n            },\n            {\n                \"essid\": \"HotspotB86F\"\n            },\n            {\n                \"essid\": \"HotspotB886\"\n            },\n            {\n                \"essid\": \"HotspotB892\"\n            },\n            {\n                \"essid\": \"HotspotB8B6\"\n            },\n            {\n                \"essid\": \"HotspotB8B7\"\n            },\n            {\n                \"essid\": \"HotspotB8CE\"\n            },\n            {\n                \"essid\": \"HotspotB8EC\"\n            },\n            {\n                \"essid\": \"HotspotB8EF\"\n            },\n            {\n                \"essid\": \"HotspotB8F3\"\n            },\n            {\n                \"essid\": \"HotspotB917\"\n            },\n            {\n                \"essid\": \"HotspotB91A\"\n            },\n            {\n                \"essid\": \"HotspotB923\"\n            },\n            {\n                \"essid\": \"HotspotB94A\"\n            },\n            {\n                \"essid\": \"HotspotB963\"\n            },\n            {\n                \"essid\": \"HotspotB969\"\n            },\n            {\n                \"essid\": \"HotspotB972\"\n            },\n            {\n                \"essid\": \"HotspotB983\"\n            },\n            {\n                \"essid\": \"HotspotB98B\"\n            },\n            {\n                \"essid\": \"HotspotB98E\"\n            },\n            {\n                \"essid\": \"HotspotB995\"\n            },\n            {\n                \"essid\": \"HotspotB998\"\n            },\n            {\n                \"essid\": \"HotspotB9A6\"\n            },\n            {\n                \"essid\": \"HotspotB9B3\"\n            },\n            {\n                \"essid\": \"HotspotB9CE\"\n            },\n            {\n                \"essid\": \"HotspotB9D1\"\n            },\n            {\n                \"essid\": \"HotspotB9E5\"\n            },\n            {\n                \"essid\": \"HotspotB9E7\"\n            },\n            {\n                \"essid\": \"HotspotB9F2\"\n            },\n            {\n                \"essid\": \"HotspotB9FD\"\n            },\n            {\n                \"essid\": \"HotspotBA09\"\n            },\n            {\n                \"essid\": \"HotspotBA1A\"\n            },\n            {\n                \"essid\": \"HotspotBA21\"\n            },\n            {\n                \"essid\": \"HotspotBA26\"\n            },\n            {\n                \"essid\": \"HotspotBA2E\"\n            },\n            {\n                \"essid\": \"HotspotBA3C\"\n            },\n            {\n                \"essid\": \"HotspotBA3E\"\n            },\n            {\n                \"essid\": \"HotspotBA4E\"\n            },\n            {\n                \"essid\": \"HotspotBA4F\"\n            },\n            {\n                \"essid\": \"HotspotBA56\"\n            },\n            {\n                \"essid\": \"HotspotBA5E\"\n            },\n            {\n                \"essid\": \"HotspotBA60\"\n            },\n            {\n                \"essid\": \"HotspotBA66\"\n            },\n            {\n                \"essid\": \"HotspotBA6F\"\n            },\n            {\n                \"essid\": \"HotspotBA70\"\n            },\n            {\n                \"essid\": \"HotspotBA71\"\n            },\n            {\n                \"essid\": \"HotspotBA7D\"\n            },\n            {\n                \"essid\": \"HotspotBA81\"\n            },\n            {\n                \"essid\": \"HotspotBA9D\"\n            },\n            {\n                \"essid\": \"HotspotBAAC\"\n            },\n            {\n                \"essid\": \"HotspotBAB0\"\n            },\n            {\n                \"essid\": \"HotspotBAB2\"\n            },\n            {\n                \"essid\": \"HotspotBAC5\"\n            },\n            {\n                \"essid\": \"HotspotBACD\"\n            },\n            {\n                \"essid\": \"HotspotBADF\"\n            },\n            {\n                \"essid\": \"HotspotBAEA\"\n            },\n            {\n                \"essid\": \"HotspotBB01\"\n            },\n            {\n                \"essid\": \"HotspotBB06\"\n            },\n            {\n                \"essid\": \"HotspotBB30\"\n            },\n            {\n                \"essid\": \"HotspotBB49\"\n            },\n            {\n                \"essid\": \"HotspotBB4E\"\n            },\n            {\n                \"essid\": \"HotspotBB5B\"\n            },\n            {\n                \"essid\": \"HotspotBB6E\"\n            },\n            {\n                \"essid\": \"HotspotBB96\"\n            },\n            {\n                \"essid\": \"HotspotBB98\"\n            },\n            {\n                \"essid\": \"HotspotBBAA\"\n            },\n            {\n                \"essid\": \"HotspotBBBA\"\n            },\n            {\n                \"essid\": \"HotspotBBE6\"\n            },\n            {\n                \"essid\": \"HotspotBC0E\"\n            },\n            {\n                \"essid\": \"HotspotBC1B\"\n            },\n            {\n                \"essid\": \"HotspotBC3C\"\n            },\n            {\n                \"essid\": \"HotspotBC42\"\n            },\n            {\n                \"essid\": \"HotspotBC7F\"\n            },\n            {\n                \"essid\": \"HotspotBC8F\"\n            },\n            {\n                \"essid\": \"HotspotBC9B\"\n            },\n            {\n                \"essid\": \"HotspotBCA1\"\n            },\n            {\n                \"essid\": \"HotspotBCB2\"\n            },\n            {\n                \"essid\": \"HotspotBCC3\"\n            },\n            {\n                \"essid\": \"HotspotBCC5\"\n            },\n            {\n                \"essid\": \"HotspotBCD7\"\n            },\n            {\n                \"essid\": \"HotspotBCD9\"\n            },\n            {\n                \"essid\": \"HotspotBD02\"\n            },\n            {\n                \"essid\": \"HotspotBD05\"\n            },\n            {\n                \"essid\": \"HotspotBD0E\"\n            },\n            {\n                \"essid\": \"HotspotBD1C\"\n            },\n            {\n                \"essid\": \"HotspotBD24\"\n            },\n            {\n                \"essid\": \"HotspotBD25\"\n            },\n            {\n                \"essid\": \"HotspotBD3B\"\n            },\n            {\n                \"essid\": \"HotspotBD53\"\n            },\n            {\n                \"essid\": \"HotspotBD6B\"\n            },\n            {\n                \"essid\": \"HotspotBD77\"\n            },\n            {\n                \"essid\": \"HotspotBD7F\"\n            },\n            {\n                \"essid\": \"HotspotBD8D\"\n            },\n            {\n                \"essid\": \"HotspotBD90\"\n            },\n            {\n                \"essid\": \"HotspotBDAF\"\n            },\n            {\n                \"essid\": \"HotspotBDB7\"\n            },\n            {\n                \"essid\": \"HotspotBDDD\"\n            },\n            {\n                \"essid\": \"HotspotBDE8\"\n            },\n            {\n                \"essid\": \"HotspotBDF0\"\n            },\n            {\n                \"essid\": \"HotspotBDF4\"\n            },\n            {\n                \"essid\": \"HotspotBDF8\"\n            },\n            {\n                \"essid\": \"HotspotBDFF\"\n            },\n            {\n                \"essid\": \"HotspotBE06\"\n            },\n            {\n                \"essid\": \"HotspotBE15\"\n            },\n            {\n                \"essid\": \"HotspotBE20\"\n            },\n            {\n                \"essid\": \"HotspotBE66\"\n            },\n            {\n                \"essid\": \"HotspotBE77\"\n            },\n            {\n                \"essid\": \"HotspotBE8B\"\n            },\n            {\n                \"essid\": \"HotspotBE90\"\n            },\n            {\n                \"essid\": \"HotspotBE94\"\n            },\n            {\n                \"essid\": \"HotspotBE98\"\n            },\n            {\n                \"essid\": \"HotspotBEA0\"\n            },\n            {\n                \"essid\": \"HotspotBEA5\"\n            },\n            {\n                \"essid\": \"HotspotBEC2\"\n            },\n            {\n                \"essid\": \"HotspotBEC4\"\n            },\n            {\n                \"essid\": \"HotspotBEC7\"\n            },\n            {\n                \"essid\": \"HotspotBECF\"\n            },\n            {\n                \"essid\": \"HotspotBF0B\"\n            },\n            {\n                \"essid\": \"HotspotBF26\"\n            },\n            {\n                \"essid\": \"HotspotBF31\"\n            },\n            {\n                \"essid\": \"HotspotBF5D\"\n            },\n            {\n                \"essid\": \"HotspotBF60\"\n            },\n            {\n                \"essid\": \"HotspotBF63\"\n            },\n            {\n                \"essid\": \"HotspotBF8N\"\n            },\n            {\n                \"essid\": \"HotspotBF90\"\n            },\n            {\n                \"essid\": \"HotspotBFB1\"\n            },\n            {\n                \"essid\": \"HotspotBFB2\"\n            },\n            {\n                \"essid\": \"HotspotBFB9\"\n            },\n            {\n                \"essid\": \"HotspotBFBA\"\n            },\n            {\n                \"essid\": \"HotspotBFBC\"\n            },\n            {\n                \"essid\": \"HotspotBFC2\"\n            },\n            {\n                \"essid\": \"HotspotBFD0\"\n            },\n            {\n                \"essid\": \"HotspotBFEF\"\n            },\n            {\n                \"essid\": \"HotSpotBielka\"\n            },\n            {\n                \"essid\": \"HotspotC006\"\n            },\n            {\n                \"essid\": \"HotspotC007\"\n            },\n            {\n                \"essid\": \"HotspotC012\"\n            },\n            {\n                \"essid\": \"HotspotC022\"\n            },\n            {\n                \"essid\": \"HotspotC028\"\n            },\n            {\n                \"essid\": \"HotspotC02B\"\n            },\n            {\n                \"essid\": \"HotspotC030\"\n            },\n            {\n                \"essid\": \"HotspotC032\"\n            },\n            {\n                \"essid\": \"HotspotC03E\"\n            },\n            {\n                \"essid\": \"HotspotC046\"\n            },\n            {\n                \"essid\": \"HotspotC076\"\n            },\n            {\n                \"essid\": \"HotspotC087\"\n            },\n            {\n                \"essid\": \"HotspotC088\"\n            },\n            {\n                \"essid\": \"HotspotC09A\"\n            },\n            {\n                \"essid\": \"HotspotC0AA\"\n            },\n            {\n                \"essid\": \"HotspotC0C5\"\n            },\n            {\n                \"essid\": \"HotspotC0CE\"\n            },\n            {\n                \"essid\": \"HotspotC0D9\"\n            },\n            {\n                \"essid\": \"HotspotC0DB\"\n            },\n            {\n                \"essid\": \"HotspotC0F5\"\n            },\n            {\n                \"essid\": \"HotspotC106\"\n            },\n            {\n                \"essid\": \"HotspotC11F\"\n            },\n            {\n                \"essid\": \"HotspotC123\"\n            },\n            {\n                \"essid\": \"HotspotC129\"\n            },\n            {\n                \"essid\": \"HotspotC12C\"\n            },\n            {\n                \"essid\": \"HotspotC137\"\n            },\n            {\n                \"essid\": \"HotspotC151\"\n            },\n            {\n                \"essid\": \"HotspotC15F\"\n            },\n            {\n                \"essid\": \"HotspotC163\"\n            },\n            {\n                \"essid\": \"HotspotC16E\"\n            },\n            {\n                \"essid\": \"HotspotC182\"\n            },\n            {\n                \"essid\": \"HotspotC192\"\n            },\n            {\n                \"essid\": \"HotspotC196\"\n            },\n            {\n                \"essid\": \"HotspotC1A7\"\n            },\n            {\n                \"essid\": \"HotspotC1A8\"\n            },\n            {\n                \"essid\": \"HotspotC1AA\"\n            },\n            {\n                \"essid\": \"HotspotC1CD\"\n            },\n            {\n                \"essid\": \"HotspotC1D3\"\n            },\n            {\n                \"essid\": \"HotspotC1DA\"\n            },\n            {\n                \"essid\": \"HotspotC1E5\"\n            },\n            {\n                \"essid\": \"HotspotC1ED\"\n            },\n            {\n                \"essid\": \"HotspotC1F4\"\n            },\n            {\n                \"essid\": \"HotspotC1F5\"\n            },\n            {\n                \"essid\": \"HotspotC20A\"\n            },\n            {\n                \"essid\": \"HotspotC269\"\n            },\n            {\n                \"essid\": \"HotspotC295\"\n            },\n            {\n                \"essid\": \"HotspotC29E\"\n            },\n            {\n                \"essid\": \"HotspotC2A7\"\n            },\n            {\n                \"essid\": \"HotspotC2AA\"\n            },\n            {\n                \"essid\": \"HotspotC2BB\"\n            },\n            {\n                \"essid\": \"HotspotC2C8\"\n            },\n            {\n                \"essid\": \"HotspotC2CA\"\n            },\n            {\n                \"essid\": \"HotspotC2D4\"\n            },\n            {\n                \"essid\": \"HotspotC2D6\"\n            },\n            {\n                \"essid\": \"HotspotC2D8\"\n            },\n            {\n                \"essid\": \"HotspotC2DF\"\n            },\n            {\n                \"essid\": \"HotspotC2E0\"\n            },\n            {\n                \"essid\": \"HotspotC2E1\"\n            },\n            {\n                \"essid\": \"HotspotC2E8\"\n            },\n            {\n                \"essid\": \"HotspotC328\"\n            },\n            {\n                \"essid\": \"HotspotC32B\"\n            },\n            {\n                \"essid\": \"HotspotC330\"\n            },\n            {\n                \"essid\": \"HotspotC334\"\n            },\n            {\n                \"essid\": \"HotspotC338\"\n            },\n            {\n                \"essid\": \"HotspotC33A\"\n            },\n            {\n                \"essid\": \"HotspotC350\"\n            },\n            {\n                \"essid\": \"HotspotC363\"\n            },\n            {\n                \"essid\": \"HotspotC36D\"\n            },\n            {\n                \"essid\": \"HotspotC376\"\n            },\n            {\n                \"essid\": \"HotspotC38C\"\n            },\n            {\n                \"essid\": \"HotspotC38E\"\n            },\n            {\n                \"essid\": \"HotspotC393\"\n            },\n            {\n                \"essid\": \"HotspotC39B\"\n            },\n            {\n                \"essid\": \"HotspotC39C\"\n            },\n            {\n                \"essid\": \"HotspotC3BF\"\n            },\n            {\n                \"essid\": \"HotspotC3C6\"\n            },\n            {\n                \"essid\": \"HotspotC3CE\"\n            },\n            {\n                \"essid\": \"HotspotC3E5\"\n            },\n            {\n                \"essid\": \"HotspotC414\"\n            },\n            {\n                \"essid\": \"HotspotC415\"\n            },\n            {\n                \"essid\": \"HotspotC426\"\n            },\n            {\n                \"essid\": \"HotspotC42C\"\n            },\n            {\n                \"essid\": \"HotspotC430\"\n            },\n            {\n                \"essid\": \"HotspotC449\"\n            },\n            {\n                \"essid\": \"HotspotC450\"\n            },\n            {\n                \"essid\": \"HotspotC455\"\n            },\n            {\n                \"essid\": \"HotspotC459\"\n            },\n            {\n                \"essid\": \"HotspotC467\"\n            },\n            {\n                \"essid\": \"HotspotC490\"\n            },\n            {\n                \"essid\": \"HotspotC4C9\"\n            },\n            {\n                \"essid\": \"HotspotC4DE\"\n            },\n            {\n                \"essid\": \"HotspotC4F6\"\n            },\n            {\n                \"essid\": \"HotspotC503\"\n            },\n            {\n                \"essid\": \"HotspotC534\"\n            },\n            {\n                \"essid\": \"HotspotC53C\"\n            },\n            {\n                \"essid\": \"HotspotC563\"\n            },\n            {\n                \"essid\": \"HotspotC57F\"\n            },\n            {\n                \"essid\": \"HotspotC5B4\"\n            },\n            {\n                \"essid\": \"HotspotC5C1\"\n            },\n            {\n                \"essid\": \"HotspotC5D7\"\n            },\n            {\n                \"essid\": \"HotspotC5DA\"\n            },\n            {\n                \"essid\": \"HotspotC5EB\"\n            },\n            {\n                \"essid\": \"HotspotC5FB\"\n            },\n            {\n                \"essid\": \"HotspotC62D\"\n            },\n            {\n                \"essid\": \"HotspotC63D\"\n            },\n            {\n                \"essid\": \"HotspotC647\"\n            },\n            {\n                \"essid\": \"HotspotC64C\"\n            },\n            {\n                \"essid\": \"HotspotC677\"\n            },\n            {\n                \"essid\": \"HotspotC69D\"\n            },\n            {\n                \"essid\": \"HotspotC6DA\"\n            },\n            {\n                \"essid\": \"HotspotC6EF\"\n            },\n            {\n                \"essid\": \"HotspotC74B\"\n            },\n            {\n                \"essid\": \"HotspotC75A\"\n            },\n            {\n                \"essid\": \"HotspotC768\"\n            },\n            {\n                \"essid\": \"HotspotC781\"\n            },\n            {\n                \"essid\": \"HotspotC787\"\n            },\n            {\n                \"essid\": \"HotspotC78A\"\n            },\n            {\n                \"essid\": \"HotspotC7A2\"\n            },\n            {\n                \"essid\": \"HotspotC7AD\"\n            },\n            {\n                \"essid\": \"HotspotC7BF\"\n            },\n            {\n                \"essid\": \"HotspotC7C2\"\n            },\n            {\n                \"essid\": \"HotspotC7C6\"\n            },\n            {\n                \"essid\": \"HotspotC7C8\"\n            },\n            {\n                \"essid\": \"HotspotC7D5\"\n            },\n            {\n                \"essid\": \"HotspotC7F4\"\n            },\n            {\n                \"essid\": \"HotspotC801\"\n            },\n            {\n                \"essid\": \"HotspotC807\"\n            },\n            {\n                \"essid\": \"HotspotC80F\"\n            },\n            {\n                \"essid\": \"HotspotC831\"\n            },\n            {\n                \"essid\": \"HotspotC855\"\n            },\n            {\n                \"essid\": \"HotspotC858\"\n            },\n            {\n                \"essid\": \"HotspotC864\"\n            },\n            {\n                \"essid\": \"HotspotC886\"\n            },\n            {\n                \"essid\": \"HotspotC89C\"\n            },\n            {\n                \"essid\": \"HotspotC8B5\"\n            },\n            {\n                \"essid\": \"HotspotC8B8\"\n            },\n            {\n                \"essid\": \"HotspotC8C8\"\n            },\n            {\n                \"essid\": \"HotspotC8DC\"\n            },\n            {\n                \"essid\": \"HotspotC8E7\"\n            },\n            {\n                \"essid\": \"HotspotC8E9\"\n            },\n            {\n                \"essid\": \"HotspotC8ED\"\n            },\n            {\n                \"essid\": \"HotspotC903\"\n            },\n            {\n                \"essid\": \"HotspotC90E\"\n            },\n            {\n                \"essid\": \"HotspotC917\"\n            },\n            {\n                \"essid\": \"HotspotC91A\"\n            },\n            {\n                \"essid\": \"HotspotC933\"\n            },\n            {\n                \"essid\": \"HotspotC968\"\n            },\n            {\n                \"essid\": \"HotspotC96E\"\n            },\n            {\n                \"essid\": \"HotspotC982\"\n            },\n            {\n                \"essid\": \"HotspotC98A\"\n            },\n            {\n                \"essid\": \"HotspotC9BF\"\n            },\n            {\n                \"essid\": \"HotspotC9C7\"\n            },\n            {\n                \"essid\": \"HotspotC9D3\"\n            },\n            {\n                \"essid\": \"HotspotC9D6\"\n            },\n            {\n                \"essid\": \"HotspotC9DE\"\n            },\n            {\n                \"essid\": \"HotspotC9FE\"\n            },\n            {\n                \"essid\": \"HotspotCA02\"\n            },\n            {\n                \"essid\": \"HotspotCA0F\"\n            },\n            {\n                \"essid\": \"HotspotCA15\"\n            },\n            {\n                \"essid\": \"HotspotCA23\"\n            },\n            {\n                \"essid\": \"HotspotCA25\"\n            },\n            {\n                \"essid\": \"HotspotCA28\"\n            },\n            {\n                \"essid\": \"HotspotCA65\"\n            },\n            {\n                \"essid\": \"HotspotCA6A\"\n            },\n            {\n                \"essid\": \"HotspotCA73\"\n            },\n            {\n                \"essid\": \"HotspotCA7C\"\n            },\n            {\n                \"essid\": \"HotspotCA7D\"\n            },\n            {\n                \"essid\": \"HotspotCA7E\"\n            },\n            {\n                \"essid\": \"HotspotCA85\"\n            },\n            {\n                \"essid\": \"HotspotCA90\"\n            },\n            {\n                \"essid\": \"HotspotCA98\"\n            },\n            {\n                \"essid\": \"HotspotCAAD\"\n            },\n            {\n                \"essid\": \"HotspotCAB5\"\n            },\n            {\n                \"essid\": \"HotspotCAC1\"\n            },\n            {\n                \"essid\": \"HotspotCAD5\"\n            },\n            {\n                \"essid\": \"HotspotCAE0\"\n            },\n            {\n                \"essid\": \"HotspotCB02\"\n            },\n            {\n                \"essid\": \"HotspotCB0A\"\n            },\n            {\n                \"essid\": \"HotspotCB20\"\n            },\n            {\n                \"essid\": \"HotspotCB24\"\n            },\n            {\n                \"essid\": \"HotspotCB57\"\n            },\n            {\n                \"essid\": \"HotspotCB5E\"\n            },\n            {\n                \"essid\": \"HotspotCB68\"\n            },\n            {\n                \"essid\": \"HotspotCB6F\"\n            },\n            {\n                \"essid\": \"HotspotCB73\"\n            },\n            {\n                \"essid\": \"HotspotCB75\"\n            },\n            {\n                \"essid\": \"HotspotCB7C\"\n            },\n            {\n                \"essid\": \"HotspotCB87\"\n            },\n            {\n                \"essid\": \"HotspotCB9D\"\n            },\n            {\n                \"essid\": \"HotspotCBB6\"\n            },\n            {\n                \"essid\": \"HotspotCBC3\"\n            },\n            {\n                \"essid\": \"HotspotCBCD\"\n            },\n            {\n                \"essid\": \"HotspotCBCF\"\n            },\n            {\n                \"essid\": \"HotspotCBF6\"\n            },\n            {\n                \"essid\": \"HotspotCC14\"\n            },\n            {\n                \"essid\": \"HotspotCC19\"\n            },\n            {\n                \"essid\": \"HotspotCC26\"\n            },\n            {\n                \"essid\": \"HotspotCC31\"\n            },\n            {\n                \"essid\": \"HotspotCC46\"\n            },\n            {\n                \"essid\": \"HotspotCC54\"\n            },\n            {\n                \"essid\": \"HotspotCC56\"\n            },\n            {\n                \"essid\": \"HotspotCC66\"\n            },\n            {\n                \"essid\": \"HotspotCC6B\"\n            },\n            {\n                \"essid\": \"HotspotCC8F\"\n            },\n            {\n                \"essid\": \"HotspotCC92\"\n            },\n            {\n                \"essid\": \"HotspotCCB2\"\n            },\n            {\n                \"essid\": \"HotspotCCE9\"\n            },\n            {\n                \"essid\": \"HotspotCCFC\"\n            },\n            {\n                \"essid\": \"HotspotCD06\"\n            },\n            {\n                \"essid\": \"HotspotCD17\"\n            },\n            {\n                \"essid\": \"HotspotCD44\"\n            },\n            {\n                \"essid\": \"HotspotCD4B\"\n            },\n            {\n                \"essid\": \"HotspotCD50\"\n            },\n            {\n                \"essid\": \"HotspotCD60\"\n            },\n            {\n                \"essid\": \"HotspotCD63\"\n            },\n            {\n                \"essid\": \"HotspotCD66\"\n            },\n            {\n                \"essid\": \"HotspotCD6E\"\n            },\n            {\n                \"essid\": \"HotspotCD88\"\n            },\n            {\n                \"essid\": \"HotspotCD93\"\n            },\n            {\n                \"essid\": \"HotspotCDA6\"\n            },\n            {\n                \"essid\": \"HotspotCDD3\"\n            },\n            {\n                \"essid\": \"HotspotCDE0\"\n            },\n            {\n                \"essid\": \"HotspotCE01\"\n            },\n            {\n                \"essid\": \"HotspotCE11\"\n            },\n            {\n                \"essid\": \"HotspotCE16\"\n            },\n            {\n                \"essid\": \"HotspotCE20\"\n            },\n            {\n                \"essid\": \"HotspotCE21\"\n            },\n            {\n                \"essid\": \"HotspotCE2E\"\n            },\n            {\n                \"essid\": \"HotspotCE37\"\n            },\n            {\n                \"essid\": \"HotspotCE41\"\n            },\n            {\n                \"essid\": \"HotspotCE4B\"\n            },\n            {\n                \"essid\": \"HotspotCE69\"\n            },\n            {\n                \"essid\": \"HotspotCE71\"\n            },\n            {\n                \"essid\": \"HotspotCE84\"\n            },\n            {\n                \"essid\": \"HotspotCE95\"\n            },\n            {\n                \"essid\": \"HotspotCE9F\"\n            },\n            {\n                \"essid\": \"HotspotCEB9\"\n            },\n            {\n                \"essid\": \"HotspotCEBE\"\n            },\n            {\n                \"essid\": \"HotspotCEE7\"\n            },\n            {\n                \"essid\": \"HotspotCEED\"\n            },\n            {\n                \"essid\": \"HotspotCF26\"\n            },\n            {\n                \"essid\": \"HotspotCF31\"\n            },\n            {\n                \"essid\": \"HotspotCF4A\"\n            },\n            {\n                \"essid\": \"HotspotCF4F\"\n            },\n            {\n                \"essid\": \"HotspotCF65\"\n            },\n            {\n                \"essid\": \"HotspotCF70\"\n            },\n            {\n                \"essid\": \"HotspotCF7D\"\n            },\n            {\n                \"essid\": \"HotspotCF94\"\n            },\n            {\n                \"essid\": \"HotspotCFA6\"\n            },\n            {\n                \"essid\": \"HotspotCFA8\"\n            },\n            {\n                \"essid\": \"HotspotCFAA\"\n            },\n            {\n                \"essid\": \"HotspotCFB2\"\n            },\n            {\n                \"essid\": \"HotspotCFD3\"\n            },\n            {\n                \"essid\": \"HotspotCFDC\"\n            },\n            {\n                \"essid\": \"HotspotCFEC\"\n            },\n            {\n                \"essid\": \"HotspotCFEE\"\n            },\n            {\n                \"essid\": \"HotspotCFFE\"\n            },\n            {\n                \"essid\": \"HotspotcZdy\"\n            },\n            {\n                \"essid\": \"HotspotD01C\"\n            },\n            {\n                \"essid\": \"HotspotD022\"\n            },\n            {\n                \"essid\": \"HotspotD023\"\n            },\n            {\n                \"essid\": \"HotspotD029\"\n            },\n            {\n                \"essid\": \"HotspotD02B\"\n            },\n            {\n                \"essid\": \"HotspotD039\"\n            },\n            {\n                \"essid\": \"HotspotD041\"\n            },\n            {\n                \"essid\": \"HotspotD046\"\n            },\n            {\n                \"essid\": \"HotspotD047\"\n            },\n            {\n                \"essid\": \"HotspotD049\"\n            },\n            {\n                \"essid\": \"HotspotD056\"\n            },\n            {\n                \"essid\": \"HotspotD05B\"\n            },\n            {\n                \"essid\": \"HotspotD062\"\n            },\n            {\n                \"essid\": \"HotspotD06C\"\n            },\n            {\n                \"essid\": \"HotspotD076\"\n            },\n            {\n                \"essid\": \"HotspotD085\"\n            },\n            {\n                \"essid\": \"HotspotD08F\"\n            },\n            {\n                \"essid\": \"HotspotD090\"\n            },\n            {\n                \"essid\": \"HotspotD094\"\n            },\n            {\n                \"essid\": \"HotspotD09F\"\n            },\n            {\n                \"essid\": \"HotspotD0AD\"\n            },\n            {\n                \"essid\": \"HotspotD0B1\"\n            },\n            {\n                \"essid\": \"HotspotD0C4\"\n            },\n            {\n                \"essid\": \"HotspotD0D2\"\n            },\n            {\n                \"essid\": \"HotspotD0DD\"\n            },\n            {\n                \"essid\": \"HotspotD0EF\"\n            },\n            {\n                \"essid\": \"HotspotD0F5\"\n            },\n            {\n                \"essid\": \"HotspotD0FF\"\n            },\n            {\n                \"essid\": \"HotspotD121\"\n            },\n            {\n                \"essid\": \"HotspotD13B\"\n            },\n            {\n                \"essid\": \"HotspotD14A\"\n            },\n            {\n                \"essid\": \"HotspotD14F\"\n            },\n            {\n                \"essid\": \"HotspotD167\"\n            },\n            {\n                \"essid\": \"HotspotD188\"\n            },\n            {\n                \"essid\": \"HotspotD189\"\n            },\n            {\n                \"essid\": \"HotspotD18D\"\n            },\n            {\n                \"essid\": \"HotspotD1AB\"\n            },\n            {\n                \"essid\": \"HotspotD1E0\"\n            },\n            {\n                \"essid\": \"HotspotD1F6\"\n            },\n            {\n                \"essid\": \"HotspotD20A\"\n            },\n            {\n                \"essid\": \"HotspotD20E\"\n            },\n            {\n                \"essid\": \"HotspotD227\"\n            },\n            {\n                \"essid\": \"HotspotD23A\"\n            },\n            {\n                \"essid\": \"HotspotD247\"\n            },\n            {\n                \"essid\": \"HotspotD24A\"\n            },\n            {\n                \"essid\": \"HotspotD251\"\n            },\n            {\n                \"essid\": \"HotspotD257\"\n            },\n            {\n                \"essid\": \"HotspotD25F\"\n            },\n            {\n                \"essid\": \"HotspotD262\"\n            },\n            {\n                \"essid\": \"HotspotD26F\"\n            },\n            {\n                \"essid\": \"HotspotD28A\"\n            },\n            {\n                \"essid\": \"HotspotD2A1\"\n            },\n            {\n                \"essid\": \"HotspotD2A9\"\n            },\n            {\n                \"essid\": \"HotspotD2B8\"\n            },\n            {\n                \"essid\": \"HotspotD2C5\"\n            },\n            {\n                \"essid\": \"HotspotD2C8\"\n            },\n            {\n                \"essid\": \"HotspotD2CA\"\n            },\n            {\n                \"essid\": \"HotspotD2D3\"\n            },\n            {\n                \"essid\": \"HotspotD2DC\"\n            },\n            {\n                \"essid\": \"HotspotD2FA\"\n            },\n            {\n                \"essid\": \"HotspotD309\"\n            },\n            {\n                \"essid\": \"HotspotD311\"\n            },\n            {\n                \"essid\": \"HotspotD324\"\n            },\n            {\n                \"essid\": \"HotspotD326\"\n            },\n            {\n                \"essid\": \"HotspotD32E\"\n            },\n            {\n                \"essid\": \"HotspotD338\"\n            },\n            {\n                \"essid\": \"HotspotD341\"\n            },\n            {\n                \"essid\": \"HotspotD364\"\n            },\n            {\n                \"essid\": \"HotspotD37F\"\n            },\n            {\n                \"essid\": \"HotspotD388\"\n            },\n            {\n                \"essid\": \"HotspotD38A\"\n            },\n            {\n                \"essid\": \"HotspotD392\"\n            },\n            {\n                \"essid\": \"HotspotD397\"\n            },\n            {\n                \"essid\": \"HotspotD3C4\"\n            },\n            {\n                \"essid\": \"HotspotD3C9\"\n            },\n            {\n                \"essid\": \"HotspotD3CC\"\n            },\n            {\n                \"essid\": \"HotspotD3DB\"\n            },\n            {\n                \"essid\": \"HotspotD3E6\"\n            },\n            {\n                \"essid\": \"HotspotD3F7\"\n            },\n            {\n                \"essid\": \"HotspotD3F8\"\n            },\n            {\n                \"essid\": \"HotspotD44E\"\n            },\n            {\n                \"essid\": \"HotspotD472\"\n            },\n            {\n                \"essid\": \"HotspotD48D\"\n            },\n            {\n                \"essid\": \"HotspotD48E\"\n            },\n            {\n                \"essid\": \"HotspotD498\"\n            },\n            {\n                \"essid\": \"HotspotD49A\"\n            },\n            {\n                \"essid\": \"HotspotD4A6\"\n            },\n            {\n                \"essid\": \"HotspotD4B2\"\n            },\n            {\n                \"essid\": \"HotspotD4C6\"\n            },\n            {\n                \"essid\": \"HotspotD4D4\"\n            },\n            {\n                \"essid\": \"HotspotD4DA\"\n            },\n            {\n                \"essid\": \"HotspotD4F1\"\n            },\n            {\n                \"essid\": \"HotspotD4F3\"\n            },\n            {\n                \"essid\": \"HotspotD503\"\n            },\n            {\n                \"essid\": \"HotspotD50D\"\n            },\n            {\n                \"essid\": \"HotspotD514\"\n            },\n            {\n                \"essid\": \"HotspotD527\"\n            },\n            {\n                \"essid\": \"HotspotD52B\"\n            },\n            {\n                \"essid\": \"HotspotD530\"\n            },\n            {\n                \"essid\": \"HotspotD541\"\n            },\n            {\n                \"essid\": \"HotspotD54F\"\n            },\n            {\n                \"essid\": \"HotspotD55E\"\n            },\n            {\n                \"essid\": \"HotspotD569\"\n            },\n            {\n                \"essid\": \"HotspotD57D\"\n            },\n            {\n                \"essid\": \"HotspotD5A7\"\n            },\n            {\n                \"essid\": \"HotspotD5AA\"\n            },\n            {\n                \"essid\": \"HotspotD5BF\"\n            },\n            {\n                \"essid\": \"HotspotD5DA\"\n            },\n            {\n                \"essid\": \"HotspotD5E0\"\n            },\n            {\n                \"essid\": \"HotspotD5F9\"\n            },\n            {\n                \"essid\": \"HotspotD5FF\"\n            },\n            {\n                \"essid\": \"HotspotD603\"\n            },\n            {\n                \"essid\": \"HotspotD616\"\n            },\n            {\n                \"essid\": \"HotspotD61C\"\n            },\n            {\n                \"essid\": \"HotspotD630\"\n            },\n            {\n                \"essid\": \"HotspotD63D\"\n            },\n            {\n                \"essid\": \"HotspotD643\"\n            },\n            {\n                \"essid\": \"HotspotD655\"\n            },\n            {\n                \"essid\": \"HotspotD658\"\n            },\n            {\n                \"essid\": \"HotspotD66C\"\n            },\n            {\n                \"essid\": \"HotspotD676\"\n            },\n            {\n                \"essid\": \"HotspotD692\"\n            },\n            {\n                \"essid\": \"HotspotD697\"\n            },\n            {\n                \"essid\": \"HotspotD6C1\"\n            },\n            {\n                \"essid\": \"HotspotD6DF\"\n            },\n            {\n                \"essid\": \"HotspotD6E2\"\n            },\n            {\n                \"essid\": \"HotspotD6FB\"\n            },\n            {\n                \"essid\": \"HotspotD713\"\n            },\n            {\n                \"essid\": \"HotspotD716\"\n            },\n            {\n                \"essid\": \"HotspotD72C\"\n            },\n            {\n                \"essid\": \"HotspotD73F\"\n            },\n            {\n                \"essid\": \"HotspotD752\"\n            },\n            {\n                \"essid\": \"HotspotD760\"\n            },\n            {\n                \"essid\": \"HotspotD761\"\n            },\n            {\n                \"essid\": \"HotspotD762\"\n            },\n            {\n                \"essid\": \"HotspotD767\"\n            },\n            {\n                \"essid\": \"HotspotD769\"\n            },\n            {\n                \"essid\": \"HotspotD773\"\n            },\n            {\n                \"essid\": \"HotspotD780\"\n            },\n            {\n                \"essid\": \"HotspotD782\"\n            },\n            {\n                \"essid\": \"HotspotD785\"\n            },\n            {\n                \"essid\": \"HotspotD7B2\"\n            },\n            {\n                \"essid\": \"HotspotD7C7\"\n            },\n            {\n                \"essid\": \"HotspotD7C8\"\n            },\n            {\n                \"essid\": \"HotspotD7D3\"\n            },\n            {\n                \"essid\": \"HotspotD80C\"\n            },\n            {\n                \"essid\": \"HotspotD829\"\n            },\n            {\n                \"essid\": \"HotspotD82F\"\n            },\n            {\n                \"essid\": \"HotspotD839\"\n            },\n            {\n                \"essid\": \"HotspotD845\"\n            },\n            {\n                \"essid\": \"HotspotD883\"\n            },\n            {\n                \"essid\": \"HotspotD8AB\"\n            },\n            {\n                \"essid\": \"HotspotD8B1\"\n            },\n            {\n                \"essid\": \"HotspotD8B3\"\n            },\n            {\n                \"essid\": \"HotspotD8C6\"\n            },\n            {\n                \"essid\": \"HotspotD8C9\"\n            },\n            {\n                \"essid\": \"HotspotD8D3\"\n            },\n            {\n                \"essid\": \"HotspotD8D9\"\n            },\n            {\n                \"essid\": \"HotspotD8E5\"\n            },\n            {\n                \"essid\": \"HotspotD8FC\"\n            },\n            {\n                \"essid\": \"HotspotD901\"\n            },\n            {\n                \"essid\": \"HotspotD90C\"\n            },\n            {\n                \"essid\": \"HotspotD920\"\n            },\n            {\n                \"essid\": \"HotspotD92E\"\n            },\n            {\n                \"essid\": \"HotspotD936\"\n            },\n            {\n                \"essid\": \"HotspotD93C\"\n            },\n            {\n                \"essid\": \"HotspotD955\"\n            },\n            {\n                \"essid\": \"HotspotD956\"\n            },\n            {\n                \"essid\": \"HotspotD957\"\n            },\n            {\n                \"essid\": \"HotspotD972\"\n            },\n            {\n                \"essid\": \"HotspotD97B\"\n            },\n            {\n                \"essid\": \"HotspotD98D\"\n            },\n            {\n                \"essid\": \"HotSpot D998DB6C\"\n            },\n            {\n                \"essid\": \"HotspotD99F\"\n            },\n            {\n                \"essid\": \"HotspotD9AD\"\n            },\n            {\n                \"essid\": \"HotspotD9C4\"\n            },\n            {\n                \"essid\": \"HotspotD9CA\"\n            },\n            {\n                \"essid\": \"HotspotD9D2\"\n            },\n            {\n                \"essid\": \"HotspotD9E0\"\n            },\n            {\n                \"essid\": \"HotspotD9ED\"\n            },\n            {\n                \"essid\": \"HotspotD9FA\"\n            },\n            {\n                \"essid\": \"HotspotDA58\"\n            },\n            {\n                \"essid\": \"HotspotDA7B\"\n            },\n            {\n                \"essid\": \"HotspotDA9A\"\n            },\n            {\n                \"essid\": \"HotspotDAA2\"\n            },\n            {\n                \"essid\": \"HotspotDABC\"\n            },\n            {\n                \"essid\": \"HotspotDAC0\"\n            },\n            {\n                \"essid\": \"HotspotDAC5\"\n            },\n            {\n                \"essid\": \"HotspotDAD1\"\n            },\n            {\n                \"essid\": \"HotspotDAD4\"\n            },\n            {\n                \"essid\": \"HotspotDAFF\"\n            },\n            {\n                \"essid\": \"HotspotDB0E\"\n            },\n            {\n                \"essid\": \"HotspotDB13\"\n            },\n            {\n                \"essid\": \"HotspotDB18\"\n            },\n            {\n                \"essid\": \"HotspotDB1C\"\n            },\n            {\n                \"essid\": \"HotspotDB1E\"\n            },\n            {\n                \"essid\": \"HotspotDB29\"\n            },\n            {\n                \"essid\": \"HotspotDB3B\"\n            },\n            {\n                \"essid\": \"HotspotDB69\"\n            },\n            {\n                \"essid\": \"HotspotDBA1\"\n            },\n            {\n                \"essid\": \"HotspotDBAA\"\n            },\n            {\n                \"essid\": \"HotspotDBB8\"\n            },\n            {\n                \"essid\": \"HotspotDBC8\"\n            },\n            {\n                \"essid\": \"HotspotDBD6\"\n            },\n            {\n                \"essid\": \"HotspotDBDE\"\n            },\n            {\n                \"essid\": \"HotspotDBE3\"\n            },\n            {\n                \"essid\": \"HotspotDBF0\"\n            },\n            {\n                \"essid\": \"HotspotDC04\"\n            },\n            {\n                \"essid\": \"HotspotDC2B\"\n            },\n            {\n                \"essid\": \"HotspotDC32\"\n            },\n            {\n                \"essid\": \"HotspotDC4B\"\n            },\n            {\n                \"essid\": \"HotspotDC4F\"\n            },\n            {\n                \"essid\": \"HotspotDC5F\"\n            },\n            {\n                \"essid\": \"HotspotDC71\"\n            },\n            {\n                \"essid\": \"HotspotDC79\"\n            },\n            {\n                \"essid\": \"HotspotDC80\"\n            },\n            {\n                \"essid\": \"HotspotDC88\"\n            },\n            {\n                \"essid\": \"HotspotDC89\"\n            },\n            {\n                \"essid\": \"HotspotDC9E\"\n            },\n            {\n                \"essid\": \"HotspotDCB3\"\n            },\n            {\n                \"essid\": \"HotspotDCBF\"\n            },\n            {\n                \"essid\": \"HotspotDCD7\"\n            },\n            {\n                \"essid\": \"HotspotDCEA\"\n            },\n            {\n                \"essid\": \"HotspotDCF2\"\n            },\n            {\n                \"essid\": \"HotspotDCF3\"\n            },\n            {\n                \"essid\": \"HotspotDCF4\"\n            },\n            {\n                \"essid\": \"HotspotDCFA\"\n            },\n            {\n                \"essid\": \"HotspotDD1B\"\n            },\n            {\n                \"essid\": \"HotspotDD21\"\n            },\n            {\n                \"essid\": \"HotspotDD2B\"\n            },\n            {\n                \"essid\": \"HotspotDD68\"\n            },\n            {\n                \"essid\": \"HotspotDD6D\"\n            },\n            {\n                \"essid\": \"HotspotDD6F\"\n            },\n            {\n                \"essid\": \"HotspotDD8F\"\n            },\n            {\n                \"essid\": \"HotspotDD92\"\n            },\n            {\n                \"essid\": \"HotspotDD9A\"\n            },\n            {\n                \"essid\": \"HotspotDD9C\"\n            },\n            {\n                \"essid\": \"HotspotDDC8\"\n            },\n            {\n                \"essid\": \"HotspotDDE1\"\n            },\n            {\n                \"essid\": \"HotspotDDF0\"\n            },\n            {\n                \"essid\": \"HotspotDE12\"\n            },\n            {\n                \"essid\": \"HotspotDE1C\"\n            },\n            {\n                \"essid\": \"HotspotDE33\"\n            },\n            {\n                \"essid\": \"HotspotDE59\"\n            },\n            {\n                \"essid\": \"HotspotDE62\"\n            },\n            {\n                \"essid\": \"HotspotDE97\"\n            },\n            {\n                \"essid\": \"HotspotDEB8\"\n            },\n            {\n                \"essid\": \"HotspotDED7\"\n            },\n            {\n                \"essid\": \"HotspotDEF8\"\n            },\n            {\n                \"essid\": \"HotspotDF19\"\n            },\n            {\n                \"essid\": \"HotspotDF1E\"\n            },\n            {\n                \"essid\": \"HotspotDF24\"\n            },\n            {\n                \"essid\": \"HotspotDF25\"\n            },\n            {\n                \"essid\": \"HotspotDF2E\"\n            },\n            {\n                \"essid\": \"HotspotDF30\"\n            },\n            {\n                \"essid\": \"HotspotDF34\"\n            },\n            {\n                \"essid\": \"HotspotDF76\"\n            },\n            {\n                \"essid\": \"HotspotDFA0\"\n            },\n            {\n                \"essid\": \"HotspotDFA4\"\n            },\n            {\n                \"essid\": \"HotspotDFA9\"\n            },\n            {\n                \"essid\": \"HotspotDFC8\"\n            },\n            {\n                \"essid\": \"HotspotDFCC\"\n            },\n            {\n                \"essid\": \"HotspotDFCE\"\n            },\n            {\n                \"essid\": \"HotspotDFD5\"\n            },\n            {\n                \"essid\": \"HotspotDFFD\"\n            },\n            {\n                \"essid\": \"HotspotDJXt\"\n            },\n            {\n                \"essid\": \"HotspotDw4z\"\n            },\n            {\n                \"essid\": \"HotspotE00E\"\n            },\n            {\n                \"essid\": \"HotspotE01B\"\n            },\n            {\n                \"essid\": \"HotspotE01E\"\n            },\n            {\n                \"essid\": \"HotspotE02B\"\n            },\n            {\n                \"essid\": \"HotspotE03D\"\n            },\n            {\n                \"essid\": \"HotspotE06E\"\n            },\n            {\n                \"essid\": \"HotspotE074\"\n            },\n            {\n                \"essid\": \"HotspotE078\"\n            },\n            {\n                \"essid\": \"HotspotE087\"\n            },\n            {\n                \"essid\": \"HotspotE098\"\n            },\n            {\n                \"essid\": \"HotspotE0A4\"\n            },\n            {\n                \"essid\": \"HotspotE0B2\"\n            },\n            {\n                \"essid\": \"HotspotE0D0\"\n            },\n            {\n                \"essid\": \"HotspotE0E9\"\n            },\n            {\n                \"essid\": \"HotspotE111\"\n            },\n            {\n                \"essid\": \"HotspotE117\"\n            },\n            {\n                \"essid\": \"HotspotE126\"\n            },\n            {\n                \"essid\": \"HotspotE12A\"\n            },\n            {\n                \"essid\": \"HotspotE147\"\n            },\n            {\n                \"essid\": \"HotspotE14F\"\n            },\n            {\n                \"essid\": \"HotspotE16A\"\n            },\n            {\n                \"essid\": \"HotspotE174\"\n            },\n            {\n                \"essid\": \"HotspotE17F\"\n            },\n            {\n                \"essid\": \"HotspotE18E\"\n            },\n            {\n                \"essid\": \"HotspotE1B7\"\n            },\n            {\n                \"essid\": \"HotspotE1C2\"\n            },\n            {\n                \"essid\": \"HotspotE1C5\"\n            },\n            {\n                \"essid\": \"HotspotE1D8\"\n            },\n            {\n                \"essid\": \"HotspotE1E9\"\n            },\n            {\n                \"essid\": \"HotspotE1FF\"\n            },\n            {\n                \"essid\": \"HotspotE20E\"\n            },\n            {\n                \"essid\": \"HotspotE233\"\n            },\n            {\n                \"essid\": \"HotspotE23B\"\n            },\n            {\n                \"essid\": \"HotspotE23D\"\n            },\n            {\n                \"essid\": \"HotspotE245\"\n            },\n            {\n                \"essid\": \"HotspotE252\"\n            },\n            {\n                \"essid\": \"HotspotE25D\"\n            },\n            {\n                \"essid\": \"HotspotE27E\"\n            },\n            {\n                \"essid\": \"HotspotE28F\"\n            },\n            {\n                \"essid\": \"HotspotE2A3\"\n            },\n            {\n                \"essid\": \"Hotspote2B3\"\n            },\n            {\n                \"essid\": \"HotspotE2BC\"\n            },\n            {\n                \"essid\": \"HotspotE2CD\"\n            },\n            {\n                \"essid\": \"HotspotE2D8\"\n            },\n            {\n                \"essid\": \"HotspotE2DC\"\n            },\n            {\n                \"essid\": \"HotspotE2E2\"\n            },\n            {\n                \"essid\": \"HotspotE2E7\"\n            },\n            {\n                \"essid\": \"HotspotE2FF\"\n            },\n            {\n                \"essid\": \"HotspotE313\"\n            },\n            {\n                \"essid\": \"HotspotE317\"\n            },\n            {\n                \"essid\": \"HotspotE343\"\n            },\n            {\n                \"essid\": \"HotspotE347\"\n            },\n            {\n                \"essid\": \"HotspotE349\"\n            },\n            {\n                \"essid\": \"HotspotE34D\"\n            },\n            {\n                \"essid\": \"HotspotE34E\"\n            },\n            {\n                \"essid\": \"HotspotE34F\"\n            },\n            {\n                \"essid\": \"HotspotE36F\"\n            },\n            {\n                \"essid\": \"HotspotE37C\"\n            },\n            {\n                \"essid\": \"HotspotE37F\"\n            },\n            {\n                \"essid\": \"HotspotE387\"\n            },\n            {\n                \"essid\": \"HotspotE38E\"\n            },\n            {\n                \"essid\": \"HotspotE3C1\"\n            },\n            {\n                \"essid\": \"HotspotE3C2\"\n            },\n            {\n                \"essid\": \"HotspotE3CF\"\n            },\n            {\n                \"essid\": \"HotspotE3D2\"\n            },\n            {\n                \"essid\": \"HotspotE3D7\"\n            },\n            {\n                \"essid\": \"HotspotE3D8\"\n            },\n            {\n                \"essid\": \"HotspotE3DF\"\n            },\n            {\n                \"essid\": \"HotspotE423\"\n            },\n            {\n                \"essid\": \"HotspotE425\"\n            },\n            {\n                \"essid\": \"HotspotE43B\"\n            },\n            {\n                \"essid\": \"HotspotE454\"\n            },\n            {\n                \"essid\": \"HotspotE458\"\n            },\n            {\n                \"essid\": \"HotspotE470\"\n            },\n            {\n                \"essid\": \"HotspotE474\"\n            },\n            {\n                \"essid\": \"HotspotE4BC\"\n            },\n            {\n                \"essid\": \"HotspotE4D7\"\n            },\n            {\n                \"essid\": \"HotspotE505\"\n            },\n            {\n                \"essid\": \"HotspotE506\"\n            },\n            {\n                \"essid\": \"HotspotE515\"\n            },\n            {\n                \"essid\": \"HotspotE52C\"\n            },\n            {\n                \"essid\": \"HotspotE532\"\n            },\n            {\n                \"essid\": \"HotspotE53E\"\n            },\n            {\n                \"essid\": \"HotspotE543\"\n            },\n            {\n                \"essid\": \"HotspotE549\"\n            },\n            {\n                \"essid\": \"HotspotE553\"\n            },\n            {\n                \"essid\": \"HotspotE569\"\n            },\n            {\n                \"essid\": \"HotspotE591\"\n            },\n            {\n                \"essid\": \"HotspotE597\"\n            },\n            {\n                \"essid\": \"HotspotE5DA\"\n            },\n            {\n                \"essid\": \"HotspotE5DB\"\n            },\n            {\n                \"essid\": \"HotspotE5E4\"\n            },\n            {\n                \"essid\": \"HotspotE604\"\n            },\n            {\n                \"essid\": \"HotspotE606\"\n            },\n            {\n                \"essid\": \"HotspotE613\"\n            },\n            {\n                \"essid\": \"HotspotE619\"\n            },\n            {\n                \"essid\": \"HotspotE62B\"\n            },\n            {\n                \"essid\": \"HotspotE636\"\n            },\n            {\n                \"essid\": \"HotspotE645\"\n            },\n            {\n                \"essid\": \"HotspotE677\"\n            },\n            {\n                \"essid\": \"HotspotE678\"\n            },\n            {\n                \"essid\": \"HotspotE68C\"\n            },\n            {\n                \"essid\": \"HotspotE69C\"\n            },\n            {\n                \"essid\": \"HotspotE6A6\"\n            },\n            {\n                \"essid\": \"HotspotE6C9\"\n            },\n            {\n                \"essid\": \"HotspotE6D8\"\n            },\n            {\n                \"essid\": \"HotspotE6DF\"\n            },\n            {\n                \"essid\": \"HotspotE6E8\"\n            },\n            {\n                \"essid\": \"HotspotE6EA\"\n            },\n            {\n                \"essid\": \"HotspotE6F1\"\n            },\n            {\n                \"essid\": \"HotspotE6F3\"\n            },\n            {\n                \"essid\": \"HotspotE6FD\"\n            },\n            {\n                \"essid\": \"HotspotE723\"\n            },\n            {\n                \"essid\": \"HotspotE741\"\n            },\n            {\n                \"essid\": \"HotspotE74F\"\n            },\n            {\n                \"essid\": \"HotspotE771\"\n            },\n            {\n                \"essid\": \"HotspotE772\"\n            },\n            {\n                \"essid\": \"HotspotE78B\"\n            },\n            {\n                \"essid\": \"HotspotE794\"\n            },\n            {\n                \"essid\": \"HotspotE798\"\n            },\n            {\n                \"essid\": \"HotspotE7A6\"\n            },\n            {\n                \"essid\": \"HotspotE7AF\"\n            },\n            {\n                \"essid\": \"HotspotE7B2\"\n            },\n            {\n                \"essid\": \"HotspotE7C0\"\n            },\n            {\n                \"essid\": \"HotspotE7EA\"\n            },\n            {\n                \"essid\": \"HotspotE7F0\"\n            },\n            {\n                \"essid\": \"HotspotE809\"\n            },\n            {\n                \"essid\": \"HotspotE811\"\n            },\n            {\n                \"essid\": \"HotspotE832\"\n            },\n            {\n                \"essid\": \"HotspotE853\"\n            },\n            {\n                \"essid\": \"HotspotE876\"\n            },\n            {\n                \"essid\": \"HotspotE877\"\n            },\n            {\n                \"essid\": \"HotspotE87B\"\n            },\n            {\n                \"essid\": \"HotspotE892\"\n            },\n            {\n                \"essid\": \"HotspotE896\"\n            },\n            {\n                \"essid\": \"HotspotE89D\"\n            },\n            {\n                \"essid\": \"HotspotE8A5\"\n            },\n            {\n                \"essid\": \"HotspotE8C3\"\n            },\n            {\n                \"essid\": \"HotspotE8CB\"\n            },\n            {\n                \"essid\": \"HotspotE8D5\"\n            },\n            {\n                \"essid\": \"HotspotE8D8\"\n            },\n            {\n                \"essid\": \"HotspotE8FD\"\n            },\n            {\n                \"essid\": \"HotspotE902\"\n            },\n            {\n                \"essid\": \"HotspotE905\"\n            },\n            {\n                \"essid\": \"HotspotE922\"\n            },\n            {\n                \"essid\": \"HotspotE92E\"\n            },\n            {\n                \"essid\": \"HotspotE947\"\n            },\n            {\n                \"essid\": \"HotspotE973\"\n            },\n            {\n                \"essid\": \"HotspotE975\"\n            },\n            {\n                \"essid\": \"HotspotE988\"\n            },\n            {\n                \"essid\": \"HotspotE996\"\n            },\n            {\n                \"essid\": \"HotspotE99C\"\n            },\n            {\n                \"essid\": \"HotspotE9AF\"\n            },\n            {\n                \"essid\": \"HotspotE9BF\"\n            },\n            {\n                \"essid\": \"HotspotE9C0\"\n            },\n            {\n                \"essid\": \"HotspotE9CD\"\n            },\n            {\n                \"essid\": \"HotspotE9D2\"\n            },\n            {\n                \"essid\": \"HotspotE9E5\"\n            },\n            {\n                \"essid\": \"HotspotE9EB\"\n            },\n            {\n                \"essid\": \"HotspotE9F6\"\n            },\n            {\n                \"essid\": \"HotspotE9F9\"\n            },\n            {\n                \"essid\": \"HotspotEA01\"\n            },\n            {\n                \"essid\": \"HotspotEA02\"\n            },\n            {\n                \"essid\": \"HotspotEA14\"\n            },\n            {\n                \"essid\": \"HotspotEA16\"\n            },\n            {\n                \"essid\": \"HotspotEA1C\"\n            },\n            {\n                \"essid\": \"HotspotEA31\"\n            },\n            {\n                \"essid\": \"HotspotEA33\"\n            },\n            {\n                \"essid\": \"HotspotEA40\"\n            },\n            {\n                \"essid\": \"HotspotEA42\"\n            },\n            {\n                \"essid\": \"HotspotEA4E\"\n            },\n            {\n                \"essid\": \"HotspotEA5F\"\n            },\n            {\n                \"essid\": \"HotspotEA63\"\n            },\n            {\n                \"essid\": \"HotspotEA6F\"\n            },\n            {\n                \"essid\": \"HotspotEA71\"\n            },\n            {\n                \"essid\": \"HotspotEA8A\"\n            },\n            {\n                \"essid\": \"HotspotEA92\"\n            },\n            {\n                \"essid\": \"HotspotEA94\"\n            },\n            {\n                \"essid\": \"HotspotEAA1\"\n            },\n            {\n                \"essid\": \"HotspotEAA2\"\n            },\n            {\n                \"essid\": \"HotspotEAA6\"\n            },\n            {\n                \"essid\": \"HotspotEABE\"\n            },\n            {\n                \"essid\": \"HotspotEAC0\"\n            },\n            {\n                \"essid\": \"HotspotEAC9\"\n            },\n            {\n                \"essid\": \"HotspotEACD\"\n            },\n            {\n                \"essid\": \"HotspotEAD3\"\n            },\n            {\n                \"essid\": \"HotspotEADB\"\n            },\n            {\n                \"essid\": \"HotspotEADC\"\n            },\n            {\n                \"essid\": \"HotspotEADD\"\n            },\n            {\n                \"essid\": \"HotspotEAE5\"\n            },\n            {\n                \"essid\": \"HotspotEAE7\"\n            },\n            {\n                \"essid\": \"HotspotEAF1\"\n            },\n            {\n                \"essid\": \"HotspotEB05\"\n            },\n            {\n                \"essid\": \"HotspotEB0D\"\n            },\n            {\n                \"essid\": \"HotspotEB10\"\n            },\n            {\n                \"essid\": \"HotspotEB2D\"\n            },\n            {\n                \"essid\": \"HotspotEB37\"\n            },\n            {\n                \"essid\": \"HotspotEB3C\"\n            },\n            {\n                \"essid\": \"HotspotEB51\"\n            },\n            {\n                \"essid\": \"HotspotEB5D\"\n            },\n            {\n                \"essid\": \"HotspotEB78\"\n            },\n            {\n                \"essid\": \"HotspotEB88\"\n            },\n            {\n                \"essid\": \"HotspotEB99\"\n            },\n            {\n                \"essid\": \"HotspotEBA2\"\n            },\n            {\n                \"essid\": \"HotspotEBC1\"\n            },\n            {\n                \"essid\": \"HotspotEBC4\"\n            },\n            {\n                \"essid\": \"HotspotEC00\"\n            },\n            {\n                \"essid\": \"HotspotEC0B\"\n            },\n            {\n                \"essid\": \"HotspotEC15\"\n            },\n            {\n                \"essid\": \"HotspotEC16\"\n            },\n            {\n                \"essid\": \"HotspotEC1E\"\n            },\n            {\n                \"essid\": \"HotspotEC23\"\n            },\n            {\n                \"essid\": \"HotspotEC47\"\n            },\n            {\n                \"essid\": \"HotspotEC5D\"\n            },\n            {\n                \"essid\": \"HotspotEC8C\"\n            },\n            {\n                \"essid\": \"HotspotECA0\"\n            },\n            {\n                \"essid\": \"HotspotECA1\"\n            },\n            {\n                \"essid\": \"HotspotECA5\"\n            },\n            {\n                \"essid\": \"HotspotECA6\"\n            },\n            {\n                \"essid\": \"HotspotECBF\"\n            },\n            {\n                \"essid\": \"HotspotECC0\"\n            },\n            {\n                \"essid\": \"HotspotECDC\"\n            },\n            {\n                \"essid\": \"HotspotECE3\"\n            },\n            {\n                \"essid\": \"HotspotECEE\"\n            },\n            {\n                \"essid\": \"HotspotECFC\"\n            },\n            {\n                \"essid\": \"HotspotED19\"\n            },\n            {\n                \"essid\": \"HotspotED24\"\n            },\n            {\n                \"essid\": \"HotspotED31\"\n            },\n            {\n                \"essid\": \"HotspotED50\"\n            },\n            {\n                \"essid\": \"HotspotED51\"\n            },\n            {\n                \"essid\": \"HotspotED5C\"\n            },\n            {\n                \"essid\": \"HotspotED71\"\n            },\n            {\n                \"essid\": \"HotspotED8B\"\n            },\n            {\n                \"essid\": \"HotspotED8D\"\n            },\n            {\n                \"essid\": \"HotspotED95\"\n            },\n            {\n                \"essid\": \"HotspotED9E\"\n            },\n            {\n                \"essid\": \"HotspotEDA5\"\n            },\n            {\n                \"essid\": \"HotspotEDAC\"\n            },\n            {\n                \"essid\": \"HotspotEDCA\"\n            },\n            {\n                \"essid\": \"HotspotEDCC\"\n            },\n            {\n                \"essid\": \"HotspotEDE1\"\n            },\n            {\n                \"essid\": \"HotspotEDFD\"\n            },\n            {\n                \"essid\": \"HotspotEE4B\"\n            },\n            {\n                \"essid\": \"HotspotEE6F\"\n            },\n            {\n                \"essid\": \"HotspotEE74\"\n            },\n            {\n                \"essid\": \"HotspotEE76\"\n            },\n            {\n                \"essid\": \"HotspotEE8C\"\n            },\n            {\n                \"essid\": \"HotspotEEA3\"\n            },\n            {\n                \"essid\": \"HotspotEEA4\"\n            },\n            {\n                \"essid\": \"HotspotEEA8\"\n            },\n            {\n                \"essid\": \"HotspotEED4\"\n            },\n            {\n                \"essid\": \"HotspotEED9\"\n            },\n            {\n                \"essid\": \"HotspotEEEB\"\n            },\n            {\n                \"essid\": \"HotspotEEFC\"\n            },\n            {\n                \"essid\": \"HotspotEF07\"\n            },\n            {\n                \"essid\": \"HotspotEF1A\"\n            },\n            {\n                \"essid\": \"HotspotEF35\"\n            },\n            {\n                \"essid\": \"HotspotEF40\"\n            },\n            {\n                \"essid\": \"HotspotEF4E\"\n            },\n            {\n                \"essid\": \"HotspotEF7D\"\n            },\n            {\n                \"essid\": \"HotspotEF89\"\n            },\n            {\n                \"essid\": \"HotspotEF91\"\n            },\n            {\n                \"essid\": \"HotspotEF95\"\n            },\n            {\n                \"essid\": \"HotspotEFA7\"\n            },\n            {\n                \"essid\": \"HotspotEFB2\"\n            },\n            {\n                \"essid\": \"HotspotEFCD\"\n            },\n            {\n                \"essid\": \"HotspotEFD6\"\n            },\n            {\n                \"essid\": \"HotspotEiselBolt\"\n            },\n            {\n                \"essid\": \"Hotspotem3v\"\n            },\n            {\n                \"essid\": \"HotspoteqCv\"\n            },\n            {\n                \"essid\": \"HotspoteRb5\"\n            },\n            {\n                \"essid\": \"HotspoteUXv\"\n            },\n            {\n                \"essid\": \"HotspotF003\"\n            },\n            {\n                \"essid\": \"HotspotF015\"\n            },\n            {\n                \"essid\": \"HotspotF018\"\n            },\n            {\n                \"essid\": \"HotspotF022\"\n            },\n            {\n                \"essid\": \"HotspotF024\"\n            },\n            {\n                \"essid\": \"HotspotF041\"\n            },\n            {\n                \"essid\": \"HotspotF052\"\n            },\n            {\n                \"essid\": \"HotspotF07B\"\n            },\n            {\n                \"essid\": \"HotspotF092\"\n            },\n            {\n                \"essid\": \"HotspotF09A\"\n            },\n            {\n                \"essid\": \"HotspotF0A2\"\n            },\n            {\n                \"essid\": \"HotspotF0A7\"\n            },\n            {\n                \"essid\": \"HotspotF0DB\"\n            },\n            {\n                \"essid\": \"HotspotF0DF\"\n            },\n            {\n                \"essid\": \"HotspotF0E8\"\n            },\n            {\n                \"essid\": \"HotspotF101\"\n            },\n            {\n                \"essid\": \"HotspotF108\"\n            },\n            {\n                \"essid\": \"HotspotF118\"\n            },\n            {\n                \"essid\": \"HotspotF11B\"\n            },\n            {\n                \"essid\": \"HotspotF120\"\n            },\n            {\n                \"essid\": \"HotspotF123\"\n            },\n            {\n                \"essid\": \"HotspotF12A\"\n            },\n            {\n                \"essid\": \"HotspotF136\"\n            },\n            {\n                \"essid\": \"HotspotF13E\"\n            },\n            {\n                \"essid\": \"HotspotF146\"\n            },\n            {\n                \"essid\": \"HotspotF147\"\n            },\n            {\n                \"essid\": \"HotspotF156\"\n            },\n            {\n                \"essid\": \"HotspotF16A\"\n            },\n            {\n                \"essid\": \"HotspotF170\"\n            },\n            {\n                \"essid\": \"HotspotF176\"\n            },\n            {\n                \"essid\": \"HotspotF178\"\n            },\n            {\n                \"essid\": \"HotspotF199\"\n            },\n            {\n                \"essid\": \"HotspotF1A5\"\n            },\n            {\n                \"essid\": \"HotspotF1C2\"\n            },\n            {\n                \"essid\": \"HotspotF1C6\"\n            },\n            {\n                \"essid\": \"HotspotF1C9\"\n            },\n            {\n                \"essid\": \"HotspotF1D8\"\n            },\n            {\n                \"essid\": \"HotspotF1ED\"\n            },\n            {\n                \"essid\": \"HotspotF1F2\"\n            },\n            {\n                \"essid\": \"HotspotF21B\"\n            },\n            {\n                \"essid\": \"HotspotF258\"\n            },\n            {\n                \"essid\": \"HotspotF2A8\"\n            },\n            {\n                \"essid\": \"HotspotF2AB\"\n            },\n            {\n                \"essid\": \"HotspotF2B8\"\n            },\n            {\n                \"essid\": \"HotspotF2C0\"\n            },\n            {\n                \"essid\": \"HotspotF2C1\"\n            },\n            {\n                \"essid\": \"HotspotF2D5\"\n            },\n            {\n                \"essid\": \"HotspotF2EA\"\n            },\n            {\n                \"essid\": \"HotspotF2F6\"\n            },\n            {\n                \"essid\": \"HotspotF2F8\"\n            },\n            {\n                \"essid\": \"HotspotF30C\"\n            },\n            {\n                \"essid\": \"HotspotF315\"\n            },\n            {\n                \"essid\": \"HotspotF329\"\n            },\n            {\n                \"essid\": \"HotspotF32A\"\n            },\n            {\n                \"essid\": \"HotspotF330\"\n            },\n            {\n                \"essid\": \"HotspotF346\"\n            },\n            {\n                \"essid\": \"HotspotF34B\"\n            },\n            {\n                \"essid\": \"HotspotF34F\"\n            },\n            {\n                \"essid\": \"HotspotF355\"\n            },\n            {\n                \"essid\": \"HotspotF35B\"\n            },\n            {\n                \"essid\": \"HotspotF36B\"\n            },\n            {\n                \"essid\": \"HotspotF383\"\n            },\n            {\n                \"essid\": \"HotspotF384\"\n            },\n            {\n                \"essid\": \"HotspotF389\"\n            },\n            {\n                \"essid\": \"HotspotF39C\"\n            },\n            {\n                \"essid\": \"HotspotF3A5\"\n            },\n            {\n                \"essid\": \"HotspotF3B3\"\n            },\n            {\n                \"essid\": \"HotspotF3C6\"\n            },\n            {\n                \"essid\": \"HotspotF3CA\"\n            },\n            {\n                \"essid\": \"HotspotF3DC\"\n            },\n            {\n                \"essid\": \"HotspotF3DF\"\n            },\n            {\n                \"essid\": \"HotspotF3E3\"\n            },\n            {\n                \"essid\": \"HotspotF406\"\n            },\n            {\n                \"essid\": \"HotspotF417\"\n            },\n            {\n                \"essid\": \"HotspotF43A\"\n            },\n            {\n                \"essid\": \"HotspotF43B\"\n            },\n            {\n                \"essid\": \"HotspotF44E\"\n            },\n            {\n                \"essid\": \"HotspotF458\"\n            },\n            {\n                \"essid\": \"HotspotF463\"\n            },\n            {\n                \"essid\": \"HotspotF471\"\n            },\n            {\n                \"essid\": \"HotspotF47C\"\n            },\n            {\n                \"essid\": \"HotspotF491\"\n            },\n            {\n                \"essid\": \"HotspotF493\"\n            },\n            {\n                \"essid\": \"HotspotF49F\"\n            },\n            {\n                \"essid\": \"HotspotF4BC\"\n            },\n            {\n                \"essid\": \"HotspotF4BD\"\n            },\n            {\n                \"essid\": \"HotspotF4ED\"\n            },\n            {\n                \"essid\": \"HotspotF4F3\"\n            },\n            {\n                \"essid\": \"HotspotF501\"\n            },\n            {\n                \"essid\": \"HotspotF503\"\n            },\n            {\n                \"essid\": \"HotspotF50D\"\n            },\n            {\n                \"essid\": \"HotspotF514\"\n            },\n            {\n                \"essid\": \"HotspotF515\"\n            },\n            {\n                \"essid\": \"HotspotF517\"\n            },\n            {\n                \"essid\": \"HotspotF526\"\n            },\n            {\n                \"essid\": \"HotspotF52F\"\n            },\n            {\n                \"essid\": \"HotspotF53C\"\n            },\n            {\n                \"essid\": \"HotspotF56E\"\n            },\n            {\n                \"essid\": \"HotspotF572\"\n            },\n            {\n                \"essid\": \"HotspotF584\"\n            },\n            {\n                \"essid\": \"HotspotF589\"\n            },\n            {\n                \"essid\": \"HotspotF59A\"\n            },\n            {\n                \"essid\": \"HotspotF59F\"\n            },\n            {\n                \"essid\": \"HotspotF5C1\"\n            },\n            {\n                \"essid\": \"HotspotF5D5\"\n            },\n            {\n                \"essid\": \"HotspotF5D9\"\n            },\n            {\n                \"essid\": \"HotspotF5E8\"\n            },\n            {\n                \"essid\": \"HotspotF5ED\"\n            },\n            {\n                \"essid\": \"HotspotF5FD\"\n            },\n            {\n                \"essid\": \"HotspotF5FF\"\n            },\n            {\n                \"essid\": \"HotspotF609\"\n            },\n            {\n                \"essid\": \"HotspotF612\"\n            },\n            {\n                \"essid\": \"HotspotF625\"\n            },\n            {\n                \"essid\": \"HotspotF628\"\n            },\n            {\n                \"essid\": \"HotspotF629\"\n            },\n            {\n                \"essid\": \"HotspotF630\"\n            },\n            {\n                \"essid\": \"HotspotF63F\"\n            },\n            {\n                \"essid\": \"HotspotF640\"\n            },\n            {\n                \"essid\": \"HotspotF669\"\n            },\n            {\n                \"essid\": \"HotspotF66B\"\n            },\n            {\n                \"essid\": \"HotspotF66F\"\n            },\n            {\n                \"essid\": \"HotspotF670\"\n            },\n            {\n                \"essid\": \"HotspotF675\"\n            },\n            {\n                \"essid\": \"HotspotF690\"\n            },\n            {\n                \"essid\": \"HotspotF6A9\"\n            },\n            {\n                \"essid\": \"HotspotF6AB\"\n            },\n            {\n                \"essid\": \"HotspotF6B7\"\n            },\n            {\n                \"essid\": \"HotspotF6C5\"\n            },\n            {\n                \"essid\": \"HotspotF6EC\"\n            },\n            {\n                \"essid\": \"HotspotF6FF\"\n            },\n            {\n                \"essid\": \"HotspotF703\"\n            },\n            {\n                \"essid\": \"HotspotF712\"\n            },\n            {\n                \"essid\": \"HotspotF724\"\n            },\n            {\n                \"essid\": \"HotspotF731\"\n            },\n            {\n                \"essid\": \"HotspotF739\"\n            },\n            {\n                \"essid\": \"HotspotF73D\"\n            },\n            {\n                \"essid\": \"HotspotF753\"\n            },\n            {\n                \"essid\": \"HotspotF756\"\n            },\n            {\n                \"essid\": \"HotspotF773\"\n            },\n            {\n                \"essid\": \"HotspotF775\"\n            },\n            {\n                \"essid\": \"HotspotF778\"\n            },\n            {\n                \"essid\": \"HotspotF79E\"\n            },\n            {\n                \"essid\": \"HotspotF7CB\"\n            },\n            {\n                \"essid\": \"HotspotF7D0\"\n            },\n            {\n                \"essid\": \"HotspotF7D2\"\n            },\n            {\n                \"essid\": \"HotspotF7F4\"\n            },\n            {\n                \"essid\": \"HotspotF7FE\"\n            },\n            {\n                \"essid\": \"HotspotF7FF\"\n            },\n            {\n                \"essid\": \"HotspotF812\"\n            },\n            {\n                \"essid\": \"HotspotF821\"\n            },\n            {\n                \"essid\": \"HotspotF84B\"\n            },\n            {\n                \"essid\": \"HotspotF869\"\n            },\n            {\n                \"essid\": \"HotspotF86B\"\n            },\n            {\n                \"essid\": \"HotspotF8A3\"\n            },\n            {\n                \"essid\": \"HotspotF8B1\"\n            },\n            {\n                \"essid\": \"HotspotF8B5\"\n            },\n            {\n                \"essid\": \"HotspotF8B9\"\n            },\n            {\n                \"essid\": \"HotspotF8C3\"\n            },\n            {\n                \"essid\": \"HotspotF8C5\"\n            },\n            {\n                \"essid\": \"HotspotF8C7\"\n            },\n            {\n                \"essid\": \"HotspotF8C9\"\n            },\n            {\n                \"essid\": \"HotspotF8CC\"\n            },\n            {\n                \"essid\": \"HotspotF94E\"\n            },\n            {\n                \"essid\": \"HotspotF96A\"\n            },\n            {\n                \"essid\": \"HotspotF988\"\n            },\n            {\n                \"essid\": \"HotspotF989\"\n            },\n            {\n                \"essid\": \"HotspotF999\"\n            },\n            {\n                \"essid\": \"HotspotF9AF\"\n            },\n            {\n                \"essid\": \"HotspotF9BD\"\n            },\n            {\n                \"essid\": \"HotspotF9DC\"\n            },\n            {\n                \"essid\": \"HotspotF9F1\"\n            },\n            {\n                \"essid\": \"HotspotF9FA\"\n            },\n            {\n                \"essid\": \"HotspotFA2C\"\n            },\n            {\n                \"essid\": \"HotspotFA2E\"\n            },\n            {\n                \"essid\": \"HotspotFA46\"\n            },\n            {\n                \"essid\": \"HotspotFA6C\"\n            },\n            {\n                \"essid\": \"HotspotFAB0\"\n            },\n            {\n                \"essid\": \"HotspotFAC7\"\n            },\n            {\n                \"essid\": \"HotspotFAF2\"\n            },\n            {\n                \"essid\": \"HotspotFB4A\"\n            },\n            {\n                \"essid\": \"HotspotFB6A\"\n            },\n            {\n                \"essid\": \"HotspotFB73\"\n            },\n            {\n                \"essid\": \"HotspotFB79\"\n            },\n            {\n                \"essid\": \"HotspotFB93\"\n            },\n            {\n                \"essid\": \"HotspotFB96\"\n            },\n            {\n                \"essid\": \"HotspotFBAA\"\n            },\n            {\n                \"essid\": \"HotspotFBB0\"\n            },\n            {\n                \"essid\": \"HotspotFBB9\"\n            },\n            {\n                \"essid\": \"HotspotFBCF\"\n            },\n            {\n                \"essid\": \"HotspotFBED\"\n            },\n            {\n                \"essid\": \"HotspotFBF0\"\n            },\n            {\n                \"essid\": \"HotspotFBF6\"\n            },\n            {\n                \"essid\": \"HotspotFC17\"\n            },\n            {\n                \"essid\": \"HotspotFC27\"\n            },\n            {\n                \"essid\": \"HotspotFC43\"\n            },\n            {\n                \"essid\": \"HotspotFC4C\"\n            },\n            {\n                \"essid\": \"HotspotFC50\"\n            },\n            {\n                \"essid\": \"HotspotFC56\"\n            },\n            {\n                \"essid\": \"HotspotFC8C\"\n            },\n            {\n                \"essid\": \"HotspotFC9C\"\n            },\n            {\n                \"essid\": \"HotspotFCA7\"\n            },\n            {\n                \"essid\": \"HotspotFCA8\"\n            },\n            {\n                \"essid\": \"HotspotFCAA\"\n            },\n            {\n                \"essid\": \"HotspotFCB5\"\n            },\n            {\n                \"essid\": \"HotspotFCD3\"\n            },\n            {\n                \"essid\": \"HotspotFCD4\"\n            },\n            {\n                \"essid\": \"HotspotFCE1\"\n            },\n            {\n                \"essid\": \"HotspotFCF3\"\n            },\n            {\n                \"essid\": \"HotspotFCFF\"\n            },\n            {\n                \"essid\": \"HotspotFD33\"\n            },\n            {\n                \"essid\": \"HotspotFD46\"\n            },\n            {\n                \"essid\": \"HotspotFD54\"\n            },\n            {\n                \"essid\": \"HotspotFD56\"\n            },\n            {\n                \"essid\": \"HotspotFD5F\"\n            },\n            {\n                \"essid\": \"HotspotFD80\"\n            },\n            {\n                \"essid\": \"HotspotFD8D\"\n            },\n            {\n                \"essid\": \"HotspotFDA5\"\n            },\n            {\n                \"essid\": \"HotspotFDB0\"\n            },\n            {\n                \"essid\": \"HotspotFDCF\"\n            },\n            {\n                \"essid\": \"HotspotFDDF\"\n            },\n            {\n                \"essid\": \"HotspotFDE2\"\n            },\n            {\n                \"essid\": \"HotspotFDF6\"\n            },\n            {\n                \"essid\": \"HotspotFDF8\"\n            },\n            {\n                \"essid\": \"HotspotFE03\"\n            },\n            {\n                \"essid\": \"HotspotFE04\"\n            },\n            {\n                \"essid\": \"HotspotFE0C\"\n            },\n            {\n                \"essid\": \"HotspotFE0D\"\n            },\n            {\n                \"essid\": \"HotspotFE17\"\n            },\n            {\n                \"essid\": \"HotspotFE1B\"\n            },\n            {\n                \"essid\": \"HotspotFE21\"\n            },\n            {\n                \"essid\": \"HotspotFE51\"\n            },\n            {\n                \"essid\": \"HotspotFE53\"\n            },\n            {\n                \"essid\": \"HotspotFE6A\"\n            },\n            {\n                \"essid\": \"HotspotFE6B\"\n            },\n            {\n                \"essid\": \"HotspotFE6E\"\n            },\n            {\n                \"essid\": \"HotspotFE6F\"\n            },\n            {\n                \"essid\": \"HotspotFE76\"\n            },\n            {\n                \"essid\": \"HotspotFE82\"\n            },\n            {\n                \"essid\": \"HotspotFE8F\"\n            },\n            {\n                \"essid\": \"HotspotFE9A\"\n            },\n            {\n                \"essid\": \"HotspotFEA5\"\n            },\n            {\n                \"essid\": \"HotspotFEB0\"\n            },\n            {\n                \"essid\": \"HotspotFECB\"\n            },\n            {\n                \"essid\": \"HotspotFEDD\"\n            },\n            {\n                \"essid\": \"HotspotFEF2\"\n            },\n            {\n                \"essid\": \"HotspotFEF9\"\n            },\n            {\n                \"essid\": \"HotspotFF09\"\n            },\n            {\n                \"essid\": \"HotspotFF0E\"\n            },\n            {\n                \"essid\": \"HotspotFF2D\"\n            },\n            {\n                \"essid\": \"HotspotFF59\"\n            },\n            {\n                \"essid\": \"HotspotFF67\"\n            },\n            {\n                \"essid\": \"HotspotFF70\"\n            },\n            {\n                \"essid\": \"HotspotFF89\"\n            },\n            {\n                \"essid\": \"HotspotFF99\"\n            },\n            {\n                \"essid\": \"HotspotFF9A\"\n            },\n            {\n                \"essid\": \"HotspotFFA9\"\n            },\n            {\n                \"essid\": \"HotspotFFD0\"\n            },\n            {\n                \"essid\": \"HotspotFFD1\"\n            },\n            {\n                \"essid\": \"HotspotFFE7\"\n            },\n            {\n                \"essid\": \"HotspotFFE8\"\n            },\n            {\n                \"essid\": \"HotspotFFF2\"\n            },\n            {\n                \"essid\": \"HotspotFFFD\"\n            },\n            {\n                \"essid\": \"HotspotFqNX\"\n            },\n            {\n                \"essid\": \"HotspotgaLU\"\n            },\n            {\n                \"essid\": \"HotspotGbrY\"\n            },\n            {\n                \"essid\": \"HotspotHbqA\"\n            },\n            {\n                \"essid\": \"HotspotHdU6\"\n            },\n            {\n                \"essid\": \"Hotspot Hodgecoe\"\n            },\n            {\n                \"essid\": \"HotspotiP6U\"\n            },\n            {\n                \"essid\": \"HotspotisSR\"\n            },\n            {\n                \"essid\": \"HotspotiweZ\"\n            },\n            {\n                \"essid\": \"HotspotjKHz\"\n            },\n            {\n                \"essid\": \"HotspotJU5U\"\n            },\n            {\n                \"essid\": \"HotspotJZsX\"\n            },\n            {\n                \"essid\": \"HotspotJZyF\"\n            },\n            {\n                \"essid\": \"HotspotKaPx\"\n            },\n            {\n                \"essid\": \"HotspotLvAa\"\n            },\n            {\n                \"essid\": \"Hotspotm2Dc\"\n            },\n            {\n                \"essid\": \"HotspotM5Lr\"\n            },\n            {\n                \"essid\": \"HotspotMAaN\"\n            },\n            {\n                \"essid\": \"HotspotmFeJ\"\n            },\n            {\n                \"essid\": \"Hotspot Mgco\"\n            },\n            {\n                \"essid\": \"HotspotmNxT\"\n            },\n            {\n                \"essid\": \"HotspotmwSz\"\n            },\n            {\n                \"essid\": \"HotspotName\"\n            },\n            {\n                \"essid\": \"HotspotNkZG\"\n            },\n            {\n                \"essid\": \"Hotspotp6Dy\"\n            },\n            {\n                \"essid\": \"HotspotPBGT\"\n            },\n            {\n                \"essid\": \"HotspotPJfk\"\n            },\n            {\n                \"essid\": \"HotspotPSda\"\n            },\n            {\n                \"essid\": \"HotspotqE9J\"\n            },\n            {\n                \"essid\": \"HotspotQfw3\"\n            },\n            {\n                \"essid\": \"HotspotQJUC\"\n            },\n            {\n                \"essid\": \"Hotspotrdid\"\n            },\n            {\n                \"essid\": \"HotspotrQXi\"\n            },\n            {\n                \"essid\": \"HotspotSk64\"\n            },\n            {\n                \"essid\": \"HotspotsTDE\"\n            },\n            {\n                \"essid\": \"HotspottDak\"\n            },\n            {\n                \"essid\": \"HotspotTxbR\"\n            },\n            {\n                \"essid\": \"HotspotU3dh\"\n            },\n            {\n                \"essid\": \"Hotspotu5gJ\"\n            },\n            {\n                \"essid\": \"HotspotvmP2\"\n            },\n            {\n                \"essid\": \"HotspotvNMz\"\n            },\n            {\n                \"essid\": \"HotspotvUBN\"\n            },\n            {\n                \"essid\": \"HotspotvXjW\"\n            },\n            {\n                \"essid\": \"Hotspotw5Gm\"\n            },\n            {\n                \"essid\": \"Hotspotx3V5\"\n            },\n            {\n                \"essid\": \"HotspotXkRj\"\n            },\n            {\n                \"essid\": \"HotspotxVZZ\"\n            },\n            {\n                \"essid\": \"HotspotYYLs\"\n            },\n            {\n                \"essid\": \"Hotspotyyr4\"\n            },\n            {\n                \"essid\": \"HotspotzAYs\"\n            },\n            {\n                \"essid\": \"Hotspotzdhh\"\n            },\n            {\n                \"essid\": \"HOT VIRUS UPLOAD!!\"\n            },\n            {\n                \"essid\": \"hotwheels\"\n            },\n            {\n                \"essid\": \"House\"\n            },\n            {\n                \"essid\": \"house2\"\n            },\n            {\n                \"essid\": \"House206\"\n            },\n            {\n                \"essid\": \"HOUSE2.4\"\n            },\n            {\n                \"essid\": \"HouseofBetty1\"\n            },\n            {\n                \"essid\": \"HouseofGraham\"\n            },\n            {\n                \"essid\": \"House of Wood\"\n            },\n            {\n                \"essid\": \"housewifi\"\n            },\n            {\n                \"essid\": \"Housewifi\"\n            },\n            {\n                \"essid\": \"House WiFi\"\n            },\n            {\n                \"essid\": \"HOUSEWIFI\"\n            },\n            {\n                \"essid\": \"Housewifi2.4\"\n            },\n            {\n                \"essid\": \"Housewifi2.4_Ext\"\n            },\n            {\n                \"essid\": \"Howard\"\n            },\n            {\n                \"essid\": \"Howard Cohen\"\n            },\n            {\n                \"essid\": \"Howell Bolt\"\n            },\n            {\n                \"essid\": \"Howl's Moving Castle\"\n            },\n            {\n                \"essid\": \"HP\"\n            },\n            {\n                \"essid\": \"HP013439\"\n            },\n            {\n                \"essid\": \"HP02EED7\"\n            },\n            {\n                \"essid\": \"HP0D967F\"\n            },\n            {\n                \"essid\": \"HP0DA50D\"\n            },\n            {\n                \"essid\": \"HP0DE483\"\n            },\n            {\n                \"essid\": \"HP433122\"\n            },\n            {\n                \"essid\": \"HP447070\"\n            },\n            {\n                \"essid\": \"HP447074\"\n            },\n            {\n                \"essid\": \"HP44707F\"\n            },\n            {\n                \"essid\": \"HP450053\"\n            },\n            {\n                \"essid\": \"HP450065\"\n            },\n            {\n                \"essid\": \"HP 6195\"\n            },\n            {\n                \"essid\": \"HP79F84B\"\n            },\n            {\n                \"essid\": \"HP844D24\"\n            },\n            {\n                \"essid\": \"HP8CBCF7\"\n            },\n            {\n                \"essid\": \"HPA-N2SZdv\"\n            },\n            {\n                \"essid\": \"HPB210a.D0C373\"\n            },\n            {\n                \"essid\": \"HPCP1525-139865\"\n            },\n            {\n                \"essid\": \"HPCP1525-7e5f5b\"\n            },\n            {\n                \"essid\": \"HPCP1525-a285bf\"\n            },\n            {\n                \"essid\": \"HPD2\"\n            },\n            {\n                \"essid\": \"HPE710n.8A8A9C\"\n            },\n            {\n                \"essid\": \"hp_f730x_2877AD\"\n            },\n            {\n                \"essid\": \"hp_f730x_42DC86\"\n            },\n            {\n                \"essid\": \"hp_f730x_7B95E5\"\n            },\n            {\n                \"essid\": \"hp_f870x_31250\"\n            },\n            {\n                \"essid\": \"hp_f960x_23f1d4\"\n            },\n            {\n                \"essid\": \"HPG24G\"\n            },\n            {\n                \"essid\": \"HPJ310a.467E7C\"\n            },\n            {\n                \"essid\": \"HPJ610a.094216\"\n            },\n            {\n                \"essid\": \"HPJ610a.487975\"\n            },\n            {\n                \"essid\": \"HPN911n.BCAB42\"\n            },\n            {\n                \"essid\": \"HP-Print-00-Officejet 6600\"\n            },\n            {\n                \"essid\": \"HP-Print-00-Officejet Pro 8610\"\n            },\n            {\n                \"essid\": \"HP-Print-02-LaserJet 200 color\"\n            },\n            {\n                \"essid\": \"HP-Print-03-Officejet Pro 8600\"\n            },\n            {\n                \"essid\": \"HP-Print-04-Officejet Pro 8620\"\n            },\n            {\n                \"essid\": \"HP-Print-05-Officejet Pro 8610\"\n            },\n            {\n                \"essid\": \"HP-Print-08-Deskjet 3520 series\"\n            },\n            {\n                \"essid\": \"HP-Print-08-LaserJet 200 color\"\n            },\n            {\n                \"essid\": \"HP-Print-09-Photosmart 7520\"\n            },\n            {\n                \"essid\": \"HP-Print-0A-Photosmart 7520\"\n            },\n            {\n                \"essid\": \"HP-Print-0D-Officejet 4630\"\n            },\n            {\n                \"essid\": \"HP-Print-0E-Officejet 6700\"\n            },\n            {\n                \"essid\": \"HP-Print-11-ENVY 4500 series\"\n            },\n            {\n                \"essid\": \"HP-Print-12-ENVY 4500 series\"\n            },\n            {\n                \"essid\": \"HP-Print-12-LaserJet 1102\"\n            },\n            {\n                \"essid\": \"HP-Print-16-Officejet Pro 8600\"\n            },\n            {\n                \"essid\": \"HP-Print-16-Officejet Pro 8610\"\n            },\n            {\n                \"essid\": \"HP-Print-17-Deskjet 2540 series\"\n            },\n            {\n                \"essid\": \"HP-Print-1A-Officejet Pro 8610\"\n            },\n            {\n                \"essid\": \"HP-Print-1b-Color LaserJet MFP\"\n            },\n            {\n                \"essid\": \"HP-Print-1C-Photosmart 6520\"\n            },\n            {\n                \"essid\": \"HP-Print-1D-Officejet 4630\"\n            },\n            {\n                \"essid\": \"HP-Print-1F-Officejet 6600\"\n            },\n            {\n                \"essid\": \"HP-Print-1F-Officejet Pro 8600\"\n            },\n            {\n                \"essid\": \"HP-Print-22-Officejet Pro 8610\"\n            },\n            {\n                \"essid\": \"HP-Print-24-Officejet 6600\"\n            },\n            {\n                \"essid\": \"HP-Print-25-Photosmart 6520\"\n            },\n            {\n                \"essid\": \"HP-Print-27-ENVY 5530 series\"\n            },\n            {\n                \"essid\": \"HP-Print-2B-Officejet 4630\"\n            },\n            {\n                \"essid\": \"HP-Print-2F-Officejet Pro 8610\"\n            },\n            {\n                \"essid\": \"HP-Print-30-LaserJet 400\"\n            },\n            {\n                \"essid\": \"HP-Print-30-Photosmart 5520\"\n            },\n            {\n                \"essid\": \"HP-Print-33-Officejet 6600\"\n            },\n            {\n                \"essid\": \"HP-Print-33-Officejet Pro 8600\"\n            },\n            {\n                \"essid\": \"HP-Print-36-Officejet 4630\"\n            },\n            {\n                \"essid\": \"HP-Print-37-Photosmart 6520\"\n            },\n            {\n                \"essid\": \"HP-Print-38-LaserJet Pro MFP\"\n            },\n            {\n                \"essid\": \"HP-Print-39-Officejet Pro 8610\"\n            },\n            {\n                \"essid\": \"HP-Print-3E-Photosmart 5520\"\n            },\n            {\n                \"essid\": \"HP-Print-3F-Officejet Pro 8600\"\n            },\n            {\n                \"essid\": \"HP-Print-3F-Officejet Pro 8610\"\n            },\n            {\n                \"essid\": \"HP-Print-40-Officejet Pro 8600\"\n            },\n            {\n                \"essid\": \"HP-Print-41-ENVY 4500 series\"\n            },\n            {\n                \"essid\": \"HP-Print-42-LaserJet 1102\"\n            },\n            {\n                \"essid\": \"HP-Print-44-Officejet Pro 8610\"\n            },\n            {\n                \"essid\": \"HP-Print-45-Deskjet 2540 series\"\n            },\n            {\n                \"essid\": \"HP-Print-45-Officejet Pro 8610\"\n            },\n            {\n                \"essid\": \"HP-Print-47-Officejet Pro 8600\"\n            },\n            {\n                \"essid\": \"HP-Print-49-ENVY 5530 series\"\n            },\n            {\n                \"essid\": \"HP-Print-4B-Officejet Pro 8600\"\n            },\n            {\n                \"essid\": \"HP-Print-4C-Deskjet 2540 series\"\n            },\n            {\n                \"essid\": \"HP-Print-4C-Officejet Pro 8620\"\n            },\n            {\n                \"essid\": \"HP-Print-4D-Officejet Pro 8600\"\n            },\n            {\n                \"essid\": \"HP-Print-4D-Officejet Pro 8610\"\n            },\n            {\n                \"essid\": \"HP-Print-50-ENVY 4500 series\"\n            },\n            {\n                \"essid\": \"HP-Print-50-Officejet Pro 8610\"\n            },\n            {\n                \"essid\": \"HP-Print-50-Officejet Pro 8620\"\n            },\n            {\n                \"essid\": \"HP-Print-55-LaserJet 1102\"\n            },\n            {\n                \"essid\": \"HP-Print-5A-ENVY 5530 series\"\n            },\n            {\n                \"essid\": \"HP-Print-5B-Officejet Pro 8600\"\n            },\n            {\n                \"essid\": \"HP-Print-5F-ENVY 4500 series\"\n            },\n            {\n                \"essid\": \"HP-Print-60-Officejet Pro 8600\"\n            },\n            {\n                \"essid\": \"HP-Print-60-Officejet Pro 8610\"\n            },\n            {\n                \"essid\": \"HP-Print-61-ENVY 4500 series\"\n            },\n            {\n                \"essid\": \"HP-Print-63-Officejet Pro 8600\"\n            },\n            {\n                \"essid\": \"HP-Print-65-LaserJet 200 color\"\n            },\n            {\n                \"essid\": \"HP-Print-65-Officejet Pro 8600\"\n            },\n            {\n                \"essid\": \"HP-Print-66-LaserJet Pro MFP\"\n            },\n            {\n                \"essid\": \"HP-Print-66-Officejet Pro 6830\"\n            },\n            {\n                \"essid\": \"HP-Print-66-Officejet Pro 8610\"\n            },\n            {\n                \"essid\": \"HP-Print-6d-LaserJet 400 M401dw\"\n            },\n            {\n                \"essid\": \"HP-Print-6F-Officejet Pro 8600\"\n            },\n            {\n                \"essid\": \"HP-Print-70-Officejet Pro 8610\"\n            },\n            {\n                \"essid\": \"HP-Print-71-Photosmart 5520\"\n            },\n            {\n                \"essid\": \"HP-Print-73-LaserJet Pro MFP\"\n            },\n            {\n                \"essid\": \"HP-Print-73-Officejet 4630\"\n            },\n            {\n                \"essid\": \"HP-Print-74-ENVY 4500 series\"\n            },\n            {\n                \"essid\": \"HP-Print-75-Officejet Pro 8610\"\n            },\n            {\n                \"essid\": \"HP-Print-75-Officejet Pro X476dw\"\n            },\n            {\n                \"essid\": \"HP-Print-78-Officejet Pro 8600\"\n            },\n            {\n                \"essid\": \"HP-Print-7B-Photosmart 6520\"\n            },\n            {\n                \"essid\": \"HP-Print-7e-LaserJet 200\"\n            },\n            {\n                \"essid\": \"HP-Print-7e-LaserJet Pro MFP\"\n            },\n            {\n                \"essid\": \"HP-Print-7F-Officejet Pro 8610\"\n            },\n            {\n                \"essid\": \"HP-Print-82-Officejet 4630\"\n            },\n            {\n                \"essid\": \"HP-Print-82-Officejet 6600\"\n            },\n            {\n                \"essid\": \"HP-Print-82-Officejet Pro 8610\"\n            },\n            {\n                \"essid\": \"HP-Print-83-ENVY 4500 series\"\n            },\n            {\n                \"essid\": \"HP-Print-83-Officejet Pro 8600\"\n            },\n            {\n                \"essid\": \"HP-Print-88-LaserJet Pro MFP\"\n            },\n            {\n                \"essid\": \"HP-Print-8A-Officejet Pro 6830\"\n            },\n            {\n                \"essid\": \"HP-Print-8A-Photosmart 6520\"\n            },\n            {\n                \"essid\": \"HP-Print-8C-Officejet Pro 8620\"\n            },\n            {\n                \"essid\": \"HP-Print-8E-Photosmart 5520\"\n            },\n            {\n                \"essid\": \"HP-Print-91-Photosmart 7520\"\n            },\n            {\n                \"essid\": \"HP-Print-98-Photosmart 5520\"\n            },\n            {\n                \"essid\": \"HP-Print-99-Deskjet 2540 series\"\n            },\n            {\n                \"essid\": \"HP-Print-9B-Officejet Pro 8600\"\n            },\n            {\n                \"essid\": \"HP-Print-9C-Deskjet 2540 series\"\n            },\n            {\n                \"essid\": \"HP-Print-9C-Officejet Pro 8600\"\n            },\n            {\n                \"essid\": \"HP-Print-9E-ENVY 4500 series\"\n            },\n            {\n                \"essid\": \"HP-Print-9E-Officejet 6600\"\n            },\n            {\n                \"essid\": \"HP-Print-A0-ENVY 4500 series\"\n            },\n            {\n                \"essid\": \"HP-Print-A1-Officejet Pro 8610\"\n            },\n            {\n                \"essid\": \"HP-Print-A2-Officejet 4630\"\n            },\n            {\n                \"essid\": \"HP-Print-A4-Officejet 4630\"\n            },\n            {\n                \"essid\": \"HP-Print-A5-Officejet Pro 8620\"\n            },\n            {\n                \"essid\": \"HP-Print-A6-Officejet Pro 8610\"\n            },\n            {\n                \"essid\": \"HP-Print-A6-Officejet Pro 8620\"\n            },\n            {\n                \"essid\": \"HP-Print-A7-Officejet Pro 8600\"\n            },\n            {\n                \"essid\": \"HP-Print-A7-Officejet Pro 8610\"\n            },\n            {\n                \"essid\": \"HP-Print-AA-ENVY 4500 series\"\n            },\n            {\n                \"essid\": \"HP-Print-AA-Officejet Pro 8600\"\n            },\n            {\n                \"essid\": \"HP-Print-AB-Officejet 4630\"\n            },\n            {\n                \"essid\": \"HP-Print-AD-Officejet 4630\"\n            },\n            {\n                \"essid\": \"HP-Print-AE-Officejet Pro 8610\"\n            },\n            {\n                \"essid\": \"HP-Print-af-LaserJet Pro M201dw\"\n            },\n            {\n                \"essid\": \"HP-Print-B0-Officejet 4630\"\n            },\n            {\n                \"essid\": \"HP-Print-B1-LaserJet Pro MFP\"\n            },\n            {\n                \"essid\": \"HP-Print-B4-Photosmart 6520\"\n            },\n            {\n                \"essid\": \"HP-Print-B5-Officejet 4630\"\n            },\n            {\n                \"essid\": \"HP-Print-B6-Officejet Pro 8620\"\n            },\n            {\n                \"essid\": \"HP-Print-B9-Hallmark\"\n            },\n            {\n                \"essid\": \"HP-Print-b9-LaserJet Pro M201dw\"\n            },\n            {\n                \"essid\": \"HP-Print-BA-Officejet Pro 8600\"\n            },\n            {\n                \"essid\": \"HP-Print-BC-Bramblewood\"\n            },\n            {\n                \"essid\": \"HP-Print-BF-Officejet Pro 8600\"\n            },\n            {\n                \"essid\": \"HP-Print-BF-Officejet Pro 8610\"\n            },\n            {\n                \"essid\": \"HP-Print-C0-LaserJet Pro MFP\"\n            },\n            {\n                \"essid\": \"HP-Print-C0-Officejet Pro 8610\"\n            },\n            {\n                \"essid\": \"HP-Print-C2-Officejet Pro 8600\"\n            },\n            {\n                \"essid\": \"HP-Print-C4-Officejet Pro 8600\"\n            },\n            {\n                \"essid\": \"HP-Print-C4-Photosmart 5520\"\n            },\n            {\n                \"essid\": \"HP-Print-C5-Officejet Pro 8600\"\n            },\n            {\n                \"essid\": \"HP-Print-c6-LaserJet 400 color\"\n            },\n            {\n                \"essid\": \"HP-Print-C6-Officejet 4630\"\n            },\n            {\n                \"essid\": \"HP-Print-C6-Officejet 6700\"\n            },\n            {\n                \"essid\": \"HP-Print-C8-LaserJet Pro MFP\"\n            },\n            {\n                \"essid\": \"HP-Print-cb-LaserJet 400\"\n            },\n            {\n                \"essid\": \"HP-Print-D1-ENVY 4500 series\"\n            },\n            {\n                \"essid\": \"HP-Print-D1-Officejet Pro 8610\"\n            },\n            {\n                \"essid\": \"HP-Print-D2-Officejet Pro 8600\"\n            },\n            {\n                \"essid\": \"HP-Print-D3-Officejet Pro 8600\"\n            },\n            {\n                \"essid\": \"HP-Print-D4-ENVY 5530 series\"\n            },\n            {\n                \"essid\": \"HP-Print-D5-ENVY 4500 series\"\n            },\n            {\n                \"essid\": \"HP-Print-D8-Photosmart 7520\"\n            },\n            {\n                \"essid\": \"HP-Print-DA-Deskjet 3510 series\"\n            },\n            {\n                \"essid\": \"HP-Print-DA-ENVY 5530 series\"\n            },\n            {\n                \"essid\": \"HP-Print-DA-Officejet Pro 8610\"\n            },\n            {\n                \"essid\": \"HP-Print-DB-Officejet Pro 8610\"\n            },\n            {\n                \"essid\": \"HP-Print-DD-Officejet Pro 8600\"\n            },\n            {\n                \"essid\": \"HP-Print-DE-Deskjet 3510 series\"\n            },\n            {\n                \"essid\": \"HP-Print-DE-Officejet 6600\"\n            },\n            {\n                \"essid\": \"HP-Print-DE-Officejet Pro 8610\"\n            },\n            {\n                \"essid\": \"HP-Print-E2-Deskjet 2540 series\"\n            },\n            {\n                \"essid\": \"HP-Print-E2-Officejet Pro 8610\"\n            },\n            {\n                \"essid\": \"HP-Print-E3-LaserJet 1102\"\n            },\n            {\n                \"essid\": \"HP-Print-E3-Officejet 6600\"\n            },\n            {\n                \"essid\": \"HP-Print-E3-Officejet Pro 8600\"\n            },\n            {\n                \"essid\": \"HP-Print-E4-Officejet 4630\"\n            },\n            {\n                \"essid\": \"HP-Print-E4-Officejet Pro 8610\"\n            },\n            {\n                \"essid\": \"HP-Print-EB-Officejet 6700\"\n            },\n            {\n                \"essid\": \"HP-Print-EF-Officejet Pro 8620\"\n            },\n            {\n                \"essid\": \"HP-Print-F1-Photosmart 5520\"\n            },\n            {\n                \"essid\": \"HP-Print-F2-Deskjet 2540 series\"\n            },\n            {\n                \"essid\": \"HP-Print-F5-Officejet Pro 8600\"\n            },\n            {\n                \"essid\": \"HP-Print-F6-Officejet Pro 8600\"\n            },\n            {\n                \"essid\": \"HP-Print-F9-Officejet 4630\"\n            },\n            {\n                \"essid\": \"HP-Print-FA-ENVY 4500 series\"\n            },\n            {\n                \"essid\": \"HP-Print-FB-Officejet Pro 8600\"\n            },\n            {\n                \"essid\": \"HP-Print-FC-ENVY 4500 series\"\n            },\n            {\n                \"essid\": \"HP-Print-FE-Deskjet 3520 series\"\n            },\n            {\n                \"essid\": \"HP-Print-FE-Officejet Pro 8600\"\n            },\n            {\n                \"essid\": \"HP-Print-FE-Photosmart 6520\"\n            },\n            {\n                \"essid\": \"HP-Print-FF-Officejet Pro 8600\"\n            },\n            {\n                \"essid\": \"hpsetup\"\n            },\n            {\n                \"essid\": \"HP-Setup>0f-M426 LaserJet\"\n            },\n            {\n                \"essid\": \"HP-Setup>13-M277 LaserJet\"\n            },\n            {\n                \"essid\": \"HP-Setup>19-M277 LaserJet\"\n            },\n            {\n                \"essid\": \"HP-Setup>1e-M452 LaserJet\"\n            },\n            {\n                \"essid\": \"HP-Setup>31-M252 LaserJet\"\n            },\n            {\n                \"essid\": \"HP-Setup<3A>DeskJet 2600 series\"\n            },\n            {\n                \"essid\": \"HP=Setup<41_ENVY 6000 series\"\n            },\n            {\n                \"essid\": \"HP-Setup<41_OfficeJet 5200\"\n            },\n            {\n                \"essid\": \"HP-Setup>54-M254 LaserJet\"\n            },\n            {\n                \"essid\": \"HP-Setup>87-M277 LaserJet\"\n            },\n            {\n                \"essid\": \"HP-Setup>AB-OfficeJet Pro 7740\"\n            },\n            {\n                \"essid\": \"HP-Setup>b5-M252 LaserJet\"\n            },\n            {\n                \"essid\": \"HP=Setup<BA_OfficeJet Pro 8030\"\n            },\n            {\n                \"essid\": \"HP=Setup<CA_DeskJet 2700 series\"\n            },\n            {\n                \"essid\": \"HPSVT1-SN1431130\"\n            },\n            {\n                \"essid\": \"HQIV\"\n            },\n            {\n                \"essid\": \"HR4Life\"\n            },\n            {\n                \"essid\": \"HRXC40\"\n            },\n            {\n                \"essid\": \"HS\"\n            },\n            {\n                \"essid\": \"HS20-test\"\n            },\n            {\n                \"essid\": \"HSA\"\n            },\n            {\n                \"essid\": \"HSA-15-45168\"\n            },\n            {\n                \"essid\": \"HSA-15-79320\"\n            },\n            {\n                \"essid\": \"HSA-15-79353\"\n            },\n            {\n                \"essid\": \"HSA-15-85400\"\n            },\n            {\n                \"essid\": \"HSAV17\"\n            },\n            {\n                \"essid\": \"HSC-JW\"\n            },\n            {\n                \"essid\": \"hshcar\"\n            },\n            {\n                \"essid\": \"HSHD2018\"\n            },\n            {\n                \"essid\": \"hspxss332\"\n            },\n            {\n                \"essid\": \"HT_00d02d564d27\"\n            },\n            {\n                \"essid\": \"HT_AP0\"\n            },\n            {\n                \"essid\": \"HTC6545LVW 16 c5\"\n            },\n            {\n                \"essid\": \"HTC Desire 530 3485\"\n            },\n            {\n                \"essid\": \"HTC Desire 610_E09A\"\n            },\n            {\n                \"essid\": \"HTC Desire 626s 2096\"\n            },\n            {\n                \"essid\": \"HTC Giorgio\"\n            },\n            {\n                \"essid\": \"HTC Portable Hotspot 153D\"\n            },\n            {\n                \"essid\": \"HTC Portable Hotspot 8ACF\"\n            },\n            {\n                \"essid\": \"HTC Portable Hotspot C58E\"\n            },\n            {\n                \"essid\": \"HTNevada3\"\n            },\n            {\n                \"essid\": \"https://facebook.com\"\n            },\n            {\n                \"essid\": \"huage\"\n            },\n            {\n                \"essid\": \"huang99999\"\n            },\n            {\n                \"essid\": \"huarachesgang\"\n            },\n            {\n                \"essid\": \"HUAWEI-6F58\"\n            },\n            {\n                \"essid\": \"HUAWEI-760C\"\n            },\n            {\n                \"essid\": \"HUAWEI-92B2\"\n            },\n            {\n                \"essid\": \"HUAWEI-9E03\"\n            },\n            {\n                \"essid\": \"HUAWEI-AC24\"\n            },\n            {\n                \"essid\": \"HUAWEI-C964\"\n            },\n            {\n                \"essid\": \"HUAWEI-C97C\"\n            },\n            {\n                \"essid\": \"Huawei Elate\\\\342\\\\204\\\\242_9D03\"\n            },\n            {\n                \"essid\": \"HUAWEI-F8AC-2.4G\"\n            },\n            {\n                \"essid\": \"HUAWEI_Grace_42B6\"\n            },\n            {\n                \"essid\": \"HUAWEI Mate 10\"\n            },\n            {\n                \"essid\": \"HUAWEI Mate 10 lite\"\n            },\n            {\n                \"essid\": \"HUAWEI Mate 10 Pro\"\n            },\n            {\n                \"essid\": \"HUAWEI Mate 20 Pro\"\n            },\n            {\n                \"essid\": \"HUAWEI Mate 20 Pro (UD)\"\n            },\n            {\n                \"essid\": \"HUAWEI Mate 20 X\"\n            },\n            {\n                \"essid\": \"HUAWEI Mate 9\"\n            },\n            {\n                \"essid\": \"HUAWEI Mate 9 666\"\n            },\n            {\n                \"essid\": \"HUAWEI Mate 9 Pro\"\n            },\n            {\n                \"essid\": \"HUAWEI nova 2s\"\n            },\n            {\n                \"essid\": \"HUAWEI P10\"\n            },\n            {\n                \"essid\": \"HUAWEI P10 Plus\"\n            },\n            {\n                \"essid\": \"HUAWEI P20 Pro\"\n            },\n            {\n                \"essid\": \"HUAWEI P30 Pro\"\n            },\n            {\n                \"essid\": \"HUAWEI P8 lite 2017\"\n            },\n            {\n                \"essid\": \"HUAWEI P9\"\n            },\n            {\n                \"essid\": \"HUAWEI P9CYB\"\n            },\n            {\n                \"essid\": \"HUAWEI Y6II\"\n            },\n            {\n                \"essid\": \"HUAWEI 谭鹏\"\n            },\n            {\n                \"essid\": \"Huberey\"\n            },\n            {\n                \"essid\": \"Huberts Wifi\"\n            },\n            {\n                \"essid\": \"HubTruck\"\n            },\n            {\n                \"essid\": \"HuddleHelen-Priv\"\n            },\n            {\n                \"essid\": \"Huddle UP WiFi\"\n            },\n            {\n                \"essid\": \"Hudgins\"\n            },\n            {\n                \"essid\": \"HUDLY-28F36695C2FB\"\n            },\n            {\n                \"essid\": \"Hudson\"\n            },\n            {\n                \"essid\": \"hudson914\"\n            },\n            {\n                \"essid\": \"HUEGPX\"\n            },\n            {\n                \"essid\": \"Huergas VERANO\"\n            },\n            {\n                \"essid\": \"Huey\"\n            },\n            {\n                \"essid\": \"Huey_2GEXT\"\n            },\n            {\n                \"essid\": \"Huey_5GEXT\"\n            },\n            {\n                \"essid\": \"Huezowifi\"\n            },\n            {\n                \"essid\": \"HUG\"\n            },\n            {\n                \"essid\": \"hug2g244574\"\n            },\n            {\n                \"essid\": \"hug2g268572\"\n            },\n            {\n                \"essid\": \"hug2g339724\"\n            },\n            {\n                \"essid\": \"hug2g365527\"\n            },\n            {\n                \"essid\": \"hug2g379249\"\n            },\n            {\n                \"essid\": \"hug2g434285\"\n            },\n            {\n                \"essid\": \"hug2g645249\"\n            },\n            {\n                \"essid\": \"hug2g729855\"\n            },\n            {\n                \"essid\": \"hug2g829488\"\n            },\n            {\n                \"essid\": \"hug2g835459\"\n            },\n            {\n                \"essid\": \"hug2g843399\"\n            },\n            {\n                \"essid\": \"hug2g939967\"\n            },\n            {\n                \"essid\": \"hug2g942793\"\n            },\n            {\n                \"essid\": \"hughdoug\"\n            },\n            {\n                \"essid\": \"HUGHES WIFI\"\n            },\n            {\n                \"essid\": \"HughsDesk\"\n            },\n            {\n                \"essid\": \"hugoboss\"\n            },\n            {\n                \"essid\": \"Hugo's 9\"\n            },\n            {\n                \"essid\": \"Hugo's iPhone\"\n            },\n            {\n                \"essid\": \"huhansan2.4\"\n            },\n            {\n                \"essid\": \"HuliKaBalbon\"\n            },\n            {\n                \"essid\": \"HulseWifi2.0\"\n            },\n            {\n                \"essid\": \"Hulsey Home\"\n            },\n            {\n                \"essid\": \"hum02231\"\n            },\n            {\n                \"essid\": \"hum03011\"\n            },\n            {\n                \"essid\": \"hum06587\"\n            },\n            {\n                \"essid\": \"hum13196\"\n            },\n            {\n                \"essid\": \"hum13837\"\n            },\n            {\n                \"essid\": \"hum14\"\n            },\n            {\n                \"essid\": \"hum14039\"\n            },\n            {\n                \"essid\": \"hum14192\"\n            },\n            {\n                \"essid\": \"hum18480\"\n            },\n            {\n                \"essid\": \"hum20916\"\n            },\n            {\n                \"essid\": \"hum21492\"\n            },\n            {\n                \"essid\": \"hum21888\"\n            },\n            {\n                \"essid\": \"hum24019\"\n            },\n            {\n                \"essid\": \"hum26569\"\n            },\n            {\n                \"essid\": \"hum27662\"\n            },\n            {\n                \"essid\": \"hum30592\"\n            },\n            {\n                \"essid\": \"hum32231\"\n            },\n            {\n                \"essid\": \"hum34337\"\n            },\n            {\n                \"essid\": \"hum34401\"\n            },\n            {\n                \"essid\": \"hum37208\"\n            },\n            {\n                \"essid\": \"hum38007\"\n            },\n            {\n                \"essid\": \"hum38347\"\n            },\n            {\n                \"essid\": \"hum38507\"\n            },\n            {\n                \"essid\": \"hum40798\"\n            },\n            {\n                \"essid\": \"hum41848\"\n            },\n            {\n                \"essid\": \"hum42667\"\n            },\n            {\n                \"essid\": \"hum43065\"\n            },\n            {\n                \"essid\": \"hum44247\"\n            },\n            {\n                \"essid\": \"hum44681\"\n            },\n            {\n                \"essid\": \"hum45453\"\n            },\n            {\n                \"essid\": \"hum49674\"\n            },\n            {\n                \"essid\": \"hum49994\"\n            },\n            {\n                \"essid\": \"hum50226\"\n            },\n            {\n                \"essid\": \"hum50267\"\n            },\n            {\n                \"essid\": \"hum50998\"\n            },\n            {\n                \"essid\": \"hum51481\"\n            },\n            {\n                \"essid\": \"hum52969\"\n            },\n            {\n                \"essid\": \"hum56312\"\n            },\n            {\n                \"essid\": \"hum56888\"\n            },\n            {\n                \"essid\": \"hum57548\"\n            },\n            {\n                \"essid\": \"hum58419\"\n            },\n            {\n                \"essid\": \"hum61176\"\n            },\n            {\n                \"essid\": \"hum65151\"\n            },\n            {\n                \"essid\": \"hum65785\"\n            },\n            {\n                \"essid\": \"hum68526\"\n            },\n            {\n                \"essid\": \"hum69358\"\n            },\n            {\n                \"essid\": \"hum71176\"\n            },\n            {\n                \"essid\": \"hum72481\"\n            },\n            {\n                \"essid\": \"hum73476\"\n            },\n            {\n                \"essid\": \"hum83086\"\n            },\n            {\n                \"essid\": \"hum83912\"\n            },\n            {\n                \"essid\": \"hum85877\"\n            },\n            {\n                \"essid\": \"hum86776\"\n            },\n            {\n                \"essid\": \"hum88014\"\n            },\n            {\n                \"essid\": \"hum88880\"\n            },\n            {\n                \"essid\": \"hum91396\"\n            },\n            {\n                \"essid\": \"hum93501\"\n            },\n            {\n                \"essid\": \"Humans Moving\"\n            },\n            {\n                \"essid\": \"humilitant\"\n            },\n            {\n                \"essid\": \"hummus and dedo\"\n            },\n            {\n                \"essid\": \"humxgoldcivic\"\n            },\n            {\n                \"essid\": \"Hunchback\"\n            },\n            {\n                \"essid\": \"HunkBags\"\n            },\n            {\n                \"essid\": \"Hunter\"\n            },\n            {\n                \"essid\": \"Hunter6189\"\n            },\n            {\n                \"essid\": \"Hunter Gray\"\n            },\n            {\n                \"essid\": \"HuntersWifi\"\n            },\n            {\n                \"essid\": \"Huntington West\"\n            },\n            {\n                \"essid\": \"HUR\"\n            },\n            {\n                \"essid\": \"HURRICANE\"\n            },\n            {\n                \"essid\": \"hurricane142\"\n            },\n            {\n                \"essid\": \"Hurricane5\"\n            },\n            {\n                \"essid\": \"Hurtbrah510\"\n            },\n            {\n                \"essid\": \"Husky1326\"\n            },\n            {\n                \"essid\": \"Hussaini\"\n            },\n            {\n                \"essid\": \"Hussein\"\n            },\n            {\n                \"essid\": \"Hutchins Duramax\"\n            },\n            {\n                \"essid\": \"Hutsells\"\n            },\n            {\n                \"essid\": \"HU You Know\"\n            },\n            {\n                \"essid\": \"HVAC24G\"\n            },\n            {\n                \"essid\": \"HVACTemp\"\n            },\n            {\n                \"essid\": \"HW01H-95A539\"\n            },\n            {\n                \"essid\": \"HW01L-B815E3\"\n            },\n            {\n                \"essid\": \"hwade\"\n            },\n            {\n                \"essid\": \"HWAN\"\n            },\n            {\n                \"essid\": \"HWFI\"\n            },\n            {\n                \"essid\": \"HWGN\"\n            },\n            {\n                \"essid\": \"Hyatt\"\n            },\n            {\n                \"essid\": \"@Hyatt_WiFi\"\n            },\n            {\n                \"essid\": \"HYC Apartment\"\n            },\n            {\n                \"essid\": \"HYC Member Dock Net\"\n            },\n            {\n                \"essid\": \"HYC Office\"\n            },\n            {\n                \"essid\": \"hyo5885-2g\"\n            },\n            {\n                \"essid\": \"hypervsn-1801900\"\n            },\n            {\n                \"essid\": \"Hypractvtahoe\"\n            },\n            {\n                \"essid\": \"Hysyder_pixel2\"\n            },\n            {\n                \"essid\": \"Hyundai Sonata 2.0 Turbo\"\n            },\n            {\n                \"essid\": \"I\\\\342\\\\235\\\\244\\\\357\\\\270\\\\217Matt\"\n            },\n            {\n                \"essid\": \"i8apple\"\n            },\n            {\n                \"essid\": \"I Am A Gues\"\n            },\n            {\n                \"essid\": \"I Am A Guest\"\n            },\n            {\n                \"essid\": \"I am Dragon\"\n            },\n            {\n                \"essid\": \"I am God Ying\"\n            },\n            {\n                \"essid\": \"I_am_NOT_FREE\"\n            },\n            {\n                \"essid\": \"I am what Gotham needs\"\n            },\n            {\n                \"essid\": \"ianrichards27\"\n            },\n            {\n                \"essid\": \"ianscruze\"\n            },\n            {\n                \"essid\": \"Ian's iPhone\"\n            },\n            {\n                \"essid\": \"iBenefit\"\n            },\n            {\n                \"essid\": \"iBenefit-guest\"\n            },\n            {\n                \"essid\": \"IBM\"\n            },\n            {\n                \"essid\": \"IBMInternet\"\n            },\n            {\n                \"essid\": \"i Bolt\"\n            },\n            {\n                \"essid\": \"IBR1100-09f\"\n            },\n            {\n                \"essid\": \"IBR1100-441abe35\"\n            },\n            {\n                \"essid\": \"IBR1100-d7a\"\n            },\n            {\n                \"essid\": \"IBR1100-ec2\"\n            },\n            {\n                \"essid\": \"IBR1100-ec2-5g\"\n            },\n            {\n                \"essid\": \"IBR1100-f19\"\n            },\n            {\n                \"essid\": \"IBR1100-f19-5g\"\n            },\n            {\n                \"essid\": \"IBR1700-c3d\"\n            },\n            {\n                \"essid\": \"IBR200-070\"\n            },\n            {\n                \"essid\": \"IBR600-326\"\n            },\n            {\n                \"essid\": \"IBR600-37b\"\n            },\n            {\n                \"essid\": \"IBR600B-2e3\"\n            },\n            {\n                \"essid\": \"IBR600C-0be\"\n            },\n            {\n                \"essid\": \"IBR600C-0dc\"\n            },\n            {\n                \"essid\": \"IBR600C-e16\"\n            },\n            {\n                \"essid\": \"IBR900-01c\"\n            },\n            {\n                \"essid\": \"IBR900-2013\"\n            },\n            {\n                \"essid\": \"IBR900-331\"\n            },\n            {\n                \"essid\": \"IBR900-538\"\n            },\n            {\n                \"essid\": \"IBR900-8db\"\n            },\n            {\n                \"essid\": \"IBR900-952\"\n            },\n            {\n                \"essid\": \"IBR900-a3d\"\n            },\n            {\n                \"essid\": \"IBR900-b40\"\n            },\n            {\n                \"essid\": \"IBR900-b5e\"\n            },\n            {\n                \"essid\": \"IBR900-b72\"\n            },\n            {\n                \"essid\": \"IBR900-ba9\"\n            },\n            {\n                \"essid\": \"IBR900-c48\"\n            },\n            {\n                \"essid\": \"IBR900-c4b\"\n            },\n            {\n                \"essid\": \"IBR900-c54\"\n            },\n            {\n                \"essid\": \"IBR900-c5d\"\n            },\n            {\n                \"essid\": \"IBR900-c66\"\n            },\n            {\n                \"essid\": \"IBR900-c6c\"\n            },\n            {\n                \"essid\": \"IBR900-c6f\"\n            },\n            {\n                \"essid\": \"IBR900-c72\"\n            },\n            {\n                \"essid\": \"IBR900-c99\"\n            },\n            {\n                \"essid\": \"IBR900-cb7\"\n            },\n            {\n                \"essid\": \"IBR900-cf4\"\n            },\n            {\n                \"essid\": \"IBR900-fc9\"\n            },\n            {\n                \"essid\": \"Ibrahim\"\n            },\n            {\n                \"essid\": \"ibstory\"\n            },\n            {\n                \"essid\": \"IBTCI\"\n            },\n            {\n                \"essid\": \"IBTCI Consultants\"\n            },\n            {\n                \"essid\": \"IBTCI Guest\"\n            },\n            {\n                \"essid\": \"ICantAffordThis\"\n            },\n            {\n                \"essid\": \"IceColdPBR\"\n            },\n            {\n                \"essid\": \"IceColdPBR-5G-1\"\n            },\n            {\n                \"essid\": \"IceColdPBR_EXT\"\n            },\n            {\n                \"essid\": \"IceColdPBR-Guest\"\n            },\n            {\n                \"essid\": \"ICE Daddy\"\n            },\n            {\n                \"essid\": \"ICE-Guest\"\n            },\n            {\n                \"essid\": \"Icemeister\"\n            },\n            {\n                \"essid\": \"icetruck\"\n            },\n            {\n                \"essid\": \"iCMaterials\"\n            },\n            {\n                \"essid\": \"iCOMM-ccc079091907\"\n            },\n            {\n                \"essid\": \"Iconiclola15\"\n            },\n            {\n                \"essid\": \"ICU2\"\n            },\n            {\n                \"essid\": \"Ideal\"\n            },\n            {\n                \"essid\": \"idealXTRA_24WZ\"\n            },\n            {\n                \"essid\": \"Ide Equinox\"\n            },\n            {\n                \"essid\": \"idethan\"\n            },\n            {\n                \"essid\": \"IDEXXw1\"\n            },\n            {\n                \"essid\": \"Idkkkkkkkk speaker.o\"\n            },\n            {\n                \"essid\": \"IF\"\n            },\n            {\n                \"essid\": \"IFIT_SETUP\"\n            },\n            {\n                \"essid\": \"Ignacio\"\n            },\n            {\n                \"essid\": \"IgniteNet0-1-5G-Backup\"\n            },\n            {\n                \"essid\": \"IgniteNet0-2-PRO\"\n            },\n            {\n                \"essid\": \"IHC Furniture\"\n            },\n            {\n                \"essid\": \"IHCOA\"\n            },\n            {\n                \"essid\": \"IHGConnect\"\n            },\n            {\n                \"essid\": \"IHG Connect\"\n            },\n            {\n                \"essid\": \"iHoops\"\n            },\n            {\n                \"essid\": \"IIDI\"\n            },\n            {\n                \"essid\": \"III-SVL\"\n            },\n            {\n                \"essid\": \"III-SVL Guest\"\n            },\n            {\n                \"essid\": \"iKyle_S\"\n            },\n            {\n                \"essid\": \"i-LEVEL-9e\"\n            },\n            {\n                \"essid\": \"i-LEVEL-ac\"\n            },\n            {\n                \"essid\": \"ILFornaioWiFi\"\n            },\n            {\n                \"essid\": \"ILFornaioWiFi-PDR\"\n            },\n            {\n                \"essid\": \"Ilie 1\"\n            },\n            {\n                \"essid\": \"Iliketurtles\"\n            },\n            {\n                \"essid\": \"iLive_ISWFV387_3DD0\"\n            },\n            {\n                \"essid\": \"iLive_ISWFV387_A9FC\"\n            },\n            {\n                \"essid\": \"Iljuyoon\"\n            },\n            {\n                \"essid\": \"İlksen iPhone’u\"\n            },\n            {\n                \"essid\": \"illegally parked vehicles\"\n            },\n            {\n                \"essid\": \"Ilouyou\"\n            },\n            {\n                \"essid\": \"I love cheese\"\n            },\n            {\n                \"essid\": \"Ilovucaetie\"\n            },\n            {\n                \"essid\": \"Iluvphomallga\"\n            },\n            {\n                \"essid\": \"ilyes\"\n            },\n            {\n                \"essid\": \"iMaekella\"\n            },\n            {\n                \"essid\": \"imag\"\n            },\n            {\n                \"essid\": \"iManage-Guest\"\n            },\n            {\n                \"essid\": \"ImaniandNyla\"\n            },\n            {\n                \"essid\": \"I'M A STUPID BITCH!!!\"\n            },\n            {\n                \"essid\": \"I'm Him\"\n            },\n            {\n                \"essid\": \"Immigration Services Vehicle\"\n            },\n            {\n                \"essid\": \"Imogene\"\n            },\n            {\n                \"essid\": \"Imole’s iPhone\"\n            },\n            {\n                \"essid\": \"imotowifi07E664\"\n            },\n            {\n                \"essid\": \"imotowifi07E72F\"\n            },\n            {\n                \"essid\": \"imotowifi07E819\"\n            },\n            {\n                \"essid\": \"imotowifi07EA2A\"\n            },\n            {\n                \"essid\": \"imotowifi09531F\"\n            },\n            {\n                \"essid\": \"imotowifi095812\"\n            },\n            {\n                \"essid\": \"imotowifi0D232E\"\n            },\n            {\n                \"essid\": \"imotowifi0D25E3\"\n            },\n            {\n                \"essid\": \"imotowifi0D2821\"\n            },\n            {\n                \"essid\": \"imotowifi0D28F9\"\n            },\n            {\n                \"essid\": \"imotowifi0D292F\"\n            },\n            {\n                \"essid\": \"imotowifi0D2A50\"\n            },\n            {\n                \"essid\": \"imotowifi0D2DD6\"\n            },\n            {\n                \"essid\": \"impala\"\n            },\n            {\n                \"essid\": \"Impala\"\n            },\n            {\n                \"essid\": \"Impala 2016\"\n            },\n            {\n                \"essid\": \"Impala8584\"\n            },\n            {\n                \"essid\": \"impala WIFI\"\n            },\n            {\n                \"essid\": \"Impala WiFi\"\n            },\n            {\n                \"essid\": \"impeachtrump\"\n            },\n            {\n                \"essid\": \"Important Research\"\n            },\n            {\n                \"essid\": \"improveUSA-office\"\n            },\n            {\n                \"essid\": \"imra1984\"\n            },\n            {\n                \"essid\": \"I'm Under Your Bed\"\n            },\n            {\n                \"essid\": \"I'M W$T THE GANG\"\n            },\n            {\n                \"essid\": \"INAP\"\n            },\n            {\n                \"essid\": \"INAP-Guest\"\n            },\n            {\n                \"essid\": \"IncasaCoffee\"\n            },\n            {\n                \"essid\": \"IncredibleDemo\"\n            },\n            {\n                \"essid\": \"Incredibles5\"\n            },\n            {\n                \"essid\": \"INCWL\"\n            },\n            {\n                \"essid\": \"indabituin\"\n            },\n            {\n                \"essid\": \"India Heritage\"\n            },\n            {\n                \"essid\": \"Indian Store Guest WIFI\"\n            },\n            {\n                \"essid\": \"Indian Store WIFI\"\n            },\n            {\n                \"essid\": \"Indrasen's iPhone\"\n            },\n            {\n                \"essid\": \"industrial\"\n            },\n            {\n                \"essid\": \"industrial2\"\n            },\n            {\n                \"essid\": \"inengo\"\n            },\n            {\n                \"essid\": \"inezRE\"\n            },\n            {\n                \"essid\": \"Infamous\"\n            },\n            {\n                \"essid\": \"infinite loop\"\n            },\n            {\n                \"essid\": \"Infiniti-B02A\"\n            },\n            {\n                \"essid\": \"Infiniti-C826\"\n            },\n            {\n                \"essid\": \"INFINITY\"\n            },\n            {\n                \"essid\": \"In God We Trust\\\\342\\\\200\\\\231s iPhone AR\"\n            },\n            {\n                \"essid\": \"innflux\"\n            },\n            {\n                \"essid\": \"Innovative\"\n            },\n            {\n                \"essid\": \"INNOVV_K2_a1d3\"\n            },\n            {\n                \"essid\": \"INNOVV_K2_Roci\"\n            },\n            {\n                \"essid\": \"I Now Pronounce You Man and WiFi\"\n            },\n            {\n                \"essid\": \"INSBuick\"\n            },\n            {\n                \"essid\": \"insight#5\"\n            },\n            {\n                \"essid\": \"InSookFamily-2.4GHz\"\n            },\n            {\n                \"essid\": \"inspect4027\"\n            },\n            {\n                \"essid\": \"Installer iPad 5 - Amour\"\n            },\n            {\n                \"essid\": \"Instant Tethering 5d5bc\"\n            },\n            {\n                \"essid\": \"Instant Virus Uploader\"\n            },\n            {\n                \"essid\": \"Inteli\"\n            },\n            {\n                \"essid\": \"Internal\"\n            },\n            {\n                \"essid\": \"InternalGCH\"\n            },\n            {\n                \"essid\": \"Internet\"\n            },\n            {\n                \"essid\": \"INTERNET IN MOTION CBB94 ADMIN\"\n            },\n            {\n                \"essid\": \"INTERNET IN MOTION CBB94 GUESTS\"\n            },\n            {\n                \"essid\": \"INTERNET IN MOTION F8FB7 ADMIN \"\n            },\n            {\n                \"essid\": \"INTERNET IN MOTION F8FB7 GUESTS\"\n            },\n            {\n                \"essid\": \"Internetz\"\n            },\n            {\n                \"essid\": \"Intern for hire\"\n            },\n            {\n                \"essid\": \"Interra\"\n            },\n            {\n                \"essid\": \"Interra-Guest\"\n            },\n            {\n                \"essid\": \"Interstate 3\"\n            },\n            {\n                \"essid\": \"interstate 4\"\n            },\n            {\n                \"essid\": \"Interstate 9\"\n            },\n            {\n                \"essid\": \"interwebz\"\n            },\n            {\n                \"essid\": \"IntoTheWoods\"\n            },\n            {\n                \"essid\": \"Intravet\"\n            },\n            {\n                \"essid\": \"intssid\"\n            },\n            {\n                \"essid\": \"Intuitive\"\n            },\n            {\n                \"essid\": \"intune-build\"\n            },\n            {\n                \"essid\": \"IntYourFace\"\n            },\n            {\n                \"essid\": \"Inverness\"\n            },\n            {\n                \"essid\": \"Invisible College\"\n            },\n            {\n                \"essid\": \"IOSiX ELD: 15489989\"\n            },\n            {\n                \"essid\": \"IOSiX ELD: 15503412\"\n            },\n            {\n                \"essid\": \"IOSiX ELD: 15503517\"\n            },\n            {\n                \"essid\": \"IOSiX ELD: 15524909\"\n            },\n            {\n                \"essid\": \"IOSiX ELD: 15527581\"\n            },\n            {\n                \"essid\": \"IOSiX ELD: 15548413\"\n            },\n            {\n                \"essid\": \"IOSiX ELD: 240AC41AB326\"\n            },\n            {\n                \"essid\": \"IOSiX ELD: 240AC41B3112\"\n            },\n            {\n                \"essid\": \"IOSiX ELD: 240AC4883512\"\n            },\n            {\n                \"essid\": \"IOSiX ELD: 240AC488400A\"\n            },\n            {\n                \"essid\": \"IOSiX ELD: 2459845\"\n            },\n            {\n                \"essid\": \"IOSiX ELD: 30AEA47FD202\"\n            },\n            {\n                \"essid\": \"IOSiX ELD: 30AEA48253A2\"\n            },\n            {\n                \"essid\": \"IOSiX ELD: 30AEA4829DBA\"\n            },\n            {\n                \"essid\": \"IOSiX ELD: 30AEA4829DD6\"\n            },\n            {\n                \"essid\": \"IoT\"\n            },\n            {\n                \"essid\": \"iP6\"\n            },\n            {\n                \"essid\": \"iPad\"\n            },\n            {\n                \"essid\": \"IPad \"\n            },\n            {\n                \"essid\": \"iPad (2)\"\n            },\n            {\n                \"essid\": \"iPad (3)\"\n            },\n            {\n                \"essid\": \"iPad (74)\"\n            },\n            {\n                \"essid\": \"iPad GCTV68AMHLJL\"\n            },\n            {\n                \"essid\": \"iPad_Kiosk\"\n            },\n            {\n                \"essid\": \"IPAD_LS_0086\"\n            },\n            {\n                \"essid\": \"iPad network\"\n            },\n            {\n                \"essid\": \"ipadWC\\\\342\\\\200\\\\231s iPad\"\n            },\n            {\n                \"essid\": \"IPCAM-217701\"\n            },\n            {\n                \"essid\": \"IPCAM-364377\"\n            },\n            {\n                \"essid\": \"IPCAM-6671b7fc\"\n            },\n            {\n                \"essid\": \"IPCAM_936613\"\n            },\n            {\n                \"essid\": \"ipcharter\"\n            },\n            {\n                \"essid\": \"IPD-CFG-AP-04-4C-8C\"\n            },\n            {\n                \"essid\": \"iphone\"\n            },\n            {\n                \"essid\": \"iPhone\"\n            },\n            {\n                \"essid\": \"iPhone \"\n            },\n            {\n                \"essid\": \"Iphone\"\n            },\n            {\n                \"essid\": \"I phone\"\n            },\n            {\n                \"essid\": \"Iphone \"\n            },\n            {\n                \"essid\": \"IPhone\"\n            },\n            {\n                \"essid\": \"IPHONE \"\n            },\n            {\n                \"essid\": \"iPhone 1\"\n            },\n            {\n                \"essid\": \"iPhone11-LG\"\n            },\n            {\n                \"essid\": \"iPhone 11 Pro\"\n            },\n            {\n                \"essid\": \"I Phone 11 pro Max\"\n            },\n            {\n                \"essid\": \"Iphone 12111\"\n            },\n            {\n                \"essid\": \"iPhone 12 Mini \"\n            },\n            {\n                \"essid\": \"iPhone (2)\"\n            },\n            {\n                \"essid\": \"iPhone227\"\n            },\n            {\n                \"essid\": \"iPhone (3)\"\n            },\n            {\n                \"essid\": \"iPhone \\\\320\\\\220\\\\320\\\\273\\\\320\\\\265\\\\320\\\\272\\\\321\\\\201\\\\320\\\\265\\\\320\\\\271\"\n            },\n            {\n                \"essid\": \"iPhone (4)\"\n            },\n            {\n                \"essid\": \"iPhone5.0\"\n            },\n            {\n                \"essid\": \"iPhone517924\"\n            },\n            {\n                \"essid\": \"iPhone-5739\"\n            },\n            {\n                \"essid\": \"iPhone (6)\"\n            },\n            {\n                \"essid\": \"iPhone 626\"\n            },\n            {\n                \"essid\": \"IPhone64\"\n            },\n            {\n                \"essid\": \"iPhone 6khaled2019\"\n            },\n            {\n                \"essid\": \"iPhone6s - Rod\"\n            },\n            {\n                \"essid\": \"iPhone7+\"\n            },\n            {\n                \"essid\": \"iPhone79\"\n            },\n            {\n                \"essid\": \"IPhone 7 FA\"\n            },\n            {\n                \"essid\": \"iPhone8\"\n            },\n            {\n                \"essid\": \"iPhone 8\"\n            },\n            {\n                \"essid\": \"iPhone8 CR\"\n            },\n            {\n                \"essid\": \"iPhone  A Eidhah\"\n            },\n            {\n                \"essid\": \"\\u200fiPhone \\u200fAkram\"\n            },\n            {\n                \"essid\": \"iPhone (Aleksey)\"\n            },\n            {\n                \"essid\": \"iPhone Alex\"\n            },\n            {\n                \"essid\": \"iPhone (Andrei)\"\n            },\n            {\n                \"essid\": \"iPhone Danny\"\n            },\n            {\n                \"essid\": \"iPhone de Alejandro\"\n            },\n            {\n                \"essid\": \"iPhone de Anderson\"\n            },\n            {\n                \"essid\": \"iPhone de Andre silva\"\n            },\n            {\n                \"essid\": \"iPhone de Angel\"\n            },\n            {\n                \"essid\": \"iPhone de Beatriz\"\n            },\n            {\n                \"essid\": \"iPhone de Carla Raysse\"\n            },\n            {\n                \"essid\": \"iPhone de Cesar\"\n            },\n            {\n                \"essid\": \"iPhone de Cleber\"\n            },\n            {\n                \"essid\": \"iPhone de client\"\n            },\n            {\n                \"essid\": \"iPhone de Dalva\"\n            },\n            {\n                \"essid\": \"iPhone de Dan\"\n            },\n            {\n                \"essid\": \"iPhone de Dennis\"\n            },\n            {\n                \"essid\": \"iPhone de Felliphe\"\n            },\n            {\n                \"essid\": \"iPhone de Fernando\"\n            },\n            {\n                \"essid\": \"iPhone de Frank \"\n            },\n            {\n                \"essid\": \"iPhone de Gabriella\"\n            },\n            {\n                \"essid\": \"iPhone de Javier\"\n            },\n            {\n                \"essid\": \"iPhone de Jonatan\"\n            },\n            {\n                \"essid\": \"iPhone de Juancarlos\"\n            },\n            {\n                \"essid\": \"iPhone de Julio Cesar\"\n            },\n            {\n                \"essid\": \"iPhone de Katherine\"\n            },\n            {\n                \"essid\": \"iPhone de kenny rogers\"\n            },\n            {\n                \"essid\": \"iPhone de Laercio\"\n            },\n            {\n                \"essid\": \"iPhone de Lila\"\n            },\n            {\n                \"essid\": \"iPhone de Lilibeth\"\n            },\n            {\n                \"essid\": \"iPhone de Mabeca\"\n            },\n            {\n                \"essid\": \"iPhone de Marcos\"\n            },\n            {\n                \"essid\": \"iPhone de Matheus\"\n            },\n            {\n                \"essid\": \"iPhone de Micael\"\n            },\n            {\n                \"essid\": \"iPhone de Nidia\"\n            },\n            {\n                \"essid\": \"iPhone de Paula \"\n            },\n            {\n                \"essid\": \"iPhone de Ramon\"\n            },\n            {\n                \"essid\": \"iPhone de Reggie Garcia\"\n            },\n            {\n                \"essid\": \"iPhone de Reginaldo\"\n            },\n            {\n                \"essid\": \"iPhone de Ricardo Pineda\"\n            },\n            {\n                \"essid\": \"iPhone de Rodrigo\"\n            },\n            {\n                \"essid\": \"iPhone de Sassi\"\n            },\n            {\n                \"essid\": \"iPhone de Saulo\"\n            },\n            {\n                \"essid\": \"iPhone de Thyago\"\n            },\n            {\n                \"essid\": \"iPhone de Victor\"\n            },\n            {\n                \"essid\": \"iPhone de Welber\"\n            },\n            {\n                \"essid\": \"iPhone de y\"\n            },\n            {\n                \"essid\": \"iPhone de Yasmin\"\n            },\n            {\n                \"essid\": \"iPhone de Yulissa\"\n            },\n            {\n                \"essid\": \"iPhone de Zahran\"\n            },\n            {\n                \"essid\": \"iPhone di Maria\"\n            },\n            {\n                \"essid\": \"iPhone-DX3G3MJVN72J\"\n            },\n            {\n                \"essid\": \"iPhone DX4CG3REKXKN\"\n            },\n            {\n                \"essid\": \"iPhone-DX4CQH9LKXKN\"\n            },\n            {\n                \"essid\": \"iPhonee\"\n            },\n            {\n                \"essid\": \"iPhone Emmie\"\n            },\n            {\n                \"essid\": \"iPhone-F17F1CTR0DXP\"\n            },\n            {\n                \"essid\": \"iPhone FI \"\n            },\n            {\n                \"essid\": \"\\u200fiPhone \\u200fHanthala\"\n            },\n            {\n                \"essid\": \"iPhone Irina\"\n            },\n            {\n                \"essid\": \"iPhone juanjo\"\n            },\n            {\n                \"essid\": \"iPhone Leah\"\n            },\n            {\n                \"essid\": \"iPhone_Max\"\n            },\n            {\n                \"essid\": \"iPhone Maximus\"\n            },\n            {\n                \"essid\": \"iPhone MS\"\n            },\n            {\n                \"essid\": \"iPhone Preciado\"\n            },\n            {\n                \"essid\": \"iPhone R\"\n            },\n            {\n                \"essid\": \"iPhone Red\"\n            },\n            {\n                \"essid\": \"iPhone Richie\"\n            },\n            {\n                \"essid\": \"iPhone SE\"\n            },\n            {\n                \"essid\": \"iPhone SH\"\n            },\n            {\n                \"essid\": \"Iphone’s iPhone\"\n            },\n            {\n                \"essid\": \"iPhone’s Raphael\"\n            },\n            {\n                \"essid\": \"iPhone truck 2076\"\n            },\n            {\n                \"essid\": \"IPhone Valery\"\n            },\n            {\n                \"essid\": \"iPhone Vincent\"\n            },\n            {\n                \"essid\": \"iPhone Vivi\"\n            },\n            {\n                \"essid\": \"iPhone von Thomas\"\n            },\n            {\n                \"essid\": \"I Phone X\"\n            },\n            {\n                \"essid\": \"iPhone X de Valeria\"\n            },\n            {\n                \"essid\": \"Iphone X Marla\"\n            },\n            {\n                \"essid\": \"iPhone Xp\"\n            },\n            {\n                \"essid\": \"iPhone XR Red\"\n            },\n            {\n                \"essid\": \"iPhone XS\"\n            },\n            {\n                \"essid\": \"iPhoneX simba\"\n            },\n            {\n                \"essid\": \"iPhone XS Max\"\n            },\n            {\n                \"essid\": \"\\u200fiPhone \\u200fمنير\"\n            },\n            {\n                \"essid\": \"iPhSE\"\n            },\n            {\n                \"essid\": \"IPV Capital\"\n            },\n            {\n                \"essid\": \"IPV Guest\"\n            },\n            {\n                \"essid\": \"Iqbal\"\n            },\n            {\n                \"essid\": \"Irawo\"\n            },\n            {\n                \"essid\": \"irenek\"\n            },\n            {\n                \"essid\": \"Irfan’s iPhone\"\n            },\n            {\n                \"essid\": \"IR-HOME\"\n            },\n            {\n                \"essid\": \"IRINA2015\"\n            },\n            {\n                \"essid\": \"Irish Link Spot\"\n            },\n            {\n                \"essid\": \"IRIS LOVE\"\n            },\n            {\n                \"essid\": \"IRIS USA\"\n            },\n            {\n                \"essid\": \"Irma’s iPhone\"\n            },\n            {\n                \"essid\": \"IRO_\"\n            },\n            {\n                \"essid\": \"IRO_18bb26215524\"\n            },\n            {\n                \"essid\": \"IRO_ac35ee1c0f7e\"\n            },\n            {\n                \"essid\": \"IROAD_Q7_2B127C\"\n            },\n            {\n                \"essid\": \"IROAD_Q7_375500\"\n            },\n            {\n                \"essid\": \"IROAD_T10_9E9921\"\n            },\n            {\n                \"essid\": \"IROAD_T8_9CA96E\"\n            },\n            {\n                \"essid\": \"IROAD_T9_373405\"\n            },\n            {\n                \"essid\": \"IROAD_T9F_306758\"\n            },\n            {\n                \"essid\": \"IROAD_V9_9C5B25\"\n            },\n            {\n                \"essid\": \"IRON BANK\"\n            },\n            {\n                \"essid\": \"IRON PRIMA\"\n            },\n            {\n                \"essid\": \"ironspot\"\n            },\n            {\n                \"essid\": \"IronWill-2.4\"\n            },\n            {\n                \"essid\": \"IROTesla\"\n            },\n            {\n                \"essid\": \"IR’ phone\"\n            },\n            {\n                \"essid\": \"IRS-Audit\"\n            },\n            {\n                \"essid\": \"irs-mobile\"\n            },\n            {\n                \"essid\": \"IRStaxauditmain2101branch21\"\n            },\n            {\n                \"essid\": \"isaac1\"\n            },\n            {\n                \"essid\": \"isaac's iPhone\"\n            },\n            {\n                \"essid\": \"isaacssilverado\"\n            },\n            {\n                \"essid\": \"Isabel\"\n            },\n            {\n                \"essid\": \"Isabela's iPhone🌹\"\n            },\n            {\n                \"essid\": \"Isabel Iddings\"\n            },\n            {\n                \"essid\": \"isabella777\"\n            },\n            {\n                \"essid\": \"isabellatrax\"\n            },\n            {\n                \"essid\": \"Isabel’s iPhone\"\n            },\n            {\n                \"essid\": \"Isaiah’s iPhone\"\n            },\n            {\n                \"essid\": \"Isa’s iPhone\"\n            },\n            {\n                \"essid\": \"iSavi-0003406\"\n            },\n            {\n                \"essid\": \"Iscariot\"\n            },\n            {\n                \"essid\": \"iscreenrentals\"\n            },\n            {\n                \"essid\": \"I See You Naked\"\n            },\n            {\n                \"essid\": \"iShaad\"\n            },\n            {\n                \"essid\": \"isi\"\n            },\n            {\n                \"essid\": \"isiap1\"\n            },\n            {\n                \"essid\": \"Islamabad\"\n            },\n            {\n                \"essid\": \"island-033550\"\n            },\n            {\n                \"essid\": \"island-08FE90\"\n            },\n            {\n                \"essid\": \"island-091E00\"\n            },\n            {\n                \"essid\": \"island-10B160\"\n            },\n            {\n                \"essid\": \"island-19BDB0\"\n            },\n            {\n                \"essid\": \"island-1AFF80\"\n            },\n            {\n                \"essid\": \"island-2A58F0\"\n            },\n            {\n                \"essid\": \"island-2A8840\"\n            },\n            {\n                \"essid\": \"island-2AD200\"\n            },\n            {\n                \"essid\": \"island-2E7BD0\"\n            },\n            {\n                \"essid\": \"island-321750\"\n            },\n            {\n                \"essid\": \"island-3232F0\"\n            },\n            {\n                \"essid\": \"island-323410\"\n            },\n            {\n                \"essid\": \"island-3237B0\"\n            },\n            {\n                \"essid\": \"island-3241D0\"\n            },\n            {\n                \"essid\": \"island-3241F0\"\n            },\n            {\n                \"essid\": \"island-328F60\"\n            },\n            {\n                \"essid\": \"island-331670\"\n            },\n            {\n                \"essid\": \"island-349800\"\n            },\n            {\n                \"essid\": \"island-349A60\"\n            },\n            {\n                \"essid\": \"island-38BA00\"\n            },\n            {\n                \"essid\": \"island-3B2480\"\n            },\n            {\n                \"essid\": \"island-3B2720\"\n            },\n            {\n                \"essid\": \"island-3FFB50\"\n            },\n            {\n                \"essid\": \"Islandtime\"\n            },\n            {\n                \"essid\": \"Island Wi-Fi Network\"\n            },\n            {\n                \"essid\": \"Islom\\\\342\\\\200\\\\231s iPhone\"\n            },\n            {\n                \"essid\": \"Islotes\"\n            },\n            {\n                \"essid\": \"ismael\"\n            },\n            {\n                \"essid\": \"ismahil\"\n            },\n            {\n                \"essid\": \"ISN\"\n            },\n            {\n                \"essid\": \"Isnardoojedese\"\n            },\n            {\n                \"essid\": \"Ispyent-2\"\n            },\n            {\n                \"essid\": \"Ispyent-5_2GEXT\"\n            },\n            {\n                \"essid\": \"IssaGoldenHeart\"\n            },\n            {\n                \"essid\": \"Is that Ice T?\"\n            },\n            {\n                \"essid\": \"Is Tiger Back?\"\n            },\n            {\n                \"essid\": \"Italian riviara\"\n            },\n            {\n                \"essid\": \"ITB-100_008952\"\n            },\n            {\n                \"essid\": \"It Burns When IP\"\n            },\n            {\n                \"essid\": \"Iteris_vectorM000162436930\"\n            },\n            {\n                \"essid\": \"Iteris_vectorM000162436982\"\n            },\n            {\n                \"essid\": \"Iteris_vectorN000163274551\"\n            },\n            {\n                \"essid\": \"Iteris_vectorR000171148530\"\n            },\n            {\n                \"essid\": \"Iteris_vectorR000171239535\"\n            },\n            {\n                \"essid\": \"Iteris_vectorR000171239536\"\n            },\n            {\n                \"essid\": \"Iteris_vectorR000171239537\"\n            },\n            {\n                \"essid\": \"Iteris_vectorR000171300159\"\n            },\n            {\n                \"essid\": \"Iteris_vectorR000171300161\"\n            },\n            {\n                \"essid\": \"Iteris_vectorR000171501729\"\n            },\n            {\n                \"essid\": \"ItherWiFi\"\n            },\n            {\n                \"essid\": \"itHzwhenIP\"\n            },\n            {\n                \"essid\": \"itigo\\\\342\\\\200\\\\231s iPhone\"\n            },\n            {\n                \"essid\": \"itigo’s iPhone\"\n            },\n            {\n                \"essid\": \"ITM Staff\"\n            },\n            {\n                \"essid\": \"ITs3xsKz\"\n            },\n            {\n                \"essid\": \"ItsACarp\"\n            },\n            {\n                \"essid\": \"Itsmyconnectionnotyours\"\n            },\n            {\n                \"essid\": \"Itsnotaford\"\n            },\n            {\n                \"essid\": \"It's Ours\"\n            },\n            {\n                \"essid\": \"It's this one\"\n            },\n            {\n                \"essid\": \"iTutorGroup\"\n            },\n            {\n                \"essid\": \"iTutorGroup Guest\"\n            },\n            {\n                \"essid\": \"IT_Wireless_Clients\"\n            },\n            {\n                \"essid\": \"iubi s8\"\n            },\n            {\n                \"essid\": \"ivafao\"\n            },\n            {\n                \"essid\": \"Ivan\"\n            },\n            {\n                \"essid\": \"Ivan_’s iPhone\"\n            },\n            {\n                \"essid\": \"Ivan's phone\"\n            },\n            {\n                \"essid\": \"ivins_home\"\n            },\n            {\n                \"essid\": \"ivins_home-guest\"\n            },\n            {\n                \"essid\": \"ivMOydhY_2_4GHz\"\n            },\n            {\n                \"essid\": \"IVTEC ALL DAY2.4\"\n            },\n            {\n                \"essid\": \"Ivys Cruze\"\n            },\n            {\n                \"essid\": \"I Want Pizza\"\n            },\n            {\n                \"essid\": \"Iwifi\"\n            },\n            {\n                \"essid\": \"Ix\"\n            },\n            {\n                \"essid\": \"izzy iqbal\"\n            },\n            {\n                \"essid\": \"j\"\n            },\n            {\n                \"essid\": \"J140515A8021\"\n            },\n            {\n                \"essid\": \"J3prime\"\n            },\n            {\n                \"essid\": \"J9boltwifi\"\n            },\n            {\n                \"essid\": \"jab camaro\"\n            },\n            {\n                \"essid\": \"Jacaruz Google\"\n            },\n            {\n                \"essid\": \"JAC Construction\"\n            },\n            {\n                \"essid\": \"jack1960\"\n            },\n            {\n                \"essid\": \"JackandSally\"\n            },\n            {\n                \"essid\": \"JackandSally_Guest\"\n            },\n            {\n                \"essid\": \"JackCity\"\n            },\n            {\n                \"essid\": \"Jackie\"\n            },\n            {\n                \"essid\": \"Jackie’s iPhone\"\n            },\n            {\n                \"essid\": \"Jackie xt5\"\n            },\n            {\n                \"essid\": \"Jack Kolk\"\n            },\n            {\n                \"essid\": \"Jackpon\"\n            },\n            {\n                \"essid\": \"jacks car\"\n            },\n            {\n                \"essid\": \"Jacks Cruze\"\n            },\n            {\n                \"essid\": \"Jack's Note10 5G\"\n            },\n            {\n                \"essid\": \"Jackson\"\n            },\n            {\n                \"essid\": \"JACKSON\"\n            },\n            {\n                \"essid\": \"jackson5\"\n            },\n            {\n                \"essid\": \"JacksonBlazer\"\n            },\n            {\n                \"essid\": \"jacktheripper\"\n            },\n            {\n                \"essid\": \"Jacob\"\n            },\n            {\n                \"essid\": \"Jacob08\"\n            },\n            {\n                \"essid\": \"JacobBolt\"\n            },\n            {\n                \"essid\": \"jacobrogers100\"\n            },\n            {\n                \"essid\": \"Jacob’s iPhone\"\n            },\n            {\n                \"essid\": \"Jacobs P3\"\n            },\n            {\n                \"essid\": \"Jacobs Point\"\n            },\n            {\n                \"essid\": \"Jacobssilverado\"\n            },\n            {\n                \"essid\": \"Jacque2016\"\n            },\n            {\n                \"essid\": \"Jacqueiphone\"\n            },\n            {\n                \"essid\": \"Jadab4 WiFi\"\n            },\n            {\n                \"essid\": \"Jade Maple\"\n            },\n            {\n                \"essid\": \"Jade Maple-guest\"\n            },\n            {\n                \"essid\": \"jadene\"\n            },\n            {\n                \"essid\": \"JaemorFarms\"\n            },\n            {\n                \"essid\": \"JaeYoo01\"\n            },\n            {\n                \"essid\": \"JAG053392\"\n            },\n            {\n                \"essid\": \"JAG093687\"\n            },\n            {\n                \"essid\": \"JAG262271\"\n            },\n            {\n                \"essid\": \"JAG265363\"\n            },\n            {\n                \"essid\": \"JAG494869\"\n            },\n            {\n                \"essid\": \"JAG611749\"\n            },\n            {\n                \"essid\": \"JAG621585\"\n            },\n            {\n                \"essid\": \"JAG895885\"\n            },\n            {\n                \"essid\": \"JAG946589\"\n            },\n            {\n                \"essid\": \"JAG963759\"\n            },\n            {\n                \"essid\": \"JAG965890\"\n            },\n            {\n                \"essid\": \"JAGF66446\"\n            },\n            {\n                \"essid\": \"JAGF68576\"\n            },\n            {\n                \"essid\": \"JAGF79284\"\n            },\n            {\n                \"essid\": \"JAGF80302\"\n            },\n            {\n                \"essid\": \"JAGF83487\"\n            },\n            {\n                \"essid\": \"JAGK69730\"\n            },\n            {\n                \"essid\": \"Jagroop's Galaxy A52 5G\"\n            },\n            {\n                \"essid\": \"JAG-VIC01\"\n            },\n            {\n                \"essid\": \"Jag Wifi\"\n            },\n            {\n                \"essid\": \"JAGY16133\"\n            },\n            {\n                \"essid\": \"JAGY16785\"\n            },\n            {\n                \"essid\": \"JAGY34718\"\n            },\n            {\n                \"essid\": \"JAGZ63655\"\n            },\n            {\n                \"essid\": \"Jai69\"\n            },\n            {\n                \"essid\": \"JaimeRedline2018\"\n            },\n            {\n                \"essid\": \"Jaimes\"\n            },\n            {\n                \"essid\": \"jairolara\"\n            },\n            {\n                \"essid\": \"JAKEFROMSTATEFARM\"\n            },\n            {\n                \"essid\": \"JAKEFROMSTATEFARM-2.4\"\n            },\n            {\n                \"essid\": \"Jake_Johnson's_Garage\"\n            },\n            {\n                \"essid\": \"Jakes chevy\"\n            },\n            {\n                \"essid\": \"Jake’s iphone\"\n            },\n            {\n                \"essid\": \"Jake's iPhone\"\n            },\n            {\n                \"essid\": \"Jake’s-of-Saratoga\"\n            },\n            {\n                \"essid\": \"jakestruck\"\n            },\n            {\n                \"essid\": \"Jakes Volt\"\n            },\n            {\n                \"essid\": \"Jake Wifi\"\n            },\n            {\n                \"essid\": \"Jakobo3000\"\n            },\n            {\n                \"essid\": \"jalenr\"\n            },\n            {\n                \"essid\": \"JalinJ\"\n            },\n            {\n                \"essid\": \"JALISCO\"\n            },\n            {\n                \"essid\": \"Jam4life\"\n            },\n            {\n                \"essid\": \"jam8roots\"\n            },\n            {\n                \"essid\": \"Jamaica\"\n            },\n            {\n                \"essid\": \"jamaica50\"\n            },\n            {\n                \"essid\": \"Jamal Johnson's iPhone\"\n            },\n            {\n                \"essid\": \"JAMAtl\"\n            },\n            {\n                \"essid\": \"James \"\n            },\n            {\n                \"essid\": \"James1\"\n            },\n            {\n                \"essid\": \"James25\"\n            },\n            {\n                \"essid\": \"James\\\\342\\\\200\\\\231s iPhone\"\n            },\n            {\n                \"essid\": \"James Arthur\"\n            },\n            {\n                \"essid\": \"jamesbond32\"\n            },\n            {\n                \"essid\": \"james capobanco\"\n            },\n            {\n                \"essid\": \"James Chevy\"\n            },\n            {\n                \"essid\": \"James Clark Network\"\n            },\n            {\n                \"essid\": \"James Cruze\"\n            },\n            {\n                \"essid\": \"JamesGiko\"\n            },\n            {\n                \"essid\": \"james hotspot\"\n            },\n            {\n                \"essid\": \"james impala\"\n            },\n            {\n                \"essid\": \"James’iPhone8\"\n            },\n            {\n                \"essid\": \"James Malibu\"\n            },\n            {\n                \"essid\": \"Jameson\"\n            },\n            {\n                \"essid\": \"JamesonInn\"\n            },\n            {\n                \"essid\": \"jamesphone\"\n            },\n            {\n                \"essid\": \"JAMES's Galaxy S20 5G\"\n            },\n            {\n                \"essid\": \"James Silverado\"\n            },\n            {\n                \"essid\": \"James's iPhone\"\n            },\n            {\n                \"essid\": \"James’s iPhone\"\n            },\n            {\n                \"essid\": \"James Test\"\n            },\n            {\n                \"essid\": \"JamesVolt\"\n            },\n            {\n                \"essid\": \"Jamie2\"\n            },\n            {\n                \"essid\": \"JAMIE_2-4\"\n            },\n            {\n                \"essid\": \"Jamies Colorado\"\n            },\n            {\n                \"essid\": \"JaMiEsCoNnEcTiOn\"\n            },\n            {\n                \"essid\": \"Jamies Cruze\"\n            },\n            {\n                \"essid\": \"Jamie’s US iPhone\"\n            },\n            {\n                \"essid\": \"jamnc2020\"\n            },\n            {\n                \"essid\": \"Jampas IPhone\"\n            },\n            {\n                \"essid\": \"Jamrock\"\n            },\n            {\n                \"essid\": \"JAM SYMPHONY_5164\"\n            },\n            {\n                \"essid\": \"Jam Voice_47DC\"\n            },\n            {\n                \"essid\": \"Jam Voice_5A60\"\n            },\n            {\n                \"essid\": \"Jam Voice_D154\"\n            },\n            {\n                \"essid\": \"Jam Voice_D908\"\n            },\n            {\n                \"essid\": \"Jam Voice_F4A4\"\n            },\n            {\n                \"essid\": \"Janae's Car\"\n            },\n            {\n                \"essid\": \"JANARAM\"\n            },\n            {\n                \"essid\": \"JandEm2\"\n            },\n            {\n                \"essid\": \"jandl\"\n            },\n            {\n                \"essid\": \"jane\"\n            },\n            {\n                \"essid\": \"JANE CRUZE\"\n            },\n            {\n                \"essid\": \"Janee’s iPad\"\n            },\n            {\n                \"essid\": \"Janel510\"\n            },\n            {\n                \"essid\": \"Janelle\"\n            },\n            {\n                \"essid\": \"janet bolt\"\n            },\n            {\n                \"essid\": \"janetfalk\"\n            },\n            {\n                \"essid\": \"Janet Moreno\"\n            },\n            {\n                \"essid\": \"JanetProctor\"\n            },\n            {\n                \"essid\": \"Janets Bolt\"\n            },\n            {\n                \"essid\": \"Janets Car\"\n            },\n            {\n                \"essid\": \"Janet’s iPhone\"\n            },\n            {\n                \"essid\": \"janetsmalibu\"\n            },\n            {\n                \"essid\": \"Janets Spark\"\n            },\n            {\n                \"essid\": \"Janettas Denali\"\n            },\n            {\n                \"essid\": \"Jane Volt\"\n            },\n            {\n                \"essid\": \"janice\"\n            },\n            {\n                \"essid\": \"Janice\"\n            },\n            {\n                \"essid\": \"Janice_2GEXT\"\n            },\n            {\n                \"essid\": \"Janice and Blu\"\n            },\n            {\n                \"essid\": \"janice car wifi\"\n            },\n            {\n                \"essid\": \"Janiphers Bolt\"\n            },\n            {\n                \"essid\": \"Jannas Volt\"\n            },\n            {\n                \"essid\": \"jano al 100\"\n            },\n            {\n                \"essid\": \"JansCar\"\n            },\n            {\n                \"essid\": \"Jans Equinox\"\n            },\n            {\n                \"essid\": \"Jans Regal\"\n            },\n            {\n                \"essid\": \"janus_bb_v2_008379\"\n            },\n            {\n                \"essid\": \"janus_bb_v2_008541\"\n            },\n            {\n                \"essid\": \"janus_bb_v2_00868B\"\n            },\n            {\n                \"essid\": \"janus_bb_v2_008775\"\n            },\n            {\n                \"essid\": \"janus_bb_v2_00883B\"\n            },\n            {\n                \"essid\": \"janus_bb_v2_008BB3\"\n            },\n            {\n                \"essid\": \"janus_bb_v2_008C08\"\n            },\n            {\n                \"essid\": \"janus_bb_v2_008D6F\"\n            },\n            {\n                \"essid\": \"janus_bb_v2_008D71\"\n            },\n            {\n                \"essid\": \"janus_bb_v2_170C43\"\n            },\n            {\n                \"essid\": \"janus_bb_v2_170C45\"\n            },\n            {\n                \"essid\": \"janus_bb_v2_173389\"\n            },\n            {\n                \"essid\": \"janus_bb_v2_173B27\"\n            },\n            {\n                \"essid\": \"janus_bb_v2_2A0073\"\n            },\n            {\n                \"essid\": \"janus_bb_v2_2A009E\"\n            },\n            {\n                \"essid\": \"janus_bb_v2_2A0652\"\n            },\n            {\n                \"essid\": \"janus_bb_v2_2A0806\"\n            },\n            {\n                \"essid\": \"janus_bb_v2_2A0D34\"\n            },\n            {\n                \"essid\": \"janus_bb_v2_2A0E98\"\n            },\n            {\n                \"essid\": \"janus_bb_v2_2A10B5\"\n            },\n            {\n                \"essid\": \"janus_bb_v2_2A1635\"\n            },\n            {\n                \"essid\": \"janus_bb_v2_2A1832\"\n            },\n            {\n                \"essid\": \"janus_bb_v2_2A1910\"\n            },\n            {\n                \"essid\": \"janus_bb_v2_2A192B\"\n            },\n            {\n                \"essid\": \"janus_bb_v2_2A192F\"\n            },\n            {\n                \"essid\": \"janus_bb_v2_2A1933\"\n            },\n            {\n                \"essid\": \"janus_bb_v2_2A1965\"\n            },\n            {\n                \"essid\": \"janus_bb_v2_2A1AC2\"\n            },\n            {\n                \"essid\": \"janus_bb_v2_2A1AFB\"\n            },\n            {\n                \"essid\": \"janus_bb_v2_2A1BCD\"\n            },\n            {\n                \"essid\": \"janus_bb_v2_2A1BFA\"\n            },\n            {\n                \"essid\": \"janus_bb_v2_2A1C28\"\n            },\n            {\n                \"essid\": \"janus_bb_v2_2A1C8A\"\n            },\n            {\n                \"essid\": \"janus_bb_v2_2A1C8C\"\n            },\n            {\n                \"essid\": \"janus_bb_v2_2A1D12\"\n            },\n            {\n                \"essid\": \"janus_bb_v2_2A1D1D\"\n            },\n            {\n                \"essid\": \"janus_bb_v2_6515C6\"\n            },\n            {\n                \"essid\": \"janus_bb_v2_6515EA\"\n            },\n            {\n                \"essid\": \"janus_bb_v2_651724\"\n            },\n            {\n                \"essid\": \"janus_bb_v2_651B13\"\n            },\n            {\n                \"essid\": \"janus_bb_v2_DD41BF\"\n            },\n            {\n                \"essid\": \"janus_bb_v2_DD471B\"\n            },\n            {\n                \"essid\": \"janus_bb_v2_FA56E1\"\n            },\n            {\n                \"essid\": \"janus_bb_v2_FA5E91\"\n            },\n            {\n                \"essid\": \"janus_bb_v2_FA5FB0\"\n            },\n            {\n                \"essid\": \"janus_bb_v2_FA618A\"\n            },\n            {\n                \"essid\": \"janus_bb_v2_FA6544\"\n            },\n            {\n                \"essid\": \"Janus bolt\"\n            },\n            {\n                \"essid\": \"JAODVLT\"\n            },\n            {\n                \"essid\": \"JaQuia’s iPhone\"\n            },\n            {\n                \"essid\": \"Jardel Falcao Note 9\"\n            },\n            {\n                \"essid\": \"JarradsTruck\"\n            },\n            {\n                \"essid\": \"jarrettbolt\"\n            },\n            {\n                \"essid\": \"Jarrinfamily\"\n            },\n            {\n                \"essid\": \"Jarvis\"\n            },\n            {\n                \"essid\": \"JAS AV\"\n            },\n            {\n                \"essid\": \"jasjitsuri\"\n            },\n            {\n                \"essid\": \"Jason\"\n            },\n            {\n                \"essid\": \"JASON\"\n            },\n            {\n                \"essid\": \"Jason GMC\"\n            },\n            {\n                \"essid\": \"JasonRBolt\"\n            },\n            {\n                \"essid\": \"Jasons 2500\"\n            },\n            {\n                \"essid\": \"Jasons Cruze\"\n            },\n            {\n                \"essid\": \"Jason's iPhone\"\n            },\n            {\n                \"essid\": \"Jason's iPhone SE\"\n            },\n            {\n                \"essid\": \"Jasons Volt\"\n            },\n            {\n                \"essid\": \"Jasonswifi\"\n            },\n            {\n                \"essid\": \"Jasons WiFi\"\n            },\n            {\n                \"essid\": \"Jason Tahoe\"\n            },\n            {\n                \"essid\": \"jasontruck\"\n            },\n            {\n                \"essid\": \"jasonwifi\"\n            },\n            {\n                \"essid\": \"jaspalexpress\"\n            },\n            {\n                \"essid\": \"Jasper-guest\"\n            },\n            {\n                \"essid\": \"Jasper Linksys\"\n            },\n            {\n                \"essid\": \"Jasprettypaid\"\n            },\n            {\n                \"essid\": \"jastrager\"\n            },\n            {\n                \"essid\": \"JAT IPhone\"\n            },\n            {\n                \"essid\": \"jattwifi\"\n            },\n            {\n                \"essid\": \"JAV\"\n            },\n            {\n                \"essid\": \"javier62\"\n            },\n            {\n                \"essid\": \"Javier’s iPhone\"\n            },\n            {\n                \"essid\": \"javkhlangerel\\\\342\\\\200\\\\231s iPhone\"\n            },\n            {\n                \"essid\": \"jawadyahia\"\n            },\n            {\n                \"essid\": \"Jaxon Volt\"\n            },\n            {\n                \"essid\": \"Jay\"\n            },\n            {\n                \"essid\": \"Jay5\"\n            },\n            {\n                \"essid\": \"Jay-A362\"\n            },\n            {\n                \"essid\": \"jayden\"\n            },\n            {\n                \"essid\": \"jay dont change\"\n            },\n            {\n                \"essid\": \"Jayla's\"\n            },\n            {\n                \"essid\": \"Jayme Gomez\"\n            },\n            {\n                \"essid\": \"Jays Chevy\"\n            },\n            {\n                \"essid\": \"jayson\"\n            },\n            {\n                \"essid\": \"Jay Speaker.o\"\n            },\n            {\n                \"essid\": \"jays wifi\"\n            },\n            {\n                \"essid\": \"jayvin\"\n            },\n            {\n                \"essid\": \"Jazlily\"\n            },\n            {\n                \"essid\": \"Jazmins Malibu\"\n            },\n            {\n                \"essid\": \"jazmyn\"\n            },\n            {\n                \"essid\": \"jazsp1\"\n            },\n            {\n                \"essid\": \"jazz\"\n            },\n            {\n                \"essid\": \"Jazz\"\n            },\n            {\n                \"essid\": \"jazz impala\"\n            },\n            {\n                \"essid\": \"Jazzy\"\n            },\n            {\n                \"essid\": \"Jazzy Cruze\"\n            },\n            {\n                \"essid\": \"jazzyj \"\n            },\n            {\n                \"essid\": \"JBACH-2.4HGz\"\n            },\n            {\n                \"essid\": \"JBAKERZ28\"\n            },\n            {\n                \"essid\": \"JBell\"\n            },\n            {\n                \"essid\": \"JBell-guest\"\n            },\n            {\n                \"essid\": \"jbhearst\"\n            },\n            {\n                \"essid\": \"JBL7000.n078\"\n            },\n            {\n                \"essid\": \"J BLAST3x\"\n            },\n            {\n                \"essid\": \"Jblaze88\"\n            },\n            {\n                \"essid\": \"JBL-Link100574.n001\"\n            },\n            {\n                \"essid\": \"JBL-Link205676.n002\"\n            },\n            {\n                \"essid\": \"JBracket-2019\"\n            },\n            {\n                \"essid\": \"J Carlos Barragan\"\n            },\n            {\n                \"essid\": \"jcawcoop\"\n            },\n            {\n                \"essid\": \"JCC Verizon mifi \"\n            },\n            {\n                \"essid\": \"JCF Corp\"\n            },\n            {\n                \"essid\": \"JCF Guest\"\n            },\n            {\n                \"essid\": \"jchen iPhone iOS 10.1.1 HG6W\"\n            },\n            {\n                \"essid\": \"JChristopher-Public\"\n            },\n            {\n                \"essid\": \"JC mobile\"\n            },\n            {\n                \"essid\": \"Jcolonel1-5\"\n            },\n            {\n                \"essid\": \"jcooperjr\"\n            },\n            {\n                \"essid\": \"J Cotton\"\n            },\n            {\n                \"essid\": \"Jc phone\"\n            },\n            {\n                \"essid\": \"JcPv ChevyTrax\"\n            },\n            {\n                \"essid\": \"Jcrisp5023\"\n            },\n            {\n                \"essid\": \"JCrisp's Wi-Fi Network\"\n            },\n            {\n                \"essid\": \"Jcsaves\"\n            },\n            {\n                \"essid\": \"JC Silverado\"\n            },\n            {\n                \"essid\": \"JD1850\"\n            },\n            {\n                \"essid\": \"JD Bolt WiFi\"\n            },\n            {\n                \"essid\": \"JD Car\"\n            },\n            {\n                \"essid\": \"Jdfmobileoffice\"\n            },\n            {\n                \"essid\": \"jdoniach\"\n            },\n            {\n                \"essid\": \"jdubsbolt\"\n            },\n            {\n                \"essid\": \"Jeanette Encore\"\n            },\n            {\n                \"essid\": \"Jeanette Yukon\"\n            },\n            {\n                \"essid\": \"Jean iPhone\"\n            },\n            {\n                \"essid\": \"Jeans ATS\"\n            },\n            {\n                \"essid\": \"Jeans Bolt\"\n            },\n            {\n                \"essid\": \"Jeans Cruze\"\n            },\n            {\n                \"essid\": \"jean vierra\"\n            },\n            {\n                \"essid\": \"JeepDashCam\"\n            },\n            {\n                \"essid\": \"Jeep WiFi\"\n            },\n            {\n                \"essid\": \"Jeep WiFi \"\n            },\n            {\n                \"essid\": \"Jeet singh\"\n            },\n            {\n                \"essid\": \"Jeevan\"\n            },\n            {\n                \"essid\": \"Jefe y Jefas Mundo\"\n            },\n            {\n                \"essid\": \"Jefe y Jefa’s World\"\n            },\n            {\n                \"essid\": \"Jeff\"\n            },\n            {\n                \"essid\": \"Jeff15\"\n            },\n            {\n                \"essid\": \"jeff3_wireless\"\n            },\n            {\n                \"essid\": \"Jeff65\"\n            },\n            {\n                \"essid\": \"Jeff Chriest Phone\"\n            },\n            {\n                \"essid\": \"jeffcrhode\"\n            },\n            {\n                \"essid\": \"Jeff Darling\"\n            },\n            {\n                \"essid\": \"Jeffery's iPhone\"\n            },\n            {\n                \"essid\": \"jeffmalibu\"\n            },\n            {\n                \"essid\": \"jeffphine\"\n            },\n            {\n                \"essid\": \"Jeffrey\"\n            },\n            {\n                \"essid\": \"Jeffrey's\"\n            },\n            {\n                \"essid\": \"jeffro\"\n            },\n            {\n                \"essid\": \"Jeffs Colorado\"\n            },\n            {\n                \"essid\": \"Jeff's Galaxy S7\"\n            },\n            {\n                \"essid\": \"Jeff Silverado\"\n            },\n            {\n                \"essid\": \"JeffsMalibu\"\n            },\n            {\n                \"essid\": \"Jeffs Silverado\"\n            },\n            {\n                \"essid\": \"JEFFS SILVERADO\"\n            },\n            {\n                \"essid\": \"jeffs volt\"\n            },\n            {\n                \"essid\": \"Jeff Volt\"\n            },\n            {\n                \"essid\": \"Jeleju\"\n            },\n            {\n                \"essid\": \"jencandis\"\n            },\n            {\n                \"essid\": \"JeneanSmith\"\n            },\n            {\n                \"essid\": \"Jenis2010\"\n            },\n            {\n                \"essid\": \"JENKINSHOMENETWORK\"\n            },\n            {\n                \"essid\": \"jennasf4\"\n            },\n            {\n                \"essid\": \"jenna spark\"\n            },\n            {\n                \"essid\": \"Jenna zhang\"\n            },\n            {\n                \"essid\": \"JennieEquinox\"\n            },\n            {\n                \"essid\": \"jennie wifi\"\n            },\n            {\n                \"essid\": \"jennifer bussell\"\n            },\n            {\n                \"essid\": \"JenniferDashcam\"\n            },\n            {\n                \"essid\": \"jennifer denali\"\n            },\n            {\n                \"essid\": \"Jenniferjon\"\n            },\n            {\n                \"essid\": \"jennifers equinox\"\n            },\n            {\n                \"essid\": \"Jennifer's iPhone\"\n            },\n            {\n                \"essid\": \"Jennifers Volt\"\n            },\n            {\n                \"essid\": \"Jennifers Wifi\"\n            },\n            {\n                \"essid\": \"Jenniferyanira\"\n            },\n            {\n                \"essid\": \"Jennifer Zou’s iPhone\"\n            },\n            {\n                \"essid\": \"Jennings Colorado\"\n            },\n            {\n                \"essid\": \"Jenni's Q3\"\n            },\n            {\n                \"essid\": \"Jennyhouse\"\n            },\n            {\n                \"essid\": \"jennylovescowz\"\n            },\n            {\n                \"essid\": \"Jenny’s iPhone\"\n            },\n            {\n                \"essid\": \"Jenny's iPhoneXR\"\n            },\n            {\n                \"essid\": \"Jens Acadia\"\n            },\n            {\n                \"essid\": \"jensbday\"\n            },\n            {\n                \"essid\": \"Jen's iPhone\"\n            },\n            {\n                \"essid\": \"jen spots\"\n            },\n            {\n                \"essid\": \"jenVolt\"\n            },\n            {\n                \"essid\": \"JEONG_2.4G\"\n            },\n            {\n                \"essid\": \"JEONG_2ND_FLR\"\n            },\n            {\n                \"essid\": \"JEONG_FORD\"\n            },\n            {\n                \"essid\": \"JEONG_GUEST\"\n            },\n            {\n                \"essid\": \"jeraldclements\"\n            },\n            {\n                \"essid\": \"Jeramyjoy\"\n            },\n            {\n                \"essid\": \"JerCCWiFi\"\n            },\n            {\n                \"essid\": \"jeremia\"\n            },\n            {\n                \"essid\": \"jeremychevy\"\n            },\n            {\n                \"essid\": \"Jeremys Chevy\"\n            },\n            {\n                \"essid\": \"Jeremys Tahoe\"\n            },\n            {\n                \"essid\": \"jeremyswifi\"\n            },\n            {\n                \"essid\": \"Jeremy Volt\"\n            },\n            {\n                \"essid\": \"jernelson iPhone iOS 11.3.1 HFM2\"\n            },\n            {\n                \"essid\": \"jero2021\"\n            },\n            {\n                \"essid\": \"Jerome Canyon\"\n            },\n            {\n                \"essid\": \"Jerome WiFi\"\n            },\n            {\n                \"essid\": \"Jeronimo Wifi\"\n            },\n            {\n                \"essid\": \"Jerrolds Malibu\"\n            },\n            {\n                \"essid\": \"jerry\"\n            },\n            {\n                \"essid\": \"Jerry Foster\"\n            },\n            {\n                \"essid\": \"Jerry Heman\"\n            },\n            {\n                \"essid\": \"jerryherman\"\n            },\n            {\n                \"essid\": \"Jerryscolorado\"\n            },\n            {\n                \"essid\": \"Jerrys Volt\"\n            },\n            {\n                \"essid\": \"Jesiah room Speaker.o\"\n            },\n            {\n                \"essid\": \"JEsoHot\"\n            },\n            {\n                \"essid\": \"jessbess\"\n            },\n            {\n                \"essid\": \"jessehotspot\"\n            },\n            {\n                \"essid\": \"JesseSallyBobX\"\n            },\n            {\n                \"essid\": \"Jesses Silverado\"\n            },\n            {\n                \"essid\": \"jessetoe81\"\n            },\n            {\n                \"essid\": \"Jesse Traverse\"\n            },\n            {\n                \"essid\": \"Jesse Truck\"\n            },\n            {\n                \"essid\": \"jessica\"\n            },\n            {\n                \"essid\": \"Jessica\\\\342\\\\200\\\\231s iPhone\"\n            },\n            {\n                \"essid\": \"JessicaCar\"\n            },\n            {\n                \"essid\": \"Jessica Chevy\"\n            },\n            {\n                \"essid\": \"jessicascar\"\n            },\n            {\n                \"essid\": \"Jessicas Car\"\n            },\n            {\n                \"essid\": \"JESSICA'S COROLLA \"\n            },\n            {\n                \"essid\": \"Jessica’s iPhone\"\n            },\n            {\n                \"essid\": \"Jessie\"\n            },\n            {\n                \"essid\": \"jessies102012\"\n            },\n            {\n                \"essid\": \"Jess' Jetpack\"\n            },\n            {\n                \"essid\": \"jessnew12\"\n            },\n            {\n                \"essid\": \"jessywoman\"\n            },\n            {\n                \"essid\": \"Jesus\"\n            },\n            {\n                \"essid\": \"Jesus iPhone\"\n            },\n            {\n                \"essid\": \"JesusSaves\"\n            },\n            {\n                \"essid\": \"JESY =)\"\n            },\n            {\n                \"essid\": \"jetfi_32724\"\n            },\n            {\n                \"essid\": \"jetfi_38192\"\n            },\n            {\n                \"essid\": \"jetfi_90901\"\n            },\n            {\n                \"essid\": \"Jetion_fa136c36\"\n            },\n            {\n                \"essid\": \"Jetpack2\"\n            },\n            {\n                \"essid\": \"JETPACK-VZW\"\n            },\n            {\n                \"essid\": \"JetStar\"\n            },\n            {\n                \"essid\": \"jewelev\"\n            },\n            {\n                \"essid\": \"Jewelz Spark\"\n            },\n            {\n                \"essid\": \"Jewish\"\n            },\n            {\n                \"essid\": \"J Falcor\"\n            },\n            {\n                \"essid\": \"jfdjr54\"\n            },\n            {\n                \"essid\": \"jfellenz\"\n            },\n            {\n                \"essid\": \"jf esquer\"\n            },\n            {\n                \"essid\": \"JG Bolt Wifi\"\n            },\n            {\n                \"essid\": \"jgfjjbgyiubbgd ogre\"\n            },\n            {\n                \"essid\": \"JGH\"\n            },\n            {\n                \"essid\": \"JGHS\"\n            },\n            {\n                \"essid\": \"JGJW45_EXT\"\n            },\n            {\n                \"essid\": \"JGLMALIBU\"\n            },\n            {\n                \"essid\": \"JG Pro\"\n            },\n            {\n                \"essid\": \"jgrock63\"\n            },\n            {\n                \"essid\": \"jgsgmc\"\n            },\n            {\n                \"essid\": \"jhedricks\"\n            },\n            {\n                \"essid\": \"Jhoau123\"\n            },\n            {\n                \"essid\": \"jhonnie\"\n            },\n            {\n                \"essid\": \"jhulsey\"\n            },\n            {\n                \"essid\": \"Jia \"\n            },\n            {\n                \"essid\": \"JiffyDryCleaners-2.4\"\n            },\n            {\n                \"essid\": \"Jiffy Lube Free WiFi\"\n            },\n            {\n                \"essid\": \"jills cadillac\"\n            },\n            {\n                \"essid\": \"Jills Cruze 16\"\n            },\n            {\n                \"essid\": \"jillsimpala\"\n            },\n            {\n                \"essid\": \"jillybirdshotspot\"\n            },\n            {\n                \"essid\": \"Jim5\"\n            },\n            {\n                \"essid\": \"jimawade\"\n            },\n            {\n                \"essid\": \"JimB\"\n            },\n            {\n                \"essid\": \"Jimbo56\"\n            },\n            {\n                \"essid\": \"Jim Bob\"\n            },\n            {\n                \"essid\": \"Jimbot\"\n            },\n            {\n                \"essid\": \"Jimcan\"\n            },\n            {\n                \"essid\": \"Jim Dorris\"\n            },\n            {\n                \"essid\": \"Jimenez\"\n            },\n            {\n                \"essid\": \"Jimenez SUV\"\n            },\n            {\n                \"essid\": \"JIMMIE\"\n            },\n            {\n                \"essid\": \"jimmie1200\"\n            },\n            {\n                \"essid\": \"jimmy25\"\n            },\n            {\n                \"essid\": \"Jimmy4444\"\n            },\n            {\n                \"essid\": \"Jimmy's iPhone\"\n            },\n            {\n                \"essid\": \"Jimmy the falcon\"\n            },\n            {\n                \"essid\": \"Jimmy Wifi\"\n            },\n            {\n                \"essid\": \"JimsCustomCabinets\"\n            },\n            {\n                \"essid\": \"jims ev\"\n            },\n            {\n                \"essid\": \"Jims Impala\"\n            },\n            {\n                \"essid\": \"Jims Sierra\"\n            },\n            {\n                \"essid\": \"jimstruck\"\n            },\n            {\n                \"essid\": \"JimsTruck\"\n            },\n            {\n                \"essid\": \"Jims Truck\"\n            },\n            {\n                \"essid\": \"Jims Volt\"\n            },\n            {\n                \"essid\": \"JingoHome\"\n            },\n            {\n                \"essid\": \"JingoWalken\"\n            },\n            {\n                \"essid\": \"jing’s iPhone\"\n            },\n            {\n                \"essid\": \"Jinny Corp Int Guest\"\n            },\n            {\n                \"essid\": \"Jin's iphone\"\n            },\n            {\n                \"essid\": \"JJ\"\n            },\n            {\n                \"essid\": \"JJL Chevy\"\n            },\n            {\n                \"essid\": \"JJNAILSPA_2.4\"\n            },\n            {\n                \"essid\": \"jjplusyy\"\n            },\n            {\n                \"essid\": \"jjs car\"\n            },\n            {\n                \"essid\": \"JK2331\"\n            },\n            {\n                \"essid\": \"JKC\"\n            },\n            {\n                \"essid\": \"jkistner\"\n            },\n            {\n                \"essid\": \"JKRich\"\n            },\n            {\n                \"essid\": \"JKRieger\"\n            },\n            {\n                \"essid\": \"JK Whip\"\n            },\n            {\n                \"essid\": \"jkzSpark\"\n            },\n            {\n                \"essid\": \"JL2016\"\n            },\n            {\n                \"essid\": \"jl-edge\"\n            },\n            {\n                \"essid\": \"Jleezy's iphone\"\n            },\n            {\n                \"essid\": \"jlester\"\n            },\n            {\n                \"essid\": \"JL iPhone 8\"\n            },\n            {\n                \"essid\": \"Jlizaola\"\n            },\n            {\n                \"essid\": \"JLJohns\"\n            },\n            {\n                \"essid\": \"JL Motorcycle Towing\"\n            },\n            {\n                \"essid\": \"JL PIMPSTICK\"\n            },\n            {\n                \"essid\": \"JLQ85\"\n            },\n            {\n                \"essid\": \"jls2656\"\n            },\n            {\n                \"essid\": \"J Luna 92\"\n            },\n            {\n                \"essid\": \"Jlynn\"\n            },\n            {\n                \"essid\": \"jmacmoe60\"\n            },\n            {\n                \"essid\": \"JMA Guest\"\n            },\n            {\n                \"essid\": \"JMA Private\"\n            },\n            {\n                \"essid\": \"jmargogo\"\n            },\n            {\n                \"essid\": \"jmathern\"\n            },\n            {\n                \"essid\": \"jmecum\"\n            },\n            {\n                \"essid\": \"JMendez56\"\n            },\n            {\n                \"essid\": \"JMH XC90\"\n            },\n            {\n                \"essid\": \"jmj54g\"\n            },\n            {\n                \"essid\": \"JMMS84\"\n            },\n            {\n                \"essid\": \"jmmTclnnGwE5r0wACJiDsX9LlsbKDC\"\n            },\n            {\n                \"essid\": \"jnmstudios\"\n            },\n            {\n                \"essid\": \"JNNK15\"\n            },\n            {\n                \"essid\": \"jnorth34\"\n            },\n            {\n                \"essid\": \"Jo\"\n            },\n            {\n                \"essid\": \"JOAKO24\"\n            },\n            {\n                \"essid\": \"Joanas Suburban\"\n            },\n            {\n                \"essid\": \"joanienkyles\"\n            },\n            {\n                \"essid\": \"Joanna\"\n            },\n            {\n                \"essid\": \"Joannes Cadillac\"\n            },\n            {\n                \"essid\": \"Joannes Malibu\"\n            },\n            {\n                \"essid\": \"Joansencore\"\n            },\n            {\n                \"essid\": \"Joans Malibu\"\n            },\n            {\n                \"essid\": \"Joao S10+\"\n            },\n            {\n                \"essid\": \"Jobeco-guest\"\n            },\n            {\n                \"essid\": \"Jo Beth WiFi\"\n            },\n            {\n                \"essid\": \"JOBYMORROW\"\n            },\n            {\n                \"essid\": \"Jocelyns WIFI\"\n            },\n            {\n                \"essid\": \"Jocelyn Volt\"\n            },\n            {\n                \"essid\": \"jochenxt5\"\n            },\n            {\n                \"essid\": \"jochis hotspot\"\n            },\n            {\n                \"essid\": \"JoCruze\"\n            },\n            {\n                \"essid\": \"JoDee\"\n            },\n            {\n                \"essid\": \"Jodi\\\\342\\\\200\\\\231s iPhone\"\n            },\n            {\n                \"essid\": \"jodiesbuick\"\n            },\n            {\n                \"essid\": \"Jody's iPhone\"\n            },\n            {\n                \"essid\": \"Jodysvolt\"\n            },\n            {\n                \"essid\": \"Jody's Wi-Fi Network\"\n            },\n            {\n                \"essid\": \"Joe Biden\"\n            },\n            {\n                \"essid\": \"Joe Hotspot\"\n            },\n            {\n                \"essid\": \"Joe iphone\"\n            },\n            {\n                \"essid\": \"Joel Cin\"\n            },\n            {\n                \"essid\": \"Joel’s iPad\"\n            },\n            {\n                \"essid\": \"Joelvi\"\n            },\n            {\n                \"essid\": \"Joe  Mama \"\n            },\n            {\n                \"essid\": \"Joe Myles\"\n            },\n            {\n                \"essid\": \"JoePixel3\"\n            },\n            {\n                \"essid\": \"Joer's Phone\"\n            },\n            {\n                \"essid\": \"Joe's\"\n            },\n            {\n                \"essid\": \"Joe's AT&T WiFi\"\n            },\n            {\n                \"essid\": \"Joe's AT&T WiFi_5G\"\n            },\n            {\n                \"essid\": \"JoesChevy\"\n            },\n            {\n                \"essid\": \"Joes Colorado\"\n            },\n            {\n                \"essid\": \"joes gmc\"\n            },\n            {\n                \"essid\": \"Joes GMC\"\n            },\n            {\n                \"essid\": \"Joe’s iPhone\"\n            },\n            {\n                \"essid\": \"Joeyjoe_2\"\n            },\n            {\n                \"essid\": \"Joey_Joe_2\"\n            },\n            {\n                \"essid\": \"Joey’s iPhone5s\"\n            },\n            {\n                \"essid\": \"JoeysPalace\"\n            },\n            {\n                \"essid\": \"JoeyVZN\"\n            },\n            {\n                \"essid\": \"joeyyyyyyyyy\"\n            },\n            {\n                \"essid\": \"Johannas Cruze\"\n            },\n            {\n                \"essid\": \"Johann’s iPhone\"\n            },\n            {\n                \"essid\": \"Johmar\"\n            },\n            {\n                \"essid\": \"John84\"\n            },\n            {\n                \"essid\": \"johnandrea02\"\n            },\n            {\n                \"essid\": \"JOHNAUDIWIFI\"\n            },\n            {\n                \"essid\": \"johnbass\"\n            },\n            {\n                \"essid\": \"Johnbe\"\n            },\n            {\n                \"essid\": \"John Boreczky’s iPhone\"\n            },\n            {\n                \"essid\": \"johnbryant\"\n            },\n            {\n                \"essid\": \"John Carlstroem's new iphones\"\n            },\n            {\n                \"essid\": \"JohnDavidReed5\"\n            },\n            {\n                \"essid\": \"JOHNH\"\n            },\n            {\n                \"essid\": \"John hoang\"\n            },\n            {\n                \"essid\": \"John L Damore\"\n            },\n            {\n                \"essid\": \"JohnMichael\\\\342\\\\200\\\\231s iPhone\"\n            },\n            {\n                \"essid\": \"johnnnnnyboy\"\n            },\n            {\n                \"essid\": \"johnnygopro\"\n            },\n            {\n                \"essid\": \"Johnny Hutton\"\n            },\n            {\n                \"essid\": \"Johnnykai\"\n            },\n            {\n                \"essid\": \"Johnny’s iPhone\"\n            },\n            {\n                \"essid\": \"johnnystahoe\"\n            },\n            {\n                \"essid\": \"Johnny's XR\"\n            },\n            {\n                \"essid\": \"Johns245\"\n            },\n            {\n                \"essid\": \"John's Backup\"\n            },\n            {\n                \"essid\": \"Johns Bolt\"\n            },\n            {\n                \"essid\": \"Johns Buick\"\n            },\n            {\n                \"essid\": \"Johns Cruze\"\n            },\n            {\n                \"essid\": \"johnsdenali\"\n            },\n            {\n                \"essid\": \"John Silverado\"\n            },\n            {\n                \"essid\": \"John's iPhone\"\n            },\n            {\n                \"essid\": \"John'slefthand\"\n            },\n            {\n                \"essid\": \"JOHNSON\"\n            },\n            {\n                \"essid\": \"Johnson 48\"\n            },\n            {\n                \"essid\": \"JohnsonFam\"\n            },\n            {\n                \"essid\": \"Johnson Family Farms 48\"\n            },\n            {\n                \"essid\": \"JohnsonHome\"\n            },\n            {\n                \"essid\": \"JohnSonic\"\n            },\n            {\n                \"essid\": \"Johnson silverado\"\n            },\n            {\n                \"essid\": \"johnsont\"\n            },\n            {\n                \"essid\": \"johnson volt\"\n            },\n            {\n                \"essid\": \"John's Phone\"\n            },\n            {\n                \"essid\": \"johnssilverado\"\n            },\n            {\n                \"essid\": \"Johns Silverado\"\n            },\n            {\n                \"essid\": \"JohnSutton\"\n            },\n            {\n                \"essid\": \"John's Wi-Fi Network\"\n            },\n            {\n                \"essid\": \"John Wick 3\"\n            },\n            {\n                \"essid\": \"Jojo\"\n            },\n            {\n                \"essid\": \"JOJO1239\"\n            },\n            {\n                \"essid\": \"JOJO1239_xt\"\n            },\n            {\n                \"essid\": \"Jojo1294\"\n            },\n            {\n                \"essid\": \"jojolomo\"\n            },\n            {\n                \"essid\": \"Jojo Phofo\"\n            },\n            {\n                \"essid\": \"JoJo's shit \"\n            },\n            {\n                \"essid\": \"JoJos Sierra\"\n            },\n            {\n                \"essid\": \"jojowat\"\n            },\n            {\n                \"essid\": \"Joker324\"\n            },\n            {\n                \"essid\": \"Jokes On You\"\n            },\n            {\n                \"essid\": \"jolly2.4\"\n            },\n            {\n                \"essid\": \"Jomars Bolt\"\n            },\n            {\n                \"essid\": \"Jonathan Engs iPhone\"\n            },\n            {\n                \"essid\": \"Jonathan’s iPhone\"\n            },\n            {\n                \"essid\": \"Jonathan’s Iphone\"\n            },\n            {\n                \"essid\": \"Jones\"\n            },\n            {\n                \"essid\": \"Jones_2GEXT\"\n            },\n            {\n                \"essid\": \"Jones ATS\"\n            },\n            {\n                \"essid\": \"Jones-Berkeley\"\n            },\n            {\n                \"essid\": \"Jones-Berkeley \"\n            },\n            {\n                \"essid\": \"Jones Family\"\n            },\n            {\n                \"essid\": \"Jonesing4AGoodTime\"\n            },\n            {\n                \"essid\": \"Jones Sonic\"\n            },\n            {\n                \"essid\": \"Jones Wifi\"\n            },\n            {\n                \"essid\": \"Jones WiFi\"\n            },\n            {\n                \"essid\": \"Jones Wifi-2G\"\n            },\n            {\n                \"essid\": \"Jones Wifi-2G_Ext\"\n            },\n            {\n                \"essid\": \"Jonjuan35\"\n            },\n            {\n                \"essid\": \"jonmarwood\"\n            },\n            {\n                \"essid\": \"Jono's SQ5\"\n            },\n            {\n                \"essid\": \"JonPaul1\"\n            },\n            {\n                \"essid\": \"Jons Colorado\"\n            },\n            {\n                \"essid\": \"jonsphon\"\n            },\n            {\n                \"essid\": \"Jons Trax\"\n            },\n            {\n                \"essid\": \"Jon's Wi-Fi Network\"\n            },\n            {\n                \"essid\": \"jonvolvonet\"\n            },\n            {\n                \"essid\": \"jony's mobile net\"\n            },\n            {\n                \"essid\": \"Joonhan707\"\n            },\n            {\n                \"essid\": \"Joon's S20 FE\"\n            },\n            {\n                \"essid\": \"Jordan\"\n            },\n            {\n                \"essid\": \"Jordan acadia\"\n            },\n            {\n                \"essid\": \"Jordan Chevy\"\n            },\n            {\n                \"essid\": \"Jordanshouse\"\n            },\n            {\n                \"essid\": \"Jordan’s iPhone\"\n            },\n            {\n                \"essid\": \"Jordans Volt\"\n            },\n            {\n                \"essid\": \"Jordo’s\"\n            },\n            {\n                \"essid\": \"Jorgens Whip\"\n            },\n            {\n                \"essid\": \"jorgeramos\"\n            },\n            {\n                \"essid\": \"JOrion Son\"\n            },\n            {\n                \"essid\": \"JoS-06\"\n            },\n            {\n                \"essid\": \"Jose Alfredo\"\n            },\n            {\n                \"essid\": \"josebuick\"\n            },\n            {\n                \"essid\": \"Jose Chevy\"\n            },\n            {\n                \"essid\": \"JoseFausto\"\n            },\n            {\n                \"essid\": \"Josefina’s iPhone\"\n            },\n            {\n                \"essid\": \"josemyMG\"\n            },\n            {\n                \"essid\": \"Joseph\"\n            },\n            {\n                \"essid\": \"josephine\"\n            },\n            {\n                \"essid\": \"Joseph Naulu\"\n            },\n            {\n                \"essid\": \"Joseph's car\"\n            },\n            {\n                \"essid\": \"Josephs Impala\"\n            },\n            {\n                \"essid\": \"Joseph's iPhone\"\n            },\n            {\n                \"essid\": \"Joseph’s iPhone\"\n            },\n            {\n                \"essid\": \"Joseph's iPhone (2)\"\n            },\n            {\n                \"essid\": \"JOSEPHS WIFI\"\n            },\n            {\n                \"essid\": \"Joses Chevy\"\n            },\n            {\n                \"essid\": \"Jose’s iPhone\"\n            },\n            {\n                \"essid\": \"JOSEVEGAWIFI\"\n            },\n            {\n                \"essid\": \"JoshBoltWifi\"\n            },\n            {\n                \"essid\": \"joshmoto\"\n            },\n            {\n                \"essid\": \"joshnet\"\n            },\n            {\n                \"essid\": \"Jo's hotspot\"\n            },\n            {\n                \"essid\": \"joshschevy\"\n            },\n            {\n                \"essid\": \"Josh's iPhone\"\n            },\n            {\n                \"essid\": \"Joshs Truck\"\n            },\n            {\n                \"essid\": \"joshua2\"\n            },\n            {\n                \"essid\": \"Joshua2\"\n            },\n            {\n                \"essid\": \"Joshua Cantlon-Bruce’s iPhone\"\n            },\n            {\n                \"essid\": \"JoshuaKong\"\n            },\n            {\n                \"essid\": \"Joshua Silverado\"\n            },\n            {\n                \"essid\": \"Joshua's iPhone\"\n            },\n            {\n                \"essid\": \"Joshua’s iPhone\"\n            },\n            {\n                \"essid\": \"Josue\"\n            },\n            {\n                \"essid\": \"Jourdans\"\n            },\n            {\n                \"essid\": \"Joyce’s iPhone\"\n            },\n            {\n                \"essid\": \"JoycesTrax\"\n            },\n            {\n                \"essid\": \"JoyYoon\"\n            },\n            {\n                \"essid\": \"JPCKVC\"\n            },\n            {\n                \"essid\": \"J Peltier\"\n            },\n            {\n                \"essid\": \"J Perodi\"\n            },\n            {\n                \"essid\": \"JPhone\"\n            },\n            {\n                \"essid\": \"jpowell13\"\n            },\n            {\n                \"essid\": \"JPSPARK\"\n            },\n            {\n                \"essid\": \"JPSparkWifiHotspot\"\n            },\n            {\n                \"essid\": \"jp traverse\"\n            },\n            {\n                \"essid\": \"JPvolt\"\n            },\n            {\n                \"essid\": \"JQ Salon\"\n            },\n            {\n                \"essid\": \"JRCHEVY\"\n            },\n            {\n                \"essid\": \"JRDNOILPRIV\"\n            },\n            {\n                \"essid\": \"J Rhasaan’s iPhone\"\n            },\n            {\n                \"essid\": \"JRHOBBS\"\n            },\n            {\n                \"essid\": \"jrm4x4\"\n            },\n            {\n                \"essid\": \"JRM5819\"\n            },\n            {\n                \"essid\": \"JRM  guest\"\n            },\n            {\n                \"essid\": \"JRM Photography Studio\"\n            },\n            {\n                \"essid\": \"J-Rocks\"\n            },\n            {\n                \"essid\": \"JR Xs Max\"\n            },\n            {\n                \"essid\": \"jsaidtwice\"\n            },\n            {\n                \"essid\": \"jsales\"\n            },\n            {\n                \"essid\": \"jsclark\"\n            },\n            {\n                \"essid\": \"J-Sei\"\n            },\n            {\n                \"essid\": \"J-Sei\\u0001\\b\\ufffd\\ufffd\\ufffd\\ufffd\"\n            },\n            {\n                \"essid\": \"J-Sei\\u0001\\b\\ufffd\\u0012\\ufffd$\"\n            },\n            {\n                \"essid\": \"J Settimo\"\n            },\n            {\n                \"essid\": \"jshome\"\n            },\n            {\n                \"essid\": \"js_home\"\n            },\n            {\n                \"essid\": \"jshome_guest\"\n            },\n            {\n                \"essid\": \"jshome_quest\"\n            },\n            {\n                \"essid\": \"J’s iPhone\"\n            },\n            {\n                \"essid\": \"Jspenc72\"\n            },\n            {\n                \"essid\": \"JSS_2.4G\"\n            },\n            {\n                \"essid\": \"JSS_2.4G-guest\"\n            },\n            {\n                \"essid\": \"JSSN\"\n            },\n            {\n                \"essid\": \"JStemplinger's iPhone 7 20200630\"\n            },\n            {\n                \"essid\": \"JStm11\"\n            },\n            {\n                \"essid\": \"JS WiFi\"\n            },\n            {\n                \"essid\": \"JS_YXCGTT\"\n            },\n            {\n                \"essid\": \"Jt9x11w3\"\n            },\n            {\n                \"essid\": \"JTA Employee Remote\"\n            },\n            {\n                \"essid\": \"JTA Guest Remote\"\n            },\n            {\n                \"essid\": \"JTCarr\"\n            },\n            {\n                \"essid\": \"J Terrill 10\"\n            },\n            {\n                \"essid\": \"JTM\"\n            },\n            {\n                \"essid\": \"jtomsick\"\n            },\n            {\n                \"essid\": \"JT’s iPhone\"\n            },\n            {\n                \"essid\": \"Juan\"\n            },\n            {\n                \"essid\": \"Juan Impala\"\n            },\n            {\n                \"essid\": \"Juanita’s iPad\"\n            },\n            {\n                \"essid\": \"JuanJZ Truck\"\n            },\n            {\n                \"essid\": \"juanodonez7\"\n            },\n            {\n                \"essid\": \"JUAN RAZO\"\n            },\n            {\n                \"essid\": \"Juan's iPhone\"\n            },\n            {\n                \"essid\": \"Juans Silverado\"\n            },\n            {\n                \"essid\": \"Jubray\"\n            },\n            {\n                \"essid\": \"judebus\"\n            },\n            {\n                \"essid\": \"Judgie88\"\n            },\n            {\n                \"essid\": \"JudisBolt\"\n            },\n            {\n                \"essid\": \"Judiths Cruze\"\n            },\n            {\n                \"essid\": \"Judiths spot\"\n            },\n            {\n                \"essid\": \"judykeyes\"\n            },\n            {\n                \"essid\": \"Judys Car\"\n            },\n            {\n                \"essid\": \"juice804\"\n            },\n            {\n                \"essid\": \"JuJuGoGadget\"\n            },\n            {\n                \"essid\": \"Julani’s iPhone\"\n            },\n            {\n                \"essid\": \"JuliaF\"\n            },\n            {\n                \"essid\": \"Julian\"\n            },\n            {\n                \"essid\": \"Julian09\"\n            },\n            {\n                \"essid\": \"Juliana’s iPhone\"\n            },\n            {\n                \"essid\": \"Julian’s iPhone\"\n            },\n            {\n                \"essid\": \"Julians Malibu\"\n            },\n            {\n                \"essid\": \"julias team!\"\n            },\n            {\n                \"essid\": \"Julia Turner\"\n            },\n            {\n                \"essid\": \"Juliehyed\"\n            },\n            {\n                \"essid\": \"Julie Jin\"\n            },\n            {\n                \"essid\": \"JulieL\"\n            },\n            {\n                \"essid\": \"Julie's Blackvue Cam\"\n            },\n            {\n                \"essid\": \"Julio\\\\342\\\\200\\\\231s iPhone\"\n            },\n            {\n                \"essid\": \"Julio’s iPhone\"\n            },\n            {\n                \"essid\": \"Julios Malibu\"\n            },\n            {\n                \"essid\": \"Julissa\\\\342\\\\200\\\\231s iPhone\"\n            },\n            {\n                \"essid\": \"Julius\"\n            },\n            {\n                \"essid\": \"July282017\"\n            },\n            {\n                \"essid\": \"June car\"\n            },\n            {\n                \"essid\": \"Juneonmars\"\n            },\n            {\n                \"essid\": \"June’s iPhone\"\n            },\n            {\n                \"essid\": \"Juneyboy\"\n            },\n            {\n                \"essid\": \"junior.\"\n            },\n            {\n                \"essid\": \"Junior\"\n            },\n            {\n                \"essid\": \"JUNIORLEADER\"\n            },\n            {\n                \"essid\": \"Juniors_Deli\"\n            },\n            {\n                \"essid\": \"junpei1119\"\n            },\n            {\n                \"essid\": \"junpicerangelica\"\n            },\n            {\n                \"essid\": \"junsun_44334c209926\"\n            },\n            {\n                \"essid\": \"Jupiter\"\n            },\n            {\n                \"essid\": \"Jura\"\n            },\n            {\n                \"essid\": \"JusGorjus\"\n            },\n            {\n                \"essid\": \"Justin S\"\n            },\n            {\n                \"essid\": \"Justins ATS\"\n            },\n            {\n                \"essid\": \"Justins Bolt\"\n            },\n            {\n                \"essid\": \"Justin's Galaxy Note 8\"\n            },\n            {\n                \"essid\": \"Justin's HERO8 Black\"\n            },\n            {\n                \"essid\": \"justin sierra\"\n            },\n            {\n                \"essid\": \"Justin’s iPhone\"\n            },\n            {\n                \"essid\": \"justins volt\"\n            },\n            {\n                \"essid\": \"Justyn\"\n            },\n            {\n                \"essid\": \"Juvenal garcia\"\n            },\n            {\n                \"essid\": \"JVKL\"\n            },\n            {\n                \"essid\": \"jwatts708\"\n            },\n            {\n                \"essid\": \"JWB-2.4\"\n            },\n            {\n                \"essid\": \"jwilson’s iPhone\"\n            },\n            {\n                \"essid\": \"JYD\"\n            },\n            {\n                \"essid\": \"jysalon\"\n            },\n            {\n                \"essid\": \"JZ Volt\"\n            },\n            {\n                \"essid\": \"Jzz30Soarer\"\n            },\n            {\n                \"essid\": \"k0key\"\n            },\n            {\n                \"essid\": \"K2\"\n            },\n            {\n                \"essid\": \"K2\\u0001\\b\\ufffd\\ufffd\\ufffd\\ufffd\\f\\u0012\\u0018\"\n            },\n            {\n                \"essid\": \"K30_4848\"\n            },\n            {\n                \"essid\": \"K51 0255\"\n            },\n            {\n                \"essid\": \"K51 0312\"\n            },\n            {\n                \"essid\": \"K51 1230\"\n            },\n            {\n                \"essid\": \"K51 1625\"\n            },\n            {\n                \"essid\": \"K51 1771\"\n            },\n            {\n                \"essid\": \"K51 3631\"\n            },\n            {\n                \"essid\": \"K51 3670\"\n            },\n            {\n                \"essid\": \"K51 41\"\n            },\n            {\n                \"essid\": \"K51 5565\"\n            },\n            {\n                \"essid\": \"K51 5835\"\n            },\n            {\n                \"essid\": \"K51 6160\"\n            },\n            {\n                \"essid\": \"K51 6222\"\n            },\n            {\n                \"essid\": \"K51 6694\"\n            },\n            {\n                \"essid\": \"K51 6905\"\n            },\n            {\n                \"essid\": \"K51 7013\"\n            },\n            {\n                \"essid\": \"K51 7098\"\n            },\n            {\n                \"essid\": \"K51 7198\"\n            },\n            {\n                \"essid\": \"K51 7314\"\n            },\n            {\n                \"essid\": \"K51 7542\"\n            },\n            {\n                \"essid\": \"K51 7805\"\n            },\n            {\n                \"essid\": \"K51 8230\"\n            },\n            {\n                \"essid\": \"K51_8474\"\n            },\n            {\n                \"essid\": \"K51 9264\"\n            },\n            {\n                \"essid\": \"K51 9312\"\n            },\n            {\n                \"essid\": \"K51 9626\"\n            },\n            {\n                \"essid\": \"K51 9831\"\n            },\n            {\n                \"essid\": \"K7 0747\"\n            },\n            {\n                \"essid\": \"K7 2267\"\n            },\n            {\n                \"essid\": \"K7 4531\"\n            },\n            {\n                \"essid\": \"K7 4776\"\n            },\n            {\n                \"essid\": \"K7 8620\"\n            },\n            {\n                \"essid\": \"K7 8918\"\n            },\n            {\n                \"essid\": \"ka4kkf_2_4_5G\"\n            },\n            {\n                \"essid\": \"Kabuoro\"\n            },\n            {\n                \"essid\": \"Kacy's iPhone\"\n            },\n            {\n                \"essid\": \"Kadirofff\"\n            },\n            {\n                \"essid\": \"KaelFoods\"\n            },\n            {\n                \"essid\": \"kaffipiniol2.4\"\n            },\n            {\n                \"essid\": \"kaffipiniol5\"\n            },\n            {\n                \"essid\": \"kahandshel\"\n            },\n            {\n                \"essid\": \"kaia123\"\n            },\n            {\n                \"essid\": \"Kaila Hotspot\"\n            },\n            {\n                \"essid\": \"Kailas\"\n            },\n            {\n                \"essid\": \"Kailey\"\n            },\n            {\n                \"essid\": \"Kairoy\"\n            },\n            {\n                \"essid\": \"Kaiscout\"\n            },\n            {\n                \"essid\": \"Kaiser\"\n            },\n            {\n                \"essid\": \"KaiserGuest\"\n            },\n            {\n                \"essid\": \"Kaiserwallace EV17\"\n            },\n            {\n                \"essid\": \"Kaitlinnick\"\n            },\n            {\n                \"essid\": \"Kaitlyns Encore\"\n            },\n            {\n                \"essid\": \"KAKARAKAARA\"\n            },\n            {\n                \"essid\": \"Kaka Singh’s iPhone\"\n            },\n            {\n                \"essid\": \"KAKE2013\"\n            },\n            {\n                \"essid\": \"kalabaw22\"\n            },\n            {\n                \"essid\": \"Kamaldeep’s iPad\"\n            },\n            {\n                \"essid\": \"kambucha\"\n            },\n            {\n                \"essid\": \"Kame_House\"\n            },\n            {\n                \"essid\": \"KAMILLOSANTANA800\"\n            },\n            {\n                \"essid\": \"Kamis \"\n            },\n            {\n                \"essid\": \"Kamis _Ext\"\n            },\n            {\n                \"essid\": \"Kamis Lookout\"\n            },\n            {\n                \"essid\": \"kandienclave\"\n            },\n            {\n                \"essid\": \"Kang Terrain\"\n            },\n            {\n                \"essid\": \"Kaobolt\"\n            },\n            {\n                \"essid\": \"Kao's phone\"\n            },\n            {\n                \"essid\": \"Kapi Residences\"\n            },\n            {\n                \"essid\": \"Karan\"\n            },\n            {\n                \"essid\": \"Karas Bolt\"\n            },\n            {\n                \"essid\": \"Karate138-2.4\"\n            },\n            {\n                \"essid\": \"Karate RX\"\n            },\n            {\n                \"essid\": \"Karate RX Guest\"\n            },\n            {\n                \"essid\": \"Karawkz\"\n            },\n            {\n                \"essid\": \"karbohydrate\"\n            },\n            {\n                \"essid\": \"Karen\\\\342\\\\200\\\\231s iPhone\"\n            },\n            {\n                \"essid\": \"Karenas ATS\"\n            },\n            {\n                \"essid\": \"Karen iPhone\"\n            },\n            {\n                \"essid\": \"Karenphone\"\n            },\n            {\n                \"essid\": \"Karens ats\"\n            },\n            {\n                \"essid\": \"karenscaddy\"\n            },\n            {\n                \"essid\": \"Karen’s iPhone\"\n            },\n            {\n                \"essid\": \"Karens Tahoe\"\n            },\n            {\n                \"essid\": \"Kare TMo HS\"\n            },\n            {\n                \"essid\": \"Karim\"\n            },\n            {\n                \"essid\": \"Karina's iPhone\"\n            },\n            {\n                \"essid\": \"Kari’s iPhone\"\n            },\n            {\n                \"essid\": \"karlachevy\"\n            },\n            {\n                \"essid\": \"Karla 's iPhone\"\n            },\n            {\n                \"essid\": \"Karla Torres\"\n            },\n            {\n                \"essid\": \"karla w 848\"\n            },\n            {\n                \"essid\": \"karliux\"\n            },\n            {\n                \"essid\": \"karma1\"\n            },\n            {\n                \"essid\": \"Karma WiFi\"\n            },\n            {\n                \"essid\": \"Karolina King\"\n            },\n            {\n                \"essid\": \"Kartik XsMax 2019\"\n            },\n            {\n                \"essid\": \"KaseTruck\"\n            },\n            {\n                \"essid\": \"Kassandra\"\n            },\n            {\n                \"essid\": \"Kassye\"\n            },\n            {\n                \"essid\": \"Kate1920\"\n            },\n            {\n                \"essid\": \"Katebartho\"\n            },\n            {\n                \"essid\": \"katesbuick\"\n            },\n            {\n                \"essid\": \"KatesEquinox\"\n            },\n            {\n                \"essid\": \"KatesVolt\"\n            },\n            {\n                \"essid\": \"Kates Yukon\"\n            },\n            {\n                \"essid\": \"Katevote\"\n            },\n            {\n                \"essid\": \"KathAndyBolt\"\n            },\n            {\n                \"essid\": \"Katherine A's iPhone\"\n            },\n            {\n                \"essid\": \"katherines\"\n            },\n            {\n                \"essid\": \"katherine 的 iPhone\"\n            },\n            {\n                \"essid\": \"Kathleens Volt\"\n            },\n            {\n                \"essid\": \"KathrynsTraverse\"\n            },\n            {\n                \"essid\": \"KathyC\"\n            },\n            {\n                \"essid\": \"Kathy R\"\n            },\n            {\n                \"essid\": \"kathys caddy\"\n            },\n            {\n                \"essid\": \"Kathy’s iPhone\"\n            },\n            {\n                \"essid\": \"Kathy WiFi\"\n            },\n            {\n                \"essid\": \"katie18\"\n            },\n            {\n                \"essid\": \"Katie\\\\342\\\\200\\\\231s iPhone\\\\360\\\\237\\\\222\\\\213\"\n            },\n            {\n                \"essid\": \"Katie Andrade\\\\342\\\\200\\\\231s iPhone\"\n            },\n            {\n                \"essid\": \"KatieBell93\"\n            },\n            {\n                \"essid\": \"Katies Bolt\"\n            },\n            {\n                \"essid\": \"Katies Whip\"\n            },\n            {\n                \"essid\": \"katkat\"\n            },\n            {\n                \"essid\": \"katolove\"\n            },\n            {\n                \"essid\": \"Katrina\"\n            },\n            {\n                \"essid\": \"Katt\\\\342\\\\200\\\\231s iPhone\"\n            },\n            {\n                \"essid\": \"Katty perez \"\n            },\n            {\n                \"essid\": \"KatyPixel\"\n            },\n            {\n                \"essid\": \"Katz\"\n            },\n            {\n                \"essid\": \"Kawamoto\"\n            },\n            {\n                \"essid\": \"Kawenazo\"\n            },\n            {\n                \"essid\": \"Kay Chevy\"\n            },\n            {\n                \"essid\": \"Kayla1\"\n            },\n            {\n                \"essid\": \"KaylasEquinox\"\n            },\n            {\n                \"essid\": \"Kayla Trax\"\n            },\n            {\n                \"essid\": \"Kaylei\"\n            },\n            {\n                \"essid\": \"kayliegh\"\n            },\n            {\n                \"essid\": \"Kay's Home\"\n            },\n            {\n                \"essid\": \"KB\"\n            },\n            {\n                \"essid\": \"KB1 Fuckoff\"\n            },\n            {\n                \"essid\": \"kbebemom\"\n            },\n            {\n                \"essid\": \"KBgalaxynote\"\n            },\n            {\n                \"essid\": \"kbiz\"\n            },\n            {\n                \"essid\": \"kbrn wifi\"\n            },\n            {\n                \"essid\": \"KC\"\n            },\n            {\n                \"essid\": \"KCC\"\n            },\n            {\n                \"essid\": \"kchem2013\"\n            },\n            {\n                \"essid\": \"KCO AUDIO\"\n            },\n            {\n                \"essid\": \"KC SINGH2\"\n            },\n            {\n                \"essid\": \"KCSonic\"\n            },\n            {\n                \"essid\": \"kcstruck\"\n            },\n            {\n                \"essid\": \"KD\"\n            },\n            {\n                \"essid\": \"KD6PAG/P\"\n            },\n            {\n                \"essid\": \"KD6YSY\"\n            },\n            {\n                \"essid\": \"K Davidson 44\"\n            },\n            {\n                \"essid\": \"Kdowney\"\n            },\n            {\n                \"essid\": \"kds2015\"\n            },\n            {\n                \"essid\": \"keeblis\"\n            },\n            {\n                \"essid\": \"Keef\"\n            },\n            {\n                \"essid\": \"keegan21\"\n            },\n            {\n                \"essid\": \"Keelo\"\n            },\n            {\n                \"essid\": \"Keem iPhone\"\n            },\n            {\n                \"essid\": \"Keep_Driving\"\n            },\n            {\n                \"essid\": \"Keeping Up With the...\"\n            },\n            {\n                \"essid\": \"KeepTruckin Hotspot - 00774547\"\n            },\n            {\n                \"essid\": \"KeepTruckin Hotspot - 00776023\"\n            },\n            {\n                \"essid\": \"KeepTruckin Hotspot - 00791500\"\n            },\n            {\n                \"essid\": \"KeepTruckin Hotspot - 00798019\"\n            },\n            {\n                \"essid\": \"KeepTruckin Hotspot - 00799713\"\n            },\n            {\n                \"essid\": \"KeepTruckin Hotspot - 01001172\"\n            },\n            {\n                \"essid\": \"KeepTruckin Hotspot - 01005316\"\n            },\n            {\n                \"essid\": \"KeepTruckin Hotspot - 01108679\"\n            },\n            {\n                \"essid\": \"KeepTruckin Hotspot - 01110571\"\n            },\n            {\n                \"essid\": \"KeepTruckin Hotspot - 01111756\"\n            },\n            {\n                \"essid\": \"KeepTruckin Hotspot - 01119291\"\n            },\n            {\n                \"essid\": \"KeepTruckin Hotspot - 01120737\"\n            },\n            {\n                \"essid\": \"KeepTruckin Hotspot - 01126634\"\n            },\n            {\n                \"essid\": \"KeepTruckin Hotspot - 01132737\"\n            },\n            {\n                \"essid\": \"KeepTruckin Hotspot - 01139172\"\n            },\n            {\n                \"essid\": \"KeepTruckin Hotspot - 01139983\"\n            },\n            {\n                \"essid\": \"KeepTruckin Hotspot - 01141075\"\n            },\n            {\n                \"essid\": \"KeepTruckin Hotspot - 01141526\"\n            },\n            {\n                \"essid\": \"KeepTruckin Hotspot - 01146512\"\n            },\n            {\n                \"essid\": \"KeepTruckin Hotspot - 01147529\"\n            },\n            {\n                \"essid\": \"KeepTruckin Hotspot - 01153595\"\n            },\n            {\n                \"essid\": \"KeepTruckin Hotspot - 01154498\"\n            },\n            {\n                \"essid\": \"KeepTruckin Hotspot - 01159530\"\n            },\n            {\n                \"essid\": \"KeepTruckin Hotspot - 01159778\"\n            },\n            {\n                \"essid\": \"KeepTruckin Hotspot - 01160442\"\n            },\n            {\n                \"essid\": \"KeepTruckin Hotspot - 01160826\"\n            },\n            {\n                \"essid\": \"KeepTruckin Hotspot - 01166061\"\n            },\n            {\n                \"essid\": \"KeepTruckin Hotspot - 01166531\"\n            },\n            {\n                \"essid\": \"KeepTruckin Hotspot - 01179445\"\n            },\n            {\n                \"essid\": \"KeepTruckin Hotspot - 01180771\"\n            },\n            {\n                \"essid\": \"KeepTruckin Hotspot - 01180909\"\n            },\n            {\n                \"essid\": \"KeepTruckin Hotspot - 01191590\"\n            },\n            {\n                \"essid\": \"KeepTruckin Hotspot - 01197093\"\n            },\n            {\n                \"essid\": \"KeepTruckin Hotspot - 01213540\"\n            },\n            {\n                \"essid\": \"KeepTruckin Hotspot - 01267726\"\n            },\n            {\n                \"essid\": \"KeepTruckin Hotspot - 01323642\"\n            },\n            {\n                \"essid\": \"KeepTruckin Hotspot - 01330784\"\n            },\n            {\n                \"essid\": \"KeepTruckin Hotspot - 01330997\"\n            },\n            {\n                \"essid\": \"KeepTruckin Hotspot - 01331129\"\n            },\n            {\n                \"essid\": \"KeepTruckin Hotspot - 01331335\"\n            },\n            {\n                \"essid\": \"KeepTruckin Hotspot - 01332940\"\n            },\n            {\n                \"essid\": \"KeepTruckin Hotspot - 01335223\"\n            },\n            {\n                \"essid\": \"KeepTruckin Hotspot - 01335725\"\n            },\n            {\n                \"essid\": \"KeepTruckin Hotspot - 01357166\"\n            },\n            {\n                \"essid\": \"KeepTruckin Hotspot - 01361964\"\n            },\n            {\n                \"essid\": \"KeepTruckin Hotspot - 01364717\"\n            },\n            {\n                \"essid\": \"KeepTruckin Hotspot - 01370793\"\n            },\n            {\n                \"essid\": \"KeepTruckin Hotspot - 01370943\"\n            },\n            {\n                \"essid\": \"KeepTruckin Hotspot - 01402087\"\n            },\n            {\n                \"essid\": \"KeepTruckin Hotspot - 01422222\"\n            },\n            {\n                \"essid\": \"KeepTruckin Hotspot - 01439020\"\n            },\n            {\n                \"essid\": \"KeepTruckin Hotspot - 01449856\"\n            },\n            {\n                \"essid\": \"KeepTruckin Hotspot - 01449857\"\n            },\n            {\n                \"essid\": \"KeepTruckin Hotspot - 01450116\"\n            },\n            {\n                \"essid\": \"KeepTruckin Hotspot - 01450425\"\n            },\n            {\n                \"essid\": \"KeepTruckin Hotspot - 01450426\"\n            },\n            {\n                \"essid\": \"KeepTruckin Hotspot - 01466403\"\n            },\n            {\n                \"essid\": \"KeepTruckin Hotspot - 01466706\"\n            },\n            {\n                \"essid\": \"KeepTruckin Hotspot - 01476870\"\n            },\n            {\n                \"essid\": \"KeepTruckin Hotspot - 01478222\"\n            },\n            {\n                \"essid\": \"KeepTruckin Hotspot - 01498262\"\n            },\n            {\n                \"essid\": \"KeepTruckin Hotspot - 01505489\"\n            },\n            {\n                \"essid\": \"KeepTruckin Hotspot - 01537219\"\n            },\n            {\n                \"essid\": \"KeepTruckin Hotspot - GB270163\"\n            },\n            {\n                \"essid\": \"KeetFi\"\n            },\n            {\n                \"essid\": \"kegan\"\n            },\n            {\n                \"essid\": \"KeHE_Ent\"\n            },\n            {\n                \"essid\": \"Keith\"\n            },\n            {\n                \"essid\": \"keithlisa110\"\n            },\n            {\n                \"essid\": \"Keiths Truck\"\n            },\n            {\n                \"essid\": \"keithzlgy\"\n            },\n            {\n                \"essid\": \"Kelleys Buick\"\n            },\n            {\n                \"essid\": \"KellieK\"\n            },\n            {\n                \"essid\": \"Kelly's Car\"\n            },\n            {\n                \"essid\": \"kellyshotspot\"\n            },\n            {\n                \"essid\": \"Kelly’s iPhone\"\n            },\n            {\n                \"essid\": \"Kelly’s work IPhone\"\n            },\n            {\n                \"essid\": \"Kellywifi\"\n            },\n            {\n                \"essid\": \"Kelvin\\\\342\\\\200\\\\231s iPhone\"\n            },\n            {\n                \"essid\": \"kencolorado2015\"\n            },\n            {\n                \"essid\": \"Kendall TV.b\"\n            },\n            {\n                \"essid\": \"Kendrick Malibu\"\n            },\n            {\n                \"essid\": \"KenEquinox\"\n            },\n            {\n                \"essid\": \"Kennedy\"\n            },\n            {\n                \"essid\": \"Kenneth\"\n            },\n            {\n                \"essid\": \"KENNETH\"\n            },\n            {\n                \"essid\": \"Kenneth1963\"\n            },\n            {\n                \"essid\": \"Kennette's Galaxy S21 Ultra 5G\"\n            },\n            {\n                \"essid\": \"Kenny Bird\"\n            },\n            {\n                \"essid\": \"kenny’s iPhone\"\n            },\n            {\n                \"essid\": \"Kenon1966\"\n            },\n            {\n                \"essid\": \"Kens Bolt\"\n            },\n            {\n                \"essid\": \"Kens BoltEV\"\n            },\n            {\n                \"essid\": \"kens connection\"\n            },\n            {\n                \"essid\": \"Ken’s iPhone\"\n            },\n            {\n                \"essid\": \"kens silverado\"\n            },\n            {\n                \"essid\": \"kens spot\"\n            },\n            {\n                \"essid\": \"Kens Terrain\"\n            },\n            {\n                \"essid\": \"kenstruck\"\n            },\n            {\n                \"essid\": \"Kent F Car\"\n            },\n            {\n                \"essid\": \"Kent的 iPhone\"\n            },\n            {\n                \"essid\": \"kenzie4899\"\n            },\n            {\n                \"essid\": \"KEPrint  3762\"\n            },\n            {\n                \"essid\": \"KERBY\"\n            },\n            {\n                \"essid\": \"kereem thurston’s iPhone\"\n            },\n            {\n                \"essid\": \"KERPEN\"\n            },\n            {\n                \"essid\": \"kerri becca\"\n            },\n            {\n                \"essid\": \"KerryLaw\"\n            },\n            {\n                \"essid\": \"Kerrys Volt\"\n            },\n            {\n                \"essid\": \"keRwin KeN\"\n            },\n            {\n                \"essid\": \"Keshia Equinox\"\n            },\n            {\n                \"essid\": \"ketron\"\n            },\n            {\n                \"essid\": \"kettle\"\n            },\n            {\n                \"essid\": \"Kevenny samsung\"\n            },\n            {\n                \"essid\": \"KEVIN1\"\n            },\n            {\n                \"essid\": \"kevin cruze\"\n            },\n            {\n                \"essid\": \"Kevin G6 hot spot\"\n            },\n            {\n                \"essid\": \"KevinsCorvette\"\n            },\n            {\n                \"essid\": \"Kevin's iPhone XR\"\n            },\n            {\n                \"essid\": \"Kevins Truck\"\n            },\n            {\n                \"essid\": \"Kevin Volt\"\n            },\n            {\n                \"essid\": \"KevinX\"\n            },\n            {\n                \"essid\": \"KEV iPhone\"\n            },\n            {\n                \"essid\": \"kev's\"\n            },\n            {\n                \"essid\": \"KEYDI\"\n            },\n            {\n                \"essid\": \"Keys\"\n            },\n            {\n                \"essid\": \"KG BOLT Wifi\"\n            },\n            {\n                \"essid\": \"KGizzle\"\n            },\n            {\n                \"essid\": \"KGRUB\"\n            },\n            {\n                \"essid\": \"KH.637\"\n            },\n            {\n                \"essid\": \"Khairullah 007\"\n            },\n            {\n                \"essid\": \"khaleesi\"\n            },\n            {\n                \"essid\": \"Khalia1G\"\n            },\n            {\n                \"essid\": \"Khaliana’s iPhone\"\n            },\n            {\n                \"essid\": \"Khalieghya's WiFi\"\n            },\n            {\n                \"essid\": \"K Hallward\"\n            },\n            {\n                \"essid\": \"khalsa\"\n            },\n            {\n                \"essid\": \"Khattab\"\n            },\n            {\n                \"essid\": \"Khazad-dum\"\n            },\n            {\n                \"essid\": \"kheiapot\"\n            },\n            {\n                \"essid\": \"khf\"\n            },\n            {\n                \"essid\": \"KH Guest\"\n            },\n            {\n                \"essid\": \"Khimani\"\n            },\n            {\n                \"essid\": \"KHLOK\"\n            },\n            {\n                \"essid\": \"Khome2.4\"\n            },\n            {\n                \"essid\": \"Khulan’s iPhone\"\n            },\n            {\n                \"essid\": \"Kianmanu\"\n            },\n            {\n                \"essid\": \"KIASOULconnect\"\n            },\n            {\n                \"essid\": \"KiddieAcademyExec\"\n            },\n            {\n                \"essid\": \"Kids\"\n            },\n            {\n                \"essid\": \"Kids Car\"\n            },\n            {\n                \"essid\": \"kids dont use \"\n            },\n            {\n                \"essid\": \"KidsElectronics\"\n            },\n            {\n                \"essid\": \"KidsHarborHM\"\n            },\n            {\n                \"essid\": \"Kids-House\"\n            },\n            {\n                \"essid\": \"KidsRKids_Staff\"\n            },\n            {\n                \"essid\": \"kids softball\"\n            },\n            {\n                \"essid\": \"Kidswifi\"\n            },\n            {\n                \"essid\": \"KidwellBowTie\"\n            },\n            {\n                \"essid\": \"Kidzx5\"\n            },\n            {\n                \"essid\": \"kiem9a\"\n            },\n            {\n                \"essid\": \"KietLe\"\n            },\n            {\n                \"essid\": \"KII-Guest\"\n            },\n            {\n                \"essid\": \"Kijo Note 9\"\n            },\n            {\n                \"essid\": \"KIKA\"\n            },\n            {\n                \"essid\": \"Kiki\"\n            },\n            {\n                \"essid\": \"kikikiki\"\n            },\n            {\n                \"essid\": \"Kiki's Hawt Spot\"\n            },\n            {\n                \"essid\": \"KIKOS TRUCK\"\n            },\n            {\n                \"essid\": \"Kilgormi\"\n            },\n            {\n                \"essid\": \"Killerink\"\n            },\n            {\n                \"essid\": \"Kimberley's iPhone7P\"\n            },\n            {\n                \"essid\": \"Kimberly\"\n            },\n            {\n                \"essid\": \"Kimberly's iPhone\"\n            },\n            {\n                \"essid\": \"kimbo slice\"\n            },\n            {\n                \"essid\": \"kimcuriel\"\n            },\n            {\n                \"essid\": \"Kim Escalada\"\n            },\n            {\n                \"essid\": \"kimhotspot\"\n            },\n            {\n                \"essid\": \"kimia566\"\n            },\n            {\n                \"essid\": \"Kimi No WiFi\"\n            },\n            {\n                \"essid\": \"Kimi No WiFi Guest\"\n            },\n            {\n                \"essid\": \"KimInternet\"\n            },\n            {\n                \"essid\": \"kimjs1\"\n            },\n            {\n                \"essid\": \"Kimly’s iPhone\"\n            },\n            {\n                \"essid\": \"Kimmies Oddy\"\n            },\n            {\n                \"essid\": \"kimmy's new internet 2.4\"\n            },\n            {\n                \"essid\": \"Kimoyo\"\n            },\n            {\n                \"essid\": \"Kims Bolt\"\n            },\n            {\n                \"essid\": \"Kims Coupe\"\n            },\n            {\n                \"essid\": \"Kim’s iPhoneszz\"\n            },\n            {\n                \"essid\": \"Kims Yukon\"\n            },\n            {\n                \"essid\": \"KimuraWiFi\"\n            },\n            {\n                \"essid\": \"KimuraWiFi-Guest\"\n            },\n            {\n                \"essid\": \"Kim Zvik\"\n            },\n            {\n                \"essid\": \"KIN-78303B015C6F\"\n            },\n            {\n                \"essid\": \"Kincil X\"\n            },\n            {\n                \"essid\": \"KindersonNet\"\n            },\n            {\n                \"essid\": \"KindPenguin\"\n            },\n            {\n                \"essid\": \"KindPenguin-guest\"\n            },\n            {\n                \"essid\": \"KinectricsAES\"\n            },\n            {\n                \"essid\": \"KING\"\n            },\n            {\n                \"essid\": \"King+2.4\"\n            },\n            {\n                \"essid\": \"kingAbel\"\n            },\n            {\n                \"essid\": \"KingBolt\"\n            },\n            {\n                \"essid\": \"King car wifi\"\n            },\n            {\n                \"essid\": \"KingChappy09\"\n            },\n            {\n                \"essid\": \"kingdickhaus\"\n            },\n            {\n                \"essid\": \"Kingdoms98\"\n            },\n            {\n                \"essid\": \"kingdondon\"\n            },\n            {\n                \"essid\": \"KINGDONDON\"\n            },\n            {\n                \"essid\": \"KING_E95F40\"\n            },\n            {\n                \"essid\": \"King family\"\n            },\n            {\n                \"essid\": \"King-ibb5106508216\"\n            },\n            {\n                \"essid\": \"KING JOHN\"\n            },\n            {\n                \"essid\": \"Kingkong2\"\n            },\n            {\n                \"essid\": \"King Kong Mall GA Guest\"\n            },\n            {\n                \"essid\": \"KingOfThaRoad\"\n            },\n            {\n                \"essid\": \"King of the North\"\n            },\n            {\n                \"essid\": \"King Raz\"\n            },\n            {\n                \"essid\": \"Kingsada Place\"\n            },\n            {\n                \"essid\": \"King Seven\"\n            },\n            {\n                \"essid\": \"King Silverado\"\n            },\n            {\n                \"essid\": \"Kings - JKKE\"\n            },\n            {\n                \"essid\": \"KingsRule916\"\n            },\n            {\n                \"essid\": \"King's Tour - 21\"\n            },\n            {\n                \"essid\": \"Kings Tour - K19\"\n            },\n            {\n                \"essid\": \"King Wendell’s iPhone\"\n            },\n            {\n                \"essid\": \"Kinslee\"\n            },\n            {\n                \"essid\": \"Kiosk-GoodJobs\"\n            },\n            {\n                \"essid\": \"KippBayArea1185\"\n            },\n            {\n                \"essid\": \"KippBayArea1315\"\n            },\n            {\n                \"essid\": \"Kirara\"\n            },\n            {\n                \"essid\": \"Kirin The Kat\"\n            },\n            {\n                \"essid\": \"Kirk\"\n            },\n            {\n                \"essid\": \"kirkssilverado\"\n            },\n            {\n                \"essid\": \"kirlaw\"\n            },\n            {\n                \"essid\": \"Kirstin\"\n            },\n            {\n                \"essid\": \"KissCar\"\n            },\n            {\n                \"essid\": \"kissqb\"\n            },\n            {\n                \"essid\": \"Kitchen.d065\"\n            },\n            {\n                \"essid\": \"Kitchen Home.k\"\n            },\n            {\n                \"essid\": \"Kitchen Home Max.p\"\n            },\n            {\n                \"essid\": \"Kitchen Nest Mini.ynm\"\n            },\n            {\n                \"essid\": \"Kitchen speaker.8441.ynm\"\n            },\n            {\n                \"essid\": \"Kitchen speaker.p\"\n            },\n            {\n                \"essid\": \"kitchensync\"\n            },\n            {\n                \"essid\": \"kitchen-van\"\n            },\n            {\n                \"essid\": \"KitKat-2.4\"\n            },\n            {\n                \"essid\": \"kitten breakfast\"\n            },\n            {\n                \"essid\": \"kittycat\"\n            },\n            {\n                \"essid\": \"Kitty Mat\"\n            },\n            {\n                \"essid\": \"kiwer\"\n            },\n            {\n                \"essid\": \"kiwi-2.4\"\n            },\n            {\n                \"essid\": \"KIWI 2.4\"\n            },\n            {\n                \"essid\": \"kiwi-5g\"\n            },\n            {\n                \"essid\": \"kiwibot103\"\n            },\n            {\n                \"essid\": \"KiwiNet\"\n            },\n            {\n                \"essid\": \"KJKnet7\"\n            },\n            {\n                \"essid\": \"kk\"\n            },\n            {\n                \"essid\": \"KK-ap\"\n            },\n            {\n                \"essid\": \"kkdaniel\"\n            },\n            {\n                \"essid\": \"KKIRKS\"\n            },\n            {\n                \"essid\": \"kkkkmmmm\"\n            },\n            {\n                \"essid\": \"kkmi-public\"\n            },\n            {\n                \"essid\": \"kkmobile\"\n            },\n            {\n                \"essid\": \"K-Links-Guest\"\n            },\n            {\n                \"essid\": \"KLMorganWrites.com\"\n            },\n            {\n                \"essid\": \"klteatt\"\n            },\n            {\n                \"essid\": \"Klthomas014\"\n            },\n            {\n                \"essid\": \"K Lunger\"\n            },\n            {\n                \"essid\": \"KLWH etron\"\n            },\n            {\n                \"essid\": \"KM0328\"\n            },\n            {\n                \"essid\": \"KMANAGED\"\n            },\n            {\n                \"essid\": \"KM car\"\n            },\n            {\n                \"essid\": \"KM ISSA\"\n            },\n            {\n                \"essid\": \"kmjones0823\"\n            },\n            {\n                \"essid\": \"KNET 133\"\n            },\n            {\n                \"essid\": \"KNET-Provisioning\"\n            },\n            {\n                \"essid\": \"KNICO\"\n            },\n            {\n                \"essid\": \"KNIGHT\"\n            },\n            {\n                \"essid\": \"Knightinnguest\"\n            },\n            {\n                \"essid\": \"knights\"\n            },\n            {\n                \"essid\": \"knownaschico\"\n            },\n            {\n                \"essid\": \"Knutson Car\"\n            },\n            {\n                \"essid\": \"Koanui\"\n            },\n            {\n                \"essid\": \"Kobe Allen\"\n            },\n            {\n                \"essid\": \"Koch Bros Inc.\"\n            },\n            {\n                \"essid\": \"KochNet\"\n            },\n            {\n                \"essid\": \"Koch-Personal\"\n            },\n            {\n                \"essid\": \"Kodak_Verite55:1360\"\n            },\n            {\n                \"essid\": \"Kodak_Verite55:5623\"\n            },\n            {\n                \"essid\": \"Kodak_Verite55:6858\"\n            },\n            {\n                \"essid\": \"koedoetruck\"\n            },\n            {\n                \"essid\": \"Koelewyn GMC\"\n            },\n            {\n                \"essid\": \"koellebolt\"\n            },\n            {\n                \"essid\": \"Kohls Guest WiFi\"\n            },\n            {\n                \"essid\": \"Kokomo\"\n            },\n            {\n                \"essid\": \"Kokomo Guest\"\n            },\n            {\n                \"essid\": \"KokoPuff\"\n            },\n            {\n                \"essid\": \"kol\"\n            },\n            {\n                \"essid\": \"Komals Silverado\"\n            },\n            {\n                \"essid\": \"Kondo\"\n            },\n            {\n                \"essid\": \"Kong’s iPhone\"\n            },\n            {\n                \"essid\": \"Konstantin Richter\\\\342\\\\200\\\\231s iPhone\"\n            },\n            {\n                \"essid\": \"Koogeek-P1-913219\"\n            },\n            {\n                \"essid\": \"kookoo\"\n            },\n            {\n                \"essid\": \"Kool Aid\"\n            },\n            {\n                \"essid\": \"Korb\"\n            },\n            {\n                \"essid\": \"koren10\"\n            },\n            {\n                \"essid\": \"Korey\"\n            },\n            {\n                \"essid\": \"Kormerican\"\n            },\n            {\n                \"essid\": \"KostasGMC\"\n            },\n            {\n                \"essid\": \"Kostula\"\n            },\n            {\n                \"essid\": \"Kovikai\"\n            },\n            {\n                \"essid\": \"Koyanna\"\n            },\n            {\n                \"essid\": \"kpadnet\"\n            },\n            {\n                \"essid\": \"kparks\"\n            },\n            {\n                \"essid\": \"kpaulson03\"\n            },\n            {\n                \"essid\": \"kpet01\"\n            },\n            {\n                \"essid\": \"kpopislife\"\n            },\n            {\n                \"essid\": \"Krause Volt\"\n            },\n            {\n                \"essid\": \"kreatziegoogle\"\n            },\n            {\n                \"essid\": \"Krebssilverado\"\n            },\n            {\n                \"essid\": \"kreishervolt\"\n            },\n            {\n                \"essid\": \"KREVHORSTPRIV\"\n            },\n            {\n                \"essid\": \"KrewdK\"\n            },\n            {\n                \"essid\": \"Kris\"\n            },\n            {\n                \"essid\": \"Kris1500\"\n            },\n            {\n                \"essid\": \"Kris and Nicole Wireless - New\"\n            },\n            {\n                \"essid\": \"kriscruze\"\n            },\n            {\n                \"essid\": \"Krishtel Kar\"\n            },\n            {\n                \"essid\": \"Kris' S9\"\n            },\n            {\n                \"essid\": \"Krissia\"\n            },\n            {\n                \"essid\": \"Kristas phone\"\n            },\n            {\n                \"essid\": \"kristinas buick\"\n            },\n            {\n                \"essid\": \"Kristin Bolt\"\n            },\n            {\n                \"essid\": \"Kristins Traverse\"\n            },\n            {\n                \"essid\": \"Kristopher Cruze\"\n            },\n            {\n                \"essid\": \"Kristywifi\"\n            },\n            {\n                \"essid\": \"Kris WiFi\"\n            },\n            {\n                \"essid\": \"Kroger Guest\"\n            },\n            {\n                \"essid\": \"Kroger Wi-Fi\"\n            },\n            {\n                \"essid\": \"Kronos\"\n            },\n            {\n                \"essid\": \"Kruppe Malibu\"\n            },\n            {\n                \"essid\": \"Krypton\"\n            },\n            {\n                \"essid\": \"Krystal&Connor\"\n            },\n            {\n                \"essid\": \"KrystalHotSpot\"\n            },\n            {\n                \"essid\": \"kse152\"\n            },\n            {\n                \"essid\": \"ksteinfe\"\n            },\n            {\n                \"essid\": \"K swat00\"\n            },\n            {\n                \"essid\": \"KT_00001361\"\n            },\n            {\n                \"essid\": \"ktbug86\"\n            },\n            {\n                \"essid\": \"KT iPhone 8+\"\n            },\n            {\n                \"essid\": \"KTzLilQTz\"\n            },\n            {\n                \"essid\": \"Kubis Wifi\"\n            },\n            {\n                \"essid\": \"kucolu\"\n            },\n            {\n                \"essid\": \"Kuehl(2.4)\"\n            },\n            {\n                \"essid\": \"KumarBolt\"\n            },\n            {\n                \"essid\": \"Kumatruck\"\n            },\n            {\n                \"essid\": \"KUNDUN V\"\n            },\n            {\n                \"essid\": \"kurtdreger\"\n            },\n            {\n                \"essid\": \"kusababisha wakati\"\n            },\n            {\n                \"essid\": \"Kutinas Car\"\n            },\n            {\n                \"essid\": \"KV-DR305W_8a89\"\n            },\n            {\n                \"essid\": \"KW\"\n            },\n            {\n                \"essid\": \"KWAgent\"\n            },\n            {\n                \"essid\": \"Kwan & Olynick LLP 2\"\n            },\n            {\n                \"essid\": \"KW Equinox Hotspot\"\n            },\n            {\n                \"essid\": \"KWGuest\"\n            },\n            {\n                \"essid\": \"kwijibo\"\n            },\n            {\n                \"essid\": \"KW-Nexus2\"\n            },\n            {\n                \"essid\": \"KwonGuest\"\n            },\n            {\n                \"essid\": \"KW Palo Alto\"\n            },\n            {\n                \"essid\": \"KX818331\"\n            },\n            {\n                \"essid\": \"KY1080-05AF2796\"\n            },\n            {\n                \"essid\": \"KY/HD/Du/******\"\n            },\n            {\n                \"essid\": \"kyle67\"\n            },\n            {\n                \"essid\": \"Kyles Colorado\"\n            },\n            {\n                \"essid\": \"Kyle’s iPhone\"\n            },\n            {\n                \"essid\": \"Kyle's Pixel 4\"\n            },\n            {\n                \"essid\": \"Kyle The Bear WiFi\"\n            },\n            {\n                \"essid\": \"Kyle Truck\"\n            },\n            {\n                \"essid\": \"kylo16\"\n            },\n            {\n                \"essid\": \"KYOCERA E6810 0a3b\"\n            },\n            {\n                \"essid\": \"KYOCERA E6810 3e1b\"\n            },\n            {\n                \"essid\": \"KYOCERA E6810 725c\"\n            },\n            {\n                \"essid\": \"KYOCERA E6810 ac20\"\n            },\n            {\n                \"essid\": \"KYOCERA E6810 afbb\"\n            },\n            {\n                \"essid\": \"KYOCERA E6810 ee40\"\n            },\n            {\n                \"essid\": \"KYOCERA E6910 4728\"\n            },\n            {\n                \"essid\": \"kzepeda09\"\n            },\n            {\n                \"essid\": \"l\"\n            },\n            {\n                \"essid\": \"L02F_386EC634_A\"\n            },\n            {\n                \"essid\": \"L1GN204RW8\"\n            },\n            {\n                \"essid\": \"L590A 5103\"\n            },\n            {\n                \"essid\": \"L5Investment-2.4\"\n            },\n            {\n                \"essid\": \"Laanai’s iPhone\"\n            },\n            {\n                \"essid\": \"L Abel\"\n            },\n            {\n                \"essid\": \"LaBolta\"\n            },\n            {\n                \"essid\": \"labordegang\"\n            },\n            {\n                \"essid\": \"labrada\"\n            },\n            {\n                \"essid\": \"LabShuttle\"\n            },\n            {\n                \"essid\": \"La casa chida\"\n            },\n            {\n                \"essid\": \"La Casa Spicarella\"\n            },\n            {\n                \"essid\": \"LaceysEscalade\"\n            },\n            {\n                \"essid\": \"LAC_Guest_WiFi\"\n            },\n            {\n                \"essid\": \"LACHISMOSA 2.4-Guest\"\n            },\n            {\n                \"essid\": \"LachrymoseLamprey\"\n            },\n            {\n                \"essid\": \"LacistPanda\"\n            },\n            {\n                \"essid\": \"Ladycoco\"\n            },\n            {\n                \"essid\": \"Lady Flagler\"\n            },\n            {\n                \"essid\": \"ladykb\"\n            },\n            {\n                \"essid\": \"LADY MORRIS\"\n            },\n            {\n                \"essid\": \"ladypeters66\"\n            },\n            {\n                \"essid\": \"la fabrica de moneda y timbre\"\n            },\n            {\n                \"essid\": \"Lafamila\"\n            },\n            {\n                \"essid\": \"Lafamila \"\n            },\n            {\n                \"essid\": \"La famille d'Acadeau\"\n            },\n            {\n                \"essid\": \"Laflamechris\"\n            },\n            {\n                \"essid\": \"LaGamboa90\"\n            },\n            {\n                \"essid\": \"lahash\"\n            },\n            {\n                \"essid\": \"laikadog\"\n            },\n            {\n                \"essid\": \"laischa\"\n            },\n            {\n                \"essid\": \"lake2\"\n            },\n            {\n                \"essid\": \"Lake2\"\n            },\n            {\n                \"essid\": \"LAKELAND\"\n            },\n            {\n                \"essid\": \"LakesideShell\"\n            },\n            {\n                \"essid\": \"Lakeside-Wifi\"\n            },\n            {\n                \"essid\": \"LakeSnow-Guest\"\n            },\n            {\n                \"essid\": \"Lala\"\n            },\n            {\n                \"essid\": \"Lalford240\"\n            },\n            {\n                \"essid\": \"LalithaHome\"\n            },\n            {\n                \"essid\": \"lalithaKumar\"\n            },\n            {\n                \"essid\": \"Lalo’s iPhone\"\n            },\n            {\n                \"essid\": \"La Madeleine Guest\"\n            },\n            {\n                \"essid\": \"lamar08\"\n            },\n            {\n                \"essid\": \"Lamarre Family Guest\"\n            },\n            {\n                \"essid\": \"LamarsWifi\"\n            },\n            {\n                \"essid\": \"LAMBF250\"\n            },\n            {\n                \"essid\": \"Lambs Canyon\"\n            },\n            {\n                \"essid\": \"Lamees_Ext\"\n            },\n            {\n                \"essid\": \"LamMDGuest\"\n            },\n            {\n                \"essid\": \"LamMDGuests\"\n            },\n            {\n                \"essid\": \"LamMDTem\"\n            },\n            {\n                \"essid\": \"lamond737\"\n            },\n            {\n                \"essid\": \"LAMTHUYEN\"\n            },\n            {\n                \"essid\": \"Lancaster46\"\n            },\n            {\n                \"essid\": \"Landers0122\"\n            },\n            {\n                \"essid\": \"Landofs\"\n            },\n            {\n                \"essid\": \"landonscar\"\n            },\n            {\n                \"essid\": \"Landstar\"\n            },\n            {\n                \"essid\": \"Laniakea\"\n            },\n            {\n                \"essid\": \"Laniakea2\"\n            },\n            {\n                \"essid\": \"Laniakea-dark\"\n            },\n            {\n                \"essid\": \"Lanier-Office\"\n            },\n            {\n                \"essid\": \"Lani's Network\"\n            },\n            {\n                \"essid\": \"LAN Milk&Honey\"\n            },\n            {\n                \"essid\": \"LAN of the Lost\"\n            },\n            {\n                \"essid\": \"LAPTOP-UI87CH3L 6010\"\n            },\n            {\n                \"essid\": \"LaQuinta\"\n            },\n            {\n                \"essid\": \"Lara Silverado\"\n            },\n            {\n                \"essid\": \"LaRays-2G\"\n            },\n            {\n                \"essid\": \"LardenWiFi-guest\"\n            },\n            {\n                \"essid\": \"Lari Cruze\"\n            },\n            {\n                \"essid\": \"larissa Porto\"\n            },\n            {\n                \"essid\": \"Larknet\"\n            },\n            {\n                \"essid\": \"LarkPestControl\"\n            },\n            {\n                \"essid\": \"Larros\"\n            },\n            {\n                \"essid\": \"LarryBsHero3\"\n            },\n            {\n                \"essid\": \"LarryCEO\"\n            },\n            {\n                \"essid\": \"Larrys Malibu\"\n            },\n            {\n                \"essid\": \"Larrys Truck\"\n            },\n            {\n                \"essid\": \"Larsencuevas\"\n            },\n            {\n                \"essid\": \"Larson Silverado\"\n            },\n            {\n                \"essid\": \"LasMonarcas-Guest\"\n            },\n            {\n                \"essid\": \"LASTOG\"\n            },\n            {\n                \"essid\": \"Last Stop\"\n            },\n            {\n                \"essid\": \"LATICRETE-GUEST\"\n            },\n            {\n                \"essid\": \"LATICRETE-INTL\"\n            },\n            {\n                \"essid\": \"LatinLive\"\n            },\n            {\n                \"essid\": \"Latin Malibu\"\n            },\n            {\n                \"essid\": \"laura\"\n            },\n            {\n                \"essid\": \"Laura \"\n            },\n            {\n                \"essid\": \"Laura\\\\342\\\\200\\\\231s iPhone\"\n            },\n            {\n                \"essid\": \"Laura\\\\342\\\\200\\\\231s iphone \\\\360\\\\237\\\\221\\\\270\\\\360\\\\237\\\\217\\\\273\"\n            },\n            {\n                \"essid\": \"laurab\"\n            },\n            {\n                \"essid\": \"LAURABKAHN\"\n            },\n            {\n                \"essid\": \"LauraHotspot\"\n            },\n            {\n                \"essid\": \"Laura's iPhone\"\n            },\n            {\n                \"essid\": \"Laura's Phone HotSpot Wifi\"\n            },\n            {\n                \"essid\": \"lauras terrain\"\n            },\n            {\n                \"essid\": \"laurels tahoe\"\n            },\n            {\n                \"essid\": \"Lauren2\"\n            },\n            {\n                \"essid\": \"Laurens Bolt\"\n            },\n            {\n                \"essid\": \"Laurens Hotspot\"\n            },\n            {\n                \"essid\": \"laurie\"\n            },\n            {\n                \"essid\": \"Laurieh10\"\n            },\n            {\n                \"essid\": \"Lauwifi\"\n            },\n            {\n                \"essid\": \"la verga \"\n            },\n            {\n                \"essid\": \"LavernesCadillac\"\n            },\n            {\n                \"essid\": \"LavistaInn\"\n            },\n            {\n                \"essid\": \"LaVonda’s iPhone\"\n            },\n            {\n                \"essid\": \"Lavu\"\n            },\n            {\n                \"essid\": \"Law\"\n            },\n            {\n                \"essid\": \"lawguest\"\n            },\n            {\n                \"essid\": \"LawMain1\"\n            },\n            {\n                \"essid\": \"lawnie\"\n            },\n            {\n                \"essid\": \"Law Office Of Shevon Thomas\"\n            },\n            {\n                \"essid\": \"Lawrence30\"\n            },\n            {\n                \"essid\": \"Lawson\"\n            },\n            {\n                \"essid\": \"lawswifi\"\n            },\n            {\n                \"essid\": \"_LAX Free WiFi\"\n            },\n            {\n                \"essid\": \"Laxman Wifi\"\n            },\n            {\n                \"essid\": \"LA-XPERIA\"\n            },\n            {\n                \"essid\": \"Layer of Alexis\"\n            },\n            {\n                \"essid\": \"Layla\\\\342\\\\200\\\\231s iPhone\"\n            },\n            {\n                \"essid\": \"LAYLA-NET\"\n            },\n            {\n                \"essid\": \"Lays\"\n            },\n            {\n                \"essid\": \"lazeedazee\"\n            },\n            {\n                \"essid\": \"Lazzaro\"\n            },\n            {\n                \"essid\": \"LBAP1987\"\n            },\n            {\n                \"essid\": \"LBartsch\"\n            },\n            {\n                \"essid\": \"LBE-5AC-Gen2:F09FC2BC9E5F\"\n            },\n            {\n                \"essid\": \"LBFNETGEAR24\"\n            },\n            {\n                \"essid\": \"Lbhldelf4\"\n            },\n            {\n                \"essid\": \"LB_LIS_1070\"\n            },\n            {\n                \"essid\": \"LB_LIS_1208\"\n            },\n            {\n                \"essid\": \"LBNLBUS\"\n            },\n            {\n                \"essid\": \"Lbs#\"\n            },\n            {\n                \"essid\": \"Lbuilder\"\n            },\n            {\n                \"essid\": \"LCA-Galleria\"\n            },\n            {\n                \"essid\": \"LCAtlanta\"\n            },\n            {\n                \"essid\": \"LC-Guest\"\n            },\n            {\n                \"essid\": \"LCI-IT 00299\"\n            },\n            {\n                \"essid\": \"LCM1\"\n            },\n            {\n                \"essid\": \"LCRIQ-f8-dc-7a-27-61-bc\"\n            },\n            {\n                \"essid\": \"LCRIQ-f8-dc-7a-27-62-4b\"\n            },\n            {\n                \"essid\": \"LDCHALEM\"\n            },\n            {\n                \"essid\": \"LDC_SAP_LENOVO-61\"\n            },\n            {\n                \"essid\": \"LDC_SAP_Lenovo-PC\"\n            },\n            {\n                \"essid\": \"LDC_SAP_TCraig\"\n            },\n            {\n                \"essid\": \"ldft10\"\n            },\n            {\n                \"essid\": \"LDiaco\"\n            },\n            {\n                \"essid\": \"LDJN9\"\n            },\n            {\n                \"essid\": \"ldsandell\"\n            },\n            {\n                \"essid\": \"ldweiler\"\n            },\n            {\n                \"essid\": \"LE4-015418\"\n            },\n            {\n                \"essid\": \"LE4-020555\"\n            },\n            {\n                \"essid\": \"LeadLion\"\n            },\n            {\n                \"essid\": \"Leals Impala\"\n            },\n            {\n                \"essid\": \"leanacruze\"\n            },\n            {\n                \"essid\": \"leandro\"\n            },\n            {\n                \"essid\": \"LearnZillion-8073\"\n            },\n            {\n                \"essid\": \"leasee\"\n            },\n            {\n                \"essid\": \"LED26\"\n            },\n            {\n                \"essid\": \"Leda CA Phone\"\n            },\n            {\n                \"essid\": \"Ledesma\"\n            },\n            {\n                \"essid\": \"LEDnet08340\"\n            },\n            {\n                \"essid\": \"LEDnet083408\"\n            },\n            {\n                \"essid\": \"LEDnet31323C\"\n            },\n            {\n                \"essid\": \"LEDnetA0B218\"\n            },\n            {\n                \"essid\": \"LEDnetACCF234305B8\"\n            },\n            {\n                \"essid\": \"LEDnetC12391\"\n            },\n            {\n                \"essid\": \"LEDnetCE43F1\"\n            },\n            {\n                \"essid\": \"LEDnetF75C31\"\n            },\n            {\n                \"essid\": \"LED-SHOCK\"\n            },\n            {\n                \"essid\": \"LEDSIGN\"\n            },\n            {\n                \"essid\": \"Lee Chiro\"\n            },\n            {\n                \"essid\": \"Leekelly\"\n            },\n            {\n                \"essid\": \"LeeMo\"\n            },\n            {\n                \"essid\": \"Leesalas\"\n            },\n            {\n                \"essid\": \"leezerspot\"\n            },\n            {\n                \"essid\": \"LEFOR 87\"\n            },\n            {\n                \"essid\": \"LeftCoast415\"\n            },\n            {\n                \"essid\": \"Legacy\"\n            },\n            {\n                \"essid\": \"LegacyMobile\"\n            },\n            {\n                \"essid\": \"leif\"\n            },\n            {\n                \"essid\": \"Leila Chevy\"\n            },\n            {\n                \"essid\": \"LeiTasika\"\n            },\n            {\n                \"essid\": \"lele123\"\n            },\n            {\n                \"essid\": \"lemons_dental_guest\"\n            },\n            {\n                \"essid\": \"Lemon Tahoe\"\n            },\n            {\n                \"essid\": \"Lena Dietolle\"\n            },\n            {\n                \"essid\": \"lenas wifi\"\n            },\n            {\n                \"essid\": \"len blue\"\n            },\n            {\n                \"essid\": \"LendleaseGuest\"\n            },\n            {\n                \"essid\": \"lenii\"\n            },\n            {\n                \"essid\": \"Lenora Tahoe\"\n            },\n            {\n                \"essid\": \"Lenox1\"\n            },\n            {\n                \"essid\": \"Lenrick\\\\342\\\\200\\\\231s iPhone\"\n            },\n            {\n                \"essid\": \"lenselnet2\"\n            },\n            {\n                \"essid\": \"Len's iPhone 7\"\n            },\n            {\n                \"essid\": \"leo\"\n            },\n            {\n                \"essid\": \"Leobas’s iPhone\"\n            },\n            {\n                \"essid\": \"Leon\"\n            },\n            {\n                \"essid\": \"Leon112\"\n            },\n            {\n                \"essid\": \"Leonard\"\n            },\n            {\n                \"essid\": \"leonardo\"\n            },\n            {\n                \"essid\": \"Leon Escalade\"\n            },\n            {\n                \"essid\": \"Leontyne\"\n            },\n            {\n                \"essid\": \"Leo’s iPhone\"\n            },\n            {\n                \"essid\": \"Leosnest\"\n            },\n            {\n                \"essid\": \"leotruck\"\n            },\n            {\n                \"essid\": \"Leroys\"\n            },\n            {\n                \"essid\": \"LesChampignons\"\n            },\n            {\n                \"essid\": \"LesChampignons2\"\n            },\n            {\n                \"essid\": \"Lesjan\"\n            },\n            {\n                \"essid\": \"Lesko\"\n            },\n            {\n                \"essid\": \"Lesley’s iPhone\"\n            },\n            {\n                \"essid\": \"Leslie Clark's iPad\"\n            },\n            {\n                \"essid\": \"LesliesTruck\"\n            },\n            {\n                \"essid\": \"Leslie wifi\"\n            },\n            {\n                \"essid\": \"LeStore\"\n            },\n            {\n                \"essid\": \"Les Yelibis\"\n            },\n            {\n                \"essid\": \"LetsRide\"\n            },\n            {\n                \"essid\": \"letty123\"\n            },\n            {\n                \"essid\": \"Leveled\"\n            },\n            {\n                \"essid\": \"Levine Chevy Bolt\"\n            },\n            {\n                \"essid\": \"Levin-Guest\"\n            },\n            {\n                \"essid\": \"Levin-WLAN\"\n            },\n            {\n                \"essid\": \"Levitch Vehicle Hot Spot\"\n            },\n            {\n                \"essid\": \"levray\"\n            },\n            {\n                \"essid\": \"Levs iPhone\"\n            },\n            {\n                \"essid\": \"Levy hotspot\"\n            },\n            {\n                \"essid\": \"Lewis1\"\n            },\n            {\n                \"essid\": \"Lewis Bolt\"\n            },\n            {\n                \"essid\": \"Lewis Impala\"\n            },\n            {\n                \"essid\": \"Lewis WiFi\"\n            },\n            {\n                \"essid\": \"LEXUS LS_d996ca3074d7\"\n            },\n            {\n                \"essid\": \"LEXUS NX_267660D14491\"\n            },\n            {\n                \"essid\": \"LEXUS NX_2F68008C8C45\"\n            },\n            {\n                \"essid\": \"LEXUS NX_3acdcab374d7\"\n            },\n            {\n                \"essid\": \"LEXUS NX_41eaca3074d7\"\n            },\n            {\n                \"essid\": \"LEXUS NX_4B650A5958D5\"\n            },\n            {\n                \"essid\": \"LEXUS NX_5132ca6b74d7\"\n            },\n            {\n                \"essid\": \"LEXUS NX_8e0dcaf474d7\"\n            },\n            {\n                \"essid\": \"LEXUS NX_9FF0CA6DDCEF\"\n            },\n            {\n                \"essid\": \"LEXUS NX_a155cadf74d7\"\n            },\n            {\n                \"essid\": \"LEXUS NX_ed0dcacd74d7\"\n            },\n            {\n                \"essid\": \"LEXUS NX_ff0fcab174d7\"\n            },\n            {\n                \"essid\": \"Lexus RX350\"\n            },\n            {\n                \"essid\": \"LEXUS RX_9307cab474d7\"\n            },\n            {\n                \"essid\": \"LEXUS RX_c7b7cacc74d7\"\n            },\n            {\n                \"essid\": \"LEXUS UX_26FE0A3C58D5\"\n            },\n            {\n                \"essid\": \"LEXUS UX_A6B07996CCC0\"\n            },\n            {\n                \"essid\": \"LEXUS UX_d4afca4d74d7\"\n            },\n            {\n                \"essid\": \"Leyden Car\"\n            },\n            {\n                \"essid\": \"lfmevbolt\"\n            },\n            {\n                \"essid\": \"LFS-AUTO\"\n            },\n            {\n                \"essid\": \"LFS-CORP\"\n            },\n            {\n                \"essid\": \"LFWIFI\"\n            },\n            {\n                \"essid\": \"LG\"\n            },\n            {\n                \"essid\": \"LG Aristo \"\n            },\n            {\n                \"essid\": \"LG Aristo 0224\"\n            },\n            {\n                \"essid\": \"LG Aristo 0263\"\n            },\n            {\n                \"essid\": \"LG Aristo 0757\"\n            },\n            {\n                \"essid\": \"LG Aristo 1046\"\n            },\n            {\n                \"essid\": \"LG Aristo 1490\"\n            },\n            {\n                \"essid\": \"LG Aristo 1931\"\n            },\n            {\n                \"essid\": \"LG Aristo 1964\"\n            },\n            {\n                \"essid\": \"LG Aristo 2 0145\"\n            },\n            {\n                \"essid\": \"LG Aristo 2 0238\"\n            },\n            {\n                \"essid\": \"LG Aristo 2 0797\"\n            },\n            {\n                \"essid\": \"LG Aristo 2 1258\"\n            },\n            {\n                \"essid\": \"LG Aristo 2 1553\"\n            },\n            {\n                \"essid\": \"LG Aristo 2 1641\"\n            },\n            {\n                \"essid\": \"LG Aristo 2 2069\"\n            },\n            {\n                \"essid\": \"LG Aristo 2 2092\"\n            },\n            {\n                \"essid\": \"LG Aristo 2 2172\"\n            },\n            {\n                \"essid\": \"LG Aristo 2 2191\"\n            },\n            {\n                \"essid\": \"LG Aristo 2 2203 \"\n            },\n            {\n                \"essid\": \"LG Aristo 2 2303\"\n            },\n            {\n                \"essid\": \"LG Aristo 2 2616\"\n            },\n            {\n                \"essid\": \"LG Aristo 2 2782\"\n            },\n            {\n                \"essid\": \"LG Aristo 2 2788\"\n            },\n            {\n                \"essid\": \"LG Aristo 2293\"\n            },\n            {\n                \"essid\": \"LG Aristo 2 3262\"\n            },\n            {\n                \"essid\": \"LG Aristo 2 3636\"\n            },\n            {\n                \"essid\": \"LG Aristo 2 3802\"\n            },\n            {\n                \"essid\": \"LG Aristo 2 3851\"\n            },\n            {\n                \"essid\": \"LG Aristo 2 3899\"\n            },\n            {\n                \"essid\": \"LG Aristo 2 3914\"\n            },\n            {\n                \"essid\": \"LG Aristo 2 4004\"\n            },\n            {\n                \"essid\": \"LG Aristo 2 4039\"\n            },\n            {\n                \"essid\": \"LG Aristo 2 43160\"\n            },\n            {\n                \"essid\": \"LG Aristo 2 4641\"\n            },\n            {\n                \"essid\": \"LG Aristo 2 4976\"\n            },\n            {\n                \"essid\": \"LG Aristo 2 52929\"\n            },\n            {\n                \"essid\": \"LG Aristo 2 5354\"\n            },\n            {\n                \"essid\": \"LG Aristo 2 5477\"\n            },\n            {\n                \"essid\": \"LG Aristo 2 5524\"\n            },\n            {\n                \"essid\": \"LG Aristo 2 5618\"\n            },\n            {\n                \"essid\": \"LG Aristo 2 5725\"\n            },\n            {\n                \"essid\": \"LG Aristo 2 6827\"\n            },\n            {\n                \"essid\": \"LG Aristo 2 7174\"\n            },\n            {\n                \"essid\": \"LG Aristo 2 7203\"\n            },\n            {\n                \"essid\": \"LG Aristo 2 7270\"\n            },\n            {\n                \"essid\": \"LG Aristo 2 7830\"\n            },\n            {\n                \"essid\": \"LG Aristo 2 7942\"\n            },\n            {\n                \"essid\": \"LG Aristo 2 8301\"\n            },\n            {\n                \"essid\": \"LG Aristo 2 8364\"\n            },\n            {\n                \"essid\": \"LG Aristo 2 8418\"\n            },\n            {\n                \"essid\": \"LG Aristo 2 8478\"\n            },\n            {\n                \"essid\": \"LG Aristo 2 8686\"\n            },\n            {\n                \"essid\": \"LG Aristo 2873\"\n            },\n            {\n                \"essid\": \"LG Aristo 2 8968\"\n            },\n            {\n                \"essid\": \"LG Aristo 2 8994\"\n            },\n            {\n                \"essid\": \"LG Aristo 2909\"\n            },\n            {\n                \"essid\": \"LG Aristo 2 9172\"\n            },\n            {\n                \"essid\": \"LG Aristo 293\"\n            },\n            {\n                \"essid\": \"LG Aristo 2 9363\"\n            },\n            {\n                \"essid\": \"LG Aristo 2 9445\"\n            },\n            {\n                \"essid\": \"LG Aristo 2 9449\"\n            },\n            {\n                \"essid\": \"LG Aristo 2 9454\"\n            },\n            {\n                \"essid\": \"LG Aristo 2 9635\"\n            },\n            {\n                \"essid\": \"LG Aristo 2 9656\"\n            },\n            {\n                \"essid\": \"LG Aristo 2 PLUS 1808\"\n            },\n            {\n                \"essid\": \"LG Aristo 2 PLUS 3622\"\n            },\n            {\n                \"essid\": \"LG Aristo 2 PLUS 5570\"\n            },\n            {\n                \"essid\": \"LG Aristo 2 PLUS 6176\"\n            },\n            {\n                \"essid\": \"LG Aristo 2 PLUS 6499\"\n            },\n            {\n                \"essid\": \"LG Aristo 2 PLUS 8417\"\n            },\n            {\n                \"essid\": \"LG Aristo 2 PLUS 9165\"\n            },\n            {\n                \"essid\": \"LG Aristo 2 PLUS 9497\"\n            },\n            {\n                \"essid\": \"LG Aristo 3 0127\"\n            },\n            {\n                \"essid\": \"LG Aristo 3+ 0451\"\n            },\n            {\n                \"essid\": \"LG Aristo 3 0466\"\n            },\n            {\n                \"essid\": \"LG Aristo 3 0580\"\n            },\n            {\n                \"essid\": \"LG Aristo 3 1026\"\n            },\n            {\n                \"essid\": \"LG Aristo 3+ 1220\"\n            },\n            {\n                \"essid\": \"LG Aristo 3 1276\"\n            },\n            {\n                \"essid\": \"LG Aristo 3 2139\"\n            },\n            {\n                \"essid\": \"LG Aristo 3 2280\"\n            },\n            {\n                \"essid\": \"LG Aristo 3+ 2818\"\n            },\n            {\n                \"essid\": \"LG Aristo 3+ 3105\"\n            },\n            {\n                \"essid\": \"LG Aristo 3 3236\"\n            },\n            {\n                \"essid\": \"LG Aristo 3 3606\"\n            },\n            {\n                \"essid\": \"LG Aristo 3 3615\"\n            },\n            {\n                \"essid\": \"LG Aristo 3+ 3816\"\n            },\n            {\n                \"essid\": \"LG Aristo 3 4353\"\n            },\n            {\n                \"essid\": \"LG Aristo 3 5038\"\n            },\n            {\n                \"essid\": \"LG Aristo 3 5126\"\n            },\n            {\n                \"essid\": \"LG Aristo 3 5174\"\n            },\n            {\n                \"essid\": \"LG Aristo 3+ 5474\"\n            },\n            {\n                \"essid\": \"LG Aristo 3+ 5803\"\n            },\n            {\n                \"essid\": \"LG Aristo 3 5892\"\n            },\n            {\n                \"essid\": \"LG Aristo 3+ 5971\"\n            },\n            {\n                \"essid\": \"LG Aristo 3+ 6086\"\n            },\n            {\n                \"essid\": \"LG Aristo 3616\"\n            },\n            {\n                \"essid\": \"LG Aristo 3646\"\n            },\n            {\n                \"essid\": \"LG Aristo 3 6647\"\n            },\n            {\n                \"essid\": \"LG Aristo 3 6756\"\n            },\n            {\n                \"essid\": \"LG Aristo 3+ 7064\"\n            },\n            {\n                \"essid\": \"LG Aristo 3+ 7358\"\n            },\n            {\n                \"essid\": \"LG Aristo 3 7459\"\n            },\n            {\n                \"essid\": \"LG Aristo 3 7753\"\n            },\n            {\n                \"essid\": \"LG Aristo 3 8217\"\n            },\n            {\n                \"essid\": \"LG Aristo 3+ 8793\"\n            },\n            {\n                \"essid\": \"LG Aristo 3914\"\n            },\n            {\n                \"essid\": \"LG Aristo 3 9437\"\n            },\n            {\n                \"essid\": \"LG Aristo 3 9742\"\n            },\n            {\n                \"essid\": \"LG Aristo 4173\"\n            },\n            {\n                \"essid\": \"LG Aristo 4709\"\n            },\n            {\n                \"essid\": \"LG Aristo 5181\"\n            },\n            {\n                \"essid\": \"LG Aristo 5286\"\n            },\n            {\n                \"essid\": \"LG Aristo 5506\"\n            },\n            {\n                \"essid\": \"LG Aristo 5683k\"\n            },\n            {\n                \"essid\": \"LG Aristo 6211\"\n            },\n            {\n                \"essid\": \"LG Aristo 6261\"\n            },\n            {\n                \"essid\": \"LG Aristo 6850\"\n            },\n            {\n                \"essid\": \"LG Aristo 7167\"\n            },\n            {\n                \"essid\": \"LG Aristo 7314\"\n            },\n            {\n                \"essid\": \"LG Aristo 7337\"\n            },\n            {\n                \"essid\": \"LG Aristo 7734\"\n            },\n            {\n                \"essid\": \"LG Aristo 7896\"\n            },\n            {\n                \"essid\": \"LG Aristo 8122\"\n            },\n            {\n                \"essid\": \"LG Aristo 8370\"\n            },\n            {\n                \"essid\": \"LG Aristo 8959\"\n            },\n            {\n                \"essid\": \"LG Aristo 91279\"\n            },\n            {\n                \"essid\": \"LG Aristo 9143arc\"\n            },\n            {\n                \"essid\": \"LG Aristo 9870\"\n            },\n            {\n                \"essid\": \"LG Aristo 9913\"\n            },\n            {\n                \"essid\": \"LG Aristo 9963\"\n            },\n            {\n                \"essid\": \"LGbitch\"\n            },\n            {\n                \"essid\": \"LG-D415 9338\"\n            },\n            {\n                \"essid\": \"LG-D500_1131\"\n            },\n            {\n                \"essid\": \"LGE_AC2_c4d5\"\n            },\n            {\n                \"essid\": \"LGE_MV-90-09-59\"\n            },\n            {\n                \"essid\": \"LG filipe\"\n            },\n            {\n                \"essid\": \"lg g\"\n            },\n            {\n                \"essid\": \"LG G Pad F2 8.0_1617\"\n            },\n            {\n                \"essid\": \"LG G Pad F2 8.0_7194\"\n            },\n            {\n                \"essid\": \"LG G Pad X2 8.0 PLUS 9593\"\n            },\n            {\n                \"essid\": \"LG G Stylo 0911\"\n            },\n            {\n                \"essid\": \"LG G Stylo 1126\"\n            },\n            {\n                \"essid\": \"LG K10 0599\"\n            },\n            {\n                \"essid\": \"LG K10 0804\"\n            },\n            {\n                \"essid\": \"LG K10 2258\"\n            },\n            {\n                \"essid\": \"LG K10 3225\"\n            },\n            {\n                \"essid\": \"LG K10 6268\"\n            },\n            {\n                \"essid\": \"LG K10 7326\"\n            },\n            {\n                \"essid\": \"LG K10 8999\"\n            },\n            {\n                \"essid\": \"LG K10 9394\"\n            },\n            {\n                \"essid\": \"LG K10_eb4a\"\n            },\n            {\n                \"essid\": \"LG K10 (NOVO)_2181\"\n            },\n            {\n                \"essid\": \"LG K20 PLUS 0017\"\n            },\n            {\n                \"essid\": \"LG K20 PLUS 0096\"\n            },\n            {\n                \"essid\": \"LG K20 PLUS 0161\"\n            },\n            {\n                \"essid\": \"LG K20 PLUS 0231\"\n            },\n            {\n                \"essid\": \"LG K20 PLUS 0336\"\n            },\n            {\n                \"essid\": \"LG K20 PLUS 1767\"\n            },\n            {\n                \"essid\": \"LG K20 PLUS 2090\"\n            },\n            {\n                \"essid\": \"LG K20 PLUS 2695\"\n            },\n            {\n                \"essid\": \"LG K20 PLUS 2749\"\n            },\n            {\n                \"essid\": \"LG K20 PLUS 3116\"\n            },\n            {\n                \"essid\": \"LG K20 PLUS 3915\"\n            },\n            {\n                \"essid\": \"LG K20 PLUS 4013\"\n            },\n            {\n                \"essid\": \"LG K20 PLUS 4050\"\n            },\n            {\n                \"essid\": \"LG K20 PLUS 4426\"\n            },\n            {\n                \"essid\": \"LG K20 PLUS 4662\"\n            },\n            {\n                \"essid\": \"LG K20 PLUS 5119\"\n            },\n            {\n                \"essid\": \"LG K20 PLUS 5391\"\n            },\n            {\n                \"essid\": \"LG K20 PLUS 5511\"\n            },\n            {\n                \"essid\": \"LG K20 PLUS 5763\"\n            },\n            {\n                \"essid\": \"LG K20 PLUS 5813\"\n            },\n            {\n                \"essid\": \"LG K20 PLUS 6823\"\n            },\n            {\n                \"essid\": \"LG K20 PLUS 7294\"\n            },\n            {\n                \"essid\": \"LG K20 PLUS 7299\"\n            },\n            {\n                \"essid\": \"LG K20 PLUS 7354\"\n            },\n            {\n                \"essid\": \"LG K20 PLUS 7587\"\n            },\n            {\n                \"essid\": \"LG K20 PLUS 7927\"\n            },\n            {\n                \"essid\": \"LG K20 PLUS 79728\"\n            },\n            {\n                \"essid\": \"LG K20 PLUS 8103\"\n            },\n            {\n                \"essid\": \"LG K20 PLUS 8118\"\n            },\n            {\n                \"essid\": \"LG K20 PLUS 8191\"\n            },\n            {\n                \"essid\": \"LG K20 PLUS 8336\"\n            },\n            {\n                \"essid\": \"LG K20 PLUS 8382\"\n            },\n            {\n                \"essid\": \"LG K20 PLUS 8407\"\n            },\n            {\n                \"essid\": \"LG K20 PLUS 8524\"\n            },\n            {\n                \"essid\": \"LG K20 PLUS 8778\"\n            },\n            {\n                \"essid\": \"LG K20 PLUS 9062\"\n            },\n            {\n                \"essid\": \"LG K20 PLUS 9345\"\n            },\n            {\n                \"essid\": \"LG K30 0021\"\n            },\n            {\n                \"essid\": \"LG K30 0055\"\n            },\n            {\n                \"essid\": \"LG K30 0531\"\n            },\n            {\n                \"essid\": \"LG K30 0804\"\n            },\n            {\n                \"essid\": \"LG K30 1148\"\n            },\n            {\n                \"essid\": \"LG K30 1463\"\n            },\n            {\n                \"essid\": \"LG K30 1660\"\n            },\n            {\n                \"essid\": \"LG K30 2836\"\n            },\n            {\n                \"essid\": \"LG K30 3504\"\n            },\n            {\n                \"essid\": \"LG K30 3504 \"\n            },\n            {\n                \"essid\": \"LG K30 3680\"\n            },\n            {\n                \"essid\": \"LG K30 4007\"\n            },\n            {\n                \"essid\": \"LG K30 4147\"\n            },\n            {\n                \"essid\": \"LG K30 4507\"\n            },\n            {\n                \"essid\": \"LG K30 4985\"\n            },\n            {\n                \"essid\": \"LG K30 5087\"\n            },\n            {\n                \"essid\": \"LG K30 5319\"\n            },\n            {\n                \"essid\": \"LG K30 5347\"\n            },\n            {\n                \"essid\": \"LG K30 5608\"\n            },\n            {\n                \"essid\": \"LG K30 5840\"\n            },\n            {\n                \"essid\": \"LG K30 5843\"\n            },\n            {\n                \"essid\": \"LG K30 6155\"\n            },\n            {\n                \"essid\": \"LG K30 7609\"\n            },\n            {\n                \"essid\": \"LG K30 7823\"\n            },\n            {\n                \"essid\": \"LG K30 7980\"\n            },\n            {\n                \"essid\": \"LG K30 8207\"\n            },\n            {\n                \"essid\": \"LG K30 8211\"\n            },\n            {\n                \"essid\": \"LG K30 8370\"\n            },\n            {\n                \"essid\": \"LG K30_9027\"\n            },\n            {\n                \"essid\": \"LG K30 9032\"\n            },\n            {\n                \"essid\": \"LG K30 9518\"\n            },\n            {\n                \"essid\": \"LG K30 9972 Name\"\n            },\n            {\n                \"essid\": \"LG K30_ac6c\"\n            },\n            {\n                \"essid\": \"LG K30 sandey\"\n            },\n            {\n                \"essid\": \"LG K40 0326\"\n            },\n            {\n                \"essid\": \"LG K40 0637\"\n            },\n            {\n                \"essid\": \"LG K40 0978\"\n            },\n            {\n                \"essid\": \"LG K40 1202\"\n            },\n            {\n                \"essid\": \"LG K40 13819\"\n            },\n            {\n                \"essid\": \"LG K40 1751\"\n            },\n            {\n                \"essid\": \"LG K40 1941\"\n            },\n            {\n                \"essid\": \"LG K40 2003\"\n            },\n            {\n                \"essid\": \"LG K40 2031\"\n            },\n            {\n                \"essid\": \"LG K40 3017\"\n            },\n            {\n                \"essid\": \"LG K40 3271\"\n            },\n            {\n                \"essid\": \"LG K40 3389\"\n            },\n            {\n                \"essid\": \"LG K40 3736\"\n            },\n            {\n                \"essid\": \"LG K40 4240\"\n            },\n            {\n                \"essid\": \"LG K40 4402\"\n            },\n            {\n                \"essid\": \"LG K40 4650\"\n            },\n            {\n                \"essid\": \"LG K40 4835\"\n            },\n            {\n                \"essid\": \"LG K40 5074\"\n            },\n            {\n                \"essid\": \"LG K40 5185\"\n            },\n            {\n                \"essid\": \"LG K40 5251\"\n            },\n            {\n                \"essid\": \"LG K40 5598\"\n            },\n            {\n                \"essid\": \"LG K40 5613\"\n            },\n            {\n                \"essid\": \"LG K40 6088\"\n            },\n            {\n                \"essid\": \"LG K40 6134\"\n            },\n            {\n                \"essid\": \"LG K40 6339\"\n            },\n            {\n                \"essid\": \"LG K40 6477\"\n            },\n            {\n                \"essid\": \"LG K40 6560\"\n            },\n            {\n                \"essid\": \"LG K40 6598\"\n            },\n            {\n                \"essid\": \"LG K40 7251hi\"\n            },\n            {\n                \"essid\": \"LG K40 7384\"\n            },\n            {\n                \"essid\": \"LG K40 7667\"\n            },\n            {\n                \"essid\": \"LG K40 7956\"\n            },\n            {\n                \"essid\": \"LG K40 8812\"\n            },\n            {\n                \"essid\": \"LG K40 8987\"\n            },\n            {\n                \"essid\": \"LG K40 9464\"\n            },\n            {\n                \"essid\": \"LG K8(2018)_2235\"\n            },\n            {\n                \"essid\": \"LGL158VL_7765\"\n            },\n            {\n                \"essid\": \"LG L322DL_3095\"\n            },\n            {\n                \"essid\": \"LG L355DL_6233\"\n            },\n            {\n                \"essid\": \"LGL64VL_9408\"\n            },\n            {\n                \"essid\": \"LG Leon LTE 8206\"\n            },\n            {\n                \"essid\": \"LGMP260\"\n            },\n            {\n                \"essid\": \"LGMS323 3566\"\n            },\n            {\n                \"essid\": \"lg-p\"\n            },\n            {\n                \"essid\": \"LGPOOH\"\n            },\n            {\n                \"essid\": \"LG Q7+ 1232\"\n            },\n            {\n                \"essid\": \"LG Q7+ 2184\"\n            },\n            {\n                \"essid\": \"LG Q7+ 2289\"\n            },\n            {\n                \"essid\": \"LG Q7+ 5138\"\n            },\n            {\n                \"essid\": \"LG Q7+ 6144\"\n            },\n            {\n                \"essid\": \"LG Q7+ 6146\"\n            },\n            {\n                \"essid\": \"LG Q7+ 9418\"\n            },\n            {\n                \"essid\": \"LG Q7+ 9833\"\n            },\n            {\n                \"essid\": \"LG Q7+ 9892\"\n            },\n            {\n                \"essid\": \"LGs4\"\n            },\n            {\n                \"essid\": \"LG Stylo 2 Plus 0552\"\n            },\n            {\n                \"essid\": \"LG Stylo 2 Plus 0927\"\n            },\n            {\n                \"essid\": \"LG Stylo 2 Plus 176\"\n            },\n            {\n                \"essid\": \"LG Stylo 2 Plus 3374\"\n            },\n            {\n                \"essid\": \"LG Stylo 2 Plus 7286\"\n            },\n            {\n                \"essid\": \"LG Stylo 3_2520\"\n            },\n            {\n                \"essid\": \"LG Stylo 3_9211\"\n            },\n            {\n                \"essid\": \"LG Stylo 3 Plus 0378\"\n            },\n            {\n                \"essid\": \"LG Stylo 3 Plus 0453\"\n            },\n            {\n                \"essid\": \"LG Stylo 3 Plus 1334.\"\n            },\n            {\n                \"essid\": \"LG Stylo 3 Plus 1452\"\n            },\n            {\n                \"essid\": \"LG Stylo 3 Plus 1736\"\n            },\n            {\n                \"essid\": \"LG Stylo 3 Plus 2273\"\n            },\n            {\n                \"essid\": \"LG Stylo 3 Plus 2922\"\n            },\n            {\n                \"essid\": \"LG Stylo 3 Plus 2999\"\n            },\n            {\n                \"essid\": \"LG Stylo 3 Plus 3342\"\n            },\n            {\n                \"essid\": \"LG Stylo 3 Plus 3849\"\n            },\n            {\n                \"essid\": \"LG Stylo 3 Plus 4163 wpa2 psk\"\n            },\n            {\n                \"essid\": \"LG Stylo 3 Plus 4283\"\n            },\n            {\n                \"essid\": \"LG Stylo 3 Plus 4288\"\n            },\n            {\n                \"essid\": \"LG Stylo 3 Plus 4356\"\n            },\n            {\n                \"essid\": \"LG Stylo 3 Plus 5194\"\n            },\n            {\n                \"essid\": \"LG Stylo 3 Plus 5544\"\n            },\n            {\n                \"essid\": \"LG Stylo 3 Plus 5584\"\n            },\n            {\n                \"essid\": \"LG Stylo 3 Plus 5925\"\n            },\n            {\n                \"essid\": \"LG Stylo 3 Plus 6156\"\n            },\n            {\n                \"essid\": \"LG Stylo 3 Plus 6402\"\n            },\n            {\n                \"essid\": \"LG Stylo 3 Plus 6817\"\n            },\n            {\n                \"essid\": \"LG Stylo 3 Plus 6832\"\n            },\n            {\n                \"essid\": \"LG Stylo 3 Plus 7171\"\n            },\n            {\n                \"essid\": \"LG Stylo 3 Plus 7183\"\n            },\n            {\n                \"essid\": \"LG Stylo 3 Plus 9043\"\n            },\n            {\n                \"essid\": \"LG Stylo 3 Plus 9124\"\n            },\n            {\n                \"essid\": \"LG Stylo 3 Plus 9471\"\n            },\n            {\n                \"essid\": \"LG Stylo 3 Plus 9719\"\n            },\n            {\n                \"essid\": \"LG Stylo 4\"\n            },\n            {\n                \"essid\": \"LG Stylo 4 0057\"\n            },\n            {\n                \"essid\": \"LG Stylo 4 0257\"\n            },\n            {\n                \"essid\": \"LG Stylo 4 0712\"\n            },\n            {\n                \"essid\": \"LG Stylo 4 1090\"\n            },\n            {\n                \"essid\": \"LG Stylo 4 1428\"\n            },\n            {\n                \"essid\": \"LG Stylo 4 1566\"\n            },\n            {\n                \"essid\": \"LG Stylo 4 1812\"\n            },\n            {\n                \"essid\": \"LG Stylo4_1930\"\n            },\n            {\n                \"essid\": \"LG Stylo 4 1958. \"\n            },\n            {\n                \"essid\": \"LG Stylo 4 20368\"\n            },\n            {\n                \"essid\": \"LG Stylo 4 2266\"\n            },\n            {\n                \"essid\": \"LG Stylo 4 2459\"\n            },\n            {\n                \"essid\": \"LG Stylo 4 2547\"\n            },\n            {\n                \"essid\": \"LG Stylo 4 2704\"\n            },\n            {\n                \"essid\": \"LG Stylo 4 27399p\"\n            },\n            {\n                \"essid\": \"LG Stylo 4 2887\"\n            },\n            {\n                \"essid\": \"LG Stylo 4 2895\"\n            },\n            {\n                \"essid\": \"LG Stylo 4 2970\"\n            },\n            {\n                \"essid\": \"LG Stylo 4 3052\"\n            },\n            {\n                \"essid\": \"LG Stylo 4 3240\"\n            },\n            {\n                \"essid\": \"LG Stylo 4 3463\"\n            },\n            {\n                \"essid\": \"LG Stylo 4 3534\"\n            },\n            {\n                \"essid\": \"LG Stylo 4 3745\"\n            },\n            {\n                \"essid\": \"LG Stylo 4 3767\"\n            },\n            {\n                \"essid\": \"LG Stylo 4 3793\"\n            },\n            {\n                \"essid\": \"LG Stylo 4 3925\"\n            },\n            {\n                \"essid\": \"LG Stylo 4_4062\"\n            },\n            {\n                \"essid\": \"LG Stylo4_4271\"\n            },\n            {\n                \"essid\": \"LG Stylo 4 4434\"\n            },\n            {\n                \"essid\": \"LG Stylo 4 4675\"\n            },\n            {\n                \"essid\": \"LG Stylo 4 4678\"\n            },\n            {\n                \"essid\": \"LG Stylo 4 4778\"\n            },\n            {\n                \"essid\": \"LG Stylo 4 4948\"\n            },\n            {\n                \"essid\": \"LG Stylo 4 5639\"\n            },\n            {\n                \"essid\": \"LG Stylo 4 5662\"\n            },\n            {\n                \"essid\": \"LG Stylo 4 6068\"\n            },\n            {\n                \"essid\": \"LG Stylo 4 6123\"\n            },\n            {\n                \"essid\": \"LG Stylo 4 6140\"\n            },\n            {\n                \"essid\": \"LG Stylo 4 6716\"\n            },\n            {\n                \"essid\": \"LG Stylo 4 6730\"\n            },\n            {\n                \"essid\": \"LG Stylo 4 6882\"\n            },\n            {\n                \"essid\": \"LG Stylo4_7137\"\n            },\n            {\n                \"essid\": \"LG Stylo 4 7213\"\n            },\n            {\n                \"essid\": \"LG Stylo 4 7284\"\n            },\n            {\n                \"essid\": \"LG Stylo 4 7363\"\n            },\n            {\n                \"essid\": \"LG Stylo 4 7386\"\n            },\n            {\n                \"essid\": \"LG Stylo 4 7492\"\n            },\n            {\n                \"essid\": \"LG Stylo 4 7637\"\n            },\n            {\n                \"essid\": \"LG Stylo 4 7652\"\n            },\n            {\n                \"essid\": \"LG Stylo4_7653\"\n            },\n            {\n                \"essid\": \"LG Stylo 4_7934.    https://www.\"\n            },\n            {\n                \"essid\": \"LG Stylo 4 7972\"\n            },\n            {\n                \"essid\": \"LG Stylo 4 8112\"\n            },\n            {\n                \"essid\": \"LG Stylo 4 8165\"\n            },\n            {\n                \"essid\": \"LG Stylo4_8224\"\n            },\n            {\n                \"essid\": \"LG Stylo 4 8328\"\n            },\n            {\n                \"essid\": \"LG Stylo4_8364\"\n            },\n            {\n                \"essid\": \"LG Stylo 4 8379\"\n            },\n            {\n                \"essid\": \"LG Stylo 4 8592\"\n            },\n            {\n                \"essid\": \"LG Stylo 4 9045\"\n            },\n            {\n                \"essid\": \"LG Stylo 4 9081\"\n            },\n            {\n                \"essid\": \"LG Stylo 4 9165\"\n            },\n            {\n                \"essid\": \"LG Stylo 4 9315\"\n            },\n            {\n                \"essid\": \"LG Stylo 4 9327\"\n            },\n            {\n                \"essid\": \"LG Stylo 4 9354\"\n            },\n            {\n                \"essid\": \"LG Stylo 4 9368\"\n            },\n            {\n                \"essid\": \"LG Stylo 4 9674\"\n            },\n            {\n                \"essid\": \"LG Stylo 4 9991\"\n            },\n            {\n                \"essid\": \"LG Stylo 4_Sin-chi\"\n            },\n            {\n                \"essid\": \"LG Stylo 5 0129\"\n            },\n            {\n                \"essid\": \"LG Stylo 5 0900\"\n            },\n            {\n                \"essid\": \"LG Stylo 5 1155\"\n            },\n            {\n                \"essid\": \"LG Stylo 5 1485\"\n            },\n            {\n                \"essid\": \"LG Stylo 5 1863\"\n            },\n            {\n                \"essid\": \"LG Stylo 5 2415\"\n            },\n            {\n                \"essid\": \"LG Stylo 5_2584\"\n            },\n            {\n                \"essid\": \"LG Stylo 5_3223\"\n            },\n            {\n                \"essid\": \"LG Stylo 5 3551\"\n            },\n            {\n                \"essid\": \"LG Stylo 5 4097\"\n            },\n            {\n                \"essid\": \"LG Stylo 5_4144\"\n            },\n            {\n                \"essid\": \"LG Stylo 5_437.\"\n            },\n            {\n                \"essid\": \"LG Stylo 5 4443\"\n            },\n            {\n                \"essid\": \"LG Stylo 5 5063\"\n            },\n            {\n                \"essid\": \"LG Stylo 5 5184\"\n            },\n            {\n                \"essid\": \"LG Stylo 5_6262\"\n            },\n            {\n                \"essid\": \"LG Stylo 5 6906\"\n            },\n            {\n                \"essid\": \"LG Stylo 5 6977\"\n            },\n            {\n                \"essid\": \"LG Stylo 5 7265\"\n            },\n            {\n                \"essid\": \"LG Stylo 5 7278\"\n            },\n            {\n                \"essid\": \"LG Stylo 5 7368\"\n            },\n            {\n                \"essid\": \"LG Stylo 5 7975\"\n            },\n            {\n                \"essid\": \"LG Stylo 5 8963\"\n            },\n            {\n                \"essid\": \"LG Stylo 5 9525\"\n            },\n            {\n                \"essid\": \"LG Stylo 6\"\n            },\n            {\n                \"essid\": \"LG Stylo 6 0402\"\n            },\n            {\n                \"essid\": \"LG Stylo 6 1084\"\n            },\n            {\n                \"essid\": \"LG Stylo 6 1365\"\n            },\n            {\n                \"essid\": \"LG Stylo 6 3023\"\n            },\n            {\n                \"essid\": \"LG Stylo 6 4669\"\n            },\n            {\n                \"essid\": \"LG Stylo 6 6030\"\n            },\n            {\n                \"essid\": \"LG Stylo 6 7281\"\n            },\n            {\n                \"essid\": \"LG Stylo 6 7441\"\n            },\n            {\n                \"essid\": \"LG Stylo 6 7771\"\n            },\n            {\n                \"essid\": \"LG Stylo 6 8056\"\n            },\n            {\n                \"essid\": \"LG Stylo 6 8118\"\n            },\n            {\n                \"essid\": \"LG Stylo 6_9063\"\n            },\n            {\n                \"essid\": \"LG Stylo 6_9249\"\n            },\n            {\n                \"essid\": \"LG Stylo 6 9319\"\n            },\n            {\n                \"essid\": \"LG Stylo 6 9464\"\n            },\n            {\n                \"essid\": \"LG Stylo 6_9694\"\n            },\n            {\n                \"essid\": \"LG SYLO\"\n            },\n            {\n                \"essid\": \"LG Tribute Dynasty_2234\"\n            },\n            {\n                \"essid\": \"LG Tribute Dynasty_2617\"\n            },\n            {\n                \"essid\": \"LG Tribute Dynasty_2912\"\n            },\n            {\n                \"essid\": \"LG Tribute Dynasty_2995\"\n            },\n            {\n                \"essid\": \"LG Tribute Dynasty_3651\"\n            },\n            {\n                \"essid\": \"LG Tribute Dynasty_3982\"\n            },\n            {\n                \"essid\": \"LG Tribute Dynasty_4936\"\n            },\n            {\n                \"essid\": \"LG Tribute Dynasty_5107\"\n            },\n            {\n                \"essid\": \"LG Tribute Dynasty_5885\"\n            },\n            {\n                \"essid\": \"LG Tribute Dynasty_9099\"\n            },\n            {\n                \"essid\": \"LG Tribute Empire_\"\n            },\n            {\n                \"essid\": \"LG Tribute Empire_2602\"\n            },\n            {\n                \"essid\": \"LG Tribute Empire_3336\"\n            },\n            {\n                \"essid\": \"LG Tribute Empire_3743\"\n            },\n            {\n                \"essid\": \"LG Tribute Empire_6153\"\n            },\n            {\n                \"essid\": \"LG Tribute Empire_6591\"\n            },\n            {\n                \"essid\": \"LG Tribute Empire_6633\"\n            },\n            {\n                \"essid\": \"LG Tribute Empire_7465\"\n            },\n            {\n                \"essid\": \"LG Tribute Empire_9018\"\n            },\n            {\n                \"essid\": \"LG Tribute Empire_9814\"\n            },\n            {\n                \"essid\": \"LG Tribute Royal_8975\"\n            },\n            {\n                \"essid\": \"lguttentag N72J\"\n            },\n            {\n                \"essid\": \"LG V40\"\n            },\n            {\n                \"essid\": \"LG X\"\n            },\n            {\n                \"essid\": \"LG X venture_9350\"\n            },\n            {\n                \"essid\": \"LHBoltEV\"\n            },\n            {\n                \"essid\": \"LHC-GUEST\"\n            },\n            {\n                \"essid\": \"LHD-JA753-40e3\"\n            },\n            {\n                \"essid\": \"LHD-JA75_c5d4\"\n            },\n            {\n                \"essid\": \"LHD_jm703_2cd26b2364a6\"\n            },\n            {\n                \"essid\": \"Lhd-jm75_7c25da089c99\"\n            },\n            {\n                \"essid\": \"LH Galaxy\"\n            },\n            {\n                \"essid\": \"Lhi S10\"\n            },\n            {\n                \"essid\": \"lhymel66\"\n            },\n            {\n                \"essid\": \"Liaeric\"\n            },\n            {\n                \"essid\": \"Liams Iphone\"\n            },\n            {\n                \"essid\": \"LiamWire\"\n            },\n            {\n                \"essid\": \"Libby’s iPhone\"\n            },\n            {\n                \"essid\": \"Liberty1_EXT\"\n            },\n            {\n                \"essid\": \"Liberty Tap Room\"\n            },\n            {\n                \"essid\": \"LIBERTY VILLAGE 1\"\n            },\n            {\n                \"essid\": \"LIBERTY VILLAGE 3\"\n            },\n            {\n                \"essid\": \"Library\"\n            },\n            {\n                \"essid\": \"LibraryHotspot\"\n            },\n            {\n                \"essid\": \"Library-Wifi\"\n            },\n            {\n                \"essid\": \"Librettoswood\"\n            },\n            {\n                \"essid\": \"LICHALOCA\"\n            },\n            {\n                \"essid\": \"LIEXC\"\n            },\n            {\n                \"essid\": \"Life inda fast LAN\"\n            },\n            {\n                \"essid\": \"LIFE IS GOOD\"\n            },\n            {\n                \"essid\": \"LifeWay Store\"\n            },\n            {\n                \"essid\": \"LIFX A19 22E5D8\"\n            },\n            {\n                \"essid\": \"LIFX_A19_23eb53\"\n            },\n            {\n                \"essid\": \"LIFX A19 2B7A02\"\n            },\n            {\n                \"essid\": \"LIFX A19 2B8308\"\n            },\n            {\n                \"essid\": \"LIFX A19 2B8935\"\n            },\n            {\n                \"essid\": \"LIFX A19 2BC982\"\n            },\n            {\n                \"essid\": \"LIFX A19 2BEF9A\"\n            },\n            {\n                \"essid\": \"LIFX Bulb 026653\"\n            },\n            {\n                \"essid\": \"LIGHT\"\n            },\n            {\n                \"essid\": \"Lightbeast\"\n            },\n            {\n                \"essid\": \"Lightening Bolt\"\n            },\n            {\n                \"essid\": \"Lighthouse\"\n            },\n            {\n                \"essid\": \"Lightify-7D8276\"\n            },\n            {\n                \"essid\": \"LightLAN\"\n            },\n            {\n                \"essid\": \"lightning\"\n            },\n            {\n                \"essid\": \"Lightning\"\n            },\n            {\n                \"essid\": \"Lightning Bolt\"\n            },\n            {\n                \"essid\": \"Lightning BOLT\"\n            },\n            {\n                \"essid\": \"LightPhoneII\"\n            },\n            {\n                \"essid\": \"LightPhoneIIYo\"\n            },\n            {\n                \"essid\": \"LigreWiFi\"\n            },\n            {\n                \"essid\": \"LI_Guest\"\n            },\n            {\n                \"essid\": \"Li Internal\"\n            },\n            {\n                \"essid\": \"Likah\"\n            },\n            {\n                \"essid\": \"Lil Amp\"\n            },\n            {\n                \"essid\": \"lilarose\"\n            },\n            {\n                \"essid\": \"Lilbit6363\"\n            },\n            {\n                \"essid\": \"Lil Hyphy\"\n            },\n            {\n                \"essid\": \"Liliane's iPhone\"\n            },\n            {\n                \"essid\": \"lili’s iPhone\"\n            },\n            {\n                \"essid\": \"lillianchevy\"\n            },\n            {\n                \"essid\": \"Lillian Malibu\"\n            },\n            {\n                \"essid\": \"Lillian Sturmer’s iPhone\"\n            },\n            {\n                \"essid\": \"Lil Mattie's 2nd iPhone \"\n            },\n            {\n                \"essid\": \"lil red\"\n            },\n            {\n                \"essid\": \"Lil Router\"\n            },\n            {\n                \"essid\": \"Lil Router-Guest\"\n            },\n            {\n                \"essid\": \"Lil Router-Work\"\n            },\n            {\n                \"essid\": \"LilyNails-guest\"\n            },\n            {\n                \"essid\": \"Lilysbolt\"\n            },\n            {\n                \"essid\": \"limitless\"\n            },\n            {\n                \"essid\": \"Lincoln\"\n            },\n            {\n                \"essid\": \"LINCOLN\"\n            },\n            {\n                \"essid\": \"lincoln2019\"\n            },\n            {\n                \"essid\": \"LincolnFES-WiFi\"\n            },\n            {\n                \"essid\": \"Lincoln Navigator\"\n            },\n            {\n                \"essid\": \"Lincoln WiFi\"\n            },\n            {\n                \"essid\": \"LindaF\"\n            },\n            {\n                \"essid\": \"Lindas Chevy\"\n            },\n            {\n                \"essid\": \"Linda Smith\"\n            },\n            {\n                \"essid\": \"Linda's phone\"\n            },\n            {\n                \"essid\": \"LINDAS TRUCK\"\n            },\n            {\n                \"essid\": \"lindasvolt\"\n            },\n            {\n                \"essid\": \"Lindberg EV\"\n            },\n            {\n                \"essid\": \"LindenXC90\"\n            },\n            {\n                \"essid\": \"Linder-Trans\"\n            },\n            {\n                \"essid\": \"Lindsey\"\n            },\n            {\n                \"essid\": \"Link-00611\"\n            },\n            {\n                \"essid\": \"LINKLESS11\"\n            },\n            {\n                \"essid\": \"LinkShades-1388120\"\n            },\n            {\n                \"essid\": \"linksys\"\n            },\n            {\n                \"essid\": \"Linksys\"\n            },\n            {\n                \"essid\": \"Linksys00235_5GHz\"\n            },\n            {\n                \"essid\": \"Linksys00553\"\n            },\n            {\n                \"essid\": \"Linksys00553_5GHz\"\n            },\n            {\n                \"essid\": \"Linksys00559\"\n            },\n            {\n                \"essid\": \"Linksys00587EMG\"\n            },\n            {\n                \"essid\": \"Linksys00587EMG-guest\"\n            },\n            {\n                \"essid\": \"Linksys00612\"\n            },\n            {\n                \"essid\": \"Linksys00796\"\n            },\n            {\n                \"essid\": \"Linksys00796-guest\"\n            },\n            {\n                \"essid\": \"Linksys00895\"\n            },\n            {\n                \"essid\": \"Linksys00895-guest\"\n            },\n            {\n                \"essid\": \"Linksys01121_EXT\"\n            },\n            {\n                \"essid\": \"Linksys01658-guest\"\n            },\n            {\n                \"essid\": \"Linksys02588\"\n            },\n            {\n                \"essid\": \"Linksys02690\"\n            },\n            {\n                \"essid\": \"Linksys02805\"\n            },\n            {\n                \"essid\": \"Linksys02805_5G\"\n            },\n            {\n                \"essid\": \"Linksys02944\"\n            },\n            {\n                \"essid\": \"Linksys03230\"\n            },\n            {\n                \"essid\": \"Linksys03253-guest\"\n            },\n            {\n                \"essid\": \"Linksys03352\"\n            },\n            {\n                \"essid\": \"Linksys03352-guest\"\n            },\n            {\n                \"essid\": \"Linksys03620_5GHz-guest\"\n            },\n            {\n                \"essid\": \"Linksys03620-guest\"\n            },\n            {\n                \"essid\": \"Linksys03876\"\n            },\n            {\n                \"essid\": \"Linksys04203-guest\"\n            },\n            {\n                \"essid\": \"Linksys04325\"\n            },\n            {\n                \"essid\": \"Linksys04365\"\n            },\n            {\n                \"essid\": \"Linksys04365_5GHz\"\n            },\n            {\n                \"essid\": \"Linksys04830\"\n            },\n            {\n                \"essid\": \"Linksys04998\"\n            },\n            {\n                \"essid\": \"Linksys04998_2GEXT\"\n            },\n            {\n                \"essid\": \"Linksys05179-guest\"\n            },\n            {\n                \"essid\": \"Linksys06886\"\n            },\n            {\n                \"essid\": \"Linksys06886-guest\"\n            },\n            {\n                \"essid\": \"Linksys07517\"\n            },\n            {\n                \"essid\": \"Linksys08049\"\n            },\n            {\n                \"essid\": \"Linksys08049_5GHz\"\n            },\n            {\n                \"essid\": \"Linksys08342\"\n            },\n            {\n                \"essid\": \"Linksys08342_5GHz\"\n            },\n            {\n                \"essid\": \"Linksys08520\"\n            },\n            {\n                \"essid\": \"Linksys08923_5GHz\"\n            },\n            {\n                \"essid\": \"Linksys10509-guest\"\n            },\n            {\n                \"essid\": \"Linksys11411_5GHz\"\n            },\n            {\n                \"essid\": \"Linksys1200\"\n            },\n            {\n                \"essid\": \"Linksys12276\"\n            },\n            {\n                \"essid\": \"Linksys12276-guest\"\n            },\n            {\n                \"essid\": \"Linksys12834\"\n            },\n            {\n                \"essid\": \"Linksys13992-guest\"\n            },\n            {\n                \"essid\": \"Linksys14507\"\n            },\n            {\n                \"essid\": \"Linksys14591\"\n            },\n            {\n                \"essid\": \"Linksys17126-guest\"\n            },\n            {\n                \"essid\": \"Linksys17793\"\n            },\n            {\n                \"essid\": \"Linksys18030\"\n            },\n            {\n                \"essid\": \"Linksys18030_5GHz\"\n            },\n            {\n                \"essid\": \"Linksys18030_EXT\"\n            },\n            {\n                \"essid\": \"Linksys19020\"\n            },\n            {\n                \"essid\": \"Linksys19020-guest\"\n            },\n            {\n                \"essid\": \"linksys1984\"\n            },\n            {\n                \"essid\": \"linksys1984-guest\"\n            },\n            {\n                \"essid\": \"Linksys20011\"\n            },\n            {\n                \"essid\": \"Linksys20057-guest\"\n            },\n            {\n                \"essid\": \"Linksys22006\"\n            },\n            {\n                \"essid\": \"Linksys26831\"\n            },\n            {\n                \"essid\": \"Linksys28071\"\n            },\n            {\n                \"essid\": \"Linksys37638\"\n            },\n            {\n                \"essid\": \"Linksys606_2\"\n            },\n            {\n                \"essid\": \"Linksys_Ext_2.4\"\n            },\n            {\n                \"essid\": \"Linksys_Ext_5\"\n            },\n            {\n                \"essid\": \"Linksys Extender Setup\"\n            },\n            {\n                \"essid\": \"Linksys Extender Setup - 025\"\n            },\n            {\n                \"essid\": \"Linksys Extender Setup - 569\"\n            },\n            {\n                \"essid\": \"Linksys Extender Setup - 76D\"\n            },\n            {\n                \"essid\": \"LinksysGary\"\n            },\n            {\n                \"essid\": \"LINKSYSKBAY\"\n            },\n            {\n                \"essid\": \"_LinksysSetup307\"\n            },\n            {\n                \"essid\": \"_LinksysSetupBDE\"\n            },\n            {\n                \"essid\": \"LinksysVivintbcc\"\n            },\n            {\n                \"essid\": \"linksys_WPS_1352_EXT2\"\n            },\n            {\n                \"essid\": \"Link To The Job\"\n            },\n            {\n                \"essid\": \"linkweir\"\n            },\n            {\n                \"essid\": \"Linsanity\"\n            },\n            {\n                \"essid\": \"Linscotti\"\n            },\n            {\n                \"essid\": \"Linscotti 2G\"\n            },\n            {\n                \"essid\": \"Linscotti 5G\"\n            },\n            {\n                \"essid\": \"Linscotti Guests\"\n            },\n            {\n                \"essid\": \"Linsey\"\n            },\n            {\n                \"essid\": \"LIO-78303B016B3C\"\n            },\n            {\n                \"essid\": \"Lion\"\n            },\n            {\n                \"essid\": \"lionbus.\"\n            },\n            {\n                \"essid\": \"Lion'sDen\"\n            },\n            {\n                \"essid\": \"Lion's Roar\"\n            },\n            {\n                \"essid\": \"Lior Bug\"\n            },\n            {\n                \"essid\": \"Liping\"\n            },\n            {\n                \"essid\": \"LiraNet.com\"\n            },\n            {\n                \"essid\": \"Lisa Bolt\"\n            },\n            {\n                \"essid\": \"LisaBolt2018\"\n            },\n            {\n                \"essid\": \"Lisa Cruze\"\n            },\n            {\n                \"essid\": \"Lisandros z71\"\n            },\n            {\n                \"essid\": \"lisa schilling\"\n            },\n            {\n                \"essid\": \"Lisa's iPhone\"\n            },\n            {\n                \"essid\": \"Lisa’s Phone\"\n            },\n            {\n                \"essid\": \"Lisa's Wifi\"\n            },\n            {\n                \"essid\": \"Lisa Tahoe\"\n            },\n            {\n                \"essid\": \"Lis Chevrolet\"\n            },\n            {\n                \"essid\": \"Lissa Model 3 Verizon MiFi\"\n            },\n            {\n                \"essid\": \"literally password\"\n            },\n            {\n                \"essid\": \"Litter-Robot\"\n            },\n            {\n                \"essid\": \"LITTLEBANJO\"\n            },\n            {\n                \"essid\": \"littlebeast\"\n            },\n            {\n                \"essid\": \"LittleBit\"\n            },\n            {\n                \"essid\": \"littlecoconut\"\n            },\n            {\n                \"essid\": \"Little E\"\n            },\n            {\n                \"essid\": \"LittleFilm\"\n            },\n            {\n                \"essid\": \"LittleFilm-guest\"\n            },\n            {\n                \"essid\": \"little paws\"\n            },\n            {\n                \"essid\": \"littlepuff\"\n            },\n            {\n                \"essid\": \"liu\"\n            },\n            {\n                \"essid\": \"Liu GMC\"\n            },\n            {\n                \"essid\": \"Liuna252\"\n            },\n            {\n                \"essid\": \"liuvolt\"\n            },\n            {\n                \"essid\": \"LIVE! APP\"\n            },\n            {\n                \"essid\": \"Livible 4\"\n            },\n            {\n                \"essid\": \"Living Dining Room.a\"\n            },\n            {\n                \"essid\": \"LIVING DUNES_A\"\n            },\n            {\n                \"essid\": \"livingroom\"\n            },\n            {\n                \"essid\": \"Living room\"\n            },\n            {\n                \"essid\": \"Living Room\"\n            },\n            {\n                \"essid\": \"Living Room 2 speaker.n002\"\n            },\n            {\n                \"essid\": \"Living Room Display\"\n            },\n            {\n                \"essid\": \"Living room Home.k\"\n            },\n            {\n                \"essid\": \"Living room.k\"\n            },\n            {\n                \"essid\": \"Living Room.k\"\n            },\n            {\n                \"essid\": \"Living Room speaker.k\"\n            },\n            {\n                \"essid\": \"Living Room Speaker.n009\"\n            },\n            {\n                \"essid\": \"Living Room speaker.o\"\n            },\n            {\n                \"essid\": \"Living Room Speaker.o\"\n            },\n            {\n                \"essid\": \"Living Room TV\"\n            },\n            {\n                \"essid\": \"Living Room TV.b\"\n            },\n            {\n                \"essid\": \"Living Room TV.e003\"\n            },\n            {\n                \"essid\": \"Living Room TV.v\"\n            },\n            {\n                \"essid\": \"Living room Wifi.33C2.ybf\"\n            },\n            {\n                \"essid\": \"Living Simply\"\n            },\n            {\n                \"essid\": \"livingsingle2\"\n            },\n            {\n                \"essid\": \"Livingston\"\n            },\n            {\n                \"essid\": \"livingstone2\"\n            },\n            {\n                \"essid\": \"liviu123\"\n            },\n            {\n                \"essid\": \"LivNao\"\n            },\n            {\n                \"essid\": \"Liv Note\"\n            },\n            {\n                \"essid\": \"Liza's iPhone\"\n            },\n            {\n                \"essid\": \"Liz Cadillac Wifi\"\n            },\n            {\n                \"essid\": \"Liz Chevy Bolt\"\n            },\n            {\n                \"essid\": \"lizorta12\"\n            },\n            {\n                \"essid\": \"Lizs Chevy\"\n            },\n            {\n                \"essid\": \"lizzynet\"\n            },\n            {\n                \"essid\": \"lIzzyseve\"\n            },\n            {\n                \"essid\": \"LjLr11\"\n            },\n            {\n                \"essid\": \"LjLr511\"\n            },\n            {\n                \"essid\": \"LJ_NET\"\n            },\n            {\n                \"essid\": \"LJ_NET_Guest\"\n            },\n            {\n                \"essid\": \"lj volt\"\n            },\n            {\n                \"essid\": \"LK_F150\"\n            },\n            {\n                \"essid\": \"L_K_Salon\"\n            },\n            {\n                \"essid\": \"L_K_Salon_5\"\n            },\n            {\n                \"essid\": \"llamas_s\"\n            },\n            {\n                \"essid\": \"Llaouennegs\"\n            },\n            {\n                \"essid\": \"LLLL\"\n            },\n            {\n                \"essid\": \"LLLL-guest\"\n            },\n            {\n                \"essid\": \"Lloris  Speaker.o\"\n            },\n            {\n                \"essid\": \"LLPowell\"\n            },\n            {\n                \"essid\": \"LLs Bolt\"\n            },\n            {\n                \"essid\": \"Lluís paga internet\"\n            },\n            {\n                \"essid\": \"Llyle54\"\n            },\n            {\n                \"essid\": \"LM2\"\n            },\n            {\n                \"essid\": \"lmbooth\"\n            },\n            {\n                \"essid\": \"lmc\"\n            },\n            {\n                \"essid\": \"lmc2\"\n            },\n            {\n                \"essid\": \"LMGNS_Net\"\n            },\n            {\n                \"essid\": \"LMguest\"\n            },\n            {\n                \"essid\": \"LML211BL_1710\"\n            },\n            {\n                \"essid\": \"LML211BL_4703\"\n            },\n            {\n                \"essid\": \"LMmobile\"\n            },\n            {\n                \"essid\": \"LMP\"\n            },\n            {\n                \"essid\": \"LMP Guest\"\n            },\n            {\n                \"essid\": \"LMSchafle\"\n            },\n            {\n                \"essid\": \"Loading...\"\n            },\n            {\n                \"essid\": \"loa-fi\"\n            },\n            {\n                \"essid\": \"Lobster-Mobile\"\n            },\n            {\n                \"essid\": \"localpantry\"\n            },\n            {\n                \"essid\": \"LochNess\"\n            },\n            {\n                \"essid\": \"LOCKPICK AIR 688\"\n            },\n            {\n                \"essid\": \"Lodge1\"\n            },\n            {\n                \"essid\": \"Lodge4\"\n            },\n            {\n                \"essid\": \"lodge7\"\n            },\n            {\n                \"essid\": \"lodi95242\"\n            },\n            {\n                \"essid\": \"Loeca\"\n            },\n            {\n                \"essid\": \"loft209\"\n            },\n            {\n                \"essid\": \"loft 209\"\n            },\n            {\n                \"essid\": \"loft209\\u0001\\b\\ufffd\\ufffd\"\n            },\n            {\n                \"essid\": \"Loft#209\"\n            },\n            {\n                \"essid\": \"Logans Wifi\"\n            },\n            {\n                \"essid\": \"Log-Cabin 2.4Ghz\"\n            },\n            {\n                \"essid\": \"Logeo1021\"\n            },\n            {\n                \"essid\": \"loghome\"\n            },\n            {\n                \"essid\": \"LogiAndr\"\n            },\n            {\n                \"essid\": \"Logic\"\n            },\n            {\n                \"essid\": \"logosylocas\"\n            },\n            {\n                \"essid\": \"LohmanTahoe\"\n            },\n            {\n                \"essid\": \"Loi Ameera's iPhone\"\n            },\n            {\n                \"essid\": \"Lois Chevy\"\n            },\n            {\n                \"essid\": \"LoisJ\"\n            },\n            {\n                \"essid\": \"lois wifi\"\n            },\n            {\n                \"essid\": \"LokiDoki\"\n            },\n            {\n                \"essid\": \"lokiloki\"\n            },\n            {\n                \"essid\": \"Lol \"\n            },\n            {\n                \"essid\": \"Lolagm\"\n            },\n            {\n                \"essid\": \"Lola Malibu\"\n            },\n            {\n                \"essid\": \"lolarose\"\n            },\n            {\n                \"essid\": \"Lolas\"\n            },\n            {\n                \"essid\": \"Lola’s iPhone\"\n            },\n            {\n                \"essid\": \"LolasMexicanCantina-2G\"\n            },\n            {\n                \"essid\": \"LolasMexicanCantina-Guest\"\n            },\n            {\n                \"essid\": \"lolita\"\n            },\n            {\n                \"essid\": \"Lolly\"\n            },\n            {\n                \"essid\": \"Lolly 817\"\n            },\n            {\n                \"essid\": \"Lollybroc\"\n            },\n            {\n                \"essid\": \"LoLo's hotspot 😎\"\n            },\n            {\n                \"essid\": \"LonaBug\"\n            },\n            {\n                \"essid\": \"london\"\n            },\n            {\n                \"essid\": \"Londons Cruze\"\n            },\n            {\n                \"essid\": \"Longtail2\"\n            },\n            {\n                \"essid\": \"Lonjenoe's iPad\"\n            },\n            {\n                \"essid\": \"Lonnygee\"\n            },\n            {\n                \"essid\": \"Looie42v\"\n            },\n            {\n                \"essid\": \"looker27\"\n            },\n            {\n                \"essid\": \"Loomis\"\n            },\n            {\n                \"essid\": \"Lopezgarcia\"\n            },\n            {\n                \"essid\": \"Lopez GMC\"\n            },\n            {\n                \"essid\": \"Lopez Volt\"\n            },\n            {\n                \"essid\": \"LOPEZWIFI\"\n            },\n            {\n                \"essid\": \"lordbos101\"\n            },\n            {\n                \"essid\": \"LORDISHERE\"\n            },\n            {\n                \"essid\": \"Lord of the Pings\"\n            },\n            {\n                \"essid\": \"LORENA\"\n            },\n            {\n                \"essid\": \"lorenes impala\"\n            },\n            {\n                \"essid\": \"Lorenzo’s iPhone\"\n            },\n            {\n                \"essid\": \"Lori Acadia\"\n            },\n            {\n                \"essid\": \"lori chevy\"\n            },\n            {\n                \"essid\": \"lorie15\"\n            },\n            {\n                \"essid\": \"LoriFanyLo\"\n            },\n            {\n                \"essid\": \"LorisA4\"\n            },\n            {\n                \"essid\": \"LornaC\"\n            },\n            {\n                \"essid\": \"Lorna’s iPhone\"\n            },\n            {\n                \"essid\": \"Lorraine's hotspot\"\n            },\n            {\n                \"essid\": \"losk1950\"\n            },\n            {\n                \"essid\": \"LosPaisanos\"\n            },\n            {\n                \"essid\": \"Lot 69\"\n            },\n            {\n                \"essid\": \"Lotte Hotspot\"\n            },\n            {\n                \"essid\": \"Lotus WiFi\"\n            },\n            {\n                \"essid\": \"Louden Swain\"\n            },\n            {\n                \"essid\": \"Louis’s iPhone\"\n            },\n            {\n                \"essid\": \"LouisYukon\"\n            },\n            {\n                \"essid\": \"LOULOU\"\n            },\n            {\n                \"essid\": \"LOVE\"\n            },\n            {\n                \"essid\": \"love1982-2.4\"\n            },\n            {\n                \"essid\": \"Love76\"\n            },\n            {\n                \"essid\": \"Love 8’s\"\n            },\n            {\n                \"essid\": \"LoveInternet3\"\n            },\n            {\n                \"essid\": \"loveless wifi\"\n            },\n            {\n                \"essid\": \"Loveme2\"\n            },\n            {\n                \"essid\": \"loveme70\"\n            },\n            {\n                \"essid\": \"LOVE PANDA\"\n            },\n            {\n                \"essid\": \"Loverland\"\n            },\n            {\n                \"essid\": \"Lovers\"\n            },\n            {\n                \"essid\": \"Loves-Customer-WiFi\"\n            },\n            {\n                \"essid\": \"Loves-Employees-WiFi\"\n            },\n            {\n                \"essid\": \"Loves-Services\"\n            },\n            {\n                \"essid\": \"Lowandas SRX\"\n            },\n            {\n                \"essid\": \"Lowes-Guest-WiFi\"\n            },\n            {\n                \"essid\": \"Low-Hz\"\n            },\n            {\n                \"essid\": \"LOWMANSFAM24\"\n            },\n            {\n                \"essid\": \"LPD195\"\n            },\n            {\n                \"essid\": \"LPP Handhelds\"\n            },\n            {\n                \"essid\": \"LPP Suwanee BYOD\"\n            },\n            {\n                \"essid\": \"LPS-WIFI\"\n            },\n            {\n                \"essid\": \"LR003750\"\n            },\n            {\n                \"essid\": \"LR014130\"\n            },\n            {\n                \"essid\": \"LR015230\"\n            },\n            {\n                \"essid\": \"LR017770\"\n            },\n            {\n                \"essid\": \"LR022106\"\n            },\n            {\n                \"essid\": \"LR037830\"\n            },\n            {\n                \"essid\": \"LR043734\"\n            },\n            {\n                \"essid\": \"LR049069\"\n            },\n            {\n                \"essid\": \"LR062572\"\n            },\n            {\n                \"essid\": \"LR068919\"\n            },\n            {\n                \"essid\": \"LR072860\"\n            },\n            {\n                \"essid\": \"LR073297\"\n            },\n            {\n                \"essid\": \"LR076038\"\n            },\n            {\n                \"essid\": \"LR077408\"\n            },\n            {\n                \"essid\": \"LR400160\"\n            },\n            {\n                \"essid\": \"LR402841\"\n            },\n            {\n                \"essid\": \"LR414906\"\n            },\n            {\n                \"essid\": \"LR575248\"\n            },\n            {\n                \"essid\": \"LR588036\"\n            },\n            {\n                \"essid\": \"LR626225\"\n            },\n            {\n                \"essid\": \"LR639088\"\n            },\n            {\n                \"essid\": \"LR794406\"\n            },\n            {\n                \"essid\": \"LR795315\"\n            },\n            {\n                \"essid\": \"LR829233\"\n            },\n            {\n                \"essid\": \"LRG\"\n            },\n            {\n                \"essid\": \"Lrrr's phone\"\n            },\n            {\n                \"essid\": \"LRTC-Ship-Guests\"\n            },\n            {\n                \"essid\": \"LRTC-TV\"\n            },\n            {\n                \"essid\": \"LR VIZIO SmartCast\"\n            },\n            {\n                \"essid\": \"lrwvcwwifi\"\n            },\n            {\n                \"essid\": \"lsmmiwok\"\n            },\n            {\n                \"essid\": \"Lsoares\"\n            },\n            {\n                \"essid\": \"LSX_G9_44334cab67a5\"\n            },\n            {\n                \"essid\": \"LTalarm\"\n            },\n            {\n                \"essid\": \"LTE\"\n            },\n            {\n                \"essid\": \"LTE_WiFi\"\n            },\n            {\n                \"essid\": \"LTL\"\n            },\n            {\n                \"essid\": \"ltrutner\"\n            },\n            {\n                \"essid\": \"LTT front office\"\n            },\n            {\n                \"essid\": \"LT Wifi\"\n            },\n            {\n                \"essid\": \"Luann\"\n            },\n            {\n                \"essid\": \"Lucas\"\n            },\n            {\n                \"essid\": \"Lucas Lima iPhone\"\n            },\n            {\n                \"essid\": \"Luciama\"\n            },\n            {\n                \"essid\": \"Lucindas Yukon XL\"\n            },\n            {\n                \"essid\": \"Luck 88888888\"\n            },\n            {\n                \"essid\": \"luck x6\"\n            },\n            {\n                \"essid\": \"Lucky13\"\n            },\n            {\n                \"essid\": \"Lucky9\"\n            },\n            {\n                \"essid\": \"LucsCar\"\n            },\n            {\n                \"essid\": \"lucy12\"\n            },\n            {\n                \"essid\": \"Lucys WIfi\"\n            },\n            {\n                \"essid\": \"LUFFY1\"\n            },\n            {\n                \"essid\": \"LuisAmaya7\"\n            },\n            {\n                \"essid\": \"luisbolts\"\n            },\n            {\n                \"essid\": \"Luis C.\"\n            },\n            {\n                \"essid\": \"Luis iPhone\"\n            },\n            {\n                \"essid\": \"luisivangeo\"\n            },\n            {\n                \"essid\": \"Luis' note 8\"\n            },\n            {\n                \"essid\": \"Luis Ramirez’s iPhone\"\n            },\n            {\n                \"essid\": \"luissha\"\n            },\n            {\n                \"essid\": \"Luis Sierra\"\n            },\n            {\n                \"essid\": \"LUISSLIVERADO\"\n            },\n            {\n                \"essid\": \"Luis Truck\"\n            },\n            {\n                \"essid\": \"Luke’s iPhone\"\n            },\n            {\n                \"essid\": \"Lukestruck\"\n            },\n            {\n                \"essid\": \"Lukes Wifi\"\n            },\n            {\n                \"essid\": \"Luke's Wi-Fi Network\"\n            },\n            {\n                \"essid\": \"LULALIVRE\"\n            },\n            {\n                \"essid\": \"Lulbaby hotspot\"\n            },\n            {\n                \"essid\": \"lulusmamabear\"\n            },\n            {\n                \"essid\": \"Lumberjack\"\n            },\n            {\n                \"essid\": \"Lumia 950 6085\"\n            },\n            {\n                \"essid\": \"Luna\"\n            },\n            {\n                \"essid\": \"LunaDog\"\n            },\n            {\n                \"essid\": \"LUNAR LANDER\"\n            },\n            {\n                \"essid\": \"Luong 2.4\"\n            },\n            {\n                \"essid\": \"♡♡ lupe\"\n            },\n            {\n                \"essid\": \"Lupe2018\"\n            },\n            {\n                \"essid\": \"LupeGlez1\"\n            },\n            {\n                \"essid\": \"Luverias Malibu\"\n            },\n            {\n                \"essid\": \"Luville Hotspot\"\n            },\n            {\n                \"essid\": \"LuvLodge\"\n            },\n            {\n                \"essid\": \"Lux Bolt\"\n            },\n            {\n                \"essid\": \"Luxul_XWO-BAP1\"\n            },\n            {\n                \"essid\": \"luxury\"\n            },\n            {\n                \"essid\": \"Luzy Goozy\"\n            },\n            {\n                \"essid\": \"lvalraye\"\n            },\n            {\n                \"essid\": \"LVCP\"\n            },\n            {\n                \"essid\": \"LV Guest\"\n            },\n            {\n                \"essid\": \"LVP615_AP_70F32F\"\n            },\n            {\n                \"essid\": \"LVSERVICE\"\n            },\n            {\n                \"essid\": \"LWA132\"\n            },\n            {\n                \"essid\": \"LWC\"\n            },\n            {\n                \"essid\": \"LWC_Guest\"\n            },\n            {\n                \"essid\": \"LWCTechnical\"\n            },\n            {\n                \"essid\": \"LX2000_2161404\"\n            },\n            {\n                \"essid\": \"Ly Family\"\n            },\n            {\n                \"essid\": \"LyftandUber\"\n            },\n            {\n                \"essid\": \"Lyftdriver\"\n            },\n            {\n                \"essid\": \"Lyfting4Science\"\n            },\n            {\n                \"essid\": \"Lyft Passanger Wifi\"\n            },\n            {\n                \"essid\": \"lyftsf\"\n            },\n            {\n                \"essid\": \"lyft wifi\"\n            },\n            {\n                \"essid\": \"Lyft WiFi\"\n            },\n            {\n                \"essid\": \"lylabolt\"\n            },\n            {\n                \"essid\": \"Lyle Wolfley’s iPhone\"\n            },\n            {\n                \"essid\": \"Lyneis 2017\"\n            },\n            {\n                \"essid\": \"Lynel\"\n            },\n            {\n                \"essid\": \"LynetteWheeler_2GEXT\"\n            },\n            {\n                \"essid\": \"Lynnes car\"\n            },\n            {\n                \"essid\": \"Lynn's Account\"\n            },\n            {\n                \"essid\": \"LynnStreetM\"\n            },\n            {\n                \"essid\": \"Lyster\"\n            },\n            {\n                \"essid\": \"m\"\n            },\n            {\n                \"essid\": \"m10546t\"\n            },\n            {\n                \"essid\": \"M2000-0F74\"\n            },\n            {\n                \"essid\": \"M2000-1398\"\n            },\n            {\n                \"essid\": \"M2000-916C\"\n            },\n            {\n                \"essid\": \"M2000-B68A\"\n            },\n            {\n                \"essid\": \"M2000-E42E\"\n            },\n            {\n                \"essid\": \"M21F50\"\n            },\n            {\n                \"essid\": \"M4m786iA\"\n            },\n            {\n                \"essid\": \"M4Sherman\"\n            },\n            {\n                \"essid\": \"M6_175220\"\n            },\n            {\n                \"essid\": \"M6_45e4fa\"\n            },\n            {\n                \"essid\": \"M6_45ec46\"\n            },\n            {\n                \"essid\": \"M6_f41640\"\n            },\n            {\n                \"essid\": \"M6_f418e5\"\n            },\n            {\n                \"essid\": \"M6_f423ff\"\n            },\n            {\n                \"essid\": \"M6_f424ec\"\n            },\n            {\n                \"essid\": \"M6_ILLUMINATI_45ec46\"\n            },\n            {\n                \"essid\": \"M6_JetFuelOnly_f4161d\"\n            },\n            {\n                \"essid\": \"M6_Kavi_f424f4\"\n            },\n            {\n                \"essid\": \"M6_PimpyG_f424ec\"\n            },\n            {\n                \"essid\": \"M6_ST-BlueDream_175473\"\n            },\n            {\n                \"essid\": \"M-758ff\"\n            },\n            {\n                \"essid\": \"M 7C\"\n            },\n            {\n                \"essid\": \"MAADA\"\n            },\n            {\n                \"essid\": \"MAARSEEII\"\n            },\n            {\n                \"essid\": \"Mabeca\"\n            },\n            {\n                \"essid\": \"Mac70\"\n            },\n            {\n                \"essid\": \"macafee2017volt\"\n            },\n            {\n                \"essid\": \"MACAN S\"\n            },\n            {\n                \"essid\": \"Macaquecar\"\n            },\n            {\n                \"essid\": \"MACARTHUR\"\n            },\n            {\n                \"essid\": \"mac-auth\"\n            },\n            {\n                \"essid\": \"Macbook Air’s iPhone (2)\"\n            },\n            {\n                \"essid\": \"Maccess\"\n            },\n            {\n                \"essid\": \"MacDaddy\"\n            },\n            {\n                \"essid\": \"MACfi\"\n            },\n            {\n                \"essid\": \"MacGyver\"\n            },\n            {\n                \"essid\": \"Mack0612\"\n            },\n            {\n                \"essid\": \"Mack Daddy Media \"\n            },\n            {\n                \"essid\": \"Mackenzie\"\n            },\n            {\n                \"essid\": \"Mackin\"\n            },\n            {\n                \"essid\": \"Mack wifi\"\n            },\n            {\n                \"essid\": \"Macross 7\"\n            },\n            {\n                \"essid\": \"Mada Car\"\n            },\n            {\n                \"essid\": \"Madame Blueberry\"\n            },\n            {\n                \"essid\": \"maddieeeeeeeee\"\n            },\n            {\n                \"essid\": \"MADDOX F-150\"\n            },\n            {\n                \"essid\": \"MaDebe-2.4\"\n            },\n            {\n                \"essid\": \"Madeleine\"\n            },\n            {\n                \"essid\": \"Madeline’s iPhone\"\n            },\n            {\n                \"essid\": \"madhu’s iPhone\"\n            },\n            {\n                \"essid\": \"Madison iPhone\"\n            },\n            {\n                \"essid\": \"Madison's iphone 7\"\n            },\n            {\n                \"essid\": \"Madisons tablet \"\n            },\n            {\n                \"essid\": \"madscientist\"\n            },\n            {\n                \"essid\": \"Madscientist\"\n            },\n            {\n                \"essid\": \"Mad scientist\"\n            },\n            {\n                \"essid\": \"Mad Scientist Guest\"\n            },\n            {\n                \"essid\": \"Mad Scientist Studios\"\n            },\n            {\n                \"essid\": \"madvoiture\"\n            },\n            {\n                \"essid\": \"Maen\\\\342\\\\200\\\\231s iPhone\"\n            },\n            {\n                \"essid\": \"Maen’s iPhone\"\n            },\n            {\n                \"essid\": \"Maestros Final TARDIS\"\n            },\n            {\n                \"essid\": \"MAForest\"\n            },\n            {\n                \"essid\": \"MAG-2.4\"\n            },\n            {\n                \"essid\": \"MAG-5\"\n            },\n            {\n                \"essid\": \"Maggieqrn\"\n            },\n            {\n                \"essid\": \"Maggies Spark\"\n            },\n            {\n                \"essid\": \"Maggie's Wifi\"\n            },\n            {\n                \"essid\": \"Magic Box\"\n            },\n            {\n                \"essid\": \"Magic Family\"\n            },\n            {\n                \"essid\": \"magicOrange\"\n            },\n            {\n                \"essid\": \"Magners\"\n            },\n            {\n                \"essid\": \"magnolia\"\n            },\n            {\n                \"essid\": \"magnolia 2\"\n            },\n            {\n                \"essid\": \"Magnuson Hotel\"\n            },\n            {\n                \"essid\": \"Mahaffey 1\"\n            },\n            {\n                \"essid\": \"MAHAFFEY-5\"\n            },\n            {\n                \"essid\": \"Mahan\"\n            },\n            {\n                \"essid\": \"mahansrx\"\n            },\n            {\n                \"essid\": \"Mahdi’s iPhone\"\n            },\n            {\n                \"essid\": \"Maher Chevrolet\"\n            },\n            {\n                \"essid\": \"Mahir's Galaxy S8\"\n            },\n            {\n                \"essid\": \"Mahoney ATS\"\n            },\n            {\n                \"essid\": \"Ma house\"\n            },\n            {\n                \"essid\": \"MaiAmGiaDinh\"\n            },\n            {\n                \"essid\": \"Main St. Deli-2G\"\n            },\n            {\n                \"essid\": \"Main St. Deli -2G-Guest\"\n            },\n            {\n                \"essid\": \"Maiseroulle\"\n            },\n            {\n                \"essid\": \"maisie\"\n            },\n            {\n                \"essid\": \"Maison\"\n            },\n            {\n                \"essid\": \"Maison Jaune\"\n            },\n            {\n                \"essid\": \"mai wifi\"\n            },\n            {\n                \"essid\": \"MAJESTIC 107\"\n            },\n            {\n                \"essid\": \"MAJESTIC 108\"\n            },\n            {\n                \"essid\": \"Makani\"\n            },\n            {\n                \"essid\": \"Make Doxies Great Again\"\n            },\n            {\n                \"essid\": \"makincaid\"\n            },\n            {\n                \"essid\": \"Makris\"\n            },\n            {\n                \"essid\": \"Malamut Volt\"\n            },\n            {\n                \"essid\": \"Malatsi's Jayco_2GEXT\"\n            },\n            {\n                \"essid\": \"MALAYASKINSTUDIO\"\n            },\n            {\n                \"essid\": \"Malcolm\"\n            },\n            {\n                \"essid\": \"Malcolm XS\"\n            },\n            {\n                \"essid\": \"malek78818\"\n            },\n            {\n                \"essid\": \"malibu\"\n            },\n            {\n                \"essid\": \"Malibu\"\n            },\n            {\n                \"essid\": \"malibu17\"\n            },\n            {\n                \"essid\": \"Malibu Luciano\"\n            },\n            {\n                \"essid\": \"Malibu Margaret\"\n            },\n            {\n                \"essid\": \"Malibu Tay\"\n            },\n            {\n                \"essid\": \"malibu wifi\"\n            },\n            {\n                \"essid\": \"Malibu Wifi\"\n            },\n            {\n                \"essid\": \"Malibu WiFi\"\n            },\n            {\n                \"essid\": \"Malika2\"\n            },\n            {\n                \"essid\": \"Malik's Line\"\n            },\n            {\n                \"essid\": \"malkasian wifi\"\n            },\n            {\n                \"essid\": \"MallofGaDentistry\"\n            },\n            {\n                \"essid\": \"MallofGaDentistry-Guest\"\n            },\n            {\n                \"essid\": \"Malone\"\n            },\n            {\n                \"essid\": \"Malonga\"\n            },\n            {\n                \"essid\": \"MAMA FIRPO\"\n            },\n            {\n                \"essid\": \"Mamak33\"\n            },\n            {\n                \"essid\": \"MaMaki\"\n            },\n            {\n                \"essid\": \"Mamalona\"\n            },\n            {\n                \"essid\": \"Mama's House\"\n            },\n            {\n                \"essid\": \"mamidok\"\n            },\n            {\n                \"essid\": \"Mamiypapi\"\n            },\n            {\n                \"essid\": \"Mammabear\"\n            },\n            {\n                \"essid\": \"Mammaw\"\n            },\n            {\n                \"essid\": \"MAN-78303B0170C9\"\n            },\n            {\n                \"essid\": \"Managment\"\n            },\n            {\n                \"essid\": \"Mandella Volt\"\n            },\n            {\n                \"essid\": \"mandiekidd\"\n            },\n            {\n                \"essid\": \"manejo despacito\"\n            },\n            {\n                \"essid\": \"Mangum\"\n            },\n            {\n                \"essid\": \"MANHEIM\"\n            },\n            {\n                \"essid\": \"Man Hing Market_2.4G\"\n            },\n            {\n                \"essid\": \"manhoff\"\n            },\n            {\n                \"essid\": \"manki-5\"\n            },\n            {\n                \"essid\": \"Manna\\\\316\\\\251Seed\\\\302\\\\251\"\n            },\n            {\n                \"essid\": \"MannTravels\"\n            },\n            {\n                \"essid\": \"Mano\"\n            },\n            {\n                \"essid\": \"MANSWN\"\n            },\n            {\n                \"essid\": \"Manu555\"\n            },\n            {\n                \"essid\": \"Manuel Camaro\"\n            },\n            {\n                \"essid\": \"Manuel’s iPhone\"\n            },\n            {\n                \"essid\": \"Manuels Yukon\"\n            },\n            {\n                \"essid\": \"manuel wifi\"\n            },\n            {\n                \"essid\": \"ManuMoto E \"\n            },\n            {\n                \"essid\": \"MapAnything\"\n            },\n            {\n                \"essid\": \"Maple ZK\"\n            },\n            {\n                \"essid\": \"marathon\"\n            },\n            {\n                \"essid\": \"marbles\"\n            },\n            {\n                \"essid\": \"marbleys\"\n            },\n            {\n                \"essid\": \"Marbo1000\"\n            },\n            {\n                \"essid\": \"marcchevy\"\n            },\n            {\n                \"essid\": \"Marcelo Curado\"\n            },\n            {\n                \"essid\": \"Marcelo x\"\n            },\n            {\n                \"essid\": \"MarcFi\"\n            },\n            {\n                \"essid\": \"March Volt\"\n            },\n            {\n                \"essid\": \"MarciasBolt\"\n            },\n            {\n                \"essid\": \"marcjoneswireless\"\n            },\n            {\n                \"essid\": \"MarcoP\"\n            },\n            {\n                \"essid\": \"marcos08\"\n            },\n            {\n                \"essid\": \"Marcos-guest\"\n            },\n            {\n                \"essid\": \"Marcos_Guest\"\n            },\n            {\n                \"essid\": \"Marcos-private\"\n            },\n            {\n                \"essid\": \"Marcos Rodrigues’s iPhone\"\n            },\n            {\n                \"essid\": \"marcosv\"\n            },\n            {\n                \"essid\": \"marcsdenali\"\n            },\n            {\n                \"essid\": \"Marcs Encore\"\n            },\n            {\n                \"essid\": \"marcsentry\"\n            },\n            {\n                \"essid\": \"Marc's iPhone\"\n            },\n            {\n                \"essid\": \"Marcus Bay \"\n            },\n            {\n                \"essid\": \"Marcus’s iPhone\"\n            },\n            {\n                \"essid\": \"Marcus's Iphone\"\n            },\n            {\n                \"essid\": \"mardev\"\n            },\n            {\n                \"essid\": \"marePhone\"\n            },\n            {\n                \"essid\": \"Margarets Dog House\"\n            },\n            {\n                \"essid\": \"MargaretsEnclave\"\n            },\n            {\n                \"essid\": \"Margaritas-2.4\"\n            },\n            {\n                \"essid\": \"Margery\"\n            },\n            {\n                \"essid\": \"margo chevy\"\n            },\n            {\n                \"essid\": \"margret.b’s iPhone\"\n            },\n            {\n                \"essid\": \"Margrets Car\"\n            },\n            {\n                \"essid\": \"Margui Hotspot\"\n            },\n            {\n                \"essid\": \"MAR-hbf\"\n            },\n            {\n                \"essid\": \"Maria\"\n            },\n            {\n                \"essid\": \"Maria2826\"\n            },\n            {\n                \"essid\": \"Mariachifamily\"\n            },\n            {\n                \"essid\": \"mariadiaz\"\n            },\n            {\n                \"essid\": \"Maria Felix\"\n            },\n            {\n                \"essid\": \"mariag\"\n            },\n            {\n                \"essid\": \"mariandapina\"\n            },\n            {\n                \"essid\": \"mariani wifi\"\n            },\n            {\n                \"essid\": \"MariasCruze\"\n            },\n            {\n                \"essid\": \"Maria's Galaxy S20 FE 5G\"\n            },\n            {\n                \"essid\": \"Marias Malibu\"\n            },\n            {\n                \"essid\": \"Maria SRX\"\n            },\n            {\n                \"essid\": \"Marias Traverse\"\n            },\n            {\n                \"essid\": \"Maria Suburban\"\n            },\n            {\n                \"essid\": \"maribel5\"\n            },\n            {\n                \"essid\": \"MariCruze\"\n            },\n            {\n                \"essid\": \"Marie\"\n            },\n            {\n                \"essid\": \"Mariecar’s iPhone\"\n            },\n            {\n                \"essid\": \"Marik's Phone\"\n            },\n            {\n                \"essid\": \"Marilyn\"\n            },\n            {\n                \"essid\": \"MARILYN3\"\n            },\n            {\n                \"essid\": \"Mari Malibu\"\n            },\n            {\n                \"essid\": \"Marimos-house\"\n            },\n            {\n                \"essid\": \"marina\"\n            },\n            {\n                \"essid\": \"Marinas Hotspot\"\n            },\n            {\n                \"essid\": \"MarinaTawadros93\"\n            },\n            {\n                \"essid\": \"Mario_2.4GHz\"\n            },\n            {\n                \"essid\": \"MARIO91\"\n            },\n            {\n                \"essid\": \"Mario Impala\"\n            },\n            {\n                \"essid\": \"MariosChevy\"\n            },\n            {\n                \"essid\": \"mario’s iPhone\"\n            },\n            {\n                \"essid\": \"Marios Malibu\"\n            },\n            {\n                \"essid\": \"MariosTruck\"\n            },\n            {\n                \"essid\": \"Mariposa\"\n            },\n            {\n                \"essid\": \"Mariposas\"\n            },\n            {\n                \"essid\": \"Mariqos’s iPhone\"\n            },\n            {\n                \"essid\": \"Maris\"\n            },\n            {\n                \"essid\": \"Mariscal Colorado\"\n            },\n            {\n                \"essid\": \"Marisol427\"\n            },\n            {\n                \"essid\": \"MarissaEscalade\"\n            },\n            {\n                \"essid\": \"Maritzas Silverado\"\n            },\n            {\n                \"essid\": \"Mark\"\n            },\n            {\n                \"essid\": \"mark225\"\n            },\n            {\n                \"essid\": \"markdwain1126\"\n            },\n            {\n                \"essid\": \"Mark Edge\"\n            },\n            {\n                \"essid\": \"MarketingCenter\"\n            },\n            {\n                \"essid\": \"markften\"\n            },\n            {\n                \"essid\": \"Mark GMC\"\n            },\n            {\n                \"essid\": \"Markham\"\n            },\n            {\n                \"essid\": \"MarkJenny Wifi\"\n            },\n            {\n                \"essid\": \"Marks ATS\"\n            },\n            {\n                \"essid\": \"Marks Enclave\"\n            },\n            {\n                \"essid\": \"MarkSpain\"\n            },\n            {\n                \"essid\": \"Mark Spain Real Estate\"\n            },\n            {\n                \"essid\": \"Mark's Samsung J7\"\n            },\n            {\n                \"essid\": \"Marks Volt\"\n            },\n            {\n                \"essid\": \"Markus\"\n            },\n            {\n                \"essid\": \"Markuswass\"\n            },\n            {\n                \"essid\": \"MarkWiFi\"\n            },\n            {\n                \"essid\": \"markyg408\"\n            },\n            {\n                \"essid\": \"Marlee’s iPhone\"\n            },\n            {\n                \"essid\": \"Marlena333\"\n            },\n            {\n                \"essid\": \"Marley\"\n            },\n            {\n                \"essid\": \"Marley i8\"\n            },\n            {\n                \"essid\": \"Marlon's iPhone\"\n            },\n            {\n                \"essid\": \"marlonsride\"\n            },\n            {\n                \"essid\": \"Marmota503\"\n            },\n            {\n                \"essid\": \"marnie\"\n            },\n            {\n                \"essid\": \"married\"\n            },\n            {\n                \"essid\": \"Marriott_GUEST\"\n            },\n            {\n                \"essid\": \"Mar & Rosez Mom\"\n            },\n            {\n                \"essid\": \"Marry16\"\n            },\n            {\n                \"essid\": \"Mars\"\n            },\n            {\n                \"essid\": \"Marshall\"\n            },\n            {\n                \"essid\": \"Marshall-WLAN\"\n            },\n            {\n                \"essid\": \"Marson\"\n            },\n            {\n                \"essid\": \"MARTA\"\n            },\n            {\n                \"essid\": \"Marta-Guest\"\n            },\n            {\n                \"essid\": \"MARTA-Mobile-Guest 4301\"\n            },\n            {\n                \"essid\": \"MARTA_WIFI\"\n            },\n            {\n                \"essid\": \"martha\"\n            },\n            {\n                \"essid\": \"MarthaCruze\"\n            },\n            {\n                \"essid\": \"martin\"\n            },\n            {\n                \"essid\": \"Martin\"\n            },\n            {\n                \"essid\": \"Martinez\"\n            },\n            {\n                \"essid\": \"Martinez18\"\n            },\n            {\n                \"essid\": \"MARTINEZ 2.4\"\n            },\n            {\n                \"essid\": \"Martinez WiFi\"\n            },\n            {\n                \"essid\": \"Martin Porsche Cayenne\"\n            },\n            {\n                \"essid\": \"Martin_Properties\"\n            },\n            {\n                \"essid\": \"Martin’s iPhone\"\n            },\n            {\n                \"essid\": \"martintovar\"\n            },\n            {\n                \"essid\": \"Martin Volt\"\n            },\n            {\n                \"essid\": \"martinwest\"\n            },\n            {\n                \"essid\": \"Maruca\"\n            },\n            {\n                \"essid\": \"Mar-Vel\"\n            },\n            {\n                \"essid\": \"Marvell Micro AP\"\n            },\n            {\n                \"essid\": \"marvin\"\n            },\n            {\n                \"essid\": \"Marvyxmarvy\"\n            },\n            {\n                \"essid\": \"Mary1\"\n            },\n            {\n                \"essid\": \"MaryAnn\"\n            },\n            {\n                \"essid\": \"Maryann1874$\"\n            },\n            {\n                \"essid\": \"Mary Anns Volt\"\n            },\n            {\n                \"essid\": \"marybrown\"\n            },\n            {\n                \"essid\": \"Mary Brown\"\n            },\n            {\n                \"essid\": \"Maryjo\"\n            },\n            {\n                \"essid\": \"Mary Jo\"\n            },\n            {\n                \"essid\": \"MaryKay\"\n            },\n            {\n                \"essid\": \"marynoll\"\n            },\n            {\n                \"essid\": \"MaryRuthsHotspot\"\n            },\n            {\n                \"essid\": \"MarysCadillac\"\n            },\n            {\n                \"essid\": \"Marys Cadillac\"\n            },\n            {\n                \"essid\": \"Marys Chevy\"\n            },\n            {\n                \"essid\": \"Mary’s iPhone\"\n            },\n            {\n                \"essid\": \"MARY'S K7\"\n            },\n            {\n                \"essid\": \"Mary'sWifi\"\n            },\n            {\n                \"essid\": \"Mary Wifi\"\n            },\n            {\n                \"essid\": \"Marzouk’s iPhone\"\n            },\n            {\n                \"essid\": \"MasalaVada\"\n            },\n            {\n                \"essid\": \"Maskaya\"\n            },\n            {\n                \"essid\": \"masmith\"\n            },\n            {\n                \"essid\": \"MasonNet\"\n            },\n            {\n                \"essid\": \"MasonNet-guest\"\n            },\n            {\n                \"essid\": \"Massachusetts \"\n            },\n            {\n                \"essid\": \"massage envy\"\n            },\n            {\n                \"essid\": \"massey6\"\n            },\n            {\n                \"essid\": \"MasseyDawg34-2.4G-ext\"\n            },\n            {\n                \"essid\": \"Massi le conard\"\n            },\n            {\n                \"essid\": \"Massoudi\"\n            },\n            {\n                \"essid\": \"Mastaneh\"\n            },\n            {\n                \"essid\": \"Masterbd_3482\"\n            },\n            {\n                \"essid\": \"Master Bedroom display.A13C.u\"\n            },\n            {\n                \"essid\": \"Master Bedroom Speaker.n009\"\n            },\n            {\n                \"essid\": \"Master Bedroom speaker.o\"\n            },\n            {\n                \"essid\": \"Master Bedroom TV\"\n            },\n            {\n                \"essid\": \"MASTERJONES\"\n            },\n            {\n                \"essid\": \"Master Rayna C\"\n            },\n            {\n                \"essid\": \"MASTERS AP 214\"\n            },\n            {\n                \"essid\": \"MASTERS INN\"\n            },\n            {\n                \"essid\": \"mastersrhonda7\"\n            },\n            {\n                \"essid\": \"Mast Mobile WiFi\"\n            },\n            {\n                \"essid\": \"MASWifi\"\n            },\n            {\n                \"essid\": \"matador\"\n            },\n            {\n                \"essid\": \"Matanzas2550\"\n            },\n            {\n                \"essid\": \"Mated 24:13 _ 2.4\"\n            },\n            {\n                \"essid\": \"Mated 24:13 _ 5.0\"\n            },\n            {\n                \"essid\": \"mateo57\"\n            },\n            {\n                \"essid\": \"Mateo's Pixel\"\n            },\n            {\n                \"essid\": \"Mateo Wifi\"\n            },\n            {\n                \"essid\": \"Math Announcements\"\n            },\n            {\n                \"essid\": \"Matheson \"\n            },\n            {\n                \"essid\": \"Mathew\"\n            },\n            {\n                \"essid\": \"Mathias\"\n            },\n            {\n                \"essid\": \"Mathieus Volt\"\n            },\n            {\n                \"essid\": \"Mathnasium1\"\n            },\n            {\n                \"essid\": \"Math Teacher\"\n            },\n            {\n                \"essid\": \"Matias WiFi\"\n            },\n            {\n                \"essid\": \"MATRIX-ASUS-2.4\"\n            },\n            {\n                \"essid\": \"MATRIX-GUEST-2.4\"\n            },\n            {\n                \"essid\": \"Matt and Mollys\"\n            },\n            {\n                \"essid\": \"Matt Bolt\"\n            },\n            {\n                \"essid\": \"mattd\"\n            },\n            {\n                \"essid\": \"matteo’s iPhone\"\n            },\n            {\n                \"essid\": \"Matterport F932\"\n            },\n            {\n                \"essid\": \"matthew\"\n            },\n            {\n                \"essid\": \"Matthew\"\n            },\n            {\n                \"essid\": \"Matthew Fujikawa\"\n            },\n            {\n                \"essid\": \"Matthews&Co_Guest1\"\n            },\n            {\n                \"essid\": \"Matthews iPad\"\n            },\n            {\n                \"essid\": \"Matthew's iPhone\"\n            },\n            {\n                \"essid\": \"Matthew’s iPhone\"\n            },\n            {\n                \"essid\": \"Matt R\"\n            },\n            {\n                \"essid\": \"Mattress\"\n            },\n            {\n                \"essid\": \"MATTRESS_INC-2.4\"\n            },\n            {\n                \"essid\": \"Matt s7\"\n            },\n            {\n                \"essid\": \"mattscamaro\"\n            },\n            {\n                \"essid\": \"Matts Chevy\"\n            },\n            {\n                \"essid\": \"Matt Sierra\"\n            },\n            {\n                \"essid\": \"Matt's MiFi\"\n            },\n            {\n                \"essid\": \"Matt's tiny computer 2\"\n            },\n            {\n                \"essid\": \"Matt's Wi-Fi Network\"\n            },\n            {\n                \"essid\": \"Matttruck\"\n            },\n            {\n                \"essid\": \"MattWifi\"\n            },\n            {\n                \"essid\": \"mattyn\"\n            },\n            {\n                \"essid\": \"mattyson\"\n            },\n            {\n                \"essid\": \"MauiWowie\"\n            },\n            {\n                \"essid\": \"Maureen\"\n            },\n            {\n                \"essid\": \"Maureens Equinox\"\n            },\n            {\n                \"essid\": \"Maurice\"\n            },\n            {\n                \"essid\": \"Mauricio\"\n            },\n            {\n                \"essid\": \"Mauricio Gonzalez\\\\342\\\\200\\\\231s iPhone\"\n            },\n            {\n                \"essid\": \"maurosilverado\"\n            },\n            {\n                \"essid\": \"Mauro’s iPhone\"\n            },\n            {\n                \"essid\": \"MAVEN101590\"\n            },\n            {\n                \"essid\": \"MAVEN101992\"\n            },\n            {\n                \"essid\": \"Maven110467\"\n            },\n            {\n                \"essid\": \"Maven111069\"\n            },\n            {\n                \"essid\": \"Maven111231\"\n            },\n            {\n                \"essid\": \"Maven183919\"\n            },\n            {\n                \"essid\": \"Maven190812\"\n            },\n            {\n                \"essid\": \"Maven247501\"\n            },\n            {\n                \"essid\": \"Maven410305\"\n            },\n            {\n                \"essid\": \"Maven442958\"\n            },\n            {\n                \"essid\": \"Maven4489\"\n            },\n            {\n                \"essid\": \"Maven4706\"\n            },\n            {\n                \"essid\": \"Maven518765\"\n            },\n            {\n                \"essid\": \"Maven554451\"\n            },\n            {\n                \"essid\": \"MAVEN564260\"\n            },\n            {\n                \"essid\": \"Maven596221\"\n            },\n            {\n                \"essid\": \"Maven605648\"\n            },\n            {\n                \"essid\": \"MavenHome FreeWIFI\"\n            },\n            {\n                \"essid\": \"Mavenvehicle102452\"\n            },\n            {\n                \"essid\": \"Mavenvehicle593726\"\n            },\n            {\n                \"essid\": \"MavenVehicle606135\"\n            },\n            {\n                \"essid\": \"maverick2009\"\n            },\n            {\n                \"essid\": \"Mavis Coorado\"\n            },\n            {\n                \"essid\": \"Mavis D\"\n            },\n            {\n                \"essid\": \"Max\"\n            },\n            {\n                \"essid\": \"max 0722\"\n            },\n            {\n                \"essid\": \"maxcell\"\n            },\n            {\n                \"essid\": \"maxdodge1\"\n            },\n            {\n                \"essid\": \"MaxEquinox\"\n            },\n            {\n                \"essid\": \"Maxey Homes\"\n            },\n            {\n                \"essid\": \"Maximiliano Cruze\"\n            },\n            {\n                \"essid\": \"maximo\"\n            },\n            {\n                \"essid\": \"Maximus\"\n            },\n            {\n                \"essid\": \"Maxine's iPhone\"\n            },\n            {\n                \"essid\": \"Max&jess\"\n            },\n            {\n                \"essid\": \"maxlink2\"\n            },\n            {\n                \"essid\": \"Max-See_12f4\"\n            },\n            {\n                \"essid\": \"Max trucking orbi\"\n            },\n            {\n                \"essid\": \"Maxwell\"\n            },\n            {\n                \"essid\": \"MaxyBud\"\n            },\n            {\n                \"essid\": \"May1976\"\n            },\n            {\n                \"essid\": \"mayasusra\"\n            },\n            {\n                \"essid\": \"Maya Trax\"\n            },\n            {\n                \"essid\": \"Maycey\"\n            },\n            {\n                \"essid\": \"Mayer\"\n            },\n            {\n                \"essid\": \"Mayfield\"\n            },\n            {\n                \"essid\": \"mayisa72\"\n            },\n            {\n                \"essid\": \"MayLee\"\n            },\n            {\n                \"essid\": \"Maynard_Private\"\n            },\n            {\n                \"essid\": \"Maynard_Private_5G\"\n            },\n            {\n                \"essid\": \"Mayors Cruze\"\n            },\n            {\n                \"essid\": \"Maywood House\"\n            },\n            {\n                \"essid\": \"mazarix\"\n            },\n            {\n                \"essid\": \"Mazda\"\n            },\n            {\n                \"essid\": \"Mazda_0563ca6774d7\"\n            },\n            {\n                \"essid\": \"Mazda_0e31ca6074d7\"\n            },\n            {\n                \"essid\": \"Mazda-1be102\"\n            },\n            {\n                \"essid\": \"Mazda_23cbcac674d7\"\n            },\n            {\n                \"essid\": \"Mazda-2db150\"\n            },\n            {\n                \"essid\": \"Mazda3QM\"\n            },\n            {\n                \"essid\": \"Mazda6SpecialEdition\"\n            },\n            {\n                \"essid\": \"Mazda_7011cabc74d7\"\n            },\n            {\n                \"essid\": \"Mazda-76964d\"\n            },\n            {\n                \"essid\": \"Mazda_8681cab074d7\"\n            },\n            {\n                \"essid\": \"Mazda_9233caaf74d7\"\n            },\n            {\n                \"essid\": \"Mazda_98f9ca8874d7\"\n            },\n            {\n                \"essid\": \"Mazda_a0bdca5c74d7\"\n            },\n            {\n                \"essid\": \"Mazda_a24fca9974d7\"\n            },\n            {\n                \"essid\": \"Mazda_a37dca8e74d7\"\n            },\n            {\n                \"essid\": \"Mazda_a439ca5c74d7\"\n            },\n            {\n                \"essid\": \"Mazda-a92a49\"\n            },\n            {\n                \"essid\": \"Mazda_acadca7374d7\"\n            },\n            {\n                \"essid\": \"Mazda_b5e9ca4d74d7\"\n            },\n            {\n                \"essid\": \"Mazda_b850ca6474d7\"\n            },\n            {\n                \"essid\": \"Mazda_bda1caa074d7\"\n            },\n            {\n                \"essid\": \"Mazda_cbafcab674d7\"\n            },\n            {\n                \"essid\": \"Mazda_d7c3cab674d7\"\n            },\n            {\n                \"essid\": \"Mazda-dd7c29\"\n            },\n            {\n                \"essid\": \"Mazda_e0b7cab374d7\"\n            },\n            {\n                \"essid\": \"Mazda_e425ca8074d7\"\n            },\n            {\n                \"essid\": \"Mazda_e437cab774d7\"\n            },\n            {\n                \"essid\": \"Mazda_e463caac74d7\"\n            },\n            {\n                \"essid\": \"Mazda_e6d9ca7d74d7\"\n            },\n            {\n                \"essid\": \"Mazda_ee89cab074d7\"\n            },\n            {\n                \"essid\": \"Mazda_f8b7cab874d7\"\n            },\n            {\n                \"essid\": \"Mazda_J78\"\n            },\n            {\n                \"essid\": \"MbakuWakanda\"\n            },\n            {\n                \"essid\": \"MbakuWakanda_EXT\"\n            },\n            {\n                \"essid\": \"MB-Bernal-192\"\n            },\n            {\n                \"essid\": \"MBCHAUMN92\"\n            },\n            {\n                \"essid\": \"MBCo\"\n            },\n            {\n                \"essid\": \"M Bessette\"\n            },\n            {\n                \"essid\": \"MBFNA\"\n            },\n            {\n                \"essid\": \"MB Hotspot\"\n            },\n            {\n                \"essid\": \"MB Hotspot 0009647\"\n            },\n            {\n                \"essid\": \"MB Hotspot 0012213\"\n            },\n            {\n                \"essid\": \"MB Hotspot 0014784\"\n            },\n            {\n                \"essid\": \"MB Hotspot 0028208\"\n            },\n            {\n                \"essid\": \"MB Hotspot 0031574\"\n            },\n            {\n                \"essid\": \"MB Hotspot 0099167\"\n            },\n            {\n                \"essid\": \"MB Hotspot 0106606\"\n            },\n            {\n                \"essid\": \"MB Hotspot 0114569\"\n            },\n            {\n                \"essid\": \"MB Hotspot 0126292\"\n            },\n            {\n                \"essid\": \"MB Hotspot 0167680\"\n            },\n            {\n                \"essid\": \"MB Hotspot 0214804\"\n            },\n            {\n                \"essid\": \"MB Hotspot 0239566\"\n            },\n            {\n                \"essid\": \"MB Hotspot 0270921\"\n            },\n            {\n                \"essid\": \"MB Hotspot 0281669\"\n            },\n            {\n                \"essid\": \"MB Hotspot 0326133\"\n            },\n            {\n                \"essid\": \"MB Hotspot 0370138\"\n            },\n            {\n                \"essid\": \"MB Hotspot 0426026\"\n            },\n            {\n                \"essid\": \"MB Hotspot 0487868\"\n            },\n            {\n                \"essid\": \"MB Hotspot 0496448\"\n            },\n            {\n                \"essid\": \"MB Hotspot 0521226\"\n            },\n            {\n                \"essid\": \"MB Hotspot 0545017\"\n            },\n            {\n                \"essid\": \"MB Hotspot 0547175\"\n            },\n            {\n                \"essid\": \"MB Hotspot 0564787\"\n            },\n            {\n                \"essid\": \"MB Hotspot 0572536\"\n            },\n            {\n                \"essid\": \"MB Hotspot 0592784\"\n            },\n            {\n                \"essid\": \"MB Hotspot 0603883\"\n            },\n            {\n                \"essid\": \"MB Hotspot 0613070\"\n            },\n            {\n                \"essid\": \"MB Hotspot 0652567\"\n            },\n            {\n                \"essid\": \"MB Hotspot 0685500\"\n            },\n            {\n                \"essid\": \"MB Hotspot 0706374\"\n            },\n            {\n                \"essid\": \"MB Hotspot 0716504\"\n            },\n            {\n                \"essid\": \"MB Hotspot 0727545\"\n            },\n            {\n                \"essid\": \"MB Hotspot 0745493\"\n            },\n            {\n                \"essid\": \"MB Hotspot 0763208\"\n            },\n            {\n                \"essid\": \"MB Hotspot 0765527\"\n            },\n            {\n                \"essid\": \"MB Hotspot 0805904\"\n            },\n            {\n                \"essid\": \"MB Hotspot 0822374\"\n            },\n            {\n                \"essid\": \"MB Hotspot 0828341\"\n            },\n            {\n                \"essid\": \"MB Hotspot 0830450\"\n            },\n            {\n                \"essid\": \"MB Hotspot 0849894\"\n            },\n            {\n                \"essid\": \"MB Hotspot 0904948\"\n            },\n            {\n                \"essid\": \"MB Hotspot 0925974\"\n            },\n            {\n                \"essid\": \"MB Hotspot 0961620\"\n            },\n            {\n                \"essid\": \"MB Hotspot 0964598\"\n            },\n            {\n                \"essid\": \"MB Hotspot 0966562\"\n            },\n            {\n                \"essid\": \"MB Hotspot 0976392\"\n            },\n            {\n                \"essid\": \"MB Hotspot 1047308\"\n            },\n            {\n                \"essid\": \"MB Hotspot 1057839\"\n            },\n            {\n                \"essid\": \"MB Hotspot 1071779\"\n            },\n            {\n                \"essid\": \"MB Hotspot 1072105\"\n            },\n            {\n                \"essid\": \"MB Hotspot 1088419\"\n            },\n            {\n                \"essid\": \"MB Hotspot 1095045\"\n            },\n            {\n                \"essid\": \"MB Hotspot 1140224\"\n            },\n            {\n                \"essid\": \"MB Hotspot 1150226\"\n            },\n            {\n                \"essid\": \"MB Hotspot 11637 2.4 GHz\"\n            },\n            {\n                \"essid\": \"MB Hotspot 1165549\"\n            },\n            {\n                \"essid\": \"MB Hotspot 1170110\"\n            },\n            {\n                \"essid\": \"MB Hotspot 11949 2.4 GHz\"\n            },\n            {\n                \"essid\": \"MB Hotspot 1196642\"\n            },\n            {\n                \"essid\": \"MB Hotspot 1226198\"\n            },\n            {\n                \"essid\": \"MB Hotspot 12281 2.4 GHz\"\n            },\n            {\n                \"essid\": \"MB Hotspot 12339 2.4 GHz\"\n            },\n            {\n                \"essid\": \"MB Hotspot 1252261\"\n            },\n            {\n                \"essid\": \"MB Hotspot 1256427\"\n            },\n            {\n                \"essid\": \"MB Hotspot 1305413\"\n            },\n            {\n                \"essid\": \"MB Hotspot 1315706\"\n            },\n            {\n                \"essid\": \"MB Hotspot 1337600\"\n            },\n            {\n                \"essid\": \"MB Hotspot 1356583\"\n            },\n            {\n                \"essid\": \"MB Hotspot 1362532\"\n            },\n            {\n                \"essid\": \"MB Hotspot 13659 2.4 GHz\"\n            },\n            {\n                \"essid\": \"MB Hotspot 13713\"\n            },\n            {\n                \"essid\": \"MB Hotspot 1404205\"\n            },\n            {\n                \"essid\": \"MB Hotspot 1415306\"\n            },\n            {\n                \"essid\": \"MB Hotspot 14768 2.4 GHz\"\n            },\n            {\n                \"essid\": \"MB Hotspot 1484179\"\n            },\n            {\n                \"essid\": \"MB Hotspot 1510743\"\n            },\n            {\n                \"essid\": \"MB Hotspot 15313 2.4 GHz\"\n            },\n            {\n                \"essid\": \"MB Hotspot 15462 2.4 GHz\"\n            },\n            {\n                \"essid\": \"MB Hotspot 1562512\"\n            },\n            {\n                \"essid\": \"MB Hotspot 1565018\"\n            },\n            {\n                \"essid\": \"MB Hotspot 1570092\"\n            },\n            {\n                \"essid\": \"MB Hotspot 1583701\"\n            },\n            {\n                \"essid\": \"MB Hotspot 1610073\"\n            },\n            {\n                \"essid\": \"MB Hotspot 16155 2.4 GHz\"\n            },\n            {\n                \"essid\": \"MB Hotspot 1631309\"\n            },\n            {\n                \"essid\": \"MB Hotspot 1659647\"\n            },\n            {\n                \"essid\": \"MB Hotspot 1683871\"\n            },\n            {\n                \"essid\": \"MB Hotspot 1685299\"\n            },\n            {\n                \"essid\": \"MB Hotspot 1714246\"\n            },\n            {\n                \"essid\": \"MB Hotspot 17171 2.4 GHz\"\n            },\n            {\n                \"essid\": \"MB Hotspot 1723956\"\n            },\n            {\n                \"essid\": \"MB Hotspot 1823172\"\n            },\n            {\n                \"essid\": \"MB Hotspot 1844305\"\n            },\n            {\n                \"essid\": \"MB Hotspot 1855578\"\n            },\n            {\n                \"essid\": \"MB Hotspot 1864961\"\n            },\n            {\n                \"essid\": \"MB Hotspot 18741\"\n            },\n            {\n                \"essid\": \"MB Hotspot 1877569\"\n            },\n            {\n                \"essid\": \"MB Hotspot 1887231\"\n            },\n            {\n                \"essid\": \"MB Hotspot 18889 2.4 GHz\"\n            },\n            {\n                \"essid\": \"MB Hotspot 1897146\"\n            },\n            {\n                \"essid\": \"MB Hotspot 1897161\"\n            },\n            {\n                \"essid\": \"MB Hotspot 1913941\"\n            },\n            {\n                \"essid\": \"MB Hotspot 1915173\"\n            },\n            {\n                \"essid\": \"MB Hotspot 19164 2.4 GHz\"\n            },\n            {\n                \"essid\": \"MB Hotspot 1957158\"\n            },\n            {\n                \"essid\": \"MB Hotspot 19577 2.4 GHz\"\n            },\n            {\n                \"essid\": \"MB Hotspot 1964062\"\n            },\n            {\n                \"essid\": \"MB Hotspot 1980771\"\n            },\n            {\n                \"essid\": \"MB Hotspot 1994553\"\n            },\n            {\n                \"essid\": \"MB Hotspot 2028173\"\n            },\n            {\n                \"essid\": \"MB Hotspot 2083731\"\n            },\n            {\n                \"essid\": \"MB Hotspot 2083951\"\n            },\n            {\n                \"essid\": \"MB Hotspot 2102618\"\n            },\n            {\n                \"essid\": \"MB Hotspot 2140868\"\n            },\n            {\n                \"essid\": \"MB Hotspot 2152759\"\n            },\n            {\n                \"essid\": \"MB Hotspot 21548\"\n            },\n            {\n                \"essid\": \"MB Hotspot 21586\"\n            },\n            {\n                \"essid\": \"MB Hotspot 21721 2.4 GHz\"\n            },\n            {\n                \"essid\": \"MB Hotspot 2177990\"\n            },\n            {\n                \"essid\": \"MB Hotspot 2186408\"\n            },\n            {\n                \"essid\": \"MB Hotspot 2237111\"\n            },\n            {\n                \"essid\": \"MB Hotspot 22397\"\n            },\n            {\n                \"essid\": \"MB Hotspot 22425\"\n            },\n            {\n                \"essid\": \"MB Hotspot 2249155\"\n            },\n            {\n                \"essid\": \"MB Hotspot 2283701\"\n            },\n            {\n                \"essid\": \"MB Hotspot 2292144\"\n            },\n            {\n                \"essid\": \"MB Hotspot 2344692\"\n            },\n            {\n                \"essid\": \"MB Hotspot 2345789\"\n            },\n            {\n                \"essid\": \"MB Hotspot 2359574\"\n            },\n            {\n                \"essid\": \"MB Hotspot 2368814\"\n            },\n            {\n                \"essid\": \"MB Hotspot 23793 2.4 GHz\"\n            },\n            {\n                \"essid\": \"MB Hotspot 2392055\"\n            },\n            {\n                \"essid\": \"MB Hotspot 2412663\"\n            },\n            {\n                \"essid\": \"MB Hotspot 2418184\"\n            },\n            {\n                \"essid\": \"MB Hotspot 2460231\"\n            },\n            {\n                \"essid\": \"MB Hotspot 2491929\"\n            },\n            {\n                \"essid\": \"MB Hotspot 2527013\"\n            },\n            {\n                \"essid\": \"MB Hotspot 25465 2.4 GHz\"\n            },\n            {\n                \"essid\": \"MB Hotspot 2548655\"\n            },\n            {\n                \"essid\": \"MB Hotspot 2576414\"\n            },\n            {\n                \"essid\": \"MB Hotspot 25785 2.4 GHz\"\n            },\n            {\n                \"essid\": \"MB Hotspot 25967 2.4 GHz\"\n            },\n            {\n                \"essid\": \"MB Hotspot 2623525\"\n            },\n            {\n                \"essid\": \"MB Hotspot 2646102\"\n            },\n            {\n                \"essid\": \"MB Hotspot 2649743\"\n            },\n            {\n                \"essid\": \"MB Hotspot 26658\"\n            },\n            {\n                \"essid\": \"MB Hotspot 2697306\"\n            },\n            {\n                \"essid\": \"MB Hotspot 2710163\"\n            },\n            {\n                \"essid\": \"MB Hotspot 2714705\"\n            },\n            {\n                \"essid\": \"MB Hotspot 27246 2.4 GHz\"\n            },\n            {\n                \"essid\": \"MB Hotspot 2742936\"\n            },\n            {\n                \"essid\": \"MB Hotspot 2785654\"\n            },\n            {\n                \"essid\": \"MB Hotspot 2794912\"\n            },\n            {\n                \"essid\": \"MB Hotspot 28586\"\n            },\n            {\n                \"essid\": \"MB Hotspot 2904527\"\n            },\n            {\n                \"essid\": \"MB Hotspot 29265 2.4 GHz\"\n            },\n            {\n                \"essid\": \"MB Hotspot 2935409\"\n            },\n            {\n                \"essid\": \"MB Hotspot 2940028\"\n            },\n            {\n                \"essid\": \"MB Hotspot 2942385\"\n            },\n            {\n                \"essid\": \"MB Hotspot 2968318\"\n            },\n            {\n                \"essid\": \"MB Hotspot 2969923\"\n            },\n            {\n                \"essid\": \"MB Hotspot 29867\"\n            },\n            {\n                \"essid\": \"MB Hotspot 3017523\"\n            },\n            {\n                \"essid\": \"MB Hotspot 3068681\"\n            },\n            {\n                \"essid\": \"MB Hotspot 31321 2.4 GHz\"\n            },\n            {\n                \"essid\": \"MB Hotspot 3134914\"\n            },\n            {\n                \"essid\": \"MB Hotspot 31353 2.4 GHz\"\n            },\n            {\n                \"essid\": \"MB Hotspot 31935 2.4 GHz\"\n            },\n            {\n                \"essid\": \"MB Hotspot 3205109\"\n            },\n            {\n                \"essid\": \"MB Hotspot 3221234\"\n            },\n            {\n                \"essid\": \"MB Hotspot 3254747\"\n            },\n            {\n                \"essid\": \"MB Hotspot 32914\"\n            },\n            {\n                \"essid\": \"MB Hotspot 3295480\"\n            },\n            {\n                \"essid\": \"MB Hotspot 3309192\"\n            },\n            {\n                \"essid\": \"MB Hotspot 3320320\"\n            },\n            {\n                \"essid\": \"MB Hotspot 3341755\"\n            },\n            {\n                \"essid\": \"MB Hotspot 3368387\"\n            },\n            {\n                \"essid\": \"MB Hotspot 3375705\"\n            },\n            {\n                \"essid\": \"MB Hotspot 34112 2.4 GHz\"\n            },\n            {\n                \"essid\": \"MB Hotspot 3423280\"\n            },\n            {\n                \"essid\": \"MB Hotspot 3423428\"\n            },\n            {\n                \"essid\": \"MB Hotspot 34431 2.4 GHz\"\n            },\n            {\n                \"essid\": \"MB Hotspot 3447247\"\n            },\n            {\n                \"essid\": \"MB Hotspot 3458498\"\n            },\n            {\n                \"essid\": \"MB Hotspot 34686\"\n            },\n            {\n                \"essid\": \"MB Hotspot 34817\"\n            },\n            {\n                \"essid\": \"MB Hotspot 35148\"\n            },\n            {\n                \"essid\": \"MB Hotspot 3518262\"\n            },\n            {\n                \"essid\": \"MB Hotspot 35199 2.4 GHz\"\n            },\n            {\n                \"essid\": \"MB Hotspot 35298 2.4 GHz\"\n            },\n            {\n                \"essid\": \"MB Hotspot 3558888\"\n            },\n            {\n                \"essid\": \"MB Hotspot 3563359\"\n            },\n            {\n                \"essid\": \"MB Hotspot 3566966\"\n            },\n            {\n                \"essid\": \"MB Hotspot 35798 2.4 GHz\"\n            },\n            {\n                \"essid\": \"MB Hotspot 3582593\"\n            },\n            {\n                \"essid\": \"MB Hotspot 35898 2.4 GHz\"\n            },\n            {\n                \"essid\": \"MB Hotspot 3626411\"\n            },\n            {\n                \"essid\": \"MB Hotspot 3626469\"\n            },\n            {\n                \"essid\": \"MB Hotspot 3630314\"\n            },\n            {\n                \"essid\": \"MB Hotspot 3654959\"\n            },\n            {\n                \"essid\": \"MB Hotspot 36566\"\n            },\n            {\n                \"essid\": \"MB Hotspot 3659427\"\n            },\n            {\n                \"essid\": \"MB Hotspot 3673246\"\n            },\n            {\n                \"essid\": \"MB Hotspot 3688907\"\n            },\n            {\n                \"essid\": \"MB Hotspot 3688975\"\n            },\n            {\n                \"essid\": \"MB Hotspot 36987 2.4 GHz\"\n            },\n            {\n                \"essid\": \"MB Hotspot 3724245\"\n            },\n            {\n                \"essid\": \"MB Hotspot 37282 2.4 GHz\"\n            },\n            {\n                \"essid\": \"MB Hotspot 37375 2.4 GHz\"\n            },\n            {\n                \"essid\": \"MB Hotspot 37717 2.4 GHz\"\n            },\n            {\n                \"essid\": \"MB Hotspot 3790482\"\n            },\n            {\n                \"essid\": \"MB Hotspot 37924 2.4 GHz\"\n            },\n            {\n                \"essid\": \"MB Hotspot 3795133\"\n            },\n            {\n                \"essid\": \"MB Hotspot 3799624\"\n            },\n            {\n                \"essid\": \"MB Hotspot 3807163\"\n            },\n            {\n                \"essid\": \"MB Hotspot 38225\"\n            },\n            {\n                \"essid\": \"MB Hotspot 38312 2.4 GHz\"\n            },\n            {\n                \"essid\": \"MB Hotspot 38477 2.4 GHz\"\n            },\n            {\n                \"essid\": \"MB Hotspot 3850175\"\n            },\n            {\n                \"essid\": \"MB Hotspot 3893583\"\n            },\n            {\n                \"essid\": \"MB Hotspot 3899817\"\n            },\n            {\n                \"essid\": \"MB Hotspot 3915310\"\n            },\n            {\n                \"essid\": \"MB Hotspot 3918175\"\n            },\n            {\n                \"essid\": \"MB Hotspot 4014152\"\n            },\n            {\n                \"essid\": \"MB Hotspot 4047806\"\n            },\n            {\n                \"essid\": \"MB Hotspot 4051500\"\n            },\n            {\n                \"essid\": \"MB Hotspot 4053141\"\n            },\n            {\n                \"essid\": \"MB Hotspot 4090474\"\n            },\n            {\n                \"essid\": \"MB Hotspot 4108362\"\n            },\n            {\n                \"essid\": \"MB Hotspot 4118954\"\n            },\n            {\n                \"essid\": \"MB Hotspot 4121318\"\n            },\n            {\n                \"essid\": \"MB Hotspot 4129346\"\n            },\n            {\n                \"essid\": \"MB Hotspot 41345\"\n            },\n            {\n                \"essid\": \"MB Hotspot 4149468\"\n            },\n            {\n                \"essid\": \"MB Hotspot 4180675\"\n            },\n            {\n                \"essid\": \"MB Hotspot 4188238\"\n            },\n            {\n                \"essid\": \"MB Hotspot 4224189\"\n            },\n            {\n                \"essid\": \"MB Hotspot 4230512\"\n            },\n            {\n                \"essid\": \"MB Hotspot 42324\"\n            },\n            {\n                \"essid\": \"MB Hotspot 42461\"\n            },\n            {\n                \"essid\": \"MB Hotspot 42472 2.4 GHz\"\n            },\n            {\n                \"essid\": \"MB Hotspot 42521 2.4 GHz\"\n            },\n            {\n                \"essid\": \"MB Hotspot 42654 2.4 GHz\"\n            },\n            {\n                \"essid\": \"MB Hotspot 42864 2.4 GHz\"\n            },\n            {\n                \"essid\": \"MB Hotspot 4290040\"\n            },\n            {\n                \"essid\": \"MB Hotspot 4292512\"\n            },\n            {\n                \"essid\": \"MB Hotspot 4312464\"\n            },\n            {\n                \"essid\": \"MB Hotspot 43175 2.4 GHz\"\n            },\n            {\n                \"essid\": \"MB Hotspot 43451 2.4 GHz\"\n            },\n            {\n                \"essid\": \"MB Hotspot 43565 2.4 GHz\"\n            },\n            {\n                \"essid\": \"MB Hotspot 4357296\"\n            },\n            {\n                \"essid\": \"MB Hotspot 43842 2.4 GHz\"\n            },\n            {\n                \"essid\": \"MB Hotspot 43961 2.4 GHz\"\n            },\n            {\n                \"essid\": \"MB Hotspot 4415186\"\n            },\n            {\n                \"essid\": \"MB Hotspot 4463384\"\n            },\n            {\n                \"essid\": \"MB Hotspot 4466013\"\n            },\n            {\n                \"essid\": \"MB Hotspot 4474562\"\n            },\n            {\n                \"essid\": \"MB Hotspot 4488279\"\n            },\n            {\n                \"essid\": \"MB Hotspot 4488331\"\n            },\n            {\n                \"essid\": \"MB Hotspot 450\"\n            },\n            {\n                \"essid\": \"MB Hotspot 4509593\"\n            },\n            {\n                \"essid\": \"MB Hotspot 4534788\"\n            },\n            {\n                \"essid\": \"MB Hotspot 4538214\"\n            },\n            {\n                \"essid\": \"MB Hotspot 4540591\"\n            },\n            {\n                \"essid\": \"MB Hotspot 4542075\"\n            },\n            {\n                \"essid\": \"MB Hotspot 4578218\"\n            },\n            {\n                \"essid\": \"MB Hotspot 45842\"\n            },\n            {\n                \"essid\": \"MB Hotspot 4586410\"\n            },\n            {\n                \"essid\": \"MB Hotspot 4630692\"\n            },\n            {\n                \"essid\": \"MB Hotspot 4689351\"\n            },\n            {\n                \"essid\": \"MB Hotspot 47368 2.4 GHz\"\n            },\n            {\n                \"essid\": \"MB Hotspot 4759446\"\n            },\n            {\n                \"essid\": \"MB Hotspot 4760822\"\n            },\n            {\n                \"essid\": \"MB Hotspot 4765717\"\n            },\n            {\n                \"essid\": \"MB Hotspot 4771599\"\n            },\n            {\n                \"essid\": \"MB Hotspot 4776970\"\n            },\n            {\n                \"essid\": \"MB Hotspot 4777270\"\n            },\n            {\n                \"essid\": \"MB Hotspot 4782437\"\n            },\n            {\n                \"essid\": \"MB Hotspot 4810352\"\n            },\n            {\n                \"essid\": \"MB Hotspot 4823212\"\n            },\n            {\n                \"essid\": \"MB Hotspot 4824464\"\n            },\n            {\n                \"essid\": \"MB Hotspot 48262\"\n            },\n            {\n                \"essid\": \"MB Hotspot 4833080\"\n            },\n            {\n                \"essid\": \"MB Hotspot 48398\"\n            },\n            {\n                \"essid\": \"MB Hotspot 4852986\"\n            },\n            {\n                \"essid\": \"MB Hotspot 4855558\"\n            },\n            {\n                \"essid\": \"MB Hotspot 4871869\"\n            },\n            {\n                \"essid\": \"MB Hotspot 48722\"\n            },\n            {\n                \"essid\": \"MB Hotspot 49129 2.4 GHz\"\n            },\n            {\n                \"essid\": \"MB Hotspot 4915846\"\n            },\n            {\n                \"essid\": \"MB Hotspot 4917027\"\n            },\n            {\n                \"essid\": \"MB Hotspot 4931778\"\n            },\n            {\n                \"essid\": \"MB Hotspot 4933027\"\n            },\n            {\n                \"essid\": \"MB Hotspot 49396\"\n            },\n            {\n                \"essid\": \"MB Hotspot 49498 2.4 GHz\"\n            },\n            {\n                \"essid\": \"MB Hotspot 49648\"\n            },\n            {\n                \"essid\": \"MB Hotspot 4989579\"\n            },\n            {\n                \"essid\": \"MB Hotspot 4990719\"\n            },\n            {\n                \"essid\": \"MB Hotspot 5002243\"\n            },\n            {\n                \"essid\": \"MB Hotspot 5039722\"\n            },\n            {\n                \"essid\": \"MB Hotspot 5059115\"\n            },\n            {\n                \"essid\": \"MB Hotspot 51421\"\n            },\n            {\n                \"essid\": \"MB Hotspot 5171186\"\n            },\n            {\n                \"essid\": \"MB Hotspot 5216329\"\n            },\n            {\n                \"essid\": \"MB Hotspot 52515\"\n            },\n            {\n                \"essid\": \"MB Hotspot 5259428\"\n            },\n            {\n                \"essid\": \"MB Hotspot 52678\"\n            },\n            {\n                \"essid\": \"MB Hotspot 5268340\"\n            },\n            {\n                \"essid\": \"MB Hotspot 5298006\"\n            },\n            {\n                \"essid\": \"MB Hotspot 5364807\"\n            },\n            {\n                \"essid\": \"MB Hotspot 5410264\"\n            },\n            {\n                \"essid\": \"MB Hotspot 54113\"\n            },\n            {\n                \"essid\": \"MB Hotspot 5415470\"\n            },\n            {\n                \"essid\": \"MB Hotspot 5431921\"\n            },\n            {\n                \"essid\": \"MB Hotspot 54437 2.4 GHz\"\n            },\n            {\n                \"essid\": \"MB Hotspot 54526\"\n            },\n            {\n                \"essid\": \"MB Hotspot 5475866\"\n            },\n            {\n                \"essid\": \"MB Hotspot 5491888\"\n            },\n            {\n                \"essid\": \"MB Hotspot 55117\"\n            },\n            {\n                \"essid\": \"MB Hotspot 5544756\"\n            },\n            {\n                \"essid\": \"MB Hotspot 5568895\"\n            },\n            {\n                \"essid\": \"MB Hotspot 5595164\"\n            },\n            {\n                \"essid\": \"MB Hotspot 55966 2.4 GHz\"\n            },\n            {\n                \"essid\": \"MB Hotspot 55992\"\n            },\n            {\n                \"essid\": \"MB Hotspot 5625723\"\n            },\n            {\n                \"essid\": \"MB Hotspot 5629989\"\n            },\n            {\n                \"essid\": \"MB Hotspot 56339 2.4 GHz\"\n            },\n            {\n                \"essid\": \"MB Hotspot 5669724\"\n            },\n            {\n                \"essid\": \"MB Hotspot 56768\"\n            },\n            {\n                \"essid\": \"MB Hotspot 5722781\"\n            },\n            {\n                \"essid\": \"MB Hotspot 5733160\"\n            },\n            {\n                \"essid\": \"MB Hotspot 5737956\"\n            },\n            {\n                \"essid\": \"MB Hotspot 57571 2.4 GHz\"\n            },\n            {\n                \"essid\": \"MB Hotspot 57624\"\n            },\n            {\n                \"essid\": \"MB Hotspot 5770930\"\n            },\n            {\n                \"essid\": \"MB Hotspot 57796 2.4 GHz\"\n            },\n            {\n                \"essid\": \"MB Hotspot 5781398\"\n            },\n            {\n                \"essid\": \"MB Hotspot 57848 2.4 GHz\"\n            },\n            {\n                \"essid\": \"MB Hotspot 5791518\"\n            },\n            {\n                \"essid\": \"MB Hotspot 58166 2.4 GHz\"\n            },\n            {\n                \"essid\": \"MB Hotspot 58193 2.4 GHz\"\n            },\n            {\n                \"essid\": \"MB Hotspot 58467 2.4 GHz\"\n            },\n            {\n                \"essid\": \"MB Hotspot 5851800\"\n            },\n            {\n                \"essid\": \"MB Hotspot 5859475\"\n            },\n            {\n                \"essid\": \"MB Hotspot 58664 2.4 GHz\"\n            },\n            {\n                \"essid\": \"MB Hotspot 5868445\"\n            },\n            {\n                \"essid\": \"MB Hotspot 5911949\"\n            },\n            {\n                \"essid\": \"MB Hotspot 5915557\"\n            },\n            {\n                \"essid\": \"MB Hotspot 59163 2.4 GHz\"\n            },\n            {\n                \"essid\": \"MB Hotspot 5937496\"\n            },\n            {\n                \"essid\": \"MB Hotspot 5962454\"\n            },\n            {\n                \"essid\": \"MB Hotspot 59633\"\n            },\n            {\n                \"essid\": \"MB Hotspot 5989137\"\n            },\n            {\n                \"essid\": \"MB Hotspot 5994511\"\n            },\n            {\n                \"essid\": \"MB Hotspot 6032134\"\n            },\n            {\n                \"essid\": \"MB Hotspot 6042967\"\n            },\n            {\n                \"essid\": \"MB Hotspot 6132266\"\n            },\n            {\n                \"essid\": \"MB Hotspot 61386 2.4 GHz\"\n            },\n            {\n                \"essid\": \"MB Hotspot 6145654\"\n            },\n            {\n                \"essid\": \"MB Hotspot 61649 2.4 GHz\"\n            },\n            {\n                \"essid\": \"MB Hotspot 6165158\"\n            },\n            {\n                \"essid\": \"MB Hotspot 6178568\"\n            },\n            {\n                \"essid\": \"MB Hotspot 6181558\"\n            },\n            {\n                \"essid\": \"MB Hotspot 6187709\"\n            },\n            {\n                \"essid\": \"MB Hotspot 6199141\"\n            },\n            {\n                \"essid\": \"MB Hotspot 62274 2.4 GHz\"\n            },\n            {\n                \"essid\": \"MB Hotspot 6247528\"\n            },\n            {\n                \"essid\": \"MB Hotspot 6249952\"\n            },\n            {\n                \"essid\": \"MB Hotspot 6256717\"\n            },\n            {\n                \"essid\": \"MB Hotspot 6257417\"\n            },\n            {\n                \"essid\": \"MB Hotspot 6277785\"\n            },\n            {\n                \"essid\": \"MB Hotspot 6287808\"\n            },\n            {\n                \"essid\": \"MB Hotspot 6309179\"\n            },\n            {\n                \"essid\": \"MB Hotspot 63278\"\n            },\n            {\n                \"essid\": \"MB Hotspot 6339619\"\n            },\n            {\n                \"essid\": \"MB Hotspot 63469\"\n            },\n            {\n                \"essid\": \"MB Hotspot 63819 2.4 GHz\"\n            },\n            {\n                \"essid\": \"MB Hotspot 6387680\"\n            },\n            {\n                \"essid\": \"MB Hotspot 63954\"\n            },\n            {\n                \"essid\": \"MB Hotspot 6406856\"\n            },\n            {\n                \"essid\": \"MB Hotspot 6407272\"\n            },\n            {\n                \"essid\": \"MB Hotspot 6414492\"\n            },\n            {\n                \"essid\": \"MB Hotspot 64478\"\n            },\n            {\n                \"essid\": \"MB Hotspot 6476421\"\n            },\n            {\n                \"essid\": \"MB Hotspot 6495813\"\n            },\n            {\n                \"essid\": \"MB Hotspot 6531401\"\n            },\n            {\n                \"essid\": \"MB Hotspot 65541\"\n            },\n            {\n                \"essid\": \"MB Hotspot 6573312\"\n            },\n            {\n                \"essid\": \"MB Hotspot 6598583\"\n            },\n            {\n                \"essid\": \"MB Hotspot 66127\"\n            },\n            {\n                \"essid\": \"MB Hotspot 66253 2.4 GHz\"\n            },\n            {\n                \"essid\": \"MB Hotspot 66622 2.4 GHz\"\n            },\n            {\n                \"essid\": \"MB Hotspot 6669149\"\n            },\n            {\n                \"essid\": \"MB Hotspot 6725901\"\n            },\n            {\n                \"essid\": \"MB Hotspot 67428 2.4 GHz\"\n            },\n            {\n                \"essid\": \"MB Hotspot 6759023\"\n            },\n            {\n                \"essid\": \"MB Hotspot 6781922\"\n            },\n            {\n                \"essid\": \"MB Hotspot 6810083\"\n            },\n            {\n                \"essid\": \"MB Hotspot 68115\"\n            },\n            {\n                \"essid\": \"MB Hotspot 6820219\"\n            },\n            {\n                \"essid\": \"MB Hotspot 6822761\"\n            },\n            {\n                \"essid\": \"MB Hotspot 6823975\"\n            },\n            {\n                \"essid\": \"MB Hotspot 6877445\"\n            },\n            {\n                \"essid\": \"MB Hotspot 6881160\"\n            },\n            {\n                \"essid\": \"MB Hotspot 6893041\"\n            },\n            {\n                \"essid\": \"MB Hotspot 6893367\"\n            },\n            {\n                \"essid\": \"MB Hotspot 6900329\"\n            },\n            {\n                \"essid\": \"MB Hotspot 6905907\"\n            },\n            {\n                \"essid\": \"MB Hotspot 6917124\"\n            },\n            {\n                \"essid\": \"MB Hotspot 69298\"\n            },\n            {\n                \"essid\": \"MB Hotspot 69379\"\n            },\n            {\n                \"essid\": \"MB Hotspot 69627 2.4 GHz\"\n            },\n            {\n                \"essid\": \"MB Hotspot 6967954\"\n            },\n            {\n                \"essid\": \"MB Hotspot 69823\"\n            },\n            {\n                \"essid\": \"MB Hotspot 7048525\"\n            },\n            {\n                \"essid\": \"MB Hotspot 7092210\"\n            },\n            {\n                \"essid\": \"MB Hotspot 7093639\"\n            },\n            {\n                \"essid\": \"MB Hotspot 7094267\"\n            },\n            {\n                \"essid\": \"MB Hotspot 71247 2.4 GHz\"\n            },\n            {\n                \"essid\": \"MB Hotspot 71294 2.4 GHz\"\n            },\n            {\n                \"essid\": \"MB Hotspot 7132452\"\n            },\n            {\n                \"essid\": \"MB Hotspot 71463 2.4 GHz\"\n            },\n            {\n                \"essid\": \"MB Hotspot 71518 2.4 GHz\"\n            },\n            {\n                \"essid\": \"MB Hotspot 71589\"\n            },\n            {\n                \"essid\": \"MB Hotspot 71639 2.4 GHz\"\n            },\n            {\n                \"essid\": \"MB Hotspot 7165671\"\n            },\n            {\n                \"essid\": \"MB Hotspot 7173788\"\n            },\n            {\n                \"essid\": \"MB Hotspot 71739\"\n            },\n            {\n                \"essid\": \"MB Hotspot 7196492\"\n            },\n            {\n                \"essid\": \"MB Hotspot 72222 2.4 GHz\"\n            },\n            {\n                \"essid\": \"MB Hotspot 7229855\"\n            },\n            {\n                \"essid\": \"MB Hotspot 7230069\"\n            },\n            {\n                \"essid\": \"MB Hotspot 7264304\"\n            },\n            {\n                \"essid\": \"MB Hotspot 72718\"\n            },\n            {\n                \"essid\": \"MB Hotspot 7280817\"\n            },\n            {\n                \"essid\": \"MB Hotspot 7280906\"\n            },\n            {\n                \"essid\": \"MB Hotspot 72858 2.4 GHz\"\n            },\n            {\n                \"essid\": \"MB Hotspot 7324795\"\n            },\n            {\n                \"essid\": \"MB Hotspot 7332131\"\n            },\n            {\n                \"essid\": \"MB Hotspot 73381\"\n            },\n            {\n                \"essid\": \"MB Hotspot 7344299\"\n            },\n            {\n                \"essid\": \"MB Hotspot 73515 2.4 GHz\"\n            },\n            {\n                \"essid\": \"MB Hotspot 7353964\"\n            },\n            {\n                \"essid\": \"MB Hotspot 7359849\"\n            },\n            {\n                \"essid\": \"MB Hotspot 7383768\"\n            },\n            {\n                \"essid\": \"MB Hotspot 7427121\"\n            },\n            {\n                \"essid\": \"MB Hotspot 74481\"\n            },\n            {\n                \"essid\": \"MB Hotspot 74529 2.4 GHz\"\n            },\n            {\n                \"essid\": \"MB Hotspot 7457856\"\n            },\n            {\n                \"essid\": \"MB Hotspot 7468092\"\n            },\n            {\n                \"essid\": \"MB Hotspot 7477046\"\n            },\n            {\n                \"essid\": \"MB Hotspot 7506136\"\n            },\n            {\n                \"essid\": \"MB Hotspot 75228 2.4 GHz\"\n            },\n            {\n                \"essid\": \"MB Hotspot 7554098\"\n            },\n            {\n                \"essid\": \"MB Hotspot 75543\"\n            },\n            {\n                \"essid\": \"MB Hotspot 75851\"\n            },\n            {\n                \"essid\": \"MB Hotspot 75887 2.4 GHz\"\n            },\n            {\n                \"essid\": \"MB Hotspot 7645018\"\n            },\n            {\n                \"essid\": \"MB Hotspot 76625 2.4 GHz\"\n            },\n            {\n                \"essid\": \"MB Hotspot 7670285\"\n            },\n            {\n                \"essid\": \"MB Hotspot 7689560\"\n            },\n            {\n                \"essid\": \"MB Hotspot 7723216\"\n            },\n            {\n                \"essid\": \"MB Hotspot 77426 2.4 GHz\"\n            },\n            {\n                \"essid\": \"MB Hotspot 7743578\"\n            },\n            {\n                \"essid\": \"MB Hotspot 7828170\"\n            },\n            {\n                \"essid\": \"MB Hotspot 7837902\"\n            },\n            {\n                \"essid\": \"MB Hotspot 7852097\"\n            },\n            {\n                \"essid\": \"MB Hotspot 78672\"\n            },\n            {\n                \"essid\": \"MB Hotspot 78952\"\n            },\n            {\n                \"essid\": \"MB Hotspot 7912448\"\n            },\n            {\n                \"essid\": \"MB Hotspot 7921489\"\n            },\n            {\n                \"essid\": \"MB Hotspot 7921593\"\n            },\n            {\n                \"essid\": \"MB Hotspot 79335 2.4 GHz\"\n            },\n            {\n                \"essid\": \"MB Hotspot 79354 2.4 GHz\"\n            },\n            {\n                \"essid\": \"MB Hotspot 79489\"\n            },\n            {\n                \"essid\": \"MB Hotspot 79567\"\n            },\n            {\n                \"essid\": \"MB Hotspot 7967060\"\n            },\n            {\n                \"essid\": \"MB Hotspot 79859\"\n            },\n            {\n                \"essid\": \"MB Hotspot 7996405\"\n            },\n            {\n                \"essid\": \"MB Hotspot 8001262\"\n            },\n            {\n                \"essid\": \"MB Hotspot 8016793\"\n            },\n            {\n                \"essid\": \"MB Hotspot 81194\"\n            },\n            {\n                \"essid\": \"MB Hotspot 8141156\"\n            },\n            {\n                \"essid\": \"MB Hotspot 8201364\"\n            },\n            {\n                \"essid\": \"MB Hotspot 8205160\"\n            },\n            {\n                \"essid\": \"MB Hotspot 8216694\"\n            },\n            {\n                \"essid\": \"MB Hotspot 8218724\"\n            },\n            {\n                \"essid\": \"MB Hotspot 8233004\"\n            },\n            {\n                \"essid\": \"MB Hotspot 8237926\"\n            },\n            {\n                \"essid\": \"MB Hotspot 82426\"\n            },\n            {\n                \"essid\": \"MB Hotspot 8295317\"\n            },\n            {\n                \"essid\": \"MB Hotspot 83254 2.4 GHz\"\n            },\n            {\n                \"essid\": \"MB Hotspot 8388243\"\n            },\n            {\n                \"essid\": \"MB Hotspot 83934\"\n            },\n            {\n                \"essid\": \"MB Hotspot 8420782\"\n            },\n            {\n                \"essid\": \"MB Hotspot 84334\"\n            },\n            {\n                \"essid\": \"MB Hotspot 8444590\"\n            },\n            {\n                \"essid\": \"MB Hotspot 8447272\"\n            },\n            {\n                \"essid\": \"MB Hotspot 84745\"\n            },\n            {\n                \"essid\": \"MB Hotspot 8520908\"\n            },\n            {\n                \"essid\": \"MB Hotspot 8535546\"\n            },\n            {\n                \"essid\": \"MB Hotspot 85359 2.4 GHz\"\n            },\n            {\n                \"essid\": \"MB Hotspot 8542820\"\n            },\n            {\n                \"essid\": \"MB Hotspot 8544831\"\n            },\n            {\n                \"essid\": \"MB Hotspot 85616 2.4 GHz\"\n            },\n            {\n                \"essid\": \"MB Hotspot 8582853\"\n            },\n            {\n                \"essid\": \"MB Hotspot 8584591\"\n            },\n            {\n                \"essid\": \"MB Hotspot 8599896\"\n            },\n            {\n                \"essid\": \"MB Hotspot 8627599\"\n            },\n            {\n                \"essid\": \"MB Hotspot 8648436\"\n            },\n            {\n                \"essid\": \"MB Hotspot 86573 2.4 GHz\"\n            },\n            {\n                \"essid\": \"MB Hotspot 8660754\"\n            },\n            {\n                \"essid\": \"MB Hotspot 8711334\"\n            },\n            {\n                \"essid\": \"MB Hotspot 8719946\"\n            },\n            {\n                \"essid\": \"MB Hotspot 87539\"\n            },\n            {\n                \"essid\": \"MB Hotspot 87647\"\n            },\n            {\n                \"essid\": \"MB Hotspot 8765788\"\n            },\n            {\n                \"essid\": \"MB Hotspot 8783151\"\n            },\n            {\n                \"essid\": \"MB Hotspot 8810057\"\n            },\n            {\n                \"essid\": \"MB Hotspot 8821049\"\n            },\n            {\n                \"essid\": \"MB Hotspot 8828549\"\n            },\n            {\n                \"essid\": \"MB Hotspot 8832634\"\n            },\n            {\n                \"essid\": \"MB Hotspot 8842069\"\n            },\n            {\n                \"essid\": \"MB Hotspot 8852990\"\n            },\n            {\n                \"essid\": \"MB Hotspot 8854324\"\n            },\n            {\n                \"essid\": \"MB Hotspot 8878592\"\n            },\n            {\n                \"essid\": \"MB Hotspot 8881151\"\n            },\n            {\n                \"essid\": \"MB Hotspot 8892694\"\n            },\n            {\n                \"essid\": \"MB Hotspot 8894187\"\n            },\n            {\n                \"essid\": \"MB Hotspot 8938245\"\n            },\n            {\n                \"essid\": \"MB Hotspot 8949524\"\n            },\n            {\n                \"essid\": \"MB Hotspot 8950915\"\n            },\n            {\n                \"essid\": \"MB Hotspot 8985970\"\n            },\n            {\n                \"essid\": \"MB Hotspot 9024211\"\n            },\n            {\n                \"essid\": \"MB Hotspot 9026878\"\n            },\n            {\n                \"essid\": \"MB Hotspot 9028886\"\n            },\n            {\n                \"essid\": \"MB Hotspot 9031822\"\n            },\n            {\n                \"essid\": \"MB Hotspot 9032391\"\n            },\n            {\n                \"essid\": \"MB Hotspot 9035222\"\n            },\n            {\n                \"essid\": \"MB Hotspot 9046486\"\n            },\n            {\n                \"essid\": \"MB Hotspot 9056050\"\n            },\n            {\n                \"essid\": \"MB Hotspot 9092544\"\n            },\n            {\n                \"essid\": \"MB Hotspot 9111534\"\n            },\n            {\n                \"essid\": \"MB Hotspot 91528 2.4 GHz\"\n            },\n            {\n                \"essid\": \"MB Hotspot 91594 2.4 GHz\"\n            },\n            {\n                \"essid\": \"MB Hotspot 9169349\"\n            },\n            {\n                \"essid\": \"MB Hotspot 91857 2.4 GHz\"\n            },\n            {\n                \"essid\": \"MB Hotspot 9190127\"\n            },\n            {\n                \"essid\": \"MB Hotspot 9211667\"\n            },\n            {\n                \"essid\": \"MB Hotspot 9219014\"\n            },\n            {\n                \"essid\": \"MB Hotspot 92386 2.4 GHz\"\n            },\n            {\n                \"essid\": \"MB Hotspot 9243191\"\n            },\n            {\n                \"essid\": \"MB Hotspot 92479\"\n            },\n            {\n                \"essid\": \"MB Hotspot 9274720\"\n            },\n            {\n                \"essid\": \"MB Hotspot 92773\"\n            },\n            {\n                \"essid\": \"MB Hotspot 9288348\"\n            },\n            {\n                \"essid\": \"MB Hotspot 92897 2.4 GHz\"\n            },\n            {\n                \"essid\": \"MB Hotspot 9289845\"\n            },\n            {\n                \"essid\": \"MB Hotspot 9299895\"\n            },\n            {\n                \"essid\": \"MB Hotspot 9313754\"\n            },\n            {\n                \"essid\": \"MB Hotspot 9320228\"\n            },\n            {\n                \"essid\": \"MB Hotspot 93278\"\n            },\n            {\n                \"essid\": \"MB Hotspot 9344996\"\n            },\n            {\n                \"essid\": \"MB Hotspot 93652\"\n            },\n            {\n                \"essid\": \"MB Hotspot 93686\"\n            },\n            {\n                \"essid\": \"MB Hotspot 9388623\"\n            },\n            {\n                \"essid\": \"MB Hotspot 94234 2.4 GHz\"\n            },\n            {\n                \"essid\": \"MB Hotspot 9447763\"\n            },\n            {\n                \"essid\": \"MB Hotspot 94563\"\n            },\n            {\n                \"essid\": \"MB Hotspot 9462224\"\n            },\n            {\n                \"essid\": \"MB Hotspot 94657 2.4 GHz\"\n            },\n            {\n                \"essid\": \"MB Hotspot 94783 2.4 GHz\"\n            },\n            {\n                \"essid\": \"MB Hotspot 9490339\"\n            },\n            {\n                \"essid\": \"MB Hotspot 9500873\"\n            },\n            {\n                \"essid\": \"MB Hotspot 95273 2.4 GHz\"\n            },\n            {\n                \"essid\": \"MB Hotspot 9539023\"\n            },\n            {\n                \"essid\": \"MB Hotspot 9558491\"\n            },\n            {\n                \"essid\": \"MB Hotspot 95588 2.4 GHz\"\n            },\n            {\n                \"essid\": \"MB Hotspot 9566727\"\n            },\n            {\n                \"essid\": \"MB Hotspot 95748\"\n            },\n            {\n                \"essid\": \"MB Hotspot 9578256\"\n            },\n            {\n                \"essid\": \"MB Hotspot 9582163\"\n            },\n            {\n                \"essid\": \"MB Hotspot 95888 2.4 GHz\"\n            },\n            {\n                \"essid\": \"MB Hotspot 9592484\"\n            },\n            {\n                \"essid\": \"MB Hotspot 9601161\"\n            },\n            {\n                \"essid\": \"MB Hotspot 9623705\"\n            },\n            {\n                \"essid\": \"MB Hotspot 9624173\"\n            },\n            {\n                \"essid\": \"MB Hotspot 9636333\"\n            },\n            {\n                \"essid\": \"MB Hotspot 9644558\"\n            },\n            {\n                \"essid\": \"MB Hotspot 9648722\"\n            },\n            {\n                \"essid\": \"MB Hotspot 9651370\"\n            },\n            {\n                \"essid\": \"MB Hotspot 9662748\"\n            },\n            {\n                \"essid\": \"MB Hotspot 9680117\"\n            },\n            {\n                \"essid\": \"MB Hotspot 97142\"\n            },\n            {\n                \"essid\": \"MB Hotspot 9716586\"\n            },\n            {\n                \"essid\": \"MB Hotspot 9721552\"\n            },\n            {\n                \"essid\": \"MB Hotspot 9724354\"\n            },\n            {\n                \"essid\": \"MB Hotspot 9731773\"\n            },\n            {\n                \"essid\": \"MB Hotspot 97652\"\n            },\n            {\n                \"essid\": \"MB Hotspot 97765\"\n            },\n            {\n                \"essid\": \"MB Hotspot 9800001\"\n            },\n            {\n                \"essid\": \"MB Hotspot 9802181\"\n            },\n            {\n                \"essid\": \"MB Hotspot 9817620\"\n            },\n            {\n                \"essid\": \"MB Hotspot 9840980\"\n            },\n            {\n                \"essid\": \"MB Hotspot 98667 2.4 GHz\"\n            },\n            {\n                \"essid\": \"MB Hotspot 98861\"\n            },\n            {\n                \"essid\": \"MB Hotspot 9886636\"\n            },\n            {\n                \"essid\": \"MB Hotspot 9901324\"\n            },\n            {\n                \"essid\": \"MB Hotspot 9904052\"\n            },\n            {\n                \"essid\": \"MB Hotspot 9915433\"\n            },\n            {\n                \"essid\": \"MB Hotspot 99394 2.4 GHz\"\n            },\n            {\n                \"essid\": \"MB Hotspot 9946136\"\n            },\n            {\n                \"essid\": \"MB Hotspot 99711 2.4 GHz\"\n            },\n            {\n                \"essid\": \"MB Hotspot 99765\"\n            },\n            {\n                \"essid\": \"MB Hotspot 9987496\"\n            },\n            {\n                \"essid\": \"MB Hotspot 9990336\"\n            },\n            {\n                \"essid\": \"MB Hotspot Sami\"\n            },\n            {\n                \"essid\": \"MB Hutchens\"\n            },\n            {\n                \"essid\": \"MBR1400-b3b\"\n            },\n            {\n                \"essid\": \"mbrock09\"\n            },\n            {\n                \"essid\": \"MB's iPhone 7\"\n            },\n            {\n                \"essid\": \"MB WLAN 00130\"\n            },\n            {\n                \"essid\": \"MB WLAN 00164\"\n            },\n            {\n                \"essid\": \"MB WLAN 00540\"\n            },\n            {\n                \"essid\": \"MB WLAN 00652\"\n            },\n            {\n                \"essid\": \"MB WLAN 02583\"\n            },\n            {\n                \"essid\": \"MB WLAN 03113\"\n            },\n            {\n                \"essid\": \"MB WLAN 03175\"\n            },\n            {\n                \"essid\": \"MB WLAN 04686\"\n            },\n            {\n                \"essid\": \"MB WLAN 05810\"\n            },\n            {\n                \"essid\": \"MB WLAN 06023\"\n            },\n            {\n                \"essid\": \"MB WLAN 06203\"\n            },\n            {\n                \"essid\": \"MB WLAN 06623\"\n            },\n            {\n                \"essid\": \"MB WLAN 06836\"\n            },\n            {\n                \"essid\": \"MB WLAN 06998\"\n            },\n            {\n                \"essid\": \"MB WLAN 07005\"\n            },\n            {\n                \"essid\": \"MB WLAN 07139\"\n            },\n            {\n                \"essid\": \"MB WLAN 07294\"\n            },\n            {\n                \"essid\": \"MB WLAN 07655\"\n            },\n            {\n                \"essid\": \"MB WLAN 07795\"\n            },\n            {\n                \"essid\": \"MB WLAN 08191\"\n            },\n            {\n                \"essid\": \"MB WLAN 08900\"\n            },\n            {\n                \"essid\": \"MB WLAN 09762\"\n            },\n            {\n                \"essid\": \"MB WLAN 09866\"\n            },\n            {\n                \"essid\": \"MB WLAN 10060\"\n            },\n            {\n                \"essid\": \"MB WLAN 10646\"\n            },\n            {\n                \"essid\": \"MB WLAN 10693\"\n            },\n            {\n                \"essid\": \"MB WLAN 11435\"\n            },\n            {\n                \"essid\": \"MB WLAN 11935\"\n            },\n            {\n                \"essid\": \"MB WLAN 11985\"\n            },\n            {\n                \"essid\": \"MB WLAN 12110\"\n            },\n            {\n                \"essid\": \"MB WLAN 12136\"\n            },\n            {\n                \"essid\": \"MB WLAN 12272\"\n            },\n            {\n                \"essid\": \"MB WLAN 12620\"\n            },\n            {\n                \"essid\": \"MB WLAN 12700\"\n            },\n            {\n                \"essid\": \"MB WLAN 12702\"\n            },\n            {\n                \"essid\": \"MB WLAN 12833\"\n            },\n            {\n                \"essid\": \"MB WLAN 12986\"\n            },\n            {\n                \"essid\": \"MB WLAN 13065\"\n            },\n            {\n                \"essid\": \"MB WLAN 13289\"\n            },\n            {\n                \"essid\": \"MB WLAN 13418\"\n            },\n            {\n                \"essid\": \"MB WLAN 13506\"\n            },\n            {\n                \"essid\": \"MB WLAN 13750\"\n            },\n            {\n                \"essid\": \"MB WLAN 14040\"\n            },\n            {\n                \"essid\": \"MB WLAN 14770\"\n            },\n            {\n                \"essid\": \"MB WLAN 14879\"\n            },\n            {\n                \"essid\": \"MB WLAN 14976\"\n            },\n            {\n                \"essid\": \"MB WLAN 15018\"\n            },\n            {\n                \"essid\": \"MB WLAN 15045\"\n            },\n            {\n                \"essid\": \"MB WLAN 15155\"\n            },\n            {\n                \"essid\": \"MB WLAN 15893\"\n            },\n            {\n                \"essid\": \"MB WLAN 16272\"\n            },\n            {\n                \"essid\": \"MB WLAN 16487\"\n            },\n            {\n                \"essid\": \"MB WLAN 16954\"\n            },\n            {\n                \"essid\": \"MB WLAN 17573\"\n            },\n            {\n                \"essid\": \"MB WLAN 17598\"\n            },\n            {\n                \"essid\": \"MB WLAN 17743\"\n            },\n            {\n                \"essid\": \"MB WLAN 18075\"\n            },\n            {\n                \"essid\": \"MB WLAN 19021\"\n            },\n            {\n                \"essid\": \"MB WLAN 20182\"\n            },\n            {\n                \"essid\": \"MB WLAN 20975\"\n            },\n            {\n                \"essid\": \"MB WLAN 20985\"\n            },\n            {\n                \"essid\": \"MB WLAN 23235\"\n            },\n            {\n                \"essid\": \"MB WLAN 23387\"\n            },\n            {\n                \"essid\": \"MB WLAN 23704\"\n            },\n            {\n                \"essid\": \"MB WLAN 24108\"\n            },\n            {\n                \"essid\": \"MB WLAN 24375\"\n            },\n            {\n                \"essid\": \"MB WLAN 24434\"\n            },\n            {\n                \"essid\": \"MB WLAN 24446\"\n            },\n            {\n                \"essid\": \"MB WLAN 24678\"\n            },\n            {\n                \"essid\": \"MB WLAN 25517\"\n            },\n            {\n                \"essid\": \"MB WLAN 26759\"\n            },\n            {\n                \"essid\": \"MB WLAN 27410\"\n            },\n            {\n                \"essid\": \"MB WLAN 27576\"\n            },\n            {\n                \"essid\": \"MB WLAN 27927\"\n            },\n            {\n                \"essid\": \"MB WLAN 28197\"\n            },\n            {\n                \"essid\": \"MB WLAN 28604\"\n            },\n            {\n                \"essid\": \"MB WLAN 28956\"\n            },\n            {\n                \"essid\": \"MB WLAN 29213\"\n            },\n            {\n                \"essid\": \"MB WLAN 29779\"\n            },\n            {\n                \"essid\": \"MB WLAN 29858\"\n            },\n            {\n                \"essid\": \"MB WLAN 29875\"\n            },\n            {\n                \"essid\": \"MB WLAN 30088\"\n            },\n            {\n                \"essid\": \"MB WLAN 30171\"\n            },\n            {\n                \"essid\": \"MB WLAN 31317\"\n            },\n            {\n                \"essid\": \"MB WLAN 31951\"\n            },\n            {\n                \"essid\": \"MB WLAN 32021\"\n            },\n            {\n                \"essid\": \"MB WLAN 32643\"\n            },\n            {\n                \"essid\": \"MB WLAN 32647\"\n            },\n            {\n                \"essid\": \"MB WLAN 32891\"\n            },\n            {\n                \"essid\": \"MB WLAN 32936\"\n            },\n            {\n                \"essid\": \"MB WLAN 32951\"\n            },\n            {\n                \"essid\": \"MB WLAN 33367\"\n            },\n            {\n                \"essid\": \"MB WLAN 34252\"\n            },\n            {\n                \"essid\": \"MB WLAN 34404\"\n            },\n            {\n                \"essid\": \"MB WLAN 34431\"\n            },\n            {\n                \"essid\": \"MB WLAN 34450\"\n            },\n            {\n                \"essid\": \"MB WLAN 34545\"\n            },\n            {\n                \"essid\": \"MB WLAN 34774\"\n            },\n            {\n                \"essid\": \"MB WLAN 35006\"\n            },\n            {\n                \"essid\": \"MB WLAN 35175\"\n            },\n            {\n                \"essid\": \"MB WLAN 35533\"\n            },\n            {\n                \"essid\": \"MB WLAN 36351\"\n            },\n            {\n                \"essid\": \"MB WLAN 36479\"\n            },\n            {\n                \"essid\": \"MB WLAN 36823\"\n            },\n            {\n                \"essid\": \"MB WLAN 36934\"\n            },\n            {\n                \"essid\": \"MB WLAN 38020\"\n            },\n            {\n                \"essid\": \"MB WLAN 38255\"\n            },\n            {\n                \"essid\": \"MB WLAN 38349\"\n            },\n            {\n                \"essid\": \"MB WLAN 38502\"\n            },\n            {\n                \"essid\": \"MB WLAN 38810\"\n            },\n            {\n                \"essid\": \"MB WLAN 38930\"\n            },\n            {\n                \"essid\": \"MB WLAN 38955\"\n            },\n            {\n                \"essid\": \"MB WLAN 39118\"\n            },\n            {\n                \"essid\": \"MB WLAN 39365\"\n            },\n            {\n                \"essid\": \"MB WLAN 40320\"\n            },\n            {\n                \"essid\": \"MB WLAN 40823\"\n            },\n            {\n                \"essid\": \"MB WLAN 41177\"\n            },\n            {\n                \"essid\": \"MB WLAN 41223\"\n            },\n            {\n                \"essid\": \"MB WLAN 41565\"\n            },\n            {\n                \"essid\": \"MB WLAN 41573\"\n            },\n            {\n                \"essid\": \"MB WLAN 41837\"\n            },\n            {\n                \"essid\": \"MB WLAN 42297\"\n            },\n            {\n                \"essid\": \"MB WLAN 43596\"\n            },\n            {\n                \"essid\": \"MB WLAN 43690\"\n            },\n            {\n                \"essid\": \"MB WLAN 43714\"\n            },\n            {\n                \"essid\": \"MB WLAN 44064\"\n            },\n            {\n                \"essid\": \"MB WLAN 44551\"\n            },\n            {\n                \"essid\": \"MB WLAN 44714\"\n            },\n            {\n                \"essid\": \"MB WLAN 44909\"\n            },\n            {\n                \"essid\": \"MB WLAN 45368\"\n            },\n            {\n                \"essid\": \"MB WLAN 45371\"\n            },\n            {\n                \"essid\": \"MB WLAN 45396\"\n            },\n            {\n                \"essid\": \"MB WLAN 45443\"\n            },\n            {\n                \"essid\": \"MB WLAN 46130\"\n            },\n            {\n                \"essid\": \"MB WLAN 46251\"\n            },\n            {\n                \"essid\": \"MB WLAN 46256\"\n            },\n            {\n                \"essid\": \"MB WLAN 47428\"\n            },\n            {\n                \"essid\": \"MB WLAN 47887\"\n            },\n            {\n                \"essid\": \"MB WLAN 48154\"\n            },\n            {\n                \"essid\": \"MB WLAN 48242\"\n            },\n            {\n                \"essid\": \"MB WLAN 48293\"\n            },\n            {\n                \"essid\": \"MB WLAN 49780\"\n            },\n            {\n                \"essid\": \"MB WLAN 50089\"\n            },\n            {\n                \"essid\": \"MB WLAN 50261\"\n            },\n            {\n                \"essid\": \"MB WLAN 50506\"\n            },\n            {\n                \"essid\": \"MB WLAN 50879\"\n            },\n            {\n                \"essid\": \"MB WLAN 51252\"\n            },\n            {\n                \"essid\": \"MB WLAN 51336\"\n            },\n            {\n                \"essid\": \"MB WLAN 51394\"\n            },\n            {\n                \"essid\": \"MB WLAN 51635\"\n            },\n            {\n                \"essid\": \"MB WLAN 51935\"\n            },\n            {\n                \"essid\": \"MB WLAN 52064\"\n            },\n            {\n                \"essid\": \"MB WLAN 52135\"\n            },\n            {\n                \"essid\": \"MB WLAN 52159\"\n            },\n            {\n                \"essid\": \"MB WLAN 52581\"\n            },\n            {\n                \"essid\": \"MB WLAN 53653\"\n            },\n            {\n                \"essid\": \"MB WLAN 53709\"\n            },\n            {\n                \"essid\": \"MB WLAN 53733\"\n            },\n            {\n                \"essid\": \"MB WLAN 53935\"\n            },\n            {\n                \"essid\": \"MB WLAN 54058\"\n            },\n            {\n                \"essid\": \"MB WLAN 54390\"\n            },\n            {\n                \"essid\": \"MB WLAN 55036\"\n            },\n            {\n                \"essid\": \"MB WLAN 55837\"\n            },\n            {\n                \"essid\": \"MB WLAN 56103\"\n            },\n            {\n                \"essid\": \"MB WLAN 56373\"\n            },\n            {\n                \"essid\": \"MB WLAN 57267\"\n            },\n            {\n                \"essid\": \"MB WLAN 57589\"\n            },\n            {\n                \"essid\": \"MB WLAN 58478\"\n            },\n            {\n                \"essid\": \"MB WLAN 59265\"\n            },\n            {\n                \"essid\": \"MB WLAN 59553\"\n            },\n            {\n                \"essid\": \"MB WLAN 59845\"\n            },\n            {\n                \"essid\": \"MB WLAN 59941\"\n            },\n            {\n                \"essid\": \"MB WLAN 60756\"\n            },\n            {\n                \"essid\": \"MB WLAN 60909\"\n            },\n            {\n                \"essid\": \"MB WLAN 60940\"\n            },\n            {\n                \"essid\": \"MB WLAN 61704\"\n            },\n            {\n                \"essid\": \"MB WLAN 62273\"\n            },\n            {\n                \"essid\": \"MB WLAN 62301\"\n            },\n            {\n                \"essid\": \"MB WLAN 62479\"\n            },\n            {\n                \"essid\": \"MB WLAN 63252\"\n            },\n            {\n                \"essid\": \"MB WLAN 63656\"\n            },\n            {\n                \"essid\": \"MB WLAN 63888\"\n            },\n            {\n                \"essid\": \"MB WLAN 64145\"\n            },\n            {\n                \"essid\": \"MB WLAN 65443\"\n            },\n            {\n                \"essid\": \"MB WLAN 65832\"\n            },\n            {\n                \"essid\": \"MB WLAN 65961\"\n            },\n            {\n                \"essid\": \"MB WLAN 66314\"\n            },\n            {\n                \"essid\": \"MB WLAN 66392\"\n            },\n            {\n                \"essid\": \"MB WLAN 67539\"\n            },\n            {\n                \"essid\": \"MB WLAN 67559\"\n            },\n            {\n                \"essid\": \"MB WLAN 67788\"\n            },\n            {\n                \"essid\": \"MB WLAN 68040\"\n            },\n            {\n                \"essid\": \"MB WLAN 69066\"\n            },\n            {\n                \"essid\": \"MB WLAN 69193\"\n            },\n            {\n                \"essid\": \"MB WLAN 69223\"\n            },\n            {\n                \"essid\": \"MB WLAN 69736\"\n            },\n            {\n                \"essid\": \"MB WLAN 69913\"\n            },\n            {\n                \"essid\": \"MB WLAN 70030\"\n            },\n            {\n                \"essid\": \"MB WLAN 70639\"\n            },\n            {\n                \"essid\": \"MB WLAN 70867\"\n            },\n            {\n                \"essid\": \"MB WLAN 70909\"\n            },\n            {\n                \"essid\": \"MB WLAN 71887\"\n            },\n            {\n                \"essid\": \"MB WLAN 72007\"\n            },\n            {\n                \"essid\": \"MB WLAN 72068\"\n            },\n            {\n                \"essid\": \"MB WLAN 72939\"\n            },\n            {\n                \"essid\": \"MB WLAN 73350\"\n            },\n            {\n                \"essid\": \"MB WLAN 73568\"\n            },\n            {\n                \"essid\": \"MB WLAN 73746\"\n            },\n            {\n                \"essid\": \"MB WLAN 74011\"\n            },\n            {\n                \"essid\": \"MB WLAN 74021\"\n            },\n            {\n                \"essid\": \"MB WLAN 74343\"\n            },\n            {\n                \"essid\": \"MB WLAN 74375\"\n            },\n            {\n                \"essid\": \"MB WLAN 74716\"\n            },\n            {\n                \"essid\": \"MB WLAN 74977\"\n            },\n            {\n                \"essid\": \"MB WLAN 75461\"\n            },\n            {\n                \"essid\": \"MB WLAN 77127\"\n            },\n            {\n                \"essid\": \"MB WLAN 77212\"\n            },\n            {\n                \"essid\": \"MB WLAN 77231\"\n            },\n            {\n                \"essid\": \"MB WLAN 77374\"\n            },\n            {\n                \"essid\": \"MB WLAN 77991\"\n            },\n            {\n                \"essid\": \"MB WLAN 78444\"\n            },\n            {\n                \"essid\": \"MB WLAN 78493\"\n            },\n            {\n                \"essid\": \"MB WLAN 78960\"\n            },\n            {\n                \"essid\": \"MB WLAN 79243\"\n            },\n            {\n                \"essid\": \"MB WLAN 79357\"\n            },\n            {\n                \"essid\": \"MB WLAN 79461\"\n            },\n            {\n                \"essid\": \"MB WLAN 79562\"\n            },\n            {\n                \"essid\": \"MB WLAN 79891\"\n            },\n            {\n                \"essid\": \"MB WLAN 80338\"\n            },\n            {\n                \"essid\": \"MB WLAN 80376\"\n            },\n            {\n                \"essid\": \"MB WLAN 80508\"\n            },\n            {\n                \"essid\": \"MB WLAN 80764\"\n            },\n            {\n                \"essid\": \"MB WLAN 81121\"\n            },\n            {\n                \"essid\": \"MB WLAN 81272\"\n            },\n            {\n                \"essid\": \"MB WLAN 81278\"\n            },\n            {\n                \"essid\": \"MB WLAN 81412\"\n            },\n            {\n                \"essid\": \"MB WLAN 81456\"\n            },\n            {\n                \"essid\": \"MB WLAN 81615\"\n            },\n            {\n                \"essid\": \"MB WLAN 81769\"\n            },\n            {\n                \"essid\": \"MB WLAN 82365\"\n            },\n            {\n                \"essid\": \"MB WLAN 82533\"\n            },\n            {\n                \"essid\": \"MB WLAN 82739\"\n            },\n            {\n                \"essid\": \"MB WLAN 82865\"\n            },\n            {\n                \"essid\": \"MB WLAN 83294\"\n            },\n            {\n                \"essid\": \"MB WLAN 83698\"\n            },\n            {\n                \"essid\": \"MB WLAN 83746\"\n            },\n            {\n                \"essid\": \"MB WLAN 83748\"\n            },\n            {\n                \"essid\": \"MB WLAN 83856\"\n            },\n            {\n                \"essid\": \"MB WLAN 83970\"\n            },\n            {\n                \"essid\": \"MB WLAN 84503\"\n            },\n            {\n                \"essid\": \"MB WLAN 85076\"\n            },\n            {\n                \"essid\": \"MB WLAN 85298\"\n            },\n            {\n                \"essid\": \"MB WLAN 86077\"\n            },\n            {\n                \"essid\": \"MB WLAN 86173\"\n            },\n            {\n                \"essid\": \"MB WLAN 86358\"\n            },\n            {\n                \"essid\": \"MB WLAN 86811\"\n            },\n            {\n                \"essid\": \"MB WLAN 86991\"\n            },\n            {\n                \"essid\": \"MB WLAN 87604\"\n            },\n            {\n                \"essid\": \"MB WLAN 87684\"\n            },\n            {\n                \"essid\": \"MB WLAN 88001\"\n            },\n            {\n                \"essid\": \"MB WLAN 88312\"\n            },\n            {\n                \"essid\": \"MB WLAN 88718\"\n            },\n            {\n                \"essid\": \"MB WLAN 89249\"\n            },\n            {\n                \"essid\": \"MB WLAN 89410\"\n            },\n            {\n                \"essid\": \"MB WLAN 90169\"\n            },\n            {\n                \"essid\": \"MB WLAN 90499\"\n            },\n            {\n                \"essid\": \"MB WLAN 90644\"\n            },\n            {\n                \"essid\": \"MB WLAN 91507\"\n            },\n            {\n                \"essid\": \"MB WLAN 91897\"\n            },\n            {\n                \"essid\": \"MB WLAN 92348\"\n            },\n            {\n                \"essid\": \"MB WLAN 92360\"\n            },\n            {\n                \"essid\": \"MB WLAN 92648\"\n            },\n            {\n                \"essid\": \"MB WLAN 93476\"\n            },\n            {\n                \"essid\": \"MB WLAN 93517\"\n            },\n            {\n                \"essid\": \"MB WLAN 93570\"\n            },\n            {\n                \"essid\": \"MB WLAN 93964\"\n            },\n            {\n                \"essid\": \"MB WLAN 95042\"\n            },\n            {\n                \"essid\": \"MB WLAN 95151\"\n            },\n            {\n                \"essid\": \"MB WLAN 96289\"\n            },\n            {\n                \"essid\": \"MB WLAN 96673\"\n            },\n            {\n                \"essid\": \"MB WLAN 96766\"\n            },\n            {\n                \"essid\": \"MB WLAN 96774\"\n            },\n            {\n                \"essid\": \"MB WLAN 97011\"\n            },\n            {\n                \"essid\": \"MB WLAN 97067\"\n            },\n            {\n                \"essid\": \"MB WLAN 97408\"\n            },\n            {\n                \"essid\": \"MB WLAN 97481\"\n            },\n            {\n                \"essid\": \"MB WLAN 97692\"\n            },\n            {\n                \"essid\": \"MB WLAN 98315\"\n            },\n            {\n                \"essid\": \"MB WLAN 98696\"\n            },\n            {\n                \"essid\": \"MB WLAN 98736\"\n            },\n            {\n                \"essid\": \"MB WLAN 99735\"\n            },\n            {\n                \"essid\": \"MBX\"\n            },\n            {\n                \"essid\": \"mc65\"\n            },\n            {\n                \"essid\": \"MCA_InMotion_WiFi\"\n            },\n            {\n                \"essid\": \"McArdle-WIFI\"\n            },\n            {\n                \"essid\": \"Mcassidy\"\n            },\n            {\n                \"essid\": \"MCbuick\"\n            },\n            {\n                \"essid\": \"MCC\"\n            },\n            {\n                \"essid\": \"McCaig Motel\"\n            },\n            {\n                \"essid\": \"Mccarthy\"\n            },\n            {\n                \"essid\": \"McCarthy\"\n            },\n            {\n                \"essid\": \"MCC_guest\"\n            },\n            {\n                \"essid\": \"McClureNation\"\n            },\n            {\n                \"essid\": \"McColler Wifi\"\n            },\n            {\n                \"essid\": \"McCOLLOUGH GMC\"\n            },\n            {\n                \"essid\": \"Mccord\"\n            },\n            {\n                \"essid\": \"mccord guest\"\n            },\n            {\n                \"essid\": \"mccormickmanor2.4\"\n            },\n            {\n                \"essid\": \"mccormickmanor5\"\n            },\n            {\n                \"essid\": \"McCutcheon Volt\"\n            },\n            {\n                \"essid\": \"McDanielATT 5\"\n            },\n            {\n                \"essid\": \"MC Denali\"\n            },\n            {\n                \"essid\": \"mcdonalds\"\n            },\n            {\n                \"essid\": \"McDonalds Free WiFi\"\n            },\n            {\n                \"essid\": \"McDowell Locks \"\n            },\n            {\n                \"essid\": \"mcdry01\"\n            },\n            {\n                \"essid\": \"mcgeehub\"\n            },\n            {\n                \"essid\": \"McGill\"\n            },\n            {\n                \"essid\": \"McGlashan Bolt\"\n            },\n            {\n                \"essid\": \"McGomer\"\n            },\n            {\n                \"essid\": \"Mcgriff776\"\n            },\n            {\n                \"essid\": \"mchaletruck\"\n            },\n            {\n                \"essid\": \"McHotspot\"\n            },\n            {\n                \"essid\": \"McKekphin1\"\n            },\n            {\n                \"essid\": \"Mckenzies Malibu\"\n            },\n            {\n                \"essid\": \"Mckie\"\n            },\n            {\n                \"essid\": \"Mckinney Canyon\"\n            },\n            {\n                \"essid\": \"McKinvi01\"\n            },\n            {\n                \"essid\": \"Mclean\"\n            },\n            {\n                \"essid\": \"Mclendon Wifi\"\n            },\n            {\n                \"essid\": \"Mcleod Car\"\n            },\n            {\n                \"essid\": \"McMMrM\"\n            },\n            {\n                \"essid\": \"MCMVhome123\"\n            },\n            {\n                \"essid\": \"McNeilly!\"\n            },\n            {\n                \"essid\": \"mcnulty2\"\n            },\n            {\n                \"essid\": \"MConnolly\"\n            },\n            {\n                \"essid\": \"MCRav\"\n            },\n            {\n                \"essid\": \"MCSDb\"\n            },\n            {\n                \"essid\": \"@MCSD_Guest\"\n            },\n            {\n                \"essid\": \"MCSHANE\"\n            },\n            {\n                \"essid\": \"MCSHANE GUEST\"\n            },\n            {\n                \"essid\": \"MCSHANE MOBILE\"\n            },\n            {\n                \"essid\": \"MCS_Hotspot13\"\n            },\n            {\n                \"essid\": \"McWhirter\"\n            },\n            {\n                \"essid\": \"McWifi\"\n            },\n            {\n                \"essid\": \"McWiFi\"\n            },\n            {\n                \"essid\": \"McWifi-X\"\n            },\n            {\n                \"essid\": \"M-d6abd\"\n            },\n            {\n                \"essid\": \"Mdeproto\"\n            },\n            {\n                \"essid\": \"MDiallo\"\n            },\n            {\n                \"essid\": \"MD NET Onboarding\"\n            },\n            {\n                \"essid\": \"Mdog\"\n            },\n            {\n                \"essid\": \"mds970\"\n            },\n            {\n                \"essid\": \"MDSKLZ\"\n            },\n            {\n                \"essid\": \"mdw1691\"\n            },\n            {\n                \"essid\": \"Me\"\n            },\n            {\n                \"essid\": \"ME31-8-D55091\"\n            },\n            {\n                \"essid\": \"me3729\"\n            },\n            {\n                \"essid\": \"MEAD \"\n            },\n            {\n                \"essid\": \"Meadow1219\"\n            },\n            {\n                \"essid\": \"meagen2nd\"\n            },\n            {\n                \"essid\": \"MeandSher2\"\n            },\n            {\n                \"essid\": \"MEATDEPT\"\n            },\n            {\n                \"essid\": \"Mebrat\"\n            },\n            {\n                \"essid\": \"ME-Business\"\n            },\n            {\n                \"essid\": \"mec_wireless\"\n            },\n            {\n                \"essid\": \"MED-1\"\n            },\n            {\n                \"essid\": \"MED14MiFi\"\n            },\n            {\n                \"essid\": \"MED-1 Guest\"\n            },\n            {\n                \"essid\": \"MED25\"\n            },\n            {\n                \"essid\": \"MED53024\"\n            },\n            {\n                \"essid\": \"Med 59\"\n            },\n            {\n                \"essid\": \"MED8\"\n            },\n            {\n                \"essid\": \"Med 81\"\n            },\n            {\n                \"essid\": \"Med 93\"\n            },\n            {\n                \"essid\": \"Medders\"\n            },\n            {\n                \"essid\": \"medellin\"\n            },\n            {\n                \"essid\": \"MediaC3-4\"\n            },\n            {\n                \"essid\": \"medialink\"\n            },\n            {\n                \"essid\": \"Medialink_174ED0\"\n            },\n            {\n                \"essid\": \"MEDIC26\"\n            },\n            {\n                \"essid\": \"Medical-2.4\"\n            },\n            {\n                \"essid\": \"Medical_&_Spa\"\n            },\n            {\n                \"essid\": \"MedicAmb\"\n            },\n            {\n                \"essid\": \"Medina WIFI\"\n            },\n            {\n                \"essid\": \"Medium Sized Google Phone\"\n            },\n            {\n                \"essid\": \"MEDLINE\"\n            },\n            {\n                \"essid\": \"medlineguest\"\n            },\n            {\n                \"essid\": \"MEDLINK\"\n            },\n            {\n                \"essid\": \"MEDWMSRF\"\n            },\n            {\n                \"essid\": \"Meekerz\"\n            },\n            {\n                \"essid\": \"Meeko&Friends\"\n            },\n            {\n                \"essid\": \"Meelo1\"\n            },\n            {\n                \"essid\": \"Meeple-Madness\"\n            },\n            {\n                \"essid\": \"Meeple-Private\"\n            },\n            {\n                \"essid\": \"MeetingAdvice\"\n            },\n            {\n                \"essid\": \"MeetingAdvice Guest\"\n            },\n            {\n                \"essid\": \"Mega\"\n            },\n            {\n                \"essid\": \"megansencore\"\n            },\n            {\n                \"essid\": \"Megan's iPad\"\n            },\n            {\n                \"essid\": \"Megans Volt\"\n            },\n            {\n                \"essid\": \"Mega Photon Conduit 2.4\"\n            },\n            {\n                \"essid\": \"Meg’s iPhone\"\n            },\n            {\n                \"essid\": \"Meg's personal hotspot;-)\"\n            },\n            {\n                \"essid\": \"MEHMAAN2.4\"\n            },\n            {\n                \"essid\": \"melagrana\"\n            },\n            {\n                \"essid\": \"Melanie\"\n            },\n            {\n                \"essid\": \"meldastraverese\"\n            },\n            {\n                \"essid\": \"Melinda Colleen\"\n            },\n            {\n                \"essid\": \"Melindas-2.4\"\n            },\n            {\n                \"essid\": \"melissasbolt\"\n            },\n            {\n                \"essid\": \"Melissa’s Phone\"\n            },\n            {\n                \"essid\": \"Mello4life\"\n            },\n            {\n                \"essid\": \"MellowMushroom\"\n            },\n            {\n                \"essid\": \"MelManor\"\n            },\n            {\n                \"essid\": \"MelodyEquinox\"\n            },\n            {\n                \"essid\": \"Melon\"\n            },\n            {\n                \"essid\": \"Melons\"\n            },\n            {\n                \"essid\": \"Melvins Escalade\"\n            },\n            {\n                \"essid\": \"Melvins iphone \"\n            },\n            {\n                \"essid\": \"Melvyn John\\\\342\\\\200\\\\231s iPhone\"\n            },\n            {\n                \"essid\": \"Melynda's Spot That's Hot!\"\n            },\n            {\n                \"essid\": \"memascar\"\n            },\n            {\n                \"essid\": \"MeMeMe\"\n            },\n            {\n                \"essid\": \"MEMES\"\n            },\n            {\n                \"essid\": \"Me metro joint.\"\n            },\n            {\n                \"essid\": \"Mendocino\"\n            },\n            {\n                \"essid\": \"Mendoza\"\n            },\n            {\n                \"essid\": \"Mendribil\"\n            },\n            {\n                \"essid\": \"meow\"\n            },\n            {\n                \"essid\": \"meowlvo\"\n            },\n            {\n                \"essid\": \"Mephistopheles\"\n            },\n            {\n                \"essid\": \"Mera\"\n            },\n            {\n                \"essid\": \"meraki\"\n            },\n            {\n                \"essid\": \"Meraki Setup\"\n            },\n            {\n                \"essid\": \"Meraki Setup-bad-gateway\"\n            },\n            {\n                \"essid\": \"Meraki Setup-scanning\"\n            },\n            {\n                \"essid\": \"Mercedes2017\"\n            },\n            {\n                \"essid\": \"MercedesHotSpot-3g\"\n            },\n            {\n                \"essid\": \"Mercedes Wifi\"\n            },\n            {\n                \"essid\": \"Mercedez Benz (Michael)\"\n            },\n            {\n                \"essid\": \"Merch\"\n            },\n            {\n                \"essid\": \"Mercy\"\n            },\n            {\n                \"essid\": \"MEREDITH\"\n            },\n            {\n                \"essid\": \"MERIDETH'S Q5\"\n            },\n            {\n                \"essid\": \"MERIDIAN-GUEST\"\n            },\n            {\n                \"essid\": \"MERIDIAN-SECURE\"\n            },\n            {\n                \"essid\": \"merigmc\"\n            },\n            {\n                \"essid\": \"Meriitt2100\"\n            },\n            {\n                \"essid\": \"MerleNorman-2.4\"\n            },\n            {\n                \"essid\": \"Merle_Norman_Guest\"\n            },\n            {\n                \"essid\": \"Merlin\"\n            },\n            {\n                \"essid\": \"Merlin-2.4G\"\n            },\n            {\n                \"essid\": \"Merlin-EXT\"\n            },\n            {\n                \"essid\": \"MERRILL CarDV WiFi\"\n            },\n            {\n                \"essid\": \"MerrymanGMC\"\n            },\n            {\n                \"essid\": \"Mesh\"\n            },\n            {\n                \"essid\": \"mesh26\"\n            },\n            {\n                \"essid\": \"mesh-e8buHSHP\"\n            },\n            {\n                \"essid\": \"meshit\"\n            },\n            {\n                \"essid\": \"meshit-Guest\"\n            },\n            {\n                \"essid\": \"MeshNode\"\n            },\n            {\n                \"essid\": \"MeshNode2G\"\n            },\n            {\n                \"essid\": \" Me So Orbi 6318\"\n            },\n            {\n                \"essid\": \"MessiCar\"\n            },\n            {\n                \"essid\": \"Mestawet\"\n            },\n            {\n                \"essid\": \"mestival\"\n            },\n            {\n                \"essid\": \"Metro\"\n            },\n            {\n                \"essid\": \"METRO2\"\n            },\n            {\n                \"essid\": \"Metro Brokers\"\n            },\n            {\n                \"essid\": \"MetroExtend328\"\n            },\n            {\n                \"essid\": \"MetroExtend339\"\n            },\n            {\n                \"essid\": \"MetroLED1\"\n            },\n            {\n                \"essid\": \"metroled8885337860\"\n            },\n            {\n                \"essid\": \"metroPCS\"\n            },\n            {\n                \"essid\": \"MetroPCS Broadband_00\"\n            },\n            {\n                \"essid\": \"MetroPCS Broadband_01\"\n            },\n            {\n                \"essid\": \"MetroPCS Broadband_02\"\n            },\n            {\n                \"essid\": \"MetroPCS Broadband_03\"\n            },\n            {\n                \"essid\": \"MetroPCS Broadband_04\"\n            },\n            {\n                \"essid\": \"MetroPCS Broadband_05\"\n            },\n            {\n                \"essid\": \"MetroPCS Broadband_06\"\n            },\n            {\n                \"essid\": \"MetroPCS Broadband_07\"\n            },\n            {\n                \"essid\": \"MetroPCS Broadband_08\"\n            },\n            {\n                \"essid\": \"MetroPCS Broadband_09\"\n            },\n            {\n                \"essid\": \"MetroPCS Broadband_10\"\n            },\n            {\n                \"essid\": \"MetroPCS Broadband_11\"\n            },\n            {\n                \"essid\": \"MetroPCS Broadband_12\"\n            },\n            {\n                \"essid\": \"MetroPCS Broadband_14\"\n            },\n            {\n                \"essid\": \"MetroPCS Broadband_15\"\n            },\n            {\n                \"essid\": \"MetroPCS Broadband_16\"\n            },\n            {\n                \"essid\": \"MetroPCS Broadband_17\"\n            },\n            {\n                \"essid\": \"MetroPCS Broadband_18\"\n            },\n            {\n                \"essid\": \"MetroPCS Broadband_19\"\n            },\n            {\n                \"essid\": \"MetroPCS Broadband_20\"\n            },\n            {\n                \"essid\": \"MetroPCS Broadband_21\"\n            },\n            {\n                \"essid\": \"MetroPCS Broadband_22\"\n            },\n            {\n                \"essid\": \"MetroPCS Broadband_23\"\n            },\n            {\n                \"essid\": \"MetroPCS Broadband_24\"\n            },\n            {\n                \"essid\": \"MetroPCS Broadband_26\"\n            },\n            {\n                \"essid\": \"MetroPCS Broadband_27\"\n            },\n            {\n                \"essid\": \"MetroPCS Broadband_28\"\n            },\n            {\n                \"essid\": \"MetroPCS Broadband_29\"\n            },\n            {\n                \"essid\": \"MetroPCS Broadband_30\"\n            },\n            {\n                \"essid\": \"MetroPCS Broadband_31\"\n            },\n            {\n                \"essid\": \"MetroPCS Broadband_32\"\n            },\n            {\n                \"essid\": \"MetroPCS Broadband_33\"\n            },\n            {\n                \"essid\": \"MetroPCS Broadband_34\"\n            },\n            {\n                \"essid\": \"MetroPCS Broadband_35\"\n            },\n            {\n                \"essid\": \"MetroPCS Broadband_36\"\n            },\n            {\n                \"essid\": \"MetroPCS Broadband_37\"\n            },\n            {\n                \"essid\": \"MetroPCS Broadband_38\"\n            },\n            {\n                \"essid\": \"MetroPCS Broadband_40\"\n            },\n            {\n                \"essid\": \"MetroPCS Broadband_41\"\n            },\n            {\n                \"essid\": \"MetroPCS Broadband_42\"\n            },\n            {\n                \"essid\": \"MetroPCS Broadband_44\"\n            },\n            {\n                \"essid\": \"MetroPCS Broadband_45\"\n            },\n            {\n                \"essid\": \"MetroPCS Broadband_46\"\n            },\n            {\n                \"essid\": \"MetroPCS Broadband_47\"\n            },\n            {\n                \"essid\": \"MetroPCS Broadband_48\"\n            },\n            {\n                \"essid\": \"MetroPCS Broadband_49\"\n            },\n            {\n                \"essid\": \"MetroPCS Broadband_50\"\n            },\n            {\n                \"essid\": \"MetroPCS Broadband_51\"\n            },\n            {\n                \"essid\": \"MetroPCS Broadband_52\"\n            },\n            {\n                \"essid\": \"MetroPCS Broadband_53\"\n            },\n            {\n                \"essid\": \"MetroPCS Broadband_54\"\n            },\n            {\n                \"essid\": \"MetroPCS Broadband_55\"\n            },\n            {\n                \"essid\": \"MetroPCS Broadband_56\"\n            },\n            {\n                \"essid\": \"MetroPCS Broadband_57\"\n            },\n            {\n                \"essid\": \"MetroPCS Broadband_58\"\n            },\n            {\n                \"essid\": \"MetroPCS Broadband_59\"\n            },\n            {\n                \"essid\": \"MetroPCS Broadband_61\"\n            },\n            {\n                \"essid\": \"MetroPCS Broadband_62\"\n            },\n            {\n                \"essid\": \"MetroPCS Broadband_63\"\n            },\n            {\n                \"essid\": \"MetroPCS Broadband_64\"\n            },\n            {\n                \"essid\": \"MetroPCS Broadband_65\"\n            },\n            {\n                \"essid\": \"MetroPCS Broadband_66\"\n            },\n            {\n                \"essid\": \"MetroPCS Broadband_67\"\n            },\n            {\n                \"essid\": \"MetroPCS Broadband_68\"\n            },\n            {\n                \"essid\": \"MetroPCS Broadband_69\"\n            },\n            {\n                \"essid\": \"MetroPCS Broadband_70\"\n            },\n            {\n                \"essid\": \"MetroPCS Broadband_71\"\n            },\n            {\n                \"essid\": \"MetroPCS Broadband_72\"\n            },\n            {\n                \"essid\": \"MetroPCS Broadband_73\"\n            },\n            {\n                \"essid\": \"MetroPCS Broadband_75\"\n            },\n            {\n                \"essid\": \"MetroPCS Broadband_76\"\n            },\n            {\n                \"essid\": \"MetroPCS Broadband_77\"\n            },\n            {\n                \"essid\": \"MetroPCS Broadband_78\"\n            },\n            {\n                \"essid\": \"MetroPCS Broadband_79\"\n            },\n            {\n                \"essid\": \"MetroPCS Broadband_80\"\n            },\n            {\n                \"essid\": \"MetroPCS Broadband_81\"\n            },\n            {\n                \"essid\": \"MetroPCS Broadband_82\"\n            },\n            {\n                \"essid\": \"MetroPCS Broadband_83\"\n            },\n            {\n                \"essid\": \"MetroPCS Broadband_84\"\n            },\n            {\n                \"essid\": \"MetroPCS Broadband_85\"\n            },\n            {\n                \"essid\": \"MetroPCS Broadband_86\"\n            },\n            {\n                \"essid\": \"MetroPCS Broadband_87\"\n            },\n            {\n                \"essid\": \"MetroPCS Broadband_88\"\n            },\n            {\n                \"essid\": \"MetroPCS Broadband_89\"\n            },\n            {\n                \"essid\": \"MetroPCS Broadband_90\"\n            },\n            {\n                \"essid\": \"MetroPCS Broadband_91\"\n            },\n            {\n                \"essid\": \"MetroPCS Broadband_92\"\n            },\n            {\n                \"essid\": \"MetroPCS Broadband_93\"\n            },\n            {\n                \"essid\": \"MetroPCS Broadband_94\"\n            },\n            {\n                \"essid\": \"MetroPCS Broadband_95\"\n            },\n            {\n                \"essid\": \"MetroPCS Broadband_96\"\n            },\n            {\n                \"essid\": \"MetroPCS Broadband_97\"\n            },\n            {\n                \"essid\": \"MetroPCS Broadband_98\"\n            },\n            {\n                \"essid\": \"MetroPCS Broadband_99\"\n            },\n            {\n                \"essid\": \"metropcs-guest\"\n            },\n            {\n                \"essid\": \"Metro pcs hotspot\"\n            },\n            {\n                \"essid\": \"MetroPCS Portable Mobile Hotspot\"\n            },\n            {\n                \"essid\": \"MetroP Hotspot\"\n            },\n            {\n                \"essid\": \"MetroSMART Hotspot 0297 2.4GHz\"\n            },\n            {\n                \"essid\": \"MetroSMART Hotspot 0607 2.4GHz\"\n            },\n            {\n                \"essid\": \"MetroSMART Hotspot 1020 2.4GHz\"\n            },\n            {\n                \"essid\": \"MetroSMART Hotspot 1207 2.4GHz\"\n            },\n            {\n                \"essid\": \"MetroSMART Hotspot 3002 2.4GHz\"\n            },\n            {\n                \"essid\": \"MetroSMART Hotspot 3025 2.4GHz\"\n            },\n            {\n                \"essid\": \"MetroSMART Hotspot 3088 2.4GHz\"\n            },\n            {\n                \"essid\": \"MetroSMART Hotspot 4153 2.4GHz\"\n            },\n            {\n                \"essid\": \"MetroSMART Hotspot 4995 2.4GHz\"\n            },\n            {\n                \"essid\": \"Metro Wifi\"\n            },\n            {\n                \"essid\": \"Metz Buick\"\n            },\n            {\n                \"essid\": \"Metz Car\"\n            },\n            {\n                \"essid\": \"MEW30N_40270B02588F\"\n            },\n            {\n                \"essid\": \"MEW30N_40270B025AFF\"\n            },\n            {\n                \"essid\": \"MEW30N_40270B0288B8\"\n            },\n            {\n                \"essid\": \"MEW30N_40270B0288D9\"\n            },\n            {\n                \"essid\": \"mfcantwell\"\n            },\n            {\n                \"essid\": \"MFDell_guest\"\n            },\n            {\n                \"essid\": \"MFlores\"\n            },\n            {\n                \"essid\": \"MFR Slow\"\n            },\n            {\n                \"essid\": \"MG\"\n            },\n            {\n                \"essid\": \"mgandalf\"\n            },\n            {\n                \"essid\": \"MGF-BYOD\"\n            },\n            {\n                \"essid\": \"MGF-Guest WiFi\"\n            },\n            {\n                \"essid\": \"MGF-Parts\"\n            },\n            {\n                \"essid\": \"MGI-1812\"\n            },\n            {\n                \"essid\": \"mgm\"\n            },\n            {\n                \"essid\": \"MGMT\"\n            },\n            {\n                \"essid\": \"mgooch2.4\"\n            },\n            {\n                \"essid\": \"MGorondona\"\n            },\n            {\n                \"essid\": \"MGOtotheWiFi\"\n            },\n            {\n                \"essid\": \"MGTLLIMO\"\n            },\n            {\n                \"essid\": \"MGT University House Midtown\"\n            },\n            {\n                \"essid\": \"MG - Wireless\"\n            },\n            {\n                \"essid\": \"Mharla22\"\n            },\n            {\n                \"essid\": \"MHCGuest\"\n            },\n            {\n                \"essid\": \"MHC-NPS\"\n            },\n            {\n                \"essid\": \"MHD_BEBC\"\n            },\n            {\n                \"essid\": \"MHG\"\n            },\n            {\n                \"essid\": \"MHKmobileDR\"\n            },\n            {\n                \"essid\": \"MHKprivate2\"\n            },\n            {\n                \"essid\": \"M.Home\"\n            },\n            {\n                \"essid\": \"M.Home_5GHz\"\n            },\n            {\n                \"essid\": \"MHS Fam\"\n            },\n            {\n                \"essid\": \"MHZWC153935878\"\n            },\n            {\n                \"essid\": \"MHZWJ111200331\"\n            },\n            {\n                \"essid\": \"Mialena\"\n            },\n            {\n                \"essid\": \"MIARIDEBBS97\"\n            },\n            {\n                \"essid\": \"Mia’s iPad\"\n            },\n            {\n                \"essid\": \"miata\"\n            },\n            {\n                \"essid\": \"Micah Bowers' Karma\"\n            },\n            {\n                \"essid\": \"micasa\"\n            },\n            {\n                \"essid\": \"michachevy\"\n            },\n            {\n                \"essid\": \"Michael\"\n            },\n            {\n                \"essid\": \"Michael\\\\342\\\\200\\\\231s iPhone\"\n            },\n            {\n                \"essid\": \"michael\\\\347\\\\232\\\\204 iPhone\"\n            },\n            {\n                \"essid\": \"Michaela\\\\342\\\\200\\\\231s iPhone\"\n            },\n            {\n                \"essid\": \"Michaelhotspot\"\n            },\n            {\n                \"essid\": \"Michael hot spots\"\n            },\n            {\n                \"essid\": \"Michael Huey’s iPhone\"\n            },\n            {\n                \"essid\": \"Michael I Jordan’s iPhone\"\n            },\n            {\n                \"essid\": \"Michael K\"\n            },\n            {\n                \"essid\": \"Michael L’s iPhone\"\n            },\n            {\n                \"essid\": \"MichaelMaat\"\n            },\n            {\n                \"essid\": \"michaelmitroka\"\n            },\n            {\n                \"essid\": \"MIchaels Colorado\"\n            },\n            {\n                \"essid\": \"MichaelScott\"\n            },\n            {\n                \"essid\": \"Michael Sierra\"\n            },\n            {\n                \"essid\": \"Michael's iPhone\"\n            },\n            {\n                \"essid\": \"Michael’s iPhone\"\n            },\n            {\n                \"essid\": \"michaelstoryS\"\n            },\n            {\n                \"essid\": \"Michael volt\"\n            },\n            {\n                \"essid\": \"Michals Truck\"\n            },\n            {\n                \"essid\": \"michele\"\n            },\n            {\n                \"essid\": \"michelesbolt\"\n            },\n            {\n                \"essid\": \"Michele Verano\"\n            },\n            {\n                \"essid\": \"michelle\"\n            },\n            {\n                \"essid\": \"Michelle Car\"\n            },\n            {\n                \"essid\": \"Michelle Perina\"\n            },\n            {\n                \"essid\": \"MICHELLESA4\"\n            },\n            {\n                \"essid\": \"Michelles Cruze\"\n            },\n            {\n                \"essid\": \"MichellesDenali\"\n            },\n            {\n                \"essid\": \"Michelles Tahoe\"\n            },\n            {\n                \"essid\": \"Michelles Terrain\"\n            },\n            {\n                \"essid\": \"MichellesWifi\"\n            },\n            {\n                \"essid\": \"Michelle Tahoe\"\n            },\n            {\n                \"essid\": \"Michelle Zierten 2.4\"\n            },\n            {\n                \"essid\": \"Mickey\"\n            },\n            {\n                \"essid\": \"Mickey Mouse\"\n            },\n            {\n                \"essid\": \"MickyVz Hotrod\"\n            },\n            {\n                \"essid\": \"MICOURT 2G\"\n            },\n            {\n                \"essid\": \"MICOURT 5G\"\n            },\n            {\n                \"essid\": \"MicrowaveDish\"\n            },\n            {\n                \"essid\": \"MiddleEarth\"\n            },\n            {\n                \"essid\": \"Midget Mobile\"\n            },\n            {\n                \"essid\": \"Midnight\"\n            },\n            {\n                \"essid\": \"midr-cardvr-v1_midev198d\"\n            },\n            {\n                \"essid\": \"midr-cardvr-v1_midev20d1\"\n            },\n            {\n                \"essid\": \"midr-cardvr-v1_midev297f\"\n            },\n            {\n                \"essid\": \"midr-cardvr-v1_midev2fb0\"\n            },\n            {\n                \"essid\": \"midr-cardvr-v1_midev451c\"\n            },\n            {\n                \"essid\": \"midr-cardvr-v1_midev47c3\"\n            },\n            {\n                \"essid\": \"midr-cardvr-v1_midev4e4c\"\n            },\n            {\n                \"essid\": \"midr-cardvr-v1_midev5af\"\n            },\n            {\n                \"essid\": \"midr-cardvr-v1_midev5da0\"\n            },\n            {\n                \"essid\": \"midr-cardvr-v1_midev6450\"\n            },\n            {\n                \"essid\": \"midr-cardvr-v1_midev6f3\"\n            },\n            {\n                \"essid\": \"midr-cardvr-v1_midev6fa5\"\n            },\n            {\n                \"essid\": \"midr-cardvr-v1_midev7957\"\n            },\n            {\n                \"essid\": \"midr-cardvr-v1_midev7966\"\n            },\n            {\n                \"essid\": \"midr-cardvr-v1_midev7d82\"\n            },\n            {\n                \"essid\": \"midr-cardvr-v1_midev86d4\"\n            },\n            {\n                \"essid\": \"midr-cardvr-v1_midev8d36\"\n            },\n            {\n                \"essid\": \"midr-cardvr-v1_midev8f3c\"\n            },\n            {\n                \"essid\": \"midr-cardvr-v1_mideva5e0\"\n            },\n            {\n                \"essid\": \"midr-cardvr-v1_mideva85e\"\n            },\n            {\n                \"essid\": \"midr-cardvr-v1_midevadac\"\n            },\n            {\n                \"essid\": \"midr-cardvr-v1_midevb3b\"\n            },\n            {\n                \"essid\": \"midr-cardvr-v1_midevd5b4\"\n            },\n            {\n                \"essid\": \"midr-cardvr-v1_midevd6e9\"\n            },\n            {\n                \"essid\": \"midr-cardvr-v1_midevd91d\"\n            },\n            {\n                \"essid\": \"midr-cardvr-v1_mideve35\"\n            },\n            {\n                \"essid\": \"midr-cardvr-v1_mideve6d1\"\n            },\n            {\n                \"essid\": \"midr-cardvr-v1_midevf2f1\"\n            },\n            {\n                \"essid\": \"midr-cardvr-v1_midevfa0\"\n            },\n            {\n                \"essid\": \"MiFi4620LE Jetpack 15EE Secure\"\n            },\n            {\n                \"essid\": \"MiFi4620LE Jetpack 18DF Secure\"\n            },\n            {\n                \"essid\": \"MiFi4620LE Jetpack 1967 Secure\"\n            },\n            {\n                \"essid\": \"MiFi4620LE Jetpack 22C7 Secure\"\n            },\n            {\n                \"essid\": \"MiFi4620LE Jetpack 3A10 Secure\"\n            },\n            {\n                \"essid\": \"MiFi4620LE Jetpack 5180 Secure\"\n            },\n            {\n                \"essid\": \"MiFi4620LE Jetpack 5689 Secure\"\n            },\n            {\n                \"essid\": \"MiFi4620LE Jetpack 584F Secure\"\n            },\n            {\n                \"essid\": \"MiFi4620LE Jetpack 792B Secure\"\n            },\n            {\n                \"essid\": \"MiFi4620LE Jetpack 8AAA Secure\"\n            },\n            {\n                \"essid\": \"MiFi4620LE Jetpack BEA7 Secure\"\n            },\n            {\n                \"essid\": \"MiFi4620LE Jetpack FF04 Secure\"\n            },\n            {\n                \"essid\": \"MiFi4620L Jetpack 0B09 Secure\"\n            },\n            {\n                \"essid\": \"MiFi4620L Jetpack 1356 Secure\"\n            },\n            {\n                \"essid\": \"MiFi4620L Jetpack 154D Secure\"\n            },\n            {\n                \"essid\": \"MiFi4620L Jetpack 1E5C Secure\"\n            },\n            {\n                \"essid\": \"MiFi4620L Jetpack 2CBB Secure\"\n            },\n            {\n                \"essid\": \"MiFi4620L Jetpack 4523 Secure\"\n            },\n            {\n                \"essid\": \"MiFi4620L Jetpack 77B6 Secure\"\n            },\n            {\n                \"essid\": \"MiFi4620L Jetpack CB32 Secure\"\n            },\n            {\n                \"essid\": \"MiFi4620L tazlm\"\n            },\n            {\n                \"essid\": \"MiFi7730L-F13E\"\n            },\n            {\n                \"essid\": \"MiFi8000-05F6\"\n            },\n            {\n                \"essid\": \"MiFi8000-2212\"\n            },\n            {\n                \"essid\": \"MiFi8000-3B72\"\n            },\n            {\n                \"essid\": \"MiFi8000-57DC\"\n            },\n            {\n                \"essid\": \"Mifi c144\"\n            },\n            {\n                \"essid\": \"MIFI-LIBERATE-7HTY\"\n            },\n            {\n                \"essid\": \"MIFI-LIBERATE-8SAC\"\n            },\n            {\n                \"essid\": \"MIFI-LIBERATE-BZEW\"\n            },\n            {\n                \"essid\": \"MIFI-LIBERATE-GMRS\"\n            },\n            {\n                \"essid\": \"MIFI-LIBERATE-JDW6\"\n            },\n            {\n                \"essid\": \"MIFI-LIBERATE-U9KF\"\n            },\n            {\n                \"essid\": \"MIFI-ROBIN\"\n            },\n            {\n                \"essid\": \"mifriedman\"\n            },\n            {\n                \"essid\": \"Miguel2003\"\n            },\n            {\n                \"essid\": \"miguelavasquez1\"\n            },\n            {\n                \"essid\": \"Miguel Colorado\"\n            },\n            {\n                \"essid\": \"MIGUEL JARA\"\n            },\n            {\n                \"essid\": \"Miguel silverado\"\n            },\n            {\n                \"essid\": \"Miguel Silverado\"\n            },\n            {\n                \"essid\": \"Miguel's iPhone\"\n            },\n            {\n                \"essid\": \"Miguelwifi\"\n            },\n            {\n                \"essid\": \"Mika1\"\n            },\n            {\n                \"essid\": \"Mikal\"\n            },\n            {\n                \"essid\": \"Mikalt\"\n            },\n            {\n                \"essid\": \"Mike\"\n            },\n            {\n                \"essid\": \"Mike12\"\n            },\n            {\n                \"essid\": \"mike2224\"\n            },\n            {\n                \"essid\": \"Mike\\\\342\\\\200\\\\231s iPhone\"\n            },\n            {\n                \"essid\": \"MikeandMar\"\n            },\n            {\n                \"essid\": \"Mike Bolt\"\n            },\n            {\n                \"essid\": \"mikechen\"\n            },\n            {\n                \"essid\": \"Mike Collard\"\n            },\n            {\n                \"essid\": \"mikedkeller\"\n            },\n            {\n                \"essid\": \"mikeemawifi\"\n            },\n            {\n                \"essid\": \"Mike goddamnitall!\"\n            },\n            {\n                \"essid\": \"Mikes 2500HD\"\n            },\n            {\n                \"essid\": \"Mikes Bolt\"\n            },\n            {\n                \"essid\": \"Mike's by fucking god!\"\n            },\n            {\n                \"essid\": \"Mikes Chevy\"\n            },\n            {\n                \"essid\": \"Mikes Cruze\"\n            },\n            {\n                \"essid\": \"mikesilverado\"\n            },\n            {\n                \"essid\": \"MikesImpala\"\n            },\n            {\n                \"essid\": \"Mikesiphone\"\n            },\n            {\n                \"essid\": \"Mike’s iPhone XS\"\n            },\n            {\n                \"essid\": \"MikesNetwork-2.4\"\n            },\n            {\n                \"essid\": \"Mikes Silverado\"\n            },\n            {\n                \"essid\": \"mikestahoe\"\n            },\n            {\n                \"essid\": \"mikes truck\"\n            },\n            {\n                \"essid\": \"Mikes truck\"\n            },\n            {\n                \"essid\": \"MikesTruck\"\n            },\n            {\n                \"essid\": \"MIKES TRUCK\"\n            },\n            {\n                \"essid\": \"Mikes Volt\"\n            },\n            {\n                \"essid\": \"Mikey\"\n            },\n            {\n                \"essid\": \"MikeyMac\"\n            },\n            {\n                \"essid\": \"Mikey’s iPhone\"\n            },\n            {\n                \"essid\": \"MikHaru\"\n            },\n            {\n                \"essid\": \"mikich11\"\n            },\n            {\n                \"essid\": \"MikroTik-25FA94\"\n            },\n            {\n                \"essid\": \"Miky2000\"\n            },\n            {\n                \"essid\": \"MILA\"\n            },\n            {\n                \"essid\": \"Mildred Silverado\"\n            },\n            {\n                \"essid\": \"miles car\"\n            },\n            {\n                \"essid\": \"miles’s iPhone\"\n            },\n            {\n                \"essid\": \"Milestone\"\n            },\n            {\n                \"essid\": \"Milestone_guest\"\n            },\n            {\n                \"essid\": \"Milissa Bradley’s iPhone\"\n            },\n            {\n                \"essid\": \"Milka\"\n            },\n            {\n                \"essid\": \"Mill Creek Car Wash\"\n            },\n            {\n                \"essid\": \"Miller\"\n            },\n            {\n                \"essid\": \"Miller Escalade\"\n            },\n            {\n                \"essid\": \"Miller Volt\"\n            },\n            {\n                \"essid\": \"Miller WiFi\"\n            },\n            {\n                \"essid\": \"Millie\"\n            },\n            {\n                \"essid\": \"MILLIGAN\"\n            },\n            {\n                \"essid\": \"MILOCASPER\"\n            },\n            {\n                \"essid\": \"MiLuLo\"\n            },\n            {\n                \"essid\": \"MILWFHS83\"\n            },\n            {\n                \"essid\": \"mimi07\"\n            },\n            {\n                \"essid\": \"MinaBaybeh\"\n            },\n            {\n                \"essid\": \"Minasculas\"\n            },\n            {\n                \"essid\": \"Mindy's Wifi\"\n            },\n            {\n                \"essid\": \"Mine\"\n            },\n            {\n                \"essid\": \"Minecraft\"\n            },\n            {\n                \"essid\": \"Minerva Gomez’s iPhone\"\n            },\n            {\n                \"essid\": \"Mingto\\\\342\\\\200\\\\231s iPhone\"\n            },\n            {\n                \"essid\": \"ming的 iPhone\"\n            },\n            {\n                \"essid\": \"Minh Le\"\n            },\n            {\n                \"essid\": \"MINI02580 CarPlay\"\n            },\n            {\n                \"essid\": \"MINI19214 CarPlay\"\n            },\n            {\n                \"essid\": \"MINI44142 CarPlay\"\n            },\n            {\n                \"essid\": \"MINI49627 CarPlay\"\n            },\n            {\n                \"essid\": \"MINI51031 CarPlay\"\n            },\n            {\n                \"essid\": \"MINI60075 CarPlay\"\n            },\n            {\n                \"essid\": \"MINI72329 CarPlay\"\n            },\n            {\n                \"essid\": \"MINI74419 CarPlay\"\n            },\n            {\n                \"essid\": \"MINI82252 CarPlay\"\n            },\n            {\n                \"essid\": \"MINI93761 CarPlay\"\n            },\n            {\n                \"essid\": \"MiniBolt\"\n            },\n            {\n                \"essid\": \"MINI-ec3dfd395a1f\"\n            },\n            {\n                \"essid\": \"MINI-LF-30486\"\n            },\n            {\n                \"essid\": \"Minimalapt\"\n            },\n            {\n                \"essid\": \"minimoby2\"\n            },\n            {\n                \"essid\": \"Miningfatzo\"\n            },\n            {\n                \"essid\": \"mini.o\"\n            },\n            {\n                \"essid\": \"MinionCity\"\n            },\n            {\n                \"essid\": \"MINIOPRO-C1B14\"\n            },\n            {\n                \"essid\": \"MINIOPRO-C6793\"\n            },\n            {\n                \"essid\": \"MINIOPRO-C67D5\"\n            },\n            {\n                \"essid\": \"MINIOPRO-D093F\"\n            },\n            {\n                \"essid\": \"MINIOPRO-D1699\"\n            },\n            {\n                \"essid\": \"Mini Virus\"\n            },\n            {\n                \"essid\": \"minkoff\"\n            },\n            {\n                \"essid\": \"minmini\"\n            },\n            {\n                \"essid\": \"minno\"\n            },\n            {\n                \"essid\": \"mint\"\n            },\n            {\n                \"essid\": \"Minton 5\"\n            },\n            {\n                \"essid\": \"mios_50023058\"\n            },\n            {\n                \"essid\": \"mios_50023058-5G\"\n            },\n            {\n                \"essid\": \"Mi P\"\n            },\n            {\n                \"essid\": \"Mi Phone\"\n            },\n            {\n                \"essid\": \"MiPhone2\"\n            },\n            {\n                \"essid\": \"MiPhone KT\"\n            },\n            {\n                \"essid\": \"MiraCar-BFC99C40\"\n            },\n            {\n                \"essid\": \"mirage\"\n            },\n            {\n                \"essid\": \"MIRANDA\"\n            },\n            {\n                \"essid\": \"MiraScreen BF92D7D0\"\n            },\n            {\n                \"essid\": \"Mirascreen BFE6D917\"\n            },\n            {\n                \"essid\": \"MiraScreen-DFBCEB0B\"\n            },\n            {\n                \"essid\": \"Miriam1964\"\n            },\n            {\n                \"essid\": \"Miriam Castro's Iphone \"\n            },\n            {\n                \"essid\": \"Miriams phone\"\n            },\n            {\n                \"essid\": \"Mirlan's iPhone\"\n            },\n            {\n                \"essid\": \"MiRMCam_v1_1C0C\"\n            },\n            {\n                \"essid\": \"MiRMCam_v1_A807\"\n            },\n            {\n                \"essid\": \"MiRMCam_v1_B43B\"\n            },\n            {\n                \"essid\": \"MiRMCam_v1_CD54\"\n            },\n            {\n                \"essid\": \"MiRMCam_v1_CE5C\"\n            },\n            {\n                \"essid\": \"MiRMCam_v1_D789\"\n            },\n            {\n                \"essid\": \"Mirmir\"\n            },\n            {\n                \"essid\": \"Mirna's phone\"\n            },\n            {\n                \"essid\": \"Mirror-f90188\"\n            },\n            {\n                \"essid\": \"Mirza13\"\n            },\n            {\n                \"essid\": \"miscar\"\n            },\n            {\n                \"essid\": \"Mishael \"\n            },\n            {\n                \"essid\": \"Misquitta GMC\"\n            },\n            {\n                \"essid\": \"missmirians\"\n            },\n            {\n                \"essid\": \"Missy306\"\n            },\n            {\n                \"essid\": \"Mistah’s iPhone\"\n            },\n            {\n                \"essid\": \"Mistys malibu\"\n            },\n            {\n                \"essid\": \"Mitch Bolt\"\n            },\n            {\n                \"essid\": \"Mitchell\"\n            },\n            {\n                \"essid\": \"MitchelWiFi\"\n            },\n            {\n                \"essid\": \"MitchelWiFi_EXT\"\n            },\n            {\n                \"essid\": \"Mitsubishi Motors1794\"\n            },\n            {\n                \"essid\": \"mittens\"\n            },\n            {\n                \"essid\": \"MiVue-6adaaf0\"\n            },\n            {\n                \"essid\": \"MiVue-6af4eef\"\n            },\n            {\n                \"essid\": \"Mizbani_Ext\"\n            },\n            {\n                \"essid\": \"MizHome\"\n            },\n            {\n                \"essid\": \"MizHome_Guest\"\n            },\n            {\n                \"essid\": \"Mizrahi\"\n            },\n            {\n                \"essid\": \"mizron9\"\n            },\n            {\n                \"essid\": \"MizzBee88\"\n            },\n            {\n                \"essid\": \"Mizztaylor1\"\n            },\n            {\n                \"essid\": \"Mjbue\"\n            },\n            {\n                \"essid\": \"mjg1978\"\n            },\n            {\n                \"essid\": \"MJK1\"\n            },\n            {\n                \"essid\": \"Mjolnir\"\n            },\n            {\n                \"essid\": \"mjpublic\"\n            },\n            {\n                \"essid\": \"mjrogue\"\n            },\n            {\n                \"essid\": \"MJxfinity\"\n            },\n            {\n                \"essid\": \"mkchap\"\n            },\n            {\n                \"essid\": \"Mkershner1\"\n            },\n            {\n                \"essid\": \"mkopel-gopro\"\n            },\n            {\n                \"essid\": \"MK pick up\"\n            },\n            {\n                \"essid\": \"mkushner\"\n            },\n            {\n                \"essid\": \"MKZ\"\n            },\n            {\n                \"essid\": \"Mladin\"\n            },\n            {\n                \"essid\": \"MLP Mobile\"\n            },\n            {\n                \"essid\": \"mlr1esq\"\n            },\n            {\n                \"essid\": \"MM\"\n            },\n            {\n                \"essid\": \"M&M\"\n            },\n            {\n                \"essid\": \"MMG-Guest\"\n            },\n            {\n                \"essid\": \"MMG-Wireless\"\n            },\n            {\n                \"essid\": \"MMI2nShop\"\n            },\n            {\n                \"essid\": \"MM network\"\n            },\n            {\n                \"essid\": \"mms421\"\n            },\n            {\n                \"essid\": \"MMT\"\n            },\n            {\n                \"essid\": \"MMT Courtesy Internet\"\n            },\n            {\n                \"essid\": \"MMWIFI\"\n            },\n            {\n                \"essid\": \"MMXI78921732\"\n            },\n            {\n                \"essid\": \"MN01B-75C8\"\n            },\n            {\n                \"essid\": \"MN01B-AB09\"\n            },\n            {\n                \"essid\": \"Mo\"\n            },\n            {\n                \"essid\": \"Mo 8+\"\n            },\n            {\n                \"essid\": \"Mo. 8+ \"\n            },\n            {\n                \"essid\": \"Moammer's Galaxy Note20 Ultra 5G\"\n            },\n            {\n                \"essid\": \"MOB2608\"\n            },\n            {\n                \"essid\": \"mobileBuddy\"\n            },\n            {\n                \"essid\": \"Mobile CIA Hotspot\"\n            },\n            {\n                \"essid\": \"Mobile Hotspot 0539\"\n            },\n            {\n                \"essid\": \"Mobile Hotspot 706B\"\n            },\n            {\n                \"essid\": \"Mobile Hotspot 8906\"\n            },\n            {\n                \"essid\": \"MOBILE-IG\"\n            },\n            {\n                \"essid\": \"mobilemaki\"\n            },\n            {\n                \"essid\": \"mobilenet\"\n            },\n            {\n                \"essid\": \"mobileservice\"\n            },\n            {\n                \"essid\": \"mobilesped\"\n            },\n            {\n                \"essid\": \"Mobilewifi\"\n            },\n            {\n                \"essid\": \"MobilFromage\"\n            },\n            {\n                \"essid\": \"Mocachu+\"\n            },\n            {\n                \"essid\": \"MochaLatte\"\n            },\n            {\n                \"essid\": \"mocha moes guest\"\n            },\n            {\n                \"essid\": \"Mocha_Moes_Private\"\n            },\n            {\n                \"essid\": \"Mochi\"\n            },\n            {\n                \"essid\": \"Mochi_5G\"\n            },\n            {\n                \"essid\": \"mochita\"\n            },\n            {\n                \"essid\": \"MochiX\"\n            },\n            {\n                \"essid\": \"MockOnHub\"\n            },\n            {\n                \"essid\": \"MockOnHub-guest\"\n            },\n            {\n                \"essid\": \"Modera Guest\"\n            },\n            {\n                \"essid\": \"ModernNail-2.4\"\n            },\n            {\n                \"essid\": \"MoesChevy\"\n            },\n            {\n                \"essid\": \"Moes_WIFI\"\n            },\n            {\n                \"essid\": \"Moetown\"\n            },\n            {\n                \"essid\": \"MoeTruck\"\n            },\n            {\n                \"essid\": \"MofiNetwork624\"\n            },\n            {\n                \"essid\": \"MofiNetworkF60\"\n            },\n            {\n                \"essid\": \"Mogawifi\"\n            },\n            {\n                \"essid\": \"MohamadsCruze\"\n            },\n            {\n                \"essid\": \"Mohamed Ali's iPhone\"\n            },\n            {\n                \"essid\": \"Mohammad Spark\"\n            },\n            {\n                \"essid\": \"Mohammed’s iPhone\"\n            },\n            {\n                \"essid\": \"Mohannad house\"\n            },\n            {\n                \"essid\": \"Mo. Iphone 8+ \"\n            },\n            {\n                \"essid\": \"Moises\"\n            },\n            {\n                \"essid\": \"mojeeb123\"\n            },\n            {\n                \"essid\": \"Mojoe510\"\n            },\n            {\n                \"essid\": \"Molekule_0400\"\n            },\n            {\n                \"essid\": \"Molina Hotspot\"\n            },\n            {\n                \"essid\": \"Molly 98\"\n            },\n            {\n                \"essid\": \"Molly Spr\"\n            },\n            {\n                \"essid\": \"mom\"\n            },\n            {\n                \"essid\": \"MOM\"\n            },\n            {\n                \"essid\": \"Mom88\"\n            },\n            {\n                \"essid\": \"momcar\"\n            },\n            {\n                \"essid\": \"Mom Car\"\n            },\n            {\n                \"essid\": \"Momin House\"\n            },\n            {\n                \"essid\": \"Mommy car\"\n            },\n            {\n                \"essid\": \"Mommy Car\"\n            },\n            {\n                \"essid\": \"mommyshit\"\n            },\n            {\n                \"essid\": \"Mommys Ride 2017\"\n            },\n            {\n                \"essid\": \"momobubba\"\n            },\n            {\n                \"essid\": \"Momo Cafe Guest\"\n            },\n            {\n                \"essid\": \"momoswifi\"\n            },\n            {\n                \"essid\": \"Mom Plus Four\"\n            },\n            {\n                \"essid\": \"MomsAudi\"\n            },\n            {\n                \"essid\": \"MomsBuick\"\n            },\n            {\n                \"essid\": \"momscar\"\n            },\n            {\n                \"essid\": \"Moms Car\"\n            },\n            {\n                \"essid\": \"Moms hotspot\"\n            },\n            {\n                \"essid\": \"Moms phone! Get off my shit!\"\n            },\n            {\n                \"essid\": \"momswifi\"\n            },\n            {\n                \"essid\": \"Monarch Truck WiFi\"\n            },\n            {\n                \"essid\": \"Moncada Colorado\"\n            },\n            {\n                \"essid\": \"Monceau\"\n            },\n            {\n                \"essid\": \"monday\"\n            },\n            {\n                \"essid\": \"money mayo’s iPhone\"\n            },\n            {\n                \"essid\": \"monicabolt\"\n            },\n            {\n                \"essid\": \"Monicas Cruze\"\n            },\n            {\n                \"essid\": \"Monique\\\\342\\\\200\\\\231s iPhone\"\n            },\n            {\n                \"essid\": \"MONKEY\"\n            },\n            {\n                \"essid\": \"MonkeyBolt\"\n            },\n            {\n                \"essid\": \"Monkeybug\"\n            },\n            {\n                \"essid\": \"monkeygirl\"\n            },\n            {\n                \"essid\": \"monopole my buddy\"\n            },\n            {\n                \"essid\": \"Mon portable 2\"\n            },\n            {\n                \"essid\": \"Monson Spy Network\"\n            },\n            {\n                \"essid\": \"montag\"\n            },\n            {\n                \"essid\": \"montano19\"\n            },\n            {\n                \"essid\": \"Montelin\"\n            },\n            {\n                \"essid\": \"MontereyFish\"\n            },\n            {\n                \"essid\": \"Monterrey_Free_Wifi\"\n            },\n            {\n                \"essid\": \"montgomery wifi\"\n            },\n            {\n                \"essid\": \"Montoyas House\"\n            },\n            {\n                \"essid\": \"Moodie2017\"\n            },\n            {\n                \"essid\": \"moodys wifi\"\n            },\n            {\n                \"essid\": \"moofus9\"\n            },\n            {\n                \"essid\": \"Moog\"\n            },\n            {\n                \"essid\": \"moon2015\"\n            },\n            {\n                \"essid\": \"moonbradley\"\n            },\n            {\n                \"essid\": \"Moonshade\"\n            },\n            {\n                \"essid\": \"Moor-2.4G\"\n            },\n            {\n                \"essid\": \"Moore home\"\n            },\n            {\n                \"essid\": \"Moores\"\n            },\n            {\n                \"essid\": \"MooreSilverado\"\n            },\n            {\n                \"essid\": \"MooseBearMobile\"\n            },\n            {\n                \"essid\": \"MooseGuest\"\n            },\n            {\n                \"essid\": \"Moraj Wifi\"\n            },\n            {\n                \"essid\": \"morales\"\n            },\n            {\n                \"essid\": \"Morales \"\n            },\n            {\n                \"essid\": \"Morales2015\"\n            },\n            {\n                \"essid\": \"Morales2015-guest\"\n            },\n            {\n                \"essid\": \"Morales wifi\"\n            },\n            {\n                \"essid\": \"Moran\"\n            },\n            {\n                \"essid\": \"morenoeduardo054\"\n            },\n            {\n                \"essid\": \"Moreno WiFi\"\n            },\n            {\n                \"essid\": \"morepowerscotty\"\n            },\n            {\n                \"essid\": \"MoreThanDiamonds2.4\"\n            },\n            {\n                \"essid\": \"Morgan\"\n            },\n            {\n                \"essid\": \"MORGANFAMILY-2.4\"\n            },\n            {\n                \"essid\": \"morgans\"\n            },\n            {\n                \"essid\": \"Morgan's Pixel\"\n            },\n            {\n                \"essid\": \"morgantic\"\n            },\n            {\n                \"essid\": \"Morpheus9\"\n            },\n            {\n                \"essid\": \"morris\"\n            },\n            {\n                \"essid\": \"Morris\"\n            },\n            {\n                \"essid\": \"Morris12\"\n            },\n            {\n                \"essid\": \"Mosaic - 1\"\n            },\n            {\n                \"essid\": \"Mosaic - 2\"\n            },\n            {\n                \"essid\": \"Mosaic samsara\"\n            },\n            {\n                \"essid\": \"MosesTheDog\"\n            },\n            {\n                \"essid\": \"Moshe\"\n            },\n            {\n                \"essid\": \"Moss Family\"\n            },\n            {\n                \"essid\": \"MostlyGreenLife\"\n            },\n            {\n                \"essid\": \"Motel 6\"\n            },\n            {\n                \"essid\": \"Mo the Incredible \"\n            },\n            {\n                \"essid\": \"MOTHERFUCKER\"\n            },\n            {\n                \"essid\": \"moto \"\n            },\n            {\n                \"essid\": \"Moto\"\n            },\n            {\n                \"essid\": \"MOTO02D6\"\n            },\n            {\n                \"essid\": \"MOTO0AF8\"\n            },\n            {\n                \"essid\": \"Moto1Action540\"\n            },\n            {\n                \"essid\": \"MOTO2496\"\n            },\n            {\n                \"essid\": \"MOTO25B9\"\n            },\n            {\n                \"essid\": \"MOTO2630\"\n            },\n            {\n                \"essid\": \"MOTO29DC\"\n            },\n            {\n                \"essid\": \"MOTO4E32\"\n            },\n            {\n                \"essid\": \"MOTO7F4C\"\n            },\n            {\n                \"essid\": \"MOTO905A\"\n            },\n            {\n                \"essid\": \"MOTOA322\"\n            },\n            {\n                \"essid\": \"MOTOAF34\"\n            },\n            {\n                \"essid\": \"MOTOC3B8\"\n            },\n            {\n                \"essid\": \"MotoDV_P6\"\n            },\n            {\n                \"essid\": \"moto e 1102\"\n            },\n            {\n                \"essid\": \"moto e 1314\"\n            },\n            {\n                \"essid\": \"Moto E (4) 1395\"\n            },\n            {\n                \"essid\": \"Moto E (4) 1508\"\n            },\n            {\n                \"essid\": \"Moto E (4) 2080\"\n            },\n            {\n                \"essid\": \"Moto E (4) 2136\"\n            },\n            {\n                \"essid\": \"Moto E (4) 2548y\"\n            },\n            {\n                \"essid\": \"Moto E (4) 2827\"\n            },\n            {\n                \"essid\": \"Moto E (4) 3216\"\n            },\n            {\n                \"essid\": \"Moto E (4) 3353\"\n            },\n            {\n                \"essid\": \"Moto E (4) 3592\"\n            },\n            {\n                \"essid\": \"Moto E (4) 3991\"\n            },\n            {\n                \"essid\": \"Moto E (4) 4449\"\n            },\n            {\n                \"essid\": \"Moto E (4) 5495\"\n            },\n            {\n                \"essid\": \"Moto E (4) 5552\"\n            },\n            {\n                \"essid\": \"Moto E (4) 5724\"\n            },\n            {\n                \"essid\": \"Moto E (4) 5739\"\n            },\n            {\n                \"essid\": \"Moto E (4) 6635\"\n            },\n            {\n                \"essid\": \"Moto E (4) 7807\"\n            },\n            {\n                \"essid\": \"Moto E (4) 7813\"\n            },\n            {\n                \"essid\": \"Moto E (4) 7920\"\n            },\n            {\n                \"essid\": \"Moto E (4) 8085\"\n            },\n            {\n                \"essid\": \"Moto E (4) 8238\"\n            },\n            {\n                \"essid\": \"Moto E (4) 8961\"\n            },\n            {\n                \"essid\": \"Moto E (4) 9642\"\n            },\n            {\n                \"essid\": \"Moto E (4) Plus 6590\"\n            },\n            {\n                \"essid\": \"Moto E (4) Plus 7243\"\n            },\n            {\n                \"essid\": \"Moto E (4) Plus 9210\"\n            },\n            {\n                \"essid\": \"moto e 5956\"\n            },\n            {\n                \"essid\": \"moto e5 cruise_5051\"\n            },\n            {\n                \"essid\": \"moto e5 cruise_8526\"\n            },\n            {\n                \"essid\": \"moto e5 play 1239\"\n            },\n            {\n                \"essid\": \"moto e5 play 2718\"\n            },\n            {\n                \"essid\": \"moto e5 play 2743\"\n            },\n            {\n                \"essid\": \"moto e5 play 2744\"\n            },\n            {\n                \"essid\": \"moto e5 play 2832\"\n            },\n            {\n                \"essid\": \"moto e5 play 3053\"\n            },\n            {\n                \"essid\": \"moto e5 play 3208\"\n            },\n            {\n                \"essid\": \"moto e5 play 3226\"\n            },\n            {\n                \"essid\": \"moto e5 play 3764\"\n            },\n            {\n                \"essid\": \"moto e5 play 3982\"\n            },\n            {\n                \"essid\": \"moto e5 play 4223\"\n            },\n            {\n                \"essid\": \"moto e5 play 4293\"\n            },\n            {\n                \"essid\": \"moto e5 play 4395\"\n            },\n            {\n                \"essid\": \"moto e5 play 4545\"\n            },\n            {\n                \"essid\": \"moto e5 play 4560\"\n            },\n            {\n                \"essid\": \"moto e5 play 4814\"\n            },\n            {\n                \"essid\": \"moto e5 play 5113\"\n            },\n            {\n                \"essid\": \"moto e5 play 5350\"\n            },\n            {\n                \"essid\": \"moto e5 play 5399\"\n            },\n            {\n                \"essid\": \"moto e5 play 5641\"\n            },\n            {\n                \"essid\": \"moto e5 play 5803\"\n            },\n            {\n                \"essid\": \"moto e5 play 6027\"\n            },\n            {\n                \"essid\": \"moto e5 play 6356\"\n            },\n            {\n                \"essid\": \"moto e5 play 7038\"\n            },\n            {\n                \"essid\": \"moto e5 play 7136\"\n            },\n            {\n                \"essid\": \"moto e5 play 7260\"\n            },\n            {\n                \"essid\": \"moto e5 play 7693\"\n            },\n            {\n                \"essid\": \"moto e5 play 7831\"\n            },\n            {\n                \"essid\": \"moto e5 play 8104\"\n            },\n            {\n                \"essid\": \"moto e5 play 8558\"\n            },\n            {\n                \"essid\": \"moto e5 play 8654\"\n            },\n            {\n                \"essid\": \"moto e5 play 8950\"\n            },\n            {\n                \"essid\": \"moto e5 play 8981\"\n            },\n            {\n                \"essid\": \"moto e5 play 9119\"\n            },\n            {\n                \"essid\": \"moto e5 play 9184\"\n            },\n            {\n                \"essid\": \"moto e5 play 9595\"\n            },\n            {\n                \"essid\": \"moto e5 play 9617\"\n            },\n            {\n                \"essid\": \"moto e5 play 9696\"\n            },\n            {\n                \"essid\": \"moto e5 plus 1042\"\n            },\n            {\n                \"essid\": \"moto e5 plus 1885\"\n            },\n            {\n                \"essid\": \"moto e5 plus 1886\"\n            },\n            {\n                \"essid\": \"moto e5 plus 2335\"\n            },\n            {\n                \"essid\": \"moto e5 plus 2384\"\n            },\n            {\n                \"essid\": \"moto e5 plus 2393\"\n            },\n            {\n                \"essid\": \"moto e5 plus 2717\"\n            },\n            {\n                \"essid\": \"moto e5 plus 4623\"\n            },\n            {\n                \"essid\": \"moto e5 plus 4729\"\n            },\n            {\n                \"essid\": \"moto e5 plus 5939\"\n            },\n            {\n                \"essid\": \"moto e5 plus 6196\"\n            },\n            {\n                \"essid\": \"moto e6 2361\"\n            },\n            {\n                \"essid\": \"moto e6 3697\"\n            },\n            {\n                \"essid\": \"moto e6 3774\"\n            },\n            {\n                \"essid\": \"moto e6 3911\"\n            },\n            {\n                \"essid\": \"moto e6 6608\"\n            },\n            {\n                \"essid\": \"moto e6 7538\"\n            },\n            {\n                \"essid\": \"moto e6 8354\"\n            },\n            {\n                \"essid\": \"moto e6 8956\"\n            },\n            {\n                \"essid\": \"moto e6 8970\"\n            },\n            {\n                \"essid\": \"moto e6 9119\"\n            },\n            {\n                \"essid\": \"moto e 7185\"\n            },\n            {\n                \"essid\": \"MOTOF548\"\n            },\n            {\n                \"essid\": \"MotoFish\"\n            },\n            {\n                \"essid\": \"MotoG3 2851\"\n            },\n            {\n                \"essid\": \"MotoG3 7522\"\n            },\n            {\n                \"essid\": \"MotoG3 9529\"\n            },\n            {\n                \"essid\": \"Moto G (4) 2371\"\n            },\n            {\n                \"essid\": \"Moto G (4) 3388\"\n            },\n            {\n                \"essid\": \"Moto G (4) 4399\"\n            },\n            {\n                \"essid\": \"Moto G (4) 8736\"\n            },\n            {\n                \"essid\": \"Moto G (4) 8981\"\n            },\n            {\n                \"essid\": \"Moto G (5) 6478 \"\n            },\n            {\n                \"essid\": \"Moto G (5) Plus 1422\"\n            },\n            {\n                \"essid\": \"Moto G (5) Plus 1606\"\n            },\n            {\n                \"essid\": \"Moto G (5) Plus 3023\"\n            },\n            {\n                \"essid\": \"Moto G (5) Plus 5630\"\n            },\n            {\n                \"essid\": \"Moto G (5) Plus 6329\"\n            },\n            {\n                \"essid\": \"Moto G (5) Plus 6353\"\n            },\n            {\n                \"essid\": \"Moto G (5) Plus 6910\"\n            },\n            {\n                \"essid\": \"Moto G (5) Plus 7783\"\n            },\n            {\n                \"essid\": \"Moto G (5) Plus 9017\"\n            },\n            {\n                \"essid\": \"Moto G (5) Plus 9466\"\n            },\n            {\n                \"essid\": \"Moto G (5) Plus 9747\"\n            },\n            {\n                \"essid\": \"Moto G (5S) 1627\"\n            },\n            {\n                \"essid\": \"Moto G (5S) Plus 3985\"\n            },\n            {\n                \"essid\": \"Moto G (5S) Plus 5481\"\n            },\n            {\n                \"essid\": \"Moto G (5S) Plus 8541\"\n            },\n            {\n                \"essid\": \"moto g(6) 1657\"\n            },\n            {\n                \"essid\": \"moto g(6) 1967\"\n            },\n            {\n                \"essid\": \"moto g(6) 2108\"\n            },\n            {\n                \"essid\": \"moto g(6) 3861\"\n            },\n            {\n                \"essid\": \"moto g(6) 3979\"\n            },\n            {\n                \"essid\": \"moto g(6) 5079\"\n            },\n            {\n                \"essid\": \"moto g(6) 6937\"\n            },\n            {\n                \"essid\": \"moto g(6) 8601\"\n            },\n            {\n                \"essid\": \"moto g(6) 9092\"\n            },\n            {\n                \"essid\": \"moto g(6) 9505\"\n            },\n            {\n                \"essid\": \"moto g(6) forge_6499\"\n            },\n            {\n                \"essid\": \"moto g(6) play 2978\"\n            },\n            {\n                \"essid\": \"moto g(7\"\n            },\n            {\n                \"essid\": \"moto g(7) 6904\"\n            },\n            {\n                \"essid\": \"moto g(7) play 1176\"\n            },\n            {\n                \"essid\": \"moto g(7) play 7949\"\n            },\n            {\n                \"essid\": \"moto g(7) play 8584\"\n            },\n            {\n                \"essid\": \"moto g(7) power\"\n            },\n            {\n                \"essid\": \"moto g(7) power 2072\"\n            },\n            {\n                \"essid\": \"moto g(7) power 2772\"\n            },\n            {\n                \"essid\": \"moto g(7) power 3087\"\n            },\n            {\n                \"essid\": \"moto g(7) power 6893\"\n            },\n            {\n                \"essid\": \"moto g fast 1440\"\n            },\n            {\n                \"essid\": \"Moto G Play 1507\"\n            },\n            {\n                \"essid\": \"moto g play (2021) 1624\"\n            },\n            {\n                \"essid\": \"moto g play (2021) 3933\"\n            },\n            {\n                \"essid\": \"moto g play (2021) 4097\"\n            },\n            {\n                \"essid\": \"moto g play (2021) 4181\"\n            },\n            {\n                \"essid\": \"moto g play (2021) 8165\"\n            },\n            {\n                \"essid\": \"moto g play (2021) 9374\"\n            },\n            {\n                \"essid\": \"Moto G Play 7190\"\n            },\n            {\n                \"essid\": \"moto g power (2021) 8381\"\n            },\n            {\n                \"essid\": \"moto g stylus 1145\"\n            },\n            {\n                \"essid\": \"moto g stylus 1545\"\n            },\n            {\n                \"essid\": \"moto g stylus (2021) 4098\"\n            },\n            {\n                \"essid\": \"moto g stylus 4588\"\n            },\n            {\n                \"essid\": \"moto g stylus 4736\"\n            },\n            {\n                \"essid\": \"moto g stylus 4831\"\n            },\n            {\n                \"essid\": \"moto g stylus 5324\"\n            },\n            {\n                \"essid\": \"moto g stylus 5539\"\n            },\n            {\n                \"essid\": \"moto g stylus 5G_6673\"\n            },\n            {\n                \"essid\": \"moto g stylus 7104\"\n            },\n            {\n                \"essid\": \"moto g stylus 7678\"\n            },\n            {\n                \"essid\": \"moto g stylus 8255 Tazqui\"\n            },\n            {\n                \"essid\": \"moto g stylus 8398\"\n            },\n            {\n                \"essid\": \"moto g stylus 8956\"\n            },\n            {\n                \"essid\": \"moto hotspot\"\n            },\n            {\n                \"essid\": \"Moto hotspoy\"\n            },\n            {\n                \"essid\": \"motomoto\"\n            },\n            {\n                \"essid\": \"Moto Photo\"\n            },\n            {\n                \"essid\": \"Motorlab\"\n            },\n            {\n                \"essid\": \"MOTOROLA-0DAC6\"\n            },\n            {\n                \"essid\": \"MOTOROLA-18AD6\"\n            },\n            {\n                \"essid\": \"MOTOROLA-20AB7\"\n            },\n            {\n                \"essid\": \"MOTOROLA-29B9B\"\n            },\n            {\n                \"essid\": \"MOTOROLA-411B8\"\n            },\n            {\n                \"essid\": \"MOTOROLA-4C126\"\n            },\n            {\n                \"essid\": \"MOTOROLA-4C126_EXT\"\n            },\n            {\n                \"essid\": \"MOTOROLA-4DA32\"\n            },\n            {\n                \"essid\": \"MOTOROLA-B6B89\"\n            },\n            {\n                \"essid\": \"Motorola e5 \"\n            },\n            {\n                \"essid\": \"MOTOROLA-F1C8F\"\n            },\n            {\n                \"essid\": \"motorola one 5G ace 3381\"\n            },\n            {\n                \"essid\": \"motorola one 5G ace 4723\"\n            },\n            {\n                \"essid\": \"MotoVAP_M91321SA191P\"\n            },\n            {\n                \"essid\": \"MotoVAP_M91322SA0GDT\"\n            },\n            {\n                \"essid\": \"MotoVAP_M91324SA0YG2\"\n            },\n            {\n                \"essid\": \"MotoVAP_M91330SA1XR3\"\n            },\n            {\n                \"essid\": \"MotoVAP_M91417SA45DJ\"\n            },\n            {\n                \"essid\": \"MotoVAP_M91735SC0QMS\"\n            },\n            {\n                \"essid\": \"MotoVAP_M91834SC07NM\"\n            },\n            {\n                \"essid\": \"MotoVAP_M91837SC02X8\"\n            },\n            {\n                \"essid\": \"MotoVAP_M91838SC030S\"\n            },\n            {\n                \"essid\": \"MotoVAP_M91851SC0BGR\"\n            },\n            {\n                \"essid\": \"motox4\"\n            },\n            {\n                \"essid\": \"moto x4 3712\"\n            },\n            {\n                \"essid\": \"moto x4 4288\"\n            },\n            {\n                \"essid\": \"moto x4 5010\"\n            },\n            {\n                \"essid\": \"moto x4 5286\"\n            },\n            {\n                \"essid\": \"moto x4 5390\"\n            },\n            {\n                \"essid\": \"moto x4 6024\"\n            },\n            {\n                \"essid\": \"moto x4 6470\"\n            },\n            {\n                \"essid\": \"moto x4 8256\"\n            },\n            {\n                \"essid\": \"moto x4 8507\"\n            },\n            {\n                \"essid\": \"moto x4 8982\"\n            },\n            {\n                \"essid\": \"moto x4 9146\"\n            },\n            {\n                \"essid\": \"Moto Z (2)\"\n            },\n            {\n                \"essid\": \"Moto Z (2) 1317\"\n            },\n            {\n                \"essid\": \"Moto Z (2) 1497\"\n            },\n            {\n                \"essid\": \"Moto Z (2) 5598\"\n            },\n            {\n                \"essid\": \"Moto Z (2) 5637\"\n            },\n            {\n                \"essid\": \"Moto Z (2) 8128\"\n            },\n            {\n                \"essid\": \"Moto Z (2) 8511\"\n            },\n            {\n                \"essid\": \"Moto Z2 Play 5265\"\n            },\n            {\n                \"essid\": \"Moto Z2 Play 6045\"\n            },\n            {\n                \"essid\": \"Moto Z2 Play 6777\"\n            },\n            {\n                \"essid\": \"moto z3\"\n            },\n            {\n                \"essid\": \"Moto Z3 Play 8549\"\n            },\n            {\n                \"essid\": \"motter\"\n            },\n            {\n                \"essid\": \"MountShastaFam\"\n            },\n            {\n                \"essid\": \"mouzon1\"\n            },\n            {\n                \"essid\": \"Mouzon Sanctuary Wi-Fi Network\"\n            },\n            {\n                \"essid\": \"moxee broadband01\"\n            },\n            {\n                \"essid\": \"moxee broadband07\"\n            },\n            {\n                \"essid\": \"moxee broadband09\"\n            },\n            {\n                \"essid\": \"moxee broadband11\"\n            },\n            {\n                \"essid\": \"moxee broadband14\"\n            },\n            {\n                \"essid\": \"moxee broadband32\"\n            },\n            {\n                \"essid\": \"moxee broadband46\"\n            },\n            {\n                \"essid\": \"moxee broadband47\"\n            },\n            {\n                \"essid\": \"moxee broadband55\"\n            },\n            {\n                \"essid\": \"moxee broadband58\"\n            },\n            {\n                \"essid\": \"moxee broadband59\"\n            },\n            {\n                \"essid\": \"moxee broadband75\"\n            },\n            {\n                \"essid\": \"moxee broadband84\"\n            },\n            {\n                \"essid\": \"moxee broadband98\"\n            },\n            {\n                \"essid\": \"Moxee Hotspot22_2.4G\"\n            },\n            {\n                \"essid\": \"Moxee Hotspot27_2.4G\"\n            },\n            {\n                \"essid\": \"Moxee Hotspot38_2.4G\"\n            },\n            {\n                \"essid\": \"Moxee Hotspot39_2.4G\"\n            },\n            {\n                \"essid\": \"Moxee Hotspot43_2.4G\"\n            },\n            {\n                \"essid\": \"Moxee Hotspot59_2.4G\"\n            },\n            {\n                \"essid\": \"Moxee Hotspot75_2.4G\"\n            },\n            {\n                \"essid\": \"Moxee Hotspot77_2.4G\"\n            },\n            {\n                \"essid\": \"Moxee Hotspot90_2.4G\"\n            },\n            {\n                \"essid\": \"Moxee Hotspot93_2.4G\"\n            },\n            {\n                \"essid\": \"Moxee Tether32_2.4G\"\n            },\n            {\n                \"essid\": \"mpaterson\"\n            },\n            {\n                \"essid\": \"mpatlaw@yahoo.com\"\n            },\n            {\n                \"essid\": \"MPEAY WiFi\"\n            },\n            {\n                \"essid\": \"MPEAY WiFi_EXT\"\n            },\n            {\n                \"essid\": \"MpG36hunit\"\n            },\n            {\n                \"essid\": \"MPG_ATL\"\n            },\n            {\n                \"essid\": \"MP_ivMOydhY_2_4GHz\"\n            },\n            {\n                \"essid\": \"MPL\"\n            },\n            {\n                \"essid\": \"MPL_Guest\"\n            },\n            {\n                \"essid\": \"mprize\"\n            },\n            {\n                \"essid\": \"mpspg-ent\"\n            },\n            {\n                \"essid\": \"Mr. Alexio 21\"\n            },\n            {\n                \"essid\": \"MrAlphabets\"\n            },\n            {\n                \"essid\": \"Mrbranner\"\n            },\n            {\n                \"essid\": \"Mr Clean Free WI-FI\"\n            },\n            {\n                \"essid\": \"mreed1\"\n            },\n            {\n                \"essid\": \"mrgsrp\"\n            },\n            {\n                \"essid\": \"mrguss\"\n            },\n            {\n                \"essid\": \"Mr Jolly 12\"\n            },\n            {\n                \"essid\": \"mrlepie\"\n            },\n            {\n                \"essid\": \"MrMagoo-2.4\"\n            },\n            {\n                \"essid\": \"MrMagoo-5\"\n            },\n            {\n                \"essid\": \"MRP Guest\"\n            },\n            {\n                \"essid\": \"MR.R4L\"\n            },\n            {\n                \"essid\": \"MrsHenry\"\n            },\n            {\n                \"essid\": \"Mr. Singh's google pixel 5\"\n            },\n            {\n                \"essid\": \"mrskershaw\"\n            },\n            {\n                \"essid\": \"mrswonderful\"\n            },\n            {\n                \"essid\": \"mrs wonderful\"\n            },\n            {\n                \"essid\": \"MrT's iPhone\"\n            },\n            {\n                \"essid\": \"Mrtz213\"\n            },\n            {\n                \"essid\": \"Mrz\"\n            },\n            {\n                \"essid\": \"ms\"\n            },\n            {\n                \"essid\": \"MS395\"\n            },\n            {\n                \"essid\": \"MS395 5447\"\n            },\n            {\n                \"essid\": \"MSA\"\n            },\n            {\n                \"essid\": \"msantoyo\"\n            },\n            {\n                \"essid\": \"MsAshley\"\n            },\n            {\n                \"essid\": \"MS. ASHLEY\"\n            },\n            {\n                \"essid\": \"MSBCMUSIC\"\n            },\n            {\n                \"essid\": \"msblueluv\"\n            },\n            {\n                \"essid\": \"Ms. Brunette\\\\342\\\\204\\\\242 ..\"\n            },\n            {\n                \"essid\": \"MSC2001_2.4\"\n            },\n            {\n                \"essid\": \"MsChester\"\n            },\n            {\n                \"essid\": \"MSchimek\"\n            },\n            {\n                \"essid\": \"Ms Equinox\"\n            },\n            {\n                \"essid\": \"MsGrandolphHarris\"\n            },\n            {\n                \"essid\": \"Msgzzryde\"\n            },\n            {\n                \"essid\": \"Msharma\"\n            },\n            {\n                \"essid\": \"M. Shawn’s iPhone\"\n            },\n            {\n                \"essid\": \"MSIIOTLAB\"\n            },\n            {\n                \"essid\": \"M’s IPhone\"\n            },\n            {\n                \"essid\": \"MsKeke40\"\n            },\n            {\n                \"essid\": \"Ms Mimi\"\n            },\n            {\n                \"essid\": \"ms.moneymaker.\"\n            },\n            {\n                \"essid\": \"MSO\"\n            },\n            {\n                \"essid\": \"MSROAD2\"\n            },\n            {\n                \"essid\": \"Mstrubel\"\n            },\n            {\n                \"essid\": \"msurjadi\"\n            },\n            {\n                \"essid\": \"MT2001\"\n            },\n            {\n                \"essid\": \"MT7620_AP\"\n            },\n            {\n                \"essid\": \"MT-801\"\n            },\n            {\n                \"essid\": \"MTA_GUEST_ACCESS\"\n            },\n            {\n                \"essid\": \"MT-A-TEMP-24G\"\n            },\n            {\n                \"essid\": \"MTH-GUEST\"\n            },\n            {\n                \"essid\": \"mthrasher guest\"\n            },\n            {\n                \"essid\": \"MTH-WLAN\"\n            },\n            {\n                \"essid\": \"Mt. Pilgrim\"\n            },\n            {\n                \"essid\": \"MT Properties 5\"\n            },\n            {\n                \"essid\": \"MU11\"\n            },\n            {\n                \"essid\": \"Muaz\"\n            },\n            {\n                \"essid\": \"MucoInternet\"\n            },\n            {\n                \"essid\": \"Mu-Fi HQ\"\n            },\n            {\n                \"essid\": \"MUGEN3K\"\n            },\n            {\n                \"essid\": \"muh\"\n            },\n            {\n                \"essid\": \"muhfucking uhhh\"\n            },\n            {\n                \"essid\": \"Mui wifi\"\n            },\n            {\n                \"essid\": \"Muiz\\\\342\\\\200\\\\231s iPhone\"\n            },\n            {\n                \"essid\": \"mulatu1957\"\n            },\n            {\n                \"essid\": \"MULLA-2.4\"\n            },\n            {\n                \"essid\": \"MULLA-5\"\n            },\n            {\n                \"essid\": \"mullarkey\"\n            },\n            {\n                \"essid\": \"mulligan\"\n            },\n            {\n                \"essid\": \"Mullins Cruze\"\n            },\n            {\n                \"essid\": \"Mulqueeney Bolt\"\n            },\n            {\n                \"essid\": \"Mumbai boys\"\n            },\n            {\n                \"essid\": \"Mumford_Guest\"\n            },\n            {\n                \"essid\": \"Mumobile\"\n            },\n            {\n                \"essid\": \"MUNDYS_COLLISION\"\n            },\n            {\n                \"essid\": \"Muni31\"\n            },\n            {\n                \"essid\": \"Muniz Silverado\"\n            },\n            {\n                \"essid\": \"Munozfam\"\n            },\n            {\n                \"essid\": \"Muntadher Alneema\"\n            },\n            {\n                \"essid\": \"MUPHAASIR \"\n            },\n            {\n                \"essid\": \"Murad’s iPhone\"\n            },\n            {\n                \"essid\": \"Murchland\"\n            },\n            {\n                \"essid\": \"Murdock Logistics\"\n            },\n            {\n                \"essid\": \"Murens Volt\"\n            },\n            {\n                \"essid\": \"Murfdawg\"\n            },\n            {\n                \"essid\": \"Muriel 2019\"\n            },\n            {\n                \"essid\": \"Murphys Impala\"\n            },\n            {\n                \"essid\": \"Murray Wifi\"\n            },\n            {\n                \"essid\": \"muscadomestica\"\n            },\n            {\n                \"essid\": \"mus donnie\"\n            },\n            {\n                \"essid\": \"Mustang 2015\"\n            },\n            {\n                \"essid\": \"MV13876103\"\n            },\n            {\n                \"essid\": \"MV17279217\"\n            },\n            {\n                \"essid\": \"MV22304728\"\n            },\n            {\n                \"essid\": \"MV25513819\"\n            },\n            {\n                \"essid\": \"MVCLWifi\"\n            },\n            {\n                \"essid\": \"MVLPR\"\n            },\n            {\n                \"essid\": \"MVP0906\"\n            },\n            {\n                \"essid\": \"Mvsters_WiFi2.4\"\n            },\n            {\n                \"essid\": \"MW\"\n            },\n            {\n                \"essid\": \"mwaid gmc\"\n            },\n            {\n                \"essid\": \"MWAMiFi\"\n            },\n            {\n                \"essid\": \"Mway\"\n            },\n            {\n                \"essid\": \"MW-Google\"\n            },\n            {\n                \"essid\": \"MW-Guest\"\n            },\n            {\n                \"essid\": \"MW-H\"\n            },\n            {\n                \"essid\": \"MW-Staff\"\n            },\n            {\n                \"essid\": \"mx1200\"\n            },\n            {\n                \"essid\": \"MX-HUB\"\n            },\n            {\n                \"essid\": \"MY13A7\"\n            },\n            {\n                \"essid\": \"My2girlz\"\n            },\n            {\n                \"essid\": \"MYA5\"\n            },\n            {\n                \"essid\": \"My Acadia\"\n            },\n            {\n                \"essid\": \"MY-ARMADA4241\"\n            },\n            {\n                \"essid\": \"MY-ARMADA5535\"\n            },\n            {\n                \"essid\": \"My ASUS\"\n            },\n            {\n                \"essid\": \"MY ASUS\"\n            },\n            {\n                \"essid\": \"Myas wifi\"\n            },\n            {\n                \"essid\": \"MyAudiAccess\"\n            },\n            {\n                \"essid\": \"My baaaby\"\n            },\n            {\n                \"essid\": \"my baaby\"\n            },\n            {\n                \"essid\": \"My bedroom Speaker.o\"\n            },\n            {\n                \"essid\": \"MyBeemerHasWiFi\"\n            },\n            {\n                \"essid\": \"MyBlazer\"\n            },\n            {\n                \"essid\": \"My BMW Hotspot 0017\"\n            },\n            {\n                \"essid\": \"My BMW Hotspot 0954\"\n            },\n            {\n                \"essid\": \"My BMW Hotspot 0956\"\n            },\n            {\n                \"essid\": \"My BMW Hotspot 0982\"\n            },\n            {\n                \"essid\": \"My BMW Hotspot 1162\"\n            },\n            {\n                \"essid\": \"My BMW Hotspot 1597\"\n            },\n            {\n                \"essid\": \"My BMW Hotspot 1800\"\n            },\n            {\n                \"essid\": \"My BMW Hotspot 1838\"\n            },\n            {\n                \"essid\": \"My BMW Hotspot 1925\"\n            },\n            {\n                \"essid\": \"My BMW Hotspot 2241\"\n            },\n            {\n                \"essid\": \"My BMW Hotspot 2371\"\n            },\n            {\n                \"essid\": \"My BMW Hotspot 2546\"\n            },\n            {\n                \"essid\": \"My BMW Hotspot 2634\"\n            },\n            {\n                \"essid\": \"My BMW Hotspot 3354\"\n            },\n            {\n                \"essid\": \"My BMW Hotspot 3599\"\n            },\n            {\n                \"essid\": \"My BMW Hotspot 3705\"\n            },\n            {\n                \"essid\": \"My BMW Hotspot 4414\"\n            },\n            {\n                \"essid\": \"My BMW Hotspot 4597\"\n            },\n            {\n                \"essid\": \"My BMW Hotspot 4723\"\n            },\n            {\n                \"essid\": \"My BMW Hotspot 4755\"\n            },\n            {\n                \"essid\": \"My BMW Hotspot 5424\"\n            },\n            {\n                \"essid\": \"My BMW Hotspot 5557\"\n            },\n            {\n                \"essid\": \"My BMW Hotspot 5582\"\n            },\n            {\n                \"essid\": \"My BMW Hotspot 5696\"\n            },\n            {\n                \"essid\": \"My BMW Hotspot 5721\"\n            },\n            {\n                \"essid\": \"My BMW Hotspot 5988\"\n            },\n            {\n                \"essid\": \"My BMW Hotspot 6024\"\n            },\n            {\n                \"essid\": \"My BMW Hotspot 6221\"\n            },\n            {\n                \"essid\": \"My BMW Hotspot 6250\"\n            },\n            {\n                \"essid\": \"My BMW Hotspot 6427\"\n            },\n            {\n                \"essid\": \"My BMW Hotspot 6758\"\n            },\n            {\n                \"essid\": \"My BMW Hotspot 6776\"\n            },\n            {\n                \"essid\": \"My BMW Hotspot 6938\"\n            },\n            {\n                \"essid\": \"My BMW Hotspot 6981\"\n            },\n            {\n                \"essid\": \"My BMW Hotspot 6990\"\n            },\n            {\n                \"essid\": \"My BMW Hotspot 7260\"\n            },\n            {\n                \"essid\": \"My BMW Hotspot 7302\"\n            },\n            {\n                \"essid\": \"My BMW Hotspot 7376\"\n            },\n            {\n                \"essid\": \"My BMW Hotspot 7401\"\n            },\n            {\n                \"essid\": \"My BMW Hotspot 7526\"\n            },\n            {\n                \"essid\": \"My BMW Hotspot 7544\"\n            },\n            {\n                \"essid\": \"My BMW Hotspot 7790\"\n            },\n            {\n                \"essid\": \"My BMW Hotspot 7830\"\n            },\n            {\n                \"essid\": \"My BMW Hotspot 8086\"\n            },\n            {\n                \"essid\": \"My BMW Hotspot 8158\"\n            },\n            {\n                \"essid\": \"My BMW Hotspot 8174\"\n            },\n            {\n                \"essid\": \"My BMW Hotspot 8320\"\n            },\n            {\n                \"essid\": \"My BMW Hotspot 8359\"\n            },\n            {\n                \"essid\": \"My BMW Hotspot 8378\"\n            },\n            {\n                \"essid\": \"My BMW Hotspot 8545\"\n            },\n            {\n                \"essid\": \"My BMW Hotspot 8608\"\n            },\n            {\n                \"essid\": \"My BMW Hotspot 8869\"\n            },\n            {\n                \"essid\": \"My BMW Hotspot 8881\"\n            },\n            {\n                \"essid\": \"My BMW Hotspot 8978\"\n            },\n            {\n                \"essid\": \"My BMW Hotspot 9205\"\n            },\n            {\n                \"essid\": \"My BMW Hotspot 9920\"\n            },\n            {\n                \"essid\": \"My BMWi Hotspot 2362\"\n            },\n            {\n                \"essid\": \"My BMWi Hotspot 4032\"\n            },\n            {\n                \"essid\": \"My BMWi Hotspot 5259\"\n            },\n            {\n                \"essid\": \"My BMWi Hotspot 9439\"\n            },\n            {\n                \"essid\": \"mybolt\"\n            },\n            {\n                \"essid\": \"my bolt\"\n            },\n            {\n                \"essid\": \"Mybolt\"\n            },\n            {\n                \"essid\": \"My bolt\"\n            },\n            {\n                \"essid\": \"My Bolt\"\n            },\n            {\n                \"essid\": \"MY BOLT\"\n            },\n            {\n                \"essid\": \"mybp\"\n            },\n            {\n                \"essid\": \"mybp-2.4GHz\"\n            },\n            {\n                \"essid\": \"myBuick\"\n            },\n            {\n                \"essid\": \"myBuick0052\"\n            },\n            {\n                \"essid\": \"myBuick0053\"\n            },\n            {\n                \"essid\": \"myBuick0388\"\n            },\n            {\n                \"essid\": \"myBuick0703\"\n            },\n            {\n                \"essid\": \"myBuick0804\"\n            },\n            {\n                \"essid\": \"myBuick1062\"\n            },\n            {\n                \"essid\": \"myBuick1200\"\n            },\n            {\n                \"essid\": \"myBuick1367\"\n            },\n            {\n                \"essid\": \"myBuick1370\"\n            },\n            {\n                \"essid\": \"myBuick2248\"\n            },\n            {\n                \"essid\": \"myBuick2323\"\n            },\n            {\n                \"essid\": \"myBuick2594\"\n            },\n            {\n                \"essid\": \"myBuick2698\"\n            },\n            {\n                \"essid\": \"myBuick2974\"\n            },\n            {\n                \"essid\": \"myBuick3263\"\n            },\n            {\n                \"essid\": \"myBuick3326\"\n            },\n            {\n                \"essid\": \"myBuick3595\"\n            },\n            {\n                \"essid\": \"myBuick3829\"\n            },\n            {\n                \"essid\": \"myBuick4369\"\n            },\n            {\n                \"essid\": \"myBuick4475\"\n            },\n            {\n                \"essid\": \"myBuick4554\"\n            },\n            {\n                \"essid\": \"myBuick4637\"\n            },\n            {\n                \"essid\": \"myBuick4672\"\n            },\n            {\n                \"essid\": \"myBuick4861\"\n            },\n            {\n                \"essid\": \"myBuick5040\"\n            },\n            {\n                \"essid\": \"myBuick5331\"\n            },\n            {\n                \"essid\": \"myBuick5660\"\n            },\n            {\n                \"essid\": \"myBuick6013\"\n            },\n            {\n                \"essid\": \"myBuick6351\"\n            },\n            {\n                \"essid\": \"myBuick6358\"\n            },\n            {\n                \"essid\": \"myBuick6368\"\n            },\n            {\n                \"essid\": \"myBuick6522\"\n            },\n            {\n                \"essid\": \"myBuick6593\"\n            },\n            {\n                \"essid\": \"myBuick6772\"\n            },\n            {\n                \"essid\": \"myBuick6816\"\n            },\n            {\n                \"essid\": \"myBuick6864\"\n            },\n            {\n                \"essid\": \"myBuick6875\"\n            },\n            {\n                \"essid\": \"myBuick7090\"\n            },\n            {\n                \"essid\": \"myBuick7228\"\n            },\n            {\n                \"essid\": \"myBuick7832\"\n            },\n            {\n                \"essid\": \"myBuick7924\"\n            },\n            {\n                \"essid\": \"myBuick8553\"\n            },\n            {\n                \"essid\": \"myBuick8595\"\n            },\n            {\n                \"essid\": \"myBuick8978\"\n            },\n            {\n                \"essid\": \"myBuick9151\"\n            },\n            {\n                \"essid\": \"myBuick9781\"\n            },\n            {\n                \"essid\": \"myCa\"\n            },\n            {\n                \"essid\": \"mycadillac\"\n            },\n            {\n                \"essid\": \"myCadillac\"\n            },\n            {\n                \"essid\": \"MyCadillac\"\n            },\n            {\n                \"essid\": \"My Cadillac\"\n            },\n            {\n                \"essid\": \"myCadillac 06c1\"\n            },\n            {\n                \"essid\": \"myCadillac 2f4a\"\n            },\n            {\n                \"essid\": \"myCadillac 31b5\"\n            },\n            {\n                \"essid\": \"myCadillac 35ab\"\n            },\n            {\n                \"essid\": \"myCadillac 382f\"\n            },\n            {\n                \"essid\": \"myCadillac 4009\"\n            },\n            {\n                \"essid\": \"myCadillac 4c67\"\n            },\n            {\n                \"essid\": \"myCadillac 53f8\"\n            },\n            {\n                \"essid\": \"myCadillac 711b\"\n            },\n            {\n                \"essid\": \"myCadillac 78e0\"\n            },\n            {\n                \"essid\": \"myCadillac 7ebc\"\n            },\n            {\n                \"essid\": \"myCadillac c026\"\n            },\n            {\n                \"essid\": \"myCadillac c8fc\"\n            },\n            {\n                \"essid\": \"myCadillac cd4f\"\n            },\n            {\n                \"essid\": \"myCadillac cf73\"\n            },\n            {\n                \"essid\": \"mycamry\"\n            },\n            {\n                \"essid\": \"Mycar\"\n            },\n            {\n                \"essid\": \"My Car\"\n            },\n            {\n                \"essid\": \"MyCarWiFi\"\n            },\n            {\n                \"essid\": \"MyCharterWiFi00-2G\"\n            },\n            {\n                \"essid\": \"MyCharterWiFi04-2G\"\n            },\n            {\n                \"essid\": \"MyCharterWiFi07-2G\"\n            },\n            {\n                \"essid\": \"MyCharterWiFi0b-2G\"\n            },\n            {\n                \"essid\": \"MyCharterWiFi0c-2G\"\n            },\n            {\n                \"essid\": \"MyCharterWiFi10-2G\"\n            },\n            {\n                \"essid\": \"MyCharterWiFi12-2G\"\n            },\n            {\n                \"essid\": \"MyCharterWiFi18-2G\"\n            },\n            {\n                \"essid\": \"MyCharterWiFi18-5G\"\n            },\n            {\n                \"essid\": \"MyCharterWiFi19-2G\"\n            },\n            {\n                \"essid\": \"MyCharterWiFi1a-2G\"\n            },\n            {\n                \"essid\": \"MyCharterWiFi20-2G\"\n            },\n            {\n                \"essid\": \"MyCharterWiFi20-5G\"\n            },\n            {\n                \"essid\": \"MyCharterWiFi22-2G\"\n            },\n            {\n                \"essid\": \"MyCharterWiFi23-2G\"\n            },\n            {\n                \"essid\": \"MyCharterWiFi29-2G\"\n            },\n            {\n                \"essid\": \"MyCharterWiFi2b-2G\"\n            },\n            {\n                \"essid\": \"MyCharterWiFi2f-2G\"\n            },\n            {\n                \"essid\": \"MyCharterWiFi2f-2G_EXT\"\n            },\n            {\n                \"essid\": \"MyCharterWiFi31-2G\"\n            },\n            {\n                \"essid\": \"MyCharterWiFi37-2G\"\n            },\n            {\n                \"essid\": \"MyCharterWiFi38-2G\"\n            },\n            {\n                \"essid\": \"MyCharterWiFi3e-2G\"\n            },\n            {\n                \"essid\": \"MyCharterWiFi3f-2G\"\n            },\n            {\n                \"essid\": \"MyCharterWiFi3f-5G\"\n            },\n            {\n                \"essid\": \"MyCharterWiFi45-2G\"\n            },\n            {\n                \"essid\": \"MyCharterWiFi4a-2G\"\n            },\n            {\n                \"essid\": \"MyCharterWiFi4b-2G\"\n            },\n            {\n                \"essid\": \"MyCharterWiFi4e-2G\"\n            },\n            {\n                \"essid\": \"MyCharterWiFi4f-2G\"\n            },\n            {\n                \"essid\": \"MyCharterWiFi4f-5G\"\n            },\n            {\n                \"essid\": \"MyCharterWiFi50-2G\"\n            },\n            {\n                \"essid\": \"MyCharterWiFi58-2G\"\n            },\n            {\n                \"essid\": \"MyCharterWiFi59-2G\"\n            },\n            {\n                \"essid\": \"MyCharterWiFi60-2G\"\n            },\n            {\n                \"essid\": \"MyCharterWiFi62-2G\"\n            },\n            {\n                \"essid\": \"MyCharterWiFi64-2G\"\n            },\n            {\n                \"essid\": \"MyCharterWiFi68-2G\"\n            },\n            {\n                \"essid\": \"MyCharterWiFi68-5G\"\n            },\n            {\n                \"essid\": \"MyCharterWiFi6a-2G\"\n            },\n            {\n                \"essid\": \"MyCharterWiFi6b-2G\"\n            },\n            {\n                \"essid\": \"MyCharterWiFi6e-2G\"\n            },\n            {\n                \"essid\": \"MyCharterWiFi78-2G\"\n            },\n            {\n                \"essid\": \"MyCharterWiFi7c-2G\"\n            },\n            {\n                \"essid\": \"MyCharterWiFi82-2G\"\n            },\n            {\n                \"essid\": \"MyCharterWiFi88-2G\"\n            },\n            {\n                \"essid\": \"MyCharterWiFi8a-2G\"\n            },\n            {\n                \"essid\": \"MyCharterWiFi8e-2G\"\n            },\n            {\n                \"essid\": \"MyCharterWiFi8e-5G\"\n            },\n            {\n                \"essid\": \"MyCharterWiFi90-2G\"\n            },\n            {\n                \"essid\": \"MyCharterWiFi93-2G\"\n            },\n            {\n                \"essid\": \"MyCharterWiFi97-2G\"\n            },\n            {\n                \"essid\": \"MyCharterWiFia0-2G\"\n            },\n            {\n                \"essid\": \"MyCharterWiFia2-2G\"\n            },\n            {\n                \"essid\": \"MyCharterWiFia3-2G\"\n            },\n            {\n                \"essid\": \"MyCharterWiFia4-2G\"\n            },\n            {\n                \"essid\": \"MyCharterWiFia6-2G\"\n            },\n            {\n                \"essid\": \"MyCharterWiFiaf-2G\"\n            },\n            {\n                \"essid\": \"MyCharterWiFib3-2G\"\n            },\n            {\n                \"essid\": \"MyCharterWiFib8-2G\"\n            },\n            {\n                \"essid\": \"MyCharterWiFibe-2G\"\n            },\n            {\n                \"essid\": \"MyCharterWiFic2-2G\"\n            },\n            {\n                \"essid\": \"MyCharterWiFic4-2G\"\n            },\n            {\n                \"essid\": \"MyCharterWiFic9-2G\"\n            },\n            {\n                \"essid\": \"MyCharterWiFid8-2G\"\n            },\n            {\n                \"essid\": \"MyCharterWiFidc-2G\"\n            },\n            {\n                \"essid\": \"MyCharterWiFidc-2G_EXT\"\n            },\n            {\n                \"essid\": \"MyCharterWiFie4-2G\"\n            },\n            {\n                \"essid\": \"MyCharterWiFif0-2G\"\n            },\n            {\n                \"essid\": \"MyCharterWiFif8-2G\"\n            },\n            {\n                \"essid\": \"MyCharterWiFifa-2G\"\n            },\n            {\n                \"essid\": \"MyCharterWiFifd-2G\"\n            },\n            {\n                \"essid\": \"myChe\"\n            },\n            {\n                \"essid\": \"myChevrole\"\n            },\n            {\n                \"essid\": \"mychevrolet\"\n            },\n            {\n                \"essid\": \"myChevrolet\"\n            },\n            {\n                \"essid\": \"myChevrolet \"\n            },\n            {\n                \"essid\": \"MyChevrolet\"\n            },\n            {\n                \"essid\": \"My Chevrolet\"\n            },\n            {\n                \"essid\": \"myChevrolet0028\"\n            },\n            {\n                \"essid\": \"myChevrolet0030\"\n            },\n            {\n                \"essid\": \"myChevrolet0049\"\n            },\n            {\n                \"essid\": \"myChevrolet0067\"\n            },\n            {\n                \"essid\": \"myChevrolet 00a4\"\n            },\n            {\n                \"essid\": \"myChevrolet 00d3\"\n            },\n            {\n                \"essid\": \"myChevrolet 014f\"\n            },\n            {\n                \"essid\": \"myChevrolet0250\"\n            },\n            {\n                \"essid\": \"myChevrolet0365\"\n            },\n            {\n                \"essid\": \"myChevrolet0371\"\n            },\n            {\n                \"essid\": \"myChevrolet0454\"\n            },\n            {\n                \"essid\": \"myChevrolet 0529\"\n            },\n            {\n                \"essid\": \"myChevrolet0547\"\n            },\n            {\n                \"essid\": \"myChevrolet 05ae\"\n            },\n            {\n                \"essid\": \"myChevrolet0649\"\n            },\n            {\n                \"essid\": \"myChevrolet 0650\"\n            },\n            {\n                \"essid\": \"myChevrolet 0750\"\n            },\n            {\n                \"essid\": \"myChevrolet0767\"\n            },\n            {\n                \"essid\": \"myChevrolet0888\"\n            },\n            {\n                \"essid\": \"myChevrolet0903\"\n            },\n            {\n                \"essid\": \"myChevrolet0938\"\n            },\n            {\n                \"essid\": \"myChevrolet0961\"\n            },\n            {\n                \"essid\": \"myChevrolet 0a4e\"\n            },\n            {\n                \"essid\": \"myChevrolet 0b3b\"\n            },\n            {\n                \"essid\": \"myChevrolet1138\"\n            },\n            {\n                \"essid\": \"myChevrolet1140\"\n            },\n            {\n                \"essid\": \"myChevrolet1147\"\n            },\n            {\n                \"essid\": \"myChevrolet1174\"\n            },\n            {\n                \"essid\": \"myChevrolet1328\"\n            },\n            {\n                \"essid\": \"myChevrolet1331\"\n            },\n            {\n                \"essid\": \"myChevrolet1478\"\n            },\n            {\n                \"essid\": \"myChevrolet1569\"\n            },\n            {\n                \"essid\": \"myChevrolet 15d8\"\n            },\n            {\n                \"essid\": \"myChevrolet 1649\"\n            },\n            {\n                \"essid\": \"myChevrolet1685\"\n            },\n            {\n                \"essid\": \"myChevrolet1865\"\n            },\n            {\n                \"essid\": \"myChevrolet1920\"\n            },\n            {\n                \"essid\": \"myChevrolet1975\"\n            },\n            {\n                \"essid\": \"myChevrolet 19d0\"\n            },\n            {\n                \"essid\": \"myChevrolet 1aa2\"\n            },\n            {\n                \"essid\": \"myChevrolet2032\"\n            },\n            {\n                \"essid\": \"myChevrolet 2039\"\n            },\n            {\n                \"essid\": \"myChevrolet2144\"\n            },\n            {\n                \"essid\": \"myChevrolet2151\"\n            },\n            {\n                \"essid\": \"myChevrolet2155\"\n            },\n            {\n                \"essid\": \"myChevrolet2176\"\n            },\n            {\n                \"essid\": \"myChevrolet2187\"\n            },\n            {\n                \"essid\": \"myChevrolet 21b8\"\n            },\n            {\n                \"essid\": \"myChevrolet 2247\"\n            },\n            {\n                \"essid\": \"myChevrolet2277\"\n            },\n            {\n                \"essid\": \"myChevrolet2285\"\n            },\n            {\n                \"essid\": \"myChevrolet2289\"\n            },\n            {\n                \"essid\": \"myChevrolet2337\"\n            },\n            {\n                \"essid\": \"myChevrolet2398\"\n            },\n            {\n                \"essid\": \"myChevrolet 23ac\"\n            },\n            {\n                \"essid\": \"myChevrolet 2441\"\n            },\n            {\n                \"essid\": \"myChevrolet2486\"\n            },\n            {\n                \"essid\": \"myChevrolet 2529\"\n            },\n            {\n                \"essid\": \"myChevrolet 259f\"\n            },\n            {\n                \"essid\": \"myChevrolet 25e0\"\n            },\n            {\n                \"essid\": \"myChevrolet2618\"\n            },\n            {\n                \"essid\": \"myChevrolet2649\"\n            },\n            {\n                \"essid\": \"myChevrolet 2901\"\n            },\n            {\n                \"essid\": \"myChevrolet 2992\"\n            },\n            {\n                \"essid\": \"myChevrolet2993\"\n            },\n            {\n                \"essid\": \"myChevrolet 2996\"\n            },\n            {\n                \"essid\": \"myChevrolet 29bc\"\n            },\n            {\n                \"essid\": \"myChevrolet 2aae\"\n            },\n            {\n                \"essid\": \"myChevrolet 2d1a\"\n            },\n            {\n                \"essid\": \"myChevrolet 2d71\"\n            },\n            {\n                \"essid\": \"myChevrolet 2dc3\"\n            },\n            {\n                \"essid\": \"myChevrolet3040\"\n            },\n            {\n                \"essid\": \"myChevrolet3205\"\n            },\n            {\n                \"essid\": \"myChevrolet 32b2\"\n            },\n            {\n                \"essid\": \"myChevrolet 32f8\"\n            },\n            {\n                \"essid\": \"myChevrolet3488\"\n            },\n            {\n                \"essid\": \"myChevrolet3563\"\n            },\n            {\n                \"essid\": \"myChevrolet 3663\"\n            },\n            {\n                \"essid\": \"myChevrolet3737\"\n            },\n            {\n                \"essid\": \"myChevrolet3753\"\n            },\n            {\n                \"essid\": \"myChevrolet3797\"\n            },\n            {\n                \"essid\": \"myChevrolet3821\"\n            },\n            {\n                \"essid\": \"myChevrolet3872\"\n            },\n            {\n                \"essid\": \"myChevrolet3916\"\n            },\n            {\n                \"essid\": \"myChevrolet 3930\"\n            },\n            {\n                \"essid\": \"myChevrolet3985\"\n            },\n            {\n                \"essid\": \"myChevrolet 3a8f\"\n            },\n            {\n                \"essid\": \"myChevrolet 3ba1\"\n            },\n            {\n                \"essid\": \"myChevrolet 3e6f\"\n            },\n            {\n                \"essid\": \"myChevrolet4034\"\n            },\n            {\n                \"essid\": \"myChevrolet4055\"\n            },\n            {\n                \"essid\": \"myChevrolet4106\"\n            },\n            {\n                \"essid\": \"myChevrolet4139\"\n            },\n            {\n                \"essid\": \"myChevrolet 4162\"\n            },\n            {\n                \"essid\": \"myChevrolet44\"\n            },\n            {\n                \"essid\": \"myChevrolet 4423\"\n            },\n            {\n                \"essid\": \"myChevrolet4470\"\n            },\n            {\n                \"essid\": \"myChevrolet4530\"\n            },\n            {\n                \"essid\": \"myChevrolet4613\"\n            },\n            {\n                \"essid\": \"myChevrolet4646\"\n            },\n            {\n                \"essid\": \"myChevrolet 467d\"\n            },\n            {\n                \"essid\": \"myChevrolet 4680\"\n            },\n            {\n                \"essid\": \"myChevrolet 4684\"\n            },\n            {\n                \"essid\": \"myChevrolet 46fe\"\n            },\n            {\n                \"essid\": \"myChevrolet 473a\"\n            },\n            {\n                \"essid\": \"myChevrolet4755\"\n            },\n            {\n                \"essid\": \"myChevrolet4861\"\n            },\n            {\n                \"essid\": \"myChevrolet 487c\"\n            },\n            {\n                \"essid\": \"myChevrolet 4977\"\n            },\n            {\n                \"essid\": \"myChevrolet4999\"\n            },\n            {\n                \"essid\": \"myChevrolet 4b0b\"\n            },\n            {\n                \"essid\": \"myChevrolet 4ebe\"\n            },\n            {\n                \"essid\": \"myChevrolet5005\"\n            },\n            {\n                \"essid\": \"myChevrolet 5031\"\n            },\n            {\n                \"essid\": \"myChevrolet5038\"\n            },\n            {\n                \"essid\": \"myChevrolet 5074f\"\n            },\n            {\n                \"essid\": \"myChevrolet5145\"\n            },\n            {\n                \"essid\": \"myChevrolet5150\"\n            },\n            {\n                \"essid\": \"myChevrolet5346\"\n            },\n            {\n                \"essid\": \"myChevrolet5439\"\n            },\n            {\n                \"essid\": \"myChevrolet5480\"\n            },\n            {\n                \"essid\": \"myChevrolet 5495\"\n            },\n            {\n                \"essid\": \"myChevrolet5586\"\n            },\n            {\n                \"essid\": \"myChevrolet5696\"\n            },\n            {\n                \"essid\": \"myChevrolet 5735\"\n            },\n            {\n                \"essid\": \"myChevrolet5795\"\n            },\n            {\n                \"essid\": \"myChevrolet5845\"\n            },\n            {\n                \"essid\": \"myChevrolet 58d6\"\n            },\n            {\n                \"essid\": \"myChevrolet 58fa\"\n            },\n            {\n                \"essid\": \"myChevrolet 5904\"\n            },\n            {\n                \"essid\": \"myChevrolet5960\"\n            },\n            {\n                \"essid\": \"myChevrolet5984\"\n            },\n            {\n                \"essid\": \"myChevrolet6035\"\n            },\n            {\n                \"essid\": \"myChevrolet 6133\"\n            },\n            {\n                \"essid\": \"myChevrolet6179\"\n            },\n            {\n                \"essid\": \"myChevrolet 6227\"\n            },\n            {\n                \"essid\": \"myChevrolet6334\"\n            },\n            {\n                \"essid\": \"myChevrolet 6369\"\n            },\n            {\n                \"essid\": \"myChevrolet 6382\"\n            },\n            {\n                \"essid\": \"myChevrolet 63cc\"\n            },\n            {\n                \"essid\": \"myChevrolet6545\"\n            },\n            {\n                \"essid\": \"myChevrolet6608\"\n            },\n            {\n                \"essid\": \"myChevrolet 6615\"\n            },\n            {\n                \"essid\": \"myChevrolet 66d8\"\n            },\n            {\n                \"essid\": \"myChevrolet 6703\"\n            },\n            {\n                \"essid\": \"myChevrolet 6751\"\n            },\n            {\n                \"essid\": \"myChevrolet6764\"\n            },\n            {\n                \"essid\": \"myChevrolet6836\"\n            },\n            {\n                \"essid\": \"myChevrolet6864\"\n            },\n            {\n                \"essid\": \"myChevrolet6950\"\n            },\n            {\n                \"essid\": \"myChevrolet 69ef\"\n            },\n            {\n                \"essid\": \"myChevrolet 6c40\"\n            },\n            {\n                \"essid\": \"myChevrolet 6cde\"\n            },\n            {\n                \"essid\": \"myChevrolet7\"\n            },\n            {\n                \"essid\": \"myChevrolet7130\"\n            },\n            {\n                \"essid\": \"myChevrolet 718f\"\n            },\n            {\n                \"essid\": \"myChevrolet7195\"\n            },\n            {\n                \"essid\": \"myChevrolet7396\"\n            },\n            {\n                \"essid\": \"myChevrolet7406\"\n            },\n            {\n                \"essid\": \"myChevrolet7467\"\n            },\n            {\n                \"essid\": \"myChevrolet7548\"\n            },\n            {\n                \"essid\": \"myChevrolet 7565\"\n            },\n            {\n                \"essid\": \"myChevrolet7588\"\n            },\n            {\n                \"essid\": \"myChevrolet7605\"\n            },\n            {\n                \"essid\": \"myChevrolet7686\"\n            },\n            {\n                \"essid\": \"myChevrolet 77cf\"\n            },\n            {\n                \"essid\": \"myChevrolet 7915\"\n            },\n            {\n                \"essid\": \"myChevrolet 7ae0\"\n            },\n            {\n                \"essid\": \"myChevrolet 7b11\"\n            },\n            {\n                \"essid\": \"myChevrolet8075\"\n            },\n            {\n                \"essid\": \"myChevrolet 8134\"\n            },\n            {\n                \"essid\": \"myChevrolet 8164\"\n            },\n            {\n                \"essid\": \"myChevrolet8229\"\n            },\n            {\n                \"essid\": \"myChevrolet8247\"\n            },\n            {\n                \"essid\": \"myChevrolet8259\"\n            },\n            {\n                \"essid\": \"myChevrolet8273\"\n            },\n            {\n                \"essid\": \"myChevrolet 84da\"\n            },\n            {\n                \"essid\": \"myChevrolet8518\"\n            },\n            {\n                \"essid\": \"myChevrolet8553\"\n            },\n            {\n                \"essid\": \"myChevrolet8639\"\n            },\n            {\n                \"essid\": \"myChevrolet8690\"\n            },\n            {\n                \"essid\": \"myChevrolet8747\"\n            },\n            {\n                \"essid\": \"myChevrolet 877d\"\n            },\n            {\n                \"essid\": \"myChevrolet 87d9\"\n            },\n            {\n                \"essid\": \"myChevrolet9\"\n            },\n            {\n                \"essid\": \"myChevrolet9036\"\n            },\n            {\n                \"essid\": \"myChevrolet9044\"\n            },\n            {\n                \"essid\": \"myChevrolet9058\"\n            },\n            {\n                \"essid\": \"myChevrolet9072\"\n            },\n            {\n                \"essid\": \"myChevrolet9322\"\n            },\n            {\n                \"essid\": \"myChevrolet 93ee\"\n            },\n            {\n                \"essid\": \"myChevrolet9407\"\n            },\n            {\n                \"essid\": \"myChevrolet9411\"\n            },\n            {\n                \"essid\": \"myChevrolet9474\"\n            },\n            {\n                \"essid\": \"myChevrolet 9501\"\n            },\n            {\n                \"essid\": \"myChevrolet9572\"\n            },\n            {\n                \"essid\": \"myChevrolet9647\"\n            },\n            {\n                \"essid\": \"myChevrolet9677\"\n            },\n            {\n                \"essid\": \"myChevrolet9721\"\n            },\n            {\n                \"essid\": \"myChevrolet9808\"\n            },\n            {\n                \"essid\": \"myChevrolet 9819\"\n            },\n            {\n                \"essid\": \"myChevrolet9823\"\n            },\n            {\n                \"essid\": \"myChevrolet9894\"\n            },\n            {\n                \"essid\": \"myChevrolet9903\"\n            },\n            {\n                \"essid\": \"myChevrolet9912\"\n            },\n            {\n                \"essid\": \"myChevrolet9959\"\n            },\n            {\n                \"essid\": \"myChevrolet9960\"\n            },\n            {\n                \"essid\": \"myChevrolet9972\"\n            },\n            {\n                \"essid\": \"myChevrolet 9fda\"\n            },\n            {\n                \"essid\": \"myChevrolet a6fa\"\n            },\n            {\n                \"essid\": \"myChevrolet ae22\"\n            },\n            {\n                \"essid\": \"myChevrolet aed2\"\n            },\n            {\n                \"essid\": \"myChevrolet b1ea\"\n            },\n            {\n                \"essid\": \"myChevrolet b481\"\n            },\n            {\n                \"essid\": \"myChevrolet b849\"\n            },\n            {\n                \"essid\": \"myChevrolet b973\"\n            },\n            {\n                \"essid\": \"myChevrolet bb34\"\n            },\n            {\n                \"essid\": \"myChevrolet be79\"\n            },\n            {\n                \"essid\": \"myChevrolet c1bb\"\n            },\n            {\n                \"essid\": \"myChevrolet c45e\"\n            },\n            {\n                \"essid\": \"myChevrolet c46c\"\n            },\n            {\n                \"essid\": \"myChevrolet c96e\"\n            },\n            {\n                \"essid\": \"myChevrolet c9c2\"\n            },\n            {\n                \"essid\": \"myChevrolet cbae\"\n            },\n            {\n                \"essid\": \"myChevrolet cf91\"\n            },\n            {\n                \"essid\": \"myChevroletd\"\n            },\n            {\n                \"essid\": \"myChevrolet d206\"\n            },\n            {\n                \"essid\": \"myChevrolet db0e\"\n            },\n            {\n                \"essid\": \"myChevroletddft\"\n            },\n            {\n                \"essid\": \"myChevrolet de5d\"\n            },\n            {\n                \"essid\": \"myChevrolete\"\n            },\n            {\n                \"essid\": \"myChevrolet e534\"\n            },\n            {\n                \"essid\": \"myChevrolet e732\"\n            },\n            {\n                \"essid\": \"myChevrolet e876\"\n            },\n            {\n                \"essid\": \"myChevrolet e9af\"\n            },\n            {\n                \"essid\": \"myChevrolet ec97\"\n            },\n            {\n                \"essid\": \"myChevrolet ecf7\"\n            },\n            {\n                \"essid\": \"myChevrolet eeb2\"\n            },\n            {\n                \"essid\": \"myChevrolet eec1\"\n            },\n            {\n                \"essid\": \"myChevrolet f5fc\"\n            },\n            {\n                \"essid\": \"myChevrolet f62a\"\n            },\n            {\n                \"essid\": \"myChevrolet fb23\"\n            },\n            {\n                \"essid\": \"myChevrolet fcc7\"\n            },\n            {\n                \"essid\": \"myChevrolet fcff\"\n            },\n            {\n                \"essid\": \"myChevrolet ff64\"\n            },\n            {\n                \"essid\": \"myChevroletJ\"\n            },\n            {\n                \"essid\": \"myChevroletkk\"\n            },\n            {\n                \"essid\": \"myChevroleT ROY\"\n            },\n            {\n                \"essid\": \"myChevroletx\"\n            },\n            {\n                \"essid\": \"my chevy\"\n            },\n            {\n                \"essid\": \"MyChevy\"\n            },\n            {\n                \"essid\": \"My Chevy\"\n            },\n            {\n                \"essid\": \"My Chevy Cruze\"\n            },\n            {\n                \"essid\": \"My Chevy SS\"\n            },\n            {\n                \"essid\": \"My Chevy Volt\"\n            },\n            {\n                \"essid\": \"Mycroft\"\n            },\n            {\n                \"essid\": \"mycruze\"\n            },\n            {\n                \"essid\": \"my cruze\"\n            },\n            {\n                \"essid\": \"Mycruze\"\n            },\n            {\n                \"essid\": \"My Cruze\"\n            },\n            {\n                \"essid\": \"myCumpusoO\"\n            },\n            {\n                \"essid\": \"MyDean 210f8f\"\n            },\n            {\n                \"essid\": \"My Denali\"\n            },\n            {\n                \"essid\": \"MyDSNet_Ext\"\n            },\n            {\n                \"essid\": \"myearth\"\n            },\n            {\n                \"essid\": \"My Eero\"\n            },\n            {\n                \"essid\": \"myEquinox\"\n            },\n            {\n                \"essid\": \"MYETTE-2.4\"\n            },\n            {\n                \"essid\": \"MY EVA\"\n            },\n            {\n                \"essid\": \"myF150\"\n            },\n            {\n                \"essid\": \"My F in Truck\"\n            },\n            {\n                \"essid\": \"My First Car\"\n            },\n            {\n                \"essid\": \"MyFiSoDontEvenTryFi\"\n            },\n            {\n                \"essid\": \"Mygigi\"\n            },\n            {\n                \"essid\": \"myGMC\"\n            },\n            {\n                \"essid\": \"myGMC \"\n            },\n            {\n                \"essid\": \"My GMC\"\n            },\n            {\n                \"essid\": \"myGMC 0043\"\n            },\n            {\n                \"essid\": \"myGMC0361\"\n            },\n            {\n                \"essid\": \"myGMC 08e3\"\n            },\n            {\n                \"essid\": \"myGMC 1911\"\n            },\n            {\n                \"essid\": \"myGMC 1ac1\"\n            },\n            {\n                \"essid\": \"myGMC 1e73\"\n            },\n            {\n                \"essid\": \"myGMC 20f5\"\n            },\n            {\n                \"essid\": \"myGMC 21a7\"\n            },\n            {\n                \"essid\": \"myGMC 23f1\"\n            },\n            {\n                \"essid\": \"myGMC27\"\n            },\n            {\n                \"essid\": \"myGMC 3400\"\n            },\n            {\n                \"essid\": \"myGMC 38b5\"\n            },\n            {\n                \"essid\": \"myGMC 4809\"\n            },\n            {\n                \"essid\": \"myGMC 4ecd\"\n            },\n            {\n                \"essid\": \"myGMC 503e\"\n            },\n            {\n                \"essid\": \"myGMC 545c\"\n            },\n            {\n                \"essid\": \"myGMC 57b9\"\n            },\n            {\n                \"essid\": \"myGMC 5821\"\n            },\n            {\n                \"essid\": \"myGMC 5915\"\n            },\n            {\n                \"essid\": \"myGMC6026\"\n            },\n            {\n                \"essid\": \"myGMC 606e\"\n            },\n            {\n                \"essid\": \"myGMC 631c\"\n            },\n            {\n                \"essid\": \"myGMC 6538\"\n            },\n            {\n                \"essid\": \"myGMC 669e\"\n            },\n            {\n                \"essid\": \"myGMC 685f\"\n            },\n            {\n                \"essid\": \"myGMC 6e6e\"\n            },\n            {\n                \"essid\": \"myGMC 83bf\"\n            },\n            {\n                \"essid\": \"myGMC 9284\"\n            },\n            {\n                \"essid\": \"myGMC 95d4\"\n            },\n            {\n                \"essid\": \"myGMC9951\"\n            },\n            {\n                \"essid\": \"myGMC a06c\"\n            },\n            {\n                \"essid\": \"myGMC a40a\"\n            },\n            {\n                \"essid\": \"myGMC a40b\"\n            },\n            {\n                \"essid\": \"myGMC a456\"\n            },\n            {\n                \"essid\": \"myGMC a4ad\"\n            },\n            {\n                \"essid\": \"myGMC a85d\"\n            },\n            {\n                \"essid\": \"myGMC a97f\"\n            },\n            {\n                \"essid\": \"myGMC ac06\"\n            },\n            {\n                \"essid\": \"myGMC ae55\"\n            },\n            {\n                \"essid\": \"myGMC aeb5\"\n            },\n            {\n                \"essid\": \"myGMC b0dd\"\n            },\n            {\n                \"essid\": \"myGMC b237\"\n            },\n            {\n                \"essid\": \"myGMC b2f6\"\n            },\n            {\n                \"essid\": \"myGMC b438\"\n            },\n            {\n                \"essid\": \"myGMC b9e6\"\n            },\n            {\n                \"essid\": \"myGMC bad0\"\n            },\n            {\n                \"essid\": \"myGMC beac\"\n            },\n            {\n                \"essid\": \"myGMC c084\"\n            },\n            {\n                \"essid\": \"myGMC cf1a\"\n            },\n            {\n                \"essid\": \"myGMC d03c\"\n            },\n            {\n                \"essid\": \"myGMC d5b5\"\n            },\n            {\n                \"essid\": \"myGMC db05\"\n            },\n            {\n                \"essid\": \"myGMC e121\"\n            },\n            {\n                \"essid\": \"myGMC e79b\"\n            },\n            {\n                \"essid\": \"myGMC ee3e\"\n            },\n            {\n                \"essid\": \"myGMC f614\"\n            },\n            {\n                \"essid\": \"myGMC Rodriguez Family\"\n            },\n            {\n                \"essid\": \"MYGMC WIFI\"\n            },\n            {\n                \"essid\": \"myGMVehicle\"\n            },\n            {\n                \"essid\": \"MyGucci\"\n            },\n            {\n                \"essid\": \"MYHOME\"\n            },\n            {\n                \"essid\": \"Myhotspot\"\n            },\n            {\n                \"essid\": \"My hotspot\"\n            },\n            {\n                \"essid\": \"MyHotspot\"\n            },\n            {\n                \"essid\": \"MyHotSpot\"\n            },\n            {\n                \"essid\": \"My HotSpot\"\n            },\n            {\n                \"essid\": \"MyHouse\"\n            },\n            {\n                \"essid\": \"My House\"\n            },\n            {\n                \"essid\": \"myimpala2018\"\n            },\n            {\n                \"essid\": \"Myirgu\"\n            },\n            {\n                \"essid\": \"myjesuschrist\"\n            },\n            {\n                \"essid\": \"Mykeldhall’s iPhone\"\n            },\n            {\n                \"essid\": \"myllib\"\n            },\n            {\n                \"essid\": \"MyMacbook’s iPhone\"\n            },\n            {\n                \"essid\": \"MY MAXIMA2895\"\n            },\n            {\n                \"essid\": \"MY MAXIMA6158\"\n            },\n            {\n                \"essid\": \"MyMedia\"\n            },\n            {\n                \"essid\": \"my metro\"\n            },\n            {\n                \"essid\": \"My MIB 0237\"\n            },\n            {\n                \"essid\": \"My MIB DUFQ\"\n            },\n            {\n                \"essid\": \"My MIB FHRX\"\n            },\n            {\n                \"essid\": \"My MIB XHBN\"\n            },\n            {\n                \"essid\": \"My MIB XQDL\"\n            },\n            {\n                \"essid\": \"MyNameIsMud\"\n            },\n            {\n                \"essid\": \"MyNeighborSucks\"\n            },\n            {\n                \"essid\": \"mynetwork\"\n            },\n            {\n                \"essid\": \"MYNOMBRE\"\n            },\n            {\n                \"essid\": \"my open-mesh\"\n            },\n            {\n                \"essid\": \"my_ORBI\"\n            },\n            {\n                \"essid\": \"My Palace  Speaker.o\"\n            },\n            {\n                \"essid\": \"My_pants\"\n            },\n            {\n                \"essid\": \"My Passport (2.4 GHz) - 0159F1\"\n            },\n            {\n                \"essid\": \"My Passport (2.4 GHz) - 07A7EC\"\n            },\n            {\n                \"essid\": \"My Passport (2.4 GHz) - 15862C\"\n            },\n            {\n                \"essid\": \"Mypcs1\"\n            },\n            {\n                \"essid\": \"Myphone\"\n            },\n            {\n                \"essid\": \"My_Porsche_197508\"\n            },\n            {\n                \"essid\": \"My Porsche hotspot\"\n            },\n            {\n                \"essid\": \"MyQ5\"\n            },\n            {\n                \"essid\": \"MY-Q506162\"\n            },\n            {\n                \"essid\": \"MyQ-8B1\"\n            },\n            {\n                \"essid\": \"MyQ-B1A\"\n            },\n            {\n                \"essid\": \"MyQ-F47\"\n            },\n            {\n                \"essid\": \"MyQ-FE2\"\n            },\n            {\n                \"essid\": \"myqwest3245\"\n            },\n            {\n                \"essid\": \"MY-QX805594\"\n            },\n            {\n                \"essid\": \"MY-QX807054\"\n            },\n            {\n                \"essid\": \"MY-QX809183\"\n            },\n            {\n                \"essid\": \"MY-QX809866\"\n            },\n            {\n                \"essid\": \"Myri’s iPhone\"\n            },\n            {\n                \"essid\": \"MY ROGUE0299\"\n            },\n            {\n                \"essid\": \"MY ROGUE4599\"\n            },\n            {\n                \"essid\": \"MY ROGUE4751\"\n            },\n            {\n                \"essid\": \"MY ROGUE5721\"\n            },\n            {\n                \"essid\": \"MY ROGUE6469\"\n            },\n            {\n                \"essid\": \"MY ROGUE7628\"\n            },\n            {\n                \"essid\": \"MY ROGUE8130\"\n            },\n            {\n                \"essid\": \"MY ROGUE9372\"\n            },\n            {\n                \"essid\": \"MY ROGUE ICEY\"\n            },\n            {\n                \"essid\": \"my room Speaker.o\"\n            },\n            {\n                \"essid\": \"Myrthala1\"\n            },\n            {\n                \"essid\": \"MyRules-2.4\"\n            },\n            {\n                \"essid\": \"MyRules-5\"\n            },\n            {\n                \"essid\": \"My S7\"\n            },\n            {\n                \"essid\": \"Mysa-cc8574\"\n            },\n            {\n                \"essid\": \"MY SENTRA0807\"\n            },\n            {\n                \"essid\": \"my septic system\"\n            },\n            {\n                \"essid\": \"My Shieeeet yahh bishh\"\n            },\n            {\n                \"essid\": \"My shit 2\"\n            },\n            {\n                \"essid\": \"My Sonic\"\n            },\n            {\n                \"essid\": \"My space Speaker.n001\"\n            },\n            {\n                \"essid\": \"MySpectrumWiFi00-2G\"\n            },\n            {\n                \"essid\": \"MySpectrumWiFi01-2G\"\n            },\n            {\n                \"essid\": \"MySpectrumWiFi03-2G\"\n            },\n            {\n                \"essid\": \"MySpectrumWiFi04-2G\"\n            },\n            {\n                \"essid\": \"MySpectrumWiFi07-2G\"\n            },\n            {\n                \"essid\": \"MySpectrumWiFi08-2G\"\n            },\n            {\n                \"essid\": \"MySpectrumWiFi08-5G\"\n            },\n            {\n                \"essid\": \"MySpectrumWiFi0c-2G\"\n            },\n            {\n                \"essid\": \"MySpectrumWiFi10-2G\"\n            },\n            {\n                \"essid\": \"MySpectrumWiFi10-5G\"\n            },\n            {\n                \"essid\": \"MySpectrumWiFi12-2G\"\n            },\n            {\n                \"essid\": \"MySpectrumWiFi12-5G\"\n            },\n            {\n                \"essid\": \"MySpectrumWiFi14-2G\"\n            },\n            {\n                \"essid\": \"MySpectrumWiFi15-2G\"\n            },\n            {\n                \"essid\": \"MySpectrumWiFi16-2G\"\n            },\n            {\n                \"essid\": \"MySpectrumWiFi16-5G\"\n            },\n            {\n                \"essid\": \"MySpectrumWiFi18-2G\"\n            },\n            {\n                \"essid\": \"MySpectrumWiFi18-5G\"\n            },\n            {\n                \"essid\": \"MySpectrumWiFi1a-2G\"\n            },\n            {\n                \"essid\": \"MySpectrumWiFi1a-5G\"\n            },\n            {\n                \"essid\": \"MySpectrumWiFi1b-2G\"\n            },\n            {\n                \"essid\": \"MySpectrumWiFi20-2G\"\n            },\n            {\n                \"essid\": \"MySpectrumWiFi20-5G\"\n            },\n            {\n                \"essid\": \"MySpectrumWiFi21-2G\"\n            },\n            {\n                \"essid\": \"MySpectrumWiFi22-2G\"\n            },\n            {\n                \"essid\": \"MySpectrumWiFi24-2G\"\n            },\n            {\n                \"essid\": \"MySpectrumWiFi28-2G\"\n            },\n            {\n                \"essid\": \"MySpectrumWiFi29-2G\"\n            },\n            {\n                \"essid\": \"MySpectrumWiFi2a-2G\"\n            },\n            {\n                \"essid\": \"MySpectrumWiFi2a-5G\"\n            },\n            {\n                \"essid\": \"MySpectrumWiFi2b-2G\"\n            },\n            {\n                \"essid\": \"MySpectrumWiFi2e-2G\"\n            },\n            {\n                \"essid\": \"MySpectrumWiFi30-2G\"\n            },\n            {\n                \"essid\": \"MySpectrumWiFi30-5G\"\n            },\n            {\n                \"essid\": \"MySpectrumWiFi32-2G\"\n            },\n            {\n                \"essid\": \"MySpectrumWiFi33-2G\"\n            },\n            {\n                \"essid\": \"MySpectrumWiFi38-2G\"\n            },\n            {\n                \"essid\": \"MySpectrumWiFi3c-2G\"\n            },\n            {\n                \"essid\": \"MySpectrumWiFi3e-2G\"\n            },\n            {\n                \"essid\": \"MySpectrumWiFi3e-5G\"\n            },\n            {\n                \"essid\": \"MySpectrumWiFi40-2G\"\n            },\n            {\n                \"essid\": \"MySpectrumWiFi40-5G\"\n            },\n            {\n                \"essid\": \"MySpectrumWiFi42-2G\"\n            },\n            {\n                \"essid\": \"MySpectrumWiFi44-2G\"\n            },\n            {\n                \"essid\": \"MySpectrumWiFi44-5G\"\n            },\n            {\n                \"essid\": \"MySpectrumWiFi47-2G\"\n            },\n            {\n                \"essid\": \"MySpectrumWiFi48-2G\"\n            },\n            {\n                \"essid\": \"MySpectrumWiFi48-5G\"\n            },\n            {\n                \"essid\": \"MySpectrumWiFi4a-2G\"\n            },\n            {\n                \"essid\": \"MySpectrumWiFi4b-2G\"\n            },\n            {\n                \"essid\": \"MySpectrumWiFi4c-2G\"\n            },\n            {\n                \"essid\": \"MySpectrumWiFi4e-2G\"\n            },\n            {\n                \"essid\": \"MySpectrumWiFi4F-2G\"\n            },\n            {\n                \"essid\": \"MySpectrumWiFi4F-5G\"\n            },\n            {\n                \"essid\": \"MySpectrumWiFi50-2G\"\n            },\n            {\n                \"essid\": \"MySpectrumWiFi52-2G\"\n            },\n            {\n                \"essid\": \"MySpectrumWiFi54-2G\"\n            },\n            {\n                \"essid\": \"MySpectrumWiFi58-2G\"\n            },\n            {\n                \"essid\": \"MySpectrumWiFi58-5G\"\n            },\n            {\n                \"essid\": \"MySpectrumWiFi5a-2G\"\n            },\n            {\n                \"essid\": \"MySpectrumWiFi5b-2G\"\n            },\n            {\n                \"essid\": \"MySpectrumWiFi5c-2G\"\n            },\n            {\n                \"essid\": \"MySpectrumWiFi60-2G\"\n            },\n            {\n                \"essid\": \"MySpectrumWiFi60-2G_2GEXT\"\n            },\n            {\n                \"essid\": \"MySpectrumWiFi60-5G\"\n            },\n            {\n                \"essid\": \"MySpectrumWiFi62-2G\"\n            },\n            {\n                \"essid\": \"MySpectrumWiFi64-2G\"\n            },\n            {\n                \"essid\": \"MySpectrumWiFi64-2G-Guest\"\n            },\n            {\n                \"essid\": \"MySpectrumWiFi64-5G\"\n            },\n            {\n                \"essid\": \"MySpectrumWiFi66-2G\"\n            },\n            {\n                \"essid\": \"MySpectrumWiFi68-2G\"\n            },\n            {\n                \"essid\": \"MySpectrumWiFi6a-2G\"\n            },\n            {\n                \"essid\": \"MySpectrumWiFi6e-2G\"\n            },\n            {\n                \"essid\": \"MySpectrumWiFi6e-2G_Ext\"\n            },\n            {\n                \"essid\": \"MySpectrumWiFi6f-2G\"\n            },\n            {\n                \"essid\": \"MySpectrumWiFi70-2G\"\n            },\n            {\n                \"essid\": \"MySpectrumWiFi71-2G\"\n            },\n            {\n                \"essid\": \"MySpectrumWiFi73-2G\"\n            },\n            {\n                \"essid\": \"MySpectrumWiFi73-5G\"\n            },\n            {\n                \"essid\": \"MySpectrumWiFi74-2G\"\n            },\n            {\n                \"essid\": \"MySpectrumWiFi78-2G\"\n            },\n            {\n                \"essid\": \"MySpectrumWiFi7a-2G\"\n            },\n            {\n                \"essid\": \"MySpectrumWiFi7c-2G\"\n            },\n            {\n                \"essid\": \"MySpectrumWiFi7f-2G\"\n            },\n            {\n                \"essid\": \"MySpectrumWiFi80-2G\"\n            },\n            {\n                \"essid\": \"MySpectrumWiFi82-2G\"\n            },\n            {\n                \"essid\": \"MySpectrumWiFi82-5G\"\n            },\n            {\n                \"essid\": \"MySpectrumWiFi84-2G\"\n            },\n            {\n                \"essid\": \"MySpectrumWiFi84-5G\"\n            },\n            {\n                \"essid\": \"MySpectrumWiFi86-2G\"\n            },\n            {\n                \"essid\": \"MySpectrumWiFi86-5G\"\n            },\n            {\n                \"essid\": \"MySpectrumWiFi87-2G\"\n            },\n            {\n                \"essid\": \"MySpectrumWiFi88-2G\"\n            },\n            {\n                \"essid\": \"MySpectrumWiFi8c-2G\"\n            },\n            {\n                \"essid\": \"MySpectrumWiFi8c-5G\"\n            },\n            {\n                \"essid\": \"MySpectrumWiFi90-2G\"\n            },\n            {\n                \"essid\": \"MySpectrumWiFi90-5G\"\n            },\n            {\n                \"essid\": \"MySpectrumWiFi95-2G\"\n            },\n            {\n                \"essid\": \"MySpectrumWiFi96-2G\"\n            },\n            {\n                \"essid\": \"MySpectrumWiFi98-2G\"\n            },\n            {\n                \"essid\": \"MySpectrumWiFi9a-2G\"\n            },\n            {\n                \"essid\": \"MySpectrumWiFi9c-2G\"\n            },\n            {\n                \"essid\": \"MySpectrumWiFi9d-2G\"\n            },\n            {\n                \"essid\": \"MySpectrumWiFi9d-5G\"\n            },\n            {\n                \"essid\": \"MySpectrumWiFia0-2G\"\n            },\n            {\n                \"essid\": \"MySpectrumWiFiA0-2G\"\n            },\n            {\n                \"essid\": \"MySpectrumWiFia2-2G\"\n            },\n            {\n                \"essid\": \"MySpectrumWiFia4-2G\"\n            },\n            {\n                \"essid\": \"MySpectrumWiFia4-2G_EXT\"\n            },\n            {\n                \"essid\": \"MySpectrumWiFia4-5G\"\n            },\n            {\n                \"essid\": \"MySpectrumWiFia6-2G\"\n            },\n            {\n                \"essid\": \"MySpectrumWiFia8-2G\"\n            },\n            {\n                \"essid\": \"MySpectrumWiFiaa-2G\"\n            },\n            {\n                \"essid\": \"MySpectrumWiFiab-2G\"\n            },\n            {\n                \"essid\": \"MySpectrumWiFiac-2G\"\n            },\n            {\n                \"essid\": \"MySpectrumWiFib0-2G\"\n            },\n            {\n                \"essid\": \"MySpectrumWiFib2-2G\"\n            },\n            {\n                \"essid\": \"MySpectrumWiFiB2-2G\"\n            },\n            {\n                \"essid\": \"MySpectrumWiFib4-2G\"\n            },\n            {\n                \"essid\": \"MySpectrumWiFib6-2G\"\n            },\n            {\n                \"essid\": \"MySpectrumWiFib6-5G\"\n            },\n            {\n                \"essid\": \"MySpectrumWiFib7-2G\"\n            },\n            {\n                \"essid\": \"MySpectrumWiFib8-2G\"\n            },\n            {\n                \"essid\": \"MySpectrumWiFib8-5G\"\n            },\n            {\n                \"essid\": \"MySpectrumWiFiba-2G\"\n            },\n            {\n                \"essid\": \"MySpectrumWiFibf-2G\"\n            },\n            {\n                \"essid\": \"MySpectrumWiFic0-2G\"\n            },\n            {\n                \"essid\": \"MySpectrumWiFic2-2G\"\n            },\n            {\n                \"essid\": \"MySpectrumWiFiC5-2G\"\n            },\n            {\n                \"essid\": \"MySpectrumWiFic8-2G\"\n            },\n            {\n                \"essid\": \"MySpectrumWiFic8-5G\"\n            },\n            {\n                \"essid\": \"MySpectrumWiFica-2G\"\n            },\n            {\n                \"essid\": \"MySpectrumWiFicb-2G\"\n            },\n            {\n                \"essid\": \"MySpectrumWiFicf-2G\"\n            },\n            {\n                \"essid\": \"MySpectrumWiFid0-2G\"\n            },\n            {\n                \"essid\": \"MySpectrumWiFid0-5G\"\n            },\n            {\n                \"essid\": \"MySpectrumWiFid4-2G\"\n            },\n            {\n                \"essid\": \"MySpectrumWiFid6-2G\"\n            },\n            {\n                \"essid\": \"MySpectrumWiFid8-2G\"\n            },\n            {\n                \"essid\": \"MySpectrumWiFid8-5G\"\n            },\n            {\n                \"essid\": \"MySpectrumWiFida-2G\"\n            },\n            {\n                \"essid\": \"MySpectrumWiFidc-2G\"\n            },\n            {\n                \"essid\": \"MySpectrumWiFide-2G\"\n            },\n            {\n                \"essid\": \"MySpectrumWiFide-5G\"\n            },\n            {\n                \"essid\": \"MySpectrumWiFie0-2G\"\n            },\n            {\n                \"essid\": \"MySpectrumWiFie0-5G\"\n            },\n            {\n                \"essid\": \"MySpectrumWiFie1-2G\"\n            },\n            {\n                \"essid\": \"MySpectrumWiFie2-2G\"\n            },\n            {\n                \"essid\": \"MySpectrumWiFie4-2G\"\n            },\n            {\n                \"essid\": \"MySpectrumWiFie6-2G\"\n            },\n            {\n                \"essid\": \"MySpectrumWiFie7-2G\"\n            },\n            {\n                \"essid\": \"MySpectrumWiFie8-2G\"\n            },\n            {\n                \"essid\": \"MySpectrumWiFiea-2G\"\n            },\n            {\n                \"essid\": \"MySpectrumWiFiee-2G\"\n            },\n            {\n                \"essid\": \"MySpectrumWiFif0-2G\"\n            },\n            {\n                \"essid\": \"MySpectrumWiFif1-2G\"\n            },\n            {\n                \"essid\": \"MySpectrumWiFif2-2G\"\n            },\n            {\n                \"essid\": \"MySpectrumWiFif6-2G\"\n            },\n            {\n                \"essid\": \"MySpectrumWiFif8-2G\"\n            },\n            {\n                \"essid\": \"MySpectrumWiFif8-5G\"\n            },\n            {\n                \"essid\": \"MySpectrumWiFifa-2G\"\n            },\n            {\n                \"essid\": \"MySpectrumWiFifc-2G\"\n            },\n            {\n                \"essid\": \"MySpectrumWiFifd-2G\"\n            },\n            {\n                \"essid\": \"MySpectrumWiFiFF-2G\"\n            },\n            {\n                \"essid\": \"MySpot\"\n            },\n            {\n                \"essid\": \"My Terrain\"\n            },\n            {\n                \"essid\": \"MyTraverse\"\n            },\n            {\n                \"essid\": \"mytrax\"\n            },\n            {\n                \"essid\": \"My Trax\"\n            },\n            {\n                \"essid\": \"My Truck\"\n            },\n            {\n                \"essid\": \"My Trump\"\n            },\n            {\n                \"essid\": \"MYVAN\"\n            },\n            {\n                \"essid\": \"myVehicle\"\n            },\n            {\n                \"essid\": \"myvehicledh\"\n            },\n            {\n                \"essid\": \"myvolt\"\n            },\n            {\n                \"essid\": \"My Volt\"\n            },\n            {\n                \"essid\": \"MYVOLT\"\n            },\n            {\n                \"essid\": \"MyVolvo\"\n            },\n            {\n                \"essid\": \"MyVolvo0DfcCu\"\n            },\n            {\n                \"essid\": \"MyVolvo0iKm6O\"\n            },\n            {\n                \"essid\": \"MyVolvo0KiAbo\"\n            },\n            {\n                \"essid\": \"MyVolvo0yFqse\"\n            },\n            {\n                \"essid\": \"MyVolvo1dHrwD\"\n            },\n            {\n                \"essid\": \"MyVolvo1eBMn4\"\n            },\n            {\n                \"essid\": \"MyVolvo1XP7TN\"\n            },\n            {\n                \"essid\": \"MyVolvo2Lb6a2\"\n            },\n            {\n                \"essid\": \"MyVolvo2Skgsm\"\n            },\n            {\n                \"essid\": \"MyVolvo2TDGTW\"\n            },\n            {\n                \"essid\": \"MyVolvo3CyE0D\"\n            },\n            {\n                \"essid\": \"MyVolvo3gmEyR\"\n            },\n            {\n                \"essid\": \"MyVolvo3lHihQ\"\n            },\n            {\n                \"essid\": \"MyVolvo46BINX\"\n            },\n            {\n                \"essid\": \"MyVolvo4FCt4t\"\n            },\n            {\n                \"essid\": \"MyVolvo4JfvAF\"\n            },\n            {\n                \"essid\": \"MyVolvo4jMOgy\"\n            },\n            {\n                \"essid\": \"MyVolvo4lTj6V\"\n            },\n            {\n                \"essid\": \"MyVolvo4OYrXL\"\n            },\n            {\n                \"essid\": \"MyVolvo4zVTJ9\"\n            },\n            {\n                \"essid\": \"MyVolvo54jVfN\"\n            },\n            {\n                \"essid\": \"MyVolvo6eYL3x\"\n            },\n            {\n                \"essid\": \"MyVolvo6H0pDO\"\n            },\n            {\n                \"essid\": \"MyVolvo6LPpKO\"\n            },\n            {\n                \"essid\": \"MyVolvo6pG9gk\"\n            },\n            {\n                \"essid\": \"MyVolvo6pVnQU\"\n            },\n            {\n                \"essid\": \"MyVolvo6qW6U4\"\n            },\n            {\n                \"essid\": \"MyVolvo6XF4k3\"\n            },\n            {\n                \"essid\": \"MyVolvo70IpnX\"\n            },\n            {\n                \"essid\": \"MyVolvo7UQEwY\"\n            },\n            {\n                \"essid\": \"MyVolvo7xMnIM\"\n            },\n            {\n                \"essid\": \"MyVolvo8AT7d7\"\n            },\n            {\n                \"essid\": \"MyVolvo8EpwDH\"\n            },\n            {\n                \"essid\": \"MyVolvo8oOMZE\"\n            },\n            {\n                \"essid\": \"MyVolvo91MEbu\"\n            },\n            {\n                \"essid\": \"MyVolvo98XtsL\"\n            },\n            {\n                \"essid\": \"MyVolvo9ES3IK\"\n            },\n            {\n                \"essid\": \"MyVolvo9hoAuq\"\n            },\n            {\n                \"essid\": \"MyVolvo9JB76Z\"\n            },\n            {\n                \"essid\": \"MyVolvo9TKrNQ\"\n            },\n            {\n                \"essid\": \"MyVolvo9XNKOJ\"\n            },\n            {\n                \"essid\": \"MyVolvoA1a5WR\"\n            },\n            {\n                \"essid\": \"MyVolvoAAOe64\"\n            },\n            {\n                \"essid\": \"MyVolvoACjcGf\"\n            },\n            {\n                \"essid\": \"MyVolvoACTO9j\"\n            },\n            {\n                \"essid\": \"MyVolvoAfBTx2\"\n            },\n            {\n                \"essid\": \"MyVolvoatuDVZ\"\n            },\n            {\n                \"essid\": \"MyVolvoaUgkcM\"\n            },\n            {\n                \"essid\": \"MyVolvoAzvlrC\"\n            },\n            {\n                \"essid\": \"MyVolvoB6vDI0\"\n            },\n            {\n                \"essid\": \"MyVolvoBB4f2i\"\n            },\n            {\n                \"essid\": \"MyVolvobkubTE\"\n            },\n            {\n                \"essid\": \"MyVolvobMZ1ay\"\n            },\n            {\n                \"essid\": \"MyVolvoBVLNSL\"\n            },\n            {\n                \"essid\": \"MyVolvoc1w9Vw\"\n            },\n            {\n                \"essid\": \"MyVolvoc3DsCg\"\n            },\n            {\n                \"essid\": \"MyVolvoc4n0Uy\"\n            },\n            {\n                \"essid\": \"MyVolvoc6v6Xo\"\n            },\n            {\n                \"essid\": \"MyVolvocaYzmM\"\n            },\n            {\n                \"essid\": \"MyVolvoCBVje2\"\n            },\n            {\n                \"essid\": \"MyVolvoCdX0qg\"\n            },\n            {\n                \"essid\": \"MyVolvoCGb9dK\"\n            },\n            {\n                \"essid\": \"MyVolvocizQQr\"\n            },\n            {\n                \"essid\": \"MyVolvocXQSVz\"\n            },\n            {\n                \"essid\": \"MyVolvocXVKri\"\n            },\n            {\n                \"essid\": \"MyVolvod2GzzR\"\n            },\n            {\n                \"essid\": \"MyVolvod72BjZ\"\n            },\n            {\n                \"essid\": \"MyVolvoDkYryb\"\n            },\n            {\n                \"essid\": \"MyVolvoDnazlt\"\n            },\n            {\n                \"essid\": \"MyVolvodNjsad\"\n            },\n            {\n                \"essid\": \"MyVolvodoJqyl\"\n            },\n            {\n                \"essid\": \"MyVolvoDtWpvi\"\n            },\n            {\n                \"essid\": \"MyVolvoDvTbS6\"\n            },\n            {\n                \"essid\": \"MyVolvoEAwiGb\"\n            },\n            {\n                \"essid\": \"MyVolvoEbRYnV\"\n            },\n            {\n                \"essid\": \"MyVolvoED0WLZ\"\n            },\n            {\n                \"essid\": \"MyVolvoeKs0Lb\"\n            },\n            {\n                \"essid\": \"MyVolvoEmmBZf\"\n            },\n            {\n                \"essid\": \"MyVolvoEPvtlt\"\n            },\n            {\n                \"essid\": \"MyVolvoEQSnLs\"\n            },\n            {\n                \"essid\": \"MyVolvoEyOrdY\"\n            },\n            {\n                \"essid\": \"MyVolvoeZPM0e\"\n            },\n            {\n                \"essid\": \"MyVolvoF7JG9P\"\n            },\n            {\n                \"essid\": \"MyVolvof8dGHg\"\n            },\n            {\n                \"essid\": \"MyVolvoFE7Nqe\"\n            },\n            {\n                \"essid\": \"MyVolvofKeNs7\"\n            },\n            {\n                \"essid\": \"MyVolvoFSjt4X\"\n            },\n            {\n                \"essid\": \"MyVolvofSOlvZ\"\n            },\n            {\n                \"essid\": \"MyVolvoFUAlh6\"\n            },\n            {\n                \"essid\": \"MyVolvoFyBTDB\"\n            },\n            {\n                \"essid\": \"MyVolvofZztn4\"\n            },\n            {\n                \"essid\": \"MyVolvog1aCHJ\"\n            },\n            {\n                \"essid\": \"MyVolvog5bRQ7\"\n            },\n            {\n                \"essid\": \"MyVolvogBn6PH\"\n            },\n            {\n                \"essid\": \"MyVolvoGOVETC\"\n            },\n            {\n                \"essid\": \"MyVolvoGPHj4j\"\n            },\n            {\n                \"essid\": \"MyVolvogVXnww\"\n            },\n            {\n                \"essid\": \"MyVolvogXQvSg\"\n            },\n            {\n                \"essid\": \"MyVolvogZjhvV\"\n            },\n            {\n                \"essid\": \"MyVolvoHCIIkY\"\n            },\n            {\n                \"essid\": \"MyVolvoHfuqZa\"\n            },\n            {\n                \"essid\": \"MyVolvoHi5h4W\"\n            },\n            {\n                \"essid\": \"MyVolvoHmuuSF\"\n            },\n            {\n                \"essid\": \"MyVolvohpnIRa\"\n            },\n            {\n                \"essid\": \"MyVolvoHPZtFU\"\n            },\n            {\n                \"essid\": \"MyVolvoHtjiya\"\n            },\n            {\n                \"essid\": \"MyVolvohTpM7h\"\n            },\n            {\n                \"essid\": \"MyVolvohyrcWu\"\n            },\n            {\n                \"essid\": \"MyVolvohyS4pJ\"\n            },\n            {\n                \"essid\": \"MyVolvoI3hdDO\"\n            },\n            {\n                \"essid\": \"MyVolvoiJBe6X\"\n            },\n            {\n                \"essid\": \"MyVolvoIKBPnb\"\n            },\n            {\n                \"essid\": \"MyVolvoIne3Xw\"\n            },\n            {\n                \"essid\": \"MyVolvoIolY4Y\"\n            },\n            {\n                \"essid\": \"MyVolvoioXBoU\"\n            },\n            {\n                \"essid\": \"MyVolvoiQhF9O\"\n            },\n            {\n                \"essid\": \"MyVolvoiVA6CO\"\n            },\n            {\n                \"essid\": \"MyVolvoIXVfZR\"\n            },\n            {\n                \"essid\": \"MyVolvoJjVrjs\"\n            },\n            {\n                \"essid\": \"MyVolvojjwd0I\"\n            },\n            {\n                \"essid\": \"MyVolvoJKFCVC\"\n            },\n            {\n                \"essid\": \"MyVolvojmGsFS\"\n            },\n            {\n                \"essid\": \"MyVolvojN3KlF\"\n            },\n            {\n                \"essid\": \"MyVolvoJn8b3s\"\n            },\n            {\n                \"essid\": \"MyVolvojnpjZi\"\n            },\n            {\n                \"essid\": \"MyVolvoJqEEaN\"\n            },\n            {\n                \"essid\": \"MyVolvojyWGF9\"\n            },\n            {\n                \"essid\": \"MyVolvoKgHCxX\"\n            },\n            {\n                \"essid\": \"MyVolvoKpUPoA\"\n            },\n            {\n                \"essid\": \"MyVolvoktU8FJ\"\n            },\n            {\n                \"essid\": \"MyVolvokWZ9QC\"\n            },\n            {\n                \"essid\": \"MyVolvol1v4jB\"\n            },\n            {\n                \"essid\": \"MyVolvoLCfCsx\"\n            },\n            {\n                \"essid\": \"MyVolvolLtYhg\"\n            },\n            {\n                \"essid\": \"MyVolvolNf8QU\"\n            },\n            {\n                \"essid\": \"MyVolvoLt7reU\"\n            },\n            {\n                \"essid\": \"MyVolvolvVh2C\"\n            },\n            {\n                \"essid\": \"MyVolvom0gt0L\"\n            },\n            {\n                \"essid\": \"MyVolvoM116k4\"\n            },\n            {\n                \"essid\": \"MyVolvomNd31H\"\n            },\n            {\n                \"essid\": \"MyVolvon3kzMC\"\n            },\n            {\n                \"essid\": \"MyVolvoN3vt26\"\n            },\n            {\n                \"essid\": \"MyVolvoN5W6hI\"\n            },\n            {\n                \"essid\": \"MyVolvon71gbg\"\n            },\n            {\n                \"essid\": \"MyVolvonrCiHk\"\n            },\n            {\n                \"essid\": \"MyVolvoNuRWzC\"\n            },\n            {\n                \"essid\": \"MyVolvoO2KpIF\"\n            },\n            {\n                \"essid\": \"MyVolvoobc9MS\"\n            },\n            {\n                \"essid\": \"MyVolvoOVjjry\"\n            },\n            {\n                \"essid\": \"MyVolvoOZKliI\"\n            },\n            {\n                \"essid\": \"MyVolvoOZWo1t\"\n            },\n            {\n                \"essid\": \"MyVolvopCsr8J\"\n            },\n            {\n                \"essid\": \"MyVolvoPd7QlS\"\n            },\n            {\n                \"essid\": \"MyVolvopkQDcY\"\n            },\n            {\n                \"essid\": \"MyVolvopPJgL3\"\n            },\n            {\n                \"essid\": \"MyVolvoPrkWYE\"\n            },\n            {\n                \"essid\": \"MyVolvoPVzKK6\"\n            },\n            {\n                \"essid\": \"MyVolvoPzsXrP\"\n            },\n            {\n                \"essid\": \"MyVolvoq3O9FT\"\n            },\n            {\n                \"essid\": \"MyVolvoQ6fg0m\"\n            },\n            {\n                \"essid\": \"MyVolvoq6FPwD\"\n            },\n            {\n                \"essid\": \"MyVolvoQaXWvH\"\n            },\n            {\n                \"essid\": \"MyVolvoQBEtBR\"\n            },\n            {\n                \"essid\": \"MyVolvoqKQ8RL\"\n            },\n            {\n                \"essid\": \"MyVolvoQVw5ZS\"\n            },\n            {\n                \"essid\": \"MyVolvoqWyALI\"\n            },\n            {\n                \"essid\": \"MyVolvoR49SOT\"\n            },\n            {\n                \"essid\": \"MyVolvorFj9nR\"\n            },\n            {\n                \"essid\": \"MyVolvoriGlyd\"\n            },\n            {\n                \"essid\": \"MyVolvorvFCPR\"\n            },\n            {\n                \"essid\": \"MyVolvoRYgaYF\"\n            },\n            {\n                \"essid\": \"MyVolvoS2WKj3\"\n            },\n            {\n                \"essid\": \"MyVolvosDSbl2\"\n            },\n            {\n                \"essid\": \"MyVolvoseBY0h\"\n            },\n            {\n                \"essid\": \"MyVolvosJdpH8\"\n            },\n            {\n                \"essid\": \"MyVolvoslUuKy\"\n            },\n            {\n                \"essid\": \"MyVolvoSnPuZ9\"\n            },\n            {\n                \"essid\": \"MyVolvosSgrpK\"\n            },\n            {\n                \"essid\": \"MyVolvostGEtg\"\n            },\n            {\n                \"essid\": \"MyVolvoSWjPdS\"\n            },\n            {\n                \"essid\": \"MyVolvot8HtmU\"\n            },\n            {\n                \"essid\": \"MyVolvot8Pzlu\"\n            },\n            {\n                \"essid\": \"MyVolvotB2yYz\"\n            },\n            {\n                \"essid\": \"MyVolvoTjdW0U\"\n            },\n            {\n                \"essid\": \"MyVolvotJiqxP\"\n            },\n            {\n                \"essid\": \"MyVolvotOdgbk\"\n            },\n            {\n                \"essid\": \"MyVolvotScQPj\"\n            },\n            {\n                \"essid\": \"MyVolvoTZoXqg\"\n            },\n            {\n                \"essid\": \"MyVolvoTzZdsu\"\n            },\n            {\n                \"essid\": \"MyVolvoUd0JKn\"\n            },\n            {\n                \"essid\": \"MyVolvoULvV8c\"\n            },\n            {\n                \"essid\": \"MyVolvouOxfLc\"\n            },\n            {\n                \"essid\": \"MyVolvouqpFiA\"\n            },\n            {\n                \"essid\": \"MyVolvouRTfyr\"\n            },\n            {\n                \"essid\": \"MyVolvouvKO3o\"\n            },\n            {\n                \"essid\": \"MyVolvouy0fdM\"\n            },\n            {\n                \"essid\": \"MyVolvoUYrVMG\"\n            },\n            {\n                \"essid\": \"MyVolvoV5g9kZ\"\n            },\n            {\n                \"essid\": \"MyVolvoV9IDPr\"\n            },\n            {\n                \"essid\": \"MyVolvoVDKtDm\"\n            },\n            {\n                \"essid\": \"MyVolvow41xZ2\"\n            },\n            {\n                \"essid\": \"MyVolvoWDAocC\"\n            },\n            {\n                \"essid\": \"MyVolvoWoqt7B\"\n            },\n            {\n                \"essid\": \"MyVolvowQ1JN7\"\n            },\n            {\n                \"essid\": \"MyVolvows8Ugf\"\n            },\n            {\n                \"essid\": \"MyVolvoWxy45Z\"\n            },\n            {\n                \"essid\": \"MyVolvox1dtCi\"\n            },\n            {\n                \"essid\": \"MyVolvoX6fDBe\"\n            },\n            {\n                \"essid\": \"MyVolvoXbVGxt\"\n            },\n            {\n                \"essid\": \"MyVolvoxcszMS\"\n            },\n            {\n                \"essid\": \"MyVolvoXwy27t\"\n            },\n            {\n                \"essid\": \"MyVolvoXyrRmv\"\n            },\n            {\n                \"essid\": \"MyVolvoY4sUV2\"\n            },\n            {\n                \"essid\": \"MyVolvoye8POy\"\n            },\n            {\n                \"essid\": \"MyVolvoYgxLnx\"\n            },\n            {\n                \"essid\": \"MyVolvoYQyqQ6\"\n            },\n            {\n                \"essid\": \"MyVolvoYWFh09\"\n            },\n            {\n                \"essid\": \"MyVolvoz2ODDJ\"\n            },\n            {\n                \"essid\": \"MyVolvoZaLWwo\"\n            },\n            {\n                \"essid\": \"MyVolvoZfWC3c\"\n            },\n            {\n                \"essid\": \"MyVolvozKHLpu\"\n            },\n            {\n                \"essid\": \"My VW 0003\"\n            },\n            {\n                \"essid\": \"My VW 0016\"\n            },\n            {\n                \"essid\": \"My VW 0032\"\n            },\n            {\n                \"essid\": \"My VW 0037\"\n            },\n            {\n                \"essid\": \"My VW 0038\"\n            },\n            {\n                \"essid\": \"My VW 0040\"\n            },\n            {\n                \"essid\": \"My VW 0053\"\n            },\n            {\n                \"essid\": \"My VW 0068\"\n            },\n            {\n                \"essid\": \"My VW 0100\"\n            },\n            {\n                \"essid\": \"My VW 0115\"\n            },\n            {\n                \"essid\": \"My VW 0126\"\n            },\n            {\n                \"essid\": \"My VW 0222\"\n            },\n            {\n                \"essid\": \"My VW 0237\"\n            },\n            {\n                \"essid\": \"My VW 0278\"\n            },\n            {\n                \"essid\": \"My VW 0287\"\n            },\n            {\n                \"essid\": \"My VW 0299\"\n            },\n            {\n                \"essid\": \"My VW 0301\"\n            },\n            {\n                \"essid\": \"My VW 0311\"\n            },\n            {\n                \"essid\": \"My VW 0314\"\n            },\n            {\n                \"essid\": \"My VW 0333\"\n            },\n            {\n                \"essid\": \"My VW 0339\"\n            },\n            {\n                \"essid\": \"My VW 0343\"\n            },\n            {\n                \"essid\": \"My VW 0378\"\n            },\n            {\n                \"essid\": \"My VW 0401\"\n            },\n            {\n                \"essid\": \"My VW 0406\"\n            },\n            {\n                \"essid\": \"My VW 0445\"\n            },\n            {\n                \"essid\": \"My VW 0446\"\n            },\n            {\n                \"essid\": \"My VW 0461\"\n            },\n            {\n                \"essid\": \"My VW 0476\"\n            },\n            {\n                \"essid\": \"My VW 0533\"\n            },\n            {\n                \"essid\": \"My VW 0536\"\n            },\n            {\n                \"essid\": \"My VW 0540\"\n            },\n            {\n                \"essid\": \"My VW 0545\"\n            },\n            {\n                \"essid\": \"My VW 0549\"\n            },\n            {\n                \"essid\": \"My VW 0550\"\n            },\n            {\n                \"essid\": \"My VW 0551\"\n            },\n            {\n                \"essid\": \"My VW 0571\"\n            },\n            {\n                \"essid\": \"My VW 0572\"\n            },\n            {\n                \"essid\": \"My VW 0580\"\n            },\n            {\n                \"essid\": \"My VW 0602\"\n            },\n            {\n                \"essid\": \"My VW 0651\"\n            },\n            {\n                \"essid\": \"My VW 0670\"\n            },\n            {\n                \"essid\": \"My VW 0680\"\n            },\n            {\n                \"essid\": \"My VW 0695\"\n            },\n            {\n                \"essid\": \"My VW 0696\"\n            },\n            {\n                \"essid\": \"My VW 0708\"\n            },\n            {\n                \"essid\": \"My VW 0719\"\n            },\n            {\n                \"essid\": \"My VW 0734\"\n            },\n            {\n                \"essid\": \"My VW 0736\"\n            },\n            {\n                \"essid\": \"My VW 0759\"\n            },\n            {\n                \"essid\": \"My VW 0760\"\n            },\n            {\n                \"essid\": \"My VW 0792\"\n            },\n            {\n                \"essid\": \"My VW 0806\"\n            },\n            {\n                \"essid\": \"My VW 0832\"\n            },\n            {\n                \"essid\": \"My VW 0833\"\n            },\n            {\n                \"essid\": \"My VW 0836\"\n            },\n            {\n                \"essid\": \"My VW 0843\"\n            },\n            {\n                \"essid\": \"My VW 0871\"\n            },\n            {\n                \"essid\": \"My VW 0912\"\n            },\n            {\n                \"essid\": \"My VW 0914\"\n            },\n            {\n                \"essid\": \"My VW 0945\"\n            },\n            {\n                \"essid\": \"My VW 0986\"\n            },\n            {\n                \"essid\": \"My VW 0990\"\n            },\n            {\n                \"essid\": \"My VW 1020\"\n            },\n            {\n                \"essid\": \"My VW 1109\"\n            },\n            {\n                \"essid\": \"My VW 1123\"\n            },\n            {\n                \"essid\": \"My VW 1129\"\n            },\n            {\n                \"essid\": \"My VW 1137\"\n            },\n            {\n                \"essid\": \"My VW 1140\"\n            },\n            {\n                \"essid\": \"My VW 1164\"\n            },\n            {\n                \"essid\": \"My VW 1172\"\n            },\n            {\n                \"essid\": \"My VW 1197\"\n            },\n            {\n                \"essid\": \"My VW 1207\"\n            },\n            {\n                \"essid\": \"My VW 1216\"\n            },\n            {\n                \"essid\": \"My VW 1258\"\n            },\n            {\n                \"essid\": \"My VW 1266\"\n            },\n            {\n                \"essid\": \"My VW 1281\"\n            },\n            {\n                \"essid\": \"My VW 1321\"\n            },\n            {\n                \"essid\": \"My VW 1325\"\n            },\n            {\n                \"essid\": \"My VW 1330\"\n            },\n            {\n                \"essid\": \"My VW 1331\"\n            },\n            {\n                \"essid\": \"My VW 1350\"\n            },\n            {\n                \"essid\": \"My VW 1356\"\n            },\n            {\n                \"essid\": \"My VW 1378\"\n            },\n            {\n                \"essid\": \"My VW 1389\"\n            },\n            {\n                \"essid\": \"My VW 1390\"\n            },\n            {\n                \"essid\": \"My VW 1441\"\n            },\n            {\n                \"essid\": \"My VW 1443\"\n            },\n            {\n                \"essid\": \"My VW 1448\"\n            },\n            {\n                \"essid\": \"My VW 1450\"\n            },\n            {\n                \"essid\": \"My VW 1542\"\n            },\n            {\n                \"essid\": \"My VW 1561\"\n            },\n            {\n                \"essid\": \"My VW 1593\"\n            },\n            {\n                \"essid\": \"My VW 1596\"\n            },\n            {\n                \"essid\": \"My VW 1621\"\n            },\n            {\n                \"essid\": \"My VW 1622\"\n            },\n            {\n                \"essid\": \"My VW 1630\"\n            },\n            {\n                \"essid\": \"My VW 1635\"\n            },\n            {\n                \"essid\": \"My VW 1643\"\n            },\n            {\n                \"essid\": \"My VW 1680\"\n            },\n            {\n                \"essid\": \"My VW 1698\"\n            },\n            {\n                \"essid\": \"My VW 1718\"\n            },\n            {\n                \"essid\": \"My VW 1729\"\n            },\n            {\n                \"essid\": \"My VW 1732\"\n            },\n            {\n                \"essid\": \"My VW 1776\"\n            },\n            {\n                \"essid\": \"My VW 1784\"\n            },\n            {\n                \"essid\": \"My VW 1791\"\n            },\n            {\n                \"essid\": \"My VW 1842\"\n            },\n            {\n                \"essid\": \"My VW 1859\"\n            },\n            {\n                \"essid\": \"My VW 1870\"\n            },\n            {\n                \"essid\": \"My VW 1880\"\n            },\n            {\n                \"essid\": \"My VW 1897\"\n            },\n            {\n                \"essid\": \"My VW 1912\"\n            },\n            {\n                \"essid\": \"My VW 1922\"\n            },\n            {\n                \"essid\": \"My VW 1935\"\n            },\n            {\n                \"essid\": \"My VW 1960\"\n            },\n            {\n                \"essid\": \"My VW 1984\"\n            },\n            {\n                \"essid\": \"My VW 1990\"\n            },\n            {\n                \"essid\": \"My VW 1996\"\n            },\n            {\n                \"essid\": \"My VW 2012\"\n            },\n            {\n                \"essid\": \"My VW 2016\"\n            },\n            {\n                \"essid\": \"Myvw2021\"\n            },\n            {\n                \"essid\": \"My VW 2038\"\n            },\n            {\n                \"essid\": \"My VW 2062\"\n            },\n            {\n                \"essid\": \"My VW 2073\"\n            },\n            {\n                \"essid\": \"My VW 2077\"\n            },\n            {\n                \"essid\": \"My VW 2085\"\n            },\n            {\n                \"essid\": \"My VW 2088\"\n            },\n            {\n                \"essid\": \"My VW 2121\"\n            },\n            {\n                \"essid\": \"My VW 2128\"\n            },\n            {\n                \"essid\": \"My VW 2152\"\n            },\n            {\n                \"essid\": \"My VW 2153\"\n            },\n            {\n                \"essid\": \"My VW 2159\"\n            },\n            {\n                \"essid\": \"My VW 2161\"\n            },\n            {\n                \"essid\": \"My VW 2166\"\n            },\n            {\n                \"essid\": \"My VW 2173\"\n            },\n            {\n                \"essid\": \"My VW 2188\"\n            },\n            {\n                \"essid\": \"My VW 2189\"\n            },\n            {\n                \"essid\": \"My VW 2220\"\n            },\n            {\n                \"essid\": \"My VW 2243\"\n            },\n            {\n                \"essid\": \"My VW 2249\"\n            },\n            {\n                \"essid\": \"My VW 2282\"\n            },\n            {\n                \"essid\": \"My VW 2284\"\n            },\n            {\n                \"essid\": \"My VW 2293\"\n            },\n            {\n                \"essid\": \"My VW 2294\"\n            },\n            {\n                \"essid\": \"My VW 2309\"\n            },\n            {\n                \"essid\": \"My VW 2316\"\n            },\n            {\n                \"essid\": \"My VW 2317\"\n            },\n            {\n                \"essid\": \"My VW 2319\"\n            },\n            {\n                \"essid\": \"My VW 2358\"\n            },\n            {\n                \"essid\": \"My VW 2372\"\n            },\n            {\n                \"essid\": \"My VW 2375\"\n            },\n            {\n                \"essid\": \"My VW 2379\"\n            },\n            {\n                \"essid\": \"My VW 2392\"\n            },\n            {\n                \"essid\": \"My VW 2400\"\n            },\n            {\n                \"essid\": \"My VW 2402\"\n            },\n            {\n                \"essid\": \"My VW 2406\"\n            },\n            {\n                \"essid\": \"My VW 2433\"\n            },\n            {\n                \"essid\": \"My VW 2437\"\n            },\n            {\n                \"essid\": \"My VW 2446\"\n            },\n            {\n                \"essid\": \"My VW 2453\"\n            },\n            {\n                \"essid\": \"My VW 2477\"\n            },\n            {\n                \"essid\": \"My VW 2480\"\n            },\n            {\n                \"essid\": \"My VW 2490\"\n            },\n            {\n                \"essid\": \"My VW 2510\"\n            },\n            {\n                \"essid\": \"My VW 2511\"\n            },\n            {\n                \"essid\": \"My VW 2528\"\n            },\n            {\n                \"essid\": \"My VW 2547\"\n            },\n            {\n                \"essid\": \"My VW 2549\"\n            },\n            {\n                \"essid\": \"My VW 2565\"\n            },\n            {\n                \"essid\": \"My VW 2575\"\n            },\n            {\n                \"essid\": \"My VW 2593\"\n            },\n            {\n                \"essid\": \"My VW 2601\"\n            },\n            {\n                \"essid\": \"My VW 2607\"\n            },\n            {\n                \"essid\": \"My VW 2624\"\n            },\n            {\n                \"essid\": \"My VW 2632\"\n            },\n            {\n                \"essid\": \"My VW 2647\"\n            },\n            {\n                \"essid\": \"My VW 2658\"\n            },\n            {\n                \"essid\": \"My VW 2662\"\n            },\n            {\n                \"essid\": \"My VW 2667\"\n            },\n            {\n                \"essid\": \"My VW 2683\"\n            },\n            {\n                \"essid\": \"My VW 2686\"\n            },\n            {\n                \"essid\": \"My VW 2690\"\n            },\n            {\n                \"essid\": \"My VW 2702\"\n            },\n            {\n                \"essid\": \"My VW 2706\"\n            },\n            {\n                \"essid\": \"My VW 2717\"\n            },\n            {\n                \"essid\": \"My VW 2731\"\n            },\n            {\n                \"essid\": \"My VW 2765\"\n            },\n            {\n                \"essid\": \"My VW 2792\"\n            },\n            {\n                \"essid\": \"My VW 2806\"\n            },\n            {\n                \"essid\": \"My VW 2834\"\n            },\n            {\n                \"essid\": \"My VW 2835\"\n            },\n            {\n                \"essid\": \"My VW 2846\"\n            },\n            {\n                \"essid\": \"My VW 2860\"\n            },\n            {\n                \"essid\": \"My VW 2876\"\n            },\n            {\n                \"essid\": \"My VW 2922\"\n            },\n            {\n                \"essid\": \"My VW 2936\"\n            },\n            {\n                \"essid\": \"My VW 2939\"\n            },\n            {\n                \"essid\": \"My VW 2949\"\n            },\n            {\n                \"essid\": \"My VW 2960\"\n            },\n            {\n                \"essid\": \"My VW 2964\"\n            },\n            {\n                \"essid\": \"My VW 2999\"\n            },\n            {\n                \"essid\": \"My VW 3011\"\n            },\n            {\n                \"essid\": \"My VW 3014\"\n            },\n            {\n                \"essid\": \"My VW 3043\"\n            },\n            {\n                \"essid\": \"My VW 3060\"\n            },\n            {\n                \"essid\": \"My VW 3062\"\n            },\n            {\n                \"essid\": \"My VW 3073\"\n            },\n            {\n                \"essid\": \"My VW 3085\"\n            },\n            {\n                \"essid\": \"My VW 3125\"\n            },\n            {\n                \"essid\": \"My VW 3148\"\n            },\n            {\n                \"essid\": \"My VW 3179\"\n            },\n            {\n                \"essid\": \"My VW 3196\"\n            },\n            {\n                \"essid\": \"My VW 3225\"\n            },\n            {\n                \"essid\": \"My VW 3226\"\n            },\n            {\n                \"essid\": \"My VW 3229\"\n            },\n            {\n                \"essid\": \"My VW 3244\"\n            },\n            {\n                \"essid\": \"My VW 3270\"\n            },\n            {\n                \"essid\": \"My VW 3280\"\n            },\n            {\n                \"essid\": \"My VW 3285\"\n            },\n            {\n                \"essid\": \"My VW 3290\"\n            },\n            {\n                \"essid\": \"My VW 3310\"\n            },\n            {\n                \"essid\": \"My VW 3319\"\n            },\n            {\n                \"essid\": \"My VW 3342\"\n            },\n            {\n                \"essid\": \"My VW 3366\"\n            },\n            {\n                \"essid\": \"My VW 3412\"\n            },\n            {\n                \"essid\": \"My VW 3416\"\n            },\n            {\n                \"essid\": \"My VW 3446\"\n            },\n            {\n                \"essid\": \"My VW 3461\"\n            },\n            {\n                \"essid\": \"My VW 3506\"\n            },\n            {\n                \"essid\": \"My VW 3531\"\n            },\n            {\n                \"essid\": \"My VW 3533\"\n            },\n            {\n                \"essid\": \"My VW 3540\"\n            },\n            {\n                \"essid\": \"My VW 3557\"\n            },\n            {\n                \"essid\": \"My VW 3579\"\n            },\n            {\n                \"essid\": \"My VW 3582\"\n            },\n            {\n                \"essid\": \"My VW 3583\"\n            },\n            {\n                \"essid\": \"My VW 3595\"\n            },\n            {\n                \"essid\": \"My VW 3598\"\n            },\n            {\n                \"essid\": \"My VW 3606\"\n            },\n            {\n                \"essid\": \"My VW 3638\"\n            },\n            {\n                \"essid\": \"My VW 3661\"\n            },\n            {\n                \"essid\": \"My VW 3665\"\n            },\n            {\n                \"essid\": \"My VW 3678\"\n            },\n            {\n                \"essid\": \"My VW 3687\"\n            },\n            {\n                \"essid\": \"My VW 3695\"\n            },\n            {\n                \"essid\": \"My VW 3698\"\n            },\n            {\n                \"essid\": \"My VW 3699\"\n            },\n            {\n                \"essid\": \"My VW 3713\"\n            },\n            {\n                \"essid\": \"My VW 3722\"\n            },\n            {\n                \"essid\": \"My VW 3724\"\n            },\n            {\n                \"essid\": \"My VW 3738\"\n            },\n            {\n                \"essid\": \"My VW 3751\"\n            },\n            {\n                \"essid\": \"My VW 3757\"\n            },\n            {\n                \"essid\": \"My VW 3759\"\n            },\n            {\n                \"essid\": \"My VW 3776\"\n            },\n            {\n                \"essid\": \"My VW 3801\"\n            },\n            {\n                \"essid\": \"My VW 3820\"\n            },\n            {\n                \"essid\": \"My VW 3840\"\n            },\n            {\n                \"essid\": \"My VW 3856\"\n            },\n            {\n                \"essid\": \"My VW 3909\"\n            },\n            {\n                \"essid\": \"My VW 3917\"\n            },\n            {\n                \"essid\": \"My VW 3928\"\n            },\n            {\n                \"essid\": \"My VW 3931\"\n            },\n            {\n                \"essid\": \"My VW 3946\"\n            },\n            {\n                \"essid\": \"My VW 3952\"\n            },\n            {\n                \"essid\": \"My VW 3960\"\n            },\n            {\n                \"essid\": \"My VW 3990\"\n            },\n            {\n                \"essid\": \"My VW 3992\"\n            },\n            {\n                \"essid\": \"My VW 4014\"\n            },\n            {\n                \"essid\": \"My VW 4026\"\n            },\n            {\n                \"essid\": \"My VW 4057\"\n            },\n            {\n                \"essid\": \"My VW 4083\"\n            },\n            {\n                \"essid\": \"My VW 4097\"\n            },\n            {\n                \"essid\": \"My VW 4099\"\n            },\n            {\n                \"essid\": \"My VW 4111\"\n            },\n            {\n                \"essid\": \"My VW 4124\"\n            },\n            {\n                \"essid\": \"My VW 4221\"\n            },\n            {\n                \"essid\": \"My VW 4222\"\n            },\n            {\n                \"essid\": \"My VW 4241\"\n            },\n            {\n                \"essid\": \"My VW 4243\"\n            },\n            {\n                \"essid\": \"My VW 4244\"\n            },\n            {\n                \"essid\": \"My VW 4257\"\n            },\n            {\n                \"essid\": \"My VW 4288\"\n            },\n            {\n                \"essid\": \"My VW 4290\"\n            },\n            {\n                \"essid\": \"My VW 4296\"\n            },\n            {\n                \"essid\": \"My VW 4300\"\n            },\n            {\n                \"essid\": \"My VW 4317\"\n            },\n            {\n                \"essid\": \"My VW 4362\"\n            },\n            {\n                \"essid\": \"My VW 4368\"\n            },\n            {\n                \"essid\": \"My VW 4373\"\n            },\n            {\n                \"essid\": \"My VW 4394\"\n            },\n            {\n                \"essid\": \"My VW 4395\"\n            },\n            {\n                \"essid\": \"My VW 4442\"\n            },\n            {\n                \"essid\": \"My VW 4443\"\n            },\n            {\n                \"essid\": \"My VW 4445\"\n            },\n            {\n                \"essid\": \"My VW 4464\"\n            },\n            {\n                \"essid\": \"My VW 4465\"\n            },\n            {\n                \"essid\": \"My VW 4467\"\n            },\n            {\n                \"essid\": \"My VW 4477\"\n            },\n            {\n                \"essid\": \"My VW 4490\"\n            },\n            {\n                \"essid\": \"My VW 4586\"\n            },\n            {\n                \"essid\": \"My VW 4603\"\n            },\n            {\n                \"essid\": \"My VW 4617\"\n            },\n            {\n                \"essid\": \"My VW 4622\"\n            },\n            {\n                \"essid\": \"My VW 4632\"\n            },\n            {\n                \"essid\": \"My VW 4665\"\n            },\n            {\n                \"essid\": \"My VW 4683\"\n            },\n            {\n                \"essid\": \"My VW 4695\"\n            },\n            {\n                \"essid\": \"My VW 4712\"\n            },\n            {\n                \"essid\": \"My VW 4740\"\n            },\n            {\n                \"essid\": \"My VW 4790\"\n            },\n            {\n                \"essid\": \"My VW 4821\"\n            },\n            {\n                \"essid\": \"My VW 4829\"\n            },\n            {\n                \"essid\": \"My VW 4843\"\n            },\n            {\n                \"essid\": \"My VW 4852\"\n            },\n            {\n                \"essid\": \"My VW 4862\"\n            },\n            {\n                \"essid\": \"My VW 4863\"\n            },\n            {\n                \"essid\": \"My VW 4866\"\n            },\n            {\n                \"essid\": \"My VW 4878\"\n            },\n            {\n                \"essid\": \"My VW 4911\"\n            },\n            {\n                \"essid\": \"My VW 4919\"\n            },\n            {\n                \"essid\": \"My VW 4937\"\n            },\n            {\n                \"essid\": \"My VW 4954\"\n            },\n            {\n                \"essid\": \"My VW 5007\"\n            },\n            {\n                \"essid\": \"My VW 5014\"\n            },\n            {\n                \"essid\": \"My VW 5038\"\n            },\n            {\n                \"essid\": \"My VW 5065\"\n            },\n            {\n                \"essid\": \"My VW 5083\"\n            },\n            {\n                \"essid\": \"My VW 5089\"\n            },\n            {\n                \"essid\": \"My VW 5090\"\n            },\n            {\n                \"essid\": \"My VW 5122\"\n            },\n            {\n                \"essid\": \"My VW 5140\"\n            },\n            {\n                \"essid\": \"My VW 5176\"\n            },\n            {\n                \"essid\": \"My VW 5191\"\n            },\n            {\n                \"essid\": \"My VW 5219\"\n            },\n            {\n                \"essid\": \"My VW 5223\"\n            },\n            {\n                \"essid\": \"My VW 5229\"\n            },\n            {\n                \"essid\": \"My VW 5250\"\n            },\n            {\n                \"essid\": \"My VW 5375\"\n            },\n            {\n                \"essid\": \"My VW 5376\"\n            },\n            {\n                \"essid\": \"My VW 5387\"\n            },\n            {\n                \"essid\": \"My VW 5389\"\n            },\n            {\n                \"essid\": \"My VW 5394\"\n            },\n            {\n                \"essid\": \"My VW 5397\"\n            },\n            {\n                \"essid\": \"My VW 5421\"\n            },\n            {\n                \"essid\": \"My VW 5422\"\n            },\n            {\n                \"essid\": \"My VW 5445\"\n            },\n            {\n                \"essid\": \"My VW 5481\"\n            },\n            {\n                \"essid\": \"My VW 5488\"\n            },\n            {\n                \"essid\": \"My VW 5523\"\n            },\n            {\n                \"essid\": \"My VW 5539\"\n            },\n            {\n                \"essid\": \"My VW 5608\"\n            },\n            {\n                \"essid\": \"My VW 5610\"\n            },\n            {\n                \"essid\": \"My VW 5622\"\n            },\n            {\n                \"essid\": \"My VW 5638\"\n            },\n            {\n                \"essid\": \"My VW 5653\"\n            },\n            {\n                \"essid\": \"My VW 5676\"\n            },\n            {\n                \"essid\": \"My VW 5694\"\n            },\n            {\n                \"essid\": \"My VW 5703\"\n            },\n            {\n                \"essid\": \"My VW 5709\"\n            },\n            {\n                \"essid\": \"My VW 5724\"\n            },\n            {\n                \"essid\": \"My VW 5728\"\n            },\n            {\n                \"essid\": \"My VW 5743\"\n            },\n            {\n                \"essid\": \"My VW 5756\"\n            },\n            {\n                \"essid\": \"My VW 5773\"\n            },\n            {\n                \"essid\": \"My VW 5833\"\n            },\n            {\n                \"essid\": \"My VW 5858\"\n            },\n            {\n                \"essid\": \"My VW 5878\"\n            },\n            {\n                \"essid\": \"My VW 5910\"\n            },\n            {\n                \"essid\": \"My VW 5955\"\n            },\n            {\n                \"essid\": \"My VW 5982\"\n            },\n            {\n                \"essid\": \"My VW 5988\"\n            },\n            {\n                \"essid\": \"My VW 6008\"\n            },\n            {\n                \"essid\": \"My VW 6020\"\n            },\n            {\n                \"essid\": \"My VW 6029\"\n            },\n            {\n                \"essid\": \"My VW 6033\"\n            },\n            {\n                \"essid\": \"My VW 6034\"\n            },\n            {\n                \"essid\": \"My VW 6042\"\n            },\n            {\n                \"essid\": \"My VW 6043\"\n            },\n            {\n                \"essid\": \"My VW 6051\"\n            },\n            {\n                \"essid\": \"My VW 6075\"\n            },\n            {\n                \"essid\": \"My VW 6087\"\n            },\n            {\n                \"essid\": \"My VW 6139\"\n            },\n            {\n                \"essid\": \"My VW 6150\"\n            },\n            {\n                \"essid\": \"My VW 6151\"\n            },\n            {\n                \"essid\": \"My VW 6157\"\n            },\n            {\n                \"essid\": \"My VW 6171\"\n            },\n            {\n                \"essid\": \"My VW 6175\"\n            },\n            {\n                \"essid\": \"My VW 6198\"\n            },\n            {\n                \"essid\": \"My VW 6208\"\n            },\n            {\n                \"essid\": \"My VW 6212\"\n            },\n            {\n                \"essid\": \"My VW 6215\"\n            },\n            {\n                \"essid\": \"My VW 6249\"\n            },\n            {\n                \"essid\": \"My VW 6252\"\n            },\n            {\n                \"essid\": \"My VW 6263\"\n            },\n            {\n                \"essid\": \"My VW 6279\"\n            },\n            {\n                \"essid\": \"My VW 6285\"\n            },\n            {\n                \"essid\": \"My VW 6295\"\n            },\n            {\n                \"essid\": \"My VW 6301\"\n            },\n            {\n                \"essid\": \"My VW 6311\"\n            },\n            {\n                \"essid\": \"My VW 6318\"\n            },\n            {\n                \"essid\": \"My VW 6352\"\n            },\n            {\n                \"essid\": \"My VW 6360\"\n            },\n            {\n                \"essid\": \"My VW 6368\"\n            },\n            {\n                \"essid\": \"My VW 6392\"\n            },\n            {\n                \"essid\": \"My VW 6396\"\n            },\n            {\n                \"essid\": \"My VW 6446\"\n            },\n            {\n                \"essid\": \"My VW 6449\"\n            },\n            {\n                \"essid\": \"My VW 6456\"\n            },\n            {\n                \"essid\": \"My VW 6457\"\n            },\n            {\n                \"essid\": \"My VW 6470\"\n            },\n            {\n                \"essid\": \"My VW 6484\"\n            },\n            {\n                \"essid\": \"My VW 6485\"\n            },\n            {\n                \"essid\": \"My VW 6492\"\n            },\n            {\n                \"essid\": \"My VW 6505\"\n            },\n            {\n                \"essid\": \"My VW 6520\"\n            },\n            {\n                \"essid\": \"My VW 6523\"\n            },\n            {\n                \"essid\": \"My VW 6526\"\n            },\n            {\n                \"essid\": \"My VW 6531\"\n            },\n            {\n                \"essid\": \"My VW 6537\"\n            },\n            {\n                \"essid\": \"My VW 6541\"\n            },\n            {\n                \"essid\": \"My VW 6542\"\n            },\n            {\n                \"essid\": \"My VW 6552\"\n            },\n            {\n                \"essid\": \"My VW 6584\"\n            },\n            {\n                \"essid\": \"My VW 6612\"\n            },\n            {\n                \"essid\": \"My VW 6620\"\n            },\n            {\n                \"essid\": \"My VW 6621\"\n            },\n            {\n                \"essid\": \"My VW 6624\"\n            },\n            {\n                \"essid\": \"My VW 6650\"\n            },\n            {\n                \"essid\": \"My VW 6658\"\n            },\n            {\n                \"essid\": \"My VW 6679\"\n            },\n            {\n                \"essid\": \"My VW 6706\"\n            },\n            {\n                \"essid\": \"My VW 6711\"\n            },\n            {\n                \"essid\": \"My VW 6717\"\n            },\n            {\n                \"essid\": \"My VW 6719\"\n            },\n            {\n                \"essid\": \"My VW 6725\"\n            },\n            {\n                \"essid\": \"My VW 6730\"\n            },\n            {\n                \"essid\": \"My VW 6757\"\n            },\n            {\n                \"essid\": \"My VW 6769\"\n            },\n            {\n                \"essid\": \"My VW 6805\"\n            },\n            {\n                \"essid\": \"My VW 6809\"\n            },\n            {\n                \"essid\": \"My VW 6825\"\n            },\n            {\n                \"essid\": \"My VW 6833\"\n            },\n            {\n                \"essid\": \"My VW 6839\"\n            },\n            {\n                \"essid\": \"My VW 6849\"\n            },\n            {\n                \"essid\": \"My VW 6860\"\n            },\n            {\n                \"essid\": \"My VW 6864\"\n            },\n            {\n                \"essid\": \"My VW 6876\"\n            },\n            {\n                \"essid\": \"My VW 6912\"\n            },\n            {\n                \"essid\": \"My VW 6942\"\n            },\n            {\n                \"essid\": \"My VW 6965\"\n            },\n            {\n                \"essid\": \"My VW 6975\"\n            },\n            {\n                \"essid\": \"My VW 6985\"\n            },\n            {\n                \"essid\": \"My VW 7003\"\n            },\n            {\n                \"essid\": \"My VW 7004\"\n            },\n            {\n                \"essid\": \"My VW 7006\"\n            },\n            {\n                \"essid\": \"My VW 7009\"\n            },\n            {\n                \"essid\": \"My VW 7035\"\n            },\n            {\n                \"essid\": \"My VW 7068\"\n            },\n            {\n                \"essid\": \"My VW 7078\"\n            },\n            {\n                \"essid\": \"My VW 7101\"\n            },\n            {\n                \"essid\": \"My VW 7109\"\n            },\n            {\n                \"essid\": \"My VW 7135\"\n            },\n            {\n                \"essid\": \"My VW 7153\"\n            },\n            {\n                \"essid\": \"My VW 7158\"\n            },\n            {\n                \"essid\": \"My VW 7159\"\n            },\n            {\n                \"essid\": \"My VW 7170\"\n            },\n            {\n                \"essid\": \"My VW 7173\"\n            },\n            {\n                \"essid\": \"My VW 7200\"\n            },\n            {\n                \"essid\": \"My VW 7313\"\n            },\n            {\n                \"essid\": \"My VW 7317\"\n            },\n            {\n                \"essid\": \"My VW 7358\"\n            },\n            {\n                \"essid\": \"My VW 7381\"\n            },\n            {\n                \"essid\": \"My VW 7396\"\n            },\n            {\n                \"essid\": \"My VW 7409\"\n            },\n            {\n                \"essid\": \"My VW 7443\"\n            },\n            {\n                \"essid\": \"My VW 7447\"\n            },\n            {\n                \"essid\": \"My VW 7454\"\n            },\n            {\n                \"essid\": \"My VW 7461\"\n            },\n            {\n                \"essid\": \"My VW 7469\"\n            },\n            {\n                \"essid\": \"My VW 7478\"\n            },\n            {\n                \"essid\": \"My VW 7500\"\n            },\n            {\n                \"essid\": \"My VW 7515\"\n            },\n            {\n                \"essid\": \"My VW 7615\"\n            },\n            {\n                \"essid\": \"My VW 7624\"\n            },\n            {\n                \"essid\": \"My VW 7627\"\n            },\n            {\n                \"essid\": \"My VW 7632\"\n            },\n            {\n                \"essid\": \"My VW 7635\"\n            },\n            {\n                \"essid\": \"My VW 7637\"\n            },\n            {\n                \"essid\": \"My VW 7649\"\n            },\n            {\n                \"essid\": \"My VW 7651\"\n            },\n            {\n                \"essid\": \"My VW 7652\"\n            },\n            {\n                \"essid\": \"My VW 7662\"\n            },\n            {\n                \"essid\": \"My VW 7664\"\n            },\n            {\n                \"essid\": \"My VW 7666\"\n            },\n            {\n                \"essid\": \"My VW 7667\"\n            },\n            {\n                \"essid\": \"My VW 7683\"\n            },\n            {\n                \"essid\": \"My VW 7694\"\n            },\n            {\n                \"essid\": \"My VW 7698\"\n            },\n            {\n                \"essid\": \"My VW 7714\"\n            },\n            {\n                \"essid\": \"My VW 7719\"\n            },\n            {\n                \"essid\": \"My VW 7725\"\n            },\n            {\n                \"essid\": \"My VW 7729\"\n            },\n            {\n                \"essid\": \"My VW 7744\"\n            },\n            {\n                \"essid\": \"My VW 7746\"\n            },\n            {\n                \"essid\": \"My VW 7747\"\n            },\n            {\n                \"essid\": \"My VW 7781\"\n            },\n            {\n                \"essid\": \"My VW 7784\"\n            },\n            {\n                \"essid\": \"My VW 7810\"\n            },\n            {\n                \"essid\": \"My VW 7832\"\n            },\n            {\n                \"essid\": \"My VW 7835\"\n            },\n            {\n                \"essid\": \"My VW 7853\"\n            },\n            {\n                \"essid\": \"My VW 7859\"\n            },\n            {\n                \"essid\": \"My VW 7866\"\n            },\n            {\n                \"essid\": \"My VW 7870\"\n            },\n            {\n                \"essid\": \"My VW 7902\"\n            },\n            {\n                \"essid\": \"My VW 7982\"\n            },\n            {\n                \"essid\": \"My VW 7984\"\n            },\n            {\n                \"essid\": \"My VW 8018\"\n            },\n            {\n                \"essid\": \"My VW 8023\"\n            },\n            {\n                \"essid\": \"My VW 8055\"\n            },\n            {\n                \"essid\": \"My VW 8057\"\n            },\n            {\n                \"essid\": \"My VW 8072\"\n            },\n            {\n                \"essid\": \"My VW 8084\"\n            },\n            {\n                \"essid\": \"My VW 8110\"\n            },\n            {\n                \"essid\": \"My VW 8126\"\n            },\n            {\n                \"essid\": \"My VW 8157\"\n            },\n            {\n                \"essid\": \"My VW 8160\"\n            },\n            {\n                \"essid\": \"My VW 8209\"\n            },\n            {\n                \"essid\": \"My VW 8233\"\n            },\n            {\n                \"essid\": \"My VW 8237\"\n            },\n            {\n                \"essid\": \"My VW 8254\"\n            },\n            {\n                \"essid\": \"My VW 8289\"\n            },\n            {\n                \"essid\": \"My VW 8298\"\n            },\n            {\n                \"essid\": \"My VW 8380\"\n            },\n            {\n                \"essid\": \"My VW 8382\"\n            },\n            {\n                \"essid\": \"My VW 8421\"\n            },\n            {\n                \"essid\": \"My VW 8425\"\n            },\n            {\n                \"essid\": \"My VW 8453\"\n            },\n            {\n                \"essid\": \"My VW 8459\"\n            },\n            {\n                \"essid\": \"My VW 8485\"\n            },\n            {\n                \"essid\": \"My VW 8494\"\n            },\n            {\n                \"essid\": \"My VW 8496\"\n            },\n            {\n                \"essid\": \"My VW 8526\"\n            },\n            {\n                \"essid\": \"My VW 8552\"\n            },\n            {\n                \"essid\": \"My VW 8573\"\n            },\n            {\n                \"essid\": \"My VW 8600\"\n            },\n            {\n                \"essid\": \"My VW 8603\"\n            },\n            {\n                \"essid\": \"My VW 8650\"\n            },\n            {\n                \"essid\": \"My VW 8658\"\n            },\n            {\n                \"essid\": \"My VW 8663\"\n            },\n            {\n                \"essid\": \"My VW 8669\"\n            },\n            {\n                \"essid\": \"My VW 8693\"\n            },\n            {\n                \"essid\": \"My VW 8699\"\n            },\n            {\n                \"essid\": \"My VW 8712\"\n            },\n            {\n                \"essid\": \"My VW 8714\"\n            },\n            {\n                \"essid\": \"My VW 8740\"\n            },\n            {\n                \"essid\": \"My VW 8747\"\n            },\n            {\n                \"essid\": \"My VW 8753\"\n            },\n            {\n                \"essid\": \"My VW 8757\"\n            },\n            {\n                \"essid\": \"My VW 8778\"\n            },\n            {\n                \"essid\": \"My VW 8788\"\n            },\n            {\n                \"essid\": \"My VW 8812\"\n            },\n            {\n                \"essid\": \"My VW 8824\"\n            },\n            {\n                \"essid\": \"My VW 8875\"\n            },\n            {\n                \"essid\": \"My VW 8878\"\n            },\n            {\n                \"essid\": \"My VW 8881\"\n            },\n            {\n                \"essid\": \"My VW 8886\"\n            },\n            {\n                \"essid\": \"My VW 8891\"\n            },\n            {\n                \"essid\": \"My VW 8900\"\n            },\n            {\n                \"essid\": \"My VW 8913\"\n            },\n            {\n                \"essid\": \"My VW 8949\"\n            },\n            {\n                \"essid\": \"My VW 8957\"\n            },\n            {\n                \"essid\": \"My VW 8971\"\n            },\n            {\n                \"essid\": \"My VW 8976\"\n            },\n            {\n                \"essid\": \"My VW 8979\"\n            },\n            {\n                \"essid\": \"My VW 8986\"\n            },\n            {\n                \"essid\": \"My VW 9018\"\n            },\n            {\n                \"essid\": \"My VW 9019\"\n            },\n            {\n                \"essid\": \"My VW 9089\"\n            },\n            {\n                \"essid\": \"My VW 9111\"\n            },\n            {\n                \"essid\": \"My VW 9118\"\n            },\n            {\n                \"essid\": \"My VW 9146\"\n            },\n            {\n                \"essid\": \"My VW 9152\"\n            },\n            {\n                \"essid\": \"My VW 9158\"\n            },\n            {\n                \"essid\": \"My VW 9170\"\n            },\n            {\n                \"essid\": \"My VW 9178\"\n            },\n            {\n                \"essid\": \"My VW 9180\"\n            },\n            {\n                \"essid\": \"My VW 9182\"\n            },\n            {\n                \"essid\": \"My VW 9220\"\n            },\n            {\n                \"essid\": \"My VW 9224\"\n            },\n            {\n                \"essid\": \"My VW 9251\"\n            },\n            {\n                \"essid\": \"My VW 9259\"\n            },\n            {\n                \"essid\": \"My VW 9282\"\n            },\n            {\n                \"essid\": \"My VW 9315\"\n            },\n            {\n                \"essid\": \"My VW 9316\"\n            },\n            {\n                \"essid\": \"My VW 9324\"\n            },\n            {\n                \"essid\": \"My VW 9326\"\n            },\n            {\n                \"essid\": \"My VW 9332\"\n            },\n            {\n                \"essid\": \"My VW 9360\"\n            },\n            {\n                \"essid\": \"My VW 9392\"\n            },\n            {\n                \"essid\": \"My VW 9399\"\n            },\n            {\n                \"essid\": \"My VW 9401\"\n            },\n            {\n                \"essid\": \"My VW 9405\"\n            },\n            {\n                \"essid\": \"My VW 9418\"\n            },\n            {\n                \"essid\": \"My VW 9433\"\n            },\n            {\n                \"essid\": \"My VW 9436\"\n            },\n            {\n                \"essid\": \"My VW 9446\"\n            },\n            {\n                \"essid\": \"My VW 9456\"\n            },\n            {\n                \"essid\": \"My VW 9467\"\n            },\n            {\n                \"essid\": \"My VW 9468\"\n            },\n            {\n                \"essid\": \"My VW 9478\"\n            },\n            {\n                \"essid\": \"My VW 9486\"\n            },\n            {\n                \"essid\": \"My VW 9491\"\n            },\n            {\n                \"essid\": \"My VW 9550\"\n            },\n            {\n                \"essid\": \"My VW 9561\"\n            },\n            {\n                \"essid\": \"My VW 9600\"\n            },\n            {\n                \"essid\": \"My VW 9609\"\n            },\n            {\n                \"essid\": \"My VW 9637\"\n            },\n            {\n                \"essid\": \"My VW 9654\"\n            },\n            {\n                \"essid\": \"My VW 9655\"\n            },\n            {\n                \"essid\": \"My VW 9664\"\n            },\n            {\n                \"essid\": \"My VW 9745\"\n            },\n            {\n                \"essid\": \"My VW 9761\"\n            },\n            {\n                \"essid\": \"My VW 9774\"\n            },\n            {\n                \"essid\": \"My VW 9801\"\n            },\n            {\n                \"essid\": \"My VW 9802\"\n            },\n            {\n                \"essid\": \"My VW 9810\"\n            },\n            {\n                \"essid\": \"My VW 9822\"\n            },\n            {\n                \"essid\": \"My VW 9861\"\n            },\n            {\n                \"essid\": \"My VW 9898\"\n            },\n            {\n                \"essid\": \"My VW 9930\"\n            },\n            {\n                \"essid\": \"My VW 9934\"\n            },\n            {\n                \"essid\": \"My VW 9964\"\n            },\n            {\n                \"essid\": \"My VW 9973\"\n            },\n            {\n                \"essid\": \"My VW 9979\"\n            },\n            {\n                \"essid\": \"My VW 9987\"\n            },\n            {\n                \"essid\": \"MYWEBSPOT_13997\"\n            },\n            {\n                \"essid\": \"mywifi\"\n            },\n            {\n                \"essid\": \"Mywifi\"\n            },\n            {\n                \"essid\": \"My wifi\"\n            },\n            {\n                \"essid\": \"MyWifi\"\n            },\n            {\n                \"essid\": \"My WiFi\"\n            },\n            {\n                \"essid\": \"MY WIFI\"\n            },\n            {\n                \"essid\": \"My Wifi Bitch\"\n            },\n            {\n                \"essid\": \"MyWiFiBringsAllTheBoysToTheYard\"\n            },\n            {\n                \"essid\": \"Mywifionly\"\n            },\n            {\n                \"essid\": \"my world p\"\n            },\n            {\n                \"essid\": \"mzjamj\"\n            },\n            {\n                \"essid\": \"Mzlsun\"\n            },\n            {\n                \"essid\": \"N0w1res\"\n            },\n            {\n                \"essid\": \"n2\"\n            },\n            {\n                \"essid\": \"n22\"\n            },\n            {\n                \"essid\": \"N671720020021031\"\n            },\n            {\n                \"essid\": \"N708PD\"\n            },\n            {\n                \"essid\": \"N7QY\"\n            },\n            {\n                \"essid\": \"N817_DC27DE\"\n            },\n            {\n                \"essid\": \"N817_EC1A15\"\n            },\n            {\n                \"essid\": \"N8HK\"\n            },\n            {\n                \"essid\": \"N8jonz\"\n            },\n            {\n                \"essid\": \"N9132_FE2E7C\"\n            },\n            {\n                \"essid\": \"N9136_87B6B7\"\n            },\n            {\n                \"essid\": \"N9137_FEEDD0\"\n            },\n            {\n                \"essid\": \"N9517_F7C204\"\n            },\n            {\n                \"essid\": \"Naaszimpala\"\n            },\n            {\n                \"essid\": \"Nabifo\"\n            },\n            {\n                \"essid\": \"Nabione 4\"\n            },\n            {\n                \"essid\": \"Naboo\"\n            },\n            {\n                \"essid\": \"NABTU\"\n            },\n            {\n                \"essid\": \"NABTU_Guest\"\n            },\n            {\n                \"essid\": \"NABY WIFI\"\n            },\n            {\n                \"essid\": \"nachonet\"\n            },\n            {\n                \"essid\": \"Nacho Network\"\n            },\n            {\n                \"essid\": \"Nachowifi\"\n            },\n            {\n                \"essid\": \"Nacho Wifi\"\n            },\n            {\n                \"essid\": \"Nacho wifi, dont even taco bout \"\n            },\n            {\n                \"essid\": \"Nadia 94\"\n            },\n            {\n                \"essid\": \"Nadra Cruze\"\n            },\n            {\n                \"essid\": \"naenae38\"\n            },\n            {\n                \"essid\": \"nae the pretty one\"\n            },\n            {\n                \"essid\": \"Nagerit\"\n            },\n            {\n                \"essid\": \"Nahele room TV\"\n            },\n            {\n                \"essid\": \"nahidx4\"\n            },\n            {\n                \"essid\": \"NaIAinGotWifi\"\n            },\n            {\n                \"essid\": \"NAI-Guest\"\n            },\n            {\n                \"essid\": \"NailsByTori-2.4\"\n            },\n            {\n                \"essid\": \"nailsss\"\n            },\n            {\n                \"essid\": \"Naima’s iPhone\"\n            },\n            {\n                \"essid\": \"Naing's Galaxy Note968bd\"\n            },\n            {\n                \"essid\": \"Nairobi\"\n            },\n            {\n                \"essid\": \"NAI Wireless\"\n            },\n            {\n                \"essid\": \"najera wifi\"\n            },\n            {\n                \"essid\": \"NALCO-MESH-20-v3\"\n            },\n            {\n                \"essid\": \"Nameyourwifi\"\n            },\n            {\n                \"essid\": \"Namuamidabutsu\"\n            },\n            {\n                \"essid\": \"Nana and Papa\"\n            },\n            {\n                \"essid\": \"nanarik\"\n            },\n            {\n                \"essid\": \"Nanas House\"\n            },\n            {\n                \"essid\": \"nanass\"\n            },\n            {\n                \"essid\": \"nancy24hz\"\n            },\n            {\n                \"essid\": \"NancyboySF\"\n            },\n            {\n                \"essid\": \"Nancy note 9\"\n            },\n            {\n                \"essid\": \"NancyP\"\n            },\n            {\n                \"essid\": \"nancyscaddy\"\n            },\n            {\n                \"essid\": \"Nanis Pilot\"\n            },\n            {\n                \"essid\": \"Nanna Bananna\"\n            },\n            {\n                \"essid\": \"nannyss\"\n            },\n            {\n                \"essid\": \"nano\"\n            },\n            {\n                \"essid\": \"Nanting's iPhone\"\n            },\n            {\n                \"essid\": \"Naodi\"\n            },\n            {\n                \"essid\": \"naomiilan\"\n            },\n            {\n                \"essid\": \"Naomi’s iPhone\"\n            },\n            {\n                \"essid\": \"Naomi Spark\"\n            },\n            {\n                \"essid\": \"Naomi Wifi\"\n            },\n            {\n                \"essid\": \"NAPA-SEC\"\n            },\n            {\n                \"essid\": \"Napo96\"\n            },\n            {\n                \"essid\": \"NAPO96-2.4\"\n            },\n            {\n                \"essid\": \"Napo965.0\"\n            },\n            {\n                \"essid\": \"NARANJO\"\n            },\n            {\n                \"essid\": \"Narceptic\"\n            },\n            {\n                \"essid\": \"narda bolt\"\n            },\n            {\n                \"essid\": \"Narfkys Iphone 8\"\n            },\n            {\n                \"essid\": \"narimanvolt\"\n            },\n            {\n                \"essid\": \"narisara\"\n            },\n            {\n                \"essid\": \"NaruS9\"\n            },\n            {\n                \"essid\": \"Naser Dehgan\"\n            },\n            {\n                \"essid\": \"nash\"\n            },\n            {\n                \"essid\": \"Na's iPhone\"\n            },\n            {\n                \"essid\": \"Natalias Cadillac\"\n            },\n            {\n                \"essid\": \"Natalie Yukon\"\n            },\n            {\n                \"essid\": \"natallia\"\n            },\n            {\n                \"essid\": \"Natasha’s iPhone\"\n            },\n            {\n                \"essid\": \"Natashas Volt\"\n            },\n            {\n                \"essid\": \"NATCA: K-Z\"\n            },\n            {\n                \"essid\": \"Nate\"\n            },\n            {\n                \"essid\": \"Nate's iPhone\"\n            },\n            {\n                \"essid\": \"Nathaly’s iPhone\"\n            },\n            {\n                \"essid\": \"Nathan\"\n            },\n            {\n                \"essid\": \"National\"\n            },\n            {\n                \"essid\": \"National 1064\"\n            },\n            {\n                \"essid\": \"Nati's Room.k\"\n            },\n            {\n                \"essid\": \"Nat Test 1105\"\n            },\n            {\n                \"essid\": \"Nat test 491\"\n            },\n            {\n                \"essid\": \"Naudadriod\"\n            },\n            {\n                \"essid\": \"Naughtaphone\"\n            },\n            {\n                \"essid\": \"NaughtyBits\"\n            },\n            {\n                \"essid\": \"Nautilus_VAVA\"\n            },\n            {\n                \"essid\": \"Nava Truck\"\n            },\n            {\n                \"essid\": \"Navigator1\"\n            },\n            {\n                \"essid\": \"NaviSentry\"\n            },\n            {\n                \"essid\": \"Navylodge\"\n            },\n            {\n                \"essid\": \"Navylodge_2GEXT\"\n            },\n            {\n                \"essid\": \"N&A.Wireless\"\n            },\n            {\n                \"essid\": \"nayito\"\n            },\n            {\n                \"essid\": \"Nay moto g \"\n            },\n            {\n                \"essid\": \"nayNice\"\n            },\n            {\n                \"essid\": \"NAZAREE\"\n            },\n            {\n                \"essid\": \"Nazbeygon\"\n            },\n            {\n                \"essid\": \"nb0t's iPhone 8+\"\n            },\n            {\n                \"essid\": \"NBCBA Mobile 11\"\n            },\n            {\n                \"essid\": \"NB - HS\"\n            },\n            {\n                \"essid\": \"   nC210AE\"\n            },\n            {\n                \"essid\": \"NCCHR1\"\n            },\n            {\n                \"essid\": \"NCRSILVER\"\n            },\n            {\n                \"essid\": \"NC TROOPER D 335\"\n            },\n            {\n                \"essid\": \"NC TROOPER D 335_EXT\"\n            },\n            {\n                \"essid\": \"NDE4304gsd\"\n            },\n            {\n                \"essid\": \"Neal Bolt\"\n            },\n            {\n                \"essid\": \"NeatHistorian\"\n            },\n            {\n                \"essid\": \"Neato-04a316dbed4c\"\n            },\n            {\n                \"essid\": \"Neato-4006a0269387\"\n            },\n            {\n                \"essid\": \"Neato-7c386638fdf9\"\n            },\n            {\n                \"essid\": \"Neda Denali\"\n            },\n            {\n                \"essid\": \"NEdlin\\\\342\\\\200\\\\231s iPhone\"\n            },\n            {\n                \"essid\": \"NEDOSV-GUEST\"\n            },\n            {\n                \"essid\": \"Need4Speed\"\n            },\n            {\n                \"essid\": \"Needlenose \"\n            },\n            {\n                \"essid\": \"needlenoseshark\"\n            },\n            {\n                \"essid\": \"Needlenose Shark\"\n            },\n            {\n                \"essid\": \"Neel’s iPhone\"\n            },\n            {\n                \"essid\": \"neener volt\"\n            },\n            {\n                \"essid\": \"negacali81 \"\n            },\n            {\n                \"essid\": \"NEGAENT_GUEST\"\n            },\n            {\n                \"essid\": \"Negrito\"\n            },\n            {\n                \"essid\": \"Neili1\"\n            },\n            {\n                \"essid\": \"Neil Silva\"\n            },\n            {\n                \"essid\": \"Neil's iPhone\"\n            },\n            {\n                \"essid\": \"nellys\"\n            },\n            {\n                \"essid\": \"Nelms\"\n            },\n            {\n                \"essid\": \"Nelson Car\"\n            },\n            {\n                \"essid\": \"nelsonel\"\n            },\n            {\n                \"essid\": \"Nelson Equinox\"\n            },\n            {\n                \"essid\": \"NelsonSilverado\"\n            },\n            {\n                \"essid\": \"Nelu\"\n            },\n            {\n                \"essid\": \"nemirow\"\n            },\n            {\n                \"essid\": \"Nem tenta carai\"\n            },\n            {\n                \"essid\": \"NENA EQUINOX\"\n            },\n            {\n                \"essid\": \"Nene\"\n            },\n            {\n                \"essid\": \"NENT2012\"\n            },\n            {\n                \"essid\": \"NEO2GHZ\"\n            },\n            {\n                \"essid\": \"NERO\\\\\\\\\\\\\"\n            },\n            {\n                \"essid\": \"Nespoli\"\n            },\n            {\n                \"essid\": \"NEST-30B1\"\n            },\n            {\n                \"essid\": \"NEST-3587\"\n            },\n            {\n                \"essid\": \"NEST-3E3C\"\n            },\n            {\n                \"essid\": \"NEST-4504\"\n            },\n            {\n                \"essid\": \"NEST-6124\"\n            },\n            {\n                \"essid\": \"NEST-DA3B\"\n            },\n            {\n                \"essid\": \"NestHub2993.u\"\n            },\n            {\n                \"essid\": \"NestHubMaxA602.A602.w\"\n            },\n            {\n                \"essid\": \"NestMiniD039.D039.ynm\"\n            },\n            {\n                \"essid\": \"Net3Tay\"\n            },\n            {\n                \"essid\": \"netcherja11\"\n            },\n            {\n                \"essid\": \"!\\tNETGE\"\n            },\n            {\n                \"essid\": \"\\u0004!\\tNETGE\"\n            },\n            {\n                \"essid\": \"\\u0006!\\tNETGE\"\n            },\n            {\n                \"essid\": \"\\u000b!\\tNETGE\"\n            },\n            {\n                \"essid\": \"\\r!\\tNETGE\"\n            },\n            {\n                \"essid\": \"\\u000e!\\tNETGE\"\n            },\n            {\n                \"essid\": \"\\u0011!\\tNETGE\"\n            },\n            {\n                \"essid\": \"\\u0012!\\tNETGE\"\n            },\n            {\n                \"essid\": \"\\u0014!\\tNETGE\"\n            },\n            {\n                \"essid\": \"\\u001a!\\tNETGE\"\n            },\n            {\n                \"essid\": \"\\u001c!\\tNETGE\"\n            },\n            {\n                \"essid\": \"netgear\"\n            },\n            {\n                \"essid\": \"Netgear\"\n            },\n            {\n                \"essid\": \"NETGEAR\"\n            },\n            {\n                \"essid\": \"NETGEAR00\"\n            },\n            {\n                \"essid\": \"NETGEAR00-5G\"\n            },\n            {\n                \"essid\": \"NETGEAR01\"\n            },\n            {\n                \"essid\": \"NETGEAR03\"\n            },\n            {\n                \"essid\": \"NETGEAR03-5G\"\n            },\n            {\n                \"essid\": \"NETGEAR04\"\n            },\n            {\n                \"essid\": \"NETGEAR05\"\n            },\n            {\n                \"essid\": \"NETGEAR06\"\n            },\n            {\n                \"essid\": \"NETGEAR06_2GEXT\"\n            },\n            {\n                \"essid\": \"NETGEAR06-5G-1\"\n            },\n            {\n                \"essid\": \"NETGEAR07\"\n            },\n            {\n                \"essid\": \"NETGEAR08\"\n            },\n            {\n                \"essid\": \"NETGEAR08-5G\"\n            },\n            {\n                \"essid\": \"NETGEAR09\"\n            },\n            {\n                \"essid\": \"NETGEAR09-5G\"\n            },\n            {\n                \"essid\": \"NETGEAR10\"\n            },\n            {\n                \"essid\": \"NETGEAR100\"\n            },\n            {\n                \"essid\": \"NETGEAR11\"\n            },\n            {\n                \"essid\": \"NETGEAR13\"\n            },\n            {\n                \"essid\": \"NETGEAR13-5G\"\n            },\n            {\n                \"essid\": \"NETGEAR14\"\n            },\n            {\n                \"essid\": \"NETGEAR14_EXT\"\n            },\n            {\n                \"essid\": \"NETGEAR15\"\n            },\n            {\n                \"essid\": \"NETGEAR16\"\n            },\n            {\n                \"essid\": \"NETGEAR16_2GEXT\"\n            },\n            {\n                \"essid\": \"NETGEAR16-5G\"\n            },\n            {\n                \"essid\": \"NETGEAR17\"\n            },\n            {\n                \"essid\": \"NETGEAR18\"\n            },\n            {\n                \"essid\": \"NETGEAR18-5G\"\n            },\n            {\n                \"essid\": \"NETGEAR19\"\n            },\n            {\n                \"essid\": \"NETGEAR19-5G\"\n            },\n            {\n                \"essid\": \"NETGEAR20\"\n            },\n            {\n                \"essid\": \"NETGEAR20-5G\"\n            },\n            {\n                \"essid\": \"NETGEAR21\"\n            },\n            {\n                \"essid\": \"NETGEAR21-5G\"\n            },\n            {\n                \"essid\": \"NETGEAR22\"\n            },\n            {\n                \"essid\": \"NETGEAR23\"\n            },\n            {\n                \"essid\": \"NETGEAR23-5G\"\n            },\n            {\n                \"essid\": \"NETGEAR24\"\n            },\n            {\n                \"essid\": \"NETGEAR24-5G\"\n            },\n            {\n                \"essid\": \"NETGEAR24-arlo_246928\"\n            },\n            {\n                \"essid\": \"NETGEAR-2.4G\"\n            },\n            {\n                \"essid\": \"NETGEAR25\"\n            },\n            {\n                \"essid\": \"NETGEAR26\"\n            },\n            {\n                \"essid\": \"NETGEAR26-Guest\"\n            },\n            {\n                \"essid\": \"NETGEAR27\"\n            },\n            {\n                \"essid\": \"NETGEAR28\"\n            },\n            {\n                \"essid\": \"NETGEAR29\"\n            },\n            {\n                \"essid\": \"NETGEAR30\"\n            },\n            {\n                \"essid\": \"NETGEAR30-5G\"\n            },\n            {\n                \"essid\": \"NETGEAR30-5G-2\"\n            },\n            {\n                \"essid\": \"NETGEAR30TA\"\n            },\n            {\n                \"essid\": \"NETGEAR31\"\n            },\n            {\n                \"essid\": \"NETGEAR315\"\n            },\n            {\n                \"essid\": \"NETGEAR31-5G\"\n            },\n            {\n                \"essid\": \"NETGEAR32\"\n            },\n            {\n                \"essid\": \"NETGEAR33\"\n            },\n            {\n                \"essid\": \"NETGEAR33-5G\"\n            },\n            {\n                \"essid\": \"NETGEAR34\"\n            },\n            {\n                \"essid\": \"NETGEAR35\"\n            },\n            {\n                \"essid\": \"NETGEAR36\"\n            },\n            {\n                \"essid\": \"NETGEAR37\"\n            },\n            {\n                \"essid\": \"NETGEAR38\"\n            },\n            {\n                \"essid\": \"NETGEAR38-5G\"\n            },\n            {\n                \"essid\": \"NETGEAR38-5G-1\"\n            },\n            {\n                \"essid\": \"NETGEAR39\"\n            },\n            {\n                \"essid\": \"NETGEAR40\"\n            },\n            {\n                \"essid\": \"NETGEAR40_EXT\"\n            },\n            {\n                \"essid\": \"NETGEAR41\"\n            },\n            {\n                \"essid\": \"NETGEAR42\"\n            },\n            {\n                \"essid\": \"NETGEAR42_EXT\"\n            },\n            {\n                \"essid\": \"NETGEAR43\"\n            },\n            {\n                \"essid\": \"NETGEAR44\"\n            },\n            {\n                \"essid\": \"NETGEAR45\"\n            },\n            {\n                \"essid\": \"NETGEAR46\"\n            },\n            {\n                \"essid\": \"NETGEAR47\"\n            },\n            {\n                \"essid\": \"NETGEAR47\\u0001\\b\"\n            },\n            {\n                \"essid\": \"NETGEAR48\"\n            },\n            {\n                \"essid\": \"NETGEAR48-5G\"\n            },\n            {\n                \"essid\": \"NETGEAR49\"\n            },\n            {\n                \"essid\": \"NETGEAR50\"\n            },\n            {\n                \"essid\": \"NETGEAR51\"\n            },\n            {\n                \"essid\": \"NETGEAR52\"\n            },\n            {\n                \"essid\": \"NETGEAR52-5G\"\n            },\n            {\n                \"essid\": \"NETGEAR53\"\n            },\n            {\n                \"essid\": \"NETGEAR53-5G\"\n            },\n            {\n                \"essid\": \"NETGEAR53_Ext\"\n            },\n            {\n                \"essid\": \"NETGEAR54\"\n            },\n            {\n                \"essid\": \"NETGEAR54-5G\"\n            },\n            {\n                \"essid\": \"NETGEAR56\"\n            },\n            {\n                \"essid\": \"NETGEAR56-5G\"\n            },\n            {\n                \"essid\": \"NETGEAR57\"\n            },\n            {\n                \"essid\": \"NETGEAR57-5G-1\"\n            },\n            {\n                \"essid\": \"NETGEAR57-5G-2\"\n            },\n            {\n                \"essid\": \"NETGEAR58\"\n            },\n            {\n                \"essid\": \"NETGEAR59\"\n            },\n            {\n                \"essid\": \"NETGEAR-5G_2GEXT\"\n            },\n            {\n                \"essid\": \"NETGEAR-5G-Guest\"\n            },\n            {\n                \"essid\": \"NETGEAR60\"\n            },\n            {\n                \"essid\": \"NETGEAR60-5G\"\n            },\n            {\n                \"essid\": \"NETGEAR61\"\n            },\n            {\n                \"essid\": \"Netgear62\"\n            },\n            {\n                \"essid\": \"NETGEAR62\"\n            },\n            {\n                \"essid\": \"NETGEAR63\"\n            },\n            {\n                \"essid\": \"NETGEAR63_2GEXT\"\n            },\n            {\n                \"essid\": \"NETGEAR64\"\n            },\n            {\n                \"essid\": \"NETGEAR65\"\n            },\n            {\n                \"essid\": \"NETGEAR66\"\n            },\n            {\n                \"essid\": \"NETGEAR66-5G-1\"\n            },\n            {\n                \"essid\": \"NETGEAR66-5G-2\"\n            },\n            {\n                \"essid\": \"NETGEAR67\"\n            },\n            {\n                \"essid\": \"NETGEAR67-5G\"\n            },\n            {\n                \"essid\": \"NETGEAR68\"\n            },\n            {\n                \"essid\": \"NETGEAR69\"\n            },\n            {\n                \"essid\": \"NETGEAR70\"\n            },\n            {\n                \"essid\": \"NETGEAR71\"\n            },\n            {\n                \"essid\": \"NETGEAR71_2GEXT\"\n            },\n            {\n                \"essid\": \"NETGEAR72\"\n            },\n            {\n                \"essid\": \"NETGEAR73\"\n            },\n            {\n                \"essid\": \"NETGEAR73-5G\"\n            },\n            {\n                \"essid\": \"NETGEAR74\"\n            },\n            {\n                \"essid\": \"NETGEAR74-5G\"\n            },\n            {\n                \"essid\": \"NETGEAR75\"\n            },\n            {\n                \"essid\": \"NETGEAR76\"\n            },\n            {\n                \"essid\": \"NETGEAR77\"\n            },\n            {\n                \"essid\": \"NETGEAR78\"\n            },\n            {\n                \"essid\": \"NETGEAR78_2GEXT\"\n            },\n            {\n                \"essid\": \"NETGEAR78_EXT\"\n            },\n            {\n                \"essid\": \"NETGEAR79\"\n            },\n            {\n                \"essid\": \"NETGEAR79-5G\"\n            },\n            {\n                \"essid\": \"NETGEAR80\"\n            },\n            {\n                \"essid\": \"NETGEAR80_2GEXT\"\n            },\n            {\n                \"essid\": \"NETGEAR80-5G\"\n            },\n            {\n                \"essid\": \"NETGEAR81\"\n            },\n            {\n                \"essid\": \"NETGEAR82\"\n            },\n            {\n                \"essid\": \"NETGEAR83\"\n            },\n            {\n                \"essid\": \"NETGEAR84-5G\"\n            },\n            {\n                \"essid\": \"NETGEAR85\"\n            },\n            {\n                \"essid\": \"NETGEAR85-5G\"\n            },\n            {\n                \"essid\": \"NETGEAR86\"\n            },\n            {\n                \"essid\": \"NETGEAR87\"\n            },\n            {\n                \"essid\": \"NETGEAR88\"\n            },\n            {\n                \"essid\": \"NETGEAR89\"\n            },\n            {\n                \"essid\": \"NETGEAR90\"\n            },\n            {\n                \"essid\": \"NETGEAR91\"\n            },\n            {\n                \"essid\": \"NETGEAR92\"\n            },\n            {\n                \"essid\": \"NETGEAR92-5G\"\n            },\n            {\n                \"essid\": \"NETGEAR93\"\n            },\n            {\n                \"essid\": \"NETGEAR94\"\n            },\n            {\n                \"essid\": \"NETGEAR95\"\n            },\n            {\n                \"essid\": \"NETGEAR95-5G\"\n            },\n            {\n                \"essid\": \"NETGEAR96\"\n            },\n            {\n                \"essid\": \"NETGEAR96-5G-1\"\n            },\n            {\n                \"essid\": \"NETGEAR97\"\n            },\n            {\n                \"essid\": \"NETGEAR98\"\n            },\n            {\n                \"essid\": \"NETGEAR98-5G\"\n            },\n            {\n                \"essid\": \"NETGEAR99\"\n            },\n            {\n                \"essid\": \"NETGEAR99-5G-1\"\n            },\n            {\n                \"essid\": \"NETGEAR99-5G-2\"\n            },\n            {\n                \"essid\": \"NETGEAR_EXT\"\n            },\n            {\n                \"essid\": \"Netgear-Guest\"\n            },\n            {\n                \"essid\": \"NETGEAR_Guest\"\n            },\n            {\n                \"essid\": \"NETGEAR-Guest\"\n            },\n            {\n                \"essid\": \"NETGEAR_Guest1\"\n            },\n            {\n                \"essid\": \"NETGEAR_ORBI_hidden16\"\n            },\n            {\n                \"essid\": \"NETGEAR_ORBI_hidden42\"\n            },\n            {\n                \"essid\": \"NETGEAR_ORBI_hidden48\"\n            },\n            {\n                \"essid\": \"NETGEAR_ORBI_hidden62\"\n            },\n            {\n                \"essid\": \"NETGEAR_ORBI_hidden64\"\n            },\n            {\n                \"essid\": \"NETGEAR_ORBI_hidden74\"\n            },\n            {\n                \"essid\": \"NETGEAR seo\"\n            },\n            {\n                \"essid\": \"NetgearWiFiF71\"\n            },\n            {\n                \"essid\": \"Netinho\"\n            },\n            {\n                \"essid\": \"Netrus\"\n            },\n            {\n                \"essid\": \"netTALK-060BBC\"\n            },\n            {\n                \"essid\": \"netTALK-Setup-060BBC\"\n            },\n            {\n                \"essid\": \"nette82\"\n            },\n            {\n                \"essid\": \"Nettesheim 2G\"\n            },\n            {\n                \"essid\": \"nettiesverano\"\n            },\n            {\n                \"essid\": \"netwmsfam\"\n            },\n            {\n                \"essid\": \"Network\"\n            },\n            {\n                \"essid\": \"network2\"\n            },\n            {\n                \"essid\": \"Network FIVE\"\n            },\n            {\n                \"essid\": \"Network Not Found\"\n            },\n            {\n                \"essid\": \"networkofdoom\"\n            },\n            {\n                \"essid\": \"NetworkXF\"\n            },\n            {\n                \"essid\": \"NeuTab G7\"\n            },\n            {\n                \"essid\": \"NevenFamily\"\n            },\n            {\n                \"essid\": \"Neveragain\"\n            },\n            {\n                \"essid\": \"NeverAgain\"\n            },\n            {\n                \"essid\": \"Neverland\"\n            },\n            {\n                \"essid\": \"Nevias Terrain\"\n            },\n            {\n                \"essid\": \"NEW2180\"\n            },\n            {\n                \"essid\": \"NEW560wifi-7fc4\"\n            },\n            {\n                \"essid\": \"NEW560wifi-a87e\"\n            },\n            {\n                \"essid\": \"NewAcquisitions-2.4\"\n            },\n            {\n                \"essid\": \"NewbieWeimo\"\n            },\n            {\n                \"essid\": \"NewBolt\"\n            },\n            {\n                \"essid\": \"NewCyberSource\"\n            },\n            {\n                \"essid\": \"NewCyberSource-guest\"\n            },\n            {\n                \"essid\": \"NEWCyberSourceGuest\"\n            },\n            {\n                \"essid\": \"NewDawn\"\n            },\n            {\n                \"essid\": \"Neweb\"\n            },\n            {\n                \"essid\": \"NewHopeParsonage\"\n            },\n            {\n                \"essid\": \"Newhouse\"\n            },\n            {\n                \"essid\": \"New_Liberty\"\n            },\n            {\n                \"essid\": \"newmajo\"\n            },\n            {\n                \"essid\": \"Newmans cadillac\"\n            },\n            {\n                \"essid\": \"Newmar8060\"\n            },\n            {\n                \"essid\": \"NEWNETGEAR05\"\n            },\n            {\n                \"essid\": \"NewNova\"\n            },\n            {\n                \"essid\": \"New Odyssey\"\n            },\n            {\n                \"essid\": \"new one\"\n            },\n            {\n                \"essid\": \"New Orleans\"\n            },\n            {\n                \"essid\": \"NewPicton\"\n            },\n            {\n                \"essid\": \"new_roots_barbershop\"\n            },\n            {\n                \"essid\": \"Newrouter\"\n            },\n            {\n                \"essid\": \"NewThermostat_30859A\"\n            },\n            {\n                \"essid\": \"NewThermostat_382852\"\n            },\n            {\n                \"essid\": \"NewThermostat_7BB889\"\n            },\n            {\n                \"essid\": \"NewThermostat_7D0D19\"\n            },\n            {\n                \"essid\": \"NewThermostat_8F7FF3\"\n            },\n            {\n                \"essid\": \"NewThermostat_8FF978\"\n            },\n            {\n                \"essid\": \"NewThermostat_B5168B\"\n            },\n            {\n                \"essid\": \"NewThermostat_B7D8C2\"\n            },\n            {\n                \"essid\": \"NewThermostat_D05717\"\n            },\n            {\n                \"essid\": \"NewThermostat_D2791D\"\n            },\n            {\n                \"essid\": \"newtraverse\"\n            },\n            {\n                \"essid\": \"NewViewInc_5G\"\n            },\n            {\n                \"essid\": \"New-Wifi\"\n            },\n            {\n                \"essid\": \"New wifi home\"\n            },\n            {\n                \"essid\": \"New WiFi who this?\"\n            },\n            {\n                \"essid\": \"Nexar(5G)-080a90\"\n            },\n            {\n                \"essid\": \"Nexar(5G)-0a0b90\"\n            },\n            {\n                \"essid\": \"Nexar(5G)-0a0d90\"\n            },\n            {\n                \"essid\": \"Nexar(5G)-0d050f\"\n            },\n            {\n                \"essid\": \"Nexar(5G)-0e0450\"\n            },\n            {\n                \"essid\": \"Nexar(5G)-0e0e10\"\n            },\n            {\n                \"essid\": \"Nexar(5G)-0e0f8f\"\n            },\n            {\n                \"essid\": \"Nexar(5G)-0f0410\"\n            },\n            {\n                \"essid\": \"Nexar(5G)-0f0c90\"\n            },\n            {\n                \"essid\": \"Nexar(5G)-100850\"\n            },\n            {\n                \"essid\": \"Nexar(5G)-100a50\"\n            },\n            {\n                \"essid\": \"Nexar(5G)-100c0f\"\n            },\n            {\n                \"essid\": \"Nexar(5G)-100e4f\"\n            },\n            {\n                \"essid\": \"Nexar(5G)-110a10\"\n            },\n            {\n                \"essid\": \"Nexar(5G)-120d90\"\n            },\n            {\n                \"essid\": \"Nexar(5G)-131010\"\n            },\n            {\n                \"essid\": \"Nexar(5G)-140550\"\n            },\n            {\n                \"essid\": \"Nexar(5G)-141150\"\n            },\n            {\n                \"essid\": \"Nexar(5G)-150250\"\n            },\n            {\n                \"essid\": \"Nexar(5G)-150d0f\"\n            },\n            {\n                \"essid\": \"Nexar(5G)-160350\"\n            },\n            {\n                \"essid\": \"Nexar(5G)-170310\"\n            },\n            {\n                \"essid\": \"Nexar(5G)-1706d0\"\n            },\n            {\n                \"essid\": \"Nexar(5G)-170a90\"\n            },\n            {\n                \"essid\": \"Nexar(5G)-1804d0\"\n            },\n            {\n                \"essid\": \"Nexar(5G)-180ad0\"\n            },\n            {\n                \"essid\": \"Nexar(5G)-180b10\"\n            },\n            {\n                \"essid\": \"Nexar(5G)-180c4f\"\n            },\n            {\n                \"essid\": \"Nexar(5G)-180cd0\"\n            },\n            {\n                \"essid\": \"Nexar(5G)-19048f\"\n            },\n            {\n                \"essid\": \"Nexar(5G)-190550\"\n            },\n            {\n                \"essid\": \"Nexar(5G)-190810\"\n            },\n            {\n                \"essid\": \"Nexar(5G)-1a044f\"\n            },\n            {\n                \"essid\": \"Nexar(5G)-1a04d0\"\n            },\n            {\n                \"essid\": \"Nexar(5G)-1a0550\"\n            },\n            {\n                \"essid\": \"Nexar(5G)-1a0810\"\n            },\n            {\n                \"essid\": \"Nexar(5G)-1a0850\"\n            },\n            {\n                \"essid\": \"Nexar(5G)-1a0a50\"\n            },\n            {\n                \"essid\": \"Nexar(5G)-1a0bd0\"\n            },\n            {\n                \"essid\": \"Nexar(5G)-1b0210\"\n            },\n            {\n                \"essid\": \"Nexar(5G)-1b0950\"\n            },\n            {\n                \"essid\": \"Nexar(5G)-1b0f90\"\n            },\n            {\n                \"essid\": \"Nexar(5G)-1c0710\"\n            },\n            {\n                \"essid\": \"Nexar(5G)-1c0910\"\n            },\n            {\n                \"essid\": \"Nexar(5G)-1c0990\"\n            },\n            {\n                \"essid\": \"Nexar(5G)-1c0e8f\"\n            },\n            {\n                \"essid\": \"Nexar(5G)-1d0110\"\n            },\n            {\n                \"essid\": \"Nexar(5G)-1d1090\"\n            },\n            {\n                \"essid\": \"Nexar(5G)-1e0a10\"\n            },\n            {\n                \"essid\": \"Nexar(5G)-1e0e90\"\n            },\n            {\n                \"essid\": \"Nexar(5G)-1e1250\"\n            },\n            {\n                \"essid\": \"Nexar(5G)-1f0850\"\n            },\n            {\n                \"essid\": \"Nexar(5G)-1f09cf\"\n            },\n            {\n                \"essid\": \"Nexar(5G)-1f0fd0\"\n            },\n            {\n                \"essid\": \"Nexar(5G)-1f1350\"\n            },\n            {\n                \"essid\": \"Nexar(5G)-200150\"\n            },\n            {\n                \"essid\": \"Nexar(5G)-2001d0\"\n            },\n            {\n                \"essid\": \"Nexar(5G)-200210\"\n            },\n            {\n                \"essid\": \"Nexar(5G)-200410\"\n            },\n            {\n                \"essid\": \"Nexar(5G)-2004d0\"\n            },\n            {\n                \"essid\": \"Nexar(5G)-200510\"\n            },\n            {\n                \"essid\": \"Nexar(5G)-200710\"\n            },\n            {\n                \"essid\": \"Nexar(5G)-2007d0\"\n            },\n            {\n                \"essid\": \"Nexar(5G)-2008d0\"\n            },\n            {\n                \"essid\": \"Nexar(5G)-20090f\"\n            },\n            {\n                \"essid\": \"Nexar(5G)-200c50\"\n            },\n            {\n                \"essid\": \"Nexar(5G)-200e50\"\n            },\n            {\n                \"essid\": \"Nexar(5G)-200e90\"\n            },\n            {\n                \"essid\": \"Nexar(5G)-201350\"\n            },\n            {\n                \"essid\": \"Nexar(5G)-210910\"\n            },\n            {\n                \"essid\": \"Nexar(5G)-21110f\"\n            },\n            {\n                \"essid\": \"Nexar(5G)-2201cf\"\n            },\n            {\n                \"essid\": \"Nexar(5G)-220910\"\n            },\n            {\n                \"essid\": \"Nexar(5G)-220b90\"\n            },\n            {\n                \"essid\": \"Nexar(5G)-220bd0\"\n            },\n            {\n                \"essid\": \"Nexar(5G)-220c10\"\n            },\n            {\n                \"essid\": \"Nexar(5G)-220e90\"\n            },\n            {\n                \"essid\": \"Nexar(5G)-220f10\"\n            },\n            {\n                \"essid\": \"Nexar(5G)-230110\"\n            },\n            {\n                \"essid\": \"Nexar(5G)-2302d0\"\n            },\n            {\n                \"essid\": \"Nexar(5G)-2309d0\"\n            },\n            {\n                \"essid\": \"Nexar(5G)-230b90\"\n            },\n            {\n                \"essid\": \"Nexar(5G)-23100f\"\n            },\n            {\n                \"essid\": \"Nexar(5G)-24040f\"\n            },\n            {\n                \"essid\": \"Nexar(5G)-2406d0\"\n            },\n            {\n                \"essid\": \"Nexar(5G)-240a90\"\n            },\n            {\n                \"essid\": \"Nexar(5G)-2411d0\"\n            },\n            {\n                \"essid\": \"Nexar(5G)-2509d0\"\n            },\n            {\n                \"essid\": \"Nexar(5G)-251310\"\n            },\n            {\n                \"essid\": \"Nexar(5G)-260910\"\n            },\n            {\n                \"essid\": \"Nexar(5G)-270890\"\n            },\n            {\n                \"essid\": \"Nexar(5G)-270a8f\"\n            },\n            {\n                \"essid\": \"Nexar(5G)-2711d0\"\n            },\n            {\n                \"essid\": \"Nexar(5G)-271390\"\n            },\n            {\n                \"essid\": \"Nexar(5G)-28020f\"\n            },\n            {\n                \"essid\": \"Nexar(5G)-28078f\"\n            },\n            {\n                \"essid\": \"Nexar(5G)-280910\"\n            },\n            {\n                \"essid\": \"Nexar(5G)-280c90\"\n            },\n            {\n                \"essid\": \"Nexar(5G)-290390\"\n            },\n            {\n                \"essid\": \"Nexar(5G)-290850\"\n            },\n            {\n                \"essid\": \"Nexar(5G)-290e50\"\n            },\n            {\n                \"essid\": \"Nexar(5G)-291110\"\n            },\n            {\n                \"essid\": \"Nexar(5G)-2a01d0\"\n            },\n            {\n                \"essid\": \"Nexar(5G)-2a08cf\"\n            },\n            {\n                \"essid\": \"Nexar(5G)-2a0b90\"\n            },\n            {\n                \"essid\": \"Nexar(5G)-2b01d0\"\n            },\n            {\n                \"essid\": \"Nexar(5G)-2b0310\"\n            },\n            {\n                \"essid\": \"Nexar(5G)-2b03d0\"\n            },\n            {\n                \"essid\": \"Nexar(5G)-2b0b10\"\n            },\n            {\n                \"essid\": \"Nexar(5G)-2b0c90\"\n            },\n            {\n                \"essid\": \"Nexar(5G)-2b13cf\"\n            },\n            {\n                \"essid\": \"Nexar(5G)-2c0590\"\n            },\n            {\n                \"essid\": \"Nexar(5G)-2c0790\"\n            },\n            {\n                \"essid\": \"Nexar(5G)-2c0f90\"\n            },\n            {\n                \"essid\": \"Nexar(5G)-2d0150\"\n            },\n            {\n                \"essid\": \"Nexar(5G)-2d0250\"\n            },\n            {\n                \"essid\": \"Nexar(5G)-2d0310\"\n            },\n            {\n                \"essid\": \"Nexar(5G)-2d0690\"\n            },\n            {\n                \"essid\": \"Nexar(5G)-2d0c50\"\n            },\n            {\n                \"essid\": \"Nexar(5G)-2e0310\"\n            },\n            {\n                \"essid\": \"Nexar(5G)-2e054f\"\n            },\n            {\n                \"essid\": \"Nexar(5G)-2e0c90\"\n            },\n            {\n                \"essid\": \"Nexar(5G)-2e134f\"\n            },\n            {\n                \"essid\": \"Nexar(5G)-2f0d10\"\n            },\n            {\n                \"essid\": \"Nexar(5G)-2f0fd0\"\n            },\n            {\n                \"essid\": \"Nexar(5G)-300c50\"\n            },\n            {\n                \"essid\": \"Nexar(5G)-30104f\"\n            },\n            {\n                \"essid\": \"Nexar(5G)-310510\"\n            },\n            {\n                \"essid\": \"Nexar(5G)-310c90\"\n            },\n            {\n                \"essid\": \"Nexar(5G)-320d90\"\n            },\n            {\n                \"essid\": \"Nexar(5G)-330350\"\n            },\n            {\n                \"essid\": \"Nexar(5G)-3313d0\"\n            },\n            {\n                \"essid\": \"Nexar(5G)-340310\"\n            },\n            {\n                \"essid\": \"Nexar(5G)-340c90\"\n            },\n            {\n                \"essid\": \"Nexar(5G)-35030f\"\n            },\n            {\n                \"essid\": \"Nexar(5G)-350d90\"\n            },\n            {\n                \"essid\": \"Nexar(5G)-351010\"\n            },\n            {\n                \"essid\": \"Nexar(5G)-360c50\"\n            },\n            {\n                \"essid\": \"Nexar(5G)-370150\"\n            },\n            {\n                \"essid\": \"Nexar(5G)-371010\"\n            },\n            {\n                \"essid\": \"Nexar(5G)-37104f\"\n            },\n            {\n                \"essid\": \"Nexar(5G)-3812d0\"\n            },\n            {\n                \"essid\": \"Nexar(5G)-381350\"\n            },\n            {\n                \"essid\": \"Nexar(5G)-390450\"\n            },\n            {\n                \"essid\": \"Nexar(5G)-390710\"\n            },\n            {\n                \"essid\": \"Nexar(5G)-39078f\"\n            },\n            {\n                \"essid\": \"Nexar(5G)-3908d0\"\n            },\n            {\n                \"essid\": \"Nexar(5G)-390a90\"\n            },\n            {\n                \"essid\": \"Nexar(5G)-3a0c50\"\n            },\n            {\n                \"essid\": \"Nexar(5G)-3b0310\"\n            },\n            {\n                \"essid\": \"Nexar(5G)-3b054f\"\n            },\n            {\n                \"essid\": \"Nexar(5G)-3b09d0\"\n            },\n            {\n                \"essid\": \"Nexar(5G)-3b0ed0\"\n            },\n            {\n                \"essid\": \"Nexar(5G)-3c0390\"\n            },\n            {\n                \"essid\": \"Nexar(5G)-3d0890\"\n            },\n            {\n                \"essid\": \"Nexar(5G)-3d0ad0\"\n            },\n            {\n                \"essid\": \"Nexar(5G)-3d11d0\"\n            },\n            {\n                \"essid\": \"Nexar(5G)-3d1250\"\n            },\n            {\n                \"essid\": \"Nexar(5G)-3e03d0\"\n            },\n            {\n                \"essid\": \"Nexar(5G)-3e0410\"\n            },\n            {\n                \"essid\": \"Nexar(5G)-3e068f\"\n            },\n            {\n                \"essid\": \"Nexar(5G)-3e1150\"\n            },\n            {\n                \"essid\": \"Nexar(5G)-3f0550\"\n            },\n            {\n                \"essid\": \"Nexar(5G)-3f08d0\"\n            },\n            {\n                \"essid\": \"Nexar(5G)-3f0910\"\n            },\n            {\n                \"essid\": \"Nexar(5G)-3f0a50\"\n            },\n            {\n                \"essid\": \"Nexar(5G)-3f0f10\"\n            },\n            {\n                \"essid\": \"Nexar(5G)-3f11cf\"\n            },\n            {\n                \"essid\": \"Nexar(5G)-4006d0\"\n            },\n            {\n                \"essid\": \"Nexar(5G)-400e10\"\n            },\n            {\n                \"essid\": \"Nexar(5G)-401050\"\n            },\n            {\n                \"essid\": \"Nexar(5G)-401090\"\n            },\n            {\n                \"essid\": \"Nexar(5G)-410750\"\n            },\n            {\n                \"essid\": \"Nexar(5G)-410790\"\n            },\n            {\n                \"essid\": \"Nexar(5G)-410d50\"\n            },\n            {\n                \"essid\": \"Nexar(5G)-420390\"\n            },\n            {\n                \"essid\": \"Nexar(5G)-420850\"\n            },\n            {\n                \"essid\": \"Nexar(5G)-430cd0\"\n            },\n            {\n                \"essid\": \"Nexar(5G)-430e4f\"\n            },\n            {\n                \"essid\": \"Nexar(5G)-431050\"\n            },\n            {\n                \"essid\": \"Nexar(5G)-4310cf\"\n            },\n            {\n                \"essid\": \"Nexar(5G)-440590\"\n            },\n            {\n                \"essid\": \"Nexar(5G)-440750\"\n            },\n            {\n                \"essid\": \"Nexar(5G)-440e4f\"\n            },\n            {\n                \"essid\": \"Nexar(5G)-450a90\"\n            },\n            {\n                \"essid\": \"Nexar(5G)-450fd0\"\n            },\n            {\n                \"essid\": \"Nexar(5G)-46068f\"\n            },\n            {\n                \"essid\": \"Nexar(5G)-460690\"\n            },\n            {\n                \"essid\": \"Nexar(5G)-460750\"\n            },\n            {\n                \"essid\": \"Nexar(5G)-460890\"\n            },\n            {\n                \"essid\": \"Nexar(5G)-470a90\"\n            },\n            {\n                \"essid\": \"Nexar(5G)-470ad0\"\n            },\n            {\n                \"essid\": \"Nexar(5G)-470d4f\"\n            },\n            {\n                \"essid\": \"Nexar(5G)-470d90\"\n            },\n            {\n                \"essid\": \"Nexar(5G)-480550\"\n            },\n            {\n                \"essid\": \"Nexar(5G)-480a50\"\n            },\n            {\n                \"essid\": \"Nexar(5G)-480d50\"\n            },\n            {\n                \"essid\": \"Nexar(5G)-490850\"\n            },\n            {\n                \"essid\": \"Nexar(5G)-49094f\"\n            },\n            {\n                \"essid\": \"Nexar(5G)-490b90\"\n            },\n            {\n                \"essid\": \"Nexar(5G)-490d50\"\n            },\n            {\n                \"essid\": \"Nexar(5G)-490ed0\"\n            },\n            {\n                \"essid\": \"Nexar(5G)-4a060f\"\n            },\n            {\n                \"essid\": \"Nexar(5G)-4b078f\"\n            },\n            {\n                \"essid\": \"Nexar(5G)-4b0b50\"\n            },\n            {\n                \"essid\": \"Nexar(5G)-4b0d8f\"\n            },\n            {\n                \"essid\": \"Nexar(5G)-4d0a90\"\n            },\n            {\n                \"essid\": \"Nex_Gen_25\"\n            },\n            {\n                \"essid\": \"NextDac-2G\"\n            },\n            {\n                \"essid\": \"NextranUSA\"\n            },\n            {\n                \"essid\": \"NextranUSA-Guest\"\n            },\n            {\n                \"essid\": \"NextstarHam24g\"\n            },\n            {\n                \"essid\": \"NextstarLaw\"\n            },\n            {\n                \"essid\": \"Nextstar Oakwood\"\n            },\n            {\n                \"essid\": \"NextstarWinder2.4G\"\n            },\n            {\n                \"essid\": \"NextstarWinder-5G\"\n            },\n            {\n                \"essid\": \"Nexus\"\n            },\n            {\n                \"essid\": \"NexWare\"\n            },\n            {\n                \"essid\": \"nfadelli\"\n            },\n            {\n                \"essid\": \"NFE\"\n            },\n            {\n                \"essid\": \"Ngalinh\"\n            },\n            {\n                \"essid\": \"NGDC-Braselton\"\n            },\n            {\n                \"essid\": \"NGDO\"\n            },\n            {\n                \"essid\": \"NGEC\"\n            },\n            {\n                \"essid\": \"NGEC_Guest\"\n            },\n            {\n                \"essid\": \"NGHS-Guest_Ext\"\n            },\n            {\n                \"essid\": \"ngHub_319332N902326\"\n            },\n            {\n                \"essid\": \"ngHub_319333NS00496\"\n            },\n            {\n                \"essid\": \"ngHub_319436NU02816\"\n            },\n            {\n                \"essid\": \"ngHub_319443N1085FE\"\n            },\n            {\n                \"essid\": \"ngHub_319443NA02AC6\"\n            },\n            {\n                \"essid\": \"ngHub_319445NH03A83\"\n            },\n            {\n                \"essid\": \"ngHub_319446NK069DB\"\n            },\n            {\n                \"essid\": \"ngHub_31944BNN0189A\"\n            },\n            {\n                \"essid\": \"ngHub_31944CNB04A7A\"\n            },\n            {\n                \"essid\": \"ngHub_319451NA0B27A\"\n            },\n            {\n                \"essid\": \"ngHub_319453NA017D9\"\n            },\n            {\n                \"essid\": \"ngHub_319457N401999\"\n            },\n            {\n                \"essid\": \"ngHub_319459N200212\"\n            },\n            {\n                \"essid\": \"ngHub_319459N404AF0\"\n            },\n            {\n                \"essid\": \"ngHub_319459N506AA3\"\n            },\n            {\n                \"essid\": \"ngHub_319462NY04DB3\"\n            },\n            {\n                \"essid\": \"ngHub_319464NW061DB\"\n            },\n            {\n                \"essid\": \"ngHub_319465NB05342\"\n            },\n            {\n                \"essid\": \"ngHub_319469NN04B21\"\n            },\n            {\n                \"essid\": \"ngHub_319469NV010A4\"\n            },\n            {\n                \"essid\": \"ngHub_31946ANW04111\"\n            },\n            {\n                \"essid\": \"ngHub_31946CND0007A\"\n            },\n            {\n                \"essid\": \"ngHub_31946CNE02CFF\"\n            },\n            {\n                \"essid\": \"ngHub_319471NE001B5\"\n            },\n            {\n                \"essid\": \"ngHub_319472N802F7E\"\n            },\n            {\n                \"essid\": \"ngHub_319473NE0249A\"\n            },\n            {\n                \"essid\": \"ngHub_319475NY006E5\"\n            },\n            {\n                \"essid\": \"ngHub_319478N002E1B\"\n            },\n            {\n                \"essid\": \"ngHub_319478NB01ED2\"\n            },\n            {\n                \"essid\": \"ngHub_31947AN80212A\"\n            },\n            {\n                \"essid\": \"ngHub_31947AN9009AB\"\n            },\n            {\n                \"essid\": \"ngHub_31947BN3020CD\"\n            },\n            {\n                \"essid\": \"ngHub_31947CNE01CDF\"\n            },\n            {\n                \"essid\": \"ngHub_319482NG0185B\"\n            },\n            {\n                \"essid\": \"ngHub_319483N900398\"\n            },\n            {\n                \"essid\": \"ngHub_319483NP0001F\"\n            },\n            {\n                \"essid\": \"ngHub_319483NT008B6\"\n            },\n            {\n                \"essid\": \"ngHub_319486N9011F9\"\n            },\n            {\n                \"essid\": \"ngHub_319486NR00D78\"\n            },\n            {\n                \"essid\": \"ngHub_319488N90388C\"\n            },\n            {\n                \"essid\": \"ngHub_3EX235N6012F3\"\n            },\n            {\n                \"essid\": \"ngKgsitz\"\n            },\n            {\n                \"essid\": \"NGN Connect Wifi\"\n            },\n            {\n                \"essid\": \"nguyentan\"\n            },\n            {\n                \"essid\": \"Nguyen-Williams\"\n            },\n            {\n                \"essid\": \"nh4278\"\n            },\n            {\n                \"essid\": \"Nials Truck\"\n            },\n            {\n                \"essid\": \"NIAT13S09216\"\n            },\n            {\n                \"essid\": \"Nibbs1-2.4\"\n            },\n            {\n                \"essid\": \"Nice,a?\"\n            },\n            {\n                \"essid\": \"NiceCar!\"\n            },\n            {\n                \"essid\": \"Nicetrybuddy\"\n            },\n            {\n                \"essid\": \"Nicholas' 6+ iPhone\"\n            },\n            {\n                \"essid\": \"Nick\"\n            },\n            {\n                \"essid\": \"Nick8\"\n            },\n            {\n                \"essid\": \"nickbolt\"\n            },\n            {\n                \"essid\": \"nickey\"\n            },\n            {\n                \"essid\": \"Nick Saadi\"\n            },\n            {\n                \"essid\": \"nicks ats\"\n            },\n            {\n                \"essid\": \"Nicks Bolt\"\n            },\n            {\n                \"essid\": \"Nick's Chromecast.b\"\n            },\n            {\n                \"essid\": \"NicksCorvette\"\n            },\n            {\n                \"essid\": \"nicks cruze\"\n            },\n            {\n                \"essid\": \"nicks denali\"\n            },\n            {\n                \"essid\": \"Nick’s Henkel Phone\"\n            },\n            {\n                \"essid\": \"Nick’s iPhone\"\n            },\n            {\n                \"essid\": \"nicky17s\"\n            },\n            {\n                \"essid\": \"Nickyboe's iPhone\"\n            },\n            {\n                \"essid\": \"Nicoandcyn\"\n            },\n            {\n                \"essid\": \"Nicolas's iPad\"\n            },\n            {\n                \"essid\": \"Nicole\\\\342\\\\200\\\\231s iPhone\"\n            },\n            {\n                \"essid\": \"Nicoles Cruze\"\n            },\n            {\n                \"essid\": \"nicolesmalibu\"\n            },\n            {\n                \"essid\": \"Nic’s iPhone\"\n            },\n            {\n                \"essid\": \"Nics Truck\"\n            },\n            {\n                \"essid\": \"nicXT5\"\n            },\n            {\n                \"essid\": \"Nida\"\n            },\n            {\n                \"essid\": \"NIFTY\"\n            },\n            {\n                \"essid\": \"Niggapolease\"\n            },\n            {\n                \"essid\": \"niggaskissing321\"\n            },\n            {\n                \"essid\": \"NightCity\"\n            },\n            {\n                \"essid\": \"Nighthawk\"\n            },\n            {\n                \"essid\": \"NIGHTHAWK_2.4GHz\"\n            },\n            {\n                \"essid\": \"NIGHTHAWK_2.4GHz-GUEST\"\n            },\n            {\n                \"essid\": \"Nii\"\n            },\n            {\n                \"essid\": \"niketnet\"\n            },\n            {\n                \"essid\": \"Nikita’s iPhone\"\n            },\n            {\n                \"essid\": \"NikKeer\"\n            },\n            {\n                \"essid\": \"Nikki's Wi-Fi Network\"\n            },\n            {\n                \"essid\": \"Nikko\"\n            },\n            {\n                \"essid\": \"Nik_MN\"\n            },\n            {\n                \"essid\": \"niko45\"\n            },\n            {\n                \"essid\": \"nilo chevy\"\n            },\n            {\n                \"essid\": \"Nimbus\"\n            },\n            {\n                \"essid\": \"Nimbus 2011\"\n            },\n            {\n                \"essid\": \"NINA\"\n            },\n            {\n                \"essid\": \"Nina750hybridpv\"\n            },\n            {\n                \"essid\": \"Nina Equinox\"\n            },\n            {\n                \"essid\": \"Nina’s iPhone\"\n            },\n            {\n                \"essid\": \"ninergang20\"\n            },\n            {\n                \"essid\": \"Ninh iphone6\"\n            },\n            {\n                \"essid\": \"ninjanet\"\n            },\n            {\n                \"essid\": \"NinKin\"\n            },\n            {\n                \"essid\": \"Ninna\"\n            },\n            {\n                \"essid\": \"Ninthalak's iPhone\"\n            },\n            {\n                \"essid\": \"niranjanwifi\"\n            },\n            {\n                \"essid\": \"nira's iPhone\"\n            },\n            {\n                \"essid\": \"NIRVC-CORP\"\n            },\n            {\n                \"essid\": \"NIRVC-GUEST-ATL\"\n            },\n            {\n                \"essid\": \"NIRVC-PRINT\"\n            },\n            {\n                \"essid\": \"Nisha\"\n            },\n            {\n                \"essid\": \"Nishi & Shellie\"\n            },\n            {\n                \"essid\": \"Nissan Altima 2017\"\n            },\n            {\n                \"essid\": \"Nissan RSE\"\n            },\n            {\n                \"essid\": \"nisvacation\"\n            },\n            {\n                \"essid\": \"Nisveta Hotspot\"\n            },\n            {\n                \"essid\": \"Nixon2.4\"\n            },\n            {\n                \"essid\": \"NJ47\"\n            },\n            {\n                \"essid\": \"Njeri's Galaxy\"\n            },\n            {\n                \"essid\": \"NK\"\n            },\n            {\n                \"essid\": \"nkandroid\"\n            },\n            {\n                \"essid\": \"nLG Stylo 2 Plus 7015.nnnnn n n.\"\n            },\n            {\n                \"essid\": \"NLRBAY\"\n            },\n            {\n                \"essid\": \"nmfield\"\n            },\n            {\n                \"essid\": \"NM Guest\"\n            },\n            {\n                \"essid\": \"NM's phone\"\n            },\n            {\n                \"essid\": \"nnmike\"\n            },\n            {\n                \"essid\": \"Nnn959\"\n            },\n            {\n                \"essid\": \"Nnp\"\n            },\n            {\n                \"essid\": \"no\"\n            },\n            {\n                \"essid\": \"No 2 Libtards\"\n            },\n            {\n                \"essid\": \"NoblesInsuranceAgency\"\n            },\n            {\n                \"essid\": \"Nobles Volt\"\n            },\n            {\n                \"essid\": \"Noblevines\"\n            },\n            {\n                \"essid\": \"Nobuo Nishi’s iPhone\"\n            },\n            {\n                \"essid\": \"No con\"\n            },\n            {\n                \"essid\": \"noelle\"\n            },\n            {\n                \"essid\": \"Noels Colorado\"\n            },\n            {\n                \"essid\": \"Noel's wifi\"\n            },\n            {\n                \"essid\": \"Nogo350\"\n            },\n            {\n                \"essid\": \"Noisette\"\n            },\n            {\n                \"essid\": \"noizhome\"\n            },\n            {\n                \"essid\": \"nokchah\"\n            },\n            {\n                \"essid\": \"Nokia\"\n            },\n            {\n                \"essid\": \"NOKIA\"\n            },\n            {\n                \"essid\": \"Nokia 2 V\"\n            },\n            {\n                \"essid\": \"Nokia 7.1\"\n            },\n            {\n                \"essid\": \"Nokia C1 Plus\"\n            },\n            {\n                \"essid\": \"Nokia C5 Endi_2712\"\n            },\n            {\n                \"essid\": \"NOKIA Lumia 830_4861\"\n            },\n            {\n                \"essid\": \"nol\"\n            },\n            {\n                \"essid\": \"Nola2016\"\n            },\n            {\n                \"essid\": \"Nolan_Guest\"\n            },\n            {\n                \"essid\": \"NolasVolt\"\n            },\n            {\n                \"essid\": \"nol-guest\"\n            },\n            {\n                \"essid\": \"nomad5\"\n            },\n            {\n                \"essid\": \"Nomadr4012\"\n            },\n            {\n                \"essid\": \"nomamesguey\"\n            },\n            {\n                \"essid\": \"nomeebee\"\n            },\n            {\n                \"essid\": \"nomonkey\"\n            },\n            {\n                \"essid\": \"NON_ASSOCIATED_ASSET\"\n            },\n            {\n                \"essid\": \"noncgdglobal\"\n            },\n            {\n                \"essid\": \"None\"\n            },\n            {\n                \"essid\": \"Nonee Traverse\"\n            },\n            {\n                \"essid\": \"No Network\"\n            },\n            {\n                \"essid\": \"NoNetwork01\"\n            },\n            {\n                \"essid\": \"NON-RIS-PWL\"\n            },\n            {\n                \"essid\": \"Nooe-2.4\"\n            },\n            {\n                \"essid\": \"noona\"\n            },\n            {\n                \"essid\": \"nooo miguel nooo\"\n            },\n            {\n                \"essid\": \"Noquemacuh\"\n            },\n            {\n                \"essid\": \"nor1-wifi\"\n            },\n            {\n                \"essid\": \"NORAETRON\"\n            },\n            {\n                \"essid\": \"Nor-Cal WiFi\"\n            },\n            {\n                \"essid\": \"norgill\"\n            },\n            {\n                \"essid\": \"Norman\"\n            },\n            {\n                \"essid\": \"NORMANNAGER\"\n            },\n            {\n                \"essid\": \"Norman'sPlace\"\n            },\n            {\n                \"essid\": \"NorsanManagement\"\n            },\n            {\n                \"essid\": \"North\"\n            },\n            {\n                \"essid\": \"Northside Guest\"\n            },\n            {\n                \"essid\": \"Northwest 26\"\n            },\n            {\n                \"essid\": \"Norton ATS\"\n            },\n            {\n                \"essid\": \"NoSleeep\"\n            },\n            {\n                \"essid\": \"notbrooks\"\n            },\n            {\n                \"essid\": \"Note8\"\n            },\n            {\n                \"essid\": \"Note 8 RS\"\n            },\n            {\n                \"essid\": \"Note 9\"\n            },\n            {\n                \"essid\": \"Notfou\"\n            },\n            {\n                \"essid\": \"NotFreeWifi:)\"\n            },\n            {\n                \"essid\": \"notfu\"\n            },\n            {\n                \"essid\": \"Not_Happening\"\n            },\n            {\n                \"essid\": \"NoticeMe_Waipai\"\n            },\n            {\n                \"essid\": \"NoticeMe_Waipai-Guest\"\n            },\n            {\n                \"essid\": \"NOT JANKY\"\n            },\n            {\n                \"essid\": \"Not-open-ud\"\n            },\n            {\n                \"essid\": \"NotSoFastly\"\n            },\n            {\n                \"essid\": \"not the droid you're looking for\"\n            },\n            {\n                \"essid\": \"Not_The_Wifi_Your_Looking_For\"\n            },\n            {\n                \"essid\": \"NotTodayBuddy\"\n            },\n            {\n                \"essid\": \"NOTURSHIT-2.4G\"\n            },\n            {\n                \"essid\": \"notwifi\"\n            },\n            {\n                \"essid\": \"not working\"\n            },\n            {\n                \"essid\": \"NotYourInternet\"\n            },\n            {\n                \"essid\": \"NotYourInternet-5\"\n            },\n            {\n                \"essid\": \"Not your Momma's WiFi\"\n            },\n            {\n                \"essid\": \"Not your phone\"\n            },\n            {\n                \"essid\": \"notyours 2.4g\"\n            },\n            {\n                \"essid\": \"notyourwifi\"\n            },\n            {\n                \"essid\": \"NotyourWiFi\"\n            },\n            {\n                \"essid\": \"Not Your Wifi\"\n            },\n            {\n                \"essid\": \"NotYourWiFi\"\n            },\n            {\n                \"essid\": \"NotYourWiFi-Guest\"\n            },\n            {\n                \"essid\": \"NOVA\"\n            },\n            {\n                \"essid\": \"NOVA-5G\"\n            },\n            {\n                \"essid\": \"Novak GMC\"\n            },\n            {\n                \"essid\": \"NOVAW\"\n            },\n            {\n                \"essid\": \"NoviSad2\"\n            },\n            {\n                \"essid\": \"NOW DELIVERY SERVICE INC\"\n            },\n            {\n                \"essid\": \"NOWIFI4U\"\n            },\n            {\n                \"essid\": \"NoWiFiForYou\"\n            },\n            {\n                \"essid\": \"NoWiFiHere\"\n            },\n            {\n                \"essid\": \"NowiPhone\"\n            },\n            {\n                \"essid\": \"NPA-WIFI\"\n            },\n            {\n                \"essid\": \"NPCM3625\"\n            },\n            {\n                \"essid\": \"NPD_CarDV_WiFi\"\n            },\n            {\n                \"essid\": \"NPD_CarDV_WiFi_536f\"\n            },\n            {\n                \"essid\": \"NPOD-045G\"\n            },\n            {\n                \"essid\": \"NPTG\"\n            },\n            {\n                \"essid\": \"NRAWIRELESS\"\n            },\n            {\n                \"essid\": \"nrjask\"\n            },\n            {\n                \"essid\": \"NR-MIFI\"\n            },\n            {\n                \"essid\": \"NSA_Crawler\"\n            },\n            {\n                \"essid\": \"NSA Data Scan\"\n            },\n            {\n                \"essid\": \"NSA-HACKER-HUNTING-SQUAD\"\n            },\n            {\n                \"essid\": \"NSAportal.01\"\n            },\n            {\n                \"essid\": \"NSA_Prism\"\n            },\n            {\n                \"essid\": \"NSA Relay\"\n            },\n            {\n                \"essid\": \"NSA Surveillance\"\n            },\n            {\n                \"essid\": \"NSA Surveillance Vehicle\"\n            },\n            {\n                \"essid\": \"nsc hotspot\"\n            },\n            {\n                \"essid\": \"NShimek\"\n            },\n            {\n                \"essid\": \"NSM08\"\n            },\n            {\n                \"essid\": \"NSM Atlanta\"\n            },\n            {\n                \"essid\": \"NSM Guest\"\n            },\n            {\n                \"essid\": \"NStancil\"\n            },\n            {\n                \"essid\": \"NT 3430\"\n            },\n            {\n                \"essid\": \"NTGR_4CAA\"\n            },\n            {\n                \"essid\": \"NTGR_5112\"\n            },\n            {\n                \"essid\": \"NTGR_cRXn90rLtJLm\"\n            },\n            {\n                \"essid\": \"NTGR_VMB_1406851655\"\n            },\n            {\n                \"essid\": \"NTGR_VMB_1462060928\"\n            },\n            {\n                \"essid\": \"NTGR_VMB_1462060932\"\n            },\n            {\n                \"essid\": \"NTGR_VMB_1462060946\"\n            },\n            {\n                \"essid\": \"NTGR_VMB_1462061001\"\n            },\n            {\n                \"essid\": \"NTGR_VMB_1462061062\"\n            },\n            {\n                \"essid\": \"NTGR_VMB_1462061111\"\n            },\n            {\n                \"essid\": \"NTGR_VMB_1462061166\"\n            },\n            {\n                \"essid\": \"NTGR_VMB_1482258495\"\n            },\n            {\n                \"essid\": \"NTGR_VMB_1483488123\"\n            },\n            {\n                \"essid\": \"NTGR_VMB_1498670037\"\n            },\n            {\n                \"essid\": \"NTGR_VMB_1498957410\"\n            },\n            {\n                \"essid\": \"NTGR_VMB_1504128592\"\n            },\n            {\n                \"essid\": \"NTGR_VMB_1505356333\"\n            },\n            {\n                \"essid\": \"NTGR_VMB_1511825858\"\n            },\n            {\n                \"essid\": \"NTGR_VMB_1511827653\"\n            },\n            {\n                \"essid\": \"NTGR_VMB_1514676813\"\n            },\n            {\n                \"essid\": \"NTGR_VMB_1520979841\"\n            },\n            {\n                \"essid\": \"NTGR_VMB_1527786685\"\n            },\n            {\n                \"essid\": \"NTGR_VMB_1529103580\"\n            },\n            {\n                \"essid\": \"NTGR_VMB_1529103936\"\n            },\n            {\n                \"essid\": \"NTGR_VMB_1531937619\"\n            },\n            {\n                \"essid\": \"NTGR_VMB_1532805477\"\n            },\n            {\n                \"essid\": \"NTGR_VMB_1533024093\"\n            },\n            {\n                \"essid\": \"NTGR_VMB_1533249856\"\n            },\n            {\n                \"essid\": \"NTGR_VMB_1533350468\"\n            },\n            {\n                \"essid\": \"NTGR_VMB_1533390242\"\n            },\n            {\n                \"essid\": \"NTGR_VMB_1533429548\"\n            },\n            {\n                \"essid\": \"NTGR_VMB_1534970336\"\n            },\n            {\n                \"essid\": \"NTGR_VMB_1538014988\"\n            },\n            {\n                \"essid\": \"NTGR_VMB_1539216462\"\n            },\n            {\n                \"essid\": \"NTGR_VMB_1539356690\"\n            },\n            {\n                \"essid\": \"NTGR_VMB_1543264999\"\n            },\n            {\n                \"essid\": \"NTGR_VMB_1543458492\"\n            },\n            {\n                \"essid\": \"NTGR_VMB_4008192159\"\n            },\n            {\n                \"essid\": \"NTGR_VMB_5797861214\"\n            },\n            {\n                \"essid\": \"NTGR_VMB_9081125037\"\n            },\n            {\n                \"essid\": \"NTGR_VMB_9106837671\"\n            },\n            {\n                \"essid\": \"NTGR_VMB_9312720645\"\n            },\n            {\n                \"essid\": \"NTGR_w2sz3\"\n            },\n            {\n                \"essid\": \"ntmkbolt\"\n            },\n            {\n                \"essid\": \"NTOGIGuest\"\n            },\n            {\n                \"essid\": \"N-Trans\"\n            },\n            {\n                \"essid\": \"NT Volt\"\n            },\n            {\n                \"essid\": \"Nugget\"\n            },\n            {\n                \"essid\": \"Number13\"\n            },\n            {\n                \"essid\": \"Nunez1\"\n            },\n            {\n                \"essid\": \"Nunez 1\"\n            },\n            {\n                \"essid\": \"NunUrBiZniz\"\n            },\n            {\n                \"essid\": \"Nuriddin Law Company\"\n            },\n            {\n                \"essid\": \"Nuriddin Law Company Guest\"\n            },\n            {\n                \"essid\": \"nursejen\"\n            },\n            {\n                \"essid\": \"nuts\"\n            },\n            {\n                \"essid\": \"Nutz\"\n            },\n            {\n                \"essid\": \"NUU A4L\"\n            },\n            {\n                \"essid\": \"NUU A6L-C 1383\"\n            },\n            {\n                \"essid\": \"NuWhirl2\"\n            },\n            {\n                \"essid\": \"nvhsm13\"\n            },\n            {\n                \"essid\": \"NVR542b57043c09\"\n            },\n            {\n                \"essid\": \"NVR542b570466e9\"\n            },\n            {\n                \"essid\": \"NVR542b5707c643\"\n            },\n            {\n                \"essid\": \"NVR542b57090e8f\"\n            },\n            {\n                \"essid\": \"NVR9ca3a93d\"\n            },\n            {\n                \"essid\": \"NVR9ca3a93de836\"\n            },\n            {\n                \"essid\": \"NVT_CARDV1624\"\n            },\n            {\n                \"essid\": \"NVT_CARDV5c01\"\n            },\n            {\n                \"essid\": \"NVT_CARDV8c00\"\n            },\n            {\n                \"essid\": \"nwcanuck\"\n            },\n            {\n                \"essid\": \"NWC WLAN\"\n            },\n            {\n                \"essid\": \"nwgutter\"\n            },\n            {\n                \"essid\": \"NWR8565\"\n            },\n            {\n                \"essid\": \"NWVOX\"\n            },\n            {\n                \"essid\": \"NX606J_lovia\"\n            },\n            {\n                \"essid\": \"Nya Spark\"\n            },\n            {\n                \"essid\": \"Nylenna D. Polite\"\n            },\n            {\n                \"essid\": \"NY Rangers 1994\"\n            },\n            {\n                \"essid\": \"nysncsucks4\"\n            },\n            {\n                \"essid\": \"Nz2JgZQ81jUj9hH\"\n            },\n            {\n                \"essid\": \"nz81yx-2.4\"\n            },\n            {\n                \"essid\": \"O1FU2QUTRUwghcC\"\n            },\n            {\n                \"essid\": \"#o4D@n!3LS3b@$+1@N<B\"\n            },\n            {\n                \"essid\": \"OAGuest\"\n            },\n            {\n                \"essid\": \"OakArtsHotspot22\"\n            },\n            {\n                \"essid\": \"OakBluff2532\"\n            },\n            {\n                \"essid\": \"oakgrove5\"\n            },\n            {\n                \"essid\": \"oakhill_24\"\n            },\n            {\n                \"essid\": \"oakhill_24_guest\"\n            },\n            {\n                \"essid\": \"oakhill_24lowerschoolEXT\"\n            },\n            {\n                \"essid\": \"Oakland\"\n            },\n            {\n                \"essid\": \"Oakley\"\n            },\n            {\n                \"essid\": \"Oaklie2\"\n            },\n            {\n                \"essid\": \"Oaks-Resident\"\n            },\n            {\n                \"essid\": \"oakwifi\"\n            },\n            {\n                \"essid\": \"oakwifi2\"\n            },\n            {\n                \"essid\": \"Oathbringer\"\n            },\n            {\n                \"essid\": \"Oat straw\"\n            },\n            {\n                \"essid\": \"Obadina\"\n            },\n            {\n                \"essid\": \"Obba-ashe\"\n            },\n            {\n                \"essid\": \"OBC710041654\"\n            },\n            {\n                \"essid\": \"OBC712042423\"\n            },\n            {\n                \"essid\": \"OBC724050067\"\n            },\n            {\n                \"essid\": \"OBC724050081\"\n            },\n            {\n                \"essid\": \"OBC731056002\"\n            },\n            {\n                \"essid\": \"OBC731056061\"\n            },\n            {\n                \"essid\": \"OBC734058288\"\n            },\n            {\n                \"essid\": \"OBC734058527\"\n            },\n            {\n                \"essid\": \"OBC734058579\"\n            },\n            {\n                \"essid\": \"OBC734058675\"\n            },\n            {\n                \"essid\": \"OBC734058752\"\n            },\n            {\n                \"essid\": \"OBC737061389\"\n            },\n            {\n                \"essid\": \"OBC738061903\"\n            },\n            {\n                \"essid\": \"OBC738061915\"\n            },\n            {\n                \"essid\": \"OBC741063980\"\n            },\n            {\n                \"essid\": \"OBC741063992\"\n            },\n            {\n                \"essid\": \"OBC742064695\"\n            },\n            {\n                \"essid\": \"OBC748291\"\n            },\n            {\n                \"essid\": \"OBC810076164\"\n            },\n            {\n                \"essid\": \"OBD_AP29330\"\n            },\n            {\n                \"essid\": \"OBDCHECK\"\n            },\n            {\n                \"essid\": \"Obi One\"\n            },\n            {\n                \"essid\": \"Oblique\"\n            },\n            {\n                \"essid\": \"OBS_Internal\"\n            },\n            {\n                \"essid\": \"OCATL\"\n            },\n            {\n                \"essid\": \"Occiput17\"\n            },\n            {\n                \"essid\": \"OCC Sanctuary 2.4\"\n            },\n            {\n                \"essid\": \"OCEAN_83DC69\"\n            },\n            {\n                \"essid\": \"Oceanos MiFi 2.4GHz\"\n            },\n            {\n                \"essid\": \"OCG\"\n            },\n            {\n                \"essid\": \"OCG_Guest\"\n            },\n            {\n                \"essid\": \"O'Charley's\"\n            },\n            {\n                \"essid\": \"Ochoa1972\"\n            },\n            {\n                \"essid\": \"ochos\"\n            },\n            {\n                \"essid\": \"OCLT70451037_Network\"\n            },\n            {\n                \"essid\": \"OCLU_CAMERA_425212\"\n            },\n            {\n                \"essid\": \"ocooney\"\n            },\n            {\n                \"essid\": \"oct1660\"\n            },\n            {\n                \"essid\": \"OctaGonz\"\n            },\n            {\n                \"essid\": \"Odale\"\n            },\n            {\n                \"essid\": \"Odale5G\"\n            },\n            {\n                \"essid\": \"odd eh see\"\n            },\n            {\n                \"essid\": \"OddestKi Nimbus\"\n            },\n            {\n                \"essid\": \"od_display\"\n            },\n            {\n                \"essid\": \"Oddyssey\"\n            },\n            {\n                \"essid\": \"ODFLyard\"\n            },\n            {\n                \"essid\": \"ODSN\"\n            },\n            {\n                \"essid\": \"Odyssey\"\n            },\n            {\n                \"essid\": \"oe\"\n            },\n            {\n                \"essid\": \"OFDATTInt\"\n            },\n            {\n                \"essid\": \"OFDWireless\"\n            },\n            {\n                \"essid\": \"office\"\n            },\n            {\n                \"essid\": \"Office\"\n            },\n            {\n                \"essid\": \"OFFICE\"\n            },\n            {\n                \"essid\": \"officedepot\"\n            },\n            {\n                \"essid\": \"Office Display\"\n            },\n            {\n                \"essid\": \"Office Display.e000\"\n            },\n            {\n                \"essid\": \"Office Home.k\"\n            },\n            {\n                \"essid\": \"OfficeInternal\"\n            },\n            {\n                \"essid\": \"Office Network\"\n            },\n            {\n                \"essid\": \"Office speaker.a\"\n            },\n            {\n                \"essid\": \"Office Speaker.n009\"\n            },\n            {\n                \"essid\": \"Office speaker.o\"\n            },\n            {\n                \"essid\": \"Office TV\"\n            },\n            {\n                \"essid\": \"Office TV.b\"\n            },\n            {\n                \"essid\": \"Office TV.v\"\n            },\n            {\n                \"essid\": \"Office Wifi.1B74.ybc\"\n            },\n            {\n                \"essid\": \"Offthetop\"\n            },\n            {\n                \"essid\": \"ofsguest\"\n            },\n            {\n                \"essid\": \"ofswifi-psk\"\n            },\n            {\n                \"essid\": \"OG\"\n            },\n            {\n                \"essid\": \"OGEEE\"\n            },\n            {\n                \"essid\": \"OGMOSC\"\n            },\n            {\n                \"essid\": \"OGTUTORING!\"\n            },\n            {\n                \"essid\": \"OGTUTORING!-guest\"\n            },\n            {\n                \"essid\": \"Oh\"\n            },\n            {\n                \"essid\": \"Oh Crap\"\n            },\n            {\n                \"essid\": \"Ohome\"\n            },\n            {\n                \"essid\": \"OHS\"\n            },\n            {\n                \"essid\": \"Ojuelos2-4\"\n            },\n            {\n                \"essid\": \"okapi\"\n            },\n            {\n                \"essid\": \"Okaypeach\"\n            },\n            {\n                \"essid\": \"OKEEFE\"\n            },\n            {\n                \"essid\": \"OKHOUSE2.4\"\n            },\n            {\n                \"essid\": \"OKiAMniCEnoW\"\n            },\n            {\n                \"essid\": \"olafliveshere\"\n            },\n            {\n                \"essid\": \"Olakfoat\"\n            },\n            {\n                \"essid\": \"OLD FOUNTAIN GUEST\"\n            },\n            {\n                \"essid\": \"OldFountainTavern-2.4\"\n            },\n            {\n                \"essid\": \"Oldham3300\"\n            },\n            {\n                \"essid\": \"old_peachtree\"\n            },\n            {\n                \"essid\": \"Old Spirrus\"\n            },\n            {\n                \"essid\": \"OLE Mobile COM\"\n            },\n            {\n                \"essid\": \"Ole Pearl\"\n            },\n            {\n                \"essid\": \"Oligreg\"\n            },\n            {\n                \"essid\": \"Oliphant Equinox\"\n            },\n            {\n                \"essid\": \"olivero\"\n            },\n            {\n                \"essid\": \"Oliver Peterson\"\n            },\n            {\n                \"essid\": \"Olivers-World\"\n            },\n            {\n                \"essid\": \"olivia\"\n            },\n            {\n                \"essid\": \"Olsen Volt\"\n            },\n            {\n                \"essid\": \"Oluwa_tee\"\n            },\n            {\n                \"essid\": \"olvin\"\n            },\n            {\n                \"essid\": \"OlyMp\"\n            },\n            {\n                \"essid\": \"Olympus\"\n            },\n            {\n                \"essid\": \"omalley\"\n            },\n            {\n                \"essid\": \"Omar\\\\342\\\\200\\\\231s iPhone\"\n            },\n            {\n                \"essid\": \"omarchiqui\"\n            },\n            {\n                \"essid\": \"Omar's 20Ultra \"\n            },\n            {\n                \"essid\": \"Omars Camaro\"\n            },\n            {\n                \"essid\": \"Omar’s iPhone\"\n            },\n            {\n                \"essid\": \"Omars Volt\"\n            },\n            {\n                \"essid\": \"omar ubaldo\"\n            },\n            {\n                \"essid\": \"Omega333\"\n            },\n            {\n                \"essid\": \"Omer’s Phone\"\n            },\n            {\n                \"essid\": \"oMGSFFD5488\"\n            },\n            {\n                \"essid\": \"OM NAMAH SHIVAYA\"\n            },\n            {\n                \"essid\": \"Omni10_Setup_B9A\"\n            },\n            {\n                \"essid\": \"Omni Guest\"\n            },\n            {\n                \"essid\": \"Omni Lobby\"\n            },\n            {\n                \"essid\": \"Omnitracs-806CF8\"\n            },\n            {\n                \"essid\": \"Omnitracs-807FC7\"\n            },\n            {\n                \"essid\": \"Omnitracs-8083E8\"\n            },\n            {\n                \"essid\": \"Omnitracs-8084EA\"\n            },\n            {\n                \"essid\": \"Omnitracs-8089E8\"\n            },\n            {\n                \"essid\": \"Omnitracs-8094AA\"\n            },\n            {\n                \"essid\": \"Omnitracs-8095C8\"\n            },\n            {\n                \"essid\": \"Omnitracs-8098F1\"\n            },\n            {\n                \"essid\": \"Omnitracs-809B52\"\n            },\n            {\n                \"essid\": \"Omnitracs-809BD2\"\n            },\n            {\n                \"essid\": \"Omnitracs-80ABD5\"\n            },\n            {\n                \"essid\": \"Omnitracs-80B8D6\"\n            },\n            {\n                \"essid\": \"Omnitracs-80B972\"\n            },\n            {\n                \"essid\": \"Omnitracs-80C0A5\"\n            },\n            {\n                \"essid\": \"Omnitracs-80C141\"\n            },\n            {\n                \"essid\": \"Omnitracs-80C156\"\n            },\n            {\n                \"essid\": \"Omnitracs-80C21E\"\n            },\n            {\n                \"essid\": \"Omnitracs-80C548\"\n            },\n            {\n                \"essid\": \"Omnitracs-80C549\"\n            },\n            {\n                \"essid\": \"Omnitracs-80CA9D\"\n            },\n            {\n                \"essid\": \"Omnitracs-80D26E\"\n            },\n            {\n                \"essid\": \"Omnitracs-80D7CC\"\n            },\n            {\n                \"essid\": \"Omnitracs-80E186\"\n            },\n            {\n                \"essid\": \"Omnitracs-80E2C8\"\n            },\n            {\n                \"essid\": \"Omnitracs-80E91B\"\n            },\n            {\n                \"essid\": \"Omnitracs-80E9ED\"\n            },\n            {\n                \"essid\": \"Omnitracs-80F806\"\n            },\n            {\n                \"essid\": \"Omnitracs-80FADC\"\n            },\n            {\n                \"essid\": \"Omnitracs-80FAE3\"\n            },\n            {\n                \"essid\": \"Omnitracs-80FF5B\"\n            },\n            {\n                \"essid\": \"Omnitracs-810331\"\n            },\n            {\n                \"essid\": \"Omnitracs-81109D\"\n            },\n            {\n                \"essid\": \"Omnitracs-811A15\"\n            },\n            {\n                \"essid\": \"Omnitracs-812F84\"\n            },\n            {\n                \"essid\": \"Omnitracs-813BA5\"\n            },\n            {\n                \"essid\": \"Omnitracs-814238\"\n            },\n            {\n                \"essid\": \"Omnitracs-826EEB\"\n            },\n            {\n                \"essid\": \"Omnitracs-826EF9\"\n            },\n            {\n                \"essid\": \"Omnitracs-8275BC\"\n            },\n            {\n                \"essid\": \"Omnitracs-827BED\"\n            },\n            {\n                \"essid\": \"Omnitracs-827DBE\"\n            },\n            {\n                \"essid\": \"Omnitracs-827DD2\"\n            },\n            {\n                \"essid\": \"Omnitracs-828413\"\n            },\n            {\n                \"essid\": \"Omnitracs-8309A1\"\n            },\n            {\n                \"essid\": \"Omnitracs-830B94\"\n            },\n            {\n                \"essid\": \"Omnitracs-83193D\"\n            },\n            {\n                \"essid\": \"Omnitracs-831ADB\"\n            },\n            {\n                \"essid\": \"Omnitracs-831DFB\"\n            },\n            {\n                \"essid\": \"Omnitracs-831E1C\"\n            },\n            {\n                \"essid\": \"Omnitracs-831EBD\"\n            },\n            {\n                \"essid\": \"Omnitracs-831FAD\"\n            },\n            {\n                \"essid\": \"Omnitracs-8321E3\"\n            },\n            {\n                \"essid\": \"Omnitracs-832AD4\"\n            },\n            {\n                \"essid\": \"Omnitracs-833D8D\"\n            },\n            {\n                \"essid\": \"Omnitracs-83405D\"\n            },\n            {\n                \"essid\": \"Omnitracs-834304\"\n            },\n            {\n                \"essid\": \"Omnitracs-834C16\"\n            },\n            {\n                \"essid\": \"Omnitracs-834DC1\"\n            },\n            {\n                \"essid\": \"Omnitracs-834DDB\"\n            },\n            {\n                \"essid\": \"Omnitracs-83567D\"\n            },\n            {\n                \"essid\": \"Omnitracs-835885\"\n            },\n            {\n                \"essid\": \"Omnitracs-83590B\"\n            },\n            {\n                \"essid\": \"Omnitracs-835929\"\n            },\n            {\n                \"essid\": \"Omnitracs-835AB6\"\n            },\n            {\n                \"essid\": \"Omnitracs-835AB8\"\n            },\n            {\n                \"essid\": \"Omnitracs-83663C\"\n            },\n            {\n                \"essid\": \"Omnitracs-837882\"\n            },\n            {\n                \"essid\": \"Omnitracs-838B6B\"\n            },\n            {\n                \"essid\": \"Omnitracs-838B99\"\n            },\n            {\n                \"essid\": \"Omnitracs-838CB2\"\n            },\n            {\n                \"essid\": \"Omnitracs-838F05\"\n            },\n            {\n                \"essid\": \"Omnitracs-839241\"\n            },\n            {\n                \"essid\": \"Omnitracs-8395D7\"\n            },\n            {\n                \"essid\": \"Omnitracs-839A8E\"\n            },\n            {\n                \"essid\": \"Omnitracs-839C4C\"\n            },\n            {\n                \"essid\": \"Omnitracs-83A48F\"\n            },\n            {\n                \"essid\": \"Omnitracs-83A77F\"\n            },\n            {\n                \"essid\": \"Omnitracs-83A852\"\n            },\n            {\n                \"essid\": \"Omnitracs-83ABFC\"\n            },\n            {\n                \"essid\": \"Omnitracs-83B8D1\"\n            },\n            {\n                \"essid\": \"Omnitracs-83C3EA\"\n            },\n            {\n                \"essid\": \"Omnitracs-83D368\"\n            },\n            {\n                \"essid\": \"Omnitracs-83D852\"\n            },\n            {\n                \"essid\": \"Omnitracs-83D93B\"\n            },\n            {\n                \"essid\": \"Omnitracs-83E7D8\"\n            },\n            {\n                \"essid\": \"Omnitracs-83EB23\"\n            },\n            {\n                \"essid\": \"Omnitracs-83F65C\"\n            },\n            {\n                \"essid\": \"Omnitracs-83FA79\"\n            },\n            {\n                \"essid\": \"Omnitracs-83FAAA\"\n            },\n            {\n                \"essid\": \"Omnitracs-83FAC8\"\n            },\n            {\n                \"essid\": \"Omnitracs-83FB86\"\n            },\n            {\n                \"essid\": \"Omnitracs-83FC5A\"\n            },\n            {\n                \"essid\": \"Omnitracs-83FC68\"\n            },\n            {\n                \"essid\": \"Omnitracs-840081\"\n            },\n            {\n                \"essid\": \"Omnitracs-F262AA\"\n            },\n            {\n                \"essid\": \"Omnitracs-F278AF\"\n            },\n            {\n                \"essid\": \"Omnitracs-F28075\"\n            },\n            {\n                \"essid\": \"Omnitracs-F2838B\"\n            },\n            {\n                \"essid\": \"Omnitracs-F28ED1\"\n            },\n            {\n                \"essid\": \"Omnitracs-F2920F\"\n            },\n            {\n                \"essid\": \"Omnitracs-F2934C\"\n            },\n            {\n                \"essid\": \"Omnitracs-F2AD5E\"\n            },\n            {\n                \"essid\": \"Omnitracs-F2C55F\"\n            },\n            {\n                \"essid\": \"Omotosho\"\n            },\n            {\n                \"essid\": \"Omotosho-guest\"\n            },\n            {\n                \"essid\": \"OMW2YBH\"\n            },\n            {\n                \"essid\": \"Onboarding\"\n            },\n            {\n                \"essid\": \"ONCE_UPON_A_CHILD\"\n            },\n            {\n                \"essid\": \"Onebigfamily\"\n            },\n            {\n                \"essid\": \"onebigman\"\n            },\n            {\n                \"essid\": \"One Call Services Chevy\"\n            },\n            {\n                \"essid\": \"ONEPLUs\"\n            },\n            {\n                \"essid\": \"ONEPLUS\"\n            },\n            {\n                \"essid\": \"oneplus2\"\n            },\n            {\n                \"essid\": \"OnePlus2\"\n            },\n            {\n                \"essid\": \"OnePlus3\"\n            },\n            {\n                \"essid\": \"OnePlus 5T\"\n            },\n            {\n                \"essid\": \"OnePlus 6\"\n            },\n            {\n                \"essid\": \"OnePlus 6T\"\n            },\n            {\n                \"essid\": \"OnePlus 6T-2eb2\"\n            },\n            {\n                \"essid\": \"OnePlus 6T-9b88\"\n            },\n            {\n                \"essid\": \"OnePlus 6T-Abrami\"\n            },\n            {\n                \"essid\": \"OnePlus 6T-c927\"\n            },\n            {\n                \"essid\": \"OnePlus 6T-d1f2\"\n            },\n            {\n                \"essid\": \"OnePlus 7\"\n            },\n            {\n                \"essid\": \"OnePlus 7P\"\n            },\n            {\n                \"essid\": \"One plus7 pro\"\n            },\n            {\n                \"essid\": \"OnePlus 7 Pro\"\n            },\n            {\n                \"essid\": \"OnePlus 7 Pro-01df\"\n            },\n            {\n                \"essid\": \"OnePlus 7 Pro-0661\"\n            },\n            {\n                \"essid\": \"OnePlus 7 Pro-510\"\n            },\n            {\n                \"essid\": \"OnePlus 7 Pro-a337\"\n            },\n            {\n                \"essid\": \"OnePlus 7 Pro-aff5\"\n            },\n            {\n                \"essid\": \"OnePlus 7 Pro-b955\"\n            },\n            {\n                \"essid\": \"OnePlus 7T\"\n            },\n            {\n                \"essid\": \"OnePlus 7T-4a50\"\n            },\n            {\n                \"essid\": \"OnePlus 7T-5f01\"\n            },\n            {\n                \"essid\": \"OnePlus 8T\"\n            },\n            {\n                \"essid\": \"OnePlusMor\"\n            },\n            {\n                \"essid\": \"OnePlus Nord N100-9bd3\"\n            },\n            {\n                \"essid\": \"OnePlus Nord N100-bdd9\"\n            },\n            {\n                \"essid\": \"OnePlus Nord N100-ce3f\"\n            },\n            {\n                \"essid\": \"OnePlus Nord N10 5G\"\n            },\n            {\n                \"essid\": \"OnePlus Nord N10 5G-0af8\"\n            },\n            {\n                \"essid\": \"OnePlus Nord N10 5G-7d8d\"\n            },\n            {\n                \"essid\": \"OnePlus Nord N10 5G-c4f5\"\n            },\n            {\n                \"essid\": \"OnePlus Nord N10 5G-d03b\"\n            },\n            {\n                \"essid\": \"OneTimeOnly\"\n            },\n            {\n                \"essid\": \"onpointsecurity\"\n            },\n            {\n                \"essid\": \"Onstar\"\n            },\n            {\n                \"essid\": \"Onstar Holsen\"\n            },\n            {\n                \"essid\": \"onstarwifi\"\n            },\n            {\n                \"essid\": \"OnTed13\"\n            },\n            {\n                \"essid\": \"onthecross\"\n            },\n            {\n                \"essid\": \"OntheDLFI\"\n            },\n            {\n                \"essid\": \"OnTheGo\"\n            },\n            {\n                \"essid\": \"OnTheMove\"\n            },\n            {\n                \"essid\": \"ONYX\"\n            },\n            {\n                \"essid\": \"OO\"\n            },\n            {\n                \"essid\": \"**O_O**\"\n            },\n            {\n                \"essid\": \"oofxc90\"\n            },\n            {\n                \"essid\": \"Oolong\"\n            },\n            {\n                \"essid\": \"OoooMgosh\"\n            },\n            {\n                \"essid\": \"oops\"\n            },\n            {\n                \"essid\": \"OOTB\"\n            },\n            {\n                \"essid\": \"oPad\"\n            },\n            {\n                \"essid\": \"Opal\"\n            },\n            {\n                \"essid\": \"opc2500\"\n            },\n            {\n                \"essid\": \"Opendoor WiFi\"\n            },\n            {\n                \"essid\": \"Open Garden\"\n            },\n            {\n                \"essid\": \"open-mesh\"\n            },\n            {\n                \"essid\": \"OpenSesame\"\n            },\n            {\n                \"essid\": \"opozufjH_2_4GHz\"\n            },\n            {\n                \"essid\": \"oppc\"\n            },\n            {\n                \"essid\": \"OPPO Find X\"\n            },\n            {\n                \"essid\": \"OPPO Find X3 Pro\"\n            },\n            {\n                \"essid\": \"OppyHotspot4928\"\n            },\n            {\n                \"essid\": \"OpShield 221\"\n            },\n            {\n                \"essid\": \"OpShield Mesh 225\"\n            },\n            {\n                \"essid\": \"OptimalHearing\"\n            },\n            {\n                \"essid\": \"OptionsWireless\"\n            },\n            {\n                \"essid\": \"Optix Wifi\"\n            },\n            {\n                \"essid\": \"Oranetheory Fitness HamiltonMill\"\n            },\n            {\n                \"essid\": \"orange12\"\n            },\n            {\n                \"essid\": \"Orange B\"\n            },\n            {\n                \"essid\": \"OrangeFire\"\n            },\n            {\n                \"essid\": \"orange magic\"\n            },\n            {\n                \"essid\": \"OrangePixalation\"\n            },\n            {\n                \"essid\": \"Orange SF\"\n            },\n            {\n                \"essid\": \"Orangetheory Fitness Sugar Hill\"\n            },\n            {\n                \"essid\": \"orangina\"\n            },\n            {\n                \"essid\": \"ORBI\"\n            },\n            {\n                \"essid\": \"ORBI00\"\n            },\n            {\n                \"essid\": \"ORBI04\"\n            },\n            {\n                \"essid\": \"ORBI08\"\n            },\n            {\n                \"essid\": \"ORBI09\"\n            },\n            {\n                \"essid\": \"ORBI12\"\n            },\n            {\n                \"essid\": \"ORBI13\"\n            },\n            {\n                \"essid\": \"ORBI26\"\n            },\n            {\n                \"essid\": \"ORBI29\"\n            },\n            {\n                \"essid\": \"ORBI30\"\n            },\n            {\n                \"essid\": \"ORBI37\"\n            },\n            {\n                \"essid\": \"ORBI38\"\n            },\n            {\n                \"essid\": \"ORBI43\"\n            },\n            {\n                \"essid\": \"ORBI46\"\n            },\n            {\n                \"essid\": \"ORBI49\"\n            },\n            {\n                \"essid\": \"ORBI50\"\n            },\n            {\n                \"essid\": \"ORBI61\"\n            },\n            {\n                \"essid\": \"ORBI78\"\n            },\n            {\n                \"essid\": \"ORBI79\"\n            },\n            {\n                \"essid\": \"ORBI82\"\n            },\n            {\n                \"essid\": \"ORBI83\"\n            },\n            {\n                \"essid\": \"ORBI83-Guest\"\n            },\n            {\n                \"essid\": \"ORBI87\"\n            },\n            {\n                \"essid\": \"ORBI88\"\n            },\n            {\n                \"essid\": \"ORBI89-2\"\n            },\n            {\n                \"essid\": \"ORBI92\"\n            },\n            {\n                \"essid\": \"Orbi_setup\"\n            },\n            {\n                \"essid\": \"Orbit-530-c1ae\"\n            },\n            {\n                \"essid\": \"Orbit_950_M5_7d98a9\"\n            },\n            {\n                \"essid\": \"ORBIWEV\"\n            },\n            {\n                \"essid\": \"Orcamobi\"\n            },\n            {\n                \"essid\": \"OrderUp\"\n            },\n            {\n                \"essid\": \"Ordy's Rectangle\"\n            },\n            {\n                \"essid\": \"organize4u\"\n            },\n            {\n                \"essid\": \"Orgin2\"\n            },\n            {\n                \"essid\": \"Oriana’s iPhone\"\n            },\n            {\n                \"essid\": \"Origin_Studio-2G\"\n            },\n            {\n                \"essid\": \"orinda\"\n            },\n            {\n                \"essid\": \"Oris Bolt\"\n            },\n            {\n                \"essid\": \"orlandomagic\"\n            },\n            {\n                \"essid\": \"Orlando Ranger\"\n            },\n            {\n                \"essid\": \"ORLANDO RANGER\"\n            },\n            {\n                \"essid\": \"Orodruin\"\n            },\n            {\n                \"essid\": \"Orsini\"\n            },\n            {\n                \"essid\": \"Ortabolt\"\n            },\n            {\n                \"essid\": \"Ortegas17\"\n            },\n            {\n                \"essid\": \"OrtizFamHome\"\n            },\n            {\n                \"essid\": \"osahom10\"\n            },\n            {\n                \"essid\": \"osahome-2.4\"\n            },\n            {\n                \"essid\": \"Osama’s iPhone\"\n            },\n            {\n                \"essid\": \"Osburn 2.4ghz\"\n            },\n            {\n                \"essid\": \"Osburn 5ghz\"\n            },\n            {\n                \"essid\": \"oscar\"\n            },\n            {\n                \"essid\": \"Oscar01\"\n            },\n            {\n                \"essid\": \"Oscar\\\\342\\\\200\\\\231s iPhone\"\n            },\n            {\n                \"essid\": \"oscarwifi\"\n            },\n            {\n                \"essid\": \"OSCP_Galleria\"\n            },\n            {\n                \"essid\": \"O's hotspot\"\n            },\n            {\n                \"essid\": \"O’s iPhone\"\n            },\n            {\n                \"essid\": \"Osiris\"\n            },\n            {\n                \"essid\": \"Oski\"\n            },\n            {\n                \"essid\": \"Oskr\"\n            },\n            {\n                \"essid\": \"Osman Truck\"\n            },\n            {\n                \"essid\": \"OsorioFam\"\n            },\n            {\n                \"essid\": \"OsorioFam_2GEXT\"\n            },\n            {\n                \"essid\": \"Os Sierra\"\n            },\n            {\n                \"essid\": \"Oswaldo WiFi\"\n            },\n            {\n                \"essid\": \"OSWEGOSNOW_2.4\"\n            },\n            {\n                \"essid\": \"Osy’s iPhone\"\n            },\n            {\n                \"essid\": \"Otis\"\n            },\n            {\n                \"essid\": \"OT Limo\"\n            },\n            {\n                \"essid\": \"ottainet\"\n            },\n            {\n                \"essid\": \"Otterbobo\"\n            },\n            {\n                \"essid\": \"ottis willy\"\n            },\n            {\n                \"essid\": \"OttoMax\"\n            },\n            {\n                \"essid\": \"OU812\"\n            },\n            {\n                \"essid\": \"Our Audi\"\n            },\n            {\n                \"essid\": \"OurBelly\"\n            },\n            {\n                \"essid\": \"Our Bolt\"\n            },\n            {\n                \"essid\": \"OUR HOME\"\n            },\n            {\n                \"essid\": \"OurHome6\"\n            },\n            {\n                \"essid\": \"ourhouse\"\n            },\n            {\n                \"essid\": \"OurNetwork_ATT\"\n            },\n            {\n                \"essid\": \"OURS NOT YOURS\"\n            },\n            {\n                \"essid\": \"Outdoor_Repeater\"\n            },\n            {\n                \"essid\": \"OUTLETWIFI\"\n            },\n            {\n                \"essid\": \"OutOfService\"\n            },\n            {\n                \"essid\": \"outside150\"\n            },\n            {\n                \"essid\": \"Ovalles\"\n            },\n            {\n                \"essid\": \"Over9000Fitness\"\n            },\n            {\n                \"essid\": \"OverdrivePro190\"\n            },\n            {\n                \"essid\": \"Overlords\"\n            },\n            {\n                \"essid\": \"ovy\"\n            },\n            {\n                \"essid\": \"owenimpala15\"\n            },\n            {\n                \"essid\": \"Owens Colorado\"\n            },\n            {\n                \"essid\": \"O WiFi da Anhembi é um Lixo\"\n            },\n            {\n                \"essid\": \"Owlet-a0c9a006ba24\"\n            },\n            {\n                \"essid\": \"Oxford Dental Care\"\n            },\n            {\n                \"essid\": \"Oxford Primary\"\n            },\n            {\n                \"essid\": \"Oxford Primary_2GEXT\"\n            },\n            {\n                \"essid\": \"Ozaveshe’s iPhone\"\n            },\n            {\n                \"essid\": \"OZGE's iPhone\"\n            },\n            {\n                \"essid\": \"OZREAL\"\n            },\n            {\n                \"essid\": \"Ozreal1\"\n            },\n            {\n                \"essid\": \"p0046951\\\\342\\\\200\\\\231s iPhone\"\n            },\n            {\n                \"essid\": \"P10 2080x1120 led sign\"\n            },\n            {\n                \"essid\": \"P2PDESKTOP-JNN7V68\"\n            },\n            {\n                \"essid\": \"paandbubbie\"\n            },\n            {\n                \"essid\": \"Pablo 007\"\n            },\n            {\n                \"essid\": \"PabloEscobar\"\n            },\n            {\n                \"essid\": \"pablosierra\"\n            },\n            {\n                \"essid\": \"PabloWifi\"\n            },\n            {\n                \"essid\": \"pacific\"\n            },\n            {\n                \"essid\": \"PacificTech2.4G\"\n            },\n            {\n                \"essid\": \"packattack\"\n            },\n            {\n                \"essid\": \"packunion2013\"\n            },\n            {\n                \"essid\": \"PacLease Wi-fi\"\n            },\n            {\n                \"essid\": \"Pactor\"\n            },\n            {\n                \"essid\": \"pacunion2013\"\n            },\n            {\n                \"essid\": \"Paddys Bolt\"\n            },\n            {\n                \"essid\": \"Paddywagon\"\n            },\n            {\n                \"essid\": \"paezlaw\"\n            },\n            {\n                \"essid\": \"PaganMegan\"\n            },\n            {\n                \"essid\": \"Paga tu wiifi\"\n            },\n            {\n                \"essid\": \"Pagebox\"\n            },\n            {\n                \"essid\": \"Pain-Free\"\n            },\n            {\n                \"essid\": \"pakita90\"\n            },\n            {\n                \"essid\": \"PAKSpark\"\n            },\n            {\n                \"essid\": \"pal7bolt\"\n            },\n            {\n                \"essid\": \"Palacios2480\"\n            },\n            {\n                \"essid\": \"PalacioSantiago\"\n            },\n            {\n                \"essid\": \"palacios wifi\"\n            },\n            {\n                \"essid\": \"Palazzo_Nail_Bar\"\n            },\n            {\n                \"essid\": \"palbertini iPhone iOS 10.3.2 HFL\"\n            },\n            {\n                \"essid\": \"Palm21\"\n            },\n            {\n                \"essid\": \"Palm22\"\n            },\n            {\n                \"essid\": \"Palm22_5G\"\n            },\n            {\n                \"essid\": \"Palm22_5G-2\"\n            },\n            {\n                \"essid\": \"Palmetto Senior Benefits-U\"\n            },\n            {\n                \"essid\": \"Palmtrees1\"\n            },\n            {\n                \"essid\": \"palomi\"\n            },\n            {\n                \"essid\": \"PAMAPAMA\"\n            },\n            {\n                \"essid\": \"PAMBRIMCK\"\n            },\n            {\n                \"essid\": \"Pam CTS\"\n            },\n            {\n                \"essid\": \"pamela\"\n            },\n            {\n                \"essid\": \"Pamela Malibu\"\n            },\n            {\n                \"essid\": \"pamelaxpress\"\n            },\n            {\n                \"essid\": \"Panasonic\"\n            },\n            {\n                \"essid\": \"PancakeHouse\"\n            },\n            {\n                \"essid\": \"Pancake House\"\n            },\n            {\n                \"essid\": \"panchataffy\"\n            },\n            {\n                \"essid\": \"Panchos\"\n            },\n            {\n                \"essid\": \"PandaJr\"\n            },\n            {\n                \"essid\": \"Panda Volt\"\n            },\n            {\n                \"essid\": \"P and D Suburban\"\n            },\n            {\n                \"essid\": \"pandi\"\n            },\n            {\n                \"essid\": \"PANERA\"\n            },\n            {\n                \"essid\": \"Pangitka\"\n            },\n            {\n                \"essid\": \"Pangle\"\n            },\n            {\n                \"essid\": \"PANJOJ\"\n            },\n            {\n                \"essid\": \"Panoz\"\n            },\n            {\n                \"essid\": \"Panoz - Guest\"\n            },\n            {\n                \"essid\": \"Pan’s iPhone\"\n            },\n            {\n                \"essid\": \"panther\"\n            },\n            {\n                \"essid\": \"PANTHERS\"\n            },\n            {\n                \"essid\": \"Papa&Barkley-Wifi\"\n            },\n            {\n                \"essid\": \"PAPAelite\"\n            },\n            {\n                \"essid\": \"PAPAGO!_GoSafe 366_761AD3\"\n            },\n            {\n                \"essid\": \"PAPAGO-N291-a7b4\"\n            },\n            {\n                \"essid\": \"PAPAPA\"\n            },\n            {\n                \"essid\": \"PAPAPA_2GEXT\"\n            },\n            {\n                \"essid\": \"Papas iphone\"\n            },\n            {\n                \"essid\": \"Papa Suburban\"\n            },\n            {\n                \"essid\": \"Papis Cuban Grill Guest\"\n            },\n            {\n                \"essid\": \"Papis Cuban Grill Office\"\n            },\n            {\n                \"essid\": \"Papis Cuban Grill POS\"\n            },\n            {\n                \"essid\": \"Paradigm\"\n            },\n            {\n                \"essid\": \"Paradise\"\n            },\n            {\n                \"essid\": \"Paradmin\\\\342\\\\200\\\\231s iPhone\"\n            },\n            {\n                \"essid\": \"Paradmin’s iPhone\"\n            },\n            {\n                \"essid\": \"Param's iPhone\"\n            },\n            {\n                \"essid\": \"Parc_980-1927\"\n            },\n            {\n                \"essid\": \"Parc980_Guest\"\n            },\n            {\n                \"essid\": \"Parc980_Resident\"\n            },\n            {\n                \"essid\": \"Parchitos\"\n            },\n            {\n                \"essid\": \"Parchitos_Guest\"\n            },\n            {\n                \"essid\": \"parents\\\\342\\\\200\\\\231s iPhone\"\n            },\n            {\n                \"essid\": \"Parhelio_S\"\n            },\n            {\n                \"essid\": \"Paris\"\n            },\n            {\n                \"essid\": \"paris07\"\n            },\n            {\n                \"essid\": \"Paris2004\"\n            },\n            {\n                \"essid\": \"Paris Hair Design\"\n            },\n            {\n                \"essid\": \"PARISHARRIS824\"\n            },\n            {\n                \"essid\": \"Parkadors.mobi\"\n            },\n            {\n                \"essid\": \"Parker Guest\"\n            },\n            {\n                \"essid\": \"Parker G WiFi\"\n            },\n            {\n                \"essid\": \"Parkerson WiFi\"\n            },\n            {\n                \"essid\": \"ParkersTruck\"\n            },\n            {\n                \"essid\": \"Parkey\"\n            },\n            {\n                \"essid\": \"Parks\"\n            },\n            {\n                \"essid\": \"Parks Dream\"\n            },\n            {\n                \"essid\": \"Parkswifi\"\n            },\n            {\n                \"essid\": \"ParkWiFi\"\n            },\n            {\n                \"essid\": \"parnp2go\"\n            },\n            {\n                \"essid\": \"Parra kika\"\n            },\n            {\n                \"essid\": \"Parsons_Visitor\"\n            },\n            {\n                \"essid\": \"partagas\"\n            },\n            {\n                \"essid\": \"Partridge-WiFi\"\n            },\n            {\n                \"essid\": \"partybus\"\n            },\n            {\n                \"essid\": \"PartyCity-Free-WiFi\"\n            },\n            {\n                \"essid\": \"Party on Wayne\"\n            },\n            {\n                \"essid\": \"Party Van\"\n            },\n            {\n                \"essid\": \"Parveen\"\n            },\n            {\n                \"essid\": \"PARWIRELESS\"\n            },\n            {\n                \"essid\": \"pascal but w tires\"\n            },\n            {\n                \"essid\": \"Pascal Guest\"\n            },\n            {\n                \"essid\": \"Pascal Priv\"\n            },\n            {\n                \"essid\": \"PASF05A04212\"\n            },\n            {\n                \"essid\": \"PASF05A04212A\"\n            },\n            {\n                \"essid\": \"PASF05A04212B\"\n            },\n            {\n                \"essid\": \"pasqualessilverado\"\n            },\n            {\n                \"essid\": \"Password\"\n            },\n            {\n                \"essid\": \"pastorD\"\n            },\n            {\n                \"essid\": \"Pat\"\n            },\n            {\n                \"essid\": \"patali\"\n            },\n            {\n                \"essid\": \"Pathway_Solutions\"\n            },\n            {\n                \"essid\": \"Patio Wifi 2.4GHz\"\n            },\n            {\n                \"essid\": \"PatKirkPat\"\n            },\n            {\n                \"essid\": \"PatNik\"\n            },\n            {\n                \"essid\": \"Patola Wiifii BT\"\n            },\n            {\n                \"essid\": \"PATRICIA 1\"\n            },\n            {\n                \"essid\": \"PatriciaCadillac\"\n            },\n            {\n                \"essid\": \"patricia cruze\"\n            },\n            {\n                \"essid\": \"Patricia Impala\"\n            },\n            {\n                \"essid\": \"patriciaschevy\"\n            },\n            {\n                \"essid\": \"patrick\"\n            },\n            {\n                \"essid\": \"PATRICK*A3\"\n            },\n            {\n                \"essid\": \"PatrickCam\"\n            },\n            {\n                \"essid\": \"Patrick Chevy\"\n            },\n            {\n                \"essid\": \"Patrick pascua\"\n            },\n            {\n                \"essid\": \"Patrick Scalise\\\\342\\\\200\\\\231s iPhone\"\n            },\n            {\n                \"essid\": \"Patrick’s iphone\"\n            },\n            {\n                \"essid\": \"Patrick’s iPhone\"\n            },\n            {\n                \"essid\": \"patricks truck\"\n            },\n            {\n                \"essid\": \"Patrick White\"\n            },\n            {\n                \"essid\": \"Patriots\"\n            },\n            {\n                \"essid\": \"Patriotul BV\"\n            },\n            {\n                \"essid\": \"Patrol2399 2.4\"\n            },\n            {\n                \"essid\": \"pats sierra\"\n            },\n            {\n                \"essid\": \"Pattywack\"\n            },\n            {\n                \"essid\": \"pauaful\"\n            },\n            {\n                \"essid\": \"Paul10221962\"\n            },\n            {\n                \"essid\": \"Paul_2GEXT\"\n            },\n            {\n                \"essid\": \"Paul\\\\342\\\\200\\\\231s 128gig iphone 6s\"\n            },\n            {\n                \"essid\": \"Paulandcon\"\n            },\n            {\n                \"essid\": \"paulas hot spot\"\n            },\n            {\n                \"essid\": \"Paula’s iPhone\"\n            },\n            {\n                \"essid\": \"Paulas Volt\"\n            },\n            {\n                \"essid\": \"Paul Ayanfe\"\n            },\n            {\n                \"essid\": \"paulbolt\"\n            },\n            {\n                \"essid\": \"PAULCARTER\"\n            },\n            {\n                \"essid\": \"paul equinox\"\n            },\n            {\n                \"essid\": \"Paule Truck\"\n            },\n            {\n                \"essid\": \"paulhome\"\n            },\n            {\n                \"essid\": \"Pauli Barahona’s iPhone\"\n            },\n            {\n                \"essid\": \"paulinahana\"\n            },\n            {\n                \"essid\": \"PAULINESWIFI\"\n            },\n            {\n                \"essid\": \"paulmartin\"\n            },\n            {\n                \"essid\": \"paulo\"\n            },\n            {\n                \"essid\": \"PaulsCruze\"\n            },\n            {\n                \"essid\": \"Paul's Free Wi-Fi\"\n            },\n            {\n                \"essid\": \"Paul Shahbazian\"\n            },\n            {\n                \"essid\": \"Paul's iPad\"\n            },\n            {\n                \"essid\": \"Paul’s iPhone\"\n            },\n            {\n                \"essid\": \"Pauls Sierra\"\n            },\n            {\n                \"essid\": \"PaulsTruck\"\n            },\n            {\n                \"essid\": \"Pauls Truck\"\n            },\n            {\n                \"essid\": \"Pauls Volt\"\n            },\n            {\n                \"essid\": \"PavaniPhone\"\n            },\n            {\n                \"essid\": \"pave\"\n            },\n            {\n                \"essid\": \"Pavel BMW X1\"\n            },\n            {\n                \"essid\": \"Pavels Truck\"\n            },\n            {\n                \"essid\": \"Pawgs\"\n            },\n            {\n                \"essid\": \"Paws-Pur\"\n            },\n            {\n                \"essid\": \"PAWS-Secure\"\n            },\n            {\n                \"essid\": \"PaxOnDeck800\"\n            },\n            {\n                \"essid\": \"paxventures-wifiranger\"\n            },\n            {\n                \"essid\": \"Payless\"\n            },\n            {\n                \"essid\": \"Payman\"\n            },\n            {\n                \"essid\": \"Pay-to connect.....\"\n            },\n            {\n                \"essid\": \"Pazzoto3773\"\n            },\n            {\n                \"essid\": \"PB\"\n            },\n            {\n                \"essid\": \"PBa\"\n            },\n            {\n                \"essid\": \"PBE-5AC-Gen2:788A2010FB07\"\n            },\n            {\n                \"essid\": \"PBE-5AC-Gen2:F09FC286EBA2\"\n            },\n            {\n                \"essid\": \"PBeernink\"\n            },\n            {\n                \"essid\": \"PBFD Guest Network\"\n            },\n            {\n                \"essid\": \"PBFD WiFi\"\n            },\n            {\n                \"essid\": \"pb-guest\"\n            },\n            {\n                \"essid\": \"pb-print\"\n            },\n            {\n                \"essid\": \"pb-private\"\n            },\n            {\n                \"essid\": \"pb squared\"\n            },\n            {\n                \"essid\": \"pch\"\n            },\n            {\n                \"essid\": \"PCI_HQ_2.4\"\n            },\n            {\n                \"essid\": \"PCP103\"\n            },\n            {\n                \"essid\": \"PCP104\"\n            },\n            {\n                \"essid\": \"PCPH\"\n            },\n            {\n                \"essid\": \"pcsdriver\"\n            },\n            {\n                \"essid\": \"pcshouse\"\n            },\n            {\n                \"essid\": \"PCTSBFWIFI\"\n            },\n            {\n                \"essid\": \"PCW iPhone SE\"\n            },\n            {\n                \"essid\": \"PDi1937\"\n            },\n            {\n                \"essid\": \"Pe\"\n            },\n            {\n                \"essid\": \"P e a c e\"\n            },\n            {\n                \"essid\": \"PeacefulPassion\"\n            },\n            {\n                \"essid\": \"PeaceOut\"\n            },\n            {\n                \"essid\": \"Peachdrop40\"\n            },\n            {\n                \"essid\": \"Peaches\"\n            },\n            {\n                \"essid\": \"PeachtreeMed-2\"\n            },\n            {\n                \"essid\": \"Pearlswifi\"\n            },\n            {\n                \"essid\": \"PearlWifey\"\n            },\n            {\n                \"essid\": \"PEARSON\"\n            },\n            {\n                \"essid\": \"Pebble\"\n            },\n            {\n                \"essid\": \"Pebbles\"\n            },\n            {\n                \"essid\": \"Pebbles 00\"\n            },\n            {\n                \"essid\": \"PediaKare-24\"\n            },\n            {\n                \"essid\": \"pedrito\"\n            },\n            {\n                \"essid\": \"Pedro56\"\n            },\n            {\n                \"essid\": \"Pedro_Guest_Bar\"\n            },\n            {\n                \"essid\": \"Pedro’s iPhone\"\n            },\n            {\n                \"essid\": \"Pedro's Upstairs Admin\"\n            },\n            {\n                \"essid\": \"Pedro's Upstairs Guest\"\n            },\n            {\n                \"essid\": \"Pedros Wifi\"\n            },\n            {\n                \"essid\": \"pedroWifi\"\n            },\n            {\n                \"essid\": \"Pedrum Denali\"\n            },\n            {\n                \"essid\": \"Pedryn \"\n            },\n            {\n                \"essid\": \"Peekie\"\n            },\n            {\n                \"essid\": \"Peixoto\"\n            },\n            {\n                \"essid\": \"PekingChina\"\n            },\n            {\n                \"essid\": \"Pella’s iPhone\"\n            },\n            {\n                \"essid\": \"Pelo Mellon a Minno\"\n            },\n            {\n                \"essid\": \"pelon915\"\n            },\n            {\n                \"essid\": \"Peluso1\"\n            },\n            {\n                \"essid\": \"P+_Emergency_Mobile_Network\"\n            },\n            {\n                \"essid\": \"Pena Colorado\"\n            },\n            {\n                \"essid\": \"PendShip\"\n            },\n            {\n                \"essid\": \"Penelope\"\n            },\n            {\n                \"essid\": \"Penguin88\"\n            },\n            {\n                \"essid\": \"Peninsula tour2325\"\n            },\n            {\n                \"essid\": \"PeninsulaTour 5015\"\n            },\n            {\n                \"essid\": \"PenisFace\"\n            },\n            {\n                \"essid\": \"penman\"\n            },\n            {\n                \"essid\": \"penny76\"\n            },\n            {\n                \"essid\": \"PennyAbe\"\n            },\n            {\n                \"essid\": \"Penny Iphone\"\n            },\n            {\n                \"essid\": \"PennyLane\"\n            },\n            {\n                \"essid\": \"PENO MEDITERRANEAN GRILL\"\n            },\n            {\n                \"essid\": \"penske dashcam\"\n            },\n            {\n                \"essid\": \"PenskeRestricted\"\n            },\n            {\n                \"essid\": \"PenskeSSO\"\n            },\n            {\n                \"essid\": \"Penthouse 14\"\n            },\n            {\n                \"essid\": \"PEP\"\n            },\n            {\n                \"essid\": \"PepBoysGuest\"\n            },\n            {\n                \"essid\": \"Pepe Bolt wifi\"\n            },\n            {\n                \"essid\": \"Pepper\"\n            },\n            {\n                \"essid\": \"Pepperdust\"\n            },\n            {\n                \"essid\": \"Pepper.Gardens\"\n            },\n            {\n                \"essid\": \"Pepper.Gardens_EXT\"\n            },\n            {\n                \"essid\": \"Pepper.Gardens.guest\"\n            },\n            {\n                \"essid\": \"PepperNet\"\n            },\n            {\n                \"essid\": \"PEPWAVE_2EEF\"\n            },\n            {\n                \"essid\": \"PEPWAVE_5870\"\n            },\n            {\n                \"essid\": \"PEPWAVE_B89A\"\n            },\n            {\n                \"essid\": \"PEPWAVE_FD92\"\n            },\n            {\n                \"essid\": \"PEPWAVE_LS_0010\"\n            },\n            {\n                \"essid\": \"PEPWAVE_LS_0016\"\n            },\n            {\n                \"essid\": \"Peralexta\"\n            },\n            {\n                \"essid\": \"Perc Nowiski\"\n            },\n            {\n                \"essid\": \"peregrino\"\n            },\n            {\n                \"essid\": \"Perez 2015\"\n            },\n            {\n                \"essid\": \"PEREZ GMC\"\n            },\n            {\n                \"essid\": \"PerezMorel's On The Road\"\n            },\n            {\n                \"essid\": \"perez wifi\"\n            },\n            {\n                \"essid\": \"PerezWIFI\"\n            },\n            {\n                \"essid\": \"PerezZz\"\n            },\n            {\n                \"essid\": \"Perfek\"\n            },\n            {\n                \"essid\": \"PerfTest\"\n            },\n            {\n                \"essid\": \"Perimeterspeed-Guest\"\n            },\n            {\n                \"essid\": \"perkinsj\"\n            },\n            {\n                \"essid\": \"Perkins Truck\"\n            },\n            {\n                \"essid\": \"Perla1\"\n            },\n            {\n                \"essid\": \"Perlstien\"\n            },\n            {\n                \"essid\": \"Pernell\"\n            },\n            {\n                \"essid\": \"perotti\"\n            },\n            {\n                \"essid\": \"perps portal\"\n            },\n            {\n                \"essid\": \"Perry36..bp\"\n            },\n            {\n                \"essid\": \"Perry5841\"\n            },\n            {\n                \"essid\": \"perrys sierra\"\n            },\n            {\n                \"essid\": \"PERSONS EQUINOX\"\n            },\n            {\n                \"essid\": \"Peruvianflake\"\n            },\n            {\n                \"essid\": \"Pervis’s iPhone\"\n            },\n            {\n                \"essid\": \"Pescii\"\n            },\n            {\n                \"essid\": \"PestUSA 770-466-6813\"\n            },\n            {\n                \"essid\": \"petar volt\"\n            },\n            {\n                \"essid\": \"PetcoGuests\"\n            },\n            {\n                \"essid\": \"Peter\"\n            },\n            {\n                \"essid\": \"peterngu\"\n            },\n            {\n                \"essid\": \"PETERnJANE\"\n            },\n            {\n                \"essid\": \"Peter Pontacq’s iPhone\"\n            },\n            {\n                \"essid\": \"PETERROEHM\"\n            },\n            {\n                \"essid\": \"PETERSAUDI\"\n            },\n            {\n                \"essid\": \"Peters Bolt\"\n            },\n            {\n                \"essid\": \"PetersCANYON\"\n            },\n            {\n                \"essid\": \"petersierra\"\n            },\n            {\n                \"essid\": \"Peter’s iPhone\"\n            },\n            {\n                \"essid\": \"PetersTerrain\"\n            },\n            {\n                \"essid\": \"Peters Wifi\"\n            },\n            {\n                \"essid\": \"Peters WiFi\"\n            },\n            {\n                \"essid\": \"peter volt\"\n            },\n            {\n                \"essid\": \"petes buick\"\n            },\n            {\n                \"essid\": \"Petes Hotspot\"\n            },\n            {\n                \"essid\": \"petesilverado\"\n            },\n            {\n                \"essid\": \"Pete's iPhone X\"\n            },\n            {\n                \"essid\": \"petes sierra\"\n            },\n            {\n                \"essid\": \"Petes Wifi\"\n            },\n            {\n                \"essid\": \"peteurrea\"\n            },\n            {\n                \"essid\": \"PetPadParty\"\n            },\n            {\n                \"essid\": \"PetraInc-2.4\"\n            },\n            {\n                \"essid\": \"Petro Family\"\n            },\n            {\n                \"essid\": \"PETTY\"\n            },\n            {\n                \"essid\": \"PettyLebelle\"\n            },\n            {\n                \"essid\": \"Pezehead\"\n            },\n            {\n                \"essid\": \"PF137G1S\"\n            },\n            {\n                \"essid\": \"PF137PS6\"\n            },\n            {\n                \"essid\": \"PGATim66\"\n            },\n            {\n                \"essid\": \"PGEpressureGC1\"\n            },\n            {\n                \"essid\": \"PGGuest\"\n            },\n            {\n                \"essid\": \"PGST\"\n            },\n            {\n                \"essid\": \"PG Wireless\"\n            },\n            {\n                \"essid\": \"Ph-1\"\n            },\n            {\n                \"essid\": \"Phamily Google\"\n            },\n            {\n                \"essid\": \"PhantasmV\"\n            },\n            {\n                \"essid\": \"PHANTOM3_06fa31\"\n            },\n            {\n                \"essid\": \"PHASEONE\"\n            },\n            {\n                \"essid\": \"Phawan Rai’s iPhone\"\n            },\n            {\n                \"essid\": \"Phil Holt\"\n            },\n            {\n                \"essid\": \"philip\"\n            },\n            {\n                \"essid\": \"Philip L. Manley CPA\"\n            },\n            {\n                \"essid\": \"PhilipsACCF2333B2AC\"\n            },\n            {\n                \"essid\": \"Philips WiFi\"\n            },\n            {\n                \"essid\": \"PhillipOliverHoles-2.4\"\n            },\n            {\n                \"essid\": \"Phillips\"\n            },\n            {\n                \"essid\": \"PhillipsHouse\"\n            },\n            {\n                \"essid\": \"PhillipsVolt\"\n            },\n            {\n                \"essid\": \"Philly-Bistro-2.4\"\n            },\n            {\n                \"essid\": \"Philly's Wi-Fi Hotspot\"\n            },\n            {\n                \"essid\": \"Philosophy\"\n            },\n            {\n                \"essid\": \"philscar\"\n            },\n            {\n                \"essid\": \"Phil’s iPhone\"\n            },\n            {\n                \"essid\": \"Phils Sierra\"\n            },\n            {\n                \"essid\": \"Phoebe\"\n            },\n            {\n                \"essid\": \"Phoenix\"\n            },\n            {\n                \"essid\": \"Phoenix 3_2b85\"\n            },\n            {\n                \"essid\": \"Phoenix 3_2d84\"\n            },\n            {\n                \"essid\": \"Phoenix 3_4ce7\"\n            },\n            {\n                \"essid\": \"Phoenix 3_949c\"\n            },\n            {\n                \"essid\": \"Phoenix 3_a684\"\n            },\n            {\n                \"essid\": \"Phoenix 4_0cab\"\n            },\n            {\n                \"essid\": \"Phoenix 4_2922\"\n            },\n            {\n                \"essid\": \"Phoenix 4_511d\"\n            },\n            {\n                \"essid\": \"Phoenix6680\"\n            },\n            {\n                \"essid\": \"Phoenix Nest\"\n            },\n            {\n                \"essid\": \"PHONi-messer\"\n            },\n            {\n                \"essid\": \"PhotoLab\"\n            },\n            {\n                \"essid\": \"phreesia\"\n            },\n            {\n                \"essid\": \"Phreshie Iphone7\"\n            },\n            {\n                \"essid\": \"pHTC Desire 530 7716\"\n            },\n            {\n                \"essid\": \"pHTC Desire 626s 1893\"\n            },\n            {\n                \"essid\": \"physhunphool\"\n            },\n            {\n                \"essid\": \"PIAZZA CHEVY\"\n            },\n            {\n                \"essid\": \"Pickup\"\n            },\n            {\n                \"essid\": \"PickVIGlobal\"\n            },\n            {\n                \"essid\": \"PicoDeGallo\"\n            },\n            {\n                \"essid\": \"PicoGogo\"\n            },\n            {\n                \"essid\": \"picSecure-2\"\n            },\n            {\n                \"essid\": \"PictureJackson\"\n            },\n            {\n                \"essid\": \"Pie Machine\"\n            },\n            {\n                \"essid\": \"Piglet\"\n            },\n            {\n                \"essid\": \"Pikachu\"\n            },\n            {\n                \"essid\": \"PilgrimPastor\"\n            },\n            {\n                \"essid\": \"PI LLC\"\n            },\n            {\n                \"essid\": \"PillsWiFi\"\n            },\n            {\n                \"essid\": \"Pilot Enhanced Outdoor\"\n            },\n            {\n                \"essid\": \"Pilot Hotspot\"\n            },\n            {\n                \"essid\": \"PimpDaddy\"\n            },\n            {\n                \"essid\": \"Pimpen847\"\n            },\n            {\n                \"essid\": \"pina\"\n            },\n            {\n                \"essid\": \"Pina\"\n            },\n            {\n                \"essid\": \"Pinball1\"\n            },\n            {\n                \"essid\": \"Pineapple_B803\"\n            },\n            {\n                \"essid\": \"Pineapple_B804\"\n            },\n            {\n                \"essid\": \"Pineapple_C407\"\n            },\n            {\n                \"essid\": \"PineappleSkies\"\n            },\n            {\n                \"essid\": \"Pine_Federal-2.4\"\n            },\n            {\n                \"essid\": \"pinkcase\"\n            },\n            {\n                \"essid\": \"pinkcupcake\"\n            },\n            {\n                \"essid\": \"pinkey equinox\"\n            },\n            {\n                \"essid\": \"Pink Lady\"\n            },\n            {\n                \"essid\": \"pinky\"\n            },\n            {\n                \"essid\": \"Pinns\"\n            },\n            {\n                \"essid\": \"Pinny’s iPhone\"\n            },\n            {\n                \"essid\": \"PinpointDentalLab\"\n            },\n            {\n                \"essid\": \"pioneer\"\n            },\n            {\n                \"essid\": \"Piper1\"\n            },\n            {\n                \"essid\": \"PIPERONE\"\n            },\n            {\n                \"essid\": \"pirateHotspot\"\n            },\n            {\n                \"essid\": \"PIRATE NATION\"\n            },\n            {\n                \"essid\": \"pirateplaypen\"\n            },\n            {\n                \"essid\": \"pirate's cove\"\n            },\n            {\n                \"essid\": \"Pittsburg412\"\n            },\n            {\n                \"essid\": \"Pixel\"\n            },\n            {\n                \"essid\": \"Pixel_1271\"\n            },\n            {\n                \"essid\": \"Pixel_1337\"\n            },\n            {\n                \"essid\": \"Pixel_1464\"\n            },\n            {\n                \"essid\": \"Pixel_1523\"\n            },\n            {\n                \"essid\": \"Pixel_1660\"\n            },\n            {\n                \"essid\": \"Pixel_1673\"\n            },\n            {\n                \"essid\": \"Pixel_1745\"\n            },\n            {\n                \"essid\": \"Pixel_1781\"\n            },\n            {\n                \"essid\": \"Pixel_2\"\n            },\n            {\n                \"essid\": \"Pixel_2044\"\n            },\n            {\n                \"essid\": \"Pixel_2090\"\n            },\n            {\n                \"essid\": \"Pixel_2186\"\n            },\n            {\n                \"essid\": \"Pixel_2274\"\n            },\n            {\n                \"essid\": \"Pixel_2319\"\n            },\n            {\n                \"essid\": \"Pixel_2337\"\n            },\n            {\n                \"essid\": \"Pixel_2463\"\n            },\n            {\n                \"essid\": \"Pixel_2762\"\n            },\n            {\n                \"essid\": \"Pixel_2816\"\n            },\n            {\n                \"essid\": \"Pixel_2835\"\n            },\n            {\n                \"essid\": \"Pixel_2858\"\n            },\n            {\n                \"essid\": \"Pixel 2xl\"\n            },\n            {\n                \"essid\": \"Pixel 2 xl\"\n            },\n            {\n                \"essid\": \"Pixel 2 XL\"\n            },\n            {\n                \"essid\": \"Pixel_3015\"\n            },\n            {\n                \"essid\": \"Pixel_3326\"\n            },\n            {\n                \"essid\": \"Pixel_3345\"\n            },\n            {\n                \"essid\": \"Pixel_3352\"\n            },\n            {\n                \"essid\": \"Pixel_3365\"\n            },\n            {\n                \"essid\": \"Pixel_3758\"\n            },\n            {\n                \"essid\": \"Pixel_3771\"\n            },\n            {\n                \"essid\": \"Pixel_3798\"\n            },\n            {\n                \"essid\": \"Pixel_3856\"\n            },\n            {\n                \"essid\": \"Pixel_3960\"\n            },\n            {\n                \"essid\": \"Pixel 3a - WiFi\"\n            },\n            {\n                \"essid\": \"Pixel 3xl\"\n            },\n            {\n                \"essid\": \"Pixel_4109\"\n            },\n            {\n                \"essid\": \"Pixel_4221\"\n            },\n            {\n                \"essid\": \"Pixel_4370\"\n            },\n            {\n                \"essid\": \"Pixel_4415\"\n            },\n            {\n                \"essid\": \"Pixel_4560\"\n            },\n            {\n                \"essid\": \"Pixel_4685\"\n            },\n            {\n                \"essid\": \"Pixel_4859\"\n            },\n            {\n                \"essid\": \"Pixel_4888\"\n            },\n            {\n                \"essid\": \"Pixel_4892\"\n            },\n            {\n                \"essid\": \"Pixel_5020\"\n            },\n            {\n                \"essid\": \"Pixel_5051\"\n            },\n            {\n                \"essid\": \"Pixel_5183\"\n            },\n            {\n                \"essid\": \"Pixel_5257\"\n            },\n            {\n                \"essid\": \"Pixel_5442\"\n            },\n            {\n                \"essid\": \"Pixel_5588\"\n            },\n            {\n                \"essid\": \"Pixel_5669\"\n            },\n            {\n                \"essid\": \"Pixel_5977\"\n            },\n            {\n                \"essid\": \"Pixel 5 babay\"\n            },\n            {\n                \"essid\": \"Pixel_6001\"\n            },\n            {\n                \"essid\": \"Pixel_6392\"\n            },\n            {\n                \"essid\": \"Pixel_6412\"\n            },\n            {\n                \"essid\": \"Pixel_6718\"\n            },\n            {\n                \"essid\": \"Pixel_6751\"\n            },\n            {\n                \"essid\": \"Pixel_6771\"\n            },\n            {\n                \"essid\": \"Pixel_6786\"\n            },\n            {\n                \"essid\": \"Pixel_6883\"\n            },\n            {\n                \"essid\": \"Pixel_6897\"\n            },\n            {\n                \"essid\": \"Pixel_7092\"\n            },\n            {\n                \"essid\": \"Pixel_7176\"\n            },\n            {\n                \"essid\": \"Pixel_7197\"\n            },\n            {\n                \"essid\": \"Pixel_7208\"\n            },\n            {\n                \"essid\": \"Pixel_7267\"\n            },\n            {\n                \"essid\": \"Pixel_7616\"\n            },\n            {\n                \"essid\": \"Pixel_7666\"\n            },\n            {\n                \"essid\": \"Pixel_7678\"\n            },\n            {\n                \"essid\": \"Pixel_7806\"\n            },\n            {\n                \"essid\": \"Pixel_7833\"\n            },\n            {\n                \"essid\": \"Pixel_7979\"\n            },\n            {\n                \"essid\": \"Pixel_8051\"\n            },\n            {\n                \"essid\": \"Pixel_8104\"\n            },\n            {\n                \"essid\": \"Pixel_8162\"\n            },\n            {\n                \"essid\": \"Pixel_8193\"\n            },\n            {\n                \"essid\": \"Pixel_8259\"\n            },\n            {\n                \"essid\": \"Pixel_8408\"\n            },\n            {\n                \"essid\": \"Pixel_8457\"\n            },\n            {\n                \"essid\": \"Pixel_8576\"\n            },\n            {\n                \"essid\": \"Pixel_8582\"\n            },\n            {\n                \"essid\": \"Pixel_8661\"\n            },\n            {\n                \"essid\": \"Pixel_8765\"\n            },\n            {\n                \"essid\": \"Pixel_8911\"\n            },\n            {\n                \"essid\": \"Pixel_8937\"\n            },\n            {\n                \"essid\": \"Pixel_9023\"\n            },\n            {\n                \"essid\": \"Pixel_9035\"\n            },\n            {\n                \"essid\": \"Pixel_9103\"\n            },\n            {\n                \"essid\": \"Pixel_93\"\n            },\n            {\n                \"essid\": \"Pixel_9403\"\n            },\n            {\n                \"essid\": \"Pixel_9445\"\n            },\n            {\n                \"essid\": \"Pixel_9510\"\n            },\n            {\n                \"essid\": \"Pixel_9515\"\n            },\n            {\n                \"essid\": \"Pixel_9651\"\n            },\n            {\n                \"essid\": \"Pixel_9814\"\n            },\n            {\n                \"essid\": \"Pixel_9953\"\n            },\n            {\n                \"essid\": \"Pixelator\"\n            },\n            {\n                \"essid\": \"Pixel Bomb\"\n            },\n            {\n                \"essid\": \"Pixelbosk\"\n            },\n            {\n                \"essid\": \"PixelFi\"\n            },\n            {\n                \"essid\": \"Pixel_GS HSA\"\n            },\n            {\n                \"essid\": \"Pixel julien\"\n            },\n            {\n                \"essid\": \"Pixel_julien\"\n            },\n            {\n                \"essid\": \"Pixellated\"\n            },\n            {\n                \"essid\": \"Pixel_Mike\"\n            },\n            {\n                \"essid\": \"Pixel of Art\"\n            },\n            {\n                \"essid\": \"PixelOmar\"\n            },\n            {\n                \"essid\": \"PixelScott\"\n            },\n            {\n                \"essid\": \"Pixel WCG\"\n            },\n            {\n                \"essid\": \"Pixel XL 2\"\n            },\n            {\n                \"essid\": \"Pixel_you\"\n            },\n            {\n                \"essid\": \"Pixelz\"\n            },\n            {\n                \"essid\": \"PIXIE\"\n            },\n            {\n                \"essid\": \"PIXIE_GRACIE\"\n            },\n            {\n                \"essid\": \"Pixxy\"\n            },\n            {\n                \"essid\": \"PizzaBoys\"\n            },\n            {\n                \"essid\": \"Pizza Lips\"\n            },\n            {\n                \"essid\": \"PJ-673_0373\"\n            },\n            {\n                \"essid\": \"PJ-673_3322\"\n            },\n            {\n                \"essid\": \"PJ-673_3324\"\n            },\n            {\n                \"essid\": \"PJ-673_3331\"\n            },\n            {\n                \"essid\": \"PJ-673_3337\"\n            },\n            {\n                \"essid\": \"PJ-673_4157\"\n            },\n            {\n                \"essid\": \"PJ-673_4168\"\n            },\n            {\n                \"essid\": \"PJ-673_4244\"\n            },\n            {\n                \"essid\": \"PJ-673_9309\"\n            },\n            {\n                \"essid\": \"PJ-773_15189\"\n            },\n            {\n                \"essid\": \"PJ-773_26815\"\n            },\n            {\n                \"essid\": \"PJ-773_26831\"\n            },\n            {\n                \"essid\": \"PJ-773_30391\"\n            },\n            {\n                \"essid\": \"PJ-773_30394\"\n            },\n            {\n                \"essid\": \"PJ-773_30465\"\n            },\n            {\n                \"essid\": \"PJ-773_30677\"\n            },\n            {\n                \"essid\": \"PJ-773_30748\"\n            },\n            {\n                \"essid\": \"PJ-773_31506\"\n            },\n            {\n                \"essid\": \"PJ-773_31528\"\n            },\n            {\n                \"essid\": \"PJ-773_39910\"\n            },\n            {\n                \"essid\": \"PJ-773_46182\"\n            },\n            {\n                \"essid\": \"PJ-773_51255\"\n            },\n            {\n                \"essid\": \"PJ-773_84582\"\n            },\n            {\n                \"essid\": \"PJ-773_86940\"\n            },\n            {\n                \"essid\": \"pjdouglas54\"\n            },\n            {\n                \"essid\": \"PJG  6\"\n            },\n            {\n                \"essid\": \"pjplpc99\"\n            },\n            {\n                \"essid\": \"PJ Ranch\"\n            },\n            {\n                \"essid\": \"PJ Ranch_2GEXT\"\n            },\n            {\n                \"essid\": \"pjsangel\"\n            },\n            {\n                \"essid\": \"pjs limo\"\n            },\n            {\n                \"essid\": \"PL888\"\n            },\n            {\n                \"essid\": \"Plack Bolt\"\n            },\n            {\n                \"essid\": \"PlanetVegeta\"\n            },\n            {\n                \"essid\": \"PlatinumTowerCafe_EXT\"\n            },\n            {\n                \"essid\": \"Platinum Tower Lobby\"\n            },\n            {\n                \"essid\": \"PlatinumTowerWiFi\"\n            },\n            {\n                \"essid\": \"Platt\"\n            },\n            {\n                \"essid\": \"Platypus\"\n            },\n            {\n                \"essid\": \"PlayFi2Device0599E2\"\n            },\n            {\n                \"essid\": \"Play Planet\"\n            },\n            {\n                \"essid\": \"Play room TV\"\n            },\n            {\n                \"essid\": \"pleasefuckingwork\"\n            },\n            {\n                \"essid\": \"Please Tip Me\"\n            },\n            {\n                \"essid\": \"Plemmons\"\n            },\n            {\n                \"essid\": \"Plenty Unlimited Fleet\"\n            },\n            {\n                \"essid\": \"PLG Bolt\"\n            },\n            {\n                \"essid\": \"PLTN-FFNDMS5DPLJM\"\n            },\n            {\n                \"essid\": \"plugabed\"\n            },\n            {\n                \"essid\": \"Plum\"\n            },\n            {\n                \"essid\": \"PLUM Z709\"\n            },\n            {\n                \"essid\": \"plutoblue\"\n            },\n            {\n                \"essid\": \"plWiFi-NFBA\"\n            },\n            {\n                \"essid\": \"PLYNN\"\n            },\n            {\n                \"essid\": \"pm15faster\"\n            },\n            {\n                \"essid\": \"PMCORP\"\n            },\n            {\n                \"essid\": \"P_Messer_Private\"\n            },\n            {\n                \"essid\": \"PM GROUP\"\n            },\n            {\n                \"essid\": \"PMGUEST\"\n            },\n            {\n                \"essid\": \"P Monrad\"\n            },\n            {\n                \"essid\": \"pnaruto90\"\n            },\n            {\n                \"essid\": \"PNet11001648\"\n            },\n            {\n                \"essid\": \"PNet11001651\"\n            },\n            {\n                \"essid\": \"PNet11001669\"\n            },\n            {\n                \"essid\": \"PNet11002200\"\n            },\n            {\n                \"essid\": \"PNet11002861\"\n            },\n            {\n                \"essid\": \"PNet11003183\"\n            },\n            {\n                \"essid\": \"PNet11003256\"\n            },\n            {\n                \"essid\": \"PNet11003999\"\n            },\n            {\n                \"essid\": \"PNet11004931\"\n            },\n            {\n                \"essid\": \"PNet11005070\"\n            },\n            {\n                \"essid\": \"PNet11005145\"\n            },\n            {\n                \"essid\": \"PNet11005296\"\n            },\n            {\n                \"essid\": \"PNet11005414\"\n            },\n            {\n                \"essid\": \"PNet11005516\"\n            },\n            {\n                \"essid\": \"PNet11005674\"\n            },\n            {\n                \"essid\": \"PNet11006126\"\n            },\n            {\n                \"essid\": \"PNet11006933\"\n            },\n            {\n                \"essid\": \"PNet11007605\"\n            },\n            {\n                \"essid\": \"PNet11007725\"\n            },\n            {\n                \"essid\": \"PNet11009158\"\n            },\n            {\n                \"essid\": \"PNet11009496\"\n            },\n            {\n                \"essid\": \"PNet11010315\"\n            },\n            {\n                \"essid\": \"PNet11010693\"\n            },\n            {\n                \"essid\": \"PNet11010903\"\n            },\n            {\n                \"essid\": \"PNet11010936\"\n            },\n            {\n                \"essid\": \"PNet11010949\"\n            },\n            {\n                \"essid\": \"PNet11011614\"\n            },\n            {\n                \"essid\": \"PNet11011761\"\n            },\n            {\n                \"essid\": \"PNet11011790\"\n            },\n            {\n                \"essid\": \"PNet11013786\"\n            },\n            {\n                \"essid\": \"PNet11014503\"\n            },\n            {\n                \"essid\": \"PNet11015830\"\n            },\n            {\n                \"essid\": \"PNet11016418\"\n            },\n            {\n                \"essid\": \"PNet11016968\"\n            },\n            {\n                \"essid\": \"PNet11016970\"\n            },\n            {\n                \"essid\": \"PNet11017162\"\n            },\n            {\n                \"essid\": \"PNet11019361\"\n            },\n            {\n                \"essid\": \"PNet11030983\"\n            },\n            {\n                \"essid\": \"PNet11030985\"\n            },\n            {\n                \"essid\": \"PNet11030992\"\n            },\n            {\n                \"essid\": \"PNet11034202\"\n            },\n            {\n                \"essid\": \"PNet11035039\"\n            },\n            {\n                \"essid\": \"PNet11037959\"\n            },\n            {\n                \"essid\": \"PNet11038253\"\n            },\n            {\n                \"essid\": \"PNet11038270\"\n            },\n            {\n                \"essid\": \"PNet11039243\"\n            },\n            {\n                \"essid\": \"PNet11046068\"\n            },\n            {\n                \"essid\": \"PNet11047810\"\n            },\n            {\n                \"essid\": \"PNet11048399\"\n            },\n            {\n                \"essid\": \"PNet11048401\"\n            },\n            {\n                \"essid\": \"PNet11048460\"\n            },\n            {\n                \"essid\": \"PNet11048490\"\n            },\n            {\n                \"essid\": \"PNet11048662\"\n            },\n            {\n                \"essid\": \"PNet11053378\"\n            },\n            {\n                \"essid\": \"PNet11059407\"\n            },\n            {\n                \"essid\": \"PNet11059411\"\n            },\n            {\n                \"essid\": \"PNet11059413\"\n            },\n            {\n                \"essid\": \"PNet11078044\"\n            },\n            {\n                \"essid\": \"PNet11078046\"\n            },\n            {\n                \"essid\": \"PNet11078052\"\n            },\n            {\n                \"essid\": \"PNet11078062\"\n            },\n            {\n                \"essid\": \"PNet6021161\"\n            },\n            {\n                \"essid\": \"PNet6021605\"\n            },\n            {\n                \"essid\": \"PNet6021766\"\n            },\n            {\n                \"essid\": \"PNet6022490\"\n            },\n            {\n                \"essid\": \"PNet6022957\"\n            },\n            {\n                \"essid\": \"PNet6024258\"\n            },\n            {\n                \"essid\": \"PNet6024304\"\n            },\n            {\n                \"essid\": \"PNet6024310\"\n            },\n            {\n                \"essid\": \"PNet6024350\"\n            },\n            {\n                \"essid\": \"PNet6024411\"\n            },\n            {\n                \"essid\": \"PNet6024514\"\n            },\n            {\n                \"essid\": \"PNet6025160\"\n            },\n            {\n                \"essid\": \"PNet6025278\"\n            },\n            {\n                \"essid\": \"PNet6025297\"\n            },\n            {\n                \"essid\": \"PNet6025405\"\n            },\n            {\n                \"essid\": \"PNet6025591\"\n            },\n            {\n                \"essid\": \"PNet6025633\"\n            },\n            {\n                \"essid\": \"PNet6026496\"\n            },\n            {\n                \"essid\": \"PNet6026612\"\n            },\n            {\n                \"essid\": \"PNet6027363\"\n            },\n            {\n                \"essid\": \"PNet6027373\"\n            },\n            {\n                \"essid\": \"PNet6027423\"\n            },\n            {\n                \"essid\": \"PNet6027963\"\n            },\n            {\n                \"essid\": \"PNet6028382\"\n            },\n            {\n                \"essid\": \"PNet6028534\"\n            },\n            {\n                \"essid\": \"PNet6031687\"\n            },\n            {\n                \"essid\": \"PNet6031915\"\n            },\n            {\n                \"essid\": \"PNet6032028\"\n            },\n            {\n                \"essid\": \"PNet6032470\"\n            },\n            {\n                \"essid\": \"PNet6033168\"\n            },\n            {\n                \"essid\": \"PNet6033722\"\n            },\n            {\n                \"essid\": \"PNet6034762\"\n            },\n            {\n                \"essid\": \"PNet6035659\"\n            },\n            {\n                \"essid\": \"PNet6036219\"\n            },\n            {\n                \"essid\": \"PNet6036354\"\n            },\n            {\n                \"essid\": \"PNet6036431\"\n            },\n            {\n                \"essid\": \"PNet6038385\"\n            },\n            {\n                \"essid\": \"PNet6038505\"\n            },\n            {\n                \"essid\": \"PNet6038608\"\n            },\n            {\n                \"essid\": \"PNet6038782\"\n            },\n            {\n                \"essid\": \"PNet6039820\"\n            },\n            {\n                \"essid\": \"PNet6040425\"\n            },\n            {\n                \"essid\": \"PNet6043583\"\n            },\n            {\n                \"essid\": \"PNet6043689\"\n            },\n            {\n                \"essid\": \"PNet6043727\"\n            },\n            {\n                \"essid\": \"PNet6044051\"\n            },\n            {\n                \"essid\": \"PNet6044545\"\n            },\n            {\n                \"essid\": \"PNet6045199\"\n            },\n            {\n                \"essid\": \"PNet6045501\"\n            },\n            {\n                \"essid\": \"PNet6046400\"\n            },\n            {\n                \"essid\": \"PNet6046404\"\n            },\n            {\n                \"essid\": \"PNet6046611\"\n            },\n            {\n                \"essid\": \"PNet6047281\"\n            },\n            {\n                \"essid\": \"PNet6047339\"\n            },\n            {\n                \"essid\": \"PNet6047340\"\n            },\n            {\n                \"essid\": \"PNet6049798\"\n            },\n            {\n                \"essid\": \"PNet6050476\"\n            },\n            {\n                \"essid\": \"PNet6050630\"\n            },\n            {\n                \"essid\": \"PNet6050750\"\n            },\n            {\n                \"essid\": \"PNet6050934\"\n            },\n            {\n                \"essid\": \"PNet6051523\"\n            },\n            {\n                \"essid\": \"PNet6053471\"\n            },\n            {\n                \"essid\": \"PNet6053658\"\n            },\n            {\n                \"essid\": \"PNet6053886\"\n            },\n            {\n                \"essid\": \"PNet6054120\"\n            },\n            {\n                \"essid\": \"PNet6054547\"\n            },\n            {\n                \"essid\": \"PNet6054707\"\n            },\n            {\n                \"essid\": \"PNet6054844\"\n            },\n            {\n                \"essid\": \"PNet6055246\"\n            },\n            {\n                \"essid\": \"PNet6055256\"\n            },\n            {\n                \"essid\": \"PNet6055503\"\n            },\n            {\n                \"essid\": \"PNet6056092\"\n            },\n            {\n                \"essid\": \"PNet6056401\"\n            },\n            {\n                \"essid\": \"PNet6056424\"\n            },\n            {\n                \"essid\": \"PNet6056523\"\n            },\n            {\n                \"essid\": \"PNet6056631\"\n            },\n            {\n                \"essid\": \"PNet6056893\"\n            },\n            {\n                \"essid\": \"PNet6057066\"\n            },\n            {\n                \"essid\": \"PNet6057147\"\n            },\n            {\n                \"essid\": \"PNet6057171\"\n            },\n            {\n                \"essid\": \"PNet6057186\"\n            },\n            {\n                \"essid\": \"PNet6057194\"\n            },\n            {\n                \"essid\": \"PNet6057224\"\n            },\n            {\n                \"essid\": \"PNet6057271\"\n            },\n            {\n                \"essid\": \"PNet6057287\"\n            },\n            {\n                \"essid\": \"PNet6057360\"\n            },\n            {\n                \"essid\": \"PNet6057420\"\n            },\n            {\n                \"essid\": \"PNet6057429\"\n            },\n            {\n                \"essid\": \"PNet6057474\"\n            },\n            {\n                \"essid\": \"PNet6057496\"\n            },\n            {\n                \"essid\": \"PNet6057504\"\n            },\n            {\n                \"essid\": \"PNet6057536\"\n            },\n            {\n                \"essid\": \"PNet6057570\"\n            },\n            {\n                \"essid\": \"PNet6057611\"\n            },\n            {\n                \"essid\": \"PNet6057614\"\n            },\n            {\n                \"essid\": \"PNet6057642\"\n            },\n            {\n                \"essid\": \"PNet6057698\"\n            },\n            {\n                \"essid\": \"PNet6057760\"\n            },\n            {\n                \"essid\": \"PNet6057809\"\n            },\n            {\n                \"essid\": \"PNet6057814\"\n            },\n            {\n                \"essid\": \"PNet6057831\"\n            },\n            {\n                \"essid\": \"PNet6057853\"\n            },\n            {\n                \"essid\": \"PNet6057875\"\n            },\n            {\n                \"essid\": \"PNet6057894\"\n            },\n            {\n                \"essid\": \"PNet6057909\"\n            },\n            {\n                \"essid\": \"PNet6058167\"\n            },\n            {\n                \"essid\": \"PNet6058794\"\n            },\n            {\n                \"essid\": \"PNet6058877\"\n            },\n            {\n                \"essid\": \"PNet6058931\"\n            },\n            {\n                \"essid\": \"PNet6059254\"\n            },\n            {\n                \"essid\": \"PNet6059517\"\n            },\n            {\n                \"essid\": \"PNet6059661\"\n            },\n            {\n                \"essid\": \"PNet6059754\"\n            },\n            {\n                \"essid\": \"PNet6062126\"\n            },\n            {\n                \"essid\": \"PNet6062434\"\n            },\n            {\n                \"essid\": \"PNet6062766\"\n            },\n            {\n                \"essid\": \"PNet6062807\"\n            },\n            {\n                \"essid\": \"PNet6062818\"\n            },\n            {\n                \"essid\": \"PNet6062905\"\n            },\n            {\n                \"essid\": \"PNet6062927\"\n            },\n            {\n                \"essid\": \"PNet6062988\"\n            },\n            {\n                \"essid\": \"PNet6063064\"\n            },\n            {\n                \"essid\": \"PNet6063231\"\n            },\n            {\n                \"essid\": \"PNet6063356\"\n            },\n            {\n                \"essid\": \"PNet6063368\"\n            },\n            {\n                \"essid\": \"PNet6064470\"\n            },\n            {\n                \"essid\": \"PNet6064985\"\n            },\n            {\n                \"essid\": \"PNet6065152\"\n            },\n            {\n                \"essid\": \"PNet6065409\"\n            },\n            {\n                \"essid\": \"PNet6065582\"\n            },\n            {\n                \"essid\": \"PNet6065629\"\n            },\n            {\n                \"essid\": \"PNet6065836\"\n            },\n            {\n                \"essid\": \"PNet6065840\"\n            },\n            {\n                \"essid\": \"PNet6065980\"\n            },\n            {\n                \"essid\": \"PNet6066212\"\n            },\n            {\n                \"essid\": \"PNet6066214\"\n            },\n            {\n                \"essid\": \"PNet6066465\"\n            },\n            {\n                \"essid\": \"PNet6066474\"\n            },\n            {\n                \"essid\": \"PNet6066509\"\n            },\n            {\n                \"essid\": \"PNet6066631\"\n            },\n            {\n                \"essid\": \"PNet6068701\"\n            },\n            {\n                \"essid\": \"PNet6069172\"\n            },\n            {\n                \"essid\": \"PNet6069380\"\n            },\n            {\n                \"essid\": \"PNet6069465\"\n            },\n            {\n                \"essid\": \"PNet6070266\"\n            },\n            {\n                \"essid\": \"PNet6070817\"\n            },\n            {\n                \"essid\": \"PNet6073212\"\n            },\n            {\n                \"essid\": \"PNet6073218\"\n            },\n            {\n                \"essid\": \"PNet6073230\"\n            },\n            {\n                \"essid\": \"PNet6073336\"\n            },\n            {\n                \"essid\": \"PNet6073548\"\n            },\n            {\n                \"essid\": \"PNet6073800\"\n            },\n            {\n                \"essid\": \"PNet6074816\"\n            },\n            {\n                \"essid\": \"PNet6074865\"\n            },\n            {\n                \"essid\": \"PNet6075297\"\n            },\n            {\n                \"essid\": \"PNet6075299\"\n            },\n            {\n                \"essid\": \"PNet6075355\"\n            },\n            {\n                \"essid\": \"PNet6075367\"\n            },\n            {\n                \"essid\": \"PNet6075368\"\n            },\n            {\n                \"essid\": \"PNet6075397\"\n            },\n            {\n                \"essid\": \"PNet6075425\"\n            },\n            {\n                \"essid\": \"PNet6075431\"\n            },\n            {\n                \"essid\": \"PNet6075507\"\n            },\n            {\n                \"essid\": \"PNet6075509\"\n            },\n            {\n                \"essid\": \"PNet6075526\"\n            },\n            {\n                \"essid\": \"PNet6075582\"\n            },\n            {\n                \"essid\": \"PNet6075660\"\n            },\n            {\n                \"essid\": \"PNet6075760\"\n            },\n            {\n                \"essid\": \"PNet6075803\"\n            },\n            {\n                \"essid\": \"PNet6075898\"\n            },\n            {\n                \"essid\": \"PNet6075902\"\n            },\n            {\n                \"essid\": \"PNet6075927\"\n            },\n            {\n                \"essid\": \"PNet6075931\"\n            },\n            {\n                \"essid\": \"PNet6075988\"\n            },\n            {\n                \"essid\": \"PNet6076036\"\n            },\n            {\n                \"essid\": \"PNet6076204\"\n            },\n            {\n                \"essid\": \"PNet6076242\"\n            },\n            {\n                \"essid\": \"PNet6076284\"\n            },\n            {\n                \"essid\": \"PNet6076394\"\n            },\n            {\n                \"essid\": \"PNet6076399\"\n            },\n            {\n                \"essid\": \"PNet6076414\"\n            },\n            {\n                \"essid\": \"PNet6076473\"\n            },\n            {\n                \"essid\": \"PNet6076479\"\n            },\n            {\n                \"essid\": \"PNet6076554\"\n            },\n            {\n                \"essid\": \"PNet6076617\"\n            },\n            {\n                \"essid\": \"PNet6077045\"\n            },\n            {\n                \"essid\": \"PNet6103173\"\n            },\n            {\n                \"essid\": \"PNet6104431\"\n            },\n            {\n                \"essid\": \"PNet6109127\"\n            },\n            {\n                \"essid\": \"PNet6113905\"\n            },\n            {\n                \"essid\": \"PNet6500244\"\n            },\n            {\n                \"essid\": \"PNet6500490\"\n            },\n            {\n                \"essid\": \"PNet6500508\"\n            },\n            {\n                \"essid\": \"PNet6500706\"\n            },\n            {\n                \"essid\": \"PNet6501253\"\n            },\n            {\n                \"essid\": \"PNet6501738\"\n            },\n            {\n                \"essid\": \"PNet6502133\"\n            },\n            {\n                \"essid\": \"PNet6502372\"\n            },\n            {\n                \"essid\": \"PNet6502529\"\n            },\n            {\n                \"essid\": \"PNet6502549\"\n            },\n            {\n                \"essid\": \"PNet6502668\"\n            },\n            {\n                \"essid\": \"PNet6502727\"\n            },\n            {\n                \"essid\": \"PNet6502852\"\n            },\n            {\n                \"essid\": \"PNet6502889\"\n            },\n            {\n                \"essid\": \"PNet6503186\"\n            },\n            {\n                \"essid\": \"PNet6503550\"\n            },\n            {\n                \"essid\": \"PNet6503636\"\n            },\n            {\n                \"essid\": \"PNet6504069\"\n            },\n            {\n                \"essid\": \"PNet6504189\"\n            },\n            {\n                \"essid\": \"PNet6504213\"\n            },\n            {\n                \"essid\": \"PNet6504458\"\n            },\n            {\n                \"essid\": \"PNet6504583\"\n            },\n            {\n                \"essid\": \"PNet6504992\"\n            },\n            {\n                \"essid\": \"PNet6505052\"\n            },\n            {\n                \"essid\": \"PNet6506677\"\n            },\n            {\n                \"essid\": \"PNet6507803\"\n            },\n            {\n                \"essid\": \"PNet6507980\"\n            },\n            {\n                \"essid\": \"PNet6509135\"\n            },\n            {\n                \"essid\": \"PNet6509222\"\n            },\n            {\n                \"essid\": \"PNet6509271\"\n            },\n            {\n                \"essid\": \"PNet6511450\"\n            },\n            {\n                \"essid\": \"PNet6511933\"\n            },\n            {\n                \"essid\": \"PNet6512725\"\n            },\n            {\n                \"essid\": \"PNet6512726\"\n            },\n            {\n                \"essid\": \"PNet6512850\"\n            },\n            {\n                \"essid\": \"PNet6513036\"\n            },\n            {\n                \"essid\": \"PNet6513561\"\n            },\n            {\n                \"essid\": \"PNet6513669\"\n            },\n            {\n                \"essid\": \"PNet6513940\"\n            },\n            {\n                \"essid\": \"PNet6514068\"\n            },\n            {\n                \"essid\": \"PNet6514238\"\n            },\n            {\n                \"essid\": \"PNet6514295\"\n            },\n            {\n                \"essid\": \"PNet6514435\"\n            },\n            {\n                \"essid\": \"PNet6514565\"\n            },\n            {\n                \"essid\": \"PNet6515335\"\n            },\n            {\n                \"essid\": \"PNet6516328\"\n            },\n            {\n                \"essid\": \"PNet6517546\"\n            },\n            {\n                \"essid\": \"PNet6517553\"\n            },\n            {\n                \"essid\": \"PNet6518670\"\n            },\n            {\n                \"essid\": \"PNet6520129\"\n            },\n            {\n                \"essid\": \"PNet6520870\"\n            },\n            {\n                \"essid\": \"PNet6520931\"\n            },\n            {\n                \"essid\": \"PNet6521417\"\n            },\n            {\n                \"essid\": \"PNet6521488\"\n            },\n            {\n                \"essid\": \"PNet6521562\"\n            },\n            {\n                \"essid\": \"PNet6521898\"\n            },\n            {\n                \"essid\": \"PNet6521904\"\n            },\n            {\n                \"essid\": \"PNet6522022\"\n            },\n            {\n                \"essid\": \"PNet6522027\"\n            },\n            {\n                \"essid\": \"PNet6522921\"\n            },\n            {\n                \"essid\": \"PNet6523080\"\n            },\n            {\n                \"essid\": \"PNet6523548\"\n            },\n            {\n                \"essid\": \"PNet6523907\"\n            },\n            {\n                \"essid\": \"PNet6523975\"\n            },\n            {\n                \"essid\": \"PNet6524629\"\n            },\n            {\n                \"essid\": \"PNet6525099\"\n            },\n            {\n                \"essid\": \"PNet6525154\"\n            },\n            {\n                \"essid\": \"PNet6525502\"\n            },\n            {\n                \"essid\": \"PNet6525816\"\n            },\n            {\n                \"essid\": \"PNet6526062\"\n            },\n            {\n                \"essid\": \"PNet6526664\"\n            },\n            {\n                \"essid\": \"PNet6526810\"\n            },\n            {\n                \"essid\": \"PNet6527357\"\n            },\n            {\n                \"essid\": \"PNet6527369\"\n            },\n            {\n                \"essid\": \"PNet6527435\"\n            },\n            {\n                \"essid\": \"PNet6527952\"\n            },\n            {\n                \"essid\": \"PNet6528011\"\n            },\n            {\n                \"essid\": \"PNet6528088\"\n            },\n            {\n                \"essid\": \"PNet6528426\"\n            },\n            {\n                \"essid\": \"PNet6528468\"\n            },\n            {\n                \"essid\": \"PNet6528574\"\n            },\n            {\n                \"essid\": \"PNet6528629\"\n            },\n            {\n                \"essid\": \"PNet6528637\"\n            },\n            {\n                \"essid\": \"PNet6528702\"\n            },\n            {\n                \"essid\": \"PNet6528741\"\n            },\n            {\n                \"essid\": \"PNet6528749\"\n            },\n            {\n                \"essid\": \"PNet6528884\"\n            },\n            {\n                \"essid\": \"PNet6528962\"\n            },\n            {\n                \"essid\": \"PNet6529134\"\n            },\n            {\n                \"essid\": \"PNet6529202\"\n            },\n            {\n                \"essid\": \"PNet6529293\"\n            },\n            {\n                \"essid\": \"PNet6529356\"\n            },\n            {\n                \"essid\": \"PNet6529379\"\n            },\n            {\n                \"essid\": \"PNet6529517\"\n            },\n            {\n                \"essid\": \"PNet6529659\"\n            },\n            {\n                \"essid\": \"PNet6529705\"\n            },\n            {\n                \"essid\": \"PNet6529716\"\n            },\n            {\n                \"essid\": \"PNet6529818\"\n            },\n            {\n                \"essid\": \"PNet6530069\"\n            },\n            {\n                \"essid\": \"PNet6530232\"\n            },\n            {\n                \"essid\": \"PNet6530289\"\n            },\n            {\n                \"essid\": \"PNet6530442\"\n            },\n            {\n                \"essid\": \"PNet6530986\"\n            },\n            {\n                \"essid\": \"PNet6534013\"\n            },\n            {\n                \"essid\": \"PNet6534305\"\n            },\n            {\n                \"essid\": \"PNet6534522\"\n            },\n            {\n                \"essid\": \"PNet6535176\"\n            },\n            {\n                \"essid\": \"PNet6536034\"\n            },\n            {\n                \"essid\": \"PNet6536194\"\n            },\n            {\n                \"essid\": \"PNet6536217\"\n            },\n            {\n                \"essid\": \"PNet6536619\"\n            },\n            {\n                \"essid\": \"PNet6536782\"\n            },\n            {\n                \"essid\": \"PNet6537195\"\n            },\n            {\n                \"essid\": \"PNet6537427\"\n            },\n            {\n                \"essid\": \"PNet6538094\"\n            },\n            {\n                \"essid\": \"PNet6538810\"\n            },\n            {\n                \"essid\": \"PNet6538885\"\n            },\n            {\n                \"essid\": \"PNet6538953\"\n            },\n            {\n                \"essid\": \"PNet6539038\"\n            },\n            {\n                \"essid\": \"PNet6539093\"\n            },\n            {\n                \"essid\": \"PNet6539335\"\n            },\n            {\n                \"essid\": \"PNet6539353\"\n            },\n            {\n                \"essid\": \"PNet6539361\"\n            },\n            {\n                \"essid\": \"PNet6539374\"\n            },\n            {\n                \"essid\": \"PNet6539669\"\n            },\n            {\n                \"essid\": \"PNet6539701\"\n            },\n            {\n                \"essid\": \"PNet6540067\"\n            },\n            {\n                \"essid\": \"PNet6540270\"\n            },\n            {\n                \"essid\": \"PNet6540521\"\n            },\n            {\n                \"essid\": \"PNet6540717\"\n            },\n            {\n                \"essid\": \"PNet6541096\"\n            },\n            {\n                \"essid\": \"PNet6541122\"\n            },\n            {\n                \"essid\": \"PNet6541489\"\n            },\n            {\n                \"essid\": \"PNet6541689\"\n            },\n            {\n                \"essid\": \"PNet6541854\"\n            },\n            {\n                \"essid\": \"PNet6543660\"\n            },\n            {\n                \"essid\": \"PNet6546170\"\n            },\n            {\n                \"essid\": \"PNet6546790\"\n            },\n            {\n                \"essid\": \"PNet6547121\"\n            },\n            {\n                \"essid\": \"PNet6547230\"\n            },\n            {\n                \"essid\": \"PNet6548048\"\n            },\n            {\n                \"essid\": \"PNet6548161\"\n            },\n            {\n                \"essid\": \"PNet6548980\"\n            },\n            {\n                \"essid\": \"PNet6549160\"\n            },\n            {\n                \"essid\": \"PNet6549645\"\n            },\n            {\n                \"essid\": \"PNet6550184\"\n            },\n            {\n                \"essid\": \"PNet6550655\"\n            },\n            {\n                \"essid\": \"PNet6550656\"\n            },\n            {\n                \"essid\": \"PNet6551465\"\n            },\n            {\n                \"essid\": \"PNet6551649\"\n            },\n            {\n                \"essid\": \"PNet6551686\"\n            },\n            {\n                \"essid\": \"PNet6551964\"\n            },\n            {\n                \"essid\": \"PNet6552372\"\n            },\n            {\n                \"essid\": \"PNet6552655\"\n            },\n            {\n                \"essid\": \"PNet6552708\"\n            },\n            {\n                \"essid\": \"PNet6553138\"\n            },\n            {\n                \"essid\": \"PNet6553172\"\n            },\n            {\n                \"essid\": \"PNet6553229\"\n            },\n            {\n                \"essid\": \"PNet6553684\"\n            },\n            {\n                \"essid\": \"PNet6553729\"\n            },\n            {\n                \"essid\": \"PNet6553880\"\n            },\n            {\n                \"essid\": \"PNet6553981\"\n            },\n            {\n                \"essid\": \"PNet6554215\"\n            },\n            {\n                \"essid\": \"PNet6554282\"\n            },\n            {\n                \"essid\": \"PNet6554286\"\n            },\n            {\n                \"essid\": \"PNet6554379\"\n            },\n            {\n                \"essid\": \"PNet6554385\"\n            },\n            {\n                \"essid\": \"PNet6554399\"\n            },\n            {\n                \"essid\": \"PNet6554534\"\n            },\n            {\n                \"essid\": \"PNet6554616\"\n            },\n            {\n                \"essid\": \"PNet6554668\"\n            },\n            {\n                \"essid\": \"PNet6554730\"\n            },\n            {\n                \"essid\": \"PNet6554840\"\n            },\n            {\n                \"essid\": \"PNet6555426\"\n            },\n            {\n                \"essid\": \"PNet6555614\"\n            },\n            {\n                \"essid\": \"PNet6555626\"\n            },\n            {\n                \"essid\": \"PNet6556731\"\n            },\n            {\n                \"essid\": \"PNet6557481\"\n            },\n            {\n                \"essid\": \"PNet6557504\"\n            },\n            {\n                \"essid\": \"PNet6557585\"\n            },\n            {\n                \"essid\": \"PNet6558253\"\n            },\n            {\n                \"essid\": \"PNet6558438\"\n            },\n            {\n                \"essid\": \"PNet6558560\"\n            },\n            {\n                \"essid\": \"PNet6559182\"\n            },\n            {\n                \"essid\": \"PNet6559257\"\n            },\n            {\n                \"essid\": \"PNet6559343\"\n            },\n            {\n                \"essid\": \"PNet6559790\"\n            },\n            {\n                \"essid\": \"PNet6560304\"\n            },\n            {\n                \"essid\": \"PNet6560570\"\n            },\n            {\n                \"essid\": \"PNet6561015\"\n            },\n            {\n                \"essid\": \"PNet6561059\"\n            },\n            {\n                \"essid\": \"PNet6561255\"\n            },\n            {\n                \"essid\": \"PNet6561722\"\n            },\n            {\n                \"essid\": \"PNet6561765\"\n            },\n            {\n                \"essid\": \"PNet6561769\"\n            },\n            {\n                \"essid\": \"PNet6561991\"\n            },\n            {\n                \"essid\": \"PNet6562154\"\n            },\n            {\n                \"essid\": \"PNet6562244\"\n            },\n            {\n                \"essid\": \"PNet6562507\"\n            },\n            {\n                \"essid\": \"PNet6562588\"\n            },\n            {\n                \"essid\": \"PNet6562604\"\n            },\n            {\n                \"essid\": \"PNet6562610\"\n            },\n            {\n                \"essid\": \"PNet6562617\"\n            },\n            {\n                \"essid\": \"PNet6562624\"\n            },\n            {\n                \"essid\": \"PNet6562625\"\n            },\n            {\n                \"essid\": \"PNet6562627\"\n            },\n            {\n                \"essid\": \"PNet6562633\"\n            },\n            {\n                \"essid\": \"PNet6562646\"\n            },\n            {\n                \"essid\": \"PNet6562653\"\n            },\n            {\n                \"essid\": \"PNet6562678\"\n            },\n            {\n                \"essid\": \"PNet6562716\"\n            },\n            {\n                \"essid\": \"PNet6562740\"\n            },\n            {\n                \"essid\": \"PNet6562758\"\n            },\n            {\n                \"essid\": \"PNet6562771\"\n            },\n            {\n                \"essid\": \"PNet6562772\"\n            },\n            {\n                \"essid\": \"PNet6562798\"\n            },\n            {\n                \"essid\": \"PNet6562814\"\n            },\n            {\n                \"essid\": \"PNet6562836\"\n            },\n            {\n                \"essid\": \"PNet6563325\"\n            },\n            {\n                \"essid\": \"PNet6563334\"\n            },\n            {\n                \"essid\": \"PNet6563581\"\n            },\n            {\n                \"essid\": \"PNet6563830\"\n            },\n            {\n                \"essid\": \"PNet6563861\"\n            },\n            {\n                \"essid\": \"PNet6564000\"\n            },\n            {\n                \"essid\": \"PNet6564246\"\n            },\n            {\n                \"essid\": \"PNet6564738\"\n            },\n            {\n                \"essid\": \"PNet6565761\"\n            },\n            {\n                \"essid\": \"PNet6565941\"\n            },\n            {\n                \"essid\": \"PNet6567114\"\n            },\n            {\n                \"essid\": \"PNet6567182\"\n            },\n            {\n                \"essid\": \"PNet6567481\"\n            },\n            {\n                \"essid\": \"PNet6567635\"\n            },\n            {\n                \"essid\": \"PNet6567714\"\n            },\n            {\n                \"essid\": \"PNet6568506\"\n            },\n            {\n                \"essid\": \"PNet6569213\"\n            },\n            {\n                \"essid\": \"PNet6569631\"\n            },\n            {\n                \"essid\": \"PNet6569681\"\n            },\n            {\n                \"essid\": \"PNet6569987\"\n            },\n            {\n                \"essid\": \"PNet6570085\"\n            },\n            {\n                \"essid\": \"PNet6570098\"\n            },\n            {\n                \"essid\": \"PNet6570183\"\n            },\n            {\n                \"essid\": \"PNet6570225\"\n            },\n            {\n                \"essid\": \"PNet6570664\"\n            },\n            {\n                \"essid\": \"PNet6571009\"\n            },\n            {\n                \"essid\": \"PNet6571368\"\n            },\n            {\n                \"essid\": \"PNet6572550\"\n            },\n            {\n                \"essid\": \"PNet6573701\"\n            },\n            {\n                \"essid\": \"PNet6574342\"\n            },\n            {\n                \"essid\": \"PNet6574371\"\n            },\n            {\n                \"essid\": \"PNet6574646\"\n            },\n            {\n                \"essid\": \"PNet6574979\"\n            },\n            {\n                \"essid\": \"PNet6575328\"\n            },\n            {\n                \"essid\": \"PNet6575343\"\n            },\n            {\n                \"essid\": \"PNet6575480\"\n            },\n            {\n                \"essid\": \"PNet6576015\"\n            },\n            {\n                \"essid\": \"PNet6576029\"\n            },\n            {\n                \"essid\": \"PNet6576031\"\n            },\n            {\n                \"essid\": \"PNet6577073\"\n            },\n            {\n                \"essid\": \"PNet6577207\"\n            },\n            {\n                \"essid\": \"PNet6577449\"\n            },\n            {\n                \"essid\": \"PNet6577775\"\n            },\n            {\n                \"essid\": \"PNet6577797\"\n            },\n            {\n                \"essid\": \"PNet6577884\"\n            },\n            {\n                \"essid\": \"PNet6577942\"\n            },\n            {\n                \"essid\": \"PNet6579006\"\n            },\n            {\n                \"essid\": \"PNet6579676\"\n            },\n            {\n                \"essid\": \"PNet6579928\"\n            },\n            {\n                \"essid\": \"PNet6580224\"\n            },\n            {\n                \"essid\": \"PNet6580358\"\n            },\n            {\n                \"essid\": \"PNet6580871\"\n            },\n            {\n                \"essid\": \"PNet6580936\"\n            },\n            {\n                \"essid\": \"PNet6581632\"\n            },\n            {\n                \"essid\": \"PNet6582021\"\n            },\n            {\n                \"essid\": \"PNet6582642\"\n            },\n            {\n                \"essid\": \"PNet6582688\"\n            },\n            {\n                \"essid\": \"PNet6583259\"\n            },\n            {\n                \"essid\": \"PNet6583530\"\n            },\n            {\n                \"essid\": \"PNet6583629\"\n            },\n            {\n                \"essid\": \"PNet6583676\"\n            },\n            {\n                \"essid\": \"PNet6583745\"\n            },\n            {\n                \"essid\": \"PNet6585082\"\n            },\n            {\n                \"essid\": \"PNet6585405\"\n            },\n            {\n                \"essid\": \"PNet6585593\"\n            },\n            {\n                \"essid\": \"PNet6587536\"\n            },\n            {\n                \"essid\": \"PNet6587674\"\n            },\n            {\n                \"essid\": \"PNet6590979\"\n            },\n            {\n                \"essid\": \"PNet6592151\"\n            },\n            {\n                \"essid\": \"PNet6592474\"\n            },\n            {\n                \"essid\": \"PNet6592586\"\n            },\n            {\n                \"essid\": \"PNet6593255\"\n            },\n            {\n                \"essid\": \"PNet6594276\"\n            },\n            {\n                \"essid\": \"PNet6594290\"\n            },\n            {\n                \"essid\": \"PNet6594495\"\n            },\n            {\n                \"essid\": \"PNet6595244\"\n            },\n            {\n                \"essid\": \"PNet6595569\"\n            },\n            {\n                \"essid\": \"PNet6596397\"\n            },\n            {\n                \"essid\": \"PNet6596938\"\n            },\n            {\n                \"essid\": \"PNet6597461\"\n            },\n            {\n                \"essid\": \"PNet6600190\"\n            },\n            {\n                \"essid\": \"PNet6603603\"\n            },\n            {\n                \"essid\": \"PNet6604812\"\n            },\n            {\n                \"essid\": \"PNet6605226\"\n            },\n            {\n                \"essid\": \"PNet6607422\"\n            },\n            {\n                \"essid\": \"PNet6607499\"\n            },\n            {\n                \"essid\": \"PNet6650568\"\n            },\n            {\n                \"essid\": \"PNet6651860\"\n            },\n            {\n                \"essid\": \"PNet6657803\"\n            },\n            {\n                \"essid\": \"PNet6658556\"\n            },\n            {\n                \"essid\": \"PNet6658611\"\n            },\n            {\n                \"essid\": \"PNet6658663\"\n            },\n            {\n                \"essid\": \"PNet6659459\"\n            },\n            {\n                \"essid\": \"PNet6662205\"\n            },\n            {\n                \"essid\": \"PNet6666429\"\n            },\n            {\n                \"essid\": \"PNet6666912\"\n            },\n            {\n                \"essid\": \"PNet6667008\"\n            },\n            {\n                \"essid\": \"PNet6700887\"\n            },\n            {\n                \"essid\": \"PNet6703425\"\n            },\n            {\n                \"essid\": \"PNet6704739\"\n            },\n            {\n                \"essid\": \"PNet6707724\"\n            },\n            {\n                \"essid\": \"PNet6708184\"\n            },\n            {\n                \"essid\": \"PNet6708324\"\n            },\n            {\n                \"essid\": \"PNet6708635\"\n            },\n            {\n                \"essid\": \"PNet6708740\"\n            },\n            {\n                \"essid\": \"PNet6709123\"\n            },\n            {\n                \"essid\": \"PNet6712410\"\n            },\n            {\n                \"essid\": \"PNet6725560\"\n            },\n            {\n                \"essid\": \"PNet6725726\"\n            },\n            {\n                \"essid\": \"PNet6725781\"\n            },\n            {\n                \"essid\": \"PNet6726303\"\n            },\n            {\n                \"essid\": \"PNet6727042\"\n            },\n            {\n                \"essid\": \"PNet6727996\"\n            },\n            {\n                \"essid\": \"PNet6728158\"\n            },\n            {\n                \"essid\": \"PNet6728432\"\n            },\n            {\n                \"essid\": \"PNet6728563\"\n            },\n            {\n                \"essid\": \"PNet6729002\"\n            },\n            {\n                \"essid\": \"PNet6729040\"\n            },\n            {\n                \"essid\": \"PNet6729544\"\n            },\n            {\n                \"essid\": \"PNet6729601\"\n            },\n            {\n                \"essid\": \"PNet6730112\"\n            },\n            {\n                \"essid\": \"PNet6730218\"\n            },\n            {\n                \"essid\": \"PNet6730483\"\n            },\n            {\n                \"essid\": \"PNet6731006\"\n            },\n            {\n                \"essid\": \"PNet6731062\"\n            },\n            {\n                \"essid\": \"PNet6738213\"\n            },\n            {\n                \"essid\": \"PNet6738292\"\n            },\n            {\n                \"essid\": \"PNet6740921\"\n            },\n            {\n                \"essid\": \"PNet6950796\"\n            },\n            {\n                \"essid\": \"PNet6950883\"\n            },\n            {\n                \"essid\": \"PNet6951244\"\n            },\n            {\n                \"essid\": \"PNet6951360\"\n            },\n            {\n                \"essid\": \"PNet6951952\"\n            },\n            {\n                \"essid\": \"PNet6952890\"\n            },\n            {\n                \"essid\": \"PNet6953533\"\n            },\n            {\n                \"essid\": \"PNet6953553\"\n            },\n            {\n                \"essid\": \"PNet6953557\"\n            },\n            {\n                \"essid\": \"PNet6954770\"\n            },\n            {\n                \"essid\": \"PNet6956069\"\n            },\n            {\n                \"essid\": \"PNet6956184\"\n            },\n            {\n                \"essid\": \"PNet6956521\"\n            },\n            {\n                \"essid\": \"PNet6957095\"\n            },\n            {\n                \"essid\": \"PNet6957179\"\n            },\n            {\n                \"essid\": \"PNet6957209\"\n            },\n            {\n                \"essid\": \"PNet6957365\"\n            },\n            {\n                \"essid\": \"PNet6957507\"\n            },\n            {\n                \"essid\": \"PNet6957630\"\n            },\n            {\n                \"essid\": \"PNet6957812\"\n            },\n            {\n                \"essid\": \"PNet6957887\"\n            },\n            {\n                \"essid\": \"PNet6958561\"\n            },\n            {\n                \"essid\": \"PNet7010620\"\n            },\n            {\n                \"essid\": \"PNet7012388\"\n            },\n            {\n                \"essid\": \"PNet7017728\"\n            },\n            {\n                \"essid\": \"PNet7017779\"\n            },\n            {\n                \"essid\": \"PNet7018263\"\n            },\n            {\n                \"essid\": \"PNet7021503\"\n            },\n            {\n                \"essid\": \"PNet7024166\"\n            },\n            {\n                \"essid\": \"PNet7028159\"\n            },\n            {\n                \"essid\": \"PNet7030781\"\n            },\n            {\n                \"essid\": \"PNet7032547\"\n            },\n            {\n                \"essid\": \"PNet7034048\"\n            },\n            {\n                \"essid\": \"PNet7035104\"\n            },\n            {\n                \"essid\": \"PNet7035250\"\n            },\n            {\n                \"essid\": \"PNet7036492\"\n            },\n            {\n                \"essid\": \"PNet7037622\"\n            },\n            {\n                \"essid\": \"PNet7037971\"\n            },\n            {\n                \"essid\": \"PNet7038255\"\n            },\n            {\n                \"essid\": \"PNet7040247\"\n            },\n            {\n                \"essid\": \"PNet7044567\"\n            },\n            {\n                \"essid\": \"PNet7048089\"\n            },\n            {\n                \"essid\": \"PNet7049205\"\n            },\n            {\n                \"essid\": \"PNet7049830\"\n            },\n            {\n                \"essid\": \"PNet7052176\"\n            },\n            {\n                \"essid\": \"PNet7052188\"\n            },\n            {\n                \"essid\": \"PNet7053615\"\n            },\n            {\n                \"essid\": \"PNet7063800\"\n            },\n            {\n                \"essid\": \"PNet7070069\"\n            },\n            {\n                \"essid\": \"PNet7074732\"\n            },\n            {\n                \"essid\": \"PNet7075386\"\n            },\n            {\n                \"essid\": \"PNet7076497\"\n            },\n            {\n                \"essid\": \"PNet7084511\"\n            },\n            {\n                \"essid\": \"PNet7090216\"\n            },\n            {\n                \"essid\": \"PNet7095009\"\n            },\n            {\n                \"essid\": \"PNet7096867\"\n            },\n            {\n                \"essid\": \"PNet7511404\"\n            },\n            {\n                \"essid\": \"PNet7512269\"\n            },\n            {\n                \"essid\": \"PNet7520549\"\n            },\n            {\n                \"essid\": \"PNet7523487\"\n            },\n            {\n                \"essid\": \"PNet7523541\"\n            },\n            {\n                \"essid\": \"PNet7535706\"\n            },\n            {\n                \"essid\": \"PNet7539016\"\n            },\n            {\n                \"essid\": \"PNet7540417\"\n            },\n            {\n                \"essid\": \"PNet7545526\"\n            },\n            {\n                \"essid\": \"PNet7555709\"\n            },\n            {\n                \"essid\": \"PNet7569600\"\n            },\n            {\n                \"essid\": \"PNet7572076\"\n            },\n            {\n                \"essid\": \"PNet7572175\"\n            },\n            {\n                \"essid\": \"PNet7574153\"\n            },\n            {\n                \"essid\": \"PNet7575610\"\n            },\n            {\n                \"essid\": \"PNet7584282\"\n            },\n            {\n                \"essid\": \"PNet7601634\"\n            },\n            {\n                \"essid\": \"PNet7602076\"\n            },\n            {\n                \"essid\": \"PNet7603754\"\n            },\n            {\n                \"essid\": \"PNet7607048\"\n            },\n            {\n                \"essid\": \"PNet7607340\"\n            },\n            {\n                \"essid\": \"PNet7615107\"\n            },\n            {\n                \"essid\": \"PNet7623594\"\n            },\n            {\n                \"essid\": \"PNet7624762\"\n            },\n            {\n                \"essid\": \"PNet7631660\"\n            },\n            {\n                \"essid\": \"PNet7950676\"\n            },\n            {\n                \"essid\": \"POD HOTSPOT\"\n            },\n            {\n                \"essid\": \"POEM\"\n            },\n            {\n                \"essid\": \"POG\"\n            },\n            {\n                \"essid\": \"Pog Mo Thoin\"\n            },\n            {\n                \"essid\": \"PointyHair\"\n            },\n            {\n                \"essid\": \"Pointyhair3\"\n            },\n            {\n                \"essid\": \"Pojen’s iPhone\"\n            },\n            {\n                \"essid\": \"Pokefi suzana\"\n            },\n            {\n                \"essid\": \"pokhara\"\n            },\n            {\n                \"essid\": \"Pokhara\"\n            },\n            {\n                \"essid\": \"Polanco\"\n            },\n            {\n                \"essid\": \"PolarBear\"\n            },\n            {\n                \"essid\": \"PolarBearGarage\"\n            },\n            {\n                \"essid\": \"Police Vehicle #335\"\n            },\n            {\n                \"essid\": \"POLICE_Wireless_Clients\"\n            },\n            {\n                \"essid\": \"Poling Wifi\"\n            },\n            {\n                \"essid\": \"Polish & Glo\"\n            },\n            {\n                \"essid\": \"Polk MagniFi MAX-5405.l003\"\n            },\n            {\n                \"essid\": \"Polk MagniFi Mini-4258.l001\"\n            },\n            {\n                \"essid\": \"POLK SALAD\"\n            },\n            {\n                \"essid\": \"pollitajpeg\"\n            },\n            {\n                \"essid\": \"poLLy\"\n            },\n            {\n                \"essid\": \"polly08\"\n            },\n            {\n                \"essid\": \"Polo67_EXT\"\n            },\n            {\n                \"essid\": \"Polo's wifi\"\n            },\n            {\n                \"essid\": \"POLOWD\"\n            },\n            {\n                \"essid\": \"Pompeys1a\"\n            },\n            {\n                \"essid\": \"Pompilus WiFi\"\n            },\n            {\n                \"essid\": \"Ponce\"\n            },\n            {\n                \"essid\": \"Ponder\"\n            },\n            {\n                \"essid\": \"poohdog86\"\n            },\n            {\n                \"essid\": \"Pookie's Spot That's Hott\"\n            },\n            {\n                \"essid\": \"POOLE\"\n            },\n            {\n                \"essid\": \"PoorakAkhil\"\n            },\n            {\n                \"essid\": \"Poorfellow\"\n            },\n            {\n                \"essid\": \"POPA\"\n            },\n            {\n                \"essid\": \"POPA-guest\"\n            },\n            {\n                \"essid\": \"Popeye68\"\n            },\n            {\n                \"essid\": \"poppatroll\"\n            },\n            {\n                \"essid\": \"popular-properties\"\n            },\n            {\n                \"essid\": \"poregan\"\n            },\n            {\n                \"essid\": \"pork belly\"\n            },\n            {\n                \"essid\": \"PORSCHE DESIGN HUAWEI Mate 10\"\n            },\n            {\n                \"essid\": \"Porsche_WLAN_0046\"\n            },\n            {\n                \"essid\": \"Porsche_WLAN_0047\"\n            },\n            {\n                \"essid\": \"Porsche_WLAN_0062\"\n            },\n            {\n                \"essid\": \"Porsche_WLAN_0065\"\n            },\n            {\n                \"essid\": \"Porsche_WLAN_0115\"\n            },\n            {\n                \"essid\": \"Porsche_WLAN_0167\"\n            },\n            {\n                \"essid\": \"Porsche_WLAN_0173\"\n            },\n            {\n                \"essid\": \"Porsche_WLAN_0226\"\n            },\n            {\n                \"essid\": \"Porsche_WLAN_0286\"\n            },\n            {\n                \"essid\": \"Porsche_WLAN_0301\"\n            },\n            {\n                \"essid\": \"Porsche_WLAN_0318\"\n            },\n            {\n                \"essid\": \"Porsche_WLAN_0344\"\n            },\n            {\n                \"essid\": \"Porsche_WLAN_0354\"\n            },\n            {\n                \"essid\": \"Porsche_WLAN_0369\"\n            },\n            {\n                \"essid\": \"Porsche_WLAN_0440\"\n            },\n            {\n                \"essid\": \"Porsche_WLAN_0467\"\n            },\n            {\n                \"essid\": \"Porsche_WLAN_0488\"\n            },\n            {\n                \"essid\": \"Porsche_WLAN_0519\"\n            },\n            {\n                \"essid\": \"Porsche_WLAN_0529\"\n            },\n            {\n                \"essid\": \"Porsche_WLAN_0702\"\n            },\n            {\n                \"essid\": \"Porsche_WLAN_0716\"\n            },\n            {\n                \"essid\": \"Porsche_WLAN_0742\"\n            },\n            {\n                \"essid\": \"Porsche_WLAN_0804\"\n            },\n            {\n                \"essid\": \"Porsche_WLAN_0937\"\n            },\n            {\n                \"essid\": \"Porsche_WLAN_0957\"\n            },\n            {\n                \"essid\": \"Porsche_WLAN_0AA6DB\"\n            },\n            {\n                \"essid\": \"Porsche_WLAN_1043\"\n            },\n            {\n                \"essid\": \"Porsche_WLAN_1055\"\n            },\n            {\n                \"essid\": \"Porsche_WLAN_1082\"\n            },\n            {\n                \"essid\": \"Porsche_WLAN_1104\"\n            },\n            {\n                \"essid\": \"Porsche_WLAN_1188\"\n            },\n            {\n                \"essid\": \"Porsche_WLAN_1252\"\n            },\n            {\n                \"essid\": \"Porsche_WLAN_1302\"\n            },\n            {\n                \"essid\": \"Porsche_WLAN_1372\"\n            },\n            {\n                \"essid\": \"Porsche_WLAN_1377\"\n            },\n            {\n                \"essid\": \"Porsche_WLAN_1474\"\n            },\n            {\n                \"essid\": \"Porsche_WLAN_1729\"\n            },\n            {\n                \"essid\": \"Porsche_WLAN_1865\"\n            },\n            {\n                \"essid\": \"Porsche_WLAN_1937\"\n            },\n            {\n                \"essid\": \"Porsche_WLAN_1966\"\n            },\n            {\n                \"essid\": \"Porsche_WLAN_2012\"\n            },\n            {\n                \"essid\": \"Porsche_WLAN_2068\"\n            },\n            {\n                \"essid\": \"Porsche_WLAN_2097\"\n            },\n            {\n                \"essid\": \"Porsche_WLAN_2114\"\n            },\n            {\n                \"essid\": \"Porsche_WLAN_2132\"\n            },\n            {\n                \"essid\": \"Porsche_WLAN_2211\"\n            },\n            {\n                \"essid\": \"Porsche_WLAN_2217\"\n            },\n            {\n                \"essid\": \"Porsche_WLAN_2235\"\n            },\n            {\n                \"essid\": \"Porsche_WLAN_2273\"\n            },\n            {\n                \"essid\": \"Porsche_WLAN_2328\"\n            },\n            {\n                \"essid\": \"Porsche_WLAN_2382\"\n            },\n            {\n                \"essid\": \"Porsche_WLAN_2429\"\n            },\n            {\n                \"essid\": \"Porsche_WLAN_2476\"\n            },\n            {\n                \"essid\": \"Porsche_WLAN_2522\"\n            },\n            {\n                \"essid\": \"Porsche_WLAN_2524\"\n            },\n            {\n                \"essid\": \"Porsche_WLAN_2527\"\n            },\n            {\n                \"essid\": \"Porsche_WLAN_2533\"\n            },\n            {\n                \"essid\": \"Porsche_WLAN_2592\"\n            },\n            {\n                \"essid\": \"Porsche_WLAN_2725\"\n            },\n            {\n                \"essid\": \"Porsche_WLAN_2726\"\n            },\n            {\n                \"essid\": \"Porsche_WLAN_2789\"\n            },\n            {\n                \"essid\": \"Porsche_WLAN_2876\"\n            },\n            {\n                \"essid\": \"Porsche_WLAN_2946\"\n            },\n            {\n                \"essid\": \"Porsche_WLAN_2969\"\n            },\n            {\n                \"essid\": \"Porsche_WLAN_2cb60a\"\n            },\n            {\n                \"essid\": \"Porsche_WLAN_3027\"\n            },\n            {\n                \"essid\": \"Porsche_WLAN_31fb17\"\n            },\n            {\n                \"essid\": \"Porsche_WLAN_3282\"\n            },\n            {\n                \"essid\": \"Porsche_WLAN_3301\"\n            },\n            {\n                \"essid\": \"Porsche_WLAN_3318\"\n            },\n            {\n                \"essid\": \"Porsche_WLAN_3357\"\n            },\n            {\n                \"essid\": \"Porsche_WLAN_3376\"\n            },\n            {\n                \"essid\": \"Porsche_WLAN_3453\"\n            },\n            {\n                \"essid\": \"Porsche_WLAN_3482\"\n            },\n            {\n                \"essid\": \"Porsche_WLAN_3500\"\n            },\n            {\n                \"essid\": \"Porsche_WLAN_3562\"\n            },\n            {\n                \"essid\": \"Porsche_WLAN_3564\"\n            },\n            {\n                \"essid\": \"Porsche_WLAN_3578\"\n            },\n            {\n                \"essid\": \"Porsche_WLAN_3594\"\n            },\n            {\n                \"essid\": \"Porsche_WLAN_3604\"\n            },\n            {\n                \"essid\": \"Porsche_WLAN_3640\"\n            },\n            {\n                \"essid\": \"Porsche_WLAN_3665\"\n            },\n            {\n                \"essid\": \"Porsche_WLAN_3720\"\n            },\n            {\n                \"essid\": \"Porsche_WLAN_3726\"\n            },\n            {\n                \"essid\": \"Porsche_WLAN_3766\"\n            },\n            {\n                \"essid\": \"Porsche_WLAN_3769\"\n            },\n            {\n                \"essid\": \"Porsche_WLAN_3777\"\n            },\n            {\n                \"essid\": \"Porsche_WLAN_3795\"\n            },\n            {\n                \"essid\": \"Porsche_WLAN_3818\"\n            },\n            {\n                \"essid\": \"Porsche_WLAN_3828\"\n            },\n            {\n                \"essid\": \"Porsche_WLAN_3864\"\n            },\n            {\n                \"essid\": \"Porsche_WLAN_3884\"\n            },\n            {\n                \"essid\": \"Porsche_WLAN_3905\"\n            },\n            {\n                \"essid\": \"Porsche_WLAN_4057\"\n            },\n            {\n                \"essid\": \"Porsche_WLAN_4066\"\n            },\n            {\n                \"essid\": \"Porsche_WLAN_4104\"\n            },\n            {\n                \"essid\": \"Porsche_WLAN_4110\"\n            },\n            {\n                \"essid\": \"Porsche_WLAN_4118\"\n            },\n            {\n                \"essid\": \"Porsche_WLAN_4138\"\n            },\n            {\n                \"essid\": \"Porsche_WLAN_4147\"\n            },\n            {\n                \"essid\": \"Porsche_WLAN_4181\"\n            },\n            {\n                \"essid\": \"Porsche_WLAN_4348\"\n            },\n            {\n                \"essid\": \"Porsche_WLAN_4454\"\n            },\n            {\n                \"essid\": \"Porsche_WLAN_4524\"\n            },\n            {\n                \"essid\": \"Porsche_WLAN_4638\"\n            },\n            {\n                \"essid\": \"Porsche_WLAN_4648\"\n            },\n            {\n                \"essid\": \"Porsche_WLAN_4713\"\n            },\n            {\n                \"essid\": \"Porsche_WLAN_4816\"\n            },\n            {\n                \"essid\": \"Porsche_WLAN_4A17ED\"\n            },\n            {\n                \"essid\": \"Porsche_WLAN_4af0e3\"\n            },\n            {\n                \"essid\": \"Porsche_WLAN_5104\"\n            },\n            {\n                \"essid\": \"Porsche_WLAN_5212EC\"\n            },\n            {\n                \"essid\": \"Porsche_WLAN_5241\"\n            },\n            {\n                \"essid\": \"Porsche_WLAN_5309\"\n            },\n            {\n                \"essid\": \"Porsche_WLAN_5339\"\n            },\n            {\n                \"essid\": \"Porsche_WLAN_5365\"\n            },\n            {\n                \"essid\": \"Porsche_WLAN_5409\"\n            },\n            {\n                \"essid\": \"Porsche_WLAN_5447\"\n            },\n            {\n                \"essid\": \"Porsche_WLAN_5470\"\n            },\n            {\n                \"essid\": \"Porsche_WLAN_5580\"\n            },\n            {\n                \"essid\": \"Porsche_WLAN_5619\"\n            },\n            {\n                \"essid\": \"Porsche_WLAN_5658\"\n            },\n            {\n                \"essid\": \"Porsche_WLAN_5717\"\n            },\n            {\n                \"essid\": \"Porsche_WLAN_5758\"\n            },\n            {\n                \"essid\": \"Porsche_WLAN_5818\"\n            },\n            {\n                \"essid\": \"Porsche_WLAN_5820\"\n            },\n            {\n                \"essid\": \"Porsche_WLAN_5864\"\n            },\n            {\n                \"essid\": \"Porsche_WLAN_6027\"\n            },\n            {\n                \"essid\": \"Porsche_WLAN_6110\"\n            },\n            {\n                \"essid\": \"Porsche_WLAN_61bc12\"\n            },\n            {\n                \"essid\": \"Porsche_WLAN_6217\"\n            },\n            {\n                \"essid\": \"Porsche_WLAN_6340\"\n            },\n            {\n                \"essid\": \"Porsche_WLAN_6406\"\n            },\n            {\n                \"essid\": \"Porsche_WLAN_6444\"\n            },\n            {\n                \"essid\": \"Porsche_WLAN_6497\"\n            },\n            {\n                \"essid\": \"Porsche_WLAN_6531\"\n            },\n            {\n                \"essid\": \"Porsche_WLAN_6609\"\n            },\n            {\n                \"essid\": \"Porsche_WLAN_6701\"\n            },\n            {\n                \"essid\": \"Porsche_WLAN_6727\"\n            },\n            {\n                \"essid\": \"Porsche_WLAN_6787\"\n            },\n            {\n                \"essid\": \"Porsche_WLAN_6850\"\n            },\n            {\n                \"essid\": \"Porsche_WLAN_6893\"\n            },\n            {\n                \"essid\": \"Porsche_WLAN_6934\"\n            },\n            {\n                \"essid\": \"Porsche_WLAN_693f8a\"\n            },\n            {\n                \"essid\": \"Porsche_WLAN_7000\"\n            },\n            {\n                \"essid\": \"Porsche_WLAN_7068\"\n            },\n            {\n                \"essid\": \"Porsche_WLAN_7115\"\n            },\n            {\n                \"essid\": \"Porsche_WLAN_7145\"\n            },\n            {\n                \"essid\": \"Porsche_WLAN_7152\"\n            },\n            {\n                \"essid\": \"Porsche_WLAN_7180\"\n            },\n            {\n                \"essid\": \"Porsche_WLAN_7283\"\n            },\n            {\n                \"essid\": \"Porsche_WLAN_7416\"\n            },\n            {\n                \"essid\": \"Porsche_WLAN_7465\"\n            },\n            {\n                \"essid\": \"Porsche_WLAN_7613\"\n            },\n            {\n                \"essid\": \"Porsche_WLAN_783c56\"\n            },\n            {\n                \"essid\": \"Porsche_WLAN_8325\"\n            },\n            {\n                \"essid\": \"Porsche_WLAN_8439\"\n            },\n            {\n                \"essid\": \"Porsche_WLAN_8515\"\n            },\n            {\n                \"essid\": \"Porsche_WLAN_8521\"\n            },\n            {\n                \"essid\": \"Porsche_WLAN_8554\"\n            },\n            {\n                \"essid\": \"Porsche_WLAN_8588\"\n            },\n            {\n                \"essid\": \"Porsche_WLAN_8590\"\n            },\n            {\n                \"essid\": \"Porsche_WLAN_8647\"\n            },\n            {\n                \"essid\": \"Porsche_WLAN_9247\"\n            },\n            {\n                \"essid\": \"Porsche_WLAN_9274\"\n            },\n            {\n                \"essid\": \"Porsche_WLAN_9488\"\n            },\n            {\n                \"essid\": \"Porsche_WLAN_9630\"\n            },\n            {\n                \"essid\": \"Porsche_WLAN_9930\"\n            },\n            {\n                \"essid\": \"Porsche_WLAN_9961\"\n            },\n            {\n                \"essid\": \"Porsche_WLAN_9cf59a\"\n            },\n            {\n                \"essid\": \"Porsche_WLAN_d77425\"\n            },\n            {\n                \"essid\": \"Porsche_WLAN_e0846b\"\n            },\n            {\n                \"essid\": \"Porsche_WLAN_F48A10\"\n            },\n            {\n                \"essid\": \"porsche_yasamin\"\n            },\n            {\n                \"essid\": \"Portable speaker.n078\"\n            },\n            {\n                \"essid\": \"PORTAL_7016\"\n            },\n            {\n                \"essid\": \"portercruze\"\n            },\n            {\n                \"essid\": \"Porters Iphone\"\n            },\n            {\n                \"essid\": \"Portillo\"\n            },\n            {\n                \"essid\": \"Ports of Call\"\n            },\n            {\n                \"essid\": \"portthru\"\n            },\n            {\n                \"essid\": \"Portthru\"\n            },\n            {\n                \"essid\": \"Posada\"\n            },\n            {\n                \"essid\": \"POS - COCO\"\n            },\n            {\n                \"essid\": \"Poseidon-G\"\n            },\n            {\n                \"essid\": \"postman28\"\n            },\n            {\n                \"essid\": \"potato data\"\n            },\n            {\n                \"essid\": \"Potts XTS\"\n            },\n            {\n                \"essid\": \"powell12345\"\n            },\n            {\n                \"essid\": \"PowellCruze\"\n            },\n            {\n                \"essid\": \"Powell Volt\"\n            },\n            {\n                \"essid\": \"PowerAtl-2.4\"\n            },\n            {\n                \"essid\": \"PowhatanIndian\"\n            },\n            {\n                \"essid\": \"Poxie \"\n            },\n            {\n                \"essid\": \"PoyonJohnson-2.4\"\n            },\n            {\n                \"essid\": \"pp\"\n            },\n            {\n                \"essid\": \"PPG\"\n            },\n            {\n                \"essid\": \"PPI_Guest\"\n            },\n            {\n                \"essid\": \"PPI_Private\"\n            },\n            {\n                \"essid\": \"pplsopen.net-node2node\"\n            },\n            {\n                \"essid\": \"PPMM Hotspot 1\"\n            },\n            {\n                \"essid\": \"PPWM\"\n            },\n            {\n                \"essid\": \"PQ1C94E-1C790D09B7D5-089AA8\"\n            },\n            {\n                \"essid\": \"pq463\"\n            },\n            {\n                \"essid\": \"PQ5755\"\n            },\n            {\n                \"essid\": \"Prabesh’s iPhone\"\n            },\n            {\n                \"essid\": \"prachi\"\n            },\n            {\n                \"essid\": \"PradasMama\"\n            },\n            {\n                \"essid\": \"Praful56\"\n            },\n            {\n                \"essid\": \"Prague\"\n            },\n            {\n                \"essid\": \"Praise God 🙏✝️ everyone\"\n            },\n            {\n                \"essid\": \"Pramod\"\n            },\n            {\n                \"essid\": \"Pramod Singh Khatri\"\n            },\n            {\n                \"essid\": \"Precious camaro\"\n            },\n            {\n                \"essid\": \"Precita\"\n            },\n            {\n                \"essid\": \"precitaeyes\"\n            },\n            {\n                \"essid\": \"Precita Speaker.o\"\n            },\n            {\n                \"essid\": \"Preferred - 611\"\n            },\n            {\n                \"essid\": \"Premier\"\n            },\n            {\n                \"essid\": \"premierjls\"\n            },\n            {\n                \"essid\": \"PREMIER STORAGE\"\n            },\n            {\n                \"essid\": \"PREMIER STORAGE B\"\n            },\n            {\n                \"essid\": \"Premier_Wifi\"\n            },\n            {\n                \"essid\": \"Prescitech X12_2.4G_060A_EXT\"\n            },\n            {\n                \"essid\": \"preston\"\n            },\n            {\n                \"essid\": \"Preston Car\"\n            },\n            {\n                \"essid\": \"prettyflyforawifi\"\n            },\n            {\n                \"essid\": \"Prettyflyforawifi\"\n            },\n            {\n                \"essid\": \"Pretty fly for a wifi\"\n            },\n            {\n                \"essid\": \"Pretty fly for a Wi-Fi\"\n            },\n            {\n                \"essid\": \"PrettyFlyForAWiFi\"\n            },\n            {\n                \"essid\": \"Prettymixchick\"\n            },\n            {\n                \"essid\": \"PRGX\"\n            },\n            {\n                \"essid\": \"PRGX_EMPLOYEES\"\n            },\n            {\n                \"essid\": \"priebelamb\"\n            },\n            {\n                \"essid\": \"Priests Wife\"\n            },\n            {\n                \"essid\": \"Prime\"\n            },\n            {\n                \"essid\": \"PrimeMobileWiFi\"\n            },\n            {\n                \"essid\": \"PrimroseNetwork\"\n            },\n            {\n                \"essid\": \"PrimroseNetwork-Ext\"\n            },\n            {\n                \"essid\": \"PrimroseNetworkGuest\"\n            },\n            {\n                \"essid\": \"Prince’s iPhone\"\n            },\n            {\n                \"essid\": \"Princess\"\n            },\n            {\n                \"essid\": \"Princess1\"\n            },\n            {\n                \"essid\": \"Princess Leia\"\n            },\n            {\n                \"essid\": \"Princess SS\"\n            },\n            {\n                \"essid\": \"PrinceX2\"\n            },\n            {\n                \"essid\": \"PrintPostal-Guest\"\n            },\n            {\n                \"essid\": \"PrintPostal-MadDeals\"\n            },\n            {\n                \"essid\": \"Prio Car\"\n            },\n            {\n                \"essid\": \"Priority1\"\n            },\n            {\n                \"essid\": \"PRIUS\"\n            },\n            {\n                \"essid\": \"Private\"\n            },\n            {\n                \"essid\": \"PrivateConf.\"\n            },\n            {\n                \"essid\": \"Private_Network\"\n            },\n            {\n                \"essid\": \"Private Secure\"\n            },\n            {\n                \"essid\": \"Private WiFi\"\n            },\n            {\n                \"essid\": \"PrivateWiFi211\"\n            },\n            {\n                \"essid\": \"Private WiFi Default\"\n            },\n            {\n                \"essid\": \"Privet4\"\n            },\n            {\n                \"essid\": \"PRIYANKA\"\n            },\n            {\n                \"essid\": \"PRM\"\n            },\n            {\n                \"essid\": \"PRN\"\n            },\n            {\n                \"essid\": \"ProanoInt2.4\"\n            },\n            {\n                \"essid\": \"prob110134\"\n            },\n            {\n                \"essid\": \"probertc\"\n            },\n            {\n                \"essid\": \"procare-wlan\"\n            },\n            {\n                \"essid\": \"PRODOORANDGLASS\"\n            },\n            {\n                \"essid\": \"production\"\n            },\n            {\n                \"essid\": \"Production\"\n            },\n            {\n                \"essid\": \"Professional Charter Services\"\n            },\n            {\n                \"essid\": \"Professional Charter Services 2g\"\n            },\n            {\n                \"essid\": \"Professional Charter Services 5g\"\n            },\n            {\n                \"essid\": \"PRO GLASS\"\n            },\n            {\n                \"essid\": \"PROJ859cc8\"\n            },\n            {\n                \"essid\": \"PROJ86d88a\"\n            },\n            {\n                \"essid\": \"PROJ8773ee\"\n            },\n            {\n                \"essid\": \"PROJ903815\"\n            },\n            {\n                \"essid\": \"PROJcc2997\"\n            },\n            {\n                \"essid\": \"Promes\"\n            },\n            {\n                \"essid\": \"PromisedLANd\"\n            },\n            {\n                \"essid\": \"Propel1890 37022718\"\n            },\n            {\n                \"essid\": \"Propelfuels2\"\n            },\n            {\n                \"essid\": \"prosteve\"\n            },\n            {\n                \"essid\": \"Prostyle\"\n            },\n            {\n                \"essid\": \"protectedby12guage\"\n            },\n            {\n                \"essid\": \"PR RIVERSIDE\"\n            },\n            {\n                \"essid\": \"PRS\"\n            },\n            {\n                \"essid\": \"pruettwifi\"\n            },\n            {\n                \"essid\": \"Pryorak\"\n            },\n            {\n                \"essid\": \"PS282\"\n            },\n            {\n                \"essid\": \"PS4-03B90A97E907\"\n            },\n            {\n                \"essid\": \"PS4-541C2EC5F2ED\"\n            },\n            {\n                \"essid\": \"PS4-ACDD9B234616\"\n            },\n            {\n                \"essid\": \"Psalms\"\n            },\n            {\n                \"essid\": \"PSALMS 144\"\n            },\n            {\n                \"essid\": \"PSbeckman17\"\n            },\n            {\n                \"essid\": \"PSC-4462C1\"\n            },\n            {\n                \"essid\": \"PSC-446DF2\"\n            },\n            {\n                \"essid\": \"pshort’s iPhone\"\n            },\n            {\n                \"essid\": \"pshousewifi\"\n            },\n            {\n                \"essid\": \"PSIINC\"\n            },\n            {\n                \"essid\": \"psljbl\"\n            },\n            {\n                \"essid\": \"PSS-2G\"\n            },\n            {\n                \"essid\": \"%p%s%s%s%s%n\"\n            },\n            {\n                \"essid\": \"Pstrick\"\n            },\n            {\n                \"essid\": \"PT1-306\"\n            },\n            {\n                \"essid\": \"PTAP\"\n            },\n            {\n                \"essid\": \"PTAP Customers\"\n            },\n            {\n                \"essid\": \"PT Chevrolet\"\n            },\n            {\n                \"essid\": \"PT-guest-wifi\"\n            },\n            {\n                \"essid\": \"PtP-AirFiber\"\n            },\n            {\n                \"essid\": \"ptree1\"\n            },\n            {\n                \"essid\": \"Pubes' Playhouse\"\n            },\n            {\n                \"essid\": \"Pubes' Playhouse-guest\"\n            },\n            {\n                \"essid\": \"Public\"\n            },\n            {\n                \"essid\": \"Public-0f9\"\n            },\n            {\n                \"essid\": \"Public-89d\"\n            },\n            {\n                \"essid\": \"Public-da9\"\n            },\n            {\n                \"essid\": \".Public WiFi\"\n            },\n            {\n                \"essid\": \"Public WiFi Default\"\n            },\n            {\n                \"essid\": \"pudding\"\n            },\n            {\n                \"essid\": \"Pueblo Maya Guest\"\n            },\n            {\n                \"essid\": \"Pugh Family\"\n            },\n            {\n                \"essid\": \"Pughs\"\n            },\n            {\n                \"essid\": \"Pujol2.4_ShackOutback\"\n            },\n            {\n                \"essid\": \"Pujol_wifi\"\n            },\n            {\n                \"essid\": \"PUMAS WiFi yeeee\"\n            },\n            {\n                \"essid\": \"Pumpkin\"\n            },\n            {\n                \"essid\": \"Punkt. MP 02\"\n            },\n            {\n                \"essid\": \"Pupe\"\n            },\n            {\n                \"essid\": \"Pupperoni\"\n            },\n            {\n                \"essid\": \"Pura Vida Mobile\"\n            },\n            {\n                \"essid\": \"Puroswag\"\n            },\n            {\n                \"essid\": \"PurpleAir-b1f0\"\n            },\n            {\n                \"essid\": \"PurpleBox\"\n            },\n            {\n                \"essid\": \"Purple Car\"\n            },\n            {\n                \"essid\": \"Purple daddy\"\n            },\n            {\n                \"essid\": \"purplemonster\"\n            },\n            {\n                \"essid\": \"Pushkar Bolt\"\n            },\n            {\n                \"essid\": \"Pussy Farting\"\n            },\n            {\n                \"essid\": \"Puta\"\n            },\n            {\n                \"essid\": \"PV_AP1\"\n            },\n            {\n                \"essid\": \"PV_DR200_0149BA\"\n            },\n            {\n                \"essid\": \"PVEL JLRW\"\n            },\n            {\n                \"essid\": \"PVT.Waldrep\"\n            },\n            {\n                \"essid\": \"Pvt.WiFiRanger.3303\"\n            },\n            {\n                \"essid\": \"Pvt.WiFiRanger.5260\"\n            },\n            {\n                \"essid\": \"Pvt.WiFiRanger.5651\"\n            },\n            {\n                \"essid\": \"Pvt.WiFiRanger_Core.1831\"\n            },\n            {\n                \"essid\": \"Pvt.WiFiRanger_Go2.8060\"\n            },\n            {\n                \"essid\": \"Pvt.WiFiRanger_Sky3.3168\"\n            },\n            {\n                \"essid\": \"Pvt.WiFiRanger_Sky3.3666\"\n            },\n            {\n                \"essid\": \"Pvt.WiFiRanger_Sky3.3848\"\n            },\n            {\n                \"essid\": \"Pvt.WiFiRanger_Sky4.3479\"\n            },\n            {\n                \"essid\": \"Pvt.WiFiRanger_Sky.4504\"\n            },\n            {\n                \"essid\": \"Pvt.WiFiRanger_Sky4.8134\"\n            },\n            {\n                \"essid\": \"Pvt.WiFiRanger_Sky4LTE.9719\"\n            },\n            {\n                \"essid\": \"PVWIFI-06\"\n            },\n            {\n                \"essid\": \"PVZ\"\n            },\n            {\n                \"essid\": \"PWF0261783\"\n            },\n            {\n                \"essid\": \"PWF1216604\"\n            },\n            {\n                \"essid\": \"PWF1305743\"\n            },\n            {\n                \"essid\": \"PWF1451821\"\n            },\n            {\n                \"essid\": \"PWF1613347\"\n            },\n            {\n                \"essid\": \"PWF1666565\"\n            },\n            {\n                \"essid\": \"PWF1797964\"\n            },\n            {\n                \"essid\": \"PWF1843446\"\n            },\n            {\n                \"essid\": \"PWF1938907\"\n            },\n            {\n                \"essid\": \"PWF2311187\"\n            },\n            {\n                \"essid\": \"PWF2500003\"\n            },\n            {\n                \"essid\": \"PwrPak7-NMUT20290009X\"\n            },\n            {\n                \"essid\": \"PWRPLAN\"\n            },\n            {\n                \"essid\": \"py_hotspot\"\n            },\n            {\n                \"essid\": \"PYLES TRANSPORT\"\n            },\n            {\n                \"essid\": \"Pyramid\"\n            },\n            {\n                \"essid\": \"Pyramid Guest\"\n            },\n            {\n                \"essid\": \"Pyrotector Wi-Fi Network\"\n            },\n            {\n                \"essid\": \"Python \"\n            },\n            {\n                \"essid\": \"pz3\"\n            },\n            {\n                \"essid\": \"$PθГ§ μθГ~μθГ §PθГ°\"\n            },\n            {\n                \"essid\": \"Q2M1Ll12\"\n            },\n            {\n                \"essid\": \"Q5WIFI\"\n            },\n            {\n                \"essid\": \"q7\"\n            },\n            {\n                \"essid\": \"Q9jdgjxu\"\n            },\n            {\n                \"essid\": \"QbitLogicNet\"\n            },\n            {\n                \"essid\": \"QCHAN\"\n            },\n            {\n                \"essid\": \"QDAxbxfK\"\n            },\n            {\n                \"essid\": \"QFCWiFi\"\n            },\n            {\n                \"essid\": \"qflores\"\n            },\n            {\n                \"essid\": \"qiuqiuwqy\"\n            },\n            {\n                \"essid\": \"QQ_SM\"\n            },\n            {\n                \"essid\": \"QRSPNO 11946_2G\"\n            },\n            {\n                \"essid\": \"QTC\"\n            },\n            {\n                \"essid\": \"quaduo\"\n            },\n            {\n                \"essid\": \"QualityInn\"\n            },\n            {\n                \"essid\": \"Quality Inn\"\n            },\n            {\n                \"essid\": \"QualityInn_Macrotech\"\n            },\n            {\n                \"essid\": \"QualityInn WiFi\"\n            },\n            {\n                \"essid\": \"QualityOxford\"\n            },\n            {\n                \"essid\": \"QualityWifi\"\n            },\n            {\n                \"essid\": \"Quantenna\"\n            },\n            {\n                \"essid\": \"Queen\"\n            },\n            {\n                \"essid\": \"QueenBee\"\n            },\n            {\n                \"essid\": \"Queen Bee\"\n            },\n            {\n                \"essid\": \"Queen Sasha\"\n            },\n            {\n                \"essid\": \"quehongpeng\"\n            },\n            {\n                \"essid\": \"queriss\"\n            },\n            {\n                \"essid\": \"Quest6699\"\n            },\n            {\n                \"essid\": \"Quest Corp\"\n            },\n            {\n                \"essid\": \"QuickLane\"\n            },\n            {\n                \"essid\": \"QuickLane-Guest\"\n            },\n            {\n                \"essid\": \"quiet12\"\n            },\n            {\n                \"essid\": \"Quincy’s iPhone\"\n            },\n            {\n                \"essid\": \"quinnr\"\n            },\n            {\n                \"essid\": \"Quintero\"\n            },\n            {\n                \"essid\": \"Quintero_Guest\"\n            },\n            {\n                \"essid\": \"quinwalker iPad iOS 10.3.2 G5YL\"\n            },\n            {\n                \"essid\": \"quirchfoods\"\n            },\n            {\n                \"essid\": \"QuirkySetup-7D60\"\n            },\n            {\n                \"essid\": \"quirozllp\"\n            },\n            {\n                \"essid\": \"qui y lu\"\n            },\n            {\n                \"essid\": \"QVP Guest\"\n            },\n            {\n                \"essid\": \"QX60 TV\"\n            },\n            {\n                \"essid\": \"QZYNB\"\n            },\n            {\n                \"essid\": \"R0LLIN 0N BENZES\"\n            },\n            {\n                \"essid\": \"R2\"\n            },\n            {\n                \"essid\": \"R3T5B782LD\"\n            },\n            {\n                \"essid\": \"R6300v2\"\n            },\n            {\n                \"essid\": \"R6300v2-5\"\n            },\n            {\n                \"essid\": \"R6300v2EX\"\n            },\n            {\n                \"essid\": \"R6300v2_EXT\"\n            },\n            {\n                \"essid\": \"R850a-27CA98\"\n            },\n            {\n                \"essid\": \"R910a-2D1B3A\"\n            },\n            {\n                \"essid\": \"R910a-2D1B41\"\n            },\n            {\n                \"essid\": \"R910a-2E2376\"\n            },\n            {\n                \"essid\": \"R910a-2EC82B\"\n            },\n            {\n                \"essid\": \"R910a-30FECE\"\n            },\n            {\n                \"essid\": \"R910a-31A95F\"\n            },\n            {\n                \"essid\": \"R910a-31AAD7\"\n            },\n            {\n                \"essid\": \"R910a-3417C3\"\n            },\n            {\n                \"essid\": \"R910a-3666FE\"\n            },\n            {\n                \"essid\": \"R910a-39763B\"\n            },\n            {\n                \"essid\": \"R910a-3A1585\"\n            },\n            {\n                \"essid\": \"R910a-3E62C5\"\n            },\n            {\n                \"essid\": \"R910b-2D26FB\"\n            },\n            {\n                \"essid\": \"R910b-2D2861\"\n            },\n            {\n                \"essid\": \"R910b-3A22A5\"\n            },\n            {\n                \"essid\": \"R910b-TEST\"\n            },\n            {\n                \"essid\": \"Ra\"\n            },\n            {\n                \"essid\": \"Rabadi Cruze\"\n            },\n            {\n                \"essid\": \"Rabanito1260-2.4\"\n            },\n            {\n                \"essid\": \"Rabanito1260-5\"\n            },\n            {\n                \"essid\": \"RABZ\"\n            },\n            {\n                \"essid\": \"Ra Canyon\"\n            },\n            {\n                \"essid\": \"Raccoon\"\n            },\n            {\n                \"essid\": \"RaceCapture 35239383620\"\n            },\n            {\n                \"essid\": \"RaceTracWiFi\"\n            },\n            {\n                \"essid\": \"Rachael\\\\342\\\\200\\\\231s iPhone\"\n            },\n            {\n                \"essid\": \"Rachel Bolt\"\n            },\n            {\n                \"essid\": \"RachelF\"\n            },\n            {\n                \"essid\": \"RachelsBolt\"\n            },\n            {\n                \"essid\": \"RACHELS ESV\"\n            },\n            {\n                \"essid\": \"Rachels Sonic\"\n            },\n            {\n                \"essid\": \"RachelVolt\"\n            },\n            {\n                \"essid\": \"Rachetti's\"\n            },\n            {\n                \"essid\": \"Rachetti's Guest\"\n            },\n            {\n                \"essid\": \"Radbananas\"\n            },\n            {\n                \"essid\": \"RadCar\"\n            },\n            {\n                \"essid\": \"RADHA\"\n            },\n            {\n                \"essid\": \"RADHWAN ALHIJJAJ\"\n            },\n            {\n                \"essid\": \"radiotango\"\n            },\n            {\n                \"essid\": \"radiotango-guest\"\n            },\n            {\n                \"essid\": \"rado2015\"\n            },\n            {\n                \"essid\": \"RAE\"\n            },\n            {\n                \"essid\": \"RAFAEL\"\n            },\n            {\n                \"essid\": \"rafael2015\"\n            },\n            {\n                \"essid\": \"Rafael Impala\"\n            },\n            {\n                \"essid\": \"Rafael Iphone\"\n            },\n            {\n                \"essid\": \"rafn-corp\"\n            },\n            {\n                \"essid\": \"rafn-guest\"\n            },\n            {\n                \"essid\": \"Rage's weefee\"\n            },\n            {\n                \"essid\": \"raginn\"\n            },\n            {\n                \"essid\": \"RaglandWifi\"\n            },\n            {\n                \"essid\": \"Rahul’s iPhone\"\n            },\n            {\n                \"essid\": \"Raider Malibu\"\n            },\n            {\n                \"essid\": \"raidernation\"\n            },\n            {\n                \"essid\": \"Raiders\"\n            },\n            {\n                \"essid\": \"Raiders4life\"\n            },\n            {\n                \"essid\": \"RaidersGang\"\n            },\n            {\n                \"essid\": \"rainbow\"\n            },\n            {\n                \"essid\": \"Rainbow Motors\"\n            },\n            {\n                \"essid\": \"Rainbow University\"\n            },\n            {\n                \"essid\": \"Rainwater\"\n            },\n            {\n                \"essid\": \"RAI-SIGNAGE\"\n            },\n            {\n                \"essid\": \"Raj\\\\342\\\\200\\\\231s iPhone\"\n            },\n            {\n                \"essid\": \"RajaaZayoud\"\n            },\n            {\n                \"essid\": \"Rajit-phone\"\n            },\n            {\n                \"essid\": \"RAJIVA6\"\n            },\n            {\n                \"essid\": \"Rajnil’s iPhone\"\n            },\n            {\n                \"essid\": \"Rakaposhi\"\n            },\n            {\n                \"essid\": \"Ralph48\"\n            },\n            {\n                \"essid\": \"Ralph Atom’s iPhone\"\n            },\n            {\n                \"essid\": \"RalphPina1\"\n            },\n            {\n                \"essid\": \"RalphPina2\"\n            },\n            {\n                \"essid\": \"Ralphs Phone\"\n            },\n            {\n                \"essid\": \"Ralph's Room.k\"\n            },\n            {\n                \"essid\": \"RAMBOLL-GUEST\"\n            },\n            {\n                \"essid\": \"rambusyouth\"\n            },\n            {\n                \"essid\": \"Ramers18\"\n            },\n            {\n                \"essid\": \"Ramey Home\"\n            },\n            {\n                \"essid\": \"ramfamily\"\n            },\n            {\n                \"essid\": \"RamHemi\"\n            },\n            {\n                \"essid\": \"Ramils Bolt\"\n            },\n            {\n                \"essid\": \"Ramirezsilverado\"\n            },\n            {\n                \"essid\": \"ramirezwifi\"\n            },\n            {\n                \"essid\": \"ramon09\"\n            },\n            {\n                \"essid\": \"ramon510\"\n            },\n            {\n                \"essid\": \"Ramone\"\n            },\n            {\n                \"essid\": \"RAMONS CADILLAC\"\n            },\n            {\n                \"essid\": \"Ramonshouse\"\n            },\n            {\n                \"essid\": \"rampaats\"\n            },\n            {\n                \"essid\": \"Ramsey\"\n            },\n            {\n                \"essid\": \"Ramsey 701\"\n            },\n            {\n                \"essid\": \"RamWifi17\"\n            },\n            {\n                \"essid\": \"Ranahan\"\n            },\n            {\n                \"essid\": \"Ranahan 0366\"\n            },\n            {\n                \"essid\": \"Ranahan 3249\"\n            },\n            {\n                \"essid\": \"RANCH-1160\"\n            },\n            {\n                \"essid\": \"ranchoprocnk\"\n            },\n            {\n                \"essid\": \"randmcnally_018F\"\n            },\n            {\n                \"essid\": \"Randy\\\\342\\\\200\\\\231s iPhone\"\n            },\n            {\n                \"essid\": \"randysauto\"\n            },\n            {\n                \"essid\": \"Randys Auto Guest\"\n            },\n            {\n                \"essid\": \"Randys CTS\"\n            },\n            {\n                \"essid\": \"randystruck\"\n            },\n            {\n                \"essid\": \"RandysTruck\"\n            },\n            {\n                \"essid\": \"Raneisha\\\\342\\\\200\\\\231s iPhone\"\n            },\n            {\n                \"essid\": \"Ranelletti Bolt\"\n            },\n            {\n                \"essid\": \"R a n g a\"\n            },\n            {\n                \"essid\": \"Rangel\"\n            },\n            {\n                \"essid\": \"Rangels Traverse\"\n            },\n            {\n                \"essid\": \"Ranger\"\n            },\n            {\n                \"essid\": \"rangeroony\"\n            },\n            {\n                \"essid\": \"Rangeroverlover\"\n            },\n            {\n                \"essid\": \"rangulo\"\n            },\n            {\n                \"essid\": \"ranina\"\n            },\n            {\n                \"essid\": \"Ranko Volt\"\n            },\n            {\n                \"essid\": \"Raphael1\"\n            },\n            {\n                \"essid\": \"rapha’s iPhone\"\n            },\n            {\n                \"essid\": \"RapidRide\"\n            },\n            {\n                \"essid\": \"Raptarawr\"\n            },\n            {\n                \"essid\": \"Raptor\"\n            },\n            {\n                \"essid\": \"RAPTOR\"\n            },\n            {\n                \"essid\": \"Raptor Steed\"\n            },\n            {\n                \"essid\": \"RAQLEXBOLT HOTSPOT\"\n            },\n            {\n                \"essid\": \"RAQUEL G\"\n            },\n            {\n                \"essid\": \"RaquelsChevySS\"\n            },\n            {\n                \"essid\": \"Raquel’s iPhone\"\n            },\n            {\n                \"essid\": \"Rasha\"\n            },\n            {\n                \"essid\": \"Rasha-2\"\n            },\n            {\n                \"essid\": \"Rasha-5\"\n            },\n            {\n                \"essid\": \"rastarojo\"\n            },\n            {\n                \"essid\": \"Ratdin\"\n            },\n            {\n                \"essid\": \"ratelaev\"\n            },\n            {\n                \"essid\": \"Ratpac AKS\"\n            },\n            {\n                \"essid\": \"RAUDI\"\n            },\n            {\n                \"essid\": \"Rav4\"\n            },\n            {\n                \"essid\": \"RAV4\"\n            },\n            {\n                \"essid\": \"Rav4 dc\"\n            },\n            {\n                \"essid\": \"Ravenforever\"\n            },\n            {\n                \"essid\": \"RAVENS\"\n            },\n            {\n                \"essid\": \"RAV-ISHING <3\"\n            },\n            {\n                \"essid\": \"Ravi's Mbz\"\n            },\n            {\n                \"essid\": \"Rawchicken\"\n            },\n            {\n                \"essid\": \"RawDawg\"\n            },\n            {\n                \"essid\": \"RAWLYK M\"\n            },\n            {\n                \"essid\": \"Ray Bareng’s iPhone\"\n            },\n            {\n                \"essid\": \"Raycom Guest\"\n            },\n            {\n                \"essid\": \"Raycom Internet\"\n            },\n            {\n                \"essid\": \"Raycom Network\"\n            },\n            {\n                \"essid\": \"raydy\"\n            },\n            {\n                \"essid\": \"RayHawaiiBon\"\n            },\n            {\n                \"essid\": \"Ray iPhone\"\n            },\n            {\n                \"essid\": \"RaymondGuoIsShort\"\n            },\n            {\n                \"essid\": \"Raymond's Hoes\"\n            },\n            {\n                \"essid\": \"RaymondsTerrain\"\n            },\n            {\n                \"essid\": \"RayRayswifi\"\n            },\n            {\n                \"essid\": \"Rays Acadia\"\n            },\n            {\n                \"essid\": \"RaysDoughnuts-2\"\n            },\n            {\n                \"essid\": \"RaysDoughnuts-2-5\"\n            },\n            {\n                \"essid\": \"rays suburban\"\n            },\n            {\n                \"essid\": \"Ray Timm\"\n            },\n            {\n                \"essid\": \"Razer Phone 2_2799\"\n            },\n            {\n                \"essid\": \"RB\"\n            },\n            {\n                \"essid\": \"rbarry224-2.4\"\n            },\n            {\n                \"essid\": \"RBBolt\"\n            },\n            {\n                \"essid\": \"rbf\"\n            },\n            {\n                \"essid\": \"RBI\"\n            },\n            {\n                \"essid\": \"R Bolt\"\n            },\n            {\n                \"essid\": \"RB Pixel 2 XL\"\n            },\n            {\n                \"essid\": \"rbthompson’s iPhone X\"\n            },\n            {\n                \"essid\": \"RC\"\n            },\n            {\n                \"essid\": \"RC555L-7888\"\n            },\n            {\n                \"essid\": \"Rcampos\"\n            },\n            {\n                \"essid\": \"RCamryCam\"\n            },\n            {\n                \"essid\": \"R Car Hotspot1\"\n            },\n            {\n                \"essid\": \"R&CForeva\"\n            },\n            {\n                \"essid\": \"rchere7\"\n            },\n            {\n                \"essid\": \"RCOM_714324\"\n            },\n            {\n                \"essid\": \"RCOM_718216\"\n            },\n            {\n                \"essid\": \"RCOM_719248\"\n            },\n            {\n                \"essid\": \"RCOM_719254\"\n            },\n            {\n                \"essid\": \"RCOM_720912\"\n            },\n            {\n                \"essid\": \"rcravens\"\n            },\n            {\n                \"essid\": \"RCsTruck\"\n            },\n            {\n                \"essid\": \"RCWD_HQ\"\n            },\n            {\n                \"essid\": \"RCWD_IT\"\n            },\n            {\n                \"essid\": \"RCWD_OPS\"\n            },\n            {\n                \"essid\": \"RCWD_WH\"\n            },\n            {\n                \"essid\": \"Rcworm TV.v\"\n            },\n            {\n                \"essid\": \"R&D Explorer\"\n            },\n            {\n                \"essid\": \"Rdg hotspot\"\n            },\n            {\n                \"essid\": \"real gamer hours\"\n            },\n            {\n                \"essid\": \"Realign\"\n            },\n            {\n                \"essid\": \"ReallisticHouse\"\n            },\n            {\n                \"essid\": \"Real Love A10e 0917\"\n            },\n            {\n                \"essid\": \"Real Love J2 Core 3753\"\n            },\n            {\n                \"essid\": \"REALMADRID5.0\"\n            },\n            {\n                \"essid\": \"RealNiggaWifi\"\n            },\n            {\n                \"essid\": \"RealtimeWifi\"\n            },\n            {\n                \"essid\": \"Realtor Robin\"\n            },\n            {\n                \"essid\": \"Rear\"\n            },\n            {\n                \"essid\": \"Rear & Driver\"\n            },\n            {\n                \"essid\": \"rebeales\"\n            },\n            {\n                \"essid\": \"Rebecca\"\n            },\n            {\n                \"essid\": \"Rebel 2.4\"\n            },\n            {\n                \"essid\": \"Rebel 5G\"\n            },\n            {\n                \"essid\": \"RECESSMONKEYGOPRO\"\n            },\n            {\n                \"essid\": \"Recovered Malibu\"\n            },\n            {\n                \"essid\": \"Recover.Me-1803E0\"\n            },\n            {\n                \"essid\": \"Recover.Me-29B3E0\"\n            },\n            {\n                \"essid\": \"Rectory\"\n            },\n            {\n                \"essid\": \"red\"\n            },\n            {\n                \"essid\": \"RED1490\"\n            },\n            {\n                \"essid\": \"RED-5\"\n            },\n            {\n                \"essid\": \"Redball\"\n            },\n            {\n                \"essid\": \"Red Bolt\"\n            },\n            {\n                \"essid\": \"Redbone\"\n            },\n            {\n                \"essid\": \"redcarpetinn1\"\n            },\n            {\n                \"essid\": \"Red Chevy Pickup\"\n            },\n            {\n                \"essid\": \"RedClayGuest\"\n            },\n            {\n                \"essid\": \"Redcloud\"\n            },\n            {\n                \"essid\": \"RedCloud27\"\n            },\n            {\n                \"essid\": \"Redclouds\"\n            },\n            {\n                \"essid\": \"RedEagle\"\n            },\n            {\n                \"essid\": \"Red Eagle-guest\"\n            },\n            {\n                \"essid\": \"Redfield Suburban\"\n            },\n            {\n                \"essid\": \"red-guest\"\n            },\n            {\n                \"essid\": \"Redhill\"\n            },\n            {\n                \"essid\": \"Redmi\"\n            },\n            {\n                \"essid\": \"Redmi H\"\n            },\n            {\n                \"essid\": \"Redmi Note 2\"\n            },\n            {\n                \"essid\": \"Redmi Note 9 Pro\"\n            },\n            {\n                \"essid\": \"Red Nena\"\n            },\n            {\n                \"essid\": \"RedRocket\"\n            },\n            {\n                \"essid\": \"RedRoofD\"\n            },\n            {\n                \"essid\": \"RedRoofE\"\n            },\n            {\n                \"essid\": \"RedRoofF\"\n            },\n            {\n                \"essid\": \"Red Roof Guest\"\n            },\n            {\n                \"essid\": \"Red-Rose\"\n            },\n            {\n                \"essid\": \"Redshift\"\n            },\n            {\n                \"essid\": \"redsilverado\"\n            },\n            {\n                \"essid\": \"Red Sox 2\"\n            },\n            {\n                \"essid\": \"Red Stripe\"\n            },\n            {\n                \"essid\": \"RED TOYOTA COROLLA \"\n            },\n            {\n                \"essid\": \"RedTrooper\"\n            },\n            {\n                \"essid\": \"Red Velvet\"\n            },\n            {\n                \"essid\": \"Reeddwa hotspot\"\n            },\n            {\n                \"essid\": \"ReedFamilia\"\n            },\n            {\n                \"essid\": \"Reed Residence\"\n            },\n            {\n                \"essid\": \"reem\"\n            },\n            {\n                \"essid\": \"Reenies Volt\"\n            },\n            {\n                \"essid\": \"Reep's Guest Network\"\n            },\n            {\n                \"essid\": \"Ree shit\"\n            },\n            {\n                \"essid\": \"Reeves Vehicle\"\n            },\n            {\n                \"essid\": \"refried beans\"\n            },\n            {\n                \"essid\": \"reggie\"\n            },\n            {\n                \"essid\": \"Reggie\"\n            },\n            {\n                \"essid\": \"Reggies Chevrolet\"\n            },\n            {\n                \"essid\": \"Reggie's hotspot\"\n            },\n            {\n                \"essid\": \"ReghanB\"\n            },\n            {\n                \"essid\": \"Reghan Sonic\"\n            },\n            {\n                \"essid\": \"reginaldod1\"\n            },\n            {\n                \"essid\": \"REGINASILVERADO\"\n            },\n            {\n                \"essid\": \"Reginas Volt\"\n            },\n            {\n                \"essid\": \"Regine\\\\342\\\\200\\\\230 s iPhone\"\n            },\n            {\n                \"essid\": \"Regis\"\n            },\n            {\n                \"essid\": \"Register For Wi-Fi Here\"\n            },\n            {\n                \"essid\": \"regul8r\"\n            },\n            {\n                \"essid\": \"RehabNet\"\n            },\n            {\n                \"essid\": \"Rehban\"\n            },\n            {\n                \"essid\": \"Reids Chevy\"\n            },\n            {\n                \"essid\": \"Reilly\"\n            },\n            {\n                \"essid\": \"ReillyCast\"\n            },\n            {\n                \"essid\": \"ReillyWiFi\"\n            },\n            {\n                \"essid\": \"RELLO31\"\n            },\n            {\n                \"essid\": \"Relly\"\n            },\n            {\n                \"essid\": \"Remalyn's iPhone\"\n            },\n            {\n                \"essid\": \"remax_wireless\"\n            },\n            {\n                \"essid\": \"Remmy 2017\"\n            },\n            {\n                \"essid\": \"REMORCABLE\"\n            },\n            {\n                \"essid\": \"REMOTE32unhc\"\n            },\n            {\n                \"essid\": \"REMOTE62vyfu\"\n            },\n            {\n                \"essid\": \"REMOTE66yxbd\"\n            },\n            {\n                \"essid\": \"REMOTE77aynr\"\n            },\n            {\n                \"essid\": \"REM UF\"\n            },\n            {\n                \"essid\": \"Renasant Bank\"\n            },\n            {\n                \"essid\": \"Renasant Bank-Guest\"\n            },\n            {\n                \"essid\": \"Renata’s iPhone\"\n            },\n            {\n                \"essid\": \"RENAUD\"\n            },\n            {\n                \"essid\": \"rene a.'s iPhone\"\n            },\n            {\n                \"essid\": \"Renee1\"\n            },\n            {\n                \"essid\": \"Renee S\"\n            },\n            {\n                \"essid\": \"Renees Tahoe\"\n            },\n            {\n                \"essid\": \"Renegade Ranch - Guest\"\n            },\n            {\n                \"essid\": \"Rene’s iPhone\"\n            },\n            {\n                \"essid\": \"Rene's iphone 6plus\"\n            },\n            {\n                \"essid\": \"reopol\"\n            },\n            {\n                \"essid\": \"repink\"\n            },\n            {\n                \"essid\": \"Reptilian Mothership\"\n            },\n            {\n                \"essid\": \"Res12\"\n            },\n            {\n                \"essid\": \"RES45\"\n            },\n            {\n                \"essid\": \"Resendez\"\n            },\n            {\n                \"essid\": \"RESEUNESPACE\"\n            },\n            {\n                \"essid\": \"Resick\"\n            },\n            {\n                \"essid\": \"ResidenceInn_Guest\"\n            },\n            {\n                \"essid\": \"ResidenceInn_GUEST\"\n            },\n            {\n                \"essid\": \"ResponsibleLimo\"\n            },\n            {\n                \"essid\": \"Restaur\"\n            },\n            {\n                \"essid\": \"retail\"\n            },\n            {\n                \"essid\": \"Retired\"\n            },\n            {\n                \"essid\": \"retirement\"\n            },\n            {\n                \"essid\": \"Retro Games\"\n            },\n            {\n                \"essid\": \"Re Usa\"\n            },\n            {\n                \"essid\": \"revcafegelato\"\n            },\n            {\n                \"essid\": \"Revel\"\n            },\n            {\n                \"essid\": \"Revelation Guest\"\n            },\n            {\n                \"essid\": \"Revelation House\"\n            },\n            {\n                \"essid\": \"REVEUR\"\n            },\n            {\n                \"essid\": \"Revival-2.4\"\n            },\n            {\n                \"essid\": \"Revivalcenter \"\n            },\n            {\n                \"essid\": \"Revival center_Guest\"\n            },\n            {\n                \"essid\": \"Revivalcenter Guest\"\n            },\n            {\n                \"essid\": \"revjohnbaker44\"\n            },\n            {\n                \"essid\": \"Revolution-Athletics-2.4\"\n            },\n            {\n                \"essid\": \"Revolution-Athletics-5\"\n            },\n            {\n                \"essid\": \"REVRV_8601\"\n            },\n            {\n                \"essid\": \"Revved\"\n            },\n            {\n                \"essid\": \"REVVL 2 0753\"\n            },\n            {\n                \"essid\": \"REVVL 2 3371\"\n            },\n            {\n                \"essid\": \"REVVL 2 3846\"\n            },\n            {\n                \"essid\": \"REVVL 2 4149\"\n            },\n            {\n                \"essid\": \"REVVL 2 4309\"\n            },\n            {\n                \"essid\": \"REVVL 2 5179\"\n            },\n            {\n                \"essid\": \"REVVL 2 6060\"\n            },\n            {\n                \"essid\": \"REVVL 2 9345\"\n            },\n            {\n                \"essid\": \"REVVL 2 PLUS 5791\"\n            },\n            {\n                \"essid\": \"REVVL 4 0097\"\n            },\n            {\n                \"essid\": \"REVVL 4 0633\"\n            },\n            {\n                \"essid\": \"REVVL 4 4314\"\n            },\n            {\n                \"essid\": \"REVVL 4 5067\"\n            },\n            {\n                \"essid\": \"REVVL 4 7585\"\n            },\n            {\n                \"essid\": \"REVVL 4 7891\"\n            },\n            {\n                \"essid\": \"REVVL 5G\"\n            },\n            {\n                \"essid\": \"REVVLRY 4192\"\n            },\n            {\n                \"essid\": \"Rew's iPhone SEn\"\n            },\n            {\n                \"essid\": \"rexnwolf\"\n            },\n            {\n                \"essid\": \"Rex's Iphone\"\n            },\n            {\n                \"essid\": \"RexVolt\"\n            },\n            {\n                \"essid\": \"reyesteran\"\n            },\n            {\n                \"essid\": \"Reyna\"\n            },\n            {\n                \"essid\": \"Reynolds\"\n            },\n            {\n                \"essid\": \"Reynolds_Realty-2.4\"\n            },\n            {\n                \"essid\": \"Reynolds Samsung Galaxy\"\n            },\n            {\n                \"essid\": \"Reynoles Drew\"\n            },\n            {\n                \"essid\": \"rfterminal\"\n            },\n            {\n                \"essid\": \"RFXLKFT000\"\n            },\n            {\n                \"essid\": \"Rg Cofield\"\n            },\n            {\n                \"essid\": \"RHCNA-Guests\"\n            },\n            {\n                \"essid\": \"RHGuest\"\n            },\n            {\n                \"essid\": \"Rhinestone Wagon\"\n            },\n            {\n                \"essid\": \"Rhino675\"\n            },\n            {\n                \"essid\": \"Rhonda’s iPhone\"\n            },\n            {\n                \"essid\": \"Rhonda Wifi\"\n            },\n            {\n                \"essid\": \"RHOVolt\"\n            },\n            {\n                \"essid\": \"RHuergas\"\n            },\n            {\n                \"essid\": \"RHXY-FBCD5E\"\n            },\n            {\n                \"essid\": \"rhyann\"\n            },\n            {\n                \"essid\": \"RICARDO SERVICES 2GHZ\"\n            },\n            {\n                \"essid\": \"Ricardo’s iPhone\"\n            },\n            {\n                \"essid\": \"Ricco2021\"\n            },\n            {\n                \"essid\": \"RICE_CAKES\"\n            },\n            {\n                \"essid\": \"Ricehouse-2.4\"\n            },\n            {\n                \"essid\": \"RiceysHotspot\"\n            },\n            {\n                \"essid\": \"richard\"\n            },\n            {\n                \"essid\": \"Richard\"\n            },\n            {\n                \"essid\": \"Richard\\\\342\\\\200\\\\231s iPhone\"\n            },\n            {\n                \"essid\": \"richardatsv\"\n            },\n            {\n                \"essid\": \"Richard Bolt\"\n            },\n            {\n                \"essid\": \"Richard iP12\"\n            },\n            {\n                \"essid\": \"Richards\"\n            },\n            {\n                \"essid\": \"RichardsCar\"\n            },\n            {\n                \"essid\": \"richard silverado\"\n            },\n            {\n                \"essid\": \"Richard’s iPhone\"\n            },\n            {\n                \"essid\": \"richards silverado\"\n            },\n            {\n                \"essid\": \"richards spark\"\n            },\n            {\n                \"essid\": \"Richard's Wi-Fi Network\"\n            },\n            {\n                \"essid\": \"Richeslabel\"\n            },\n            {\n                \"essid\": \"Richeson\"\n            },\n            {\n                \"essid\": \"Rich EV 16\"\n            },\n            {\n                \"essid\": \"Richie12\"\n            },\n            {\n                \"essid\": \"Richter Wifi Network\"\n            },\n            {\n                \"essid\": \"Rick31\"\n            },\n            {\n                \"essid\": \"Rick Bobb1\"\n            },\n            {\n                \"essid\": \"Rick Carter\"\n            },\n            {\n                \"essid\": \"rickdiculous\"\n            },\n            {\n                \"essid\": \"ricklevon\"\n            },\n            {\n                \"essid\": \"RICKMAN WIFI\"\n            },\n            {\n                \"essid\": \"Rick’s iPhone\"\n            },\n            {\n                \"essid\": \"RicksQ7\"\n            },\n            {\n                \"essid\": \"Rickyj35\"\n            },\n            {\n                \"essid\": \"rickys camaro\"\n            },\n            {\n                \"essid\": \"rickysilberabl\"\n            },\n            {\n                \"essid\": \"RICO CADDY\"\n            },\n            {\n                \"essid\": \"RIDECAM_003518CC0000069E\"\n            },\n            {\n                \"essid\": \"Ridekleen\"\n            },\n            {\n                \"essid\": \"RideofOtis\"\n            },\n            {\n                \"essid\": \"RIDESHARE\"\n            },\n            {\n                \"essid\": \"Ridgeback\"\n            },\n            {\n                \"essid\": \"Ridgeback_guest\"\n            },\n            {\n                \"essid\": \"ridgebackluver\"\n            },\n            {\n                \"essid\": \"ridgejason\"\n            },\n            {\n                \"essid\": \"Ridgewood-2G\"\n            },\n            {\n                \"essid\": \"Riesters Cruze\"\n            },\n            {\n                \"essid\": \"Rig 328\"\n            },\n            {\n                \"essid\": \"RIG-329\"\n            },\n            {\n                \"essid\": \"Rig-329radio\"\n            },\n            {\n                \"essid\": \"RiggsbeeRoyalty\"\n            },\n            {\n                \"essid\": \"rigoberto\"\n            },\n            {\n                \"essid\": \"riki1440\"\n            },\n            {\n                \"essid\": \"RilaFarmily\"\n            },\n            {\n                \"essid\": \"Rinc-18\"\n            },\n            {\n                \"essid\": \"ring\"\n            },\n            {\n                \"essid\": \"Ring-17c4fe\"\n            },\n            {\n                \"essid\": \"Ring-ab02da\"\n            },\n            {\n                \"essid\": \"Ring-daf76d\"\n            },\n            {\n                \"essid\": \"Ring Setup 31\"\n            },\n            {\n                \"essid\": \"Ring Setup 41\"\n            },\n            {\n                \"essid\": \"Ring Setup 47\"\n            },\n            {\n                \"essid\": \"Ring Setup 73\"\n            },\n            {\n                \"essid\": \"Ring Setup 84\"\n            },\n            {\n                \"essid\": \"Ring Setup ab\"\n            },\n            {\n                \"essid\": \"Ring Setup ae\"\n            },\n            {\n                \"essid\": \"Ring Setup c8\"\n            },\n            {\n                \"essid\": \"Ring Setup e7\"\n            },\n            {\n                \"essid\": \"Rinnbin\"\n            },\n            {\n                \"essid\": \"RinoWiFi\"\n            },\n            {\n                \"essid\": \"Rio Hotspot\"\n            },\n            {\n                \"essid\": \"RIPHerman\"\n            },\n            {\n                \"essid\": \"R-Iphone 7+\"\n            },\n            {\n                \"essid\": \"RIP OG\"\n            },\n            {\n                \"essid\": \"risa\"\n            },\n            {\n                \"essid\": \"Risa's speaker.o\"\n            },\n            {\n                \"essid\": \"Rise Up\"\n            },\n            {\n                \"essid\": \"Risio 3_5251\"\n            },\n            {\n                \"essid\": \"Rissas_wifi\"\n            },\n            {\n                \"essid\": \"Rissas_Wifi\"\n            },\n            {\n                \"essid\": \"Rissas_WiFi\"\n            },\n            {\n                \"essid\": \"Rita17Equinox\"\n            },\n            {\n                \"essid\": \"ritasgmc\"\n            },\n            {\n                \"essid\": \"Ritas Truck\"\n            },\n            {\n                \"essid\": \"riteway\"\n            },\n            {\n                \"essid\": \"Ritu Wifi\"\n            },\n            {\n                \"essid\": \"RiveraFamily423\"\n            },\n            {\n                \"essid\": \"RiveraFamily423 5.0\"\n            },\n            {\n                \"essid\": \"Riverahome\"\n            },\n            {\n                \"essid\": \"riverside\"\n            },\n            {\n                \"essid\": \"Riversound132\"\n            },\n            {\n                \"essid\": \"Riversound 216 Resident WiFi\"\n            },\n            {\n                \"essid\": \"River walk \"\n            },\n            {\n                \"essid\": \"RJ-4040_7369\"\n            },\n            {\n                \"essid\": \"RJGuest\"\n            },\n            {\n                \"essid\": \"RJKinSJ\"\n            },\n            {\n                \"essid\": \"RJTR_Guest_Wifi\"\n            },\n            {\n                \"essid\": \"RJTR_Wifi\"\n            },\n            {\n                \"essid\": \"rjttruck1\"\n            },\n            {\n                \"essid\": \"R Kittredge\"\n            },\n            {\n                \"essid\": \"RLANG-TRUCK\"\n            },\n            {\n                \"essid\": \"RLJDEVICEWIFIPRIVATE\"\n            },\n            {\n                \"essid\": \"RLT wifi\"\n            },\n            {\n                \"essid\": \"RM721\"\n            },\n            {\n                \"essid\": \"RMB Bolt\"\n            },\n            {\n                \"essid\": \"rmcclennon\"\n            },\n            {\n                \"essid\": \"RMD\"\n            },\n            {\n                \"essid\": \"RMDC200-004911\"\n            },\n            {\n                \"essid\": \"RMDC200-013584\"\n            },\n            {\n                \"essid\": \"RMDC200-250634\"\n            },\n            {\n                \"essid\": \"RMDC200-251132\"\n            },\n            {\n                \"essid\": \"RMDC200-253364\"\n            },\n            {\n                \"essid\": \"RMD-Mgmt\"\n            },\n            {\n                \"essid\": \"RMD Primary Care Guest\"\n            },\n            {\n                \"essid\": \"RM E70534 0890415\"\n            },\n            {\n                \"essid\": \"RMJ711\"\n            },\n            {\n                \"essid\": \"RMK S9+\"\n            },\n            {\n                \"essid\": \"RMSCC-AP\"\n            },\n            {\n                \"essid\": \"RMS's Wi-Fi Network\"\n            },\n            {\n                \"essid\": \"rmts\"\n            },\n            {\n                \"essid\": \"Rn7YuK1ePBxgH3U\"\n            },\n            {\n                \"essid\": \"RNA Insurance Agency\"\n            },\n            {\n                \"essid\": \"RNA Insurance Agency-guest\"\n            },\n            {\n                \"essid\": \"RNB\"\n            },\n            {\n                \"essid\": \"RNB_5GHz\"\n            },\n            {\n                \"essid\": \"RnD.b\"\n            },\n            {\n                \"essid\": \"RNet\"\n            },\n            {\n                \"essid\": \"RNet_Guest01\"\n            },\n            {\n                \"essid\": \"RoadDog\"\n            },\n            {\n                \"essid\": \"RoadEyes_recONE\"\n            },\n            {\n                \"essid\": \"roadie-529ded2d\"\n            },\n            {\n                \"essid\": \"roadie-8bdcb0f8\"\n            },\n            {\n                \"essid\": \"roadie-b38062d\"\n            },\n            {\n                \"essid\": \"roadie-b78d6c86\"\n            },\n            {\n                \"essid\": \"roadie-eacceb76\"\n            },\n            {\n                \"essid\": \"roadman44\"\n            },\n            {\n                \"essid\": \"Road runnin\"\n            },\n            {\n                \"essid\": \"Road Scout\"\n            },\n            {\n                \"essid\": \"RoadSup_Wifi_91400\"\n            },\n            {\n                \"essid\": \"RoadSup_Wifi_91401\"\n            },\n            {\n                \"essid\": \"RoadSup_Wifi_91402\"\n            },\n            {\n                \"essid\": \"RoadSup_Wifi_91403\"\n            },\n            {\n                \"essid\": \"RoadSup_Wifi_91404\"\n            },\n            {\n                \"essid\": \"RoadSup_Wifi_91405\"\n            },\n            {\n                \"essid\": \"RoadSup_Wifi_91406\"\n            },\n            {\n                \"essid\": \"RoadSup_Wifi_91407\"\n            },\n            {\n                \"essid\": \"RoadSup_Wifi_91500\"\n            },\n            {\n                \"essid\": \"RoadSup_Wifi_91501\"\n            },\n            {\n                \"essid\": \"RoadSup_Wifi_91503\"\n            },\n            {\n                \"essid\": \"RoadSup_Wifi_91504\"\n            },\n            {\n                \"essid\": \"RoadSup_Wifi_91505\"\n            },\n            {\n                \"essid\": \"RoadSup_Wifi_91506\"\n            },\n            {\n                \"essid\": \"RoadSup_Wifi_91507\"\n            },\n            {\n                \"essid\": \"RoadSup_Wifi_91601\"\n            },\n            {\n                \"essid\": \"ROADTRIP\"\n            },\n            {\n                \"essid\": \"Roamingman_03607\"\n            },\n            {\n                \"essid\": \"Roamingman_19008\"\n            },\n            {\n                \"essid\": \"Roamingman_26859\"\n            },\n            {\n                \"essid\": \"Roamingman_42570\"\n            },\n            {\n                \"essid\": \"Roamingman_45300\"\n            },\n            {\n                \"essid\": \"Roamingman_56201\"\n            },\n            {\n                \"essid\": \"Roamingman_81479\"\n            },\n            {\n                \"essid\": \"ROAMMEMBER\"\n            },\n            {\n                \"essid\": \"RoamWiFi-170978\"\n            },\n            {\n                \"essid\": \"RoamWiFi-182105\"\n            },\n            {\n                \"essid\": \"RoamWiFi-182189\"\n            },\n            {\n                \"essid\": \"RoamWiFi-190119\"\n            },\n            {\n                \"essid\": \"RoamWiFi-231609\"\n            },\n            {\n                \"essid\": \"RoamWiFi-231768\"\n            },\n            {\n                \"essid\": \"RoamWiFi-234305\"\n            },\n            {\n                \"essid\": \"RoamWiFi-235395\"\n            },\n            {\n                \"essid\": \"RoamWiFi-236442\"\n            },\n            {\n                \"essid\": \"RoamWiFi-237672\"\n            },\n            {\n                \"essid\": \"RoamWiFi-238477\"\n            },\n            {\n                \"essid\": \"RoamWiFi-238817\"\n            },\n            {\n                \"essid\": \"RoamWiFi-239858\"\n            },\n            {\n                \"essid\": \"RoamWiFi-260267\"\n            },\n            {\n                \"essid\": \"RoamWiFi-264173\"\n            },\n            {\n                \"essid\": \"RoamWiFi-266160\"\n            },\n            {\n                \"essid\": \"RoamWiFi-269795\"\n            },\n            {\n                \"essid\": \"RoamWiFi-269976\"\n            },\n            {\n                \"essid\": \"RoamWiFi-270880\"\n            },\n            {\n                \"essid\": \"RoamWiFi-278839\"\n            },\n            {\n                \"essid\": \"RoamWiFi-290298\"\n            },\n            {\n                \"essid\": \"RoamWiFi-323496\"\n            },\n            {\n                \"essid\": \"roaseann\"\n            },\n            {\n                \"essid\": \"Roav_A0_2858\"\n            },\n            {\n                \"essid\": \"Roav_A0_2C4D\"\n            },\n            {\n                \"essid\": \"Roav_A0_2CEB\"\n            },\n            {\n                \"essid\": \"Roav_A0_2E01\"\n            },\n            {\n                \"essid\": \"Roav_A0_2E46\"\n            },\n            {\n                \"essid\": \"Roav_A0_3235\"\n            },\n            {\n                \"essid\": \"Roav_A0_32A1\"\n            },\n            {\n                \"essid\": \"Roav_A0_32CE\"\n            },\n            {\n                \"essid\": \"Roav_A0_5123\"\n            },\n            {\n                \"essid\": \"Roav_A0_5747\"\n            },\n            {\n                \"essid\": \"Roav_A0_5A19\"\n            },\n            {\n                \"essid\": \"Roav_A0_5BC1\"\n            },\n            {\n                \"essid\": \"Roav_A0_60E7\"\n            },\n            {\n                \"essid\": \"Roav_A0_7682\"\n            },\n            {\n                \"essid\": \"Roav_A0_7F42\"\n            },\n            {\n                \"essid\": \"Roav_A0_9ED3\"\n            },\n            {\n                \"essid\": \"Roav_A0_9EF3\"\n            },\n            {\n                \"essid\": \"Roav_A0_A368\"\n            },\n            {\n                \"essid\": \"Roav_A0_A406\"\n            },\n            {\n                \"essid\": \"Roav_A0_A7C6\"\n            },\n            {\n                \"essid\": \"Roav_A0_A94C\"\n            },\n            {\n                \"essid\": \"Roav_A0_B09C\"\n            },\n            {\n                \"essid\": \"Roav_A0_D3A9\"\n            },\n            {\n                \"essid\": \"Roav_A0_F0B0\"\n            },\n            {\n                \"essid\": \"Roav_A0_F127\"\n            },\n            {\n                \"essid\": \"Roav_A0_F7C5\"\n            },\n            {\n                \"essid\": \"RoavC2Pro_09E4\"\n            },\n            {\n                \"essid\": \"RoavC2Pro_4DB9\"\n            },\n            {\n                \"essid\": \"RoavC2Pro_5097\"\n            },\n            {\n                \"essid\": \"RoavC2Pro_50BC\"\n            },\n            {\n                \"essid\": \"RoavC2Pro_50C9\"\n            },\n            {\n                \"essid\": \"RoavC2Pro_53E5\"\n            },\n            {\n                \"essid\": \"RoavC2Pro_55EE\"\n            },\n            {\n                \"essid\": \"RoavC2Pro_6590\"\n            },\n            {\n                \"essid\": \"RoavC2Pro_65B4\"\n            },\n            {\n                \"essid\": \"RoavC2Pro_784B\"\n            },\n            {\n                \"essid\": \"RoavC2Pro_7D7D\"\n            },\n            {\n                \"essid\": \"RoavC2Pro_7E77\"\n            },\n            {\n                \"essid\": \"RoavC2Pro_7EFD\"\n            },\n            {\n                \"essid\": \"RoavC2Pro_7F0F\"\n            },\n            {\n                \"essid\": \"RoavC2Pro_7F21\"\n            },\n            {\n                \"essid\": \"RoavC2Pro_823D\"\n            },\n            {\n                \"essid\": \"RoavC2Pro_83B5\"\n            },\n            {\n                \"essid\": \"RoavC2Pro_8A29\"\n            },\n            {\n                \"essid\": \"RoavC2Pro_8DDD\"\n            },\n            {\n                \"essid\": \"RoavC2Pro_8E00\"\n            },\n            {\n                \"essid\": \"RoavC2Pro_8EE2\"\n            },\n            {\n                \"essid\": \"RoavC2Pro_A388\"\n            },\n            {\n                \"essid\": \"RoavC2Pro_AB9D\"\n            },\n            {\n                \"essid\": \"RoavC2Pro_ABD0\"\n            },\n            {\n                \"essid\": \"RoavC2Pro_B286\"\n            },\n            {\n                \"essid\": \"RoavC2Pro_B569\"\n            },\n            {\n                \"essid\": \"RoavC2Pro_BA97\"\n            },\n            {\n                \"essid\": \"RoavC2Pro_C03B\"\n            },\n            {\n                \"essid\": \"RoavC2Pro_C1BA\"\n            },\n            {\n                \"essid\": \"RoavC2Pro_C549\"\n            },\n            {\n                \"essid\": \"RoavC2Pro_C642\"\n            },\n            {\n                \"essid\": \"RoavC2Pro_C6ED\"\n            },\n            {\n                \"essid\": \"RoavC2Pro_C84C\"\n            },\n            {\n                \"essid\": \"RoavC2Pro_C935\"\n            },\n            {\n                \"essid\": \"RoavC2Pro_C9EF\"\n            },\n            {\n                \"essid\": \"RoavC2Pro_CB3F\"\n            },\n            {\n                \"essid\": \"RoavC2Pro_CB97\"\n            },\n            {\n                \"essid\": \"RoavC2Pro_CBCB\"\n            },\n            {\n                \"essid\": \"RoavC2Pro_CF4F\"\n            },\n            {\n                \"essid\": \"Roav_DashCam_02fc\"\n            },\n            {\n                \"essid\": \"Roav_DashCam_09a2\"\n            },\n            {\n                \"essid\": \"Roav_DashCam_0cd6\"\n            },\n            {\n                \"essid\": \"Roav_DashCam_0edd\"\n            },\n            {\n                \"essid\": \"Roav_DashCam_0f82\"\n            },\n            {\n                \"essid\": \"Roav_DashCam_10e2\"\n            },\n            {\n                \"essid\": \"Roav_DashCam_110c\"\n            },\n            {\n                \"essid\": \"Roav_DashCam_1287\"\n            },\n            {\n                \"essid\": \"Roav_DashCam_1465\"\n            },\n            {\n                \"essid\": \"Roav_DashCam_14a2\"\n            },\n            {\n                \"essid\": \"Roav_DashCam_155c\"\n            },\n            {\n                \"essid\": \"Roav_DashCam_1d64\"\n            },\n            {\n                \"essid\": \"Roav_DashCam_1dd0\"\n            },\n            {\n                \"essid\": \"Roav_DashCam_1ee5\"\n            },\n            {\n                \"essid\": \"Roav_DashCam_1eea\"\n            },\n            {\n                \"essid\": \"Roav_DashCam_2028\"\n            },\n            {\n                \"essid\": \"Roav_DashCam_213a\"\n            },\n            {\n                \"essid\": \"Roav_DashCam_2a24\"\n            },\n            {\n                \"essid\": \"Roav_DashCam_2a4b\"\n            },\n            {\n                \"essid\": \"Roav_DashCam_2ac5\"\n            },\n            {\n                \"essid\": \"Roav_DashCam_2c85\"\n            },\n            {\n                \"essid\": \"Roav_DashCam_31de\"\n            },\n            {\n                \"essid\": \"Roav_DashCam_31eb\"\n            },\n            {\n                \"essid\": \"Roav_DashCam_33da\"\n            },\n            {\n                \"essid\": \"Roav_DashCam_367c\"\n            },\n            {\n                \"essid\": \"Roav_DashCam_37f3\"\n            },\n            {\n                \"essid\": \"Roav_DashCam_3b43\"\n            },\n            {\n                \"essid\": \"Roav_DashCam_3de3\"\n            },\n            {\n                \"essid\": \"Roav_DashCam_3df5\"\n            },\n            {\n                \"essid\": \"Roav_DashCam_3ef2\"\n            },\n            {\n                \"essid\": \"Roav_DashCam_407d\"\n            },\n            {\n                \"essid\": \"Roav_DashCam_40f5\"\n            },\n            {\n                \"essid\": \"Roav_DashCam_42ce\"\n            },\n            {\n                \"essid\": \"Roav_DashCam_444b\"\n            },\n            {\n                \"essid\": \"Roav_DashCam_4cba\"\n            },\n            {\n                \"essid\": \"Roav_DashCam_4f66\"\n            },\n            {\n                \"essid\": \"Roav_DashCam_4f91\"\n            },\n            {\n                \"essid\": \"Roav_DashCam_56f3\"\n            },\n            {\n                \"essid\": \"Roav_DashCam_5ce7\"\n            },\n            {\n                \"essid\": \"Roav_DashCam_5d44\"\n            },\n            {\n                \"essid\": \"Roav_DashCam_5e09\"\n            },\n            {\n                \"essid\": \"Roav_DashCam_68ff\"\n            },\n            {\n                \"essid\": \"Roav_DashCam_699b\"\n            },\n            {\n                \"essid\": \"Roav_DashCam_69d4\"\n            },\n            {\n                \"essid\": \"Roav_DashCam_6a73\"\n            },\n            {\n                \"essid\": \"Roav_DashCam_6aa7\"\n            },\n            {\n                \"essid\": \"Roav_DashCam_81d6\"\n            },\n            {\n                \"essid\": \"Roav_DashCam_84f4\"\n            },\n            {\n                \"essid\": \"Roav_DashCam_850b\"\n            },\n            {\n                \"essid\": \"Roav_DashCam_8633\"\n            },\n            {\n                \"essid\": \"Roav_DashCam_87dc\"\n            },\n            {\n                \"essid\": \"Roav_DashCam_8d60\"\n            },\n            {\n                \"essid\": \"Roav_DashCam_8eaf\"\n            },\n            {\n                \"essid\": \"Roav_DashCam_94f6\"\n            },\n            {\n                \"essid\": \"Roav_DashCam_9608\"\n            },\n            {\n                \"essid\": \"Roav_DashCam_9731\"\n            },\n            {\n                \"essid\": \"Roav_DashCam_9a67\"\n            },\n            {\n                \"essid\": \"Roav_DashCam_9bca\"\n            },\n            {\n                \"essid\": \"Roav_DashCam_9be4\"\n            },\n            {\n                \"essid\": \"Roav_DashCam_abb5\"\n            },\n            {\n                \"essid\": \"Roav_DashCam_b4f9\"\n            },\n            {\n                \"essid\": \"Roav_DashCam_b523\"\n            },\n            {\n                \"essid\": \"Roav_DashCam_bdbf\"\n            },\n            {\n                \"essid\": \"Roav_DashCam_bdfe\"\n            },\n            {\n                \"essid\": \"Roav_DashCam_bdff\"\n            },\n            {\n                \"essid\": \"Roav_DashCam_bf72\"\n            },\n            {\n                \"essid\": \"Roav_DashCam_bf9c\"\n            },\n            {\n                \"essid\": \"Roav_DashCam_c2b5\"\n            },\n            {\n                \"essid\": \"Roav_DashCam_ca3b\"\n            },\n            {\n                \"essid\": \"Roav_DashCam_cb32\"\n            },\n            {\n                \"essid\": \"Roav_DashCam_db76\"\n            },\n            {\n                \"essid\": \"Roav_DashCam_e34b\"\n            },\n            {\n                \"essid\": \"Roav_DashCam_e374\"\n            },\n            {\n                \"essid\": \"Roav_DashCam_e403\"\n            },\n            {\n                \"essid\": \"Roav_DashCam_e409\"\n            },\n            {\n                \"essid\": \"Roav_DashCam_e7d2\"\n            },\n            {\n                \"essid\": \"Roav_DashCam_e829\"\n            },\n            {\n                \"essid\": \"Roav_DashCam_ef91\"\n            },\n            {\n                \"essid\": \"Roav_DashCam_f455\"\n            },\n            {\n                \"essid\": \"Roav_DashCam_faca\"\n            },\n            {\n                \"essid\": \"Roav_DashCam_fbf0\"\n            },\n            {\n                \"essid\": \"Rob\"\n            },\n            {\n                \"essid\": \"Robbins\"\n            },\n            {\n                \"essid\": \"Rob Bolt\"\n            },\n            {\n                \"essid\": \"Robby WiFi\"\n            },\n            {\n                \"essid\": \"robert\"\n            },\n            {\n                \"essid\": \"Robert\"\n            },\n            {\n                \"essid\": \"Roberta Tahoe\"\n            },\n            {\n                \"essid\": \"RobertChevy\"\n            },\n            {\n                \"essid\": \"Robert Cruze\"\n            },\n            {\n                \"essid\": \"Robertivy\"\n            },\n            {\n                \"essid\": \"Robert Lumpkin\"\n            },\n            {\n                \"essid\": \"Roberto\\\\342\\\\200\\\\231s iPhone\"\n            },\n            {\n                \"essid\": \"Roberto Diaz0225\"\n            },\n            {\n                \"essid\": \"Roberts\"\n            },\n            {\n                \"essid\": \"RobertsHotspot\"\n            },\n            {\n                \"essid\": \"Robert silverado\"\n            },\n            {\n                \"essid\": \"Robert Silverado\"\n            },\n            {\n                \"essid\": \"Robert’s iPhone\"\n            },\n            {\n                \"essid\": \"RobertsonsClose\"\n            },\n            {\n                \"essid\": \"Robert's Repair\"\n            },\n            {\n                \"essid\": \"Roberts Silverado\"\n            },\n            {\n                \"essid\": \"Roberts Siverado\"\n            },\n            {\n                \"essid\": \"Roberts Spark\"\n            },\n            {\n                \"essid\": \"Roberts Terrain\"\n            },\n            {\n                \"essid\": \"Robert Torrence\"\n            },\n            {\n                \"essid\": \"Robert Wifi\"\n            },\n            {\n                \"essid\": \"RobHert\"\n            },\n            {\n                \"essid\": \"Robilee\"\n            },\n            {\n                \"essid\": \"robin\"\n            },\n            {\n                \"essid\": \"Robin\"\n            },\n            {\n                \"essid\": \"Robin D\"\n            },\n            {\n                \"essid\": \"robinsaik\"\n            },\n            {\n                \"essid\": \"Robinson\"\n            },\n            {\n                \"essid\": \"Robin W\"\n            },\n            {\n                \"essid\": \"robinwbeck1\"\n            },\n            {\n                \"essid\": \"RobotsInMyPhone\"\n            },\n            {\n                \"essid\": \"Robs\"\n            },\n            {\n                \"essid\": \"Rob’s iPhone\"\n            },\n            {\n                \"essid\": \"Robs Malibu\"\n            },\n            {\n                \"essid\": \"Robs Rado\"\n            },\n            {\n                \"essid\": \"ROBS S9\"\n            },\n            {\n                \"essid\": \"RobsSilverado\"\n            },\n            {\n                \"essid\": \"Robs Truck\"\n            },\n            {\n                \"essid\": \"Robust44\"\n            },\n            {\n                \"essid\": \"Rob WiFi\"\n            },\n            {\n                \"essid\": \"ROBYNSILVERADO\"\n            },\n            {\n                \"essid\": \"rocco2006\"\n            },\n            {\n                \"essid\": \"Rocha\"\n            },\n            {\n                \"essid\": \"ROCHA\"\n            },\n            {\n                \"essid\": \"RochaCasa\"\n            },\n            {\n                \"essid\": \"Rocinante\"\n            },\n            {\n                \"essid\": \"Rocio5\"\n            },\n            {\n                \"essid\": \"Rock\"\n            },\n            {\n                \"essid\": \"Rock_5GHz\"\n            },\n            {\n                \"essid\": \"ROCK_BOTTOM\"\n            },\n            {\n                \"essid\": \"Rockbottom5\"\n            },\n            {\n                \"essid\": \"RockBoyWiFi4\"\n            },\n            {\n                \"essid\": \"Rocket\"\n            },\n            {\n                \"essid\": \"Rocket II\"\n            },\n            {\n                \"essid\": \"Rockett88\"\n            },\n            {\n                \"essid\": \"Rockforce\"\n            },\n            {\n                \"essid\": \"ROCKFORCE\"\n            },\n            {\n                \"essid\": \"RockHill Church\"\n            },\n            {\n                \"essid\": \"Rock Home\"\n            },\n            {\n                \"essid\": \"ROCKIN ROBIN\"\n            },\n            {\n                \"essid\": \"Rocko74\"\n            },\n            {\n                \"essid\": \"RockRn\"\n            },\n            {\n                \"essid\": \"RocksHotspot\"\n            },\n            {\n                \"essid\": \"Rocky\"\n            },\n            {\n                \"essid\": \"rockyb\"\n            },\n            {\n                \"essid\": \"RockyBeach\"\n            },\n            {\n                \"essid\": \"Rocky Gorge\"\n            },\n            {\n                \"essid\": \"Rocky IphoneX\"\n            },\n            {\n                \"essid\": \"Rodney\"\n            },\n            {\n                \"essid\": \"Rodney0868\"\n            },\n            {\n                \"essid\": \"rodneychevy\"\n            },\n            {\n                \"essid\": \"Rodney Denali\"\n            },\n            {\n                \"essid\": \"Rodney Sierra\"\n            },\n            {\n                \"essid\": \"rodp30\"\n            },\n            {\n                \"essid\": \"Rodrigo\"\n            },\n            {\n                \"essid\": \"Rodriguez Acadia\"\n            },\n            {\n                \"essid\": \"Rod Silverado\"\n            },\n            {\n                \"essid\": \"Rogerio\"\n            },\n            {\n                \"essid\": \"Rogers1\"\n            },\n            {\n                \"essid\": \"Rogers93679\"\n            },\n            {\n                \"essid\": \"Rogers Chevy\"\n            },\n            {\n                \"essid\": \"Roger’s iPhone\"\n            },\n            {\n                \"essid\": \"Rogue-One-5_2GEXT\"\n            },\n            {\n                \"essid\": \"ROI-650\"\n            },\n            {\n                \"essid\": \"Rojas\"\n            },\n            {\n                \"essid\": \"ROJAS0827\"\n            },\n            {\n                \"essid\": \"ROJAS 2\"\n            },\n            {\n                \"essid\": \"RojasVolt\"\n            },\n            {\n                \"essid\": \"Rojo\"\n            },\n            {\n                \"essid\": \"Rojo_EXT\"\n            },\n            {\n                \"essid\": \"Rolands Truck\"\n            },\n            {\n                \"essid\": \"Rolfs Tahoe\"\n            },\n            {\n                \"essid\": \"Rollin in Style\"\n            },\n            {\n                \"essid\": \"Rolltide\"\n            },\n            {\n                \"essid\": \"Roll-tide\"\n            },\n            {\n                \"essid\": \"RollTide\"\n            },\n            {\n                \"essid\": \"rolltide17\"\n            },\n            {\n                \"essid\": \"Rolltude\"\n            },\n            {\n                \"essid\": \"Roma\"\n            },\n            {\n                \"essid\": \"Romanch pandey’s iPhone\"\n            },\n            {\n                \"essid\": \"Roman Hot spot\"\n            },\n            {\n                \"essid\": \"Romeo’s iPhone\"\n            },\n            {\n                \"essid\": \"romero\"\n            },\n            {\n                \"essid\": \"Romero\"\n            },\n            {\n                \"essid\": \"RomoMoose 2.4\"\n            },\n            {\n                \"essid\": \"Romulus 2.4ghz\"\n            },\n            {\n                \"essid\": \"Ron\"\n            },\n            {\n                \"essid\": \"Ronaldo’s iPhone\"\n            },\n            {\n                \"essid\": \"ronald’s iPhone\"\n            },\n            {\n                \"essid\": \"ron fadelli\"\n            },\n            {\n                \"essid\": \"Ronj40\"\n            },\n            {\n                \"essid\": \"Ronndiees\"\n            },\n            {\n                \"essid\": \"Ronnie Glover’s iPhone\"\n            },\n            {\n                \"essid\": \"RonniesWifi\"\n            },\n            {\n                \"essid\": \"ronsats\"\n            },\n            {\n                \"essid\": \"ronsmagic\"\n            },\n            {\n                \"essid\": \"Ron's Note 8\"\n            },\n            {\n                \"essid\": \"Rons Wifi\"\n            },\n            {\n                \"essid\": \"Rony123\"\n            },\n            {\n                \"essid\": \"RONZCADDY\"\n            },\n            {\n                \"essid\": \"Roomobile\"\n            },\n            {\n                \"essid\": \"Roop\"\n            },\n            {\n                \"essid\": \"roosevelt\"\n            },\n            {\n                \"essid\": \"Rooster MOG\"\n            },\n            {\n                \"essid\": \"RootBeer\"\n            },\n            {\n                \"essid\": \"roro510\"\n            },\n            {\n                \"essid\": \"Rory Nunnery’s iPhone\"\n            },\n            {\n                \"essid\": \"rosas terrain\"\n            },\n            {\n                \"essid\": \"rosa's wifi\"\n            },\n            {\n                \"essid\": \"ROSAS WIFI\"\n            },\n            {\n                \"essid\": \"Roscoe net\"\n            },\n            {\n                \"essid\": \"RoscoeNet2\"\n            },\n            {\n                \"essid\": \"Rose\"\n            },\n            {\n                \"essid\": \"Rose80\"\n            },\n            {\n                \"essid\": \"rosebud\"\n            },\n            {\n                \"essid\": \"Rose Garden\"\n            },\n            {\n                \"essid\": \"Roseland\"\n            },\n            {\n                \"essid\": \"Roselyn Hwang\"\n            },\n            {\n                \"essid\": \"Roses Encore\"\n            },\n            {\n                \"essid\": \"Rosie Rocks\"\n            },\n            {\n                \"essid\": \"Rosita\"\n            },\n            {\n                \"essid\": \"Ros osk\"\n            },\n            {\n                \"essid\": \"ross2018\"\n            },\n            {\n                \"essid\": \"Ross Bolt\"\n            },\n            {\n                \"essid\": \"ross carwifi\"\n            },\n            {\n                \"essid\": \"Rossigolf\"\n            },\n            {\n                \"essid\": \"rossredvolt\"\n            },\n            {\n                \"essid\": \"Ross Volt\"\n            },\n            {\n                \"essid\": \"RostamRakhsh\"\n            },\n            {\n                \"essid\": \"rotcartsid\"\n            },\n            {\n                \"essid\": \"Rotenberg\"\n            },\n            {\n                \"essid\": \"Roth\"\n            },\n            {\n                \"essid\": \"ROTH\"\n            },\n            {\n                \"essid\": \"Roth_Guest\"\n            },\n            {\n                \"essid\": \"rough104\"\n            },\n            {\n                \"essid\": \"Roumena97\"\n            },\n            {\n                \"essid\": \"Route 478 iPhone 5S\"\n            },\n            {\n                \"essid\": \"Router?\"\n            },\n            {\n                \"essid\": \"Router-42\"\n            },\n            {\n                \"essid\": \"Router? I Hardly Knew Her.\"\n            },\n            {\n                \"essid\": \"Router space\"\n            },\n            {\n                \"essid\": \"Router Space\"\n            },\n            {\n                \"essid\": \"ROVE R2-4K_fceee631b760\"\n            },\n            {\n                \"essid\": \"Rover510\"\n            },\n            {\n                \"essid\": \"RowdyDowdy-2G\"\n            },\n            {\n                \"essid\": \"Rowena Tarantino’s iPhone\"\n            },\n            {\n                \"essid\": \"Rowland Main\"\n            },\n            {\n                \"essid\": \"Rowley\"\n            },\n            {\n                \"essid\": \"ROW_NET_N\"\n            },\n            {\n                \"essid\": \"roxannesvolt\"\n            },\n            {\n                \"essid\": \"Royal\"\n            },\n            {\n                \"essid\": \"Royal66\"\n            },\n            {\n                \"essid\": \"royalfish1\"\n            },\n            {\n                \"essid\": \"royalkingfarms\"\n            },\n            {\n                \"essid\": \"RoyalNails\"\n            },\n            {\n                \"essid\": \"Roy iPhone X\"\n            },\n            {\n                \"essid\": \"Roy - Samsung J7 Pro\"\n            },\n            {\n                \"essid\": \"Roys Silverado\"\n            },\n            {\n                \"essid\": \"RozariB\"\n            },\n            {\n                \"essid\": \"rpalaparthiblotev\"\n            },\n            {\n                \"essid\": \"RPChromecast.b\"\n            },\n            {\n                \"essid\": \"RPI-BYOD\"\n            },\n            {\n                \"essid\": \"RPI-Guest\"\n            },\n            {\n                \"essid\": \"rpminaz\"\n            },\n            {\n                \"essid\": \"RPS Mobile\"\n            },\n            {\n                \"essid\": \"RR134455\"\n            },\n            {\n                \"essid\": \"RR144196\"\n            },\n            {\n                \"essid\": \"RR154725\"\n            },\n            {\n                \"essid\": \"RR170693\"\n            },\n            {\n                \"essid\": \"RR175564\"\n            },\n            {\n                \"essid\": \"RR179816\"\n            },\n            {\n                \"essid\": \"RR183228\"\n            },\n            {\n                \"essid\": \"RR191622\"\n            },\n            {\n                \"essid\": \"RR307019\"\n            },\n            {\n                \"essid\": \"RR321507\"\n            },\n            {\n                \"essid\": \"RR323680\"\n            },\n            {\n                \"essid\": \"RR324117\"\n            },\n            {\n                \"essid\": \"RR330477\"\n            },\n            {\n                \"essid\": \"RR346619\"\n            },\n            {\n                \"essid\": \"RR349500\"\n            },\n            {\n                \"essid\": \"RR377720\"\n            },\n            {\n                \"essid\": \"RR381598\"\n            },\n            {\n                \"essid\": \"RR407537\"\n            },\n            {\n                \"essid\": \"RR408948\"\n            },\n            {\n                \"essid\": \"RR526906\"\n            },\n            {\n                \"essid\": \"RR529780\"\n            },\n            {\n                \"essid\": \"RR543798\"\n            },\n            {\n                \"essid\": \"RR552892\"\n            },\n            {\n                \"essid\": \"RR567618\"\n            },\n            {\n                \"essid\": \"RR573012\"\n            },\n            {\n                \"essid\": \"RR680331\"\n            },\n            {\n                \"essid\": \"RR688606\"\n            },\n            {\n                \"essid\": \"RR701280\"\n            },\n            {\n                \"essid\": \"RR701685\"\n            },\n            {\n                \"essid\": \"RR702592\"\n            },\n            {\n                \"essid\": \"RR707724\"\n            },\n            {\n                \"essid\": \"RR708379\"\n            },\n            {\n                \"essid\": \"RR735280\"\n            },\n            {\n                \"essid\": \"RR767981\"\n            },\n            {\n                \"essid\": \"RR774212\"\n            },\n            {\n                \"essid\": \"RR787928\"\n            },\n            {\n                \"essid\": \"RR802204\"\n            },\n            {\n                \"essid\": \"RR811192\"\n            },\n            {\n                \"essid\": \"RR840996\"\n            },\n            {\n                \"essid\": \"rratra\"\n            },\n            {\n                \"essid\": \"rratzumichedu\"\n            },\n            {\n                \"essid\": \"RR-Bridge\"\n            },\n            {\n                \"essid\": \"RRCK2049\"\n            },\n            {\n                \"essid\": \"RS\"\n            },\n            {\n                \"essid\": \"RS2A05E0\"\n            },\n            {\n                \"essid\": \"RSAdmin_Wifi_91400\"\n            },\n            {\n                \"essid\": \"RSAdmin_Wifi_91401\"\n            },\n            {\n                \"essid\": \"RSAdmin_Wifi_91402\"\n            },\n            {\n                \"essid\": \"RSAdmin_Wifi_91403\"\n            },\n            {\n                \"essid\": \"RSAdmin_Wifi_91404\"\n            },\n            {\n                \"essid\": \"RSAdmin_Wifi_91405\"\n            },\n            {\n                \"essid\": \"RSAdmin_Wifi_91406\"\n            },\n            {\n                \"essid\": \"RSAdmin_Wifi_91407\"\n            },\n            {\n                \"essid\": \"RSAdmin_Wifi_91500\"\n            },\n            {\n                \"essid\": \"RSAdmin_Wifi_91501\"\n            },\n            {\n                \"essid\": \"RSAdmin_Wifi_91503\"\n            },\n            {\n                \"essid\": \"RSAdmin_Wifi_91504\"\n            },\n            {\n                \"essid\": \"RSAdmin_Wifi_91505\"\n            },\n            {\n                \"essid\": \"RSAdmin_Wifi_91506\"\n            },\n            {\n                \"essid\": \"RSAdmin_Wifi_91507\"\n            },\n            {\n                \"essid\": \"RSAdmin_Wifi_91601\"\n            },\n            {\n                \"essid\": \"RSAdmin_Wifi_91604\"\n            },\n            {\n                \"essid\": \"Rs Bolt\"\n            },\n            {\n                \"essid\": \"RSC1566\"\n            },\n            {\n                \"essid\": \"RSC_6\"\n            },\n            {\n                \"essid\": \"RSG Xpress\"\n            },\n            {\n                \"essid\": \"RSI\"\n            },\n            {\n                \"essid\": \"RSI-WiFi\"\n            },\n            {\n                \"essid\": \"rskpriv\"\n            },\n            {\n                \"essid\": \"Rsx\"\n            },\n            {\n                \"essid\": \"RT\"\n            },\n            {\n                \"essid\": \"RTA 21918\"\n            },\n            {\n                \"essid\": \"RT-AC1200_38_5G\"\n            },\n            {\n                \"essid\": \"RT-AC1200_60_2G\"\n            },\n            {\n                \"essid\": \"RT-AC1200_B8_2G\"\n            },\n            {\n                \"essid\": \"RTA_Customers\"\n            },\n            {\n                \"essid\": \"RTA_Private\"\n            },\n            {\n                \"essid\": \"RTA_Private_5G\"\n            },\n            {\n                \"essid\": \"RTCJAT\"\n            },\n            {\n                \"essid\": \"RTCorpMobile\"\n            },\n            {\n                \"essid\": \"rtest\"\n            },\n            {\n                \"essid\": \"rtinoco86\"\n            },\n            {\n                \"essid\": \"RTI-OIL\"\n            },\n            {\n                \"essid\": \"RTK 11n AP\"\n            },\n            {\n                \"essid\": \"rtthree\"\n            },\n            {\n                \"essid\": \"RTWireless\"\n            },\n            {\n                \"essid\": \"Ruano WiFi\"\n            },\n            {\n                \"essid\": \"rubenortiz\"\n            },\n            {\n                \"essid\": \"rubi1\"\n            },\n            {\n                \"essid\": \"Ruby\"\n            },\n            {\n                \"essid\": \"Ruby Dolphin\"\n            },\n            {\n                \"essid\": \"Rubyhotspot\"\n            },\n            {\n                \"essid\": \"RubyOak\"\n            },\n            {\n                \"essid\": \"RubyOak-guest\"\n            },\n            {\n                \"essid\": \"RUBYS WIFI\"\n            },\n            {\n                \"essid\": \"Rubywifi\"\n            },\n            {\n                \"essid\": \"Ruby Wifi\"\n            },\n            {\n                \"essid\": \"RUDI\"\n            },\n            {\n                \"essid\": \"rudolphmalibu\"\n            },\n            {\n                \"essid\": \"rudysk\"\n            },\n            {\n                \"essid\": \"RumbaMobil\"\n            },\n            {\n                \"essid\": \"Rumy’s IP\"\n            },\n            {\n                \"essid\": \"Runaworks 2.4\"\n            },\n            {\n                \"essid\": \"Runaworks 2.4_EXT\"\n            },\n            {\n                \"essid\": \"Rundlepucky\"\n            },\n            {\n                \"essid\": \"Runners Fit\"\n            },\n            {\n                \"essid\": \"RunnerUp2.4\"\n            },\n            {\n                \"essid\": \"Runnymede_new\"\n            },\n            {\n                \"essid\": \"Rush Roh Car\"\n            },\n            {\n                \"essid\": \"Rush Volt\"\n            },\n            {\n                \"essid\": \"russell\"\n            },\n            {\n                \"essid\": \"Russell\"\n            },\n            {\n                \"essid\": \"Russell7\"\n            },\n            {\n                \"essid\": \"Russells Bolt\"\n            },\n            {\n                \"essid\": \"russjinternet\"\n            },\n            {\n                \"essid\": \"Russjinternet\"\n            },\n            {\n                \"essid\": \"russjinternet_2GEXT\"\n            },\n            {\n                \"essid\": \"russjinternet-Guest\"\n            },\n            {\n                \"essid\": \"russsierra2015\"\n            },\n            {\n                \"essid\": \"Russwinternet\"\n            },\n            {\n                \"essid\": \"RustyNoble\"\n            },\n            {\n                \"essid\": \"ruta200\"\n            },\n            {\n                \"essid\": \"ruth77\"\n            },\n            {\n                \"essid\": \"Ruth_Anns_wifi\"\n            },\n            {\n                \"essid\": \"Ruth Escalade\"\n            },\n            {\n                \"essid\": \"RUTHIE\"\n            },\n            {\n                \"essid\": \"Ruthies WIFI\"\n            },\n            {\n                \"essid\": \"Ruths bolt\"\n            },\n            {\n                \"essid\": \"Ruth’s iPhone\"\n            },\n            {\n                \"essid\": \"RV-BBT600-3961461634\"\n            },\n            {\n                \"essid\": \"RV-BBT600-3962992603\"\n            },\n            {\n                \"essid\": \"RvgyGuest300\"\n            },\n            {\n                \"essid\": \"RvgyPrivate300\"\n            },\n            {\n                \"essid\": \"rv hotspot\"\n            },\n            {\n                \"essid\": \"rwaldroup\"\n            },\n            {\n                \"essid\": \"RWY_DV-34b2ed\"\n            },\n            {\n                \"essid\": \"Rya\\\\342\\\\200\\\\231s iPhone\"\n            },\n            {\n                \"essid\": \"ryancruze\"\n            },\n            {\n                \"essid\": \"ryandavis\"\n            },\n            {\n                \"essid\": \"ryandcarter\"\n            },\n            {\n                \"essid\": \"Ryan Mykita’s iPhone\"\n            },\n            {\n                \"essid\": \"Ryan's iPhone\"\n            },\n            {\n                \"essid\": \"ryanstruck\"\n            },\n            {\n                \"essid\": \"rychugo\"\n            },\n            {\n                \"essid\": \"ryleigh\"\n            },\n            {\n                \"essid\": \"Ry&Linds\"\n            },\n            {\n                \"essid\": \"RYN-HBase\"\n            },\n            {\n                \"essid\": \"RynRez\"\n            },\n            {\n                \"essid\": \"Ry's Pixel\"\n            },\n            {\n                \"essid\": \"rzpatty316\"\n            },\n            {\n                \"essid\": \"S\"\n            },\n            {\n                \"essid\": \"s1541c26\"\n            },\n            {\n                \"essid\": \"S19\"\n            },\n            {\n                \"essid\": \"S20\"\n            },\n            {\n                \"essid\": \"S2serm\"\n            },\n            {\n                \"essid\": \"S3\"\n            },\n            {\n                \"essid\": \"s3cure\"\n            },\n            {\n                \"essid\": \"s3cure - guest\"\n            },\n            {\n                \"essid\": \"S3GOMLSR\"\n            },\n            {\n                \"essid\": \"s7q7\"\n            },\n            {\n                \"essid\": \"S-8;\"\n            },\n            {\n                \"essid\": \"S80wifi-b927\"\n            },\n            {\n                \"essid\": \"S8 Bin\"\n            },\n            {\n                \"essid\": \"S8 Enard\"\n            },\n            {\n                \"essid\": \"S90_17116\"\n            },\n            {\n                \"essid\": \"S9+ Bin\"\n            },\n            {\n                \"essid\": \"SA2100-AVJC\"\n            },\n            {\n                \"essid\": \"SA2100-BKFV\"\n            },\n            {\n                \"essid\": \"SA2100-PDDP\"\n            },\n            {\n                \"essid\": \"SA2100_Test\"\n            },\n            {\n                \"essid\": \"SA2100-VDJ6\"\n            },\n            {\n                \"essid\": \"SA2100-WPNT\"\n            },\n            {\n                \"essid\": \"SA2100-XXK7\"\n            },\n            {\n                \"essid\": \"SA2100-Y3HP\"\n            },\n            {\n                \"essid\": \"S&A-2.4\"\n            },\n            {\n                \"essid\": \"SaberFan\"\n            },\n            {\n                \"essid\": \"Sabhi\\\\342\\\\200\\\\231s iPhone\"\n            },\n            {\n                \"essid\": \"Sabine\"\n            },\n            {\n                \"essid\": \"sablesbolt\"\n            },\n            {\n                \"essid\": \"Sabra Escalade\"\n            },\n            {\n                \"essid\": \"Sabreen's X\"\n            },\n            {\n                \"essid\": \"SABRENT_ddf2\"\n            },\n            {\n                \"essid\": \"Sabrina\"\n            },\n            {\n                \"essid\": \"S_access\"\n            },\n            {\n                \"essid\": \"Sacha Stingray\"\n            },\n            {\n                \"essid\": \"sackda\"\n            },\n            {\n                \"essid\": \"SAC Mobile WiFi\"\n            },\n            {\n                \"essid\": \"SAC PSK\"\n            },\n            {\n                \"essid\": \"sacrinn\"\n            },\n            {\n                \"essid\": \"sac/sf spot\"\n            },\n            {\n                \"essid\": \"sadanand\"\n            },\n            {\n                \"essid\": \"sadie\"\n            },\n            {\n                \"essid\": \"SadieMaeNetwork\"\n            },\n            {\n                \"essid\": \"Sadiq Mirza\"\n            },\n            {\n                \"essid\": \"SadiWifi\"\n            },\n            {\n                \"essid\": \"safaryexpress@gmail.com\"\n            },\n            {\n                \"essid\": \"SafeHealthyHappyPeace\"\n            },\n            {\n                \"essid\": \"Safe Levels of Radiation\"\n            },\n            {\n                \"essid\": \"Safelite_Guest\"\n            },\n            {\n                \"essid\": \"SafetyFirst\"\n            },\n            {\n                \"essid\": \"Safgard-Corp\"\n            },\n            {\n                \"essid\": \"Safgard-Store\"\n            },\n            {\n                \"essid\": \"Sage Admin\"\n            },\n            {\n                \"essid\": \"Sage Guest\"\n            },\n            {\n                \"essid\": \"Sahaha-241150\"\n            },\n            {\n                \"essid\": \"Sahaira Salon\"\n            },\n            {\n                \"essid\": \"SaharaLe\"\n            },\n            {\n                \"essid\": \"sahar phone\"\n            },\n            {\n                \"essid\": \"Sahi_vannu\"\n            },\n            {\n                \"essid\": \"Saida’s iPhone\"\n            },\n            {\n                \"essid\": \"Said’s iPhone\"\n            },\n            {\n                \"essid\": \"Saira’s iPhone\"\n            },\n            {\n                \"essid\": \"Sake\"\n            },\n            {\n                \"essid\": \"Sakina\\\\342\\\\200\\\\231s iPhone\"\n            },\n            {\n                \"essid\": \"Salade38\"\n            },\n            {\n                \"essid\": \"Salazar-2.4\"\n            },\n            {\n                \"essid\": \"Salazar-5\"\n            },\n            {\n                \"essid\": \"Saleem’s iPhone\"\n            },\n            {\n                \"essid\": \"SalesTools\"\n            },\n            {\n                \"essid\": \"SAL_FLEET\"\n            },\n            {\n                \"essid\": \"sallya\"\n            },\n            {\n                \"essid\": \"Sallywifi\"\n            },\n            {\n                \"essid\": \"Salon124\"\n            },\n            {\n                \"essid\": \"SALON_DISEGNO\"\n            },\n            {\n                \"essid\": \"SalonRed\"\n            },\n            {\n                \"essid\": \"salty4life\"\n            },\n            {\n                \"essid\": \"SalumuChevrolet\"\n            },\n            {\n                \"essid\": \"SalyersCanyon\"\n            },\n            {\n                \"essid\": \"Sam\"\n            },\n            {\n                \"essid\": \"Sam1965\"\n            },\n            {\n                \"essid\": \"Sam\\\\360\\\\237\\\\216\\\\217\"\n            },\n            {\n                \"essid\": \"Sama Club\"\n            },\n            {\n                \"essid\": \"SAMANTHA_AD94\"\n            },\n            {\n                \"essid\": \"SAMANTHA_Guest\"\n            },\n            {\n                \"essid\": \"Samarth Hotspot\"\n            },\n            {\n                \"essid\": \"Sam Baumans iPhone\"\n            },\n            {\n                \"essid\": \"sambhus volt\"\n            },\n            {\n                \"essid\": \"Sam Cruze\"\n            },\n            {\n                \"essid\": \"SAMEUO-2032331cb986\"\n            },\n            {\n                \"essid\": \"SAMEUO-2032331cd88e\"\n            },\n            {\n                \"essid\": \"Sami\"\n            },\n            {\n                \"essid\": \"SAMI\"\n            },\n            {\n                \"essid\": \"Sami Jo\"\n            },\n            {\n                \"essid\": \"Samil\"\n            },\n            {\n                \"essid\": \"Samir Volt\"\n            },\n            {\n                \"essid\": \"Sam Maguire - Guest\"\n            },\n            {\n                \"essid\": \"sammie\"\n            },\n            {\n                \"essid\": \"Samms Wifi\"\n            },\n            {\n                \"essid\": \"sammy111\"\n            },\n            {\n                \"essid\": \"SammysHouse\"\n            },\n            {\n                \"essid\": \"SammysWifi\"\n            },\n            {\n                \"essid\": \"Sammy's Wi-Fi Network\"\n            },\n            {\n                \"essid\": \"Sam Philip\"\n            },\n            {\n                \"essid\": \"samsara\"\n            },\n            {\n                \"essid\": \"Samsara\"\n            },\n            {\n                \"essid\": \"Samsara Escape Wifi\"\n            },\n            {\n                \"essid\": \"SamsaraGateway\"\n            },\n            {\n                \"essid\": \"Samsara Hotspot\"\n            },\n            {\n                \"essid\": \"SamsaraNCLTrans\"\n            },\n            {\n                \"essid\": \"Samsara PSC  Mobile Hot Spot\"\n            },\n            {\n                \"essid\": \"samsaratemp\"\n            },\n            {\n                \"essid\": \"SamsaraWiFi\"\n            },\n            {\n                \"essid\": \"Samsara WiFi\"\n            },\n            {\n                \"essid\": \"Samsara WiFi Hotspot\"\n            },\n            {\n                \"essid\": \"Sams Cruze\"\n            },\n            {\n                \"essid\": \"samSilverado\"\n            },\n            {\n                \"essid\": \"Sam’s iPhone\"\n            },\n            {\n                \"essid\": \"Sams_Kitchen\"\n            },\n            {\n                \"essid\": \"Sams_Kitchen_5\"\n            },\n            {\n                \"essid\": \"SamsSilverado\"\n            },\n            {\n                \"essid\": \"samstruck\"\n            },\n            {\n                \"essid\": \"samsung\"\n            },\n            {\n                \"essid\": \"Samsung\"\n            },\n            {\n                \"essid\": \"Samsung \"\n            },\n            {\n                \"essid\": \"Samsung aziz\"\n            },\n            {\n                \"essid\": \"samsung galaxy\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy\"\n            },\n            {\n                \"essid\": \"_Samsung Galaxy_0162\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy_0619\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy_0657\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy_1591\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy_2871\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy_3183\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy_3317\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy_4067\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy_4179\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy_4227\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy_4445\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy_5382\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy_5611\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy_6852\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy_7264\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy_7336\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy_7660\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy_8238\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy_8294\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy_9918\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy A01 0430\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy A01 1387\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy A01 2553\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy A01 2851\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy A01 4110\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy A01_4789\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy A01 7508\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy A01 7719\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy A01_7949\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy A10\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy A10e 0019\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy A10e 0204\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy A10e 0347\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy A10e 0528\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy A10e 0534\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy A10e 0560\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy A10e 0642\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy A10e 0938\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy A10e 1034\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy A10e 1220\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy A10e 1354\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy A10e 1380\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy A10e 1384\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy A10e 1407\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy A10e 1447\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy A10e_1572\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy A10e 1973\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy A10e 2020\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy A10e 2027\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy A10e 2070\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy A10e 2245\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy A10e 2294\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy A10e_2548\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy A10e 2745\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy A10e 3046\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy A10e 3209\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy A10e 3312\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy A10e 3413\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy A10e 3854\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy A10e 3916\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy A10e 4003\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy A10e 4066\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy A10e 4261\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy A10e 4499\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy A10e 4669\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy A10e 4999\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy A10e 5017\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy A10e 5158\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy A10e 5190\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy A10e 5454\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy A10e 5478\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy A10e 5663\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy A10e 5791\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy A10e 5909\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy A10e 6006\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy A10e_6033\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy A10e 6111\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy A10e 6156\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy A10e 616811\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy A10e 6243\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy A10e 6315\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy A10e 6575\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy A10e 6590\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy A10e 6834\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy A10e 7078\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy A10e 7402\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy A10e 7581\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy A10e 7802\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy A10e 7868\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy A10e 7881\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy A10e 8074\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy A10e 8151\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy A10e 8197\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy A10e 8645\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy A10e 8796\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy A10e 8827\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy A10e 8965\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy A10e 9211\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy A10e 9398\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy A10e 9528\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy A10e 9575\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy A10e 9702\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy A10e_9800\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy A10e 9857\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy A10e 9909\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy A11 4039\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy A11 5065\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy A11_5341\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy A11 6191\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy A11 6674\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy A11 7059\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy A11 7160\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy A11 8031\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy A11 8576\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy A11 9884\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy A12 2465\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy A12 3405\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy A12 4078\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy A12 4853\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy A12 5070\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy A12 7513\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy A12 7857\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy A12 8152\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy A12 8702\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy A12 8741\"\n            },\n            {\n                \"essid\": \"Samsung galaxy A20\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy A20 0239\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy A20 0593\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy A20 1511\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy A20 1947\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy A20 2033\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy A20 2047\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy A20 2406\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy A20 2684\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy A20 2783 \"\n            },\n            {\n                \"essid\": \"Samsung Galaxy A20 3030\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy A20 3076\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy A20 3442\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy A20 3832\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy A20 3977\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy A20 4131\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy A20 4168\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy A20 4196\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy A20 4432\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy A20 4493\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy A20 4501\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy A20 4571\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy A20 4770\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy A20 4950\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy A20 5147\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy A20 5383\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy A20 6148\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy A20 6306\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy A20 6460\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy A20 7082\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy A20 7169\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy A20 7297\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy A20 7442\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy A20 7740\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy A20 8066\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy A20 8237\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy A20 8238\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy A20 8310\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy A20 8439\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy A20 8493\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy A20 8586\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy A20 8772\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy A20 8874\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy A20 9858\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy A20 9868\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy A20 9881\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy A20 9948\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy A20 9971\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy A21 0028\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy A21 0232\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy A21 0825\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy A21 0973\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy A21 1226\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy A21 2391\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy A21 2392\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy A21 2521\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy A21 2698\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy A21 3113\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy A21 3115\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy A21 3208\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy A21 3783\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy A21 4776\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy A21 4866\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy A21 5270\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy A21 5989\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy A21 7027\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy A21 7122\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy A21 7525\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy A21 7698\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy A21 8789\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy A21 9382\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy A21 9730\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy A21 9922\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy A51 5G 9387\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy A6 0966\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy A6 2841\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy A6 4187\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy A6 4469\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy A6 4743\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy A6 6934\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy A6 8449\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy A6 8762\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy A6_9827\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy A71 5G 5816\"\n            },\n            {\n                \"essid\": \"Samsung galaxy Chewy\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy Core Prime 1806\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy Core Prime 1937\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy Core Prime 2992\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy Core Prime 3229\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy Core Prime 8881\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy  Er home\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy Express 3 3509\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy Grand Prime 2091\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy Grand Prime 8752\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy Grand Prime 8928\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J2 Core\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J2 Core 0006\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J2 Core 0327\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J2 Core 0839\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J2 Core 1068\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J2 Core 1366\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J2 Core 1405\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J2 Core 1484\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J2 Core 1794\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J2 Core 1800\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J2 Core 1906\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J2 Core 2207\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J2 Core 2506\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J2 Core 2514\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J2 Core 2517\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J2 Core 2585\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J2 Core 2659\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J2 Core 2994\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J2 Core 3232\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J2 Core 3273\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J2 Core 3480\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J2 Core 3527\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J2 Core 3565\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J2 Core 3801\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J2 Core 4123\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J2 Core 4815\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J2 Core 4828\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J2 Core 5263\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J2 Core 5359\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J2 Core 5647\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J2 Core 5860\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J2 Core 6313\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J2 Core 6503\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J2 Core 6564\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J2 Core 6953\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J2 Core 7214\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J2 Core 7308\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J2 Core 7350\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J2 Core 7421\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J2 Core 7523\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J2 Core 7592\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J2 Core 7965\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J2 Core 7987\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J2 Core 8136\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J2 Core 8353\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J2 Core 8633\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J2 Core 8914\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J2 Core 8987\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J2 Core 9139\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J2 Core 9149\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J2 Core 9386\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J2 Core 9477\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J2 Core 9857\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J2 Core 9908\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J3 Luna Pro 1571\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J3 Luna Pro 5792\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J3 Prime 0016\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J3 Prime 0103\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J3 Prime 0382\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J3 Prime 0467\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J3 Prime 0650\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J3 Prime 0698\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J3 Prime 0762\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J3 Prime 0869\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J3 Prime 0946\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J3 Prime 0947\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J3 Prime 0959\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J3 Prime 1068\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J3 Prime 1174\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J3 Prime 1262\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J3 Prime 1481\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J3 Prime 1689\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J3 Prime 1716\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J3 Prime 17169\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J3 Prime 1855\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J3 Prime 1867\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J3 Prime 1869\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J3 Prime 1904\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J3 Prime 1972\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J3 Prime 2096\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J3 Prime 2156\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J3 Prime 2167\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J3 Prime 22301234\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J3 Prime 2296\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J3 Prime 2302\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J3 Prime 2342\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J3 Prime 2345\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J3 Prime 2396\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J3 Prime 2429\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J3 Prime 2590\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J3 Prime 2624\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J3 Prime 2766\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J3 Prime 2854\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J3 Prime 2864\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J3 Prime 2898\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J3 Prime 2910\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J3 Prime 3039\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J3 Prime 3225\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J3 Prime 3317\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J3 Prime 3366\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J3 Prime 3575\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J3 Prime 3683\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J3 Prime 3797\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J3 Prime 3957\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J3 Prime 4048\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J3 Prime 4187\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J3 Prime 4225\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J3 Prime 4235\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J3 Prime 4246\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J3 Prime 4431\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J3 Prime 4448\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J3 Prime 4669\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J3 Prime 4700\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J3 Prime 4781\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J3 Prime 4789\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J3 Prime 4839\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J3 Prime 4905\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J3 Prime 4908\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J3 Prime 4917\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J3 Prime 4985\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J3 Prime 5296\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J3 Prime 5349\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J3 Prime 5460\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J3 Prime 5662\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J3 Prime 5822\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J3 Prime 6007\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J3 Prime 6068\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J3 Prime 6101\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J3 Prime 6144\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J3 Prime 6165\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J3 Prime 6215\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J3 Prime 6267\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J3 Prime 6305\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J3 Prime 6389\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J3 Prime 6418\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J3 Prime 6985\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J3 Prime 6994\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J3 Prime 7096\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J3 Prime 7144\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J3 Prime 7201\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J3 Prime 7251\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J3 Prime 7305\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J3 Prime 7358\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J3 Prime 7538\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J3 Prime 7545\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J3 Prime 7672\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J3 Prime 7727\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J3 Prime 7793\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J3 Prime 7898\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J3 Prime 7920\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J3 Prime 7927\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J3 Prime 8060\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J3 Prime 8091\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J3 Prime 8304\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J3 Prime 8407\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J3 Prime 8476\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J3 Prime 8479\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J3 Prime 8572mn\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J3 Prime 8573\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J3 Prime 8753\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J3 Prime 8764\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J3 Prime 8847\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J3 Prime 8935\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J3 Prime 9010\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J3 Prime 9023\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J3 Prime 9128\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J3 Prime 9157\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J3 Prime 9170\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J3 Prime 920299\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J3 Prime 9330\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J3 Prime 9364\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J3 Prime 9530\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J3 Prime 9605\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J3 Prime 9710\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J3 Prime 9792\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J3 Prime 9897\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J3 Prime 9932\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J3 Prime ANW\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J3 Star 0663\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J3 Star 1462\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J3 Star 2156\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J3 Star 2253\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J3 Star 2871\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J3 Star 5972\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J3 Star 6563\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J3 Star 7309\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J3 Star 9106\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J3 Star 9363\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J7 0025\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J7 0311\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J7 0533\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J7 1177\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J7 1238\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J7 1497\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J7 1821\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J7 1843\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J7 1953\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J7 2848\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J7 3538\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J7 5140\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J7 6284\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J7 6402\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J7 6780\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J7 6823\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J7 7221\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J7 7530\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J7 7673\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J7 7845\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J7 8082\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J7 8765\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J7 9133\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J7 9142\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J7 9673\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J7 9928\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J7 Prim\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J7 Prime 0318\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J7 Prime 1041\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J7 Prime 1223\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J7 Prime 1804\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J7 Prime 1818\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J7 Prime 1963\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J7 Prime 2204\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J7 Prime 2414\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J7 Prime 2681\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J7 Prime 2960\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J7 Prime 3004\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J7 Prime 3461\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J7 Prime 3570\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J7 Prime 3621\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J7 Prime 3658\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J7 Prime 4191\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J7 Prime 4285\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J7 Prime 4487\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J7 Prime 4506\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J7 Prime 4509\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J7 Prime 4576\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J7 Prime 4698\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J7 Prime 4977\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J7 Prime 5484\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J7 Prime 5521\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J7 Prime 5531\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J7 Prime 5544\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J7 Prime 5713\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J7 Prime 6302\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J7 Prime 6357\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J7 Prime 6423\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J7 Prime 6621\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J7 Prime 6740\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J7 Prime 6745\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J7 Prime 6767\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J7 Prime 6965\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J7 Prime 7015\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J7 Prime 7619\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J7 Prime 7643\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J7 Prime 7699\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J7 Prime 7887\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J7 Prime 7931\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J7 Prime 8067\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J7 Prime 8175\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J7 Prime 8183\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J7 Prime 8458\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J7 Prime 8461\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J7 Prime 8597\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J7 Prime 8682\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J7 Prime 8791\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J7 Prime 9226\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J7 Prime 9674\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J7 Prime 9709\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J7 Prime 9797\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J7 Prime 9925\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J7 Star 0139\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J7 Star 1027\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J7 Star 1330\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J7 Star 1457\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J7 Star 1794\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J7 Star 1941\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J7 Star 2074\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J7 Star 2260\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J7 Star 2417\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J7 Star 2848\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J7 Star 3458\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J7 Star 3581\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J7 Star 3787\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J7 Star 4409\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J7 Star 4578\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J7 Star 4949\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J7 Star 5048\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J7 Star 5162\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J7 Star 5730\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J7 Star 5939\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J7 Star 6085\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J7 Star 6116\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J7 Star 6189\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J7 Star 6427\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J7 Star 6485\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J7 Star 6873\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J7 Star 7436\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J7 Star 7701\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J7 Star 7864\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J7 Star 8460\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J7 Star 8465\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J7 Star 8682\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J7 Star 8736\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J7 Star 8781\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J7 Star 9409\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J7 Star 9471\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J7 Star 9547\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J7 Star 9596\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J7 Star 9625\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J7 Star 9750\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J7 Star 9794\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy J7 Star 9972\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy Light 0903\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy Light 5075\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy Note 10+ 5G\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy Note10+ 6305\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy Note10+ 8734\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy Note3 6392\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy Note3 9467\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy Note4 0547\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy Note4 2975\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy Note4 3032\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy Note 4 3238\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy Note 4 3546\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy Note4 5082\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy Note4 5208\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy Note 4 6111\"\n            },\n            {\n                \"essid\": \"Samsung GALAXY Note4 6429\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy Note 4 7966\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy Note4 8434\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy Note 4 8790\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy Note4 8790\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy Note 4 9261\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy Note5_1146\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy Note5 2181\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy Note5_2714\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy Note5 3074\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy Note5 3882\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy Note5 4649\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy Note5 5535\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy Note5 5600\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy Note5 9364\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy Note5 9427\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy Note5_9458\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy Note7 2350\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy Note7_9238\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy Note7 9763\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy Note8\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy Note8 0141\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy Note8 0146\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy Note8 0291\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy Note 8 0824\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy Note8_1787\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy Note8 2046\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy Note8_2377\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy Note8 2817\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy Note8 3620\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy Note8 3757\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy Note8 3882\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy Note8_3983\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy Note8 4007\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy Note8 4083\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy Note8 4127\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy Note8_4460\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy Note8 4497\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy Note8 5127\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy Note8 5301\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy Note8 5395\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy Note8 5447\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy Note8 5641\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy Note8 6169\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy Note8 6209\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy Note8_6478\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy Note8 6520\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy Note8 6801\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy Note8_6923\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy Note8 7195\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy Note8 7241\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy Note8 7352\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy Note8 7495\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy Note8 7746\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy Note8_8372\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy Note8 8452\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy Note8 8609\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy Note8 8933\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy Note8 8946\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy Note8 9042\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy Note8 9055\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy Note8 9467\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy Note8 9892\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy Note8 Larson\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy Note9 2439\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy Note9 3064\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy Note9 5047\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy Note9 5593\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy Note9_6621\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy Note9_9058\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy Note9_9161\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy On5\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy On5 0039\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy On5 0248\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy On5 1588\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy On5 1719\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy On5 1784\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy On5 3706\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy On5 4086\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy On5 4491\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy On5 4839\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy On5 5158\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy On5 5955\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy On5 6005\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy On5 6210\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy On5 6313\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy On5 6384\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy On5 6874\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy On5 8235\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy On5 8739\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy On5 8915\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy On5 9367\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy On5 9412\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy On5 9422\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy On5 9535\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy S10\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy S10+ 0604\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy S10+_0834\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy S10+_1180\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy S10 1486\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy S10 1698\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy S10 3708\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy S10+ 3729\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy S10+_3927\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy S10+ 4305\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy S10 4502\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy S10+_4942\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy S10+_5114\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy S10 5332\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy S10+ 6390\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy S10_6625\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy S10+ 6790\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy S10_7029\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy S10+ 7778\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy S10 9039\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy S10e 1017\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy S10e 2258\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy S10e 8243\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy S10e_9580\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy S20 5G 0712\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy S20 5G 6893\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy S20+ 5G 9471\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy S 4 8671\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy S 4 9307\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy S5 1229\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy S 5 3185\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy S 5 4190\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy S5 5169\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy S5 7297\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy S5 7660\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy S 5 8541\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy S6\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy S6 0519\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy S6 1372\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy S6 2248\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy S6 2673\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy S6 2867\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy S6 2957\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy S6 3193\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy S6 3976\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy S6 4045\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy S6 4204\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy S6 4292\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy S6 4512\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy S6 4829\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy S6 4955\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy S6 5973\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy S6 7330\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy S6 7564\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy S6 7692\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy S6 8143\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy S6 9290\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy S6 9376\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy S6 9393\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy S6 9500\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy S6 edge 0264\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy S6 edge+ 0351\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy S6 edge+ 0948\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy S6 edge 3618\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy S6 edge+ 3802\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy S6 edge 3823\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy S6 edge+ 4185\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy S6 edge+ 4512\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy S6 edge 4855\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy S6 edge+ 5339\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy S6 edge+ 6132\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy S6 edge+ 6496\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy S6 edge+ 6851\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy S6 edge+ 6872\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy S6 edge+ 7112\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy S6 edge+ 7204\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy S6 edge+ 7264\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy S6 edge+ 8279\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy S6 edge+ 8422\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy S6 edge+ 9328\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy S6 edge 9976\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy S7\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy S7 0110\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy S7 0196\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy S7 02440\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy S7 0257\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy S7 0260\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy S7 0311\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy S7_0328\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy S7 0425\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy S7 0504\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy S7 0855\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy S7_1178\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy S7 1180\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy S7 1205\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy S7 1499\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy S7 1508\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy S7 1944\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy S7 1973\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy S7 2191\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy S7 2827\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy S7 2851\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy S7 3213\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy S7 4134\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy S7 4486\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy S7 5033\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy S7 5355\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy S7 5790\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy S7 5807\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy S7 6038\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy S7 6115\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy S7 6146\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy S7_6266\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy S7_6286\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy S7 6495\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy S7 6577\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy S7 7180\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy S7 7269\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy S7 8401\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy S7 8548\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy S7 8652\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy S7 9054\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy S7 9103 (millan)\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy S7 9450\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy S7 9783\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy S7 active 0103\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy S7 active 0336\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy S7 active 2980\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy S7 active_6012\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy S7 active_6642\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy S7 active_7039\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy S7 active_7357\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy S7 active Godwin\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy S7 edge \"\n            },\n            {\n                \"essid\": \"Samsung Galaxy S7 edge 0059\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy S7 edge 0498\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy S7 edge 0738\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy S7 edge 1626\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy S7 edge 1801\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy S7 edge 1931\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy S7 edge 2175\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy S7 edge 2781\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy S7 edge 2918\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy S7 edge 3130\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy S7 edge 3181\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy S7 edge 3436\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy S7 edge 3840\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy S7 edge 4028\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy S7 edge 4349\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy S7 edge 4557\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy S7 edge 4592\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy S7 edge 5007\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy S7 edge 5089\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy S7 edge 5520\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy S7 edge 5631\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy S7 edge 6874\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy S7 edge 6887\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy S7 edge 7145\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy S7 edge 7506\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy S7 edge 7515\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy S7 edge 8073\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy S7 edge 8345\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy S7 edge 8378\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy S7 edge 8522\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy S7 edge 8555\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy S7 edge 8976\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy S7 edge 9078\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy S7 edge 9198\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy S7 edge 9250\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy S7 edge 9782\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy S8\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy S8_0018\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy S8+_0387\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy S8+ 0753\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy S8 0882\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy S8+_1269\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy S8+ 1624\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy S8+ 1845\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy S8_2254\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy S8 2340\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy S8 2609\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy S8_3232\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy S8+_3400\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy S8 3537\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy S8+ 3572\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy S8 3681\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy S8_36!87 asa\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy S8+_3744\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy S8_3865\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy S8+ 4041\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy S8+ 4528\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy S8+_4736\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy S8+ 5043\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy S8+ 6316\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy S8_7102\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy S8 7116\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy S8+ 7202\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy S8_7283\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy S8+ 7312\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy S8+ 7405\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy S8+ 7687\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy S8+_7721\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy S8+ 8057\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy S8+_8074\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy S8+ 8453\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy S8 8455\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy S8+ 8580\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy S8_8960\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy S8_9186\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy S8+_9358\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy S8_9416\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy S8 9446\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy S8 9542\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy S8 9699\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy S8 9885\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy S8 Active\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy S8 active 0124\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy S8 Active_3052\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy S8 active_8085\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy S8 active_8634\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy S8 active 9548\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy S8 active 9788\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy S9+\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy S9_0449\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy S9 0489\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy S9+ 0623\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy S9_1045\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy S9 1659\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy S9 2446\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy S9+_2462\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy S9 2877\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy S9_3584\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy S9+ 4140\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy S9 4200\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy S9 5215\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy S9 5767\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy S9+ 6068\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy S9 6160\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy S9+_6818\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy S9_7274\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy S9+ 7960\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy S9 8587\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy S9+ 8869\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy S9 9022\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy S9 9081\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy S9 9809\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy S9+_9835\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy S9_9847\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy S9_9897\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy S9+ LP\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy Tab4 5037\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy Tab A 4492\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy Tab A 8 5612\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy Tab A 8 7735\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy Tab Cisco\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy Tab E 0353\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy Tab E 3503\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy Tab E 5674\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy Tab E 9457\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy Tab E 9767\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy Tab E 9846\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy Tab S2 0510\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy Tab S2 7555\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy Tab S2 8884\"\n            },\n            {\n                \"essid\": \"Samsung Galaxy Tab S4 4141\"\n            },\n            {\n                \"essid\": \"samsung_helisportsllc\"\n            },\n            {\n                \"essid\": \"Samsung j7\"\n            },\n            {\n                \"essid\": \"Samsung J7\"\n            },\n            {\n                \"essid\": \"Samsung MV\"\n            },\n            {\n                \"essid\": \"Samsung Note 8\"\n            },\n            {\n                \"essid\": \"Samsung Raj\"\n            },\n            {\n                \"essid\": \"Samsung s10 plus\"\n            },\n            {\n                \"essid\": \"Samsung S7 edge\"\n            },\n            {\n                \"essid\": \"SamsungS8+\"\n            },\n            {\n                \"essid\": \"Samsung's wifi\"\n            },\n            {\n                \"essid\": \"Samsung u\"\n            },\n            {\n                \"essid\": \"Samsung Wireless Audio2010\"\n            },\n            {\n                \"essid\": \"Samsung Wireless Audio7448\"\n            },\n            {\n                \"essid\": \"sam tahoe\"\n            },\n            {\n                \"essid\": \"Samuel WiFi\"\n            },\n            {\n                \"essid\": \"Samv\"\n            },\n            {\n                \"essid\": \"SAN 1\"\n            },\n            {\n                \"essid\": \"San Andres\"\n            },\n            {\n                \"essid\": \"Sanchez\"\n            },\n            {\n                \"essid\": \"Sanchez71\"\n            },\n            {\n                \"essid\": \"sandal\"\n            },\n            {\n                \"essid\": \"Sandeewifi\"\n            },\n            {\n                \"essid\": \"SANDERS\"\n            },\n            {\n                \"essid\": \"SandersCrib\"\n            },\n            {\n                \"essid\": \"Sanderson and associates\"\n            },\n            {\n                \"essid\": \"sanderswifi\"\n            },\n            {\n                \"essid\": \"sandesh647\"\n            },\n            {\n                \"essid\": \"Sandiney\"\n            },\n            {\n                \"essid\": \"SanDisk Connect E77FDA\"\n            },\n            {\n                \"essid\": \"SanDisk Connect E80675\"\n            },\n            {\n                \"essid\": \"SanDisk Connect E97C33\"\n            },\n            {\n                \"essid\": \"SANDOVAL\"\n            },\n            {\n                \"essid\": \"SandovalFamily\"\n            },\n            {\n                \"essid\": \"Sandpointusa\"\n            },\n            {\n                \"essid\": \"SANDRA 2781\"\n            },\n            {\n                \"essid\": \"sandrabrown\"\n            },\n            {\n                \"essid\": \"Sandrabuick\"\n            },\n            {\n                \"essid\": \"sandrah\"\n            },\n            {\n                \"essid\": \"sandrascruze\"\n            },\n            {\n                \"essid\": \"Sandras Cruze\"\n            },\n            {\n                \"essid\": \"Sandras network\"\n            },\n            {\n                \"essid\": \"Sands Resorts\"\n            },\n            {\n                \"essid\": \"sandy0081\"\n            },\n            {\n                \"essid\": \"sandy1\"\n            },\n            {\n                \"essid\": \"Sandy Microsoft\"\n            },\n            {\n                \"essid\": \"Sandys Equinox\"\n            },\n            {\n                \"essid\": \"Sandy’s iPhone XS\"\n            },\n            {\n                \"essid\": \"Sangamo-Ride\"\n            },\n            {\n                \"essid\": \"Sang의 iPhone\"\n            },\n            {\n                \"essid\": \"sanil htc\"\n            },\n            {\n                \"essid\": \"Sanish2715\"\n            },\n            {\n                \"essid\": \"San’s iPhone\"\n            },\n            {\n                \"essid\": \"Sansuz\"\n            },\n            {\n                \"essid\": \"sanswire\"\n            },\n            {\n                \"essid\": \"sanswire-5G_2GEXT\"\n            },\n            {\n                \"essid\": \"sanswire_xfinity_2G\"\n            },\n            {\n                \"essid\": \"Santa Clara\"\n            },\n            {\n                \"essid\": \"SantaFe\"\n            },\n            {\n                \"essid\": \"SantaLucia\"\n            },\n            {\n                \"essid\": \"Santalucia_management\"\n            },\n            {\n                \"essid\": \"Santana\"\n            },\n            {\n                \"essid\": \"santi220\"\n            },\n            {\n                \"essid\": \"Santiago's MiFi Guest\"\n            },\n            {\n                \"essid\": \"SantiagoValdes\"\n            },\n            {\n                \"essid\": \"santiyceci\"\n            },\n            {\n                \"essid\": \"Santos Family S2\"\n            },\n            {\n                \"essid\": \"SANU\"\n            },\n            {\n                \"essid\": \"SAO-GUEST\"\n            },\n            {\n                \"essid\": \"Sapir’s iPhone\"\n            },\n            {\n                \"essid\": \"Sapphire_15281\"\n            },\n            {\n                \"essid\": \"Saqib’s iPhone\"\n            },\n            {\n                \"essid\": \"sara\"\n            },\n            {\n                \"essid\": \"Sarab1975\"\n            },\n            {\n                \"essid\": \"Sara Bolt\"\n            },\n            {\n                \"essid\": \"Saradam\"\n            },\n            {\n                \"essid\": \"Sarah\"\n            },\n            {\n                \"essid\": \"Sarah Cary\"\n            },\n            {\n                \"essid\": \"Sarah Charles\\\\342\\\\200\\\\231s iPhone\"\n            },\n            {\n                \"essid\": \"Sarah Lee\"\n            },\n            {\n                \"essid\": \"SarahsBOLT\"\n            },\n            {\n                \"essid\": \"sarahscar\"\n            },\n            {\n                \"essid\": \"Sarah's Galaxy S20+ 5G\"\n            },\n            {\n                \"essid\": \"Sarah's iPhone\"\n            },\n            {\n                \"essid\": \"Sarah’s iPhone\"\n            },\n            {\n                \"essid\": \"sarahs wifi\"\n            },\n            {\n                \"essid\": \"SARAH TRAVERSE\"\n            },\n            {\n                \"essid\": \"Sarai\"\n            },\n            {\n                \"essid\": \"SARASBOLT\"\n            },\n            {\n                \"essid\": \"Saras Cruze\"\n            },\n            {\n                \"essid\": \"Saras Volt\"\n            },\n            {\n                \"essid\": \"SARB Guest\"\n            },\n            {\n                \"essid\": \"SARB-Guest\"\n            },\n            {\n                \"essid\": \"Sargam's iPhone\"\n            },\n            {\n                \"essid\": \"Sarna WiFi\"\n            },\n            {\n                \"essid\": \"Saroj’s iPhone\"\n            },\n            {\n                \"essid\": \"Saro Lifestyle 2.4\"\n            },\n            {\n                \"essid\": \"Sarthak’s iPhone\"\n            },\n            {\n                \"essid\": \"saruchaswhip\"\n            },\n            {\n                \"essid\": \"SAsLvMnm\"\n            },\n            {\n                \"essid\": \"Sasquatch\"\n            },\n            {\n                \"essid\": \"SASSYGIRL.NET\"\n            },\n            {\n                \"essid\": \"Satchel's Room speaker.o\"\n            },\n            {\n                \"essid\": \"Sathya\"\n            },\n            {\n                \"essid\": \"SATURDAY WIFI\"\n            },\n            {\n                \"essid\": \"saulmiranda\"\n            },\n            {\n                \"essid\": \"savannah14\"\n            },\n            {\n                \"essid\": \"Savannah7-2.4\"\n            },\n            {\n                \"essid\": \"SavannnahAndSiobahn'sMommy\"\n            },\n            {\n                \"essid\": \"SAVANTDEMO\"\n            },\n            {\n                \"essid\": \"SAVE22AK\"\n            },\n            {\n                \"essid\": \"SAVI\"\n            },\n            {\n                \"essid\": \"sawg\"\n            },\n            {\n                \"essid\": \"sawyer\"\n            },\n            {\n                \"essid\": \"SaxDretta-guest\"\n            },\n            {\n                \"essid\": \"sayerscorp\"\n            },\n            {\n                \"essid\": \"say the name\"\n            },\n            {\n                \"essid\": \"Sayumi の iPhone\"\n            },\n            {\n                \"essid\": \"sbenn95630\"\n            },\n            {\n                \"essid\": \"SBG6400-B449C\"\n            },\n            {\n                \"essid\": \"SBG6580-2-C6388\"\n            },\n            {\n                \"essid\": \"SBG6700AC-87385\"\n            },\n            {\n                \"essid\": \"SBG6700AC-95CDF\"\n            },\n            {\n                \"essid\": \"SBG6700AC-976A2\"\n            },\n            {\n                \"essid\": \"SBG6700AC-9EA4B\"\n            },\n            {\n                \"essid\": \"SBG6700AC-D358B\"\n            },\n            {\n                \"essid\": \"SBG6900AC-5A20E\"\n            },\n            {\n                \"essid\": \"SBG6900AC-5A20E_EXT\"\n            },\n            {\n                \"essid\": \"SBG6900AC-A03D2\"\n            },\n            {\n                \"essid\": \"SBG6900AC-C41AC\"\n            },\n            {\n                \"essid\": \"SBG6900AC-C41AC-5G\"\n            },\n            {\n                \"essid\": \"SBG7580AC-4240\"\n            },\n            {\n                \"essid\": \"SBG7580AC-6F91\"\n            },\n            {\n                \"essid\": \"SBG7580AC-7936\"\n            },\n            {\n                \"essid\": \"SBG7580AC-E7F4\"\n            },\n            {\n                \"essid\": \"SBG Tribe\"\n            },\n            {\n                \"essid\": \"SB Guest\"\n            },\n            {\n                \"essid\": \"sblytt\"\n            },\n            {\n                \"essid\": \"SBMCha\"\n            },\n            {\n                \"essid\": \"SB-Pool\"\n            },\n            {\n                \"essid\": \"SBS\"\n            },\n            {\n                \"essid\": \"SB’s iPhone\"\n            },\n            {\n                \"essid\": \"SBT\"\n            },\n            {\n                \"essid\": \"SBTGuest\"\n            },\n            {\n                \"essid\": \"SC200-EA7A20L02497\"\n            },\n            {\n                \"essid\": \"SC201-EA6A20G00940\"\n            },\n            {\n                \"essid\": \"SC 7plus iPhone\"\n            },\n            {\n                \"essid\": \"Scagent007\"\n            },\n            {\n                \"essid\": \"SCAH\"\n            },\n            {\n                \"essid\": \"Scalenet\"\n            },\n            {\n                \"essid\": \"ScalzoMalibu\"\n            },\n            {\n                \"essid\": \"Scam Unlikely\"\n            },\n            {\n                \"essid\": \"ScanfilGroup\"\n            },\n            {\n                \"essid\": \"ScanfilGuest\"\n            },\n            {\n                \"essid\": \"Scanner\"\n            },\n            {\n                \"essid\": \"ScannerNetSec\"\n            },\n            {\n                \"essid\": \"SCC_EMPLOYEE\"\n            },\n            {\n                \"essid\": \"SCC_GUEST\"\n            },\n            {\n                \"essid\": \"SCDASHCAM\"\n            },\n            {\n                \"essid\": \"scdps_guest\"\n            },\n            {\n                \"essid\": \"SC-Guest\"\n            },\n            {\n                \"essid\": \"Schaack\"\n            },\n            {\n                \"essid\": \"Schaack_2GEXT\"\n            },\n            {\n                \"essid\": \"schanduri\"\n            },\n            {\n                \"essid\": \"Scharonica’s iPhone\"\n            },\n            {\n                \"essid\": \"ScherryVolvo\"\n            },\n            {\n                \"essid\": \"SCH-I545C49E\"\n            },\n            {\n                \"essid\": \"Schleunes\"\n            },\n            {\n                \"essid\": \"SchlosBolt\"\n            },\n            {\n                \"essid\": \"Schmelzerfamily\"\n            },\n            {\n                \"essid\": \"Schmitty\"\n            },\n            {\n                \"essid\": \"schnayersonvolt\"\n            },\n            {\n                \"essid\": \"Scholastic Book Fairs\"\n            },\n            {\n                \"essid\": \"schoolio\"\n            },\n            {\n                \"essid\": \"School Staff\"\n            },\n            {\n                \"essid\": \"SchwartzTrialLaw-2.4\"\n            },\n            {\n                \"essid\": \"Schweiger 2015\"\n            },\n            {\n                \"essid\": \"SchwerryBolt\"\n            },\n            {\n                \"essid\": \"SCL WIFI\"\n            },\n            {\n                \"essid\": \"SCMIFI\"\n            },\n            {\n                \"essid\": \"SCN\"\n            },\n            {\n                \"essid\": \"Scoggs\"\n            },\n            {\n                \"essid\": \"scondon\"\n            },\n            {\n                \"essid\": \"Scooby Snacks\"\n            },\n            {\n                \"essid\": \"scooter\"\n            },\n            {\n                \"essid\": \"Scooter\"\n            },\n            {\n                \"essid\": \"Scorerers_Palace_2.4G\"\n            },\n            {\n                \"essid\": \"Scotch-2.4\"\n            },\n            {\n                \"essid\": \"Scots Truck\"\n            },\n            {\n                \"essid\": \"scott\"\n            },\n            {\n                \"essid\": \"Scott\"\n            },\n            {\n                \"essid\": \"Scott Bolt WiFi\"\n            },\n            {\n                \"essid\": \"scottie 2.4\"\n            },\n            {\n                \"essid\": \"ScottPack\"\n            },\n            {\n                \"essid\": \"Scott-PC-2.4\"\n            },\n            {\n                \"essid\": \"Scotts_DashCam\"\n            },\n            {\n                \"essid\": \"Scotts Grey Truck\"\n            },\n            {\n                \"essid\": \"Scott’s iPhone\"\n            },\n            {\n                \"essid\": \"scotts silverado\"\n            },\n            {\n                \"essid\": \"ScottsVet\"\n            },\n            {\n                \"essid\": \"Scottsweb\"\n            },\n            {\n                \"essid\": \"scottswifi\"\n            },\n            {\n                \"essid\": \"Scotts Wifi\"\n            },\n            {\n                \"essid\": \"Scott's Wi-Fi Network\"\n            },\n            {\n                \"essid\": \"Scout-7547\"\n            },\n            {\n                \"essid\": \"Scout-7F0F\"\n            },\n            {\n                \"essid\": \"Scouting-2\"\n            },\n            {\n                \"essid\": \"SCP17\"\n            },\n            {\n                \"essid\": \"SC WiFi 3\"\n            },\n            {\n                \"essid\": \"sdavisinstructor0419\"\n            },\n            {\n                \"essid\": \"SD Bolt\"\n            },\n            {\n                \"essid\": \"S Dixon\"\n            },\n            {\n                \"essid\": \"sdp5g\"\n            },\n            {\n                \"essid\": \"SDT Backup\"\n            },\n            {\n                \"essid\": \"SEAFD\"\n            },\n            {\n                \"essid\": \"Sealed Air WiFi\"\n            },\n            {\n                \"essid\": \"SeanCadillac\"\n            },\n            {\n                \"essid\": \"seanemoe\"\n            },\n            {\n                \"essid\": \"Seang\"\n            },\n            {\n                \"essid\": \"Seang_2GEXT\"\n            },\n            {\n                \"essid\": \"Sean Henrry\"\n            },\n            {\n                \"essid\": \"SeanMalibu\"\n            },\n            {\n                \"essid\": \"SeanMax\"\n            },\n            {\n                \"essid\": \"seanscar\"\n            },\n            {\n                \"essid\": \"SeanWiFi\"\n            },\n            {\n                \"essid\": \"Searching....\"\n            },\n            {\n                \"essid\": \"SEASON_NAILS\"\n            },\n            {\n                \"essid\": \"SeattleKLM\"\n            },\n            {\n                \"essid\": \"Seattle WiFi\"\n            },\n            {\n                \"essid\": \"Sebastian\"\n            },\n            {\n                \"essid\": \"Sebay\"\n            },\n            {\n                \"essid\": \"sebbolt\"\n            },\n            {\n                \"essid\": \"SEC_LinkShare_2c5023\"\n            },\n            {\n                \"essid\": \"SEC_LinkShare_762b2d\"\n            },\n            {\n                \"essid\": \"SEC_LinkShare_f07755\"\n            },\n            {\n                \"essid\": \"second brain\"\n            },\n            {\n                \"essid\": \"Second Opinion\"\n            },\n            {\n                \"essid\": \"Secret\"\n            },\n            {\n                \"essid\": \"Secure1\"\n            },\n            {\n                \"essid\": \"Secure2\"\n            },\n            {\n                \"essid\": \"SedeBaqCali\"\n            },\n            {\n                \"essid\": \"Sedeq alshugaa\"\n            },\n            {\n                \"essid\": \"Sedeq wi-fi.com\"\n            },\n            {\n                \"essid\": \"See\"\n            },\n            {\n                \"essid\": \"SEEGuestAccess\"\n            },\n            {\n                \"essid\": \"Sefa ’s iPhone\"\n            },\n            {\n                \"essid\": \"Sehic Trucking LLC\"\n            },\n            {\n                \"essid\": \"Seibert Tahoe\"\n            },\n            {\n                \"essid\": \"seidel\"\n            },\n            {\n                \"essid\": \"seif1970\"\n            },\n            {\n                \"essid\": \"Seku tha one\"\n            },\n            {\n                \"essid\": \"SE Lab\"\n            },\n            {\n                \"essid\": \"Selahs WiFi\"\n            },\n            {\n                \"essid\": \"selamin\"\n            },\n            {\n                \"essid\": \"selapssid_mobile\"\n            },\n            {\n                \"essid\": \"selapssid_smtv\"\n            },\n            {\n                \"essid\": \"selapssid_vendor\"\n            },\n            {\n                \"essid\": \"SemperWiFi\"\n            },\n            {\n                \"essid\": \"SENALIMO FORD\"\n            },\n            {\n                \"essid\": \"Senay\"\n            },\n            {\n                \"essid\": \"Senda Wi-Fi\"\n            },\n            {\n                \"essid\": \"SENDOW_c0210dbd153d\"\n            },\n            {\n                \"essid\": \"senorbuddhaguest\"\n            },\n            {\n                \"essid\": \"senpai\"\n            },\n            {\n                \"essid\": \"sensational\"\n            },\n            {\n                \"essid\": \"sensors\"\n            },\n            {\n                \"essid\": \"SentinelFM\"\n            },\n            {\n                \"essid\": \"Sentry\"\n            },\n            {\n                \"essid\": \"Sentry_25AD\"\n            },\n            {\n                \"essid\": \"Sentry_5BAD\"\n            },\n            {\n                \"essid\": \"Sentry_BBC1\"\n            },\n            {\n                \"essid\": \"Seny\"\n            },\n            {\n                \"essid\": \"Sepehrak\"\n            },\n            {\n                \"essid\": \"sephiroth\"\n            },\n            {\n                \"essid\": \"SequoyahCar\"\n            },\n            {\n                \"essid\": \"serena bolt\"\n            },\n            {\n                \"essid\": \"serendipity\"\n            },\n            {\n                \"essid\": \"Serendipity\"\n            },\n            {\n                \"essid\": \"Serendipity.\"\n            },\n            {\n                \"essid\": \"Serenity\"\n            },\n            {\n                \"essid\": \"serenityimpala\"\n            },\n            {\n                \"essid\": \"SERFutureLead2018\"\n            },\n            {\n                \"essid\": \"Sergio\\\\342\\\\200\\\\231s iPhone\"\n            },\n            {\n                \"essid\": \"Sergiobebe\"\n            },\n            {\n                \"essid\": \"Sergios\"\n            },\n            {\n                \"essid\": \"Sergios Camaro\"\n            },\n            {\n                \"essid\": \"sergioscar\"\n            },\n            {\n                \"essid\": \"Sergios Truck\"\n            },\n            {\n                \"essid\": \"Serna\"\n            },\n            {\n                \"essid\": \"Serrenity’s iPhone\"\n            },\n            {\n                \"essid\": \"serviceswifi\"\n            },\n            {\n                \"essid\": \"Servicing\"\n            },\n            {\n                \"essid\": \"SES Office WiFi\"\n            },\n            {\n                \"essid\": \"SessionONe5\"\n            },\n            {\n                \"essid\": \"Seth's Chromecast\"\n            },\n            {\n                \"essid\": \"SETUP\"\n            },\n            {\n                \"essid\": \"setup0F3B0\"\n            },\n            {\n                \"essid\": \"setup24070\"\n            },\n            {\n                \"essid\": \"setup34FD0\"\n            },\n            {\n                \"essid\": \"setup382B0\"\n            },\n            {\n                \"essid\": \"setup3E4F.ybd\"\n            },\n            {\n                \"essid\": \"setup4CFD.ybd\"\n            },\n            {\n                \"essid\": \"setup4D1B0\"\n            },\n            {\n                \"essid\": \"setup52880\"\n            },\n            {\n                \"essid\": \"setup5C2B0\"\n            },\n            {\n                \"essid\": \"setup5CFC0\"\n            },\n            {\n                \"essid\": \"setup5DB70\"\n            },\n            {\n                \"essid\": \"Setup77fd-2.4\"\n            },\n            {\n                \"essid\": \"setup813D0\"\n            },\n            {\n                \"essid\": \"setup8ACE0\"\n            },\n            {\n                \"essid\": \"setup97130\"\n            },\n            {\n                \"essid\": \"setupA40D\"\n            },\n            {\n                \"essid\": \"setupAD3C.ybd\"\n            },\n            {\n                \"essid\": \"setupB1BD0\"\n            },\n            {\n                \"essid\": \"setupC7C90\"\n            },\n            {\n                \"essid\": \"setupE0AC0\"\n            },\n            {\n                \"essid\": \"Severence wireless connection\"\n            },\n            {\n                \"essid\": \"Sexton_2G\"\n            },\n            {\n                \"essid\": \"SEXTONMALIBU\"\n            },\n            {\n                \"essid\": \"Sexy Moons Ride\"\n            },\n            {\n                \"essid\": \"Seyeds Cruze\"\n            },\n            {\n                \"essid\": \"Seymour5602\"\n            },\n            {\n                \"essid\": \"Seymour5602-guest\"\n            },\n            {\n                \"essid\": \"Seymour Gogo\"\n            },\n            {\n                \"essid\": \"SF101\"\n            },\n            {\n                \"essid\": \"SF 1-800-GOT-JUNK?\"\n            },\n            {\n                \"essid\": \"SFC Jerry Davis\"\n            },\n            {\n                \"essid\": \"SFD1101\"\n            },\n            {\n                \"essid\": \"SFD1162\"\n            },\n            {\n                \"essid\": \"SFDriven com\"\n            },\n            {\n                \"essid\": \"SFMNetwork\"\n            },\n            {\n                \"essid\": \"sfmobile\"\n            },\n            {\n                \"essid\": \"SF_Net_Office\"\n            },\n            {\n                \"essid\": \"SFO-RESERVE-26\"\n            },\n            {\n                \"essid\": \"SFPL-WIRELESS\"\n            },\n            {\n                \"essid\": \"SFSingers\"\n            },\n            {\n                \"essid\": \"#SFWiFi\"\n            },\n            {\n                \"essid\": \"sgsco_guest\"\n            },\n            {\n                \"essid\": \"SGSPartners\"\n            },\n            {\n                \"essid\": \"SGS_Wireless\"\n            },\n            {\n                \"essid\": \"SgudWi-it-9-fi (Mel)\"\n            },\n            {\n                \"essid\": \"sh0517\"\n            },\n            {\n                \"essid\": \"Shabgurl4\"\n            },\n            {\n                \"essid\": \"Shabia\"\n            },\n            {\n                \"essid\": \"shackerbolt\"\n            },\n            {\n                \"essid\": \"Shack Wee Fee\"\n            },\n            {\n                \"essid\": \"Shad0wNet\"\n            },\n            {\n                \"essid\": \"shadai28\"\n            },\n            {\n                \"essid\": \"Shadowman\"\n            },\n            {\n                \"essid\": \"Shahab \"\n            },\n            {\n                \"essid\": \"SHAHBAZI1\"\n            },\n            {\n                \"essid\": \"Shahryarhs\"\n            },\n            {\n                \"essid\": \"ShakaVAVA\"\n            },\n            {\n                \"essid\": \"Shaker\"\n            },\n            {\n                \"essid\": \"Shakey5\"\n            },\n            {\n                \"essid\": \"shakti\"\n            },\n            {\n                \"essid\": \"SHALOM\"\n            },\n            {\n                \"essid\": \"Shamail’s iPhone\"\n            },\n            {\n                \"essid\": \"Shameer\"\n            },\n            {\n                \"essid\": \"Shammy15\"\n            },\n            {\n                \"essid\": \"Shamrock Inn\"\n            },\n            {\n                \"essid\": \"Shamrock Inn WPA\"\n            },\n            {\n                \"essid\": \"Shamsher’s iPhone\"\n            },\n            {\n                \"essid\": \"Shamuel\"\n            },\n            {\n                \"essid\": \"Shandas Cruze\"\n            },\n            {\n                \"essid\": \"Shane1856\"\n            },\n            {\n                \"essid\": \"shaner1266\"\n            },\n            {\n                \"essid\": \"Shane's Guest\"\n            },\n            {\n                \"essid\": \"Shang-Jen's Mate 9\"\n            },\n            {\n                \"essid\": \"Shani6565\"\n            },\n            {\n                \"essid\": \"Shankar\"\n            },\n            {\n                \"essid\": \"shanks\"\n            },\n            {\n                \"essid\": \"Shanks bolt wiifi\"\n            },\n            {\n                \"essid\": \"Shannons Colorado\"\n            },\n            {\n                \"essid\": \"shannonsgmc\"\n            },\n            {\n                \"essid\": \"shannonstruck\"\n            },\n            {\n                \"essid\": \"Shannon's Wi-Fi Network\"\n            },\n            {\n                \"essid\": \"shantell\"\n            },\n            {\n                \"essid\": \"shants\"\n            },\n            {\n                \"essid\": \"Shanys Volt\"\n            },\n            {\n                \"essid\": \"ShaqChevXZ2\"\n            },\n            {\n                \"essid\": \"SharedSpace\"\n            },\n            {\n                \"essid\": \"SharedSpaceATL\"\n            },\n            {\n                \"essid\": \"Shari\"\n            },\n            {\n                \"essid\": \"Sharis Car\"\n            },\n            {\n                \"essid\": \"Shark\"\n            },\n            {\n                \"essid\": \"sharks!!!\"\n            },\n            {\n                \"essid\": \"Sharlese75\"\n            },\n            {\n                \"essid\": \"sharon cruze\"\n            },\n            {\n                \"essid\": \"Sharonnet\"\n            },\n            {\n                \"essid\": \"sharons car\"\n            },\n            {\n                \"essid\": \"Sharons Silverado\"\n            },\n            {\n                \"essid\": \"SharonsSpark\"\n            },\n            {\n                \"essid\": \"SharpShooter\"\n            },\n            {\n                \"essid\": \"Shauna's iPhone (2)\"\n            },\n            {\n                \"essid\": \"Shaunas Tahoe\"\n            },\n            {\n                \"essid\": \"Shauna Tahoe\"\n            },\n            {\n                \"essid\": \"Shaw Family\"\n            },\n            {\n                \"essid\": \"ShawHouse\"\n            },\n            {\n                \"essid\": \"Shawnsgillis\"\n            },\n            {\n                \"essid\": \"ShawnZ\"\n            },\n            {\n                \"essid\": \"Shawta Camaro\"\n            },\n            {\n                \"essid\": \"Shaw-Wifi\"\n            },\n            {\n                \"essid\": \"shaylovebaby\"\n            },\n            {\n                \"essid\": \"shaymore\"\n            },\n            {\n                \"essid\": \"ShaysYukon\"\n            },\n            {\n                \"essid\": \"Shazam\"\n            },\n            {\n                \"essid\": \"Sheas Imapala\"\n            },\n            {\n                \"essid\": \"Shed_Guest\"\n            },\n            {\n                \"essid\": \"Shed Speaker.n001\"\n            },\n            {\n                \"essid\": \"Sheedy \"\n            },\n            {\n                \"essid\": \"Sheila\"\n            },\n            {\n                \"essid\": \"SheilasBolt\"\n            },\n            {\n                \"essid\": \"Sheilas Bolt\"\n            },\n            {\n                \"essid\": \"Sheila-wifi-2.4GHz\"\n            },\n            {\n                \"essid\": \"Shekhar's iPhone\"\n            },\n            {\n                \"essid\": \"shelaghs bolt\"\n            },\n            {\n                \"essid\": \"Shelby Sonic\"\n            },\n            {\n                \"essid\": \"Shelco Guest\"\n            },\n            {\n                \"essid\": \"SHELENS\"\n            },\n            {\n                \"essid\": \"SheliaGMC\"\n            },\n            {\n                \"essid\": \"Shell\"\n            },\n            {\n                \"essid\": \"Shelley Tahoe\"\n            },\n            {\n                \"essid\": \"Shellies Bolt\"\n            },\n            {\n                \"essid\": \"Shelly Bolt\"\n            },\n            {\n                \"essid\": \"Shellyscar\"\n            },\n            {\n                \"essid\": \"shellyyukon\"\n            },\n            {\n                \"essid\": \"shelti\"\n            },\n            {\n                \"essid\": \"shelton\"\n            },\n            {\n                \"essid\": \"S Hemisphere 2\"\n            },\n            {\n                \"essid\": \"SHENANIGANS_HAIR\"\n            },\n            {\n                \"essid\": \"Shenekas Encore\"\n            },\n            {\n                \"essid\": \"Shenkai Equinox\"\n            },\n            {\n                \"essid\": \"Sheraton_Common\"\n            },\n            {\n                \"essid\": \"Sheraton _Conference\"\n            },\n            {\n                \"essid\": \"Sheraton_Guest\"\n            },\n            {\n                \"essid\": \"Sheraton-GUEST\"\n            },\n            {\n                \"essid\": \"Sheraton_Staff\"\n            },\n            {\n                \"essid\": \"she ready\"\n            },\n            {\n                \"essid\": \"SHERIFF_Wireless_Clients\"\n            },\n            {\n                \"essid\": \"SHERIF Network\"\n            },\n            {\n                \"essid\": \"SHERMAN TRANSMISSION'S\"\n            },\n            {\n                \"essid\": \"Sherry\"\n            },\n            {\n                \"essid\": \"ShervinsEscalade\"\n            },\n            {\n                \"essid\": \"shi\"\n            },\n            {\n                \"essid\": \"Shields\"\n            },\n            {\n                \"essid\": \"Shilling\"\n            },\n            {\n                \"essid\": \"Shiloh_Church-2G\"\n            },\n            {\n                \"essid\": \"SHINES\"\n            },\n            {\n                \"essid\": \"Ship\"\n            },\n            {\n                \"essid\": \"ShirleysWifi\"\n            },\n            {\n                \"essid\": \"shirwifi\"\n            },\n            {\n                \"essid\": \"SHIVA \"\n            },\n            {\n                \"essid\": \"shmullen1\"\n            },\n            {\n                \"essid\": \"Shock2019\"\n            },\n            {\n                \"essid\": \"Shock Car\"\n            },\n            {\n                \"essid\": \"Shoefetish20\"\n            },\n            {\n                \"essid\": \"Shoheb Ali\"\n            },\n            {\n                \"essid\": \"Shonuffd1220\"\n            },\n            {\n                \"essid\": \"ShopTools\"\n            },\n            {\n                \"essid\": \"Shorena\"\n            },\n            {\n                \"essid\": \"ShortRound-2G\"\n            },\n            {\n                \"essid\": \"Shout penis for password\"\n            },\n            {\n                \"essid\": \"ShowerDriver\"\n            },\n            {\n                \"essid\": \"ShowRm\"\n            },\n            {\n                \"essid\": \"shrabelmobilewifi\"\n            },\n            {\n                \"essid\": \"Shreya123\"\n            },\n            {\n                \"essid\": \"SHRV_Office\"\n            },\n            {\n                \"essid\": \"Shuker89\"\n            },\n            {\n                \"essid\": \"SHUKKWAI\"\n            },\n            {\n                \"essid\": \"ShuriLink\"\n            },\n            {\n                \"essid\": \"Shu's iPhone\"\n            },\n            {\n                \"essid\": \"shuston\"\n            },\n            {\n                \"essid\": \"Shuyan \\\\347\\\\232\\\\204 iPhone\"\n            },\n            {\n                \"essid\": \"SHW1\"\n            },\n            {\n                \"essid\": \"SHW2\"\n            },\n            {\n                \"essid\": \"shwetaMoto\"\n            },\n            {\n                \"essid\": \"Shweta's Bedroom speaker.o\"\n            },\n            {\n                \"essid\": \"shygirls\"\n            },\n            {\n                \"essid\": \"Shy&Yahshua-2.4\"\n            },\n            {\n                \"essid\": \"Sibville\"\n            },\n            {\n                \"essid\": \"SICG\"\n            },\n            {\n                \"essid\": \"SIC Guest\"\n            },\n            {\n                \"essid\": \"Sidney's iPhone\"\n            },\n            {\n                \"essid\": \"sido\"\n            },\n            {\n                \"essid\": \"siegelbolt\"\n            },\n            {\n                \"essid\": \"Siegis 5s\"\n            },\n            {\n                \"essid\": \"Sienna\"\n            },\n            {\n                \"essid\": \"Siera Silverado1\"\n            },\n            {\n                \"essid\": \"Sierra1500\"\n            },\n            {\n                \"essid\": \"Sierra17\"\n            },\n            {\n                \"essid\": \"Sierra 17\"\n            },\n            {\n                \"essid\": \"Sierra 2016\"\n            },\n            {\n                \"essid\": \"sierra wifi\"\n            },\n            {\n                \"essid\": \"SierraWifi\"\n            },\n            {\n                \"essid\": \"Sierra WiFi\"\n            },\n            {\n                \"essid\": \"SiestaKey\"\n            },\n            {\n                \"essid\": \"SIG\"\n            },\n            {\n                \"essid\": \"signal2\"\n            },\n            {\n                \"essid\": \"Sign-A-Rama Buford\"\n            },\n            {\n                \"essid\": \"Signature\"\n            },\n            {\n                \"essid\": \"Signature5G\"\n            },\n            {\n                \"essid\": \"signatureinsurance2.4\"\n            },\n            {\n                \"essid\": \"signwireless\"\n            },\n            {\n                \"essid\": \"Sikes2.4_Main\"\n            },\n            {\n                \"essid\": \"Sikes_bldg2\"\n            },\n            {\n                \"essid\": \"Sikes_Guest\"\n            },\n            {\n                \"essid\": \"silaraoz\"\n            },\n            {\n                \"essid\": \"silaraoz_EXT\"\n            },\n            {\n                \"essid\": \"Silence of the LAN\"\n            },\n            {\n                \"essid\": \"Silent D\"\n            },\n            {\n                \"essid\": \"SillyStar\"\n            },\n            {\n                \"essid\": \"Silva’s iPhone\"\n            },\n            {\n                \"essid\": \"SilvaWifi\"\n            },\n            {\n                \"essid\": \"Silva WiFi\"\n            },\n            {\n                \"essid\": \"Silverado\"\n            },\n            {\n                \"essid\": \"silverado17\"\n            },\n            {\n                \"essid\": \"Silverado17\"\n            },\n            {\n                \"essid\": \"silverado2015\"\n            },\n            {\n                \"essid\": \"Silverado2016\"\n            },\n            {\n                \"essid\": \"Silverado 2016\"\n            },\n            {\n                \"essid\": \"silveradoSilva\"\n            },\n            {\n                \"essid\": \"Silverado WiFi\"\n            },\n            {\n                \"essid\": \"Silverado Wireless\"\n            },\n            {\n                \"essid\": \"silverbullet\"\n            },\n            {\n                \"essid\": \"Silver Bullet\"\n            },\n            {\n                \"essid\": \"SILVER BULLET\"\n            },\n            {\n                \"essid\": \"SILVERCAR\"\n            },\n            {\n                \"essid\": \"silver hotspot\"\n            },\n            {\n                \"essid\": \"Silver Ice\"\n            },\n            {\n                \"essid\": \"Silverstar\"\n            },\n            {\n                \"essid\": \"Silver Volt\"\n            },\n            {\n                \"essid\": \"SilviaGonzalez\"\n            },\n            {\n                \"essid\": \"SIM\"\n            },\n            {\n                \"essid\": \"SimcoxWifi\"\n            },\n            {\n                \"essid\": \"Simions Sierra\"\n            },\n            {\n                \"essid\": \"simma\"\n            },\n            {\n                \"essid\": \"Simmons2-5\"\n            },\n            {\n                \"essid\": \"Simmons5\"\n            },\n            {\n                \"essid\": \"simmonsk\"\n            },\n            {\n                \"essid\": \"simone\"\n            },\n            {\n                \"essid\": \"Simone's iPhone\"\n            },\n            {\n                \"essid\": \"SimonPPayne\"\n            },\n            {\n                \"essid\": \"SIMONS\"\n            },\n            {\n                \"essid\": \"Simon’s iPhone\"\n            },\n            {\n                \"essid\": \"Simonton \"\n            },\n            {\n                \"essid\": \"simpson silverado\"\n            },\n            {\n                \"essid\": \"Simpson_Wifi\"\n            },\n            {\n                \"essid\": \"Sims Home\"\n            },\n            {\n                \"essid\": \"Sims Park Guest Wifi\"\n            },\n            {\n                \"essid\": \"Sims WiFi\"\n            },\n            {\n                \"essid\": \"simy\"\n            },\n            {\n                \"essid\": \"sine\"\n            },\n            {\n                \"essid\": \"Singh Volt\"\n            },\n            {\n                \"essid\": \"singolimo\"\n            },\n            {\n                \"essid\": \"SinkThePutt\"\n            },\n            {\n                \"essid\": \"SirataCarNet\"\n            },\n            {\n                \"essid\": \"Sir-James\"\n            },\n            {\n                \"essid\": \"Sirwank9\"\n            },\n            {\n                \"essid\": \"Sisson\"\n            },\n            {\n                \"essid\": \"Sister Son\"\n            },\n            {\n                \"essid\": \"site375\"\n            },\n            {\n                \"essid\": \"Site375Mac\"\n            },\n            {\n                \"essid\": \"sivahome\"\n            },\n            {\n                \"essid\": \"siverado2017\"\n            },\n            {\n                \"essid\": \"sixtconnect-2197\"\n            },\n            {\n                \"essid\": \"sixtyfive\"\n            },\n            {\n                \"essid\": \"SJ8PRO_974535_2.4G\"\n            },\n            {\n                \"essid\": \"sjcp7944\"\n            },\n            {\n                \"essid\": \"SJCS Staff\"\n            },\n            {\n                \"essid\": \"sjones9113\"\n            },\n            {\n                \"essid\": \"SJordan\"\n            },\n            {\n                \"essid\": \"SK car\"\n            },\n            {\n                \"essid\": \"skeletonwitch\"\n            },\n            {\n                \"essid\": \"Skellington 2\"\n            },\n            {\n                \"essid\": \"SkellySierra\"\n            },\n            {\n                \"essid\": \"SkibaBolt\"\n            },\n            {\n                \"essid\": \"SKilla\\\\342\\\\200\\\\231s iPhone X\"\n            },\n            {\n                \"essid\": \"Skinner-guest\"\n            },\n            {\n                \"essid\": \"Skinner-Home\"\n            },\n            {\n                \"essid\": \"S-KのiPhone\"\n            },\n            {\n                \"essid\": \"skipper\"\n            },\n            {\n                \"essid\": \"Skipper\"\n            },\n            {\n                \"essid\": \"skippy\"\n            },\n            {\n                \"essid\": \"skippy wifi\"\n            },\n            {\n                \"essid\": \"ski sled\"\n            },\n            {\n                \"essid\": \"Skittles\"\n            },\n            {\n                \"essid\": \"sknorling\"\n            },\n            {\n                \"essid\": \"Skullfire\"\n            },\n            {\n                \"essid\": \"SKVille-24\"\n            },\n            {\n                \"essid\": \"SKWR Buford\"\n            },\n            {\n                \"essid\": \"sky\"\n            },\n            {\n                \"essid\": \"SkyeHighWiFi\"\n            },\n            {\n                \"essid\": \"SkyHook\"\n            },\n            {\n                \"essid\": \"Skyler Cruze\"\n            },\n            {\n                \"essid\": \"Skynet\"\n            },\n            {\n                \"essid\": \"SkyNet\"\n            },\n            {\n                \"essid\": \"Skynet2017\"\n            },\n            {\n                \"essid\": \"Skynet Global Defense\"\n            },\n            {\n                \"essid\": \"skynet mobile\"\n            },\n            {\n                \"essid\": \"SkyNET_RPT_24\"\n            },\n            {\n                \"essid\": \"SkyPilotAP_7EBE\"\n            },\n            {\n                \"essid\": \"Sky Rider-756C\"\n            },\n            {\n                \"essid\": \"#Skyroam_0ga\"\n            },\n            {\n                \"essid\": \"#Skyroam_2se\"\n            },\n            {\n                \"essid\": \"Skyroam_3pb\"\n            },\n            {\n                \"essid\": \"#Skyroam_5vv\"\n            },\n            {\n                \"essid\": \"#Skyroam_65u\"\n            },\n            {\n                \"essid\": \"#Skyroam_866\"\n            },\n            {\n                \"essid\": \"#Skyroam_89b\"\n            },\n            {\n                \"essid\": \"#Skyroam_auj\"\n            },\n            {\n                \"essid\": \"#Skyroam_b2r\"\n            },\n            {\n                \"essid\": \"#Skyroam_bkn\"\n            },\n            {\n                \"essid\": \"#Skyroam_dyz\"\n            },\n            {\n                \"essid\": \"#Skyroam_es2\"\n            },\n            {\n                \"essid\": \"#Skyroam_exr\"\n            },\n            {\n                \"essid\": \"#Skyroam_n8k\"\n            },\n            {\n                \"essid\": \"skyroam_njv\"\n            },\n            {\n                \"essid\": \"#Skyroam_psm\"\n            },\n            {\n                \"essid\": \"#Skyroam_qyc\"\n            },\n            {\n                \"essid\": \"#Skyroam_rb5\"\n            },\n            {\n                \"essid\": \"#Skyroam_vm7\"\n            },\n            {\n                \"essid\": \"#Skyroam_xqd\"\n            },\n            {\n                \"essid\": \"#Skyroam_z5j\"\n            },\n            {\n                \"essid\": \"#Skyroam_zbv\"\n            },\n            {\n                \"essid\": \"Skyvan\"\n            },\n            {\n                \"essid\": \"Skyview_Guest\"\n            },\n            {\n                \"essid\": \"SkyView-N2246\"\n            },\n            {\n                \"essid\": \"Skyview_Secure\"\n            },\n            {\n                \"essid\": \"sl1\"\n            },\n            {\n                \"essid\": \"sl10-1\"\n            },\n            {\n                \"essid\": \"slakeywifi\"\n            },\n            {\n                \"essid\": \"Slate\"\n            },\n            {\n                \"essid\": \"SLB_RMB\"\n            },\n            {\n                \"essid\": \"SLD_DV811_818e8f\"\n            },\n            {\n                \"essid\": \"SLD_DVR_818bc8\"\n            },\n            {\n                \"essid\": \"SLD_DVR_818e61\"\n            },\n            {\n                \"essid\": \"SLD_DVR_8191fd\"\n            },\n            {\n                \"essid\": \"SLEE_BUFORD\"\n            },\n            {\n                \"essid\": \"Sleep Inn Guest Wi-Fi\"\n            },\n            {\n                \"essid\": \"Sleeptracker-97-6D\"\n            },\n            {\n                \"essid\": \"Slick Hog\"\n            },\n            {\n                \"essid\": \" Slingbox_BE88\"\n            },\n            {\n                \"essid\": \"slipherj\"\n            },\n            {\n                \"essid\": \"slipstream\"\n            },\n            {\n                \"essid\": \"S&L LawOffice\"\n            },\n            {\n                \"essid\": \"Sloan Home 1\"\n            },\n            {\n                \"essid\": \"Slowly but Surely\"\n            },\n            {\n                \"essid\": \"Slow-mo\"\n            },\n            {\n                \"essid\": \"SlowWifi-2.4\"\n            },\n            {\n                \"essid\": \"Slt4vecta\"\n            },\n            {\n                \"essid\": \"Slytherin house\"\n            },\n            {\n                \"essid\": \"SlytherinHouseWifi\"\n            },\n            {\n                \"essid\": \"S.m\"\n            },\n            {\n                \"essid\": \"sm2851\"\n            },\n            {\n                \"essid\": \"SM-A102U407\"\n            },\n            {\n                \"essid\": \"SM-A102U5E6\"\n            },\n            {\n                \"essid\": \"SM-A102U828\"\n            },\n            {\n                \"essid\": \"SM-A102U951\"\n            },\n            {\n                \"essid\": \"SM-A102UC07\"\n            },\n            {\n                \"essid\": \"SM-A205U225\"\n            },\n            {\n                \"essid\": \"SM-A205U4CB\"\n            },\n            {\n                \"essid\": \"SM-A205U6FB\"\n            },\n            {\n                \"essid\": \"SM-A205U8D2\"\n            },\n            {\n                \"essid\": \"SM-A505UAE0\"\n            },\n            {\n                \"essid\": \"SM-A505UE20\"\n            },\n            {\n                \"essid\": \"SM-A516U604\"\n            },\n            {\n                \"essid\": \"SMACC2\"\n            },\n            {\n                \"essid\": \"smallish_brother\"\n            },\n            {\n                \"essid\": \"Smalls\"\n            },\n            {\n                \"essid\": \"smallwonder\"\n            },\n            {\n                \"essid\": \"smangin\"\n            },\n            {\n                \"essid\": \"smanicka\"\n            },\n            {\n                \"essid\": \"Smart Car\"\n            },\n            {\n                \"essid\": \"smart devices\"\n            },\n            {\n                \"essid\": \"SmartiPants53\"\n            },\n            {\n                \"essid\": \"SmartLife-1032\"\n            },\n            {\n                \"essid\": \"SmartLife-1295\"\n            },\n            {\n                \"essid\": \"SmartLife-5D96\"\n            },\n            {\n                \"essid\": \"SmartLife-7908\"\n            },\n            {\n                \"essid\": \"SmartLife-8E91\"\n            },\n            {\n                \"essid\": \"SmartLife-C2D0\"\n            },\n            {\n                \"essid\": \"SmartLife-E875\"\n            },\n            {\n                \"essid\": \"SmartLife-EB9B\"\n            },\n            {\n                \"essid\": \"SmartLife-F692\"\n            },\n            {\n                \"essid\": \"SmartLife-F938\"\n            },\n            {\n                \"essid\": \"SmartSwitch-140\"\n            },\n            {\n                \"essid\": \"Smartway Inc.\"\n            },\n            {\n                \"essid\": \"SMCC\"\n            },\n            {\n                \"essid\": \"SMCLPRM08\"\n            },\n            {\n                \"essid\": \"S McMullen\"\n            },\n            {\n                \"essid\": \"SM Facility Maint.\"\n            },\n            {\n                \"essid\": \"SM-G530P\"\n            },\n            {\n                \"essid\": \"SM-G860P9C7\"\n            },\n            {\n                \"essid\": \"SM-G900P051\"\n            },\n            {\n                \"essid\": \"SM-G920P0AD\"\n            },\n            {\n                \"essid\": \"SM-G920P62B\"\n            },\n            {\n                \"essid\": \"SM-G920PBC2\"\n            },\n            {\n                \"essid\": \"SM-G920PE0A\"\n            },\n            {\n                \"essid\": \"SM-G930P091\"\n            },\n            {\n                \"essid\": \"SM-G930P2A7\"\n            },\n            {\n                \"essid\": \"SM-G930P3CB\"\n            },\n            {\n                \"essid\": \"SM-G930P3D3\"\n            },\n            {\n                \"essid\": \"SM-G930P559\"\n            },\n            {\n                \"essid\": \"SM-G930P60F\"\n            },\n            {\n                \"essid\": \"SM-G930P760\"\n            },\n            {\n                \"essid\": \"SM-G930P78F\"\n            },\n            {\n                \"essid\": \"SM-G930P83F\"\n            },\n            {\n                \"essid\": \"SM-G930P9D8\"\n            },\n            {\n                \"essid\": \"SM-G930PAF4\"\n            },\n            {\n                \"essid\": \"SM-G930PB02\"\n            },\n            {\n                \"essid\": \"SM-G930PCE7\"\n            },\n            {\n                \"essid\": \"SM-G930PD2E\"\n            },\n            {\n                \"essid\": \"SM-G935P03D\"\n            },\n            {\n                \"essid\": \"SM-G935P1DE\"\n            },\n            {\n                \"essid\": \"SM-G935P312\"\n            },\n            {\n                \"essid\": \"SM-G935P336\"\n            },\n            {\n                \"essid\": \"SM-G935P344\"\n            },\n            {\n                \"essid\": \"SM-G935P417\"\n            },\n            {\n                \"essid\": \"SM-G935P4CA\"\n            },\n            {\n                \"essid\": \"SM-G935P5E3\"\n            },\n            {\n                \"essid\": \"SM-G935PCEA\"\n            },\n            {\n                \"essid\": \"SM-G935PD58\"\n            },\n            {\n                \"essid\": \"SM-G935PF90\"\n            },\n            {\n                \"essid\": \"SM-G950U045\"\n            },\n            {\n                \"essid\": \"SM-G950U05A\"\n            },\n            {\n                \"essid\": \"SM-G950U141\"\n            },\n            {\n                \"essid\": \"SM-G950U2b9\"\n            },\n            {\n                \"essid\": \"SM-G950U319\"\n            },\n            {\n                \"essid\": \"SM-G950U451\"\n            },\n            {\n                \"essid\": \"SM-G950U5F3\"\n            },\n            {\n                \"essid\": \"SM-G950U92B\"\n            },\n            {\n                \"essid\": \"SM-G950UAD6\"\n            },\n            {\n                \"essid\": \"SM-G950UBA5\"\n            },\n            {\n                \"essid\": \"SM-G950UC62\"\n            },\n            {\n                \"essid\": \"SM-G950UED7\"\n            },\n            {\n                \"essid\": \"SM-G955U073\"\n            },\n            {\n                \"essid\": \"SM-G955U0DA\"\n            },\n            {\n                \"essid\": \"SM-G955U366\"\n            },\n            {\n                \"essid\": \"SM-G955U6AF\"\n            },\n            {\n                \"essid\": \"SM-G955U8DC\"\n            },\n            {\n                \"essid\": \"SM-G955UFD7\"\n            },\n            {\n                \"essid\": \"SM-G960U227\"\n            },\n            {\n                \"essid\": \"SM-G960U3D2\"\n            },\n            {\n                \"essid\": \"SM-G960U53D\"\n            },\n            {\n                \"essid\": \"SM-G960U614\"\n            },\n            {\n                \"essid\": \"SM-G960UE08\"\n            },\n            {\n                \"essid\": \"SM-G965U010\"\n            },\n            {\n                \"essid\": \"SM-G965U283\"\n            },\n            {\n                \"essid\": \"SM-G965U746\"\n            },\n            {\n                \"essid\": \"SM-G965UA23\"\n            },\n            {\n                \"essid\": \"SM-G973U500\"\n            },\n            {\n                \"essid\": \"SM-G973U7ef\"\n            },\n            {\n                \"essid\": \"SM-G973U8a5\"\n            },\n            {\n                \"essid\": \"SM-G975U19e\"\n            },\n            {\n                \"essid\": \"SM-G975U518\"\n            },\n            {\n                \"essid\": \"SM-G975U735\"\n            },\n            {\n                \"essid\": \"SM-G975Ua2f\"\n            },\n            {\n                \"essid\": \"SmileDoctors\"\n            },\n            {\n                \"essid\": \"SmileDoctors_Game\"\n            },\n            {\n                \"essid\": \"SmileDoctors_Internal\"\n            },\n            {\n                \"essid\": \"SmileDoctors_Team\"\n            },\n            {\n                \"essid\": \"Smile_Guests\"\n            },\n            {\n                \"essid\": \"Smilpala\"\n            },\n            {\n                \"essid\": \"smith\"\n            },\n            {\n                \"essid\": \"Smith\"\n            },\n            {\n                \"essid\": \"smith001\"\n            },\n            {\n                \"essid\": \"Smith2798-2.4\"\n            },\n            {\n                \"essid\": \"SMITH333\"\n            },\n            {\n                \"essid\": \"Smith Compound\"\n            },\n            {\n                \"essid\": \"Smith CPA\"\n            },\n            {\n                \"essid\": \"smithfamilywifi\"\n            },\n            {\n                \"essid\": \"SmithHeights Wifi\"\n            },\n            {\n                \"essid\": \"Smith_Home\"\n            },\n            {\n                \"essid\": \"Smithhousehold\"\n            },\n            {\n                \"essid\": \"SmithLe\"\n            },\n            {\n                \"essid\": \"smithshome3\"\n            },\n            {\n                \"essid\": \"SmithTraverse\"\n            },\n            {\n                \"essid\": \"SmithWiFi\"\n            },\n            {\n                \"essid\": \"Smith Yukon\"\n            },\n            {\n                \"essid\": \"smitty1983\"\n            },\n            {\n                \"essid\": \"SM-J320A 2460\"\n            },\n            {\n                \"essid\": \"SM-J320A 9521\"\n            },\n            {\n                \"essid\": \"SM-J327P152\"\n            },\n            {\n                \"essid\": \"SM-J327P2A2\"\n            },\n            {\n                \"essid\": \"SM-J327P3E6\"\n            },\n            {\n                \"essid\": \"SM-J327P7A6\"\n            },\n            {\n                \"essid\": \"SM-J327P961\"\n            },\n            {\n                \"essid\": \"SM-J327PC3C\"\n            },\n            {\n                \"essid\": \"SM-J327PC9F\"\n            },\n            {\n                \"essid\": \"SM-J327PE3B\"\n            },\n            {\n                \"essid\": \"SM-J327T1\"\n            },\n            {\n                \"essid\": \"SM-J337P3B1\"\n            },\n            {\n                \"essid\": \"SM-J337P3E8\"\n            },\n            {\n                \"essid\": \"SM-J337P564\"\n            },\n            {\n                \"essid\": \"SM-J337PC47\"\n            },\n            {\n                \"essid\": \"SM-J727P63E\"\n            },\n            {\n                \"essid\": \"SM-J727PAAF\"\n            },\n            {\n                \"essid\": \"SM-J727PCC3\"\n            },\n            {\n                \"essid\": \"SM-J727PD62\"\n            },\n            {\n                \"essid\": \"SM-J727R\"\n            },\n            {\n                \"essid\": \"SM-J737P4A5\"\n            },\n            {\n                \"essid\": \"SM-J737PB79\"\n            },\n            {\n                \"essid\": \"SM-J737PC60\"\n            },\n            {\n                \"essid\": \"SM-J737PE10\"\n            },\n            {\n                \"essid\": \"SM-LG20\"\n            },\n            {\n                \"essid\": \"SM-N900VE5D4\"\n            },\n            {\n                \"essid\": \"SM-N920P118\"\n            },\n            {\n                \"essid\": \"SM-N920P25A\"\n            },\n            {\n                \"essid\": \"SM-N920P2A2\"\n            },\n            {\n                \"essid\": \"SM-N920P810\"\n            },\n            {\n                \"essid\": \"SM-N920PA5E\"\n            },\n            {\n                \"essid\": \"SM-N920PC8B\"\n            },\n            {\n                \"essid\": \"SM-N920PD36\"\n            },\n            {\n                \"essid\": \"SM-N920PE86\"\n            },\n            {\n                \"essid\": \"SM-N930PEF7\"\n            },\n            {\n                \"essid\": \"SM-N950U0B2\"\n            },\n            {\n                \"essid\": \"SM-N950U11F\"\n            },\n            {\n                \"essid\": \"SM-N950U2CF\"\n            },\n            {\n                \"essid\": \"SM-N950U657\"\n            },\n            {\n                \"essid\": \"SM-N950U6AF\"\n            },\n            {\n                \"essid\": \"SM-N950U6E2\"\n            },\n            {\n                \"essid\": \"SM-N950U8DA\"\n            },\n            {\n                \"essid\": \"SM-N950UA1A\"\n            },\n            {\n                \"essid\": \"SM-N950UB6D\"\n            },\n            {\n                \"essid\": \"SM-N960U6F8\"\n            },\n            {\n                \"essid\": \"SM-N960U842\"\n            },\n            {\n                \"essid\": \"SM-N960UAF4\"\n            },\n            {\n                \"essid\": \"SM-N960UBE6\"\n            },\n            {\n                \"essid\": \"SM-N960UCE2\"\n            },\n            {\n                \"essid\": \"SM-N970U860\"\n            },\n            {\n                \"essid\": \"SM-N975Ucd4\"\n            },\n            {\n                \"essid\": \"SM-N975Ue0d\"\n            },\n            {\n                \"essid\": \"SmokeaterWB\"\n            },\n            {\n                \"essid\": \"Smokecity706-2.4\"\n            },\n            {\n                \"essid\": \"Smokelands Baddance\"\n            },\n            {\n                \"essid\": \"smokey\"\n            },\n            {\n                \"essid\": \"smokeyhotspot\"\n            },\n            {\n                \"essid\": \"Smooth4162\"\n            },\n            {\n                \"essid\": \"SMRB chevy\"\n            },\n            {\n                \"essid\": \"SMT\"\n            },\n            {\n                \"essid\": \"SM-T517PE74\"\n            },\n            {\n                \"essid\": \"SMULAW_Guest\"\n            },\n            {\n                \"essid\": \"SM Volt\"\n            },\n            {\n                \"essid\": \"S&M Woodworks\"\n            },\n            {\n                \"essid\": \"SnappyBridge\"\n            },\n            {\n                \"essid\": \"sneah1\"\n            },\n            {\n                \"essid\": \"SNFC-Wireless\"\n            },\n            {\n                \"essid\": \"Snigdha\"\n            },\n            {\n                \"essid\": \"SNM\"\n            },\n            {\n                \"essid\": \"Snook\"\n            },\n            {\n                \"essid\": \"SnoopDogg\"\n            },\n            {\n                \"essid\": \"Snoopy\"\n            },\n            {\n                \"essid\": \"Snoopy2\"\n            },\n            {\n                \"essid\": \"SNOW\"\n            },\n            {\n                \"essid\": \"SnowBall\"\n            },\n            {\n                \"essid\": \"SnowBunny \"\n            },\n            {\n                \"essid\": \"snowflake\"\n            },\n            {\n                \"essid\": \"SNRS_669D84\"\n            },\n            {\n                \"essid\": \"SNS/AggDBwAAALjpN+O6cgA=\"\n            },\n            {\n                \"essid\": \"SNS/AggDBwAAALjpN+PN2AA=\"\n            },\n            {\n                \"essid\": \"SNS/AgkBCiAAALjpN3pduAA=\"\n            },\n            {\n                \"essid\": \"SNS/AhoBBgACAUimuIARRgA=\"\n            },\n            {\n                \"essid\": \"SNS/AhoBBgACAXgoyvW3vgA=\"\n            },\n            {\n                \"essid\": \"SNS/ARQBBgABAXgoyptVnA==\"\n            },\n            {\n                \"essid\": \"SNS/ARQBBgABAXgoyptW3g==\"\n            },\n            {\n                \"essid\": \"SNS/ARQDAwAAATR+XDW/9A==\"\n            },\n            {\n                \"essid\": \"SNS-SERVICE-WIFI\"\n            },\n            {\n                \"essid\": \"SnuggleRoom\"\n            },\n            {\n                \"essid\": \"sny\"\n            },\n            {\n                \"essid\": \"Snyder\"\n            },\n            {\n                \"essid\": \"Snyder-2.4\"\n            },\n            {\n                \"essid\": \"soannewalker\"\n            },\n            {\n                \"essid\": \"Sober Counsel\"\n            },\n            {\n                \"essid\": \"Soccer2\"\n            },\n            {\n                \"essid\": \"Sodium CloRide\"\n            },\n            {\n                \"essid\": \"Sodium CloRide_5G\"\n            },\n            {\n                \"essid\": \"Soeul Train\"\n            },\n            {\n                \"essid\": \"SOFTBANK-N0249JP\"\n            },\n            {\n                \"essid\": \"softlulz\"\n            },\n            {\n                \"essid\": \"Sohan’s iPhone\"\n            },\n            {\n                \"essid\": \"Soji Cell\"\n            },\n            {\n                \"essid\": \"Sokyst\"\n            },\n            {\n                \"essid\": \"Sol2go\"\n            },\n            {\n                \"essid\": \"Solano County Library Wifi\"\n            },\n            {\n                \"essid\": \"solarin\"\n            },\n            {\n                \"essid\": \"solegarden\"\n            },\n            {\n                \"essid\": \"SolemnlySwear\"\n            },\n            {\n                \"essid\": \"soleyman68\"\n            },\n            {\n                \"essid\": \"SOLGXP07\"\n            },\n            {\n                \"essid\": \"Solideal ATN - 2G\"\n            },\n            {\n                \"essid\": \"Solid Wood\"\n            },\n            {\n                \"essid\": \"Solomon\"\n            },\n            {\n                \"essid\": \"Solomon Volt\"\n            },\n            {\n                \"essid\": \"Solsoito\"\n            },\n            {\n                \"essid\": \"Soltec_Reception\"\n            },\n            {\n                \"essid\": \"Soltrans My Ride\"\n            },\n            {\n                \"essid\": \"Something_Awesome\"\n            },\n            {\n                \"essid\": \"somethingrandom 2.4 GHz\"\n            },\n            {\n                \"essid\": \"Sonesta Guest\"\n            },\n            {\n                \"essid\": \"Sonia wifi\"\n            },\n            {\n                \"essid\": \"Sonic\"\n            },\n            {\n                \"essid\": \"SONIC\"\n            },\n            {\n                \"essid\": \"Sonic-116b\"\n            },\n            {\n                \"essid\": \"Sonic-287\"\n            },\n            {\n                \"essid\": \"Sonic-334\"\n            },\n            {\n                \"essid\": \"Sonic-3763\"\n            },\n            {\n                \"essid\": \"Sonic-3763_3\"\n            },\n            {\n                \"essid\": \"Sonic-3763-5G\"\n            },\n            {\n                \"essid\": \"Sonic-3763-5G-guest\"\n            },\n            {\n                \"essid\": \"Sonic-4c3c\"\n            },\n            {\n                \"essid\": \"Sonic-4cd6\"\n            },\n            {\n                \"essid\": \"Sonic-5554\"\n            },\n            {\n                \"essid\": \"Sonic-5554-5G\"\n            },\n            {\n                \"essid\": \"Sonic-6517\"\n            },\n            {\n                \"essid\": \"Sonic-6517-5G\"\n            },\n            {\n                \"essid\": \"Sonic-9392\"\n            },\n            {\n                \"essid\": \"Sonic-9492\"\n            },\n            {\n                \"essid\": \"Sonic-bce6\"\n            },\n            {\n                \"essid\": \"Sonic-ca28\"\n            },\n            {\n                \"essid\": \"Sonic.net-751\"\n            },\n            {\n                \"essid\": \"Sonic.net-842\"\n            },\n            {\n                \"essid\": \"Sonic.net-952\"\n            },\n            {\n                \"essid\": \"Sonic Wifi\"\n            },\n            {\n                \"essid\": \"SONiX_08298BCC4FFD\"\n            },\n            {\n                \"essid\": \"Sonja6969\"\n            },\n            {\n                \"essid\": \"SONNIES-2G\"\n            },\n            {\n                \"essid\": \"SONNIES2G-Guest\"\n            },\n            {\n                \"essid\": \"Sonny's\"\n            },\n            {\n                \"essid\": \"sonoco\"\n            },\n            {\n                \"essid\": \"SonOfMogh\"\n            },\n            {\n                \"essid\": \"SONOS\"\n            },\n            {\n                \"essid\": \"SONOS-AxsBCAABF0imuAJeUQI=\"\n            },\n            {\n                \"essid\": \"SONOS-AxsBCAACCkimuL8NMgI=\"\n            },\n            {\n                \"essid\": \"SONOS-AxsBCAACCkimuL8NMgM=\"\n            },\n            {\n                \"essid\": \"SONOS-AxwBBgABF1yq/bvSpAI=\"\n            },\n            {\n                \"essid\": \"SONOS-AyABBgABF1QqGyONsAA=\"\n            },\n            {\n                \"essid\": \"SONOS-AyEBCAAJF1QqG0pq9gM=\"\n            },\n            {\n                \"essid\": \"SONOS-AyEBCAAJF1QqG76ZdAI=\"\n            },\n            {\n                \"essid\": \"Sonos_pmkWWsBzlFib0MAnvRc2Nb6z8o\"\n            },\n            {\n                \"essid\": \"SONY\"\n            },\n            {\n                \"essid\": \"SootMachE\"\n            },\n            {\n                \"essid\": \"Sophia\"\n            },\n            {\n                \"essid\": \"Sophiashotspot\"\n            },\n            {\n                \"essid\": \"Sophie's Iphone 6\"\n            },\n            {\n                \"essid\": \"Sophos\"\n            },\n            {\n                \"essid\": \"soraya\"\n            },\n            {\n                \"essid\": \"SORIN's iPhone 6 Plus\"\n            },\n            {\n                \"essid\": \"Sorter 2 IPAD\"\n            },\n            {\n                \"essid\": \"Soua Malibu\"\n            },\n            {\n                \"essid\": \"Soul’s iPhone\"\n            },\n            {\n                \"essid\": \"Soundbar\"\n            },\n            {\n                \"essid\": \"Sound Bar\"\n            },\n            {\n                \"essid\": \"Soundbar Livingroom\"\n            },\n            {\n                \"essid\": \"SoundHouse\"\n            },\n            {\n                \"essid\": \"soupgun\"\n            },\n            {\n                \"essid\": \"Sour_gummy\"\n            },\n            {\n                \"essid\": \"South 54th \"\n            },\n            {\n                \"essid\": \"SouthCo\"\n            },\n            {\n                \"essid\": \"Southern_Comforts\"\n            },\n            {\n                \"essid\": \"SouthernEdge\"\n            },\n            {\n                \"essid\": \"Southern SmoQ BBQ\"\n            },\n            {\n                \"essid\": \"Southern SmoQ BBQ GUEST\"\n            },\n            {\n                \"essid\": \"Southgate\"\n            },\n            {\n                \"essid\": \"Southland_Front\"\n            },\n            {\n                \"essid\": \"Southland_PL\"\n            },\n            {\n                \"essid\": \"South-Lower\"\n            },\n            {\n                \"essid\": \"Southwark_Safety2800\"\n            },\n            {\n                \"essid\": \"SouthWind\"\n            },\n            {\n                \"essid\": \"SouzaChevrolet\"\n            },\n            {\n                \"essid\": \"SoylameraRiata\"\n            },\n            {\n                \"essid\": \"SP-5G-11F26E\"\n            },\n            {\n                \"essid\": \"Spacejam\"\n            },\n            {\n                \"essid\": \"Space Rabbit RV\"\n            },\n            {\n                \"essid\": \"spaceship\"\n            },\n            {\n                \"essid\": \"Spade 15\"\n            },\n            {\n                \"essid\": \"spade23\"\n            },\n            {\n                \"essid\": \"SpadeFoot\"\n            },\n            {\n                \"essid\": \"Spalding Hollow\"\n            },\n            {\n                \"essid\": \"Spark16\"\n            },\n            {\n                \"essid\": \"Spark-548fe6\"\n            },\n            {\n                \"essid\": \"SparkItUp\"\n            },\n            {\n                \"essid\": \"Sparkle\"\n            },\n            {\n                \"essid\": \"Sparklehut\"\n            },\n            {\n                \"essid\": \"Sparks4250\"\n            },\n            {\n                \"essid\": \"Sparks A Lot\"\n            },\n            {\n                \"essid\": \"Spark WiFi\"\n            },\n            {\n                \"essid\": \"sparky\"\n            },\n            {\n                \"essid\": \"Sparky\"\n            },\n            {\n                \"essid\": \"Sparky II\"\n            },\n            {\n                \"essid\": \"Sparrow\"\n            },\n            {\n                \"essid\": \"Spartan Stadium\"\n            },\n            {\n                \"essid\": \"SPD_56785\"\n            },\n            {\n                \"essid\": \"SPD.NARQ.639375\"\n            },\n            {\n                \"essid\": \"Speak-7033\"\n            },\n            {\n                \"essid\": \"Spear WIFI\"\n            },\n            {\n                \"essid\": \"Specco\"\n            },\n            {\n                \"essid\": \"Specialty Cell\"\n            },\n            {\n                \"essid\": \"Specialty Management\"\n            },\n            {\n                \"essid\": \"Specialty Ortho Guest\"\n            },\n            {\n                \"essid\": \"Specialty Secured\"\n            },\n            {\n                \"essid\": \"spectralink\"\n            },\n            {\n                \"essid\": \"Spectrum24\"\n            },\n            {\n                \"essid\": \"Spectrum Mobile\"\n            },\n            {\n                \"essid\": \"SpectrumSetup-00\"\n            },\n            {\n                \"essid\": \"SpectrumSetup-18\"\n            },\n            {\n                \"essid\": \"SpectrumSetup-40\"\n            },\n            {\n                \"essid\": \"SpectrumSetup-48\"\n            },\n            {\n                \"essid\": \"SpectrumSetup-72\"\n            },\n            {\n                \"essid\": \"SpectrumSetup-88\"\n            },\n            {\n                \"essid\": \"SpectrumSetup-AF\"\n            },\n            {\n                \"essid\": \"SpectrumSetup-D0\"\n            },\n            {\n                \"essid\": \"SpectrumSetup-D7\"\n            },\n            {\n                \"essid\": \"SpectrumSetup-E9\"\n            },\n            {\n                \"essid\": \"SpectrumWiFi\"\n            },\n            {\n                \"essid\": \"SpectrumWiFi Plus\"\n            },\n            {\n                \"essid\": \"Speed Equinox\"\n            },\n            {\n                \"essid\": \"Speedio25\"\n            },\n            {\n                \"essid\": \"speedy5000\"\n            },\n            {\n                \"essid\": \"speedyburritoguest\"\n            },\n            {\n                \"essid\": \"Speedy-Burritto-LLC-2.4\"\n            },\n            {\n                \"essid\": \"Speedy EVie\"\n            },\n            {\n                \"essid\": \"SPENCER\"\n            },\n            {\n                \"essid\": \"Spencer hotspot\"\n            },\n            {\n                \"essid\": \"spera\"\n            },\n            {\n                \"essid\": \"SPH-L720TAED\"\n            },\n            {\n                \"essid\": \"Spice12\"\n            },\n            {\n                \"essid\": \"SpiceRack\"\n            },\n            {\n                \"essid\": \"Spice Time is the Right Time\"\n            },\n            {\n                \"essid\": \"SPI-CLBP-R1\"\n            },\n            {\n                \"essid\": \"Spider JR\"\n            },\n            {\n                \"essid\": \"Spiderland Studios\"\n            },\n            {\n                \"essid\": \"Spider Man\"\n            },\n            {\n                \"essid\": \"spiff\"\n            },\n            {\n                \"essid\": \"Spiffy time\"\n            },\n            {\n                \"essid\": \"SpinxCustomer\"\n            },\n            {\n                \"essid\": \"Spirit of 76\"\n            },\n            {\n                \"essid\": \"Spirit Of 76\"\n            },\n            {\n                \"essid\": \"Spitfire_2.4\"\n            },\n            {\n                \"essid\": \"Spitfire_2.4_Ext\"\n            },\n            {\n                \"essid\": \"Spitfire_5\"\n            },\n            {\n                \"essid\": \"Spock\"\n            },\n            {\n                \"essid\": \"Spockk\"\n            },\n            {\n                \"essid\": \"Spoky\"\n            },\n            {\n                \"essid\": \"Sportsline\"\n            },\n            {\n                \"essid\": \"spot\"\n            },\n            {\n                \"essid\": \"spoton\"\n            },\n            {\n                \"essid\": \"SpotOn\"\n            },\n            {\n                \"essid\": \"Spotts Enclave\"\n            },\n            {\n                \"essid\": \"Spotty@Best\"\n            },\n            {\n                \"essid\": \"Spout wifi\"\n            },\n            {\n                \"essid\": \"SPP\"\n            },\n            {\n                \"essid\": \"Springbluff\"\n            },\n            {\n                \"essid\": \"SPRINGER_AGENCY\"\n            },\n            {\n                \"essid\": \"Sprint\"\n            },\n            {\n                \"essid\": \"Sprint Drive\"\n            },\n            {\n                \"essid\": \"Sprint Drive Erika\"\n            },\n            {\n                \"essid\": \"Sprint DriveQ\"\n            },\n            {\n                \"essid\": \"Sprint Drive Toyota Rav4\"\n            },\n            {\n                \"essid\": \"Sprinter\"\n            },\n            {\n                \"essid\": \"Sprinter2500\"\n            },\n            {\n                \"essid\": \"SprintHotspot_050\"\n            },\n            {\n                \"essid\": \"SprintHotspot_060\"\n            },\n            {\n                \"essid\": \"SprintHotspot2.4-8189\"\n            },\n            {\n                \"essid\": \"SprintHotspot_2EB\"\n            },\n            {\n                \"essid\": \"SprintHotspot388\"\n            },\n            {\n                \"essid\": \"SprintHotspot_38E\"\n            },\n            {\n                \"essid\": \"SprintHotspot_3B7\"\n            },\n            {\n                \"essid\": \"SprintHotspot_44B\"\n            },\n            {\n                \"essid\": \"SprintHotspot_497\"\n            },\n            {\n                \"essid\": \"SprintHotspot4D\"\n            },\n            {\n                \"essid\": \"SprintHotspot_4FA\"\n            },\n            {\n                \"essid\": \"SprintHotspot_696\"\n            },\n            {\n                \"essid\": \"SprintHotspot71F\"\n            },\n            {\n                \"essid\": \"SprintHotspot_831\"\n            },\n            {\n                \"essid\": \"SprintHotspot_907\"\n            },\n            {\n                \"essid\": \"SprintHotspot_90C\"\n            },\n            {\n                \"essid\": \"SprintHotspot_94B\"\n            },\n            {\n                \"essid\": \"SprintHotspot_A7A\"\n            },\n            {\n                \"essid\": \"SprintHotspot_AB0\"\n            },\n            {\n                \"essid\": \"SprintHotspot_BE3\"\n            },\n            {\n                \"essid\": \"SprintHotspot_D8B\"\n            },\n            {\n                \"essid\": \"SprintHotspot_DA5\"\n            },\n            {\n                \"essid\": \"SprintHotspot_E37\"\n            },\n            {\n                \"essid\": \"SprintHotspot_F14\"\n            },\n            {\n                \"essid\": \"SprintHotspot_F1D\"\n            },\n            {\n                \"essid\": \"Sprint Mart Guest Wifi\"\n            },\n            {\n                \"essid\": \"Sprint-MIFI500-3CA\"\n            },\n            {\n                \"essid\": \"Sprint MiFi 8000\"\n            },\n            {\n                \"essid\": \"SprintWiFi855\"\n            },\n            {\n                \"essid\": \"SprintWiFia-2507AC\"\n            },\n            {\n                \"essid\": \"SprintWiFia-27B045\"\n            },\n            {\n                \"essid\": \"SprintWiFia-27E88A\"\n            },\n            {\n                \"essid\": \"SprintWiFia-27FFB1\"\n            },\n            {\n                \"essid\": \"SprintWiFia-2808BE\"\n            },\n            {\n                \"essid\": \"SprintWiFia-280BE2\"\n            },\n            {\n                \"essid\": \"SprintWiFia-280C24\"\n            },\n            {\n                \"essid\": \"SprintWiFia-280C3A\"\n            },\n            {\n                \"essid\": \"SprintWiFia-280C98\"\n            },\n            {\n                \"essid\": \"SprintWiFia-280D57\"\n            },\n            {\n                \"essid\": \"SprintWiFia-280DAE\"\n            },\n            {\n                \"essid\": \"SprintWiFia-280E10\"\n            },\n            {\n                \"essid\": \"SprintWiFia-280E87\"\n            },\n            {\n                \"essid\": \"SprintWiFia-280EEA\"\n            },\n            {\n                \"essid\": \"SprintWiFia-280F06\"\n            },\n            {\n                \"essid\": \"SprintWiFia-280F78\"\n            },\n            {\n                \"essid\": \"SprintWiFia-2B914A\"\n            },\n            {\n                \"essid\": \"SprintWiFia-2C95FA\"\n            },\n            {\n                \"essid\": \"SprintWiFia-311558\"\n            },\n            {\n                \"essid\": \"SprintWiFia-3134E0\"\n            },\n            {\n                \"essid\": \"SprintWiFia-31DA3C\"\n            },\n            {\n                \"essid\": \"SprintWiFia-31F3AF\"\n            },\n            {\n                \"essid\": \"SprintWiFia-327151\"\n            },\n            {\n                \"essid\": \"SprintWiFia-35968B\"\n            },\n            {\n                \"essid\": \"SprintWiFia-38708E\"\n            },\n            {\n                \"essid\": \"SprintWiFia-39031F\"\n            },\n            {\n                \"essid\": \"SprintWiFia-39186C\"\n            },\n            {\n                \"essid\": \"SprintWiFia-3CA1D9\"\n            },\n            {\n                \"essid\": \"SprintWiFib-39D569\"\n            },\n            {\n                \"essid\": \"SprintWiFiE43\"\n            },\n            {\n                \"essid\": \"S-Proc Vanguard\"\n            },\n            {\n                \"essid\": \"sprprod-dfw’s iPhone\"\n            },\n            {\n                \"essid\": \"SPSV-MOBILE\"\n            },\n            {\n                \"essid\": \"Spurlingfamily\"\n            },\n            {\n                \"essid\": \"Sputnik\"\n            },\n            {\n                \"essid\": \"SPX-Bus\"\n            },\n            {\n                \"essid\": \"spycam\"\n            },\n            {\n                \"essid\": \"spyman646\"\n            },\n            {\n                \"essid\": \"SPZone-guest\"\n            },\n            {\n                \"essid\": \"Sq7 damo\"\n            },\n            {\n                \"essid\": \"SQSK-Limited\"\n            },\n            {\n                \"essid\": \"Squanto\"\n            },\n            {\n                \"essid\": \"squeegee-2.4\"\n            },\n            {\n                \"essid\": \"squirrelcam\"\n            },\n            {\n                \"essid\": \"Squirrel_Land\"\n            },\n            {\n                \"essid\": \"SquirrelPOS\"\n            },\n            {\n                \"essid\": \"Sra Oliveira\"\n            },\n            {\n                \"essid\": \"SR_hdm\"\n            },\n            {\n                \"essid\": \"Sri's Wi-Fi Network\"\n            },\n            {\n                \"essid\": \"SRM-MUR\"\n            },\n            {\n                \"essid\": \"SRS\"\n            },\n            {\n                \"essid\": \"SRS-HG1_233cae\"\n            },\n            {\n                \"essid\": \"SRS-HG1_77fe04\"\n            },\n            {\n                \"essid\": \"srwink\"\n            },\n            {\n                \"essid\": \"SR Young\"\n            },\n            {\n                \"essid\": \"SS5414G\"\n            },\n            {\n                \"essid\": \"ssanybo61\"\n            },\n            {\n                \"essid\": \"SSB554R\"\n            },\n            {\n                \"essid\": \"SSHome1\"\n            },\n            {\n                \"essid\": \"SSID15-2.4\"\n            },\n            {\n                \"essid\": \"SSID2-2.4\"\n            },\n            {\n                \"essid\": \"SSID3\"\n            },\n            {\n                \"essid\": \"SSID_start0\"\n            },\n            {\n                \"essid\": \"SSLAWLLC\"\n            },\n            {\n                \"essid\": \"SSleeper\"\n            },\n            {\n                \"essid\": \"SSP\"\n            },\n            {\n                \"essid\": \"SSP Private\"\n            },\n            {\n                \"essid\": \"Sss123\"\n            },\n            {\n                \"essid\": \"SSS1987\"\n            },\n            {\n                \"essid\": \"SS_SM-A115U_5253\"\n            },\n            {\n                \"essid\": \"SS_SM-G920T_8693\"\n            },\n            {\n                \"essid\": \"SS_SM-G930V_2767\"\n            },\n            {\n                \"essid\": \"SS_SM-G950U_5591\"\n            },\n            {\n                \"essid\": \"SS_SM-G950U_7095\"\n            },\n            {\n                \"essid\": \"SS_SM-J710MN_4021\"\n            },\n            {\n                \"essid\": \"SSS-Samsara\"\n            },\n            {\n                \"essid\": \"SSwax\"\n            },\n            {\n                \"essid\": \"SS Wifi\"\n            },\n            {\n                \"essid\": \"ST-002B01A5D0\"\n            },\n            {\n                \"essid\": \"ST-532\"\n            },\n            {\n                \"essid\": \"ST-537\"\n            },\n            {\n                \"essid\": \"stacy\"\n            },\n            {\n                \"essid\": \"stacy\\\\342\\\\200\\\\231s iPhone\"\n            },\n            {\n                \"essid\": \"Stacys Acadia\"\n            },\n            {\n                \"essid\": \"Stacys Malibu\"\n            },\n            {\n                \"essid\": \"Stacy Traverse\"\n            },\n            {\n                \"essid\": \"Stacy yukon\"\n            },\n            {\n                \"essid\": \"Staff\"\n            },\n            {\n                \"essid\": \"stallings-2.4\"\n            },\n            {\n                \"essid\": \"Stan2\"\n            },\n            {\n                \"essid\": \"Stan3\"\n            },\n            {\n                \"essid\": \"Stan4\"\n            },\n            {\n                \"essid\": \"Standalone\"\n            },\n            {\n                \"essid\": \"STANKOAUTO\"\n            },\n            {\n                \"essid\": \"Stanley Acura RLX Hotspot\"\n            },\n            {\n                \"essid\": \"Stanley Impala\"\n            },\n            {\n                \"essid\": \"Stanleys Sierra\"\n            },\n            {\n                \"essid\": \"Stannage Volt\"\n            },\n            {\n                \"essid\": \"stannariello\"\n            },\n            {\n                \"essid\": \"Stansell WiFi\"\n            },\n            {\n                \"essid\": \"stansmalibu\"\n            },\n            {\n                \"essid\": \"Stans Silverado\"\n            },\n            {\n                \"essid\": \"Stanton\\\\342\\\\200\\\\231s iPhone\"\n            },\n            {\n                \"essid\": \"STAR\"\n            },\n            {\n                \"essid\": \"S.T.A.R.\"\n            },\n            {\n                \"essid\": \"STAR_5\"\n            },\n            {\n                \"essid\": \"Starbuck\"\n            },\n            {\n                \"essid\": \"starbucks\"\n            },\n            {\n                \"essid\": \"Starbucks\"\n            },\n            {\n                \"essid\": \"Starbucks WiFi\"\n            },\n            {\n                \"essid\": \"StardustPixel\"\n            },\n            {\n                \"essid\": \"Starfall\"\n            },\n            {\n                \"essid\": \"Stark\"\n            },\n            {\n                \"essid\": \"Stark Labs\"\n            },\n            {\n                \"essid\": \"Starks\"\n            },\n            {\n                \"essid\": \"Starks Industries\"\n            },\n            {\n                \"essid\": \"Starlight_Massage_Therapy\"\n            },\n            {\n                \"essid\": \"StarTimesDVR_8cd6\"\n            },\n            {\n                \"essid\": \"STAR WARS\"\n            },\n            {\n                \"essid\": \"starz dmx\"\n            },\n            {\n                \"essid\": \"statefam\"\n            },\n            {\n                \"essid\": \"StateFarm\"\n            },\n            {\n                \"essid\": \"State Farm\"\n            },\n            {\n                \"essid\": \"statefarm008\"\n            },\n            {\n                \"essid\": \"Station.Crew\"\n            },\n            {\n                \"essid\": \"Staysee28\"\n            },\n            {\n                \"essid\": \"stburch1229\"\n            },\n            {\n                \"essid\": \"ST-DS11852000159\"\n            },\n            {\n                \"essid\": \"ST-DS11852000762\"\n            },\n            {\n                \"essid\": \"ST-DS11852000764\"\n            },\n            {\n                \"essid\": \"ST-DS11919000660\"\n            },\n            {\n                \"essid\": \"ST-DS11948000902\"\n            },\n            {\n                \"essid\": \"ST-DVR1839000044\"\n            },\n            {\n                \"essid\": \"ST-DVR1843000495\"\n            },\n            {\n                \"essid\": \"ST-DVR1843000496\"\n            },\n            {\n                \"essid\": \"ST-DVR1843000497\"\n            },\n            {\n                \"essid\": \"ST-DVR1843000498\"\n            },\n            {\n                \"essid\": \"ST-DVR1843000512\"\n            },\n            {\n                \"essid\": \"ST-DVR1843000521\"\n            },\n            {\n                \"essid\": \"ST-DVR1843000533\"\n            },\n            {\n                \"essid\": \"ST-DVR1843000534\"\n            },\n            {\n                \"essid\": \"ST-DVR1843000540\"\n            },\n            {\n                \"essid\": \"ST-DVR1843000543\"\n            },\n            {\n                \"essid\": \"ST-DVR1843000561\"\n            },\n            {\n                \"essid\": \"ST-DVR1843000563\"\n            },\n            {\n                \"essid\": \"ST-DVR1843000564\"\n            },\n            {\n                \"essid\": \"ST-DVR1843000565\"\n            },\n            {\n                \"essid\": \"ST-DVR1843000568\"\n            },\n            {\n                \"essid\": \"ST-DVR1843000570\"\n            },\n            {\n                \"essid\": \"ST-DVR1843000577\"\n            },\n            {\n                \"essid\": \"ST-DVR1843000631\"\n            },\n            {\n                \"essid\": \"ST-DVR1843000632\"\n            },\n            {\n                \"essid\": \"ST-DVR1843000633\"\n            },\n            {\n                \"essid\": \"ST-DVR1843000634\"\n            },\n            {\n                \"essid\": \"ST-DVR1843000635\"\n            },\n            {\n                \"essid\": \"ST-DVR1843000640\"\n            },\n            {\n                \"essid\": \"ST-DVR1845001804\"\n            },\n            {\n                \"essid\": \"ST-DVR1845002734\"\n            },\n            {\n                \"essid\": \"SteaknShake - Guest WiFi\"\n            },\n            {\n                \"essid\": \"steel\"\n            },\n            {\n                \"essid\": \"Steeler Nation\"\n            },\n            {\n                \"essid\": \"Stefan Foushee’s iPhone\"\n            },\n            {\n                \"essid\": \"STEFANSA3\"\n            },\n            {\n                \"essid\": \"Stefans Volt\"\n            },\n            {\n                \"essid\": \"steffi\"\n            },\n            {\n                \"essid\": \"Stella Blue\"\n            },\n            {\n                \"essid\": \"StellarScience\"\n            },\n            {\n                \"essid\": \"Stelpro-3ce1a11b692f\"\n            },\n            {\n                \"essid\": \"Stephanies Cruze\"\n            },\n            {\n                \"essid\": \"Stephan Spark\"\n            },\n            {\n                \"essid\": \"Stephen\"\n            },\n            {\n                \"essid\": \"Stephens\"\n            },\n            {\n                \"essid\": \"Stephensfam\"\n            },\n            {\n                \"essid\": \"Stephen Silverado\"\n            },\n            {\n                \"essid\": \"Stephen’s iPhone\"\n            },\n            {\n                \"essid\": \"Stephen's iPhone XR\"\n            },\n            {\n                \"essid\": \"Stephenson36\"\n            },\n            {\n                \"essid\": \"Stephens Wifi\"\n            },\n            {\n                \"essid\": \"Stephens WiFi\"\n            },\n            {\n                \"essid\": \"Steph iPhone7\"\n            },\n            {\n                \"essid\": \"STEPH's_ AUDI_WI-FI\"\n            },\n            {\n                \"essid\": \"stepz1\"\n            },\n            {\n                \"essid\": \"Sterling\"\n            },\n            {\n                \"essid\": \"sterling1\"\n            },\n            {\n                \"essid\": \"Sterling Hospitality\"\n            },\n            {\n                \"essid\": \"stethoscope\"\n            },\n            {\n                \"essid\": \"Steve Berry\"\n            },\n            {\n                \"essid\": \"steveeison\"\n            },\n            {\n                \"essid\": \"SteveGrand\"\n            },\n            {\n                \"essid\": \"steveh3\"\n            },\n            {\n                \"essid\": \"Steve Holt\"\n            },\n            {\n                \"essid\": \"Steve Jobs\"\n            },\n            {\n                \"essid\": \"stevejr0703\"\n            },\n            {\n                \"essid\": \"steven\"\n            },\n            {\n                \"essid\": \"Steven\"\n            },\n            {\n                \"essid\": \"steven123\"\n            },\n            {\n                \"essid\": \"StevensCar\"\n            },\n            {\n                \"essid\": \"Stevens Home\"\n            },\n            {\n                \"essid\": \"Steven Silverado\"\n            },\n            {\n                \"essid\": \"STEVEN SILVERADO\"\n            },\n            {\n                \"essid\": \"Steven's iPhone\"\n            },\n            {\n                \"essid\": \"Stevens Volt\"\n            },\n            {\n                \"essid\": \"steveollie\"\n            },\n            {\n                \"essid\": \"STEVE R\"\n            },\n            {\n                \"essid\": \"Steves Acadia\"\n            },\n            {\n                \"essid\": \"Steves Bolt\"\n            },\n            {\n                \"essid\": \"Steves Cruze\"\n            },\n            {\n                \"essid\": \"Steves GMC\"\n            },\n            {\n                \"essid\": \"steves hotspot\"\n            },\n            {\n                \"essid\": \"Steve's hotspot\"\n            },\n            {\n                \"essid\": \"Steves Truck\"\n            },\n            {\n                \"essid\": \"steviethek\"\n            },\n            {\n                \"essid\": \"Stevie the K\"\n            },\n            {\n                \"essid\": \"Stevis Equinox\"\n            },\n            {\n                \"essid\": \"Steward of the Pings\"\n            },\n            {\n                \"essid\": \"Stewarts\"\n            },\n            {\n                \"essid\": \"SteynFamily\"\n            },\n            {\n                \"essid\": \"STINGRAY\"\n            },\n            {\n                \"essid\": \"Stinnett\"\n            },\n            {\n                \"essid\": \"stinnett buick\"\n            },\n            {\n                \"essid\": \"STL\"\n            },\n            {\n                \"essid\": \"STL-Network\"\n            },\n            {\n                \"essid\": \"STL-Network Guest\"\n            },\n            {\n                \"essid\": \"St Matthew\"\n            },\n            {\n                \"essid\": \"St Nick\"\n            },\n            {\n                \"essid\": \"Stoic 1\"\n            },\n            {\n                \"essid\": \"stoics\"\n            },\n            {\n                \"essid\": \"Stokes Wagner\"\n            },\n            {\n                \"essid\": \"Stokes Wagner Guest\"\n            },\n            {\n                \"essid\": \"Stolen Car Biatch\"\n            },\n            {\n                \"essid\": \"Stone\"\n            },\n            {\n                \"essid\": \"stone77\"\n            },\n            {\n                \"essid\": \"Stone Summit Main Gym\"\n            },\n            {\n                \"essid\": \"Stop54\"\n            },\n            {\n                \"essid\": \"Stopslamingshit\"\n            },\n            {\n                \"essid\": \"Store067\"\n            },\n            {\n                \"essid\": \"STORE202\"\n            },\n            {\n                \"essid\": \"StoreD\"\n            },\n            {\n                \"essid\": \"StoreP\"\n            },\n            {\n                \"essid\": \"STORER  3001 ADMIN\"\n            },\n            {\n                \"essid\": \"storer3003admin\"\n            },\n            {\n                \"essid\": \"storer3003guest\"\n            },\n            {\n                \"essid\": \"STORER 67097 ADMIN\"\n            },\n            {\n                \"essid\": \"STORER 67097 GUESTS\"\n            },\n            {\n                \"essid\": \"STORER COACHWAYS 2028  ADMIN\"\n            },\n            {\n                \"essid\": \"STORER COACHWAYS 2028 GUESTS\"\n            },\n            {\n                \"essid\": \"StorerSF\"\n            },\n            {\n                \"essid\": \"Storer SF\"\n            },\n            {\n                \"essid\": \"Storm\"\n            },\n            {\n                \"essid\": \"Storm's F150\"\n            },\n            {\n                \"essid\": \"Storm the Castle!\"\n            },\n            {\n                \"essid\": \"Stormy\"\n            },\n            {\n                \"essid\": \"str241xipv\"\n            },\n            {\n                \"essid\": \"straight out of cali\"\n            },\n            {\n                \"essid\": \"Strait Cruze\"\n            },\n            {\n                \"essid\": \"Strait_Path\"\n            },\n            {\n                \"essid\": \"Strange\"\n            },\n            {\n                \"essid\": \"StrassBOLT\"\n            },\n            {\n                \"essid\": \"strategos\"\n            },\n            {\n                \"essid\": \"Stratus\"\n            },\n            {\n                \"essid\": \"Stratus1s002027\"\n            },\n            {\n                \"essid\": \"Stratus225067\"\n            },\n            {\n                \"essid\": \"Stratus2s014353\"\n            },\n            {\n                \"essid\": \"Stratus3001089\"\n            },\n            {\n                \"essid\": \"stratux\"\n            },\n            {\n                \"essid\": \"strawberry\"\n            },\n            {\n                \"essid\": \"Stream\"\n            },\n            {\n                \"essid\": \"Street-2.4\"\n            },\n            {\n                \"essid\": \"streidvolt\"\n            },\n            {\n                \"essid\": \"stretchers\"\n            },\n            {\n                \"essid\": \"STRF314\"\n            },\n            {\n                \"essid\": \"Striiv\"\n            },\n            {\n                \"essid\": \"StripperVan1\"\n            },\n            {\n                \"essid\": \"STRN_059631028\"\n            },\n            {\n                \"essid\": \"STRN9\"\n            },\n            {\n                \"essid\": \"STRS8+\"\n            },\n            {\n                \"essid\": \"Strube Mobile\"\n            },\n            {\n                \"essid\": \"Studbrothers2018\"\n            },\n            {\n                \"essid\": \"Student\"\n            },\n            {\n                \"essid\": \"Students\"\n            },\n            {\n                \"essid\": \"Studio 6\"\n            },\n            {\n                \"essid\": \"StudioAmor\"\n            },\n            {\n                \"essid\": \"Studio speaker.p\"\n            },\n            {\n                \"essid\": \"Studio XL 2\"\n            },\n            {\n                \"essid\": \"Stulys6\"\n            },\n            {\n                \"essid\": \"StupidLeo\"\n            },\n            {\n                \"essid\": \"stupid pumpkin\"\n            },\n            {\n                \"essid\": \"Stylist Studios\"\n            },\n            {\n                \"essid\": \"Stylist Studios Guest\"\n            },\n            {\n                \"essid\": \"StylistStudios_Guest1\"\n            },\n            {\n                \"essid\": \"StylistStudios_Private\"\n            },\n            {\n                \"essid\": \"stylo 6754\"\n            },\n            {\n                \"essid\": \"subarnaphone\"\n            },\n            {\n                \"essid\": \"Subaru Wi-Fi\"\n            },\n            {\n                \"essid\": \"Subbu car\"\n            },\n            {\n                \"essid\": \"SUBHAM\"\n            },\n            {\n                \"essid\": \"Sublime Delivery\"\n            },\n            {\n                \"essid\": \"sububu\"\n            },\n            {\n                \"essid\": \"Suburban\"\n            },\n            {\n                \"essid\": \"Suburban17\"\n            },\n            {\n                \"essid\": \"Suburban36500N2\"\n            },\n            {\n                \"essid\": \"Suburban 7841\"\n            },\n            {\n                \"essid\": \"suburban wifi\"\n            },\n            {\n                \"essid\": \"Suburban Wifi\"\n            },\n            {\n                \"essid\": \"Suburban WiFi\"\n            },\n            {\n                \"essid\": \"Subway12345678\"\n            },\n            {\n                \"essid\": \"Subway-2.4\"\n            },\n            {\n                \"essid\": \"Subway-5\"\n            },\n            {\n                \"essid\": \"succafree\"\n            },\n            {\n                \"essid\": \"Success_Guest\"\n            },\n            {\n                \"essid\": \"success_martial_arts\"\n            },\n            {\n                \"essid\": \"suckafree\"\n            },\n            {\n                \"essid\": \"SueGMC\"\n            },\n            {\n                \"essid\": \"Sue’s iPhone\"\n            },\n            {\n                \"essid\": \"Sues Sierra\"\n            },\n            {\n                \"essid\": \"Sugamama\"\n            },\n            {\n                \"essid\": \"Sugar and Kate\"\n            },\n            {\n                \"essid\": \"sugarcookie\"\n            },\n            {\n                \"essid\": \"Sugar Hill\"\n            },\n            {\n                \"essid\": \"SUGAR_HILL_CITGO\"\n            },\n            {\n                \"essid\": \"Suhiebjan10\"\n            },\n            {\n                \"essid\": \"Suhroo\"\n            },\n            {\n                \"essid\": \"Suite Wifi\"\n            },\n            {\n                \"essid\": \"sumionthego\"\n            },\n            {\n                \"essid\": \"Summee’s iPhone\"\n            },\n            {\n                \"essid\": \"Sumsung\"\n            },\n            {\n                \"essid\": \"SUN ACUPUNCTURE\"\n            },\n            {\n                \"essid\": \"Sunbear\"\n            },\n            {\n                \"essid\": \"Sunbelt Guest\"\n            },\n            {\n                \"essid\": \"sundance\"\n            },\n            {\n                \"essid\": \"Sundown\"\n            },\n            {\n                \"essid\": \"sunflower\"\n            },\n            {\n                \"essid\": \"Sunflower\"\n            },\n            {\n                \"essid\": \"Sunga Family\"\n            },\n            {\n                \"essid\": \"sungdash\"\n            },\n            {\n                \"essid\": \"Sung's Phone\"\n            },\n            {\n                \"essid\": \"Sunils Bolt\"\n            },\n            {\n                \"essid\": \"Sunita\"\n            },\n            {\n                \"essid\": \"Sunku Chevy Bolt\"\n            },\n            {\n                \"essid\": \"Sunny\"\n            },\n            {\n                \"essid\": \"sunnydc\"\n            },\n            {\n                \"essid\": \"SunnyKingHonda\"\n            },\n            {\n                \"essid\": \"sunnyside2.4\"\n            },\n            {\n                \"essid\": \"SunPower09351\"\n            },\n            {\n                \"essid\": \"SunPower46492\"\n            },\n            {\n                \"essid\": \"sunpowervolt\"\n            },\n            {\n                \"essid\": \"Sunrise\"\n            },\n            {\n                \"essid\": \"Sunriver\"\n            },\n            {\n                \"essid\": \"SUNRNNR\"\n            },\n            {\n                \"essid\": \"Sunshine\"\n            },\n            {\n                \"essid\": \"SunshineHouse\"\n            },\n            {\n                \"essid\": \"Sunshine S5\"\n            },\n            {\n                \"essid\": \"sunsunsun\"\n            },\n            {\n                \"essid\": \"Sunti Kungfu Wifi\"\n            },\n            {\n                \"essid\": \"Sun-WIfi2\"\n            },\n            {\n                \"essid\": \"Sunz Galaxy\"\n            },\n            {\n                \"essid\": \"Supas Estate\"\n            },\n            {\n                \"essid\": \"super2004\"\n            },\n            {\n                \"essid\": \"Super Bolt\"\n            },\n            {\n                \"essid\": \"SUPER COMPUTER\"\n            },\n            {\n                \"essid\": \"SuperDuperUberAwesome\"\n            },\n            {\n                \"essid\": \"superfalcon\"\n            },\n            {\n                \"essid\": \"SuperFastFreeWifi\"\n            },\n            {\n                \"essid\": \"Superman\"\n            },\n            {\n                \"essid\": \"SuperMan 256GB \"\n            },\n            {\n                \"essid\": \"SuperNova\"\n            },\n            {\n                \"essid\": \"Super Reliable Internet\"\n            },\n            {\n                \"essid\": \"SuperScott\"\n            },\n            {\n                \"essid\": \"SUPERSHINE\"\n            },\n            {\n                \"essid\": \"SuperSonicSpeed\"\n            },\n            {\n                \"essid\": \"Superwhistler\"\n            },\n            {\n                \"essid\": \"SuPhone\"\n            },\n            {\n                \"essid\": \"SupplyWiFi\"\n            },\n            {\n                \"essid\": \"Supreme Lending\"\n            },\n            {\n                \"essid\": \"SUPS4\"\n            },\n            {\n                \"essid\": \"Surabhi’s Room.o\"\n            },\n            {\n                \"essid\": \"Surachai’s iPhone 11\"\n            },\n            {\n                \"essid\": \"Surachai’s iPhone 6s\"\n            },\n            {\n                \"essid\": \"Surbaban\"\n            },\n            {\n                \"essid\": \"SureStay\"\n            },\n            {\n                \"essid\": \"surewishcraycraywouldmove\"\n            },\n            {\n                \"essid\": \"suroj’s iPhone\"\n            },\n            {\n                \"essid\": \"survy\"\n            },\n            {\n                \"essid\": \"Susan Heffran\"\n            },\n            {\n                \"essid\": \"susanneenclave\"\n            },\n            {\n                \"essid\": \"susanschilling\"\n            },\n            {\n                \"essid\": \"Susans Traverse\"\n            },\n            {\n                \"essid\": \"Susan Stutzman\"\n            },\n            {\n                \"essid\": \"sushiheeya\"\n            },\n            {\n                \"essid\": \"SushiToo\"\n            },\n            {\n                \"essid\": \"SUSIEBWOOD\"\n            },\n            {\n                \"essid\": \"SUSIE'S ID4\"\n            },\n            {\n                \"essid\": \"suspended01\"\n            },\n            {\n                \"essid\": \"SUSU FAM\"\n            },\n            {\n                \"essid\": \"Suzie Q\"\n            },\n            {\n                \"essid\": \"SVCEDG\"\n            },\n            {\n                \"essid\": \"SvcTec\"\n            },\n            {\n                \"essid\": \"S Vivero\"\n            },\n            {\n                \"essid\": \"svmjclink\"\n            },\n            {\n                \"essid\": \"svogan\"\n            },\n            {\n                \"essid\": \"SVTcobra\"\n            },\n            {\n                \"essid\": \"SWAAZ\"\n            },\n            {\n                \"essid\": \"swaeoc1542\"\n            },\n            {\n                \"essid\": \"Swagspot\"\n            },\n            {\n                \"essid\": \"Swain215\"\n            },\n            {\n                \"essid\": \"swampdonkey\"\n            },\n            {\n                \"essid\": \"swampthing1\"\n            },\n            {\n                \"essid\": \"Swansons\"\n            },\n            {\n                \"essid\": \"Swanton\"\n            },\n            {\n                \"essid\": \"SWAT\"\n            },\n            {\n                \"essid\": \"Swat1\"\n            },\n            {\n                \"essid\": \"SWD_082960CC4334\"\n            },\n            {\n                \"essid\": \"SWD_1ABA4404E115\"\n            },\n            {\n                \"essid\": \"SWD_2338EC02333A\"\n            },\n            {\n                \"essid\": \"Sweethome\"\n            },\n            {\n                \"essid\": \"Sweethoppy\"\n            },\n            {\n                \"essid\": \"SweetiePie\"\n            },\n            {\n                \"essid\": \"sweet lab\"\n            },\n            {\n                \"essid\": \"Sweet Sugar Palace\"\n            },\n            {\n                \"essid\": \"SWF1002_E4C4\"\n            },\n            {\n                \"essid\": \"swguest\"\n            },\n            {\n                \"essid\": \"SW-GX440-1009U\"\n            },\n            {\n                \"essid\": \"SW-GX440-3010\"\n            },\n            {\n                \"essid\": \"SW-GX440-5666\"\n            },\n            {\n                \"essid\": \"Swiftydash1\"\n            },\n            {\n                \"essid\": \"swingasan\"\n            },\n            {\n                \"essid\": \"SwireCC_Samsara WiFi\"\n            },\n            {\n                \"essid\": \"SwirlFilms\"\n            },\n            {\n                \"essid\": \"Swiss_Festival_Rally_Staff\"\n            },\n            {\n                \"essid\": \"SwK8\"\n            },\n            {\n                \"essid\": \"SW POPE\"\n            },\n            {\n                \"essid\": \"SWYS\"\n            },\n            {\n                \"essid\": \"SX9\"\n            },\n            {\n                \"essid\": \"Syd\"\n            },\n            {\n                \"essid\": \"Sydney\"\n            },\n            {\n                \"essid\": \"Sydney Westley’s iPhone\"\n            },\n            {\n                \"essid\": \"SyllaBolt\"\n            },\n            {\n                \"essid\": \"sylvannaschevy\"\n            },\n            {\n                \"essid\": \"SylvanValleyLodge\"\n            },\n            {\n                \"essid\": \"sylvia\"\n            },\n            {\n                \"essid\": \"SYLVIA\"\n            },\n            {\n                \"essid\": \"Sylvia Malibu\"\n            },\n            {\n                \"essid\": \"Symonds\"\n            },\n            {\n                \"essid\": \"Sync\"\n            },\n            {\n                \"essid\": \"SYNC_00000000\"\n            },\n            {\n                \"essid\": \"SYNC_HC\"\n            },\n            {\n                \"essid\": \"Syncing Titanic\"\n            },\n            {\n                \"essid\": \"SyncUp Spot\"\n            },\n            {\n                \"essid\": \"SYNC_XMCY37N1\"\n            },\n            {\n                \"essid\": \"SYNC_XN1L0BF6\"\n            },\n            {\n                \"essid\": \"SYNC_XN3Y2L4H\"\n            },\n            {\n                \"essid\": \"SYNC_XN462W9W\"\n            },\n            {\n                \"essid\": \"SYNC_XN540L4Q\"\n            },\n            {\n                \"essid\": \"SYNC_XN7U00BD\"\n            },\n            {\n                \"essid\": \"SYNC_XN7U00KY\"\n            },\n            {\n                \"essid\": \"SYNC_XN8C0NC4\"\n            },\n            {\n                \"essid\": \"SYNC_XN9E1SBC\"\n            },\n            {\n                \"essid\": \"SYNC_XNBW004F\"\n            },\n            {\n                \"essid\": \"SYNC_XP191BK2\"\n            },\n            {\n                \"essid\": \"SYNC_XP1V21FF\"\n            },\n            {\n                \"essid\": \"SYNC_XP260JWT\"\n            },\n            {\n                \"essid\": \"SYNC_XP2H10GM\"\n            },\n            {\n                \"essid\": \"SYNC_XP2X0087\"\n            },\n            {\n                \"essid\": \"SYNC_XP3D0FQ6\"\n            },\n            {\n                \"essid\": \"SYNC_XP3G0NLN\"\n            },\n            {\n                \"essid\": \"SYNC_XP3M0TST\"\n            },\n            {\n                \"essid\": \"SYNC_XP421MFB\"\n            },\n            {\n                \"essid\": \"SYNC_XP4H2D4Q\"\n            },\n            {\n                \"essid\": \"SYNC_XP4M2PW0\"\n            },\n            {\n                \"essid\": \"SYNC_XP573P9Q\"\n            },\n            {\n                \"essid\": \"SYNC_XP5E42TV\"\n            },\n            {\n                \"essid\": \"SYNC_XP5G47R7\"\n            },\n            {\n                \"essid\": \"SYNC_XP5P4SK9\"\n            },\n            {\n                \"essid\": \"SYNC_XP625PQ8\"\n            },\n            {\n                \"essid\": \"SYNC_XP66602R\"\n            },\n            {\n                \"essid\": \"SYNC_XP781QQK\"\n            },\n            {\n                \"essid\": \"SYNC_XP7P0FF0\"\n            },\n            {\n                \"essid\": \"SYNC_XP7U0NR7\"\n            },\n            {\n                \"essid\": \"SYNC_XP7V0RS0\"\n            },\n            {\n                \"essid\": \"SYNC_XP8219RW\"\n            },\n            {\n                \"essid\": \"SYNC_XP840079\"\n            },\n            {\n                \"essid\": \"SYNC_XP8P0N2P\"\n            },\n            {\n                \"essid\": \"SYNC_XP8R0R8X\"\n            },\n            {\n                \"essid\": \"SYNC_XP95F575\"\n            },\n            {\n                \"essid\": \"SYNC_XP9DWF77\"\n            },\n            {\n                \"essid\": \"SYNC_XP9WRK5Y\"\n            },\n            {\n                \"essid\": \"SYNC_XPA35FP9\"\n            },\n            {\n                \"essid\": \"SYNC_XPA9DX2D\"\n            },\n            {\n                \"essid\": \"SYNC_XPACGG46\"\n            },\n            {\n                \"essid\": \"SYNC_XPADGXND\"\n            },\n            {\n                \"essid\": \"SYNC_XPADPMK1\"\n            },\n            {\n                \"essid\": \"SYNC_XPAM5HR5\"\n            },\n            {\n                \"essid\": \"SYNC_XPAP7TWT\"\n            },\n            {\n                \"essid\": \"SYNC_XPARCF5C\"\n            },\n            {\n                \"essid\": \"SYNC_XPATSD2D\"\n            },\n            {\n                \"essid\": \"SYNC_XPB91PYH\"\n            },\n            {\n                \"essid\": \"SYNC_XPB939YP\"\n            },\n            {\n                \"essid\": \"SYNC_XPBD6CX0\"\n            },\n            {\n                \"essid\": \"SYNC_XPBRR5T5\"\n            },\n            {\n                \"essid\": \"SYNC_XPBTRTFR\"\n            },\n            {\n                \"essid\": \"SYNC_XPCE0DVN\"\n            },\n            {\n                \"essid\": \"SYNC_XR1LW93W\"\n            },\n            {\n                \"essid\": \"SYNC_XR1P39H1\"\n            },\n            {\n                \"essid\": \"SYNC_XR1RJ4Z0\"\n            },\n            {\n                \"essid\": \"SYNC_XR2N5CHT\"\n            },\n            {\n                \"essid\": \"SYNC_XR2T9FF1\"\n            },\n            {\n                \"essid\": \"SYNC_XR2TSZX8\"\n            },\n            {\n                \"essid\": \"SYNC_XR2VX6V6\"\n            },\n            {\n                \"essid\": \"SYNC_XR2WFWM3\"\n            },\n            {\n                \"essid\": \"SYNC_XR32ZZLJ\"\n            },\n            {\n                \"essid\": \"SYNC_XR3C8ZQJ\"\n            },\n            {\n                \"essid\": \"SYNC_XR580B68\"\n            },\n            {\n                \"essid\": \"SYNC_XR5XKFHP\"\n            },\n            {\n                \"essid\": \"SYNC_XR5YMM53\"\n            },\n            {\n                \"essid\": \"SYNC_XR65YCP3\"\n            },\n            {\n                \"essid\": \"SYNC_XR696XZ6\"\n            },\n            {\n                \"essid\": \"SYNC_XR6JK1YF\"\n            },\n            {\n                \"essid\": \"SYNC_XR6KLBS0\"\n            },\n            {\n                \"essid\": \"SYNC_XR72B20S\"\n            },\n            {\n                \"essid\": \"SYNC_XR77F79W\"\n            },\n            {\n                \"essid\": \"SYNC_XR7T7TF7\"\n            },\n            {\n                \"essid\": \"SYNC_XR7TGLS4\"\n            },\n            {\n                \"essid\": \"SYNC_XR7VCK11\"\n            },\n            {\n                \"essid\": \"SYNC_XR8YQB2J\"\n            },\n            {\n                \"essid\": \"SYNC_XR965KKP\"\n            },\n            {\n                \"essid\": \"SYNC_XR9RFR37\"\n            },\n            {\n                \"essid\": \"SYNC_XR9RH351\"\n            },\n            {\n                \"essid\": \"SYNC_XR9T0SQ4\"\n            },\n            {\n                \"essid\": \"SYNC_XRA2D082\"\n            },\n            {\n                \"essid\": \"SYNC_XRAKXGS2\"\n            },\n            {\n                \"essid\": \"SYNC_XRAU1CFM\"\n            },\n            {\n                \"essid\": \"SYNC_XRB0J8G4\"\n            },\n            {\n                \"essid\": \"SYNC_XRB6MKCT\"\n            },\n            {\n                \"essid\": \"SYNC_XRBVH3KP\"\n            },\n            {\n                \"essid\": \"SYNC_XRC2BX6X\"\n            },\n            {\n                \"essid\": \"SYNC_XRCHV8GN\"\n            },\n            {\n                \"essid\": \"SYNC_XT1H7K7R\"\n            },\n            {\n                \"essid\": \"SYNC_XT232DSZ\"\n            },\n            {\n                \"essid\": \"SYNC_XT2FMMC3\"\n            },\n            {\n                \"essid\": \"SYNC_XT2KGZQG\"\n            },\n            {\n                \"essid\": \"SYNC_XT2UYP5P\"\n            },\n            {\n                \"essid\": \"SYNC_XT3075R7\"\n            },\n            {\n                \"essid\": \"SYNC_XT39KRHK\"\n            },\n            {\n                \"essid\": \"SYNC_XT3ALSN0\"\n            },\n            {\n                \"essid\": \"SYNC_XT3CPK9W\"\n            },\n            {\n                \"essid\": \"SYNC_XT3R7YM9\"\n            },\n            {\n                \"essid\": \"SYNC_XT44CG06\"\n            },\n            {\n                \"essid\": \"SYNC_XT4897F3\"\n            },\n            {\n                \"essid\": \"SYNC_XT4ACWF3\"\n            },\n            {\n                \"essid\": \"SYNC_XT4HT513\"\n            },\n            {\n                \"essid\": \"SYNC_XT4XFWHC\"\n            },\n            {\n                \"essid\": \"SYNC_XT4XS0D8\"\n            },\n            {\n                \"essid\": \"SYNC_XT55ZBG0\"\n            },\n            {\n                \"essid\": \"SYNC_XT56ZSX8\"\n            },\n            {\n                \"essid\": \"SYNC_XT5820Z4\"\n            },\n            {\n                \"essid\": \"SYNC_XT5D1R9P\"\n            },\n            {\n                \"essid\": \"SYNC_XT5XPWFP\"\n            },\n            {\n                \"essid\": \"SYNC_XT5ZG6S0\"\n            },\n            {\n                \"essid\": \"SYNC_XT63JGG6\"\n            },\n            {\n                \"essid\": \"SYNC_XT65LBLV\"\n            },\n            {\n                \"essid\": \"SYNC_XT6AQDVQ\"\n            },\n            {\n                \"essid\": \"SYNC_XT6M0Q0V\"\n            },\n            {\n                \"essid\": \"SYNC_XT6UWRYY\"\n            },\n            {\n                \"essid\": \"SYNC_XT72B08N\"\n            },\n            {\n                \"essid\": \"SYNC_XT74D0SV\"\n            },\n            {\n                \"essid\": \"SYNC_XT7AHH3M\"\n            },\n            {\n                \"essid\": \"SYNC_XT7RY919\"\n            },\n            {\n                \"essid\": \"SYNC_XT7Y59MM\"\n            },\n            {\n                \"essid\": \"SYNC_XT810BZJ\"\n            },\n            {\n                \"essid\": \"SYNC_XT84CRRM\"\n            },\n            {\n                \"essid\": \"SYNC_XT86H959\"\n            },\n            {\n                \"essid\": \"SYNC_XT8UQ2QS\"\n            },\n            {\n                \"essid\": \"SYNC_XT8ZVJ8Q\"\n            },\n            {\n                \"essid\": \"SYNC_XT93XS2B\"\n            },\n            {\n                \"essid\": \"SYNC_XT94MPCM\"\n            },\n            {\n                \"essid\": \"SYNC_XT950624\"\n            },\n            {\n                \"essid\": \"SYNC_XT9K5YW7\"\n            },\n            {\n                \"essid\": \"SYNC_XT9LD208\"\n            },\n            {\n                \"essid\": \"SYNC_XT9RF7WK\"\n            },\n            {\n                \"essid\": \"SYNC_XT9RGZ2V\"\n            },\n            {\n                \"essid\": \"SYNC_XT9ULLD6\"\n            },\n            {\n                \"essid\": \"SYNC_XT9VK3WT\"\n            },\n            {\n                \"essid\": \"SYNC_XT9VKCTF\"\n            },\n            {\n                \"essid\": \"SYNC_XTA3W175\"\n            },\n            {\n                \"essid\": \"SYNC_XTA73HFF\"\n            },\n            {\n                \"essid\": \"SYNC_XTA95MCC\"\n            },\n            {\n                \"essid\": \"SYNC_XTA971WM\"\n            },\n            {\n                \"essid\": \"SYNC_XTAE0Z0N\"\n            },\n            {\n                \"essid\": \"SYNC_XTAH64SB\"\n            },\n            {\n                \"essid\": \"SYNC_XTAJ6D0N\"\n            },\n            {\n                \"essid\": \"SYNC_XTANRRP3\"\n            },\n            {\n                \"essid\": \"SYNC_XTB2N8GZ\"\n            },\n            {\n                \"essid\": \"SYNC_XTBL13TY\"\n            },\n            {\n                \"essid\": \"SYNC_XTBLYYCP\"\n            },\n            {\n                \"essid\": \"SYNC_XTBN3K19\"\n            },\n            {\n                \"essid\": \"SYNC_XTC3KKRM\"\n            },\n            {\n                \"essid\": \"SYNC_XU16JJDJ\"\n            },\n            {\n                \"essid\": \"SYNC_XU1EKTMW\"\n            },\n            {\n                \"essid\": \"SYNC_XU1LSB4B\"\n            },\n            {\n                \"essid\": \"SYNC_XU1N1NN0\"\n            },\n            {\n                \"essid\": \"SYNC_XU1W5CFM\"\n            },\n            {\n                \"essid\": \"SYNC_XU25K1HM\"\n            },\n            {\n                \"essid\": \"SYNC_XU2APPYW\"\n            },\n            {\n                \"essid\": \"SYNC_XU2J3HTM\"\n            },\n            {\n                \"essid\": \"SYNC_XU3TF9FR\"\n            },\n            {\n                \"essid\": \"SYNC_XU48YPFK\"\n            },\n            {\n                \"essid\": \"SYNC_XU4H8L6G\"\n            },\n            {\n                \"essid\": \"SYNC_XU4RKK15\"\n            },\n            {\n                \"essid\": \"SYNC_XU53WKTW\"\n            },\n            {\n                \"essid\": \"SYNC_XU5MGQZ6\"\n            },\n            {\n                \"essid\": \"SYNC_XU5MGV04\"\n            },\n            {\n                \"essid\": \"SYNC_XU5WQDD2\"\n            },\n            {\n                \"essid\": \"SYNC_XU602GJ0\"\n            },\n            {\n                \"essid\": \"SYNC_XU61WTWC\"\n            },\n            {\n                \"essid\": \"SYNC_XU6WPKPM\"\n            },\n            {\n                \"essid\": \"SYNC_XU7NJ8ZN\"\n            },\n            {\n                \"essid\": \"SYNC_XU7XYPTR\"\n            },\n            {\n                \"essid\": \"SYNC_XU7XYRFY\"\n            },\n            {\n                \"essid\": \"SYNC_XU7XYYWF\"\n            },\n            {\n                \"essid\": \"SYNC_XU86CP3W\"\n            },\n            {\n                \"essid\": \"SYNC_XU87F55C\"\n            },\n            {\n                \"essid\": \"SYNC_XU894GGL\"\n            },\n            {\n                \"essid\": \"SYNC_XU8LMWCH\"\n            },\n            {\n                \"essid\": \"SYNC_XU9C2VJ4\"\n            },\n            {\n                \"essid\": \"SYNC_XUA573WF\"\n            },\n            {\n                \"essid\": \"SYNC_XUAP3MF5\"\n            },\n            {\n                \"essid\": \"SYNC_XUBJHTT5\"\n            },\n            {\n                \"essid\": \"SYNC_XUC1FYR7\"\n            },\n            {\n                \"essid\": \"SYNC_XUC2KMHR\"\n            },\n            {\n                \"essid\": \"SYNC_XUC4PPKK\"\n            },\n            {\n                \"essid\": \"SYNC_XV16K573\"\n            },\n            {\n                \"essid\": \"SYNC_XV1EWMYW\"\n            },\n            {\n                \"essid\": \"SYNC_XV1EY9TC\"\n            },\n            {\n                \"essid\": \"SYNC_XV1J5PMC\"\n            },\n            {\n                \"essid\": \"SYNC_XV1MCKP7\"\n            },\n            {\n                \"essid\": \"SYNC_XV1UP9PF\"\n            },\n            {\n                \"essid\": \"SYNC_XV2FMYR1\"\n            },\n            {\n                \"essid\": \"SYNC_XV2VCHCR\"\n            },\n            {\n                \"essid\": \"SYNC_XV30K9HK\"\n            },\n            {\n                \"essid\": \"SYNC_XV3C5YTT\"\n            },\n            {\n                \"essid\": \"SYNC_XV3C759Y\"\n            },\n            {\n                \"essid\": \"SYNC_XV3GCRYT\"\n            },\n            {\n                \"essid\": \"SYNC_XV48PPRC\"\n            },\n            {\n                \"essid\": \"SYNC_XV4DRYKT\"\n            },\n            {\n                \"essid\": \"SYNC_XV4FY57Y\"\n            },\n            {\n                \"essid\": \"SYNC_XV4UK575\"\n            },\n            {\n                \"essid\": \"SYNC_XV555FFC\"\n            },\n            {\n                \"essid\": \"SYNC_XW9403F5\"\n            },\n            {\n                \"essid\": \"SYNC_YT8950J6\"\n            },\n            {\n                \"essid\": \"SYNC_YT8W5PQZ\"\n            },\n            {\n                \"essid\": \"SYNC_YT97619L\"\n            },\n            {\n                \"essid\": \"SYNC_YTAD7JFR\"\n            },\n            {\n                \"essid\": \"SYNC_YTAG7RSZ\"\n            },\n            {\n                \"essid\": \"SYNC_YTBPCCYC\"\n            },\n            {\n                \"essid\": \"SYNC_YU1M02TC\"\n            },\n            {\n                \"essid\": \"SYNC_YU3R00KB\"\n            },\n            {\n                \"essid\": \"SYNC_YU3R015Y\"\n            },\n            {\n                \"essid\": \"SYNC_YU4801Y4\"\n            },\n            {\n                \"essid\": \"SYNC_YU4M02NY\"\n            },\n            {\n                \"essid\": \"SYNC_YU560087\"\n            },\n            {\n                \"essid\": \"SYNC_YU5R00T0\"\n            },\n            {\n                \"essid\": \"SYNC_YU5X01D9\"\n            },\n            {\n                \"essid\": \"SYNC_YU6D000X\"\n            },\n            {\n                \"essid\": \"SYNC_YU6G02VW\"\n            },\n            {\n                \"essid\": \"SYNC_YU6H01QH\"\n            },\n            {\n                \"essid\": \"SYNC_YU7302DP\"\n            },\n            {\n                \"essid\": \"SYNC_YU7400X9\"\n            },\n            {\n                \"essid\": \"SYNC_YU80016P\"\n            },\n            {\n                \"essid\": \"Synergy-2.4\"\n            },\n            {\n                \"essid\": \"Synergy 2.4GHz\"\n            },\n            {\n                \"essid\": \"Synergy-5\"\n            },\n            {\n                \"essid\": \"Synergy 5GHz\"\n            },\n            {\n                \"essid\": \"Systel Charlotte\"\n            },\n            {\n                \"essid\": \"System Admin\"\n            },\n            {\n                \"essid\": \"Szechuan\"\n            },\n            {\n                \"essid\": \"T\"\n            },\n            {\n                \"essid\": \"T03_000B6A00A04F\"\n            },\n            {\n                \"essid\": \"T-07\"\n            },\n            {\n                \"essid\": \"T1_da222d17\"\n            },\n            {\n                \"essid\": \"T-20\"\n            },\n            {\n                \"essid\": \"T-27\"\n            },\n            {\n                \"essid\": \"T2802\"\n            },\n            {\n                \"essid\": \"T2964703\"\n            },\n            {\n                \"essid\": \"T3081501\"\n            },\n            {\n                \"essid\": \"T3081502\"\n            },\n            {\n                \"essid\": \"T3447101\"\n            },\n            {\n                \"essid\": \"T3447102\"\n            },\n            {\n                \"essid\": \"T3447103\"\n            },\n            {\n                \"essid\": \"T3447104\"\n            },\n            {\n                \"essid\": \"T3447200\"\n            },\n            {\n                \"essid\": \"Tabari1980\"\n            },\n            {\n                \"essid\": \"Tabatha 1\"\n            },\n            {\n                \"essid\": \"tabatt03\"\n            },\n            {\n                \"essid\": \"TAccess\"\n            },\n            {\n                \"essid\": \"Tachyon\"\n            },\n            {\n                \"essid\": \"TACNET-B\"\n            },\n            {\n                \"essid\": \"Taco Bell WiFi\"\n            },\n            {\n                \"essid\": \"Taco Mac Alt\"\n            },\n            {\n                \"essid\": \"Taco_Mac_Guest\"\n            },\n            {\n                \"essid\": \"Taco Mac IT\"\n            },\n            {\n                \"essid\": \"TacoMexico\"\n            },\n            {\n                \"essid\": \"TacoMexico_Guest\"\n            },\n            {\n                \"essid\": \"TacoMuncher\"\n            },\n            {\n                \"essid\": \"TaCori’s iPhone\"\n            },\n            {\n                \"essid\": \"Taco's Wifi\"\n            },\n            {\n                \"essid\": \"Taco Truck\"\n            },\n            {\n                \"essid\": \"Tad\"\n            },\n            {\n                \"essid\": \"Tadpool\"\n            },\n            {\n                \"essid\": \"Taelors wifi\"\n            },\n            {\n                \"essid\": \"Tafoya\"\n            },\n            {\n                \"essid\": \"Tagadeen\"\n            },\n            {\n                \"essid\": \"TA Gold Star WiFi 3\"\n            },\n            {\n                \"essid\": \"TA Gold Star WiFi 4\"\n            },\n            {\n                \"essid\": \"TA Gold Star WiFi 5\"\n            },\n            {\n                \"essid\": \"Tahoe1\"\n            },\n            {\n                \"essid\": \"Tahoe2016\"\n            },\n            {\n                \"essid\": \"Tahoe Black\"\n            },\n            {\n                \"essid\": \"Tahoe Fun\"\n            },\n            {\n                \"essid\": \"Tahoe Red Spot\"\n            },\n            {\n                \"essid\": \"Tahoevp\"\n            },\n            {\n                \"essid\": \"Tahoe WiFi\"\n            },\n            {\n                \"essid\": \"TAHOEWIFI\"\n            },\n            {\n                \"essid\": \" Takie's LG Aristo 2793 ]\"\n            },\n            {\n                \"essid\": \"Tako\\\\342\\\\200\\\\231s iPhone\"\n            },\n            {\n                \"essid\": \"talechPOS\"\n            },\n            {\n                \"essid\": \"tallboi37\"\n            },\n            {\n                \"essid\": \"tAllen2\"\n            },\n            {\n                \"essid\": \"Talpes\"\n            },\n            {\n                \"essid\": \"TamaleHeights\"\n            },\n            {\n                \"essid\": \"Tamara\"\n            },\n            {\n                \"essid\": \"Tama-S8\"\n            },\n            {\n                \"essid\": \"Tamazula\"\n            },\n            {\n                \"essid\": \"Tamika Dennis\"\n            },\n            {\n                \"essid\": \"Tammy’s iPhone\"\n            },\n            {\n                \"essid\": \"TamsTupelo\"\n            },\n            {\n                \"essid\": \"TAN\"\n            },\n            {\n                \"essid\": \"TANASQ7\"\n            },\n            {\n                \"essid\": \"TangerGM\"\n            },\n            {\n                \"essid\": \"Tanger Guest WiFi\"\n            },\n            {\n                \"essid\": \"Tanger Maintenance\"\n            },\n            {\n                \"essid\": \"Tango123\"\n            },\n            {\n                \"essid\": \"Tango Sierra\"\n            },\n            {\n                \"essid\": \"tangy-Wrangy\"\n            },\n            {\n                \"essid\": \"Tania56\"\n            },\n            {\n                \"essid\": \"Tanisha\"\n            },\n            {\n                \"essid\": \"Tanisha Encore\"\n            },\n            {\n                \"essid\": \"TANISHKASPARK\"\n            },\n            {\n                \"essid\": \"taniyah\"\n            },\n            {\n                \"essid\": \"TannerWifi\"\n            },\n            {\n                \"essid\": \"TaqueriaLasMonarcasWireless\"\n            },\n            {\n                \"essid\": \"Tara BOLT\"\n            },\n            {\n                \"essid\": \"Tara Mays\"\n            },\n            {\n                \"essid\": \"TARAS CAR\"\n            },\n            {\n                \"essid\": \"tarczynski\"\n            },\n            {\n                \"essid\": \"tardis\"\n            },\n            {\n                \"essid\": \"Tardis\"\n            },\n            {\n                \"essid\": \"TARDIS\"\n            },\n            {\n                \"essid\": \"Tarrek76\"\n            },\n            {\n                \"essid\": \"Tarver Volt\"\n            },\n            {\n                \"essid\": \"Tarynns Cruze\"\n            },\n            {\n                \"essid\": \"TAS\"\n            },\n            {\n                \"essid\": \"TASCO Guest\"\n            },\n            {\n                \"essid\": \"Tasha\"\n            },\n            {\n                \"essid\": \"TASHAS CAR\"\n            },\n            {\n                \"essid\": \"TASHI18\"\n            },\n            {\n                \"essid\": \"tata1234\"\n            },\n            {\n                \"essid\": \"tatawifi\"\n            },\n            {\n                \"essid\": \"*Tatiana* Galaxy S8+\"\n            },\n            {\n                \"essid\": \"Tatoboy\"\n            },\n            {\n                \"essid\": \"tatu\"\n            },\n            {\n                \"essid\": \"TATUCITO\"\n            },\n            {\n                \"essid\": \"TauliaNet\"\n            },\n            {\n                \"essid\": \"Tavias WiFi\"\n            },\n            {\n                \"essid\": \"Taxi Free Wifi\"\n            },\n            {\n                \"essid\": \"TaxiLinQ_2147_D4CA6E023045\"\n            },\n            {\n                \"essid\": \"TAYCAN_1637\"\n            },\n            {\n                \"essid\": \"TAYCAN_1830\"\n            },\n            {\n                \"essid\": \"TAYCAN_2045\"\n            },\n            {\n                \"essid\": \"TAYCAN_2940\"\n            },\n            {\n                \"essid\": \"TAYCAN_4158\"\n            },\n            {\n                \"essid\": \"TAYCAN_4185\"\n            },\n            {\n                \"essid\": \"TAYCAN_4783\"\n            },\n            {\n                \"essid\": \"TAYCAN_7964\"\n            },\n            {\n                \"essid\": \"Taylor\"\n            },\n            {\n                \"essid\": \"Taylor01\"\n            },\n            {\n                \"essid\": \"Taylor Cruze\"\n            },\n            {\n                \"essid\": \"TaylorEnglish\"\n            },\n            {\n                \"essid\": \"Taylor Escalade\"\n            },\n            {\n                \"essid\": \"Taylor Monser\"\n            },\n            {\n                \"essid\": \"taylorswifi\"\n            },\n            {\n                \"essid\": \"Taylor WiFi\"\n            },\n            {\n                \"essid\": \"tayocar418\"\n            },\n            {\n                \"essid\": \"TB\"\n            },\n            {\n                \"essid\": \"T Baker\"\n            },\n            {\n                \"essid\": \"TBC-Tires-WiFi\"\n            },\n            {\n                \"essid\": \"TBE\"\n            },\n            {\n                \"essid\": \"TBG\"\n            },\n            {\n                \"essid\": \"TBG_Radius\"\n            },\n            {\n                \"essid\": \"TBG_Shop\"\n            },\n            {\n                \"essid\": \"TB_Guest\"\n            },\n            {\n                \"essid\": \"TBG_Vendor\"\n            },\n            {\n                \"essid\": \"tbsemployee\"\n            },\n            {\n                \"essid\": \"TBT-2.4\"\n            },\n            {\n                \"essid\": \"TC\"\n            },\n            {\n                \"essid\": \"TC8715D90\"\n            },\n            {\n                \"essid\": \"TC8717T23\"\n            },\n            {\n                \"essid\": \"TC8717T45\"\n            },\n            {\n                \"essid\": \"TC8717TB0-5G\"\n            },\n            {\n                \"essid\": \"TC8717TE3\"\n            },\n            {\n                \"essid\": \"Tcarlone\"\n            },\n            {\n                \"essid\": \"TCAT\"\n            },\n            {\n                \"essid\": \"TCAT-Guest\"\n            },\n            {\n                \"essid\": \"tcbaublitz\"\n            },\n            {\n                \"essid\": \"TCFO\"\n            },\n            {\n                \"essid\": \"TCFO-Guest\"\n            },\n            {\n                \"essid\": \"TCG4-193453551006\"\n            },\n            {\n                \"essid\": \"T_ChatComm\"\n            },\n            {\n                \"essid\": \"TCK\"\n            },\n            {\n                \"essid\": \"tcl1639\"\n            },\n            {\n                \"essid\": \"TCL A2_1282\"\n            },\n            {\n                \"essid\": \"TCL A2_5515\"\n            },\n            {\n                \"essid\": \"TCL A2_6343\"\n            },\n            {\n                \"essid\": \"TCL A2_7330\"\n            },\n            {\n                \"essid\": \"TCL A2_9838\"\n            },\n            {\n                \"essid\": \"TCL A501DL_0376\"\n            },\n            {\n                \"essid\": \"TCL A501DL_3392\"\n            },\n            {\n                \"essid\": \"TCL A501DL_9862\"\n            },\n            {\n                \"essid\": \"TCL A503DL_9963\"\n            },\n            {\n                \"essid\": \"TCL LX_7048\"\n            },\n            {\n                \"essid\": \"TCM\"\n            },\n            {\n                \"essid\": \"TCP2306\"\n            },\n            {\n                \"essid\": \"Tcunha\"\n            },\n            {\n                \"essid\": \"tcwireless\"\n            },\n            {\n                \"essid\": \"tdawg\"\n            },\n            {\n                \"essid\": \"tdawg_new\"\n            },\n            {\n                \"essid\": \"tdawg_new_5GHz\"\n            },\n            {\n                \"essid\": \"TDD_NETGEAR05\"\n            },\n            {\n                \"essid\": \"TDEMO\"\n            },\n            {\n                \"essid\": \"TDMPC\"\n            },\n            {\n                \"essid\": \"TD Spark\"\n            },\n            {\n                \"essid\": \"tdub20\"\n            },\n            {\n                \"essid\": \"tealsharkie\"\n            },\n            {\n                \"essid\": \"Teamedia\"\n            },\n            {\n                \"essid\": \"Team Elite Wi-Fi Network\"\n            },\n            {\n                \"essid\": \"Team Hewko\"\n            },\n            {\n                \"essid\": \"Team Jamaica U-Verse\"\n            },\n            {\n                \"essid\": \"Team McLean\"\n            },\n            {\n                \"essid\": \"Team Parks\"\n            },\n            {\n                \"essid\": \"teamstanley\"\n            },\n            {\n                \"essid\": \"Team Watkins\"\n            },\n            {\n                \"essid\": \"Techhub\"\n            },\n            {\n                \"essid\": \"Techhub_EXT\"\n            },\n            {\n                \"essid\": \"TechItHome-AlbanyLibrary2\"\n            },\n            {\n                \"essid\": \"TechMobile\"\n            },\n            {\n                \"essid\": \"TechniBump Innovations\"\n            },\n            {\n                \"essid\": \"Technicial College Systems\"\n            },\n            {\n                \"essid\": \"TECHNICSTUDIOS\"\n            },\n            {\n                \"essid\": \"technigami\"\n            },\n            {\n                \"essid\": \"TechnoWIFI\"\n            },\n            {\n                \"essid\": \"TecqueLabs iPhone 8 Plus\"\n            },\n            {\n                \"essid\": \"TeddyMarine\"\n            },\n            {\n                \"essid\": \"TeddyRosavelt\"\n            },\n            {\n                \"essid\": \"Teds Silverado\"\n            },\n            {\n                \"essid\": \"TeeToll\"\n            },\n            {\n                \"essid\": \"TEFNITTY\"\n            },\n            {\n                \"essid\": \"Tefub16\"\n            },\n            {\n                \"essid\": \"TEG_Guest\"\n            },\n            {\n                \"essid\": \"TEGWL\"\n            },\n            {\n                \"essid\": \"Teigland\"\n            },\n            {\n                \"essid\": \"Telenor 4G-34F4\"\n            },\n            {\n                \"essid\": \"Telenor 4G-6CD7\"\n            },\n            {\n                \"essid\": \"Telenor 4G-E65A\"\n            },\n            {\n                \"essid\": \"TeliaCar\"\n            },\n            {\n                \"essid\": \"Tell my WiFi love her\"\n            },\n            {\n                \"essid\": \"Tell My Wifi Love Her\"\n            },\n            {\n                \"essid\": \"TellMyWiFiLoveHer\"\n            },\n            {\n                \"essid\": \"TellMyWiFiLoveHer-guest\"\n            },\n            {\n                \"essid\": \"TELLO-AA3B10\"\n            },\n            {\n                \"essid\": \"TELSTAR\"\n            },\n            {\n                \"essid\": \"TEMBOWA\"\n            },\n            {\n                \"essid\": \"Temp\"\n            },\n            {\n                \"essid\": \"temple\"\n            },\n            {\n                \"essid\": \"Temple\"\n            },\n            {\n                \"essid\": \"TEMV\"\n            },\n            {\n                \"essid\": \"Tenda\"\n            },\n            {\n                \"essid\": \"Tenda_0686E8\"\n            },\n            {\n                \"essid\": \"Tenda_3E3AC8\"\n            },\n            {\n                \"essid\": \"Tenda_557030\"\n            },\n            {\n                \"essid\": \"Tenda_65EC90\"\n            },\n            {\n                \"essid\": \"Tenda_87ABC0\"\n            },\n            {\n                \"essid\": \"TengoInternet\"\n            },\n            {\n                \"essid\": \"TENGOLOSGATOS2\"\n            },\n            {\n                \"essid\": \"tennis head\"\n            },\n            {\n                \"essid\": \"Tenzillo Malibu\"\n            },\n            {\n                \"essid\": \"Teppan\"\n            },\n            {\n                \"essid\": \"TERAJOULE\"\n            },\n            {\n                \"essid\": \"TerceroWIFi\"\n            },\n            {\n                \"essid\": \"Teresa G\"\n            },\n            {\n                \"essid\": \"TERI EQINOX\"\n            },\n            {\n                \"essid\": \"Teris Encore\"\n            },\n            {\n                \"essid\": \"Terminator\"\n            },\n            {\n                \"essid\": \"Terminus 330 office\"\n            },\n            {\n                \"essid\": \"Terra\"\n            },\n            {\n                \"essid\": \"Terrace Mobile\"\n            },\n            {\n                \"essid\": \"Terra_Guest\"\n            },\n            {\n                \"essid\": \"Terrain 555\"\n            },\n            {\n                \"essid\": \"Terrain WiFi\"\n            },\n            {\n                \"essid\": \"Terramor Guest\"\n            },\n            {\n                \"essid\": \"Terramor Staff\"\n            },\n            {\n                \"essid\": \"Terrapin Van\"\n            },\n            {\n                \"essid\": \"TerrellCraig\"\n            },\n            {\n                \"essid\": \"TerresTruck\"\n            },\n            {\n                \"essid\": \"TerriTary\"\n            },\n            {\n                \"essid\": \"Terri Wood \"\n            },\n            {\n                \"essid\": \"terrysilverado\"\n            },\n            {\n                \"essid\": \"Terry's iPhone\"\n            },\n            {\n                \"essid\": \"terryyukon\"\n            },\n            {\n                \"essid\": \"terstar\"\n            },\n            {\n                \"essid\": \"Tesla\"\n            },\n            {\n                \"essid\": \"Tesla Cam Front & Passenger \"\n            },\n            {\n                \"essid\": \"Tesla Cam Rear & Driver \"\n            },\n            {\n                \"essid\": \"Tesla Hotspot\"\n            },\n            {\n                \"essid\": \"TeslaJr\"\n            },\n            {\n                \"essid\": \"Tesla-Samsung Galaxy A11 9086\"\n            },\n            {\n                \"essid\": \"Tesla-Topfit\"\n            },\n            {\n                \"essid\": \"‘(TESO)’\"\n            },\n            {\n                \"essid\": \"Teso HERO5 Black\"\n            },\n            {\n                \"essid\": \"Tesse Wifi\"\n            },\n            {\n                \"essid\": \"Tessie_Dashcam\"\n            },\n            {\n                \"essid\": \"TessMcGill\"\n            },\n            {\n                \"essid\": \"Test\"\n            },\n            {\n                \"essid\": \"test hotspot\"\n            },\n            {\n                \"essid\": \"Test-oooopen\"\n            },\n            {\n                \"essid\": \"Test-OPEN\"\n            },\n            {\n                \"essid\": \"Test-wazza\"\n            },\n            {\n                \"essid\": \"Test-wep\"\n            },\n            {\n                \"essid\": \"Test-WPA2-EAP\"\n            },\n            {\n                \"essid\": \"Test-WPA2-EAP-TYPES\"\n            },\n            {\n                \"essid\": \"Test-WPA2-PSK\"\n            },\n            {\n                \"essid\": \"Test-WPA-PSK\"\n            },\n            {\n                \"essid\": \"Test-wps\"\n            },\n            {\n                \"essid\": \"Test-WPS\"\n            },\n            {\n                \"essid\": \"Test-yoyo\"\n            },\n            {\n                \"essid\": \"Teti 303\"\n            },\n            {\n                \"essid\": \"TETRA_38E6\"\n            },\n            {\n                \"essid\": \"TETRA_9610\"\n            },\n            {\n                \"essid\": \"TETRA_U2X8\"\n            },\n            {\n                \"essid\": \"TEW-Mobile\"\n            },\n            {\n                \"essid\": \"Texas White\"\n            },\n            {\n                \"essid\": \"tfain_2GEXT\"\n            },\n            {\n                \"essid\": \"TFamilia \"\n            },\n            {\n                \"essid\": \"TFF2.4GHZ\"\n            },\n            {\n                \"essid\": \"TF-WIFI_10549D\"\n            },\n            {\n                \"essid\": \"Tgaines4\"\n            },\n            {\n                \"essid\": \"TGC SAM7100\"\n            },\n            {\n                \"essid\": \"TGCwifi\"\n            },\n            {\n                \"essid\": \"tglwifi\"\n            },\n            {\n                \"essid\": \"THA1&ONLYSABRINA\"\n            },\n            {\n                \"essid\": \"Thai\\\\342\\\\200\\\\231s iPhone X\"\n            },\n            {\n                \"essid\": \"Thalaiva\"\n            },\n            {\n                \"essid\": \"Thami\"\n            },\n            {\n                \"essid\": \"thandor\"\n            },\n            {\n                \"essid\": \"Thanh Bui\"\n            },\n            {\n                \"essid\": \"tharris1280\"\n            },\n            {\n                \"essid\": \"Thatguyisawesome\"\n            },\n            {\n                \"essid\": \"Thatll Doem Racing\"\n            },\n            {\n                \"essid\": \"That's Crazy\"\n            },\n            {\n                \"essid\": \"That Truck\"\n            },\n            {\n                \"essid\": \"The1&Only\"\n            },\n            {\n                \"essid\": \"The A Pixel\"\n            },\n            {\n                \"essid\": \"Theascoolcar\"\n            },\n            {\n                \"essid\": \"Thea Shcrack\"\n            },\n            {\n                \"essid\": \"The Bacon is Good\"\n            },\n            {\n                \"essid\": \"The Bar\"\n            },\n            {\n                \"essid\": \"THE BATCAVE\"\n            },\n            {\n                \"essid\": \"thebeast\"\n            },\n            {\n                \"essid\": \"The Beast\"\n            },\n            {\n                \"essid\": \"THE BEAST\"\n            },\n            {\n                \"essid\": \"The bench warmer \"\n            },\n            {\n                \"essid\": \"The Bench Warmer \"\n            },\n            {\n                \"essid\": \"The best\"\n            },\n            {\n                \"essid\": \"The Black Hawk\"\n            },\n            {\n                \"essid\": \"The Black Widow\"\n            },\n            {\n                \"essid\": \"TheBondsman\"\n            },\n            {\n                \"essid\": \"TheBondsman-guest\"\n            },\n            {\n                \"essid\": \"TheBoo\"\n            },\n            {\n                \"essid\": \"THE*BORG2\"\n            },\n            {\n                \"essid\": \"TheBrunch-Guest\"\n            },\n            {\n                \"essid\": \"The Buttercream Jewel\"\n            },\n            {\n                \"essid\": \"The Buttercream Jewel Box\"\n            },\n            {\n                \"essid\": \"The Buzz 2.4\"\n            },\n            {\n                \"essid\": \"The Buzz 5.0\"\n            },\n            {\n                \"essid\": \"The Callaways\"\n            },\n            {\n                \"essid\": \"TheCartel\"\n            },\n            {\n                \"essid\": \"The_Cartel\"\n            },\n            {\n                \"essid\": \"TheCartelGirl\"\n            },\n            {\n                \"essid\": \"“The Chupacabra”\"\n            },\n            {\n                \"essid\": \"TheCoach\"\n            },\n            {\n                \"essid\": \"TheCoach_Guest\"\n            },\n            {\n                \"essid\": \"The Comfort Zone\"\n            },\n            {\n                \"essid\": \"The Compound WiFi\"\n            },\n            {\n                \"essid\": \"The connect\"\n            },\n            {\n                \"essid\": \"The Cottage\"\n            },\n            {\n                \"essid\": \"The Cracken\"\n            },\n            {\n                \"essid\": \"THE Creatures Spot\"\n            },\n            {\n                \"essid\": \"The Cruze Palace\"\n            },\n            {\n                \"essid\": \"TheDailygrind\"\n            },\n            {\n                \"essid\": \"TheDarkKnight\"\n            },\n            {\n                \"essid\": \"The Dawghouse\"\n            },\n            {\n                \"essid\": \"The Deadly Bulb\"\n            },\n            {\n                \"essid\": \"TheDevilsLettuce420\"\n            },\n            {\n                \"essid\": \"thedipeshsingh\"\n            },\n            {\n                \"essid\": \"The Dog Pound\"\n            },\n            {\n                \"essid\": \"TheDonkey\"\n            },\n            {\n                \"essid\": \"The dream\"\n            },\n            {\n                \"essid\": \"The Empire\"\n            },\n            {\n                \"essid\": \"TheEnterprise\"\n            },\n            {\n                \"essid\": \"Theephone\"\n            },\n            {\n                \"essid\": \"TheEva-Guest\"\n            },\n            {\n                \"essid\": \"The Family Bolt\"\n            },\n            {\n                \"essid\": \"The Farm House\"\n            },\n            {\n                \"essid\": \"The Fashion Warehouse\"\n            },\n            {\n                \"essid\": \"The Force is Strong\"\n            },\n            {\n                \"essid\": \"thefuture\"\n            },\n            {\n                \"essid\": \"The Gentlemen\"\n            },\n            {\n                \"essid\": \"The Gentlemen\\\\s MIFI\"\n            },\n            {\n                \"essid\": \"The Godfather\"\n            },\n            {\n                \"essid\": \"TheGoingMerry\"\n            },\n            {\n                \"essid\": \"TheGreatOZ2017\"\n            },\n            {\n                \"essid\": \"the greek\"\n            },\n            {\n                \"essid\": \"The Greene Family\"\n            },\n            {\n                \"essid\": \"TheGreenGoblinSoul\"\n            },\n            {\n                \"essid\": \"TheGreenMonster\"\n            },\n            {\n                \"essid\": \"TheGrodenGirls-2.4\"\n            },\n            {\n                \"essid\": \"TheGrodenGirls-5\"\n            },\n            {\n                \"essid\": \"The G spot\"\n            },\n            {\n                \"essid\": \"theHabs1\"\n            },\n            {\n                \"essid\": \"The Halal Guys Guest\"\n            },\n            {\n                \"essid\": \"The Haleys\"\n            },\n            {\n                \"essid\": \"The Hedgehog\"\n            },\n            {\n                \"essid\": \"thehomelab\"\n            },\n            {\n                \"essid\": \"thehomelab1\"\n            },\n            {\n                \"essid\": \"The Hot Spot\"\n            },\n            {\n                \"essid\": \"the hottest of Hotspots\"\n            },\n            {\n                \"essid\": \"The Hottest of Spots!\"\n            },\n            {\n                \"essid\": \"the hottest spot\"\n            },\n            {\n                \"essid\": \"Thehouse\"\n            },\n            {\n                \"essid\": \"The_House\"\n            },\n            {\n                \"essid\": \"The Hub\"\n            },\n            {\n                \"essid\": \"The Jacksons\"\n            },\n            {\n                \"essid\": \"The Jacksons_Main\"\n            },\n            {\n                \"essid\": \"The Jasmine Room\"\n            },\n            {\n                \"essid\": \"TheJoint\"\n            },\n            {\n                \"essid\": \"TheJoint_Guest\"\n            },\n            {\n                \"essid\": \"TheJonesMobile1\"\n            },\n            {\n                \"essid\": \"The junkyard\"\n            },\n            {\n                \"essid\": \"thekid\"\n            },\n            {\n                \"essid\": \"Thekids5\"\n            },\n            {\n                \"essid\": \"The Kiing\"\n            },\n            {\n                \"essid\": \"the king\"\n            },\n            {\n                \"essid\": \"TheKraken\"\n            },\n            {\n                \"essid\": \"The LAN before time!\"\n            },\n            {\n                \"essid\": \"The LAN Before Time\"\n            },\n            {\n                \"essid\": \"THE LAVENDER BAR\"\n            },\n            {\n                \"essid\": \"THE LAVENDER BAR-Guest\"\n            },\n            {\n                \"essid\": \"The leader of the clit\"\n            },\n            {\n                \"essid\": \"THELIFECHURCH\"\n            },\n            {\n                \"essid\": \"THELIFECHURCH-5G\"\n            },\n            {\n                \"essid\": \"The Light\"\n            },\n            {\n                \"essid\": \"The Lighthouse\"\n            },\n            {\n                \"essid\": \"TheLittleHouse\"\n            },\n            {\n                \"essid\": \"The Loft\"\n            },\n            {\n                \"essid\": \"The love bug\"\n            },\n            {\n                \"essid\": \"The Lyft\"\n            },\n            {\n                \"essid\": \"The Malibuski\"\n            },\n            {\n                \"essid\": \"The Martins\"\n            },\n            {\n                \"essid\": \"TheMatrix510\"\n            },\n            {\n                \"essid\": \"THEMONEYTRUCK\"\n            },\n            {\n                \"essid\": \"TheMouaFamily\"\n            },\n            {\n                \"essid\": \"The_Murchison_Family6\"\n            },\n            {\n                \"essid\": \"The_Murchison_Family6_5G\"\n            },\n            {\n                \"essid\": \"The napping car\"\n            },\n            {\n                \"essid\": \"The_Nest2G\"\n            },\n            {\n                \"essid\": \"Thenetwork\"\n            },\n            {\n                \"essid\": \"The New Hotness\"\n            },\n            {\n                \"essid\": \"The New Us\"\n            },\n            {\n                \"essid\": \"The Noggin\"\n            },\n            {\n                \"essid\": \"The Odd Job Man WiFi\"\n            },\n            {\n                \"essid\": \"TheOffice\"\n            },\n            {\n                \"essid\": \"theoldroad\"\n            },\n            {\n                \"essid\": \"Theonesolipsist-2.4\"\n            },\n            {\n                \"essid\": \"The Owl\"\n            },\n            {\n                \"essid\": \"The PeasantsReVolt\"\n            },\n            {\n                \"essid\": \"ThePerch\"\n            },\n            {\n                \"essid\": \"theperfectwood-2.4\"\n            },\n            {\n                \"essid\": \"The Piano Hut\"\n            },\n            {\n                \"essid\": \"The powerstream\"\n            },\n            {\n                \"essid\": \"the prisoner of azka-wlan\"\n            },\n            {\n                \"essid\": \"The Punisher\"\n            },\n            {\n                \"essid\": \"theraccoonproblem\"\n            },\n            {\n                \"essid\": \"TheREALJones\"\n            },\n            {\n                \"essid\": \"TheRedPill\"\n            },\n            {\n                \"essid\": \"TheRegisters\"\n            },\n            {\n                \"essid\": \"TheRightOne\"\n            },\n            {\n                \"essid\": \"Thermo-001\"\n            },\n            {\n                \"essid\": \"Thermo-002\"\n            },\n            {\n                \"essid\": \"The_Roman_Oven\"\n            },\n            {\n                \"essid\": \"The_Roockie_Den\"\n            },\n            {\n                \"essid\": \"TheShous\"\n            },\n            {\n                \"essid\": \"theskeksis\"\n            },\n            {\n                \"essid\": \"Thess2018\"\n            },\n            {\n                \"essid\": \"The Standard\"\n            },\n            {\n                \"essid\": \"TheStar Corporation\"\n            },\n            {\n                \"essid\": \"The Team That ROCKS Real Estate\"\n            },\n            {\n                \"essid\": \"The T H I C C Net\"\n            },\n            {\n                \"essid\": \"thething\"\n            },\n            {\n                \"essid\": \"The Tiki Hut\"\n            },\n            {\n                \"essid\": \"TheTruck\"\n            },\n            {\n                \"essid\": \"The Truck\"\n            },\n            {\n                \"essid\": \"TheTurner\"\n            },\n            {\n                \"essid\": \"The Turners\"\n            },\n            {\n                \"essid\": \"TheTwistingNether\"\n            },\n            {\n                \"essid\": \"Theupsidedown\"\n            },\n            {\n                \"essid\": \"The Van\"\n            },\n            {\n                \"essid\": \"The Vansion\"\n            },\n            {\n                \"essid\": \"The Web\"\n            },\n            {\n                \"essid\": \"The Whiskey Shop\"\n            },\n            {\n                \"essid\": \"The wifi\"\n            },\n            {\n                \"essid\": \"thewilliamswifi\"\n            },\n            {\n                \"essid\": \"TheWives\"\n            },\n            {\n                \"essid\": \"They ask wi-fi but never how-fi\"\n            },\n            {\n                \"essid\": \"The Yeti\"\n            },\n            {\n                \"essid\": \"The Zoo\"\n            },\n            {\n                \"essid\": \"TheZoomerWifi\"\n            },\n            {\n                \"essid\": \"THHNGAG\"\n            },\n            {\n                \"essid\": \"THHNGAU\"\n            },\n            {\n                \"essid\": \"Thibodeaux\"\n            },\n            {\n                \"essid\": \"ThiEYE_CAM\"\n            },\n            {\n                \"essid\": \"THIN_CLIENTS\"\n            },\n            {\n                \"essid\": \"Thinkware_01\"\n            },\n            {\n                \"essid\": \"Thinkware_0D\"\n            },\n            {\n                \"essid\": \"Thinkware_0E\"\n            },\n            {\n                \"essid\": \"Thinkware_0F\"\n            },\n            {\n                \"essid\": \"Thinkware_12\"\n            },\n            {\n                \"essid\": \"Thinkware_13\"\n            },\n            {\n                \"essid\": \"Thinkware_14\"\n            },\n            {\n                \"essid\": \"Thinkware_15\"\n            },\n            {\n                \"essid\": \"Thinkware_16\"\n            },\n            {\n                \"essid\": \"Thinkware_18\"\n            },\n            {\n                \"essid\": \"Thinkware_1D\"\n            },\n            {\n                \"essid\": \"Thinkware_1E\"\n            },\n            {\n                \"essid\": \"Thinkware_20\"\n            },\n            {\n                \"essid\": \"Thinkware_26\"\n            },\n            {\n                \"essid\": \"Thinkware_2C\"\n            },\n            {\n                \"essid\": \"Thinkware_2D\"\n            },\n            {\n                \"essid\": \"Thinkware_30\"\n            },\n            {\n                \"essid\": \"Thinkware_31\"\n            },\n            {\n                \"essid\": \"Thinkware_33\"\n            },\n            {\n                \"essid\": \"Thinkware_39\"\n            },\n            {\n                \"essid\": \"Thinkware_3A\"\n            },\n            {\n                \"essid\": \"Thinkware_3E\"\n            },\n            {\n                \"essid\": \"Thinkware_42\"\n            },\n            {\n                \"essid\": \"Thinkware_49\"\n            },\n            {\n                \"essid\": \"Thinkware_4B\"\n            },\n            {\n                \"essid\": \"Thinkware_4D\"\n            },\n            {\n                \"essid\": \"Thinkware_4E\"\n            },\n            {\n                \"essid\": \"Thinkware_50\"\n            },\n            {\n                \"essid\": \"Thinkware_51\"\n            },\n            {\n                \"essid\": \"Thinkware_55\"\n            },\n            {\n                \"essid\": \"Thinkware_57\"\n            },\n            {\n                \"essid\": \"Thinkware_5F\"\n            },\n            {\n                \"essid\": \"Thinkware_61\"\n            },\n            {\n                \"essid\": \"Thinkware_66\"\n            },\n            {\n                \"essid\": \"Thinkware_68\"\n            },\n            {\n                \"essid\": \"Thinkware_6A\"\n            },\n            {\n                \"essid\": \"Thinkware_6B\"\n            },\n            {\n                \"essid\": \"Thinkware_6C\"\n            },\n            {\n                \"essid\": \"Thinkware_73\"\n            },\n            {\n                \"essid\": \"Thinkware_74\"\n            },\n            {\n                \"essid\": \"Thinkware_77\"\n            },\n            {\n                \"essid\": \"Thinkware_7B\"\n            },\n            {\n                \"essid\": \"Thinkware_7C\"\n            },\n            {\n                \"essid\": \"Thinkware_93\"\n            },\n            {\n                \"essid\": \"Thinkware_97\"\n            },\n            {\n                \"essid\": \"Thinkware_98\"\n            },\n            {\n                \"essid\": \"Thinkware_9B\"\n            },\n            {\n                \"essid\": \"Thinkware_9F\"\n            },\n            {\n                \"essid\": \"Thinkware_A2\"\n            },\n            {\n                \"essid\": \"Thinkware_A8\"\n            },\n            {\n                \"essid\": \"Thinkware_AE\"\n            },\n            {\n                \"essid\": \"Thinkware_Alex\"\n            },\n            {\n                \"essid\": \"Thinkware_B1\"\n            },\n            {\n                \"essid\": \"Thinkware_B7\"\n            },\n            {\n                \"essid\": \"Thinkware_BC\"\n            },\n            {\n                \"essid\": \"Thinkware_BD\"\n            },\n            {\n                \"essid\": \"Thinkware_BF\"\n            },\n            {\n                \"essid\": \"Thinkware_C0\"\n            },\n            {\n                \"essid\": \"Thinkware_C1\"\n            },\n            {\n                \"essid\": \"Thinkware_C2\"\n            },\n            {\n                \"essid\": \"Thinkware_C9\"\n            },\n            {\n                \"essid\": \"Thinkware_CD\"\n            },\n            {\n                \"essid\": \"Thinkware_CE\"\n            },\n            {\n                \"essid\": \"Thinkware_CF\"\n            },\n            {\n                \"essid\": \"Thinkware_D2\"\n            },\n            {\n                \"essid\": \"Thinkware_D6\"\n            },\n            {\n                \"essid\": \"Thinkware_DB\"\n            },\n            {\n                \"essid\": \"Thinkware_E7\"\n            },\n            {\n                \"essid\": \"Thinkware_EE\"\n            },\n            {\n                \"essid\": \"Thinkware_EF\"\n            },\n            {\n                \"essid\": \"Thinkware_F0\"\n            },\n            {\n                \"essid\": \"Thinkware_F2\"\n            },\n            {\n                \"essid\": \"Thinkware_F3\"\n            },\n            {\n                \"essid\": \"Thinkware_F9\"\n            },\n            {\n                \"essid\": \"Thinkware_FA\"\n            },\n            {\n                \"essid\": \"Thinkware_MP\"\n            },\n            {\n                \"essid\": \"Third-I\"\n            },\n            {\n                \"essid\": \"Third-I-Guest\"\n            },\n            {\n                \"essid\": \"ThisBPDGP\"\n            },\n            {\n                \"essid\": \"ThisHereNetwotk\"\n            },\n            {\n                \"essid\": \"Thiskeepsmagnusbusy\"\n            },\n            {\n                \"essid\": \"ThisMoment\"\n            },\n            {\n                \"essid\": \"This Moment\"\n            },\n            {\n                \"essid\": \"ThisMoment Copy\"\n            },\n            {\n                \"essid\": \"Thisone3\"\n            },\n            {\n                \"essid\": \"Thisone333-2.4\"\n            },\n            {\n                \"essid\": \"this one is mine\"\n            },\n            {\n                \"essid\": \"T Hitti Boii\"\n            },\n            {\n                \"essid\": \"Thomas\"\n            },\n            {\n                \"essid\": \"THOMAS1616\"\n            },\n            {\n                \"essid\": \"Thomas Acadia\"\n            },\n            {\n                \"essid\": \"Thomas&alvin\"\n            },\n            {\n                \"essid\": \"Thomas Family\"\n            },\n            {\n                \"essid\": \"Thomas iphonexxx\"\n            },\n            {\n                \"essid\": \"thomas malibu\"\n            },\n            {\n                \"essid\": \"ThomasMalibu\"\n            },\n            {\n                \"essid\": \"thomaspeterson\"\n            },\n            {\n                \"essid\": \"Thomas Ram\"\n            },\n            {\n                \"essid\": \"thomasspark\"\n            },\n            {\n                \"essid\": \"thompson2016\"\n            },\n            {\n                \"essid\": \"Thompson2017-2.4\"\n            },\n            {\n                \"essid\": \"Thompson-2.4\"\n            },\n            {\n                \"essid\": \"thompsonrdms\"\n            },\n            {\n                \"essid\": \"Thompsons Eqionox\"\n            },\n            {\n                \"essid\": \"Thompson Wifi\"\n            },\n            {\n                \"essid\": \"Thomson Silverado\"\n            },\n            {\n                \"essid\": \"Thony\"\n            },\n            {\n                \"essid\": \"thora-cam\"\n            },\n            {\n                \"essid\": \"ThorBuddy\"\n            },\n            {\n                \"essid\": \"ThorBuddy_2GEXT\"\n            },\n            {\n                \"essid\": \"Thors Internet _Fast_22\"\n            },\n            {\n                \"essid\": \"Thotmobile\"\n            },\n            {\n                \"essid\": \"T Hotspot\"\n            },\n            {\n                \"essid\": \"Throckmorton\"\n            },\n            {\n                \"essid\": \"thughes\"\n            },\n            {\n                \"essid\": \"Thug lyfe\"\n            },\n            {\n                \"essid\": \"Thunder\"\n            },\n            {\n                \"essid\": \"thunderbird\"\n            },\n            {\n                \"essid\": \"Thunderbird\"\n            },\n            {\n                \"essid\": \"Thuovinen\"\n            },\n            {\n                \"essid\": \"#THURSTi\"\n            },\n            {\n                \"essid\": \"THUTJU\"\n            },\n            {\n                \"essid\": \"Thuy Bui\"\n            },\n            {\n                \"essid\": \"Thuys iPhone 7s Plus\"\n            },\n            {\n                \"essid\": \"TianShui的iPhone\"\n            },\n            {\n                \"essid\": \"Tice LG\"\n            },\n            {\n                \"essid\": \"ticknet 4g\"\n            },\n            {\n                \"essid\": \"Tic Tac\"\n            },\n            {\n                \"essid\": \"Tidwell\"\n            },\n            {\n                \"essid\": \"Tier 1 Gear\"\n            },\n            {\n                \"essid\": \"TIE’s iPhone\"\n            },\n            {\n                \"essid\": \"Tiffanay cruze\"\n            },\n            {\n                \"essid\": \"Tiffany\"\n            },\n            {\n                \"essid\": \"tiffanyribbon\"\n            },\n            {\n                \"essid\": \"Tiffany’s iPhone\"\n            },\n            {\n                \"essid\": \"Tiffanys Malibu\"\n            },\n            {\n                \"essid\": \"Tiffe510\"\n            },\n            {\n                \"essid\": \"tiffin car\"\n            },\n            {\n                \"essid\": \"TiffneyMalibu\"\n            },\n            {\n                \"essid\": \"tig0bells\"\n            },\n            {\n                \"essid\": \"TigerDenali\"\n            },\n            {\n                \"essid\": \"Tigerlily13\"\n            },\n            {\n                \"essid\": \"Tigglejuice\"\n            },\n            {\n                \"essid\": \"Tijannas Tahoe\"\n            },\n            {\n                \"essid\": \"tikitopia\"\n            },\n            {\n                \"essid\": \"Tiki   VW 808\"\n            },\n            {\n                \"essid\": \"tilak9002\"\n            },\n            {\n                \"essid\": \"TILESHOP\"\n            },\n            {\n                \"essid\": \"Tilly1120\"\n            },\n            {\n                \"essid\": \"Tim Denali\"\n            },\n            {\n                \"essid\": \"timeclocks\"\n            },\n            {\n                \"essid\": \"timeskew-5\"\n            },\n            {\n                \"essid\": \"Timjenndove\"\n            },\n            {\n                \"essid\": \"Timjenndove_EXT\"\n            },\n            {\n                \"essid\": \"TimJr’s iPhone\"\n            },\n            {\n                \"essid\": \"timmy\"\n            },\n            {\n                \"essid\": \"Timothy’s iPhone\"\n            },\n            {\n                \"essid\": \"Tims Chevy\"\n            },\n            {\n                \"essid\": \"timscruze\"\n            },\n            {\n                \"essid\": \"tim sierra\"\n            },\n            {\n                \"essid\": \"tim's iPhone\"\n            },\n            {\n                \"essid\": \"Tim’s iPhone\"\n            },\n            {\n                \"essid\": \"Tims Lacrosse\"\n            },\n            {\n                \"essid\": \"Tim's Moto G5 Plus \"\n            },\n            {\n                \"essid\": \"Tims Silverado\"\n            },\n            {\n                \"essid\": \"TIMS SILVERADO\"\n            },\n            {\n                \"essid\": \"Tim's Sp\\\\360\\\\237\\\\214\\\\236t\"\n            },\n            {\n                \"essid\": \"Tims Truck\"\n            },\n            {\n                \"essid\": \"timtamslam-mobile\"\n            },\n            {\n                \"essid\": \"tim volt\"\n            },\n            {\n                \"essid\": \"Tina24\"\n            },\n            {\n                \"essid\": \"Tinanail-2G\"\n            },\n            {\n                \"essid\": \"TinaR-Guest\"\n            },\n            {\n                \"essid\": \"Tina's\"\n            },\n            {\n                \"essid\": \"Tinkervision-2.4\"\n            },\n            {\n                \"essid\": \"TINOMODE\"\n            },\n            {\n                \"essid\": \"Tinos Truck\"\n            },\n            {\n                \"essid\": \"Tin's Netw\"\n            },\n            {\n                \"essid\": \"Tiny Tot 40\"\n            },\n            {\n                \"essid\": \"tipofthespear\"\n            },\n            {\n                \"essid\": \"TipOsama\"\n            },\n            {\n                \"essid\": \"tipsntoes-2.4\"\n            },\n            {\n                \"essid\": \"TipsyJamie1\"\n            },\n            {\n                \"essid\": \"tire bay\"\n            },\n            {\n                \"essid\": \"Tisdale23\"\n            },\n            {\n                \"essid\": \"tita1of2-2.4ghz\"\n            },\n            {\n                \"essid\": \"Titan510\"\n            },\n            {\n                \"essid\": \"Titan Wifi\"\n            },\n            {\n                \"essid\": \"title\"\n            },\n            {\n                \"essid\": \"TJPatterson\"\n            },\n            {\n                \"essid\": \"tjreap\"\n            },\n            {\n                \"essid\": \"tKeRl\"\n            },\n            {\n                \"essid\": \"tklein3\"\n            },\n            {\n                \"essid\": \"TkLrCp7\"\n            },\n            {\n                \"essid\": \"tkowifi\"\n            },\n            {\n                \"essid\": \"tkpixel\"\n            },\n            {\n                \"essid\": \"Tk’s iPhone\"\n            },\n            {\n                \"essid\": \"TK's Mediterranean Guests\"\n            },\n            {\n                \"essid\": \"TK's Mediterranean Office\"\n            },\n            {\n                \"essid\": \"TKSs Bolt\"\n            },\n            {\n                \"essid\": \"tl652e58\"\n            },\n            {\n                \"essid\": \"tl73cd24\"\n            },\n            {\n                \"essid\": \"tl75bc12\"\n            },\n            {\n                \"essid\": \"tl763acc\"\n            },\n            {\n                \"essid\": \"tl7731ca\"\n            },\n            {\n                \"essid\": \"tl77e3ee\"\n            },\n            {\n                \"essid\": \"tla527ce\"\n            },\n            {\n                \"essid\": \"tla6a2ea\"\n            },\n            {\n                \"essid\": \"tla73210\"\n            },\n            {\n                \"essid\": \"tlad214e\"\n            },\n            {\n                \"essid\": \"tlafc5b4\"\n            },\n            {\n                \"essid\": \"tlaff053\"\n            },\n            {\n                \"essid\": \"TLC-Guest\"\n            },\n            {\n                \"essid\": \"TLCGUEST\"\n            },\n            {\n                \"essid\": \"TLCSEC\"\n            },\n            {\n                \"essid\": \"tldc42e6\"\n            },\n            {\n                \"essid\": \"TLOG_TNB00039\"\n            },\n            {\n                \"essid\": \"TLOG_TNB00043\"\n            },\n            {\n                \"essid\": \"TLOG_TNB00149\"\n            },\n            {\n                \"essid\": \"TLOG_TNB00193\"\n            },\n            {\n                \"essid\": \"TLOG_TNB00196\"\n            },\n            {\n                \"essid\": \"TLOG_TNC00003\"\n            },\n            {\n                \"essid\": \"TLOG_TNC00090\"\n            },\n            {\n                \"essid\": \"TLOG_TNC00101\"\n            },\n            {\n                \"essid\": \"TLOG_TNC00102\"\n            },\n            {\n                \"essid\": \"TLOG_TNC00103\"\n            },\n            {\n                \"essid\": \"TLT GMC\"\n            },\n            {\n                \"essid\": \"TMC\"\n            },\n            {\n                \"essid\": \"TmChantara\"\n            },\n            {\n                \"essid\": \"TMC Wifi\"\n            },\n            {\n                \"essid\": \"TMHSPT\"\n            },\n            {\n                \"essid\": \"T-Mobile\"\n            },\n            {\n                \"essid\": \"T-Mobile 1311\"\n            },\n            {\n                \"essid\": \"T-Mobile 2431\"\n            },\n            {\n                \"essid\": \"T-Mobile Auto Hotspot\"\n            },\n            {\n                \"essid\": \"T-Mobile Broadband00\"\n            },\n            {\n                \"essid\": \"T-Mobile Broadband01\"\n            },\n            {\n                \"essid\": \"T-Mobile Broadband02\"\n            },\n            {\n                \"essid\": \"T-Mobile Broadband03\"\n            },\n            {\n                \"essid\": \"T-Mobile Broadband04\"\n            },\n            {\n                \"essid\": \"T-Mobile Broadband05\"\n            },\n            {\n                \"essid\": \"T-Mobile Broadband06\"\n            },\n            {\n                \"essid\": \"T-Mobile Broadband07\"\n            },\n            {\n                \"essid\": \"T-Mobile Broadband08\"\n            },\n            {\n                \"essid\": \"T-Mobile Broadband09\"\n            },\n            {\n                \"essid\": \"T-Mobile Broadband10\"\n            },\n            {\n                \"essid\": \"T-Mobile Broadband11\"\n            },\n            {\n                \"essid\": \"T-Mobile Broadband12\"\n            },\n            {\n                \"essid\": \"T-Mobile Broadband13\"\n            },\n            {\n                \"essid\": \"T-Mobile Broadband14\"\n            },\n            {\n                \"essid\": \"T-Mobile Broadband15\"\n            },\n            {\n                \"essid\": \"T-Mobile Broadband16\"\n            },\n            {\n                \"essid\": \"T-Mobile Broadband17\"\n            },\n            {\n                \"essid\": \"T-Mobile Broadband18\"\n            },\n            {\n                \"essid\": \"T-Mobile Broadband19\"\n            },\n            {\n                \"essid\": \"T-Mobile Broadband20\"\n            },\n            {\n                \"essid\": \"T-Mobile Broadband21\"\n            },\n            {\n                \"essid\": \"T-Mobile Broadband22\"\n            },\n            {\n                \"essid\": \"T-Mobile Broadband23\"\n            },\n            {\n                \"essid\": \"T-Mobile Broadband24\"\n            },\n            {\n                \"essid\": \"T-Mobile Broadband25\"\n            },\n            {\n                \"essid\": \"T-Mobile Broadband26\"\n            },\n            {\n                \"essid\": \"T-Mobile Broadband27\"\n            },\n            {\n                \"essid\": \"T-Mobile Broadband28\"\n            },\n            {\n                \"essid\": \"T-Mobile Broadband29\"\n            },\n            {\n                \"essid\": \"T-Mobile Broadband30\"\n            },\n            {\n                \"essid\": \"T-Mobile Broadband 30\"\n            },\n            {\n                \"essid\": \"T-Mobile Broadband31\"\n            },\n            {\n                \"essid\": \"T-Mobile Broadband32\"\n            },\n            {\n                \"essid\": \"T-Mobile Broadband33\"\n            },\n            {\n                \"essid\": \"T-Mobile Broadband34\"\n            },\n            {\n                \"essid\": \"T-Mobile Broadband35\"\n            },\n            {\n                \"essid\": \"T-Mobile Broadband36\"\n            },\n            {\n                \"essid\": \"T-Mobile Broadband37\"\n            },\n            {\n                \"essid\": \"T-Mobile Broadband38\"\n            },\n            {\n                \"essid\": \"T-Mobile Broadband39\"\n            },\n            {\n                \"essid\": \"T-Mobile Broadband40\"\n            },\n            {\n                \"essid\": \"T-Mobile Broadband41\"\n            },\n            {\n                \"essid\": \"T-Mobile Broadband 41\"\n            },\n            {\n                \"essid\": \"T-Mobile Broadband42\"\n            },\n            {\n                \"essid\": \"T-Mobile Broadband43\"\n            },\n            {\n                \"essid\": \"T-Mobile Broadband44\"\n            },\n            {\n                \"essid\": \"T-Mobile Broadband45\"\n            },\n            {\n                \"essid\": \"T-Mobile Broadband46\"\n            },\n            {\n                \"essid\": \"T-Mobile Broadband47\"\n            },\n            {\n                \"essid\": \"T-Mobile Broadband48\"\n            },\n            {\n                \"essid\": \"T-Mobile Broadband49\"\n            },\n            {\n                \"essid\": \"T-Mobile Broadband50\"\n            },\n            {\n                \"essid\": \"T-Mobile Broadband51\"\n            },\n            {\n                \"essid\": \"T-Mobile Broadband52\"\n            },\n            {\n                \"essid\": \"T-Mobile Broadband53\"\n            },\n            {\n                \"essid\": \"T-Mobile Broadband 5329\"\n            },\n            {\n                \"essid\": \"T-Mobile Broadband54\"\n            },\n            {\n                \"essid\": \"T-Mobile Broadband55\"\n            },\n            {\n                \"essid\": \"T-Mobile Broadband56\"\n            },\n            {\n                \"essid\": \"T-Mobile Broadband57\"\n            },\n            {\n                \"essid\": \"T-Mobile Broadband58\"\n            },\n            {\n                \"essid\": \"T-Mobile Broadband59\"\n            },\n            {\n                \"essid\": \"T-Mobile Broadband60\"\n            },\n            {\n                \"essid\": \"T-Mobile Broadband61\"\n            },\n            {\n                \"essid\": \"T-Mobile Broadband62\"\n            },\n            {\n                \"essid\": \"T-Mobile Broadband63\"\n            },\n            {\n                \"essid\": \"T-Mobile Broadband64\"\n            },\n            {\n                \"essid\": \"T-Mobile Broadband65\"\n            },\n            {\n                \"essid\": \"T-Mobile Broadband 65\"\n            },\n            {\n                \"essid\": \"T-Mobile Broadband66\"\n            },\n            {\n                \"essid\": \"T-Mobile Broadband67\"\n            },\n            {\n                \"essid\": \"T-Mobile Broadband68\"\n            },\n            {\n                \"essid\": \"T-Mobile Broadband69\"\n            },\n            {\n                \"essid\": \"T-Mobile Broadband70\"\n            },\n            {\n                \"essid\": \"T-Mobile Broadband 70\"\n            },\n            {\n                \"essid\": \"T-Mobile Broadband71\"\n            },\n            {\n                \"essid\": \"T-Mobile Broadband72\"\n            },\n            {\n                \"essid\": \"T-Mobile Broadband73\"\n            },\n            {\n                \"essid\": \"T-Mobile Broadband74\"\n            },\n            {\n                \"essid\": \"T-Mobile Broadband75\"\n            },\n            {\n                \"essid\": \"T-Mobile Broadband76\"\n            },\n            {\n                \"essid\": \"T-Mobile Broadband77\"\n            },\n            {\n                \"essid\": \"T-Mobile Broadband78\"\n            },\n            {\n                \"essid\": \"T-Mobile Broadband79\"\n            },\n            {\n                \"essid\": \"T-Mobile Broadband80\"\n            },\n            {\n                \"essid\": \"T-Mobile Broadband81\"\n            },\n            {\n                \"essid\": \"T-Mobile Broadband82\"\n            },\n            {\n                \"essid\": \"T-Mobile Broadband83\"\n            },\n            {\n                \"essid\": \"T-Mobile Broadband84\"\n            },\n            {\n                \"essid\": \"T-Mobile Broadband85\"\n            },\n            {\n                \"essid\": \"T-Mobile Broadband86\"\n            },\n            {\n                \"essid\": \"T-Mobile Broadband87\"\n            },\n            {\n                \"essid\": \"T-Mobile Broadband87tia\"\n            },\n            {\n                \"essid\": \"T-Mobile Broadband88\"\n            },\n            {\n                \"essid\": \"T-Mobile Broadband89\"\n            },\n            {\n                \"essid\": \"T-Mobile Broadband90\"\n            },\n            {\n                \"essid\": \"T-Mobile Broadband 90\"\n            },\n            {\n                \"essid\": \"T-Mobile Broadband91\"\n            },\n            {\n                \"essid\": \"T-Mobile Broadband92\"\n            },\n            {\n                \"essid\": \"T-Mobile Broadband93\"\n            },\n            {\n                \"essid\": \"T-Mobile Broadband94\"\n            },\n            {\n                \"essid\": \"T-Mobile Broadband95\"\n            },\n            {\n                \"essid\": \"T-Mobile Broadband96\"\n            },\n            {\n                \"essid\": \"T-Mobile Broadband97\"\n            },\n            {\n                \"essid\": \"T-Mobile Broadband98\"\n            },\n            {\n                \"essid\": \"T-Mobile Broadband99\"\n            },\n            {\n                \"essid\": \"TMOBILE-CAEE\"\n            },\n            {\n                \"essid\": \"T-Mobile Chevy tahoe\"\n            },\n            {\n                \"essid\": \"T-Mobile GARY\"\n            },\n            {\n                \"essid\": \"T-Mobile/  jazzy boo car \"\n            },\n            {\n                \"essid\": \"T-Mobile Lyft\"\n            },\n            {\n                \"essid\": \"T-Mobile maintenance\"\n            },\n            {\n                \"essid\": \"T-Mobile Revvl_2057\"\n            },\n            {\n                \"essid\": \"T-Mobile Revvl_2334\"\n            },\n            {\n                \"essid\": \"T-Mobile Revvl_3414\"\n            },\n            {\n                \"essid\": \"T-Mobile Revvl_4745\"\n            },\n            {\n                \"essid\": \"T-Mobile Revvl_5005\"\n            },\n            {\n                \"essid\": \"T-Mobile Revvl_7083\"\n            },\n            {\n                \"essid\": \"T-Mobile Revvl_7942\"\n            },\n            {\n                \"essid\": \"T-Mobile Revvl_8049\"\n            },\n            {\n                \"essid\": \"T-Mobile Revvl_8778\"\n            },\n            {\n                \"essid\": \"T-Mobile Revvl Plus_120e\"\n            },\n            {\n                \"essid\": \"T-Mobile Revvl Plus_157f\"\n            },\n            {\n                \"essid\": \"T-Mobile Revvl Plus_19a3\"\n            },\n            {\n                \"essid\": \"T-Mobile Revvl Plus_2307\"\n            },\n            {\n                \"essid\": \"T-Mobile Revvl Plus_3d18\"\n            },\n            {\n                \"essid\": \"T-Mobile Revvl Plus_53ea\"\n            },\n            {\n                \"essid\": \"T-Mobile Revvl Plus_580e\"\n            },\n            {\n                \"essid\": \"T-Mobile Revvl Plus_78d8\"\n            },\n            {\n                \"essid\": \"T-Mobile Revvl Plus_88aa\"\n            },\n            {\n                \"essid\": \"T-Mobile Revvl Plus_88d8\"\n            },\n            {\n                \"essid\": \"T-Mobile Revvl Plus_9ce2\"\n            },\n            {\n                \"essid\": \"T-Mobile Revvl Plus_bb31\"\n            },\n            {\n                \"essid\": \"T-Mobile Revvl Plus_dd16\"\n            },\n            {\n                \"essid\": \"T-Mobile S5\"\n            },\n            {\n                \"essid\": \"T-Mobile Tuesday Revvl_8470\"\n            },\n            {\n                \"essid\": \"T-Mobile Wi-Fi\"\n            },\n            {\n                \"essid\": \"T-mobileWiFi1\"\n            },\n            {\n                \"essid\": \"TMobileWiFi-2.4GHz\"\n            },\n            {\n                \"essid\": \"TMO’s iPhone\"\n            },\n            {\n                \"essid\": \"TMS1\"\n            },\n            {\n                \"essid\": \"Tmt\"\n            },\n            {\n                \"essid\": \"TMTGuest\"\n            },\n            {\n                \"essid\": \"tncmobile\"\n            },\n            {\n                \"essid\": \"TNT5G\"\n            },\n            {\n                \"essid\": \"TnTs Bolt\"\n            },\n            {\n                \"essid\": \"TN_Welcome_Center\"\n            },\n            {\n                \"essid\": \"Toadman\"\n            },\n            {\n                \"essid\": \"Todd Jersey\"\n            },\n            {\n                \"essid\": \"todd Karin\"\n            },\n            {\n                \"essid\": \"TODD Net\"\n            },\n            {\n                \"essid\": \"Todds Cruze\"\n            },\n            {\n                \"essid\": \"Todd`s Edge\"\n            },\n            {\n                \"essid\": \"Todds Volt\"\n            },\n            {\n                \"essid\": \"Todd Wifi\"\n            },\n            {\n                \"essid\": \"toetruck\"\n            },\n            {\n                \"essid\": \"Toevknows\"\n            },\n            {\n                \"essid\": \"ToezKnows\"\n            },\n            {\n                \"essid\": \"tohone\"\n            },\n            {\n                \"essid\": \"tohuwabohu\"\n            },\n            {\n                \"essid\": \"tohuwabohu-guest\"\n            },\n            {\n                \"essid\": \"tokmobile\"\n            },\n            {\n                \"essid\": \"TOLANDS\"\n            },\n            {\n                \"essid\": \"Toledo\"\n            },\n            {\n                \"essid\": \"Tomato24\"\n            },\n            {\n                \"essid\": \"TomBolt\"\n            },\n            {\n                \"essid\": \"tom-d's iPhone\"\n            },\n            {\n                \"essid\": \"TomDuganTruckParts-2G\"\n            },\n            {\n                \"essid\": \"Tom iPhone\"\n            },\n            {\n                \"essid\": \"Tom Mannell's Iphone\"\n            },\n            {\n                \"essid\": \"TOMMY SIERRA\"\n            },\n            {\n                \"essid\": \"Tommys ipad\"\n            },\n            {\n                \"essid\": \"Tomnjane\"\n            },\n            {\n                \"essid\": \"tomo\"\n            },\n            {\n                \"essid\": \"tomodachi\"\n            },\n            {\n                \"essid\": \"Tom Phillips\"\n            },\n            {\n                \"essid\": \"tom q tahoe\"\n            },\n            {\n                \"essid\": \"Toms Acadia\"\n            },\n            {\n                \"essid\": \"tomsgrl39\"\n            },\n            {\n                \"essid\": \"Tom's HERO5 Black\"\n            },\n            {\n                \"essid\": \"Tom's J7 Hotspot\"\n            },\n            {\n                \"essid\": \"Tom's Macan WiFi\"\n            },\n            {\n                \"essid\": \"toms stingray\"\n            },\n            {\n                \"essid\": \"Tom Volt\"\n            },\n            {\n                \"essid\": \"Tom Waits\"\n            },\n            {\n                \"essid\": \"TomWifi\"\n            },\n            {\n                \"essid\": \"TOMWIFI1\"\n            },\n            {\n                \"essid\": \"Tom Wischler\"\n            },\n            {\n                \"essid\": \"Tomy Maugeri\"\n            },\n            {\n                \"essid\": \"tona\"\n            },\n            {\n                \"essid\": \"tone\"\n            },\n            {\n                \"essid\": \"Tone\"\n            },\n            {\n                \"essid\": \"Toni\"\n            },\n            {\n                \"essid\": \"Toni 12\"\n            },\n            {\n                \"essid\": \"Toni Bolt\"\n            },\n            {\n                \"essid\": \"Tony\\\\342\\\\200\\\\231s iPhone\"\n            },\n            {\n                \"essid\": \"tony52\"\n            },\n            {\n                \"essid\": \"Tonya\"\n            },\n            {\n                \"essid\": \"Tonyas Cruze\"\n            },\n            {\n                \"essid\": \"tonyfvolt\"\n            },\n            {\n                \"essid\": \"Tony Mobile\"\n            },\n            {\n                \"essid\": \"TonyMony\"\n            },\n            {\n                \"essid\": \"Tony Phone\"\n            },\n            {\n                \"essid\": \"Tonys Cadillac\"\n            },\n            {\n                \"essid\": \"Tony’s iPhone\"\n            },\n            {\n                \"essid\": \"Tooc Wifi\"\n            },\n            {\n                \"essid\": \"TooHigh420\"\n            },\n            {\n                \"essid\": \"ToolboXxX\"\n            },\n            {\n                \"essid\": \"Tootenda\"\n            },\n            {\n                \"essid\": \"Toothless\"\n            },\n            {\n                \"essid\": \"Tootsie\"\n            },\n            {\n                \"essid\": \"Top Dawg Tavern\"\n            },\n            {\n                \"essid\": \"topdog\"\n            },\n            {\n                \"essid\": \"Tophers Equinox\"\n            },\n            {\n                \"essid\": \"Topkcat\"\n            },\n            {\n                \"essid\": \"#Top Pro Nails Guest WiFi  \"\n            },\n            {\n                \"essid\": \"top spot\"\n            },\n            {\n                \"essid\": \"Tora Chevy\"\n            },\n            {\n                \"essid\": \"Tori 11\"\n            },\n            {\n                \"essid\": \"Toris Volt\"\n            },\n            {\n                \"essid\": \"Tornado Tanner\"\n            },\n            {\n                \"essid\": \"Toro Road Runners\"\n            },\n            {\n                \"essid\": \"Toro Spark\"\n            },\n            {\n                \"essid\": \"Torrens25\"\n            },\n            {\n                \"essid\": \"torres4\"\n            },\n            {\n                \"essid\": \"Torrie\"\n            },\n            {\n                \"essid\": \"TOSEE_229374_a8-89-81\"\n            },\n            {\n                \"essid\": \"Tosha wifi\"\n            },\n            {\n                \"essid\": \"Toshi Shepard-Ohta\\\\342\\\\200\\\\231s iPhone  e\"\n            },\n            {\n                \"essid\": \"Tossing Your Salad\"\n            },\n            {\n                \"essid\": \"Toston\"\n            },\n            {\n                \"essid\": \"Totakhail\"\n            },\n            {\n                \"essid\": \"Total Care \"\n            },\n            {\n                \"essid\": \"TotoroMobile\"\n            },\n            {\n                \"essid\": \"toughfoxx\"\n            },\n            {\n                \"essid\": \"tovalle\"\n            },\n            {\n                \"essid\": \"Tovi01\"\n            },\n            {\n                \"essid\": \"tower2\"\n            },\n            {\n                \"essid\": \"TowerPower\"\n            },\n            {\n                \"essid\": \"Towhey\"\n            },\n            {\n                \"essid\": \"Towneplace_GUEST\"\n            },\n            {\n                \"essid\": \"ToXfinity&Beyond\"\n            },\n            {\n                \"essid\": \"toy\"\n            },\n            {\n                \"essid\": \"Toyota\"\n            },\n            {\n                \"essid\": \"TOYOTA 192_78A1C3171098\"\n            },\n            {\n                \"essid\": \"TOYOTA 2018 FA\"\n            },\n            {\n                \"essid\": \"TOYOTA 4Runner_2195caa774d7\"\n            },\n            {\n                \"essid\": \"TOYOTA 4Runner_4ff1cab974d7\"\n            },\n            {\n                \"essid\": \"TOYOTA 4Runner_D5D7C6A42C4C\"\n            },\n            {\n                \"essid\": \"TOYOTA 4Runner_ff1dca9d74d7\"\n            },\n            {\n                \"essid\": \"TOYOTA Avalon_4BB460794491\"\n            },\n            {\n                \"essid\": \"TOYOTA Avalon_5F11009D8C45\"\n            },\n            {\n                \"essid\": \"TOYOTA Avalon_6F7D609C4491\"\n            },\n            {\n                \"essid\": \"TOYOTA Avalon_82E67982CCC0\"\n            },\n            {\n                \"essid\": \"TOYOTA Avalon_B0A583A2D453\"\n            },\n            {\n                \"essid\": \"TOYOTA CamRY\"\n            },\n            {\n                \"essid\": \"TOYOTA CAMRY\"\n            },\n            {\n                \"essid\": \"TOYOTA Camry_00A9C32A1098\"\n            },\n            {\n                \"essid\": \"TOYOTA Camry_0449cab874d7\"\n            },\n            {\n                \"essid\": \"TOYOTA Camry_04CEA413D44D\"\n            },\n            {\n                \"essid\": \"TOYOTA Camry_06516B0B009D\"\n            },\n            {\n                \"essid\": \"TOYOTA Camry_0843B797E8E8\"\n            },\n            {\n                \"essid\": \"TOYOTA Camry_093A60F54491\"\n            },\n            {\n                \"essid\": \"TOYOTA Camry_0C136B2B009D\"\n            },\n            {\n                \"essid\": \"TOYOTA Camry_0cb3cab574d7\"\n            },\n            {\n                \"essid\": \"TOYOTA Camry_0d30ca0974d7\"\n            },\n            {\n                \"essid\": \"TOYOTA Camry_0EB9A4E2D44D\"\n            },\n            {\n                \"essid\": \"TOYOTA Camry_0EE579F8CCC0\"\n            },\n            {\n                \"essid\": \"TOYOTA Camry_0fa9cae974d7\"\n            },\n            {\n                \"essid\": \"TOYOTA Camry_100bca0974d7\"\n            },\n            {\n                \"essid\": \"TOYOTA Camry_1164ca0974d7\"\n            },\n            {\n                \"essid\": \"TOYOTA Camry_11c7cae974d7\"\n            },\n            {\n                \"essid\": \"TOYOTA Camry_11ecca0974d7\"\n            },\n            {\n                \"essid\": \"TOYOTA Camry_135779F4CCC0\"\n            },\n            {\n                \"essid\": \"TOYOTA Camry_13e3cae974d7\"\n            },\n            {\n                \"essid\": \"TOYOTA Camry_16ADC6B72C4C\"\n            },\n            {\n                \"essid\": \"TOYOTA Camry_190dca3e74d7\"\n            },\n            {\n                \"essid\": \"TOYOTA Camry_19FEA47FD44D\"\n            },\n            {\n                \"essid\": \"TOYOTA Camry_1c08ca3c74d7\"\n            },\n            {\n                \"essid\": \"TOYOTA Camry_1c10ca0874d7\"\n            },\n            {\n                \"essid\": \"TOYOTA Camry_1c28ca3c74d7\"\n            },\n            {\n                \"essid\": \"TOYOTA Camry_1C9CC6A32C4C\"\n            },\n            {\n                \"essid\": \"TOYOTA Camry_1CEBA4E7D44D\"\n            },\n            {\n                \"essid\": \"TOYOTA Camry_1d17ca2274d7\"\n            },\n            {\n                \"essid\": \"TOYOTA Camry_1D41C3751098\"\n            },\n            {\n                \"essid\": \"TOYOTA Camry_1E5BC38B1098\"\n            },\n            {\n                \"essid\": \"TOYOTA Camry_1fb8ca2974d7\"\n            },\n            {\n                \"essid\": \"TOYOTA Camry 2019\"\n            },\n            {\n                \"essid\": \"TOYOTA Camry_20CC6B49009D\"\n            },\n            {\n                \"essid\": \"TOYOTA Camry_20F2CAB71848\"\n            },\n            {\n                \"essid\": \"TOYOTA Camry_24E3A49ED44D\"\n            },\n            {\n                \"essid\": \"TOYOTA Camry_25DD6B09009D\"\n            },\n            {\n                \"essid\": \"TOYOTA Camry_284bca0c74d7\"\n            },\n            {\n                \"essid\": \"TOYOTA Camry_2968ca0b74d7\"\n            },\n            {\n                \"essid\": \"TOYOTA Camry_2977ca2274d7\"\n            },\n            {\n                \"essid\": \"TOYOTA Camry_29E5B74BE8E8\"\n            },\n            {\n                \"essid\": \"TOYOTA Camry_2AE7A41AD44D\"\n            },\n            {\n                \"essid\": \"TOYOTA Camry_2b7aca2974d7\"\n            },\n            {\n                \"essid\": \"TOYOTA Camry_2C18626C48EB\"\n            },\n            {\n                \"essid\": \"TOYOTA Camry_2c33ca4174d7\"\n            },\n            {\n                \"essid\": \"TOYOTA Camry_2c67ca2974d7\"\n            },\n            {\n                \"essid\": \"TOYOTA Camry_2CDAC3A01098\"\n            },\n            {\n                \"essid\": \"TOYOTA Camry_2D1DC3761098\"\n            },\n            {\n                \"essid\": \"TOYOTA Camry_2fafca5174d7\"\n            },\n            {\n                \"essid\": \"TOYOTA Camry_2fbeca3174d7\"\n            },\n            {\n                \"essid\": \"TOYOTA Camry_2fc6ca3574d7\"\n            },\n            {\n                \"essid\": \"TOYOTA Camry_2fcaca3174d7\"\n            },\n            {\n                \"essid\": \"TOYOTA Camry_303DC6A32C4C\"\n            },\n            {\n                \"essid\": \"TOYOTA Camry_306bcab774d7\"\n            },\n            {\n                \"essid\": \"TOYOTA Camry_308cca0b74d7\"\n            },\n            {\n                \"essid\": \"TOYOTA Camry_3137ca3c74d7\"\n            },\n            {\n                \"essid\": \"TOYOTA Camry_3185C6DA2C4C\"\n            },\n            {\n                \"essid\": \"TOYOTA Camry_3349ca3c74d7\"\n            },\n            {\n                \"essid\": \"TOYOTA Camry_349583AFD453\"\n            },\n            {\n                \"essid\": \"TOYOTA Camry_34d3caad74d7\"\n            },\n            {\n                \"essid\": \"TOYOTA Camry_360aca0874d7\"\n            },\n            {\n                \"essid\": \"TOYOTA Camry_36a8ca3174d7\"\n            },\n            {\n                \"essid\": \"TOYOTA Camry_397dca4174d7\"\n            },\n            {\n                \"essid\": \"TOYOTA Camry_3afdca0c74d7\"\n            },\n            {\n                \"essid\": \"TOYOTA Camry_3b4dca5374d7\"\n            },\n            {\n                \"essid\": \"TOYOTA Camry_3b98ca3174d7\"\n            },\n            {\n                \"essid\": \"TOYOTA Camry_3b9eca3174d7\"\n            },\n            {\n                \"essid\": \"TOYOTA Camry_3BCB6B29009D\"\n            },\n            {\n                \"essid\": \"TOYOTA Camry_3c2bca0c74d7\"\n            },\n            {\n                \"essid\": \"TOYOTA Camry_3CF00A6E58D5\"\n            },\n            {\n                \"essid\": \"TOYOTA Camry_3D46838AD453\"\n            },\n            {\n                \"essid\": \"TOYOTA Camry_3E02B765E8E8\"\n            },\n            {\n                \"essid\": \"TOYOTA Camry_3e79ca2074d7\"\n            },\n            {\n                \"essid\": \"TOYOTA Camry_3F12C31A1098\"\n            },\n            {\n                \"essid\": \"TOYOTA Camry_4094B79CE8E8\"\n            },\n            {\n                \"essid\": \"TOYOTA Camry_4123ca2074d7\"\n            },\n            {\n                \"essid\": \"TOYOTA Camry_4154C32A1098\"\n            },\n            {\n                \"essid\": \"TOYOTA Camry_43E662A248EB\"\n            },\n            {\n                \"essid\": \"TOYOTA Camry_457060EB4491\"\n            },\n            {\n                \"essid\": \"TOYOTA Camry_45856B09009D\"\n            },\n            {\n                \"essid\": \"TOYOTA Camry_46A5EF82D040\"\n            },\n            {\n                \"essid\": \"TOYOTA Camry_4792C6DA2C4C\"\n            },\n            {\n                \"essid\": \"TOYOTA Camry_480883F2D453\"\n            },\n            {\n                \"essid\": \"TOYOTA Camry_490483AAD453\"\n            },\n            {\n                \"essid\": \"TOYOTA Camry_4e5fcaba74d7\"\n            },\n            {\n                \"essid\": \"TOYOTA Camry_4EA9796DCCC0\"\n            },\n            {\n                \"essid\": \"TOYOTA Camry_51677950CCC0\"\n            },\n            {\n                \"essid\": \"TOYOTA Camry_53AF794ECCC0\"\n            },\n            {\n                \"essid\": \"TOYOTA Camry_542eca3d74d7\"\n            },\n            {\n                \"essid\": \"TOYOTA Camry_547C83F5D453\"\n            },\n            {\n                \"essid\": \"TOYOTA Camry_5742A4DCD44D\"\n            },\n            {\n                \"essid\": \"TOYOTA Camry_5787C32F1098\"\n            },\n            {\n                \"essid\": \"TOYOTA Camry_58346B37009D\"\n            },\n            {\n                \"essid\": \"TOYOTA Camry_59018380D453\"\n            },\n            {\n                \"essid\": \"TOYOTA Camry_59f9ca5174d7\"\n            },\n            {\n                \"essid\": \"TOYOTA Camry_5A09C31F1098\"\n            },\n            {\n                \"essid\": \"TOYOTA Camry_5ac1ca2474d7\"\n            },\n            {\n                \"essid\": \"TOYOTA Camry_5be0ca5774d7\"\n            },\n            {\n                \"essid\": \"TOYOTA Camry_5e97cab974d7\"\n            },\n            {\n                \"essid\": \"TOYOTA Camry_5EE5C6A42C4C\"\n            },\n            {\n                \"essid\": \"TOYOTA Camry_5F4CC3BE1098\"\n            },\n            {\n                \"essid\": \"TOYOTA Camry_5fd9ca2574d7\"\n            },\n            {\n                \"essid\": \"TOYOTA Camry_634cca3374d7\"\n            },\n            {\n                \"essid\": \"TOYOTA Camry_637AC6A62C4C\"\n            },\n            {\n                \"essid\": \"TOYOTA Camry_63ceca3374d7\"\n            },\n            {\n                \"essid\": \"TOYOTA Camry_63E36B19009D\"\n            },\n            {\n                \"essid\": \"TOYOTA Camry_642aca3374d7\"\n            },\n            {\n                \"essid\": \"TOYOTA Camry_644362A348EB\"\n            },\n            {\n                \"essid\": \"TOYOTA Camry_6549ca4774d7\"\n            },\n            {\n                \"essid\": \"TOYOTA Camry_6591cad574d7\"\n            },\n            {\n                \"essid\": \"TOYOTA Camry_67C279FECCC0\"\n            },\n            {\n                \"essid\": \"TOYOTA Camry_6893ca4774d7\"\n            },\n            {\n                \"essid\": \"TOYOTA Camry_6a17ca2574d7\"\n            },\n            {\n                \"essid\": \"TOYOTA Camry_6B2DC6C02C4C\"\n            },\n            {\n                \"essid\": \"TOYOTA Camry_6b34ca0b74d7\"\n            },\n            {\n                \"essid\": \"TOYOTA Camry_6bacca0b74d7\"\n            },\n            {\n                \"essid\": \"TOYOTA Camry_6CC3590FC4AC\"\n            },\n            {\n                \"essid\": \"TOYOTA Camry_6CEC0A3A58D5\"\n            },\n            {\n                \"essid\": \"TOYOTA Camry_6D8F7957CCC0\"\n            },\n            {\n                \"essid\": \"TOYOTA Camry_6EEF7950CCC0\"\n            },\n            {\n                \"essid\": \"TOYOTA Camry_73346B21009D\"\n            },\n            {\n                \"essid\": \"TOYOTA Camry_7378C6E02C4C\"\n            },\n            {\n                \"essid\": \"TOYOTA Camry_73AD794DCCC0\"\n            },\n            {\n                \"essid\": \"TOYOTA Camry_73c1ca3d74d7\"\n            },\n            {\n                \"essid\": \"TOYOTA Camry_747D6B1E009D\"\n            },\n            {\n                \"essid\": \"TOYOTA Camry_753B797ACCC0\"\n            },\n            {\n                \"essid\": \"TOYOTA Camry_75fbca4074d7\"\n            },\n            {\n                \"essid\": \"TOYOTA Camry_7624837DD453\"\n            },\n            {\n                \"essid\": \"TOYOTA Camry_7721cad674d7\"\n            },\n            {\n                \"essid\": \"TOYOTA Camry_78CBA413D44D\"\n            },\n            {\n                \"essid\": \"TOYOTA Camry_7915C6AD2C4C\"\n            },\n            {\n                \"essid\": \"TOYOTA Camry_7918C3C11098\"\n            },\n            {\n                \"essid\": \"TOYOTA Camry_79C0B747E8E8\"\n            },\n            {\n                \"essid\": \"TOYOTA Camry_7ab7cad674d7\"\n            },\n            {\n                \"essid\": \"TOYOTA Camry_7ae0ca4074d7\"\n            },\n            {\n                \"essid\": \"TOYOTA Camry_7F0C8382D453\"\n            },\n            {\n                \"essid\": \"TOYOTA Camry_7fa3caac74d7\"\n            },\n            {\n                \"essid\": \"TOYOTA Camry_82e4ca0974d7\"\n            },\n            {\n                \"essid\": \"TOYOTA Camry_848bcad674d7\"\n            },\n            {\n                \"essid\": \"TOYOTA Camry_8554ca0974d7\"\n            },\n            {\n                \"essid\": \"TOYOTA Camry_88740A2D58D5\"\n            },\n            {\n                \"essid\": \"TOYOTA Camry_89D6B746E8E8\"\n            },\n            {\n                \"essid\": \"TOYOTA Camry_8b94ca2674d7\"\n            },\n            {\n                \"essid\": \"TOYOTA Camry_8C52794FCCC0\"\n            },\n            {\n                \"essid\": \"TOYOTA Camry_8D33C3B01098\"\n            },\n            {\n                \"essid\": \"TOYOTA Camry_8DD979F9CCC0\"\n            },\n            {\n                \"essid\": \"TOYOTA Camry_8E18C6DB2C4C\"\n            },\n            {\n                \"essid\": \"TOYOTA Camry_8f05ca3274d7\"\n            },\n            {\n                \"essid\": \"TOYOTA Camry_92188387D453\"\n            },\n            {\n                \"essid\": \"TOYOTA Camry_93A4A4DDD44D\"\n            },\n            {\n                \"essid\": \"TOYOTA Camry_952dcaaf74d7\"\n            },\n            {\n                \"essid\": \"TOYOTA Camry_9632CAE11848\"\n            },\n            {\n                \"essid\": \"TOYOTA Camry_963fca3c74d7\"\n            },\n            {\n                \"essid\": \"TOYOTA Camry_964CC3751098\"\n            },\n            {\n                \"essid\": \"TOYOTA Camry_9717ca3c74d7\"\n            },\n            {\n                \"essid\": \"TOYOTA Camry_98F760E04491\"\n            },\n            {\n                \"essid\": \"TOYOTA Camry_9baaca0874d7\"\n            },\n            {\n                \"essid\": \"TOYOTA Camry_9cf0ca0874d7\"\n            },\n            {\n                \"essid\": \"TOYOTA Camry_9D94B74FE8E8\"\n            },\n            {\n                \"essid\": \"TOYOTA Camry_9dc7ca0874d7\"\n            },\n            {\n                \"essid\": \"TOYOTA Camry_9EC8C3A71098\"\n            },\n            {\n                \"essid\": \"TOYOTA Camry_9F586BFA009D\"\n            },\n            {\n                \"essid\": \"TOYOTA Camry_9f9dca3974d7\"\n            },\n            {\n                \"essid\": \"TOYOTA Camry_a27aca4774d7\"\n            },\n            {\n                \"essid\": \"TOYOTA Camry_a3f4ca3774d7\"\n            },\n            {\n                \"essid\": \"TOYOTA Camry_A57B83B0D453\"\n            },\n            {\n                \"essid\": \"TOYOTA Camry_a737cab474d7\"\n            },\n            {\n                \"essid\": \"TOYOTA Camry_a7c8ca3a74d7\"\n            },\n            {\n                \"essid\": \"TOYOTA Camry_a7e5cab374d7\"\n            },\n            {\n                \"essid\": \"TOYOTA Camry_AAFCC3301098\"\n            },\n            {\n                \"essid\": \"TOYOTA Camry_ABCAC30F1098\"\n            },\n            {\n                \"essid\": \"TOYOTA Camry_AC707950CCC0\"\n            },\n            {\n                \"essid\": \"TOYOTA Camry_ACDD626548EB\"\n            },\n            {\n                \"essid\": \"TOYOTA Camry_ace7ca0b74d7\"\n            },\n            {\n                \"essid\": \"TOYOTA Camry_AD136B31009D\"\n            },\n            {\n                \"essid\": \"TOYOTA Camry_ad1aca0874d7\"\n            },\n            {\n                \"essid\": \"TOYOTA Camry_AD2CA41AD44D\"\n            },\n            {\n                \"essid\": \"TOYOTA Camry_AE1583A8D453\"\n            },\n            {\n                \"essid\": \"TOYOTA Camry_AE85EF16D040\"\n            },\n            {\n                \"essid\": \"TOYOTA Camry_AEBCB77DE8E8\"\n            },\n            {\n                \"essid\": \"TOYOTA Camry_AF69C38E1098\"\n            },\n            {\n                \"essid\": \"TOYOTA Camry_AF7A6B1D009D\"\n            },\n            {\n                \"essid\": \"TOYOTA Camry_AFA9C38E1098\"\n            },\n            {\n                \"essid\": \"TOYOTA Camry_B2120A7D58D5\"\n            },\n            {\n                \"essid\": \"TOYOTA Camry_B2B2A4F2D44D\"\n            },\n            {\n                \"essid\": \"TOYOTA Camry_b427ca0b74d7\"\n            },\n            {\n                \"essid\": \"TOYOTA Camry_B64C83F2D453\"\n            },\n            {\n                \"essid\": \"TOYOTA Camry_B7F7B76CE8E8\"\n            },\n            {\n                \"essid\": \"TOYOTA Camry_b86fcadc74d7\"\n            },\n            {\n                \"essid\": \"TOYOTA Camry_B9B6CA541848\"\n            },\n            {\n                \"essid\": \"TOYOTA Camry_BAB58386D453\"\n            },\n            {\n                \"essid\": \"TOYOTA Camry_BAD4B765E8E8\"\n            },\n            {\n                \"essid\": \"TOYOTA Camry_bad5cab074d7\"\n            },\n            {\n                \"essid\": \"TOYOTA Camry_BADC79F5CCC0\"\n            },\n            {\n                \"essid\": \"TOYOTA Camry_BC59C6A62C4C\"\n            },\n            {\n                \"essid\": \"TOYOTA Camry_c1e5ca0874d7\"\n            },\n            {\n                \"essid\": \"TOYOTA Camry_c2b7ca0874d7\"\n            },\n            {\n                \"essid\": \"TOYOTA Camry_c3c5ca2774d7\"\n            },\n            {\n                \"essid\": \"TOYOTA Camry_c457ca3e74d7\"\n            },\n            {\n                \"essid\": \"TOYOTA Camry_C4DBC39B1098\"\n            },\n            {\n                \"essid\": \"TOYOTA Camry_c4f9ca3e74d7\"\n            },\n            {\n                \"essid\": \"TOYOTA Camry_C849B790E8E8\"\n            },\n            {\n                \"essid\": \"TOYOTA Camry_c891ca6074d7\"\n            },\n            {\n                \"essid\": \"TOYOTA Camry_C892C6E02C4C\"\n            },\n            {\n                \"essid\": \"TOYOTA Camry_C8CB79FECCC0\"\n            },\n            {\n                \"essid\": \"TOYOTA Camry_CB848394D453\"\n            },\n            {\n                \"essid\": \"TOYOTA Camry_cd61ca2374d7\"\n            },\n            {\n                \"essid\": \"TOYOTA Camry_CEAECA3E1848\"\n            },\n            {\n                \"essid\": \"TOYOTA Camry_CEDFB76AE8E8\"\n            },\n            {\n                \"essid\": \"TOYOTA Camry_d45dca2e74d7\"\n            },\n            {\n                \"essid\": \"TOYOTA Camry_D49D6B16009D\"\n            },\n            {\n                \"essid\": \"TOYOTA Camry_D4F3626348EB\"\n            },\n            {\n                \"essid\": \"TOYOTA Camry_D5A47985CCC0\"\n            },\n            {\n                \"essid\": \"TOYOTA Camry_d5c3ca3e74d7\"\n            },\n            {\n                \"essid\": \"TOYOTA Camry_D610C3BA1098\"\n            },\n            {\n                \"essid\": \"TOYOTA Camry_d7daca4374d7\"\n            },\n            {\n                \"essid\": \"TOYOTA Camry_D9EACA111848\"\n            },\n            {\n                \"essid\": \"TOYOTA Camry_DA6B7991CCC0\"\n            },\n            {\n                \"essid\": \"TOYOTA Camry_dab0ca2674d7\"\n            },\n            {\n                \"essid\": \"TOYOTA Camry_DB93B74AE8E8\"\n            },\n            {\n                \"essid\": \"TOYOTA Camry_dbe3ca0b74d7\"\n            },\n            {\n                \"essid\": \"TOYOTA Camry_DC9EC3901098\"\n            },\n            {\n                \"essid\": \"TOYOTA Camry_dd5aca3674d7\"\n            },\n            {\n                \"essid\": \"TOYOTA Camry_DD790A5358D5\"\n            },\n            {\n                \"essid\": \"TOYOTA Camry_df67caf074d7\"\n            },\n            {\n                \"essid\": \"TOYOTA Camry_E\"\n            },\n            {\n                \"essid\": \"TOYOTA Camry_e01dcaf074d7\"\n            },\n            {\n                \"essid\": \"TOYOTA Camry_e059ca2674d7\"\n            },\n            {\n                \"essid\": \"TOYOTA Camry_e1d7caca74d7\"\n            },\n            {\n                \"essid\": \"TOYOTA Camry_e40eca3674d7\"\n            },\n            {\n                \"essid\": \"TOYOTA Camry_e45fca2674d7\"\n            },\n            {\n                \"essid\": \"TOYOTA Camry_e4efca2674d7\"\n            },\n            {\n                \"essid\": \"TOYOTA Camry_E55360F24491\"\n            },\n            {\n                \"essid\": \"TOYOTA Camry_e5ecca2574d7\"\n            },\n            {\n                \"essid\": \"TOYOTA Camry_E60EC6A62C4C\"\n            },\n            {\n                \"essid\": \"TOYOTA Camry_E764C3821098\"\n            },\n            {\n                \"essid\": \"TOYOTA Camry_e78eca2574d7\"\n            },\n            {\n                \"essid\": \"TOYOTA Camry_e798ca2574d7\"\n            },\n            {\n                \"essid\": \"TOYOTA Camry_e7c0ca2574d7\"\n            },\n            {\n                \"essid\": \"TOYOTA Camry_E9B47991CCC0\"\n            },\n            {\n                \"essid\": \"TOYOTA Camry_ebe1ca3e74d7\"\n            },\n            {\n                \"essid\": \"TOYOTA Camry_EC90B77DE8E8\"\n            },\n            {\n                \"essid\": \"TOYOTA Camry_ed63ca2e74d7\"\n            },\n            {\n                \"essid\": \"TOYOTA Camry_ee75cae074d7\"\n            },\n            {\n                \"essid\": \"TOYOTA Camry_EF55A468D44D\"\n            },\n            {\n                \"essid\": \"TOYOTA Camry_EF6FC3821098\"\n            },\n            {\n                \"essid\": \"TOYOTA Camry_f009ca3e74d7\"\n            },\n            {\n                \"essid\": \"TOYOTA Camry_f083cad674d7\"\n            },\n            {\n                \"essid\": \"TOYOTA Camry_F12414E07074\"\n            },\n            {\n                \"essid\": \"TOYOTA Camry_F20183FFD453\"\n            },\n            {\n                \"essid\": \"TOYOTA Camry_F21A0A3A58D5\"\n            },\n            {\n                \"essid\": \"TOYOTA Camry_F50B8394D453\"\n            },\n            {\n                \"essid\": \"TOYOTA Camry_F645625E48EB\"\n            },\n            {\n                \"essid\": \"TOYOTA Camry_F89283D5D453\"\n            },\n            {\n                \"essid\": \"TOYOTA Camry_f9eeca0b74d7\"\n            },\n            {\n                \"essid\": \"TOYOTA Camry_FC1583F2D453\"\n            },\n            {\n                \"essid\": \"TOYOTA Camry_fd2dca8e74d7\"\n            },\n            {\n                \"essid\": \"TOYOTA Camry_FDF1C3CC1098\"\n            },\n            {\n                \"essid\": \"TOYOTA Camry_FE83C6A42C4C\"\n            },\n            {\n                \"essid\": \"TOYOTA Camry_FE8BB768E8E8\"\n            },\n            {\n                \"essid\": \"TOYOTA Camry_KEVIN\"\n            },\n            {\n                \"essid\": \"TOYOTA Camry_WISAM\"\n            },\n            {\n                \"essid\": \"TOYOTA C-HR_2C93C6A32C4C\"\n            },\n            {\n                \"essid\": \"TOYOTA C-HR_A101C6AD2C4C\"\n            },\n            {\n                \"essid\": \"TOYOTA C-HR_C758C6A42C4C\"\n            },\n            {\n                \"essid\": \"TOYOTA C-HR_D811A484D44D\"\n            },\n            {\n                \"essid\": \"TOYOTA C-HR_E034B74AE8E8\"\n            },\n            {\n                \"essid\": \"TOYOTA C-HR_E8117955CCC0\"\n            },\n            {\n                \"essid\": \"TOYOTA Corolla\"\n            },\n            {\n                \"essid\": \"TOYOTA Corolla_042FB761E8E8\"\n            },\n            {\n                \"essid\": \"TOYOTA Corolla_0697A419D44D\"\n            },\n            {\n                \"essid\": \"TOYOTA Corolla_069FA47DD44D\"\n            },\n            {\n                \"essid\": \"TOYOTA Corolla_074EC39F1098\"\n            },\n            {\n                \"essid\": \"TOYOTA Corolla_0E74A4C5D44D\"\n            },\n            {\n                \"essid\": \"TOYOTA Corolla_18818388D453\"\n            },\n            {\n                \"essid\": \"TOYOTA Corolla_1884A4D9D44D\"\n            },\n            {\n                \"essid\": \"TOYOTA Corolla_191FA405D44D\"\n            },\n            {\n                \"essid\": \"TOYOTA Corolla_19565901C4AC\"\n            },\n            {\n                \"essid\": \"TOYOTA Corolla_1A2FEF83D040\"\n            },\n            {\n                \"essid\": \"TOYOTA Corolla_1B18B783E8E8\"\n            },\n            {\n                \"essid\": \"TOYOTA Corolla_2035C3291098\"\n            },\n            {\n                \"essid\": \"TOYOTA Corolla_24AAA491D44D\"\n            },\n            {\n                \"essid\": \"TOYOTA Corolla_257AB758E8E8\"\n            },\n            {\n                \"essid\": \"TOYOTA Corolla_25B38389D453\"\n            },\n            {\n                \"essid\": \"TOYOTA Corolla_26685913C4AC\"\n            },\n            {\n                \"essid\": \"TOYOTA Corolla_298BA4C7D44D\"\n            },\n            {\n                \"essid\": \"TOYOTA Corolla_2FD2838DD453\"\n            },\n            {\n                \"essid\": \"TOYOTA Corolla_3120C6AA2C4C\"\n            },\n            {\n                \"essid\": \"TOYOTA Corolla_34A583CFD453\"\n            },\n            {\n                \"essid\": \"TOYOTA Corolla_3572A49ED44D\"\n            },\n            {\n                \"essid\": \"TOYOTA Corolla_374AC6ED2C4C\"\n            },\n            {\n                \"essid\": \"TOYOTA Corolla_380314257074\"\n            },\n            {\n                \"essid\": \"TOYOTA Corolla_3C63C6A12C4C\"\n            },\n            {\n                \"essid\": \"TOYOTA Corolla_3D2FB772E8E8\"\n            },\n            {\n                \"essid\": \"TOYOTA Corolla_3E2FA47ED44D\"\n            },\n            {\n                \"essid\": \"TOYOTA Corolla_3F0B838FD453\"\n            },\n            {\n                \"essid\": \"TOYOTA Corolla_3FC2CA2C1848\"\n            },\n            {\n                \"essid\": \"TOYOTA Corolla_40FEA41AD44D\"\n            },\n            {\n                \"essid\": \"TOYOTA Corolla_41038381D453\"\n            },\n            {\n                \"essid\": \"TOYOTA Corolla_42B8145E7074\"\n            },\n            {\n                \"essid\": \"TOYOTA Corolla_4C56C3BE1098\"\n            },\n            {\n                \"essid\": \"TOYOTA Corolla_4EBAC3221098\"\n            },\n            {\n                \"essid\": \"TOYOTA Corolla_4ED9B766E8E8\"\n            },\n            {\n                \"essid\": \"TOYOTA Corolla_4F80A445D44D\"\n            },\n            {\n                \"essid\": \"TOYOTA Corolla_508AC6C02C4C\"\n            },\n            {\n                \"essid\": \"TOYOTA Corolla_5BE114E57074\"\n            },\n            {\n                \"essid\": \"TOYOTA Corolla_5CB0B749E8E8\"\n            },\n            {\n                \"essid\": \"TOYOTA Corolla_5CC30A3058D5\"\n            },\n            {\n                \"essid\": \"TOYOTA Corolla_60416BF6009D\"\n            },\n            {\n                \"essid\": \"TOYOTA Corolla_604214E97074\"\n            },\n            {\n                \"essid\": \"TOYOTA Corolla_6142A41AD44D\"\n            },\n            {\n                \"essid\": \"TOYOTA Corolla_61A614627074\"\n            },\n            {\n                \"essid\": \"TOYOTA Corolla_62A40A3258D5\"\n            },\n            {\n                \"essid\": \"TOYOTA Corolla_63F8B751E8E8\"\n            },\n            {\n                \"essid\": \"TOYOTA Corolla_64EAA454D44D\"\n            },\n            {\n                \"essid\": \"TOYOTA Corolla_65A6A4C1D44D\"\n            },\n            {\n                \"essid\": \"TOYOTA Corolla_6A5FA467D44D\"\n            },\n            {\n                \"essid\": \"TOYOTA Corolla_6D95CA0A1848\"\n            },\n            {\n                \"essid\": \"TOYOTA Corolla_6EFA624B48EB\"\n            },\n            {\n                \"essid\": \"TOYOTA Corolla_70B2A4FCD44D\"\n            },\n            {\n                \"essid\": \"TOYOTA Corolla_725FC3BE1098\"\n            },\n            {\n                \"essid\": \"TOYOTA Corolla_7908B74AE8E8\"\n            },\n            {\n                \"essid\": \"TOYOTA Corolla_7A4AA481D44D\"\n            },\n            {\n                \"essid\": \"TOYOTA Corolla_7AC283E6D453\"\n            },\n            {\n                \"essid\": \"TOYOTA Corolla_7F7FCA4B1848\"\n            },\n            {\n                \"essid\": \"TOYOTA Corolla_85BDC6AA2C4C\"\n            },\n            {\n                \"essid\": \"TOYOTA Corolla_8642C6CE2C4C\"\n            },\n            {\n                \"essid\": \"TOYOTA Corolla_88FCC6CC2C4C\"\n            },\n            {\n                \"essid\": \"TOYOTA Corolla_90A4C3191098\"\n            },\n            {\n                \"essid\": \"TOYOTA Corolla_932DC3C11098\"\n            },\n            {\n                \"essid\": \"TOYOTA Corolla_9450C6DF2C4C\"\n            },\n            {\n                \"essid\": \"TOYOTA Corolla_95C0CA0A1848\"\n            },\n            {\n                \"essid\": \"TOYOTA Corolla_9CAD626548EB\"\n            },\n            {\n                \"essid\": \"TOYOTA Corolla_9CD4621A48EB\"\n            },\n            {\n                \"essid\": \"TOYOTA Corolla_9CDECA441848\"\n            },\n            {\n                \"essid\": \"TOYOTA Corolla_A2BEC3731098\"\n            },\n            {\n                \"essid\": \"TOYOTA Corolla_A4C65912C4AC\"\n            },\n            {\n                \"essid\": \"TOYOTA Corolla_A62E5904C4AC\"\n            },\n            {\n                \"essid\": \"TOYOTA Corolla_A64AA4DCD44D\"\n            },\n            {\n                \"essid\": \"TOYOTA Corolla_A772CA441848\"\n            },\n            {\n                \"essid\": \"TOYOTA Corolla_A7DDCAF21848\"\n            },\n            {\n                \"essid\": \"TOYOTA Corolla_A8FEC3731098\"\n            },\n            {\n                \"essid\": \"TOYOTA Corolla_A94B62A048EB\"\n            },\n            {\n                \"essid\": \"TOYOTA Corolla_AB03625348EB\"\n            },\n            {\n                \"essid\": \"TOYOTA Corolla_AC10C6DF2C4C\"\n            },\n            {\n                \"essid\": \"TOYOTA Corolla_ADB9C6C42C4C\"\n            },\n            {\n                \"essid\": \"TOYOTA Corolla_B1366BF4009D\"\n            },\n            {\n                \"essid\": \"TOYOTA Corolla_B41E626448EB\"\n            },\n            {\n                \"essid\": \"TOYOTA Corolla_B9DB5912C4AC\"\n            },\n            {\n                \"essid\": \"TOYOTA Corolla_BAFFB771E8E8\"\n            },\n            {\n                \"essid\": \"TOYOTA Corolla_C546CA491848\"\n            },\n            {\n                \"essid\": \"TOYOTA Corolla_C6EAEFC3D040\"\n            },\n            {\n                \"essid\": \"TOYOTA Corolla_C7A4C3AE1098\"\n            },\n            {\n                \"essid\": \"TOYOTA Corolla_CACCC3751098\"\n            },\n            {\n                \"essid\": \"TOYOTA Corolla_CF01A41ED44D\"\n            },\n            {\n                \"essid\": \"TOYOTA Corolla_D13D14FE7074\"\n            },\n            {\n                \"essid\": \"TOYOTA Corolla_D2646BE100 \"\n            },\n            {\n                \"essid\": \"TOYOTA Corolla_D2646BE1009D\"\n            },\n            {\n                \"essid\": \"TOYOTA Corolla_D58A0A3758D5\"\n            },\n            {\n                \"essid\": \"TOYOTA Corolla_D87183E8D453\"\n            },\n            {\n                \"essid\": \"TOYOTA Corolla_D8DDA47BD44D\"\n            },\n            {\n                \"essid\": \"TOYOTA Corolla_DB5914637074\"\n            },\n            {\n                \"essid\": \"TOYOTA Corolla_DD74A491D44D\"\n            },\n            {\n                \"essid\": \"TOYOTA Corolla_DE4483F8D453\"\n            },\n            {\n                \"essid\": \"TOYOTA Corolla_DF67C6AA2C4C\"\n            },\n            {\n                \"essid\": \"TOYOTA Corolla_E16D5909C4AC\"\n            },\n            {\n                \"essid\": \"TOYOTA Corolla_E8130A3C58D5\"\n            },\n            {\n                \"essid\": \"TOYOTA Corolla_EA3D8371D453\"\n            },\n            {\n                \"essid\": \"TOYOTA Corolla_EF1283F1D453\"\n            },\n            {\n                \"essid\": \"TOYOTA Corolla_EFA7B755E8E8\"\n            },\n            {\n                \"essid\": \"TOYOTA Corolla_F1DDA44BD44D\"\n            },\n            {\n                \"essid\": \"TOYOTA Corolla_F2DC8371D453\"\n            },\n            {\n                \"essid\": \"TOYOTA Corolla_F604B772E8E8\"\n            },\n            {\n                \"essid\": \"TOYOTA Corolla_F7395912C4AC\"\n            },\n            {\n                \"essid\": \"TOYOTA Corolla_FA05A4D8D44D\"\n            },\n            {\n                \"essid\": \"TOYOTA Corolla_FC13626848EB\"\n            },\n            {\n                \"essid\": \"TOYOTA Corolla_FCFDB754E8E8\"\n            },\n            {\n                \"essid\": \"TOYOTA Corolla_FD41B74EE8E8\"\n            },\n            {\n                \"essid\": \"TOYOTA Corolla_LUDIN\"\n            },\n            {\n                \"essid\": \"TOYOTA Highlander_061dd72d5816\"\n            },\n            {\n                \"essid\": \"TOYOTA Highlander_246cd7ab5816\"\n            },\n            {\n                \"essid\": \"TOYOTA Highlander_63bbd7ac5816\"\n            },\n            {\n                \"essid\": \"TOYOTA Highlander_81a8e4046405\"\n            },\n            {\n                \"essid\": \"TOYOTA HighlanderBUJAW\"\n            },\n            {\n                \"essid\": \"TOYOTA Highlander_db47ca4f74d7\"\n            },\n            {\n                \"essid\": \"Toyota Prius\"\n            },\n            {\n                \"essid\": \"TOYOTA Prius\"\n            },\n            {\n                \"essid\": \"TOYOTA Prius_00E25901C4AC\"\n            },\n            {\n                \"essid\": \"TOYOTA Prius_01AC5903C4AC\"\n            },\n            {\n                \"essid\": \"TOYOTA Prius_01E8C6F02C4C\"\n            },\n            {\n                \"essid\": \"TOYOTA Prius_020F5904C4AC\"\n            },\n            {\n                \"essid\": \"TOYOTA Prius_0286C6A42C4C\"\n            },\n            {\n                \"essid\": \"TOYOTA Prius_044C5901C4AC\"\n            },\n            {\n                \"essid\": \"TOYOTA Prius_08EC5902C4AC\"\n            },\n            {\n                \"essid\": \"TOYOTA Prius_0AA50A3558D5\"\n            },\n            {\n                \"essid\": \"TOYOTA Prius_0E985902C4AC\"\n            },\n            {\n                \"essid\": \"TOYOTA Prius_0EA45913C4AC\"\n            },\n            {\n                \"essid\": \"TOYOTA Prius_1102A452D44D\"\n            },\n            {\n                \"essid\": \"TOYOTA Prius_1C05C6EC2C4C\"\n            },\n            {\n                \"essid\": \"TOYOTA Prius_1DC35905C4AC\"\n            },\n            {\n                \"essid\": \"TOYOTA Prius_2AF05905C4AC\"\n            },\n            {\n                \"essid\": \"TOYOTA Prius_355B0A3D58D5\"\n            },\n            {\n                \"essid\": \"TOYOTA Prius_356B5905C4AC\"\n            },\n            {\n                \"essid\": \"TOYOTA Prius_39135903C4AC\"\n            },\n            {\n                \"essid\": \"TOYOTA Prius_3E235913C4AC\"\n            },\n            {\n                \"essid\": \"TOYOTA Prius_3f73e4576405\"\n            },\n            {\n                \"essid\": \"TOYOTA Prius_41BFEFBCD040\"\n            },\n            {\n                \"essid\": \"TOYOTA Prius_49BC5904C4AC\"\n            },\n            {\n                \"essid\": \"TOYOTA Prius_4DA3A4C7D44D\"\n            },\n            {\n                \"essid\": \"TOYOTA Prius_500CA454D44D\"\n            },\n            {\n                \"essid\": \"TOYOTA Prius_5DD05902C4AC\"\n            },\n            {\n                \"essid\": \"TOYOTA Prius_6093d72b5816\"\n            },\n            {\n                \"essid\": \"TOYOTA Prius_68058c75bc42\"\n            },\n            {\n                \"essid\": \"TOYOTA Prius_78145909C4AC\"\n            },\n            {\n                \"essid\": \"TOYOTA Prius_7A26A41CD44D\"\n            },\n            {\n                \"essid\": \"TOYOTA Prius_7A985913C4AC\"\n            },\n            {\n                \"essid\": \"TOYOTA Prius_7B905903C4AC\"\n            },\n            {\n                \"essid\": \"TOYOTA Prius_7D53A4F7D44D\"\n            },\n            {\n                \"essid\": \"TOYOTA Prius_7F8C628A48EB\"\n            },\n            {\n                \"essid\": \"TOYOTA Prius_80B75903C4AC\"\n            },\n            {\n                \"essid\": \"TOYOTA Prius_87C45902C4AC\"\n            },\n            {\n                \"essid\": \"TOYOTA Prius_8EB7629048EB\"\n            },\n            {\n                \"essid\": \"TOYOTA Prius_8FACCAD21848\"\n            },\n            {\n                \"essid\": \"TOYOTA Prius_91875904C4AC\"\n            },\n            {\n                \"essid\": \"TOYOTA Prius_97315904C4AC\"\n            },\n            {\n                \"essid\": \"TOYOTA Prius_9F645913C4AC\"\n            },\n            {\n                \"essid\": \"TOYOTA Prius_A008625F48EB\"\n            },\n            {\n                \"essid\": \"TOYOTA Prius_A5F9A45BD44D\"\n            },\n            {\n                \"essid\": \"TOYOTA Prius_A8BBA4C7D44D\"\n            },\n            {\n                \"essid\": \"TOYOTA Prius_ab5ed72a5816\"\n            },\n            {\n                \"essid\": \"TOYOTA Prius_AB625901C4AC\"\n            },\n            {\n                \"essid\": \"TOYOTA Prius_AD00A41CD44D\"\n            },\n            {\n                \"essid\": \"TOYOTA Prius_B6295902C4AC\"\n            },\n            {\n                \"essid\": \"TOYOTA Prius_B73CA406D44D\"\n            },\n            {\n                \"essid\": \"TOYOTA Prius_BB285905C4AC\"\n            },\n            {\n                \"essid\": \"TOYOTA Prius_C0525903C4AC\"\n            },\n            {\n                \"essid\": \"TOYOTA Prius_C7A85902C4AC\"\n            },\n            {\n                \"essid\": \"TOYOTA Prius_c89b8cd2bc42\"\n            },\n            {\n                \"essid\": \"TOYOTA Prius_C9A85913C4AC\"\n            },\n            {\n                \"essid\": \"TOYOTA Prius_CE0A5904C4AC\"\n            },\n            {\n                \"essid\": \"TOYOTA Prius_D0D0A404D44D\"\n            },\n            {\n                \"essid\": \"TOYOTA Prius_D1520A3558D5\"\n            },\n            {\n                \"essid\": \"TOYOTA Prius_D5D114C87074\"\n            },\n            {\n                \"essid\": \"TOYOTA Prius_D8195902C4AC\"\n            },\n            {\n                \"essid\": \"TOYOTA Prius-DOES NOT WORK\"\n            },\n            {\n                \"essid\": \"TOYOTA Prius_E465A49BD44D\"\n            },\n            {\n                \"essid\": \"TOYOTA Prius_E540624948EB\"\n            },\n            {\n                \"essid\": \"TOYOTA Prius_E5CE5902C4AC\"\n            },\n            {\n                \"essid\": \"TOYOTA Prius_EC6E5909C4AC\"\n            },\n            {\n                \"essid\": \"TOYOTA Prius_F598A4DDD44D\"\n            },\n            {\n                \"essid\": \"TOYOTA Prius_F83CA452D44D\"\n            },\n            {\n                \"essid\": \"TOYOTA Prius_FA7D5903C4AC\"\n            },\n            {\n                \"essid\": \"TOYOTA Prius_FD6762A248EB\"\n            },\n            {\n                \"essid\": \"TOYOTA RAV4\"\n            },\n            {\n                \"essid\": \"TOYOTA RAV4_01E7C6D92C4C\"\n            },\n            {\n                \"essid\": \"TOYOTA RAV4_050CA451D44D\"\n            },\n            {\n                \"essid\": \"TOYOTA RAV4_068714E57074\"\n            },\n            {\n                \"essid\": \"TOYOTA RAV4_0744d7ac5816\"\n            },\n            {\n                \"essid\": \"TOYOTA RAV4_0a118c7fbc42\"\n            },\n            {\n                \"essid\": \"TOYOTA RAV4_1696B744E8E8\"\n            },\n            {\n                \"essid\": \"TOYOTA RAV4_178A6BDE009D\"\n            },\n            {\n                \"essid\": \"TOYOTA RAV4_17A7C30F1098\"\n            },\n            {\n                \"essid\": \"TOYOTA RAV4_187dd7ac5816\"\n            },\n            {\n                \"essid\": \"TOYOTA RAV4_1A33B749E8E8\"\n            },\n            {\n                \"essid\": \"TOYOTA RAV4_1a5a8c0fbc42\"\n            },\n            {\n                \"essid\": \"TOYOTA RAV4_1E87C6A12C4C\"\n            },\n            {\n                \"essid\": \"TOYOTA RAV4_1ED3A4F9D44D\"\n            },\n            {\n                \"essid\": \"TOYOTA RAV4_1F0179FDCCC0\"\n            },\n            {\n                \"essid\": \"TOYOTA RAV4 2020\"\n            },\n            {\n                \"essid\": \"TOYOTA RAV4_23fb02b5b4ec\"\n            },\n            {\n                \"essid\": \"TOYOTA RAV4_24C4C3A51098\"\n            },\n            {\n                \"essid\": \"TOYOTA RAV4_26ca36b0bc75\"\n            },\n            {\n                \"essid\": \"TOYOTA RAV4_2C59B771E8E8\"\n            },\n            {\n                \"essid\": \"TOYOTA RAV4_3472C3761098\"\n            },\n            {\n                \"essid\": \"TOYOTA RAV4_39096BFB009D\"\n            },\n            {\n                \"essid\": \"TOYOTA RAV4_3CCAA49ED44D\"\n            },\n            {\n                \"essid\": \"TOYOTA RAV4_3E86B754E8E8\"\n            },\n            {\n                \"essid\": \"TOYOTA RAV4_3EE2621348EB\"\n            },\n            {\n                \"essid\": \"TOYOTA RAV4_429B141E7074\"\n            },\n            {\n                \"essid\": \"TOYOTA RAV4_4338CA1F1848\"\n            },\n            {\n                \"essid\": \"TOYOTA RAV4_44a3d7ac5816\"\n            },\n            {\n                \"essid\": \"TOYOTA RAV4_46e98c80bc42\"\n            },\n            {\n                \"essid\": \"TOYOTA RAV4_4bb336b1bc75\"\n            },\n            {\n                \"essid\": \"TOYOTA RAV4_4DC3C6B72C4C\"\n            },\n            {\n                \"essid\": \"TOYOTA RAV4_558BCABB1848\"\n            },\n            {\n                \"essid\": \"TOYOTA RAV4_57DE6B33009D\"\n            },\n            {\n                \"essid\": \"TOYOTA RAV4_5FC70A3358D5\"\n            },\n            {\n                \"essid\": \"TOYOTA RAV4_6163C6AE2C4C\"\n            },\n            {\n                \"essid\": \"TOYOTA RAV4_6421d7ab5816\"\n            },\n            {\n                \"essid\": \"TOYOTA RAV4_64F0A48ED44D\"\n            },\n            {\n                \"essid\": \"TOYOTA RAV4_65b08c75bc42\"\n            },\n            {\n                \"essid\": \"TOYOTA RAV4_67F6629E48EB\"\n            },\n            {\n                \"essid\": \"TOYOTA RAV4_68598c10bc42\"\n            },\n            {\n                \"essid\": \"TOYOTA RAV4_6D80CA241848\"\n            },\n            {\n                \"essid\": \"TOYOTA RAV4_6E2A621C48EB\"\n            },\n            {\n                \"essid\": \"TOYOTA RAV4_7203C6EC2C4C\"\n            },\n            {\n                \"essid\": \"TOYOTA RAV4_753a8c74bc42\"\n            },\n            {\n                \"essid\": \"TOYOTA RAV4_75df02b5b4ec\"\n            },\n            {\n                \"essid\": \"TOYOTA RAV4_7618d72c5816\"\n            },\n            {\n                \"essid\": \"TOYOTA RAV4_762302b5b4ec\"\n            },\n            {\n                \"essid\": \"TOYOTA RAV4_79006BFE009D\"\n            },\n            {\n                \"essid\": \"TOYOTA RAV4_7B236B1D009D\"\n            },\n            {\n                \"essid\": \"TOYOTA RAV4_7B49C6E02C4C\"\n            },\n            {\n                \"essid\": \"TOYOTA RAV4_7B4EA45ED44D\"\n            },\n            {\n                \"essid\": \"TOYOTA RAV4_7BCD83D7D453\"\n            },\n            {\n                \"essid\": \"TOYOTA RAV4_7CADCAE71848\"\n            },\n            {\n                \"essid\": \"TOYOTA RAV4_7E9EB770E8E8\"\n            },\n            {\n                \"essid\": \"TOYOTA RAV4_868DC3881098\"\n            },\n            {\n                \"essid\": \"TOYOTA RAV4_8738C6AE2C4C\"\n            },\n            {\n                \"essid\": \"TOYOTA RAV4_89C7C6D82C4C\"\n            },\n            {\n                \"essid\": \"TOYOTA RAV4_8a5202b5b4ec\"\n            },\n            {\n                \"essid\": \"TOYOTA RAV4_8AD6C69B2C4C\"\n            },\n            {\n                \"essid\": \"TOYOTA RAV4_8C7483DED453\"\n            },\n            {\n                \"essid\": \"TOYOTA RAV4_8CD4C3CD1098\"\n            },\n            {\n                \"essid\": \"TOYOTA RAV4_8DF7EFB5D040\"\n            },\n            {\n                \"essid\": \"TOYOTA RAV4_8E16C3BA1098\"\n            },\n            {\n                \"essid\": \"TOYOTA RAV4_8f56d72a5816\"\n            },\n            {\n                \"essid\": \"TOYOTA RAV4_918DB76EE8E8\"\n            },\n            {\n                \"essid\": \"TOYOTA RAV4_954502b5b4ec\"\n            },\n            {\n                \"essid\": \"TOYOTA RAV4_99B1838DD453\"\n            },\n            {\n                \"essid\": \"TOYOTA RAV4_9d598cd3bc42\"\n            },\n            {\n                \"essid\": \"TOYOTA RAV4_A066A4D8D44D\"\n            },\n            {\n                \"essid\": \"TOYOTA RAV4_A3BCA4E7D44D\"\n            },\n            {\n                \"essid\": \"TOYOTA RAV4_A3E2C3A51098\"\n            },\n            {\n                \"essid\": \"TOYOTA RAV4_A4C6625748EB\"\n            },\n            {\n                \"essid\": \"TOYOTA RAV4_a8258c74bc42\"\n            },\n            {\n                \"essid\": \"TOYOTA RAV4_A9D60A7558D5\"\n            },\n            {\n                \"essid\": \"TOYOTA RAV4_AB03C6DD2C4C\"\n            },\n            {\n                \"essid\": \"TOYOTA RAV4_b01fd7db5816\"\n            },\n            {\n                \"essid\": \"TOYOTA RAV4_B59483B0D453\"\n            },\n            {\n                \"essid\": \"TOYOTA RAV4_B9B1A4FBD44D\"\n            },\n            {\n                \"essid\": \"TOYOTA RAV4_BB0F6BFC009D\"\n            },\n            {\n                \"essid\": \"TOYOTA RAV4_BB86C3111098\"\n            },\n            {\n                \"essid\": \"TOYOTA RAV4_BBCECA041848\"\n            },\n            {\n                \"essid\": \"TOYOTA RAV4_bfaa8c73bc42\"\n            },\n            {\n                \"essid\": \"TOYOTA RAV4_bfbe364bbc75\"\n            },\n            {\n                \"essid\": \"TOYOTA RAV4_C1D714EC7074\"\n            },\n            {\n                \"essid\": \"TOYOTA RAV4_C4EDC3231098\"\n            },\n            {\n                \"essid\": \"TOYOTA RAV4_c5cb3687bc75\"\n            },\n            {\n                \"essid\": \"TOYOTA RAV4_C602CAE81848\"\n            },\n            {\n                \"essid\": \"TOYOTA RAV4_C6A3621348EB\"\n            },\n            {\n                \"essid\": \"TOYOTA RAV4_C78079FECCC0\"\n            },\n            {\n                \"essid\": \"TOYOTA RAV4_CA8C623E48EB\"\n            },\n            {\n                \"essid\": \"TOYOTA RAV4_cb2a3686bc75\"\n            },\n            {\n                \"essid\": \"TOYOTA RAV4_CFE16B33009D\"\n            },\n            {\n                \"essid\": \"TOYOTA RAV4_D3350A3758D5\"\n            },\n            {\n                \"essid\": \"TOYOTA RAV4_DBAEA4D8D44D\"\n            },\n            {\n                \"essid\": \"TOYOTA RAV4_DBF983A8D453\"\n            },\n            {\n                \"essid\": \"TOYOTA RAV4_DD54B775E8E8\"\n            },\n            {\n                \"essid\": \"TOYOTA RAV4_dde0e4036405\"\n            },\n            {\n                \"essid\": \"TOYOTA RAV4_DE6FEF0CD040\"\n            },\n            {\n                \"essid\": \"TOYOTA RAV4_ded2364abc75\"\n            },\n            {\n                \"essid\": \"TOYOTA RAV4_df6e3687bc75\"\n            },\n            {\n                \"essid\": \"TOYOTA RAV4_E118A41BD44D\"\n            },\n            {\n                \"essid\": \"TOYOTA RAV4_e292d7db5816\"\n            },\n            {\n                \"essid\": \"TOYOTA RAV4_E6CD142C7074\"\n            },\n            {\n                \"essid\": \"TOYOTA RAV4_E8576BF1009D\"\n            },\n            {\n                \"essid\": \"TOYOTA RAV4_E9D4A479D44D\"\n            },\n            {\n                \"essid\": \"TOYOTA RAV4_E9F66BF2009D\"\n            },\n            {\n                \"essid\": \"TOYOTA RAV4_EBA0A4ECD44D\"\n            },\n            {\n                \"essid\": \"TOYOTA RAV4_ed058c3abc42\"\n            },\n            {\n                \"essid\": \"TOYOTA RAV4_ed7b3687bc75\"\n            },\n            {\n                \"essid\": \"TOYOTA RAV4_EFE1A454D44D\"\n            },\n            {\n                \"essid\": \"TOYOTA RAV4_F0D97955CCC0\"\n            },\n            {\n                \"essid\": \"TOYOTA RAV4_f15d364abc75\"\n            },\n            {\n                \"essid\": \"TOYOTA RAV4_F32BB754E8E8\"\n            },\n            {\n                \"essid\": \"TOYOTA RAV4_F4DB621348EB\"\n            },\n            {\n                \"essid\": \"TOYOTA RAV4_F78E0AF558D5\"\n            },\n            {\n                \"essid\": \"TOYOTA RAV4_f7bbd7ab5816\"\n            },\n            {\n                \"essid\": \"TOYOTA RAV4_F8A683D8D453\"\n            },\n            {\n                \"essid\": \"TOYOTA RAV4_FDAFA481D44D\"\n            },\n            {\n                \"essid\": \"TOYOTA RAV4_FF13C3A71098\"\n            },\n            {\n                \"essid\": \"TOYOTA RAV4_fff3e4046405\"\n            },\n            {\n                \"essid\": \"TOYOTA RAV4_WILLIAM\"\n            },\n            {\n                \"essid\": \"TOYOTA Sienna_0b588cd2bc42\"\n            },\n            {\n                \"essid\": \"TOYOTA Sienna_1a1936b1bc75\"\n            },\n            {\n                \"essid\": \"TOYOTA Sienna_2cfaca4274d7\"\n            },\n            {\n                \"essid\": \"TOYOTA Sienna_2ec9e4986405\"\n            },\n            {\n                \"essid\": \"TOYOTA Sienna_316eca4274d7\"\n            },\n            {\n                \"essid\": \"TOYOTA Sienna_32333688bc75\"\n            },\n            {\n                \"essid\": \"TOYOTA Sienna_3dd0ca3574d7\"\n            },\n            {\n                \"essid\": \"TOYOTA Sienna_3e77ca6774d7\"\n            },\n            {\n                \"essid\": \"TOYOTA Sienna_4fa98c80bc42\"\n            },\n            {\n                \"essid\": \"TOYOTA Sienna_5dafca5e74d7\"\n            },\n            {\n                \"essid\": \"TOYOTA Sienna_5f2fca5e74d7\"\n            },\n            {\n                \"essid\": \"TOYOTA Sienna_659e7ba648f0\"\n            },\n            {\n                \"essid\": \"TOYOTA Sienna_701aca5774d7\"\n            },\n            {\n                \"essid\": \"TOYOTA Sienna_73caca6a74d7\"\n            },\n            {\n                \"essid\": \"TOYOTA Sienna_7a07ca7574d7\"\n            },\n            {\n                \"essid\": \"TOYOTA Sienna_8f23ca7e74d7\"\n            },\n            {\n                \"essid\": \"TOYOTA Sienna_91e7ca3974d7\"\n            },\n            {\n                \"essid\": \"TOYOTA Sienna_a42eca4174d7\"\n            },\n            {\n                \"essid\": \"TOYOTA Sienna_b333ca9774d7\"\n            },\n            {\n                \"essid\": \"TOYOTA Sienna_bb6dca8e74d7\"\n            },\n            {\n                \"essid\": \"TOYOTA Sienna_cc95caf474d7\"\n            },\n            {\n                \"essid\": \"TOYOTA Sienna_d07b8c7dbc42\"\n            },\n            {\n                \"essid\": \"TOYOTA Sienna_d0adca7e74d7\"\n            },\n            {\n                \"essid\": \"TOYOTA Sienna_db74ca4374d7\"\n            },\n            {\n                \"essid\": \"TOYOTA Sienna_dd4dcaa174d7\"\n            },\n            {\n                \"essid\": \"TOYOTA Sienna_e4c48c39bc42\"\n            },\n            {\n                \"essid\": \"TOYOTA Sienna_ed548cd2bc42\"\n            },\n            {\n                \"essid\": \"TOYOTA Sienna_fba9ec8d7495\"\n            },\n            {\n                \"essid\": \"TOYOTA Tacoma_17A2A479D44D\"\n            },\n            {\n                \"essid\": \"TOYOTA Tacoma_25D283F5D453\"\n            },\n            {\n                \"essid\": \"TOYOTA Tacoma_285BA49CD44D\"\n            },\n            {\n                \"essid\": \"TOYOTA Tacoma_2A61EF9FD040\"\n            },\n            {\n                \"essid\": \"TOYOTA Tacoma_35ACC6A62C4C\"\n            },\n            {\n                \"essid\": \"TOYOTA Tacoma_4280CA431848\"\n            },\n            {\n                \"essid\": \"TOYOTA Tacoma_517BA4F9D44D\"\n            },\n            {\n                \"essid\": \"TOYOTA Tacoma_56FC83F9D453\"\n            },\n            {\n                \"essid\": \"TOYOTA Tacoma_694483DCD453\"\n            },\n            {\n                \"essid\": \"TOYOTA Tacoma_6F1AA491D44D\"\n            },\n            {\n                \"essid\": \"TOYOTA Tacoma_7F3D623948EB\"\n            },\n            {\n                \"essid\": \"TOYOTA Tacoma_84FD83E6D453\"\n            },\n            {\n                \"essid\": \"TOYOTA Tacoma_897B83D8D453\"\n            },\n            {\n                \"essid\": \"TOYOTA Tacoma_9AAC14F97074\"\n            },\n            {\n                \"essid\": \"TOYOTA Tacoma_9E4FCA041848\"\n            },\n            {\n                \"essid\": \"TOYOTA Tacoma_A7A4A4F6D44D\"\n            },\n            {\n                \"essid\": \"TOYOTA Tacoma_ABC2A490D44D\"\n            },\n            {\n                \"essid\": \"TOYOTA Tacoma_BA00A41BD44D\"\n            },\n            {\n                \"essid\": \"TOYOTA Tacoma_BA3814347074\"\n            },\n            {\n                \"essid\": \"TOYOTA Tacoma_CA540A4258D5\"\n            },\n            {\n                \"essid\": \"TOYOTA Tacoma_D8CFA4FBD44D\"\n            },\n            {\n                \"essid\": \"TOYOTA Tacoma_DFD70A6E58D5\"\n            },\n            {\n                \"essid\": \"TOYOTA Tacoma_E5F6144E7074\"\n            },\n            {\n                \"essid\": \"TOYOTA Tacoma_FBFBA404D44D\"\n            },\n            {\n                \"essid\": \"TOYOTA Tacoma_FF555912C4AC\"\n            },\n            {\n                \"essid\": \"TOYOTA Tundra\"\n            },\n            {\n                \"essid\": \"TOYOTA Tundra_01e436b3bc75\"\n            },\n            {\n                \"essid\": \"TOYOTA Tundra_0eb78c80bc42\"\n            },\n            {\n                \"essid\": \"TOYOTA Tundra_31E4628748EB\"\n            },\n            {\n                \"essid\": \"TOYOTA Tundra_340e36b2bc75\"\n            },\n            {\n                \"essid\": \"TOYOTA Tundra_6a31ca4f74d7\"\n            },\n            {\n                \"essid\": \"TOYOTA Tundra_8E2D83D5D453\"\n            },\n            {\n                \"essid\": \"TOYOTA Venza_0abee4576405\"\n            },\n            {\n                \"essid\": \"TOYOTA Venza_5bdbe4036405\"\n            },\n            {\n                \"essid\": \"toystoryland\"\n            },\n            {\n                \"essid\": \"TPBYOD\"\n            },\n            {\n                \"essid\": \"TPG\"\n            },\n            {\n                \"essid\": \"TPGDSPLUS\"\n            },\n            {\n                \"essid\": \"TPG_GAMING_TECHNOLOGIES\"\n            },\n            {\n                \"essid\": \"TP Guest\"\n            },\n            {\n                \"essid\": \"TPGUEST\"\n            },\n            {\n                \"essid\": \"TP-LINK\"\n            },\n            {\n                \"essid\": \"TP-Link_0A80\"\n            },\n            {\n                \"essid\": \"TP-Link_1701\"\n            },\n            {\n                \"essid\": \"TP-Link_171A\"\n            },\n            {\n                \"essid\": \"TP-Link_177C\"\n            },\n            {\n                \"essid\": \"TP-LINK_19D7\"\n            },\n            {\n                \"essid\": \"TP-Link_1AA9\"\n            },\n            {\n                \"essid\": \"TP-LINK_1EB8\"\n            },\n            {\n                \"essid\": \"TP-LINK_1EB8_5G\"\n            },\n            {\n                \"essid\": \"TP-LINK_1EB8_EXT\"\n            },\n            {\n                \"essid\": \"TP_LINK_20\"\n            },\n            {\n                \"essid\": \"TP-Link_2027\"\n            },\n            {\n                \"essid\": \"TP-Link_2074\"\n            },\n            {\n                \"essid\": \"TP-Link_2074_5G\"\n            },\n            {\n                \"essid\": \"TP-Link_2080\"\n            },\n            {\n                \"essid\": \"TP-LINK_225D\"\n            },\n            {\n                \"essid\": \"TP-LINK_230C3C\"\n            },\n            {\n                \"essid\": \"TP-LINK_2458\"\n            },\n            {\n                \"essid\": \"TP-LINK_24B1\"\n            },\n            {\n                \"essid\": \"TP-LINK_2.4GHz_E2945C\"\n            },\n            {\n                \"essid\": \"TP-LINK_2A53\"\n            },\n            {\n                \"essid\": \"TP-Link_2C38\"\n            },\n            {\n                \"essid\": \"TP-LINK_2F7C\"\n            },\n            {\n                \"essid\": \"TP-LINK_5158\"\n            },\n            {\n                \"essid\": \"TP-LINK_579A\"\n            },\n            {\n                \"essid\": \"TP-LINK_5926_5G\"\n            },\n            {\n                \"essid\": \"TP-LINK_5927\"\n            },\n            {\n                \"essid\": \"TP-LINK_5E78\"\n            },\n            {\n                \"essid\": \"TP-LINK_6124\"\n            },\n            {\n                \"essid\": \"TP-Link_61BA\"\n            },\n            {\n                \"essid\": \"TP-LINK_6588\"\n            },\n            {\n                \"essid\": \"TP-Link_6964\"\n            },\n            {\n                \"essid\": \"TP-LINK_6B64\"\n            },\n            {\n                \"essid\": \"TP-LINK_6EB2\"\n            },\n            {\n                \"essid\": \"TP-LINK_7548\"\n            },\n            {\n                \"essid\": \"TP-LINK_7E3685\"\n            },\n            {\n                \"essid\": \"TP-Link_9234\"\n            },\n            {\n                \"essid\": \"TP-LINK_9BBE\"\n            },\n            {\n                \"essid\": \"TP-Link_A6A6\"\n            },\n            {\n                \"essid\": \"TP-Link_AD5C\"\n            },\n            {\n                \"essid\": \"TP-LINK_ARS\"\n            },\n            {\n                \"essid\": \"TP-Link_B5C7\"\n            },\n            {\n                \"essid\": \"TP-LINK_B5FC\"\n            },\n            {\n                \"essid\": \"TP-Link_B727\"\n            },\n            {\n                \"essid\": \"TP-LINK_BACKUP\"\n            },\n            {\n                \"essid\": \"TP-LINK_BE06\"\n            },\n            {\n                \"essid\": \"TP-LINK_BE06_EXT\"\n            },\n            {\n                \"essid\": \"TP-LINK_BECF\"\n            },\n            {\n                \"essid\": \"TP-LINK_BRIDGE\"\n            },\n            {\n                \"essid\": \"TP-Link_C330\"\n            },\n            {\n                \"essid\": \"TP-LINK_D01B\"\n            },\n            {\n                \"essid\": \"TP-Link_D6BF\"\n            },\n            {\n                \"essid\": \"TP-Link_DFE4\"\n            },\n            {\n                \"essid\": \"TP-Link_E1C4\"\n            },\n            {\n                \"essid\": \"TP-LINK_E66F\"\n            },\n            {\n                \"essid\": \"TP-LINK_E77C\"\n            },\n            {\n                \"essid\": \"TP-Link_EA54\"\n            },\n            {\n                \"essid\": \"TP-Link_EF44\"\n            },\n            {\n                \"essid\": \"TP-Link_Extender\"\n            },\n            {\n                \"essid\": \"TP-LINK_Extender_2.4GHz\"\n            },\n            {\n                \"essid\": \"TP-LINK_F37C04 My Network\"\n            },\n            {\n                \"essid\": \"TP-LINK_F93F\"\n            },\n            {\n                \"essid\": \"TP-LINK_FD75\"\n            },\n            {\n                \"essid\": \"TP-LINK_Guest_1EB8\"\n            },\n            {\n                \"essid\": \"TP-LINK_Guest_1EB8_5G\"\n            },\n            {\n                \"essid\": \"TP-LINK_Guest_5A2D\"\n            },\n            {\n                \"essid\": \"TP-LINK_Guest_5E78\"\n            },\n            {\n                \"essid\": \"TP-Link_Guest_DFE4\"\n            },\n            {\n                \"essid\": \"TP-LINK_Outdoor\"\n            },\n            {\n                \"essid\": \"TP-LINK_POCKET_3020_3E9F64\"\n            },\n            {\n                \"essid\": \"TP-LINK_POCKET_3020_8ECF44\"\n            },\n            {\n                \"essid\": \"TP-LINK_POCKET_3020_8EDB26\"\n            },\n            {\n                \"essid\": \"TP-LINK_POCKET_3020_8EDFE0\"\n            },\n            {\n                \"essid\": \"TP-LINK_POCKET_3020_D61E2E\"\n            },\n            {\n                \"essid\": \"TP-LINK_POCKET_3020_D61E90\"\n            },\n            {\n                \"essid\": \"TP-LINK_Smart Plug_9D71\"\n            },\n            {\n                \"essid\": \"TP-LINK_Smart Plug_B570\"\n            },\n            {\n                \"essid\": \"TP-LINK_Smart Plug_C145\"\n            },\n            {\n                \"essid\": \"TP-LINK_Smart Plug_EC53\"\n            },\n            {\n                \"essid\": \"TP-LINK_Smart Plug_FCB9\"\n            },\n            {\n                \"essid\": \"TP-LINK_WA850RE\"\n            },\n            {\n                \"essid\": \"TP-LINK_WA855RE\"\n            },\n            {\n                \"essid\": \"TPM\"\n            },\n            {\n                \"essid\": \"tpmaster03\"\n            },\n            {\n                \"essid\": \"TPN Prod Wireless\"\n            },\n            {\n                \"essid\": \"tpobolt\"\n            },\n            {\n                \"essid\": \"TPP Guests\"\n            },\n            {\n                \"essid\": \"TPPPA\"\n            },\n            {\n                \"essid\": \"Tptrucking\"\n            },\n            {\n                \"essid\": \"tq\"\n            },\n            {\n                \"essid\": \"tr0j@n_h0rs3\"\n            },\n            {\n                \"essid\": \"traceycroom\"\n            },\n            {\n                \"essid\": \"Tracey phone\"\n            },\n            {\n                \"essid\": \"TRACY1007\"\n            },\n            {\n                \"essid\": \"tracylovedai\"\n            },\n            {\n                \"essid\": \"Tracys Spark\"\n            },\n            {\n                \"essid\": \"TracysVolt\"\n            },\n            {\n                \"essid\": \"Trade Chromecast.m\"\n            },\n            {\n                \"essid\": \"trae \"\n            },\n            {\n                \"essid\": \"Traeger-F3D9\"\n            },\n            {\n                \"essid\": \"Trailblazer\"\n            },\n            {\n                \"essid\": \"Trailboss\"\n            },\n            {\n                \"essid\": \"TRAILBOSS\"\n            },\n            {\n                \"essid\": \"Trail boss wifi\"\n            },\n            {\n                \"essid\": \"Training\"\n            },\n            {\n                \"essid\": \"trainmaster\"\n            },\n            {\n                \"essid\": \"trainmaster-guest\"\n            },\n            {\n                \"essid\": \"TRAKHOUSE\"\n            },\n            {\n                \"essid\": \"TRAKHOUSE_Guest\"\n            },\n            {\n                \"essid\": \"Trammell\"\n            },\n            {\n                \"essid\": \"Trance-Plants\"\n            },\n            {\n                \"essid\": \"Tran Clan \"\n            },\n            {\n                \"essid\": \"TransbayAdmin_2.4\"\n            },\n            {\n                \"essid\": \"Transformation Salon\"\n            },\n            {\n                \"essid\": \"TRANSIT-HOTSPOT\"\n            },\n            {\n                \"essid\": \"TransloadingExpress\"\n            },\n            {\n                \"essid\": \"Transportation2017\"\n            },\n            {\n                \"essid\": \"Trap car\"\n            },\n            {\n                \"essid\": \"TRAPHOUSE\"\n            },\n            {\n                \"essid\": \"Trapped in a router, send help!\"\n            },\n            {\n                \"essid\": \"Trapped in a router, send help!!\"\n            },\n            {\n                \"essid\": \"Traveling With Cris\"\n            },\n            {\n                \"essid\": \"Travelodge\"\n            },\n            {\n                \"essid\": \"Travelport\"\n            },\n            {\n                \"essid\": \"TRAVELREC-261625\"\n            },\n            {\n                \"essid\": \"TRAVELREC-261718\"\n            },\n            {\n                \"essid\": \"Traverse\"\n            },\n            {\n                \"essid\": \"Traverse 016\"\n            },\n            {\n                \"essid\": \"Traverse20\"\n            },\n            {\n                \"essid\": \"Traverse62\"\n            },\n            {\n                \"essid\": \"Travis shyt\"\n            },\n            {\n                \"essid\": \"Travphone\"\n            },\n            {\n                \"essid\": \"TraxelHome\"\n            },\n            {\n                \"essid\": \"traxwifi\"\n            },\n            {\n                \"essid\": \"Trax wifi\"\n            },\n            {\n                \"essid\": \"Tray car wifi\"\n            },\n            {\n                \"essid\": \"Trc\"\n            },\n            {\n                \"essid\": \"TRC\"\n            },\n            {\n                \"essid\": \"Trebla\"\n            },\n            {\n                \"essid\": \"TreC s Honda\"\n            },\n            {\n                \"essid\": \"Tree2\"\n            },\n            {\n                \"essid\": \"Tree Farm\"\n            },\n            {\n                \"essid\": \"trees_2GEXT\"\n            },\n            {\n                \"essid\": \"Tremina007\"\n            },\n            {\n                \"essid\": \"TRENDnet731_9JB2\"\n            },\n            {\n                \"essid\": \"TRENDnet732_2.4GHz_403K\"\n            },\n            {\n                \"essid\": \"TRENDnet740_J8WT\"\n            },\n            {\n                \"essid\": \"TRENDnet740_MYSM\"\n            },\n            {\n                \"essid\": \"TRENDnet740_QCV7\"\n            },\n            {\n                \"essid\": \"TRENDnet827_2.4GHz_U7KL\"\n            },\n            {\n                \"essid\": \"TREQr_5_262930\"\n            },\n            {\n                \"essid\": \"TREQr_5_264555\"\n            },\n            {\n                \"essid\": \"TREQr_5_269802\"\n            },\n            {\n                \"essid\": \"TREQr_5_272780\"\n            },\n            {\n                \"essid\": \"TREQr_5_280106\"\n            },\n            {\n                \"essid\": \"TREQr_5_284983\"\n            },\n            {\n                \"essid\": \"TREQr_5_290378\"\n            },\n            {\n                \"essid\": \"TREQr_5_293554\"\n            },\n            {\n                \"essid\": \"TREQr_5_302272\"\n            },\n            {\n                \"essid\": \"TREQr_5_302306\"\n            },\n            {\n                \"essid\": \"TREQr_5_307438\"\n            },\n            {\n                \"essid\": \"TREQr_5_308451\"\n            },\n            {\n                \"essid\": \"TREQr_5_328715\"\n            },\n            {\n                \"essid\": \"TREQr_5_351584\"\n            },\n            {\n                \"essid\": \"TREQr_5_354018\"\n            },\n            {\n                \"essid\": \"TREQr_5_373059\"\n            },\n            {\n                \"essid\": \"TREQr_5_379783\"\n            },\n            {\n                \"essid\": \"TREQr_5_419019\"\n            },\n            {\n                \"essid\": \"TREQr_5_433309\"\n            },\n            {\n                \"essid\": \"TREQr_5_492438\"\n            },\n            {\n                \"essid\": \"TREQr_5_503739\"\n            },\n            {\n                \"essid\": \"TREQr_5_562529\"\n            },\n            {\n                \"essid\": \"TREQr_5_566975\"\n            },\n            {\n                \"essid\": \"trevor05\"\n            },\n            {\n                \"essid\": \"Trevor's iPhone\"\n            },\n            {\n                \"essid\": \"Trevor’s iPhone\"\n            },\n            {\n                \"essid\": \"Trey Truck\"\n            },\n            {\n                \"essid\": \"TributeHD_4239\"\n            },\n            {\n                \"essid\": \"TributeHD_6086\"\n            },\n            {\n                \"essid\": \"TributeHD_6086l\"\n            },\n            {\n                \"essid\": \"Tricias hotspot\"\n            },\n            {\n                \"essid\": \"Tricorder\"\n            },\n            {\n                \"essid\": \"TriFi Mobile\"\n            },\n            {\n                \"essid\": \"Trifling Tahovious\"\n            },\n            {\n                \"essid\": \"TrilogyParkHOA\"\n            },\n            {\n                \"essid\": \"Trilors3\"\n            },\n            {\n                \"essid\": \"Trimble GNSS 0031\"\n            },\n            {\n                \"essid\": \"Trimble GNSS 0206\"\n            },\n            {\n                \"essid\": \"Trimble GNSS 0266\"\n            },\n            {\n                \"essid\": \"Trimble GNSS 0411\"\n            },\n            {\n                \"essid\": \"Trimble GNSS 1476\"\n            },\n            {\n                \"essid\": \"Trimble GNSS 1838\"\n            },\n            {\n                \"essid\": \"Trimble GNSS 2044\"\n            },\n            {\n                \"essid\": \"Trimble GNSS 2704\"\n            },\n            {\n                \"essid\": \"Trimble GNSS 5637\"\n            },\n            {\n                \"essid\": \"Trimble GNSS 5666\"\n            },\n            {\n                \"essid\": \"Trimble GNSS 6608\"\n            },\n            {\n                \"essid\": \"Trimble GNSS 8835\"\n            },\n            {\n                \"essid\": \"Trimble GNSS 8843\"\n            },\n            {\n                \"essid\": \"Trimble GNSS 8869\"\n            },\n            {\n                \"essid\": \"Trimble GNSS 8884\"\n            },\n            {\n                \"essid\": \"Trimble GNSS 8940\"\n            },\n            {\n                \"essid\": \"Trimble GNSS 9038\"\n            },\n            {\n                \"essid\": \"Trimble Service (5513500923)\"\n            },\n            {\n                \"essid\": \"Trimble Service (5645570585)\"\n            },\n            {\n                \"essid\": \"TRIMBLE-SX10-30410600\"\n            },\n            {\n                \"essid\": \"Trinity\"\n            },\n            {\n                \"essid\": \"Trinity-BC\"\n            },\n            {\n                \"essid\": \"Trinity Guest\"\n            },\n            {\n                \"essid\": \"Trinity-LSG\"\n            },\n            {\n                \"essid\": \"trinity wifi\"\n            },\n            {\n                \"essid\": \"Trinity WiFi\"\n            },\n            {\n                \"essid\": \"Trinny18\"\n            },\n            {\n                \"essid\": \"trinti\"\n            },\n            {\n                \"essid\": \"Trip33\"\n            },\n            {\n                \"essid\": \"TripleM-2.4\"\n            },\n            {\n                \"essid\": \"TripleX\"\n            },\n            {\n                \"essid\": \"Trojan_Pony\"\n            },\n            {\n                \"essid\": \"TrojanWorm\"\n            },\n            {\n                \"essid\": \"troll the respawn jeremy\"\n            },\n            {\n                \"essid\": \"Tropical\"\n            },\n            {\n                \"essid\": \"Tropical Nails\"\n            },\n            {\n                \"essid\": \"TropicHAze\"\n            },\n            {\n                \"essid\": \"TroyAndAbedOnTheWifi\"\n            },\n            {\n                \"essid\": \"Troy iPhone\"\n            },\n            {\n                \"essid\": \"TRUCK\"\n            },\n            {\n                \"essid\": \"TRUCK 107\"\n            },\n            {\n                \"essid\": \"Truck1245\"\n            },\n            {\n                \"essid\": \"Truck1253\"\n            },\n            {\n                \"essid\": \"Truck1257\"\n            },\n            {\n                \"essid\": \"Truck1601\"\n            },\n            {\n                \"essid\": \"Truck1605\"\n            },\n            {\n                \"essid\": \"Truck1609\"\n            },\n            {\n                \"essid\": \"Truck1615\"\n            },\n            {\n                \"essid\": \"Truck1618\"\n            },\n            {\n                \"essid\": \"Truck1619\"\n            },\n            {\n                \"essid\": \"Truck1625\"\n            },\n            {\n                \"essid\": \"Truck1629\"\n            },\n            {\n                \"essid\": \"Truck1630\"\n            },\n            {\n                \"essid\": \"Truck1633\"\n            },\n            {\n                \"essid\": \"Truck1637\"\n            },\n            {\n                \"essid\": \"Truck1638\"\n            },\n            {\n                \"essid\": \"Truck1644\"\n            },\n            {\n                \"essid\": \"Truck1645\"\n            },\n            {\n                \"essid\": \"Truck1648\"\n            },\n            {\n                \"essid\": \"Truck1651\"\n            },\n            {\n                \"essid\": \"Truck1660\"\n            },\n            {\n                \"essid\": \"Truck1662\"\n            },\n            {\n                \"essid\": \"Truck1663\"\n            },\n            {\n                \"essid\": \"Truck1670\"\n            },\n            {\n                \"essid\": \"Truck1672\"\n            },\n            {\n                \"essid\": \"Truck1678\"\n            },\n            {\n                \"essid\": \"Truck1686\"\n            },\n            {\n                \"essid\": \"Truck3\"\n            },\n            {\n                \"essid\": \"Truck475\"\n            },\n            {\n                \"essid\": \"Truck476\"\n            },\n            {\n                \"essid\": \"Truck486\"\n            },\n            {\n                \"essid\": \"Truck487\"\n            },\n            {\n                \"essid\": \"Trucknet\"\n            },\n            {\n                \"essid\": \"Truck Net PN\"\n            },\n            {\n                \"essid\": \"trucks11\"\n            },\n            {\n                \"essid\": \"Truck Truck Truck\"\n            },\n            {\n                \"essid\": \"Truck TV\"\n            },\n            {\n                \"essid\": \"TRUCK WIFI\"\n            },\n            {\n                \"essid\": \"Trudy Wifi\"\n            },\n            {\n                \"essid\": \"Truesie-2.4\"\n            },\n            {\n                \"essid\": \"trueworldsf\"\n            },\n            {\n                \"essid\": \"Truffili Hotspot\"\n            },\n            {\n                \"essid\": \"Trump Tower\"\n            },\n            {\n                \"essid\": \"trusted access\"\n            },\n            {\n                \"essid\": \"TRYMEBITCH2.4\"\n            },\n            {\n                \"essid\": \"TryMyLife\"\n            },\n            {\n                \"essid\": \"TryphonZT1\"\n            },\n            {\n                \"essid\": \"Tsang\"\n            },\n            {\n                \"essid\": \"Tsao WiFi\"\n            },\n            {\n                \"essid\": \"TSAP00\"\n            },\n            {\n                \"essid\": \"TSAP01\"\n            },\n            {\n                \"essid\": \"TSAP03\"\n            },\n            {\n                \"essid\": \"TSAP04\"\n            },\n            {\n                \"essid\": \"TSCG_Guest\"\n            },\n            {\n                \"essid\": \"TSCG_Secure\"\n            },\n            {\n                \"essid\": \"Tscrc55\"\n            },\n            {\n                \"essid\": \"Tse14’s iPhone\"\n            },\n            {\n                \"essid\": \"Tsega\"\n            },\n            {\n                \"essid\": \"TSF Shelby\"\n            },\n            {\n                \"essid\": \"TShea Explore\"\n            },\n            {\n                \"essid\": \"TSi-P\"\n            },\n            {\n                \"essid\": \"TSKTEACHER2.4\"\n            },\n            {\n                \"essid\": \"TSMcElroy\"\n            },\n            {\n                \"essid\": \"Ts Sonata WiFi\"\n            },\n            {\n                \"essid\": \"TT\"\n            },\n            {\n                \"essid\": \"TT12356\"\n            },\n            {\n                \"essid\": \"TT13620\"\n            },\n            {\n                \"essid\": \"TT15066\"\n            },\n            {\n                \"essid\": \"TT17215\"\n            },\n            {\n                \"essid\": \"TT20466\"\n            },\n            {\n                \"essid\": \"TT21577\"\n            },\n            {\n                \"essid\": \"TT22009\"\n            },\n            {\n                \"essid\": \"TT32309\"\n            },\n            {\n                \"essid\": \"TT3VLB2X\"\n            },\n            {\n                \"essid\": \"TT41874\"\n            },\n            {\n                \"essid\": \"TT52287\"\n            },\n            {\n                \"essid\": \"TT54257\"\n            },\n            {\n                \"essid\": \"TT59084\"\n            },\n            {\n                \"essid\": \"TT59959\"\n            },\n            {\n                \"essid\": \"TT65398\"\n            },\n            {\n                \"essid\": \"TT68521\"\n            },\n            {\n                \"essid\": \"TT70586\"\n            },\n            {\n                \"essid\": \"TT81725\"\n            },\n            {\n                \"essid\": \"TT94560\"\n            },\n            {\n                \"essid\": \"TT95062\"\n            },\n            {\n                \"essid\": \"TT96514\"\n            },\n            {\n                \"essid\": \"TT99603\"\n            },\n            {\n                \"essid\": \"TTG\"\n            },\n            {\n                \"essid\": \"tthornberry\"\n            },\n            {\n                \"essid\": \"TT Hotspot\"\n            },\n            {\n                \"essid\": \"T-Tippsey joint\"\n            },\n            {\n                \"essid\": \"TTKM4MAG-2.4GX\"\n            },\n            {\n                \"essid\": \"ttmama\"\n            },\n            {\n                \"essid\": \"TTS\"\n            },\n            {\n                \"essid\": \"ttwebb\"\n            },\n            {\n                \"essid\": \"Tuckers iPhone\"\n            },\n            {\n                \"essid\": \"tudda\"\n            },\n            {\n                \"essid\": \"TUDDA\"\n            },\n            {\n                \"essid\": \"*TUGE24171033996 \\\\347\\\\231\\\\276\\\\345\\\\272\\\\246\\\\347\\\\277\\\\273\\\\350\\\\257\\\\221\"\n            },\n            {\n                \"essid\": \"*TUGE24180134698 \\\\347\\\\231\\\\276\\\\345\\\\272\\\\246\\\\347\\\\277\\\\273\\\\350\\\\257\\\\221\"\n            },\n            {\n                \"essid\": \"Tug Vigilant\"\n            },\n            {\n                \"essid\": \"Túlio\"\n            },\n            {\n                \"essid\": \"tulum18\"\n            },\n            {\n                \"essid\": \"Tums\"\n            },\n            {\n                \"essid\": \"TUP\"\n            },\n            {\n                \"essid\": \"Tupac21\"\n            },\n            {\n                \"essid\": \"TurboBirdWiFi\"\n            },\n            {\n                \"essid\": \"TurboVet\"\n            },\n            {\n                \"essid\": \"TurboWorks\"\n            },\n            {\n                \"essid\": \"Turfology\"\n            },\n            {\n                \"essid\": \"Turin\"\n            },\n            {\n                \"essid\": \"Turin-5GHz\"\n            },\n            {\n                \"essid\": \"turk4ever\"\n            },\n            {\n                \"essid\": \"Turner\"\n            },\n            {\n                \"essid\": \"turnernetwork\"\n            },\n            {\n                \"essid\": \"Turners Enclave\"\n            },\n            {\n                \"essid\": \"Turtle\"\n            },\n            {\n                \"essid\": \"Turtledove Today\"\n            },\n            {\n                \"essid\": \"Turtles17\"\n            },\n            {\n                \"essid\": \"TUT-048311-RZHCE\"\n            },\n            {\n                \"essid\": \"tuulun\"\n            },\n            {\n                \"essid\": \"TuyetVp\"\n            },\n            {\n                \"essid\": \"TV\"\n            },\n            {\n                \"essid\": \"TV.b\"\n            },\n            {\n                \"essid\": \"TV.e000\"\n            },\n            {\n                \"essid\": \"TVG850-11001A5C\"\n            },\n            {\n                \"essid\": \"TVHub-150601337\"\n            },\n            {\n                \"essid\": \"TVHub-160401739\"\n            },\n            {\n                \"essid\": \"TVHub-160700671\"\n            },\n            {\n                \"essid\": \"TVHub-170400814\"\n            },\n            {\n                \"essid\": \"TVHub-170401384\"\n            },\n            {\n                \"essid\": \"TVHub-170500227\"\n            },\n            {\n                \"essid\": \"TV room Home.k\"\n            },\n            {\n                \"essid\": \"TV room.k\"\n            },\n            {\n                \"essid\": \"[TV] Samsung TV Setup\"\n            },\n            {\n                \"essid\": \"TW 2.4Ghz\"\n            },\n            {\n                \"essid\": \"TW 2.4Ghz Staff\"\n            },\n            {\n                \"essid\": \"Twadull\"\n            },\n            {\n                \"essid\": \"twatspot\"\n            },\n            {\n                \"essid\": \"TWB LTE\"\n            },\n            {\n                \"essid\": \"TWCWiFi\"\n            },\n            {\n                \"essid\": \"TWCWiFi-Passpoint\"\n            },\n            {\n                \"essid\": \"tw-guest\"\n            },\n            {\n                \"essid\": \"TWGuest\"\n            },\n            {\n                \"essid\": \"Twilight\"\n            },\n            {\n                \"essid\": \"Twins- 2.4\"\n            },\n            {\n                \"essid\": \"TWP Tahoe\"\n            },\n            {\n                \"essid\": \"TWS_GUEST\"\n            },\n            {\n                \"essid\": \"twtraveler\"\n            },\n            {\n                \"essid\": \"Tyler Bolt\"\n            },\n            {\n                \"essid\": \"Tyler Car\"\n            },\n            {\n                \"essid\": \"Tyler Silverado\"\n            },\n            {\n                \"essid\": \"Tylers Silverado\"\n            },\n            {\n                \"essid\": \"Tyler Temple\"\n            },\n            {\n                \"essid\": \"TYPE_S_1080P_BUC_CE\"\n            },\n            {\n                \"essid\": \"TYPE_S_360_Cam_\"\n            },\n            {\n                \"essid\": \"TYPE_S_360_Cam_00\"\n            },\n            {\n                \"essid\": \"TYPE_S_360_Cam_05\"\n            },\n            {\n                \"essid\": \"TYPE_S_360_Cam_08\"\n            },\n            {\n                \"essid\": \"TYPE_S_360_Cam_09B355\"\n            },\n            {\n                \"essid\": \"TYPE_S_360_Cam_09B711\"\n            },\n            {\n                \"essid\": \"TYPE_S_360_Cam_09B7A1\"\n            },\n            {\n                \"essid\": \"TYPE_S_360_Cam_09BAE1\"\n            },\n            {\n                \"essid\": \"TYPE_S_360_Cam_09C5F2\"\n            },\n            {\n                \"essid\": \"TYPE_S_360_Cam_09C9EB\"\n            },\n            {\n                \"essid\": \"TYPE_S_360_Cam_09CCB6\"\n            },\n            {\n                \"essid\": \"TYPE_S_360_Cam_09CFBF\"\n            },\n            {\n                \"essid\": \"TYPE_S_360_Cam_0C\"\n            },\n            {\n                \"essid\": \"TYPE_S_360_Cam_0D\"\n            },\n            {\n                \"essid\": \"TYPE_S_360_Cam_17\"\n            },\n            {\n                \"essid\": \"TYPE_S_360_Cam_1B\"\n            },\n            {\n                \"essid\": \"TYPE_S_360_Cam_1D\"\n            },\n            {\n                \"essid\": \"TYPE_S_360_Cam_1F3ABB\"\n            },\n            {\n                \"essid\": \"TYPE_S_360_Cam_23\"\n            },\n            {\n                \"essid\": \"TYPE_S_360_Cam_25\"\n            },\n            {\n                \"essid\": \"TYPE_S_360_Cam_2F\"\n            },\n            {\n                \"essid\": \"TYPE_S_360_Cam_30\"\n            },\n            {\n                \"essid\": \"TYPE_S_360_Cam_36\"\n            },\n            {\n                \"essid\": \"TYPE_S_360_Cam_3C\"\n            },\n            {\n                \"essid\": \"TYPE_S_360_Cam_3E\"\n            },\n            {\n                \"essid\": \"TYPE_S_360_Cam_43\"\n            },\n            {\n                \"essid\": \"TYPE_S_360_Cam_44\"\n            },\n            {\n                \"essid\": \"TYPE_S_360_Cam_51\"\n            },\n            {\n                \"essid\": \"TYPE_S_360_Cam_52\"\n            },\n            {\n                \"essid\": \"TYPE_S_360_Cam_54\"\n            },\n            {\n                \"essid\": \"TYPE_S_360_Cam_55\"\n            },\n            {\n                \"essid\": \"TYPE_S_360_Cam_58\"\n            },\n            {\n                \"essid\": \"TYPE_S_360_Cam_59\"\n            },\n            {\n                \"essid\": \"TYPE_S_360_Cam_5C\"\n            },\n            {\n                \"essid\": \"TYPE_S_360_Cam_5E\"\n            },\n            {\n                \"essid\": \"TYPE_S_360_Cam_60\"\n            },\n            {\n                \"essid\": \"TYPE_S_360_Cam_6C\"\n            },\n            {\n                \"essid\": \"TYPE_S_360_Cam_6D\"\n            },\n            {\n                \"essid\": \"TYPE_S_360_Cam_6F\"\n            },\n            {\n                \"essid\": \"TYPE_S_360_Cam_70\"\n            },\n            {\n                \"essid\": \"TYPE_S_360_Cam_73\"\n            },\n            {\n                \"essid\": \"TYPE_S_360_Cam_7D\"\n            },\n            {\n                \"essid\": \"TYPE_S_360_Cam_81\"\n            },\n            {\n                \"essid\": \"TYPE_S_360_Cam_83\"\n            },\n            {\n                \"essid\": \"TYPE_S_360_Cam_86\"\n            },\n            {\n                \"essid\": \"TYPE_S_360_Cam_8E\"\n            },\n            {\n                \"essid\": \"TYPE_S_360_Cam_90\"\n            },\n            {\n                \"essid\": \"TYPE_S_360_Cam_95\"\n            },\n            {\n                \"essid\": \"TYPE_S_360_Cam_97\"\n            },\n            {\n                \"essid\": \"TYPE_S_360_Cam_98\"\n            },\n            {\n                \"essid\": \"TYPE_S_360_Cam_99\"\n            },\n            {\n                \"essid\": \"TYPE_S_360_Cam_9A\"\n            },\n            {\n                \"essid\": \"TYPE_S_360_Cam_A0\"\n            },\n            {\n                \"essid\": \"TYPE_S_360_Cam_A1\"\n            },\n            {\n                \"essid\": \"TYPE_S_360_Cam_A2\"\n            },\n            {\n                \"essid\": \"TYPE_S_360_Cam_A4\"\n            },\n            {\n                \"essid\": \"TYPE_S_360_Cam_A5\"\n            },\n            {\n                \"essid\": \"TYPE_S_360_Cam_A6\"\n            },\n            {\n                \"essid\": \"TYPE_S_360_Cam_AA\"\n            },\n            {\n                \"essid\": \"TYPE_S_360_Cam_AD\"\n            },\n            {\n                \"essid\": \"TYPE_S_360_Cam_AF\"\n            },\n            {\n                \"essid\": \"TYPE_S_360_Cam_B0\"\n            },\n            {\n                \"essid\": \"TYPE_S_360_Cam_B7\"\n            },\n            {\n                \"essid\": \"TYPE_S_360_Cam_BB\"\n            },\n            {\n                \"essid\": \"TYPE_S_360_Cam_C1\"\n            },\n            {\n                \"essid\": \"TYPE_S_360_Cam_C6\"\n            },\n            {\n                \"essid\": \"TYPE_S_360_Cam_C8\"\n            },\n            {\n                \"essid\": \"TYPE_S_360_Cam_CB\"\n            },\n            {\n                \"essid\": \"TYPE_S_360_Cam_CBF25F\"\n            },\n            {\n                \"essid\": \"TYPE_S_360_Cam_D2\"\n            },\n            {\n                \"essid\": \"TYPE_S_360_Cam_D5F558\"\n            },\n            {\n                \"essid\": \"TYPE_S_360_Cam_D5F8E4\"\n            },\n            {\n                \"essid\": \"TYPE_S_360_Cam_D5FB34\"\n            },\n            {\n                \"essid\": \"TYPE_S_360_Cam_D5FC83\"\n            },\n            {\n                \"essid\": \"TYPE_S_360_Cam_D5FFCA\"\n            },\n            {\n                \"essid\": \"TYPE_S_360_Cam_D60017\"\n            },\n            {\n                \"essid\": \"TYPE_S_360_Cam_D618B7\"\n            },\n            {\n                \"essid\": \"TYPE_S_360_Cam_D619DC\"\n            },\n            {\n                \"essid\": \"TYPE_S_360_Cam_D619E1\"\n            },\n            {\n                \"essid\": \"TYPE_S_360_Cam_D62409\"\n            },\n            {\n                \"essid\": \"TYPE_S_360_Cam_D628E7\"\n            },\n            {\n                \"essid\": \"TYPE_S_360_Cam_D62C2B\"\n            },\n            {\n                \"essid\": \"TYPE_S_360_Cam_D62DB9\"\n            },\n            {\n                \"essid\": \"TYPE_S_360_Cam_D63AD1\"\n            },\n            {\n                \"essid\": \"TYPE_S_360_Cam_DB\"\n            },\n            {\n                \"essid\": \"TYPE_S_360_Cam_E2\"\n            },\n            {\n                \"essid\": \"TYPE_S_360_Cam_F0\"\n            },\n            {\n                \"essid\": \"TYPE_S_360_Cam_F1\"\n            },\n            {\n                \"essid\": \"TYPE_S_360_Cam_F3\"\n            },\n            {\n                \"essid\": \"TYPE_S_360_Cam_F5\"\n            },\n            {\n                \"essid\": \"TYPE_S_360_Cam_F6\"\n            },\n            {\n                \"essid\": \"TYPESDVR02_112109\"\n            },\n            {\n                \"essid\": \"TYPESDVR02_11E07F\"\n            },\n            {\n                \"essid\": \"TYPESDVR02_11E143\"\n            },\n            {\n                \"essid\": \"TYPESDVR02_11EA40\"\n            },\n            {\n                \"essid\": \"Tyrone 👀👀\"\n            },\n            {\n                \"essid\": \"tyshizzle\"\n            },\n            {\n                \"essid\": \"tys wifi\"\n            },\n            {\n                \"essid\": \"Tz1thrWas tU304AA_1023\"\n            },\n            {\n                \"essid\": \"TZA\"\n            },\n            {\n                \"essid\": \"tzuriel\"\n            },\n            {\n                \"essid\": \"tzuriel guest\"\n            },\n            {\n                \"essid\": \"Tzy Cam\"\n            },\n            {\n                \"essid\": \"U13-070-469\"\n            },\n            {\n                \"essid\": \"U300\"\n            },\n            {\n                \"essid\": \"U304AA_3159\"\n            },\n            {\n                \"essid\": \"U304AA_4659\"\n            },\n            {\n                \"essid\": \"U304AA_8103\"\n            },\n            {\n                \"essid\": \"U307AS\"\n            },\n            {\n                \"essid\": \"U452TL_4680\"\n            },\n            {\n                \"essid\": \"u4gS9P0WC9jx5l8j7p0rZa79FO6CQIRf\"\n            },\n            {\n                \"essid\": \"U673C\"\n            },\n            {\n                \"essid\": \"U693CL\"\n            },\n            {\n                \"essid\": \"UA1K's iphone 6S+\"\n            },\n            {\n                \"essid\": \"UA1K's iPhone 7+ 9438888\"\n            },\n            {\n                \"essid\": \"UA1K's Samsung Galaxy S8+ \"\n            },\n            {\n                \"essid\": \"Uasiiiii\"\n            },\n            {\n                \"essid\": \"UAWGZONE5\"\n            },\n            {\n                \"essid\": \"uber \"\n            },\n            {\n                \"essid\": \"Uber\"\n            },\n            {\n                \"essid\": \"uber7\"\n            },\n            {\n                \"essid\": \"Uber Beast\"\n            },\n            {\n                \"essid\": \"UberGuest\"\n            },\n            {\n                \"essid\": \"UberImpalaHotspot\"\n            },\n            {\n                \"essid\": \"UBER Rider\"\n            },\n            {\n                \"essid\": \"UberWifi\"\n            },\n            {\n                \"essid\": \"Uber-WiFiTether-AP\"\n            },\n            {\n                \"essid\": \"ubnt\"\n            },\n            {\n                \"essid\": \"ubnt5\"\n            },\n            {\n                \"essid\": \"ubntairview\"\n            },\n            {\n                \"essid\": \"ubnt-Bridge\"\n            },\n            {\n                \"essid\": \"ubnt-midway\"\n            },\n            {\n                \"essid\": \"UBOD\"\n            },\n            {\n                \"essid\": \"uconnectadpt\"\n            },\n            {\n                \"essid\": \"UCS\"\n            },\n            {\n                \"essid\": \"UCTBUS13\"\n            },\n            {\n                \"essid\": \"udirc-WiFi-70E0EE\"\n            },\n            {\n                \"essid\": \"uDWB7ecrSpnBhsQ\"\n            },\n            {\n                \"essid\": \"UFC\"\n            },\n            {\n                \"essid\": \"UFCWLegal\"\n            },\n            {\n                \"essid\": \"UFCWLegal-Guest\"\n            },\n            {\n                \"essid\": \"UFI-29EEFA\"\n            },\n            {\n                \"essid\": \"UFI-29F1A0\"\n            },\n            {\n                \"essid\": \"UGA_5G\"\n            },\n            {\n                \"essid\": \"uga_ggc\"\n            },\n            {\n                \"essid\": \"uga_ggc_2GEXT\"\n            },\n            {\n                \"essid\": \"ugbc45\"\n            },\n            {\n                \"essid\": \"UGK4LIFE\"\n            },\n            {\n                \"essid\": \"UHC\"\n            },\n            {\n                \"essid\": \".ui\"\n            },\n            {\n                \"essid\": \"ukelkar\"\n            },\n            {\n                \"essid\": \"ultabeauty\"\n            },\n            {\n                \"essid\": \"ultetett zsiga\"\n            },\n            {\n                \"essid\": \"ultiguest\"\n            },\n            {\n                \"essid\": \"Ultralogie\"\n            },\n            {\n                \"essid\": \"umacha\"\n            },\n            {\n                \"essid\": \"Umaira’s iPhone\"\n            },\n            {\n                \"essid\": \"Umbrella Corp.\"\n            },\n            {\n                \"essid\": \"Umi Wifi\"\n            },\n            {\n                \"essid\": \"UMMMMM\"\n            },\n            {\n                \"essid\": \"umx1\"\n            },\n            {\n                \"essid\": \"UNCheels\"\n            },\n            {\n                \"essid\": \"Unclaimed Furn Wifi\"\n            },\n            {\n                \"essid\": \"Uncleprikki\"\n            },\n            {\n                \"essid\": \"UndercoverVan91637\"\n            },\n            {\n                \"essid\": \"undisclosed_location\"\n            },\n            {\n                \"essid\": \"Un|fenced\"\n            },\n            {\n                \"essid\": \"Unger Buick\"\n            },\n            {\n                \"essid\": \"unicornhappyfun\"\n            },\n            {\n                \"essid\": \"UnicornmaJiK\"\n            },\n            {\n                \"essid\": \"unicorn princess\"\n            },\n            {\n                \"essid\": \"UniqueCuts-Atl\"\n            },\n            {\n                \"essid\": \"Unique Cuts ATL\"\n            },\n            {\n                \"essid\": \"UniqueCutsATL-Guest\"\n            },\n            {\n                \"essid\": \"UniqueCuts-Guest\"\n            },\n            {\n                \"essid\": \"Unique’s iPhone\"\n            },\n            {\n                \"essid\": \"Unit 118\"\n            },\n            {\n                \"essid\": \"UNITE-0430\"\n            },\n            {\n                \"essid\": \"UNITE #17\"\n            },\n            {\n                \"essid\": \"UNITE-2FDB\"\n            },\n            {\n                \"essid\": \"UNITE-3661\"\n            },\n            {\n                \"essid\": \"UNITE-3661-GUEST\"\n            },\n            {\n                \"essid\": \"UNITE-5437\"\n            },\n            {\n                \"essid\": \"UNITE-7E16\"\n            },\n            {\n                \"essid\": \"UNITE-A5F\"\n            },\n            {\n                \"essid\": \"UNITED1888-2.4\"\n            },\n            {\n                \"essid\": \"UNITED1888-5\"\n            },\n            {\n                \"essid\": \"UNITE-D5B6-GUEST\"\n            },\n            {\n                \"essid\": \"UnitedFamilyAfterSchool\"\n            },\n            {\n                \"essid\": \"UnitedFamilyTKD\"\n            },\n            {\n                \"essid\": \"United States of Rohlof\"\n            },\n            {\n                \"essid\": \"United States of Rohloff\"\n            },\n            {\n                \"essid\": \"United Transportation\"\n            },\n            {\n                \"essid\": \"Universal\"\n            },\n            {\n                \"essid\": \"University House Midtown\"\n            },\n            {\n                \"essid\": \"Unmutilated\"\n            },\n            {\n                \"essid\": \"UNVRGW\"\n            },\n            {\n                \"essid\": \"UofColorado\"\n            },\n            {\n                \"essid\": \"UPS2981\"\n            },\n            {\n                \"essid\": \"UPS Mobile\"\n            },\n            {\n                \"essid\": \"upstairs\"\n            },\n            {\n                \"essid\": \"Upstairs\"\n            },\n            {\n                \"essid\": \"UpStairs\"\n            },\n            {\n                \"essid\": \"UpstairsDairs\"\n            },\n            {\n                \"essid\": \"upstairs-guest\"\n            },\n            {\n                \"essid\": \"Uptown Square WiFi\"\n            },\n            {\n                \"essid\": \"Urban\"\n            },\n            {\n                \"essid\": \"UrbanLegendBlakboy/TidalSpotify\"\n            },\n            {\n                \"essid\": \"Urbs11pro\"\n            },\n            {\n                \"essid\": \"URC Control\"\n            },\n            {\n                \"essid\": \"UR-Employee\"\n            },\n            {\n                \"essid\": \"Uri TV.v\"\n            },\n            {\n                \"essid\": \"urja11\"\n            },\n            {\n                \"essid\": \"URK\"\n            },\n            {\n                \"essid\": \"Uroaming_001140\"\n            },\n            {\n                \"essid\": \"Uroaming_009370\"\n            },\n            {\n                \"essid\": \"Uroaming_032343\"\n            },\n            {\n                \"essid\": \"Uroaming_034475\"\n            },\n            {\n                \"essid\": \"Uroaming_039256\"\n            },\n            {\n                \"essid\": \"Uroaming_039320\"\n            },\n            {\n                \"essid\": \"Uroaming_042264\"\n            },\n            {\n                \"essid\": \"URUCOL\"\n            },\n            {\n                \"essid\": \"USA\"\n            },\n            {\n                \"essid\": \"usac&ctransport\"\n            },\n            {\n                \"essid\": \"USAFHP\"\n            },\n            {\n                \"essid\": \"usainb\"\n            },\n            {\n                \"essid\": \"usainbolt\"\n            },\n            {\n                \"essid\": \"Usain Bolt\"\n            },\n            {\n                \"essid\": \"USAUTOSALES-GUEST\"\n            },\n            {\n                \"essid\": \"USAutoShop1\"\n            },\n            {\n                \"essid\": \"USC\"\n            },\n            {\n                \"essid\": \"USCSS Nostromo\"\n            },\n            {\n                \"essid\": \"USC Wireless\"\n            },\n            {\n                \"essid\": \"USER-PC_Network\"\n            },\n            {\n                \"essid\": \"user’s iPhone\"\n            },\n            {\n                \"essid\": \"USGS RiverCam\"\n            },\n            {\n                \"essid\": \"usmc\"\n            },\n            {\n                \"essid\": \"USMC Network\"\n            },\n            {\n                \"essid\": \"UsRemote\"\n            },\n            {\n                \"essid\": \"US_SEA_DEA_G646J899\"\n            },\n            {\n                \"essid\": \"USS Enterprise\"\n            },\n            {\n                \"essid\": \"USS Voyager\"\n            },\n            {\n                \"essid\": \"US Venture\"\n            },\n            {\n                \"essid\": \"UTCWLAN2\"\n            },\n            {\n                \"essid\": \"UUCA Guest\"\n            },\n            {\n                \"essid\": \"UUCA Office\"\n            },\n            {\n                \"essid\": \"UU-Chamblee\"\n            },\n            {\n                \"essid\": \"UU Cruze\"\n            },\n            {\n                \"essid\": \"Uvertz-Device\"\n            },\n            {\n                \"essid\": \"U-Wireless\"\n            },\n            {\n                \"essid\": \"uwuKsxaB_2_4GHz\"\n            },\n            {\n                \"essid\": \"uwuKsxaB_5GHz\"\n            },\n            {\n                \"essid\": \"V20_2104\"\n            },\n            {\n                \"essid\": \"V20_4173\"\n            },\n            {\n                \"essid\": \"V20_5912\"\n            },\n            {\n                \"essid\": \"V20 7841\"\n            },\n            {\n                \"essid\": \"V20_d5c3\"\n            },\n            {\n                \"essid\": \"V30+_1982\"\n            },\n            {\n                \"essid\": \"V30 4312\"\n            },\n            {\n                \"essid\": \"V30 8072\"\n            },\n            {\n                \"essid\": \"V30_dfd8\"\n            },\n            {\n                \"essid\": \"V35 ThinQ_06e0\"\n            },\n            {\n                \"essid\": \"V40 \"\n            },\n            {\n                \"essid\": \"V40 ThinQ_4373\"\n            },\n            {\n                \"essid\": \"V40 ThinQ_7577\"\n            },\n            {\n                \"essid\": \"V50 ThinQ_4965\"\n            },\n            {\n                \"essid\": \"VA30554\"\n            },\n            {\n                \"essid\": \"VaaH-102342\"\n            },\n            {\n                \"essid\": \"VaaH-102351\"\n            },\n            {\n                \"essid\": \"VaaH-105211\"\n            },\n            {\n                \"essid\": \"VaaH-105221\"\n            },\n            {\n                \"essid\": \"VaaH-105285\"\n            },\n            {\n                \"essid\": \"VaaH-105289\"\n            },\n            {\n                \"essid\": \"VaaH-105293\"\n            },\n            {\n                \"essid\": \"VaaH-105299\"\n            },\n            {\n                \"essid\": \"VaaH-108134\"\n            },\n            {\n                \"essid\": \"VaaH-108137\"\n            },\n            {\n                \"essid\": \"VaaH-130996\"\n            },\n            {\n                \"essid\": \"VaaH-130999\"\n            },\n            {\n                \"essid\": \"VaaH-132716\"\n            },\n            {\n                \"essid\": \"VaaH-133423\"\n            },\n            {\n                \"essid\": \"VaaH-133431\"\n            },\n            {\n                \"essid\": \"VaaH-133436\"\n            },\n            {\n                \"essid\": \"VaaH-133438\"\n            },\n            {\n                \"essid\": \"VaaH-133866\"\n            },\n            {\n                \"essid\": \"VaaH-133870\"\n            },\n            {\n                \"essid\": \"VaaH-133877\"\n            },\n            {\n                \"essid\": \"VaaH-133898\"\n            },\n            {\n                \"essid\": \"VaaH-133909\"\n            },\n            {\n                \"essid\": \"VaaH-134287\"\n            },\n            {\n                \"essid\": \"VaaH-134355\"\n            },\n            {\n                \"essid\": \"VaaH-134871\"\n            },\n            {\n                \"essid\": \"VaaH-135266\"\n            },\n            {\n                \"essid\": \"VaaH-135283\"\n            },\n            {\n                \"essid\": \"VaaH-135287\"\n            },\n            {\n                \"essid\": \"VaaH-135294\"\n            },\n            {\n                \"essid\": \"VaaH-135993\"\n            },\n            {\n                \"essid\": \"VaaH-135996\"\n            },\n            {\n                \"essid\": \"VaaH-136041\"\n            },\n            {\n                \"essid\": \"VaaH-136043\"\n            },\n            {\n                \"essid\": \"VaaH-137108\"\n            },\n            {\n                \"essid\": \"VaaH-137824\"\n            },\n            {\n                \"essid\": \"VaaH-137825\"\n            },\n            {\n                \"essid\": \"VaaH-137826\"\n            },\n            {\n                \"essid\": \"VaaH-137829\"\n            },\n            {\n                \"essid\": \"VaaH-141474\"\n            },\n            {\n                \"essid\": \"VaaH-141479\"\n            },\n            {\n                \"essid\": \"VaaH-141487\"\n            },\n            {\n                \"essid\": \"VaaH-301048\"\n            },\n            {\n                \"essid\": \"VaaH-301420\"\n            },\n            {\n                \"essid\": \"VaaH-301501\"\n            },\n            {\n                \"essid\": \"valdezwifi\"\n            },\n            {\n                \"essid\": \"Valencia\"\n            },\n            {\n                \"essid\": \"Valencia \"\n            },\n            {\n                \"essid\": \"Valentas Wifi\"\n            },\n            {\n                \"essid\": \"Valentin\"\n            },\n            {\n                \"essid\": \"Valentin Wifi\"\n            },\n            {\n                \"essid\": \"Valerie\"\n            },\n            {\n                \"essid\": \"valet\"\n            },\n            {\n                \"essid\": \"Vali’s iPhone\"\n            },\n            {\n                \"essid\": \"Vali’s Unfuckwithable iPhone\"\n            },\n            {\n                \"essid\": \"Valkir\"\n            },\n            {\n                \"essid\": \"Valkyrie 2016\"\n            },\n            {\n                \"essid\": \"Vallejo\"\n            },\n            {\n                \"essid\": \"Vallewifi\"\n            },\n            {\n                \"essid\": \"valleyview\"\n            },\n            {\n                \"essid\": \"Vallier2\"\n            },\n            {\n                \"essid\": \"VallierGuest\"\n            },\n            {\n                \"essid\": \"valstruck\"\n            },\n            {\n                \"essid\": \"Val's work\"\n            },\n            {\n                \"essid\": \"VAM_98BC\"\n            },\n            {\n                \"essid\": \"Vamire de Souza’s iPhone\"\n            },\n            {\n                \"essid\": \"Van\\\\342\\\\200\\\\231s iPhone\"\n            },\n            {\n                \"essid\": \"vancehouse_2\"\n            },\n            {\n                \"essid\": \"vandra-491-hotspot\"\n            },\n            {\n                \"essid\": \"vanessa\"\n            },\n            {\n                \"essid\": \"Vanessa\"\n            },\n            {\n                \"essid\": \"VanessaB\"\n            },\n            {\n                \"essid\": \"Vanessas Bolt\"\n            },\n            {\n                \"essid\": \"Vanessas Camaro\"\n            },\n            {\n                \"essid\": \"vanessascar\"\n            },\n            {\n                \"essid\": \"Vanessa’s iPhone\"\n            },\n            {\n                \"essid\": \"Vanessas truck\"\n            },\n            {\n                \"essid\": \"vanessawifi\"\n            },\n            {\n                \"essid\": \"VanHook Volvo\"\n            },\n            {\n                \"essid\": \"#Vanlife\"\n            },\n            {\n                \"essid\": \"VanLife\"\n            },\n            {\n                \"essid\": \"Vansky\"\n            },\n            {\n                \"essid\": \"vansluyters\"\n            },\n            {\n                \"essid\": \"Vanterpool 2.4 GHz\"\n            },\n            {\n                \"essid\": \"vanycolorado\"\n            },\n            {\n                \"essid\": \"VapeWares Public WIFI\"\n            },\n            {\n                \"essid\": \"Varadero\"\n            },\n            {\n                \"essid\": \"Vardan\\\\342\\\\200\\\\231s iPhone\"\n            },\n            {\n                \"essid\": \"varela\"\n            },\n            {\n                \"essid\": \"vargas wifi\"\n            },\n            {\n                \"essid\": \"VARO_VIBE_7938\"\n            },\n            {\n                \"essid\": \"VasquezSliverado\"\n            },\n            {\n                \"essid\": \"Vatican\"\n            },\n            {\n                \"essid\": \"Vatican \"\n            },\n            {\n                \"essid\": \"Vaughn\"\n            },\n            {\n                \"essid\": \"VAVA\"\n            },\n            {\n                \"essid\": \"VAVA_08ea404d6b62\"\n            },\n            {\n                \"essid\": \"VAVA_08ea404da735\"\n            },\n            {\n                \"essid\": \"VAVA_102c6b0c5f98\"\n            },\n            {\n                \"essid\": \"VAVA_102c6b0c6b02\"\n            },\n            {\n                \"essid\": \"VAVA_102c6b0c85ee\"\n            },\n            {\n                \"essid\": \"VAVA_102c6b0c8696\"\n            },\n            {\n                \"essid\": \"VAVA_102c6b0c8c0c\"\n            },\n            {\n                \"essid\": \"VAVA_102c6b0c8c5e\"\n            },\n            {\n                \"essid\": \"VAVA_102c6b0c9ff2\"\n            },\n            {\n                \"essid\": \"VAVA_102c6b0caf2c\"\n            },\n            {\n                \"essid\": \"VAVA_102c6b0cb11c\"\n            },\n            {\n                \"essid\": \"VAVA_102c6b0cb16c\"\n            },\n            {\n                \"essid\": \"VAVA_102c6b0cf8ca\"\n            },\n            {\n                \"essid\": \"VAVA_10d07a538790\"\n            },\n            {\n                \"essid\": \"VAVA_10d07a53c04a\"\n            },\n            {\n                \"essid\": \"VAVA_10d07a53db0a\"\n            },\n            {\n                \"essid\": \"VAVA_10d07a53e194\"\n            },\n            {\n                \"essid\": \"VAVA_10d07a541b8e\"\n            },\n            {\n                \"essid\": \"VAVA_10d07a5421aa\"\n            },\n            {\n                \"essid\": \"VAVA_10d07a542b7e\"\n            },\n            {\n                \"essid\": \"VAVA_10d07a5441a0\"\n            },\n            {\n                \"essid\": \"VAVA_10d07a54c9c0\"\n            },\n            {\n                \"essid\": \"VAVA_10d07a550bea\"\n            },\n            {\n                \"essid\": \"VAVA_10d07a550de6\"\n            },\n            {\n                \"essid\": \"VAVA_10d07a551890\"\n            },\n            {\n                \"essid\": \"VAVA_10d07a551e5e\"\n            },\n            {\n                \"essid\": \"VAVA_10d07a55b7e6\"\n            },\n            {\n                \"essid\": \"VAVA_10d07a55f9b4\"\n            },\n            {\n                \"essid\": \"VAVA_10d07a56288a\"\n            },\n            {\n                \"essid\": \"VAVA_10d07a569238\"\n            },\n            {\n                \"essid\": \"VAVA_28ede07abbcb\"\n            },\n            {\n                \"essid\": \"VAVA_28ede07ac141\"\n            },\n            {\n                \"essid\": \"VAVA_28ede07af0f7\"\n            },\n            {\n                \"essid\": \"VAVA_28ede0948711\"\n            },\n            {\n                \"essid\": \"VAVA_28ede094ea55\"\n            },\n            {\n                \"essid\": \"VAVA_28ede094f4cf\"\n            },\n            {\n                \"essid\": \"VAVA_28ede0a58a8d\"\n            },\n            {\n                \"essid\": \"VAVA_28ede0a64da9\"\n            },\n            {\n                \"essid\": \"VAVA_28ede0c25a83\"\n            },\n            {\n                \"essid\": \"VAVA_28ede0c25fd9\"\n            },\n            {\n                \"essid\": \"VAVA_28ede0c260b9\"\n            },\n            {\n                \"essid\": \"VAVA_28ede0c2681f\"\n            },\n            {\n                \"essid\": \"VAVA_28ede0c26bc5\"\n            },\n            {\n                \"essid\": \"VAVA_28ede0c2729b\"\n            },\n            {\n                \"essid\": \"VAVA_28ede0c27b2d\"\n            },\n            {\n                \"essid\": \"VAVA_3c7aaa70b767\"\n            },\n            {\n                \"essid\": \"VAVA_3c7aaa70b877\"\n            },\n            {\n                \"essid\": \"VAVA_3c7aaa70bb3f\"\n            },\n            {\n                \"essid\": \"VAVA_3c7aaa70bd17\"\n            },\n            {\n                \"essid\": \"VAVA_3c7aaa70bdec\"\n            },\n            {\n                \"essid\": \"VAVA_3c7aaa9bd5d1\"\n            },\n            {\n                \"essid\": \"VAVA_3c7aaa9bdcc1\"\n            },\n            {\n                \"essid\": \"VAVA_40aa562992ee\"\n            },\n            {\n                \"essid\": \"VAVA_40aa56299456\"\n            },\n            {\n                \"essid\": \"VAVA_40aa56518abe\"\n            },\n            {\n                \"essid\": \"VAVA_40aa5666e793\"\n            },\n            {\n                \"essid\": \"VAVA_40aa5666e924\"\n            },\n            {\n                \"essid\": \"VAVA_40aa5666ea69\"\n            },\n            {\n                \"essid\": \"VAVA_40aa56a10e0b\"\n            },\n            {\n                \"essid\": \"VAVA_40aa56a10ec7\"\n            },\n            {\n                \"essid\": \"VAVA_40aa56a114d2\"\n            },\n            {\n                \"essid\": \"VAVA_40aa56a11a25\"\n            },\n            {\n                \"essid\": \"VAVA_40aa56a11bca\"\n            },\n            {\n                \"essid\": \"VAVA_40aa56abb761\"\n            },\n            {\n                \"essid\": \"VAVA_48d890109ec6\"\n            },\n            {\n                \"essid\": \"VAVA_48d8901974f9\"\n            },\n            {\n                \"essid\": \"VAVA_48d890247be8\"\n            },\n            {\n                \"essid\": \"VAVA_6c21a2b2b39a\"\n            },\n            {\n                \"essid\": \"VAVA_6c21a2b2b3c0\"\n            },\n            {\n                \"essid\": \"VAVA_6c21a2b2c268\"\n            },\n            {\n                \"essid\": \"VAVA_6c21a2b2c490\"\n            },\n            {\n                \"essid\": \"VAVA_6c21a2b2cde8\"\n            },\n            {\n                \"essid\": \"VAVA_6c21a2be7c52\"\n            },\n            {\n                \"essid\": \"VAVA_6c21a2be7dee\"\n            },\n            {\n                \"essid\": \"VAVA_6c21a2be7ec8\"\n            },\n            {\n                \"essid\": \"VAVA_6c21a2be8080\"\n            },\n            {\n                \"essid\": \"VAVA_6c21a2be8180\"\n            },\n            {\n                \"essid\": \"VAVA_6c21a2be87a0\"\n            },\n            {\n                \"essid\": \"VAVA_6c21a2be8b8e\"\n            },\n            {\n                \"essid\": \"VAVA_6c21a2be9a78\"\n            },\n            {\n                \"essid\": \"VAVA_6c21a2be9c62\"\n            },\n            {\n                \"essid\": \"VAVA_6c21a2dbafea\"\n            },\n            {\n                \"essid\": \"VAVA_6c21a2dbca20\"\n            },\n            {\n                \"essid\": \"VAVA_6c21a2dbd580\"\n            },\n            {\n                \"essid\": \"VAVA_6c21a2dbd624\"\n            },\n            {\n                \"essid\": \"VAVA_6c21a2dbd826\"\n            },\n            {\n                \"essid\": \"VAVA_6c21a2dbde30\"\n            },\n            {\n                \"essid\": \"VAVA_6c21a2dbe1a6\"\n            },\n            {\n                \"essid\": \"VAVA_6c21a2dbe836\"\n            },\n            {\n                \"essid\": \"VAVA_6c21a2dbf136\"\n            },\n            {\n                \"essid\": \"VAVA_6c21a2dc0004\"\n            },\n            {\n                \"essid\": \"VAVA_6c21a2ed9d53\"\n            },\n            {\n                \"essid\": \"VAVA_6c21a2ed9d87\"\n            },\n            {\n                \"essid\": \"VAVA_6c21a2ed9ef1\"\n            },\n            {\n                \"essid\": \"VAVA_6c21a2eda303\"\n            },\n            {\n                \"essid\": \"VAVA_6c21a2edb465\"\n            },\n            {\n                \"essid\": \"VAVA_6c21a2edb609\"\n            },\n            {\n                \"essid\": \"VAVA_6c21a2edb721\"\n            },\n            {\n                \"essid\": \"VAVA_6c21a2edbd77\"\n            },\n            {\n                \"essid\": \"VAVA_6c21a2edbe99\"\n            },\n            {\n                \"essid\": \"VAVA_6c21a2edc143\"\n            },\n            {\n                \"essid\": \"VAVA_6c21a2edc375\"\n            },\n            {\n                \"essid\": \"VAVA_6c21a2edc6fd\"\n            },\n            {\n                \"essid\": \"VAVA_6c21a2edd065\"\n            },\n            {\n                \"essid\": \"VAVA_6c21a2edd07d\"\n            },\n            {\n                \"essid\": \"VAVA_6c21a2edd183\"\n            },\n            {\n                \"essid\": \"VAVA_6c21a2edd22f\"\n            },\n            {\n                \"essid\": \"VAVA_6c21a2edd263\"\n            },\n            {\n                \"essid\": \"VAVA_6c21a2edd3e5\"\n            },\n            {\n                \"essid\": \"VAVA_6c21a2edd657\"\n            },\n            {\n                \"essid\": \"VAVA_6c21a2edde65\"\n            },\n            {\n                \"essid\": \"VAVA_6c21a2ede12d\"\n            },\n            {\n                \"essid\": \"VAVA_6c21a2ede39d\"\n            },\n            {\n                \"essid\": \"VAVA_6c21a2edeb6d\"\n            },\n            {\n                \"essid\": \"VAVA_6c21a2eded3b\"\n            },\n            {\n                \"essid\": \"VAVA_8cf710169f56\"\n            },\n            {\n                \"essid\": \"VAVA_8cf71016cf0c\"\n            },\n            {\n                \"essid\": \"VAVA-Angie\"\n            },\n            {\n                \"essid\": \"VAVA_ARC_DASHCAM\"\n            },\n            {\n                \"essid\": \"VAVA_b002475beda1\"\n            },\n            {\n                \"essid\": \"VAVA_b002475bfae7\"\n            },\n            {\n                \"essid\": \"VAVA_b002475c03bf\"\n            },\n            {\n                \"essid\": \"VAVA_b002475c06bf\"\n            },\n            {\n                \"essid\": \"VAVA_b002475c0d79\"\n            },\n            {\n                \"essid\": \"VAVA_b002475c0fc1\"\n            },\n            {\n                \"essid\": \"VAVA_b002475c1473\"\n            },\n            {\n                \"essid\": \"VAVA_b002475c1569\"\n            },\n            {\n                \"essid\": \"VAVA_b002475c207b\"\n            },\n            {\n                \"essid\": \"VAVA_b002475c3223\"\n            },\n            {\n                \"essid\": \"VAVA_b002475c3959\"\n            },\n            {\n                \"essid\": \"VAVA_b002475c3aed\"\n            },\n            {\n                \"essid\": \"VAVA_b0f1ec5f4f66\"\n            },\n            {\n                \"essid\": \"VAVA_b0f1ec61773e\"\n            },\n            {\n                \"essid\": \"VAVA_b0f1ec891352\"\n            },\n            {\n                \"essid\": \"VAVA_b0f1ec891524\"\n            },\n            {\n                \"essid\": \"VAVA_b0f1ec89862a\"\n            },\n            {\n                \"essid\": \"VAVA_b0f1ec8995b6\"\n            },\n            {\n                \"essid\": \"VAVA_b0f1ec89b474\"\n            },\n            {\n                \"essid\": \"VAVA_b0f1ec89b602\"\n            },\n            {\n                \"essid\": \"VAVA_b0f1ec89c3c8\"\n            },\n            {\n                \"essid\": \"VAVA_b0f1eca74cd8\"\n            },\n            {\n                \"essid\": \"VAVA_b0f1eca74dd0\"\n            },\n            {\n                \"essid\": \"VAVA_b0f1eca74e72\"\n            },\n            {\n                \"essid\": \"VAVA_b0f1eca751d2\"\n            },\n            {\n                \"essid\": \"VAVA_b0f1eca753d0\"\n            },\n            {\n                \"essid\": \"VAVA_b0f1ece42ae1\"\n            },\n            {\n                \"essid\": \"VAVA_b0f1ece4bd2f\"\n            },\n            {\n                \"essid\": \"VAVA_b0f1ece4bd63\"\n            },\n            {\n                \"essid\": \"VAVA_b0f1ece4d5f7\"\n            },\n            {\n                \"essid\": \"VAVA_b0f1ece50c3b\"\n            },\n            {\n                \"essid\": \"VAVA_b0f1ece50f17\"\n            },\n            {\n                \"essid\": \"VAVA_b0f1ece603b5\"\n            },\n            {\n                \"essid\": \"VAVA_b0f1ece66249\"\n            },\n            {\n                \"essid\": \"VAVA_b0f1ece6ca8b\"\n            },\n            {\n                \"essid\": \"VAVA_b0f1ece78455\"\n            },\n            {\n                \"essid\": \"VAVA_b0f1ece7a3c7\"\n            },\n            {\n                \"essid\": \"VAVA_BNB\"\n            },\n            {\n                \"essid\": \"VAVA_c0847d029896\"\n            },\n            {\n                \"essid\": \"VAVA_c0847d02a2c8\"\n            },\n            {\n                \"essid\": \"VAVA_c0847d02aa40\"\n            },\n            {\n                \"essid\": \"VAVA_c0847d02aaf2\"\n            },\n            {\n                \"essid\": \"VAVA_c0847d02abce\"\n            },\n            {\n                \"essid\": \"VAVA_c0847d02b274\"\n            },\n            {\n                \"essid\": \"VAVA_c0847d02b47e\"\n            },\n            {\n                \"essid\": \"VAVA_c0847d02b5ee\"\n            },\n            {\n                \"essid\": \"VAVA_c0847d02b626\"\n            },\n            {\n                \"essid\": \"VAVA_c0847d02b678\"\n            },\n            {\n                \"essid\": \"VAVA_c0847d02ba80\"\n            },\n            {\n                \"essid\": \"VAVA_c0847d02be66\"\n            },\n            {\n                \"essid\": \"VAVA_c0847d02c17e\"\n            },\n            {\n                \"essid\": \"VAVA_c0847d02c4ba\"\n            },\n            {\n                \"essid\": \"VAVA_c0847d02c75e\"\n            },\n            {\n                \"essid\": \"VAVA_c0847d02ca76\"\n            },\n            {\n                \"essid\": \"VAVA_c0847d02ce6a\"\n            },\n            {\n                \"essid\": \"VAVA_c0847d02d64a\"\n            },\n            {\n                \"essid\": \"VAVA_c0847d02d748\"\n            },\n            {\n                \"essid\": \"VAVA_c0847d1df6bc\"\n            },\n            {\n                \"essid\": \"VAVA_c0847d1dfb34\"\n            },\n            {\n                \"essid\": \"VAVA_c0847d1dfd16\"\n            },\n            {\n                \"essid\": \"VAVA_c0847d1dfe2c\"\n            },\n            {\n                \"essid\": \"VAVA_c0847d1dff22\"\n            },\n            {\n                \"essid\": \"VAVA_c0847d1e018e\"\n            },\n            {\n                \"essid\": \"VAVA_c0847d1e0426\"\n            },\n            {\n                \"essid\": \"VAVA_c0847d1e14bc\"\n            },\n            {\n                \"essid\": \"VAVA_c0847d1e1570\"\n            },\n            {\n                \"essid\": \"VAVA_c0847d1e1b46\"\n            },\n            {\n                \"essid\": \"VAVA_c0847d1e1d80\"\n            },\n            {\n                \"essid\": \"VAVA_c0847d38e0c7\"\n            },\n            {\n                \"essid\": \"VAVA_c0847d38e1b7\"\n            },\n            {\n                \"essid\": \"VAVA_c0847d38e2ed\"\n            },\n            {\n                \"essid\": \"VAVA_c0847d38f0fb\"\n            },\n            {\n                \"essid\": \"VAVA_c0847d38f1bd\"\n            },\n            {\n                \"essid\": \"VAVA_c0847d38f60d\"\n            },\n            {\n                \"essid\": \"VAVA_c0847d38f949\"\n            },\n            {\n                \"essid\": \"VAVA_c0847d38fd83\"\n            },\n            {\n                \"essid\": \"VAVA_c0847d390261\"\n            },\n            {\n                \"essid\": \"VAVA_c0847d39032d\"\n            },\n            {\n                \"essid\": \"VAVA_c0847d39043d\"\n            },\n            {\n                \"essid\": \"VAVA_c0847d390b37\"\n            },\n            {\n                \"essid\": \"VAVA_c0847d3918bb\"\n            },\n            {\n                \"essid\": \"VAVA_c0847d391b9b\"\n            },\n            {\n                \"essid\": \"VAVA_c0847d392239\"\n            },\n            {\n                \"essid\": \"VAVA_c0847d392465\"\n            },\n            {\n                \"essid\": \"VAVA_c0847d39279d\"\n            },\n            {\n                \"essid\": \"VAVA_c0847d3935f3\"\n            },\n            {\n                \"essid\": \"VAVA_c0847d393913\"\n            },\n            {\n                \"essid\": \"VAVA_c0847d393f4f\"\n            },\n            {\n                \"essid\": \"VAVA_c0847d3944f9\"\n            },\n            {\n                \"essid\": \"VAVA_c0847d394513\"\n            },\n            {\n                \"essid\": \"VAVA_c0847d6fec5b\"\n            },\n            {\n                \"essid\": \"VAVA_c0847dfc53d0\"\n            },\n            {\n                \"essid\": \"VAVA_c0847dfc5916\"\n            },\n            {\n                \"essid\": \"VAVA_c0847dfc5d0a\"\n            },\n            {\n                \"essid\": \"VAVA_c0847dfc6288\"\n            },\n            {\n                \"essid\": \"VAVA_c0847dfc66e6\"\n            },\n            {\n                \"essid\": \"VAVA_c0847dfc79a0\"\n            },\n            {\n                \"essid\": \"VAVA_c0847dfc9366\"\n            },\n            {\n                \"essid\": \"VAVA_c0847dfc9538\"\n            },\n            {\n                \"essid\": \"VAVA_c0847dfc975c\"\n            },\n            {\n                \"essid\": \"VAVA_c0847dfc995e\"\n            },\n            {\n                \"essid\": \"VAVA_Camry\"\n            },\n            {\n                \"essid\": \"VAVA_ccb8a8f82804\"\n            },\n            {\n                \"essid\": \"VAVA_ccb8a8f8381a\"\n            },\n            {\n                \"essid\": \"VAVA_ccb8a8f89fa0\"\n            },\n            {\n                \"essid\": \"VAVA_ccb8a8f8bb92\"\n            },\n            {\n                \"essid\": \"VAVA_d412431b594e\"\n            },\n            {\n                \"essid\": \"VAVA_d412431b6aec\"\n            },\n            {\n                \"essid\": \"VAVA_d412431b6cdc\"\n            },\n            {\n                \"essid\": \"VAVA_d412431b6d7a\"\n            },\n            {\n                \"essid\": \"VAVA_d412431b71dc\"\n            },\n            {\n                \"essid\": \"VAVA_d412431b72b0\"\n            },\n            {\n                \"essid\": \"VAVA_d412431b7ad8\"\n            },\n            {\n                \"essid\": \"VAVA_d412431b7af6\"\n            },\n            {\n                \"essid\": \"VAVA_d412431b7b44\"\n            },\n            {\n                \"essid\": \"VAVA_d412431b7c5c\"\n            },\n            {\n                \"essid\": \"VAVA_d412431b7e06\"\n            },\n            {\n                \"essid\": \"VAVA_d412431b7fd6\"\n            },\n            {\n                \"essid\": \"VAVA_d412431b8218\"\n            },\n            {\n                \"essid\": \"VAVA_d412431b827c\"\n            },\n            {\n                \"essid\": \"VAVA_d41243650bfc\"\n            },\n            {\n                \"essid\": \"VAVA_d4124365239e\"\n            },\n            {\n                \"essid\": \"VAVA_d412437add02\"\n            },\n            {\n                \"essid\": \"VAVA_d412437b0bd2\"\n            },\n            {\n                \"essid\": \"VAVA_d412437b148e\"\n            },\n            {\n                \"essid\": \"VAVA_d412437b16b4\"\n            },\n            {\n                \"essid\": \"VAVA_d412437b1c62\"\n            },\n            {\n                \"essid\": \"VAVA_d412437b1e5c\"\n            },\n            {\n                \"essid\": \"VAVA_d412437b1f02\"\n            },\n            {\n                \"essid\": \"VAVA_d412437b2394\"\n            },\n            {\n                \"essid\": \"VAVA_d412437b23a2\"\n            },\n            {\n                \"essid\": \"VAVA_d412437b2ae6\"\n            },\n            {\n                \"essid\": \"VAVA_d412437b2af0\"\n            },\n            {\n                \"essid\": \"VAVA_d412437b2cf8\"\n            },\n            {\n                \"essid\": \"VAVA_d412437b2d0a\"\n            },\n            {\n                \"essid\": \"VAVA_d412437b34f0\"\n            },\n            {\n                \"essid\": \"VAVA_d412437b3784\"\n            },\n            {\n                \"essid\": \"VAVA_d412437b3f22\"\n            },\n            {\n                \"essid\": \"VAVA_d412437b3f9e\"\n            },\n            {\n                \"essid\": \"VAVA_d412437b4178\"\n            },\n            {\n                \"essid\": \"VAVA_d412437b4ff4\"\n            },\n            {\n                \"essid\": \"VAVA_d412437dc55c\"\n            },\n            {\n                \"essid\": \"VAVA_d412437dc8f8\"\n            },\n            {\n                \"essid\": \"VAVA_d412437dcc2c\"\n            },\n            {\n                \"essid\": \"VAVA_d412437dccc0\"\n            },\n            {\n                \"essid\": \"VAVA_d412437dd398\"\n            },\n            {\n                \"essid\": \"VAVA_d412437dd474\"\n            },\n            {\n                \"essid\": \"VAVA_d412437deb90\"\n            },\n            {\n                \"essid\": \"VAVA_d412437ded5c\"\n            },\n            {\n                \"essid\": \"VAVA_d412437df51a\"\n            },\n            {\n                \"essid\": \"VAVA_d41243919638\"\n            },\n            {\n                \"essid\": \"VAVA_d4124391994a\"\n            },\n            {\n                \"essid\": \"VAVA_d41243919a12\"\n            },\n            {\n                \"essid\": \"VAVA_d41243919e7a\"\n            },\n            {\n                \"essid\": \"VAVA_d41243919f88\"\n            },\n            {\n                \"essid\": \"VAVA_d4124391a020\"\n            },\n            {\n                \"essid\": \"VAVA_d4124391a3a8\"\n            },\n            {\n                \"essid\": \"VAVA_d4124391adac\"\n            },\n            {\n                \"essid\": \"VAVA_d4124391b0d0\"\n            },\n            {\n                \"essid\": \"VAVA_d4124391b5f6\"\n            },\n            {\n                \"essid\": \"VAVA_d4124391bf6c\"\n            },\n            {\n                \"essid\": \"VAVA_d4124391c826\"\n            },\n            {\n                \"essid\": \"VAVA_d4124391d3e4\"\n            },\n            {\n                \"essid\": \"VAVA_d4124391de4c\"\n            },\n            {\n                \"essid\": \"VAVA_d4124391e4d8\"\n            },\n            {\n                \"essid\": \"VAVA_d4124391e612\"\n            },\n            {\n                \"essid\": \"VAVA_d4124391e7e0\"\n            },\n            {\n                \"essid\": \"VAVA_d4124391ee32\"\n            },\n            {\n                \"essid\": \"VAVA_d4124391f100\"\n            },\n            {\n                \"essid\": \"VAVA_d4124391f3f4\"\n            },\n            {\n                \"essid\": \"VAVA_d4124391fa24\"\n            },\n            {\n                \"essid\": \"VAVA_d4124391fa4e\"\n            },\n            {\n                \"essid\": \"VAVA_d412439207aa\"\n            },\n            {\n                \"essid\": \"VAVA_d412439207b4\"\n            },\n            {\n                \"essid\": \"VAVA_d412439209b6\"\n            },\n            {\n                \"essid\": \"VAVA_d41243cca3b5\"\n            },\n            {\n                \"essid\": \"VAVA_d41243cca6b1\"\n            },\n            {\n                \"essid\": \"VAVA_d41243cca84b\"\n            },\n            {\n                \"essid\": \"VAVA_d41243ccbe9d\"\n            },\n            {\n                \"essid\": \"VAVA_d41243ccc111\"\n            },\n            {\n                \"essid\": \"VAVA_d41243ccc561\"\n            },\n            {\n                \"essid\": \"VAVA_d41243ccc985\"\n            },\n            {\n                \"essid\": \"VAVA_d41243d0abb6\"\n            },\n            {\n                \"essid\": \"VAVA_d41243d80082\"\n            },\n            {\n                \"essid\": \"VAVA_d41243d815f6\"\n            },\n            {\n                \"essid\": \"VAVA_d41243d81804\"\n            },\n            {\n                \"essid\": \"VAVA_d41243d81830\"\n            },\n            {\n                \"essid\": \"VAVA_d41243d81a58\"\n            },\n            {\n                \"essid\": \"VAVA_d41243d81b54\"\n            },\n            {\n                \"essid\": \"VAVA_d41243d827d4\"\n            },\n            {\n                \"essid\": \"VAVA_d41243d82a96\"\n            },\n            {\n                \"essid\": \"VAVA_d41243d830ce\"\n            },\n            {\n                \"essid\": \"VAVA_d41243d8327e\"\n            },\n            {\n                \"essid\": \"VAVA_d41243f46fd4\"\n            },\n            {\n                \"essid\": \"VAVA_d41243f471d2\"\n            },\n            {\n                \"essid\": \"VAVA_d4d2d6859673\"\n            },\n            {\n                \"essid\": \"VAVADash\"\n            },\n            {\n                \"essid\": \"VAVA_Dash\"\n            },\n            {\n                \"essid\": \"VAVADashCam\"\n            },\n            {\n                \"essid\": \"VAVA_DashCam\"\n            },\n            {\n                \"essid\": \"VAVA_EDDIE_V2\"\n            },\n            {\n                \"essid\": \"VAVAFette.\"\n            },\n            {\n                \"essid\": \"VAVA_honda\"\n            },\n            {\n                \"essid\": \"VAVA_Khairullah\"\n            },\n            {\n                \"essid\": \"VAVA_Nathan\"\n            },\n            {\n                \"essid\": \"VAVA_Payaso_Dash\"\n            },\n            {\n                \"essid\": \"VAVA_RedSnail\"\n            },\n            {\n                \"essid\": \"VAVA_Tenley\"\n            },\n            {\n                \"essid\": \"VAVA_terryjoys\"\n            },\n            {\n                \"essid\": \"VAVA_VW-CF\"\n            },\n            {\n                \"essid\": \"VAVA_WiFi\"\n            },\n            {\n                \"essid\": \"VAVA_yh\"\n            },\n            {\n                \"essid\": \"VazquezDash01\"\n            },\n            {\n                \"essid\": \"VB\"\n            },\n            {\n                \"essid\": \"VBAQ3\"\n            },\n            {\n                \"essid\": \"VBenz Spot\"\n            },\n            {\n                \"essid\": \"V Bolt\"\n            },\n            {\n                \"essid\": \"VC\"\n            },\n            {\n                \"essid\": \"VCAClinic\"\n            },\n            {\n                \"essid\": \"VCA_Guest\"\n            },\n            {\n                \"essid\": \"Vcanova62\"\n            },\n            {\n                \"essid\": \"V-Car_94e0d664fb95\"\n            },\n            {\n                \"essid\": \"V-Car-9b9ed5\"\n            },\n            {\n                \"essid\": \"VC Bolt\"\n            },\n            {\n                \"essid\": \"VC Chevy\"\n            },\n            {\n                \"essid\": \"VCES\"\n            },\n            {\n                \"essid\": \"VCES Guest\"\n            },\n            {\n                \"essid\": \"VCM-AMG-3975954\"\n            },\n            {\n                \"essid\": \"VCM-AMG-3990273\"\n            },\n            {\n                \"essid\": \"VCM-AMG-3990293\"\n            },\n            {\n                \"essid\": \"VCM-AMG-4033566\"\n            },\n            {\n                \"essid\": \"VCM-AMG-5941612\"\n            },\n            {\n                \"essid\": \"VCM-AMG-5941757\"\n            },\n            {\n                \"essid\": \"VCM-AMG-5941778\"\n            },\n            {\n                \"essid\": \"VCM-AMG-5941902\"\n            },\n            {\n                \"essid\": \"VCM-AMG-5941909\"\n            },\n            {\n                \"essid\": \"VCM-AMG-5941990\"\n            },\n            {\n                \"essid\": \"VCM-AMG-5961815\"\n            },\n            {\n                \"essid\": \"VCM-AMG-5961855\"\n            },\n            {\n                \"essid\": \"VCM-AMG-5962258\"\n            },\n            {\n                \"essid\": \"VCM-AMG-5962260\"\n            },\n            {\n                \"essid\": \"VCM-AMG-5968761\"\n            },\n            {\n                \"essid\": \"VCM-AMG-5978614\"\n            },\n            {\n                \"essid\": \"vCore-0015FF61CA17\"\n            },\n            {\n                \"essid\": \"vCore-010030009134615\"\n            },\n            {\n                \"essid\": \"vCore-010030011739022\"\n            },\n            {\n                \"essid\": \"vCore-010030013117243\"\n            },\n            {\n                \"essid\": \"vCore-010030013481019\"\n            },\n            {\n                \"essid\": \"vCore-010030014721793\"\n            },\n            {\n                \"essid\": \"vCore-8001646\"\n            },\n            {\n                \"essid\": \"vCore-8005033\"\n            },\n            {\n                \"essid\": \"vCore-8007508\"\n            },\n            {\n                \"essid\": \"vCore-8016327\"\n            },\n            {\n                \"essid\": \"vCore-8019430\"\n            },\n            {\n                \"essid\": \"vCore-TPAA573454\"\n            },\n            {\n                \"essid\": \"vCore-TPAA576055\"\n            },\n            {\n                \"essid\": \"vCore-TPAA627522\"\n            },\n            {\n                \"essid\": \"vCore-TPAA646309\"\n            },\n            {\n                \"essid\": \"vCore-TPAA690992\"\n            },\n            {\n                \"essid\": \"vCore-TSBB07005556\"\n            },\n            {\n                \"essid\": \"vCore-TSBC01009166\"\n            },\n            {\n                \"essid\": \"vCore-TSBC04004188\"\n            },\n            {\n                \"essid\": \"vCore-TSBC10012286\"\n            },\n            {\n                \"essid\": \"VCUSD Learning 643\"\n            },\n            {\n                \"essid\": \"veach2018\"\n            },\n            {\n                \"essid\": \"Vehicle Hotspot\"\n            },\n            {\n                \"essid\": \"Vehicle Hotspot_3227\"\n            },\n            {\n                \"essid\": \"Vehicle Hotspot6614003564\"\n            },\n            {\n                \"essid\": \"VEHICLELSOT\"\n            },\n            {\n                \"essid\": \"Vehicle_Wifi\"\n            },\n            {\n                \"essid\": \"Vehicle WiFi\"\n            },\n            {\n                \"essid\": \"Veisina Trax\"\n            },\n            {\n                \"essid\": \"velly\"\n            },\n            {\n                \"essid\": \"Velma's Baby\"\n            },\n            {\n                \"essid\": \"_VelopSetup3BD-guest\"\n            },\n            {\n                \"essid\": \"_VelopSetupB6C\"\n            },\n            {\n                \"essid\": \"_VelopSetupE22-guest\"\n            },\n            {\n                \"essid\": \"_VelopSetupE7A-SCS\"\n            },\n            {\n                \"essid\": \"_VelopSetupEA6\"\n            },\n            {\n                \"essid\": \"_VelopSetupF64\"\n            },\n            {\n                \"essid\": \"_VelopSetupF64-SCS\"\n            },\n            {\n                \"essid\": \"VelvetBleu2\"\n            },\n            {\n                \"essid\": \"vendcust\"\n            },\n            {\n                \"essid\": \"vendorwifi\"\n            },\n            {\n                \"essid\": \"Vennikulam\"\n            },\n            {\n                \"essid\": \"Vento Impala\"\n            },\n            {\n                \"essid\": \"Vergaloka\"\n            },\n            {\n                \"essid\": \"VERITAS\"\n            },\n            {\n                \"essid\": \"VERITAS \"\n            },\n            {\n                \"essid\": \"VERITAS 4\"\n            },\n            {\n                \"essid\": \"VERITAS 8\"\n            },\n            {\n                \"essid\": \"Verito.b\"\n            },\n            {\n                \"essid\": \"Verizon-291LVW-244A\"\n            },\n            {\n                \"essid\": \"Verizon-291LVW-38F1\"\n            },\n            {\n                \"essid\": \"Verizon-291LVW-3E7E\"\n            },\n            {\n                \"essid\": \"Verizon-291LVW-44A7\"\n            },\n            {\n                \"essid\": \"Verizon-291LVW-45C0\"\n            },\n            {\n                \"essid\": \"Verizon-291LVW-5107\"\n            },\n            {\n                \"essid\": \"Verizon-291LVW-8466\"\n            },\n            {\n                \"essid\": \"Verizon-291LVW-B74B\"\n            },\n            {\n                \"essid\": \"Verizon-291LVW-CE84\"\n            },\n            {\n                \"essid\": \"Verizon-291LVW-E0A9\"\n            },\n            {\n                \"essid\": \"Verizon-291LVW-EC0A\"\n            },\n            {\n                \"essid\": \"Verizon-4GLTE-BRV-E073\"\n            },\n            {\n                \"essid\": \"Verizon-791L-070F\"\n            },\n            {\n                \"essid\": \"Verizon-791L-205B\"\n            },\n            {\n                \"essid\": \"Verizon-791L-3F1E\"\n            },\n            {\n                \"essid\": \"Verizon-791L-5EC1\"\n            },\n            {\n                \"essid\": \"Verizon-791L-7884\"\n            },\n            {\n                \"essid\": \"Verizon-791L-8D7F\"\n            },\n            {\n                \"essid\": \"Verizon-791L-A688\"\n            },\n            {\n                \"essid\": \"Verizon-791L-A905\"\n            },\n            {\n                \"essid\": \"Verizon-791L-B6E8\"\n            },\n            {\n                \"essid\": \"Verizon-791L-B9F1\"\n            },\n            {\n                \"essid\": \"Verizon-791L-C252\"\n            },\n            {\n                \"essid\": \"Verizon-791L-D836\"\n            },\n            {\n                \"essid\": \"Verizon-791L-E09C\"\n            },\n            {\n                \"essid\": \"Verizon-791L-E95D\"\n            },\n            {\n                \"essid\": \"Verizon-791L-F1FA\"\n            },\n            {\n                \"essid\": \"Verizon8750\"\n            },\n            {\n                \"essid\": \"Verizon-890L-3F47\"\n            },\n            {\n                \"essid\": \"Verizon-890L-B090\"\n            },\n            {\n                \"essid\": \"Verizon-890L-C61C\"\n            },\n            {\n                \"essid\": \"verizon_9D1B\"\n            },\n            {\n                \"essid\": \"Verizon-A009-B938\"\n            },\n            {\n                \"essid\": \"Verizon-AM-5059S-8874\"\n            },\n            {\n                \"essid\": \"VerizonC811-23C8\"\n            },\n            {\n                \"essid\": \"VERIZON GALAXY S8\"\n            },\n            {\n                \"essid\": \"Verizon-Guest-791L-099A\"\n            },\n            {\n                \"essid\": \"Verizon Jetpack\"\n            },\n            {\n                \"essid\": \"Verizon-Jetpack\"\n            },\n            {\n                \"essid\": \"verizon Jetpack uber free wifi\"\n            },\n            {\n                \"essid\": \"Verizon LM-G710VM 7147\"\n            },\n            {\n                \"essid\": \"Verizon LM-G820 EBE6m\"\n            },\n            {\n                \"essid\": \"Verizon-M1000-2ECA\"\n            },\n            {\n                \"essid\": \"Verizon-M1000-3037\"\n            },\n            {\n                \"essid\": \"Verizon-M2100-B84E\"\n            },\n            {\n                \"essid\": \"Verizon MIFI4510L 0651 Secure\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi5510L-0265\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi5510L-0DB5\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi5510L-14B0\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi5510L-1BDD\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi5510L-1D35\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi5510L-2E4A\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi5510L-39C1\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi5510L-39E8\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi5510L-3B2E\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi5510L-3EF4\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi5510L-4578\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi5510L-46D2\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi5510L-49FA\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi5510L-5173\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi5510L-5713\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi5510L-5715\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi5510L-57F5\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi5510L-6D84\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi5510L-772C\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi5510L-9327\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi5510L-9509\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi5510L-9AF9\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi5510L-A228\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi5510L-A597\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi5510L-AE3F\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi5510L-CFB5\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi5510L-D253\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi5510L-D49A\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi5510L-D665\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi5510L-E30E\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi5510L-EC98\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi5510L-FDD6\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi6620L-008D\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi6620L-202D\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi6620L-2304\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi6620L-266B\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi6620L-26E8\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi6620L-280B\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi6620L-2D02\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi6620L-3020\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi6620L-3353\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi6620L-3BED\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi6620L-580D\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi6620L-5990\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi6620L-5C51\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi6620L-5F77\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi6620L-60EC\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi6620L-6550\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi6620L-667E\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi6620L-6A7F\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi6620L-6C90\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi6620L-6F96\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi6620L-76BF\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi6620L-7CE3\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi6620L-7E57\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi6620L-80CC\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi6620L-88A5\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi6620L-8E13\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi6620L-918E\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi6620L-920D\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi6620L-933B\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi6620L-935E\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi6620L-96D3\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi6620L-9B38\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi6620L-9C0A\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi6620L-A099\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi6620L-A34A\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi6620L-A69B\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi6620L-A960\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi6620L-AB7F\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi6620L-AE0A\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi6620L-B52D\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi6620L-B69E\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi6620L-B6A1\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi6620L-BC52\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi6620L-C289\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi6620L-C4EF\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi6620L-C817\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi6620L-CBE8\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi6620L-D26D\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi6620L-DCB1\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi6620L-E1EE\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi6620L-E296\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi6620L-E333\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi6620L-E500\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi6620L-E9A8\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi6620L-ECE8\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi6620L-F5CE\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi6620L-FA81\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi6620L-FAB0\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi7730L\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi7730L-090F\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi7730L-0CFE\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi7730L-1085\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi7730L-10BA\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi7730L-1124\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi7730L-12B0\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi7730L-147E\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi7730L-159E\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi7730L-1756\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi7730L-17ED\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi7730L-1A45\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi7730L-1EBA\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi7730L-1EF6\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi7730L-1F7D\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi7730L-2020\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi7730L-22A4\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi7730L-2380\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi7730L-2700\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi7730L-2A69\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi7730L-2AD0\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi7730L-2B8E\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi7730L-2B93\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi7730L-2D71\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi7730L-2FA4\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi7730L-30AB\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi7730L-320A\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi7730L-3302\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi7730L-33ED\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi7730L-3442\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi7730L-3493\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi7730L-350A\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi7730L-36EF\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi7730L-3716\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi7730L-387C\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi7730L-3DC6\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi7730L-3E23\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi7730L-400A\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi7730L-415C\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi7730L-45C2\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi7730L-4628\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi7730L-46D9\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi7730L-4826\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi7730L-4B6D\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi7730L-4CC0\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi7730L-4D77\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi7730L-507C\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi7730L-5782\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi7730L-59FE\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi7730L-5BAB\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi7730L-5F9C\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi7730L-6014\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi7730L-6093\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi7730L-627F\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi7730L-634B\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi7730L-65DD\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi7730L-662A\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi7730L-6876\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi7730L-68FC\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi7730L-6C1A\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi7730L-6E4E\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi7730L-7068\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi7730L-70F6\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi7730L-737A\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi7730L-7A98\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi7730L-7C05\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi7730L-8046\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi7730L-8338\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi7730L-8374\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi7730L-8656\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi7730L-8673\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi7730L-8C4C\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi7730L-8CA9\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi7730L-8DEC\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi7730L-9022\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi7730L-90C8\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi7730L-9254\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi7730L-965C\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi7730L-96E1\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi7730L-9944\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi7730L-9D2B\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi7730L-A0E9\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi7730L-A26C\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi7730L-A47B\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi7730L-A58E\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi7730L-AA03\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi7730L-AD8E\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi7730L-AFBA\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi7730L-AFD2\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi7730L-B112\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi7730L-B1F0\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi7730L-B7B2\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi7730L-B82F\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi7730L-BACA\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi7730L-BD0E\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi7730L-C4C8\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi7730L-C835\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi7730L-C90F\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi7730L-C9FE\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi7730L-CBFF\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi7730L-CCAC\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi7730L-CE5C\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi7730L-D068\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi7730L-D369\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi7730L-D7EE\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi7730L-D8A8\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi7730L-DA11\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi7730L-DAD6\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi7730L-Dai\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi7730L-DB03\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi7730L-DBD4\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi7730L-DDE2\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi7730L-DDF8\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi7730L-DEB3\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi7730L-DF6C\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi7730L-E05F\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi7730L-E0DA\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi7730L-E3F0\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi7730L-E460\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi7730L-E56D\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi7730L-E664\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi7730L-E71B\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi7730L-E95D\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi7730L-EB7E\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi7730L-EC3A\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi7730L-EC6A\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi7730L-ECF8\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi7730L-EFE0\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi7730L-F127\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi7730L-F45B\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi7730L-F4A8\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi7730L-F51A\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi7730L-F55A\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi7730L-F6A8\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi7730L-F6B2\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi7730L-F6C6\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi7730L-F6E0\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi7730L-F71C\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi7730L-F89A\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi7730L-F9D2\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi7730L-FA9A\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi7730L-FB06\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi7730L-FBC4\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi7730L-FC4C\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi7730L-FCB4\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi7730L-FEC1\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi7730L-Guest-1C80\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi7730L-Guest-94B7\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi7730L-Guest-AA40\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi7730L-Guest-BBDC\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi7730L-Guest-D36A\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi7730L-Guest-D94B\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi7730L-LEE\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi8800L-078C\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi8800L-083A\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi8800L-08EA\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi8800L-0A58\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi8800L-0BD0\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi8800L-10F2\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi8800L-12FE\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi8800L-150E\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi8800L-159E\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi8800L-16E8\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi8800L-1A40\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi8800L-1A56\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi8800L-1B42\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi8800L-1BE8\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi8800L-1BF6\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi8800L-1ED0\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi8800L-2110\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi8800L-21D0\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi8800L-24CC\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi8800L-26A0\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi8800L-298C\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi8800L-29E8\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi8800L-2A84\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi8800L-2BA2\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi8800L-3232\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi8800L-327A\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi8800L-32E6\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi8800L-33E4\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi8800L-34AE\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi8800L-3BBE\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi8800L-3CE8\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi8800L-3D2C\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi8800L-3EA8\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi8800L-4018\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi8800L-40DA\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi8800L-44EC\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi8800L-46A4\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi8800L-46AC\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi8800L-4772\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi8800L-48B6\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi8800L-495A\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi8800L-4ACE\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi8800L-4B4A\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi8800L-5300\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi8800L-5324\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi8800L-5538\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi8800L-559A\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi8800L-5846\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi8800L-5A62\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi8800L-5C9A\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi8800L-5D4A\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi8800L-619E\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi8800L-635E\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi8800L-672C\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi8800L-6818\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi8800L-6936\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi8800L-698A\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi8800L-6A2D\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi8800L-6BD2\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi8800L-6C24\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi8800L-7088\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi8800L-709E\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi8800L-70E0\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi8800L-7202\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi8800L-7244\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi8800L-7276\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi8800L-7370\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi8800L-762A\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi8800L-76D8\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi8800L-7CE8\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi8800L-7ED4\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi8800L-7F6E\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi8800L-81DC\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi8800L-8342\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi8800L-83EE\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi8800L-86F0\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi8800L-8796\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi8800L-8828\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi8800L-8B78\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi8800L-8B84\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi8800L-8B9A\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi8800L-8CB8\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi8800L-9196\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi8800L-92BC\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi8800L-9518\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi8800L-9610\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi8800L-9920\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi8800L-9AE2\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi8800L-A07E\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi8800L-A09C\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi8800L-A24C\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi8800L-A3DE\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi8800L-A544\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi8800L-A55E\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi8800L-A6A4\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi8800L-A79E\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi8800L-A89E\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi8800L-A8FC\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi8800L-AA80\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi8800L-AB9C\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi8800L-AD12\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi8800L-AEF8\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi8800L-B310\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi8800L-B51A\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi8800L-B604\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi8800L-BA60\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi8800L-C1E4\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi8800L-C51C\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi8800L-C69C\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi8800L-C850\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi8800L-C97E\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi8800L-CC04\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi8800L-CC26\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi8800L-CE60\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi8800L-CE82\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi8800L-CFE8\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi8800L-D31C\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi8800L-D380\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi8800L-D61A\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi8800L-D76C\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi8800L-DB10\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi8800L-DF0A\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi8800L-E43A\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi8800L-E4E8\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi8800L-E570\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi8800L-EBC2\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi8800L-EBF8\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi8800L-EEB2\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi8800L-EEE4\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi8800L-EF4E\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi8800L-F022\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi8800L-F20F\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi8800L-F33E\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi8800L-F5E8\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi8800L-F734\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi8800L-F8F4\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi8800L-FB1A\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi8800L-FDCC\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi8800L-Guest-10B9\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi8800L-Guest-2575\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi8800L-Guest-43B9\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi8800L-Guest-495B\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi8800L-Guest-635F\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi8800L-Guest-6819\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi8800L-Guest-7455\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi8800L-Guest-7F0D\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi8800L-Guest-83D5\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi8800L-Guest-8797\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi8800L-Guest-A55F\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi8800L-Guest-A60B\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi8800L-Guest-E22F\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi8800L-Guest-F210\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi8800L-Guest-FD23\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi-Stevens\"\n            },\n            {\n                \"essid\": \"Verizon-MiFi - VQ\"\n            },\n            {\n                \"essid\": \"Verizon Moto E (4) 1452\"\n            },\n            {\n                \"essid\": \"Verizon Moto E (4) 3347\"\n            },\n            {\n                \"essid\": \"Verizon Moto E (4) 4551\"\n            },\n            {\n                \"essid\": \"Verizon Moto E (4) 9979\"\n            },\n            {\n                \"essid\": \"Verizon Moto E (4) Plus 4971\"\n            },\n            {\n                \"essid\": \"Verizon Moto E (4) Plus 5763\"\n            },\n            {\n                \"essid\": \"Verizon Moto E (4) Plus 8237\"\n            },\n            {\n                \"essid\": \"Verizon Moto E (4) Plus 8888\"\n            },\n            {\n                \"essid\": \"Verizon moto e5 play 1623\"\n            },\n            {\n                \"essid\": \"Verizon moto e5 play 4097\"\n            },\n            {\n                \"essid\": \"Verizon moto e5 play 5233\"\n            },\n            {\n                \"essid\": \"Verizon moto e5 play 6798\"\n            },\n            {\n                \"essid\": \"Verizon moto e6 5398\"\n            },\n            {\n                \"essid\": \"Verizon Moto E (dai)\"\n            },\n            {\n                \"essid\": \"Verizon moto g(6) 4294\"\n            },\n            {\n                \"essid\": \"Verizon moto g(6) 4304\"\n            },\n            {\n                \"essid\": \"Verizon moto g(6) 7587\"\n            },\n            {\n                \"essid\": \"Verizon moto g(6) play 1686\"\n            },\n            {\n                \"essid\": \"Verizon moto g(7) power 2273\"\n            },\n            {\n                \"essid\": \"Verizon moto g(7) power 6864\"\n            },\n            {\n                \"essid\": \"Verizon moto g power 3531\"\n            },\n            {\n                \"essid\": \"Verizon moto g power 6895\"\n            },\n            {\n                \"essid\": \"Verizon Moto Z (2) 1586\"\n            },\n            {\n                \"essid\": \"Verizon Moto Z (2) 2681\"\n            },\n            {\n                \"essid\": \"Verizon Moto Z (2) 5462\"\n            },\n            {\n                \"essid\": \"Verizon moto z3 1635\"\n            },\n            {\n                \"essid\": \"Verizon moto z3 9169\"\n            },\n            {\n                \"essid\": \"Verizon QTASUN1 0A10\"\n            },\n            {\n                \"essid\": \"Verizon-RC400L-26\"\n            },\n            {\n                \"essid\": \"Verizon-RC400L-3F\"\n            },\n            {\n                \"essid\": \"Verizon-RC400L-8E\"\n            },\n            {\n                \"essid\": \"Verizon-RC400L-90\"\n            },\n            {\n                \"essid\": \"Verizon-RC400L-A2\"\n            },\n            {\n                \"essid\": \"Verizon-RC400L-A6\"\n            },\n            {\n                \"essid\": \"Verizon-RC400L-B2\"\n            },\n            {\n                \"essid\": \"Verizon-RC400L-BC\"\n            },\n            {\n                \"essid\": \"Verizon-RC400L-BE\"\n            },\n            {\n                \"essid\": \"Verizon-SCH-I435-6A16\"\n            },\n            {\n                \"essid\": \"Verizon-SM-\"\n            },\n            {\n                \"essid\": \"Verizon-SM-A102U-8425\"\n            },\n            {\n                \"essid\": \"Verizon-SM-A102U-9031\"\n            },\n            {\n                \"essid\": \"Verizon-SM-A102U-9387\"\n            },\n            {\n                \"essid\": \"Verizon-SM-A102U-C40B\"\n            },\n            {\n                \"essid\": \"Verizon-SM-A102U-D0A3\"\n            },\n            {\n                \"essid\": \"Verizon-SM-A115U-1552\"\n            },\n            {\n                \"essid\": \"Verizon-SM-A115U-1836\"\n            },\n            {\n                \"essid\": \"Verizon-SM-A205U-27BD\"\n            },\n            {\n                \"essid\": \"Verizon-SM-A205U-714B\"\n            },\n            {\n                \"essid\": \"Verizon-SM-A505U-0A25\"\n            },\n            {\n                \"essid\": \"Verizon-SM-A505U-B6A9\"\n            },\n            {\n                \"essid\": \"Verizon-SM-A505U-C400\"\n            },\n            {\n                \"essid\": \"Verizon-SM-A505U-EA6B\"\n            },\n            {\n                \"essid\": \"Verizon-SM-A515U-80F9\"\n            },\n            {\n                \"essid\": \"Verizon-SM-A516V-7045\"\n            },\n            {\n                \"essid\": \"Verizon-SM-A716V-B714\"\n            },\n            {\n                \"essid\": \"Verizon-SM-G360V-BF72\"\n            },\n            {\n                \"essid\": \"Verizon-SM-G900V-29AE\"\n            },\n            {\n                \"essid\": \"Verizon-SM-G900V-41EC\"\n            },\n            {\n                \"essid\": \"Verizon-SM-G900V-5503\"\n            },\n            {\n                \"essid\": \"Verizon-SM-G900V-7363\"\n            },\n            {\n                \"essid\": \"Verizon-SM-G900V-7DAA\"\n            },\n            {\n                \"essid\": \"Verizon-SM-G900V-D95D\"\n            },\n            {\n                \"essid\": \"Verizon-SM-G900V-EF5F\"\n            },\n            {\n                \"essid\": \"Verizon-SM-G900V-F0DF bssm215$\"\n            },\n            {\n                \"essid\": \"Verizon-SM-G920V-1E80\"\n            },\n            {\n                \"essid\": \"Verizon-SM-G920V-2EAE\"\n            },\n            {\n                \"essid\": \"Verizon-SM-G920V-3D8C\"\n            },\n            {\n                \"essid\": \"Verizon-SM-G920V-3FD2\"\n            },\n            {\n                \"essid\": \"Verizon-SM-G920V-42CD\"\n            },\n            {\n                \"essid\": \"Verizon-SM-G920V-46ED\"\n            },\n            {\n                \"essid\": \"Verizon-SM-G920V-4BA1\"\n            },\n            {\n                \"essid\": \"Verizon-SM-G920V-4EB7\"\n            },\n            {\n                \"essid\": \"Verizon-SM-G920V-57EC\"\n            },\n            {\n                \"essid\": \"Verizon-SM-G920V-60AB\"\n            },\n            {\n                \"essid\": \"Verizon-SM-G920V-6873\"\n            },\n            {\n                \"essid\": \"Verizon-SM-G920V-6EF0\"\n            },\n            {\n                \"essid\": \"Verizon-SM-G920V-71F2\"\n            },\n            {\n                \"essid\": \"Verizon-SM-G920V-7FA5\"\n            },\n            {\n                \"essid\": \"Verizon-SM-G920V-81CE\"\n            },\n            {\n                \"essid\": \"Verizon-SM-G920V-A00A\"\n            },\n            {\n                \"essid\": \"Verizon-SM-G920V-B62F\"\n            },\n            {\n                \"essid\": \"Verizon-SM-G920V-D35F\"\n            },\n            {\n                \"essid\": \"Verizon-SM-G920V-E22F\"\n            },\n            {\n                \"essid\": \"Verizon-SM-G920V-E284\"\n            },\n            {\n                \"essid\": \"Verizon-SM-G920V-E84D\"\n            },\n            {\n                \"essid\": \"Verizon-SM-G920V-E9B9\"\n            },\n            {\n                \"essid\": \"Verizon-SM-G920V-F4B6\"\n            },\n            {\n                \"essid\": \"Verizon-SM-G920V-F9F1\"\n            },\n            {\n                \"essid\": \"Verizon-SM-G925V-021A\"\n            },\n            {\n                \"essid\": \"Verizon-SM-G925V-8D59\"\n            },\n            {\n                \"essid\": \"Verizon-SM-G928V-3142\"\n            },\n            {\n                \"essid\": \"Verizon-SM-G928V-32C1\"\n            },\n            {\n                \"essid\": \"Verizon-SM-G928V-3479\"\n            },\n            {\n                \"essid\": \"Verizon-SM-G928V-7AF2\"\n            },\n            {\n                \"essid\": \"Verizon-SM-G928V-9E33\"\n            },\n            {\n                \"essid\": \"Verizon-SM-G928V-D791\"\n            },\n            {\n                \"essid\": \"Verizon-SM-G928V-E5B7\"\n            },\n            {\n                \"essid\": \"Verizon-SM-G930V-031A\"\n            },\n            {\n                \"essid\": \"Verizon-SM-G930V-0709\"\n            },\n            {\n                \"essid\": \"Verizon-SM-G930V-116C\"\n            },\n            {\n                \"essid\": \"Verizon-SM-G930V-15B8\"\n            },\n            {\n                \"essid\": \"Verizon-SM-G930V-1895\"\n            },\n            {\n                \"essid\": \"Verizon-SM-G930V-1915\"\n            },\n            {\n                \"essid\": \"Verizon-SM-G930V-1AFA\"\n            },\n            {\n                \"essid\": \"Verizon-SM-G930V-1CC1\"\n            },\n            {\n                \"essid\": \"Verizon-SM-G930V-231E\"\n            },\n            {\n                \"essid\": \"Verizon-SM-G930V-2504\"\n            },\n            {\n                \"essid\": \"Verizon-SM-G930V-25EA\"\n            },\n            {\n                \"essid\": \"Verizon-SM-G930V-2913\"\n            },\n            {\n                \"essid\": \"Verizon-SM-G930V-32A5\"\n            },\n            {\n                \"essid\": \"Verizon-SM-G930V-33E6\"\n            },\n            {\n                \"essid\": \"Verizon-SM-G930V-3965\"\n            },\n            {\n                \"essid\": \"Verizon-SM-G930V-3970\"\n            },\n            {\n                \"essid\": \"Verizon-SM-G930V-3B17\"\n            },\n            {\n                \"essid\": \"Verizon-SM-G930V-3EC5\"\n            },\n            {\n                \"essid\": \"Verizon-SM-G930V-4089\"\n            },\n            {\n                \"essid\": \"Verizon-SM-G930V-4ADA\"\n            },\n            {\n                \"essid\": \"Verizon-SM-G930V-4EC0\"\n            },\n            {\n                \"essid\": \"Verizon-SM-G930V-55F8\"\n            },\n            {\n                \"essid\": \"Verizon-SM-G930V-5609\"\n            },\n            {\n                \"essid\": \"Verizon-SM-G930V-5A72\"\n            },\n            {\n                \"essid\": \"Verizon-SM-G930V-628D\"\n            },\n            {\n                \"essid\": \"Verizon-SM-G930V-6576\"\n            },\n            {\n                \"essid\": \"Verizon-SM-G930V-676E\"\n            },\n            {\n                \"essid\": \"Verizon-SM-G930V-69A8\"\n            },\n            {\n                \"essid\": \"Verizon-SM-G930V-7072\"\n            },\n            {\n                \"essid\": \"Verizon-SM-G930V-7201\"\n            },\n            {\n                \"essid\": \"Verizon-SM-G930V-8336\"\n            },\n            {\n                \"essid\": \"Verizon-SM-G930V-8444\"\n            },\n            {\n                \"essid\": \"Verizon-SM-G930V-8527\"\n            },\n            {\n                \"essid\": \"Verizon-SM-G930V-8608\"\n            },\n            {\n                \"essid\": \"Verizon-SM-G930V-8F6E\"\n            },\n            {\n                \"essid\": \"Verizon-SM-G930V-914B\"\n            },\n            {\n                \"essid\": \"Verizon-SM-G930V-91FC\"\n            },\n            {\n                \"essid\": \"Verizon-SM-G930V-9577\"\n            },\n            {\n                \"essid\": \"Verizon-SM-G930V-9C15\"\n            },\n            {\n                \"essid\": \"Verizon-SM-G930V-A57A\"\n            },\n            {\n                \"essid\": \"Verizon-SM-G930V-A632\"\n            },\n            {\n                \"essid\": \"Verizon-SM-G930V-AEAE\"\n            },\n            {\n                \"essid\": \"Verizon-SM-G930V-B5CF\"\n            },\n            {\n                \"essid\": \"Verizon-SM-G930V-B8FB\"\n            },\n            {\n                \"essid\": \"Verizon-SM-G930V-BC78\"\n            },\n            {\n                \"essid\": \"Verizon-SM-G930V-BD19\"\n            },\n            {\n                \"essid\": \"Verizon-SM-G930V-BD77\"\n            },\n            {\n                \"essid\": \"Verizon-SM-G930V-BF1B\"\n            },\n            {\n                \"essid\": \"Verizon-SM-G930V-C333\"\n            },\n            {\n                \"essid\": \"Verizon-SM-G930V-D034\"\n            },\n            {\n                \"essid\": \"Verizon-SM-G930V-D13D\"\n            },\n            {\n                \"essid\": \"Verizon-SM-G930V-DC97\"\n            },\n            {\n                \"essid\": \"Verizon-SM-G930V-DD26\"\n            },\n            {\n                \"essid\": \"Verizon-SM-G930V-E00C\"\n            },\n            {\n                \"essid\": \"Verizon-SM-G930V-E0DF\"\n            },\n            {\n                \"essid\": \"Verizon-SM-G930V-E0E5\"\n            },\n            {\n                \"essid\": \"Verizon-SM-G930V-E3A2\"\n            },\n            {\n                \"essid\": \"Verizon-SM-G930V-E7AF\"\n            },\n            {\n                \"essid\": \"Verizon-SM-G930V-E844\"\n            },\n            {\n                \"essid\": \"Verizon-SM-G930V-EE02\"\n            },\n            {\n                \"essid\": \"Verizon-SM-G930V-F1AA\"\n            },\n            {\n                \"essid\": \"Verizon-SM-G930V-F1EE\"\n            },\n            {\n                \"essid\": \"Verizon-SM-G930V-FE9D\"\n            },\n            {\n                \"essid\": \"Verizon-SM-G935V-143E\"\n            },\n            {\n                \"essid\": \"Verizon-SM-G935V-2C15\"\n            },\n            {\n                \"essid\": \"Verizon-SM-G935V-2CBC\"\n            },\n            {\n                \"essid\": \"Verizon-SM-G935V-2DD8\"\n            },\n            {\n                \"essid\": \"Verizon-SM-G935V-3235\"\n            },\n            {\n                \"essid\": \"Verizon-SM-G935V-37A8\"\n            },\n            {\n                \"essid\": \"Verizon-SM-G935V-40F7\"\n            },\n            {\n                \"essid\": \"Verizon-SM-G935V-444E\"\n            },\n            {\n                \"essid\": \"Verizon-SM-G935V-4A64\"\n            },\n            {\n                \"essid\": \"Verizon-SM-G935V-523F\"\n            },\n            {\n                \"essid\": \"Verizon-SM-G935V-5A5C\"\n            },\n            {\n                \"essid\": \"Verizon-SM-G935V-6628\"\n            },\n            {\n                \"essid\": \"Verizon-SM-G935V-6925\"\n            },\n            {\n                \"essid\": \"Verizon-SM-G935V-9478\"\n            },\n            {\n                \"essid\": \"Verizon-SM-G935V-B866\"\n            },\n            {\n                \"essid\": \"Verizon-SM-G935V-D61E\"\n            },\n            {\n                \"essid\": \"Verizon-SM-G935V-D9D8\"\n            },\n            {\n                \"essid\": \"Verizon-SM-G935V-DE11\"\n            },\n            {\n                \"essid\": \"Verizon-SM-G935V-E44A\"\n            },\n            {\n                \"essid\": \"Verizon-SM-G935V-F8BF\"\n            },\n            {\n                \"essid\": \"Verizon-SM-G950U-0380\"\n            },\n            {\n                \"essid\": \"Verizon-SM-G950U-05EC\"\n            },\n            {\n                \"essid\": \"Verizon-SM-G950U-0DB5\"\n            },\n            {\n                \"essid\": \"Verizon-SM-G950U-1280\"\n            },\n            {\n                \"essid\": \"Verizon-SM-G950U-18CD\"\n            },\n            {\n                \"essid\": \"Verizon-SM-G950U-2E18\"\n            },\n            {\n                \"essid\": \"Verizon-SM-G950U-39A1\"\n            },\n            {\n                \"essid\": \"Verizon-SM-G950U-4086\"\n            },\n            {\n                \"essid\": \"Verizon-SM-G950U-427d\"\n            },\n            {\n                \"essid\": \"Verizon-SM-G950U-4607\"\n            },\n            {\n                \"essid\": \"Verizon-SM-G950U-568F\"\n            },\n            {\n                \"essid\": \"Verizon-SM-G950U-5852\"\n            },\n            {\n                \"essid\": \"Verizon-SM-G950U-5EFC\"\n            },\n            {\n                \"essid\": \"Verizon-SM-G950U-6091\"\n            },\n            {\n                \"essid\": \"Verizon-SM-G950U-A08B\"\n            },\n            {\n                \"essid\": \"Verizon-SM-G950U-B318\"\n            },\n            {\n                \"essid\": \"Verizon-SM-G950U-B78D\"\n            },\n            {\n                \"essid\": \"Verizon-SM-G950U-BE5B\"\n            },\n            {\n                \"essid\": \"Verizon-SM-G950U-C6BB\"\n            },\n            {\n                \"essid\": \"Verizon-SM-G950U-CA47\"\n            },\n            {\n                \"essid\": \"Verizon-SM-G950U-CBA0\"\n            },\n            {\n                \"essid\": \"Verizon-SM-G950U-D5EA\"\n            },\n            {\n                \"essid\": \"Verizon-SM-G950U-DD75\"\n            },\n            {\n                \"essid\": \"Verizon-SM-G950U-F1BE\"\n            },\n            {\n                \"essid\": \"Verizon-SM-G950U-F2DE\"\n            },\n            {\n                \"essid\": \"Verizon-SM-G955U-1B8F\"\n            },\n            {\n                \"essid\": \"Verizon-SM-G955U-267C\"\n            },\n            {\n                \"essid\": \"Verizon-SM-G955U-3BCC\"\n            },\n            {\n                \"essid\": \"Verizon-SM-G955U-3F43\"\n            },\n            {\n                \"essid\": \"Verizon-SM-G955U-49D8\"\n            },\n            {\n                \"essid\": \"Verizon-SM-G955U-4EAC\"\n            },\n            {\n                \"essid\": \"Verizon-SM-G955U-579D\"\n            },\n            {\n                \"essid\": \"Verizon-SM-G955U-7066\"\n            },\n            {\n                \"essid\": \"Verizon-SM-G955U-71B9\"\n            },\n            {\n                \"essid\": \"Verizon-SM-G955U-8A89\"\n            },\n            {\n                \"essid\": \"Verizon-SM-G955U-90EB\"\n            },\n            {\n                \"essid\": \"Verizon-SM-G955U-948A\"\n            },\n            {\n                \"essid\": \"Verizon-SM-G955U-9516\"\n            },\n            {\n                \"essid\": \"Verizon-SM-G955U-A29E\"\n            },\n            {\n                \"essid\": \"Verizon-SM-G955U-A6C5\"\n            },\n            {\n                \"essid\": \"Verizon-SM-G955U-AF44\"\n            },\n            {\n                \"essid\": \"Verizon-SM-G955U-B803\"\n            },\n            {\n                \"essid\": \"Verizon-SM-G955U-B9C4\"\n            },\n            {\n                \"essid\": \"Verizon-SM-G955U-C0AC\"\n            },\n            {\n                \"essid\": \"Verizon-SM-G955U-C645\"\n            },\n            {\n                \"essid\": \"Verizon-SM-G955U-DD9E\"\n            },\n            {\n                \"essid\": \"Verizon-SM-G955U-E660\"\n            },\n            {\n                \"essid\": \"Verizon-SM-G955U-F9DB\"\n            },\n            {\n                \"essid\": \"Verizon-SM-G960U-2ac9\"\n            },\n            {\n                \"essid\": \"Verizon-SM-G960U-3016\"\n            },\n            {\n                \"essid\": \"Verizon-SM-G960U-3BA2\"\n            },\n            {\n                \"essid\": \"Verizon-SM-G960U-463B\"\n            },\n            {\n                \"essid\": \"Verizon-SM-G960U-6287\"\n            },\n            {\n                \"essid\": \"Verizon-SM-G960U-65df\"\n            },\n            {\n                \"essid\": \"Verizon-SM-G960U-ca05\"\n            },\n            {\n                \"essid\": \"Verizon-SM-G960U-CC66\"\n            },\n            {\n                \"essid\": \"Verizon-SM-G965U-04EE\"\n            },\n            {\n                \"essid\": \"Verizon-SM-G965U-1FD2\"\n            },\n            {\n                \"essid\": \"Verizon-SM-G965U-5CE1\"\n            },\n            {\n                \"essid\": \"Verizon-SM-G965U-78D9\"\n            },\n            {\n                \"essid\": \"Verizon-SM-G965U-991F\"\n            },\n            {\n                \"essid\": \"Verizon-SM-G965U-BB38\"\n            },\n            {\n                \"essid\": \"Verizon-SM-G965U-bc21\"\n            },\n            {\n                \"essid\": \"Verizon-SM-G965U-C36A\"\n            },\n            {\n                \"essid\": \"Verizon-SM-G965U-Faisal\"\n            },\n            {\n                \"essid\": \"Verizon-SM-G965U-FF2D\"\n            },\n            {\n                \"essid\": \"Verizon-SM-G965U-FFB2\"\n            },\n            {\n                \"essid\": \"Verizon-SM-G970U-314c\"\n            },\n            {\n                \"essid\": \"Verizon-SM-G970U-5b37\"\n            },\n            {\n                \"essid\": \"Verizon-SM-G970U-7196\"\n            },\n            {\n                \"essid\": \"Verizon-SM-G970U-e3cd\"\n            },\n            {\n                \"essid\": \"Verizon-SM-G973U-2311\"\n            },\n            {\n                \"essid\": \"Verizon-SM-G973U-75cf\"\n            },\n            {\n                \"essid\": \"Verizon-SM-G975U-0a75\"\n            },\n            {\n                \"essid\": \"Verizon-SM-G975U-3132\"\n            },\n            {\n                \"essid\": \"Verizon-SM-G975U-5c5a\"\n            },\n            {\n                \"essid\": \"Verizon-SM-G975U-6aed\"\n            },\n            {\n                \"essid\": \"Verizon-SM-G975U-b37e\"\n            },\n            {\n                \"essid\": \"Verizon-SM-G975U-b8ed\"\n            },\n            {\n                \"essid\": \"Verizon-SM-G975U-dc1c\"\n            },\n            {\n                \"essid\": \"Verizon-SM-G975U-e809\"\n            },\n            {\n                \"essid\": \"Verizon-SM-G975U-ea4b\"\n            },\n            {\n                \"essid\": \"Verizon-SM-G977U-f10c\"\n            },\n            {\n                \"essid\": \"Verizon-SM-G986U-07bf\"\n            },\n            {\n                \"essid\": \"Verizon-SM-G988U-9d44\"\n            },\n            {\n                \"essid\": \"Verizon-SM-G998U-70cb\"\n            },\n            {\n                \"essid\": \"Verizon-SM-J320V-6155\"\n            },\n            {\n                \"essid\": \"Verizon-SM-J320V-BAB6\"\n            },\n            {\n                \"essid\": \"Verizon-SM-J320VPP-A0CA\"\n            },\n            {\n                \"essid\": \"Verizon-SM-J327V-0B26\"\n            },\n            {\n                \"essid\": \"Verizon-SM-J327V-410F\"\n            },\n            {\n                \"essid\": \"Verizon-SM-J327V-53D0\"\n            },\n            {\n                \"essid\": \"Verizon-SM-J327V-64CD\"\n            },\n            {\n                \"essid\": \"Verizon-SM-J327V-7D3C\"\n            },\n            {\n                \"essid\": \"Verizon-SM-J327V-92B5\"\n            },\n            {\n                \"essid\": \"Verizon-SM-J327VPP-3634\"\n            },\n            {\n                \"essid\": \"Verizon-SM-J327VPP-4F34\"\n            },\n            {\n                \"essid\": \"Verizon-SM-J337V-2A20\"\n            },\n            {\n                \"essid\": \"Verizon-SM-J337V-7484\"\n            },\n            {\n                \"essid\": \"Verizon-SM-J337V-A86C\"\n            },\n            {\n                \"essid\": \"Verizon-SM-J337V-ACBD\"\n            },\n            {\n                \"essid\": \"Verizon-SM-J337V-DB5C\"\n            },\n            {\n                \"essid\": \"Verizon-SM-J337VPP-9519\"\n            },\n            {\n                \"essid\": \"Verizon-SM-J727V-0AC9\"\n            },\n            {\n                \"essid\": \"Verizon-SM-J727V-2327\"\n            },\n            {\n                \"essid\": \"Verizon-SM-J727V-2FDF\"\n            },\n            {\n                \"essid\": \"Verizon-SM-J727V-312B\"\n            },\n            {\n                \"essid\": \"Verizon-SM-J727V-61A9\"\n            },\n            {\n                \"essid\": \"Verizon-SM-J727V-8395\"\n            },\n            {\n                \"essid\": \"Verizon-SM-J727V-8893\"\n            },\n            {\n                \"essid\": \"Verizon-SM-J727V-A208\"\n            },\n            {\n                \"essid\": \"Verizon-SM-J727V-BCE3\"\n            },\n            {\n                \"essid\": \"Verizon-SM-J727V-D615\"\n            },\n            {\n                \"essid\": \"Verizon-SM-J737V-220A\"\n            },\n            {\n                \"essid\": \"Verizon-SM-J737V-6C2E\"\n            },\n            {\n                \"essid\": \"Verizon-SM-J737V-9CF6\"\n            },\n            {\n                \"essid\": \"Verizon-SM-J737V-AA1A\"\n            },\n            {\n                \"essid\": \"Verizon-SM-N910V-0518\"\n            },\n            {\n                \"essid\": \"Verizon-SM-N910V-2017\"\n            },\n            {\n                \"essid\": \"Verizon-SM-N910V-3865\"\n            },\n            {\n                \"essid\": \"Verizon-SM-N910V-8716\"\n            },\n            {\n                \"essid\": \"Verizon-SM-N910V-B27B\"\n            },\n            {\n                \"essid\": \"Verizon-SM-N910V-E73F\"\n            },\n            {\n                \"essid\": \"Verizon-SM-N920V-3C94\"\n            },\n            {\n                \"essid\": \"Verizon-SM-N920V-4044\"\n            },\n            {\n                \"essid\": \"Verizon-SM-N920V-45F0\"\n            },\n            {\n                \"essid\": \"Verizon-SM-N920V-61FF\"\n            },\n            {\n                \"essid\": \"Verizon-SM-N920V-8616\"\n            },\n            {\n                \"essid\": \"Verizon-SM-N920V-9F4D\"\n            },\n            {\n                \"essid\": \"Verizon-SM-N920V-A4C1\"\n            },\n            {\n                \"essid\": \"Verizon-SM-N920V-B79E\"\n            },\n            {\n                \"essid\": \"Verizon-SM-N920V-CD6D\"\n            },\n            {\n                \"essid\": \"Verizon-SM-N920V-D7A5\"\n            },\n            {\n                \"essid\": \"Verizon-SM-N920V-DCAB\"\n            },\n            {\n                \"essid\": \"Verizon-SM-N920V-DE30\"\n            },\n            {\n                \"essid\": \"Verizon-SM-N920V-F815\"\n            },\n            {\n                \"essid\": \"Verizon-SM-N950U-0755\"\n            },\n            {\n                \"essid\": \"Verizon-SM-N950U-311F\"\n            },\n            {\n                \"essid\": \"Verizon-SM-N950U-318B\"\n            },\n            {\n                \"essid\": \"Verizon-SM-N950U-427e\"\n            },\n            {\n                \"essid\": \"Verizon-SM-N950U-48C0\"\n            },\n            {\n                \"essid\": \"Verizon-SM-N950U-49A9\"\n            },\n            {\n                \"essid\": \"Verizon-SM-N950U-6D94\"\n            },\n            {\n                \"essid\": \"Verizon-SM-N950U-7862\"\n            },\n            {\n                \"essid\": \"Verizon-SM-N950U-B680\"\n            },\n            {\n                \"essid\": \"Verizon-SM-N950U-E0E2\"\n            },\n            {\n                \"essid\": \"Verizon-SM-N950U-FF80\"\n            },\n            {\n                \"essid\": \"Verizon-SM-N960U-114f\"\n            },\n            {\n                \"essid\": \"Verizon-SM-N960U-14E1\"\n            },\n            {\n                \"essid\": \"Verizon-SM-N960U-2d79\"\n            },\n            {\n                \"essid\": \"Verizon-SM-N960U-61D6\"\n            },\n            {\n                \"essid\": \"Verizon-SM-N960U-9D2E\"\n            },\n            {\n                \"essid\": \"Verizon-SM-N960U-a724\"\n            },\n            {\n                \"essid\": \"Verizon-SM-N960U-C62E\"\n            },\n            {\n                \"essid\": \"Verizon-SM-N975U-046d\"\n            },\n            {\n                \"essid\": \"Verizon-SM-N975U-b8e5\"\n            },\n            {\n                \"essid\": \"Verizon-SM-N975U-ba77\"\n            },\n            {\n                \"essid\": \"Verizon-SM-N975U-c49e\"\n            },\n            {\n                \"essid\": \"Verizon-SM-N976V-82e1\"\n            },\n            {\n                \"essid\": \"Verizon-SM-N976V-ca7b\"\n            },\n            {\n                \"essid\": \"Verizon-SM-N976V-fdbd\"\n            },\n            {\n                \"essid\": \"Verizon-SM-N981U-8320\"\n            },\n            {\n                \"essid\": \"Verizon-SM-T377V-1BCB\"\n            },\n            {\n                \"essid\": \"Verizon-SM-T377V-37B3\"\n            },\n            {\n                \"essid\": \"Verizon-SM-T377V-60DB\"\n            },\n            {\n                \"essid\": \"Verizon-SM-T377V-9783\"\n            },\n            {\n                \"essid\": \"Verizon-SM-T377V-B346\"\n            },\n            {\n                \"essid\": \"Verizon-SM-T377V-D01A\"\n            },\n            {\n                \"essid\": \"Verizon-SM-T377V-F6E5\"\n            },\n            {\n                \"essid\": \"Verizon-SM-T378V-879B\"\n            },\n            {\n                \"essid\": \"Verizon-SM-T378V-BBF9\"\n            },\n            {\n                \"essid\": \"Verizon-SM-T378V-C45B\"\n            },\n            {\n                \"essid\": \"Verizon-SM-T378V-D424\"\n            },\n            {\n                \"essid\": \"Verizon-SM-T387V-0B87\"\n            },\n            {\n                \"essid\": \"Verizon-SM-T387V-28A1\"\n            },\n            {\n                \"essid\": \"Verizon-SM-T387V-E5E6\"\n            },\n            {\n                \"essid\": \"Verizon-SM-T387V-E785\"\n            },\n            {\n                \"essid\": \"Verizon-SM-T567V-0F5C\"\n            },\n            {\n                \"essid\": \"Verizon-SM-T567V-83FE\"\n            },\n            {\n                \"essid\": \"Verizon-SM-T567V-C343\"\n            },\n            {\n                \"essid\": \"Verizon-SM-T567V-C68E\"\n            },\n            {\n                \"essid\": \"Verizon-SM-T817V-813D\"\n            },\n            {\n                \"essid\": \"Verizon-SM-T827V-A417\"\n            },\n            {\n                \"essid\": \"Verizon-SM-T837V-1695\"\n            },\n            {\n                \"essid\": \"Verizon-Sullivan\"\n            },\n            {\n                \"essid\": \"Verizon-TCCC\"\n            },\n            {\n                \"essid\": \"Verizon VS425PP C4D2\"\n            },\n            {\n                \"essid\": \"Verizon VS501 5978\"\n            },\n            {\n                \"essid\": \"Verizon VS501 9B77\"\n            },\n            {\n                \"essid\": \"Verizon VS501 A2B3\"\n            },\n            {\n                \"essid\": \"Verizon VS835 4C23\"\n            },\n            {\n                \"essid\": \"Verizon VS890 4G FA01\"\n            },\n            {\n                \"essid\": \"Verizon VS987 A011\"\n            },\n            {\n                \"essid\": \"Verizon VS987 C16B\"\n            },\n            {\n                \"essid\": \"Verizon VS987 C8DB\"\n            },\n            {\n                \"essid\": \"Verizon VS988 1F62\"\n            },\n            {\n                \"essid\": \"Verizon VS988 37A6\"\n            },\n            {\n                \"essid\": \"Verizon VS995 0487\"\n            },\n            {\n                \"essid\": \"Verizon VS995 8320\"\n            },\n            {\n                \"essid\": \"Verizon VS996 6508\"\n            },\n            {\n                \"essid\": \"Verizon VS996 66E2\"\n            },\n            {\n                \"essid\": \"Verizon XT1080 4089\"\n            },\n            {\n                \"essid\": \"Verizon XT1254 2501\"\n            },\n            {\n                \"essid\": \"Verizon XT1254 3008\"\n            },\n            {\n                \"essid\": \"Verizon XT1254 3886\"\n            },\n            {\n                \"essid\": \"Verizon XT1254 3919\"\n            },\n            {\n                \"essid\": \"Verizon XT1565 1793\"\n            },\n            {\n                \"essid\": \"Verizon XT1565 3880\"\n            },\n            {\n                \"essid\": \"Verizon XT1585 1909\"\n            },\n            {\n                \"essid\": \"Verizon XT1585 2788\"\n            },\n            {\n                \"essid\": \"Verizon XT1585 4703\"\n            },\n            {\n                \"essid\": \"Verizon XT1585 4925\"\n            },\n            {\n                \"essid\": \"Verizon XT1585 9569\"\n            },\n            {\n                \"essid\": \"Verizon XT1585 9748\"\n            },\n            {\n                \"essid\": \"Verizon XT1635-01 5797\"\n            },\n            {\n                \"essid\": \"Verizon XT1635-01 7554\"\n            },\n            {\n                \"essid\": \"Verizon XT1650 2343\"\n            },\n            {\n                \"essid\": \"Verizon XT1650 3736\"\n            },\n            {\n                \"essid\": \"Verizon XT1650 3992\"\n            },\n            {\n                \"essid\": \"Verizon XT1650 7122\"\n            },\n            {\n                \"essid\": \"Verizon XT1650 9503\"\n            },\n            {\n                \"essid\": \"Verizon XT1650 9818\"\n            },\n            {\n                \"essid\": \"Verizon XT1710-02 4263\"\n            },\n            {\n                \"essid\": \"Verizon XT1710-02 6604\"\n            },\n            {\n                \"essid\": \"Verizon XT1710-02 7647\"\n            },\n            {\n                \"essid\": \"Verizon XT1710-02 7706\"\n            },\n            {\n                \"essid\": \"Verizon XT1710-02 9261\"\n            },\n            {\n                \"essid\": \"Verizon XT1710-02 9941\"\n            },\n            {\n                \"essid\": \"Verizon Z3153V 0D03\"\n            },\n            {\n                \"essid\": \"Verizon Z839 1F3B\"\n            },\n            {\n                \"essid\": \"Verizon Z839 B42D\"\n            },\n            {\n                \"essid\": \"Verizon Z839 EF19\"\n            },\n            {\n                \"essid\": \"Verizon Z839 F38C\"\n            },\n            {\n                \"essid\": \"Vermona\"\n            },\n            {\n                \"essid\": \"Vernon Silverado\"\n            },\n            {\n                \"essid\": \"veronica\"\n            },\n            {\n                \"essid\": \"Versailles\"\n            },\n            {\n                \"essid\": \"VERTICAL_EARTH\"\n            },\n            {\n                \"essid\": \"VERTNET\"\n            },\n            {\n                \"essid\": \"verykool s5021 AP\"\n            },\n            {\n                \"essid\": \"VeSync_purifier131_b10b\"\n            },\n            {\n                \"essid\": \"Vetco\"\n            },\n            {\n                \"essid\": \"veteran\"\n            },\n            {\n                \"essid\": \"Veterans Grocery-2.4G\"\n            },\n            {\n                \"essid\": \"VFN264\"\n            },\n            {\n                \"essid\": \"VFN270\"\n            },\n            {\n                \"essid\": \"VFX\"\n            },\n            {\n                \"essid\": \"vG7 ThinQ 0906\"\n            },\n            {\n                \"essid\": \"VGH-Guest\"\n            },\n            {\n                \"essid\": \"VGH-Staff\"\n            },\n            {\n                \"essid\": \"VH155\"\n            },\n            {\n                \"essid\": \"VHB Guest\"\n            },\n            {\n                \"essid\": \"VHB Wireless\"\n            },\n            {\n                \"essid\": \"VIA521\"\n            },\n            {\n                \"essid\": \"Vice\"\n            },\n            {\n                \"essid\": \"Vick\"\n            },\n            {\n                \"essid\": \"Vicky\"\n            },\n            {\n                \"essid\": \"vicsgmc\"\n            },\n            {\n                \"essid\": \"Victor\"\n            },\n            {\n                \"essid\": \"Victor 5 5723\"\n            },\n            {\n                \"essid\": \"Victor Acadia\"\n            },\n            {\n                \"essid\": \"VictorColorado\"\n            },\n            {\n                \"essid\": \"victoria1\"\n            },\n            {\n                \"essid\": \"Victoria10\"\n            },\n            {\n                \"essid\": \"VICTORIA94\"\n            },\n            {\n                \"essid\": \"VictoriasChevy\"\n            },\n            {\n                \"essid\": \"Victorias Cruze\"\n            },\n            {\n                \"essid\": \"Victor’s iPhone\"\n            },\n            {\n                \"essid\": \"victoryhm_public\"\n            },\n            {\n                \"essid\": \"Victory_Mart\"\n            },\n            {\n                \"essid\": \"VID15328\"\n            },\n            {\n                \"essid\": \"Video_Link\"\n            },\n            {\n                \"essid\": \"VIEW 1\"\n            },\n            {\n                \"essid\": \"ViFi Hotspot\"\n            },\n            {\n                \"essid\": \"viksxt5\"\n            },\n            {\n                \"essid\": \"Viktoria\"\n            },\n            {\n                \"essid\": \"Vilay\"\n            },\n            {\n                \"essid\": \"Villa_de_CCK\"\n            },\n            {\n                \"essid\": \"villainqueenlioness\"\n            },\n            {\n                \"essid\": \"Villainqueenlioness\"\n            },\n            {\n                \"essid\": \"Villanuevas Cruze\"\n            },\n            {\n                \"essid\": \"Vina 517\"\n            },\n            {\n                \"essid\": \"Vina Cab 1243\"\n            },\n            {\n                \"essid\": \"Vina Cab 1266 415-970-9999\"\n            },\n            {\n                \"essid\": \"Vina Cab 1331 415-970-9999\"\n            },\n            {\n                \"essid\": \"Vina Cab 1578 415-970-9999\"\n            },\n            {\n                \"essid\": \"Vina Cab 2003 415-970-9999\"\n            },\n            {\n                \"essid\": \"Vina Cab 230 415-970-9999\"\n            },\n            {\n                \"essid\": \"Vina Cab 333 415-970-9999\"\n            },\n            {\n                \"essid\": \"Vina Cab 52 415-970-9999\"\n            },\n            {\n                \"essid\": \"Vina Cab 751\"\n            },\n            {\n                \"essid\": \"VINA CAB S-131\"\n            },\n            {\n                \"essid\": \"Vince 1SS\"\n            },\n            {\n                \"essid\": \"Vince’ iPhone\"\n            },\n            {\n                \"essid\": \"Vincent Boy\"\n            },\n            {\n                \"essid\": \"Vincent Clark’s iPhone\"\n            },\n            {\n                \"essid\": \"Vincent's iPhone\"\n            },\n            {\n                \"essid\": \"Vine Staff\"\n            },\n            {\n                \"essid\": \"VineStLotus\"\n            },\n            {\n                \"essid\": \"Vinnette1\"\n            },\n            {\n                \"essid\": \"Vinny\"\n            },\n            {\n                \"essid\": \"@ Vinnys Pizza Guest\"\n            },\n            {\n                \"essid\": \"VIOFO_A129_0440c9\"\n            },\n            {\n                \"essid\": \"VIOFO_A129_1577f6\"\n            },\n            {\n                \"essid\": \"VIOFO_A129_913189\"\n            },\n            {\n                \"essid\": \"VIOFO_A129_9c94fc\"\n            },\n            {\n                \"essid\": \"VIOFO_A129_9d9d24\"\n            },\n            {\n                \"essid\": \"VIOFO_A129_d5110a\"\n            },\n            {\n                \"essid\": \"VIOFO-A129P-92972d\"\n            },\n            {\n                \"essid\": \"VIOFO-WR1-54c9df4c7441\"\n            },\n            {\n                \"essid\": \"VIOFO-WR1-54c9df4d7b77\"\n            },\n            {\n                \"essid\": \"VIOFO-WR1-fceee6067e1b\"\n            },\n            {\n                \"essid\": \"Violets Party Bus\"\n            },\n            {\n                \"essid\": \"VioletYourTurning\"\n            },\n            {\n                \"essid\": \"ViperHadesx\"\n            },\n            {\n                \"essid\": \"Vips Bolt\"\n            },\n            {\n                \"essid\": \"VIRB-1162\"\n            },\n            {\n                \"essid\": \"VIRB-1529\"\n            },\n            {\n                \"essid\": \"VirgilGoPro\"\n            },\n            {\n                \"essid\": \"viru$.exe\"\n            },\n            {\n                \"essid\": \"virus\"\n            },\n            {\n                \"essid\": \"Virus\"\n            },\n            {\n                \"essid\": \"Virus \"\n            },\n            {\n                \"essid\": \"Virus4U\"\n            },\n            {\n                \"essid\": \"virus apk\"\n            },\n            {\n                \"essid\": \"VirusDownload\"\n            },\n            {\n                \"essid\": \"Virus Infected Network\"\n            },\n            {\n                \"essid\": \"Virus-Infested\"\n            },\n            {\n                \"essid\": \"VirusTest\"\n            },\n            {\n                \"essid\": \"VIS_BIZ\"\n            },\n            {\n                \"essid\": \"Vishal's office\"\n            },\n            {\n                \"essid\": \"Visible Hotspot\"\n            },\n            {\n                \"essid\": \"Visible R2 AD76\"\n            },\n            {\n                \"essid\": \"Visible R2 D499\"\n            },\n            {\n                \"essid\": \"Vision\"\n            },\n            {\n                \"essid\": \"VITEC\"\n            },\n            {\n                \"essid\": \"Viva La Volt\"\n            },\n            {\n                \"essid\": \"Vivaldi\"\n            },\n            {\n                \"essid\": \"Vive-017d41cc\"\n            },\n            {\n                \"essid\": \"Vive-Big Room\"\n            },\n            {\n                \"essid\": \"Vivian\"\n            },\n            {\n                \"essid\": \"ViviansCruze\"\n            },\n            {\n                \"essid\": \"Vividnails\"\n            },\n            {\n                \"essid\": \"Vivid Navigation\"\n            },\n            {\n                \"essid\": \"VivintE84D6\"\n            },\n            {\n                \"essid\": \"vivint_guest_2.4G\"\n            },\n            {\n                \"essid\": \"Vivint.Wireless\"\n            },\n            {\n                \"essid\": \"Vivo Gold\"\n            },\n            {\n                \"essid\": \"vivo X7\"\n            },\n            {\n                \"essid\": \"vivo X9Plus\"\n            },\n            {\n                \"essid\": \"vivo X9s Plus L\"\n            },\n            {\n                \"essid\": \"vivo Y97\"\n            },\n            {\n                \"essid\": \"VIZIO\"\n            },\n            {\n                \"essid\": \"VIZIOCastAudio1056\"\n            },\n            {\n                \"essid\": \"VIZIOCastAudio1096\"\n            },\n            {\n                \"essid\": \"VIZIOCastAudio1103\"\n            },\n            {\n                \"essid\": \"VIZIOCastAudio1236\"\n            },\n            {\n                \"essid\": \"VIZIOCastAudio1476\"\n            },\n            {\n                \"essid\": \"VIZIOCastAudio1594\"\n            },\n            {\n                \"essid\": \"VIZIOCastAudio1604\"\n            },\n            {\n                \"essid\": \"VIZIOCastAudio1613\"\n            },\n            {\n                \"essid\": \"VIZIOCastAudio1679\"\n            },\n            {\n                \"essid\": \"VIZIOCastAudio1702\"\n            },\n            {\n                \"essid\": \"VIZIOCastAudio1721\"\n            },\n            {\n                \"essid\": \"VIZIOCastAudio1731\"\n            },\n            {\n                \"essid\": \"VIZIOCastAudio1885\"\n            },\n            {\n                \"essid\": \"VIZIOCastAudio2022\"\n            },\n            {\n                \"essid\": \"VIZIOCastAudio2070\"\n            },\n            {\n                \"essid\": \"VIZIOCastAudio2076\"\n            },\n            {\n                \"essid\": \"VIZIOCastAudio2146\"\n            },\n            {\n                \"essid\": \"VIZIOCastAudio2203\"\n            },\n            {\n                \"essid\": \"VIZIOCastAudio2612\"\n            },\n            {\n                \"essid\": \"VIZIOCastAudio2620\"\n            },\n            {\n                \"essid\": \"VIZIOCastAudio2691\"\n            },\n            {\n                \"essid\": \"VIZIOCastAudio2695\"\n            },\n            {\n                \"essid\": \"VIZIOCastAudio2712\"\n            },\n            {\n                \"essid\": \"VIZIOCastAudio2737\"\n            },\n            {\n                \"essid\": \"VIZIOCastAudio2820\"\n            },\n            {\n                \"essid\": \"VIZIOCastAudio2821\"\n            },\n            {\n                \"essid\": \"VIZIOCastAudio2873\"\n            },\n            {\n                \"essid\": \"VIZIOCastAudio2904\"\n            },\n            {\n                \"essid\": \"VIZIOCastAudio2937\"\n            },\n            {\n                \"essid\": \"VIZIOCastAudio2948\"\n            },\n            {\n                \"essid\": \"VIZIOCastAudio2960\"\n            },\n            {\n                \"essid\": \"VIZIOCastAudio3136\"\n            },\n            {\n                \"essid\": \"VIZIOCastAudio3196\"\n            },\n            {\n                \"essid\": \"VIZIOCastAudio3333\"\n            },\n            {\n                \"essid\": \"VIZIOCastAudio3350\"\n            },\n            {\n                \"essid\": \"VIZIOCastAudio3428\"\n            },\n            {\n                \"essid\": \"VIZIOCastAudio3739\"\n            },\n            {\n                \"essid\": \"VIZIOCastAudio3809\"\n            },\n            {\n                \"essid\": \"VIZIOCastAudio3837\"\n            },\n            {\n                \"essid\": \"VIZIOCastAudio3860\"\n            },\n            {\n                \"essid\": \"VIZIOCastAudio3881\"\n            },\n            {\n                \"essid\": \"VIZIOCastAudio3947\"\n            },\n            {\n                \"essid\": \"VIZIOCastAudio4016\"\n            },\n            {\n                \"essid\": \"VIZIOCastAudio4133\"\n            },\n            {\n                \"essid\": \"VIZIOCastAudio4260\"\n            },\n            {\n                \"essid\": \"VIZIOCastAudio4287\"\n            },\n            {\n                \"essid\": \"VIZIOCastAudio4439\"\n            },\n            {\n                \"essid\": \"VIZIOCastAudio4570\"\n            },\n            {\n                \"essid\": \"VIZIOCastAudio4617\"\n            },\n            {\n                \"essid\": \"VIZIOCastAudio4632\"\n            },\n            {\n                \"essid\": \"VIZIOCastAudio4660\"\n            },\n            {\n                \"essid\": \"VIZIOCastAudio4740\"\n            },\n            {\n                \"essid\": \"VIZIOCastAudio4799\"\n            },\n            {\n                \"essid\": \"VIZIOCastAudio4954\"\n            },\n            {\n                \"essid\": \"VIZIOCastAudio5012\"\n            },\n            {\n                \"essid\": \"VIZIOCastAudio5069\"\n            },\n            {\n                \"essid\": \"VIZIOCastAudio5082\"\n            },\n            {\n                \"essid\": \"VIZIOCastAudio5505\"\n            },\n            {\n                \"essid\": \"VIZIOCastAudio5506\"\n            },\n            {\n                \"essid\": \"VIZIOCastAudio5687\"\n            },\n            {\n                \"essid\": \"VIZIOCastAudio5724\"\n            },\n            {\n                \"essid\": \"VIZIOCastAudio5764\"\n            },\n            {\n                \"essid\": \"VIZIOCastAudio5777\"\n            },\n            {\n                \"essid\": \"VIZIOCastAudio5794\"\n            },\n            {\n                \"essid\": \"VIZIOCastAudio5864\"\n            },\n            {\n                \"essid\": \"VIZIOCastAudio5929\"\n            },\n            {\n                \"essid\": \"VIZIOCastAudio5958\"\n            },\n            {\n                \"essid\": \"VIZIOCastAudio6150\"\n            },\n            {\n                \"essid\": \"VIZIOCastAudio6222\"\n            },\n            {\n                \"essid\": \"VIZIOCastAudio6276\"\n            },\n            {\n                \"essid\": \"VIZIOCastAudio6321\"\n            },\n            {\n                \"essid\": \"VIZIOCastAudio6345\"\n            },\n            {\n                \"essid\": \"VIZIOCastAudio6783\"\n            },\n            {\n                \"essid\": \"VIZIOCastAudio6877\"\n            },\n            {\n                \"essid\": \"VIZIOCastAudio6938\"\n            },\n            {\n                \"essid\": \"VIZIOCastAudio6971\"\n            },\n            {\n                \"essid\": \"VIZIOCastAudio7038\"\n            },\n            {\n                \"essid\": \"VIZIOCastAudio7068\"\n            },\n            {\n                \"essid\": \"VIZIOCastAudio7094\"\n            },\n            {\n                \"essid\": \"VIZIOCastAudio7104\"\n            },\n            {\n                \"essid\": \"VIZIOCastAudio7235\"\n            },\n            {\n                \"essid\": \"VIZIOCastAudio7316\"\n            },\n            {\n                \"essid\": \"VIZIOCastAudio7354\"\n            },\n            {\n                \"essid\": \"VIZIOCastAudio7406\"\n            },\n            {\n                \"essid\": \"VIZIOCastAudio7605\"\n            },\n            {\n                \"essid\": \"VIZIOCastAudio7647\"\n            },\n            {\n                \"essid\": \"VIZIOCastAudio7744\"\n            },\n            {\n                \"essid\": \"VIZIOCastAudio7768\"\n            },\n            {\n                \"essid\": \"VIZIOCastAudio7785\"\n            },\n            {\n                \"essid\": \"VIZIOCastAudio7843\"\n            },\n            {\n                \"essid\": \"VIZIOCastAudio7939\"\n            },\n            {\n                \"essid\": \"VIZIOCastAudio8011\"\n            },\n            {\n                \"essid\": \"VIZIOCastAudio8232\"\n            },\n            {\n                \"essid\": \"VIZIOCastAudio8277\"\n            },\n            {\n                \"essid\": \"VIZIOCastAudio8315\"\n            },\n            {\n                \"essid\": \"VIZIOCastAudio8344\"\n            },\n            {\n                \"essid\": \"VIZIOCastAudio8362\"\n            },\n            {\n                \"essid\": \"VIZIOCastAudio8629\"\n            },\n            {\n                \"essid\": \"VIZIOCastAudio8630\"\n            },\n            {\n                \"essid\": \"VIZIOCastAudio8651\"\n            },\n            {\n                \"essid\": \"VIZIOCastAudio8691\"\n            },\n            {\n                \"essid\": \"VIZIOCastAudio8706\"\n            },\n            {\n                \"essid\": \"VIZIOCastAudio8730\"\n            },\n            {\n                \"essid\": \"VIZIOCastAudio8741\"\n            },\n            {\n                \"essid\": \"VIZIOCastAudio8748\"\n            },\n            {\n                \"essid\": \"VIZIOCastAudio8786\"\n            },\n            {\n                \"essid\": \"VIZIOCastAudio8836\"\n            },\n            {\n                \"essid\": \"VIZIOCastAudio8857\"\n            },\n            {\n                \"essid\": \"VIZIOCastAudio8879\"\n            },\n            {\n                \"essid\": \"VIZIOCastAudio8922\"\n            },\n            {\n                \"essid\": \"VIZIOCastAudio8946\"\n            },\n            {\n                \"essid\": \"VIZIOCastAudio8995\"\n            },\n            {\n                \"essid\": \"VIZIOCastAudio9048\"\n            },\n            {\n                \"essid\": \"VIZIOCastAudio9080\"\n            },\n            {\n                \"essid\": \"VIZIOCastAudio9145\"\n            },\n            {\n                \"essid\": \"VIZIOCastAudio9146\"\n            },\n            {\n                \"essid\": \"VIZIOCastAudio9150\"\n            },\n            {\n                \"essid\": \"VIZIOCastAudio9318\"\n            },\n            {\n                \"essid\": \"VIZIOCastAudio9370\"\n            },\n            {\n                \"essid\": \"VIZIOCastAudio9392\"\n            },\n            {\n                \"essid\": \"VIZIOCastAudio9398\"\n            },\n            {\n                \"essid\": \"VIZIOCastAudio9505\"\n            },\n            {\n                \"essid\": \"VIZIOCastAudio9781\"\n            },\n            {\n                \"essid\": \"VIZIOCastAudio9792\"\n            },\n            {\n                \"essid\": \"VIZIOCastAudio9832\"\n            },\n            {\n                \"essid\": \"VIZIOCastDisplay0590\"\n            },\n            {\n                \"essid\": \"VIZIOCastDisplay0763\"\n            },\n            {\n                \"essid\": \"VIZIOCastDisplay1008\"\n            },\n            {\n                \"essid\": \"VIZIOCastDisplay1144\"\n            },\n            {\n                \"essid\": \"VIZIOCastDisplay1217\"\n            },\n            {\n                \"essid\": \"VizioCastDisplay1241\"\n            },\n            {\n                \"essid\": \"VIZIOCastDisplay1627\"\n            },\n            {\n                \"essid\": \"VIZIOCastDisplay2168\"\n            },\n            {\n                \"essid\": \"VizioCastDisplay2798\"\n            },\n            {\n                \"essid\": \"VIZIOCastDisplay3445\"\n            },\n            {\n                \"essid\": \"VizioCastDisplay7973\"\n            },\n            {\n                \"essid\": \"VIZIOCastDisplay9845\"\n            },\n            {\n                \"essid\": \"VIZIOCastDisplay9845.e000\"\n            },\n            {\n                \"essid\": \"Vizio Crave Pro\"\n            },\n            {\n                \"essid\": \"VIZIO SB3821\"\n            },\n            {\n                \"essid\": \"vjackson\"\n            },\n            {\n                \"essid\": \"vjm's Ellipsis Jetpack 1B65\"\n            },\n            {\n                \"essid\": \"VJsChevy\"\n            },\n            {\n                \"essid\": \"VK-3\"\n            },\n            {\n                \"essid\": \"VKS9\"\n            },\n            {\n                \"essid\": \"VL\"\n            },\n            {\n                \"essid\": \"VLADS VOLT\"\n            },\n            {\n                \"essid\": \"V-LINK\"\n            },\n            {\n                \"essid\": \"vlovett\"\n            },\n            {\n                \"essid\": \"vm\"\n            },\n            {\n                \"essid\": \"vm-guest\"\n            },\n            {\n                \"essid\": \"vmobile2\"\n            },\n            {\n                \"essid\": \"VMvillage\"\n            },\n            {\n                \"essid\": \"V-Nasty TMibile\"\n            },\n            {\n                \"essid\": \"V-Nasty TMobile\"\n            },\n            {\n                \"essid\": \"VNCnissan\"\n            },\n            {\n                \"essid\": \"V Net  Volt\"\n            },\n            {\n                \"essid\": \"VnuZaFehiXzHeEV3sVmFBXK5rhufeUZp\"\n            },\n            {\n                \"essid\": \"vo3923\"\n            },\n            {\n                \"essid\": \"Voegeli-2.4\"\n            },\n            {\n                \"essid\": \"VOG Express\"\n            },\n            {\n                \"essid\": \"voice\"\n            },\n            {\n                \"essid\": \"Voice\"\n            },\n            {\n                \"essid\": \"VoIP\"\n            },\n            {\n                \"essid\": \"VOIP\"\n            },\n            {\n                \"essid\": \"vo iu c\"\n            },\n            {\n                \"essid\": \"vojag55home\"\n            },\n            {\n                \"essid\": \"VOLT 0\"\n            },\n            {\n                \"essid\": \"Volt123\"\n            },\n            {\n                \"essid\": \"VoltAir\"\n            },\n            {\n                \"essid\": \"Voltaire\"\n            },\n            {\n                \"essid\": \"Volt car hotspot\"\n            },\n            {\n                \"essid\": \"Volt CKT\"\n            },\n            {\n                \"essid\": \"Volt EVE\"\n            },\n            {\n                \"essid\": \"voltfi\"\n            },\n            {\n                \"essid\": \"Volt Hotspot\"\n            },\n            {\n                \"essid\": \"Volt Lair\"\n            },\n            {\n                \"essid\": \"voltlord\"\n            },\n            {\n                \"essid\": \"Voltron\"\n            },\n            {\n                \"essid\": \"Volts Wifi\"\n            },\n            {\n                \"essid\": \"voltta\"\n            },\n            {\n                \"essid\": \"voltwifi\"\n            },\n            {\n                \"essid\": \"volt wifi\"\n            },\n            {\n                \"essid\": \"Volt Wifi\"\n            },\n            {\n                \"essid\": \"Volt WiFi\"\n            },\n            {\n                \"essid\": \"Volt WIFI\"\n            },\n            {\n                \"essid\": \"voltwifi10\"\n            },\n            {\n                \"essid\": \"VOLT WiFi Hotspot\"\n            },\n            {\n                \"essid\": \"Voltyvolt\"\n            },\n            {\n                \"essid\": \"Voltz Energy Mobile\"\n            },\n            {\n                \"essid\": \"volvocar\"\n            },\n            {\n                \"essid\": \"volvonet\"\n            },\n            {\n                \"essid\": \"volvoxc90\"\n            },\n            {\n                \"essid\": \"Volvoxc90\"\n            },\n            {\n                \"essid\": \"VON.LEA-2.4\"\n            },\n            {\n                \"essid\": \"Vonnie\"\n            },\n            {\n                \"essid\": \"vortex\"\n            },\n            {\n                \"essid\": \"Vortex Beat 8\"\n            },\n            {\n                \"essid\": \"Votspot\"\n            },\n            {\n                \"essid\": \"VoWiFi\"\n            },\n            {\n                \"essid\": \"Voyager\"\n            },\n            {\n                \"essid\": \"vpeyonne\"\n            },\n            {\n                \"essid\": \"vpnator\"\n            },\n            {\n                \"essid\": \"VR116-E7A0\"\n            },\n            {\n                \"essid\": \"VR217-2CD2ext\"\n            },\n            {\n                \"essid\": \"VRHOME\"\n            },\n            {\n                \"essid\": \"Vroom Vroom\"\n            },\n            {\n                \"essid\": \"VRS WiFi\"\n            },\n            {\n                \"essid\": \"vsat-24g-8365C0\"\n            },\n            {\n                \"essid\": \"vsat-24g-918604\"\n            },\n            {\n                \"essid\": \"vsat-24g-92FF48\"\n            },\n            {\n                \"essid\": \"vsat-24g-93C260\"\n            },\n            {\n                \"essid\": \"vs-business\"\n            },\n            {\n                \"essid\": \"VS Carrier WIFI\"\n            },\n            {\n                \"essid\": \"vSSIDzOjnjDT\"\n            },\n            {\n                \"essid\": \"VSTREAM\"\n            },\n            {\n                \"essid\": \"VT400-109\"\n            },\n            {\n                \"essid\": \"VT400-122\"\n            },\n            {\n                \"essid\": \"VT400-154179\"\n            },\n            {\n                \"essid\": \"VT Equinox\"\n            },\n            {\n                \"essid\": \"vt-wifi\"\n            },\n            {\n                \"essid\": \"Vueatl123\"\n            },\n            {\n                \"essid\": \"Vugluskr-S7\"\n            },\n            {\n                \"essid\": \"Vukhome\"\n            },\n            {\n                \"essid\": \"VURO_358210100003261\"\n            },\n            {\n                \"essid\": \"vvillatoro\"\n            },\n            {\n                \"essid\": \"VVS\"\n            },\n            {\n                \"essid\": \"vwells\"\n            },\n            {\n                \"essid\": \"VWhotspot\"\n            },\n            {\n                \"essid\": \"VW   Ryan\"\n            },\n            {\n                \"essid\": \"VW WLAN 2554\"\n            },\n            {\n                \"essid\": \"VW_WLAN_5b6522\"\n            },\n            {\n                \"essid\": \"VW WLAN 8789\"\n            },\n            {\n                \"essid\": \"VW_WLAN_c9fbe8\"\n            },\n            {\n                \"essid\": \"Vyeom\"\n            },\n            {\n                \"essid\": \"vYou_2004Sienna\"\n            },\n            {\n                \"essid\": \"vYou_2012ScionXD\"\n            },\n            {\n                \"essid\": \"vYou_AudiA4\"\n            },\n            {\n                \"essid\": \"vYou_BenZ4Cam\"\n            },\n            {\n                \"essid\": \"vYou_blaze\"\n            },\n            {\n                \"essid\": \"vYou_Bobo dashcam\"\n            },\n            {\n                \"essid\": \"vYou_Camera 4k\"\n            },\n            {\n                \"essid\": \"vYou_ChevyF\"\n            },\n            {\n                \"essid\": \"vYou_CMRAM1500\"\n            },\n            {\n                \"essid\": \"vYou_Coquio\"\n            },\n            {\n                \"essid\": \"vYou_Ddpai2s\"\n            },\n            {\n                \"essid\": \"vYou_DDPai_M6\"\n            },\n            {\n                \"essid\": \"vYou_DDPai_M6Plus\"\n            },\n            {\n                \"essid\": \"vYou_DDPai_M6Plus_Tesla\"\n            },\n            {\n                \"essid\": \"vYou_DDPai_MINI\"\n            },\n            {\n                \"essid\": \"vYou_DDPai_mini2\"\n            },\n            {\n                \"essid\": \"vYou_DDPai_Mini2\"\n            },\n            {\n                \"essid\": \"vYou_DDPai_Mini2P\"\n            },\n            {\n                \"essid\": \"vYou_DDPai_Mini2P_Back\"\n            },\n            {\n                \"essid\": \"vYou_DDPai_Mini2P front\"\n            },\n            {\n                \"essid\": \"vYou_DDPai_Mini2P_Front\"\n            },\n            {\n                \"essid\": \"vYou_DDPai_Mini2P Van\"\n            },\n            {\n                \"essid\": \"vYou_DDPai_Mini2S\"\n            },\n            {\n                \"essid\": \"vYou_DDPai_Mini3\"\n            },\n            {\n                \"essid\": \"vYou_DDPai_MINI-CAMRY\"\n            },\n            {\n                \"essid\": \"vYou_DDPai_MINImbZ\"\n            },\n            {\n                \"essid\": \"vYou_DDPai_MiniSE\"\n            },\n            {\n                \"essid\": \"vYou_DDPai mustang\"\n            },\n            {\n                \"essid\": \"vYou_DDPai_X2Pro\"\n            },\n            {\n                \"essid\": \"vYou_DingDing\"\n            },\n            {\n                \"essid\": \"vYou_E63Rear\"\n            },\n            {\n                \"essid\": \"vYou_EM DashCam\"\n            },\n            {\n                \"essid\": \"vYou_EquinoxCam\"\n            },\n            {\n                \"essid\": \"vYou_Front\"\n            },\n            {\n                \"essid\": \"vYou_Jenkin\"\n            },\n            {\n                \"essid\": \"vYou_Justgg\"\n            },\n            {\n                \"essid\": \"vYou_Karma_lopsang_sherpa\"\n            },\n            {\n                \"essid\": \"vYou_kdbrand camera\"\n            },\n            {\n                \"essid\": \"vYou_Mera\"\n            },\n            {\n                \"essid\": \"vYou_Prius\"\n            },\n            {\n                \"essid\": \"vYou_Rango\"\n            },\n            {\n                \"essid\": \"vYou_Rear\"\n            },\n            {\n                \"essid\": \"vYou_REAR \"\n            },\n            {\n                \"essid\": \"vYou_Rover Dash Cam\"\n            },\n            {\n                \"essid\": \"vYou_SP Dashcam\"\n            },\n            {\n                \"essid\": \"vYou_steelcam\"\n            },\n            {\n                \"essid\": \"vYou_SUV\"\n            },\n            {\n                \"essid\": \"vYou_The Night Watch\"\n            },\n            {\n                \"essid\": \"vYou_ubbog\"\n            },\n            {\n                \"essid\": \"vYou_UpDDpai\"\n            },\n            {\n                \"essid\": \"vYou_WJW\"\n            },\n            {\n                \"essid\": \"VZW\"\n            },\n            {\n                \"essid\": \"VZW MIFI 2120 5G\"\n            },\n            {\n                \"essid\": \"W47:07M00a0A086;3A.++.*A%''(-%P[\"\n            },\n            {\n                \"essid\": \"wa22up\"\n            },\n            {\n                \"essid\": \"WAaron\"\n            },\n            {\n                \"essid\": \"WABus\"\n            },\n            {\n                \"essid\": \"WABusG\"\n            },\n            {\n                \"essid\": \"WackyMobile\"\n            },\n            {\n                \"essid\": \"WackyWireless\"\n            },\n            {\n                \"essid\": \"Wadupi1\"\n            },\n            {\n                \"essid\": \"Wages\"\n            },\n            {\n                \"essid\": \"Wagner\"\n            },\n            {\n                \"essid\": \"Wagsapwetkuya\"\n            },\n            {\n                \"essid\": \"Wags Bolt\"\n            },\n            {\n                \"essid\": \"$wagwag\"\n            },\n            {\n                \"essid\": \"wahnna\"\n            },\n            {\n                \"essid\": \"Waifu\"\n            },\n            {\n                \"essid\": \"WAITEHOUSE\"\n            },\n            {\n                \"essid\": \"Waive-4989181\"\n            },\n            {\n                \"essid\": \"WajoCel\"\n            },\n            {\n                \"essid\": \"Walden\"\n            },\n            {\n                \"essid\": \"Waldrep-2.4\"\n            },\n            {\n                \"essid\": \"walkerbolt\"\n            },\n            {\n                \"essid\": \"walkerlittlevassar\"\n            },\n            {\n                \"essid\": \"WalkerWAP\"\n            },\n            {\n                \"essid\": \"WalkerWifi\"\n            },\n            {\n                \"essid\": \"Walker WIFI\"\n            },\n            {\n                \"essid\": \"Wallace Wifi\"\n            },\n            {\n                \"essid\": \"walla the balla\"\n            },\n            {\n                \"essid\": \"Wallis\"\n            },\n            {\n                \"essid\": \"Walrus7\"\n            },\n            {\n                \"essid\": \"Walter Ching\\\\342\\\\200\\\\231s iPhone\"\n            },\n            {\n                \"essid\": \"Walter Cruze\"\n            },\n            {\n                \"essid\": \"Walter Reuther\"\n            },\n            {\n                \"essid\": \"WaltsWifi\"\n            },\n            {\n                \"essid\": \"wandasonic\"\n            },\n            {\n                \"essid\": \"Wang\"\n            },\n            {\n                \"essid\": \"Wang hao's IPHONE 2015.7.2\"\n            },\n            {\n                \"essid\": \"wango7\"\n            },\n            {\n                \"essid\": \"War Eagle\"\n            },\n            {\n                \"essid\": \"WarEagle01\"\n            },\n            {\n                \"essid\": \"Wareagle-2.4\"\n            },\n            {\n                \"essid\": \"WAREHOUSE\"\n            },\n            {\n                \"essid\": \"Waren wifi\"\n            },\n            {\n                \"essid\": \"Warning! Virus detected!\"\n            },\n            {\n                \"essid\": \"Warready\"\n            },\n            {\n                \"essid\": \"Warren\"\n            },\n            {\n                \"essid\": \"Warriors\"\n            },\n            {\n                \"essid\": \"Warriors Springs\"\n            },\n            {\n                \"essid\": \"Wash \"\n            },\n            {\n                \"essid\": \"Washer\"\n            },\n            {\n                \"essid\": \"[washer] Samsung\"\n            },\n            {\n                \"essid\": \"Washington\"\n            },\n            {\n                \"essid\": \"wash wicked\"\n            },\n            {\n                \"essid\": \"waspap1\"\n            },\n            {\n                \"essid\": \"WASTELAND\"\n            },\n            {\n                \"essid\": \"wastexpertswifi\"\n            },\n            {\n                \"essid\": \"watamulabolt\"\n            },\n            {\n                \"essid\": \"WaterBoy\"\n            },\n            {\n                \"essid\": \"Watermelon\"\n            },\n            {\n                \"essid\": \"Watson\"\n            },\n            {\n                \"essid\": \"Watson30\"\n            },\n            {\n                \"essid\": \"WATSON-ALT\"\n            },\n            {\n                \"essid\": \"Watsons\"\n            },\n            {\n                \"essid\": \"Wattdafuck\"\n            },\n            {\n                \"essid\": \"watters\"\n            },\n            {\n                \"essid\": \"WattSecond\"\n            },\n            {\n                \"essid\": \"WaveLength\"\n            },\n            {\n                \"essid\": \"WAVLINK-AC\"\n            },\n            {\n                \"essid\": \"WAVLINK-N\"\n            },\n            {\n                \"essid\": \"Waylens-6L57C\"\n            },\n            {\n                \"essid\": \"Waylens-7ICCV\"\n            },\n            {\n                \"essid\": \"Waylens-7NM2R\"\n            },\n            {\n                \"essid\": \"Waylens-8D3VG\"\n            },\n            {\n                \"essid\": \"Waylens-8D4D5\"\n            },\n            {\n                \"essid\": \"Waylens-8D4DZ\"\n            },\n            {\n                \"essid\": \"Waylens-8D4EA\"\n            },\n            {\n                \"essid\": \"Waylens-8D5GQ\"\n            },\n            {\n                \"essid\": \"Waylens-8GN8X\"\n            },\n            {\n                \"essid\": \"Waylens-8K78N\"\n            },\n            {\n                \"essid\": \"Waylens-8K9V9\"\n            },\n            {\n                \"essid\": \"Waylens-9FWHD\"\n            },\n            {\n                \"essid\": \"Waylens-9FWIA\"\n            },\n            {\n                \"essid\": \"Waylens-A0S10\"\n            },\n            {\n                \"essid\": \"Waylens-A0S2C\"\n            },\n            {\n                \"essid\": \"Waylens-AFPRY\"\n            },\n            {\n                \"essid\": \"Wayne Esparza4333\"\n            },\n            {\n                \"essid\": \"WayneIphone\"\n            },\n            {\n                \"essid\": \"Wayne’s\"\n            },\n            {\n                \"essid\": \"Waynes Volt\"\n            },\n            {\n                \"essid\": \"WCBB_40A5EFF282E3\"\n            },\n            {\n                \"essid\": \"WCCUSD\"\n            },\n            {\n                \"essid\": \"wcvan1\"\n            },\n            {\n                \"essid\": \"wcvan11\"\n            },\n            {\n                \"essid\": \"wcvan12\"\n            },\n            {\n                \"essid\": \"wcvan13\"\n            },\n            {\n                \"essid\": \"wcvan15\"\n            },\n            {\n                \"essid\": \"wcvan16\"\n            },\n            {\n                \"essid\": \"wcvan17\"\n            },\n            {\n                \"essid\": \"wcvan18\"\n            },\n            {\n                \"essid\": \"wcvan19\"\n            },\n            {\n                \"essid\": \"wcvan20\"\n            },\n            {\n                \"essid\": \"wcvan22\"\n            },\n            {\n                \"essid\": \"wcvan24\"\n            },\n            {\n                \"essid\": \"wcvan25\"\n            },\n            {\n                \"essid\": \"wcvan28\"\n            },\n            {\n                \"essid\": \"wcvan3\"\n            },\n            {\n                \"essid\": \"wcvan30\"\n            },\n            {\n                \"essid\": \"wcvan32\"\n            },\n            {\n                \"essid\": \"wcvan4\"\n            },\n            {\n                \"essid\": \"wcvan6\"\n            },\n            {\n                \"essid\": \"wcvan8\"\n            },\n            {\n                \"essid\": \"Wcvan8\"\n            },\n            {\n                \"essid\": \"wcvan9\"\n            },\n            {\n                \"essid\": \"WCVR_55A402\"\n            },\n            {\n                \"essid\": \"WCVR_84870C\"\n            },\n            {\n                \"essid\": \"WCVR_856714\"\n            },\n            {\n                \"essid\": \"WCVR_98E9AF\"\n            },\n            {\n                \"essid\": \"WCVR_CAAAF2\"\n            },\n            {\n                \"essid\": \"WCVR_D4D2D8\"\n            },\n            {\n                \"essid\": \"WCVR_D58023\"\n            },\n            {\n                \"essid\": \"WCVR_E8B041\"\n            },\n            {\n                \"essid\": \"WDay\"\n            },\n            {\n                \"essid\": \"WDiPadproWork\"\n            },\n            {\n                \"essid\": \"WeAR3ds\"\n            },\n            {\n                \"essid\": \"WeAreTheHillPeople-5\"\n            },\n            {\n                \"essid\": \"WeAreWatching\"\n            },\n            {\n                \"essid\": \"Weasle\"\n            },\n            {\n                \"essid\": \"Weatherford\"\n            },\n            {\n                \"essid\": \"weber\"\n            },\n            {\n                \"essid\": \"wechplatinum73\"\n            },\n            {\n                \"essid\": \"Weckworth’s iPad\"\n            },\n            {\n                \"essid\": \"we.connect.yellowstone\"\n            },\n            {\n                \"essid\": \"wedian2016\"\n            },\n            {\n                \"essid\": \"WeDoCeo 2\"\n            },\n            {\n                \"essid\": \"weed smoke\"\n            },\n            {\n                \"essid\": \"weefee\"\n            },\n            {\n                \"essid\": \"Weefee\"\n            },\n            {\n                \"essid\": \"weefei\"\n            },\n            {\n                \"essid\": \"Weezie Peezie\"\n            },\n            {\n                \"essid\": \"weezy629\"\n            },\n            {\n                \"essid\": \"WeGoWeDo072\"\n            },\n            {\n                \"essid\": \"WeHaveSoftServe:)\"\n            },\n            {\n                \"essid\": \"weinstein\"\n            },\n            {\n                \"essid\": \"Weinstein Chevy\"\n            },\n            {\n                \"essid\": \"Weis Denali\"\n            },\n            {\n                \"essid\": \"Weis Ho\"\n            },\n            {\n                \"essid\": \"Welcome1930\"\n            },\n            {\n                \"essid\": \"Welcome2Moes\"\n            },\n            {\n                \"essid\": \"Welcome2wickedsushi\"\n            },\n            {\n                \"essid\": \"WelcomeFriends\"\n            },\n            {\n                \"essid\": \"Welearn\"\n            },\n            {\n                \"essid\": \"WeLearn\"\n            },\n            {\n                \"essid\": \"well...\"\n            },\n            {\n                \"essid\": \"wellfleet car\"\n            },\n            {\n                \"essid\": \"wellsjohn98\"\n            },\n            {\n                \"essid\": \"wellspring24\"\n            },\n            {\n                \"essid\": \"Wellstreet\"\n            },\n            {\n                \"essid\": \"Wemo.LightV2.1FA\"\n            },\n            {\n                \"essid\": \"Wemo.Mini.083\"\n            },\n            {\n                \"essid\": \"Wemo.Mini.490\"\n            },\n            {\n                \"essid\": \"Wemo.Mini.5B7\"\n            },\n            {\n                \"essid\": \"Wemo.Mini.808\"\n            },\n            {\n                \"essid\": \"Wemo.Mini.91F\"\n            },\n            {\n                \"essid\": \"Wemo.Mini.B42\"\n            },\n            {\n                \"essid\": \"Wemo.Mini.E04\"\n            },\n            {\n                \"essid\": \"WeMo.Switch.685\"\n            },\n            {\n                \"essid\": \"Wencheng\\\\347\\\\232\\\\204 iPhone\"\n            },\n            {\n                \"essid\": \"wendy10\"\n            },\n            {\n                \"essid\": \"wendy's iPhone\"\n            },\n            {\n                \"essid\": \"Wendys Sonic\"\n            },\n            {\n                \"essid\": \"WendysWifi\"\n            },\n            {\n                \"essid\": \"Wendy's Wi-Fi\"\n            },\n            {\n                \"essid\": \"Wendys_Wireless\"\n            },\n            {\n                \"essid\": \"Wendy Thomas\\\\342\\\\200\\\\231s iPhone\"\n            },\n            {\n                \"essid\": \"Wenying.Zhang’s iPhone\"\n            },\n            {\n                \"essid\": \"weschevy\"\n            },\n            {\n                \"essid\": \"Wesley\"\n            },\n            {\n                \"essid\": \"wesleyfields\"\n            },\n            {\n                \"essid\": \"We spot Your Spot\"\n            },\n            {\n                \"essid\": \"wessvolt\"\n            },\n            {\n                \"essid\": \"Wester\"\n            },\n            {\n                \"essid\": \"WesternDigital-d1\"\n            },\n            {\n                \"essid\": \"Westeros\"\n            },\n            {\n                \"essid\": \"Westin-GuestRoom\"\n            },\n            {\n                \"essid\": \"Westin Meeting\"\n            },\n            {\n                \"essid\": \"westin wifi\"\n            },\n            {\n                \"essid\": \"WEST OAKLAND\"\n            },\n            {\n                \"essid\": \"Westwood Fitness\"\n            },\n            {\n                \"essid\": \"wfelson\"\n            },\n            {\n                \"essid\": \"Wfm\"\n            },\n            {\n                \"essid\": \"wfnetev\"\n            },\n            {\n                \"essid\": \"W.F.U.W.NIGGA\"\n            },\n            {\n                \"essid\": \"WGB\"\n            },\n            {\n                \"essid\": \"wgkinney\"\n            },\n            {\n                \"essid\": \"wgp\"\n            },\n            {\n                \"essid\": \"WhaiPhai\"\n            },\n            {\n                \"essid\": \"whalė\"\n            },\n            {\n                \"essid\": \"Whatever\"\n            },\n            {\n                \"essid\": \"WHATEVER\"\n            },\n            {\n                \"essid\": \"What ever it is \"\n            },\n            {\n                \"essid\": \"whatmakeslemonssour\"\n            },\n            {\n                \"essid\": \"WhatSheSaid\"\n            },\n            {\n                \"essid\": \"Whats That\"\n            },\n            {\n                \"essid\": \"what’s up google\"\n            },\n            {\n                \"essid\": \"What Ya Looking At @@\"\n            },\n            {\n                \"essid\": \"wheats\"\n            },\n            {\n                \"essid\": \"WhedbeeVolt\"\n            },\n            {\n                \"essid\": \"Wheelz Up\"\n            },\n            {\n                \"essid\": \"when fortress\"\n            },\n            {\n                \"essid\": \"WheresGrannysCigarettes\"\n            },\n            {\n                \"essid\": \"WHFD-N\"\n            },\n            {\n                \"essid\": \"WhichWichDuluthGuest\"\n            },\n            {\n                \"essid\": \"Whiskey\"\n            },\n            {\n                \"essid\": \"whisky\"\n            },\n            {\n                \"essid\": \"Whistler D28RSC-e-5D53B\"\n            },\n            {\n                \"essid\": \"Whistler D28RSC-e-5D6A7\"\n            },\n            {\n                \"essid\": \"Whistler D28RSC-e-5D6CB\"\n            },\n            {\n                \"essid\": \"Whistler D28RSC-e-5D703\"\n            },\n            {\n                \"essid\": \"Whistler D28RSC-e-5D750\"\n            },\n            {\n                \"essid\": \"Whistler D28RSC-e-5D88B\"\n            },\n            {\n                \"essid\": \"Whistler D28RSC-e-5DCBB\"\n            },\n            {\n                \"essid\": \"Whistler D28RSC-e-5DF07\"\n            },\n            {\n                \"essid\": \"Whistler D28RSC-e-5DF30\"\n            },\n            {\n                \"essid\": \"Whistler D28RSC-e-5E35B\"\n            },\n            {\n                \"essid\": \"Whistler D28RSC-e-5E4A2\"\n            },\n            {\n                \"essid\": \"Whistler D28RSC-e-5E995\"\n            },\n            {\n                \"essid\": \"Whistler D28RSC-e-5EBE2\"\n            },\n            {\n                \"essid\": \"Whistler D28RSC-e-5EBFC\"\n            },\n            {\n                \"essid\": \"Whistler D28RSC-e-5EC65\"\n            },\n            {\n                \"essid\": \"Whistler D28RSC-e-5F089\"\n            },\n            {\n                \"essid\": \"Whistler D28RSC-e-5F0DA\"\n            },\n            {\n                \"essid\": \"Whistler D28RSC-e-5F2DA\"\n            },\n            {\n                \"essid\": \"Whistler D28RSC-e-5F419\"\n            },\n            {\n                \"essid\": \"Whistler D28RSC-e-65D99\"\n            },\n            {\n                \"essid\": \"Whistler D28RSC-e-65DBB\"\n            },\n            {\n                \"essid\": \"Whistler D28RSC-e-65DEE\"\n            },\n            {\n                \"essid\": \"Whistler D28RSC-e-65DFB\"\n            },\n            {\n                \"essid\": \"Whistler D28RSC-e-6659B\"\n            },\n            {\n                \"essid\": \"Whistler D28RSC-e-665FE\"\n            },\n            {\n                \"essid\": \"Whistler D28RSC-e-66984\"\n            },\n            {\n                \"essid\": \"Whistler D28RSC-e-66989\"\n            },\n            {\n                \"essid\": \"Whistler D28RSC-e-669FE\"\n            },\n            {\n                \"essid\": \"Whistler D28RSC-e-66A10\"\n            },\n            {\n                \"essid\": \"Whistler D28RSC-e-66AAB\"\n            },\n            {\n                \"essid\": \"Whistler D28RSC-e-66B42\"\n            },\n            {\n                \"essid\": \"Whistler D28RSC-e-66F66\"\n            },\n            {\n                \"essid\": \"Whistler D28RSC-e-67096\"\n            },\n            {\n                \"essid\": \"Whistler D28RSC-e-67176\"\n            },\n            {\n                \"essid\": \"Whistler D28RSC-e-671DF\"\n            },\n            {\n                \"essid\": \"Whistler D28RSC-e-672FD\"\n            },\n            {\n                \"essid\": \"Whistler D28RSC-e-673CD\"\n            },\n            {\n                \"essid\": \"Whistler D28RSC-e-67527\"\n            },\n            {\n                \"essid\": \"Whistler D28RSC-e-67585\"\n            },\n            {\n                \"essid\": \"Whistler D28RSC-e-675EC\"\n            },\n            {\n                \"essid\": \"Whistler D28RSC-e-67701\"\n            },\n            {\n                \"essid\": \"Whistler D28RSC-e-67731\"\n            },\n            {\n                \"essid\": \"Whistler D28RSC-e-677CA\"\n            },\n            {\n                \"essid\": \"Whistler D28RSC-e-67895\"\n            },\n            {\n                \"essid\": \"Whistler D28RSC-e-678F4\"\n            },\n            {\n                \"essid\": \"Whistler D28RSC-e-67941\"\n            },\n            {\n                \"essid\": \"Whistler D28RSC-e-67CDF\"\n            },\n            {\n                \"essid\": \"Whistler D28RSC-e-67F7E\"\n            },\n            {\n                \"essid\": \"Whistler D28RSC-e-680F7\"\n            },\n            {\n                \"essid\": \"Whistler D28RSC-e-681C9\"\n            },\n            {\n                \"essid\": \"Whistler D28RSC-e-68491\"\n            },\n            {\n                \"essid\": \"Whistler D28RSC-e-68E6C\"\n            },\n            {\n                \"essid\": \"Whistler D28RSC-e-68E6F\"\n            },\n            {\n                \"essid\": \"Whistler D28RSC-e-68EF6\"\n            },\n            {\n                \"essid\": \"Whistler D28RSC-e-68FFA\"\n            },\n            {\n                \"essid\": \"Whistler D28RSC-e-696E5\"\n            },\n            {\n                \"essid\": \"Whistler D28RSC-e-7BC61\"\n            },\n            {\n                \"essid\": \"Whistler D28RSC-e-7BC6E\"\n            },\n            {\n                \"essid\": \"Whistler D28RSC-e-7C1DD\"\n            },\n            {\n                \"essid\": \"Whistler D28RSC-e-7C69B\"\n            },\n            {\n                \"essid\": \"Whistler D28RSC-e-7C802\"\n            },\n            {\n                \"essid\": \"Whistler D28RSC-e-7CB19\"\n            },\n            {\n                \"essid\": \"Whistler D28RSC-e-7CB79\"\n            },\n            {\n                \"essid\": \"Whistler D28RSC-e-7CBFD\"\n            },\n            {\n                \"essid\": \"Whistler D28RSC-e-7CCB2\"\n            },\n            {\n                \"essid\": \"Whistler D28RSC-e-7CD59\"\n            },\n            {\n                \"essid\": \"Whistler D28RSC-e-7CEFD\"\n            },\n            {\n                \"essid\": \"Whistler D28RSC-e-7CF10\"\n            },\n            {\n                \"essid\": \"Whistler D28RSC-e-7CF4C\"\n            },\n            {\n                \"essid\": \"Whistler D28RSC-e-7D08C\"\n            },\n            {\n                \"essid\": \"Whistler D28RSC-e-7D29B\"\n            },\n            {\n                \"essid\": \"Whistler D28RSC-e-7D3FF\"\n            },\n            {\n                \"essid\": \"Whistler D28RSC-e-7D44C\"\n            },\n            {\n                \"essid\": \"Whistler D28RSC-e-7DA6A\"\n            },\n            {\n                \"essid\": \"Whistler D28RSC-e-7DB09\"\n            },\n            {\n                \"essid\": \"Whistler D28RSC-e-7DC00\"\n            },\n            {\n                \"essid\": \"Whistler D28RSC-e-7E093\"\n            },\n            {\n                \"essid\": \"Whistler D28RSC-e-7E0F8\"\n            },\n            {\n                \"essid\": \"Whistler D28RSC-e-7E15E\"\n            },\n            {\n                \"essid\": \"Whistler D28RSC-e-7EE9F\"\n            },\n            {\n                \"essid\": \"Whistler D28RSC-e-7EEA0\"\n            },\n            {\n                \"essid\": \"Whistler D28RSC-e-7EFD5\"\n            },\n            {\n                \"essid\": \"Whistler D28RSC-e-7F043\"\n            },\n            {\n                \"essid\": \"Whistler D28RSC-e-7F0B7\"\n            },\n            {\n                \"essid\": \"Whistler D28RSC-e-99FAC\"\n            },\n            {\n                \"essid\": \"Whistler D28RSC-e-9A1E6\"\n            },\n            {\n                \"essid\": \"Whistler D28RSC-e-9A6FE\"\n            },\n            {\n                \"essid\": \"Whistler D28RSC-e-9A815\"\n            },\n            {\n                \"essid\": \"Whistler D28RSC-e-9AA36\"\n            },\n            {\n                \"essid\": \"Whistler D28RSC-e-9AAA1\"\n            },\n            {\n                \"essid\": \"Whistler D28RSC-e-9ABE6\"\n            },\n            {\n                \"essid\": \"Whistler D28RSC-e-9AC29\"\n            },\n            {\n                \"essid\": \"Whistler D28RSC-e-9ACE3\"\n            },\n            {\n                \"essid\": \"Whistler D28RSC-e-9ADB6\"\n            },\n            {\n                \"essid\": \"Whistler D28RSC-e-9ADC2\"\n            },\n            {\n                \"essid\": \"Whistler D28RSC-e-9AF5C\"\n            },\n            {\n                \"essid\": \"Whistler D28RSC-e-9AFB3\"\n            },\n            {\n                \"essid\": \"Whistler D28RSC-e-9B3F8\"\n            },\n            {\n                \"essid\": \"Whistler D28RSC-e-9B4C4\"\n            },\n            {\n                \"essid\": \"Whistler D28RSC-e-9B83B\"\n            },\n            {\n                \"essid\": \"Whistler D28RSC-e-9BC0C\"\n            },\n            {\n                \"essid\": \"Whistler D28RSC-e-9BC1E\"\n            },\n            {\n                \"essid\": \"Whistler D28RSC-e-A19F4\"\n            },\n            {\n                \"essid\": \"Whistler D28RSC-e-A1ABD\"\n            },\n            {\n                \"essid\": \"Whistler D28RSC-e-A1B37\"\n            },\n            {\n                \"essid\": \"Whistler D28RSC-e-A1C1D\"\n            },\n            {\n                \"essid\": \"Whistler D28RSC-e-A1D58\"\n            },\n            {\n                \"essid\": \"Whistler D28RSC-e-A57A4\"\n            },\n            {\n                \"essid\": \"Whistler D28RSC-e-A57A5\"\n            },\n            {\n                \"essid\": \"Whistler D28RSC-e-A5917\"\n            },\n            {\n                \"essid\": \"Whistler D28RSC-e-DFEDB\"\n            },\n            {\n                \"essid\": \"Whistler D28RSC-e-ED9AC\"\n            },\n            {\n                \"essid\": \"Whistler D28RSC-e-EDD84\"\n            },\n            {\n                \"essid\": \"Whistler D28RSC-e-EDFEE\"\n            },\n            {\n                \"essid\": \"Whistler D28RSC-e-EE0BF\"\n            },\n            {\n                \"essid\": \"Whistler D28RSC-e-F27F0\"\n            },\n            {\n                \"essid\": \"Whistler D28RSC-e-F28E5\"\n            },\n            {\n                \"essid\": \"Whistler D28RSC-e-F2AD8\"\n            },\n            {\n                \"essid\": \"Whistler D28RSC-e-F2BA7\"\n            },\n            {\n                \"essid\": \"Whistler D28RSC-e-F2BDF\"\n            },\n            {\n                \"essid\": \"Whistler D28RSC-e-F2E39\"\n            },\n            {\n                \"essid\": \"Whistler D28RSC-e-F3109\"\n            },\n            {\n                \"essid\": \"Whistler D28RSC-e-F3120\"\n            },\n            {\n                \"essid\": \"Whistler D28RSC-e-F3128\"\n            },\n            {\n                \"essid\": \"Whistler D28RSC-e-F315A\"\n            },\n            {\n                \"essid\": \"Whistler D28RSC-e-F32DD\"\n            },\n            {\n                \"essid\": \"Whistler D28RSC-e-F3362\"\n            },\n            {\n                \"essid\": \"Whistler D28RSC-e-F3472\"\n            },\n            {\n                \"essid\": \"Whistler D28RSC-e-F34E4\"\n            },\n            {\n                \"essid\": \"Whistler D28RSC-e-F353E\"\n            },\n            {\n                \"essid\": \"Whistler D28RSC-e-F375A\"\n            },\n            {\n                \"essid\": \"Whistler D28RSC-e-F3B17\"\n            },\n            {\n                \"essid\": \"Whistler D28RSC-e-F3CAD\"\n            },\n            {\n                \"essid\": \"Whistler D28RSC-e-F3DC5\"\n            },\n            {\n                \"essid\": \"Whistler D28RSC-e-F40D7\"\n            },\n            {\n                \"essid\": \"Whistler D28RSC-e-F4295\"\n            },\n            {\n                \"essid\": \"Whistler D28RSC-e-F44FE\"\n            },\n            {\n                \"essid\": \"Whistler D28RSC-e-F4755\"\n            },\n            {\n                \"essid\": \"Whistler D28RSC-e-F4925\"\n            },\n            {\n                \"essid\": \"Whistler D28RSC-e-F4D35\"\n            },\n            {\n                \"essid\": \"WhiteBoltWifi\"\n            },\n            {\n                \"essid\": \"white car Hotspot\"\n            },\n            {\n                \"essid\": \"WHITECHEVY\"\n            },\n            {\n                \"essid\": \"White County Fire Service_5GHz\"\n            },\n            {\n                \"essid\": \"whitedress\"\n            },\n            {\n                \"essid\": \"WhiteHorse\"\n            },\n            {\n                \"essid\": \"White knight\"\n            },\n            {\n                \"essid\": \"WhiteKnight2\"\n            },\n            {\n                \"essid\": \"whitelightning\"\n            },\n            {\n                \"essid\": \"WhiteP3D\"\n            },\n            {\n                \"essid\": \"whitespark2367\"\n            },\n            {\n                \"essid\": \"whitmore\"\n            },\n            {\n                \"essid\": \"Whitmore\"\n            },\n            {\n                \"essid\": \"Whitmore WiFi\"\n            },\n            {\n                \"essid\": \"Whittington\"\n            },\n            {\n                \"essid\": \"Whittington-Guest\"\n            },\n            {\n                \"essid\": \"Who Dat?\"\n            },\n            {\n                \"essid\": \"WhopperWifi\"\n            },\n            {\n                \"essid\": \"WhoreNextDoor-2.4\"\n            },\n            {\n                \"essid\": \"whose wifi is dis\"\n            },\n            {\n                \"essid\": \"WHOVanMatt\"\n            },\n            {\n                \"essid\": \"Who_wifi\"\n            },\n            {\n                \"essid\": \"Why\"\n            },\n            {\n                \"essid\": \"WhyBee1\"\n            },\n            {\n                \"essid\": \"Why_Fi\"\n            },\n            {\n                \"essid\": \"whyfim4\"\n            },\n            {\n                \"essid\": \"WhyNot\"\n            },\n            {\n                \"essid\": \"WI1000210\"\n            },\n            {\n                \"essid\": \"WI1000224\"\n            },\n            {\n                \"essid\": \"WI1001058\"\n            },\n            {\n                \"essid\": \"WI1002408\"\n            },\n            {\n                \"essid\": \"WI1020122\"\n            },\n            {\n                \"essid\": \"WI1020659\"\n            },\n            {\n                \"essid\": \"WI1020928\"\n            },\n            {\n                \"essid\": \"WI1020996\"\n            },\n            {\n                \"essid\": \"WI1021305\"\n            },\n            {\n                \"essid\": \"WI1021390\"\n            },\n            {\n                \"essid\": \"WI1021506\"\n            },\n            {\n                \"essid\": \"WI1021546\"\n            },\n            {\n                \"essid\": \"Wichaisack\"\n            },\n            {\n                \"essid\": \"Wichaisack-5\"\n            },\n            {\n                \"essid\": \"WICKED_SUSHI\"\n            },\n            {\n                \"essid\": \"Wickers 8 notes classified \"\n            },\n            {\n                \"essid\": \"Wicknan\"\n            },\n            {\n                \"essid\": \"Wicty1\"\n            },\n            {\n                \"essid\": \"WiD\"\n            },\n            {\n                \"essid\": \"Wiebe88\"\n            },\n            {\n                \"essid\": \"WIfeyVsWifi\"\n            },\n            {\n                \"essid\": \"wifi\"\n            },\n            {\n                \"essid\": \"wi-fi\"\n            },\n            {\n                \"essid\": \"Wifi\"\n            },\n            {\n                \"essid\": \"WiFi\"\n            },\n            {\n                \"essid\": \"WiFi_00708\"\n            },\n            {\n                \"essid\": \"Wifi_022166\"\n            },\n            {\n                \"essid\": \"Wifi07420\"\n            },\n            {\n                \"essid\": \"WIFI 1\"\n            },\n            {\n                \"essid\": \"wifi10\"\n            },\n            {\n                \"essid\": \"Wifi 10\"\n            },\n            {\n                \"essid\": \"WIFI-103-SSID-0\"\n            },\n            {\n                \"essid\": \"Wifi123\"\n            },\n            {\n                \"essid\": \"WIFI127510\"\n            },\n            {\n                \"essid\": \"WIFI 1956\"\n            },\n            {\n                \"essid\": \"Wifi2015\"\n            },\n            {\n                \"essid\": \"WiFi 214Storm\"\n            },\n            {\n                \"essid\": \"WiFi 2500\"\n            },\n            {\n                \"essid\": \"Wi-Fi2681\"\n            },\n            {\n                \"essid\": \"WiFi_39925\"\n            },\n            {\n                \"essid\": \"WiFI_41255\"\n            },\n            {\n                \"essid\": \"WiFi_59237\"\n            },\n            {\n                \"essid\": \"WIFI_A3AA\"\n            },\n            {\n                \"essid\": \"WiFi Atlanta\"\n            },\n            {\n                \"essid\": \"WiFi AWG\"\n            },\n            {\n                \"essid\": \"WIFIB5F878\"\n            },\n            {\n                \"essid\": \"WIFIB66CC2\"\n            },\n            {\n                \"essid\": \"WiFi Beths Bolt\"\n            },\n            {\n                \"essid\": \"Wifi-bliss\"\n            },\n            {\n                \"essid\": \"WifiBolt\"\n            },\n            {\n                \"essid\": \"WiFi Bolt\"\n            },\n            {\n                \"essid\": \"WiFi Bolt SS GT\"\n            },\n            {\n                \"essid\": \"wifiboys\"\n            },\n            {\n                \"essid\": \"WiFi_Buell13\"\n            },\n            {\n                \"essid\": \"WIFICABBA8\"\n            },\n            {\n                \"essid\": \"WIFICAMERA\"\n            },\n            {\n                \"essid\": \"wifi_camera_000b6a006613\"\n            },\n            {\n                \"essid\": \"wifi_camera_ac54_60B788\"\n            },\n            {\n                \"essid\": \"wifi_camera_ac54_C6210A\"\n            },\n            {\n                \"essid\": \"wifi_camera_fceee604837a\"\n            },\n            {\n                \"essid\": \"WiFi Car\"\n            },\n            {\n                \"essid\": \"WiFiCar-4C307080\"\n            },\n            {\n                \"essid\": \"WiFiCar-DF1990AE\"\n            },\n            {\n                \"essid\": \"WiFi CC18\"\n            },\n            {\n                \"essid\": \"WiFi Connect\"\n            },\n            {\n                \"essid\": \"Wifi Corporativa BBVA\"\n            },\n            {\n                \"essid\": \"WiFi_DDPai_Mini2\"\n            },\n            {\n                \"essid\": \"WiFi_DDPai_Mini2_Maxim\"\n            },\n            {\n                \"essid\": \"wifi-dpp\"\n            },\n            {\n                \"essid\": \"WIFI_DVR_7767\"\n            },\n            {\n                \"essid\": \"WIFI_DVR_7AA3\"\n            },\n            {\n                \"essid\": \"WIFIE0A25B\"\n            },\n            {\n                \"essid\": \"WIFIE8C9D3-5G\"\n            },\n            {\n                \"essid\": \"WIFI ENCORE\"\n            },\n            {\n                \"essid\": \"WIFIFF50DA\"\n            },\n            {\n                \"essid\": \"Wi Fi Fo Fum\"\n            },\n            {\n                \"essid\": \"WIFI FROM SPENCE\"\n            },\n            {\n                \"essid\": \"WiFi Garvberg bolt\"\n            },\n            {\n                \"essid\": \"WiFi GMC\"\n            },\n            {\n                \"essid\": \"wifi-Guest1\"\n            },\n            {\n                \"essid\": \"WiFi Hobbits\"\n            },\n            {\n                \"essid\": \"WiFi home\"\n            },\n            {\n                \"essid\": \"WIFI-HOME\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0004\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0005\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0010\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0011\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0013\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0014\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0016\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0017\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0018\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0019\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0020\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0023\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0024\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0025\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0028\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0032\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0034\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0036\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0037\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0039\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0043\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0045\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0046\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0047\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0048\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0049\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0050\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0051\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0053\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0054\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0060\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0063\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0065\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0068\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0071\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0072\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0073\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0074\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0076\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0077\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0079\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0083\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0088\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0089\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0092\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0093\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0095\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0100\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0101\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0104\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0107\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0108\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0109\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0110\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0112\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0115\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0117\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0121\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0122\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0123\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0124\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0126\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0128\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0130\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0133\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0134\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0136\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0137\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0140\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0142\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0146\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0147\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0148\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0149\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0150\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0151\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0152\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0153\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0158\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0160\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0161\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0162\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0163\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0164\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0167\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0169\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0170\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0171\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0172\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0175\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0177\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0178\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0179\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0183\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0184\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0185\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0187\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0191\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0192\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0193\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0194\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0195\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0196\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0207\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0209\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0210\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0211\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0212\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0216\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0217\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0218\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0219\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0222\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0225\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0227\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0228\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0229\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0230\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0232\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0234\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0239\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0240\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0241\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0242\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0243\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0244\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0245\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0247\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0248\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0249\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0250\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0251\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0254\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0256\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0257\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0258\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0262\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0263\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0265\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0266\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0268\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0269\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0270\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0273\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0274\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0276\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0278\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0280\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0282\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0283\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0284\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0287\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0290\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0292\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0293\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0294\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0296\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0297\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0300\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0302\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0303\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0305\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0309\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0311\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0312\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0313\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0314\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0319\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0320\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0321\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0323\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0326\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0328\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0329\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0330\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0332\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0333\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0334\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0337\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0340\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0341\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0343\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0345\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0348\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0349\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0350\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0355\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0356\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0357\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0361\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0362\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0364\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0367\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0369\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0370\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0375\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0377\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0378\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0380\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0381\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0383\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0384\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0385\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0386\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0388\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0390\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0391\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0392\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0393\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0394\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0397\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0401\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0403\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0404\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0406\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0408\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0409\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0410\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0413\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0414\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0415\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0416\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0419\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0421\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0423\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0425\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0426\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0427\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0428\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0430\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0432\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0434\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0435\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0436\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0437\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0438\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0440\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0442\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0443\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0444\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0449\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0450\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0451\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0452\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0456\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0458\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0459\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0460\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0463\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0467\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0469\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0471\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0475\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0477\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0478\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0479\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0480\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0484\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0485\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0486\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0487\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0488\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0490\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0492\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0493\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0495\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0499\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0500\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0501\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0502\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0503\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0504\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0509\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0510\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0511\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0513\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0514\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0515\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0516\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0517\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0519\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0520\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0521\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0530\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0531\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0532\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0533\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0535\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0536\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0537\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0539\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0540\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0541\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0543\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0544\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0547\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0548\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0551\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0552\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0554\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0555\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0556\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0557\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0561\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0563\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0564\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0566\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0567\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0568\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0569\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0571\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0575\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0576\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0581\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0584\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0585\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0587\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0588\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0589\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0590\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0593\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0594\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0596\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0597\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0598\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0601\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0604\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0607\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0609\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0610\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0611\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0612\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0615\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0617\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0619\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0620\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0622\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0623\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0625\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0626\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0627\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0628\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0629\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0631\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0632\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0633\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0634\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0635\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0637\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0638\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0641\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0642\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0643\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0644\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0645\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0646\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0647\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0648\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0652\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0656\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0658\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0661\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0662\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0663\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0664\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0666\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0668\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0669\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0674\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0676\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0681\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0685\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0686\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0687\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0689\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0690\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0691\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0692\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0693\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0694\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0696\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0698\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0702\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0703\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0704\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0708\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0710\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0711\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0712\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0718\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0719\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0720\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0722\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0723\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0724\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0726\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0728\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0729\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0730\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0731\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0733\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0736\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0739\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0744\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0745\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0746\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0747\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0749\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0750\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0753\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0754\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0755\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0756\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0760\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0761\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0762\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0763\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0764\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0765\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0766\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0767\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0768\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0771\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0773\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0774\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0775\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0781\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0782\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0787\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0794\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0799\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0800\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0803\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0804\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0805\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0806\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0812\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0816\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0818\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0819\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0820\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0821\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0824\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0825\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0826\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0829\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0831\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0833\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0834\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0838\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0847\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0848\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0849\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0852\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0853\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0854\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0858\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0861\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0867\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0870\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0871\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0872\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0873\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0878\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0881\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0882\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0884\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0885\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0886\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0887\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0888\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0889\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0890\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0891\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0893\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0896\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0897\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0899\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0901\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0902\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0903\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0904\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0906\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0909\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0910\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0911\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0912\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0913\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0914\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0921\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0924\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0926\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0930\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0932\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0933\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0937\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0939\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0941\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0942\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0945\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0949\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0951\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0954\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0955\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0957\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0958\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0960\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0961\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0962\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0963\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0965\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0967\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0969\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0971\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0973\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0977\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0978\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0982\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0983\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0984\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0985\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0990\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0993\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0994\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0995\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0996\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0997\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0998\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 0999\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1000\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1001\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1002\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1003\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1006\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1007\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1008\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1010\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1012\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1013\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1015\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1016\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1017\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1021\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1022\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1023\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1024\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1026\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1028\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1031\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1033\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1034\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1036\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1041\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1044\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1046\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1048\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1050\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1051\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1053\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1055\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1058\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1061\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1062\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1067\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1072\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1073\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1075\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1078\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1079\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1081\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1083\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1085\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1087\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1091\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1094\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1095\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1098\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1099\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1104\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1105\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1106\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1109\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1111\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1113\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1114\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1115\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1116\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1117\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1118\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1119\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1120\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1121\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1123\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1124\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1125\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1126\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1127\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1128\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1132\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1134\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1135\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1136\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1140\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1142\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1144\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1148\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1149\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1151\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1154\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1155\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1156\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1157\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1161\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1165\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1166\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1167\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1168\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1169\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1170\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1172\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1173\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1175\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1176\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1179\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1180\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1182\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1185\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1186\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1187\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1189\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1191\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1192\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1193\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1195\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1196\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1198\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1200\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1201\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1202\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1205\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1206\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1208\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1209\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1210\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1212\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1213\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1214\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1215\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1217\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1220\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1223\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1225\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1228\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1229\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1231\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1234\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1236\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1237\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1238\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1241\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1245\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1247\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1248\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1250\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1254\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1255\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1256\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1257\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1258\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1259\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1260\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1261\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1262\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1263\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1264\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1265\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1268\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1270\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1272\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1274\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1275\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1277\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1278\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1279\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1281\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1282\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1286\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1287\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1288\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1289\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1291\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1293\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1295\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1296\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1297\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1298\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1301\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1304\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1305\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1306\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1308\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1311\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1312\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1314\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1316\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1317\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1319\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1321\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1322\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1324\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1327\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1330\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1332\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1333\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1334\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1335\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1337\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1338\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1339\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1340\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1341\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1342\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1343\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1344\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1345\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1346\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1347\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1348\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1350\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1351\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1352\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1360\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1361\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1362\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1364\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1365\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1366\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1369\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1370\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1374\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1377\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1378\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1379\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1380\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1386\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1387\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1388\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1392\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1398\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1402\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1404\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1406\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1407\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1408\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1410\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1411\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1415\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1417\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1418\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1419\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1420\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1421\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1422\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1425\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1426\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1429\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1430\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1431\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1432\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1434\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1435\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1436\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1439\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1440\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1444\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1446\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1447\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1449\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1452\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1454\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1456\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1459\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1462\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1463\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1464\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1468\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1470\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1471\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1472\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1473\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1477\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1478\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1480\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1481\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1482\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1484\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1485\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1486\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1487\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1488\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1492\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1493\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1496\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1497\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1498\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1500\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1504\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1506\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1507\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1508\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1510\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1511\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1513\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1514\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1516\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1517\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1518\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1519\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1520\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1521\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1522\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1523\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1526\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1529\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1534\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1535\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1537\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1538\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1541\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1542\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1544\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1549\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1551\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1554\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1557\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1561\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1565\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1567\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1568\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1570\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1573\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1580\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1581\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1583\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1585\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1586\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1587\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1588\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1590\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1592\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1593\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1596\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1598\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1599\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1600\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1602\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1604\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1606\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1607\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1608\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1609\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1611\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1612\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1615\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1616\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1619\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1620\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1625\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1628\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1630\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1631\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1633\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1634\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1635\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1638\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1640\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1642\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1644\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1646\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1647\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1648\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1650\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1652\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1654\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1655\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1656\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1660\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1663\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1665\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1669\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1670\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1671\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1672\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1674\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1675\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1676\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1679\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1680\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1682\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1684\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1685\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1687\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1689\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1691\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1696\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1697\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1699\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1701\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1703\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1705\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1706\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1708\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1709\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1716\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1719\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1720\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1721\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1722\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1724\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1726\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1727\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1728\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1729\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1730\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1732\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1733\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1737\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1738\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1740\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1741\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1742\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1744\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1746\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1747\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1748\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1749\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1751\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1754\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1755\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1756\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1758\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1761\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1766\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1768\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1769\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1770\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1772\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1773\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1775\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1781\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1784\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1787\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1788\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1790\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1794\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1798\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1799\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1800\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1802\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1804\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1805\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1806\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1810\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1811\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1813\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1815\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1816\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1819\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1820\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1823\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1825\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1826\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1828\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1830\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1833\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1835\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1836\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1837\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1839\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1841\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1842\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1844\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1846\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1847\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1848\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1850\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1854\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1856\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1857\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1864\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1865\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1866\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1868\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1869\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1870\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1872\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1873\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1874\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1875\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1879\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1880\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1884\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1886\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1887\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1890\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1891\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1893\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1894\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1895\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1896\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1897\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1898\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1899\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1901\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1909\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1910\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1911\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1915\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1916\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1917\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1918\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1919\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1921\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1922\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1923\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1924\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1925\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1927\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1928\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1929\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1934\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1935\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1938\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1939\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1940\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1941\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1943\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1945\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1946\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1947\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1948\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1950\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1951\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1954\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1955\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1956\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1958\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1959\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1960\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1961\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1965\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1966\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1967\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1971\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1975\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1978\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1979\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1982\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1988\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1990\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1991\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1993\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1995\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1996\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1997\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1998\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 1999\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2000\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2002\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2003\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2005\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2006\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2007\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2008\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2009\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2014\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2016\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2017\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2020\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2021\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2022\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2023\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2025\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2028\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2029\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2030\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2031\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2035\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2037\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2038\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2039\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2040\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2043\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2044\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2045\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2046\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2047\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2050\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2052\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2053\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2054\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2056\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2059\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2062\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2064\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2067\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2069\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2070\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2072\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2074\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2075\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2078\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2079\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2080\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2081\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2082\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2084\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2090\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2091\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2094\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2095\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2097\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2098\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2099\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2102\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2103\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2106\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2110\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2112\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2113\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2114\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2115\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2116\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2119\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2120\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2122\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2123\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2125\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2126\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2128\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2129\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2130\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2131\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2134\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2135x\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2136\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2137\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2139\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2141\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2143\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2144\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2146\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2148\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2151\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2154\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2156\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2158\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2160\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2162\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2164\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2165\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2167\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2168\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2172\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2175\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2177\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2179\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2182\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2184\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2187\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2188\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2193\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2195\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2196\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2198\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2200\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2201\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2205\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2206\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2210\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2212\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2213\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2214\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2215\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2216\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2217\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2220\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2222\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2224\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2225\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2229\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2230\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2231\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2232\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2233\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2234\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2236\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2238\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2239\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2241\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2243\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2245\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2246\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2248\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2250\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2256\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2258\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2259\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2264\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2265\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2267\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2270\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2276\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2277\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2278\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2279\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2281\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2283\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2285\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2286\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2287\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2288\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2289\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2291\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2292\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2293\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2295\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2296\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2297\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2298\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2301\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2302\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2303\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2304\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2306\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2307\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2309\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2310\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2311\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2312\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2314\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2315\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2317\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2319\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2321\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2322\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2323\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2326\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2327\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2332\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2334\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2337\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2340\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2341\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2342\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2343\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2344\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2346\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2349\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2350\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2353\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2355\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2356\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2360\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2361\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2362\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2363\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2364\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2365\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2368\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2370\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2372\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2374\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2375\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2376\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2377\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2378\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2379\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2380\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2382\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2385\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2386\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2388\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2392\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2394\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2399\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2401\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2403\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2405\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2409\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2412\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2413\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2415\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2416\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2418\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2419\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2423\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2424\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2425\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2426\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2427\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2428\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2429\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2430\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2432\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2434\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2435\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2437\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2438\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2439\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2442\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2443\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2444\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2447\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2450\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2451\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2456\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2459\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2460\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2462\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2463\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2465\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2466\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2467\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2469\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2471\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2472\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2473\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2474\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2475\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2476\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2477\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2478\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2479\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2483\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2484\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2486\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2488\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2489\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2491\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2493\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2494\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2495\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2496\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2497\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2499\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2500\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2501\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2502\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2503\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2505\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2507\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2513\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2514\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2515\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2520\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2521\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2522\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2526\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2527\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2528\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2530\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2537\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2538\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2540\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2543\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2545\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2546\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2548\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2549\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2551\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2553\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2558\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2559\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2560\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2562\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2563\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2564\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2565\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2566\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2569\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2572\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2577\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2578\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2580\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2582\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2585\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2586\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2588\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2589\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2592\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2593\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2594\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2598\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2599\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2601\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2603\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2604\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2609\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2613\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2614\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2617\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2619\"\n            },\n            {\n                \"essid\": \"WiFiHotspot2620\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2621\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2623\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2626\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2630\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2631\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2632\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2633\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2635\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2636\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2637\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2640\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2641\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2643\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2644\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2645\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2646\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2648\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2650\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2652\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2655\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2656\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2658\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2659\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2660\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2661\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2662\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2663\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2664\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2665\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2667\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2669\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2671\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2674\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2675\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2676\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2677\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2680\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2682\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2683\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2686\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2688\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2691\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2693\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2694\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2695\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2696\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2702\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2703\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2705\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2708\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2710\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2711\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2713\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2714\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2715\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2716\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2719\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2722\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2724\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2726\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2728\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2731\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2732\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2733\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2734\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2737\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2740\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2741\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2742\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2743\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2745\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2752\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2753\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2754\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2756\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2760\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2763\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2765\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2767\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2768\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2769\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2770\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2771\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2772\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2773\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2775\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2777\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2779\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2781\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2782\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2784\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2787\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2792\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2794\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2800\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2801\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2803\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2805\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2806\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2808\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2809\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2810\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2811\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2812\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2813\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2814\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2815\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2816\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2818\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2819\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2821\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2822\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2823\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2830\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2832\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2833\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2834\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2836\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2837\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2838\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2839\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2840\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2842\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2843\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2844\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2845\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2847\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2848\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2852\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2853\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2856\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2857\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2859\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2861\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2863\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2866\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2867\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2868\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2869\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2871\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2873\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2874\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2877\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2878\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2880\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2881\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2882\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2887\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2889\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2890\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2891\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2892\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2895\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2897\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2898\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2899\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2903\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2904\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2905\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2907\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2908\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2910\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2912\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2913\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2917\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2919\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2921\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2922\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2923\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2925\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2926\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2927\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2931\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2932\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2934\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2936\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2937\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2939\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2943\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2945\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2946\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2949\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2950\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2951\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2953\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2957\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2958\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2960\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2963\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2964\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2966\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2969\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2970\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2972\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2973\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2976\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2979\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2980\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2981\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2984\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2985\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2986\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2987\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2988\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2989\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2990\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 2991\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3001\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3002\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3003\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3009\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3010\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3011\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3013\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3018\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3019\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3021\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3023\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3024\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3025\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3026\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3027\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3028\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3029\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3031\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3033\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3034\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3039\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3040\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3041\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3042\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3044\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3048\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3049\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3056\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3057\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3058\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3061\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3069\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3070\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3073\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3074\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3075\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3076\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3077\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3079\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3080\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3081\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3083\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3086\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3089\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3092\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3093\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3096\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3097\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3098\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3103\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3104\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3105\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3106\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3107\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3115\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3121\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3122\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3123\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3129\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3130\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3135\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3136\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3137\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3138\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3139\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3144\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3146\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3148\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3149\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3152\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3153\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3155\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3157\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3160\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3162\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3163\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3168\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3170\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3171\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3172\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3176\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3182\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3185\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3186\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3187\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3189\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3190\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3194\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3196\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3199\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3201\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3204\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3206\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3207\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3208\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3209\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3210\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3211\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3213\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3215\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3216\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3217\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3218\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3220\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3222\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3226\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3230\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3233\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3236\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3237\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3239\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3242\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3244\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3247\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3248\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3250\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3251\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3252\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3253\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3254\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3259\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3262\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3263\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3265\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3266\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3268\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3269\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3271\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3272\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3273\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3275\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3276\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3277\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3278\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3279\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3280\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3282\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3286\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3287\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3288\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3289\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3291\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3294\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3295\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3296\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3297\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3300\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3301\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3303\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3307\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3308\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3309\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3312\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3313\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3314\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3318\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3319\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3320\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3321\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3322\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3324\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3325\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3327\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3329\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3330\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3333\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3335\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3337\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3338\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3340\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3343\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3346\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3348\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3349\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3350\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3352\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3354\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3356\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3358\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3360\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3361\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3362\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3365\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3368\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3369\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3370\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3371\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3374\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3375\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3379\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3381\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3382\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3383\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3384\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3385\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3390\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3392\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3393\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3394\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3396\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3398\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3401\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3402\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3405\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3406\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3407\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3408\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3409\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3411\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3412\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3413\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3417\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3424\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3425\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3426\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3427\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3430\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3435\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3436\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3438\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3439\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3440\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3443\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3444\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3446\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3447\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3451\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3453\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3458\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3459\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3461\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3469\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3470\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3472\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3474\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3475\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3479\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3480\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3481\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3482\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3483\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3488\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3489\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3492\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3494\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3500\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3501\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3505\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3508\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3509\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3510\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3512\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3513\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3514\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3517\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3520\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3521\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3522\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3523\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3526\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3527\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3529\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3534\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3536\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3537\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3540\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3542\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3549\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3552\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3554\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3556\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3558\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3559\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3561\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3565\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3566\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3567\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3568\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3569\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3570\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3571\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3572\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3574\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3575\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3576\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3579\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3580\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3582\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3583\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3585\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3587\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3590\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3592\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3595\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3601\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3602\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3608\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3611\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3612\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3614\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3615\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3616\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3617\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3618\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3621\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3626\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3627\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3633\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3634\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3635\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3636\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3639\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3640\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3641\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3644\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3646\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3647\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3649\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3650\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3652\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3653\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3655\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3658\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3659\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3660\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3662\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3665\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3673\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3675\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3676\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3678\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3680\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3683\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3686\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3687\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3688\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3690\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3692\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3693\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3695\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3697\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3699\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3702\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3703\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3705\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3710\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3712\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3715\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3716\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3718\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3720\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3721\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3722\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3724\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3725\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3728\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3729\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3733\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3736\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3739\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3740\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3741\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3743\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3745\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3747\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3748\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3749\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3752\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3753\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3754\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3756\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3758\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3760\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3761\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3764\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3765\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3766\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3768\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3770\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3771\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3772\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3773\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3774\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3776\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3778\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3779\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3780\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3783\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3787\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3788\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3789\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3793\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3794\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3800\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3801\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3802\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3804\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3805\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3808\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3810\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3817\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3819\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3821\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3822\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3823\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3827\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3828\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3829\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3831\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3834\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3837\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3838\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3839\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3842\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3843\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3851\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3854\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3857\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3858\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3860\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3864\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3865\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3866\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3869\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3872\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3874\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3877\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3878\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3880\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3881\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3882\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3884\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3888\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3889\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3890\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3892\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3893\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3895\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3899\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3904\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3905\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3906\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3912\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3913\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3916\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3917\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3919\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3924\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3926\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3928\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3931\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3932\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3933\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3936\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3937\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3938\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3939\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3940\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3941\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3942\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3944\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3945\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3947\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3950\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3953\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3954\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3955\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3958\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3959\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3960\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3962\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3963\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3964\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3966\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3968\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3970\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3971\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3972\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3973\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3974\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3975\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3976\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3979\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3980\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3982\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3984\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3991\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3992\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 3994\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4000\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4002\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4003\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4005\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4009\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4012\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4013\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4014\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4017\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4019\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4020\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4022\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4024\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4025\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4030\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4031\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4032\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4033\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4034\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4035\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4037\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4038\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4039\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4040\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4042\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4043\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4045\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4046\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4047\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4048\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4050\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4051\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4052\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4055\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4056\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4059\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4060\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4062\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4063\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4064\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4066\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4067\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4068\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4069\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4075\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4077\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4079\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4083\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4086\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4087\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4088\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4090\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4091\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4095\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4097\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4098\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4103\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4105\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4106\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4108\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4112\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4115\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4116\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4118\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4119\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4120\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4122\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4124\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4125\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4127\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4128\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4129\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4131\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4134\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4136\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4139\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4141\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4146\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4148\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4150\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4155\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4156\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4157\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4158\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4161\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4163\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4167\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4168\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4170\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4173\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4174\"\n            },\n            {\n                \"essid\": \"WiFi  Hotspot 4175\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4176\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4177\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4178\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4181\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4183\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4185\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4186\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4187\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4188\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4191\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4194\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4195\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4197\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4201\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4203\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4206\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4209\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4210\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4212\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4213\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4221\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4223\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4228\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4230\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4232\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4233\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4234\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4235\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4236\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4237\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4238\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4241\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4242\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4243\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4246\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4247\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4250\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4253\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4257\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4259\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4263\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4264\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4269\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4270\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4272\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4273\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4274\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4275\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4276\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4278\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4281\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4283\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4286\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4287\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4290\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4292\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4294\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4295\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4296\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4297\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4298\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4299\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4300\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4301\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4303\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4306\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4307\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4308\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4309\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4316\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4318\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4319\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4321\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4323\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4327\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4328\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4329\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4332\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4333\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4334\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4335\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4336\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4339\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4343\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4344\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4345\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4346\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4348\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4349\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4350\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4351\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4354\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4356\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4360\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4365\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4367\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4369\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4376\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4377\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4378\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4379\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4381\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4384\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4386\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4388\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4389\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4393\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4395\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4396\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4397\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4400\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4401\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4402\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4403\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4405\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4409\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4410\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4411\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4415\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4416\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4418\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4419\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4420\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4423\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4425\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4426\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4427\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4428\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4432\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4433\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4437\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4438\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4440\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4442\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4443\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4444\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4445\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4447\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4449\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4451\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4454\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4456\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4457\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4458\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4459\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4462\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4464\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4467\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4468\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4470\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4473\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4474\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4476\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4477\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4479\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4480\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4481\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4484\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4485\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4486\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4487\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4490\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4491\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4493\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4494\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4495\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4498\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4499\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4500\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4501\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4504\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4506\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4507\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4508\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4509\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4512\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4514\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4516\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4518\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4519\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4522\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4523\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4524\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4525\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4526\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4528\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4529\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4530\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4531\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4534\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4535\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4536\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4537\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4538\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4540\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4541\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4542\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4550\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4553\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4555\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4556\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4558\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4559\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4560\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4564\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4569\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4570\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4571\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4573\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4575\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4577\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4581\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4582\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4583\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4585\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4587\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4589\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4590\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4592\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4593\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4596\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4598\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4601\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4602\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4603\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4605\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4606\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4607\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4609\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4615\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4618\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4619\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4620\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4623\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4625\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4631\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4632\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4635\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4636\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4637\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4639\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4640\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4642\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4643\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4644\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4645\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4647\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4648\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4653\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4654\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4657\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4658\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4660\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4661\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4662\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4664\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4667\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4670\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4672\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4673\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4674\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4675\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4676\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4677\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4679\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4680\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4683\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4685\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4686\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4687\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4690\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4691\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4692\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4693\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4694\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4696\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4700\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4702\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4705\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4706\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4708\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4714\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4716\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4718\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4720\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4727\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4732\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4733\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4736\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4739\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4745\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4747\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4748\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4749\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4751\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4753\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4757\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4758\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4760\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4761\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4763\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4766\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4769\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4771\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4772\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4775\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4776\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4777\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4778\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4782\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4784\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4786\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4788\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4790\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4791\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4792\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4793\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4796\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4798\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4800\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4801\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4802\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4803\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4806\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4807\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4808\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4810\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4811\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4815\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4819\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4821\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4823\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4827\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4829\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4832\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4835\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4836\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4838\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4840\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4843\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4844\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4846\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4847\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4848\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4850\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4854\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4855\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4857\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4859\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4863\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4865\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4868\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4869\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4870\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4873\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4874\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4876\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4877\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4878\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4879\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4881\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4882\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4884\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4885\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4888\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4890\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4891\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4895\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4896\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4897\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4898\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4900\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4902\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4903\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4906\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4907\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4914\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4915\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4916\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4917\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4918\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4919\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4920\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4922\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4926\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4927\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4930\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4931\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4933\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4934\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4936\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4938\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4939\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4940\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4942\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4945\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4946\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4947\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4950\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4951\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4953\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4956\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4957\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4960\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4963\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4965\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4966\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4967\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4968\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4969\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4970\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4971\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4972\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4973\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4974\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4976\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4979\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4981\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4984\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4985\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4987\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4988\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4989\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4990\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4991\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4992\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4993\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4995\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4996\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4997\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4998\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 4999\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5001\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5002\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5003\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5004\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5005\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5006\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5007\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5008\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5010\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5011\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5012\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5014\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5016\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5017\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5018\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5020\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5021\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5024\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5026\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5027\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5028\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5029\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5032\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5034\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5035\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5036\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5037\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5038\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5039\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5044\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5047\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5048\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5051\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5052\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5053\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5055\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5058\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5059\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5061\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5063\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5064\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5065\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5067\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5068\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5069\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5071\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5074\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5075\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5076\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5077\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5078\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5079\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5083\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5084\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5085\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5086\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5087\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5088\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5089\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5092\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5093\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5094\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5095\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5096\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5097\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5101\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5102\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5103\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5104\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5105\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5106\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5107\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5109\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5110\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5113\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5115\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5116\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5118\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5119\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5120\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5121\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5123\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5124\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5126\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5127\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5128\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5129\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5130\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5133\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5135\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5140\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5141\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5142\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5143\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5144\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5145\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5146\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5149\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5150\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5151\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5152\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5153\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5154\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5156\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5161\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5162\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5163\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5166\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5167\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5168\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5171\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5172\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5174\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5175\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5178\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5181\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5182\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5184\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5185\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5187\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5190\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5191\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5192\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5198\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5200\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5201\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5203\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5205\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5206\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5208\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5210\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5211\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5212\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5217\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5218\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5220\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5221\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5225\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5226\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5227\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5231\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5232\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5235\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5236\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5237\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5239\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5240\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5241\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5242\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5244\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5248\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5250\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5255\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5258\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5260\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5261\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5262\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5263\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5265\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5266\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5268\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5272\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5274\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5276\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5278\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5281\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5282\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5284\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5286\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5290\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5291\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5293\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5294\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5295\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5296\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5297\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5298\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5300\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5301\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5303\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5304\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5308\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5312\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5315\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5316\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5321\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5322\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5323\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5324\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5325\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5328\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5330\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5333\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5334\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5341\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5342\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5345\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5346\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5347\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5349\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5350\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5351\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5352\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5353\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5355\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5356\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5357\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5358\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5361\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5362\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5365\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5366\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5368\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5375\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5377\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5378\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5380\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5382\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5384\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5385\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5387\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5390\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5391\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5393\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5394\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5396\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5399\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5401\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5402\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5408\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5409\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5411\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5413\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5414\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5418\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5426\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5427\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5428\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5430\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5433\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5437\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5438\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5439\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5440\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5444\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5445\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5446\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5450\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5451\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5454\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5456\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5457\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5459\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5460\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5461\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5462\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5464\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5466\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5467\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5468\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5470\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5471\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5472\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5473\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5475\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5476\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5480\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5484\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5485\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5486\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5487\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5488\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5490\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5494\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5497\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5500\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5503\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5505\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5506\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5511\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5512\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5516\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5517\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5518\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5520\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5521\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5524\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5527\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5533\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5536\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5538\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5539\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5540\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5542\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5546\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5547\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5548\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5549\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5550\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5551\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5558\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5559\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5560\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5561\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5563\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5564\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5567\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5569\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5570\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5573\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5574\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5575\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5576\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5580\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5581\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5585\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5589\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5590\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5592\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5593\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5594\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5595\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5598\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5601\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5602\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5604\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5605\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5606\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5607\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5610\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5612\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5618\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5619\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5624\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5625\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5626\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5629\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5631\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5632\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5634\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5637\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5638\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5640\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5641\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5642\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5645\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5648\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5651\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5652\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5653\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5654\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5655\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5656\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5657\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5658\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5659\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5660\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5664\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5665\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5667\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5668\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5670\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5674\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5676\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5678\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5680\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5683\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5687\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5689\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5690\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5692\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5693\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5694\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5695\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5698\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5701\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5705\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5707\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5708\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5709\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5710\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5711\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5717\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5718\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5720\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5722\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5723\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5725\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5728\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5729\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5731\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5732\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5733\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5735\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5740\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5742\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5744\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5746\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5750\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5753\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5755\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5756\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5758\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5760\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5762\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5763\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5765\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5768\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5769\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5774\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5775\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5776\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5777\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5780\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5782\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5785\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5787\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5791\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5792\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5794\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5795\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5798\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5799\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5801\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5802\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5803\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5804\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5806\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5807\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5809\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5811\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5812\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5814\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5816\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5818\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5821\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5822\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5824\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5826\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5827\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5828\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5829\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5830\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5832\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5835\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5839\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5841\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5844\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5845\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5847\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5848\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5851\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5853\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5854\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5855\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5856\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5859\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5863\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5864\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5865\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5866\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5867\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5868\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5869\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5870\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5872\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5876\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5877\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5879\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5884\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5885\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5887\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5889\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5897\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5902\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5904\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5909\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5910\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5911\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5912\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5919\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5920\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5921\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5922\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5923\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5924\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5926\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5929\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5930\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5933\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5935\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5937\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5938\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5941\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5943\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5945\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5948\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5951\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5952\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5953\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5954\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5955\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5956\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5958\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5959\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5960\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5965\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5967\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5968\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5970\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5971\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5972\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5974\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5977\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5979\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5981\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5983\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5985\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5986\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5989\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5993\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5998\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 5999\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6001\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6004\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6006\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6008\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6009\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6010\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6011\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6014\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6016\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6017\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6018\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6019\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6021\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6022\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6024\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6025\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6028\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6029\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6031\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6036\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6037\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6038\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6040\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6041\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6043\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6044\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6047\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6050\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6051\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6057\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6058\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6061\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6064\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6066\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6067\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6070\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6072\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6074\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6076\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6077\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6078\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6079\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6080\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6084\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6089\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6090\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6094\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6095\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6097\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6098\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6102\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6103\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6106\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6108\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6109\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6112\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6118\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6119\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6120\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6122\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6123\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6125\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6126\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6129\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6130\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6132\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6133\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6134\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6137\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6138\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6140\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6142\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6148\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6149\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6155\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6156\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6157\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6158\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6159\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6160\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6161\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6162\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6163\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6164\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6166\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6167\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6172\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6174\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6177\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6178\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6180\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6181\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6183\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6185\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6188\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6190\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6194\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6195\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6196\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6197\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6198\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6201\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6202\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6206\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6207\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6208\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6210\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6213\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6215\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6216\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6217\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6218\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6219\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6226\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6227\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6232\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6237\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6242\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6243\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6244\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6248\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6249\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6250\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6251\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6252\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6253\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6255\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6257\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6260\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6262\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6265\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6266\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6267\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6270\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6271\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6272\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6273\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6275\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6277\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6278\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6280\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6281\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6282\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6283\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6286\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6287\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6289\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6292\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6293\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6296\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6300\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6301\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6305\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6307\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6309\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6310\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6311\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6314\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6317\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6320\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6321\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6323\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6324\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6326\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6327\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6329\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6330\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6331\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6332\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6334\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6336\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6337\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6338\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6339\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6341\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6345\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6346\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6348\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6349\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6350\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6352\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6355\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6361\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6363\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6372\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6373\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6374\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6378\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6383\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6385\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6386\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6389\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6391\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6394\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6395\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6398\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6404\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6405\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6407\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6409\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6414\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6415\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6416\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6418\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6419\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6421\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6422\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6425\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6426\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6428\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6429\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6430\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6441\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6443\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6444\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6448\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6454\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6464\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6465\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6466\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6467\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6468\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6469\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6470\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6472\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6475\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6476\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6478\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6480\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6485\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6486\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6489\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6492\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6494\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6496\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6497\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6498\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6499\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6500\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6501\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6502\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6503\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6510\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6511\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6512\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6516\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6517\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6519\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6520\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6522\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6523\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6524\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6526\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6527\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6533\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6534\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6535\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6538\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6543\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6544\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6549\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6550\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6552\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6553\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6559\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6560\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6561\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6568\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6570\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6572\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6575\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6577\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6578\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6580\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6584\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6585\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6587\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6588\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6590\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6593\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6594\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6596\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6599\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6600\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6602\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6603\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6604\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6605\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6607\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6608\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6612\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6613\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6614\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6615\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6617\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6619\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6621\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6622\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6623\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6629\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6634\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6636\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6637\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6639\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6642\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6643\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6647\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6649\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6652\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6656\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6657\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6658\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6659\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6661\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6664\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6665\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6668\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6669\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6671\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6672\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6673\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6676\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6677\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6678\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6679\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6683\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6685\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6687\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6688\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6689\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6692\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6693\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6694\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6695\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6697\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6699\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6700\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6702\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6706\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6707\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6708\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6709\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6712\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6713\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6716\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6719\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6721\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6724\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6727\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6728\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6729\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6731\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6732\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6736\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6737\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6746\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6747\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6748\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6749\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6751\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6753\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6756\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6757\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6758\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6760\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6761\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6762\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6763\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6765\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6769\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6777\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6778\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6779\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6780\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6781\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6783\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6785\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6786\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6787\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6788\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6789\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6791\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6794\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6797\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6798\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6800\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6804\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6805\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6809\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6811\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6812\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6813\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6814\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6815\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6817\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6818\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6820\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6821\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6822\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6824\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6825\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6826\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6829\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6831\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6835\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6836\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6838\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6839\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6840\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6841\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6842\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6843\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6845\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6847\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6848\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6849\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6854\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6857\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6858\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6861\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6863\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6867\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6868\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6872\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6873\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6875\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6877\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6881\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6882\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6883\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6890\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6892\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6894\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6896\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6897\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6898\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6899\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6900\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6901\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6902\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6903\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6907\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6909\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6910\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6911\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6912\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6913\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6918\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6920\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6924\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6925\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6926\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6932\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6934\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6935\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6936\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6938\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6939\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6941\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6942\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6943\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6944\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6946\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6947\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6948\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6949\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6950\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6951\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6952\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6955\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6956\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6957\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6959\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6960\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6963\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6964\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6965\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6966\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6967\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6968\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6970\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6971\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6972\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6973\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6976\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6980\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6982\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6983\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6989\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6992\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6994\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6996\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 6997\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7001\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7009\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7011\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7013\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7019\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7020\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7024\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7025\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7028\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7030\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7031\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7032\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7033\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7035\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7037\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7040\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7042\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7044\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7054\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7056\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7058\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7060\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7061\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7063\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7064\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7065\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7067\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7068\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7072\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7073\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7075\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7076\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7079\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7080\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7081\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7082\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7084\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7087\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7089\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7092\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7094\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7095\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7096\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7100\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7101\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7102\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7103\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7104\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7105\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7107\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7111\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7113\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7115\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7116\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7117\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7119\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7120\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7124\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7125\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7130\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7131\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7132\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7134\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7136\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7138\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7139\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7140\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7141\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7143\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7146\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7147\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7148\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7152\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7153\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7155\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7157\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7158\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7164\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7166\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7167\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7168\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7169\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7170\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7172\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7175\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7176\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7177\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7180\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7182\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7187\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7188\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7190\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7192\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7193\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7194\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7197\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7198\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7203\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7204\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7206\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7207\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7208\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7209\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7210\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7211\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7213\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7215\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7217\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7218\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7219\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7220\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7222\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7225\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7229\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7230\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7231\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7235\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7237\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7240\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7241\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7242\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7243\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7245\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7246\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7248\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7249\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7250\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7253\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7255\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7256\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7258\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7260\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7261\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7262\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7265\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7268\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7272\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7273\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7276\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7278\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7279\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7280\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7281\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7282\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7283\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7285\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7288\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7289\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7290\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7291\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7294\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7300\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7305\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7307\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7311\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7314\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7316\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7318\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7320\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7321\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7324\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7327\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7329\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7330\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7334\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7337\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7339\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7340\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7342\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7343\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7344\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7346\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7349\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7352\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7353\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7354\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7360\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7361\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7366\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7369\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7370\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7373\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7376\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7378\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7380\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7382\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7383\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7386\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7387\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7389\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7391\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7392\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7393\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7395\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7396\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7398\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7401\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7407\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7408\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7412\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7416\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7417\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7421\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7422\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7425\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7426\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7428\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7432\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7434\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7435\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7436\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7438\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7440\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7441\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7442\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7443\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7447\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7449\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7450\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7451\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7454\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7456\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7458\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7459\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7461\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7463\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7465\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7470\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7475\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7476\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7477\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7478\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7479\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7480\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7481\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7482\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7485\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7486\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7490\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7494\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7495\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7498\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7501\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7507\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7509\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7510\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7513\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7514\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7517\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7520\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7521\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7522\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7524\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7527\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7528\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7529\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7530\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7533\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7534\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7535\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7536\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7545\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7546\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7547\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7550\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7552\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7553\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7555\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7557\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7558\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7561\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7562\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7563\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7564\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7565\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7566\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7567\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7569\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7571\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7572\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7573\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7576\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7577\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7582\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7584\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7586\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7587\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7589\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7594\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7602\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7603\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7604\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7605\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7608\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7609\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7610\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7611\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7617\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7618\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7622\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7623\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7624\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7625\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7626\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7627\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7628\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7629\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7630\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7631\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7632\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7633\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7635\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7639\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7643\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7644\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7645\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7649\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7654\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7658\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7660\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7664\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7665\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7666\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7667\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7668\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7669\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7670\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7673\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7674\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7675\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7676\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7677\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7678\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7682\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7687\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7688\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7689\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7690\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7691\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7692\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7694\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7695\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7697\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7698\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7699\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7700\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7701\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7704\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7705\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7707\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7708\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7710\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7711\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7714\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7717\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7718\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7720\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7721\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7722\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7723\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7724\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7732\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7733\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7736\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7737\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7738\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7739\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7740\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7741\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7742\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7744\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7745\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7747\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7748\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7751\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7752\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7755\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7757\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7758\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7759\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7760\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7762\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7764\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7765\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7767\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7771\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7773\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7775\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7776\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7780\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7783\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7785\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7787\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7791\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7792\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7793\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7794\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7795\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7796\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7797\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7802\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7803\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7804\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7806\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7807\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7815\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7817\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7818\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7819\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7821\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7822\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7825\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7827\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7828\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7829\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7831\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7834\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7836\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7837\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7838\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7840\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7841\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7842\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7843\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7844\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7846\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7847\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7849\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7850\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7852\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7854\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7855\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7856\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7857\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7858\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7859\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7860\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7862\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7863\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7864\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7867\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7868\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7869\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7871\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7872\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7873\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7875\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7878\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7879\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7883\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7884\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7885\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7887\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7888\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7891\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7893\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7894\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7895\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7897\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7899\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7900\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7903\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7906\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7907\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7911\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7912\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7917\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7918\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7919\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7920\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7922\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7923\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7932\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7933\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7934\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7935\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7936\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7938\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7940\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7941\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7942\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7945\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7947\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7948\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7950\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7951\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7956\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7963\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7964\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7965\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7966\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7971\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7975\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7977\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7978\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7979\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7980\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7981\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7983\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7984\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7985\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7986\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7987\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7992\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7993\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7996\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 7997\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8001\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8002\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8003\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8004\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8005\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8006\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8008\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8009\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8010\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8012\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8013\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8015\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8016\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8020\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8022\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8023\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8024\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8028\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8031\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8032\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8033\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8034\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8035\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8036\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8038\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8040\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8041\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8043\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8046\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8047\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8048\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8049\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8051\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8052\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8053\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8059\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8061\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8062\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8064\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8065\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8066\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8067\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8068\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8070\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8071\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8075\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8076\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8077\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8079\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8082\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8085\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8090\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8092\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8093\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8096\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8098\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8101\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8102\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8105\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8106\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8107\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8108\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8109\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8113\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8114\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8115\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8117\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8118\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8122\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8123\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8125\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8128\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8129\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8130\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8132\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8134\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8139\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8142\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8144\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8146\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8147\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8148\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8150\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8156\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8157\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8158\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8159\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8160\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8161\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8162\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8163\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8166\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8168\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8169\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8174\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8176\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8177\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8178\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8179\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8181\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8183\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8186\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8187\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8188\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8189\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8190\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8193\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8194\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8197\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8198\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8199\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8200\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8201\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8202\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8203\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8204\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8205\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8207\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8211\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8212\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8213\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8214\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8217\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8219\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8221\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8223\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8225\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8227\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8228\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8229\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8230\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8231\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8232\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8233\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8234\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8235\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8236\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8239\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8241\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8244\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8245\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8246\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8247\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8248\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8251\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8252\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8253\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8254\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8255\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8256\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8257\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8258\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8259\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8260\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8262\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8263\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8265\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8266\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8269\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8270\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8272\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8275\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8277\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8278\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8279\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8281\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8282\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8283\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8284\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8285\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8288\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8289\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8290\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8291\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8293\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8295\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8296\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8297\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8299\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8302\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8304\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8307\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8308\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8309\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8310\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8319\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8320\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8321\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8322\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8323\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8324\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8326\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8327\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8328\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8329\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8331\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8336\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8339\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8340\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8341\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8344\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8346\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8347\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8349\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8353\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8356\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8358\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8360\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8363\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8364\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8365\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8367\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8368\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8370\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8371\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8372\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8373\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8376\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8377\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8378\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8380\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8382\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8383\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8385\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8388\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8390\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8392\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8393\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8398\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8399\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8401\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8404\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8409\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8410\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8414\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8418\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8419\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8421\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8423\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8424\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8425\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8427\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8428\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8429\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8430\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8434\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8436\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8437\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8439\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8441\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8444\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8446\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8450\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8454\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8455\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8458\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8459\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8460\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8461\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8464\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8465\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8467\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8468\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8469\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8470\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8471\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8472\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8473\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8474\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8476\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8478\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8479\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8480\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8485\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8487\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8488\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8490\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8492\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8495\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8498\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8500\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8503\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8505\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8507\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8508\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8509\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8510\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8513\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8514\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8516\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8517\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8518\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8522\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8524\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8525\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8529\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8531\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8532\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8535\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8536\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8537\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8539\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8540\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8541\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8542\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8545\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8546\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8547\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8549\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8550\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8555\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8556\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8557\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8559\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8560\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8562\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8567\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8570\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8573\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8577\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8582\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8584\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8585\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8586\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8591\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8592\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8593\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8594\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8595\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8598\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8601\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8602\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8604\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8605\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8606\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8607\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8609\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8611\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8612\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8614\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8616\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8619\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8622\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8625\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8627\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8629\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8630\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8632\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8637\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8638\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8640\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8642\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8643\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8646\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8651\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8653\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8654\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8658\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8659\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8663\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8665\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8666\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8667\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8669\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8670\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8672\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8674\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8675\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8676\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8677\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8680\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8682\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8683\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8685\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8686\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8687\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8689\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8693\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8694\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8695\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8696\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8699\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8700\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8702\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8703\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8704\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8706\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8707\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8708\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8710\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8711\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8714\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8715\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8716\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8717\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8718\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8719\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8721\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8722\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8723\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8727\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8730\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8731\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8733\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8735\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8737\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8739\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8741\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8744\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8747\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8753\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8755\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8756\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8758\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8760\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8761\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8765\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8766\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8767\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8769\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8770\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8771\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8773\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8776\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8777\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8779\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8780\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8781\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8782\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8783\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8786\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8787\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8789\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8791\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8792\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8793\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8795\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8796\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8799\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8801\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8805\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8810\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8811\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8815\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8816\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8817\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8818\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8819\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8821\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8830\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8833\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8834\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8835\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8836\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8840\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8842\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8843\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8844\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8845\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8846\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8849\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8851\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8855\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8857\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8859\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8861\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8866\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8867\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8869\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8871\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8874\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8875\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8879\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8885\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8886\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8887\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8890\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8896\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8897\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8899\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8910\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8911\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8914\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8915\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8916\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8920\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8921\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8923\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8924\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8927\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8928\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8932\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8935\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8936\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8940\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8941\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8942\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8943\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8950\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8954\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8955\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8957\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8958\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8959\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8960\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8963\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8964\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8966\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8968\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8969\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8973\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8977\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8978\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8979\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8980\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8981\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8982\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8983\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8986\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8988\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8990\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8993\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8996\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8997\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8998\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 8999\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9002\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9003\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9005\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9008\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9011\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9012\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9013\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9014\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9017\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9022\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9023\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9025\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9029\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9030\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9031\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9033\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9034\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9036\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9038\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9043\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9044\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9045\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9046\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9047\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9049\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9051\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9052\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9057\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9058\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9060\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9061\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9063\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9064\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9066\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9067\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9069\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9071\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9072\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9073\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9074\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9076\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9078\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9080\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9081\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9083\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9085\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9087\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9088\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9089\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9090\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9091\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9092\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9093\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9096\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9097\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9100\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9101\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9102\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9103\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9104\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9106\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9107\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9108\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9109\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9111\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9112\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9114\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9117\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9118\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9119\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9122\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9124\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9127\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9128\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9131\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9132\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9134\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9135\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9137\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9138\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9139\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9141\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9142\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9143\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9144\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9145\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9146\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9147\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9148\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9149\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9150\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9151\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9156\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9157\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9159\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9160\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9161\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9164\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9167\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9170\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9172\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9174\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9177\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9178\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9179\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9180\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9182\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9184\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9185\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9188\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9189\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9192\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9195\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9196\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9197\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9199\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9200\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9201\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9203\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9204\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9205\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9206\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9209\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9210\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9211\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9212\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9214\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9215\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9219\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9223\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9224\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9225\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9226\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9228\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9229\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9231\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9232\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9233\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9237\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9238\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9241\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9242\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9246\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9252\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9254\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9255\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9256\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9257\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9260\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9263\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9265\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9266\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9267\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9269\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9271\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9272\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9274\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9275\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9276\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9281\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9282\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9283\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9289\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9291\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9292\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9293\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9294\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9296\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9299\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9305\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9307\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9309\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9311\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9312\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9313\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9316\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9318\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9325\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9327\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9328\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9330\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9331\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9334\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9335\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9338\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9339\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9340\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9341\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9342\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9343\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9345\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9346\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9348\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9350\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9351\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9353\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9354\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9355\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9356\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9358\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9360\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9363\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9365\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9366\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9367\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9368\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9369\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9371\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9373\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9375\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9376\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9378\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9380\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9382\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9383\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9385\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9387\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9394\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9396\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9399\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9400\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9403\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9404\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9407\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9408\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9409\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9411\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9412\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9415\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9418\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9419\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9421\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9422\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9423\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9424\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9426\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9428\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9429\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9433\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9436\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9439\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9441\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9443\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9446\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9449\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9451\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9455\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9457\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9460\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9462\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9463\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9466\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9467\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9468\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9469\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9470\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9472\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9473\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9474\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9479\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9480\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9481\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9483\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9493\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9495\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9499\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9500\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9503\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9505\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9506\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9507\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9508\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9509\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9510\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9511\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9512\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9513\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9514\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9515\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9522\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9523\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9524\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9525\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9526\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9528\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9534\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9535\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9538\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9541\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9542\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9543\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9545\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9549\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9556\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9559\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9560\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9561\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9563\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9564\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9565\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9567\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9568\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9570\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9571\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9572\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9574\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9575\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9577\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9578\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9579\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9587\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9588\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9589\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9592\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9594\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9595\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9597\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9598\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9600\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9602\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9604\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9606\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9607\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9608\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9609\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9610\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9612\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9613\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9616\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9618\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9620\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9621\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9622\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9623\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9624\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9629\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9632\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9633\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9634\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9639\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9640\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9641\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9642\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9644\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9645\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9646\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9647\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9648\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9649\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9650\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9651\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9653\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9654\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9657\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9658\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9659\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9660\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9661\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9662\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9663\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9664\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9665\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9666\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9667\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9668\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9670\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9672\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9673\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9677\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9678\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9679\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9680\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9682\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9683\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9684\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9685\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9686\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9688\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9689\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9692\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9696\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9699\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9700\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9701\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9702\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9703\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9704\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9708\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9709\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9712\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9716\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9718\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9719\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9720\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9721\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9723\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9724\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9725\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9729\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9732\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9737\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9738\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9742\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9743\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9744\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9745\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9748\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9749\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9750\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9751\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9754\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9755\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9757\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9758\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9762\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9763\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9764\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9766\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9767\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9768\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9769\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9770\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9771\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9772\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9775\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9779\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9780\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9781\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9782\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9783\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9788\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9789\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9796\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9799\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9801\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9806\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9807\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9809\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9810\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9812\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9813\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9814\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9815\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9816\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9817\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9819\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9820\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9822\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9825\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9826\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9827\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9829\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9831\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9834\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9837\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9839\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9840\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9841\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9844\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9847\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9848\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9849\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9850\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9851\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9856\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9858\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9861\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9863\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9864\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9866\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9867\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9869\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9871\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9874\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9875\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9876\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9878\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9882\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9883\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9884\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9885\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9886\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9887\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9891\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9893\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9894\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9897\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9898\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9899\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9903\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9904\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9907\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9911\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9912\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9913\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9915\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9916\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9917\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9920\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9923\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9927\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9928\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9929\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9937\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9938\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9940\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9942\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9946\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9948\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9950\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9952\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9953\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9955\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9956\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9958\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9959\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9963\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9964\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9967\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9970\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9972\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9974\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9976\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9977\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9978\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9979\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9980\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9986\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9987\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9988\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9990\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9991\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9993\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9994\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9997\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot 9998\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot Acadi\"\n            },\n            {\n                \"essid\": \"WiFi HotspotAv2017\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot Che\"\n            },\n            {\n                \"essid\": \"Wi-Fi Hotspot Free\"\n            },\n            {\n                \"essid\": \"Wi-Fi Hotspot Free - SsWifi\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot Kim\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot LPG\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot OPS\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot Shaji\"\n            },\n            {\n                \"essid\": \"WiFi Hotspot Shrek\"\n            },\n            {\n                \"essid\": \"Wifi in the house 2.4\"\n            },\n            {\n                \"essid\": \"Wifiisawesome\"\n            },\n            {\n                \"essid\": \"WiFi Janes Bolt\"\n            },\n            {\n                \"essid\": \"wifijs24\"\n            },\n            {\n                \"essid\": \"WiFi JT\"\n            },\n            {\n                \"essid\": \"WIFI_K6\"\n            },\n            {\n                \"essid\": \"Wifi Lawson \"\n            },\n            {\n                \"essid\": \"wifilive\"\n            },\n            {\n                \"essid\": \"WiFi Malibu\"\n            },\n            {\n                \"essid\": \"wifiMia24\"\n            },\n            {\n                \"essid\": \"Wi-Fi Name\"\n            },\n            {\n                \"essid\": \"Wi-Fi Network\"\n            },\n            {\n                \"essid\": \"WiFi_OBDii\"\n            },\n            {\n                \"essid\": \"WiFi_OBDII\"\n            },\n            {\n                \"essid\": \"Wifi on Board\"\n            },\n            {\n                \"essid\": \"WIFI On The Fly\"\n            },\n            {\n                \"essid\": \"Wi-Fi On The Go\"\n            },\n            {\n                \"essid\": \"Wifipacay.com\"\n            },\n            {\n                \"essid\": \"WiFi Philly Q\"\n            },\n            {\n                \"essid\": \"wifirear\"\n            },\n            {\n                \"essid\": \"WiFi SexyCar\"\n            },\n            {\n                \"essid\": \"wifi stop\"\n            },\n            {\n                \"essid\": \"WiFiTether-AP\"\n            },\n            {\n                \"essid\": \"wifivoipglobal\"\n            },\n            {\n                \"essid\": \"WiFi Volt\"\n            },\n            {\n                \"essid\": \"WiFi WOODSIE\"\n            },\n            {\n                \"essid\": \"wifi yukon\"\n            },\n            {\n                \"essid\": \"WiFreiburg\"\n            },\n            {\n                \"essid\": \"Wiggly\"\n            },\n            {\n                \"essid\": \"Wi-Hi Unicorn\"\n            },\n            {\n                \"essid\": \"WiHo-244388\"\n            },\n            {\n                \"essid\": \"WiiWireless\"\n            },\n            {\n                \"essid\": \"Wi-Johnson 2.4G\"\n            },\n            {\n                \"essid\": \"WIKA-Guest\"\n            },\n            {\n                \"essid\": \"WIKA-Internal-Guest\"\n            },\n            {\n                \"essid\": \"Wi-kanda Fi-ever 2.4 GHz\"\n            },\n            {\n                \"essid\": \"Wilbourn\"\n            },\n            {\n                \"essid\": \"Wilbury\"\n            },\n            {\n                \"essid\": \"Wilcar\"\n            },\n            {\n                \"essid\": \"wildcar66\"\n            },\n            {\n                \"essid\": \"wildcaravan\"\n            },\n            {\n                \"essid\": \"Wilder\"\n            },\n            {\n                \"essid\": \"Wild Flower Suites-2G\"\n            },\n            {\n                \"essid\": \" Wild Wing Cafe\"\n            },\n            {\n                \"essid\": \"wildwoman\"\n            },\n            {\n                \"essid\": \"Wildwood1\"\n            },\n            {\n                \"essid\": \"Wilfi\"\n            },\n            {\n                \"essid\": \"Wilfido \"\n            },\n            {\n                \"essid\": \"Wilfi (HK)\"\n            },\n            {\n                \"essid\": \"wilkinson\"\n            },\n            {\n                \"essid\": \"willandnilu\"\n            },\n            {\n                \"essid\": \"William\"\n            },\n            {\n                \"essid\": \"William\\\\342\\\\200\\\\231s iPhone\"\n            },\n            {\n                \"essid\": \"Williams\"\n            },\n            {\n                \"essid\": \"Williams22\"\n            },\n            {\n                \"essid\": \"Williams Family\"\n            },\n            {\n                \"essid\": \"Williams GMC\"\n            },\n            {\n                \"essid\": \"Williams Phone Pachin hehe\"\n            },\n            {\n                \"essid\": \"Williams Sierra\"\n            },\n            {\n                \"essid\": \"Williams wifi\"\n            },\n            {\n                \"essid\": \"William's Wi-Fi Network\"\n            },\n            {\n                \"essid\": \"Willie 1747\"\n            },\n            {\n                \"essid\": \"williecanyon\"\n            },\n            {\n                \"essid\": \"Willie Nelson\"\n            },\n            {\n                \"essid\": \"Wills Cruze\"\n            },\n            {\n                \"essid\": \"willxedge\"\n            },\n            {\n                \"essid\": \"WillyPuff\"\n            },\n            {\n                \"essid\": \"WILLZTHRILLZ\"\n            },\n            {\n                \"essid\": \"WILP-Guest\"\n            },\n            {\n                \"essid\": \"WILP-Internal\"\n            },\n            {\n                \"essid\": \"WilsonHome\"\n            },\n            {\n                \"essid\": \"WiMercCam\"\n            },\n            {\n                \"essid\": \"WIN_001055\"\n            },\n            {\n                \"essid\": \"WIN_002100\"\n            },\n            {\n                \"essid\": \"WIN_002114\"\n            },\n            {\n                \"essid\": \"WIN_002245\"\n            },\n            {\n                \"essid\": \"WIN_002300\"\n            },\n            {\n                \"essid\": \"WIN_0027\"\n            },\n            {\n                \"essid\": \"WIN_002770\"\n            },\n            {\n                \"essid\": \"WIN_003095\"\n            },\n            {\n                \"essid\": \"WIN_003148\"\n            },\n            {\n                \"essid\": \"WIN_005791\"\n            },\n            {\n                \"essid\": \"WIN_005933\"\n            },\n            {\n                \"essid\": \"WIN_005a\"\n            },\n            {\n                \"essid\": \"WIN_006040\"\n            },\n            {\n                \"essid\": \"WIN_006138\"\n            },\n            {\n                \"essid\": \"WIN_006219\"\n            },\n            {\n                \"essid\": \"WIN_006330\"\n            },\n            {\n                \"essid\": \"WIN_006632\"\n            },\n            {\n                \"essid\": \"WIN_006641\"\n            },\n            {\n                \"essid\": \"WIN_0455_EXT\"\n            },\n            {\n                \"essid\": \"WIN_0857\"\n            },\n            {\n                \"essid\": \"WIN_094a\"\n            },\n            {\n                \"essid\": \"WIN_09d2\"\n            },\n            {\n                \"essid\": \"WIN_100012\"\n            },\n            {\n                \"essid\": \"WIN_100330\"\n            },\n            {\n                \"essid\": \"WIN_100550\"\n            },\n            {\n                \"essid\": \"WIN_100591\"\n            },\n            {\n                \"essid\": \"WIN_100754\"\n            },\n            {\n                \"essid\": \"WIN_100977\"\n            },\n            {\n                \"essid\": \"WIN_101038\"\n            },\n            {\n                \"essid\": \"WIN_101285\"\n            },\n            {\n                \"essid\": \"WIN_101417\"\n            },\n            {\n                \"essid\": \"WIN_101430\"\n            },\n            {\n                \"essid\": \"WIN_101609\"\n            },\n            {\n                \"essid\": \"WIN_101776\"\n            },\n            {\n                \"essid\": \"WIN_101873\"\n            },\n            {\n                \"essid\": \"WIN_101923\"\n            },\n            {\n                \"essid\": \"WIN_102294\"\n            },\n            {\n                \"essid\": \"WIN_102672\"\n            },\n            {\n                \"essid\": \"WIN_103715\"\n            },\n            {\n                \"essid\": \"WIN_103717\"\n            },\n            {\n                \"essid\": \"WIN_103838\"\n            },\n            {\n                \"essid\": \"WIN_103971\"\n            },\n            {\n                \"essid\": \"WIN_104126\"\n            },\n            {\n                \"essid\": \"WIN_104923\"\n            },\n            {\n                \"essid\": \"WIN_105136\"\n            },\n            {\n                \"essid\": \"WIN_105234\"\n            },\n            {\n                \"essid\": \"WIN_105296\"\n            },\n            {\n                \"essid\": \"WIN_105362\"\n            },\n            {\n                \"essid\": \"WIN_106382\"\n            },\n            {\n                \"essid\": \"WIN_106505\"\n            },\n            {\n                \"essid\": \"WIN_1855\"\n            },\n            {\n                \"essid\": \"WIN_1E7F\"\n            },\n            {\n                \"essid\": \"WIN_200085\"\n            },\n            {\n                \"essid\": \"WIN_200389\"\n            },\n            {\n                \"essid\": \"WIN_200399\"\n            },\n            {\n                \"essid\": \"WIN_200439\"\n            },\n            {\n                \"essid\": \"WIN_200663\"\n            },\n            {\n                \"essid\": \"WIN_200816\"\n            },\n            {\n                \"essid\": \"WIN_201033\"\n            },\n            {\n                \"essid\": \"WIN_201163\"\n            },\n            {\n                \"essid\": \"WIN_201169\"\n            },\n            {\n                \"essid\": \"WIN_201207\"\n            },\n            {\n                \"essid\": \"WIN_201412\"\n            },\n            {\n                \"essid\": \"WIN_201743\"\n            },\n            {\n                \"essid\": \"WIN_201796\"\n            },\n            {\n                \"essid\": \"WIN_202703\"\n            },\n            {\n                \"essid\": \"WIN_203969\"\n            },\n            {\n                \"essid\": \"WIN_203990\"\n            },\n            {\n                \"essid\": \"WIN_205289\"\n            },\n            {\n                \"essid\": \"WIN_205719\"\n            },\n            {\n                \"essid\": \"WIN_206113\"\n            },\n            {\n                \"essid\": \"WIN_206261\"\n            },\n            {\n                \"essid\": \"WIN_206598\"\n            },\n            {\n                \"essid\": \"WIN_26AE\"\n            },\n            {\n                \"essid\": \"WIN_300001\"\n            },\n            {\n                \"essid\": \"WIN_300211\"\n            },\n            {\n                \"essid\": \"WIN_300400\"\n            },\n            {\n                \"essid\": \"WIN_300822\"\n            },\n            {\n                \"essid\": \"WIN_300907\"\n            },\n            {\n                \"essid\": \"WIN_300940\"\n            },\n            {\n                \"essid\": \"WIN_301089\"\n            },\n            {\n                \"essid\": \"WIN_301170\"\n            },\n            {\n                \"essid\": \"WIN_301251\"\n            },\n            {\n                \"essid\": \"WIN_301424\"\n            },\n            {\n                \"essid\": \"WIN_301820\"\n            },\n            {\n                \"essid\": \"WIN_301968\"\n            },\n            {\n                \"essid\": \"WIN_302032\"\n            },\n            {\n                \"essid\": \"WIN_302229\"\n            },\n            {\n                \"essid\": \"WIN_302494\"\n            },\n            {\n                \"essid\": \"WIN_302609\"\n            },\n            {\n                \"essid\": \"WIN_302643\"\n            },\n            {\n                \"essid\": \"WIN_302739\"\n            },\n            {\n                \"essid\": \"WIN_302781\"\n            },\n            {\n                \"essid\": \"WIN_302813\"\n            },\n            {\n                \"essid\": \"WIN_303050\"\n            },\n            {\n                \"essid\": \"WIN_304040\"\n            },\n            {\n                \"essid\": \"WIN_304042\"\n            },\n            {\n                \"essid\": \"WIN_304311\"\n            },\n            {\n                \"essid\": \"WIN_304610\"\n            },\n            {\n                \"essid\": \"WIN_304646\"\n            },\n            {\n                \"essid\": \"WIN_304795\"\n            },\n            {\n                \"essid\": \"WIN_304866\"\n            },\n            {\n                \"essid\": \"WIN_304869\"\n            },\n            {\n                \"essid\": \"WIN_304893\"\n            },\n            {\n                \"essid\": \"WIN_304897\"\n            },\n            {\n                \"essid\": \"WIN_306108\"\n            },\n            {\n                \"essid\": \"WIN_3849\"\n            },\n            {\n                \"essid\": \"WIN_399d\"\n            },\n            {\n                \"essid\": \"WIN_3d64\"\n            },\n            {\n                \"essid\": \"WIN_3df9\"\n            },\n            {\n                \"essid\": \"WIN_400229\"\n            },\n            {\n                \"essid\": \"WIN_400251\"\n            },\n            {\n                \"essid\": \"WIN_400979\"\n            },\n            {\n                \"essid\": \"WIN_401092\"\n            },\n            {\n                \"essid\": \"WIN_401330\"\n            },\n            {\n                \"essid\": \"WIN_401956\"\n            },\n            {\n                \"essid\": \"WIN_402264\"\n            },\n            {\n                \"essid\": \"WIN_402527\"\n            },\n            {\n                \"essid\": \"WIN_403513\"\n            },\n            {\n                \"essid\": \"WIN_403584\"\n            },\n            {\n                \"essid\": \"WIN_403598\"\n            },\n            {\n                \"essid\": \"WIN_403767\"\n            },\n            {\n                \"essid\": \"WIN_403918\"\n            },\n            {\n                \"essid\": \"WIN_404103\"\n            },\n            {\n                \"essid\": \"WIN_404734\"\n            },\n            {\n                \"essid\": \"WIN_407936\"\n            },\n            {\n                \"essid\": \"WIN_407982\"\n            },\n            {\n                \"essid\": \"WIN_436\"\n            },\n            {\n                \"essid\": \"WIN_4434\"\n            },\n            {\n                \"essid\": \"WIN_4ec3\"\n            },\n            {\n                \"essid\": \"WIN5_002770\"\n            },\n            {\n                \"essid\": \"WIN_500609\"\n            },\n            {\n                \"essid\": \"WIN_502554\"\n            },\n            {\n                \"essid\": \"WIN_502637\"\n            },\n            {\n                \"essid\": \"WIN_502908\"\n            },\n            {\n                \"essid\": \"WIN_504347\"\n            },\n            {\n                \"essid\": \"WIN_504454\"\n            },\n            {\n                \"essid\": \"WIN_504600\"\n            },\n            {\n                \"essid\": \"WIN_504655\"\n            },\n            {\n                \"essid\": \"WIN_504913\"\n            },\n            {\n                \"essid\": \"WIN_505070\"\n            },\n            {\n                \"essid\": \"WIN_505836\"\n            },\n            {\n                \"essid\": \"WIN5_100330\"\n            },\n            {\n                \"essid\": \"WIN5_106505\"\n            },\n            {\n                \"essid\": \"WIN5_202703\"\n            },\n            {\n                \"essid\": \"WIN_5240\"\n            },\n            {\n                \"essid\": \"WIN5_302813\"\n            },\n            {\n                \"essid\": \"WIN5_304897\"\n            },\n            {\n                \"essid\": \"WIN5_403767\"\n            },\n            {\n                \"essid\": \"WIN_543b\"\n            },\n            {\n                \"essid\": \"WIN5_502637\"\n            },\n            {\n                \"essid\": \"WIN5_504347\"\n            },\n            {\n                \"essid\": \"WIN5_601169\"\n            },\n            {\n                \"essid\": \"WIN5_602309\"\n            },\n            {\n                \"essid\": \"WIN5_605281\"\n            },\n            {\n                \"essid\": \"WIN5_700305\"\n            },\n            {\n                \"essid\": \"WIN5_801043\"\n            },\n            {\n                \"essid\": \"WIN5_801300\"\n            },\n            {\n                \"essid\": \"WIN5_904488\"\n            },\n            {\n                \"essid\": \"WIN_5e39\"\n            },\n            {\n                \"essid\": \"WIN_5ee0\"\n            },\n            {\n                \"essid\": \"WIN_600788\"\n            },\n            {\n                \"essid\": \"WIN_601169\"\n            },\n            {\n                \"essid\": \"WIN_601546\"\n            },\n            {\n                \"essid\": \"WIN_602214\"\n            },\n            {\n                \"essid\": \"WIN_602309\"\n            },\n            {\n                \"essid\": \"WIN_602372\"\n            },\n            {\n                \"essid\": \"WIN_603690\"\n            },\n            {\n                \"essid\": \"WIN_604402\"\n            },\n            {\n                \"essid\": \"WIN_604413\"\n            },\n            {\n                \"essid\": \"WIN_604709\"\n            },\n            {\n                \"essid\": \"WIN_604804\"\n            },\n            {\n                \"essid\": \"WIN_605174\"\n            },\n            {\n                \"essid\": \"WIN_605280\"\n            },\n            {\n                \"essid\": \"WIN_605281\"\n            },\n            {\n                \"essid\": \"WIN_605397\"\n            },\n            {\n                \"essid\": \"WIN_606155\"\n            },\n            {\n                \"essid\": \"WIN_65C7\"\n            },\n            {\n                \"essid\": \"WIN_6b17\"\n            },\n            {\n                \"essid\": \"WIN_6cef\"\n            },\n            {\n                \"essid\": \"WIN_700133\"\n            },\n            {\n                \"essid\": \"WIN_700305\"\n            },\n            {\n                \"essid\": \"WIN_700306\"\n            },\n            {\n                \"essid\": \"WIN_700896\"\n            },\n            {\n                \"essid\": \"WIN_700933\"\n            },\n            {\n                \"essid\": \"WIN_701994\"\n            },\n            {\n                \"essid\": \"WIN_702098\"\n            },\n            {\n                \"essid\": \"WIN_702140\"\n            },\n            {\n                \"essid\": \"WIN_702639\"\n            },\n            {\n                \"essid\": \"WIN_702758\"\n            },\n            {\n                \"essid\": \"WIN_703042\"\n            },\n            {\n                \"essid\": \"WIN_703149\"\n            },\n            {\n                \"essid\": \"WIN_704082\"\n            },\n            {\n                \"essid\": \"WIN_704162\"\n            },\n            {\n                \"essid\": \"WIN_704392\"\n            },\n            {\n                \"essid\": \"WIN_704420\"\n            },\n            {\n                \"essid\": \"WIN_704451\"\n            },\n            {\n                \"essid\": \"WIN_705366\"\n            },\n            {\n                \"essid\": \"WIN_705693\"\n            },\n            {\n                \"essid\": \"WIN_73b0\"\n            },\n            {\n                \"essid\": \"WIN_7b73\"\n            },\n            {\n                \"essid\": \"WIN_7de6\"\n            },\n            {\n                \"essid\": \"WIN_7f13\"\n            },\n            {\n                \"essid\": \"WIN_801043\"\n            },\n            {\n                \"essid\": \"WIN_801283\"\n            },\n            {\n                \"essid\": \"WIN_801300\"\n            },\n            {\n                \"essid\": \"WIN_801437\"\n            },\n            {\n                \"essid\": \"WIN_801759\"\n            },\n            {\n                \"essid\": \"WIN_801912_2GEXT\"\n            },\n            {\n                \"essid\": \"WIN_802078\"\n            },\n            {\n                \"essid\": \"WIN_802373\"\n            },\n            {\n                \"essid\": \"WIN_802661\"\n            },\n            {\n                \"essid\": \"WIN_802711\"\n            },\n            {\n                \"essid\": \"WIN_802768\"\n            },\n            {\n                \"essid\": \"WIN_802776\"\n            },\n            {\n                \"essid\": \"WIN_802828\"\n            },\n            {\n                \"essid\": \"WIN_803116\"\n            },\n            {\n                \"essid\": \"WIN_804587\"\n            },\n            {\n                \"essid\": \"WIN_805365\"\n            },\n            {\n                \"essid\": \"WIN_805593\"\n            },\n            {\n                \"essid\": \"WIN_805801\"\n            },\n            {\n                \"essid\": \"WIN_806583\"\n            },\n            {\n                \"essid\": \"WIN_806696\"\n            },\n            {\n                \"essid\": \"WIN_807109\"\n            },\n            {\n                \"essid\": \"WIN_807492\"\n            },\n            {\n                \"essid\": \"WIN_8589\"\n            },\n            {\n                \"essid\": \"WIN_871b\"\n            },\n            {\n                \"essid\": \"WIN_8a2b\"\n            },\n            {\n                \"essid\": \"WIN_8baa\"\n            },\n            {\n                \"essid\": \"WIN_900645\"\n            },\n            {\n                \"essid\": \"WIN_900872\"\n            },\n            {\n                \"essid\": \"WIN_900928\"\n            },\n            {\n                \"essid\": \"WIN_900948\"\n            },\n            {\n                \"essid\": \"WIN_901451\"\n            },\n            {\n                \"essid\": \"WIN_901700\"\n            },\n            {\n                \"essid\": \"WIN_901966\"\n            },\n            {\n                \"essid\": \"WIN_902625\"\n            },\n            {\n                \"essid\": \"WIN_902641\"\n            },\n            {\n                \"essid\": \"WIN_903042\"\n            },\n            {\n                \"essid\": \"WIN_903268\"\n            },\n            {\n                \"essid\": \"WIN_903418\"\n            },\n            {\n                \"essid\": \"WIN_903696\"\n            },\n            {\n                \"essid\": \"WIN_903748\"\n            },\n            {\n                \"essid\": \"WIN_903803\"\n            },\n            {\n                \"essid\": \"WIN_903888\"\n            },\n            {\n                \"essid\": \"WIN_903912\"\n            },\n            {\n                \"essid\": \"WIN_904058\"\n            },\n            {\n                \"essid\": \"WIN_904096\"\n            },\n            {\n                \"essid\": \"WIN_904121\"\n            },\n            {\n                \"essid\": \"WIN_904292\"\n            },\n            {\n                \"essid\": \"WIN_904375\"\n            },\n            {\n                \"essid\": \"WIN_904488\"\n            },\n            {\n                \"essid\": \"WIN_904535\"\n            },\n            {\n                \"essid\": \"WIN_904681\"\n            },\n            {\n                \"essid\": \"WIN_905682\"\n            },\n            {\n                \"essid\": \"WIN_905794\"\n            },\n            {\n                \"essid\": \"WIN_9123\"\n            },\n            {\n                \"essid\": \"WIN_9971\"\n            },\n            {\n                \"essid\": \"WIN-9AIEPNREQVK 2854\"\n            },\n            {\n                \"essid\": \"WIN_9fff\"\n            },\n            {\n                \"essid\": \"WIN_a236\"\n            },\n            {\n                \"essid\": \"WIN_a3a2\"\n            },\n            {\n                \"essid\": \"WIN_af54\"\n            },\n            {\n                \"essid\": \"WIN_b7f4\"\n            },\n            {\n                \"essid\": \"WIN_ba7d\"\n            },\n            {\n                \"essid\": \"WIN_c089\"\n            },\n            {\n                \"essid\": \"WIN_c0d9\"\n            },\n            {\n                \"essid\": \"WIN_c55e\"\n            },\n            {\n                \"essid\": \"WIN_cfa4\"\n            },\n            {\n                \"essid\": \"WIN_D5BF\"\n            },\n            {\n                \"essid\": \"WinderINS\"\n            },\n            {\n                \"essid\": \"Windows Phone5383\"\n            },\n            {\n                \"essid\": \"WIndtin plusj \"\n            },\n            {\n                \"essid\": \"Windy\"\n            },\n            {\n                \"essid\": \"WIN_E852_2GEXT\"\n            },\n            {\n                \"essid\": \"WIN_e880\"\n            },\n            {\n                \"essid\": \"WIN_ED5C\"\n            },\n            {\n                \"essid\": \"WIN_edab\"\n            },\n            {\n                \"essid\": \"Winegard2ghzD282E9\"\n            },\n            {\n                \"essid\": \"Winegard2ghzD2AFB3\"\n            },\n            {\n                \"essid\": \"Winegard2ghzD2DCD3\"\n            },\n            {\n                \"essid\": \"Winegard2ghzD2E60D\"\n            },\n            {\n                \"essid\": \"Winegard2ghzD2E84F\"\n            },\n            {\n                \"essid\": \"Winegard2ghzD311CB\"\n            },\n            {\n                \"essid\": \"Winegard2ghzD32FF3\"\n            },\n            {\n                \"essid\": \"Winegard2ghzD34181\"\n            },\n            {\n                \"essid\": \"Winegard2ghzD36CD7\"\n            },\n            {\n                \"essid\": \"Winegard2ghzD3BB11\"\n            },\n            {\n                \"essid\": \"Winegard2ghzD3D68D\"\n            },\n            {\n                \"essid\": \"Winegard2ghzD3DC05\"\n            },\n            {\n                \"essid\": \"Winegard2ghzD3E5B5\"\n            },\n            {\n                \"essid\": \"Winegard2ghzD42DAB\"\n            },\n            {\n                \"essid\": \"Winegard2ghzD4415F\"\n            },\n            {\n                \"essid\": \"Winegard2ghzD4A845\"\n            },\n            {\n                \"essid\": \"Winegard2ghzD5038D\"\n            },\n            {\n                \"essid\": \"Winegard2ghzD52711\"\n            },\n            {\n                \"essid\": \"Winegard2ghzD55A6F\"\n            },\n            {\n                \"essid\": \"Winegard2ghzD5618D\"\n            },\n            {\n                \"essid\": \"Winegard2ghzD5768F\"\n            },\n            {\n                \"essid\": \"Winegard2ghzD5A58D\"\n            },\n            {\n                \"essid\": \"Winegard2ghzE1BEE4\"\n            },\n            {\n                \"essid\": \"WinegardGuestD5038D\"\n            },\n            {\n                \"essid\": \"WIN_febe\"\n            },\n            {\n                \"essid\": \"wingate\"\n            },\n            {\n                \"essid\": \"WINIK\"\n            },\n            {\n                \"essid\": \"winmetrics\"\n            },\n            {\n                \"essid\": \"Winterfell\"\n            },\n            {\n                \"essid\": \"Winteriscoming-2.4\"\n            },\n            {\n                \"essid\": \"winter's here\"\n            },\n            {\n                \"essid\": \"WIoT-G\"\n            },\n            {\n                \"essid\": \"WiPG-1000 RM 2049\"\n            },\n            {\n                \"essid\": \"wireless\"\n            },\n            {\n                \"essid\": \"Wireless-02\"\n            },\n            {\n                \"essid\": \"Wireless 2.4G_7E1AF8\"\n            },\n            {\n                \"essid\": \"Wireless 2.4G_7E37C6\"\n            },\n            {\n                \"essid\": \"Wireless Bridge\"\n            },\n            {\n                \"essid\": \"wireless-data\"\n            },\n            {\n                \"essid\": \"Wireless-N\"\n            },\n            {\n                \"essid\": \"Wireless-USB-wallaceroberts-59yl\"\n            },\n            {\n                \"essid\": \"Wirpsencar\"\n            },\n            {\n                \"essid\": \"Wise\"\n            },\n            {\n                \"essid\": \"WiseStaffing\"\n            },\n            {\n                \"essid\": \"wisetahoe\"\n            },\n            {\n                \"essid\": \"Wisteria\"\n            },\n            {\n                \"essid\": \"WITCHER_GUEST_WiFi\"\n            },\n            {\n                \"essid\": \"WITCHER_WiFi\"\n            },\n            {\n                \"essid\": \"WITCHER_WiFi_5G\"\n            },\n            {\n                \"essid\": \"witech\"\n            },\n            {\n                \"essid\": \"Witschi\"\n            },\n            {\n                \"essid\": \"WizardJaws\"\n            },\n            {\n                \"essid\": \"Wjordan1023\"\n            },\n            {\n                \"essid\": \"WK_CarDV_WiFi_01C5\"\n            },\n            {\n                \"essid\": \"WK_CarDV_WiFi_0703\"\n            },\n            {\n                \"essid\": \"WK_CarDV_WiFi_111B\"\n            },\n            {\n                \"essid\": \"WK_CarDV_WiFi_302F\"\n            },\n            {\n                \"essid\": \"WK_CarDV_WiFi_304B\"\n            },\n            {\n                \"essid\": \"WK_CarDV_WiFi_62A3\"\n            },\n            {\n                \"essid\": \"WK_CarDV_WiFi_d2DB\"\n            },\n            {\n                \"essid\": \"WK_CarDV_WiFi_ffB2\"\n            },\n            {\n                \"essid\": \"WK_CarDV_WiFi_ffF2\"\n            },\n            {\n                \"essid\": \"wkyljrm\"\n            },\n            {\n                \"essid\": \"WLAN10\"\n            },\n            {\n                \"essid\": \"WLAN-15\"\n            },\n            {\n                \"essid\": \"WLAN200\"\n            },\n            {\n                \"essid\": \"WLAN4\"\n            },\n            {\n                \"essid\": \"WLAN8\"\n            },\n            {\n                \"essid\": \"WLANE\"\n            },\n            {\n                \"essid\": \"Wlan_I\"\n            },\n            {\n                \"essid\": \"WLAN Smart Config AP\"\n            },\n            {\n                \"essid\": \"WLED_8E83R43106\"\n            },\n            {\n                \"essid\": \"WL-GUEST\"\n            },\n            {\n                \"essid\": \"WLI17\"\n            },\n            {\n                \"essid\": \"WLICAMUS400106W\"\n            },\n            {\n                \"essid\": \"WM21a167\"\n            },\n            {\n                \"essid\": \"WM68f947\"\n            },\n            {\n                \"essid\": \"WM73c8ae\"\n            },\n            {\n                \"essid\": \"WMa78eb0\"\n            },\n            {\n                \"essid\": \"WMb7dc43\"\n            },\n            {\n                \"essid\": \"WMb805bf\"\n            },\n            {\n                \"essid\": \"WMichelson\"\n            },\n            {\n                \"essid\": \"WMSRF\"\n            },\n            {\n                \"essid\": \"WMWLAW's Wi-Fi Network\"\n            },\n            {\n                \"essid\": \"WNBFlowerybranch\"\n            },\n            {\n                \"essid\": \"WNB POS\"\n            },\n            {\n                \"essid\": \"Wn@m#1h13m\"\n            },\n            {\n                \"essid\": \"WOAT-2.4\"\n            },\n            {\n                \"essid\": \"WOH 1\"\n            },\n            {\n                \"essid\": \"Wolf\"\n            },\n            {\n                \"essid\": \"wolfautoworks_2GEXT\"\n            },\n            {\n                \"essid\": \"wolfden\"\n            },\n            {\n                \"essid\": \"wolfie\"\n            },\n            {\n                \"essid\": \"Wolfpack\"\n            },\n            {\n                \"essid\": \"WolksVagen\"\n            },\n            {\n                \"essid\": \"wonder04\"\n            },\n            {\n                \"essid\": \"wonderwoman\"\n            },\n            {\n                \"essid\": \"WOOD\"\n            },\n            {\n                \"essid\": \"woodmans\"\n            },\n            {\n                \"essid\": \"Woodsmanner\"\n            },\n            {\n                \"essid\": \"Woodsmanner2\"\n            },\n            {\n                \"essid\": \"Woodson Tahoe\"\n            },\n            {\n                \"essid\": \"WoodSpring_GUEST\"\n            },\n            {\n                \"essid\": \"Woody\"\n            },\n            {\n                \"essid\": \"woodyaz\"\n            },\n            {\n                \"essid\": \"Woody Old\"\n            },\n            {\n                \"essid\": \"Woodys\"\n            },\n            {\n                \"essid\": \"Woofwoofbolt\"\n            },\n            {\n                \"essid\": \"woopigsooie\"\n            },\n            {\n                \"essid\": \"Woozie\"\n            },\n            {\n                \"essid\": \"Word Party\"\n            },\n            {\n                \"essid\": \"Word Trax\"\n            },\n            {\n                \"essid\": \"@work\"\n            },\n            {\n                \"essid\": \"work car 10\"\n            },\n            {\n                \"essid\": \"Work iPhone 6\"\n            },\n            {\n                \"essid\": \"Workout Anytime\"\n            },\n            {\n                \"essid\": \"Workout Anytime!\"\n            },\n            {\n                \"essid\": \"work phone\"\n            },\n            {\n                \"essid\": \"Work Truck\"\n            },\n            {\n                \"essid\": \"WORKTRUCK\"\n            },\n            {\n                \"essid\": \"Worky not jerky\"\n            },\n            {\n                \"essid\": \"world one\"\n            },\n            {\n                \"essid\": \"World Peace\"\n            },\n            {\n                \"essid\": \"Worldwide Ground 18 - 18\"\n            },\n            {\n                \"essid\": \"WOW!4123\"\n            },\n            {\n                \"essid\": \"wowthatwasfast\"\n            },\n            {\n                \"essid\": \"WPA3Ahoy\"\n            },\n            {\n                \"essid\": \"wpa802\"\n            },\n            {\n                \"essid\": \"WPDD2\"\n            },\n            {\n                \"essid\": \"WP-Guest\"\n            },\n            {\n                \"essid\": \"WP-Internal\"\n            },\n            {\n                \"essid\": \"WPL3N\"\n            },\n            {\n                \"essid\": \"WP-Mobile\"\n            },\n            {\n                \"essid\": \"Wrall1127\"\n            },\n            {\n                \"essid\": \"Wrangler\"\n            },\n            {\n                \"essid\": \"Wrath\"\n            },\n            {\n                \"essid\": \"WRFK\"\n            },\n            {\n                \"essid\": \"wright\"\n            },\n            {\n                \"essid\": \"wrighthouse\"\n            },\n            {\n                \"essid\": \"Wrigley_2.4\"\n            },\n            {\n                \"essid\": \"wrkgrp_9\"\n            },\n            {\n                \"essid\": \"WSB-LT\"\n            },\n            {\n                \"essid\": \"WSHPC\"\n            },\n            {\n                \"essid\": \"Wspot\"\n            },\n            {\n                \"essid\": \"WSTV300\"\n            },\n            {\n                \"essid\": \"WT10X-8439\"\n            },\n            {\n                \"essid\": \"WT10X-9622\"\n            },\n            {\n                \"essid\": \"WT10X-9823\"\n            },\n            {\n                \"essid\": \"WT10X-9946\"\n            },\n            {\n                \"essid\": \"WT221\"\n            },\n            {\n                \"essid\": \"WTF Network\"\n            },\n            {\n                \"essid\": \"wtt-bu\"\n            },\n            {\n                \"essid\": \"WuB117\"\n            },\n            {\n                \"essid\": \"WUBBA LUBBA DUB DUB\"\n            },\n            {\n                \"essid\": \"Wuero\"\n            },\n            {\n                \"essid\": \"WuTang LAN\"\n            },\n            {\n                \"essid\": \"Wut_duh_Pho\"\n            },\n            {\n                \"essid\": \"wva-00:04:F3:0E:2F:F6\"\n            },\n            {\n                \"essid\": \"wva-00:04:F3:0E:2F:F7\"\n            },\n            {\n                \"essid\": \"wva-00:04:F3:0E:30:69\"\n            },\n            {\n                \"essid\": \"wva-00:04:F3:0E:68:F8\"\n            },\n            {\n                \"essid\": \"wva-00:04:F3:0E:68:FF\"\n            },\n            {\n                \"essid\": \"wva-00:04:F3:0E:69:08\"\n            },\n            {\n                \"essid\": \"wva-00:04:F3:12:A7:84\"\n            },\n            {\n                \"essid\": \"wva-00:04:F3:12:A7:94\"\n            },\n            {\n                \"essid\": \"wva-00:04:F3:12:A8:A2\"\n            },\n            {\n                \"essid\": \"wva-00:04:F3:12:A8:B7\"\n            },\n            {\n                \"essid\": \"wva-00:04:F3:12:A8:C6\"\n            },\n            {\n                \"essid\": \"wva-00:04:F3:12:AB:8A\"\n            },\n            {\n                \"essid\": \"wva-00:04:F3:12:AB:95\"\n            },\n            {\n                \"essid\": \"wva-00:04:F3:12:AB:9B\"\n            },\n            {\n                \"essid\": \"wva-00:04:F3:12:AC:1E\"\n            },\n            {\n                \"essid\": \"wva-00:04:F3:12:FC:E4\"\n            },\n            {\n                \"essid\": \"wva-00:04:F3:16:F9:DB\"\n            },\n            {\n                \"essid\": \"wva-00:04:F3:16:FA:49\"\n            },\n            {\n                \"essid\": \"wva-00:04:F3:16:FA:8F\"\n            },\n            {\n                \"essid\": \"wva-00:04:F3:17:4B:3D\"\n            },\n            {\n                \"essid\": \"wva-00:04:F3:17:5C:54\"\n            },\n            {\n                \"essid\": \"wva-00:04:F3:1A:B4:DA\"\n            },\n            {\n                \"essid\": \"wva-00:04:F3:1B:88:CD\"\n            },\n            {\n                \"essid\": \"wva-00:04:F3:1B:8C:12\"\n            },\n            {\n                \"essid\": \"wva-00:04:F3:1D:85:8F\"\n            },\n            {\n                \"essid\": \"WWPR18Atlanta\"\n            },\n            {\n                \"essid\": \"www\"\n            },\n            {\n                \"essid\": \"wwwGuest\"\n            },\n            {\n                \"essid\": \"www.RydeOn.com\"\n            },\n            {\n                \"essid\": \"wX7s1tF\"\n            },\n            {\n                \"essid\": \"wXa-122-e02d\"\n            },\n            {\n                \"essid\": \"Wx_LAN\"\n            },\n            {\n                \"essid\": \"Wx_PC\"\n            },\n            {\n                \"essid\": \"WYLDFLEET\"\n            },\n            {\n                \"essid\": \"Wyndham Garden\"\n            },\n            {\n                \"essid\": \"WynnTahoe\"\n            },\n            {\n                \"essid\": \"WzMMxING7yy0f4S\"\n            },\n            {\n                \"essid\": \"👳🏽 📱X\"\n            },\n            {\n                \"essid\": \"X200_7123\"\n            },\n            {\n                \"essid\": \"X3\"\n            },\n            {\n                \"essid\": \"Xander2013\"\n            },\n            {\n                \"essid\": \"Xander2013_EXT\"\n            },\n            {\n                \"essid\": \"Xavier\"\n            },\n            {\n                \"essid\": \"Xavier12\"\n            },\n            {\n                \"essid\": \"Xavier5\"\n            },\n            {\n                \"essid\": \"xaviponce\"\n            },\n            {\n                \"essid\": \"Xb3m\"\n            },\n            {\n                \"essid\": \"Xb5m\"\n            },\n            {\n                \"essid\": \"Xbox Wi-fi\"\n            },\n            {\n                \"essid\": \"xc90wifi\"\n            },\n            {\n                \"essid\": \"xChange-C03\"\n            },\n            {\n                \"essid\": \"Xcomglobal305786\"\n            },\n            {\n                \"essid\": \"Xcomglobal311313\"\n            },\n            {\n                \"essid\": \"Xerox\"\n            },\n            {\n                \"essid\": \"xerox_mobile\"\n            },\n            {\n                \"essid\": \"XF1119\"\n            },\n            {\n                \"essid\": \"XF-C81E-5\"\n            },\n            {\n                \"essid\": \"Xfin1\"\n            },\n            {\n                \"essid\": \"xfin28\"\n            },\n            {\n                \"essid\": \"Xfinitity1209\"\n            },\n            {\n                \"essid\": \"xfinity\"\n            },\n            {\n                \"essid\": \"Xfinity\"\n            },\n            {\n                \"essid\": \"XFINITY\"\n            },\n            {\n                \"essid\": \"XFINITY\\u0001\\b\\ufffd\\u0012\"\n            },\n            {\n                \"essid\": \"XFINITY\\u0001\\b\\f\\u0012\"\n            },\n            {\n                \"essid\": \"Xfinity1\"\n            },\n            {\n                \"essid\": \"Xfinity1209-5\"\n            },\n            {\n                \"essid\": \"Xfinity19\"\n            },\n            {\n                \"essid\": \"Xfinity2.0\"\n            },\n            {\n                \"essid\": \"Xfinity 506\"\n            },\n            {\n                \"essid\": \"Xfinity Home\"\n            },\n            {\n                \"essid\": \"xfinity internet\"\n            },\n            {\n                \"essid\": \"Xfinity Network\"\n            },\n            {\n                \"essid\": \"xfinityTR\"\n            },\n            {\n                \"essid\": \"xfinitywifi\"\n            },\n            {\n                \"essid\": \"xfin-oct2015\"\n            },\n            {\n                \"essid\": \"XFSETUP\"\n            },\n            {\n                \"essid\": \"XFSETUP-0098\"\n            },\n            {\n                \"essid\": \"XFSETUP-0119\"\n            },\n            {\n                \"essid\": \"XFSETUP-06E8\"\n            },\n            {\n                \"essid\": \"XFSETUP-0CD8\"\n            },\n            {\n                \"essid\": \"XFSETUP-180D\"\n            },\n            {\n                \"essid\": \"XFSETUP-21EE\"\n            },\n            {\n                \"essid\": \"XFSETUP-21EE_2GEXT\"\n            },\n            {\n                \"essid\": \"XFSETUP-21EE_5GEXT\"\n            },\n            {\n                \"essid\": \"XFSETUP-2243\"\n            },\n            {\n                \"essid\": \"XFSETUP-2426\"\n            },\n            {\n                \"essid\": \"XFSETUP-2DEC\"\n            },\n            {\n                \"essid\": \"XFSETUP-2E43\"\n            },\n            {\n                \"essid\": \"XFSETUP-3E84\"\n            },\n            {\n                \"essid\": \"XFSETUP-4401\"\n            },\n            {\n                \"essid\": \"XFSETUP-444A\"\n            },\n            {\n                \"essid\": \"XFSETUP-4617-2.4\"\n            },\n            {\n                \"essid\": \"XFSETUP-47CD\"\n            },\n            {\n                \"essid\": \"XFSETUP-4886\"\n            },\n            {\n                \"essid\": \"XFSETUP-4A3C\"\n            },\n            {\n                \"essid\": \"XFSETUP-4F52\"\n            },\n            {\n                \"essid\": \"XFSETUP-4FFF\"\n            },\n            {\n                \"essid\": \"XFSETUP-5DF2\"\n            },\n            {\n                \"essid\": \"Xfsetup_61cb\"\n            },\n            {\n                \"essid\": \"XFSETUP-6562\"\n            },\n            {\n                \"essid\": \"XFSETUP-6D4C\"\n            },\n            {\n                \"essid\": \"XFSETUP-720D\"\n            },\n            {\n                \"essid\": \"XFSETUP-80A3\"\n            },\n            {\n                \"essid\": \"XFSETUP-8912\"\n            },\n            {\n                \"essid\": \"XFSETUP-8958\"\n            },\n            {\n                \"essid\": \"XFSETUP-8DA3\"\n            },\n            {\n                \"essid\": \"XFSETUP-9005\"\n            },\n            {\n                \"essid\": \"XFSETUP-909C\"\n            },\n            {\n                \"essid\": \"XFSETUP-9458\"\n            },\n            {\n                \"essid\": \"XFSETUP-951A\"\n            },\n            {\n                \"essid\": \"XFSETUP-95DC\"\n            },\n            {\n                \"essid\": \"XFSETUP-99BE\"\n            },\n            {\n                \"essid\": \"XFSETUP-A4DE\"\n            },\n            {\n                \"essid\": \"XFSETUP-A7FE\"\n            },\n            {\n                \"essid\": \"XFSETUP-B1BC\"\n            },\n            {\n                \"essid\": \"XFSETUP-B556\"\n            },\n            {\n                \"essid\": \"XFSETUP-B99A\"\n            },\n            {\n                \"essid\": \"Xfsetup-c1d1\"\n            },\n            {\n                \"essid\": \"XFSETUP-C352\"\n            },\n            {\n                \"essid\": \"XFSETUP-C3B9\"\n            },\n            {\n                \"essid\": \"XFSETUP-C96D\"\n            },\n            {\n                \"essid\": \"XFSETUP-D1E3\"\n            },\n            {\n                \"essid\": \"XFSETUP-D22A\"\n            },\n            {\n                \"essid\": \"XFSETUP-E0D1\"\n            },\n            {\n                \"essid\": \"XFSETUP-E232\"\n            },\n            {\n                \"essid\": \"XFSETUP-E24A\"\n            },\n            {\n                \"essid\": \"XFSETUP-FE96\"\n            },\n            {\n                \"essid\": \"xfsetup-FEOb\"\n            },\n            {\n                \"essid\": \"XHS-119350FF\"\n            },\n            {\n                \"essid\": \"XHS-12E68958\"\n            },\n            {\n                \"essid\": \"XHS-2A339E33\"\n            },\n            {\n                \"essid\": \"XHS-3418E552\"\n            },\n            {\n                \"essid\": \"XHS-39F991E8\"\n            },\n            {\n                \"essid\": \"XHS-5C36A4DE\"\n            },\n            {\n                \"essid\": \"XHS-6593B0CF\"\n            },\n            {\n                \"essid\": \"XHS-69625E08\"\n            },\n            {\n                \"essid\": \"XHS-7012289D\"\n            },\n            {\n                \"essid\": \"XHS-8A12F9CC\"\n            },\n            {\n                \"essid\": \"XHS-8A480C20\"\n            },\n            {\n                \"essid\": \"XHS-8C3AD72E-5\"\n            },\n            {\n                \"essid\": \"XHS-8CE8125E\"\n            },\n            {\n                \"essid\": \"XHS-C7FF140A\"\n            },\n            {\n                \"essid\": \"XHS-D4406CE2\"\n            },\n            {\n                \"essid\": \"XHS-E0649E62\"\n            },\n            {\n                \"essid\": \"XHS-FFB648AC\"\n            },\n            {\n                \"essid\": \"xiaomi\"\n            },\n            {\n                \"essid\": \"xIBIZAx\"\n            },\n            {\n                \"essid\": \"XIbzZeGi\"\n            },\n            {\n                \"essid\": \"xin_gateway\"\n            },\n            {\n                \"essid\": \"XiXiandSid\"\n            },\n            {\n                \"essid\": \"Xiya\"\n            },\n            {\n                \"essid\": \"xj-front\"\n            },\n            {\n                \"essid\": \"XLA\"\n            },\n            {\n                \"essid\": \"XLA Guest\"\n            },\n            {\n                \"essid\": \"X-Link DCCF\"\n            },\n            {\n                \"essid\": \"xLoveHRDx\"\n            },\n            {\n                \"essid\": \"XM1-1200\"\n            },\n            {\n                \"essid\": \"XM1-12E0\"\n            },\n            {\n                \"essid\": \"XM1-2380\"\n            },\n            {\n                \"essid\": \"XM1-2870\"\n            },\n            {\n                \"essid\": \"XM1-2A60\"\n            },\n            {\n                \"essid\": \"XM1-2AE0\"\n            },\n            {\n                \"essid\": \"XM1-30F0\"\n            },\n            {\n                \"essid\": \"XM1-3910\"\n            },\n            {\n                \"essid\": \"XM1-5330\"\n            },\n            {\n                \"essid\": \"XM1-5490\"\n            },\n            {\n                \"essid\": \"XM1-61B0\"\n            },\n            {\n                \"essid\": \"XM1-74F0\"\n            },\n            {\n                \"essid\": \"XM1-7850\"\n            },\n            {\n                \"essid\": \"XM1-7EF0\"\n            },\n            {\n                \"essid\": \"XM1-7FE0\"\n            },\n            {\n                \"essid\": \"XM1-8010\"\n            },\n            {\n                \"essid\": \"XM1-8610\"\n            },\n            {\n                \"essid\": \"XM1-8950\"\n            },\n            {\n                \"essid\": \"XM1-8BB0\"\n            },\n            {\n                \"essid\": \"XM1-8C50\"\n            },\n            {\n                \"essid\": \"XM1-9220\"\n            },\n            {\n                \"essid\": \"XM1-9380\"\n            },\n            {\n                \"essid\": \"XM1-93E0\"\n            },\n            {\n                \"essid\": \"XM1-9730\"\n            },\n            {\n                \"essid\": \"XM1-9E60\"\n            },\n            {\n                \"essid\": \"XM1-A780\"\n            },\n            {\n                \"essid\": \"XM1-A8D0\"\n            },\n            {\n                \"essid\": \"XM1-ADF0\"\n            },\n            {\n                \"essid\": \"XM1-BE00\"\n            },\n            {\n                \"essid\": \"XM1-C4D0\"\n            },\n            {\n                \"essid\": \"XM1-D610\"\n            },\n            {\n                \"essid\": \"XM1-DC10\"\n            },\n            {\n                \"essid\": \"XM1-E290\"\n            },\n            {\n                \"essid\": \"XM1-ED40\"\n            },\n            {\n                \"essid\": \"XM1-F0C0\"\n            },\n            {\n                \"essid\": \"XM1-FEA0\"\n            },\n            {\n                \"essid\": \"XM2-0BE0\"\n            },\n            {\n                \"essid\": \"XM2-6C60\"\n            },\n            {\n                \"essid\": \"XM2-7650\"\n            },\n            {\n                \"essid\": \"XM2-7C70\"\n            },\n            {\n                \"essid\": \"XM2-8060\"\n            },\n            {\n                \"essid\": \"XM2-9FC0\"\n            },\n            {\n                \"essid\": \"XM2-A0D0\"\n            },\n            {\n                \"essid\": \"XM2-AB40\"\n            },\n            {\n                \"essid\": \"XM2-B100\"\n            },\n            {\n                \"essid\": \"XM2-C2B0\"\n            },\n            {\n                \"essid\": \"XM2-ED60\"\n            },\n            {\n                \"essid\": \"X-Mobile 1\"\n            },\n            {\n                \"essid\": \"Xochitl\"\n            },\n            {\n                \"essid\": \"Xopher's iPhone XS\"\n            },\n            {\n                \"essid\": \"xorbesWiFi\"\n            },\n            {\n                \"essid\": \"Xoveee\"\n            },\n            {\n                \"essid\": \"XP8800_BB3R\"\n            },\n            {\n                \"essid\": \"XP8800_NNFG\"\n            },\n            {\n                \"essid\": \"XP8800_RHQI\"\n            },\n            {\n                \"essid\": \"Xperia L1\"\n            },\n            {\n                \"essid\": \"Xperia L1_2cea\"\n            },\n            {\n                \"essid\": \"Xperia Sukh \"\n            },\n            {\n                \"essid\": \"Xperia XA1_aa32\"\n            },\n            {\n                \"essid\": \"Xperia XA2 Ultra_31ce\"\n            },\n            {\n                \"essid\": \"Xperia XA2 Ultra_cb9f\"\n            },\n            {\n                \"essid\": \"Xperia XA Ultra_ef81\"\n            },\n            {\n                \"essid\": \"Xperia XZ3_a7fe\"\n            },\n            {\n                \"essid\": \"Xperia XZ_873d\"\n            },\n            {\n                \"essid\": \"Xperia XZ Premium_5265\"\n            },\n            {\n                \"essid\": \"xpress\"\n            },\n            {\n                \"essid\": \"Xpress Commuter Wi-Fi\"\n            },\n            {\n                \"essid\": \"Xpress Global Driver WiFi\"\n            },\n            {\n                \"essid\": \"xqoMBFMP_5GHz\"\n            },\n            {\n                \"essid\": \"XR18-24-49-B1\"\n            },\n            {\n                \"essid\": \"XSpark\"\n            },\n            {\n                \"essid\": \"XT1528 7941\"\n            },\n            {\n                \"essid\": \"XT1528 9298\"\n            },\n            {\n                \"essid\": \"XT1563 1292\"\n            },\n            {\n                \"essid\": \"XT1575 8796\"\n            },\n            {\n                \"essid\": \"XT1585 3956\"\n            },\n            {\n                \"essid\": \"XT5555\"\n            },\n            {\n                \"essid\": \"XT5 WIFI\"\n            },\n            {\n                \"essid\": \"XT897 7448\"\n            },\n            {\n                \"essid\": \"XT907\"\n            },\n            {\n                \"essid\": \"xtest\"\n            },\n            {\n                \"essid\": \"XTN-211E24\"\n            },\n            {\n                \"essid\": \"XWind1\"\n            },\n            {\n                \"essid\": \"XXXMXXX\"\n            },\n            {\n                \"essid\": \"xY8t2uG\"\n            },\n            {\n                \"essid\": \"Xykorose\"\n            },\n            {\n                \"essid\": \"Xzavia\\\\342\\\\200\\\\231s iPhone\"\n            },\n            {\n                \"essid\": \"y2d2\"\n            },\n            {\n                \"essid\": \"\\u0016\\ufffd\\u0005\\u0004\\u007f\\b\\u0004\\u0010\\u000f\\u0004@\\ufffd\\f\\ufffdy\\ufffd3\\ufffd\\ufffd\\ufffd\\ufffd\\ufffd\\u0005\\u0001\\ufffd\\ufffd\\ufffd\\ufffd\\u0005\\u0003<<<<\"\n            },\n            {\n                \"essid\": \"yaadddddd\"\n            },\n            {\n                \"essid\": \"YacHad\"\n            },\n            {\n                \"essid\": \"Yadiel\"\n            },\n            {\n                \"essid\": \"Ya fang’s iphone\"\n            },\n            {\n                \"essid\": \"Yagees WiFi\"\n            },\n            {\n                \"essid\": \"yahav\"\n            },\n            {\n                \"essid\": \"Yakuza Fusion\"\n            },\n            {\n                \"essid\": \"YALI2000\"\n            },\n            {\n                \"essid\": \"Yancey\"\n            },\n            {\n                \"essid\": \"Yancey_Guest\"\n            },\n            {\n                \"essid\": \"Yanely Reyes \"\n            },\n            {\n                \"essid\": \"Yang\"\n            },\n            {\n                \"essid\": \"Yanina's iPhone\"\n            },\n            {\n                \"essid\": \"Yankee Hall\"\n            },\n            {\n                \"essid\": \"yankees\"\n            },\n            {\n                \"essid\": \"Yankees1970\"\n            },\n            {\n                \"essid\": \"Yanny's iPhone\"\n            },\n            {\n                \"essid\": \"yasir05\"\n            },\n            {\n                \"essid\": \"Yasser\"\n            },\n            {\n                \"essid\": \"Yates Transmission\"\n            },\n            {\n                \"essid\": \"Yauwah\"\n            },\n            {\n                \"essid\": \"YayahsMommy422\"\n            },\n            {\n                \"essid\": \"Yayo’s iphone\"\n            },\n            {\n                \"essid\": \"yazzyschevy\"\n            },\n            {\n                \"essid\": \"YBB13542\"\n            },\n            {\n                \"essid\": \"YBB16867\"\n            },\n            {\n                \"essid\": \"Ybbp\"\n            },\n            {\n                \"essid\": \"ycampos2020\"\n            },\n            {\n                \"essid\": \"Ycrad\"\n            },\n            {\n                \"essid\": \"YCRAD-5G_2GEXT\"\n            },\n            {\n                \"essid\": \"ydc\"\n            },\n            {\n                \"essid\": \"YD SR04\"\n            },\n            {\n                \"essid\": \"Yeah\"\n            },\n            {\n                \"essid\": \"Yea In's\"\n            },\n            {\n                \"essid\": \"yeelink-light-color1_miapad07\"\n            },\n            {\n                \"essid\": \"yeelink-light-lamp1_miapbabc\"\n            },\n            {\n                \"essid\": \"Yehua BFC2E2A5\"\n            },\n            {\n                \"essid\": \"yelibi\"\n            },\n            {\n                \"essid\": \"yellowbrickroad\"\n            },\n            {\n                \"essid\": \"Yelp WiFi\"\n            },\n            {\n                \"essid\": \"Yen-Guest\"\n            },\n            {\n                \"essid\": \"Yen-Net\"\n            },\n            {\n                \"essid\": \"Yenny Phoen\\\\342\\\\200\\\\231s iPhone\"\n            },\n            {\n                \"essid\": \"YeonEworld\"\n            },\n            {\n                \"essid\": \"YeseniasCruze\"\n            },\n            {\n                \"essid\": \"Yes Medical - Guests\"\n            },\n            {\n                \"essid\": \"Yeti333\"\n            },\n            {\n                \"essid\": \"Yevon\"\n            },\n            {\n                \"essid\": \"Yevonmorris43\"\n            },\n            {\n                \"essid\": \"yhq\"\n            },\n            {\n                \"essid\": \"YI114345\"\n            },\n            {\n                \"essid\": \"YI2VDBXIO\"\n            },\n            {\n                \"essid\": \"YI602FAD\"\n            },\n            {\n                \"essid\": \"YI_batmobile\"\n            },\n            {\n                \"essid\": \"YIBRZ86\"\n            },\n            {\n                \"essid\": \"YIcam\"\n            },\n            {\n                \"essid\": \"YICarCam\"\n            },\n            {\n                \"essid\": \"YICarCam_000000\"\n            },\n            {\n                \"essid\": \"YICarCam_0000A7\"\n            },\n            {\n                \"essid\": \"YICarCam_0000C9\"\n            },\n            {\n                \"essid\": \"YICarCam_000752\"\n            },\n            {\n                \"essid\": \"YICarCam_000D52\"\n            },\n            {\n                \"essid\": \"YICarCam_000D82\"\n            },\n            {\n                \"essid\": \"YICarCam_000F5D\"\n            },\n            {\n                \"essid\": \"YICarCam_0010B0\"\n            },\n            {\n                \"essid\": \"YICarCam_0010CA\"\n            },\n            {\n                \"essid\": \"YICarCam_001487\"\n            },\n            {\n                \"essid\": \"YICarCam_0015D2\"\n            },\n            {\n                \"essid\": \"YICarCam_00160E\"\n            },\n            {\n                \"essid\": \"YICarCam_0017D9\"\n            },\n            {\n                \"essid\": \"YICarCam_001B22\"\n            },\n            {\n                \"essid\": \"YICarCam_001B46\"\n            },\n            {\n                \"essid\": \"YICarCam_002044\"\n            },\n            {\n                \"essid\": \"YICarCam_002492\"\n            },\n            {\n                \"essid\": \"YICarCam_00268E\"\n            },\n            {\n                \"essid\": \"YICarCam_0028EE\"\n            },\n            {\n                \"essid\": \"YICarCam_002A24\"\n            },\n            {\n                \"essid\": \"YICarCam_002C7E\"\n            },\n            {\n                \"essid\": \"YICarCam_002CC6\"\n            },\n            {\n                \"essid\": \"YICarCam_003262\"\n            },\n            {\n                \"essid\": \"YICarCam_0032E0\"\n            },\n            {\n                \"essid\": \"YICarCam_00355C\"\n            },\n            {\n                \"essid\": \"YICarCam_00366B\"\n            },\n            {\n                \"essid\": \"YICarCam_00391B\"\n            },\n            {\n                \"essid\": \"YICarCam_0039CA\"\n            },\n            {\n                \"essid\": \"YICarCam_003C5C\"\n            },\n            {\n                \"essid\": \"YICarCam_003C7B\"\n            },\n            {\n                \"essid\": \"YICarCam_003DCE\"\n            },\n            {\n                \"essid\": \"YICarCam_00426D\"\n            },\n            {\n                \"essid\": \"YICarCam_004616\"\n            },\n            {\n                \"essid\": \"YICarCam_00464a\"\n            },\n            {\n                \"essid\": \"YICarCam_004800\"\n            },\n            {\n                \"essid\": \"YICarCam_004801\"\n            },\n            {\n                \"essid\": \"YICarCam_0049AF\"\n            },\n            {\n                \"essid\": \"YICarCam_004A22\"\n            },\n            {\n                \"essid\": \"YICarCam_004a8c\"\n            },\n            {\n                \"essid\": \"YICarCam_004F96\"\n            },\n            {\n                \"essid\": \"YICarCam_00505C\"\n            },\n            {\n                \"essid\": \"YICarCam_005069\"\n            },\n            {\n                \"essid\": \"YICarCam_005596\"\n            },\n            {\n                \"essid\": \"YICarCam_005710\"\n            },\n            {\n                \"essid\": \"YICarCam_006397\"\n            },\n            {\n                \"essid\": \"YICarCam_0063FD\"\n            },\n            {\n                \"essid\": \"YICarCam_006642\"\n            },\n            {\n                \"essid\": \"YICarCam_00666E\"\n            },\n            {\n                \"essid\": \"YICarCam_006718\"\n            },\n            {\n                \"essid\": \"YICarCam_00678A\"\n            },\n            {\n                \"essid\": \"YICarCam_006854\"\n            },\n            {\n                \"essid\": \"YICarCam_006FA2\"\n            },\n            {\n                \"essid\": \"YICarCam_006FEA\"\n            },\n            {\n                \"essid\": \"YICarCam_00735A\"\n            },\n            {\n                \"essid\": \"YICarCam_0074B2\"\n            },\n            {\n                \"essid\": \"YICarCam_007637\"\n            },\n            {\n                \"essid\": \"YICarCam_0077EE\"\n            },\n            {\n                \"essid\": \"YICarCam_007B3B\"\n            },\n            {\n                \"essid\": \"YICarCam_007B67\"\n            },\n            {\n                \"essid\": \"YICarCam_007D26\"\n            },\n            {\n                \"essid\": \"YICarCam_007D56\"\n            },\n            {\n                \"essid\": \"YICarCam_007F0B\"\n            },\n            {\n                \"essid\": \"YICarCam_007F1D\"\n            },\n            {\n                \"essid\": \"YICarCam_007F3D\"\n            },\n            {\n                \"essid\": \"YICarCam_00823F\"\n            },\n            {\n                \"essid\": \"YICarCam_0088FD\"\n            },\n            {\n                \"essid\": \"YICarCam_00963B\"\n            },\n            {\n                \"essid\": \"YICarCam_009f42\"\n            },\n            {\n                \"essid\": \"YICarCam_00a30e\"\n            },\n            {\n                \"essid\": \"YICarCam_00a424\"\n            },\n            {\n                \"essid\": \"YICarCam_00a4c5\"\n            },\n            {\n                \"essid\": \"YICarCam_00a513\"\n            },\n            {\n                \"essid\": \"YICarCam_00a9b9\"\n            },\n            {\n                \"essid\": \"YICarCam_00a9c3\"\n            },\n            {\n                \"essid\": \"YICarCam_00aa2f\"\n            },\n            {\n                \"essid\": \"YICarCam_00aaee\"\n            },\n            {\n                \"essid\": \"YICarCam_00ab40\"\n            },\n            {\n                \"essid\": \"YICarCam_00ab4e\"\n            },\n            {\n                \"essid\": \"YICarCam_00abcf\"\n            },\n            {\n                \"essid\": \"YICarCam_00ae16\"\n            },\n            {\n                \"essid\": \"YICarCam_00b38c\"\n            },\n            {\n                \"essid\": \"YICarCam_00b8ed\"\n            },\n            {\n                \"essid\": \"YICarCam_00c074\"\n            },\n            {\n                \"essid\": \"YICarCam_00c4bf\"\n            },\n            {\n                \"essid\": \"YICarCam_01C16A\"\n            },\n            {\n                \"essid\": \"YICarCam_01C66D\"\n            },\n            {\n                \"essid\": \"YICarCam_024520\"\n            },\n            {\n                \"essid\": \"YICarCam_026C92\"\n            },\n            {\n                \"essid\": \"YICarCam_02786B\"\n            },\n            {\n                \"essid\": \"YICarCam_02a6c5\"\n            },\n            {\n                \"essid\": \"YICarCam_02fd45\"\n            },\n            {\n                \"essid\": \"YICarCam_030980\"\n            },\n            {\n                \"essid\": \"YICarCam_066172\"\n            },\n            {\n                \"essid\": \"YICarCam_17F579\"\n            },\n            {\n                \"essid\": \"YICarCam_32b3ee\"\n            },\n            {\n                \"essid\": \"YICarCam_339e0c\"\n            },\n            {\n                \"essid\": \"YICarCam_5D7F63\"\n            },\n            {\n                \"essid\": \"YICarCam_600032\"\n            },\n            {\n                \"essid\": \"YICarCam_6000F6\"\n            },\n            {\n                \"essid\": \"YICarCam_600CDC\"\n            },\n            {\n                \"essid\": \"YICarCam_601830\"\n            },\n            {\n                \"essid\": \"YICarCam_601D66\"\n            },\n            {\n                \"essid\": \"YICarCam_601DB9\"\n            },\n            {\n                \"essid\": \"YICarCam_6023EA\"\n            },\n            {\n                \"essid\": \"YICarCam_602432\"\n            },\n            {\n                \"essid\": \"YICarCam_602456\"\n            },\n            {\n                \"essid\": \"YICarCam_602468\"\n            },\n            {\n                \"essid\": \"YICarCam_602572\"\n            },\n            {\n                \"essid\": \"YICarCam_60259B\"\n            },\n            {\n                \"essid\": \"YICarCam_6025A6\"\n            },\n            {\n                \"essid\": \"YICarCam_6025B5\"\n            },\n            {\n                \"essid\": \"YICarCam_602621\"\n            },\n            {\n                \"essid\": \"YICarCam_60270A\"\n            },\n            {\n                \"essid\": \"YICarCam_6028E0\"\n            },\n            {\n                \"essid\": \"YICarCam_602B0C\"\n            },\n            {\n                \"essid\": \"YICarCam_602B16\"\n            },\n            {\n                \"essid\": \"YICarCam_602C36\"\n            },\n            {\n                \"essid\": \"YICarCam_602DF2\"\n            },\n            {\n                \"essid\": \"YICarCam_602FD0\"\n            },\n            {\n                \"essid\": \"YICarCam_603259\"\n            },\n            {\n                \"essid\": \"YICarCam_603F91\"\n            },\n            {\n                \"essid\": \"YICarCam_604013\"\n            },\n            {\n                \"essid\": \"YICarCam_604290\"\n            },\n            {\n                \"essid\": \"YICarCam_6042C5\"\n            },\n            {\n                \"essid\": \"YICarCam_604304\"\n            },\n            {\n                \"essid\": \"YICarCam_60449A\"\n            },\n            {\n                \"essid\": \"YICarCam_604975\"\n            },\n            {\n                \"essid\": \"YICarCam_6049C2\"\n            },\n            {\n                \"essid\": \"YICarCam_604AEC\"\n            },\n            {\n                \"essid\": \"YICarCam_604C26\"\n            },\n            {\n                \"essid\": \"YICarCam_604C71\"\n            },\n            {\n                \"essid\": \"YICarCam_604F64\"\n            },\n            {\n                \"essid\": \"YICarCam_605035\"\n            },\n            {\n                \"essid\": \"YICarCam_60523D\"\n            },\n            {\n                \"essid\": \"YICarCam_6053D0\"\n            },\n            {\n                \"essid\": \"YICarCam_6053D6\"\n            },\n            {\n                \"essid\": \"YICarCam_6053E0\"\n            },\n            {\n                \"essid\": \"YICarCam_60540A\"\n            },\n            {\n                \"essid\": \"YICarCam_605433\"\n            },\n            {\n                \"essid\": \"YICarCam_6055E1\"\n            },\n            {\n                \"essid\": \"YICarCam_60563B\"\n            },\n            {\n                \"essid\": \"YICarCam_6057A8\"\n            },\n            {\n                \"essid\": \"YICarCam_605923\"\n            },\n            {\n                \"essid\": \"YICarCam_605BBF\"\n            },\n            {\n                \"essid\": \"YICarCam_605D49\"\n            },\n            {\n                \"essid\": \"YICarCam_605D6F\"\n            },\n            {\n                \"essid\": \"YICarCam_605F33\"\n            },\n            {\n                \"essid\": \"YICarCam_605F99\"\n            },\n            {\n                \"essid\": \"YICarCam_606105\"\n            },\n            {\n                \"essid\": \"YICarCam_606216\"\n            },\n            {\n                \"essid\": \"YICarCam_60631A\"\n            },\n            {\n                \"essid\": \"YICarCam_606438\"\n            },\n            {\n                \"essid\": \"YICarCam_606783\"\n            },\n            {\n                \"essid\": \"YICarCam_6067E3\"\n            },\n            {\n                \"essid\": \"YICarCam_606894\"\n            },\n            {\n                \"essid\": \"YICarCam_606974\"\n            },\n            {\n                \"essid\": \"YICarCam_6212e5\"\n            },\n            {\n                \"essid\": \"YICarCam_858c91\"\n            },\n            {\n                \"essid\": \"YICarCam_85d8e6\"\n            },\n            {\n                \"essid\": \"YICarCam_86406f\"\n            },\n            {\n                \"essid\": \"YICarCam_864285\"\n            },\n            {\n                \"essid\": \"YICarCam_8673e5\"\n            },\n            {\n                \"essid\": \"YICarCam_88470b\"\n            },\n            {\n                \"essid\": \"YICarCam_892e60\"\n            },\n            {\n                \"essid\": \"YICarCam_892f96\"\n            },\n            {\n                \"essid\": \"YICarCam_8a9bd2\"\n            },\n            {\n                \"essid\": \"YICarCam_8a9ca9\"\n            },\n            {\n                \"essid\": \"YICarCam_8aa74f\"\n            },\n            {\n                \"essid\": \"YICarCam_8B09F6\"\n            },\n            {\n                \"essid\": \"YICarCam_8B6734\"\n            },\n            {\n                \"essid\": \"YICarCam_8B7F00\"\n            },\n            {\n                \"essid\": \"YICarCam_8BD6A6\"\n            },\n            {\n                \"essid\": \"YICarCam_8BD7DA\"\n            },\n            {\n                \"essid\": \"YICarCam_8f4de2\"\n            },\n            {\n                \"essid\": \"YICarCam_97edc4\"\n            },\n            {\n                \"essid\": \"YICarCam_A4CEA8\"\n            },\n            {\n                \"essid\": \"YICarCam_A5B10A\"\n            },\n            {\n                \"essid\": \"YICarCam_aa\"\n            },\n            {\n                \"essid\": \"YICarCam_AC90F5\"\n            },\n            {\n                \"essid\": \"YICarCam_AC9161\"\n            },\n            {\n                \"essid\": \"YICarCam_AC9383\"\n            },\n            {\n                \"essid\": \"YICarCam_AC9508\"\n            },\n            {\n                \"essid\": \"YICarCam_AC972D\"\n            },\n            {\n                \"essid\": \"YICarCam_AC9785\"\n            },\n            {\n                \"essid\": \"YICarCam_AC9C91\"\n            },\n            {\n                \"essid\": \"YICarCam_AC9CE2\"\n            },\n            {\n                \"essid\": \"YICarCam_AC9DA8\"\n            },\n            {\n                \"essid\": \"YICarCam_AC9EFA\"\n            },\n            {\n                \"essid\": \"YICarCam_ACA0E1\"\n            },\n            {\n                \"essid\": \"YICarCam_ACA213\"\n            },\n            {\n                \"essid\": \"YICarCam_ACAF1E\"\n            },\n            {\n                \"essid\": \"YICarCam_ACB00E\"\n            },\n            {\n                \"essid\": \"YICarCam_ACB0E8\"\n            },\n            {\n                \"essid\": \"YICarCam_ACB1D5\"\n            },\n            {\n                \"essid\": \"YICarCam_Anik\"\n            },\n            {\n                \"essid\": \"YICarCam_B502F9\"\n            },\n            {\n                \"essid\": \"YICarCam_B50301\"\n            },\n            {\n                \"essid\": \"YICarCam_B50797\"\n            },\n            {\n                \"essid\": \"YICarCam_B50835\"\n            },\n            {\n                \"essid\": \"YICarCam_B5122B\"\n            },\n            {\n                \"essid\": \"YICarCam_B512CE\"\n            },\n            {\n                \"essid\": \"YICarCam_B514A4\"\n            },\n            {\n                \"essid\": \"YICarCam_B514E5\"\n            },\n            {\n                \"essid\": \"YICarCam_B51558\"\n            },\n            {\n                \"essid\": \"YICarCam_B51561\"\n            },\n            {\n                \"essid\": \"YICarCam_B51595\"\n            },\n            {\n                \"essid\": \"YICarCam_B517A2\"\n            },\n            {\n                \"essid\": \"YICarCam_B5191D\"\n            },\n            {\n                \"essid\": \"YICarCam_B519BE\"\n            },\n            {\n                \"essid\": \"YICarCam_B51F09\"\n            },\n            {\n                \"essid\": \"YICarCam_B520FC\"\n            },\n            {\n                \"essid\": \"YICarCam_B52190\"\n            },\n            {\n                \"essid\": \"YICarCam_B5277F\"\n            },\n            {\n                \"essid\": \"YICarCam_B555C8\"\n            },\n            {\n                \"essid\": \"YICarCam_Back\"\n            },\n            {\n                \"essid\": \"YICarCam_bb10a1\"\n            },\n            {\n                \"essid\": \"YICarCam_BD74EF\"\n            },\n            {\n                \"essid\": \"YICarCam_BD74FE\"\n            },\n            {\n                \"essid\": \"YICarCam_BD7612\"\n            },\n            {\n                \"essid\": \"YICarCam_BD7BFA\"\n            },\n            {\n                \"essid\": \"YICarCam_c300c8\"\n            },\n            {\n                \"essid\": \"YICarCam_c3028d\"\n            },\n            {\n                \"essid\": \"YICarCam_c30402\"\n            },\n            {\n                \"essid\": \"YICarCam_c3046a\"\n            },\n            {\n                \"essid\": \"YICarCam_c30723\"\n            },\n            {\n                \"essid\": \"YICarCam_c3072c\"\n            },\n            {\n                \"essid\": \"YICarCam_c307a5\"\n            },\n            {\n                \"essid\": \"YICarCam_c30c95\"\n            },\n            {\n                \"essid\": \"YICarCam_c30e2a\"\n            },\n            {\n                \"essid\": \"YICarCam_c3103d\"\n            },\n            {\n                \"essid\": \"YICarCam_c31339\"\n            },\n            {\n                \"essid\": \"YICarCam_c3135e\"\n            },\n            {\n                \"essid\": \"YICarCam_c3147a\"\n            },\n            {\n                \"essid\": \"YICarCam_c31735\"\n            },\n            {\n                \"essid\": \"YICarCam_c31c22\"\n            },\n            {\n                \"essid\": \"YICarCam_c31d44\"\n            },\n            {\n                \"essid\": \"YICarCam_c32080\"\n            },\n            {\n                \"essid\": \"YICarCam_c324d8\"\n            },\n            {\n                \"essid\": \"YICarCam_c325a2\"\n            },\n            {\n                \"essid\": \"YICarCam_c334b6\"\n            },\n            {\n                \"essid\": \"YICarCam_c33ec1\"\n            },\n            {\n                \"essid\": \"YICarCam_c350a5\"\n            },\n            {\n                \"essid\": \"YICarCam_c35b5a\"\n            },\n            {\n                \"essid\": \"YICarCam_c35c72\"\n            },\n            {\n                \"essid\": \"YICarCam_c3641f\"\n            },\n            {\n                \"essid\": \"YICarCam_c365f9\"\n            },\n            {\n                \"essid\": \"YICarCam_c36c7a\"\n            },\n            {\n                \"essid\": \"YICarCam_c37175\"\n            },\n            {\n                \"essid\": \"YICarCam_c37312\"\n            },\n            {\n                \"essid\": \"YICarCam_c3744b\"\n            },\n            {\n                \"essid\": \"YICarCam_c3e839\"\n            },\n            {\n                \"essid\": \"YICarCam_c7a7e2\"\n            },\n            {\n                \"essid\": \"YICarCam_c7cf28\"\n            },\n            {\n                \"essid\": \"YICarCam_c7f91b\"\n            },\n            {\n                \"essid\": \"YICarCam_c819d4\"\n            },\n            {\n                \"essid\": \"YICarCam_C83C84\"\n            },\n            {\n                \"essid\": \"YICarCam_C86A32\"\n            },\n            {\n                \"essid\": \"YICarCam_C86D3B\"\n            },\n            {\n                \"essid\": \"YICarCam_c94d56\"\n            },\n            {\n                \"essid\": \"YICarCam_c94ebe\"\n            },\n            {\n                \"essid\": \"YICarCam_c9c859\"\n            },\n            {\n                \"essid\": \"YICarCam_c9ccf1\"\n            },\n            {\n                \"essid\": \"YICarCam_c9d251\"\n            },\n            {\n                \"essid\": \"YICarCam_c9d2d4\"\n            },\n            {\n                \"essid\": \"YICarCam_c9d432\"\n            },\n            {\n                \"essid\": \"YICarCam_c9df37\"\n            },\n            {\n                \"essid\": \"YICarCam_c9e208\"\n            },\n            {\n                \"essid\": \"YICarCam_ca0a24\"\n            },\n            {\n                \"essid\": \"YICarCam_ca0a42\"\n            },\n            {\n                \"essid\": \"YICarCam_ca0bc1\"\n            },\n            {\n                \"essid\": \"YICarCam_ca0ff9\"\n            },\n            {\n                \"essid\": \"YICarCam_ca1053\"\n            },\n            {\n                \"essid\": \"YICarCam_ca14b7\"\n            },\n            {\n                \"essid\": \"YICarCam_ca1a45\"\n            },\n            {\n                \"essid\": \"YICarCam_ca1c4a\"\n            },\n            {\n                \"essid\": \"YICarCam_ca1f93\"\n            },\n            {\n                \"essid\": \"YICarCam_ca203d\"\n            },\n            {\n                \"essid\": \"YICarCam_ca2412\"\n            },\n            {\n                \"essid\": \"YICarCam_ca4d59\"\n            },\n            {\n                \"essid\": \"YICarCam_ca4d8a\"\n            },\n            {\n                \"essid\": \"YICarCam_ca5107\"\n            },\n            {\n                \"essid\": \"YICarCam_ca5812\"\n            },\n            {\n                \"essid\": \"YICarCam_ca5853\"\n            },\n            {\n                \"essid\": \"YICarCam_ca5a88\"\n            },\n            {\n                \"essid\": \"YICarCam_ca5bcd\"\n            },\n            {\n                \"essid\": \"YICarCam_ca5c8a\"\n            },\n            {\n                \"essid\": \"YICarCam_ca5ce3\"\n            },\n            {\n                \"essid\": \"YICarCam_ca5d0f\"\n            },\n            {\n                \"essid\": \"YICarCam_ca71d3\"\n            },\n            {\n                \"essid\": \"YICarCam_ca77d4\"\n            },\n            {\n                \"essid\": \"YICarCam_ca85b3\"\n            },\n            {\n                \"essid\": \"YICarCam_ca85dd\"\n            },\n            {\n                \"essid\": \"YICarCam_ca8605\"\n            },\n            {\n                \"essid\": \"YICarCam_ca8959\"\n            },\n            {\n                \"essid\": \"YICarCam_ca8a1b\"\n            },\n            {\n                \"essid\": \"YICarCam_ca8d96\"\n            },\n            {\n                \"essid\": \"YICarCam_ca8f56\"\n            },\n            {\n                \"essid\": \"YICarCam_ca8f83\"\n            },\n            {\n                \"essid\": \"YICarCam_ca9014\"\n            },\n            {\n                \"essid\": \"YICarCam_ca9049\"\n            },\n            {\n                \"essid\": \"YICarCam_ca90b3\"\n            },\n            {\n                \"essid\": \"YICarCam_ca9937\"\n            },\n            {\n                \"essid\": \"YICarCam_ca99b0\"\n            },\n            {\n                \"essid\": \"YICarCam_ca9d93\"\n            },\n            {\n                \"essid\": \"YICarCam_caa2b7\"\n            },\n            {\n                \"essid\": \"YICarCam_caa8ca\"\n            },\n            {\n                \"essid\": \"YICarCam_caa910\"\n            },\n            {\n                \"essid\": \"YICarCam_caa958\"\n            },\n            {\n                \"essid\": \"YICarCam_caa97d\"\n            },\n            {\n                \"essid\": \"YICarCam_caaa7d\"\n            },\n            {\n                \"essid\": \"YICarCam_caac1f\"\n            },\n            {\n                \"essid\": \"YICarCam_caad27\"\n            },\n            {\n                \"essid\": \"YICarCam_caadc0\"\n            },\n            {\n                \"essid\": \"YICarCam_caadff\"\n            },\n            {\n                \"essid\": \"YICarCam_cab4d0\"\n            },\n            {\n                \"essid\": \"YICarCam_cabc6a\"\n            },\n            {\n                \"essid\": \"YICarCam_cabc6c\"\n            },\n            {\n                \"essid\": \"YICarCam_cb8fd2\"\n            },\n            {\n                \"essid\": \"YICarCam_cb9b83\"\n            },\n            {\n                \"essid\": \"YICarCam_cbc748\"\n            },\n            {\n                \"essid\": \"YICarCam_cbd05e\"\n            },\n            {\n                \"essid\": \"YICarCam_cc0e8c\"\n            },\n            {\n                \"essid\": \"YICarCam_cc0ef5\"\n            },\n            {\n                \"essid\": \"YICarCam_cc0f6e\"\n            },\n            {\n                \"essid\": \"YICarCam_cc17f6\"\n            },\n            {\n                \"essid\": \"YICarCam_cc198d\"\n            },\n            {\n                \"essid\": \"YICarCam_cc1e07\"\n            },\n            {\n                \"essid\": \"YICarCam_cc1e44\"\n            },\n            {\n                \"essid\": \"YICarCam_cc1edb\"\n            },\n            {\n                \"essid\": \"YICarCam_cc1f04\"\n            },\n            {\n                \"essid\": \"YICarCam_cc2090\"\n            },\n            {\n                \"essid\": \"YICarCam_cc210b\"\n            },\n            {\n                \"essid\": \"YICarCam_cc21eb\"\n            },\n            {\n                \"essid\": \"YICarCam_cc220d\"\n            },\n            {\n                \"essid\": \"YICarCam_cc22a2\"\n            },\n            {\n                \"essid\": \"YICarCam_cc239c\"\n            },\n            {\n                \"essid\": \"YICarCam_cc253f\"\n            },\n            {\n                \"essid\": \"YICarCam_cc2585\"\n            },\n            {\n                \"essid\": \"YICarCam_cc258a\"\n            },\n            {\n                \"essid\": \"YICarCam_cc25d9\"\n            },\n            {\n                \"essid\": \"YICarCam_cc26b5\"\n            },\n            {\n                \"essid\": \"YICarCam_cc277e\"\n            },\n            {\n                \"essid\": \"YICarCam_cc27da\"\n            },\n            {\n                \"essid\": \"YICarCam_cc2a04\"\n            },\n            {\n                \"essid\": \"YICarCam_cc2fb2\"\n            },\n            {\n                \"essid\": \"YICarCam_cc30ed\"\n            },\n            {\n                \"essid\": \"YICarCam_cc3474\"\n            },\n            {\n                \"essid\": \"YICarCam_cc35ee\"\n            },\n            {\n                \"essid\": \"YICarCam_cc368d\"\n            },\n            {\n                \"essid\": \"YICarCam_cc379c\"\n            },\n            {\n                \"essid\": \"YICarCam_cc3829\"\n            },\n            {\n                \"essid\": \"YICarCam_cc3833\"\n            },\n            {\n                \"essid\": \"YICarCam_cc3874\"\n            },\n            {\n                \"essid\": \"YICarCam_cc3a45\"\n            },\n            {\n                \"essid\": \"YICarCam_cc3b31\"\n            },\n            {\n                \"essid\": \"YICarCam_cc3f76\"\n            },\n            {\n                \"essid\": \"YICarCam_cc403a\"\n            },\n            {\n                \"essid\": \"YICarCam_cc4060\"\n            },\n            {\n                \"essid\": \"YICarCam_cc43f7\"\n            },\n            {\n                \"essid\": \"YICarCam_cc4513\"\n            },\n            {\n                \"essid\": \"YICarCam_cc4890\"\n            },\n            {\n                \"essid\": \"YICarCam_cc51c0\"\n            },\n            {\n                \"essid\": \"YICarCam_cc55d0\"\n            },\n            {\n                \"essid\": \"YICarCam_cc572d\"\n            },\n            {\n                \"essid\": \"YICarCam_cc5855\"\n            },\n            {\n                \"essid\": \"YICarCam_cc5a90\"\n            },\n            {\n                \"essid\": \"YICarCam_cc5aa0\"\n            },\n            {\n                \"essid\": \"YICarCam_cc5b2a\"\n            },\n            {\n                \"essid\": \"YICarCam_cc5b3a\"\n            },\n            {\n                \"essid\": \"YICarCam_cc5cd1\"\n            },\n            {\n                \"essid\": \"YICarCam_cc5dad\"\n            },\n            {\n                \"essid\": \"YICarCam_cc5edc\"\n            },\n            {\n                \"essid\": \"YICarCam_cc5f2f\"\n            },\n            {\n                \"essid\": \"YICarCam_cc6013\"\n            },\n            {\n                \"essid\": \"YICarCam_cc62db\"\n            },\n            {\n                \"essid\": \"YICarCam_cc6a1a\"\n            },\n            {\n                \"essid\": \"YICarCam_cc6ee2\"\n            },\n            {\n                \"essid\": \"YICarCam_cc7978\"\n            },\n            {\n                \"essid\": \"YICarCam_cc9a08\"\n            },\n            {\n                \"essid\": \"YICarCam_cc9c88\"\n            },\n            {\n                \"essid\": \"YICarCam_cc9c9a\"\n            },\n            {\n                \"essid\": \"YICarCam_cc9cfb\"\n            },\n            {\n                \"essid\": \"YICarCam_cc9db5\"\n            },\n            {\n                \"essid\": \"YICarCam_cc9db8\"\n            },\n            {\n                \"essid\": \"YICarCam_cc9e3f\"\n            },\n            {\n                \"essid\": \"YICarCam_cca055\"\n            },\n            {\n                \"essid\": \"YICarCam_cca350\"\n            },\n            {\n                \"essid\": \"YICarCam_cca364\"\n            },\n            {\n                \"essid\": \"YICarCam_cca49e\"\n            },\n            {\n                \"essid\": \"YICarCam_cca85c\"\n            },\n            {\n                \"essid\": \"YICarCam_ccad53\"\n            },\n            {\n                \"essid\": \"YICarCam_ccc38d\"\n            },\n            {\n                \"essid\": \"YICarCam_cccdc1\"\n            },\n            {\n                \"essid\": \"YICarCam_cd10a6\"\n            },\n            {\n                \"essid\": \"YICarCam_cd2809\"\n            },\n            {\n                \"essid\": \"YICarCam_cd3754\"\n            },\n            {\n                \"essid\": \"YICarCam_cd4b43\"\n            },\n            {\n                \"essid\": \"YICarCam_cd58b7\"\n            },\n            {\n                \"essid\": \"YICarCam_cd6283\"\n            },\n            {\n                \"essid\": \"YICarCam_cd6748\"\n            },\n            {\n                \"essid\": \"YICarCam_cd67ac\"\n            },\n            {\n                \"essid\": \"YICarCam_cd6a55\"\n            },\n            {\n                \"essid\": \"YICarCam_cd6b3b\"\n            },\n            {\n                \"essid\": \"YICarCam_cd6cf5\"\n            },\n            {\n                \"essid\": \"YICarCam_cd6e26\"\n            },\n            {\n                \"essid\": \"YICarCam_cd7243\"\n            },\n            {\n                \"essid\": \"YICarCam_cd816b\"\n            },\n            {\n                \"essid\": \"YICarCam_cd821b\"\n            },\n            {\n                \"essid\": \"YICarCam_cd8601\"\n            },\n            {\n                \"essid\": \"YICarCam_cd881d\"\n            },\n            {\n                \"essid\": \"YICarCam_cd8a82\"\n            },\n            {\n                \"essid\": \"YICarCam_cd8b47\"\n            },\n            {\n                \"essid\": \"YICarCam_cd8f5c\"\n            },\n            {\n                \"essid\": \"YICarCam_cd8fa5\"\n            },\n            {\n                \"essid\": \"YICarCam_cd9070\"\n            },\n            {\n                \"essid\": \"YICarCam_cd9130\"\n            },\n            {\n                \"essid\": \"YICarCam_cd913f\"\n            },\n            {\n                \"essid\": \"YICarCam_cd9162\"\n            },\n            {\n                \"essid\": \"YICarCam_cd91f5\"\n            },\n            {\n                \"essid\": \"YICarCam_cd9574\"\n            },\n            {\n                \"essid\": \"YICarCam_cd95a8\"\n            },\n            {\n                \"essid\": \"YICarCam_cd9732\"\n            },\n            {\n                \"essid\": \"YICarCam_cd99e1\"\n            },\n            {\n                \"essid\": \"YICarCam_cd9a37\"\n            },\n            {\n                \"essid\": \"YICarCam_cd9ae8\"\n            },\n            {\n                \"essid\": \"YICarCam_cd9b9b\"\n            },\n            {\n                \"essid\": \"YICarCam_cd9bac\"\n            },\n            {\n                \"essid\": \"YICarCam_cd9f6e\"\n            },\n            {\n                \"essid\": \"YICarCam_cda00f\"\n            },\n            {\n                \"essid\": \"YICarCam_cda7cd\"\n            },\n            {\n                \"essid\": \"YICarCam_cda868\"\n            },\n            {\n                \"essid\": \"YICarCam_cda95d\"\n            },\n            {\n                \"essid\": \"YICarCam_cdaad2\"\n            },\n            {\n                \"essid\": \"YICarCam_cdb2ad\"\n            },\n            {\n                \"essid\": \"YICarCam_cdb53e\"\n            },\n            {\n                \"essid\": \"YICarCam_cdb84b\"\n            },\n            {\n                \"essid\": \"YICarCam_cdb854\"\n            },\n            {\n                \"essid\": \"YICarCam_cdb8df\"\n            },\n            {\n                \"essid\": \"YICarCam_cdb9ca\"\n            },\n            {\n                \"essid\": \"YICarCam_cdbb6b\"\n            },\n            {\n                \"essid\": \"YICarCam_cdbb71\"\n            },\n            {\n                \"essid\": \"YICarCam_cdbc2d\"\n            },\n            {\n                \"essid\": \"YICarCam_cdbc84\"\n            },\n            {\n                \"essid\": \"YICarCam_cdbd62\"\n            },\n            {\n                \"essid\": \"YICarCam_cdc10e\"\n            },\n            {\n                \"essid\": \"YICarCam_cdc161\"\n            },\n            {\n                \"essid\": \"YICarCam_cdc6c7\"\n            },\n            {\n                \"essid\": \"YICarCam_cdc8fe\"\n            },\n            {\n                \"essid\": \"YICarCam_cdc933\"\n            },\n            {\n                \"essid\": \"YICarCam_cdcbf5\"\n            },\n            {\n                \"essid\": \"YICarCam_cdccb2\"\n            },\n            {\n                \"essid\": \"YICarCam_cdcd99\"\n            },\n            {\n                \"essid\": \"YICarCam_cdce4d\"\n            },\n            {\n                \"essid\": \"YICarCam_cdcfa6\"\n            },\n            {\n                \"essid\": \"YICarCam_cdd011\"\n            },\n            {\n                \"essid\": \"YICarCam_cdd202\"\n            },\n            {\n                \"essid\": \"YICarCam_cdd4fa\"\n            },\n            {\n                \"essid\": \"YICarCam_cdd6c0\"\n            },\n            {\n                \"essid\": \"YICarCam_cdd704\"\n            },\n            {\n                \"essid\": \"YICarCam_cdd93a\"\n            },\n            {\n                \"essid\": \"YICarCam_cdd961\"\n            },\n            {\n                \"essid\": \"YICarCam_cddb0d\"\n            },\n            {\n                \"essid\": \"YICarCam_cdddf6\"\n            },\n            {\n                \"essid\": \"YICarCam_cddeb9\"\n            },\n            {\n                \"essid\": \"YICarCam_cde13d\"\n            },\n            {\n                \"essid\": \"YICarCam_cde1c6\"\n            },\n            {\n                \"essid\": \"YICarCam_cde3ae\"\n            },\n            {\n                \"essid\": \"YICarCam_cde544\"\n            },\n            {\n                \"essid\": \"YICarCam_cdf30d\"\n            },\n            {\n                \"essid\": \"YICarCam_ce0020\"\n            },\n            {\n                \"essid\": \"YICarCam_cee661\"\n            },\n            {\n                \"essid\": \"YICarCam_cef1a6\"\n            },\n            {\n                \"essid\": \"YICarCam_cef53d\"\n            },\n            {\n                \"essid\": \"YICarCam_cf144e\"\n            },\n            {\n                \"essid\": \"YICarCam_cf64a9\"\n            },\n            {\n                \"essid\": \"YICarCam_cf69f7\"\n            },\n            {\n                \"essid\": \"YICarCam_cf6ac5\"\n            },\n            {\n                \"essid\": \"YICarCam_cf7f96\"\n            },\n            {\n                \"essid\": \"YICarCam_cf83bf\"\n            },\n            {\n                \"essid\": \"YICarCam_cf848e\"\n            },\n            {\n                \"essid\": \"YICarCam_cf8515\"\n            },\n            {\n                \"essid\": \"YICarCam_cf85e6\"\n            },\n            {\n                \"essid\": \"YICarCam_cfca79\"\n            },\n            {\n                \"essid\": \"YICarCam_cfe2f1\"\n            },\n            {\n                \"essid\": \"YICarCam_cff72d\"\n            },\n            {\n                \"essid\": \"YICarCam_Chi\"\n            },\n            {\n                \"essid\": \"YICarCamcrv\"\n            },\n            {\n                \"essid\": \"YICarCam_d0b914\"\n            },\n            {\n                \"essid\": \"YICarCam_d1320a\"\n            },\n            {\n                \"essid\": \"YICarCam_d13378\"\n            },\n            {\n                \"essid\": \"YICarCam_d13cc8\"\n            },\n            {\n                \"essid\": \"YICarCam_d1406d\"\n            },\n            {\n                \"essid\": \"YICarCam_d14427\"\n            },\n            {\n                \"essid\": \"YICarCam_d14597\"\n            },\n            {\n                \"essid\": \"YICarCam_d14837\"\n            },\n            {\n                \"essid\": \"YICarCam_d16ae2\"\n            },\n            {\n                \"essid\": \"YICarCam_d16c2d\"\n            },\n            {\n                \"essid\": \"YICarCam_d17148\"\n            },\n            {\n                \"essid\": \"YICarCam_d18f29\"\n            },\n            {\n                \"essid\": \"YICarCam_d1facc\"\n            },\n            {\n                \"essid\": \"YICarCam_d20ee6\"\n            },\n            {\n                \"essid\": \"YICarCam_d21343\"\n            },\n            {\n                \"essid\": \"YICarCam_d220a7\"\n            },\n            {\n                \"essid\": \"YICarCam_d22223\"\n            },\n            {\n                \"essid\": \"YICarCam_d2228f\"\n            },\n            {\n                \"essid\": \"YICarCam_d2253e\"\n            },\n            {\n                \"essid\": \"YICarCam_d22e51\"\n            },\n            {\n                \"essid\": \"YICarCam_d22f07\"\n            },\n            {\n                \"essid\": \"YICarCam_d232ca\"\n            },\n            {\n                \"essid\": \"YICarCam_d235b3\"\n            },\n            {\n                \"essid\": \"YICarCam_d2c80e\"\n            },\n            {\n                \"essid\": \"YICarCam_d2cb72\"\n            },\n            {\n                \"essid\": \"YICarCam_d2cda1\"\n            },\n            {\n                \"essid\": \"YICarCam_d2ce7e\"\n            },\n            {\n                \"essid\": \"YICarCam_d2d065\"\n            },\n            {\n                \"essid\": \"YICarCam_d2d2e1\"\n            },\n            {\n                \"essid\": \"YICarCam_d2dcda\"\n            },\n            {\n                \"essid\": \"YICarCam_d2e045\"\n            },\n            {\n                \"essid\": \"YICarCam_d2e258\"\n            },\n            {\n                \"essid\": \"YICarCam_d2e78e\"\n            },\n            {\n                \"essid\": \"YICarCam_d2e7c2\"\n            },\n            {\n                \"essid\": \"YICarCam_d2eca8\"\n            },\n            {\n                \"essid\": \"YICarCam_d2f424\"\n            },\n            {\n                \"essid\": \"YICarCam_d2f58e\"\n            },\n            {\n                \"essid\": \"YICarCam_d363a4\"\n            },\n            {\n                \"essid\": \"YICarCam_d3664a\"\n            },\n            {\n                \"essid\": \"YICarCam_d366e2\"\n            },\n            {\n                \"essid\": \"YICarCam_d36773\"\n            },\n            {\n                \"essid\": \"YICarCam_d36913\"\n            },\n            {\n                \"essid\": \"YICarCam_d36b7a\"\n            },\n            {\n                \"essid\": \"YICarCam_d36bea\"\n            },\n            {\n                \"essid\": \"YICarCam_d37185\"\n            },\n            {\n                \"essid\": \"YICarCam_d37309\"\n            },\n            {\n                \"essid\": \"YICarCam_d376f1\"\n            },\n            {\n                \"essid\": \"YICarCam_d378e7\"\n            },\n            {\n                \"essid\": \"YICarCam_d37ce0\"\n            },\n            {\n                \"essid\": \"YICarCam_d385a3\"\n            },\n            {\n                \"essid\": \"YICarCam_d39779\"\n            },\n            {\n                \"essid\": \"YICarCam_d3b2cd\"\n            },\n            {\n                \"essid\": \"YICarCam_d3b4b5\"\n            },\n            {\n                \"essid\": \"YICarCam_D46C04\"\n            },\n            {\n                \"essid\": \"YICarCam_D46D5D\"\n            },\n            {\n                \"essid\": \"YICarCam_D46ED3\"\n            },\n            {\n                \"essid\": \"YICarCam_D46F57\"\n            },\n            {\n                \"essid\": \"YICarCam_D46F9B\"\n            },\n            {\n                \"essid\": \"YICarCam_D47A80\"\n            },\n            {\n                \"essid\": \"YICarCam_D488D2\"\n            },\n            {\n                \"essid\": \"YICarCam_d49fd5\"\n            },\n            {\n                \"essid\": \"YICarCam_d4ccda\"\n            },\n            {\n                \"essid\": \"YICarCam_D4F2D8\"\n            },\n            {\n                \"essid\": \"YICarCam_D4F313\"\n            },\n            {\n                \"essid\": \"YICarCam_d4f43c\"\n            },\n            {\n                \"essid\": \"YICarCam_D4F4CE\"\n            },\n            {\n                \"essid\": \"YICarCam_D4F842\"\n            },\n            {\n                \"essid\": \"YICarCam_D4FC51\"\n            },\n            {\n                \"essid\": \"YICarCam_D4FEAA\"\n            },\n            {\n                \"essid\": \"YICarCam_D500F3\"\n            },\n            {\n                \"essid\": \"YICarCam_d504ab\"\n            },\n            {\n                \"essid\": \"YICarCam_D50A6B\"\n            },\n            {\n                \"essid\": \"YICarCam_D51040\"\n            },\n            {\n                \"essid\": \"YICarCam_D510B2\"\n            },\n            {\n                \"essid\": \"YICarCam_D512EA\"\n            },\n            {\n                \"essid\": \"YICarCam_D51480\"\n            },\n            {\n                \"essid\": \"YICarCam_D51786\"\n            },\n            {\n                \"essid\": \"YICarCam_D520BF\"\n            },\n            {\n                \"essid\": \"YICarCam_D52346\"\n            },\n            {\n                \"essid\": \"YICarCam_D52710\"\n            },\n            {\n                \"essid\": \"YICarCam_D527CC\"\n            },\n            {\n                \"essid\": \"YICarCam_D5282B\"\n            },\n            {\n                \"essid\": \"YICarCam_D5287F\"\n            },\n            {\n                \"essid\": \"YICarCam_D52900\"\n            },\n            {\n                \"essid\": \"YICarCam_D52CF3\"\n            },\n            {\n                \"essid\": \"YICarCam_D53283\"\n            },\n            {\n                \"essid\": \"YICarCam_D532C0\"\n            },\n            {\n                \"essid\": \"YICarCam_D536DB\"\n            },\n            {\n                \"essid\": \"YICarCam_D53CF1\"\n            },\n            {\n                \"essid\": \"YICarCam_D53EDE\"\n            },\n            {\n                \"essid\": \"YICarCam_D53F4A\"\n            },\n            {\n                \"essid\": \"YICarCam_D540C4\"\n            },\n            {\n                \"essid\": \"YICarCam_D540EB\"\n            },\n            {\n                \"essid\": \"YICarCam_D540F3\"\n            },\n            {\n                \"essid\": \"YICarCam_d606c7\"\n            },\n            {\n                \"essid\": \"YICarCam_d9d26e\"\n            },\n            {\n                \"essid\": \"YICarCam_DF1083\"\n            },\n            {\n                \"essid\": \"YICarCam_DF7AD1\"\n            },\n            {\n                \"essid\": \"YICarCam_DF7CE9\"\n            },\n            {\n                \"essid\": \"YICarCam_DF7E31\"\n            },\n            {\n                \"essid\": \"YICarCam_DF8202\"\n            },\n            {\n                \"essid\": \"YICarCam_DF824B\"\n            },\n            {\n                \"essid\": \"YICarCam_DF8733\"\n            },\n            {\n                \"essid\": \"YICarCam_DF8959\"\n            },\n            {\n                \"essid\": \"YICarCam_DF8D25\"\n            },\n            {\n                \"essid\": \"YICarCam_DF8EE4\"\n            },\n            {\n                \"essid\": \"YICarCam_DF8F81\"\n            },\n            {\n                \"essid\": \"YICarCam_DF9212\"\n            },\n            {\n                \"essid\": \"YICarCam_DF9262\"\n            },\n            {\n                \"essid\": \"YICarCam_DF929A\"\n            },\n            {\n                \"essid\": \"YICarCam_DF9324\"\n            },\n            {\n                \"essid\": \"YICarCam_DF9349\"\n            },\n            {\n                \"essid\": \"YICarCam_DF970A\"\n            },\n            {\n                \"essid\": \"YICarCam_DF973C\"\n            },\n            {\n                \"essid\": \"YICarCam_DF978A\"\n            },\n            {\n                \"essid\": \"YICarCam_DF9B29\"\n            },\n            {\n                \"essid\": \"YICarCam_DF9B62\"\n            },\n            {\n                \"essid\": \"YICarCam_DF9E06\"\n            },\n            {\n                \"essid\": \"YICarCam_DF9F95\"\n            },\n            {\n                \"essid\": \"YICarCam_DFA0F3\"\n            },\n            {\n                \"essid\": \"YICarCam_DFA15B\"\n            },\n            {\n                \"essid\": \"YICarCam_Ed\"\n            },\n            {\n                \"essid\": \"YICarCam_f038f4\"\n            },\n            {\n                \"essid\": \"YICarCam_f0640b\"\n            },\n            {\n                \"essid\": \"YICarCam_f08e31\"\n            },\n            {\n                \"essid\": \"YICarCam_f0a63b\"\n            },\n            {\n                \"essid\": \"YICarCam_f0d368\"\n            },\n            {\n                \"essid\": \"YICarCam_f133ab\"\n            },\n            {\n                \"essid\": \"YICarCam_f1e12e\"\n            },\n            {\n                \"essid\": \"YICarCam_f21e62\"\n            },\n            {\n                \"essid\": \"YICarCam_f25b21\"\n            },\n            {\n                \"essid\": \"YICarCam_f2c9ea\"\n            },\n            {\n                \"essid\": \"YICarCam_f2da7f\"\n            },\n            {\n                \"essid\": \"YICarCam_F339CE\"\n            },\n            {\n                \"essid\": \"YICarCam_F33E44\"\n            },\n            {\n                \"essid\": \"YICarCam_F33EE7\"\n            },\n            {\n                \"essid\": \"YICarCam_F33F33\"\n            },\n            {\n                \"essid\": \"YICarCam_F33FBD\"\n            },\n            {\n                \"essid\": \"YICarCam_F340D7\"\n            },\n            {\n                \"essid\": \"YICarCam_F3416D\"\n            },\n            {\n                \"essid\": \"YICarCam_F3417D\"\n            },\n            {\n                \"essid\": \"YICarCam_F341FE\"\n            },\n            {\n                \"essid\": \"YICarCam_f34492\"\n            },\n            {\n                \"essid\": \"YICarCam_F3462E\"\n            },\n            {\n                \"essid\": \"YICarCam_f346b9\"\n            },\n            {\n                \"essid\": \"YICarCam_f34c70\"\n            },\n            {\n                \"essid\": \"YICarCam_f34c85\"\n            },\n            {\n                \"essid\": \"YICarCam_F34D31\"\n            },\n            {\n                \"essid\": \"YICarCam_F351B0\"\n            },\n            {\n                \"essid\": \"YICarCam_F351ED\"\n            },\n            {\n                \"essid\": \"YICarCam_F35233\"\n            },\n            {\n                \"essid\": \"YICarCam_f3526a\"\n            },\n            {\n                \"essid\": \"YICarCam_f3535e\"\n            },\n            {\n                \"essid\": \"YICarCam_f35374\"\n            },\n            {\n                \"essid\": \"YICarCam_f35485\"\n            },\n            {\n                \"essid\": \"YICarCam_f354ed\"\n            },\n            {\n                \"essid\": \"YICarCam_f3563c\"\n            },\n            {\n                \"essid\": \"YICarCam_f356a3\"\n            },\n            {\n                \"essid\": \"YICarCam_F356A5\"\n            },\n            {\n                \"essid\": \"YICarCam_F356C8\"\n            },\n            {\n                \"essid\": \"YICarCam_f35865\"\n            },\n            {\n                \"essid\": \"YICarCam_F359B4\"\n            },\n            {\n                \"essid\": \"YICarCam_f359c5\"\n            },\n            {\n                \"essid\": \"YICarCam_f35aa6\"\n            },\n            {\n                \"essid\": \"YICarCam_F361F8\"\n            },\n            {\n                \"essid\": \"YICarCam_F368D3\"\n            },\n            {\n                \"essid\": \"YICarCam_F36AA8\"\n            },\n            {\n                \"essid\": \"YICarCam_F36ACA\"\n            },\n            {\n                \"essid\": \"YICarCam_F36B0A\"\n            },\n            {\n                \"essid\": \"YICarCam_F36B1E\"\n            },\n            {\n                \"essid\": \"YICarCam_F36F1D\"\n            },\n            {\n                \"essid\": \"YICarCam_F372DC\"\n            },\n            {\n                \"essid\": \"YICarCam_F37704\"\n            },\n            {\n                \"essid\": \"YICarCam_F3776C\"\n            },\n            {\n                \"essid\": \"YICarCam_F377C4\"\n            },\n            {\n                \"essid\": \"YICarCam_F3799F\"\n            },\n            {\n                \"essid\": \"YICarCam_F37D40\"\n            },\n            {\n                \"essid\": \"YICarCam_F37F19\"\n            },\n            {\n                \"essid\": \"YICarCam_F37F95\"\n            },\n            {\n                \"essid\": \"YICarCam_F38104\"\n            },\n            {\n                \"essid\": \"YICarCam_F38201\"\n            },\n            {\n                \"essid\": \"YICarCam_F384AB\"\n            },\n            {\n                \"essid\": \"YICarCam_F38B41\"\n            },\n            {\n                \"essid\": \"YICarCam_F38B4A\"\n            },\n            {\n                \"essid\": \"YICarCam_F38B51\"\n            },\n            {\n                \"essid\": \"YICarCam_F38F11\"\n            },\n            {\n                \"essid\": \"YICarCam_F390CA\"\n            },\n            {\n                \"essid\": \"YICarCam_F39321\"\n            },\n            {\n                \"essid\": \"YICarCam_F39351\"\n            },\n            {\n                \"essid\": \"YICarCam_F394CC\"\n            },\n            {\n                \"essid\": \"YICarCam_F39526\"\n            },\n            {\n                \"essid\": \"YICarCam_F39878\"\n            },\n            {\n                \"essid\": \"YICarCam_F398D0\"\n            },\n            {\n                \"essid\": \"YICarCam_f39a9e\"\n            },\n            {\n                \"essid\": \"YICarCam_f39c7b\"\n            },\n            {\n                \"essid\": \"YICarCam_F39E92\"\n            },\n            {\n                \"essid\": \"YICarCam_f3a2a8\"\n            },\n            {\n                \"essid\": \"YICarCam_F3A45E\"\n            },\n            {\n                \"essid\": \"YICarCam_f3a545\"\n            },\n            {\n                \"essid\": \"YICarCam_f3a659\"\n            },\n            {\n                \"essid\": \"YICarCam_F3A756_18\"\n            },\n            {\n                \"essid\": \"YICarCam_f3a842\"\n            },\n            {\n                \"essid\": \"YICarCam_F3A910\"\n            },\n            {\n                \"essid\": \"YICarCam_F3A99E\"\n            },\n            {\n                \"essid\": \"YICarCam_f3ab11\"\n            },\n            {\n                \"essid\": \"YICarCam_F3AB19\"\n            },\n            {\n                \"essid\": \"YICarCam_F3AC4B\"\n            },\n            {\n                \"essid\": \"YICarCam_F3AC7D\"\n            },\n            {\n                \"essid\": \"YICarCam_F3ACCB\"\n            },\n            {\n                \"essid\": \"YICarCam_f3acea\"\n            },\n            {\n                \"essid\": \"YICarCam_F3B36A\"\n            },\n            {\n                \"essid\": \"YICarCam_F3DE72\"\n            },\n            {\n                \"essid\": \"YICarCam_f45edf\"\n            },\n            {\n                \"essid\": \"YICarCam_F4CA64\"\n            },\n            {\n                \"essid\": \"YICarCam_F4DA54\"\n            },\n            {\n                \"essid\": \"YICarCam_F59006\"\n            },\n            {\n                \"essid\": \"YICarCam_F5A0C8\"\n            },\n            {\n                \"essid\": \"YICarCam_f5a138\"\n            },\n            {\n                \"essid\": \"YICarCam_f5a68d\"\n            },\n            {\n                \"essid\": \"YICarCam_F5A89A\"\n            },\n            {\n                \"essid\": \"YICarCam_F5B32A\"\n            },\n            {\n                \"essid\": \"YICarCam_f5b889\"\n            },\n            {\n                \"essid\": \"YICarCam_f5b993\"\n            },\n            {\n                \"essid\": \"YICarCam_F5DEB0\"\n            },\n            {\n                \"essid\": \"YICarCam_f5f4bf\"\n            },\n            {\n                \"essid\": \"YICarCam_f64884\"\n            },\n            {\n                \"essid\": \"YICarCam_f64977\"\n            },\n            {\n                \"essid\": \"YICarCam_f649be\"\n            },\n            {\n                \"essid\": \"YICarCam_f64a8c\"\n            },\n            {\n                \"essid\": \"YICarCam_f64bdb\"\n            },\n            {\n                \"essid\": \"YICarCam_f6561a\"\n            },\n            {\n                \"essid\": \"YICarCam_F65F20\"\n            },\n            {\n                \"essid\": \"YICarCam_F6616E\"\n            },\n            {\n                \"essid\": \"YICarCam_F68520\"\n            },\n            {\n                \"essid\": \"YICarCam_F68544\"\n            },\n            {\n                \"essid\": \"YICarCam_F69A86\"\n            },\n            {\n                \"essid\": \"YICarCam_F6B4E8\"\n            },\n            {\n                \"essid\": \"YICarCam_F6B82E\"\n            },\n            {\n                \"essid\": \"YICarCam_F6B88A\"\n            },\n            {\n                \"essid\": \"YICarCam_F6BC0C\"\n            },\n            {\n                \"essid\": \"YICarCam_F6C736\"\n            },\n            {\n                \"essid\": \"YICarCam_F731E2\"\n            },\n            {\n                \"essid\": \"YICarCam_F74002\"\n            },\n            {\n                \"essid\": \"YICarCam_F74529\"\n            },\n            {\n                \"essid\": \"YICarCam_F74564\"\n            },\n            {\n                \"essid\": \"YICarCam_F750DE\"\n            },\n            {\n                \"essid\": \"YICarCam_F764C6\"\n            },\n            {\n                \"essid\": \"YICarCam_F765DC\"\n            },\n            {\n                \"essid\": \"YICarCam_f771de\"\n            },\n            {\n                \"essid\": \"YICarCam_f77267\"\n            },\n            {\n                \"essid\": \"YICarCam_f773f3\"\n            },\n            {\n                \"essid\": \"YICarCam_f77604\"\n            },\n            {\n                \"essid\": \"YICarCam_f7781b\"\n            },\n            {\n                \"essid\": \"YICarCam_f778fc\"\n            },\n            {\n                \"essid\": \"YICarCam_f77a3e\"\n            },\n            {\n                \"essid\": \"YICarCam_f77a5f\"\n            },\n            {\n                \"essid\": \"YICarCam_F77B1A\"\n            },\n            {\n                \"essid\": \"YICarCam_f77f07\"\n            },\n            {\n                \"essid\": \"YICarCam_f78519\"\n            },\n            {\n                \"essid\": \"YICarCam_f78627\"\n            },\n            {\n                \"essid\": \"YICarCam_f786f2\"\n            },\n            {\n                \"essid\": \"YICarCam_f78931\"\n            },\n            {\n                \"essid\": \"YICarCam_f78b0f\"\n            },\n            {\n                \"essid\": \"YICarCam_f78d8a\"\n            },\n            {\n                \"essid\": \"YICarCam_f79565\"\n            },\n            {\n                \"essid\": \"YICarCam_f79610\"\n            },\n            {\n                \"essid\": \"YICarCam_f7963f\"\n            },\n            {\n                \"essid\": \"YICarCam_F7A4A6\"\n            },\n            {\n                \"essid\": \"YICarCam_F7B24F\"\n            },\n            {\n                \"essid\": \"YICarCam_f7b2f0\"\n            },\n            {\n                \"essid\": \"YICarCam_f7d8f4\"\n            },\n            {\n                \"essid\": \"YICarCam_f7dc71\"\n            },\n            {\n                \"essid\": \"YICarCam_faf0e3\"\n            },\n            {\n                \"essid\": \"YICarCam_fb0143\"\n            },\n            {\n                \"essid\": \"YICarCam_fb3fe2\"\n            },\n            {\n                \"essid\": \"YICarCam_fb4033\"\n            },\n            {\n                \"essid\": \"YICarCam_fb50f8\"\n            },\n            {\n                \"essid\": \"YICarCam_FB635E\"\n            },\n            {\n                \"essid\": \"YICarCam_fb6ee3\"\n            },\n            {\n                \"essid\": \"YICarCam_fb83a1\"\n            },\n            {\n                \"essid\": \"YICarCam_FBD1E6\"\n            },\n            {\n                \"essid\": \"YICarCam_fc9fe8\"\n            },\n            {\n                \"essid\": \"YICarCam_fd6482\"\n            },\n            {\n                \"essid\": \"YICarCam_fd8468\"\n            },\n            {\n                \"essid\": \"YICarCam_FDA792\"\n            },\n            {\n                \"essid\": \"YICarCam_fdc787\"\n            },\n            {\n                \"essid\": \"YICarCam_fdce09\"\n            },\n            {\n                \"essid\": \"YICarCam_fe042a\"\n            },\n            {\n                \"essid\": \"YICarCam_fe1541\"\n            },\n            {\n                \"essid\": \"YICarCam_fe16cc\"\n            },\n            {\n                \"essid\": \"YICarCam_fe18bd\"\n            },\n            {\n                \"essid\": \"YICarCam_fe18cd\"\n            },\n            {\n                \"essid\": \"YICarCam_fe18e6\"\n            },\n            {\n                \"essid\": \"YICarCam_fe1b30\"\n            },\n            {\n                \"essid\": \"YICarCam_fe2b3f\"\n            },\n            {\n                \"essid\": \"YICarCam_fe2ba5\"\n            },\n            {\n                \"essid\": \"YICarCam_fe2c1f\"\n            },\n            {\n                \"essid\": \"YICarCam_fe2c2d\"\n            },\n            {\n                \"essid\": \"YICarCam_fe2e6b\"\n            },\n            {\n                \"essid\": \"YICarCam_fe2f86\"\n            },\n            {\n                \"essid\": \"YICarCam_fe2fe7\"\n            },\n            {\n                \"essid\": \"YICarCam_fe3060\"\n            },\n            {\n                \"essid\": \"YICarCam_fe307f\"\n            },\n            {\n                \"essid\": \"YICarCam_fe31cd\"\n            },\n            {\n                \"essid\": \"YICarCam_fe320b\"\n            },\n            {\n                \"essid\": \"YICarCam_fe379d\"\n            },\n            {\n                \"essid\": \"YICarCam_fe38a9\"\n            },\n            {\n                \"essid\": \"YICarCam_fe3912\"\n            },\n            {\n                \"essid\": \"YICarCam_fe3b08\"\n            },\n            {\n                \"essid\": \"YICarCam_fe3b0b\"\n            },\n            {\n                \"essid\": \"YICarCam_fe3bdd\"\n            },\n            {\n                \"essid\": \"YICarCam_fe3f43\"\n            },\n            {\n                \"essid\": \"YICarCam_fe4295\"\n            },\n            {\n                \"essid\": \"YICarCam_fe43a4\"\n            },\n            {\n                \"essid\": \"YICarCam_fe43ac\"\n            },\n            {\n                \"essid\": \"YICarCam_fe4697\"\n            },\n            {\n                \"essid\": \"YICarCam_fe46de\"\n            },\n            {\n                \"essid\": \"YICarCam_fe46fd\"\n            },\n            {\n                \"essid\": \"YICarCam_fe4ac7\"\n            },\n            {\n                \"essid\": \"YICarCam_fe4adc\"\n            },\n            {\n                \"essid\": \"YICarCam_fe4c58\"\n            },\n            {\n                \"essid\": \"YICarCam_fe4db4\"\n            },\n            {\n                \"essid\": \"YICarCam_fe4e2f\"\n            },\n            {\n                \"essid\": \"YICarCam_fe5176\"\n            },\n            {\n                \"essid\": \"YICarCam_fe51f6\"\n            },\n            {\n                \"essid\": \"YICarCam_fe5451\"\n            },\n            {\n                \"essid\": \"YICarCam_fe5452\"\n            },\n            {\n                \"essid\": \"YICarCam_fe54f2\"\n            },\n            {\n                \"essid\": \"YICarCam_fe5695\"\n            },\n            {\n                \"essid\": \"YICarCam_fe672a\"\n            },\n            {\n                \"essid\": \"YICarCam_fe6ce6\"\n            },\n            {\n                \"essid\": \"YICarCam_fe6cf1\"\n            },\n            {\n                \"essid\": \"YICarCam_fe6e2a\"\n            },\n            {\n                \"essid\": \"YICarCam_fe6f79\"\n            },\n            {\n                \"essid\": \"YICarCam_fe7b02\"\n            },\n            {\n                \"essid\": \"YICarCam_fe7bc4\"\n            },\n            {\n                \"essid\": \"YICarCam_fe7be1\"\n            },\n            {\n                \"essid\": \"YICarCam_fe7ce7\"\n            },\n            {\n                \"essid\": \"YICarCam_fe7dfa\"\n            },\n            {\n                \"essid\": \"YICarCam_fe7f91\"\n            },\n            {\n                \"essid\": \"YICarCam_fe84e5\"\n            },\n            {\n                \"essid\": \"YICarCam_fe868d\"\n            },\n            {\n                \"essid\": \"YICarCam_fe9945\"\n            },\n            {\n                \"essid\": \"YICarCam_fe9958\"\n            },\n            {\n                \"essid\": \"YICarCam_fe9968\"\n            },\n            {\n                \"essid\": \"YICarCam_fea418\"\n            },\n            {\n                \"essid\": \"YICarCam_feb602\"\n            },\n            {\n                \"essid\": \"YICarCam_feb93a\"\n            },\n            {\n                \"essid\": \"YICarCam_febf6c\"\n            },\n            {\n                \"essid\": \"YICarCam_ff088a\"\n            },\n            {\n                \"essid\": \"YICarCam_ff0bb5\"\n            },\n            {\n                \"essid\": \"YICarCam_ff1b06\"\n            },\n            {\n                \"essid\": \"YICarCam_ff1b2c\"\n            },\n            {\n                \"essid\": \"YICarCam_ff1b85\"\n            },\n            {\n                \"essid\": \"YICarCam_ff1c88\"\n            },\n            {\n                \"essid\": \"YICarCam_ff1c9e\"\n            },\n            {\n                \"essid\": \"YICarCam_ff1d05\"\n            },\n            {\n                \"essid\": \"YICarCam_ff1e1c\"\n            },\n            {\n                \"essid\": \"YICarCam_ff1ed4\"\n            },\n            {\n                \"essid\": \"YICarCam_ff1f58\"\n            },\n            {\n                \"essid\": \"YICarCam_ff2206\"\n            },\n            {\n                \"essid\": \"YICarCam_ff230b\"\n            },\n            {\n                \"essid\": \"YICarCam_ff2350\"\n            },\n            {\n                \"essid\": \"YICarCam_ff2964\"\n            },\n            {\n                \"essid\": \"YICarCam_ff3890\"\n            },\n            {\n                \"essid\": \"YICarCam_ff3c40\"\n            },\n            {\n                \"essid\": \"YICarCam_ff3fd0\"\n            },\n            {\n                \"essid\": \"YICarCam_FF6100\"\n            },\n            {\n                \"essid\": \"YICarCam_FF610A\"\n            },\n            {\n                \"essid\": \"YICarCam_FF615C\"\n            },\n            {\n                \"essid\": \"YICarCam_FF6323\"\n            },\n            {\n                \"essid\": \"YICarCam_FF6358\"\n            },\n            {\n                \"essid\": \"YICarCam_FF6362\"\n            },\n            {\n                \"essid\": \"YICarCam_FF6749\"\n            },\n            {\n                \"essid\": \"YICarCam_FF6A4D\"\n            },\n            {\n                \"essid\": \"YICarCam_FF7025\"\n            },\n            {\n                \"essid\": \"YICarCam_FF70C1\"\n            },\n            {\n                \"essid\": \"YICarCam_FF70CC\"\n            },\n            {\n                \"essid\": \"YICarCam_FF72DE\"\n            },\n            {\n                \"essid\": \"YICarCam_FF7518\"\n            },\n            {\n                \"essid\": \"YICarCam_FF7630\"\n            },\n            {\n                \"essid\": \"YICarCam_FF7B80\"\n            },\n            {\n                \"essid\": \"YICarCam_FF7C89\"\n            },\n            {\n                \"essid\": \"YICarCam_FF7DEC\"\n            },\n            {\n                \"essid\": \"YICarCam_FF8417\"\n            },\n            {\n                \"essid\": \"YICarCam_FF851A\"\n            },\n            {\n                \"essid\": \"YICarCam_FF8DE6\"\n            },\n            {\n                \"essid\": \"YICarCam_FF8E2F\"\n            },\n            {\n                \"essid\": \"YICarCam_FF8E69\"\n            },\n            {\n                \"essid\": \"YICarCam_FF96BE\"\n            },\n            {\n                \"essid\": \"YICarCam_ffa3b1\"\n            },\n            {\n                \"essid\": \"YICarCam_ffa667\"\n            },\n            {\n                \"essid\": \"YICarCam_ffafb1\"\n            },\n            {\n                \"essid\": \"YICarCam_ffb3c9\"\n            },\n            {\n                \"essid\": \"YICarCam_ffb759\"\n            },\n            {\n                \"essid\": \"YICarCam_ffc2c5\"\n            },\n            {\n                \"essid\": \"YICarCam_ffc334\"\n            },\n            {\n                \"essid\": \"YICarCam_ffcc1f\"\n            },\n            {\n                \"essid\": \"YICarCam_ffcd63\"\n            },\n            {\n                \"essid\": \"YICarCam_ffcd73\"\n            },\n            {\n                \"essid\": \"YICarCam_ffcd80\"\n            },\n            {\n                \"essid\": \"YICarCam_ffce2d\"\n            },\n            {\n                \"essid\": \"YICarCam_ffcea2\"\n            },\n            {\n                \"essid\": \"YICarCam_ffd023\"\n            },\n            {\n                \"essid\": \"YICarCam_ffd149\"\n            },\n            {\n                \"essid\": \"YICarCam_ffd24b\"\n            },\n            {\n                \"essid\": \"YICarCam_ffd5f6\"\n            },\n            {\n                \"essid\": \"YICarCam_ffd647\"\n            },\n            {\n                \"essid\": \"YICarCam_ffd731\"\n            },\n            {\n                \"essid\": \"YICarCam_ffde9e\"\n            },\n            {\n                \"essid\": \"YICarCam_ffdf92\"\n            },\n            {\n                \"essid\": \"YICarCam_ffe06c\"\n            },\n            {\n                \"essid\": \"YICarCam_ffe4f5\"\n            },\n            {\n                \"essid\": \"YICarCam_ffe6bc\"\n            },\n            {\n                \"essid\": \"YICarCam_ffe872\"\n            },\n            {\n                \"essid\": \"YICarCam_ffe881\"\n            },\n            {\n                \"essid\": \"YICarCam_ffeb80\"\n            },\n            {\n                \"essid\": \"YICarCam_ffed54\"\n            },\n            {\n                \"essid\": \"YICarCam_ffee27\"\n            },\n            {\n                \"essid\": \"YICarCam_ffee97\"\n            },\n            {\n                \"essid\": \"YICarCam_ffefb3\"\n            },\n            {\n                \"essid\": \"YICarCam_fff108\"\n            },\n            {\n                \"essid\": \"YICarCam_fff12e\"\n            },\n            {\n                \"essid\": \"YICarCam_fff2a4\"\n            },\n            {\n                \"essid\": \"YICarCam_fff2b0\"\n            },\n            {\n                \"essid\": \"YICarCam_fff2e1\"\n            },\n            {\n                \"essid\": \"YICarCam_fff3c0\"\n            },\n            {\n                \"essid\": \"YICarCam_fff3c3\"\n            },\n            {\n                \"essid\": \"YICarCam_fff642\"\n            },\n            {\n                \"essid\": \"YICarCam_fffa4c\"\n            },\n            {\n                \"essid\": \"YICarCam_fffa91\"\n            },\n            {\n                \"essid\": \"YICarCam_fffbd1\"\n            },\n            {\n                \"essid\": \"YICarCam_jimohwt\"\n            },\n            {\n                \"essid\": \"YICarCam_KT\"\n            },\n            {\n                \"essid\": \"YICarCam_Odyssey\"\n            },\n            {\n                \"essid\": \"YICarCam_SHEN\"\n            },\n            {\n                \"essid\": \"YICarCam_Toy\"\n            },\n            {\n                \"essid\": \"YICarCam_tq\"\n            },\n            {\n                \"essid\": \"YICarCam_ys_design\"\n            },\n            {\n                \"essid\": \"YICar-TLS\"\n            },\n            {\n                \"essid\": \"YIcatforceone\"\n            },\n            {\n                \"essid\": \"YI_cherrycam\"\n            },\n            {\n                \"essid\": \"Yidan Wifi\"\n            },\n            {\n                \"essid\": \"YiDashCam\"\n            },\n            {\n                \"essid\": \"YIdashcam\"\n            },\n            {\n                \"essid\": \"YI_dashcam\"\n            },\n            {\n                \"essid\": \"YIDashCam\"\n            },\n            {\n                \"essid\": \"YIDashCam1\"\n            },\n            {\n                \"essid\": \"YIDashCam123\"\n            },\n            {\n                \"essid\": \"YIDashcamYe\"\n            },\n            {\n                \"essid\": \"YIDaWF\"\n            },\n            {\n                \"essid\": \"YI_dorettas_dashcam\"\n            },\n            {\n                \"essid\": \"YIeesusDashCa\"\n            },\n            {\n                \"essid\": \"YI_FMATF_CAM\"\n            },\n            {\n                \"essid\": \"YI-Forester_Cam\"\n            },\n            {\n                \"essid\": \"YI-Frankie\"\n            },\n            {\n                \"essid\": \"YIFunInTheSun\"\n            },\n            {\n                \"essid\": \"YIGayCam\"\n            },\n            {\n                \"essid\": \"YI_ICU_7756\"\n            },\n            {\n                \"essid\": \"yildiz-araba\"\n            },\n            {\n                \"essid\": \"yim1234\"\n            },\n            {\n                \"essid\": \"YIMDK\"\n            },\n            {\n                \"essid\": \"Yina\"\n            },\n            {\n                \"essid\": \"YINightWatch\"\n            },\n            {\n                \"essid\": \"YI_Pacific\"\n            },\n            {\n                \"essid\": \"YIPEE\"\n            },\n            {\n                \"essid\": \"YIpriussy\"\n            },\n            {\n                \"essid\": \"YiQ\"\n            },\n            {\n                \"essid\": \"YIShadow\"\n            },\n            {\n                \"essid\": \"YIstultzcam\"\n            },\n            {\n                \"essid\": \"YIsuraj\"\n            },\n            {\n                \"essid\": \"YI_T_Dashcam\"\n            },\n            {\n                \"essid\": \"YItoyotacamry\"\n            },\n            {\n                \"essid\": \"yiwen0105\"\n            },\n            {\n                \"essid\": \"YIwill\"\n            },\n            {\n                \"essid\": \"YIYicam\"\n            },\n            {\n                \"essid\": \"YLabs\"\n            },\n            {\n                \"essid\": \"Ymir\"\n            },\n            {\n                \"essid\": \"YMS061310A\"\n            },\n            {\n                \"essid\": \"YoBishWifi\"\n            },\n            {\n                \"essid\": \"Yo Daddy\"\n            },\n            {\n                \"essid\": \"yodaoda\"\n            },\n            {\n                \"essid\": \"Yogini\"\n            },\n            {\n                \"essid\": \"Yogi’s iPhone\"\n            },\n            {\n                \"essid\": \"Yogli_Mogli-WiFi\"\n            },\n            {\n                \"essid\": \"Yogvolt\"\n            },\n            {\n                \"essid\": \"Yohnk\"\n            },\n            {\n                \"essid\": \"Yohnk_EXT\"\n            },\n            {\n                \"essid\": \"YOICHI’s iPhone\"\n            },\n            {\n                \"essid\": \"Yolanda\"\n            },\n            {\n                \"essid\": \"YolandaW\"\n            },\n            {\n                \"essid\": \"Yoli g\"\n            },\n            {\n                \"essid\": \"yolis cruze\"\n            },\n            {\n                \"essid\": \"YOLO\"\n            },\n            {\n                \"essid\": \"yomama\"\n            },\n            {\n                \"essid\": \"YoMama\"\n            },\n            {\n                \"essid\": \"yo mamma\"\n            },\n            {\n                \"essid\": \"yongsaekim\"\n            },\n            {\n                \"essid\": \"YonniesWhip2016\"\n            },\n            {\n                \"essid\": \"Yoong’s iPhone\"\n            },\n            {\n                \"essid\": \"YORK\"\n            },\n            {\n                \"essid\": \"YorkNet\"\n            },\n            {\n                \"essid\": \"Yoselin\"\n            },\n            {\n                \"essid\": \"Yoshi\"\n            },\n            {\n                \"essid\": \"Yoshi.sgs7e\"\n            },\n            {\n                \"essid\": \"Yossef\"\n            },\n            {\n                \"essid\": \"Yosuf\"\n            },\n            {\n                \"essid\": \"YouAreHere\"\n            },\n            {\n                \"essid\": \"You Are Here\"\n            },\n            {\n                \"essid\": \"YouCantSitWithUs 2.4\"\n            },\n            {\n                \"essid\": \"YouKidsGetOffMyLan\"\n            },\n            {\n                \"essid\": \"You Kids Get Off of my LAN\"\n            },\n            {\n                \"essid\": \"You'll find it\"\n            },\n            {\n                \"essid\": \"young1\"\n            },\n            {\n                \"essid\": \"Youngd\"\n            },\n            {\n                \"essid\": \"Younglan's phone\"\n            },\n            {\n                \"essid\": \"YOUNG_NICKYBOE\"\n            },\n            {\n                \"essid\": \"YoungSourPatch\"\n            },\n            {\n                \"essid\": \"youngwook-mri\"\n            },\n            {\n                \"essid\": \"Your_Family_Doctor\"\n            },\n            {\n                \"essid\": \"Your majesty King Rasta\"\n            },\n            {\n                \"essid\": \"yourmomstruck\"\n            },\n            {\n                \"essid\": \"Your Mom's Wi-Fi\"\n            },\n            {\n                \"essid\": \"Yousane\"\n            },\n            {\n                \"essid\": \"Yousef X\"\n            },\n            {\n                \"essid\": \"Youthin\"\n            },\n            {\n                \"essid\": \"You want to fuck on joe!!\"\n            },\n            {\n                \"essid\": \"YouYougdSB\"\n            },\n            {\n                \"essid\": \"Yovany pineda\"\n            },\n            {\n                \"essid\": \"YoYo Bolt\"\n            },\n            {\n                \"essid\": \"YoYoGeeEV\"\n            },\n            {\n                \"essid\": \"Ypn\"\n            },\n            {\n                \"essid\": \"yrneh09\"\n            },\n            {\n                \"essid\": \"YSA QT\"\n            },\n            {\n                \"essid\": \"ysowti1981\"\n            },\n            {\n                \"essid\": \"Y's Wifi\"\n            },\n            {\n                \"essid\": \"yszeto iPhone\"\n            },\n            {\n                \"essid\": \"YT1089\"\n            },\n            {\n                \"essid\": \"yuanli2018\"\n            },\n            {\n                \"essid\": \"Yu Ding\"\n            },\n            {\n                \"essid\": \"Yukefi\"\n            },\n            {\n                \"essid\": \"Yukon\"\n            },\n            {\n                \"essid\": \"Yukon 17\"\n            },\n            {\n                \"essid\": \"Yukon Hotspot\"\n            },\n            {\n                \"essid\": \"Yukon Wifi\"\n            },\n            {\n                \"essid\": \"YUNO\"\n            },\n            {\n                \"essid\": \"yuqing\"\n            },\n            {\n                \"essid\": \"Yuval's Audi A6\"\n            },\n            {\n                \"essid\": \"yUXIU2_4HUANG\"\n            },\n            {\n                \"essid\": \"yuxiuhuang\"\n            },\n            {\n                \"essid\": \"Yuzu\"\n            },\n            {\n                \"essid\": \"yuzu779\"\n            },\n            {\n                \"essid\": \"Yvetteswifi\"\n            },\n            {\n                \"essid\": \"YX\"\n            },\n            {\n                \"essid\": \"yyb-huanji-bdhh-BAC-AL00\"\n            },\n            {\n                \"essid\": \"YZbolt\"\n            },\n            {\n                \"essid\": \"Z3001S_9A588E\"\n            },\n            {\n                \"essid\": \"Z3001S_A2D2DA\"\n            },\n            {\n                \"essid\": \"Z3001S_BC0349\"\n            },\n            {\n                \"essid\": \"Z320-3CFAC7_2.4G\"\n            },\n            {\n                \"essid\": \"Z557BL_2941\"\n            },\n            {\n                \"essid\": \"Z557BL_4665\"\n            },\n            {\n                \"essid\": \"Z557BL_6450\"\n            },\n            {\n                \"essid\": \"Z557BL_9565\"\n            },\n            {\n                \"essid\": \"Z610DL FE83\"\n            },\n            {\n                \"essid\": \"Z718TL_2472\"\n            },\n            {\n                \"essid\": \"Z718TL_3068\"\n            },\n            {\n                \"essid\": \"Z718TL_3219\"\n            },\n            {\n                \"essid\": \"Z718TL_4403\"\n            },\n            {\n                \"essid\": \"Z718TL_8436\"\n            },\n            {\n                \"essid\": \"Z718TL_9896\"\n            },\n            {\n                \"essid\": \"Z71 Midnight\"\n            },\n            {\n                \"essid\": \"Z798BL_2042\"\n            },\n            {\n                \"essid\": \"Z798BL_2358\"\n            },\n            {\n                \"essid\": \"Z798BL_5846\"\n            },\n            {\n                \"essid\": \"Z798BL_6328\"\n            },\n            {\n                \"essid\": \"Z828 3550\"\n            },\n            {\n                \"essid\": \"Z828 4390\"\n            },\n            {\n                \"essid\": \"Z828 7175\"\n            },\n            {\n                \"essid\": \"Z831_99579926\"\n            },\n            {\n                \"essid\": \"Z833 0634\"\n            },\n            {\n                \"essid\": \"Z833 1553\"\n            },\n            {\n                \"essid\": \"Z833 3935\"\n            },\n            {\n                \"essid\": \"Z833 4793\"\n            },\n            {\n                \"essid\": \"Z833 5298\"\n            },\n            {\n                \"essid\": \"Z833 5820\"\n            },\n            {\n                \"essid\": \"Z833 6841\"\n            },\n            {\n                \"essid\": \"Z833 6971\"\n            },\n            {\n                \"essid\": \"Z833 7907\"\n            },\n            {\n                \"essid\": \"Z833 9313\"\n            },\n            {\n                \"essid\": \"Z836BL_0882\"\n            },\n            {\n                \"essid\": \"Z837VL_1089\"\n            },\n            {\n                \"essid\": \"Z855\"\n            },\n            {\n                \"essid\": \"Z855 0162\"\n            },\n            {\n                \"essid\": \"z8551068\"\n            },\n            {\n                \"essid\": \"Z855 1967\"\n            },\n            {\n                \"essid\": \"Z855 2382\"\n            },\n            {\n                \"essid\": \"Z855 7204\"\n            },\n            {\n                \"essid\": \"Z971_99412134\"\n            },\n            {\n                \"essid\": \"Z978_9798\"\n            },\n            {\n                \"essid\": \"Z981\"\n            },\n            {\n                \"essid\": \"Z981 0485\"\n            },\n            {\n                \"essid\": \"Z981 0583\"\n            },\n            {\n                \"essid\": \"Z981 1565\"\n            },\n            {\n                \"essid\": \"Z981 2022\"\n            },\n            {\n                \"essid\": \"Z981 4643\"\n            },\n            {\n                \"essid\": \"Z981 4673\"\n            },\n            {\n                \"essid\": \"Z981 5129\"\n            },\n            {\n                \"essid\": \"Z981 5232\"\n            },\n            {\n                \"essid\": \"Z981 6116\"\n            },\n            {\n                \"essid\": \"Z981 6517\"\n            },\n            {\n                \"essid\": \"Z981 7876\"\n            },\n            {\n                \"essid\": \"Z981 7904\"\n            },\n            {\n                \"essid\": \"Z982 0109\"\n            },\n            {\n                \"essid\": \"Z982 0158\"\n            },\n            {\n                \"essid\": \"Z982 0544\"\n            },\n            {\n                \"essid\": \"Z982 0737\"\n            },\n            {\n                \"essid\": \"Z982 1107\"\n            },\n            {\n                \"essid\": \"Z982 1305\"\n            },\n            {\n                \"essid\": \"Z982 1359\"\n            },\n            {\n                \"essid\": \"Z982 1714\"\n            },\n            {\n                \"essid\": \"Z982 1741\"\n            },\n            {\n                \"essid\": \"Z982 1912\"\n            },\n            {\n                \"essid\": \"Z982 2522\"\n            },\n            {\n                \"essid\": \"Z982 2670\"\n            },\n            {\n                \"essid\": \"Z982 2750\"\n            },\n            {\n                \"essid\": \"Z982 2777\"\n            },\n            {\n                \"essid\": \"Z982 3946\"\n            },\n            {\n                \"essid\": \"Z982 3975\"\n            },\n            {\n                \"essid\": \"Z982 4592\"\n            },\n            {\n                \"essid\": \"Z982 4605\"\n            },\n            {\n                \"essid\": \"Z982 4717\"\n            },\n            {\n                \"essid\": \"Z982 5247\"\n            },\n            {\n                \"essid\": \"Z982 6086\"\n            },\n            {\n                \"essid\": \"Z982 6391\"\n            },\n            {\n                \"essid\": \"Z982 7155\"\n            },\n            {\n                \"essid\": \"Z982 7422\"\n            },\n            {\n                \"essid\": \"Z982 7435\"\n            },\n            {\n                \"essid\": \"Z982 8351\"\n            },\n            {\n                \"essid\": \"Z982 8635\"\n            },\n            {\n                \"essid\": \"Z982 9168\"\n            },\n            {\n                \"essid\": \"Z982 9232\"\n            },\n            {\n                \"essid\": \"Z982 9407\"\n            },\n            {\n                \"essid\": \"Z982 Stu\"\n            },\n            {\n                \"essid\": \"ZACH\"\n            },\n            {\n                \"essid\": \"Zachary14\"\n            },\n            {\n                \"essid\": \"Zach Chevy\"\n            },\n            {\n                \"essid\": \"Zach's Phone\"\n            },\n            {\n                \"essid\": \"Zac's wei!\"\n            },\n            {\n                \"essid\": \"Zahid’s iPhone\"\n            },\n            {\n                \"essid\": \"ZakookyOnTheGo2\"\n            },\n            {\n                \"essid\": \"Zaks Truck\"\n            },\n            {\n                \"essid\": \"Zania1\"\n            },\n            {\n                \"essid\": \"zapato\"\n            },\n            {\n                \"essid\": \"Zapp Brannigan\"\n            },\n            {\n                \"essid\": \"Zasar hehe\"\n            },\n            {\n                \"essid\": \"Zatorski Bolt\"\n            },\n            {\n                \"essid\": \"ZAX_ADMIN\"\n            },\n            {\n                \"essid\": \"Zaxbys\"\n            },\n            {\n                \"essid\": \"Zayzilla\"\n            },\n            {\n                \"essid\": \"Zaza\"\n            },\n            {\n                \"essid\": \"zdfd\"\n            },\n            {\n                \"essid\": \"zebian08GMC\"\n            },\n            {\n                \"essid\": \"zebra\"\n            },\n            {\n                \"essid\": \"ZEBRA-ZQ520-0357\"\n            },\n            {\n                \"essid\": \"Z-EDGE-R10EF5\"\n            },\n            {\n                \"essid\": \"Z-EDGE-R1DE10\"\n            },\n            {\n                \"essid\": \"zeebaby_5.0\"\n            },\n            {\n                \"essid\": \"ZeeBee4  - 2.4\"\n            },\n            {\n                \"essid\": \"Zelita9\"\n            },\n            {\n                \"essid\": \"Želva\"\n            },\n            {\n                \"essid\": \"zEQQoFCO0Mw8Xvwy\"\n            },\n            {\n                \"essid\": \"zEQQumr+a9FbMY5Y\"\n            },\n            {\n                \"essid\": \"zEQQZZ4UrYnpuF5N\"\n            },\n            {\n                \"essid\": \"zeroit\"\n            },\n            {\n                \"essid\": \"ZERO-RW100-4DDC\"\n            },\n            {\n                \"essid\": \"ZeroVette\"\n            },\n            {\n                \"essid\": \"ZeusBolt\"\n            },\n            {\n                \"essid\": \"zez car\"\n            },\n            {\n                \"essid\": \"ZEZE GMC\"\n            },\n            {\n                \"essid\": \"ZGC1984\"\n            },\n            {\n                \"essid\": \"zgrrls\"\n            },\n            {\n                \"essid\": \"ZHBC_2G\"\n            },\n            {\n                \"essid\": \"ZhiNan_J_C103877\"\n            },\n            {\n                \"essid\": \"Zhou Dynasty\"\n            },\n            {\n                \"essid\": \"Zimmer\"\n            },\n            {\n                \"essid\": \"Zimmer_America\"\n            },\n            {\n                \"essid\": \"ZIPPY-3\"\n            },\n            {\n                \"essid\": \"zissp\"\n            },\n            {\n                \"essid\": \"zkim47\"\n            },\n            {\n                \"essid\": \"ZK's Interwebs\"\n            },\n            {\n                \"essid\": \"ZMBTRK_WIFI\"\n            },\n            {\n                \"essid\": \"ZMD_SAP\"\n            },\n            {\n                \"essid\": \"ZMI_A994\"\n            },\n            {\n                \"essid\": \"Zoefi\"\n            },\n            {\n                \"essid\": \"ZoesCar\"\n            },\n            {\n                \"essid\": \"ZoesChariot\"\n            },\n            {\n                \"essid\": \"Zona Sierra\"\n            },\n            {\n                \"essid\": \"zonawifi\"\n            },\n            {\n                \"essid\": \"Zone011\"\n            },\n            {\n                \"essid\": \"ZONE2\"\n            },\n            {\n                \"essid\": \"zone2_Guests\"\n            },\n            {\n                \"essid\": \"Zooker\"\n            },\n            {\n                \"essid\": \"ZOOM\"\n            },\n            {\n                \"essid\": \"Zoom88aa\"\n            },\n            {\n                \"essid\": \"Zoomc3bd\"\n            },\n            {\n                \"essid\": \"Zoom Zoom\"\n            },\n            {\n                \"essid\": \"ZoraLive1\"\n            },\n            {\n                \"essid\": \"Zorig S8 Plus\"\n            },\n            {\n                \"essid\": \"zrvols\"\n            },\n            {\n                \"essid\": \"zte\"\n            },\n            {\n                \"essid\": \"ZTE1\"\n            },\n            {\n                \"essid\": \"ZTE BladeTM Spark_77152819\"\n            },\n            {\n                \"essid\": \"ZTE BladeTM Spark_92347926\"\n            },\n            {\n                \"essid\": \"ZTE Maven 3_35374609\"\n            },\n            {\n                \"essid\": \"ZTE Maven 3_75651971\"\n            },\n            {\n                \"essid\": \"ZTE Maven 3_90895164\"\n            },\n            {\n                \"essid\": \"Zukos Fire\"\n            },\n            {\n                \"essid\": \"zumazuma\"\n            },\n            {\n                \"essid\": \"zunima\"\n            },\n            {\n                \"essid\": \" ZUS_BC_2E3F\"\n            },\n            {\n                \"essid\": \" ZUS_BC_30B9\"\n            },\n            {\n                \"essid\": \"Z_VAVA\"\n            },\n            {\n                \"essid\": \"Zvision\"\n            },\n            {\n                \"essid\": \"ZX300G37X\"\n            },\n            {\n                \"essid\": \"ZX4\"\n            },\n            {\n                \"essid\": \"zxiao\"\n            },\n            {\n                \"essid\": \"Zynga iPhone\"\n            },\n            {\n                \"essid\": \"ZyXEL_EB7B\"\n            },\n            {\n                \"essid\": \"ZyXEL_EB7B_5G\"\n            },\n            {\n                \"essid\": \"ZyXEL NBG-418N v2\"\n            },\n            {\n                \"essid\": \"Zyxel_Wi-Fi\"\n            },\n            {\n                \"essid\": \"zztopzz-mobile\"\n            },\n            {\n                \"essid\": \"Захириддин\"\n            },\n            {\n                \"essid\": \"ясен\"\n            },\n            {\n                \"essid\": \"光明星行车记录仪\"\n            },\n            {\n                \"essid\": \"千落\"\n            },\n            {\n                \"essid\": \"咸酸菜炒猪嗨\"\n            },\n            {\n                \"essid\": \"小米手机\"\n            },\n            {\n                \"essid\": \"尤\"\n            },\n            {\n                \"essid\": \"强力手机无敌升级版\"\n            },\n            {\n                \"essid\": \"我手机\"\n            },\n            {\n                \"essid\": \"曾学军的iPhone\"\n            },\n            {\n                \"essid\": \"李子\"\n            },\n            {\n                \"essid\": \"杨元柏的手机热点\"\n            },\n            {\n                \"essid\": \"杨国华的 iPhone\"\n            },\n            {\n                \"essid\": \"澤田隆次のiPhone\"\n            },\n            {\n                \"essid\": \"盯盯拍mini3_7AJL038\"\n            },\n            {\n                \"essid\": \"盯盯拍mini3_Pro_C4EE\"\n            },\n            {\n                \"essid\": \"蔡梦丹的 iPhone\"\n            },\n            {\n                \"essid\": \"陈楷予的 iPhone\"\n            }\n        ]\n    },\n    \"status\": \"success\"\n}"}],"_postman_id":"1b03ac99-32c6-4d50-ac2d-66a8b6d0859e"},{"name":"Accesspoint Detail","id":"eebcd4db-697e-4f04-8bc2-ef93dfb676dc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.802secure.net/apiv1/customer/accesspoint/:ap_identifier","description":"<p>Returns the details of an AccessPoint. Request must include a url id code or a valid BSSID address.</p>\n","auth":{"type":"bearer","bearer":{"token":"access_token"},"isInherited":true,"source":{"_postman_id":"d8f119ea-2083-456b-8a58-29991b8becad","id":"d8f119ea-2083-456b-8a58-29991b8becad","name":"802 Secure/LOCH Customer API","type":"collection"}},"urlObject":{"path":["accesspoint",":ap_identifier"],"host":["https://api.802secure.net/apiv1/customer"],"query":[],"variable":[{"description":{"content":"<p>The AP identifier code or BSSID</p>\n","type":"text/plain"},"type":"any","value":null,"key":"ap_identifier"}]}},"response":[{"id":"172b504f-23d1-4d7f-a8d0-8a0f3e588977","name":"Accesspoint Detail","originalRequest":{"method":"GET","header":[],"url":"https://api.802secure.net/apiv1/customer/accesspoint/ap_identifier"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 13 Oct 2021 14:00:44 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"5651"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Set-Cookie","value":"session=fe58ecb9-20aa-4df5-bd51-2272d3e7df19.uSIdp33mKRk-gTeN-TfTrwAvT4I; Expires=Wed, 13-Oct-2021 15:00:44 GMT; Secure; HttpOnly; Path=/"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"accesspoint\": {\n            \"ap_mode\": \"Infrastructure\",\n            \"bssid\": \"9A:18:98:BE:F0:04\",\n            \"channel\": 44,\n            \"clients\": [\n                {\n                    \"accesspoints\": [\n                        {\n                            \"ap_trust_level\": 1,\n                            \"ap_url_id\": null,\n                            \"bssid\": \"9A:18:98:BE:F0:04\",\n                            \"essid\": \"Choose Another Castle\",\n                            \"last_seen\": \"2021-10-13T13:59:10.362134\"\n                        },\n                        {\n                            \"ap_trust_level\": 50,\n                            \"ap_url_id\": null,\n                            \"bssid\": \"00:00:00:00:00:00\",\n                            \"essid\": \"UNCONNECTED CLIENTS\",\n                            \"last_seen\": \"2021-04-29T17:33:03.990759\"\n                        },\n                        {\n                            \"ap_trust_level\": 10,\n                            \"ap_url_id\": null,\n                            \"bssid\": \"E2:CB:AC:50:9A:18\",\n                            \"essid\": \"Choose Another Castle\",\n                            \"last_seen\": \"2021-04-13T18:32:20.748265\"\n                        },\n                        {\n                            \"ap_trust_level\": 10,\n                            \"ap_url_id\": null,\n                            \"bssid\": \"E2:CB:AC:B4:8C:3A\",\n                            \"essid\": \"Choose Another Castle\",\n                            \"last_seen\": \"2019-08-28T17:42:34.584919\"\n                        }\n                    ],\n                    \"channel\": 44,\n                    \"client_group\": \"Semi-Trusted\",\n                    \"device_tag\": \"\",\n                    \"first_seen\": \"2017-01-10T22:19:41.479563\",\n                    \"last_seen\": \"2021-10-13T13:59:10.362134\",\n                    \"latitude\": 37.8477344,\n                    \"location_tag\": \"\",\n                    \"longitude\": -122.2901104,\n                    \"macaddress\": \"08:66:98:CB:69:9F\",\n                    \"manufacturer\": \"Apple, Inc.\",\n                    \"product_tag\": \"\",\n                    \"risk_level\": 65535,\n                    \"sensor_name\": \"demo-emeryville\",\n                    \"sensor_url_id\": \"PVyXoLbp5RD7QRWE\",\n                    \"signal\": -74,\n                    \"url_id\": \"WPYxLVabpN4ne5aj\",\n                    \"vendor_tag\": \"Apple\"\n                }\n            ],\n            \"configuration\": {\n                \"authentication\": \"PSK\",\n                \"eap_types\": null,\n                \"encryption\": \"WPA2+CCMP\",\n                \"hs20\": {\n                    \"data\": {\n                        \"VenueGroup\": \"\",\n                        \"VenueType\": \"\",\n                        \"Version\": \"\"\n                    },\n                    \"enabled\": false\n                },\n                \"pmf_capable\": true,\n                \"pmf_required\": false,\n                \"supported_channels\": \"{}\",\n                \"vht_capable\": false,\n                \"wps\": {\n                    \"capable\": false,\n                    \"data\": {\n                        \"configured\": false\n                    }\n                }\n            },\n            \"device_tag\": \"\",\n            \"essid\": \"Choose Another Castle\",\n            \"first_seen\": \"2021-03-29T20:26:49.078876\",\n            \"hidden\": false,\n            \"history\": [\n                {\n                    \"altitude\": 0,\n                    \"channel\": 44,\n                    \"date\": \"2021-10-13T12:59:01.360403\",\n                    \"latitude\": 37.8477344,\n                    \"longitude\": -122.2901104,\n                    \"signal_dbm\": -52\n                },\n                {\n                    \"altitude\": 0,\n                    \"channel\": 44,\n                    \"date\": \"2021-10-13T13:01:02.279210\",\n                    \"latitude\": 37.8477344,\n                    \"longitude\": -122.2901104,\n                    \"signal_dbm\": -52\n                },\n                {\n                    \"altitude\": 0,\n                    \"channel\": 44,\n                    \"date\": \"2021-10-13T13:03:06.311631\",\n                    \"latitude\": 37.8477344,\n                    \"longitude\": -122.2901104,\n                    \"signal_dbm\": -52\n                },\n                {\n                    \"altitude\": 0,\n                    \"channel\": 44,\n                    \"date\": \"2021-10-13T13:05:03.924388\",\n                    \"latitude\": 37.8477344,\n                    \"longitude\": -122.2901104,\n                    \"signal_dbm\": -52\n                },\n                {\n                    \"altitude\": 0,\n                    \"channel\": 44,\n                    \"date\": \"2021-10-13T13:07:05.868513\",\n                    \"latitude\": 37.8477344,\n                    \"longitude\": -122.2901104,\n                    \"signal_dbm\": -52\n                },\n                {\n                    \"altitude\": 0,\n                    \"channel\": 44,\n                    \"date\": \"2021-10-13T13:09:07.023534\",\n                    \"latitude\": 37.8477344,\n                    \"longitude\": -122.2901104,\n                    \"signal_dbm\": -52\n                },\n                {\n                    \"altitude\": 0,\n                    \"channel\": 44,\n                    \"date\": \"2021-10-13T13:11:08.486696\",\n                    \"latitude\": 37.8477344,\n                    \"longitude\": -122.2901104,\n                    \"signal_dbm\": -52\n                },\n                {\n                    \"altitude\": 0,\n                    \"channel\": 44,\n                    \"date\": \"2021-10-13T13:13:06.478178\",\n                    \"latitude\": 37.8477344,\n                    \"longitude\": -122.2901104,\n                    \"signal_dbm\": -52\n                },\n                {\n                    \"altitude\": 0,\n                    \"channel\": 44,\n                    \"date\": \"2021-10-13T13:15:11.088524\",\n                    \"latitude\": 37.8477344,\n                    \"longitude\": -122.2901104,\n                    \"signal_dbm\": -52\n                },\n                {\n                    \"altitude\": 0,\n                    \"channel\": 44,\n                    \"date\": \"2021-10-13T13:17:08.831655\",\n                    \"latitude\": 37.8477344,\n                    \"longitude\": -122.2901104,\n                    \"signal_dbm\": -52\n                },\n                {\n                    \"altitude\": 0,\n                    \"channel\": 44,\n                    \"date\": \"2021-10-13T13:19:10.106144\",\n                    \"latitude\": 37.8477344,\n                    \"longitude\": -122.2901104,\n                    \"signal_dbm\": -52\n                },\n                {\n                    \"altitude\": 0,\n                    \"channel\": 44,\n                    \"date\": \"2021-10-13T13:21:10.667290\",\n                    \"latitude\": 37.8477344,\n                    \"longitude\": -122.2901104,\n                    \"signal_dbm\": -52\n                },\n                {\n                    \"altitude\": 0,\n                    \"channel\": 44,\n                    \"date\": \"2021-10-13T13:23:10.181191\",\n                    \"latitude\": 37.8477344,\n                    \"longitude\": -122.2901104,\n                    \"signal_dbm\": -52\n                },\n                {\n                    \"altitude\": 0,\n                    \"channel\": 44,\n                    \"date\": \"2021-10-13T13:25:12.464563\",\n                    \"latitude\": 37.8477344,\n                    \"longitude\": -122.2901104,\n                    \"signal_dbm\": -52\n                },\n                {\n                    \"altitude\": 0,\n                    \"channel\": 44,\n                    \"date\": \"2021-10-13T13:27:10.897064\",\n                    \"latitude\": 37.8477344,\n                    \"longitude\": -122.2901104,\n                    \"signal_dbm\": -52\n                },\n                {\n                    \"altitude\": 0,\n                    \"channel\": 44,\n                    \"date\": \"2021-10-13T13:29:10.954932\",\n                    \"latitude\": 37.8477344,\n                    \"longitude\": -122.2901104,\n                    \"signal_dbm\": -52\n                },\n                {\n                    \"altitude\": 0,\n                    \"channel\": 44,\n                    \"date\": \"2021-10-13T13:31:14.872610\",\n                    \"latitude\": 37.8477344,\n                    \"longitude\": -122.2901104,\n                    \"signal_dbm\": -52\n                },\n                {\n                    \"altitude\": 0,\n                    \"channel\": 44,\n                    \"date\": \"2021-10-13T13:33:16.660879\",\n                    \"latitude\": 37.8477344,\n                    \"longitude\": -122.2901104,\n                    \"signal_dbm\": -52\n                },\n                {\n                    \"altitude\": 0,\n                    \"channel\": 44,\n                    \"date\": \"2021-10-13T13:35:13.581699\",\n                    \"latitude\": 37.8477344,\n                    \"longitude\": -122.2901104,\n                    \"signal_dbm\": -52\n                },\n                {\n                    \"altitude\": 0,\n                    \"channel\": 44,\n                    \"date\": \"2021-10-13T13:37:17.103550\",\n                    \"latitude\": 37.8477344,\n                    \"longitude\": -122.2901104,\n                    \"signal_dbm\": -52\n                },\n                {\n                    \"altitude\": 0,\n                    \"channel\": 44,\n                    \"date\": \"2021-10-13T13:39:14.230081\",\n                    \"latitude\": 37.8477344,\n                    \"longitude\": -122.2901104,\n                    \"signal_dbm\": -52\n                },\n                {\n                    \"altitude\": 0,\n                    \"channel\": 44,\n                    \"date\": \"2021-10-13T13:41:16.497615\",\n                    \"latitude\": 37.8477344,\n                    \"longitude\": -122.2901104,\n                    \"signal_dbm\": -52\n                },\n                {\n                    \"altitude\": 0,\n                    \"channel\": 44,\n                    \"date\": \"2021-10-13T13:43:17.503564\",\n                    \"latitude\": 37.8477344,\n                    \"longitude\": -122.2901104,\n                    \"signal_dbm\": -52\n                },\n                {\n                    \"altitude\": 0,\n                    \"channel\": 44,\n                    \"date\": \"2021-10-13T13:45:19.067928\",\n                    \"latitude\": 37.8477344,\n                    \"longitude\": -122.2901104,\n                    \"signal_dbm\": -52\n                },\n                {\n                    \"altitude\": 0,\n                    \"channel\": 44,\n                    \"date\": \"2021-10-13T13:47:19.895345\",\n                    \"latitude\": 37.8477344,\n                    \"longitude\": -122.2901104,\n                    \"signal_dbm\": -61\n                },\n                {\n                    \"altitude\": 0,\n                    \"channel\": 44,\n                    \"date\": \"2021-10-13T13:49:19.207201\",\n                    \"latitude\": 37.8477344,\n                    \"longitude\": -122.2901104,\n                    \"signal_dbm\": -52\n                },\n                {\n                    \"altitude\": 0,\n                    \"channel\": 44,\n                    \"date\": \"2021-10-13T13:51:21.710605\",\n                    \"latitude\": 37.8477344,\n                    \"longitude\": -122.2901104,\n                    \"signal_dbm\": -52\n                },\n                {\n                    \"altitude\": 0,\n                    \"channel\": 44,\n                    \"date\": \"2021-10-13T13:53:21.804757\",\n                    \"latitude\": 37.8477344,\n                    \"longitude\": -122.2901104,\n                    \"signal_dbm\": -52\n                },\n                {\n                    \"altitude\": 0,\n                    \"channel\": 44,\n                    \"date\": \"2021-10-13T13:55:22.220329\",\n                    \"latitude\": 37.8477344,\n                    \"longitude\": -122.2901104,\n                    \"signal_dbm\": -52\n                }\n            ],\n            \"last_seen\": \"2021-10-13T13:57:11.944767\",\n            \"latitude\": 37.8477344,\n            \"location_tag\": \"\",\n            \"longitude\": -122.2901104,\n            \"manufacturer\": \"Cisco Meraki\",\n            \"market\": \"Home/Office\",\n            \"product_tag\": \"Meraki\",\n            \"sensor_name\": \"demo-emeryville\",\n            \"sensor_url_id\": \"PVyXoLbp5RD7QRWE\",\n            \"signal\": -52,\n            \"trust_level\": 1,\n            \"url_id\": \"aQVvDeWmWkrLW8w0\",\n            \"vendor_tag\": \"Cisco\"\n        }\n    },\n    \"status\": \"success\"\n}"}],"_postman_id":"eebcd4db-697e-4f04-8bc2-ef93dfb676dc"},{"name":"Clients List","id":"7cb1bb42-5256-4a15-9b38-6150809f26bb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"risk_level\": 0\n}","options":{"raw":{"language":"json"}}},"url":"https://api.802secure.net/apiv1/customer/clients","description":"<p>Obtain a list of recent WiFi Clients</p>\n<p>JSON options:</p>\n<ul>\n<li><code>risk_level</code>: Minimum risk level, 0 (default) to 65535</li>\n<li><code>start_timestamp</code>: UNIX Timestamp or human readable time string to begin date window</li>\n<li><code>end_timestamp</code>: UNIX Timestamp or human readable time string to end date window</li>\n</ul>\n<p>Start and end timestamps must be within 1 hour of each other. Default window is 1 hour from request timestamp.</p>\n<p>Timestamps may be included in the URL: https://api.802secure.net/apiv1/customer/clients/30m</p>\n","auth":{"type":"bearer","bearer":{"token":"access_token"},"isInherited":true,"source":{"_postman_id":"d8f119ea-2083-456b-8a58-29991b8becad","id":"d8f119ea-2083-456b-8a58-29991b8becad","name":"802 Secure/LOCH Customer API","type":"collection"}},"urlObject":{"path":["clients"],"host":["https://api.802secure.net/apiv1/customer"],"query":[],"variable":[]}},"response":[{"id":"a0384cc2-7ce9-4b74-aa41-ae120f6e29ea","name":"Clients List","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"risk_level\": 0\n}","options":{"raw":{"language":"json"}}},"url":"https://api.802secure.net/apiv1/customer/clients"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 13 Oct 2021 14:01:22 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"10296"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Set-Cookie","value":"session=fe58ecb9-20aa-4df5-bd51-2272d3e7df19.uSIdp33mKRk-gTeN-TfTrwAvT4I; Expires=Wed, 13-Oct-2021 15:01:22 GMT; Secure; HttpOnly; Path=/"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"clients\": [\n            {\n                \"accesspoints\": [\n                    {\n                        \"ap_trust_level\": 1,\n                        \"ap_url_id\": null,\n                        \"bssid\": \"98:18:88:BE:F0:04\",\n                        \"essid\": \"Choose Another Castle\",\n                        \"last_seen\": \"2021-10-13T13:58:34.948904\"\n                    },\n                    {\n                        \"ap_trust_level\": 50,\n                        \"ap_url_id\": null,\n                        \"bssid\": \"00:00:00:00:00:00\",\n                        \"essid\": \"UNCONNECTED CLIENTS\",\n                        \"last_seen\": \"2021-10-04T09:24:53.613053\"\n                    },\n                    {\n                        \"ap_trust_level\": 61,\n                        \"ap_url_id\": null,\n                        \"bssid\": \"92:18:88:BE:F0:04\",\n                        \"essid\": \"BeastMode\",\n                        \"last_seen\": \"2021-09-20T23:00:50.848389\"\n                    },\n                    {\n                        \"ap_trust_level\": 10,\n                        \"ap_url_id\": null,\n                        \"bssid\": \"E0:CB:BC:50:9A:18\",\n                        \"essid\": \"Choose Another Castle\",\n                        \"last_seen\": \"2021-04-13T18:33:13.271604\"\n                    },\n                    {\n                        \"ap_trust_level\": 10,\n                        \"ap_url_id\": null,\n                        \"bssid\": \"E0:CB:BC:B4:8C:3A\",\n                        \"essid\": \"Choose Another Castle\",\n                        \"last_seen\": \"2019-08-28T17:34:44.420798\"\n                    },\n                    {\n                        \"ap_trust_level\": 71,\n                        \"ap_url_id\": null,\n                        \"bssid\": \"EE:CB:BC:B4:8C:3A\",\n                        \"essid\": \"Free5Bird\",\n                        \"last_seen\": \"2019-08-27T23:38:54.728440\"\n                    },\n                    {\n                        \"ap_trust_level\": 50,\n                        \"ap_url_id\": null,\n                        \"bssid\": \"E0:CB:BC:50:9A:98\",\n                        \"essid\": \"\",\n                        \"last_seen\": \"2019-07-25T17:44:02.824702\"\n                    },\n                    {\n                        \"ap_trust_level\": 50,\n                        \"ap_url_id\": null,\n                        \"bssid\": \"E0:CB:BC:B4:4C:26\",\n                        \"essid\": \"\",\n                        \"last_seen\": \"2018-10-03T02:39:21.817812\"\n                    },\n                    {\n                        \"ap_trust_level\": 50,\n                        \"ap_url_id\": null,\n                        \"bssid\": \"E0:CB:BC:B4:8C:BA\",\n                        \"essid\": \"\",\n                        \"last_seen\": \"2018-10-03T02:37:21.029528\"\n                    },\n                    {\n                        \"ap_trust_level\": 40,\n                        \"ap_url_id\": null,\n                        \"bssid\": \"E0:CB:BC:06:40:D5\",\n                        \"essid\": \"\",\n                        \"last_seen\": \"2018-10-03T00:06:16.334067\"\n                    },\n                    {\n                        \"ap_trust_level\": 61,\n                        \"ap_url_id\": null,\n                        \"bssid\": \"8C:0F:6F:34:E6:68\",\n                        \"essid\": \"CBCI-3D6C-2.4\",\n                        \"last_seen\": \"2018-09-19T21:39:35.752816\"\n                    },\n                    {\n                        \"ap_trust_level\": 71,\n                        \"ap_url_id\": null,\n                        \"bssid\": \"F2:CB:BC:50:9A:18\",\n                        \"essid\": \"GoW3pOrGoH0me\",\n                        \"last_seen\": \"2018-09-19T21:00:59.329131\"\n                    },\n                    {\n                        \"ap_trust_level\": 71,\n                        \"ap_url_id\": null,\n                        \"bssid\": \"2E:3A:E8:08:34:08\",\n                        \"essid\": \"LEDnet083408\",\n                        \"last_seen\": \"2018-09-19T19:51:39.470315\"\n                    },\n                    {\n                        \"ap_trust_level\": 30,\n                        \"ap_url_id\": null,\n                        \"bssid\": \"2C:FD:A1:A1:5B:98\",\n                        \"essid\": \"J-Sei\",\n                        \"last_seen\": \"2018-09-19T19:08:28.281447\"\n                    },\n                    {\n                        \"ap_trust_level\": 71,\n                        \"ap_url_id\": null,\n                        \"bssid\": \"F2:CB:BC:B4:8C:3A\",\n                        \"essid\": \"GoW3pOrGoH0me\",\n                        \"last_seen\": \"2018-09-19T07:02:51.040181\"\n                    },\n                    {\n                        \"ap_trust_level\": 20,\n                        \"ap_url_id\": null,\n                        \"bssid\": \"E6:CB:BC:B4:8C:3A\",\n                        \"essid\": \"I Am A Guest\",\n                        \"last_seen\": \"2018-09-18T14:32:28.176574\"\n                    },\n                    {\n                        \"ap_trust_level\": 20,\n                        \"ap_url_id\": null,\n                        \"bssid\": \"E6:CB:BC:50:9A:18\",\n                        \"essid\": \"I Am A Guest\",\n                        \"last_seen\": \"2018-09-18T13:03:18.265589\"\n                    },\n                    {\n                        \"ap_trust_level\": 30,\n                        \"ap_url_id\": null,\n                        \"bssid\": \"88:1F:A1:30:67:E6\",\n                        \"essid\": \"J-Sei\",\n                        \"last_seen\": \"2018-09-18T10:13:09.019708\"\n                    },\n                    {\n                        \"ap_trust_level\": 61,\n                        \"ap_url_id\": null,\n                        \"bssid\": \"32:CD:A7:24:8E:4A\",\n                        \"essid\": \"DIRECT-mHM2020 Series\",\n                        \"last_seen\": \"2018-09-18T08:14:52.539528\"\n                    }\n                ],\n                \"channel\": 11,\n                \"client_group\": \"Semi-Trusted\",\n                \"device_tag\": \"\",\n                \"first_seen\": \"2017-05-30T17:36:25.593143\",\n                \"last_seen\": \"2021-10-13T13:50:52.709431\",\n                \"latitude\": 37.8477344,\n                \"location_tag\": \"\",\n                \"longitude\": -122.2901104,\n                \"macaddress\": \"A8:6B:AD:3E:7E:A6\",\n                \"manufacturer\": \"Hon Hai Precision Ind. Co.,Ltd.\",\n                \"product_tag\": \"\",\n                \"risk_level\": 65535,\n                \"sensor_name\": \"demo-emeryville\",\n                \"sensor_url_id\": \"PVyXoLbp5RD7QRWE\",\n                \"signal\": -82,\n                \"url_id\": \"XwlNKZd7bGjnYpzq\",\n                \"vendor_tag\": \"\"\n            },\n            {\n                \"accesspoints\": [\n                    {\n                        \"ap_trust_level\": 61,\n                        \"ap_url_id\": null,\n                        \"bssid\": \"C0:94:35:42:95:DE\",\n                        \"essid\": \"Aqua-E36\",\n                        \"last_seen\": \"2021-10-13T13:51:22.959128\"\n                    },\n                    {\n                        \"ap_trust_level\": 50,\n                        \"ap_url_id\": null,\n                        \"bssid\": \"00:00:00:00:00:00\",\n                        \"essid\": \"UNCONNECTED CLIENTS\",\n                        \"last_seen\": \"2021-10-13T10:04:26.655066\"\n                    },\n                    {\n                        \"ap_trust_level\": 71,\n                        \"ap_url_id\": null,\n                        \"bssid\": \"92:0F:6F:34:E6:70\",\n                        \"essid\": \"xfinitywifi\",\n                        \"last_seen\": \"2021-09-16T22:06:29.432941\"\n                    },\n                    {\n                        \"ap_trust_level\": 1,\n                        \"ap_url_id\": null,\n                        \"bssid\": \"9A:18:98:BE:F0:04\",\n                        \"essid\": \"Choose Another Castle\",\n                        \"last_seen\": \"2021-09-16T22:01:29.684913\"\n                    },\n                    {\n                        \"ap_trust_level\": 1,\n                        \"ap_url_id\": null,\n                        \"bssid\": \"9C:C9:EB:DD:51:49\",\n                        \"essid\": \"NETGEAR00\",\n                        \"last_seen\": \"2021-09-09T04:15:41.220874\"\n                    },\n                    {\n                        \"ap_trust_level\": 1,\n                        \"ap_url_id\": null,\n                        \"bssid\": \"98:18:88:BE:F0:04\",\n                        \"essid\": \"Choose Another Castle\",\n                        \"last_seen\": \"2021-09-03T00:01:51.370876\"\n                    },\n                    {\n                        \"ap_trust_level\": 1,\n                        \"ap_url_id\": null,\n                        \"bssid\": \"9C:C9:EB:DD:51:4B\",\n                        \"essid\": \"NETGEAR00-5G\",\n                        \"last_seen\": \"2021-05-07T20:49:48.333148\"\n                    },\n                    {\n                        \"ap_trust_level\": 71,\n                        \"ap_url_id\": null,\n                        \"bssid\": \"6E:8F:E0:42:71:A5\",\n                        \"essid\": \"xfinitywifi\",\n                        \"last_seen\": \"2021-04-25T17:49:03.362483\"\n                    },\n                    {\n                        \"ap_trust_level\": 50,\n                        \"ap_url_id\": null,\n                        \"bssid\": \"C2:B8:EF:3D:9F:03\",\n                        \"essid\": \"\",\n                        \"last_seen\": \"2021-04-22T15:45:36.173045\"\n                    },\n                    {\n                        \"ap_trust_level\": 61,\n                        \"ap_url_id\": null,\n                        \"bssid\": \"28:C6:8E:A6:56:9C\",\n                        \"essid\": \"NETGEAR80\",\n                        \"last_seen\": \"2021-04-19T13:32:14.741131\"\n                    },\n                    {\n                        \"ap_trust_level\": 61,\n                        \"ap_url_id\": null,\n                        \"bssid\": \"28:C6:8E:A6:56:9E\",\n                        \"essid\": \"NETGEAR80-5G\",\n                        \"last_seen\": \"2021-04-19T05:21:25.213051\"\n                    },\n                    {\n                        \"ap_trust_level\": 10,\n                        \"ap_url_id\": null,\n                        \"bssid\": \"E2:CB:AC:50:9A:18\",\n                        \"essid\": \"Choose Another Castle\",\n                        \"last_seen\": \"2021-03-18T22:09:58.166925\"\n                    },\n                    {\n                        \"ap_trust_level\": 20,\n                        \"ap_url_id\": null,\n                        \"bssid\": \"E6:CB:AC:50:9A:18\",\n                        \"essid\": \"I Am A Guest\",\n                        \"last_seen\": \"2021-03-18T19:09:31.923039\"\n                    },\n                    {\n                        \"ap_trust_level\": 50,\n                        \"ap_url_id\": null,\n                        \"bssid\": \"72:9C:B0:44:8E:B8\",\n                        \"essid\": \"Ashok iPhone7\",\n                        \"last_seen\": \"2021-03-18T18:48:06.664143\"\n                    },\n                    {\n                        \"ap_trust_level\": 10,\n                        \"ap_url_id\": null,\n                        \"bssid\": \"E0:CB:BC:50:9A:18\",\n                        \"essid\": \"Choose Another Castle\",\n                        \"last_seen\": \"2021-03-04T18:53:03.120812\"\n                    },\n                    {\n                        \"ap_trust_level\": 50,\n                        \"ap_url_id\": null,\n                        \"bssid\": \"FE:0C:5C:BF:BD:C9\",\n                        \"essid\": \"Ashok iPhone7\",\n                        \"last_seen\": \"2019-11-07T19:55:56.023967\"\n                    },\n                    {\n                        \"ap_trust_level\": 71,\n                        \"ap_url_id\": null,\n                        \"bssid\": \"3C:9A:77:BA:12:2E\",\n                        \"essid\": \"xfinitywifi\",\n                        \"last_seen\": \"2019-11-07T16:42:54.740392\"\n                    }\n                ],\n                \"channel\": 11,\n                \"client_group\": \"Visitor\",\n                \"device_tag\": \"Phone\",\n                \"first_seen\": \"2019-10-15T16:10:39.912488\",\n                \"last_seen\": \"2021-10-13T13:51:22.959128\",\n                \"latitude\": 37.2918812,\n                \"location_tag\": \"\",\n                \"longitude\": -122.03309680000001,\n                \"macaddress\": \"D0:22:BE:62:EE:DA\",\n                \"manufacturer\": \"SAMSUNG ELECTRO-MECHANICS(THAILAND)\",\n                \"product_tag\": \"Android\",\n                \"risk_level\": 41070,\n                \"sensor_name\": \"Ashok-A10760\",\n                \"sensor_url_id\": \"dbvoenObm1DMg142\",\n                \"signal\": -78,\n                \"url_id\": \"eYN2K3AagERAnoQ0\",\n                \"vendor_tag\": \"\"\n            },\n            {\n                \"accesspoints\": [\n                    {\n                        \"ap_trust_level\": 20,\n                        \"ap_url_id\": null,\n                        \"bssid\": \"96:18:98:BE:F0:04\",\n                        \"essid\": \"Free5Bird\",\n                        \"last_seen\": \"2021-10-13T13:58:39.064825\"\n                    },\n                    {\n                        \"ap_trust_level\": 50,\n                        \"ap_url_id\": null,\n                        \"bssid\": \"00:00:00:00:00:00\",\n                        \"essid\": \"UNCONNECTED CLIENTS\",\n                        \"last_seen\": \"2021-10-13T13:32:16.265113\"\n                    },\n                    {\n                        \"ap_trust_level\": 71,\n                        \"ap_url_id\": null,\n                        \"bssid\": \"96:18:88:BE:F0:04\",\n                        \"essid\": \"Free5Bird\",\n                        \"last_seen\": \"2021-10-13T09:14:22.728965\"\n                    }\n                ],\n                \"channel\": 44,\n                \"client_group\": \"Visitor\",\n                \"device_tag\": \"\",\n                \"first_seen\": \"2021-09-08T19:36:02.423165\",\n                \"last_seen\": \"2021-10-13T13:52:07.428685\",\n                \"latitude\": 37.8477344,\n                \"location_tag\": \"\",\n                \"longitude\": -122.2901104,\n                \"macaddress\": \"00:0E:8E:86:1A:7B\",\n                \"manufacturer\": \"SparkLAN Communications, Inc.\",\n                \"product_tag\": \"\",\n                \"risk_level\": 284,\n                \"sensor_name\": \"demo-emeryville\",\n                \"sensor_url_id\": \"PVyXoLbp5RD7QRWE\",\n                \"signal\": -40,\n                \"url_id\": \"O3ZzDm8Y1Y6zK4JR\",\n                \"vendor_tag\": \"\"\n            },\n            {\n                \"accesspoints\": [\n                    {\n                        \"ap_trust_level\": 1,\n                        \"ap_url_id\": null,\n                        \"bssid\": \"98:18:88:BE:F0:04\",\n                        \"essid\": \"Choose Another Castle\",\n                        \"last_seen\": \"2021-10-13T13:58:55.913536\"\n                    },\n                    {\n                        \"ap_trust_level\": 50,\n                        \"ap_url_id\": null,\n                        \"bssid\": \"00:00:00:00:00:00\",\n                        \"essid\": \"UNCONNECTED CLIENTS\",\n                        \"last_seen\": \"2021-10-06T19:45:50.480833\"\n                    },\n                    {\n                        \"ap_trust_level\": 61,\n                        \"ap_url_id\": null,\n                        \"bssid\": \"9E:18:88:BE:F0:04\",\n                        \"essid\": \"I Am A Guest\",\n                        \"last_seen\": \"2021-09-27T10:14:13.805874\"\n                    },\n                    {\n                        \"ap_trust_level\": 61,\n                        \"ap_url_id\": null,\n                        \"bssid\": \"92:18:88:BE:F0:04\",\n                        \"essid\": \"BeastMode\",\n                        \"last_seen\": \"2021-06-29T22:36:42.751485\"\n                    },\n                    {\n                        \"ap_trust_level\": 10,\n                        \"ap_url_id\": null,\n                        \"bssid\": \"E0:CB:BC:50:9A:18\",\n                        \"essid\": \"Choose Another Castle\",\n                        \"last_seen\": \"2021-04-13T18:31:11.500306\"\n                    },\n                    {\n                        \"ap_trust_level\": 10,\n                        \"ap_url_id\": null,\n                        \"bssid\": \"E0:CB:BC:B4:8C:3A\",\n                        \"essid\": \"Choose Another Castle\",\n                        \"last_seen\": \"2019-07-02T03:24:08.648717\"\n                    },\n                    {\n                        \"ap_trust_level\": 61,\n                        \"ap_url_id\": null,\n                        \"bssid\": \"8C:0F:6F:34:E6:68\",\n                        \"essid\": \"CBCI-3D6C-2.4\",\n                        \"last_seen\": \"2018-09-19T21:39:35.943733\"\n                    },\n                    {\n                        \"ap_trust_level\": 71,\n                        \"ap_url_id\": null,\n                        \"bssid\": \"EE:CB:BC:B4:8C:3A\",\n                        \"essid\": \"Free5Bird\",\n                        \"last_seen\": \"2018-09-19T20:56:16.989235\"\n                    },\n                    {\n                        \"ap_trust_level\": 71,\n                        \"ap_url_id\": null,\n                        \"bssid\": \"F2:CB:BC:50:9A:18\",\n                        \"essid\": \"GoW3pOrGoH0me\",\n                        \"last_seen\": \"2018-09-19T19:26:14.321096\"\n                    },\n                    {\n                        \"ap_trust_level\": 30,\n                        \"ap_url_id\": null,\n                        \"bssid\": \"2C:FD:A1:A1:5B:98\",\n                        \"essid\": \"J-Sei\",\n                        \"last_seen\": \"2018-09-19T11:15:44.871646\"\n                    },\n                    {\n                        \"ap_trust_level\": 71,\n                        \"ap_url_id\": null,\n                        \"bssid\": \"F2:CB:BC:B4:8C:3A\",\n                        \"essid\": \"GoW3pOrGoH0me\",\n                        \"last_seen\": \"2018-09-19T10:29:40.948836\"\n                    },\n                    {\n                        \"ap_trust_level\": 71,\n                        \"ap_url_id\": null,\n                        \"bssid\": \"2E:3A:E8:08:34:08\",\n                        \"essid\": \"LEDnet083408\",\n                        \"last_seen\": \"2018-09-19T10:27:38.575803\"\n                    },\n                    {\n                        \"ap_trust_level\": 80,\n                        \"ap_url_id\": null,\n                        \"bssid\": \"00:11:CC:5F:82:75\",\n                        \"essid\": \"NotSoFastly\",\n                        \"last_seen\": \"2018-09-18T23:24:13.186882\"\n                    },\n                    {\n                        \"ap_trust_level\": 35,\n                        \"ap_url_id\": null,\n                        \"bssid\": \"EC:1A:59:01:B3:AC\",\n                        \"essid\": \"J-Sei\",\n                        \"last_seen\": \"2018-09-18T10:23:26.507032\"\n                    },\n                    {\n                        \"ap_trust_level\": 30,\n                        \"ap_url_id\": null,\n                        \"bssid\": \"88:1F:A1:30:67:E6\",\n                        \"essid\": \"J-Sei\",\n                        \"last_seen\": \"2018-09-18T09:13:38.959395\"\n                    },\n                    {\n                        \"ap_trust_level\": 61,\n                        \"ap_url_id\": null,\n                        \"bssid\": \"32:CD:A7:24:8E:4A\",\n                        \"essid\": \"DIRECT-mHM2020 Series\",\n                        \"last_seen\": \"2018-09-18T06:45:42.739312\"\n                    },\n                    {\n                        \"ap_trust_level\": 61,\n                        \"ap_url_id\": null,\n                        \"bssid\": \"32:CD:A7:24:8D:C7\",\n                        \"essid\": \"DIRECT-TNM2020 Series\",\n                        \"last_seen\": \"2018-09-16T09:30:00.502527\"\n                    }\n                ],\n                \"channel\": 11,\n                \"client_group\": \"Semi-Trusted\",\n                \"device_tag\": \"\",\n                \"first_seen\": \"2017-05-17T00:02:25.010025\",\n                \"last_seen\": \"2021-10-13T13:58:55.913536\",\n                \"latitude\": 37.8477344,\n                \"location_tag\": \"\",\n                \"longitude\": -122.2901104,\n                \"macaddress\": \"28:56:5A:38:D1:11\",\n                \"manufacturer\": \"Hon Hai Precision Ind. Co.,Ltd.\",\n                \"product_tag\": \"\",\n                \"risk_level\": 65535,\n                \"sensor_name\": \"demo-emeryville\",\n                \"sensor_url_id\": \"PVyXoLbp5RD7QRWE\",\n                \"signal\": -62,\n                \"url_id\": \"GjEaDRay3MMKb0dJ\",\n                \"vendor_tag\": \"\"\n            },\n            {\n                \"accesspoints\": [\n                    {\n                        \"ap_trust_level\": 1,\n                        \"ap_url_id\": null,\n                        \"bssid\": \"9A:18:98:BE:F0:04\",\n                        \"essid\": \"Choose Another Castle\",\n                        \"last_seen\": \"2021-10-13T13:59:10.362134\"\n                    },\n                    {\n                        \"ap_trust_level\": 50,\n                        \"ap_url_id\": null,\n                        \"bssid\": \"00:00:00:00:00:00\",\n                        \"essid\": \"UNCONNECTED CLIENTS\",\n                        \"last_seen\": \"2021-04-29T17:33:03.990759\"\n                    },\n                    {\n                        \"ap_trust_level\": 10,\n                        \"ap_url_id\": null,\n                        \"bssid\": \"E2:CB:AC:50:9A:18\",\n                        \"essid\": \"Choose Another Castle\",\n                        \"last_seen\": \"2021-04-13T18:32:20.748265\"\n                    },\n                    {\n                        \"ap_trust_level\": 10,\n                        \"ap_url_id\": null,\n                        \"bssid\": \"E2:CB:AC:B4:8C:3A\",\n                        \"essid\": \"Choose Another Castle\",\n                        \"last_seen\": \"2019-08-28T17:42:34.584919\"\n                    }\n                ],\n                \"channel\": 44,\n                \"client_group\": \"Semi-Trusted\",\n                \"device_tag\": \"\",\n                \"first_seen\": \"2017-01-10T22:19:41.479563\",\n                \"last_seen\": \"2021-10-13T13:59:10.362134\",\n                \"latitude\": 37.8477344,\n                \"location_tag\": \"\",\n                \"longitude\": -122.2901104,\n                \"macaddress\": \"08:66:98:CB:69:9F\",\n                \"manufacturer\": \"Apple, Inc.\",\n                \"product_tag\": \"\",\n                \"risk_level\": 65535,\n                \"sensor_name\": \"demo-emeryville\",\n                \"sensor_url_id\": \"PVyXoLbp5RD7QRWE\",\n                \"signal\": -74,\n                \"url_id\": \"WPYxLVabpN4ne5aj\",\n                \"vendor_tag\": \"Apple\"\n            }\n        ]\n    },\n    \"status\": \"success\"\n}"}],"_postman_id":"7cb1bb42-5256-4a15-9b38-6150809f26bb"},{"name":"Client Detail","id":"739cc927-5039-40c8-a4be-dc9f695040a2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.802secure.net/apiv1/customer/client/:client_identifier","description":"<p>Returns the details of a WiFi Client. URI must include the id code or a valid MAC address.</p>\n","auth":{"type":"bearer","bearer":{"token":"access_token"},"isInherited":true,"source":{"_postman_id":"d8f119ea-2083-456b-8a58-29991b8becad","id":"d8f119ea-2083-456b-8a58-29991b8becad","name":"802 Secure/LOCH Customer API","type":"collection"}},"urlObject":{"path":["client",":client_identifier"],"host":["https://api.802secure.net/apiv1/customer"],"query":[],"variable":[{"description":{"content":"<p>The client identifier or MAC Address</p>\n","type":"text/plain"},"type":"any","value":null,"key":"client_identifier"}]}},"response":[{"id":"362fd658-cdae-47bd-95b7-561e353875cd","name":"Client Detail","originalRequest":{"method":"GET","header":[],"url":"https://api.802secure.net/apiv1/customer/client/client_identifier"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 13 Oct 2021 14:01:39 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"1375"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Set-Cookie","value":"session=fe58ecb9-20aa-4df5-bd51-2272d3e7df19.uSIdp33mKRk-gTeN-TfTrwAvT4I; Expires=Wed, 13-Oct-2021 15:01:39 GMT; Secure; HttpOnly; Path=/"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"client\": {\n            \"accesspoints\": [\n                {\n                    \"ap_trust_level\": 20,\n                    \"ap_url_id\": null,\n                    \"bssid\": \"96:18:98:BE:F0:04\",\n                    \"essid\": \"Free5Bird\",\n                    \"last_seen\": \"2021-10-13T13:58:39.064825\"\n                },\n                {\n                    \"ap_trust_level\": 50,\n                    \"ap_url_id\": null,\n                    \"bssid\": \"00:00:00:00:00:00\",\n                    \"essid\": \"UNCONNECTED CLIENTS\",\n                    \"last_seen\": \"2021-10-13T13:32:16.265113\"\n                },\n                {\n                    \"ap_trust_level\": 71,\n                    \"ap_url_id\": null,\n                    \"bssid\": \"96:18:88:BE:F0:04\",\n                    \"essid\": \"Free5Bird\",\n                    \"last_seen\": \"2021-10-13T09:14:22.728965\"\n                }\n            ],\n            \"channel\": 44,\n            \"client_group\": \"Visitor\",\n            \"device_tag\": \"\",\n            \"first_seen\": \"2021-09-08T19:36:02.423165\",\n            \"history\": [\n                {\n                    \"altitude\": 0,\n                    \"channel\": 11,\n                    \"date\": \"2021-10-13T13:33:17.358245\",\n                    \"latitude\": 37.8477344,\n                    \"longitude\": -122.2901104,\n                    \"signal_dbm\": -41\n                },\n                {\n                    \"altitude\": 0,\n                    \"channel\": 11,\n                    \"date\": \"2021-10-13T13:35:15.705603\",\n                    \"latitude\": 37.8477344,\n                    \"longitude\": -122.2901104,\n                    \"signal_dbm\": -41\n                },\n                {\n                    \"altitude\": 0,\n                    \"ap_url_id\": \"60deD0565RJnpPjb\",\n                    \"bssid\": \"96:18:98:BE:F0:04\",\n                    \"channel\": 44,\n                    \"date\": \"2021-10-13T13:47:21.607718\",\n                    \"essid\": \"Free5Bird\",\n                    \"latitude\": 37.8477344,\n                    \"longitude\": -122.2901104,\n                    \"signal_dbm\": -39\n                }\n            ],\n            \"last_seen\": \"2021-10-13T13:52:07.428685\",\n            \"latitude\": 37.8477344,\n            \"location_tag\": \"\",\n            \"longitude\": -122.2901104,\n            \"macaddress\": \"00:0E:8E:86:1A:7B\",\n            \"manufacturer\": \"SparkLAN Communications, Inc.\",\n            \"product_tag\": \"\",\n            \"risk_level\": 284,\n            \"sensor_name\": \"demo-emeryville\",\n            \"sensor_url_id\": \"PVyXoLbp5RD7QRWE\",\n            \"signal\": -40,\n            \"url_id\": \"O3ZzDm8Y1Y6zK4JR\",\n            \"vendor_tag\": \"\"\n        }\n    },\n    \"status\": \"success\"\n}"}],"_postman_id":"739cc927-5039-40c8-a4be-dc9f695040a2"},{"name":"Client Risk Reset","id":"03213451-ca36-4ea1-9650-a73d55e07b01","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.802secure.net/apiv1/customer/client/reset_risk/:client_identifier","description":"<p>Reset the risk level of a WiFi Client. Request must include a url id code or a valid MAC address.</p>\n","auth":{"type":"bearer","bearer":{"token":"access_token"},"isInherited":true,"source":{"_postman_id":"d8f119ea-2083-456b-8a58-29991b8becad","id":"d8f119ea-2083-456b-8a58-29991b8becad","name":"802 Secure/LOCH Customer API","type":"collection"}},"urlObject":{"path":["client","reset_risk",":client_identifier"],"host":["https://api.802secure.net/apiv1/customer"],"query":[],"variable":[{"description":{"content":"<p>The client identifier or MAC address</p>\n","type":"text/plain"},"type":"any","value":null,"key":"client_identifier"}]}},"response":[{"id":"79a9acbe-7ea5-460e-b072-13a9364279aa","name":"Client Risk Reset","originalRequest":{"method":"GET","header":[],"url":"https://api.802secure.net/apiv1/customer/client/reset_risk/client_identifier"},"status":"CREATED","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 12 Oct 2021 23:44:08 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"68"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Set-Cookie","value":"session=ee9cd6ce-9422-4429-881d-337b7507d36a.37RHq9LUPoAmPMmLlDzXxxHyakc; Expires=Wed, 13-Oct-2021 00:44:08 GMT; Secure; HttpOnly; Path=/"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"message\": \"Client risk reset to zero\"\n    },\n    \"status\": \"success\"\n}"}],"_postman_id":"03213451-ca36-4ea1-9650-a73d55e07b01"}],"id":"97c3fe9c-1bae-4ac9-8ebb-25f5d9cd5c1a","description":"<p>802.11 / WiFi</p>\n","event":[{"listen":"prerequest","script":{"id":"14fe78e0-7cb9-4dbf-a1d9-0da4d7b5f2ed","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"227af14d-349d-4f6c-a01b-ba7e8dec4bf4","type":"text/javascript","exec":[""]}}],"_postman_id":"97c3fe9c-1bae-4ac9-8ebb-25f5d9cd5c1a","auth":{"type":"bearer","bearer":{"token":"access_token"},"isInherited":true,"source":{"_postman_id":"d8f119ea-2083-456b-8a58-29991b8becad","id":"d8f119ea-2083-456b-8a58-29991b8becad","name":"802 Secure/LOCH Customer API","type":"collection"}}},{"name":"Bluetooth","item":[{"name":"Bluetooth Device List","id":"4eb82b3c-dac1-4f93-aea9-3956e30ab525","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.802secure.net/apiv1/customer/btdevices","description":"<p>Obtain a list of recent Bluetooth/BLE devices.</p>\n<p>Must include a UNIX timestamp to start from.</p>\n","auth":{"type":"bearer","bearer":{"token":"access_token"},"isInherited":true,"source":{"_postman_id":"a69dd8b2-6428-42f1-b18e-edd13cccc62b","id":"a69dd8b2-6428-42f1-b18e-edd13cccc62b","name":"Bluetooth","type":"folder"}},"urlObject":{"path":["btdevices"],"host":["https://api.802secure.net/apiv1/customer"],"query":[],"variable":[]}},"response":[{"id":"b4fcb700-d0d8-4c29-b115-250d1bb54eee","name":"Bluetooth Device List","originalRequest":{"method":"GET","header":[],"url":"https://api.802secure.net/apiv1/customer/btdevices"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 13 Oct 2021 14:02:01 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"5960"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Set-Cookie","value":"session=fe58ecb9-20aa-4df5-bd51-2272d3e7df19.uSIdp33mKRk-gTeN-TfTrwAvT4I; Expires=Wed, 13-Oct-2021 15:02:01 GMT; Secure; HttpOnly; Path=/"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"btdevices\": [\n            {\n                \"address\": \"53:9D:5A:7B:36:4E\",\n                \"ble\": true,\n                \"classic\": false,\n                \"connection_type\": \"CONNECTABLE\",\n                \"device_name\": null,\n                \"device_type\": \"RANDOM\",\n                \"first_seen\": \"2021-10-13T13:40:36.609073\",\n                \"label\": \"Unknown\",\n                \"last_seen\": \"2021-10-13T13:48:42.291224\",\n                \"manufacturer\": \"Apple, Inc.\",\n                \"rssi\": -11,\n                \"sensor_name\": \"demo-emeryville\",\n                \"sensor_url_id\": \"PVyXoLbp5RD7QRWE\",\n                \"url_id\": \"GqX3KB2lEvXGKpwN\"\n            },\n            {\n                \"address\": \"00:1F:FF:7C:B7:92\",\n                \"ble\": false,\n                \"classic\": true,\n                \"connection_type\": null,\n                \"device_name\": \"PR BT 0A8F\",\n                \"device_type\": \"Unknown\",\n                \"first_seen\": \"2021-08-30T02:24:50.119838\",\n                \"label\": \"Suspicious\",\n                \"last_seen\": \"2021-10-13T13:54:18.686784\",\n                \"manufacturer\": \"Unknown\",\n                \"rssi\": 0,\n                \"sensor_name\": \"Ashok-A10760\",\n                \"sensor_url_id\": \"dbvoenObm1DMg142\",\n                \"url_id\": \"b41kKwkXMNV6KzZo\"\n            },\n            {\n                \"address\": \"02:F2:F4:C1:8C:3F\",\n                \"ble\": true,\n                \"classic\": false,\n                \"connection_type\": \"NOT CONNECTABLE\",\n                \"device_name\": null,\n                \"device_type\": \"RANDOM\",\n                \"first_seen\": \"2021-09-16T01:14:00.639245\",\n                \"label\": \"Suspicious\",\n                \"last_seen\": \"2021-10-13T13:55:31.573246\",\n                \"manufacturer\": \"Apple, Inc.\",\n                \"rssi\": null,\n                \"sensor_name\": \"demo-emeryville\",\n                \"sensor_url_id\": \"PVyXoLbp5RD7QRWE\",\n                \"url_id\": \"oPwynlPxbkrlnq6m\"\n            },\n            {\n                \"address\": \"A0:1C:DB:96:CE:20\",\n                \"ble\": true,\n                \"classic\": false,\n                \"connection_type\": \"NOT CONNECTABLE\",\n                \"device_name\": null,\n                \"device_type\": \"RANDOM\",\n                \"first_seen\": \"2021-10-13T13:50:03.296519\",\n                \"label\": \"Unknown\",\n                \"last_seen\": \"2021-10-13T13:55:31.696805\",\n                \"manufacturer\": \"Apple, Inc.\",\n                \"rssi\": null,\n                \"sensor_name\": \"demo-emeryville\",\n                \"sensor_url_id\": \"PVyXoLbp5RD7QRWE\",\n                \"url_id\": \"69yoDgd5Emd5nvx8\"\n            },\n            {\n                \"address\": \"A7:A6:52:35:5F:55\",\n                \"ble\": true,\n                \"classic\": false,\n                \"connection_type\": \"CONNECTABLE\",\n                \"device_name\": null,\n                \"device_type\": \"RANDOM\",\n                \"first_seen\": \"2021-10-13T13:40:36.522457\",\n                \"label\": \"Unknown\",\n                \"last_seen\": \"2021-10-13T13:56:53.481369\",\n                \"manufacturer\": \"Apple, Inc.\",\n                \"rssi\": null,\n                \"sensor_name\": \"demo-emeryville\",\n                \"sensor_url_id\": \"PVyXoLbp5RD7QRWE\",\n                \"url_id\": \"GjEaDRWxe4zmnb0d\"\n            },\n            {\n                \"address\": \"A0:69:CB:98:66:08\",\n                \"ble\": true,\n                \"classic\": false,\n                \"connection_type\": \"CONNECTABLE\",\n                \"device_name\": null,\n                \"device_type\": \"PUBLIC\",\n                \"first_seen\": \"2019-04-23T21:00:53.690134\",\n                \"label\": \"Suspicious\",\n                \"last_seen\": \"2021-10-13T13:58:17.749770\",\n                \"manufacturer\": \"Apple, Inc.\",\n                \"rssi\": null,\n                \"sensor_name\": \"demo-emeryville\",\n                \"sensor_url_id\": \"PVyXoLbp5RD7QRWE\",\n                \"url_id\": \"9PBZDaPkAWOK7Rxw\"\n            },\n            {\n                \"address\": \"5F:9E:6D:DC:3E:00\",\n                \"ble\": true,\n                \"classic\": false,\n                \"connection_type\": \"NOT CONNECTABLE\",\n                \"device_name\": \"\",\n                \"device_type\": \"RANDOM\",\n                \"first_seen\": \"2021-10-13T13:58:17.778262\",\n                \"label\": \"Unknown\",\n                \"last_seen\": \"2021-10-13T13:58:17.777931\",\n                \"manufacturer\": \"Apple, Inc.\",\n                \"rssi\": 2,\n                \"sensor_name\": \"demo-emeryville\",\n                \"sensor_url_id\": \"PVyXoLbp5RD7QRWE\",\n                \"url_id\": \"Mqa0n1G4W0BdK2px\"\n            },\n            {\n                \"address\": \"A3:99:6B:43:18:2F\",\n                \"ble\": true,\n                \"classic\": false,\n                \"connection_type\": \"NOT CONNECTABLE\",\n                \"device_name\": \"\",\n                \"device_type\": \"RANDOM\",\n                \"first_seen\": \"2021-10-13T13:58:17.858088\",\n                \"label\": \"Unknown\",\n                \"last_seen\": \"2021-10-13T13:58:17.857712\",\n                \"manufacturer\": \"\",\n                \"rssi\": 0,\n                \"sensor_name\": \"demo-emeryville\",\n                \"sensor_url_id\": \"PVyXoLbp5RD7QRWE\",\n                \"url_id\": \"XvG2K62NwjEEKqAk\"\n            },\n            {\n                \"address\": \"0B:46:CD:A1:E7:2F\",\n                \"ble\": true,\n                \"classic\": false,\n                \"connection_type\": \"NOT CONNECTABLE\",\n                \"device_name\": \"\",\n                \"device_type\": \"RANDOM\",\n                \"first_seen\": \"2021-10-13T13:58:17.908286\",\n                \"label\": \"Unknown\",\n                \"last_seen\": \"2021-10-13T13:58:17.907944\",\n                \"manufacturer\": \"\",\n                \"rssi\": -68,\n                \"sensor_name\": \"demo-emeryville\",\n                \"sensor_url_id\": \"PVyXoLbp5RD7QRWE\",\n                \"url_id\": \"vQMlKY582azRK2qe\"\n            },\n            {\n                \"address\": \"5F:BB:E2:98:CC:6A\",\n                \"ble\": true,\n                \"classic\": false,\n                \"connection_type\": \"CONNECTABLE\",\n                \"device_name\": \"\",\n                \"device_type\": \"RANDOM\",\n                \"first_seen\": \"2021-10-13T13:58:17.998126\",\n                \"label\": \"Unknown\",\n                \"last_seen\": \"2021-10-13T13:58:17.997368\",\n                \"manufacturer\": \"Apple, Inc.\",\n                \"rssi\": -86,\n                \"sensor_name\": \"demo-emeryville\",\n                \"sensor_url_id\": \"PVyXoLbp5RD7QRWE\",\n                \"url_id\": \"O3ZzDmde69bzK4JR\"\n            },\n            {\n                \"address\": \"6A:EC:09:AC:0B:3C\",\n                \"ble\": true,\n                \"classic\": false,\n                \"connection_type\": \"NOT CONNECTABLE\",\n                \"device_name\": null,\n                \"device_type\": \"RANDOM\",\n                \"first_seen\": \"2021-10-13T13:55:31.469075\",\n                \"label\": \"Unknown\",\n                \"last_seen\": \"2021-10-13T13:58:18.064919\",\n                \"manufacturer\": \"Microsoft\",\n                \"rssi\": -61,\n                \"sensor_name\": \"demo-emeryville\",\n                \"sensor_url_id\": \"PVyXoLbp5RD7QRWE\",\n                \"url_id\": \"8z2ND83NxjZyKY5E\"\n            },\n            {\n                \"address\": \"E2:D7:D9:F0:44:42\",\n                \"ble\": true,\n                \"classic\": false,\n                \"connection_type\": \"CONNECTABLE\",\n                \"device_name\": null,\n                \"device_type\": \"RANDOM\",\n                \"first_seen\": \"2021-10-13T13:54:08.865851\",\n                \"label\": \"Unknown\",\n                \"last_seen\": \"2021-10-13T13:58:18.109061\",\n                \"manufacturer\": \"Apple, Inc.\",\n                \"rssi\": null,\n                \"sensor_name\": \"demo-emeryville\",\n                \"sensor_url_id\": \"PVyXoLbp5RD7QRWE\",\n                \"url_id\": \"b41kKwkMeG7RKzZo\"\n            },\n            {\n                \"address\": \"36:5A:58:0A:A4:4D\",\n                \"ble\": true,\n                \"classic\": false,\n                \"connection_type\": \"CONNECTABLE\",\n                \"device_name\": null,\n                \"device_type\": \"RANDOM\",\n                \"first_seen\": \"2021-10-13T13:50:03.427320\",\n                \"label\": \"Unknown\",\n                \"last_seen\": \"2021-10-13T13:59:39.015231\",\n                \"manufacturer\": \"Apple, Inc.\",\n                \"rssi\": null,\n                \"sensor_name\": \"demo-emeryville\",\n                \"sensor_url_id\": \"PVyXoLbp5RD7QRWE\",\n                \"url_id\": \"bvoenOO7AZOqnMg1\"\n            },\n            {\n                \"address\": \"15:06:32:1C:1B:13\",\n                \"ble\": true,\n                \"classic\": false,\n                \"connection_type\": \"NOT CONNECTABLE\",\n                \"device_name\": null,\n                \"device_type\": \"RANDOM\",\n                \"first_seen\": \"2021-10-13T13:40:36.669089\",\n                \"label\": \"Unknown\",\n                \"last_seen\": \"2021-10-13T13:59:39.051543\",\n                \"manufacturer\": null,\n                \"rssi\": -106,\n                \"sensor_name\": \"demo-emeryville\",\n                \"sensor_url_id\": \"PVyXoLbp5RD7QRWE\",\n                \"url_id\": \"v0zVKQNbR3rmDbB5\"\n            },\n            {\n                \"address\": \"2D:FC:F9:2E:04:F8\",\n                \"ble\": true,\n                \"classic\": false,\n                \"connection_type\": \"NOT CONNECTABLE\",\n                \"device_name\": null,\n                \"device_type\": \"PUBLIC\",\n                \"first_seen\": \"2018-10-11T00:00:41.600983\",\n                \"label\": \"Suspicious\",\n                \"last_seen\": \"2021-10-13T14:00:16.069628\",\n                \"manufacturer\": \"Samsung Electronics Co. Ltd.\",\n                \"rssi\": 0,\n                \"sensor_name\": \"demo-emeryville\",\n                \"sensor_url_id\": \"PVyXoLbp5RD7QRWE\",\n                \"url_id\": \"rqzGoDEZ9vpnOemX\"\n            },\n            {\n                \"address\": \"26:FF:CF:7E:62:27\",\n                \"ble\": true,\n                \"classic\": false,\n                \"connection_type\": \"NOT CONNECTABLE\",\n                \"device_name\": \"\",\n                \"device_type\": \"RANDOM\",\n                \"first_seen\": \"2021-10-13T14:00:16.656858\",\n                \"label\": \"Unknown\",\n                \"last_seen\": \"2021-10-13T14:00:16.652880\",\n                \"manufacturer\": \"Microsoft\",\n                \"rssi\": -11,\n                \"sensor_name\": \"demo-emeryville\",\n                \"sensor_url_id\": \"PVyXoLbp5RD7QRWE\",\n                \"url_id\": \"gVbOn4O12jyrD0Ee\"\n            }\n        ]\n    },\n    \"status\": \"success\"\n}"}],"_postman_id":"4eb82b3c-dac1-4f93-aea9-3956e30ab525"},{"name":"Bluetooth Device Detail","id":"e4fd4524-e604-4bbe-a7af-3806acfaaf5a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.802secure.net/apiv1/customer/btdevice/:bt_identifier","description":"<p>Returns the details of a Bluetooth Device. Request must include a url id code or a valid Bluetooth address.</p>\n","auth":{"type":"bearer","bearer":{"token":"access_token"},"isInherited":true,"source":{"_postman_id":"a69dd8b2-6428-42f1-b18e-edd13cccc62b","id":"a69dd8b2-6428-42f1-b18e-edd13cccc62b","name":"Bluetooth","type":"folder"}},"urlObject":{"path":["btdevice",":bt_identifier"],"host":["https://api.802secure.net/apiv1/customer"],"query":[],"variable":[{"description":{"content":"<p>The bluetooth device identifier or address</p>\n","type":"text/plain"},"type":"any","value":null,"key":"bt_identifier"}]}},"response":[{"id":"b17e9de7-ac15-469d-a76f-f45880a3ca45","name":"Bluetooth Device Detail","originalRequest":{"method":"GET","header":[],"url":"https://api.802secure.net/apiv1/customer/btdevice/bt_identifier"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 13 Oct 2021 17:36:33 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"1022"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Set-Cookie","value":"session=43f4a056-a2fd-4c50-8768-0074ab1b9e05.HOdpiThSGqscW3HLxSeTicUHPeM; Expires=Wed, 13-Oct-2021 18:36:33 GMT; Secure; HttpOnly; Path=/"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"btdevice\": {\n            \"address\": \"53:9D:5A:7B:36:4E\",\n            \"ble\": true,\n            \"classic\": false,\n            \"connection_type\": \"CONNECTABLE\",\n            \"device_name\": null,\n            \"device_type\": \"RANDOM\",\n            \"first_seen\": \"2021-10-13T13:40:36.609073\",\n            \"history\": [\n                {\n                    \"altitude\": 0,\n                    \"date\": \"2021-10-13T13:41:57.429774\",\n                    \"latitude\": 37.8477344,\n                    \"longitude\": -122.2901104\n                },\n                {\n                    \"altitude\": 0,\n                    \"date\": \"2021-10-13T13:43:18.599835\",\n                    \"latitude\": 37.8477344,\n                    \"longitude\": -122.2901104\n                },\n                {\n                    \"altitude\": 0,\n                    \"date\": \"2021-10-13T13:44:39.306751\",\n                    \"latitude\": 37.8477344,\n                    \"longitude\": -122.2901104\n                },\n                {\n                    \"altitude\": 0,\n                    \"date\": \"2021-10-13T13:46:00.296563\",\n                    \"latitude\": 37.8477344,\n                    \"longitude\": -122.2901104\n                },\n                {\n                    \"altitude\": 0,\n                    \"date\": \"2021-10-13T13:47:21.329422\",\n                    \"latitude\": 37.8477344,\n                    \"longitude\": -122.2901104\n                },\n                {\n                    \"altitude\": 0,\n                    \"date\": \"2021-10-13T13:48:42.291224\",\n                    \"latitude\": 37.8477344,\n                    \"longitude\": -122.2901104\n                }\n            ],\n            \"label\": \"Unknown\",\n            \"last_seen\": \"2021-10-13T13:48:42.291224\",\n            \"manufacturer\": \"Apple, Inc.\",\n            \"rssi\": -11,\n            \"sensor_name\": \"demo-emeryville\",\n            \"sensor_url_id\": \"PVyXoLbp5RD7QRWE\",\n            \"url_id\": \"GqX3KB2lEvXGKpwN\"\n        }\n    },\n    \"status\": \"success\"\n}"}],"_postman_id":"e4fd4524-e604-4bbe-a7af-3806acfaaf5a"},{"name":"Bluetooth Beacon List","id":"1057b49d-0f1b-4e80-bd57-81b19b4ec83c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.802secure.net/apiv1/customer/btbeacons","description":"<p>Obtain a list of recent Bluetooth Beacons.</p>\n","auth":{"type":"bearer","bearer":{"token":"access_token"},"isInherited":true,"source":{"_postman_id":"a69dd8b2-6428-42f1-b18e-edd13cccc62b","id":"a69dd8b2-6428-42f1-b18e-edd13cccc62b","name":"Bluetooth","type":"folder"}},"urlObject":{"path":["btbeacons"],"host":["https://api.802secure.net/apiv1/customer"],"query":[],"variable":[]}},"response":[{"id":"41446852-64d8-4814-bb5b-da13b4b2cfb9","name":"Bluetooth Beacon List","originalRequest":{"method":"GET","header":[],"url":"https://api.802secure.net/apiv1/customer/btbeacons"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 13 Oct 2021 17:26:16 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"362"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Set-Cookie","value":"session=43f4a056-a2fd-4c50-8768-0074ab1b9e05.HOdpiThSGqscW3HLxSeTicUHPeM; Expires=Wed, 13-Oct-2021 18:26:16 GMT; Secure; HttpOnly; Path=/"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"btbeacons\": [\n            {\n                \"distance\": null,\n                \"first_seen\": \"2021-05-26T02:04:17.606889\",\n                \"info\": {\n                    \"MAJOR\": \"0000\",\n                    \"MINOR\": \"0003\",\n                    \"UUID\": \"65ece290c7db4dd0b81a56a62d622032\"\n                },\n                \"label\": \"Suspicious\",\n                \"last_seen\": \"2021-10-13T17:24:27.922201\",\n                \"rssi\": -46,\n                \"sensor_name\": \"demo-emeryville\",\n                \"sensor_url_id\": \"PVyXoLbp5RD7QRWE\",\n                \"tx\": -59,\n                \"url_id\": \"VyNMbnq7xqaKGkJd\"\n            }\n        ]\n    },\n    \"status\": \"success\"\n}"}],"_postman_id":"1057b49d-0f1b-4e80-bd57-81b19b4ec83c"},{"name":"Bluetooth Beacon Detail","id":"0d977401-150c-47c6-a464-24718e82afc0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.802secure.net/apiv1/customer/btbeacon/:beacon_identifier","description":"<p>Returns the details of a Bluetooth Device. Request must include a url id code or a valid Bluetooth address.</p>\n","auth":{"type":"bearer","bearer":{"token":"access_token"},"isInherited":true,"source":{"_postman_id":"a69dd8b2-6428-42f1-b18e-edd13cccc62b","id":"a69dd8b2-6428-42f1-b18e-edd13cccc62b","name":"Bluetooth","type":"folder"}},"urlObject":{"path":["btbeacon",":beacon_identifier"],"host":["https://api.802secure.net/apiv1/customer"],"query":[],"variable":[{"description":{"content":"<p>The beacon identifier value</p>\n","type":"text/plain"},"type":"any","value":null,"key":"beacon_identifier"}]}},"response":[{"id":"d96a2726-0325-4abe-b16b-b4e40ecac0fa","name":"Bluetooth Beacon Detail","originalRequest":{"method":"GET","header":[],"url":"https://api.802secure.net/apiv1/customer/btbeacon/{{beacon_identifier}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 13 Oct 2021 17:30:14 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"4871"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Set-Cookie","value":"session=43f4a056-a2fd-4c50-8768-0074ab1b9e05.HOdpiThSGqscW3HLxSeTicUHPeM; Expires=Wed, 13-Oct-2021 18:30:14 GMT; Secure; HttpOnly; Path=/"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"btbeacon\": {\n            \"distance\": null,\n            \"first_seen\": \"2021-05-26T02:04:17.606889\",\n            \"history\": [\n                {\n                    \"altitude\": 0,\n                    \"date\": \"2021-10-13T16:24:28.094705\",\n                    \"latitude\": 37.8477344,\n                    \"longitude\": -122.2901104\n                },\n                {\n                    \"altitude\": 0,\n                    \"date\": \"2021-10-13T16:25:48.996677\",\n                    \"latitude\": 37.8477344,\n                    \"longitude\": -122.2901104\n                },\n                {\n                    \"altitude\": 0,\n                    \"date\": \"2021-10-13T16:27:09.629056\",\n                    \"latitude\": 37.8477344,\n                    \"longitude\": -122.2901104\n                },\n                {\n                    \"altitude\": 0,\n                    \"date\": \"2021-10-13T16:28:30.897807\",\n                    \"latitude\": 37.8477344,\n                    \"longitude\": -122.2901104\n                },\n                {\n                    \"altitude\": 0,\n                    \"date\": \"2021-10-13T16:29:52.555162\",\n                    \"latitude\": 37.8477344,\n                    \"longitude\": -122.2901104\n                },\n                {\n                    \"altitude\": 0,\n                    \"date\": \"2021-10-13T16:31:15.721170\",\n                    \"latitude\": 37.8477344,\n                    \"longitude\": -122.2901104\n                },\n                {\n                    \"altitude\": 0,\n                    \"date\": \"2021-10-13T16:32:38.451700\",\n                    \"latitude\": 37.8477344,\n                    \"longitude\": -122.2901104\n                },\n                {\n                    \"altitude\": 0,\n                    \"date\": \"2021-10-13T16:34:01.154746\",\n                    \"latitude\": 37.8477344,\n                    \"longitude\": -122.2901104\n                },\n                {\n                    \"altitude\": 0,\n                    \"date\": \"2021-10-13T16:35:23.938666\",\n                    \"latitude\": 37.8477344,\n                    \"longitude\": -122.2901104\n                },\n                {\n                    \"altitude\": 0,\n                    \"date\": \"2021-10-13T16:36:46.980241\",\n                    \"latitude\": 37.8477344,\n                    \"longitude\": -122.2901104\n                },\n                {\n                    \"altitude\": 0,\n                    \"date\": \"2021-10-13T16:38:11.149834\",\n                    \"latitude\": 37.8477344,\n                    \"longitude\": -122.2901104\n                },\n                {\n                    \"altitude\": 0,\n                    \"date\": \"2021-10-13T16:39:34.044809\",\n                    \"latitude\": 37.8477344,\n                    \"longitude\": -122.2901104\n                },\n                {\n                    \"altitude\": 0,\n                    \"date\": \"2021-10-13T16:40:58.809530\",\n                    \"latitude\": 37.8477344,\n                    \"longitude\": -122.2901104\n                },\n                {\n                    \"altitude\": 0,\n                    \"date\": \"2021-10-13T16:42:22.911327\",\n                    \"latitude\": 37.8477344,\n                    \"longitude\": -122.2901104\n                },\n                {\n                    \"altitude\": 0,\n                    \"date\": \"2021-10-13T16:43:47.841223\",\n                    \"latitude\": 37.8477344,\n                    \"longitude\": -122.2901104\n                },\n                {\n                    \"altitude\": 0,\n                    \"date\": \"2021-10-13T16:45:11.996044\",\n                    \"latitude\": 37.8477344,\n                    \"longitude\": -122.2901104\n                },\n                {\n                    \"altitude\": 0,\n                    \"date\": \"2021-10-13T16:46:37.353755\",\n                    \"latitude\": 37.8477344,\n                    \"longitude\": -122.2901104\n                },\n                {\n                    \"altitude\": 0,\n                    \"date\": \"2021-10-13T16:48:02.535562\",\n                    \"latitude\": 37.8477344,\n                    \"longitude\": -122.2901104\n                },\n                {\n                    \"altitude\": 0,\n                    \"date\": \"2021-10-13T16:49:27.971768\",\n                    \"latitude\": 37.8477344,\n                    \"longitude\": -122.2901104\n                },\n                {\n                    \"altitude\": 0,\n                    \"date\": \"2021-10-13T16:50:53.527189\",\n                    \"latitude\": 37.8477344,\n                    \"longitude\": -122.2901104\n                },\n                {\n                    \"altitude\": 0,\n                    \"date\": \"2021-10-13T16:52:20.198397\",\n                    \"latitude\": 37.8477344,\n                    \"longitude\": -122.2901104\n                },\n                {\n                    \"altitude\": 0,\n                    \"date\": \"2021-10-13T16:53:47.092247\",\n                    \"latitude\": 37.8477344,\n                    \"longitude\": -122.2901104\n                },\n                {\n                    \"altitude\": 0,\n                    \"date\": \"2021-10-13T16:55:13.469997\",\n                    \"latitude\": 37.8477344,\n                    \"longitude\": -122.2901104\n                },\n                {\n                    \"altitude\": 0,\n                    \"date\": \"2021-10-13T16:56:40.393667\",\n                    \"latitude\": 37.8477344,\n                    \"longitude\": -122.2901104\n                },\n                {\n                    \"altitude\": 0,\n                    \"date\": \"2021-10-13T16:58:09.166397\",\n                    \"latitude\": 37.8477344,\n                    \"longitude\": -122.2901104\n                },\n                {\n                    \"altitude\": 0,\n                    \"date\": \"2021-10-13T16:59:34.986427\",\n                    \"latitude\": 37.8477344,\n                    \"longitude\": -122.2901104\n                },\n                {\n                    \"altitude\": 0,\n                    \"date\": \"2021-10-13T17:00:14.721816\",\n                    \"latitude\": 37.8477344,\n                    \"longitude\": -122.2901104\n                },\n                {\n                    \"altitude\": 0,\n                    \"date\": \"2021-10-13T17:01:34.729362\",\n                    \"latitude\": 37.8477344,\n                    \"longitude\": -122.2901104\n                },\n                {\n                    \"altitude\": 0,\n                    \"date\": \"2021-10-13T17:02:55.614677\",\n                    \"latitude\": 37.8477344,\n                    \"longitude\": -122.2901104\n                },\n                {\n                    \"altitude\": 0,\n                    \"date\": \"2021-10-13T17:04:16.087387\",\n                    \"latitude\": 37.8477344,\n                    \"longitude\": -122.2901104\n                },\n                {\n                    \"altitude\": 0,\n                    \"date\": \"2021-10-13T17:05:37.153488\",\n                    \"latitude\": 37.8477344,\n                    \"longitude\": -122.2901104\n                },\n                {\n                    \"altitude\": 0,\n                    \"date\": \"2021-10-13T17:06:58.095594\",\n                    \"latitude\": 37.8477344,\n                    \"longitude\": -122.2901104\n                },\n                {\n                    \"altitude\": 0,\n                    \"date\": \"2021-10-13T17:08:18.132008\",\n                    \"latitude\": 37.8477344,\n                    \"longitude\": -122.2901104\n                },\n                {\n                    \"altitude\": 0,\n                    \"date\": \"2021-10-13T17:09:40.006087\",\n                    \"latitude\": 37.8477344,\n                    \"longitude\": -122.2901104\n                },\n                {\n                    \"altitude\": 0,\n                    \"date\": \"2021-10-13T17:11:00.239805\",\n                    \"latitude\": 37.8477344,\n                    \"longitude\": -122.2901104\n                },\n                {\n                    \"altitude\": 0,\n                    \"date\": \"2021-10-13T17:12:20.799233\",\n                    \"latitude\": 37.8477344,\n                    \"longitude\": -122.2901104\n                },\n                {\n                    \"altitude\": 0,\n                    \"date\": \"2021-10-13T17:13:41.382743\",\n                    \"latitude\": 37.8477344,\n                    \"longitude\": -122.2901104\n                },\n                {\n                    \"altitude\": 0,\n                    \"date\": \"2021-10-13T17:15:02.927739\",\n                    \"latitude\": 37.8477344,\n                    \"longitude\": -122.2901104\n                },\n                {\n                    \"altitude\": 0,\n                    \"date\": \"2021-10-13T17:16:22.118785\",\n                    \"latitude\": 37.8477344,\n                    \"longitude\": -122.2901104\n                },\n                {\n                    \"altitude\": 0,\n                    \"date\": \"2021-10-13T17:17:44.186888\",\n                    \"latitude\": 37.8477344,\n                    \"longitude\": -122.2901104\n                },\n                {\n                    \"altitude\": 0,\n                    \"date\": \"2021-10-13T17:19:05.266872\",\n                    \"latitude\": 37.8477344,\n                    \"longitude\": -122.2901104\n                },\n                {\n                    \"altitude\": 0,\n                    \"date\": \"2021-10-13T17:20:24.844272\",\n                    \"latitude\": 37.8477344,\n                    \"longitude\": -122.2901104\n                },\n                {\n                    \"altitude\": 0,\n                    \"date\": \"2021-10-13T17:21:46.384732\",\n                    \"latitude\": 37.8477344,\n                    \"longitude\": -122.2901104\n                },\n                {\n                    \"altitude\": 0,\n                    \"date\": \"2021-10-13T17:23:07.637476\",\n                    \"latitude\": 37.8477344,\n                    \"longitude\": -122.2901104\n                },\n                {\n                    \"altitude\": 0,\n                    \"date\": \"2021-10-13T17:24:27.922201\",\n                    \"latitude\": 37.8477344,\n                    \"longitude\": -122.2901104\n                }\n            ],\n            \"info\": {\n                \"MAJOR\": \"0000\",\n                \"MINOR\": \"0003\",\n                \"UUID\": \"65ece290c7db4dd0b81a56a62d622032\"\n            },\n            \"label\": \"Suspicious\",\n            \"last_seen\": \"2021-10-13T17:24:27.922201\",\n            \"rssi\": -46,\n            \"sensor_name\": \"demo-emeryville\",\n            \"sensor_url_id\": \"PVyXoLbp5RD7QRWE\",\n            \"tx\": -59,\n            \"url_id\": \"VyNMbnq7xqaKGkJd\"\n        }\n    },\n    \"status\": \"success\"\n}"}],"_postman_id":"0d977401-150c-47c6-a464-24718e82afc0"}],"id":"a69dd8b2-6428-42f1-b18e-edd13cccc62b","description":"<p>WiFi Related Requestss</p>\n","auth":{"type":"bearer","bearer":{"token":"access_token"},"isInherited":false},"_postman_id":"a69dd8b2-6428-42f1-b18e-edd13cccc62b"},{"name":"LrWPAN","item":[{"name":"LrWPAN Networks","id":"a01d00ff-b8a7-43a7-ab9f-e60c5c2ab5b1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.802secure.net/apiv1/customer/lrwpan_networks","description":"<p>Returns a list of observed LrWPAN (802.15.4) Networks and any devices connected to it.</p>\n","auth":{"type":"bearer","bearer":{"token":"access_token"},"isInherited":true,"source":{"_postman_id":"d8f119ea-2083-456b-8a58-29991b8becad","id":"d8f119ea-2083-456b-8a58-29991b8becad","name":"802 Secure/LOCH Customer API","type":"collection"}},"urlObject":{"path":["lrwpan_networks"],"host":["https://api.802secure.net/apiv1/customer"],"query":[],"variable":[]}},"response":[{"id":"8b1c9523-3a4b-4807-9e65-a41930d83e6c","name":"LrWPAN Networks","originalRequest":{"method":"GET","header":[],"url":"https://api.802secure.net/apiv1/customer/lrwpan_networks"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 13 Oct 2021 18:03:49 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"22449"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Set-Cookie","value":"session=43f4a056-a2fd-4c50-8768-0074ab1b9e05.HOdpiThSGqscW3HLxSeTicUHPeM; Expires=Wed, 13-Oct-2021 19:03:49 GMT; Secure; HttpOnly; Path=/"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"lrwpan_networks\": [\n            {\n                \"altitude\": 0,\n                \"devices\": [\n                    {\n                        \"address\": \"08:07:06:05:04:03:02:01\",\n                        \"name\": \"08:07:06:05:04:03:02:01\",\n                        \"node_type\": \"device\",\n                        \"timestamp\": \"Thu, 22 Jul 2021 01:32:16 GMT\",\n                        \"url_id\": \"BGqX3KB83XnpwNjY\"\n                    },\n                    {\n                        \"address\": \"00:1b:ad:07:ed:2f:5f:f6\",\n                        \"name\": \"00:1b:ad:07:ed:2f:5f:f6\",\n                        \"node_type\": \"device\",\n                        \"timestamp\": \"Thu, 22 Jul 2021 01:32:16 GMT\",\n                        \"url_id\": \"Jv0zVKQ6OYDbB5EZ\"\n                    }\n                ],\n                \"epid\": \"0x0000fff9\",\n                \"first_seen\": \"2021-07-22T01:32:21.411800\",\n                \"last_seen\": \"2021-07-22T01:32:16.414112\",\n                \"latitude\": 37.8737247,\n                \"longitude\": -122.29971420000001,\n                \"name\": \"0x0000fff9\",\n                \"protocols\": null,\n                \"seen_on\": [\n                    {\n                        \"longname\": \"Berkeley AIRSHIELD\",\n                        \"shortname\": \"Berkeley\",\n                        \"timestamp\": \"Thu, 22 Jul 2021 01:32:16 GMT\",\n                        \"url_id\": \"J3Gl4nJrjmnvBay8\"\n                    }\n                ]\n            },\n            {\n                \"altitude\": 0,\n                \"devices\": [\n                    {\n                        \"address\": \"0x000001ff\",\n                        \"name\": \"0x000001ff\",\n                        \"node_type\": \"device\",\n                        \"timestamp\": \"Mon, 09 Aug 2021 20:59:58 GMT\",\n                        \"url_id\": \"vY2p6nGGe6nJQ3bG\"\n                    },\n                    {\n                        \"address\": \"f6:44:28:08:07:06:05:04\",\n                        \"name\": \"f6:44:28:08:07:06:05:04\",\n                        \"node_type\": \"device\",\n                        \"timestamp\": \"Mon, 09 Aug 2021 20:59:58 GMT\",\n                        \"url_id\": \"xzA1RL7Noenr0alP\"\n                    }\n                ],\n                \"epid\": \"0x0000ffb7\",\n                \"first_seen\": \"2021-08-09T21:00:48.278268\",\n                \"last_seen\": \"2021-08-09T20:59:58.880512\",\n                \"latitude\": 37.8737247,\n                \"longitude\": -122.29971420000001,\n                \"name\": \"0x0000ffb7\",\n                \"protocols\": null,\n                \"seen_on\": [\n                    {\n                        \"longname\": \"Berkeley AIRSHIELD\",\n                        \"shortname\": \"Berkeley\",\n                        \"timestamp\": \"Mon, 09 Aug 2021 20:59:58 GMT\",\n                        \"url_id\": \"J3Gl4nJrjmnvBay8\"\n                    }\n                ]\n            },\n            {\n                \"altitude\": 0,\n                \"devices\": [],\n                \"epid\": \"0x0000018f\",\n                \"first_seen\": \"2021-08-14T19:09:00.976023\",\n                \"last_seen\": \"2021-08-14T19:08:01.706657\",\n                \"latitude\": 37.8737247,\n                \"longitude\": -122.29971420000001,\n                \"name\": \"0x0000018f\",\n                \"protocols\": null,\n                \"seen_on\": [\n                    {\n                        \"longname\": \"Berkeley AIRSHIELD\",\n                        \"shortname\": \"Berkeley\",\n                        \"timestamp\": \"Sat, 14 Aug 2021 19:08:01 GMT\",\n                        \"url_id\": \"J3Gl4nJrjmnvBay8\"\n                    }\n                ]\n            },\n            {\n                \"altitude\": 0,\n                \"devices\": [\n                    {\n                        \"address\": \"08:07:06:05:04:03:02:01\",\n                        \"name\": \"08:07:06:05:04:03:02:01\",\n                        \"node_type\": \"device\",\n                        \"timestamp\": \"Sun, 15 Aug 2021 20:11:38 GMT\",\n                        \"url_id\": \"BGqX3KB83XnpwNjY\"\n                    },\n                    {\n                        \"address\": \"00:1b:ad:07:ed:2f:5f:f6\",\n                        \"name\": \"00:1b:ad:07:ed:2f:5f:f6\",\n                        \"node_type\": \"device\",\n                        \"timestamp\": \"Sun, 15 Aug 2021 20:11:38 GMT\",\n                        \"url_id\": \"Jv0zVKQ6OYDbB5EZ\"\n                    }\n                ],\n                \"epid\": \"0x0000fbff\",\n                \"first_seen\": \"2021-08-15T20:11:50.326738\",\n                \"last_seen\": \"2021-08-15T20:11:38.980340\",\n                \"latitude\": 37.8737247,\n                \"longitude\": -122.29971420000001,\n                \"name\": \"0x0000fbff\",\n                \"protocols\": null,\n                \"seen_on\": [\n                    {\n                        \"longname\": \"Berkeley AIRSHIELD\",\n                        \"shortname\": \"Berkeley\",\n                        \"timestamp\": \"Sun, 15 Aug 2021 20:11:38 GMT\",\n                        \"url_id\": \"J3Gl4nJrjmnvBay8\"\n                    }\n                ]\n            },\n            {\n                \"altitude\": 0,\n                \"devices\": [\n                    {\n                        \"address\": \"07:06:05:04:03:02:01:ff\",\n                        \"name\": \"07:06:05:04:03:02:01:ff\",\n                        \"node_type\": \"device\",\n                        \"timestamp\": \"Fri, 03 Sep 2021 12:08:24 GMT\",\n                        \"url_id\": \"kXwlNKZmlGLYpzq4\"\n                    }\n                ],\n                \"epid\": \"0x0000fb88\",\n                \"first_seen\": \"2021-09-03T12:09:21.689324\",\n                \"last_seen\": \"2021-09-03T12:08:24.043198\",\n                \"latitude\": 37.8737247,\n                \"longitude\": -122.29971420000001,\n                \"name\": \"0x0000fb88\",\n                \"protocols\": null,\n                \"seen_on\": [\n                    {\n                        \"longname\": \"Berkeley AIRSHIELD\",\n                        \"shortname\": \"Berkeley\",\n                        \"timestamp\": \"Fri, 03 Sep 2021 12:08:24 GMT\",\n                        \"url_id\": \"J3Gl4nJrjmnvBay8\"\n                    }\n                ]\n            },\n            {\n                \"altitude\": 0,\n                \"devices\": [\n                    {\n                        \"address\": \"0x00006734\",\n                        \"name\": \"0x00006734\",\n                        \"node_type\": \"device\",\n                        \"timestamp\": \"Tue, 07 Sep 2021 10:21:24 GMT\",\n                        \"url_id\": \"ex4dank83eLGANw8\"\n                    },\n                    {\n                        \"address\": \"0x000086c5\",\n                        \"name\": \"0x000086c5\",\n                        \"node_type\": \"device\",\n                        \"timestamp\": \"Tue, 07 Sep 2021 10:21:24 GMT\",\n                        \"url_id\": \"J3Gl4nJygjDvBay8\"\n                    }\n                ],\n                \"epid\": \"0x0000e4a3\",\n                \"first_seen\": \"2021-04-14T04:49:52.386408\",\n                \"last_seen\": \"2021-09-07T10:21:24.158067\",\n                \"latitude\": 37.8737247,\n                \"longitude\": -122.29971420000001,\n                \"name\": \"0x0000e4a3\",\n                \"protocols\": null,\n                \"seen_on\": [\n                    {\n                        \"longname\": \"Berkeley AIRSHIELD\",\n                        \"shortname\": \"Berkeley\",\n                        \"timestamp\": \"Tue, 07 Sep 2021 10:21:24 GMT\",\n                        \"url_id\": \"J3Gl4nJrjmnvBay8\"\n                    }\n                ]\n            },\n            {\n                \"altitude\": 0,\n                \"devices\": [\n                    {\n                        \"address\": \"08:07:06:05:04:03:02:01\",\n                        \"name\": \"08:07:06:05:04:03:02:01\",\n                        \"node_type\": \"device\",\n                        \"timestamp\": \"Wed, 08 Sep 2021 00:15:45 GMT\",\n                        \"url_id\": \"BGqX3KB83XnpwNjY\"\n                    },\n                    {\n                        \"address\": \"00:1b:ad:07:ed:2f:5f:f6\",\n                        \"name\": \"00:1b:ad:07:ed:2f:5f:f6\",\n                        \"node_type\": \"device\",\n                        \"timestamp\": \"Wed, 08 Sep 2021 00:15:45 GMT\",\n                        \"url_id\": \"Jv0zVKQ6OYDbB5EZ\"\n                    }\n                ],\n                \"epid\": \"0x0000fff0\",\n                \"first_seen\": \"2021-09-08T00:16:23.221233\",\n                \"last_seen\": \"2021-09-08T00:15:45.299970\",\n                \"latitude\": 37.8737247,\n                \"longitude\": -122.29971420000001,\n                \"name\": \"0x0000fff0\",\n                \"protocols\": null,\n                \"seen_on\": [\n                    {\n                        \"longname\": \"Berkeley AIRSHIELD\",\n                        \"shortname\": \"Berkeley\",\n                        \"timestamp\": \"Wed, 08 Sep 2021 00:15:45 GMT\",\n                        \"url_id\": \"J3Gl4nJrjmnvBay8\"\n                    }\n                ]\n            },\n            {\n                \"altitude\": 0,\n                \"devices\": [\n                    {\n                        \"address\": \"08:07:06:05:04:03:02:01\",\n                        \"name\": \"08:07:06:05:04:03:02:01\",\n                        \"node_type\": \"device\",\n                        \"timestamp\": \"Wed, 08 Sep 2021 03:26:00 GMT\",\n                        \"url_id\": \"BGqX3KB83XnpwNjY\"\n                    },\n                    {\n                        \"address\": \"00:1b:ad:07:ed:2f:5f:f6\",\n                        \"name\": \"00:1b:ad:07:ed:2f:5f:f6\",\n                        \"node_type\": \"device\",\n                        \"timestamp\": \"Wed, 08 Sep 2021 03:26:00 GMT\",\n                        \"url_id\": \"Jv0zVKQ6OYDbB5EZ\"\n                    }\n                ],\n                \"epid\": \"0x0000fffc\",\n                \"first_seen\": \"2021-07-08T22:36:50.668042\",\n                \"last_seen\": \"2021-09-08T03:26:00.861593\",\n                \"latitude\": 37.8737247,\n                \"longitude\": -122.29971420000001,\n                \"name\": \"0x0000fffc\",\n                \"protocols\": null,\n                \"seen_on\": [\n                    {\n                        \"longname\": \"Berkeley AIRSHIELD\",\n                        \"shortname\": \"Berkeley\",\n                        \"timestamp\": \"Wed, 08 Sep 2021 03:26:00 GMT\",\n                        \"url_id\": \"J3Gl4nJrjmnvBay8\"\n                    }\n                ]\n            },\n            {\n                \"altitude\": 0,\n                \"devices\": [\n                    {\n                        \"address\": \"0x0000fe6f\",\n                        \"name\": \"0x0000fe6f\",\n                        \"node_type\": \"device\",\n                        \"timestamp\": \"Tue, 14 Sep 2021 14:14:33 GMT\",\n                        \"url_id\": \"BeYN2K378JKoQ0k6\"\n                    },\n                    {\n                        \"address\": \"0x0000b07c\",\n                        \"name\": \"0x0000b07c\",\n                        \"node_type\": \"device\",\n                        \"timestamp\": \"Tue, 14 Sep 2021 14:14:33 GMT\",\n                        \"url_id\": \"PaQVvDepPlKW8w0z\"\n                    },\n                    {\n                        \"address\": \"0x0000698e\",\n                        \"name\": \"0x0000698e\",\n                        \"node_type\": \"device\",\n                        \"timestamp\": \"Tue, 07 Sep 2021 12:53:21 GMT\",\n                        \"url_id\": \"NGjEaDREx9Kb0dJ5\"\n                    },\n                    {\n                        \"address\": \"0x0000ab29\",\n                        \"name\": \"0x0000ab29\",\n                        \"node_type\": \"device\",\n                        \"timestamp\": \"Sat, 04 Sep 2021 13:33:30 GMT\",\n                        \"url_id\": \"42oQbKMQBpKBXzjV\"\n                    },\n                    {\n                        \"address\": \"0x000072c2\",\n                        \"name\": \"0x000072c2\",\n                        \"node_type\": \"device\",\n                        \"timestamp\": \"Sat, 04 Sep 2021 05:06:13 GMT\",\n                        \"url_id\": \"BGmVED2r0zDkqQwy\"\n                    },\n                    {\n                        \"address\": \"0x00003c0f\",\n                        \"name\": \"0x00003c0f\",\n                        \"node_type\": \"device\",\n                        \"timestamp\": \"Sat, 04 Sep 2021 03:52:19 GMT\",\n                        \"url_id\": \"EWPYxLV7RqKe5ajQ\"\n                    }\n                ],\n                \"epid\": \"0x00007454\",\n                \"first_seen\": \"2021-03-23T03:29:51.695432\",\n                \"last_seen\": \"2021-09-14T14:14:33.699130\",\n                \"latitude\": 37.8737247,\n                \"longitude\": -122.29971420000001,\n                \"name\": \"0x00007454\",\n                \"protocols\": null,\n                \"seen_on\": [\n                    {\n                        \"longname\": \"Berkeley AIRSHIELD\",\n                        \"shortname\": \"Berkeley\",\n                        \"timestamp\": \"Tue, 14 Sep 2021 14:14:33 GMT\",\n                        \"url_id\": \"J3Gl4nJrjmnvBay8\"\n                    }\n                ]\n            },\n            {\n                \"altitude\": 0,\n                \"devices\": [\n                    {\n                        \"address\": \"0x00000001\",\n                        \"name\": \"0x00000001\",\n                        \"node_type\": \"device\",\n                        \"timestamp\": \"Thu, 16 Sep 2021 01:12:47 GMT\",\n                        \"url_id\": \"B8z2ND8NwVLY5ERg\"\n                    }\n                ],\n                \"epid\": \"0x0000087d\",\n                \"first_seen\": \"2021-09-16T01:13:32.740879\",\n                \"last_seen\": \"2021-09-16T01:12:47.522812\",\n                \"latitude\": 37.8477344,\n                \"longitude\": -122.2901104,\n                \"name\": \"0x0000087d\",\n                \"protocols\": null,\n                \"seen_on\": [\n                    {\n                        \"longname\": \"Emeryville Monitor\",\n                        \"shortname\": \"demo-emeryville\",\n                        \"timestamp\": \"Thu, 16 Sep 2021 01:12:47 GMT\",\n                        \"url_id\": \"PVyXoLbp5RD7QRWE\"\n                    }\n                ]\n            },\n            {\n                \"altitude\": 0,\n                \"devices\": [\n                    {\n                        \"address\": \"0x00005b3b\",\n                        \"name\": \"0x00005b3b\",\n                        \"node_type\": \"device\",\n                        \"timestamp\": \"Thu, 16 Sep 2021 11:09:52 GMT\",\n                        \"url_id\": \"172YOnP1loL0Q6XP\"\n                    },\n                    {\n                        \"address\": \"0x00000001\",\n                        \"name\": \"0x00000001\",\n                        \"node_type\": \"device\",\n                        \"timestamp\": \"Thu, 16 Sep 2021 11:09:52 GMT\",\n                        \"url_id\": \"B8z2ND8NwVLY5ERg\"\n                    }\n                ],\n                \"epid\": \"0x00006cef\",\n                \"first_seen\": \"2021-04-19T20:12:02.607681\",\n                \"last_seen\": \"2021-09-16T11:09:52.177674\",\n                \"latitude\": 37.847639090363465,\n                \"longitude\": -122.29022439388314,\n                \"name\": \"0x00006cef\",\n                \"protocols\": null,\n                \"seen_on\": [\n                    {\n                        \"longname\": \"Emeryville Office Sensor #2\",\n                        \"shortname\": \"eville-office-2\",\n                        \"timestamp\": \"Thu, 16 Sep 2021 11:09:52 GMT\",\n                        \"url_id\": \"jwd4mnAgNYKkvRpE\"\n                    },\n                    {\n                        \"longname\": \"Emeryville Monitor\",\n                        \"shortname\": \"demo-emeryville\",\n                        \"timestamp\": \"Thu, 16 Sep 2021 01:12:21 GMT\",\n                        \"url_id\": \"PVyXoLbp5RD7QRWE\"\n                    }\n                ]\n            },\n            {\n                \"altitude\": 0,\n                \"devices\": [\n                    {\n                        \"address\": \"08:07:06:05:04:03:02:01\",\n                        \"name\": \"08:07:06:05:04:03:02:01\",\n                        \"node_type\": \"device\",\n                        \"timestamp\": \"Sat, 25 Sep 2021 05:14:51 GMT\",\n                        \"url_id\": \"BGqX3KB83XnpwNjY\"\n                    },\n                    {\n                        \"address\": \"00:1b:ad:07:ed:2f:5f:f6\",\n                        \"name\": \"00:1b:ad:07:ed:2f:5f:f6\",\n                        \"node_type\": \"device\",\n                        \"timestamp\": \"Sat, 25 Sep 2021 05:14:51 GMT\",\n                        \"url_id\": \"Jv0zVKQ6OYDbB5EZ\"\n                    }\n                ],\n                \"epid\": \"0x0000fdff\",\n                \"first_seen\": \"2021-09-25T05:15:53.449117\",\n                \"last_seen\": \"2021-09-25T05:14:51.908753\",\n                \"latitude\": 37.8737247,\n                \"longitude\": -122.29971420000001,\n                \"name\": \"0x0000fdff\",\n                \"protocols\": null,\n                \"seen_on\": [\n                    {\n                        \"longname\": \"Berkeley AIRSHIELD\",\n                        \"shortname\": \"Berkeley\",\n                        \"timestamp\": \"Sat, 25 Sep 2021 05:14:51 GMT\",\n                        \"url_id\": \"J3Gl4nJrjmnvBay8\"\n                    }\n                ]\n            },\n            {\n                \"altitude\": 0,\n                \"devices\": [\n                    {\n                        \"address\": \"0x00002ae5\",\n                        \"name\": \"0x00002ae5\",\n                        \"node_type\": \"device\",\n                        \"timestamp\": \"Fri, 24 Sep 2021 23:31:30 GMT\",\n                        \"url_id\": \"kXwlNKZm3JLYpzq4\"\n                    },\n                    {\n                        \"address\": \"0x0000d000\",\n                        \"name\": \"0x0000d000\",\n                        \"node_type\": \"device\",\n                        \"timestamp\": \"Wed, 15 Sep 2021 09:08:10 GMT\",\n                        \"url_id\": \"m9PBZDaBRdn7Rxwl\"\n                    },\n                    {\n                        \"address\": \"0x0000261c\",\n                        \"name\": \"0x0000261c\",\n                        \"node_type\": \"device\",\n                        \"timestamp\": \"Tue, 27 Jul 2021 15:05:29 GMT\",\n                        \"url_id\": \"rqzGoDErPwnOemXZ\"\n                    },\n                    {\n                        \"address\": \"0x00002228\",\n                        \"name\": \"0x00002228\",\n                        \"node_type\": \"device\",\n                        \"timestamp\": \"Sat, 10 Jul 2021 13:04:09 GMT\",\n                        \"url_id\": \"vY2p6nGlmNLJQ3bG\"\n                    },\n                    {\n                        \"address\": \"0x00009410\",\n                        \"name\": \"0x00009410\",\n                        \"node_type\": \"device\",\n                        \"timestamp\": \"Mon, 22 Mar 2021 13:48:52 GMT\",\n                        \"url_id\": \"jp6B7nzkZZLg4XAW\"\n                    }\n                ],\n                \"epid\": \"0x00004428\",\n                \"first_seen\": \"2021-01-26T21:15:01.775794\",\n                \"last_seen\": \"2021-09-25T10:34:20.590442\",\n                \"latitude\": 37.8737247,\n                \"longitude\": -122.29971420000001,\n                \"name\": \"0x00004428\",\n                \"protocols\": [\n                    \"Zigbee\"\n                ],\n                \"seen_on\": [\n                    {\n                        \"longname\": \"Berkeley AIRSHIELD\",\n                        \"shortname\": \"Berkeley\",\n                        \"timestamp\": \"Sat, 25 Sep 2021 10:34:20 GMT\",\n                        \"url_id\": \"J3Gl4nJrjmnvBay8\"\n                    }\n                ]\n            },\n            {\n                \"altitude\": 0,\n                \"devices\": [\n                    {\n                        \"address\": \"08:07:06:05:04:03:01:01\",\n                        \"name\": \"08:07:06:05:04:03:01:01\",\n                        \"node_type\": \"device\",\n                        \"timestamp\": \"Sun, 26 Sep 2021 04:38:34 GMT\",\n                        \"url_id\": \"Jv0zVKQyrpKbB5EZ\"\n                    },\n                    {\n                        \"address\": \"00:1b:ad:07:ed:2f:5f:f6\",\n                        \"name\": \"00:1b:ad:07:ed:2f:5f:f6\",\n                        \"node_type\": \"device\",\n                        \"timestamp\": \"Sun, 26 Sep 2021 04:38:34 GMT\",\n                        \"url_id\": \"Jv0zVKQ6OYDbB5EZ\"\n                    },\n                    {\n                        \"address\": \"08:07:06:05:04:03:02:01\",\n                        \"name\": \"08:07:06:05:04:03:02:01\",\n                        \"node_type\": \"device\",\n                        \"timestamp\": \"Sun, 26 Sep 2021 04:32:32 GMT\",\n                        \"url_id\": \"BGqX3KB83XnpwNjY\"\n                    },\n                    {\n                        \"address\": \"08:04:06:05:04:93:02:01\",\n                        \"name\": \"08:04:06:05:04:93:02:01\",\n                        \"node_type\": \"device\",\n                        \"timestamp\": \"Sun, 26 Sep 2021 01:01:53 GMT\",\n                        \"url_id\": \"269yoDgwGQDvx8VW\"\n                    },\n                    {\n                        \"address\": \"08:07:06:05:04:03:02:05\",\n                        \"name\": \"08:07:06:05:04:03:02:05\",\n                        \"node_type\": \"device\",\n                        \"timestamp\": \"Fri, 24 Sep 2021 16:04:57 GMT\",\n                        \"url_id\": \"8XvG2K6rjvKqAkw0\"\n                    },\n                    {\n                        \"address\": \"00:1b:ad:07:ed:20:5f:f6\",\n                        \"name\": \"00:1b:ad:07:ed:20:5f:f6\",\n                        \"node_type\": \"device\",\n                        \"timestamp\": \"Wed, 15 Sep 2021 02:14:15 GMT\",\n                        \"url_id\": \"Jv0zVKQyEOKbB5EZ\"\n                    },\n                    {\n                        \"address\": \"00:1b:ad:27:ed:2f:5f:f6\",\n                        \"name\": \"00:1b:ad:27:ed:2f:5f:f6\",\n                        \"node_type\": \"device\",\n                        \"timestamp\": \"Mon, 30 Aug 2021 21:47:13 GMT\",\n                        \"url_id\": \"rqzGoDE2yAnOemXZ\"\n                    },\n                    {\n                        \"address\": \"00:1b:ad:07:ed:2f:5f:66\",\n                        \"name\": \"00:1b:ad:07:ed:2f:5f:66\",\n                        \"node_type\": \"device\",\n                        \"timestamp\": \"Mon, 30 Aug 2021 12:16:07 GMT\",\n                        \"url_id\": \"jwd4mnA8dYDkvRpE\"\n                    },\n                    {\n                        \"address\": \"08:07:a6:05:04:03:02:01\",\n                        \"name\": \"08:07:a6:05:04:03:02:01\",\n                        \"node_type\": \"device\",\n                        \"timestamp\": \"Sun, 15 Aug 2021 15:21:48 GMT\",\n                        \"url_id\": \"dBbW5npRwZKJ319q\"\n                    },\n                    {\n                        \"address\": \"0x00005ff6\",\n                        \"name\": \"0x00005ff6\",\n                        \"node_type\": \"device\",\n                        \"timestamp\": \"Sun, 15 Aug 2021 15:21:48 GMT\",\n                        \"url_id\": \"ogVbOn413EL0EeN2\"\n                    },\n                    {\n                        \"address\": \"05:1b:ad:07:ed:2f:5f:f6\",\n                        \"name\": \"05:1b:ad:07:ed:2f:5f:f6\",\n                        \"node_type\": \"device\",\n                        \"timestamp\": \"Thu, 12 Aug 2021 11:44:21 GMT\",\n                        \"url_id\": \"lgxMmLj79pKJvY5A\"\n                    },\n                    {\n                        \"address\": \"00:1b:ad:b7:ed:2f:5f:f6\",\n                        \"name\": \"00:1b:ad:b7:ed:2f:5f:f6\",\n                        \"node_type\": \"device\",\n                        \"timestamp\": \"Thu, 12 Aug 2021 11:44:21 GMT\",\n                        \"url_id\": \"42oQbKM1exKBXzjV\"\n                    },\n                    {\n                        \"address\": \"08:57:06:05:04:03:02:01\",\n                        \"name\": \"08:57:06:05:04:03:02:01\",\n                        \"node_type\": \"device\",\n                        \"timestamp\": \"Wed, 11 Aug 2021 18:02:23 GMT\",\n                        \"url_id\": \"vY2p6nGyB8KJQ3bG\"\n                    },\n                    {\n                        \"address\": \"08:07:04:05:04:03:02:01\",\n                        \"name\": \"08:07:04:05:04:03:02:01\",\n                        \"node_type\": \"device\",\n                        \"timestamp\": \"Tue, 10 Aug 2021 03:42:34 GMT\",\n                        \"url_id\": \"dBbW5npROwKJ319q\"\n                    },\n                    {\n                        \"address\": \"00:1b:ad:07:ed:2a:5f:f6\",\n                        \"name\": \"00:1b:ad:07:ed:2a:5f:f6\",\n                        \"node_type\": \"device\",\n                        \"timestamp\": \"Tue, 10 Aug 2021 00:55:56 GMT\",\n                        \"url_id\": \"EWPYxLVeAqne5ajQ\"\n                    },\n                    {\n                        \"address\": \"08:07:06:95:04:03:02:01\",\n                        \"name\": \"08:07:06:95:04:03:02:01\",\n                        \"node_type\": \"device\",\n                        \"timestamp\": \"Tue, 10 Aug 2021 00:54:16 GMT\",\n                        \"url_id\": \"BGqX3KBrqGKpwNjY\"\n                    },\n                    {\n                        \"address\": \"00:1b:ab:07:ed:2f:5f:f6\",\n                        \"name\": \"00:1b:ab:07:ed:2f:5f:f6\",\n                        \"node_type\": \"device\",\n                        \"timestamp\": \"Mon, 09 Aug 2021 06:19:47 GMT\",\n                        \"url_id\": \"4yVpWLxBGND5BaNq\"\n                    },\n                    {\n                        \"address\": \"08:07:06:0c:04:03:02:01\",\n                        \"name\": \"08:07:06:0c:04:03:02:01\",\n                        \"node_type\": \"device\",\n                        \"timestamp\": \"Mon, 09 Aug 2021 02:27:56 GMT\",\n                        \"url_id\": \"XPpOmLWNvMnBGb9o\"\n                    },\n                    {\n                        \"address\": \"00:1b:ad:07:e9:2f:5f:f6\",\n                        \"name\": \"00:1b:ad:07:e9:2f:5f:f6\",\n                        \"node_type\": \"device\",\n                        \"timestamp\": \"Sun, 08 Aug 2021 11:06:11 GMT\",\n                        \"url_id\": \"lgxMmLj744KJvY5A\"\n                    },\n                    {\n                        \"address\": \"00:1b:ad:00:ed:2f:5f:f6\",\n                        \"name\": \"00:1b:ad:00:ed:2f:5f:f6\",\n                        \"node_type\": \"device\",\n                        \"timestamp\": \"Wed, 28 Jul 2021 02:19:23 GMT\",\n                        \"url_id\": \"dbvoenOYwGKMg142\"\n                    },\n                    {\n                        \"address\": \"00:1b:ad:07:ed:2f:2f:f6\",\n                        \"name\": \"00:1b:ad:07:ed:2f:2f:f6\",\n                        \"node_type\": \"device\",\n                        \"timestamp\": \"Sat, 24 Jul 2021 22:46:25 GMT\",\n                        \"url_id\": \"bO3ZzDmYEMD4JR1y\"\n                    },\n                    {\n                        \"address\": \"00:1b:ad:01:ed:2f:5f:f6\",\n                        \"name\": \"00:1b:ad:01:ed:2f:5f:f6\",\n                        \"node_type\": \"device\",\n                        \"timestamp\": \"Sat, 24 Jul 2021 22:39:52 GMT\",\n                        \"url_id\": \"xzA1RL7lEoKr0alP\"\n                    },\n                    {\n                        \"address\": \"08:07:06:05:54:03:02:01\",\n                        \"name\": \"08:07:06:05:54:03:02:01\",\n                        \"node_type\": \"device\",\n                        \"timestamp\": \"Sat, 24 Jul 2021 15:57:30 GMT\",\n                        \"url_id\": \"B8z2ND853GnY5ERg\"\n                    },\n                    {\n                        \"address\": \"08:07:06:05:34:03:02:01\",\n                        \"name\": \"08:07:06:05:34:03:02:01\",\n                        \"node_type\": \"device\",\n                        \"timestamp\": \"Sat, 24 Jul 2021 11:51:04 GMT\",\n                        \"url_id\": \"EWPYxLVexVne5ajQ\"\n                    },\n                    {\n                        \"address\": \"00:1b:ad:07:eb:2f:5f:f6\",\n                        \"name\": \"00:1b:ad:07:eb:2f:5f:f6\",\n                        \"node_type\": \"device\",\n                        \"timestamp\": \"Sat, 24 Jul 2021 11:51:04 GMT\",\n                        \"url_id\": \"plqXoKN6oVK7y26M\"\n                    },\n                    {\n                        \"address\": \"04:07:06:05:04:03:02:01\",\n                        \"name\": \"04:07:06:05:04:03:02:01\",\n                        \"node_type\": \"device\",\n                        \"timestamp\": \"Fri, 23 Jul 2021 17:00:46 GMT\",\n                        \"url_id\": \"dBbW5npR8PKJ319q\"\n                    },\n                    {\n                        \"address\": \"08:07:66:05:04:03:02:01\",\n                        \"name\": \"08:07:66:05:04:03:02:01\",\n                        \"node_type\": \"device\",\n                        \"timestamp\": \"Fri, 23 Jul 2021 11:27:03 GMT\",\n                        \"url_id\": \"wdE4lL9pxxnvx03y\"\n                    },\n                    {\n                        \"address\": \"08:08:06:05:04:03:02:01\",\n                        \"name\": \"08:08:06:05:04:03:02:01\",\n                        \"node_type\": \"device\",\n                        \"timestamp\": \"Thu, 22 Jul 2021 04:30:01 GMT\",\n                        \"url_id\": \"EWPYxLVRyPLe5ajQ\"\n                    },\n                    {\n                        \"address\": \"00:1b:fd:07:ed:2f:5f:f6\",\n                        \"name\": \"00:1b:fd:07:ed:2f:5f:f6\",\n                        \"node_type\": \"device\",\n                        \"timestamp\": \"Wed, 21 Jul 2021 19:04:08 GMT\",\n                        \"url_id\": \"269yoDgvkAKvx8VW\"\n                    },\n                    {\n                        \"address\": \"00:1b:ad:05:ed:2f:5f:f6\",\n                        \"name\": \"00:1b:ad:05:ed:2f:5f:f6\",\n                        \"node_type\": \"device\",\n                        \"timestamp\": \"Wed, 21 Jul 2021 14:28:42 GMT\",\n                        \"url_id\": \"plqXoKNg8kD7y26M\"\n                    },\n                    {\n                        \"address\": \"08:07:06:05:04:03:05:01\",\n                        \"name\": \"08:07:06:05:04:03:05:01\",\n                        \"node_type\": \"device\",\n                        \"timestamp\": \"Tue, 20 Jul 2021 21:54:09 GMT\",\n                        \"url_id\": \"vY2p6nGlpvLJQ3bG\"\n                    },\n                    {\n                        \"address\": \"00:1b:ad:07:bd:2f:5f:f6\",\n                        \"name\": \"00:1b:ad:07:bd:2f:5f:f6\",\n                        \"node_type\": \"device\",\n                        \"timestamp\": \"Tue, 20 Jul 2021 15:59:25 GMT\",\n                        \"url_id\": \"J3Gl4nJe27DvBay8\"\n                    },\n                    {\n                        \"address\": \"00:1c:ad:07:ed:2f:5f:f6\",\n                        \"name\": \"00:1c:ad:07:ed:2f:5f:f6\",\n                        \"node_type\": \"device\",\n                        \"timestamp\": \"Sat, 17 Jul 2021 13:10:34 GMT\",\n                        \"url_id\": \"8XvG2K6e1VLqAkw0\"\n                    },\n                    {\n                        \"address\": \"00:1b:ad:07:0d:2f:5f:f6\",\n                        \"name\": \"00:1b:ad:07:0d:2f:5f:f6\",\n                        \"node_type\": \"device\",\n                        \"timestamp\": \"Fri, 16 Jul 2021 23:56:29 GMT\",\n                        \"url_id\": \"172YOnP1eoL0Q6XP\"\n                    },\n                    {\n                        \"address\": \"08:07:06:05:04:03:02:71\",\n                        \"name\": \"08:07:06:05:04:03:02:71\",\n                        \"node_type\": \"device\",\n                        \"timestamp\": \"Sun, 11 Jul 2021 03:06:07 GMT\",\n                        \"url_id\": \"kXwlNKZ80ZnYpzq4\"\n                    },\n                    {\n                        \"address\": \"00:4b:ad:07:ed:2f:5f:f6\",\n                        \"name\": \"00:4b:ad:07:ed:2f:5f:f6\",\n                        \"node_type\": \"device\",\n                        \"timestamp\": \"Fri, 09 Jul 2021 15:32:48 GMT\",\n                        \"url_id\": \"xzA1RL7ePpDr0alP\"\n                    },\n                    {\n                        \"address\": \"08:07:06:45:04:03:02:01\",\n                        \"name\": \"08:07:06:45:04:03:02:01\",\n                        \"node_type\": \"device\",\n                        \"timestamp\": \"Fri, 09 Jul 2021 04:36:37 GMT\",\n                        \"url_id\": \"wdE4lL9p81nvx03y\"\n                    },\n                    {\n                        \"address\": \"00:1b:ad:07:ed:2f:5c:f6\",\n                        \"name\": \"00:1b:ad:07:ed:2f:5c:f6\",\n                        \"node_type\": \"device\",\n                        \"timestamp\": \"Tue, 06 Jul 2021 15:05:34 GMT\",\n                        \"url_id\": \"J3Gl4nJe9RDvBay8\"\n                    },\n                    {\n                        \"address\": \"04:1b:ad:07:ed:2f:5f:f6\",\n                        \"name\": \"04:1b:ad:07:ed:2f:5f:f6\",\n                        \"node_type\": \"device\",\n                        \"timestamp\": \"Tue, 06 Jul 2021 04:51:45 GMT\",\n                        \"url_id\": \"BeYN2K303xDoQ0k6\"\n                    },\n                    {\n                        \"address\": \"08:07:06:03:04:03:02:01\",\n                        \"name\": \"08:07:06:03:04:03:02:01\",\n                        \"node_type\": \"device\",\n                        \"timestamp\": \"Mon, 05 Jul 2021 21:48:40 GMT\",\n                        \"url_id\": \"rqzGoDErQrnOemXZ\"\n                    },\n                    {\n                        \"address\": \"00:7b:ad:07:ed:2f:5f:f6\",\n                        \"name\": \"00:7b:ad:07:ed:2f:5f:f6\",\n                        \"node_type\": \"device\",\n                        \"timestamp\": \"Mon, 05 Jul 2021 04:25:39 GMT\",\n                        \"url_id\": \"Nb41kKw0QqDzZogP\"\n                    },\n                    {\n                        \"address\": \"08:07:06:05:01:03:02:01\",\n                        \"name\": \"08:07:06:05:01:03:02:01\",\n                        \"node_type\": \"device\",\n                        \"timestamp\": \"Sun, 04 Jul 2021 00:57:36 GMT\",\n                        \"url_id\": \"XPpOmLWRWrnBGb9o\"\n                    },\n                    {\n                        \"address\": \"00:1b:ad:07:ed:2e:5f:f6\",\n                        \"name\": \"00:1b:ad:07:ed:2e:5f:f6\",\n                        \"node_type\": \"device\",\n                        \"timestamp\": \"Sat, 03 Jul 2021 18:04:36 GMT\",\n                        \"url_id\": \"vY2p6nGl78LJQ3bG\"\n                    },\n                    {\n                        \"address\": \"00:1b:a9:07:ed:2f:5f:f6\",\n                        \"name\": \"00:1b:a9:07:ed:2f:5f:f6\",\n                        \"node_type\": \"device\",\n                        \"timestamp\": \"Sat, 03 Jul 2021 10:45:59 GMT\",\n                        \"url_id\": \"42oQbKMB27DBXzjV\"\n                    },\n                    {\n                        \"address\": \"08:07:06:25:04:03:02:01\",\n                        \"name\": \"08:07:06:25:04:03:02:01\",\n                        \"node_type\": \"device\",\n                        \"timestamp\": \"Sat, 03 Jul 2021 10:45:59 GMT\",\n                        \"url_id\": \"jp6B7nzw6mLg4XAW\"\n                    },\n                    {\n                        \"address\": \"0x0000ffef\",\n                        \"name\": \"0x0000ffef\",\n                        \"node_type\": \"device\",\n                        \"timestamp\": \"Thu, 06 May 2021 11:53:55 GMT\",\n                        \"url_id\": \"4yVpWLxrRdD5BaNq\"\n                    },\n                    {\n                        \"address\": \"0a:07:06:05:04:03:02:01\",\n                        \"name\": \"0a:07:06:05:04:03:02:01\",\n                        \"node_type\": \"device\",\n                        \"timestamp\": \"Thu, 06 May 2021 08:32:51 GMT\",\n                        \"url_id\": \"NBVWpnvQAeDeo1JM\"\n                    },\n                    {\n                        \"address\": \"00:1b:ad:07:ed:2f:5f:56\",\n                        \"name\": \"00:1b:ad:07:ed:2f:5f:56\",\n                        \"node_type\": \"device\",\n                        \"timestamp\": \"Wed, 05 May 2021 20:21:03 GMT\",\n                        \"url_id\": \"kvQMlKYdQeL2qe01\"\n                    },\n                    {\n                        \"address\": \"00:1b:ad:07:ed:2f:52:f6\",\n                        \"name\": \"00:1b:ad:07:ed:2f:52:f6\",\n                        \"node_type\": \"device\",\n                        \"timestamp\": \"Sun, 11 Apr 2021 19:35:07 GMT\",\n                        \"url_id\": \"wdE4lL9vo1Kvx03y\"\n                    },\n                    {\n                        \"address\": \"00:1b:ad:07:ed:2f:5f:c6\",\n                        \"name\": \"00:1b:ad:07:ed:2f:5f:c6\",\n                        \"node_type\": \"device\",\n                        \"timestamp\": \"Tue, 23 Mar 2021 10:53:33 GMT\",\n                        \"url_id\": \"XPpOmLWwzjLBGb9o\"\n                    },\n                    {\n                        \"address\": \"08:07:06:05:04:c3:02:01\",\n                        \"name\": \"08:07:06:05:04:c3:02:01\",\n                        \"node_type\": \"device\",\n                        \"timestamp\": \"Sat, 20 Mar 2021 00:51:59 GMT\",\n                        \"url_id\": \"jwd4mnA8xJDkvRpE\"\n                    },\n                    {\n                        \"address\": \"00:1b:ad:07:ed:2f:1f:f6\",\n                        \"name\": \"00:1b:ad:07:ed:2f:1f:f6\",\n                        \"node_type\": \"device\",\n                        \"timestamp\": \"Thu, 18 Mar 2021 19:53:04 GMT\",\n                        \"url_id\": \"NGjEaDRx4bLb0dJ5\"\n                    },\n                    {\n                        \"address\": \"60:1b:ad:07:ed:2f:5f:f6\",\n                        \"name\": \"60:1b:ad:07:ed:2f:5f:f6\",\n                        \"node_type\": \"device\",\n                        \"timestamp\": \"Thu, 18 Mar 2021 19:53:04 GMT\",\n                        \"url_id\": \"jwd4mnA8vPDkvRpE\"\n                    },\n                    {\n                        \"address\": \"00:1b:ad:07:ed:2c:5f:f6\",\n                        \"name\": \"00:1b:ad:07:ed:2c:5f:f6\",\n                        \"node_type\": \"device\",\n                        \"timestamp\": \"Wed, 03 Mar 2021 06:11:30 GMT\",\n                        \"url_id\": \"dBbW5npekkLJ319q\"\n                    },\n                    {\n                        \"address\": \"08:07:0b:06:04:03:02:01\",\n                        \"name\": \"08:07:0b:06:04:03:02:01\",\n                        \"node_type\": \"device\",\n                        \"timestamp\": \"Fri, 29 Jan 2021 20:22:14 GMT\",\n                        \"url_id\": \"QE2NgDr08ALaerVZ\"\n                    },\n                    {\n                        \"address\": \"00:1b:ad:09:ed:2f:5f:f6\",\n                        \"name\": \"00:1b:ad:09:ed:2f:5f:f6\",\n                        \"node_type\": \"device\",\n                        \"timestamp\": \"Wed, 27 Jan 2021 02:21:16 GMT\",\n                        \"url_id\": \"plqXoKNQ8mL7y26M\"\n                    },\n                    {\n                        \"address\": \"0x0000f5ff\",\n                        \"name\": \"0x0000f5ff\",\n                        \"node_type\": \"device\",\n                        \"timestamp\": \"Wed, 17 Jun 2020 14:44:49 GMT\",\n                        \"url_id\": \"jpEVxKyob5nrQRY2\"\n                    },\n                    {\n                        \"address\": \"0x0000cfff\",\n                        \"name\": \"0x0000cfff\",\n                        \"node_type\": \"device\",\n                        \"timestamp\": \"Fri, 05 Jun 2020 08:55:52 GMT\",\n                        \"url_id\": \"172YOnPXwzn0Q6XP\"\n                    },\n                    {\n                        \"address\": \"0x0000fcff\",\n                        \"name\": \"0x0000fcff\",\n                        \"node_type\": \"device\",\n                        \"timestamp\": \"Wed, 20 May 2020 09:21:11 GMT\",\n                        \"url_id\": \"wdE4lL9991Lvx03y\"\n                    }\n                ],\n                \"epid\": \"0x0000ffff\",\n                \"first_seen\": \"2020-05-08T05:06:23.885787\",\n                \"last_seen\": \"2021-09-26T04:38:34.317059\",\n                \"latitude\": 37.8737247,\n                \"longitude\": -122.29971420000001,\n                \"name\": \"0x0000ffff\",\n                \"protocols\": null,\n                \"seen_on\": [\n                    {\n                        \"longname\": \"Berkeley AIRSHIELD\",\n                        \"shortname\": \"Berkeley\",\n                        \"timestamp\": \"Sun, 26 Sep 2021 04:38:34 GMT\",\n                        \"url_id\": \"J3Gl4nJrjmnvBay8\"\n                    },\n                    {\n                        \"longname\": \"062018V2A10259\",\n                        \"shortname\": \"062018V2A10259\",\n                        \"timestamp\": \"Tue, 08 Sep 2020 21:21:25 GMT\",\n                        \"url_id\": \"269yoDgVaGKvx8VW\"\n                    }\n                ]\n            },\n            {\n                \"altitude\": 0,\n                \"devices\": [],\n                \"epid\": \"0x0000314b\",\n                \"first_seen\": \"2021-09-06T19:22:48.836629\",\n                \"last_seen\": \"2021-09-30T04:53:34.409871\",\n                \"latitude\": 37.8737247,\n                \"longitude\": -122.29971420000001,\n                \"name\": \"0x0000314b\",\n                \"protocols\": null,\n                \"seen_on\": [\n                    {\n                        \"longname\": \"Berkeley AIRSHIELD\",\n                        \"shortname\": \"Berkeley\",\n                        \"timestamp\": \"Thu, 30 Sep 2021 04:53:34 GMT\",\n                        \"url_id\": \"J3Gl4nJrjmnvBay8\"\n                    }\n                ]\n            },\n            {\n                \"altitude\": 0,\n                \"devices\": [\n                    {\n                        \"address\": \"0x0000f7cf\",\n                        \"name\": \"0x0000f7cf\",\n                        \"node_type\": \"device\",\n                        \"timestamp\": \"Thu, 30 Sep 2021 09:34:37 GMT\",\n                        \"url_id\": \"Q5N89KXV2Vnv1XwG\"\n                    },\n                    {\n                        \"address\": \"0x00006f5e\",\n                        \"name\": \"0x00006f5e\",\n                        \"node_type\": \"device\",\n                        \"timestamp\": \"Thu, 30 Sep 2021 09:34:37 GMT\",\n                        \"url_id\": \"B8z2ND804PDY5ERg\"\n                    },\n                    {\n                        \"address\": \"0x00008bc8\",\n                        \"name\": \"0x00008bc8\",\n                        \"node_type\": \"device\",\n                        \"timestamp\": \"Thu, 30 Sep 2021 06:31:34 GMT\",\n                        \"url_id\": \"jwd4mnAojBKkvRpE\"\n                    },\n                    {\n                        \"address\": \"0x0000e7cf\",\n                        \"name\": \"0x0000e7cf\",\n                        \"node_type\": \"device\",\n                        \"timestamp\": \"Mon, 20 Sep 2021 17:38:35 GMT\",\n                        \"url_id\": \"269yoDgw2GDvx8VW\"\n                    },\n                    {\n                        \"address\": \"0x0000e334\",\n                        \"name\": \"0x0000e334\",\n                        \"node_type\": \"device\",\n                        \"timestamp\": \"Mon, 20 Sep 2021 02:55:11 GMT\",\n                        \"url_id\": \"xzA1RL7lqoKr0alP\"\n                    },\n                    {\n                        \"address\": \"9e:e7:02:48:e3:34:35:c3\",\n                        \"name\": \"9e:e7:02:48:e3:34:35:c3\",\n                        \"node_type\": \"device\",\n                        \"timestamp\": \"Fri, 03 Sep 2021 12:32:31 GMT\",\n                        \"url_id\": \"ex4dankw8NnGANw8\"\n                    },\n                    {\n                        \"address\": \"0x00009ee7\",\n                        \"name\": \"0x00009ee7\",\n                        \"node_type\": \"device\",\n                        \"timestamp\": \"Mon, 30 Aug 2021 23:57:56 GMT\",\n                        \"url_id\": \"J3Gl4nJeZmDvBay8\"\n                    },\n                    {\n                        \"address\": \"0x0000abc8\",\n                        \"name\": \"0x0000abc8\",\n                        \"node_type\": \"device\",\n                        \"timestamp\": \"Sat, 14 Aug 2021 16:10:56 GMT\",\n                        \"url_id\": \"vY2p6nGy4NKJQ3bG\"\n                    }\n                ],\n                \"epid\": \"0x000092b5\",\n                \"first_seen\": \"2021-07-03T02:31:23.914827\",\n                \"last_seen\": \"2021-09-30T09:34:37.967545\",\n                \"latitude\": 37.8737247,\n                \"longitude\": -122.29971420000001,\n                \"name\": \"0x000092b5\",\n                \"protocols\": null,\n                \"seen_on\": [\n                    {\n                        \"longname\": \"Berkeley AIRSHIELD\",\n                        \"shortname\": \"Berkeley\",\n                        \"timestamp\": \"Thu, 30 Sep 2021 09:34:37 GMT\",\n                        \"url_id\": \"J3Gl4nJrjmnvBay8\"\n                    }\n                ]\n            },\n            {\n                \"altitude\": 0,\n                \"devices\": [\n                    {\n                        \"address\": \"0x00000edb\",\n                        \"name\": \"0x00000edb\",\n                        \"node_type\": \"device\",\n                        \"timestamp\": \"Fri, 01 Oct 2021 11:54:45 GMT\",\n                        \"url_id\": \"PaQVvDepZvKW8w0z\"\n                    }\n                ],\n                \"epid\": \"0x000073a4\",\n                \"first_seen\": \"2021-09-29T11:23:45.962279\",\n                \"last_seen\": \"2021-10-01T11:54:45.416787\",\n                \"latitude\": 37.8737247,\n                \"longitude\": -122.29971420000001,\n                \"name\": \"0x000073a4\",\n                \"protocols\": null,\n                \"seen_on\": [\n                    {\n                        \"longname\": \"Berkeley AIRSHIELD\",\n                        \"shortname\": \"Berkeley\",\n                        \"timestamp\": \"Fri, 01 Oct 2021 11:54:45 GMT\",\n                        \"url_id\": \"J3Gl4nJrjmnvBay8\"\n                    }\n                ]\n            },\n            {\n                \"altitude\": 0,\n                \"devices\": [\n                    {\n                        \"address\": \"0x0000ff5f\",\n                        \"name\": \"0x0000ff5f\",\n                        \"node_type\": \"device\",\n                        \"timestamp\": \"Sun, 05 Sep 2021 00:15:55 GMT\",\n                        \"url_id\": \"ex4dankw15nGANw8\"\n                    },\n                    {\n                        \"address\": \"0x0000fff8\",\n                        \"name\": \"0x0000fff8\",\n                        \"node_type\": \"device\",\n                        \"timestamp\": \"Mon, 30 Aug 2021 07:57:45 GMT\",\n                        \"url_id\": \"7E3e2DdV63LaVpjd\"\n                    },\n                    {\n                        \"address\": \"0x0000000c\",\n                        \"name\": \"0x0000000c\",\n                        \"node_type\": \"device\",\n                        \"timestamp\": \"Sat, 24 Jul 2021 01:34:01 GMT\",\n                        \"url_id\": \"bO3ZzDmYdMD4JR1y\"\n                    }\n                ],\n                \"epid\": \"0x00004f31\",\n                \"first_seen\": \"2021-05-05T17:29:17.819200\",\n                \"last_seen\": \"2021-10-02T00:32:58.919291\",\n                \"latitude\": 37.8737247,\n                \"longitude\": -122.29971420000001,\n                \"name\": \"0x00004f31\",\n                \"protocols\": [\n                    \"Zigbee\"\n                ],\n                \"seen_on\": [\n                    {\n                        \"longname\": \"Berkeley AIRSHIELD\",\n                        \"shortname\": \"Berkeley\",\n                        \"timestamp\": \"Sat, 02 Oct 2021 00:32:58 GMT\",\n                        \"url_id\": \"J3Gl4nJrjmnvBay8\"\n                    }\n                ]\n            }\n        ]\n    },\n    \"status\": \"success\"\n}"}],"_postman_id":"a01d00ff-b8a7-43a7-ab9f-e60c5c2ab5b1"},{"name":"LrWPAN Devices","id":"a8371923-a133-4e15-bec3-87feb9cedd85","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.802secure.net/apiv1/customer/lrwpan_devices","description":"<p>Returns a list of observed LrWPAN (802.15.4) devices and their network memberships.</p>\n","auth":{"type":"bearer","bearer":{"token":"access_token"},"isInherited":true,"source":{"_postman_id":"d8f119ea-2083-456b-8a58-29991b8becad","id":"d8f119ea-2083-456b-8a58-29991b8becad","name":"802 Secure/LOCH Customer API","type":"collection"}},"urlObject":{"path":["lrwpan_devices"],"host":["https://api.802secure.net/apiv1/customer"],"query":[],"variable":[]}},"response":[{"id":"52f58600-f99d-45d3-bb55-759c258e3376","name":"LrWPAN Devices","originalRequest":{"method":"GET","header":[],"url":"https://api.802secure.net/apiv1/customer/lrwpan_devices"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 13 Oct 2021 18:04:21 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"32761"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Set-Cookie","value":"session=43f4a056-a2fd-4c50-8768-0074ab1b9e05.HOdpiThSGqscW3HLxSeTicUHPeM; Expires=Wed, 13-Oct-2021 19:04:21 GMT; Secure; HttpOnly; Path=/"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"lrwpan_devices\": [\n            {\n                \"address\": \"00:1b:ad:07:0d:2f:5f:f6\",\n                \"device_tag\": \"\",\n                \"first_seen\": \"2021-04-13T23:22:45.243039\",\n                \"last_seen\": \"2021-07-16T23:56:29.229095\",\n                \"lat\": 37.8737247,\n                \"lon\": -122.29971420000001,\n                \"name\": \"00:1b:ad:07:0d:2f:5f:f6\",\n                \"networks\": [\n                    {\n                        \"name\": \"0x0000ffff\",\n                        \"timestamp\": \"Fri, 16 Jul 2021 23:56:29 GMT\",\n                        \"url_id\": \"42oQbKMYWlKBXzjV\"\n                    }\n                ],\n                \"protocols\": null,\n                \"seen_on\": [\n                    {\n                        \"longname\": \"Berkeley AIRSHIELD\",\n                        \"shortname\": \"Berkeley\",\n                        \"timestamp\": \"Fri, 16 Jul 2021 23:56:29 GMT\",\n                        \"url_id\": \"J3Gl4nJrjmnvBay8\"\n                    }\n                ],\n                \"vendor_tag\": \"\"\n            },\n            {\n                \"address\": \"00:1c:ad:07:ed:2f:5f:f6\",\n                \"device_tag\": \"\",\n                \"first_seen\": \"2021-07-17T13:10:37.280183\",\n                \"last_seen\": \"2021-07-17T13:10:34.041384\",\n                \"lat\": 37.8737247,\n                \"lon\": -122.29971420000001,\n                \"name\": \"00:1c:ad:07:ed:2f:5f:f6\",\n                \"networks\": [\n                    {\n                        \"name\": \"0x0000ffff\",\n                        \"timestamp\": \"Sat, 17 Jul 2021 13:10:34 GMT\",\n                        \"url_id\": \"42oQbKMYWlKBXzjV\"\n                    }\n                ],\n                \"protocols\": null,\n                \"seen_on\": [\n                    {\n                        \"longname\": \"Berkeley AIRSHIELD\",\n                        \"shortname\": \"Berkeley\",\n                        \"timestamp\": \"Sat, 17 Jul 2021 13:10:34 GMT\",\n                        \"url_id\": \"J3Gl4nJrjmnvBay8\"\n                    }\n                ],\n                \"vendor_tag\": \"\"\n            },\n            {\n                \"address\": \"00:1b:ad:07:bd:2f:5f:f6\",\n                \"device_tag\": \"\",\n                \"first_seen\": \"2021-07-20T16:00:28.450602\",\n                \"last_seen\": \"2021-07-20T15:59:25.158308\",\n                \"lat\": 37.8737247,\n                \"lon\": -122.29971420000001,\n                \"name\": \"00:1b:ad:07:bd:2f:5f:f6\",\n                \"networks\": [\n                    {\n                        \"name\": \"0x0000ffff\",\n                        \"timestamp\": \"Tue, 20 Jul 2021 15:59:25 GMT\",\n                        \"url_id\": \"42oQbKMYWlKBXzjV\"\n                    }\n                ],\n                \"protocols\": null,\n                \"seen_on\": [\n                    {\n                        \"longname\": \"Berkeley AIRSHIELD\",\n                        \"shortname\": \"Berkeley\",\n                        \"timestamp\": \"Tue, 20 Jul 2021 15:59:25 GMT\",\n                        \"url_id\": \"J3Gl4nJrjmnvBay8\"\n                    }\n                ],\n                \"vendor_tag\": \"\"\n            },\n            {\n                \"address\": \"08:07:06:05:04:03:05:01\",\n                \"device_tag\": \"\",\n                \"first_seen\": \"2021-07-20T21:54:24.444224\",\n                \"last_seen\": \"2021-07-20T21:54:09.443422\",\n                \"lat\": 37.8737247,\n                \"lon\": -122.29971420000001,\n                \"name\": \"08:07:06:05:04:03:05:01\",\n                \"networks\": [\n                    {\n                        \"name\": \"0x0000ffff\",\n                        \"timestamp\": \"Tue, 20 Jul 2021 21:54:09 GMT\",\n                        \"url_id\": \"42oQbKMYWlKBXzjV\"\n                    }\n                ],\n                \"protocols\": null,\n                \"seen_on\": [\n                    {\n                        \"longname\": \"Berkeley AIRSHIELD\",\n                        \"shortname\": \"Berkeley\",\n                        \"timestamp\": \"Tue, 20 Jul 2021 21:54:09 GMT\",\n                        \"url_id\": \"J3Gl4nJrjmnvBay8\"\n                    }\n                ],\n                \"vendor_tag\": \"\"\n            },\n            {\n                \"address\": \"00:1b:ad:05:ed:2f:5f:f6\",\n                \"device_tag\": \"\",\n                \"first_seen\": \"2021-07-21T14:29:15.245264\",\n                \"last_seen\": \"2021-07-21T14:28:42.064249\",\n                \"lat\": 37.8737247,\n                \"lon\": -122.29971420000001,\n                \"name\": \"00:1b:ad:05:ed:2f:5f:f6\",\n                \"networks\": [\n                    {\n                        \"name\": \"0x0000ffff\",\n                        \"timestamp\": \"Wed, 21 Jul 2021 14:28:42 GMT\",\n                        \"url_id\": \"42oQbKMYWlKBXzjV\"\n                    }\n                ],\n                \"protocols\": null,\n                \"seen_on\": [\n                    {\n                        \"longname\": \"Berkeley AIRSHIELD\",\n                        \"shortname\": \"Berkeley\",\n                        \"timestamp\": \"Wed, 21 Jul 2021 14:28:42 GMT\",\n                        \"url_id\": \"J3Gl4nJrjmnvBay8\"\n                    }\n                ],\n                \"vendor_tag\": \"\"\n            },\n            {\n                \"address\": \"00:1b:fd:07:ed:2f:5f:f6\",\n                \"device_tag\": \"\",\n                \"first_seen\": \"2021-07-21T19:05:09.631551\",\n                \"last_seen\": \"2021-07-21T19:04:08.078913\",\n                \"lat\": 37.8737247,\n                \"lon\": -122.29971420000001,\n                \"name\": \"00:1b:fd:07:ed:2f:5f:f6\",\n                \"networks\": [\n                    {\n                        \"name\": \"0x0000ffff\",\n                        \"timestamp\": \"Wed, 21 Jul 2021 19:04:08 GMT\",\n                        \"url_id\": \"42oQbKMYWlKBXzjV\"\n                    }\n                ],\n                \"protocols\": null,\n                \"seen_on\": [\n                    {\n                        \"longname\": \"Berkeley AIRSHIELD\",\n                        \"shortname\": \"Berkeley\",\n                        \"timestamp\": \"Wed, 21 Jul 2021 19:04:08 GMT\",\n                        \"url_id\": \"J3Gl4nJrjmnvBay8\"\n                    }\n                ],\n                \"vendor_tag\": \"\"\n            },\n            {\n                \"address\": \"08:08:06:05:04:03:02:01\",\n                \"device_tag\": \"\",\n                \"first_seen\": \"2021-07-22T04:31:00.088354\",\n                \"last_seen\": \"2021-07-22T04:30:01.852442\",\n                \"lat\": 37.8737247,\n                \"lon\": -122.29971420000001,\n                \"name\": \"08:08:06:05:04:03:02:01\",\n                \"networks\": [\n                    {\n                        \"name\": \"0x0000ffff\",\n                        \"timestamp\": \"Thu, 22 Jul 2021 04:30:01 GMT\",\n                        \"url_id\": \"42oQbKMYWlKBXzjV\"\n                    }\n                ],\n                \"protocols\": null,\n                \"seen_on\": [\n                    {\n                        \"longname\": \"Berkeley AIRSHIELD\",\n                        \"shortname\": \"Berkeley\",\n                        \"timestamp\": \"Thu, 22 Jul 2021 04:30:01 GMT\",\n                        \"url_id\": \"J3Gl4nJrjmnvBay8\"\n                    }\n                ],\n                \"vendor_tag\": \"\"\n            },\n            {\n                \"address\": \"08:07:66:05:04:03:02:01\",\n                \"device_tag\": \"\",\n                \"first_seen\": \"2021-07-23T11:27:36.460686\",\n                \"last_seen\": \"2021-07-23T11:27:03.738431\",\n                \"lat\": 37.8737247,\n                \"lon\": -122.29971420000001,\n                \"name\": \"08:07:66:05:04:03:02:01\",\n                \"networks\": [\n                    {\n                        \"name\": \"0x0000ffff\",\n                        \"timestamp\": \"Fri, 23 Jul 2021 11:27:03 GMT\",\n                        \"url_id\": \"42oQbKMYWlKBXzjV\"\n                    }\n                ],\n                \"protocols\": null,\n                \"seen_on\": [\n                    {\n                        \"longname\": \"Berkeley AIRSHIELD\",\n                        \"shortname\": \"Berkeley\",\n                        \"timestamp\": \"Fri, 23 Jul 2021 11:27:03 GMT\",\n                        \"url_id\": \"J3Gl4nJrjmnvBay8\"\n                    }\n                ],\n                \"vendor_tag\": \"\"\n            },\n            {\n                \"address\": \"04:07:06:05:04:03:02:01\",\n                \"device_tag\": \"\",\n                \"first_seen\": \"2021-07-23T17:01:43.661053\",\n                \"last_seen\": \"2021-07-23T17:00:46.575362\",\n                \"lat\": 37.8737247,\n                \"lon\": -122.29971420000001,\n                \"name\": \"04:07:06:05:04:03:02:01\",\n                \"networks\": [\n                    {\n                        \"name\": \"0x0000ffff\",\n                        \"timestamp\": \"Fri, 23 Jul 2021 17:00:46 GMT\",\n                        \"url_id\": \"42oQbKMYWlKBXzjV\"\n                    }\n                ],\n                \"protocols\": null,\n                \"seen_on\": [\n                    {\n                        \"longname\": \"Berkeley AIRSHIELD\",\n                        \"shortname\": \"Berkeley\",\n                        \"timestamp\": \"Fri, 23 Jul 2021 17:00:46 GMT\",\n                        \"url_id\": \"J3Gl4nJrjmnvBay8\"\n                    }\n                ],\n                \"vendor_tag\": \"\"\n            },\n            {\n                \"address\": \"0x0000000c\",\n                \"device_tag\": \"\",\n                \"first_seen\": \"2021-07-24T01:34:46.051166\",\n                \"last_seen\": \"2021-07-24T01:34:01.194611\",\n                \"lat\": 37.8737247,\n                \"lon\": -122.29971420000001,\n                \"name\": \"0x0000000c\",\n                \"networks\": [\n                    {\n                        \"name\": \"0x00004f31\",\n                        \"timestamp\": \"Sat, 24 Jul 2021 01:34:01 GMT\",\n                        \"url_id\": \"Nb41kKwYmRnzZogP\"\n                    }\n                ],\n                \"protocols\": null,\n                \"seen_on\": [\n                    {\n                        \"longname\": \"Berkeley AIRSHIELD\",\n                        \"shortname\": \"Berkeley\",\n                        \"timestamp\": \"Sat, 24 Jul 2021 01:34:01 GMT\",\n                        \"url_id\": \"J3Gl4nJrjmnvBay8\"\n                    }\n                ],\n                \"vendor_tag\": \"\"\n            },\n            {\n                \"address\": \"00:1b:ad:07:eb:2f:5f:f6\",\n                \"device_tag\": \"\",\n                \"first_seen\": \"2021-07-24T11:51:24.509057\",\n                \"last_seen\": \"2021-07-24T11:51:04.172156\",\n                \"lat\": 37.8737247,\n                \"lon\": -122.29971420000001,\n                \"name\": \"00:1b:ad:07:eb:2f:5f:f6\",\n                \"networks\": [\n                    {\n                        \"name\": \"0x0000ffff\",\n                        \"timestamp\": \"Sat, 24 Jul 2021 11:51:04 GMT\",\n                        \"url_id\": \"42oQbKMYWlKBXzjV\"\n                    }\n                ],\n                \"protocols\": null,\n                \"seen_on\": [\n                    {\n                        \"longname\": \"Berkeley AIRSHIELD\",\n                        \"shortname\": \"Berkeley\",\n                        \"timestamp\": \"Sat, 24 Jul 2021 11:51:04 GMT\",\n                        \"url_id\": \"J3Gl4nJrjmnvBay8\"\n                    }\n                ],\n                \"vendor_tag\": \"\"\n            },\n            {\n                \"address\": \"08:07:06:05:34:03:02:01\",\n                \"device_tag\": \"\",\n                \"first_seen\": \"2021-07-24T11:51:24.414862\",\n                \"last_seen\": \"2021-07-24T11:51:04.172156\",\n                \"lat\": 37.8737247,\n                \"lon\": -122.29971420000001,\n                \"name\": \"08:07:06:05:34:03:02:01\",\n                \"networks\": [\n                    {\n                        \"name\": \"0x0000ffff\",\n                        \"timestamp\": \"Sat, 24 Jul 2021 11:51:04 GMT\",\n                        \"url_id\": \"42oQbKMYWlKBXzjV\"\n                    }\n                ],\n                \"protocols\": null,\n                \"seen_on\": [\n                    {\n                        \"longname\": \"Berkeley AIRSHIELD\",\n                        \"shortname\": \"Berkeley\",\n                        \"timestamp\": \"Sat, 24 Jul 2021 11:51:04 GMT\",\n                        \"url_id\": \"J3Gl4nJrjmnvBay8\"\n                    }\n                ],\n                \"vendor_tag\": \"\"\n            },\n            {\n                \"address\": \"08:07:06:05:54:03:02:01\",\n                \"device_tag\": \"\",\n                \"first_seen\": \"2021-07-24T15:58:12.620695\",\n                \"last_seen\": \"2021-07-24T15:57:30.235528\",\n                \"lat\": 37.8737247,\n                \"lon\": -122.29971420000001,\n                \"name\": \"08:07:06:05:54:03:02:01\",\n                \"networks\": [\n                    {\n                        \"name\": \"0x0000ffff\",\n                        \"timestamp\": \"Sat, 24 Jul 2021 15:57:30 GMT\",\n                        \"url_id\": \"42oQbKMYWlKBXzjV\"\n                    }\n                ],\n                \"protocols\": null,\n                \"seen_on\": [\n                    {\n                        \"longname\": \"Berkeley AIRSHIELD\",\n                        \"shortname\": \"Berkeley\",\n                        \"timestamp\": \"Sat, 24 Jul 2021 15:57:30 GMT\",\n                        \"url_id\": \"J3Gl4nJrjmnvBay8\"\n                    }\n                ],\n                \"vendor_tag\": \"\"\n            },\n            {\n                \"address\": \"00:1b:ad:01:ed:2f:5f:f6\",\n                \"device_tag\": \"\",\n                \"first_seen\": \"2021-07-24T22:40:55.177204\",\n                \"last_seen\": \"2021-07-24T22:39:52.963335\",\n                \"lat\": 37.8737247,\n                \"lon\": -122.29971420000001,\n                \"name\": \"00:1b:ad:01:ed:2f:5f:f6\",\n                \"networks\": [\n                    {\n                        \"name\": \"0x0000ffff\",\n                        \"timestamp\": \"Sat, 24 Jul 2021 22:39:52 GMT\",\n                        \"url_id\": \"42oQbKMYWlKBXzjV\"\n                    }\n                ],\n                \"protocols\": null,\n                \"seen_on\": [\n                    {\n                        \"longname\": \"Berkeley AIRSHIELD\",\n                        \"shortname\": \"Berkeley\",\n                        \"timestamp\": \"Sat, 24 Jul 2021 22:39:52 GMT\",\n                        \"url_id\": \"J3Gl4nJrjmnvBay8\"\n                    }\n                ],\n                \"vendor_tag\": \"\"\n            },\n            {\n                \"address\": \"00:1b:ad:07:ed:2f:2f:f6\",\n                \"device_tag\": \"\",\n                \"first_seen\": \"2021-07-24T22:47:12.370749\",\n                \"last_seen\": \"2021-07-24T22:46:25.354230\",\n                \"lat\": 37.8737247,\n                \"lon\": -122.29971420000001,\n                \"name\": \"00:1b:ad:07:ed:2f:2f:f6\",\n                \"networks\": [\n                    {\n                        \"name\": \"0x0000ffff\",\n                        \"timestamp\": \"Sat, 24 Jul 2021 22:46:25 GMT\",\n                        \"url_id\": \"42oQbKMYWlKBXzjV\"\n                    }\n                ],\n                \"protocols\": null,\n                \"seen_on\": [\n                    {\n                        \"longname\": \"Berkeley AIRSHIELD\",\n                        \"shortname\": \"Berkeley\",\n                        \"timestamp\": \"Sat, 24 Jul 2021 22:46:25 GMT\",\n                        \"url_id\": \"J3Gl4nJrjmnvBay8\"\n                    }\n                ],\n                \"vendor_tag\": \"\"\n            },\n            {\n                \"address\": \"0x0000261c\",\n                \"device_tag\": \"\",\n                \"first_seen\": \"2021-07-09T14:04:31.486129\",\n                \"last_seen\": \"2021-07-27T15:05:29.836678\",\n                \"lat\": 37.8737247,\n                \"lon\": -122.29971420000001,\n                \"name\": \"0x0000261c\",\n                \"networks\": [\n                    {\n                        \"name\": \"0x00004428\",\n                        \"timestamp\": \"Tue, 27 Jul 2021 15:05:29 GMT\",\n                        \"url_id\": \"rqzGoDEX99KOemXZ\"\n                    }\n                ],\n                \"protocols\": null,\n                \"seen_on\": [\n                    {\n                        \"longname\": \"Berkeley AIRSHIELD\",\n                        \"shortname\": \"Berkeley\",\n                        \"timestamp\": \"Tue, 27 Jul 2021 15:05:29 GMT\",\n                        \"url_id\": \"J3Gl4nJrjmnvBay8\"\n                    }\n                ],\n                \"vendor_tag\": \"\"\n            },\n            {\n                \"address\": \"00:1b:ad:00:ed:2f:5f:f6\",\n                \"device_tag\": \"\",\n                \"first_seen\": \"2021-07-28T02:19:32.723949\",\n                \"last_seen\": \"2021-07-28T02:19:23.558319\",\n                \"lat\": 37.8737247,\n                \"lon\": -122.29971420000001,\n                \"name\": \"00:1b:ad:00:ed:2f:5f:f6\",\n                \"networks\": [\n                    {\n                        \"name\": \"0x0000ffff\",\n                        \"timestamp\": \"Wed, 28 Jul 2021 02:19:23 GMT\",\n                        \"url_id\": \"42oQbKMYWlKBXzjV\"\n                    }\n                ],\n                \"protocols\": null,\n                \"seen_on\": [\n                    {\n                        \"longname\": \"Berkeley AIRSHIELD\",\n                        \"shortname\": \"Berkeley\",\n                        \"timestamp\": \"Wed, 28 Jul 2021 02:19:23 GMT\",\n                        \"url_id\": \"J3Gl4nJrjmnvBay8\"\n                    }\n                ],\n                \"vendor_tag\": \"\"\n            },\n            {\n                \"address\": \"00:1b:ad:07:e9:2f:5f:f6\",\n                \"device_tag\": \"\",\n                \"first_seen\": \"2021-08-08T11:07:07.901556\",\n                \"last_seen\": \"2021-08-08T11:06:11.055093\",\n                \"lat\": 37.8737247,\n                \"lon\": -122.29971420000001,\n                \"name\": \"00:1b:ad:07:e9:2f:5f:f6\",\n                \"networks\": [\n                    {\n                        \"name\": \"0x0000ffff\",\n                        \"timestamp\": \"Sun, 08 Aug 2021 11:06:11 GMT\",\n                        \"url_id\": \"42oQbKMYWlKBXzjV\"\n                    }\n                ],\n                \"protocols\": null,\n                \"seen_on\": [\n                    {\n                        \"longname\": \"Berkeley AIRSHIELD\",\n                        \"shortname\": \"Berkeley\",\n                        \"timestamp\": \"Sun, 08 Aug 2021 11:06:11 GMT\",\n                        \"url_id\": \"J3Gl4nJrjmnvBay8\"\n                    }\n                ],\n                \"vendor_tag\": \"\"\n            },\n            {\n                \"address\": \"08:07:06:0c:04:03:02:01\",\n                \"device_tag\": \"\",\n                \"first_seen\": \"2021-08-09T02:28:10.918651\",\n                \"last_seen\": \"2021-08-09T02:27:56.180335\",\n                \"lat\": 37.8737247,\n                \"lon\": -122.29971420000001,\n                \"name\": \"08:07:06:0c:04:03:02:01\",\n                \"networks\": [\n                    {\n                        \"name\": \"0x0000ffff\",\n                        \"timestamp\": \"Mon, 09 Aug 2021 02:27:56 GMT\",\n                        \"url_id\": \"42oQbKMYWlKBXzjV\"\n                    }\n                ],\n                \"protocols\": null,\n                \"seen_on\": [\n                    {\n                        \"longname\": \"Berkeley AIRSHIELD\",\n                        \"shortname\": \"Berkeley\",\n                        \"timestamp\": \"Mon, 09 Aug 2021 02:27:56 GMT\",\n                        \"url_id\": \"J3Gl4nJrjmnvBay8\"\n                    }\n                ],\n                \"vendor_tag\": \"\"\n            },\n            {\n                \"address\": \"00:1b:ab:07:ed:2f:5f:f6\",\n                \"device_tag\": \"\",\n                \"first_seen\": \"2021-08-09T06:20:10.537946\",\n                \"last_seen\": \"2021-08-09T06:19:47.498590\",\n                \"lat\": 37.8737247,\n                \"lon\": -122.29971420000001,\n                \"name\": \"00:1b:ab:07:ed:2f:5f:f6\",\n                \"networks\": [\n                    {\n                        \"name\": \"0x0000ffff\",\n                        \"timestamp\": \"Mon, 09 Aug 2021 06:19:47 GMT\",\n                        \"url_id\": \"42oQbKMYWlKBXzjV\"\n                    }\n                ],\n                \"protocols\": null,\n                \"seen_on\": [\n                    {\n                        \"longname\": \"Berkeley AIRSHIELD\",\n                        \"shortname\": \"Berkeley\",\n                        \"timestamp\": \"Mon, 09 Aug 2021 06:19:47 GMT\",\n                        \"url_id\": \"J3Gl4nJrjmnvBay8\"\n                    }\n                ],\n                \"vendor_tag\": \"\"\n            },\n            {\n                \"address\": \"f6:44:28:08:07:06:05:04\",\n                \"device_tag\": \"\",\n                \"first_seen\": \"2021-01-30T01:04:24.676326\",\n                \"last_seen\": \"2021-08-09T20:59:58.880512\",\n                \"lat\": 37.8737247,\n                \"lon\": -122.29971420000001,\n                \"name\": \"f6:44:28:08:07:06:05:04\",\n                \"networks\": [\n                    {\n                        \"name\": \"0x0000ffb7\",\n                        \"timestamp\": \"Mon, 09 Aug 2021 20:59:58 GMT\",\n                        \"url_id\": \"Q5N89KXJJNnv1XwG\"\n                    },\n                    {\n                        \"name\": \"0x0000ffaf\",\n                        \"timestamp\": \"Sat, 30 Jan 2021 01:04:07 GMT\",\n                        \"url_id\": \"8XvG2K6O9EDqAkw0\"\n                    }\n                ],\n                \"protocols\": null,\n                \"seen_on\": [\n                    {\n                        \"longname\": \"Berkeley AIRSHIELD\",\n                        \"shortname\": \"Berkeley\",\n                        \"timestamp\": \"Mon, 09 Aug 2021 20:59:58 GMT\",\n                        \"url_id\": \"J3Gl4nJrjmnvBay8\"\n                    }\n                ],\n                \"vendor_tag\": \"\"\n            },\n            {\n                \"address\": \"0x000001ff\",\n                \"device_tag\": \"\",\n                \"first_seen\": \"2021-01-30T01:04:24.611207\",\n                \"last_seen\": \"2021-08-09T20:59:58.880512\",\n                \"lat\": 37.8737247,\n                \"lon\": -122.29971420000001,\n                \"name\": \"0x000001ff\",\n                \"networks\": [\n                    {\n                        \"name\": \"0x0000ffb7\",\n                        \"timestamp\": \"Mon, 09 Aug 2021 20:59:58 GMT\",\n                        \"url_id\": \"Q5N89KXJJNnv1XwG\"\n                    },\n                    {\n                        \"name\": \"0x0000ffaf\",\n                        \"timestamp\": \"Sat, 30 Jan 2021 01:04:07 GMT\",\n                        \"url_id\": \"8XvG2K6O9EDqAkw0\"\n                    }\n                ],\n                \"protocols\": null,\n                \"seen_on\": [\n                    {\n                        \"longname\": \"Berkeley AIRSHIELD\",\n                        \"shortname\": \"Berkeley\",\n                        \"timestamp\": \"Mon, 09 Aug 2021 20:59:58 GMT\",\n                        \"url_id\": \"J3Gl4nJrjmnvBay8\"\n                    }\n                ],\n                \"vendor_tag\": \"\"\n            },\n            {\n                \"address\": \"08:07:06:95:04:03:02:01\",\n                \"device_tag\": \"\",\n                \"first_seen\": \"2021-08-10T00:54:56.769097\",\n                \"last_seen\": \"2021-08-10T00:54:16.140139\",\n                \"lat\": 37.8737247,\n                \"lon\": -122.29971420000001,\n                \"name\": \"08:07:06:95:04:03:02:01\",\n                \"networks\": [\n                    {\n                        \"name\": \"0x0000ffff\",\n                        \"timestamp\": \"Tue, 10 Aug 2021 00:54:16 GMT\",\n                        \"url_id\": \"42oQbKMYWlKBXzjV\"\n                    }\n                ],\n                \"protocols\": null,\n                \"seen_on\": [\n                    {\n                        \"longname\": \"Berkeley AIRSHIELD\",\n                        \"shortname\": \"Berkeley\",\n                        \"timestamp\": \"Tue, 10 Aug 2021 00:54:16 GMT\",\n                        \"url_id\": \"J3Gl4nJrjmnvBay8\"\n                    }\n                ],\n                \"vendor_tag\": \"\"\n            },\n            {\n                \"address\": \"00:1b:ad:07:ed:2a:5f:f6\",\n                \"device_tag\": \"\",\n                \"first_seen\": \"2021-08-10T00:55:59.138671\",\n                \"last_seen\": \"2021-08-10T00:55:56.994720\",\n                \"lat\": 37.8737247,\n                \"lon\": -122.29971420000001,\n                \"name\": \"00:1b:ad:07:ed:2a:5f:f6\",\n                \"networks\": [\n                    {\n                        \"name\": \"0x0000ffff\",\n                        \"timestamp\": \"Tue, 10 Aug 2021 00:55:56 GMT\",\n                        \"url_id\": \"42oQbKMYWlKBXzjV\"\n                    }\n                ],\n                \"protocols\": null,\n                \"seen_on\": [\n                    {\n                        \"longname\": \"Berkeley AIRSHIELD\",\n                        \"shortname\": \"Berkeley\",\n                        \"timestamp\": \"Tue, 10 Aug 2021 00:55:56 GMT\",\n                        \"url_id\": \"J3Gl4nJrjmnvBay8\"\n                    }\n                ],\n                \"vendor_tag\": \"\"\n            },\n            {\n                \"address\": \"08:07:04:05:04:03:02:01\",\n                \"device_tag\": \"\",\n                \"first_seen\": \"2021-08-10T03:42:52.524791\",\n                \"last_seen\": \"2021-08-10T03:42:34.739328\",\n                \"lat\": 37.8737247,\n                \"lon\": -122.29971420000001,\n                \"name\": \"08:07:04:05:04:03:02:01\",\n                \"networks\": [\n                    {\n                        \"name\": \"0x0000ffff\",\n                        \"timestamp\": \"Tue, 10 Aug 2021 03:42:34 GMT\",\n                        \"url_id\": \"42oQbKMYWlKBXzjV\"\n                    }\n                ],\n                \"protocols\": null,\n                \"seen_on\": [\n                    {\n                        \"longname\": \"Berkeley AIRSHIELD\",\n                        \"shortname\": \"Berkeley\",\n                        \"timestamp\": \"Tue, 10 Aug 2021 03:42:34 GMT\",\n                        \"url_id\": \"J3Gl4nJrjmnvBay8\"\n                    }\n                ],\n                \"vendor_tag\": \"\"\n            },\n            {\n                \"address\": \"08:57:06:05:04:03:02:01\",\n                \"device_tag\": \"\",\n                \"first_seen\": \"2021-08-11T18:02:30.435132\",\n                \"last_seen\": \"2021-08-11T18:02:23.859960\",\n                \"lat\": 37.8737247,\n                \"lon\": -122.29971420000001,\n                \"name\": \"08:57:06:05:04:03:02:01\",\n                \"networks\": [\n                    {\n                        \"name\": \"0x0000ffff\",\n                        \"timestamp\": \"Wed, 11 Aug 2021 18:02:23 GMT\",\n                        \"url_id\": \"42oQbKMYWlKBXzjV\"\n                    }\n                ],\n                \"protocols\": null,\n                \"seen_on\": [\n                    {\n                        \"longname\": \"Berkeley AIRSHIELD\",\n                        \"shortname\": \"Berkeley\",\n                        \"timestamp\": \"Wed, 11 Aug 2021 18:02:23 GMT\",\n                        \"url_id\": \"J3Gl4nJrjmnvBay8\"\n                    }\n                ],\n                \"vendor_tag\": \"\"\n            },\n            {\n                \"address\": \"00:1b:ad:b7:ed:2f:5f:f6\",\n                \"device_tag\": \"\",\n                \"first_seen\": \"2021-08-12T11:44:40.072561\",\n                \"last_seen\": \"2021-08-12T11:44:21.783224\",\n                \"lat\": 37.8737247,\n                \"lon\": -122.29971420000001,\n                \"name\": \"00:1b:ad:b7:ed:2f:5f:f6\",\n                \"networks\": [\n                    {\n                        \"name\": \"0x0000ffff\",\n                        \"timestamp\": \"Thu, 12 Aug 2021 11:44:21 GMT\",\n                        \"url_id\": \"42oQbKMYWlKBXzjV\"\n                    }\n                ],\n                \"protocols\": null,\n                \"seen_on\": [\n                    {\n                        \"longname\": \"Berkeley AIRSHIELD\",\n                        \"shortname\": \"Berkeley\",\n                        \"timestamp\": \"Thu, 12 Aug 2021 11:44:21 GMT\",\n                        \"url_id\": \"J3Gl4nJrjmnvBay8\"\n                    }\n                ],\n                \"vendor_tag\": \"\"\n            },\n            {\n                \"address\": \"05:1b:ad:07:ed:2f:5f:f6\",\n                \"device_tag\": \"\",\n                \"first_seen\": \"2021-08-12T11:44:39.681758\",\n                \"last_seen\": \"2021-08-12T11:44:21.785421\",\n                \"lat\": 37.8737247,\n                \"lon\": -122.29971420000001,\n                \"name\": \"05:1b:ad:07:ed:2f:5f:f6\",\n                \"networks\": [\n                    {\n                        \"name\": \"0x0000ffff\",\n                        \"timestamp\": \"Thu, 12 Aug 2021 11:44:21 GMT\",\n                        \"url_id\": \"42oQbKMYWlKBXzjV\"\n                    }\n                ],\n                \"protocols\": null,\n                \"seen_on\": [\n                    {\n                        \"longname\": \"Berkeley AIRSHIELD\",\n                        \"shortname\": \"Berkeley\",\n                        \"timestamp\": \"Thu, 12 Aug 2021 11:44:21 GMT\",\n                        \"url_id\": \"J3Gl4nJrjmnvBay8\"\n                    }\n                ],\n                \"vendor_tag\": \"\"\n            },\n            {\n                \"address\": \"0x0000abc8\",\n                \"device_tag\": \"\",\n                \"first_seen\": \"2021-08-14T16:11:52.536008\",\n                \"last_seen\": \"2021-08-14T16:10:56.907496\",\n                \"lat\": 37.8737247,\n                \"lon\": -122.29971420000001,\n                \"name\": \"0x0000abc8\",\n                \"networks\": [\n                    {\n                        \"name\": \"0x000092b5\",\n                        \"timestamp\": \"Sat, 14 Aug 2021 16:10:56 GMT\",\n                        \"url_id\": \"xzA1RL7MrADr0alP\"\n                    }\n                ],\n                \"protocols\": null,\n                \"seen_on\": [\n                    {\n                        \"longname\": \"Berkeley AIRSHIELD\",\n                        \"shortname\": \"Berkeley\",\n                        \"timestamp\": \"Sat, 14 Aug 2021 16:10:56 GMT\",\n                        \"url_id\": \"J3Gl4nJrjmnvBay8\"\n                    }\n                ],\n                \"vendor_tag\": \"\"\n            },\n            {\n                \"address\": \"08:07:a6:05:04:03:02:01\",\n                \"device_tag\": \"\",\n                \"first_seen\": \"2021-08-15T15:21:50.652466\",\n                \"last_seen\": \"2021-08-15T15:21:48.607169\",\n                \"lat\": 37.8737247,\n                \"lon\": -122.29971420000001,\n                \"name\": \"08:07:a6:05:04:03:02:01\",\n                \"networks\": [\n                    {\n                        \"name\": \"0x0000ffff\",\n                        \"timestamp\": \"Sun, 15 Aug 2021 15:21:48 GMT\",\n                        \"url_id\": \"42oQbKMYWlKBXzjV\"\n                    }\n                ],\n                \"protocols\": null,\n                \"seen_on\": [\n                    {\n                        \"longname\": \"Berkeley AIRSHIELD\",\n                        \"shortname\": \"Berkeley\",\n                        \"timestamp\": \"Sun, 15 Aug 2021 15:21:48 GMT\",\n                        \"url_id\": \"J3Gl4nJrjmnvBay8\"\n                    }\n                ],\n                \"vendor_tag\": \"\"\n            },\n            {\n                \"address\": \"0x00005ff6\",\n                \"device_tag\": \"\",\n                \"first_seen\": \"2021-04-12T22:34:13.537817\",\n                \"last_seen\": \"2021-08-15T15:21:48.607169\",\n                \"lat\": 37.8737247,\n                \"lon\": -122.29971420000001,\n                \"name\": \"0x00005ff6\",\n                \"networks\": [\n                    {\n                        \"name\": \"0x0000ffff\",\n                        \"timestamp\": \"Sun, 15 Aug 2021 15:21:48 GMT\",\n                        \"url_id\": \"42oQbKMYWlKBXzjV\"\n                    },\n                    {\n                        \"name\": \"0x0000f5ff\",\n                        \"timestamp\": \"Mon, 12 Apr 2021 22:33:12 GMT\",\n                        \"url_id\": \"dBbW5npk4wDJ319q\"\n                    }\n                ],\n                \"protocols\": null,\n                \"seen_on\": [\n                    {\n                        \"longname\": \"Berkeley AIRSHIELD\",\n                        \"shortname\": \"Berkeley\",\n                        \"timestamp\": \"Sun, 15 Aug 2021 15:21:48 GMT\",\n                        \"url_id\": \"J3Gl4nJrjmnvBay8\"\n                    }\n                ],\n                \"vendor_tag\": \"\"\n            },\n            {\n                \"address\": \"0x0000fff8\",\n                \"device_tag\": \"\",\n                \"first_seen\": \"2021-08-30T07:57:56.610627\",\n                \"last_seen\": \"2021-08-30T07:57:45.762171\",\n                \"lat\": 37.8737247,\n                \"lon\": -122.29971420000001,\n                \"name\": \"0x0000fff8\",\n                \"networks\": [\n                    {\n                        \"name\": \"0x00004f31\",\n                        \"timestamp\": \"Mon, 30 Aug 2021 07:57:45 GMT\",\n                        \"url_id\": \"Nb41kKwYmRnzZogP\"\n                    }\n                ],\n                \"protocols\": null,\n                \"seen_on\": [\n                    {\n                        \"longname\": \"Berkeley AIRSHIELD\",\n                        \"shortname\": \"Berkeley\",\n                        \"timestamp\": \"Mon, 30 Aug 2021 07:57:45 GMT\",\n                        \"url_id\": \"J3Gl4nJrjmnvBay8\"\n                    }\n                ],\n                \"vendor_tag\": \"\"\n            },\n            {\n                \"address\": \"00:1b:ad:07:ed:2f:5f:66\",\n                \"device_tag\": \"\",\n                \"first_seen\": \"2021-03-03T19:28:59.016444\",\n                \"last_seen\": \"2021-08-30T12:16:07.348315\",\n                \"lat\": 37.8737247,\n                \"lon\": -122.29971420000001,\n                \"name\": \"00:1b:ad:07:ed:2f:5f:66\",\n                \"networks\": [\n                    {\n                        \"name\": \"0x0000ffff\",\n                        \"timestamp\": \"Mon, 30 Aug 2021 12:16:07 GMT\",\n                        \"url_id\": \"42oQbKMYWlKBXzjV\"\n                    }\n                ],\n                \"protocols\": null,\n                \"seen_on\": [\n                    {\n                        \"longname\": \"Berkeley AIRSHIELD\",\n                        \"shortname\": \"Berkeley\",\n                        \"timestamp\": \"Mon, 30 Aug 2021 12:16:07 GMT\",\n                        \"url_id\": \"J3Gl4nJrjmnvBay8\"\n                    }\n                ],\n                \"vendor_tag\": \"\"\n            },\n            {\n                \"address\": \"00:1b:ad:27:ed:2f:5f:f6\",\n                \"device_tag\": \"\",\n                \"first_seen\": \"2021-08-30T21:47:18.906514\",\n                \"last_seen\": \"2021-08-30T21:47:13.728704\",\n                \"lat\": 37.8737247,\n                \"lon\": -122.29971420000001,\n                \"name\": \"00:1b:ad:27:ed:2f:5f:f6\",\n                \"networks\": [\n                    {\n                        \"name\": \"0x0000ffff\",\n                        \"timestamp\": \"Mon, 30 Aug 2021 21:47:13 GMT\",\n                        \"url_id\": \"42oQbKMYWlKBXzjV\"\n                    }\n                ],\n                \"protocols\": null,\n                \"seen_on\": [\n                    {\n                        \"longname\": \"Berkeley AIRSHIELD\",\n                        \"shortname\": \"Berkeley\",\n                        \"timestamp\": \"Mon, 30 Aug 2021 21:47:13 GMT\",\n                        \"url_id\": \"J3Gl4nJrjmnvBay8\"\n                    }\n                ],\n                \"vendor_tag\": \"\"\n            },\n            {\n                \"address\": \"0x00009ee7\",\n                \"device_tag\": \"\",\n                \"first_seen\": \"2021-07-03T12:36:28.141426\",\n                \"last_seen\": \"2021-08-30T23:57:56.608107\",\n                \"lat\": 37.8737247,\n                \"lon\": -122.29971420000001,\n                \"name\": \"0x00009ee7\",\n                \"networks\": [\n                    {\n                        \"name\": \"0x000092b5\",\n                        \"timestamp\": \"Mon, 30 Aug 2021 23:57:56 GMT\",\n                        \"url_id\": \"xzA1RL7MrADr0alP\"\n                    }\n                ],\n                \"protocols\": null,\n                \"seen_on\": [\n                    {\n                        \"longname\": \"Berkeley AIRSHIELD\",\n                        \"shortname\": \"Berkeley\",\n                        \"timestamp\": \"Mon, 30 Aug 2021 23:57:56 GMT\",\n                        \"url_id\": \"J3Gl4nJrjmnvBay8\"\n                    }\n                ],\n                \"vendor_tag\": \"\"\n            },\n            {\n                \"address\": \"07:06:05:04:03:02:01:ff\",\n                \"device_tag\": \"\",\n                \"first_seen\": \"2021-09-03T12:09:21.760256\",\n                \"last_seen\": \"2021-09-03T12:08:24.043198\",\n                \"lat\": 37.8737247,\n                \"lon\": -122.29971420000001,\n                \"name\": \"07:06:05:04:03:02:01:ff\",\n                \"networks\": [\n                    {\n                        \"name\": \"0x0000fb88\",\n                        \"timestamp\": \"Fri, 03 Sep 2021 12:08:24 GMT\",\n                        \"url_id\": \"NBVWpnvNbzneo1JM\"\n                    }\n                ],\n                \"protocols\": null,\n                \"seen_on\": [\n                    {\n                        \"longname\": \"Berkeley AIRSHIELD\",\n                        \"shortname\": \"Berkeley\",\n                        \"timestamp\": \"Fri, 03 Sep 2021 12:08:24 GMT\",\n                        \"url_id\": \"J3Gl4nJrjmnvBay8\"\n                    }\n                ],\n                \"vendor_tag\": \"\"\n            },\n            {\n                \"address\": \"9e:e7:02:48:e3:34:35:c3\",\n                \"device_tag\": \"\",\n                \"first_seen\": \"2021-09-03T12:33:24.132072\",\n                \"last_seen\": \"2021-09-03T12:32:31.215176\",\n                \"lat\": 37.8737247,\n                \"lon\": -122.29971420000001,\n                \"name\": \"9e:e7:02:48:e3:34:35:c3\",\n                \"networks\": [\n                    {\n                        \"name\": \"0x000092b5\",\n                        \"timestamp\": \"Fri, 03 Sep 2021 12:32:31 GMT\",\n                        \"url_id\": \"xzA1RL7MrADr0alP\"\n                    }\n                ],\n                \"protocols\": null,\n                \"seen_on\": [\n                    {\n                        \"longname\": \"Berkeley AIRSHIELD\",\n                        \"shortname\": \"Berkeley\",\n                        \"timestamp\": \"Fri, 03 Sep 2021 12:32:31 GMT\",\n                        \"url_id\": \"J3Gl4nJrjmnvBay8\"\n                    }\n                ],\n                \"vendor_tag\": \"\"\n            },\n            {\n                \"address\": \"0x00003c0f\",\n                \"device_tag\": \"\",\n                \"first_seen\": \"2021-09-04T03:52:51.581745\",\n                \"last_seen\": \"2021-09-04T03:52:19.215950\",\n                \"lat\": 37.8737247,\n                \"lon\": -122.29971420000001,\n                \"name\": \"0x00003c0f\",\n                \"networks\": [\n                    {\n                        \"name\": \"0x00007454\",\n                        \"timestamp\": \"Sat, 04 Sep 2021 03:52:19 GMT\",\n                        \"url_id\": \"m9PBZDaRwGn7Rxwl\"\n                    }\n                ],\n                \"protocols\": null,\n                \"seen_on\": [\n                    {\n                        \"longname\": \"Berkeley AIRSHIELD\",\n                        \"shortname\": \"Berkeley\",\n                        \"timestamp\": \"Sat, 04 Sep 2021 03:52:19 GMT\",\n                        \"url_id\": \"J3Gl4nJrjmnvBay8\"\n                    }\n                ],\n                \"vendor_tag\": \"\"\n            },\n            {\n                \"address\": \"0x000072c2\",\n                \"device_tag\": \"\",\n                \"first_seen\": \"2021-09-04T05:04:35.785656\",\n                \"last_seen\": \"2021-09-04T05:06:13.414079\",\n                \"lat\": 37.8737247,\n                \"lon\": -122.29971420000001,\n                \"name\": \"0x000072c2\",\n                \"networks\": [\n                    {\n                        \"name\": \"0x00007454\",\n                        \"timestamp\": \"Sat, 04 Sep 2021 05:06:13 GMT\",\n                        \"url_id\": \"m9PBZDaRwGn7Rxwl\"\n                    }\n                ],\n                \"protocols\": null,\n                \"seen_on\": [\n                    {\n                        \"longname\": \"Berkeley AIRSHIELD\",\n                        \"shortname\": \"Berkeley\",\n                        \"timestamp\": \"Sat, 04 Sep 2021 05:06:13 GMT\",\n                        \"url_id\": \"J3Gl4nJrjmnvBay8\"\n                    }\n                ],\n                \"vendor_tag\": \"\"\n            },\n            {\n                \"address\": \"0x0000ab29\",\n                \"device_tag\": \"\",\n                \"first_seen\": \"2021-09-04T13:34:32.943180\",\n                \"last_seen\": \"2021-09-04T13:33:30.641265\",\n                \"lat\": 37.8737247,\n                \"lon\": -122.29971420000001,\n                \"name\": \"0x0000ab29\",\n                \"networks\": [\n                    {\n                        \"name\": \"0x00007454\",\n                        \"timestamp\": \"Sat, 04 Sep 2021 13:33:30 GMT\",\n                        \"url_id\": \"m9PBZDaRwGn7Rxwl\"\n                    }\n                ],\n                \"protocols\": null,\n                \"seen_on\": [\n                    {\n                        \"longname\": \"Berkeley AIRSHIELD\",\n                        \"shortname\": \"Berkeley\",\n                        \"timestamp\": \"Sat, 04 Sep 2021 13:33:30 GMT\",\n                        \"url_id\": \"J3Gl4nJrjmnvBay8\"\n                    }\n                ],\n                \"vendor_tag\": \"\"\n            },\n            {\n                \"address\": \"0x0000ff5f\",\n                \"device_tag\": \"\",\n                \"first_seen\": \"2021-09-05T00:16:50.325484\",\n                \"last_seen\": \"2021-09-05T00:15:55.625337\",\n                \"lat\": 37.8737247,\n                \"lon\": -122.29971420000001,\n                \"name\": \"0x0000ff5f\",\n                \"networks\": [\n                    {\n                        \"name\": \"0x00004f31\",\n                        \"timestamp\": \"Sun, 05 Sep 2021 00:15:55 GMT\",\n                        \"url_id\": \"Nb41kKwYmRnzZogP\"\n                    }\n                ],\n                \"protocols\": null,\n                \"seen_on\": [\n                    {\n                        \"longname\": \"Berkeley AIRSHIELD\",\n                        \"shortname\": \"Berkeley\",\n                        \"timestamp\": \"Sun, 05 Sep 2021 00:15:55 GMT\",\n                        \"url_id\": \"J3Gl4nJrjmnvBay8\"\n                    }\n                ],\n                \"vendor_tag\": \"\"\n            },\n            {\n                \"address\": \"0x000086c5\",\n                \"device_tag\": \"\",\n                \"first_seen\": \"2021-04-14T04:49:52.544210\",\n                \"last_seen\": \"2021-09-07T10:21:24.158067\",\n                \"lat\": 37.8737247,\n                \"lon\": -122.29971420000001,\n                \"name\": \"0x000086c5\",\n                \"networks\": [\n                    {\n                        \"name\": \"0x0000e4a3\",\n                        \"timestamp\": \"Tue, 07 Sep 2021 10:21:24 GMT\",\n                        \"url_id\": \"BGqX3KBa9kLpwNjY\"\n                    }\n                ],\n                \"protocols\": null,\n                \"seen_on\": [\n                    {\n                        \"longname\": \"Berkeley AIRSHIELD\",\n                        \"shortname\": \"Berkeley\",\n                        \"timestamp\": \"Tue, 07 Sep 2021 10:21:24 GMT\",\n                        \"url_id\": \"J3Gl4nJrjmnvBay8\"\n                    }\n                ],\n                \"vendor_tag\": \"\"\n            },\n            {\n                \"address\": \"0x00006734\",\n                \"device_tag\": \"\",\n                \"first_seen\": \"2021-04-14T04:49:52.491849\",\n                \"last_seen\": \"2021-09-07T10:21:24.158067\",\n                \"lat\": 37.8737247,\n                \"lon\": -122.29971420000001,\n                \"name\": \"0x00006734\",\n                \"networks\": [\n                    {\n                        \"name\": \"0x0000e4a3\",\n                        \"timestamp\": \"Tue, 07 Sep 2021 10:21:24 GMT\",\n                        \"url_id\": \"BGqX3KBa9kLpwNjY\"\n                    }\n                ],\n                \"protocols\": null,\n                \"seen_on\": [\n                    {\n                        \"longname\": \"Berkeley AIRSHIELD\",\n                        \"shortname\": \"Berkeley\",\n                        \"timestamp\": \"Tue, 07 Sep 2021 10:21:24 GMT\",\n                        \"url_id\": \"J3Gl4nJrjmnvBay8\"\n                    }\n                ],\n                \"vendor_tag\": \"\"\n            },\n            {\n                \"address\": \"0x0000698e\",\n                \"device_tag\": \"\",\n                \"first_seen\": \"2021-09-02T16:41:25.877091\",\n                \"last_seen\": \"2021-09-07T12:53:21.512423\",\n                \"lat\": 37.8737247,\n                \"lon\": -122.29971420000001,\n                \"name\": \"0x0000698e\",\n                \"networks\": [\n                    {\n                        \"name\": \"0x00007454\",\n                        \"timestamp\": \"Tue, 07 Sep 2021 12:53:21 GMT\",\n                        \"url_id\": \"m9PBZDaRwGn7Rxwl\"\n                    }\n                ],\n                \"protocols\": null,\n                \"seen_on\": [\n                    {\n                        \"longname\": \"Berkeley AIRSHIELD\",\n                        \"shortname\": \"Berkeley\",\n                        \"timestamp\": \"Tue, 07 Sep 2021 12:53:21 GMT\",\n                        \"url_id\": \"J3Gl4nJrjmnvBay8\"\n                    }\n                ],\n                \"vendor_tag\": \"\"\n            },\n            {\n                \"address\": \"0x0000fe6f\",\n                \"device_tag\": \"\",\n                \"first_seen\": \"2021-03-23T03:29:51.768544\",\n                \"last_seen\": \"2021-09-14T14:14:33.699130\",\n                \"lat\": 37.8737247,\n                \"lon\": -122.29971420000001,\n                \"name\": \"0x0000fe6f\",\n                \"networks\": [\n                    {\n                        \"name\": \"0x00007454\",\n                        \"timestamp\": \"Tue, 14 Sep 2021 14:14:33 GMT\",\n                        \"url_id\": \"m9PBZDaRwGn7Rxwl\"\n                    }\n                ],\n                \"protocols\": null,\n                \"seen_on\": [\n                    {\n                        \"longname\": \"Berkeley AIRSHIELD\",\n                        \"shortname\": \"Berkeley\",\n                        \"timestamp\": \"Tue, 14 Sep 2021 14:14:33 GMT\",\n                        \"url_id\": \"J3Gl4nJrjmnvBay8\"\n                    }\n                ],\n                \"vendor_tag\": \"\"\n            },\n            {\n                \"address\": \"0x0000b07c\",\n                \"device_tag\": \"\",\n                \"first_seen\": \"2021-09-02T18:21:37.365810\",\n                \"last_seen\": \"2021-09-14T14:14:33.699130\",\n                \"lat\": 37.8737247,\n                \"lon\": -122.29971420000001,\n                \"name\": \"0x0000b07c\",\n                \"networks\": [\n                    {\n                        \"name\": \"0x00007454\",\n                        \"timestamp\": \"Tue, 14 Sep 2021 14:14:33 GMT\",\n                        \"url_id\": \"m9PBZDaRwGn7Rxwl\"\n                    }\n                ],\n                \"protocols\": null,\n                \"seen_on\": [\n                    {\n                        \"longname\": \"Berkeley AIRSHIELD\",\n                        \"shortname\": \"Berkeley\",\n                        \"timestamp\": \"Tue, 14 Sep 2021 14:14:33 GMT\",\n                        \"url_id\": \"J3Gl4nJrjmnvBay8\"\n                    }\n                ],\n                \"vendor_tag\": \"\"\n            },\n            {\n                \"address\": \"0x000071dc\",\n                \"device_tag\": \"\",\n                \"first_seen\": \"2021-09-14T21:47:40.750420\",\n                \"last_seen\": \"2021-09-14T21:47:27.759268\",\n                \"lat\": 37.847639090363465,\n                \"lon\": -122.29022439388314,\n                \"name\": \"0x000071dc\",\n                \"networks\": [],\n                \"protocols\": null,\n                \"seen_on\": [\n                    {\n                        \"longname\": \"Emeryville Office Sensor #2\",\n                        \"shortname\": \"eville-office-2\",\n                        \"timestamp\": \"Tue, 14 Sep 2021 21:47:27 GMT\",\n                        \"url_id\": \"jwd4mnAgNYKkvRpE\"\n                    }\n                ],\n                \"vendor_tag\": \"\"\n            },\n            {\n                \"address\": \"00:1b:ad:07:ed:20:5f:f6\",\n                \"device_tag\": \"\",\n                \"first_seen\": \"2021-09-15T02:15:19.230732\",\n                \"last_seen\": \"2021-09-15T02:14:15.775312\",\n                \"lat\": 37.8737247,\n                \"lon\": -122.29971420000001,\n                \"name\": \"00:1b:ad:07:ed:20:5f:f6\",\n                \"networks\": [\n                    {\n                        \"name\": \"0x0000ffff\",\n                        \"timestamp\": \"Wed, 15 Sep 2021 02:14:15 GMT\",\n                        \"url_id\": \"42oQbKMYWlKBXzjV\"\n                    }\n                ],\n                \"protocols\": null,\n                \"seen_on\": [\n                    {\n                        \"longname\": \"Berkeley AIRSHIELD\",\n                        \"shortname\": \"Berkeley\",\n                        \"timestamp\": \"Wed, 15 Sep 2021 02:14:15 GMT\",\n                        \"url_id\": \"J3Gl4nJrjmnvBay8\"\n                    }\n                ],\n                \"vendor_tag\": \"\"\n            },\n            {\n                \"address\": \"0x0000d000\",\n                \"device_tag\": \"\",\n                \"first_seen\": \"2021-09-15T09:08:52.080600\",\n                \"last_seen\": \"2021-09-15T09:08:10.110183\",\n                \"lat\": 37.8737247,\n                \"lon\": -122.29971420000001,\n                \"name\": \"0x0000d000\",\n                \"networks\": [\n                    {\n                        \"name\": \"0x00004428\",\n                        \"timestamp\": \"Wed, 15 Sep 2021 09:08:10 GMT\",\n                        \"url_id\": \"rqzGoDEX99KOemXZ\"\n                    }\n                ],\n                \"protocols\": null,\n                \"seen_on\": [\n                    {\n                        \"longname\": \"Berkeley AIRSHIELD\",\n                        \"shortname\": \"Berkeley\",\n                        \"timestamp\": \"Wed, 15 Sep 2021 09:08:10 GMT\",\n                        \"url_id\": \"J3Gl4nJrjmnvBay8\"\n                    }\n                ],\n                \"vendor_tag\": \"\"\n            },\n            {\n                \"address\": \"0x00005b3b\",\n                \"device_tag\": \"\",\n                \"first_seen\": \"2021-04-19T20:12:02.806321\",\n                \"last_seen\": \"2021-09-16T11:09:52.177674\",\n                \"lat\": 37.847639090363465,\n                \"lon\": -122.29022439388314,\n                \"name\": \"0x00005b3b\",\n                \"networks\": [\n                    {\n                        \"name\": \"0x00006cef\",\n                        \"timestamp\": \"Thu, 16 Sep 2021 11:09:52 GMT\",\n                        \"url_id\": \"dbvoenOao1KMg142\"\n                    }\n                ],\n                \"protocols\": null,\n                \"seen_on\": [\n                    {\n                        \"longname\": \"Emeryville Office Sensor #2\",\n                        \"shortname\": \"eville-office-2\",\n                        \"timestamp\": \"Thu, 16 Sep 2021 11:09:52 GMT\",\n                        \"url_id\": \"jwd4mnAgNYKkvRpE\"\n                    },\n                    {\n                        \"longname\": \"Emeryville Monitor\",\n                        \"shortname\": \"demo-emeryville\",\n                        \"timestamp\": \"Thu, 16 Sep 2021 01:12:21 GMT\",\n                        \"url_id\": \"PVyXoLbp5RD7QRWE\"\n                    }\n                ],\n                \"vendor_tag\": \"\"\n            },\n            {\n                \"address\": \"0x00000001\",\n                \"device_tag\": \"\",\n                \"first_seen\": \"2021-04-19T20:12:02.717635\",\n                \"last_seen\": \"2021-09-16T11:09:52.177674\",\n                \"lat\": 37.847639090363465,\n                \"lon\": -122.29022439388314,\n                \"name\": \"0x00000001\",\n                \"networks\": [\n                    {\n                        \"name\": \"0x00006cef\",\n                        \"timestamp\": \"Thu, 16 Sep 2021 11:09:52 GMT\",\n                        \"url_id\": \"dbvoenOao1KMg142\"\n                    },\n                    {\n                        \"name\": \"0x0000087d\",\n                        \"timestamp\": \"Thu, 16 Sep 2021 01:12:47 GMT\",\n                        \"url_id\": \"rqzGoDExApKOemXZ\"\n                    }\n                ],\n                \"protocols\": null,\n                \"seen_on\": [\n                    {\n                        \"longname\": \"Emeryville Office Sensor #2\",\n                        \"shortname\": \"eville-office-2\",\n                        \"timestamp\": \"Thu, 16 Sep 2021 11:09:52 GMT\",\n                        \"url_id\": \"jwd4mnAgNYKkvRpE\"\n                    },\n                    {\n                        \"longname\": \"Emeryville Monitor\",\n                        \"shortname\": \"demo-emeryville\",\n                        \"timestamp\": \"Thu, 16 Sep 2021 01:12:21 GMT\",\n                        \"url_id\": \"PVyXoLbp5RD7QRWE\"\n                    }\n                ],\n                \"vendor_tag\": \"\"\n            },\n            {\n                \"address\": \"0x0000e334\",\n                \"device_tag\": \"\",\n                \"first_seen\": \"2021-08-09T14:11:42.649368\",\n                \"last_seen\": \"2021-09-20T02:55:11.748189\",\n                \"lat\": 37.8737247,\n                \"lon\": -122.29971420000001,\n                \"name\": \"0x0000e334\",\n                \"networks\": [\n                    {\n                        \"name\": \"0x000092b5\",\n                        \"timestamp\": \"Mon, 20 Sep 2021 02:55:11 GMT\",\n                        \"url_id\": \"xzA1RL7MrADr0alP\"\n                    }\n                ],\n                \"protocols\": null,\n                \"seen_on\": [\n                    {\n                        \"longname\": \"Berkeley AIRSHIELD\",\n                        \"shortname\": \"Berkeley\",\n                        \"timestamp\": \"Mon, 20 Sep 2021 02:55:11 GMT\",\n                        \"url_id\": \"J3Gl4nJrjmnvBay8\"\n                    }\n                ],\n                \"vendor_tag\": \"\"\n            },\n            {\n                \"address\": \"0x0000e7cf\",\n                \"device_tag\": \"\",\n                \"first_seen\": \"2021-09-20T17:39:29.041896\",\n                \"last_seen\": \"2021-09-20T17:38:35.524345\",\n                \"lat\": 37.8737247,\n                \"lon\": -122.29971420000001,\n                \"name\": \"0x0000e7cf\",\n                \"networks\": [\n                    {\n                        \"name\": \"0x000092b5\",\n                        \"timestamp\": \"Mon, 20 Sep 2021 17:38:35 GMT\",\n                        \"url_id\": \"xzA1RL7MrADr0alP\"\n                    }\n                ],\n                \"protocols\": null,\n                \"seen_on\": [\n                    {\n                        \"longname\": \"Berkeley AIRSHIELD\",\n                        \"shortname\": \"Berkeley\",\n                        \"timestamp\": \"Mon, 20 Sep 2021 17:38:35 GMT\",\n                        \"url_id\": \"J3Gl4nJrjmnvBay8\"\n                    }\n                ],\n                \"vendor_tag\": \"\"\n            },\n            {\n                \"address\": \"08:07:06:05:04:03:02:05\",\n                \"device_tag\": \"\",\n                \"first_seen\": \"2021-09-24T16:05:09\",\n                \"last_seen\": \"2021-09-24T16:04:57.692909\",\n                \"lat\": 37.8737247,\n                \"lon\": -122.29971420000001,\n                \"name\": \"08:07:06:05:04:03:02:05\",\n                \"networks\": [\n                    {\n                        \"name\": \"0x0000ffff\",\n                        \"timestamp\": \"Fri, 24 Sep 2021 16:04:57 GMT\",\n                        \"url_id\": \"42oQbKMYWlKBXzjV\"\n                    }\n                ],\n                \"protocols\": null,\n                \"seen_on\": [\n                    {\n                        \"longname\": \"Berkeley AIRSHIELD\",\n                        \"shortname\": \"Berkeley\",\n                        \"timestamp\": \"Fri, 24 Sep 2021 16:04:57 GMT\",\n                        \"url_id\": \"J3Gl4nJrjmnvBay8\"\n                    }\n                ],\n                \"vendor_tag\": \"\"\n            },\n            {\n                \"address\": \"0x00002ae5\",\n                \"device_tag\": \"\",\n                \"first_seen\": \"2021-09-24T23:32:15.152305\",\n                \"last_seen\": \"2021-09-24T23:31:30.127952\",\n                \"lat\": 37.8737247,\n                \"lon\": -122.29971420000001,\n                \"name\": \"0x00002ae5\",\n                \"networks\": [\n                    {\n                        \"name\": \"0x00004428\",\n                        \"timestamp\": \"Fri, 24 Sep 2021 23:31:30 GMT\",\n                        \"url_id\": \"rqzGoDEX99KOemXZ\"\n                    }\n                ],\n                \"protocols\": null,\n                \"seen_on\": [\n                    {\n                        \"longname\": \"Berkeley AIRSHIELD\",\n                        \"shortname\": \"Berkeley\",\n                        \"timestamp\": \"Fri, 24 Sep 2021 23:31:30 GMT\",\n                        \"url_id\": \"J3Gl4nJrjmnvBay8\"\n                    }\n                ],\n                \"vendor_tag\": \"\"\n            },\n            {\n                \"address\": \"08:04:06:05:04:93:02:01\",\n                \"device_tag\": \"\",\n                \"first_seen\": \"2021-09-26T01:02:00.483590\",\n                \"last_seen\": \"2021-09-26T01:01:53.347816\",\n                \"lat\": 37.8737247,\n                \"lon\": -122.29971420000001,\n                \"name\": \"08:04:06:05:04:93:02:01\",\n                \"networks\": [\n                    {\n                        \"name\": \"0x0000ffff\",\n                        \"timestamp\": \"Sun, 26 Sep 2021 01:01:53 GMT\",\n                        \"url_id\": \"42oQbKMYWlKBXzjV\"\n                    }\n                ],\n                \"protocols\": null,\n                \"seen_on\": [\n                    {\n                        \"longname\": \"Berkeley AIRSHIELD\",\n                        \"shortname\": \"Berkeley\",\n                        \"timestamp\": \"Sun, 26 Sep 2021 01:01:53 GMT\",\n                        \"url_id\": \"J3Gl4nJrjmnvBay8\"\n                    }\n                ],\n                \"vendor_tag\": \"\"\n            },\n            {\n                \"address\": \"08:07:06:05:04:03:02:01\",\n                \"device_tag\": \"\",\n                \"first_seen\": \"2020-09-08T20:15:40.441830\",\n                \"last_seen\": \"2021-09-26T04:32:32.298882\",\n                \"lat\": 37.8737247,\n                \"lon\": -122.29971420000001,\n                \"name\": \"08:07:06:05:04:03:02:01\",\n                \"networks\": [\n                    {\n                        \"name\": \"0x0000ffff\",\n                        \"timestamp\": \"Sun, 26 Sep 2021 04:32:32 GMT\",\n                        \"url_id\": \"42oQbKMYWlKBXzjV\"\n                    },\n                    {\n                        \"name\": \"0x0000fdff\",\n                        \"timestamp\": \"Sat, 25 Sep 2021 05:14:51 GMT\",\n                        \"url_id\": \"x7XbYLoNwMnOJ20N\"\n                    },\n                    {\n                        \"name\": \"0x0000fffc\",\n                        \"timestamp\": \"Wed, 08 Sep 2021 03:26:00 GMT\",\n                        \"url_id\": \"42oQbKMR68DBXzjV\"\n                    },\n                    {\n                        \"name\": \"0x0000fff0\",\n                        \"timestamp\": \"Wed, 08 Sep 2021 00:15:45 GMT\",\n                        \"url_id\": \"jp6B7nz42vKg4XAW\"\n                    },\n                    {\n                        \"name\": \"0x0000fbff\",\n                        \"timestamp\": \"Sun, 15 Aug 2021 20:11:38 GMT\",\n                        \"url_id\": \"wMqa0n13k9K2pxvO\"\n                    },\n                    {\n                        \"name\": \"0x0000fff9\",\n                        \"timestamp\": \"Thu, 22 Jul 2021 01:32:16 GMT\",\n                        \"url_id\": \"kvQMlKYQeeK2qe01\"\n                    },\n                    {\n                        \"name\": \"0x0000faff\",\n                        \"timestamp\": \"Tue, 13 Apr 2021 05:33:31 GMT\",\n                        \"url_id\": \"Bj6GNL5ZBNKm35k8\"\n                    },\n                    {\n                        \"name\": \"0x0000f5ff\",\n                        \"timestamp\": \"Mon, 12 Apr 2021 22:33:12 GMT\",\n                        \"url_id\": \"dBbW5npk4wDJ319q\"\n                    },\n                    {\n                        \"name\": \"0x0000ff8f\",\n                        \"timestamp\": \"Thu, 18 Mar 2021 04:31:56 GMT\",\n                        \"url_id\": \"269yoDg78RDvx8VW\"\n                    }\n                ],\n                \"protocols\": null,\n                \"seen_on\": [\n                    {\n                        \"longname\": \"Berkeley AIRSHIELD\",\n                        \"shortname\": \"Berkeley\",\n                        \"timestamp\": \"Sun, 26 Sep 2021 04:32:32 GMT\",\n                        \"url_id\": \"J3Gl4nJrjmnvBay8\"\n                    },\n                    {\n                        \"longname\": \"062018V2A10259\",\n                        \"shortname\": \"062018V2A10259\",\n                        \"timestamp\": \"Tue, 08 Sep 2020 21:21:25 GMT\",\n                        \"url_id\": \"269yoDgVaGKvx8VW\"\n                    }\n                ],\n                \"vendor_tag\": \"\"\n            },\n            {\n                \"address\": \"08:07:06:05:04:03:01:01\",\n                \"device_tag\": \"\",\n                \"first_seen\": \"2021-09-26T04:39:04.067553\",\n                \"last_seen\": \"2021-09-26T04:38:34.317059\",\n                \"lat\": 37.8737247,\n                \"lon\": -122.29971420000001,\n                \"name\": \"08:07:06:05:04:03:01:01\",\n                \"networks\": [\n                    {\n                        \"name\": \"0x0000ffff\",\n                        \"timestamp\": \"Sun, 26 Sep 2021 04:38:34 GMT\",\n                        \"url_id\": \"42oQbKMYWlKBXzjV\"\n                    }\n                ],\n                \"protocols\": null,\n                \"seen_on\": [\n                    {\n                        \"longname\": \"Berkeley AIRSHIELD\",\n                        \"shortname\": \"Berkeley\",\n                        \"timestamp\": \"Sun, 26 Sep 2021 04:38:34 GMT\",\n                        \"url_id\": \"J3Gl4nJrjmnvBay8\"\n                    }\n                ],\n                \"vendor_tag\": \"\"\n            },\n            {\n                \"address\": \"00:1b:ad:07:ed:2f:5f:f6\",\n                \"device_tag\": \"\",\n                \"first_seen\": \"2020-09-08T20:15:40.529403\",\n                \"last_seen\": \"2021-09-26T04:38:34.317059\",\n                \"lat\": 37.8737247,\n                \"lon\": -122.29971420000001,\n                \"name\": \"00:1b:ad:07:ed:2f:5f:f6\",\n                \"networks\": [\n                    {\n                        \"name\": \"0x0000ffff\",\n                        \"timestamp\": \"Sun, 26 Sep 2021 04:38:34 GMT\",\n                        \"url_id\": \"42oQbKMYWlKBXzjV\"\n                    },\n                    {\n                        \"name\": \"0x0000fdff\",\n                        \"timestamp\": \"Sat, 25 Sep 2021 05:14:51 GMT\",\n                        \"url_id\": \"x7XbYLoNwMnOJ20N\"\n                    },\n                    {\n                        \"name\": \"0x0000fffc\",\n                        \"timestamp\": \"Wed, 08 Sep 2021 03:26:00 GMT\",\n                        \"url_id\": \"42oQbKMR68DBXzjV\"\n                    },\n                    {\n                        \"name\": \"0x0000fff0\",\n                        \"timestamp\": \"Wed, 08 Sep 2021 00:15:45 GMT\",\n                        \"url_id\": \"jp6B7nz42vKg4XAW\"\n                    },\n                    {\n                        \"name\": \"0x0000fbff\",\n                        \"timestamp\": \"Sun, 15 Aug 2021 20:11:38 GMT\",\n                        \"url_id\": \"wMqa0n13k9K2pxvO\"\n                    },\n                    {\n                        \"name\": \"0x0000fff9\",\n                        \"timestamp\": \"Thu, 22 Jul 2021 01:32:16 GMT\",\n                        \"url_id\": \"kvQMlKYQeeK2qe01\"\n                    },\n                    {\n                        \"name\": \"0x0000faff\",\n                        \"timestamp\": \"Tue, 13 Apr 2021 05:33:31 GMT\",\n                        \"url_id\": \"Bj6GNL5ZBNKm35k8\"\n                    },\n                    {\n                        \"name\": \"0x0000ff8f\",\n                        \"timestamp\": \"Thu, 18 Mar 2021 04:31:56 GMT\",\n                        \"url_id\": \"269yoDg78RDvx8VW\"\n                    }\n                ],\n                \"protocols\": null,\n                \"seen_on\": [\n                    {\n                        \"longname\": \"Berkeley AIRSHIELD\",\n                        \"shortname\": \"Berkeley\",\n                        \"timestamp\": \"Sun, 26 Sep 2021 04:38:34 GMT\",\n                        \"url_id\": \"J3Gl4nJrjmnvBay8\"\n                    },\n                    {\n                        \"longname\": \"062018V2A10259\",\n                        \"shortname\": \"062018V2A10259\",\n                        \"timestamp\": \"Tue, 08 Sep 2020 21:21:25 GMT\",\n                        \"url_id\": \"269yoDgVaGKvx8VW\"\n                    }\n                ],\n                \"vendor_tag\": \"\"\n            },\n            {\n                \"address\": \"0x00008bc8\",\n                \"device_tag\": \"\",\n                \"first_seen\": \"2021-07-03T02:31:24.044304\",\n                \"last_seen\": \"2021-09-30T06:31:34.138441\",\n                \"lat\": 37.8737247,\n                \"lon\": -122.29971420000001,\n                \"name\": \"0x00008bc8\",\n                \"networks\": [\n                    {\n                        \"name\": \"0x000092b5\",\n                        \"timestamp\": \"Thu, 30 Sep 2021 06:31:34 GMT\",\n                        \"url_id\": \"xzA1RL7MrADr0alP\"\n                    }\n                ],\n                \"protocols\": null,\n                \"seen_on\": [\n                    {\n                        \"longname\": \"Berkeley AIRSHIELD\",\n                        \"shortname\": \"Berkeley\",\n                        \"timestamp\": \"Thu, 30 Sep 2021 06:31:34 GMT\",\n                        \"url_id\": \"J3Gl4nJrjmnvBay8\"\n                    }\n                ],\n                \"vendor_tag\": \"\"\n            },\n            {\n                \"address\": \"0x0000f7cf\",\n                \"device_tag\": \"\",\n                \"first_seen\": \"2021-07-03T02:31:23.996217\",\n                \"last_seen\": \"2021-09-30T09:34:37.967545\",\n                \"lat\": 37.8737247,\n                \"lon\": -122.29971420000001,\n                \"name\": \"0x0000f7cf\",\n                \"networks\": [\n                    {\n                        \"name\": \"0x000092b5\",\n                        \"timestamp\": \"Thu, 30 Sep 2021 09:34:37 GMT\",\n                        \"url_id\": \"xzA1RL7MrADr0alP\"\n                    }\n                ],\n                \"protocols\": null,\n                \"seen_on\": [\n                    {\n                        \"longname\": \"Berkeley AIRSHIELD\",\n                        \"shortname\": \"Berkeley\",\n                        \"timestamp\": \"Thu, 30 Sep 2021 09:34:37 GMT\",\n                        \"url_id\": \"J3Gl4nJrjmnvBay8\"\n                    }\n                ],\n                \"vendor_tag\": \"\"\n            },\n            {\n                \"address\": \"0x00006f5e\",\n                \"device_tag\": \"\",\n                \"first_seen\": \"2021-07-05T09:25:18.232146\",\n                \"last_seen\": \"2021-09-30T09:34:37.967545\",\n                \"lat\": 37.8737247,\n                \"lon\": -122.29971420000001,\n                \"name\": \"0x00006f5e\",\n                \"networks\": [\n                    {\n                        \"name\": \"0x000092b5\",\n                        \"timestamp\": \"Thu, 30 Sep 2021 09:34:37 GMT\",\n                        \"url_id\": \"xzA1RL7MrADr0alP\"\n                    }\n                ],\n                \"protocols\": null,\n                \"seen_on\": [\n                    {\n                        \"longname\": \"Berkeley AIRSHIELD\",\n                        \"shortname\": \"Berkeley\",\n                        \"timestamp\": \"Thu, 30 Sep 2021 09:34:37 GMT\",\n                        \"url_id\": \"J3Gl4nJrjmnvBay8\"\n                    }\n                ],\n                \"vendor_tag\": \"\"\n            },\n            {\n                \"address\": \"0x00000edb\",\n                \"device_tag\": \"\",\n                \"first_seen\": \"2021-09-29T11:23:46.026018\",\n                \"last_seen\": \"2021-10-01T11:54:45.416787\",\n                \"lat\": 37.8737247,\n                \"lon\": -122.29971420000001,\n                \"name\": \"0x00000edb\",\n                \"networks\": [\n                    {\n                        \"name\": \"0x000073a4\",\n                        \"timestamp\": \"Fri, 01 Oct 2021 11:54:45 GMT\",\n                        \"url_id\": \"8XvG2K6jyNKqAkw0\"\n                    }\n                ],\n                \"protocols\": null,\n                \"seen_on\": [\n                    {\n                        \"longname\": \"Berkeley AIRSHIELD\",\n                        \"shortname\": \"Berkeley\",\n                        \"timestamp\": \"Fri, 01 Oct 2021 11:54:45 GMT\",\n                        \"url_id\": \"J3Gl4nJrjmnvBay8\"\n                    }\n                ],\n                \"vendor_tag\": \"\"\n            }\n        ]\n    },\n    \"status\": \"success\"\n}"}],"_postman_id":"a8371923-a133-4e15-bec3-87feb9cedd85"},{"name":"Captures","id":"34db8bfb-88d2-4ae2-9e52-c5330928a72a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.802secure.net/apiv1/customer/lrwpan_captures?minutes=10","description":"<p>Returns a list of observed LrWPAN (802.15.4) Networks and any devices connected to it.</p>\n","auth":{"type":"bearer","bearer":{"token":"access_token"},"isInherited":true,"source":{"_postman_id":"d8f119ea-2083-456b-8a58-29991b8becad","id":"d8f119ea-2083-456b-8a58-29991b8becad","name":"802 Secure/LOCH Customer API","type":"collection"}},"urlObject":{"path":["lrwpan_captures"],"host":["https://api.802secure.net/apiv1/customer"],"query":[{"disabled":true,"description":{"content":"<p>AirShield Sensor URL Identifier to filter, if desired</p>\n","type":"text/plain"},"key":"sensor_url_id","value":null},{"description":{"content":"<p>Number of minutes ago to retrieve</p>\n","type":"text/plain"},"key":"minutes","value":"10"},{"disabled":true,"description":{"content":"<p>Starting timestamp to query</p>\n","type":"text/plain"},"key":"start_timestamp","value":null},{"disabled":true,"description":{"content":"<p>Ending timestamp to query, default to now. Start and end must be less than 31 days.</p>\n","type":"text/plain"},"key":"end_timestamp","value":null}],"variable":[]}},"response":[{"id":"bf853bdb-ed4f-4d5c-bcc4-c39e3e81f12b","name":"10 minute capture","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.802secure.net/apiv1/customer/lrwpan_captures?minutes=10","host":["https://api.802secure.net/apiv1/customer"],"path":["lrwpan_captures"],"query":[{"key":"sensor_url_id","value":null,"description":"AirShield Sensor URL Identifier to filter, if desired","disabled":true},{"key":"minutes","value":"10","description":"Number of minutes ago to retrieve"},{"key":"start_timestamp","value":null,"description":"Starting timestamp to query","disabled":true},{"key":"end_timestamp","value":null,"description":"Ending timestamp to query, default to now. Start and end must be less than 31 days.","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 27 May 2025 19:46:23 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"cloudflare"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Cf-Ray","value":"94680496a90783f7-LAX"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Encoding","value":"br"},{"key":"Cf-Cache-Status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v4?s=oLzemcgBpnBbGBd1Kx%2Bdzd8HiJcppVrtE5Yv%2F%2Bvh%2Bn%2BaYPlU5lu%2F%2F0i6wt7V4qR1oY0hJmd83QL09pwAE8dhDn8zRQiyh%2FkOKicIu63iSu8uTyMKY2KqHEDJbOhVRHumi4O6FcER\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"Nel","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Strict-Transport-Security","value":"max-age=15552000"},{"key":"Set-Cookie","value":"session=b27b7f55-fa1b-48de-b725-5852748ff0e5.C7JOrqlB4w1k0Q8v0O2WqjEX9t0; HttpOnly; Path=/; Expires=Tue, 27 May 2025 20:46:23 GMT"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"},{"key":"server-timing","value":"cfL4;desc=\"?proto=TCP&rtt=26780&min_rtt=15435&rtt_var=11289&sent=69&recv=52&lost=0&retrans=0&sent_bytes=35227&recv_bytes=2131&delivery_rate=970145&cwnd=233&unsent_bytes=0&cid=9c6e76e0570edc25&ts=42322&x=0\""}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"lrwpan_captures\": [\n            {\n                \"altitude\": 0,\n                \"created\": \"2025-05-27T19:45:33.776929\",\n                \"decoded\": {\n                    \"_index\": \"packets-2025-05-27\",\n                    \"_score\": null,\n                    \"_source\": {\n                        \"layers\": {\n                            \"frame\": {\n                                \"frame.cap_len\": \"51\",\n                                \"frame.encap_type\": \"104\",\n                                \"frame.ignored\": \"0\",\n                                \"frame.len\": \"51\",\n                                \"frame.marked\": \"0\",\n                                \"frame.number\": \"1\",\n                                \"frame.offset_shift\": \"0.000000000\",\n                                \"frame.protocols\": \"wpan:zbee_nwk:data\",\n                                \"frame.time\": \"May 27, 2025 19:45:33.776928000 UTC\",\n                                \"frame.time_delta\": \"0.000000000\",\n                                \"frame.time_delta_displayed\": \"0.000000000\",\n                                \"frame.time_epoch\": \"1748375133.776928000\",\n                                \"frame.time_relative\": \"0.000000000\"\n                            },\n                            \"wpan\": {\n                                \"wpan.addr16\": \"0x00000001\",\n                                \"wpan.dst16\": \"0x0000ffff\",\n                                \"wpan.dst_pan\": \"0x0000087d\",\n                                \"wpan.fcf\": \"0x00008841\",\n                                \"wpan.fcf_tree\": {\n                                    \"wpan.ack_request\": \"0\",\n                                    \"wpan.dst_addr_mode\": \"0x00000002\",\n                                    \"wpan.fcf.reserved\": \"0\",\n                                    \"wpan.frame_type\": \"0x00000001\",\n                                    \"wpan.ie_present\": \"0\",\n                                    \"wpan.pan_id_compression\": \"1\",\n                                    \"wpan.pending\": \"0\",\n                                    \"wpan.security\": \"0\",\n                                    \"wpan.seqno_suppression\": \"0\",\n                                    \"wpan.src_addr_mode\": \"0x00000002\",\n                                    \"wpan.version\": \"0\"\n                                },\n                                \"wpan.fcs\": \"0x00003669\",\n                                \"wpan.fcs_ok\": \"1\",\n                                \"wpan.frame_length\": \"49\",\n                                \"wpan.seq_no\": \"83\",\n                                \"wpan.src16\": \"0x00000001\"\n                            },\n                            \"zbee_nwk\": {\n                                \"ZigBee Security Header\": {\n                                    \"_ws.expert\": {\n                                        \"_ws.expert.group\": \"83886080\",\n                                        \"_ws.expert.message\": \"Encrypted Payload\",\n                                        \"_ws.expert.severity\": \"6291456\",\n                                        \"zbee_sec.encrypted_payload\": \"\"\n                                    },\n                                    \"zbee.sec.counter\": \"69427250\",\n                                    \"zbee.sec.field\": \"0x00000028\",\n                                    \"zbee.sec.field_tree\": {\n                                        \"zbee.sec.ext_nonce\": \"1\",\n                                        \"zbee.sec.key_id\": \"0x00000001\"\n                                    },\n                                    \"zbee.sec.key_seqno\": \"0\",\n                                    \"zbee.sec.mic\": \"20:d2:7f:be\",\n                                    \"zbee.sec.src64\": \"00:17:88:01:01:06:a2:f6\"\n                                },\n                                \"data\": {\n                                    \"data.data\": \"72:fe:77:32:c2:67\",\n                                    \"data.len\": \"6\"\n                                },\n                                \"zbee_nwk.addr\": \"0x00000001\",\n                                \"zbee_nwk.addr64\": \"00:17:88:01:01:06:a2:f6\",\n                                \"zbee_nwk.dst\": \"0x0000fffd\",\n                                \"zbee_nwk.fcf\": \"0x00001209\",\n                                \"zbee_nwk.fcf_tree\": {\n                                    \"zbee_nwk.discovery\": \"0x00000000\",\n                                    \"zbee_nwk.end_device_initiator\": \"0\",\n                                    \"zbee_nwk.ext_dst\": \"0\",\n                                    \"zbee_nwk.ext_src\": \"1\",\n                                    \"zbee_nwk.frame_type\": \"0x00000001\",\n                                    \"zbee_nwk.multicast\": \"0\",\n                                    \"zbee_nwk.proto_version\": \"2\",\n                                    \"zbee_nwk.security\": \"1\",\n                                    \"zbee_nwk.src_route\": \"0\"\n                                },\n                                \"zbee_nwk.radius\": \"30\",\n                                \"zbee_nwk.seqno\": \"124\",\n                                \"zbee_nwk.src\": \"0x00000001\",\n                                \"zbee_nwk.src64\": \"00:17:88:01:01:06:a2:f6\"\n                            }\n                        }\n                    },\n                    \"_type\": \"doc\",\n                    \"parsed\": true\n                },\n                \"epid\": \"0x0000087d\",\n                \"frequency\": 2405000000,\n                \"latitude\": 37.8477274,\n                \"longitude\": -122.2901898,\n                \"malformed\": false,\n                \"packet\": \"MU1PeW9RSUFCQUFBQUFBQUFBQUFBUC8vQUFEREFBQUFYUlkyYU9EYUN3QXpBQUFBTXdBQUFFR0lVMzBJLy84QkFBa1MvZjhCQUI1ODlxSUdBUUdJRndBb01tQWpCUGFpQmdFQmlCY0FBSEwrZHpMQ1p5RFNmNzVwTmc9PQ==\",\n                \"rssi\": 255,\n                \"sensor_name\": \"062018V2A10537\",\n                \"sensor_url_id\": \"pRGol6A63YjBKngE\",\n                \"url_id\": \"273rPYLqoPQ4ZboK\"\n            },\n            {\n                \"altitude\": 0,\n                \"created\": \"2025-05-27T19:45:34.858613\",\n                \"decoded\": {\n                    \"_index\": \"packets-2025-05-27\",\n                    \"_score\": null,\n                    \"_source\": {\n                        \"layers\": {\n                            \"frame\": {\n                                \"frame.cap_len\": \"47\",\n                                \"frame.encap_type\": \"104\",\n                                \"frame.ignored\": \"0\",\n                                \"frame.len\": \"47\",\n                                \"frame.marked\": \"0\",\n                                \"frame.number\": \"1\",\n                                \"frame.offset_shift\": \"0.000000000\",\n                                \"frame.protocols\": \"wpan:zbee_nwk:data\",\n                                \"frame.time\": \"May 27, 2025 19:45:34.858612000 UTC\",\n                                \"frame.time_delta\": \"0.000000000\",\n                                \"frame.time_delta_displayed\": \"0.000000000\",\n                                \"frame.time_epoch\": \"1748375134.858612000\",\n                                \"frame.time_relative\": \"0.000000000\"\n                            },\n                            \"wpan\": {\n                                \"wpan.addr16\": \"0x00000001\",\n                                \"wpan.dst16\": \"0x0000ffff\",\n                                \"wpan.dst_pan\": \"0x0000087d\",\n                                \"wpan.fcf\": \"0x00008841\",\n                                \"wpan.fcf_tree\": {\n                                    \"wpan.ack_request\": \"0\",\n                                    \"wpan.dst_addr_mode\": \"0x00000002\",\n                                    \"wpan.fcf.reserved\": \"0\",\n                                    \"wpan.frame_type\": \"0x00000001\",\n                                    \"wpan.ie_present\": \"0\",\n                                    \"wpan.pan_id_compression\": \"1\",\n                                    \"wpan.pending\": \"0\",\n                                    \"wpan.security\": \"0\",\n                                    \"wpan.seqno_suppression\": \"0\",\n                                    \"wpan.src_addr_mode\": \"0x00000002\",\n                                    \"wpan.version\": \"0\"\n                                },\n                                \"wpan.fcs\": \"0x00009a6e\",\n                                \"wpan.fcs_ok\": \"1\",\n                                \"wpan.frame_length\": \"45\",\n                                \"wpan.seq_no\": \"84\",\n                                \"wpan.src16\": \"0x00000001\"\n                            },\n                            \"zbee_nwk\": {\n                                \"ZigBee Security Header\": {\n                                    \"_ws.expert\": {\n                                        \"_ws.expert.group\": \"83886080\",\n                                        \"_ws.expert.message\": \"Encrypted Payload\",\n                                        \"_ws.expert.severity\": \"6291456\",\n                                        \"zbee_sec.encrypted_payload\": \"\"\n                                    },\n                                    \"zbee.sec.counter\": \"69427251\",\n                                    \"zbee.sec.field\": \"0x00000028\",\n                                    \"zbee.sec.field_tree\": {\n                                        \"zbee.sec.ext_nonce\": \"1\",\n                                        \"zbee.sec.key_id\": \"0x00000001\"\n                                    },\n                                    \"zbee.sec.key_seqno\": \"0\",\n                                    \"zbee.sec.mic\": \"37:d3:c2:70\",\n                                    \"zbee.sec.src64\": \"00:17:88:01:01:06:a2:f6\"\n                                },\n                                \"data\": {\n                                    \"data.data\": \"a8:6b\",\n                                    \"data.len\": \"2\"\n                                },\n                                \"zbee_nwk.addr\": \"0x00000001\",\n                                \"zbee_nwk.addr64\": \"00:17:88:01:01:06:a2:f6\",\n                                \"zbee_nwk.dst\": \"0x0000fffc\",\n                                \"zbee_nwk.fcf\": \"0x00001209\",\n                                \"zbee_nwk.fcf_tree\": {\n                                    \"zbee_nwk.discovery\": \"0x00000000\",\n                                    \"zbee_nwk.end_device_initiator\": \"0\",\n                                    \"zbee_nwk.ext_dst\": \"0\",\n                                    \"zbee_nwk.ext_src\": \"1\",\n                                    \"zbee_nwk.frame_type\": \"0x00000001\",\n                                    \"zbee_nwk.multicast\": \"0\",\n                                    \"zbee_nwk.proto_version\": \"2\",\n                                    \"zbee_nwk.security\": \"1\",\n                                    \"zbee_nwk.src_route\": \"0\"\n                                },\n                                \"zbee_nwk.radius\": \"1\",\n                                \"zbee_nwk.seqno\": \"125\",\n                                \"zbee_nwk.src\": \"0x00000001\",\n                                \"zbee_nwk.src64\": \"00:17:88:01:01:06:a2:f6\"\n                            }\n                        }\n                    },\n                    \"_type\": \"doc\",\n                    \"parsed\": true\n                },\n                \"epid\": \"0x0000087d\",\n                \"frequency\": 2405000000,\n                \"latitude\": 37.8477274,\n                \"longitude\": -122.2901898,\n                \"malformed\": false,\n                \"packet\": \"MU1PeW9RSUFCQUFBQUFBQUFBQUFBUC8vQUFEREFBQUFYaFkyYVBRWkRRQXZBQUFBTHdBQUFFR0lWSDBJLy84QkFBa1MvUDhCQUFGOTlxSUdBUUdJRndBb00yQWpCUGFpQmdFQmlCY0FBS2hyTjlQQ2NHNmE=\",\n                \"rssi\": 255,\n                \"sensor_name\": \"062018V2A10537\",\n                \"sensor_url_id\": \"pRGol6A63YjBKngE\",\n                \"url_id\": \"arBvWYQMZyaY7JmP\"\n            },\n            {\n                \"altitude\": 0,\n                \"created\": \"2025-05-27T19:43:21.517217\",\n                \"decoded\": {\n                    \"_index\": \"packets-2025-05-27\",\n                    \"_score\": null,\n                    \"_source\": {\n                        \"layers\": {\n                            \"frame\": {\n                                \"frame.cap_len\": \"51\",\n                                \"frame.encap_type\": \"104\",\n                                \"frame.ignored\": \"0\",\n                                \"frame.len\": \"51\",\n                                \"frame.marked\": \"0\",\n                                \"frame.number\": \"1\",\n                                \"frame.offset_shift\": \"0.000000000\",\n                                \"frame.protocols\": \"wpan:zbee_nwk:data\",\n                                \"frame.time\": \"May 27, 2025 19:43:21.517216000 UTC\",\n                                \"frame.time_delta\": \"0.000000000\",\n                                \"frame.time_delta_displayed\": \"0.000000000\",\n                                \"frame.time_epoch\": \"1748375001.517216000\",\n                                \"frame.time_relative\": \"0.000000000\"\n                            },\n                            \"wpan\": {\n                                \"wpan.addr16\": \"0x00000001\",\n                                \"wpan.dst16\": \"0x0000ffff\",\n                                \"wpan.dst_pan\": \"0x0000087d\",\n                                \"wpan.fcf\": \"0x00008841\",\n                                \"wpan.fcf_tree\": {\n                                    \"wpan.ack_request\": \"0\",\n                                    \"wpan.dst_addr_mode\": \"0x00000002\",\n                                    \"wpan.fcf.reserved\": \"0\",\n                                    \"wpan.frame_type\": \"0x00000001\",\n                                    \"wpan.ie_present\": \"0\",\n                                    \"wpan.pan_id_compression\": \"1\",\n                                    \"wpan.pending\": \"0\",\n                                    \"wpan.security\": \"0\",\n                                    \"wpan.seqno_suppression\": \"0\",\n                                    \"wpan.src_addr_mode\": \"0x00000002\",\n                                    \"wpan.version\": \"0\"\n                                },\n                                \"wpan.fcs\": \"0x000037af\",\n                                \"wpan.fcs_ok\": \"1\",\n                                \"wpan.frame_length\": \"49\",\n                                \"wpan.seq_no\": \"31\",\n                                \"wpan.src16\": \"0x00000001\"\n                            },\n                            \"zbee_nwk\": {\n                                \"ZigBee Security Header\": {\n                                    \"_ws.expert\": {\n                                        \"_ws.expert.group\": \"83886080\",\n                                        \"_ws.expert.message\": \"Encrypted Payload\",\n                                        \"_ws.expert.severity\": \"6291456\",\n                                        \"zbee_sec.encrypted_payload\": \"\"\n                                    },\n                                    \"zbee.sec.counter\": \"69427198\",\n                                    \"zbee.sec.field\": \"0x00000028\",\n                                    \"zbee.sec.field_tree\": {\n                                        \"zbee.sec.ext_nonce\": \"1\",\n                                        \"zbee.sec.key_id\": \"0x00000001\"\n                                    },\n                                    \"zbee.sec.key_seqno\": \"0\",\n                                    \"zbee.sec.mic\": \"40:f1:2e:ab\",\n                                    \"zbee.sec.src64\": \"00:17:88:01:01:06:a2:f6\"\n                                },\n                                \"data\": {\n                                    \"data.data\": \"dc:b9:a2:0c:ba:a1\",\n                                    \"data.len\": \"6\"\n                                },\n                                \"zbee_nwk.addr\": \"0x00000001\",\n                                \"zbee_nwk.addr64\": \"00:17:88:01:01:06:a2:f6\",\n                                \"zbee_nwk.dst\": \"0x0000fffd\",\n                                \"zbee_nwk.fcf\": \"0x00001209\",\n                                \"zbee_nwk.fcf_tree\": {\n                                    \"zbee_nwk.discovery\": \"0x00000000\",\n                                    \"zbee_nwk.end_device_initiator\": \"0\",\n                                    \"zbee_nwk.ext_dst\": \"0\",\n                                    \"zbee_nwk.ext_src\": \"1\",\n                                    \"zbee_nwk.frame_type\": \"0x00000001\",\n                                    \"zbee_nwk.multicast\": \"0\",\n                                    \"zbee_nwk.proto_version\": \"2\",\n                                    \"zbee_nwk.security\": \"1\",\n                                    \"zbee_nwk.src_route\": \"0\"\n                                },\n                                \"zbee_nwk.radius\": \"30\",\n                                \"zbee_nwk.seqno\": \"28\",\n                                \"zbee_nwk.src\": \"0x00000001\",\n                                \"zbee_nwk.src64\": \"00:17:88:01:01:06:a2:f6\"\n                            }\n                        }\n                    },\n                    \"_type\": \"doc\",\n                    \"parsed\": true\n                },\n                \"epid\": \"0x0000087d\",\n                \"frequency\": 2405000000,\n                \"latitude\": 37.8477274,\n                \"longitude\": -122.2901898,\n                \"malformed\": false,\n                \"packet\": \"MU1PeW9RSUFCQUFBQUFBQUFBQUFBUC8vQUFEREFBQUEyUlUyYUdEa0J3QXpBQUFBTXdBQUFFR0lIMzBJLy84QkFBa1MvZjhCQUI0YzlxSUdBUUdJRndBby9sOGpCUGFpQmdFQmlCY0FBTnk1b2d5Nm9VRHhMcXV2Tnc9PQ==\",\n                \"rssi\": 255,\n                \"sensor_name\": \"062018V2A10537\",\n                \"sensor_url_id\": \"pRGol6A63YjBKngE\",\n                \"url_id\": \"Qgp13AmwXR64RbrG\"\n            },\n            {\n                \"altitude\": 0,\n                \"created\": \"2025-05-27T19:43:24.520956\",\n                \"decoded\": {\n                    \"_index\": \"packets-2025-05-27\",\n                    \"_score\": null,\n                    \"_source\": {\n                        \"layers\": {\n                            \"frame\": {\n                                \"frame.cap_len\": \"51\",\n                                \"frame.encap_type\": \"104\",\n                                \"frame.ignored\": \"0\",\n                                \"frame.len\": \"51\",\n                                \"frame.marked\": \"0\",\n                                \"frame.number\": \"1\",\n                                \"frame.offset_shift\": \"0.000000000\",\n                                \"frame.protocols\": \"wpan:zbee_nwk:data\",\n                                \"frame.time\": \"May 27, 2025 19:43:24.520956000 UTC\",\n                                \"frame.time_delta\": \"0.000000000\",\n                                \"frame.time_delta_displayed\": \"0.000000000\",\n                                \"frame.time_epoch\": \"1748375004.520956000\",\n                                \"frame.time_relative\": \"0.000000000\"\n                            },\n                            \"wpan\": {\n                                \"wpan.addr16\": \"0x00000001\",\n                                \"wpan.dst16\": \"0x0000ffff\",\n                                \"wpan.dst_pan\": \"0x0000087d\",\n                                \"wpan.fcf\": \"0x00008841\",\n                                \"wpan.fcf_tree\": {\n                                    \"wpan.ack_request\": \"0\",\n                                    \"wpan.dst_addr_mode\": \"0x00000002\",\n                                    \"wpan.fcf.reserved\": \"0\",\n                                    \"wpan.frame_type\": \"0x00000001\",\n                                    \"wpan.ie_present\": \"0\",\n                                    \"wpan.pan_id_compression\": \"1\",\n                                    \"wpan.pending\": \"0\",\n                                    \"wpan.security\": \"0\",\n                                    \"wpan.seqno_suppression\": \"0\",\n                                    \"wpan.src_addr_mode\": \"0x00000002\",\n                                    \"wpan.version\": \"0\"\n                                },\n                                \"wpan.fcs\": \"0x00001382\",\n                                \"wpan.fcs_ok\": \"1\",\n                                \"wpan.frame_length\": \"49\",\n                                \"wpan.seq_no\": \"32\",\n                                \"wpan.src16\": \"0x00000001\"\n                            },\n                            \"zbee_nwk\": {\n                                \"ZigBee Security Header\": {\n                                    \"_ws.expert\": {\n                                        \"_ws.expert.group\": \"83886080\",\n                                        \"_ws.expert.message\": \"Encrypted Payload\",\n                                        \"_ws.expert.severity\": \"6291456\",\n                                        \"zbee_sec.encrypted_payload\": \"\"\n                                    },\n                                    \"zbee.sec.counter\": \"69427199\",\n                                    \"zbee.sec.field\": \"0x00000028\",\n                                    \"zbee.sec.field_tree\": {\n                                        \"zbee.sec.ext_nonce\": \"1\",\n                                        \"zbee.sec.key_id\": \"0x00000001\"\n                                    },\n                                    \"zbee.sec.key_seqno\": \"0\",\n                                    \"zbee.sec.mic\": \"85:6d:97:c0\",\n                                    \"zbee.sec.src64\": \"00:17:88:01:01:06:a2:f6\"\n                                },\n                                \"data\": {\n                                    \"data.data\": \"30:29:61:97:0e:94\",\n                                    \"data.len\": \"6\"\n                                },\n                                \"zbee_nwk.addr\": \"0x00000001\",\n                                \"zbee_nwk.addr64\": \"00:17:88:01:01:06:a2:f6\",\n                                \"zbee_nwk.dst\": \"0x0000fffd\",\n                                \"zbee_nwk.fcf\": \"0x00001209\",\n                                \"zbee_nwk.fcf_tree\": {\n                                    \"zbee_nwk.discovery\": \"0x00000000\",\n                                    \"zbee_nwk.end_device_initiator\": \"0\",\n                                    \"zbee_nwk.ext_dst\": \"0\",\n                                    \"zbee_nwk.ext_src\": \"1\",\n                                    \"zbee_nwk.frame_type\": \"0x00000001\",\n                                    \"zbee_nwk.multicast\": \"0\",\n                                    \"zbee_nwk.proto_version\": \"2\",\n                                    \"zbee_nwk.security\": \"1\",\n                                    \"zbee_nwk.src_route\": \"0\"\n                                },\n                                \"zbee_nwk.radius\": \"30\",\n                                \"zbee_nwk.seqno\": \"30\",\n                                \"zbee_nwk.src\": \"0x00000001\",\n                                \"zbee_nwk.src64\": \"00:17:88:01:01:06:a2:f6\"\n                            }\n                        }\n                    },\n                    \"_type\": \"doc\",\n                    \"parsed\": true\n                },\n                \"epid\": \"0x0000087d\",\n                \"frequency\": 2405000000,\n                \"latitude\": 37.8477274,\n                \"longitude\": -122.2901898,\n                \"malformed\": false,\n                \"packet\": \"MU1PeW9RSUFCQUFBQUFBQUFBQUFBUC8vQUFEREFBQUEzQlUyYVB6eUJ3QXpBQUFBTXdBQUFFR0lJSDBJLy84QkFBa1MvZjhCQUI0ZTlxSUdBUUdJRndBby8xOGpCUGFpQmdFQmlCY0FBREFwWVpjT2xJVnRsOENDRXc9PQ==\",\n                \"rssi\": 255,\n                \"sensor_name\": \"062018V2A10537\",\n                \"sensor_url_id\": \"pRGol6A63YjBKngE\",\n                \"url_id\": \"dWPjxYKz5PkAnMkG\"\n            },\n            {\n                \"altitude\": 0,\n                \"created\": \"2025-05-27T19:41:12.264904\",\n                \"decoded\": {\n                    \"_index\": \"packets-2025-05-27\",\n                    \"_score\": null,\n                    \"_source\": {\n                        \"layers\": {\n                            \"frame\": {\n                                \"frame.cap_len\": \"51\",\n                                \"frame.encap_type\": \"104\",\n                                \"frame.ignored\": \"0\",\n                                \"frame.len\": \"51\",\n                                \"frame.marked\": \"0\",\n                                \"frame.number\": \"1\",\n                                \"frame.offset_shift\": \"0.000000000\",\n                                \"frame.protocols\": \"wpan:zbee_nwk:data\",\n                                \"frame.time\": \"May 27, 2025 19:41:12.264904000 UTC\",\n                                \"frame.time_delta\": \"0.000000000\",\n                                \"frame.time_delta_displayed\": \"0.000000000\",\n                                \"frame.time_epoch\": \"1748374872.264904000\",\n                                \"frame.time_relative\": \"0.000000000\"\n                            },\n                            \"wpan\": {\n                                \"wpan.addr16\": \"0x00000001\",\n                                \"wpan.dst16\": \"0x0000ffff\",\n                                \"wpan.dst_pan\": \"0x0000087d\",\n                                \"wpan.fcf\": \"0x00008841\",\n                                \"wpan.fcf_tree\": {\n                                    \"wpan.ack_request\": \"0\",\n                                    \"wpan.dst_addr_mode\": \"0x00000002\",\n                                    \"wpan.fcf.reserved\": \"0\",\n                                    \"wpan.frame_type\": \"0x00000001\",\n                                    \"wpan.ie_present\": \"0\",\n                                    \"wpan.pan_id_compression\": \"1\",\n                                    \"wpan.pending\": \"0\",\n                                    \"wpan.security\": \"0\",\n                                    \"wpan.seqno_suppression\": \"0\",\n                                    \"wpan.src_addr_mode\": \"0x00000002\",\n                                    \"wpan.version\": \"0\"\n                                },\n                                \"wpan.fcs\": \"0x0000b3e4\",\n                                \"wpan.fcs_ok\": \"1\",\n                                \"wpan.frame_length\": \"49\",\n                                \"wpan.seq_no\": \"235\",\n                                \"wpan.src16\": \"0x00000001\"\n                            },\n                            \"zbee_nwk\": {\n                                \"ZigBee Security Header\": {\n                                    \"_ws.expert\": {\n                                        \"_ws.expert.group\": \"83886080\",\n                                        \"_ws.expert.message\": \"Encrypted Payload\",\n                                        \"_ws.expert.severity\": \"6291456\",\n                                        \"zbee_sec.encrypted_payload\": \"\"\n                                    },\n                                    \"zbee.sec.counter\": \"69427146\",\n                                    \"zbee.sec.field\": \"0x00000028\",\n                                    \"zbee.sec.field_tree\": {\n                                        \"zbee.sec.ext_nonce\": \"1\",\n                                        \"zbee.sec.key_id\": \"0x00000001\"\n                                    },\n                                    \"zbee.sec.key_seqno\": \"0\",\n                                    \"zbee.sec.mic\": \"53:e3:b5:f3\",\n                                    \"zbee.sec.src64\": \"00:17:88:01:01:06:a2:f6\"\n                                },\n                                \"data\": {\n                                    \"data.data\": \"8b:0c:c0:59:dc:4b\",\n                                    \"data.len\": \"6\"\n                                },\n                                \"zbee_nwk.addr\": \"0x00000001\",\n                                \"zbee_nwk.addr64\": \"00:17:88:01:01:06:a2:f6\",\n                                \"zbee_nwk.dst\": \"0x0000fffd\",\n                                \"zbee_nwk.fcf\": \"0x00001209\",\n                                \"zbee_nwk.fcf_tree\": {\n                                    \"zbee_nwk.discovery\": \"0x00000000\",\n                                    \"zbee_nwk.end_device_initiator\": \"0\",\n                                    \"zbee_nwk.ext_dst\": \"0\",\n                                    \"zbee_nwk.ext_src\": \"1\",\n                                    \"zbee_nwk.frame_type\": \"0x00000001\",\n                                    \"zbee_nwk.multicast\": \"0\",\n                                    \"zbee_nwk.proto_version\": \"2\",\n                                    \"zbee_nwk.security\": \"1\",\n                                    \"zbee_nwk.src_route\": \"0\"\n                                },\n                                \"zbee_nwk.radius\": \"30\",\n                                \"zbee_nwk.seqno\": \"189\",\n                                \"zbee_nwk.src\": \"0x00000001\",\n                                \"zbee_nwk.src64\": \"00:17:88:01:01:06:a2:f6\"\n                            }\n                        }\n                    },\n                    \"_type\": \"doc\",\n                    \"parsed\": true\n                },\n                \"epid\": \"0x0000087d\",\n                \"frequency\": 2405000000,\n                \"latitude\": 37.8477274,\n                \"longitude\": -122.2901898,\n                \"malformed\": false,\n                \"packet\": \"MU1PeW9RSUFCQUFBQUFBQUFBQUFBUC8vQUFEREFBQUFXQlUyYU1nS0JBQXpBQUFBTXdBQUFFR0k2MzBJLy84QkFBa1MvZjhCQUI2OTlxSUdBUUdJRndBb3lsOGpCUGFpQmdFQmlCY0FBSXNNd0ZuY1MxUGp0ZlBrc3c9PQ==\",\n                \"rssi\": 255,\n                \"sensor_name\": \"062018V2A10537\",\n                \"sensor_url_id\": \"pRGol6A63YjBKngE\",\n                \"url_id\": \"KwoZqAG8XPJY8B3P\"\n            },\n            {\n                \"altitude\": 0,\n                \"created\": \"2025-05-27T19:39:03.012346\",\n                \"decoded\": {\n                    \"_index\": \"packets-2025-05-27\",\n                    \"_score\": null,\n                    \"_source\": {\n                        \"layers\": {\n                            \"frame\": {\n                                \"frame.cap_len\": \"51\",\n                                \"frame.encap_type\": \"104\",\n                                \"frame.ignored\": \"0\",\n                                \"frame.len\": \"51\",\n                                \"frame.marked\": \"0\",\n                                \"frame.number\": \"1\",\n                                \"frame.offset_shift\": \"0.000000000\",\n                                \"frame.protocols\": \"wpan:zbee_nwk:data\",\n                                \"frame.time\": \"May 27, 2025 19:39:03.012346000 UTC\",\n                                \"frame.time_delta\": \"0.000000000\",\n                                \"frame.time_delta_displayed\": \"0.000000000\",\n                                \"frame.time_epoch\": \"1748374743.012346000\",\n                                \"frame.time_relative\": \"0.000000000\"\n                            },\n                            \"wpan\": {\n                                \"wpan.addr16\": \"0x00000001\",\n                                \"wpan.dst16\": \"0x0000ffff\",\n                                \"wpan.dst_pan\": \"0x0000087d\",\n                                \"wpan.fcf\": \"0x00008841\",\n                                \"wpan.fcf_tree\": {\n                                    \"wpan.ack_request\": \"0\",\n                                    \"wpan.dst_addr_mode\": \"0x00000002\",\n                                    \"wpan.fcf.reserved\": \"0\",\n                                    \"wpan.frame_type\": \"0x00000001\",\n                                    \"wpan.ie_present\": \"0\",\n                                    \"wpan.pan_id_compression\": \"1\",\n                                    \"wpan.pending\": \"0\",\n                                    \"wpan.security\": \"0\",\n                                    \"wpan.seqno_suppression\": \"0\",\n                                    \"wpan.src_addr_mode\": \"0x00000002\",\n                                    \"wpan.version\": \"0\"\n                                },\n                                \"wpan.fcs\": \"0x0000c9b6\",\n                                \"wpan.fcs_ok\": \"1\",\n                                \"wpan.frame_length\": \"49\",\n                                \"wpan.seq_no\": \"184\",\n                                \"wpan.src16\": \"0x00000001\"\n                            },\n                            \"zbee_nwk\": {\n                                \"ZigBee Security Header\": {\n                                    \"_ws.expert\": {\n                                        \"_ws.expert.group\": \"83886080\",\n                                        \"_ws.expert.message\": \"Encrypted Payload\",\n                                        \"_ws.expert.severity\": \"6291456\",\n                                        \"zbee_sec.encrypted_payload\": \"\"\n                                    },\n                                    \"zbee.sec.counter\": \"69427095\",\n                                    \"zbee.sec.field\": \"0x00000028\",\n                                    \"zbee.sec.field_tree\": {\n                                        \"zbee.sec.ext_nonce\": \"1\",\n                                        \"zbee.sec.key_id\": \"0x00000001\"\n                                    },\n                                    \"zbee.sec.key_seqno\": \"0\",\n                                    \"zbee.sec.mic\": \"46:e8:5f:a0\",\n                                    \"zbee.sec.src64\": \"00:17:88:01:01:06:a2:f6\"\n                                },\n                                \"data\": {\n                                    \"data.data\": \"6a:ab:3b:28:ff:ae\",\n                                    \"data.len\": \"6\"\n                                },\n                                \"zbee_nwk.addr\": \"0x00000001\",\n                                \"zbee_nwk.addr64\": \"00:17:88:01:01:06:a2:f6\",\n                                \"zbee_nwk.dst\": \"0x0000fffd\",\n                                \"zbee_nwk.fcf\": \"0x00001209\",\n                                \"zbee_nwk.fcf_tree\": {\n                                    \"zbee_nwk.discovery\": \"0x00000000\",\n                                    \"zbee_nwk.end_device_initiator\": \"0\",\n                                    \"zbee_nwk.ext_dst\": \"0\",\n                                    \"zbee_nwk.ext_src\": \"1\",\n                                    \"zbee_nwk.frame_type\": \"0x00000001\",\n                                    \"zbee_nwk.multicast\": \"0\",\n                                    \"zbee_nwk.proto_version\": \"2\",\n                                    \"zbee_nwk.security\": \"1\",\n                                    \"zbee_nwk.src_route\": \"0\"\n                                },\n                                \"zbee_nwk.radius\": \"30\",\n                                \"zbee_nwk.seqno\": \"95\",\n                                \"zbee_nwk.src\": \"0x00000001\",\n                                \"zbee_nwk.src64\": \"00:17:88:01:01:06:a2:f6\"\n                            }\n                        }\n                    },\n                    \"_type\": \"doc\",\n                    \"parsed\": true\n                },\n                \"epid\": \"0x0000087d\",\n                \"frequency\": 2405000000,\n                \"latitude\": 37.8477274,\n                \"longitude\": -122.2901898,\n                \"malformed\": false,\n                \"packet\": \"MU1PeW9RSUFCQUFBQUFBQUFBQUFBUC8vQUFEREFBQUExeFEyYURvd0FBQXpBQUFBTXdBQUFFR0l1SDBJLy84QkFBa1MvZjhCQUI1ZjlxSUdBUUdJRndBb2wxOGpCUGFpQmdFQmlCY0FBR3FyT3lqL3JrYm9YNkMyeVE9PQ==\",\n                \"rssi\": 255,\n                \"sensor_name\": \"062018V2A10537\",\n                \"sensor_url_id\": \"pRGol6A63YjBKngE\",\n                \"url_id\": \"6bvQz9OMWELY1Pro\"\n            },\n            {\n                \"altitude\": 0,\n                \"created\": \"2025-05-27T19:39:00.006325\",\n                \"decoded\": {\n                    \"_index\": \"packets-2025-05-27\",\n                    \"_score\": null,\n                    \"_source\": {\n                        \"layers\": {\n                            \"frame\": {\n                                \"frame.cap_len\": \"51\",\n                                \"frame.encap_type\": \"104\",\n                                \"frame.ignored\": \"0\",\n                                \"frame.len\": \"51\",\n                                \"frame.marked\": \"0\",\n                                \"frame.number\": \"1\",\n                                \"frame.offset_shift\": \"0.000000000\",\n                                \"frame.protocols\": \"wpan:zbee_nwk:data\",\n                                \"frame.time\": \"May 27, 2025 19:39:00.006324000 UTC\",\n                                \"frame.time_delta\": \"0.000000000\",\n                                \"frame.time_delta_displayed\": \"0.000000000\",\n                                \"frame.time_epoch\": \"1748374740.006324000\",\n                                \"frame.time_relative\": \"0.000000000\"\n                            },\n                            \"wpan\": {\n                                \"wpan.addr16\": \"0x00000001\",\n                                \"wpan.dst16\": \"0x0000ffff\",\n                                \"wpan.dst_pan\": \"0x0000087d\",\n                                \"wpan.fcf\": \"0x00008841\",\n                                \"wpan.fcf_tree\": {\n                                    \"wpan.ack_request\": \"0\",\n                                    \"wpan.dst_addr_mode\": \"0x00000002\",\n                                    \"wpan.fcf.reserved\": \"0\",\n                                    \"wpan.frame_type\": \"0x00000001\",\n                                    \"wpan.ie_present\": \"0\",\n                                    \"wpan.pan_id_compression\": \"1\",\n                                    \"wpan.pending\": \"0\",\n                                    \"wpan.security\": \"0\",\n                                    \"wpan.seqno_suppression\": \"0\",\n                                    \"wpan.src_addr_mode\": \"0x00000002\",\n                                    \"wpan.version\": \"0\"\n                                },\n                                \"wpan.fcs\": \"0x0000b04b\",\n                                \"wpan.fcs_ok\": \"1\",\n                                \"wpan.frame_length\": \"49\",\n                                \"wpan.seq_no\": \"182\",\n                                \"wpan.src16\": \"0x00000001\"\n                            },\n                            \"zbee_nwk\": {\n                                \"ZigBee Security Header\": {\n                                    \"_ws.expert\": {\n                                        \"_ws.expert.group\": \"83886080\",\n                                        \"_ws.expert.message\": \"Encrypted Payload\",\n                                        \"_ws.expert.severity\": \"6291456\",\n                                        \"zbee_sec.encrypted_payload\": \"\"\n                                    },\n                                    \"zbee.sec.counter\": \"69427093\",\n                                    \"zbee.sec.field\": \"0x00000028\",\n                                    \"zbee.sec.field_tree\": {\n                                        \"zbee.sec.ext_nonce\": \"1\",\n                                        \"zbee.sec.key_id\": \"0x00000001\"\n                                    },\n                                    \"zbee.sec.key_seqno\": \"0\",\n                                    \"zbee.sec.mic\": \"c3:89:62:d7\",\n                                    \"zbee.sec.src64\": \"00:17:88:01:01:06:a2:f6\"\n                                },\n                                \"data\": {\n                                    \"data.data\": \"0c:39:cc:a0:b7:ca\",\n                                    \"data.len\": \"6\"\n                                },\n                                \"zbee_nwk.addr\": \"0x00000001\",\n                                \"zbee_nwk.addr64\": \"00:17:88:01:01:06:a2:f6\",\n                                \"zbee_nwk.dst\": \"0x0000fffd\",\n                                \"zbee_nwk.fcf\": \"0x00001209\",\n                                \"zbee_nwk.fcf_tree\": {\n                                    \"zbee_nwk.discovery\": \"0x00000000\",\n                                    \"zbee_nwk.end_device_initiator\": \"0\",\n                                    \"zbee_nwk.ext_dst\": \"0\",\n                                    \"zbee_nwk.ext_src\": \"1\",\n                                    \"zbee_nwk.frame_type\": \"0x00000001\",\n                                    \"zbee_nwk.multicast\": \"0\",\n                                    \"zbee_nwk.proto_version\": \"2\",\n                                    \"zbee_nwk.security\": \"1\",\n                                    \"zbee_nwk.src_route\": \"0\"\n                                },\n                                \"zbee_nwk.radius\": \"30\",\n                                \"zbee_nwk.seqno\": \"92\",\n                                \"zbee_nwk.src\": \"0x00000001\",\n                                \"zbee_nwk.src64\": \"00:17:88:01:01:06:a2:f6\"\n                            }\n                        }\n                    },\n                    \"_type\": \"doc\",\n                    \"parsed\": true\n                },\n                \"epid\": \"0x0000087d\",\n                \"frequency\": 2405000000,\n                \"latitude\": 37.8477274,\n                \"longitude\": -122.2901898,\n                \"malformed\": false,\n                \"packet\": \"MU1PeW9RSUFCQUFBQUFBQUFBQUFBUC8vQUFEREFBQUExQlEyYUxRWUFBQXpBQUFBTXdBQUFFR0l0bjBJLy84QkFBa1MvZjhCQUI1YzlxSUdBUUdJRndBb2xWOGpCUGFpQmdFQmlCY0FBQXc1ektDM3lzT0pZdGRMc0E9PQ==\",\n                \"rssi\": 255,\n                \"sensor_name\": \"062018V2A10537\",\n                \"sensor_url_id\": \"pRGol6A63YjBKngE\",\n                \"url_id\": \"xqj1wYbERWLAkgQ6\"\n            },\n            {\n                \"altitude\": 0,\n                \"created\": \"2025-05-27T19:39:02.156573\",\n                \"decoded\": {\n                    \"_index\": \"packets-2025-05-27\",\n                    \"_score\": null,\n                    \"_source\": {\n                        \"layers\": {\n                            \"frame\": {\n                                \"frame.cap_len\": \"47\",\n                                \"frame.encap_type\": \"104\",\n                                \"frame.ignored\": \"0\",\n                                \"frame.len\": \"47\",\n                                \"frame.marked\": \"0\",\n                                \"frame.number\": \"1\",\n                                \"frame.offset_shift\": \"0.000000000\",\n                                \"frame.protocols\": \"wpan:zbee_nwk:data\",\n                                \"frame.time\": \"May 27, 2025 19:39:02.156572000 UTC\",\n                                \"frame.time_delta\": \"0.000000000\",\n                                \"frame.time_delta_displayed\": \"0.000000000\",\n                                \"frame.time_epoch\": \"1748374742.156572000\",\n                                \"frame.time_relative\": \"0.000000000\"\n                            },\n                            \"wpan\": {\n                                \"wpan.addr16\": \"0x00000001\",\n                                \"wpan.dst16\": \"0x0000ffff\",\n                                \"wpan.dst_pan\": \"0x0000087d\",\n                                \"wpan.fcf\": \"0x00008841\",\n                                \"wpan.fcf_tree\": {\n                                    \"wpan.ack_request\": \"0\",\n                                    \"wpan.dst_addr_mode\": \"0x00000002\",\n                                    \"wpan.fcf.reserved\": \"0\",\n                                    \"wpan.frame_type\": \"0x00000001\",\n                                    \"wpan.ie_present\": \"0\",\n                                    \"wpan.pan_id_compression\": \"1\",\n                                    \"wpan.pending\": \"0\",\n                                    \"wpan.security\": \"0\",\n                                    \"wpan.seqno_suppression\": \"0\",\n                                    \"wpan.src_addr_mode\": \"0x00000002\",\n                                    \"wpan.version\": \"0\"\n                                },\n                                \"wpan.fcs\": \"0x00008c78\",\n                                \"wpan.fcs_ok\": \"1\",\n                                \"wpan.frame_length\": \"45\",\n                                \"wpan.seq_no\": \"183\",\n                                \"wpan.src16\": \"0x00000001\"\n                            },\n                            \"zbee_nwk\": {\n                                \"ZigBee Security Header\": {\n                                    \"_ws.expert\": {\n                                        \"_ws.expert.group\": \"83886080\",\n                                        \"_ws.expert.message\": \"Encrypted Payload\",\n                                        \"_ws.expert.severity\": \"6291456\",\n                                        \"zbee_sec.encrypted_payload\": \"\"\n                                    },\n                                    \"zbee.sec.counter\": \"69427094\",\n                                    \"zbee.sec.field\": \"0x00000028\",\n                                    \"zbee.sec.field_tree\": {\n                                        \"zbee.sec.ext_nonce\": \"1\",\n                                        \"zbee.sec.key_id\": \"0x00000001\"\n                                    },\n                                    \"zbee.sec.key_seqno\": \"0\",\n                                    \"zbee.sec.mic\": \"45:f7:f7:dc\",\n                                    \"zbee.sec.src64\": \"00:17:88:01:01:06:a2:f6\"\n                                },\n                                \"data\": {\n                                    \"data.data\": \"96:d1\",\n                                    \"data.len\": \"2\"\n                                },\n                                \"zbee_nwk.addr\": \"0x00000001\",\n                                \"zbee_nwk.addr64\": \"00:17:88:01:01:06:a2:f6\",\n                                \"zbee_nwk.dst\": \"0x0000fffc\",\n                                \"zbee_nwk.fcf\": \"0x00001209\",\n                                \"zbee_nwk.fcf_tree\": {\n                                    \"zbee_nwk.discovery\": \"0x00000000\",\n                                    \"zbee_nwk.end_device_initiator\": \"0\",\n                                    \"zbee_nwk.ext_dst\": \"0\",\n                                    \"zbee_nwk.ext_src\": \"1\",\n                                    \"zbee_nwk.frame_type\": \"0x00000001\",\n                                    \"zbee_nwk.multicast\": \"0\",\n                                    \"zbee_nwk.proto_version\": \"2\",\n                                    \"zbee_nwk.security\": \"1\",\n                                    \"zbee_nwk.src_route\": \"0\"\n                                },\n                                \"zbee_nwk.radius\": \"1\",\n                                \"zbee_nwk.seqno\": \"93\",\n                                \"zbee_nwk.src\": \"0x00000001\",\n                                \"zbee_nwk.src64\": \"00:17:88:01:01:06:a2:f6\"\n                            }\n                        }\n                    },\n                    \"_type\": \"doc\",\n                    \"parsed\": true\n                },\n                \"epid\": \"0x0000087d\",\n                \"frequency\": 2405000000,\n                \"latitude\": 37.8477274,\n                \"longitude\": -122.2901898,\n                \"malformed\": false,\n                \"packet\": \"MU1PeW9RSUFCQUFBQUFBQUFBQUFBUC8vQUFEREFBQUExaFEyYUp4akFnQXZBQUFBTHdBQUFFR0l0MzBJLy84QkFBa1MvUDhCQUFGZDlxSUdBUUdJRndBb2xsOGpCUGFpQmdFQmlCY0FBSmJSUmZmMzNIaU0=\",\n                \"rssi\": 255,\n                \"sensor_name\": \"062018V2A10537\",\n                \"sensor_url_id\": \"pRGol6A63YjBKngE\",\n                \"url_id\": \"BvpRXABomPgYZwyn\"\n            },\n            {\n                \"altitude\": 0,\n                \"created\": \"2025-05-27T19:36:50.743622\",\n                \"decoded\": {\n                    \"_index\": \"packets-2025-05-27\",\n                    \"_score\": null,\n                    \"_source\": {\n                        \"layers\": {\n                            \"frame\": {\n                                \"frame.cap_len\": \"51\",\n                                \"frame.encap_type\": \"104\",\n                                \"frame.ignored\": \"0\",\n                                \"frame.len\": \"51\",\n                                \"frame.marked\": \"0\",\n                                \"frame.number\": \"1\",\n                                \"frame.offset_shift\": \"0.000000000\",\n                                \"frame.protocols\": \"wpan:zbee_nwk:data\",\n                                \"frame.time\": \"May 27, 2025 19:36:50.743622000 UTC\",\n                                \"frame.time_delta\": \"0.000000000\",\n                                \"frame.time_delta_displayed\": \"0.000000000\",\n                                \"frame.time_epoch\": \"1748374610.743622000\",\n                                \"frame.time_relative\": \"0.000000000\"\n                            },\n                            \"wpan\": {\n                                \"wpan.addr16\": \"0x00000001\",\n                                \"wpan.dst16\": \"0x0000ffff\",\n                                \"wpan.dst_pan\": \"0x0000087d\",\n                                \"wpan.fcf\": \"0x00008841\",\n                                \"wpan.fcf_tree\": {\n                                    \"wpan.ack_request\": \"0\",\n                                    \"wpan.dst_addr_mode\": \"0x00000002\",\n                                    \"wpan.fcf.reserved\": \"0\",\n                                    \"wpan.frame_type\": \"0x00000001\",\n                                    \"wpan.ie_present\": \"0\",\n                                    \"wpan.pan_id_compression\": \"1\",\n                                    \"wpan.pending\": \"0\",\n                                    \"wpan.security\": \"0\",\n                                    \"wpan.seqno_suppression\": \"0\",\n                                    \"wpan.src_addr_mode\": \"0x00000002\",\n                                    \"wpan.version\": \"0\"\n                                },\n                                \"wpan.fcs\": \"0x00005db0\",\n                                \"wpan.fcs_ok\": \"1\",\n                                \"wpan.frame_length\": \"49\",\n                                \"wpan.seq_no\": \"131\",\n                                \"wpan.src16\": \"0x00000001\"\n                            },\n                            \"zbee_nwk\": {\n                                \"ZigBee Security Header\": {\n                                    \"_ws.expert\": {\n                                        \"_ws.expert.group\": \"83886080\",\n                                        \"_ws.expert.message\": \"Encrypted Payload\",\n                                        \"_ws.expert.severity\": \"6291456\",\n                                        \"zbee_sec.encrypted_payload\": \"\"\n                                    },\n                                    \"zbee.sec.counter\": \"69427042\",\n                                    \"zbee.sec.field\": \"0x00000028\",\n                                    \"zbee.sec.field_tree\": {\n                                        \"zbee.sec.ext_nonce\": \"1\",\n                                        \"zbee.sec.key_id\": \"0x00000001\"\n                                    },\n                                    \"zbee.sec.key_seqno\": \"0\",\n                                    \"zbee.sec.mic\": \"a8:f2:8a:f4\",\n                                    \"zbee.sec.src64\": \"00:17:88:01:01:06:a2:f6\"\n                                },\n                                \"data\": {\n                                    \"data.data\": \"fe:73:89:98:60:0d\",\n                                    \"data.len\": \"6\"\n                                },\n                                \"zbee_nwk.addr\": \"0x00000001\",\n                                \"zbee_nwk.addr64\": \"00:17:88:01:01:06:a2:f6\",\n                                \"zbee_nwk.dst\": \"0x0000fffd\",\n                                \"zbee_nwk.fcf\": \"0x00001209\",\n                                \"zbee_nwk.fcf_tree\": {\n                                    \"zbee_nwk.discovery\": \"0x00000000\",\n                                    \"zbee_nwk.end_device_initiator\": \"0\",\n                                    \"zbee_nwk.ext_dst\": \"0\",\n                                    \"zbee_nwk.ext_src\": \"1\",\n                                    \"zbee_nwk.frame_type\": \"0x00000001\",\n                                    \"zbee_nwk.multicast\": \"0\",\n                                    \"zbee_nwk.proto_version\": \"2\",\n                                    \"zbee_nwk.security\": \"1\",\n                                    \"zbee_nwk.src_route\": \"0\"\n                                },\n                                \"zbee_nwk.radius\": \"30\",\n                                \"zbee_nwk.seqno\": \"254\",\n                                \"zbee_nwk.src\": \"0x00000001\",\n                                \"zbee_nwk.src64\": \"00:17:88:01:01:06:a2:f6\"\n                            }\n                        }\n                    },\n                    \"_type\": \"doc\",\n                    \"parsed\": true\n                },\n                \"epid\": \"0x0000087d\",\n                \"frequency\": 2405000000,\n                \"latitude\": 37.8477274,\n                \"longitude\": -122.2901898,\n                \"malformed\": false,\n                \"packet\": \"MU1PeW9RSUFCQUFBQUFBQUFBQUFBUC8vQUFEREFBQUFVaFEyYU1aWUN3QXpBQUFBTXdBQUFFR0lnMzBJLy84QkFBa1MvZjhCQUI3KzlxSUdBUUdJRndBb1lsOGpCUGFpQmdFQmlCY0FBUDV6aVpoZ0RhanlpdlN3WFE9PQ==\",\n                \"rssi\": 255,\n                \"sensor_name\": \"062018V2A10537\",\n                \"sensor_url_id\": \"pRGol6A63YjBKngE\",\n                \"url_id\": \"q3MQw9R5W1L4gKVX\"\n            },\n            {\n                \"altitude\": 0,\n                \"created\": \"2025-05-27T19:36:35.721098\",\n                \"decoded\": {\n                    \"_index\": \"packets-2025-05-27\",\n                    \"_score\": null,\n                    \"_source\": {\n                        \"layers\": {\n                            \"frame\": {\n                                \"frame.cap_len\": \"51\",\n                                \"frame.encap_type\": \"104\",\n                                \"frame.ignored\": \"0\",\n                                \"frame.len\": \"51\",\n                                \"frame.marked\": \"0\",\n                                \"frame.number\": \"1\",\n                                \"frame.offset_shift\": \"0.000000000\",\n                                \"frame.protocols\": \"wpan:zbee_nwk:data\",\n                                \"frame.time\": \"May 27, 2025 19:36:35.721098000 UTC\",\n                                \"frame.time_delta\": \"0.000000000\",\n                                \"frame.time_delta_displayed\": \"0.000000000\",\n                                \"frame.time_epoch\": \"1748374595.721098000\",\n                                \"frame.time_relative\": \"0.000000000\"\n                            },\n                            \"wpan\": {\n                                \"wpan.addr16\": \"0x00000001\",\n                                \"wpan.dst16\": \"0x0000ffff\",\n                                \"wpan.dst_pan\": \"0x0000087d\",\n                                \"wpan.fcf\": \"0x00008841\",\n                                \"wpan.fcf_tree\": {\n                                    \"wpan.ack_request\": \"0\",\n                                    \"wpan.dst_addr_mode\": \"0x00000002\",\n                                    \"wpan.fcf.reserved\": \"0\",\n                                    \"wpan.frame_type\": \"0x00000001\",\n                                    \"wpan.ie_present\": \"0\",\n                                    \"wpan.pan_id_compression\": \"1\",\n                                    \"wpan.pending\": \"0\",\n                                    \"wpan.security\": \"0\",\n                                    \"wpan.seqno_suppression\": \"0\",\n                                    \"wpan.src_addr_mode\": \"0x00000002\",\n                                    \"wpan.version\": \"0\"\n                                },\n                                \"wpan.fcs\": \"0x0000cc78\",\n                                \"wpan.fcs_ok\": \"1\",\n                                \"wpan.frame_length\": \"49\",\n                                \"wpan.seq_no\": \"125\",\n                                \"wpan.src16\": \"0x00000001\"\n                            },\n                            \"zbee_nwk\": {\n                                \"ZigBee Security Header\": {\n                                    \"_ws.expert\": {\n                                        \"_ws.expert.group\": \"83886080\",\n                                        \"_ws.expert.message\": \"Encrypted Payload\",\n                                        \"_ws.expert.severity\": \"6291456\",\n                                        \"zbee_sec.encrypted_payload\": \"\"\n                                    },\n                                    \"zbee.sec.counter\": \"69427036\",\n                                    \"zbee.sec.field\": \"0x00000028\",\n                                    \"zbee.sec.field_tree\": {\n                                        \"zbee.sec.ext_nonce\": \"1\",\n                                        \"zbee.sec.key_id\": \"0x00000001\"\n                                    },\n                                    \"zbee.sec.key_seqno\": \"0\",\n                                    \"zbee.sec.mic\": \"a9:43:ad:5a\",\n                                    \"zbee.sec.src64\": \"00:17:88:01:01:06:a2:f6\"\n                                },\n                                \"data\": {\n                                    \"data.data\": \"e4:1c:f5:39:20:aa\",\n                                    \"data.len\": \"6\"\n                                },\n                                \"zbee_nwk.addr\": \"0x00000001\",\n                                \"zbee_nwk.addr64\": \"00:17:88:01:01:06:a2:f6\",\n                                \"zbee_nwk.dst\": \"0x0000fffd\",\n                                \"zbee_nwk.fcf\": \"0x00001209\",\n                                \"zbee_nwk.fcf_tree\": {\n                                    \"zbee_nwk.discovery\": \"0x00000000\",\n                                    \"zbee_nwk.end_device_initiator\": \"0\",\n                                    \"zbee_nwk.ext_dst\": \"0\",\n                                    \"zbee_nwk.ext_src\": \"1\",\n                                    \"zbee_nwk.frame_type\": \"0x00000001\",\n                                    \"zbee_nwk.multicast\": \"0\",\n                                    \"zbee_nwk.proto_version\": \"2\",\n                                    \"zbee_nwk.security\": \"1\",\n                                    \"zbee_nwk.src_route\": \"0\"\n                                },\n                                \"zbee_nwk.radius\": \"30\",\n                                \"zbee_nwk.seqno\": \"243\",\n                                \"zbee_nwk.src\": \"0x00000001\",\n                                \"zbee_nwk.src64\": \"00:17:88:01:01:06:a2:f6\"\n                            }\n                        }\n                    },\n                    \"_type\": \"doc\",\n                    \"parsed\": true\n                },\n                \"epid\": \"0x0000087d\",\n                \"frequency\": 0,\n                \"latitude\": 37.8477274,\n                \"longitude\": -122.2901898,\n                \"malformed\": false,\n                \"packet\": \"MU1PeW9RSUFCQUFBQUFBQUFBQUFBUC8vQUFEREFBQUFReFEyYU1vQUN3QXpBQUFBTXdBQUFFR0lmWDBJLy84QkFBa1MvZjhCQUI3ejlxSUdBUUdJRndBb1hGOGpCUGFpQmdFQmlCY0FBT1FjOVRrZ3FxbERyVnA0ekE9PQ==\",\n                \"rssi\": 255,\n                \"sensor_name\": \"062018V2A10537\",\n                \"sensor_url_id\": \"pRGol6A63YjBKngE\",\n                \"url_id\": \"VwzrOY1Oj2R96KkL\"\n            },\n            {\n                \"altitude\": 0,\n                \"created\": \"2025-05-27T19:36:50.743622\",\n                \"decoded\": {\n                    \"_index\": \"packets-2025-05-27\",\n                    \"_score\": null,\n                    \"_source\": {\n                        \"layers\": {\n                            \"frame\": {\n                                \"frame.cap_len\": \"51\",\n                                \"frame.encap_type\": \"104\",\n                                \"frame.ignored\": \"0\",\n                                \"frame.len\": \"51\",\n                                \"frame.marked\": \"0\",\n                                \"frame.number\": \"1\",\n                                \"frame.offset_shift\": \"0.000000000\",\n                                \"frame.protocols\": \"wpan:zbee_nwk:data\",\n                                \"frame.time\": \"May 27, 2025 19:36:50.743622000 UTC\",\n                                \"frame.time_delta\": \"0.000000000\",\n                                \"frame.time_delta_displayed\": \"0.000000000\",\n                                \"frame.time_epoch\": \"1748374610.743622000\",\n                                \"frame.time_relative\": \"0.000000000\"\n                            },\n                            \"wpan\": {\n                                \"wpan.addr16\": \"0x00000001\",\n                                \"wpan.dst16\": \"0x0000ffff\",\n                                \"wpan.dst_pan\": \"0x0000087d\",\n                                \"wpan.fcf\": \"0x00008841\",\n                                \"wpan.fcf_tree\": {\n                                    \"wpan.ack_request\": \"0\",\n                                    \"wpan.dst_addr_mode\": \"0x00000002\",\n                                    \"wpan.fcf.reserved\": \"0\",\n                                    \"wpan.frame_type\": \"0x00000001\",\n                                    \"wpan.ie_present\": \"0\",\n                                    \"wpan.pan_id_compression\": \"1\",\n                                    \"wpan.pending\": \"0\",\n                                    \"wpan.security\": \"0\",\n                                    \"wpan.seqno_suppression\": \"0\",\n                                    \"wpan.src_addr_mode\": \"0x00000002\",\n                                    \"wpan.version\": \"0\"\n                                },\n                                \"wpan.fcs\": \"0x00005db0\",\n                                \"wpan.fcs_ok\": \"1\",\n                                \"wpan.frame_length\": \"49\",\n                                \"wpan.seq_no\": \"131\",\n                                \"wpan.src16\": \"0x00000001\"\n                            },\n                            \"zbee_nwk\": {\n                                \"ZigBee Security Header\": {\n                                    \"_ws.expert\": {\n                                        \"_ws.expert.group\": \"83886080\",\n                                        \"_ws.expert.message\": \"Encrypted Payload\",\n                                        \"_ws.expert.severity\": \"6291456\",\n                                        \"zbee_sec.encrypted_payload\": \"\"\n                                    },\n                                    \"zbee.sec.counter\": \"69427042\",\n                                    \"zbee.sec.field\": \"0x00000028\",\n                                    \"zbee.sec.field_tree\": {\n                                        \"zbee.sec.ext_nonce\": \"1\",\n                                        \"zbee.sec.key_id\": \"0x00000001\"\n                                    },\n                                    \"zbee.sec.key_seqno\": \"0\",\n                                    \"zbee.sec.mic\": \"a8:f2:8a:f4\",\n                                    \"zbee.sec.src64\": \"00:17:88:01:01:06:a2:f6\"\n                                },\n                                \"data\": {\n                                    \"data.data\": \"fe:73:89:98:60:0d\",\n                                    \"data.len\": \"6\"\n                                },\n                                \"zbee_nwk.addr\": \"0x00000001\",\n                                \"zbee_nwk.addr64\": \"00:17:88:01:01:06:a2:f6\",\n                                \"zbee_nwk.dst\": \"0x0000fffd\",\n                                \"zbee_nwk.fcf\": \"0x00001209\",\n                                \"zbee_nwk.fcf_tree\": {\n                                    \"zbee_nwk.discovery\": \"0x00000000\",\n                                    \"zbee_nwk.end_device_initiator\": \"0\",\n                                    \"zbee_nwk.ext_dst\": \"0\",\n                                    \"zbee_nwk.ext_src\": \"1\",\n                                    \"zbee_nwk.frame_type\": \"0x00000001\",\n                                    \"zbee_nwk.multicast\": \"0\",\n                                    \"zbee_nwk.proto_version\": \"2\",\n                                    \"zbee_nwk.security\": \"1\",\n                                    \"zbee_nwk.src_route\": \"0\"\n                                },\n                                \"zbee_nwk.radius\": \"30\",\n                                \"zbee_nwk.seqno\": \"254\",\n                                \"zbee_nwk.src\": \"0x00000001\",\n                                \"zbee_nwk.src64\": \"00:17:88:01:01:06:a2:f6\"\n                            }\n                        }\n                    },\n                    \"_type\": \"doc\",\n                    \"parsed\": true\n                },\n                \"epid\": \"0x0000087d\",\n                \"frequency\": 2405000000,\n                \"latitude\": 37.8477274,\n                \"longitude\": -122.2901898,\n                \"malformed\": false,\n                \"packet\": \"MU1PeW9RSUFCQUFBQUFBQUFBQUFBUC8vQUFEREFBQUFVaFEyYU1aWUN3QXpBQUFBTXdBQUFFR0lnMzBJLy84QkFBa1MvZjhCQUI3KzlxSUdBUUdJRndBb1lsOGpCUGFpQmdFQmlCY0FBUDV6aVpoZ0RhanlpdlN3WFE9PQ==\",\n                \"rssi\": 255,\n                \"sensor_name\": \"062018V2A10537\",\n                \"sensor_url_id\": \"pRGol6A63YjBKngE\",\n                \"url_id\": \"kLB1eAyyGeLAnXKy\"\n            },\n            {\n                \"altitude\": 0,\n                \"created\": \"2025-05-27T19:36:35.721098\",\n                \"decoded\": {\n                    \"_index\": \"packets-2025-05-27\",\n                    \"_score\": null,\n                    \"_source\": {\n                        \"layers\": {\n                            \"frame\": {\n                                \"frame.cap_len\": \"51\",\n                                \"frame.encap_type\": \"104\",\n                                \"frame.ignored\": \"0\",\n                                \"frame.len\": \"51\",\n                                \"frame.marked\": \"0\",\n                                \"frame.number\": \"1\",\n                                \"frame.offset_shift\": \"0.000000000\",\n                                \"frame.protocols\": \"wpan:zbee_nwk:data\",\n                                \"frame.time\": \"May 27, 2025 19:36:35.721098000 UTC\",\n                                \"frame.time_delta\": \"0.000000000\",\n                                \"frame.time_delta_displayed\": \"0.000000000\",\n                                \"frame.time_epoch\": \"1748374595.721098000\",\n                                \"frame.time_relative\": \"0.000000000\"\n                            },\n                            \"wpan\": {\n                                \"wpan.addr16\": \"0x00000001\",\n                                \"wpan.dst16\": \"0x0000ffff\",\n                                \"wpan.dst_pan\": \"0x0000087d\",\n                                \"wpan.fcf\": \"0x00008841\",\n                                \"wpan.fcf_tree\": {\n                                    \"wpan.ack_request\": \"0\",\n                                    \"wpan.dst_addr_mode\": \"0x00000002\",\n                                    \"wpan.fcf.reserved\": \"0\",\n                                    \"wpan.frame_type\": \"0x00000001\",\n                                    \"wpan.ie_present\": \"0\",\n                                    \"wpan.pan_id_compression\": \"1\",\n                                    \"wpan.pending\": \"0\",\n                                    \"wpan.security\": \"0\",\n                                    \"wpan.seqno_suppression\": \"0\",\n                                    \"wpan.src_addr_mode\": \"0x00000002\",\n                                    \"wpan.version\": \"0\"\n                                },\n                                \"wpan.fcs\": \"0x0000cc78\",\n                                \"wpan.fcs_ok\": \"1\",\n                                \"wpan.frame_length\": \"49\",\n                                \"wpan.seq_no\": \"125\",\n                                \"wpan.src16\": \"0x00000001\"\n                            },\n                            \"zbee_nwk\": {\n                                \"ZigBee Security Header\": {\n                                    \"_ws.expert\": {\n                                        \"_ws.expert.group\": \"83886080\",\n                                        \"_ws.expert.message\": \"Encrypted Payload\",\n                                        \"_ws.expert.severity\": \"6291456\",\n                                        \"zbee_sec.encrypted_payload\": \"\"\n                                    },\n                                    \"zbee.sec.counter\": \"69427036\",\n                                    \"zbee.sec.field\": \"0x00000028\",\n                                    \"zbee.sec.field_tree\": {\n                                        \"zbee.sec.ext_nonce\": \"1\",\n                                        \"zbee.sec.key_id\": \"0x00000001\"\n                                    },\n                                    \"zbee.sec.key_seqno\": \"0\",\n                                    \"zbee.sec.mic\": \"a9:43:ad:5a\",\n                                    \"zbee.sec.src64\": \"00:17:88:01:01:06:a2:f6\"\n                                },\n                                \"data\": {\n                                    \"data.data\": \"e4:1c:f5:39:20:aa\",\n                                    \"data.len\": \"6\"\n                                },\n                                \"zbee_nwk.addr\": \"0x00000001\",\n                                \"zbee_nwk.addr64\": \"00:17:88:01:01:06:a2:f6\",\n                                \"zbee_nwk.dst\": \"0x0000fffd\",\n                                \"zbee_nwk.fcf\": \"0x00001209\",\n                                \"zbee_nwk.fcf_tree\": {\n                                    \"zbee_nwk.discovery\": \"0x00000000\",\n                                    \"zbee_nwk.end_device_initiator\": \"0\",\n                                    \"zbee_nwk.ext_dst\": \"0\",\n                                    \"zbee_nwk.ext_src\": \"1\",\n                                    \"zbee_nwk.frame_type\": \"0x00000001\",\n                                    \"zbee_nwk.multicast\": \"0\",\n                                    \"zbee_nwk.proto_version\": \"2\",\n                                    \"zbee_nwk.security\": \"1\",\n                                    \"zbee_nwk.src_route\": \"0\"\n                                },\n                                \"zbee_nwk.radius\": \"30\",\n                                \"zbee_nwk.seqno\": \"243\",\n                                \"zbee_nwk.src\": \"0x00000001\",\n                                \"zbee_nwk.src64\": \"00:17:88:01:01:06:a2:f6\"\n                            }\n                        }\n                    },\n                    \"_type\": \"doc\",\n                    \"parsed\": true\n                },\n                \"epid\": \"0x0000087d\",\n                \"frequency\": 0,\n                \"latitude\": 37.8477274,\n                \"longitude\": -122.2901898,\n                \"malformed\": false,\n                \"packet\": \"MU1PeW9RSUFCQUFBQUFBQUFBQUFBUC8vQUFEREFBQUFReFEyYU1vQUN3QXpBQUFBTXdBQUFFR0lmWDBJLy84QkFBa1MvZjhCQUI3ejlxSUdBUUdJRndBb1hGOGpCUGFpQmdFQmlCY0FBT1FjOVRrZ3FxbERyVnA0ekE9PQ==\",\n                \"rssi\": 255,\n                \"sensor_name\": \"062018V2A10537\",\n                \"sensor_url_id\": \"pRGol6A63YjBKngE\",\n                \"url_id\": \"jdp20Y7LnPw4lKyV\"\n            }\n        ]\n    },\n    \"status\": \"success\"\n}"}],"_postman_id":"34db8bfb-88d2-4ae2-9e52-c5330928a72a"}],"id":"cced2c13-0af1-4ea2-8dde-61ac39d0ea04","description":"<p>LrWPAN (802.15.4) Networks and Devices.</p>\n","_postman_id":"cced2c13-0af1-4ea2-8dde-61ac39d0ea04","auth":{"type":"bearer","bearer":{"token":"access_token"},"isInherited":true,"source":{"_postman_id":"d8f119ea-2083-456b-8a58-29991b8becad","id":"d8f119ea-2083-456b-8a58-29991b8becad","name":"802 Secure/LOCH Customer API","type":"collection"}}},{"name":"LoRa / LoRaWAN Captures","item":[{"name":"Captures","id":"4d22e183-a6f8-4403-b0b1-4e9b9ed990ab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.802secure.net/apiv1/customer/lora_captures?minutes=10","description":"<p>Returns a list of observed LrWPAN (802.15.4) Networks and any devices connected to it.</p>\n","auth":{"type":"bearer","bearer":{"token":"access_token"},"isInherited":true,"source":{"_postman_id":"d8f119ea-2083-456b-8a58-29991b8becad","id":"d8f119ea-2083-456b-8a58-29991b8becad","name":"802 Secure/LOCH Customer API","type":"collection"}},"urlObject":{"path":["lora_captures"],"host":["https://api.802secure.net/apiv1/customer"],"query":[{"disabled":true,"description":{"content":"<p>AirShield Sensor URL Identifier to filter, if desired</p>\n","type":"text/plain"},"key":"sensor_url_id","value":null},{"description":{"content":"<p>Number of minutes ago to retrieve</p>\n","type":"text/plain"},"key":"minutes","value":"10"},{"disabled":true,"description":{"content":"<p>Starting timestamp to query</p>\n","type":"text/plain"},"key":"start_timestamp","value":null},{"disabled":true,"description":{"content":"<p>Ending timestamp to query, default to now. Start and end must be less than 31 days.</p>\n","type":"text/plain"},"key":"end_timestamp","value":null}],"variable":[]}},"response":[],"_postman_id":"4d22e183-a6f8-4403-b0b1-4e9b9ed990ab"}],"id":"301b444d-e342-45f8-b82b-7edf11f261a5","description":"<p>LoRa and LoRaWAN captured frames.</p>\n","_postman_id":"301b444d-e342-45f8-b82b-7edf11f261a5","auth":{"type":"bearer","bearer":{"token":"access_token"},"isInherited":true,"source":{"_postman_id":"d8f119ea-2083-456b-8a58-29991b8becad","id":"d8f119ea-2083-456b-8a58-29991b8becad","name":"802 Secure/LOCH Customer API","type":"collection"}}},{"name":"Cellular","item":[{"name":"Cellular Tower List","id":"dc917ccc-b9c3-49cc-ac92-975ad470cccc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.802secure.net/apiv1/customer/celltowers","description":"<p>Obtain a list of recent Celluar Towers.</p>\n<p>Must include a UNIX timestamp to start from.</p>\n","auth":{"type":"bearer","bearer":{"token":"access_token"},"isInherited":true,"source":{"_postman_id":"0b96d5a4-447e-42d1-8d05-0ddcdd0a9be2","id":"0b96d5a4-447e-42d1-8d05-0ddcdd0a9be2","name":"Cellular","type":"folder"}},"urlObject":{"path":["celltowers"],"host":["https://api.802secure.net/apiv1/customer"],"query":[],"variable":[]}},"response":[{"id":"1694d4ca-9206-4e7b-a99a-e1357a90d6bd","name":"Cellular Tower List","originalRequest":{"method":"GET","header":[],"url":"https://api.802secure.net/apiv1/customer/celltowers"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 13 Oct 2021 17:05:44 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"12578"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Set-Cookie","value":"session=43f4a056-a2fd-4c50-8768-0074ab1b9e05.HOdpiThSGqscW3HLxSeTicUHPeM; Expires=Wed, 13-Oct-2021 18:05:44 GMT; Secure; HttpOnly; Path=/"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"celltowers\": [\n            {\n                \"band_id\": 4,\n                \"carrier\": \"T-Mobile\",\n                \"cell_id\": 21624323,\n                \"earfcn\": 2300,\n                \"first_seen\": \"2019-07-09T17:56:17.908566\",\n                \"lac\": 11334,\n                \"last_seen\": \"2021-10-13T16:19:35\",\n                \"mcc\": 310,\n                \"mnc\": 260,\n                \"rssi\": -73.60801299029511,\n                \"sensor_id\": \"jpEVxKyXvbLrQRY2\",\n                \"sensor_name\": \"Demo-V2-Seattle\",\n                \"sensor_url_id\": \"jpEVxKyXvbLrQRY2\",\n                \"technology\": \"LTE\",\n                \"threat_level\": 0,\n                \"url_id\": \"boPwynlOxmDq6mAz\"\n            },\n            {\n                \"band_id\": 4,\n                \"carrier\": \"Sprint Spectrum\",\n                \"cell_id\": 21624323,\n                \"earfcn\": 2300,\n                \"first_seen\": \"2019-07-09T17:56:17.997701\",\n                \"lac\": 11334,\n                \"last_seen\": \"2021-10-13T16:19:35\",\n                \"mcc\": 311,\n                \"mnc\": 490,\n                \"rssi\": -73.60801299029511,\n                \"sensor_id\": \"jpEVxKyXvbLrQRY2\",\n                \"sensor_name\": \"Demo-V2-Seattle\",\n                \"sensor_url_id\": \"jpEVxKyXvbLrQRY2\",\n                \"technology\": \"LTE\",\n                \"threat_level\": 10,\n                \"url_id\": \"42oQbKMxXGLBXzjV\"\n            },\n            {\n                \"band_id\": 4,\n                \"carrier\": \"Sprint Spectrum\",\n                \"cell_id\": 21395459,\n                \"earfcn\": 2300,\n                \"first_seen\": \"2020-10-30T12:41:04.450992\",\n                \"lac\": 16763,\n                \"last_seen\": \"2021-10-13T16:47:33\",\n                \"mcc\": 311,\n                \"mnc\": 490,\n                \"rssi\": -71.85889938224234,\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"sensor_url_id\": \"PVyXoLbp5RD7QRWE\",\n                \"technology\": \"LTE\",\n                \"threat_level\": 0,\n                \"url_id\": \"B8z2ND8lrdDY5ERg\"\n            },\n            {\n                \"band_id\": 4,\n                \"carrier\": \"T-Mobile\",\n                \"cell_id\": 21395459,\n                \"earfcn\": 2300,\n                \"first_seen\": \"2018-08-01T23:20:56.900206\",\n                \"lac\": 16763,\n                \"last_seen\": \"2021-10-13T16:47:33\",\n                \"mcc\": 310,\n                \"mnc\": 260,\n                \"rssi\": -71.85889938224234,\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"sensor_url_id\": \"PVyXoLbp5RD7QRWE\",\n                \"technology\": \"LTE\",\n                \"threat_level\": 0,\n                \"url_id\": \"O269yoDgwDvx8VW3\"\n            },\n            {\n                \"band_id\": 5,\n                \"carrier\": \"Verizon Wireless\",\n                \"cell_id\": 27411,\n                \"earfcn\": 2560,\n                \"first_seen\": \"2019-04-26T00:33:14.941576\",\n                \"lac\": 7,\n                \"last_seen\": \"2021-10-13T16:54:05\",\n                \"mcc\": 311,\n                \"mnc\": 480,\n                \"rssi\": -72.70169901080345,\n                \"sensor_id\": \"jpEVxKyXvbLrQRY2\",\n                \"sensor_name\": \"Demo-V2-Seattle\",\n                \"sensor_url_id\": \"jpEVxKyXvbLrQRY2\",\n                \"technology\": \"LTE\",\n                \"threat_level\": 0,\n                \"url_id\": \"VyNMbnqeWjnGkJdR\"\n            },\n            {\n                \"band_id\": 2,\n                \"carrier\": \"Sprint Spectrum\",\n                \"cell_id\": 21376009,\n                \"earfcn\": 1000,\n                \"first_seen\": \"2020-10-30T14:10:34.219303\",\n                \"lac\": 16763,\n                \"last_seen\": \"2021-10-13T16:55:33\",\n                \"mcc\": 311,\n                \"mnc\": 490,\n                \"rssi\": -75.10052432946651,\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"sensor_url_id\": \"PVyXoLbp5RD7QRWE\",\n                \"technology\": \"LTE\",\n                \"threat_level\": 10,\n                \"url_id\": \"m9PBZDalBrK7Rxwl\"\n            },\n            {\n                \"band_id\": 2,\n                \"carrier\": \"FirstNet / Public Safety\",\n                \"cell_id\": 168962570,\n                \"earfcn\": 800,\n                \"first_seen\": \"2018-09-01T00:09:30.510531\",\n                \"lac\": 35640,\n                \"last_seen\": \"2021-10-13T16:55:33\",\n                \"mcc\": 313,\n                \"mnc\": 100,\n                \"rssi\": -81.82073429616247,\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"sensor_url_id\": \"PVyXoLbp5RD7QRWE\",\n                \"technology\": \"LTE\",\n                \"threat_level\": 10,\n                \"url_id\": \"mjp6B7nz6wng4XAW\"\n            },\n            {\n                \"band_id\": 2,\n                \"carrier\": \"T-Mobile\",\n                \"cell_id\": 21376009,\n                \"earfcn\": 1000,\n                \"first_seen\": \"2019-03-12T06:27:51.771992\",\n                \"lac\": 16763,\n                \"last_seen\": \"2021-10-13T16:55:33\",\n                \"mcc\": 310,\n                \"mnc\": 260,\n                \"rssi\": -75.10052432946651,\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"sensor_url_id\": \"PVyXoLbp5RD7QRWE\",\n                \"technology\": \"LTE\",\n                \"threat_level\": 0,\n                \"url_id\": \"wdE4lL9yNkLvx03y\"\n            },\n            {\n                \"band_id\": 4,\n                \"carrier\": \"FirstNet / Public Safety\",\n                \"cell_id\": 168962584,\n                \"earfcn\": 2175,\n                \"first_seen\": \"2018-09-13T17:14:27.281570\",\n                \"lac\": 35640,\n                \"last_seen\": \"2021-10-13T16:55:33\",\n                \"mcc\": 313,\n                \"mnc\": 100,\n                \"rssi\": -79.3571505814902,\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"sensor_url_id\": \"PVyXoLbp5RD7QRWE\",\n                \"technology\": \"LTE\",\n                \"threat_level\": 10,\n                \"url_id\": \"jx7XbYLoZwnOJ20N\"\n            },\n            {\n                \"band_id\": 2,\n                \"carrier\": \"T-Mobile\",\n                \"cell_id\": 21714443,\n                \"earfcn\": 1050,\n                \"first_seen\": \"2019-04-25T22:20:08.292224\",\n                \"lac\": 11334,\n                \"last_seen\": \"2021-10-13T16:56:06\",\n                \"mcc\": 310,\n                \"mnc\": 260,\n                \"rssi\": -71.36075331920347,\n                \"sensor_id\": \"jpEVxKyXvbLrQRY2\",\n                \"sensor_name\": \"Demo-V2-Seattle\",\n                \"sensor_url_id\": \"jpEVxKyXvbLrQRY2\",\n                \"technology\": \"LTE\",\n                \"threat_level\": 0,\n                \"url_id\": \"Jv0zVKQbplDbB5EZ\"\n            },\n            {\n                \"band_id\": 4,\n                \"carrier\": \"Sprint Spectrum\",\n                \"cell_id\": 21376003,\n                \"earfcn\": 2300,\n                \"first_seen\": \"2020-10-30T12:41:02.141025\",\n                \"lac\": 16763,\n                \"last_seen\": \"2021-10-13T16:57:36\",\n                \"mcc\": 311,\n                \"mnc\": 490,\n                \"rssi\": -70.75068427402346,\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"sensor_url_id\": \"PVyXoLbp5RD7QRWE\",\n                \"technology\": \"LTE\",\n                \"threat_level\": 0,\n                \"url_id\": \"boPwynlpjmnq6mAz\"\n            },\n            {\n                \"band_id\": 4,\n                \"carrier\": \"T-Mobile\",\n                \"cell_id\": 21376003,\n                \"earfcn\": 2300,\n                \"first_seen\": \"2018-08-01T23:10:21.998379\",\n                \"lac\": 16763,\n                \"last_seen\": \"2021-10-13T16:58:33\",\n                \"mcc\": 310,\n                \"mnc\": 260,\n                \"rssi\": -70.64875569405253,\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"sensor_url_id\": \"PVyXoLbp5RD7QRWE\",\n                \"technology\": \"LTE\",\n                \"threat_level\": 0,\n                \"url_id\": \"kogVbOn46K0EeN21\"\n            },\n            {\n                \"band_id\": 17,\n                \"carrier\": \"AT&T Wireless Inc.\",\n                \"cell_id\": 107812623,\n                \"earfcn\": 5780,\n                \"first_seen\": \"2019-04-25T22:20:09.630510\",\n                \"lac\": 37137,\n                \"last_seen\": \"2021-10-13T16:59:05\",\n                \"mcc\": 310,\n                \"mnc\": 410,\n                \"rssi\": -101.23668931325977,\n                \"sensor_id\": \"jpEVxKyXvbLrQRY2\",\n                \"sensor_name\": \"Demo-V2-Seattle\",\n                \"sensor_url_id\": \"jpEVxKyXvbLrQRY2\",\n                \"technology\": \"LTE\",\n                \"threat_level\": 0,\n                \"url_id\": \"NBVWpnvOEeLeo1JM\"\n            },\n            {\n                \"band_id\": 5,\n                \"carrier\": \"Verizon Wireless\",\n                \"cell_id\": 8432156,\n                \"earfcn\": 2559,\n                \"first_seen\": \"2018-08-01T23:20:56.758340\",\n                \"lac\": 8192,\n                \"last_seen\": \"2021-10-13T16:59:32\",\n                \"mcc\": 311,\n                \"mnc\": 480,\n                \"rssi\": -77.6739556069206,\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"sensor_url_id\": \"PVyXoLbp5RD7QRWE\",\n                \"technology\": \"LTE\",\n                \"threat_level\": 10,\n                \"url_id\": \"PbO3ZzDm5D4JR1yY\"\n            },\n            {\n                \"band_id\": 10,\n                \"carrier\": \"T-Mobile\",\n                \"cell_id\": 50203,\n                \"earfcn\": 664,\n                \"first_seen\": \"2018-08-01T23:10:22.139935\",\n                \"lac\": 224,\n                \"last_seen\": \"2021-10-13T16:59:32\",\n                \"mcc\": 310,\n                \"mnc\": 260,\n                \"rssi\": -88.75,\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"sensor_url_id\": \"PVyXoLbp5RD7QRWE\",\n                \"technology\": \"GSM\",\n                \"threat_level\": 0,\n                \"url_id\": \"kwMqa0n15n2pxvOZ\"\n            },\n            {\n                \"band_id\": 4,\n                \"carrier\": \"AT&T Wireless Inc.\",\n                \"cell_id\": 168962584,\n                \"earfcn\": 2175,\n                \"first_seen\": \"2018-09-13T17:14:27.212355\",\n                \"lac\": 35640,\n                \"last_seen\": \"2021-10-13T16:59:32\",\n                \"mcc\": 310,\n                \"mnc\": 410,\n                \"rssi\": -78.16618851691803,\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"sensor_url_id\": \"PVyXoLbp5RD7QRWE\",\n                \"technology\": \"LTE\",\n                \"threat_level\": 0,\n                \"url_id\": \"Z4yVpWLxGjn5BaNq\"\n            },\n            {\n                \"band_id\": 5,\n                \"carrier\": \"Verizon Wireless\",\n                \"cell_id\": 33821,\n                \"earfcn\": 2560,\n                \"first_seen\": \"2019-04-26T00:21:57.380813\",\n                \"lac\": 7,\n                \"last_seen\": \"2021-10-13T17:00:05\",\n                \"mcc\": 311,\n                \"mnc\": 480,\n                \"rssi\": -78.47149979620114,\n                \"sensor_id\": \"jpEVxKyXvbLrQRY2\",\n                \"sensor_name\": \"Demo-V2-Seattle\",\n                \"sensor_url_id\": \"jpEVxKyXvbLrQRY2\",\n                \"technology\": \"LTE\",\n                \"threat_level\": 10,\n                \"url_id\": \"m9PBZDajlln7Rxwl\"\n            },\n            {\n                \"band_id\": 4,\n                \"carrier\": \"Verizon Wireless\",\n                \"cell_id\": 8432968,\n                \"earfcn\": 2050,\n                \"first_seen\": \"2018-08-01T23:10:22.035664\",\n                \"lac\": 8192,\n                \"last_seen\": \"2021-10-13T17:00:33\",\n                \"mcc\": 311,\n                \"mnc\": 480,\n                \"rssi\": -93.50295275604184,\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"sensor_url_id\": \"PVyXoLbp5RD7QRWE\",\n                \"technology\": \"LTE\",\n                \"threat_level\": 0,\n                \"url_id\": \"EvY2p6nG3nJQ3bG8\"\n            },\n            {\n                \"band_id\": 10,\n                \"carrier\": \"T-Mobile\",\n                \"cell_id\": 10153,\n                \"earfcn\": 759,\n                \"first_seen\": \"2018-08-01T23:10:22.091607\",\n                \"lac\": 224,\n                \"last_seen\": \"2021-10-13T17:00:33\",\n                \"mcc\": 310,\n                \"mnc\": 260,\n                \"rssi\": -89.6875,\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"sensor_url_id\": \"PVyXoLbp5RD7QRWE\",\n                \"technology\": \"GSM\",\n                \"threat_level\": 0,\n                \"url_id\": \"mxzA1RL7mDr0alPV\"\n            },\n            {\n                \"band_id\": 2,\n                \"carrier\": \"Verizon Wireless\",\n                \"cell_id\": 76833816,\n                \"earfcn\": 850,\n                \"first_seen\": \"2020-01-31T07:43:58.371566\",\n                \"lac\": 7,\n                \"last_seen\": \"2021-10-13T17:01:05\",\n                \"mcc\": 311,\n                \"mnc\": 480,\n                \"rssi\": -100.00473115470014,\n                \"sensor_id\": \"jpEVxKyXvbLrQRY2\",\n                \"sensor_name\": \"Demo-V2-Seattle\",\n                \"sensor_url_id\": \"jpEVxKyXvbLrQRY2\",\n                \"technology\": \"LTE\",\n                \"threat_level\": 0,\n                \"url_id\": \"269yoDg31ADvx8VW\"\n            },\n            {\n                \"band_id\": 2,\n                \"carrier\": \"FirstNet / Public Safety\",\n                \"cell_id\": 107812616,\n                \"earfcn\": 700,\n                \"first_seen\": \"2019-04-25T22:20:10.132284\",\n                \"lac\": 37137,\n                \"last_seen\": \"2021-10-13T17:01:05\",\n                \"mcc\": 313,\n                \"mnc\": 100,\n                \"rssi\": -83.33318549127844,\n                \"sensor_id\": \"jpEVxKyXvbLrQRY2\",\n                \"sensor_name\": \"Demo-V2-Seattle\",\n                \"sensor_url_id\": \"jpEVxKyXvbLrQRY2\",\n                \"technology\": \"LTE\",\n                \"threat_level\": 10,\n                \"url_id\": \"4yVpWLxO4dn5BaNq\"\n            },\n            {\n                \"band_id\": 2,\n                \"carrier\": \"Sprint Spectrum\",\n                \"cell_id\": 21714443,\n                \"earfcn\": 1050,\n                \"first_seen\": \"2020-04-07T07:55:35.401835\",\n                \"lac\": 11334,\n                \"last_seen\": \"2021-10-13T17:02:05\",\n                \"mcc\": 311,\n                \"mnc\": 490,\n                \"rssi\": -69.708486012532,\n                \"sensor_id\": \"jpEVxKyXvbLrQRY2\",\n                \"sensor_name\": \"Demo-V2-Seattle\",\n                \"sensor_url_id\": \"jpEVxKyXvbLrQRY2\",\n                \"technology\": \"LTE\",\n                \"threat_level\": 10,\n                \"url_id\": \"PaQVvDep7lKW8w0z\"\n            },\n            {\n                \"band_id\": 17,\n                \"carrier\": \"FirstNet / Public Safety\",\n                \"cell_id\": 107812623,\n                \"earfcn\": 5780,\n                \"first_seen\": \"2019-04-25T22:20:09.759279\",\n                \"lac\": 37137,\n                \"last_seen\": \"2021-10-13T17:02:05\",\n                \"mcc\": 313,\n                \"mnc\": 100,\n                \"rssi\": -97.25295275604184,\n                \"sensor_id\": \"jpEVxKyXvbLrQRY2\",\n                \"sensor_name\": \"Demo-V2-Seattle\",\n                \"sensor_url_id\": \"jpEVxKyXvbLrQRY2\",\n                \"technology\": \"LTE\",\n                \"threat_level\": 10,\n                \"url_id\": \"Nb41kKwM3EnzZogP\"\n            },\n            {\n                \"band_id\": 10,\n                \"carrier\": \"T-Mobile\",\n                \"cell_id\": 30201,\n                \"earfcn\": 685,\n                \"first_seen\": \"2019-04-25T22:20:10.458549\",\n                \"lac\": 41381,\n                \"last_seen\": \"2021-10-13T17:02:05\",\n                \"mcc\": 310,\n                \"mnc\": 260,\n                \"rssi\": -79.0625,\n                \"sensor_id\": \"jpEVxKyXvbLrQRY2\",\n                \"sensor_name\": \"Demo-V2-Seattle\",\n                \"sensor_url_id\": \"jpEVxKyXvbLrQRY2\",\n                \"technology\": \"GSM\",\n                \"threat_level\": 0,\n                \"url_id\": \"x7XbYLokBMLOJ20N\"\n            },\n            {\n                \"band_id\": 4,\n                \"carrier\": \"Sprint Spectrum\",\n                \"cell_id\": 21714433,\n                \"earfcn\": 2300,\n                \"first_seen\": \"2020-04-07T07:55:35.552268\",\n                \"lac\": 11334,\n                \"last_seen\": \"2021-10-13T17:02:05\",\n                \"mcc\": 311,\n                \"mnc\": 490,\n                \"rssi\": -71.79814593866087,\n                \"sensor_id\": \"jpEVxKyXvbLrQRY2\",\n                \"sensor_name\": \"Demo-V2-Seattle\",\n                \"sensor_url_id\": \"jpEVxKyXvbLrQRY2\",\n                \"technology\": \"LTE\",\n                \"threat_level\": 10,\n                \"url_id\": \"M60deD0rg1LpPjba\"\n            },\n            {\n                \"band_id\": 2,\n                \"carrier\": \"AT&T Wireless Inc.\",\n                \"cell_id\": 168962570,\n                \"earfcn\": 800,\n                \"first_seen\": \"2018-09-01T00:09:30.304177\",\n                \"lac\": 35640,\n                \"last_seen\": \"2021-10-13T17:02:33\",\n                \"mcc\": 310,\n                \"mnc\": 410,\n                \"rssi\": -92.50451546693193,\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"sensor_url_id\": \"PVyXoLbp5RD7QRWE\",\n                \"technology\": \"LTE\",\n                \"threat_level\": 0,\n                \"url_id\": \"M42oQbKM2xDBXzjV\"\n            },\n            {\n                \"band_id\": 2,\n                \"carrier\": \"Sprint Spectrum\",\n                \"cell_id\": 21623407,\n                \"earfcn\": 1175,\n                \"first_seen\": \"2021-08-22T07:44:06.478623\",\n                \"lac\": 11334,\n                \"last_seen\": \"2021-10-13T17:03:08\",\n                \"mcc\": 311,\n                \"mnc\": 490,\n                \"rssi\": -88.69766953226416,\n                \"sensor_id\": \"jpEVxKyXvbLrQRY2\",\n                \"sensor_name\": \"Demo-V2-Seattle\",\n                \"sensor_url_id\": \"jpEVxKyXvbLrQRY2\",\n                \"technology\": \"LTE\",\n                \"threat_level\": 10,\n                \"url_id\": \"BGmVED2gBEnkqQwy\"\n            },\n            {\n                \"band_id\": 2,\n                \"carrier\": \"AT&T Wireless Inc.\",\n                \"cell_id\": 107812616,\n                \"earfcn\": 700,\n                \"first_seen\": \"2019-04-25T22:20:10.052989\",\n                \"lac\": 37137,\n                \"last_seen\": \"2021-10-13T17:03:08\",\n                \"mcc\": 310,\n                \"mnc\": 410,\n                \"rssi\": -83.30855498844608,\n                \"sensor_id\": \"jpEVxKyXvbLrQRY2\",\n                \"sensor_name\": \"Demo-V2-Seattle\",\n                \"sensor_url_id\": \"jpEVxKyXvbLrQRY2\",\n                \"technology\": \"LTE\",\n                \"threat_level\": 0,\n                \"url_id\": \"dBbW5npeBgLJ319q\"\n            },\n            {\n                \"band_id\": 4,\n                \"carrier\": \"Verizon Wireless\",\n                \"cell_id\": 76833814,\n                \"earfcn\": 2050,\n                \"first_seen\": \"2020-01-31T07:41:51.874908\",\n                \"lac\": 7,\n                \"last_seen\": \"2021-10-13T17:03:08\",\n                \"mcc\": 311,\n                \"mnc\": 480,\n                \"rssi\": -75.90916173099708,\n                \"sensor_id\": \"jpEVxKyXvbLrQRY2\",\n                \"sensor_name\": \"Demo-V2-Seattle\",\n                \"sensor_url_id\": \"jpEVxKyXvbLrQRY2\",\n                \"technology\": \"LTE\",\n                \"threat_level\": 0,\n                \"url_id\": \"PVyXoLbQERn7QRWE\"\n            },\n            {\n                \"band_id\": 4,\n                \"carrier\": \"T-Mobile\",\n                \"cell_id\": 21714433,\n                \"earfcn\": 2300,\n                \"first_seen\": \"2019-04-25T22:20:08.595991\",\n                \"lac\": 11334,\n                \"last_seen\": \"2021-10-13T17:03:08\",\n                \"mcc\": 310,\n                \"mnc\": 260,\n                \"rssi\": -73.99832347769207,\n                \"sensor_id\": \"jpEVxKyXvbLrQRY2\",\n                \"sensor_name\": \"Demo-V2-Seattle\",\n                \"sensor_url_id\": \"jpEVxKyXvbLrQRY2\",\n                \"technology\": \"LTE\",\n                \"threat_level\": 0,\n                \"url_id\": \"XPpOmLWwx5LBGb9o\"\n            },\n            {\n                \"band_id\": 2,\n                \"carrier\": \"T-Mobile\",\n                \"cell_id\": 21623407,\n                \"earfcn\": 1175,\n                \"first_seen\": \"2021-08-22T07:44:06.408667\",\n                \"lac\": 11334,\n                \"last_seen\": \"2021-10-13T17:03:08\",\n                \"mcc\": 310,\n                \"mnc\": 260,\n                \"rssi\": -88.69766953226416,\n                \"sensor_id\": \"jpEVxKyXvbLrQRY2\",\n                \"sensor_name\": \"Demo-V2-Seattle\",\n                \"sensor_url_id\": \"jpEVxKyXvbLrQRY2\",\n                \"technology\": \"LTE\",\n                \"threat_level\": 0,\n                \"url_id\": \"plqXoKNv2zK7y26M\"\n            },\n            {\n                \"band_id\": 2,\n                \"carrier\": \"T-Mobile\",\n                \"cell_id\": 21395465,\n                \"earfcn\": 1000,\n                \"first_seen\": \"2020-10-30T12:42:07.627927\",\n                \"lac\": 16763,\n                \"last_seen\": \"2021-10-13T17:03:36\",\n                \"mcc\": 310,\n                \"mnc\": 260,\n                \"rssi\": -75.24080121264302,\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"sensor_url_id\": \"PVyXoLbp5RD7QRWE\",\n                \"technology\": \"LTE\",\n                \"threat_level\": 0,\n                \"url_id\": \"172YOnP3B0D0Q6XP\"\n            },\n            {\n                \"band_id\": 2,\n                \"carrier\": \"Verizon Wireless\",\n                \"cell_id\": 8432152,\n                \"earfcn\": 1150,\n                \"first_seen\": \"2018-11-30T06:26:22.976901\",\n                \"lac\": 8192,\n                \"last_seen\": \"2021-10-13T17:03:36\",\n                \"mcc\": 311,\n                \"mnc\": 480,\n                \"rssi\": -69.56874884944455,\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"sensor_url_id\": \"PVyXoLbp5RD7QRWE\",\n                \"technology\": \"LTE\",\n                \"threat_level\": 0,\n                \"url_id\": \"NGjEaDRwYmnb0dJ5\"\n            },\n            {\n                \"band_id\": 2,\n                \"carrier\": \"Sprint Spectrum\",\n                \"cell_id\": 21395465,\n                \"earfcn\": 1000,\n                \"first_seen\": \"2020-10-30T12:42:07.759550\",\n                \"lac\": 16763,\n                \"last_seen\": \"2021-10-13T17:03:36\",\n                \"mcc\": 311,\n                \"mnc\": 490,\n                \"rssi\": -75.24080121264302,\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"sensor_url_id\": \"PVyXoLbp5RD7QRWE\",\n                \"technology\": \"LTE\",\n                \"threat_level\": 0,\n                \"url_id\": \"QE2NgDrByADaerVZ\"\n            }\n        ]\n    },\n    \"status\": \"success\"\n}"}],"_postman_id":"dc917ccc-b9c3-49cc-ac92-975ad470cccc"},{"name":"Cellular Tower Detail","id":"3b02767b-ab7e-4684-95f8-97957aa55c66","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.802secure.net/apiv1/customer/celltower/:tower_identifier","description":"<p>Returns the details of Cellular Tower. Request must include a url id code or a valid Cell ID.</p>\n","auth":{"type":"bearer","bearer":{"token":"access_token"},"isInherited":true,"source":{"_postman_id":"0b96d5a4-447e-42d1-8d05-0ddcdd0a9be2","id":"0b96d5a4-447e-42d1-8d05-0ddcdd0a9be2","name":"Cellular","type":"folder"}},"urlObject":{"path":["celltower",":tower_identifier"],"host":["https://api.802secure.net/apiv1/customer"],"query":[],"variable":[{"description":{"content":"<p>The cellular tower identifier value</p>\n","type":"text/plain"},"type":"any","value":null,"key":"tower_identifier"}]}},"response":[{"id":"305fab9c-3b84-49df-8fcc-f200e24ccde4","name":"Cellular Tower Detail","originalRequest":{"method":"GET","header":[],"url":"https://api.802secure.net/apiv1/customer/celltower/tower_identifier"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 13 Oct 2021 18:10:37 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"13791"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Set-Cookie","value":"session=43f4a056-a2fd-4c50-8768-0074ab1b9e05.HOdpiThSGqscW3HLxSeTicUHPeM; Expires=Wed, 13-Oct-2021 19:10:37 GMT; Secure; HttpOnly; Path=/"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"celltower\": {\n            \"band_id\": 4,\n            \"carrier\": \"T-Mobile\",\n            \"cell_id\": 21376003,\n            \"earfcn\": 2300,\n            \"first_seen\": \"2018-08-01T23:10:21.998379\",\n            \"history\": [\n                {\n                    \"altitude\": 0,\n                    \"band_id\": 4,\n                    \"carrier\": \"T-Mobile\",\n                    \"cell_id\": 21376003,\n                    \"date\": \"2021-10-13T17:07:41.438587\",\n                    \"fcn\": 2300,\n                    \"lac\": 16763,\n                    \"latitude\": 37.8477344,\n                    \"longitude\": -122.2901104,\n                    \"mcc\": 310,\n                    \"mnc\": 260,\n                    \"rat\": \"LTE\",\n                    \"signal_dbm\": -74.43094868381041\n                },\n                {\n                    \"altitude\": 0,\n                    \"band_id\": 4,\n                    \"carrier\": \"T-Mobile\",\n                    \"cell_id\": 21376003,\n                    \"date\": \"2021-10-13T17:08:44.596637\",\n                    \"fcn\": 2300,\n                    \"lac\": 16763,\n                    \"latitude\": 37.8477344,\n                    \"longitude\": -122.2901104,\n                    \"mcc\": 310,\n                    \"mnc\": 260,\n                    \"rat\": \"LTE\",\n                    \"signal_dbm\": -71.77603190325796\n                },\n                {\n                    \"altitude\": 0,\n                    \"band_id\": 4,\n                    \"carrier\": \"T-Mobile\",\n                    \"cell_id\": 21376003,\n                    \"date\": \"2021-10-13T17:10:03.335863\",\n                    \"fcn\": 2300,\n                    \"lac\": 16763,\n                    \"latitude\": 37.8477344,\n                    \"longitude\": -122.2901104,\n                    \"mcc\": 310,\n                    \"mnc\": 260,\n                    \"rat\": \"LTE\",\n                    \"signal_dbm\": -73.18849915701833\n                },\n                {\n                    \"altitude\": 0,\n                    \"band_id\": 4,\n                    \"carrier\": \"T-Mobile\",\n                    \"cell_id\": 21376003,\n                    \"date\": \"2021-10-13T17:12:09.500750\",\n                    \"fcn\": 2300,\n                    \"lac\": 16763,\n                    \"latitude\": 37.8477344,\n                    \"longitude\": -122.2901104,\n                    \"mcc\": 310,\n                    \"mnc\": 260,\n                    \"rat\": \"LTE\",\n                    \"signal_dbm\": -70.32249260576276\n                },\n                {\n                    \"altitude\": 0,\n                    \"band_id\": 4,\n                    \"carrier\": \"T-Mobile\",\n                    \"cell_id\": 21376003,\n                    \"date\": \"2021-10-13T17:13:13.009180\",\n                    \"fcn\": 2300,\n                    \"lac\": 16763,\n                    \"latitude\": 37.8477344,\n                    \"longitude\": -122.2901104,\n                    \"mcc\": 310,\n                    \"mnc\": 260,\n                    \"rat\": \"LTE\",\n                    \"signal_dbm\": -75.7746118664588\n                },\n                {\n                    \"altitude\": 0,\n                    \"band_id\": 4,\n                    \"carrier\": \"T-Mobile\",\n                    \"cell_id\": 21376003,\n                    \"date\": \"2021-10-13T17:14:16.722697\",\n                    \"fcn\": 2300,\n                    \"lac\": 16763,\n                    \"latitude\": 37.8477344,\n                    \"longitude\": -122.2901104,\n                    \"mcc\": 310,\n                    \"mnc\": 260,\n                    \"rat\": \"LTE\",\n                    \"signal_dbm\": -72.25656414355504\n                },\n                {\n                    \"altitude\": 0,\n                    \"band_id\": 4,\n                    \"carrier\": \"T-Mobile\",\n                    \"cell_id\": 21376003,\n                    \"date\": \"2021-10-13T17:15:19.262345\",\n                    \"fcn\": 2300,\n                    \"lac\": 16763,\n                    \"latitude\": 37.8477344,\n                    \"longitude\": -122.2901104,\n                    \"mcc\": 310,\n                    \"mnc\": 260,\n                    \"rat\": \"LTE\",\n                    \"signal_dbm\": -72.48912089205794\n                },\n                {\n                    \"altitude\": 0,\n                    \"band_id\": 4,\n                    \"carrier\": \"T-Mobile\",\n                    \"cell_id\": 21376003,\n                    \"date\": \"2021-10-13T17:16:36.380388\",\n                    \"fcn\": 2300,\n                    \"lac\": 16763,\n                    \"latitude\": 37.8477344,\n                    \"longitude\": -122.2901104,\n                    \"mcc\": 310,\n                    \"mnc\": 260,\n                    \"rat\": \"LTE\",\n                    \"signal_dbm\": -73.04380030073858\n                },\n                {\n                    \"altitude\": 0,\n                    \"band_id\": 4,\n                    \"carrier\": \"T-Mobile\",\n                    \"cell_id\": 21376003,\n                    \"date\": \"2021-10-13T17:18:42.344377\",\n                    \"fcn\": 2300,\n                    \"lac\": 16763,\n                    \"latitude\": 37.8477344,\n                    \"longitude\": -122.2901104,\n                    \"mcc\": 310,\n                    \"mnc\": 260,\n                    \"rat\": \"LTE\",\n                    \"signal_dbm\": -70.64569016473625\n                },\n                {\n                    \"altitude\": 0,\n                    \"band_id\": 4,\n                    \"carrier\": \"T-Mobile\",\n                    \"cell_id\": 21376003,\n                    \"date\": \"2021-10-13T17:18:43.248314\",\n                    \"fcn\": 2300,\n                    \"lac\": 16763,\n                    \"latitude\": 37.8477344,\n                    \"longitude\": -122.2901104,\n                    \"mcc\": 310,\n                    \"mnc\": 260,\n                    \"rat\": \"LTE\",\n                    \"signal_dbm\": -71.36915708955024\n                },\n                {\n                    \"altitude\": 0,\n                    \"band_id\": 4,\n                    \"carrier\": \"T-Mobile\",\n                    \"cell_id\": 21376003,\n                    \"date\": \"2021-10-13T17:19:45.511642\",\n                    \"fcn\": 2300,\n                    \"lac\": 16763,\n                    \"latitude\": 37.8477344,\n                    \"longitude\": -122.2901104,\n                    \"mcc\": 310,\n                    \"mnc\": 260,\n                    \"rat\": \"LTE\",\n                    \"signal_dbm\": -72.00911967488311\n                },\n                {\n                    \"altitude\": 0,\n                    \"band_id\": 4,\n                    \"carrier\": \"T-Mobile\",\n                    \"cell_id\": 21376003,\n                    \"date\": \"2021-10-13T17:20:47.748536\",\n                    \"fcn\": 2300,\n                    \"lac\": 16763,\n                    \"latitude\": 37.8477344,\n                    \"longitude\": -122.2901104,\n                    \"mcc\": 310,\n                    \"mnc\": 260,\n                    \"rat\": \"LTE\",\n                    \"signal_dbm\": -71.07337575795131\n                },\n                {\n                    \"altitude\": 0,\n                    \"band_id\": 4,\n                    \"carrier\": \"T-Mobile\",\n                    \"cell_id\": 21376003,\n                    \"date\": \"2021-10-13T17:21:51.857228\",\n                    \"fcn\": 2300,\n                    \"lac\": 16763,\n                    \"latitude\": 37.8477344,\n                    \"longitude\": -122.2901104,\n                    \"mcc\": 310,\n                    \"mnc\": 260,\n                    \"rat\": \"LTE\",\n                    \"signal_dbm\": -73.94926165387466\n                },\n                {\n                    \"altitude\": 0,\n                    \"band_id\": 4,\n                    \"carrier\": \"T-Mobile\",\n                    \"cell_id\": 21376003,\n                    \"date\": \"2021-10-13T17:23:09.468912\",\n                    \"fcn\": 2300,\n                    \"lac\": 16763,\n                    \"latitude\": 37.8477344,\n                    \"longitude\": -122.2901104,\n                    \"mcc\": 310,\n                    \"mnc\": 260,\n                    \"rat\": \"LTE\",\n                    \"signal_dbm\": -71.4524234559336\n                },\n                {\n                    \"altitude\": 0,\n                    \"band_id\": 4,\n                    \"carrier\": \"T-Mobile\",\n                    \"cell_id\": 21376003,\n                    \"date\": \"2021-10-13T17:24:11.596657\",\n                    \"fcn\": 2300,\n                    \"lac\": 16763,\n                    \"latitude\": 37.8477344,\n                    \"longitude\": -122.2901104,\n                    \"mcc\": 310,\n                    \"mnc\": 260,\n                    \"rat\": \"LTE\",\n                    \"signal_dbm\": -72.54192547071332\n                },\n                {\n                    \"altitude\": 0,\n                    \"band_id\": 4,\n                    \"carrier\": \"T-Mobile\",\n                    \"cell_id\": 21376003,\n                    \"date\": \"2021-10-13T17:25:15.815747\",\n                    \"fcn\": 2300,\n                    \"lac\": 16763,\n                    \"latitude\": 37.8477344,\n                    \"longitude\": -122.2901104,\n                    \"mcc\": 310,\n                    \"mnc\": 260,\n                    \"rat\": \"LTE\",\n                    \"signal_dbm\": -71.39784452036984\n                },\n                {\n                    \"altitude\": 0,\n                    \"band_id\": 4,\n                    \"carrier\": \"T-Mobile\",\n                    \"cell_id\": 21376003,\n                    \"date\": \"2021-10-13T17:26:19.229598\",\n                    \"fcn\": 2300,\n                    \"lac\": 16763,\n                    \"latitude\": 37.8477344,\n                    \"longitude\": -122.2901104,\n                    \"mcc\": 310,\n                    \"mnc\": 260,\n                    \"rat\": \"LTE\",\n                    \"signal_dbm\": -70.05221239633754\n                },\n                {\n                    \"altitude\": 0,\n                    \"band_id\": 4,\n                    \"carrier\": \"T-Mobile\",\n                    \"cell_id\": 21376003,\n                    \"date\": \"2021-10-13T17:27:22.295109\",\n                    \"fcn\": 2300,\n                    \"lac\": 16763,\n                    \"latitude\": 37.8477344,\n                    \"longitude\": -122.2901104,\n                    \"mcc\": 310,\n                    \"mnc\": 260,\n                    \"rat\": \"LTE\",\n                    \"signal_dbm\": -70.97084358086732\n                },\n                {\n                    \"altitude\": 0,\n                    \"band_id\": 4,\n                    \"carrier\": \"T-Mobile\",\n                    \"cell_id\": 21376003,\n                    \"date\": \"2021-10-13T17:30:29.346181\",\n                    \"fcn\": 2300,\n                    \"lac\": 16763,\n                    \"latitude\": 37.8477344,\n                    \"longitude\": -122.2901104,\n                    \"mcc\": 310,\n                    \"mnc\": 260,\n                    \"rat\": \"LTE\",\n                    \"signal_dbm\": -73.58673933129211\n                },\n                {\n                    \"altitude\": 0,\n                    \"band_id\": 4,\n                    \"carrier\": \"T-Mobile\",\n                    \"cell_id\": 21376003,\n                    \"date\": \"2021-10-13T17:30:29.749100\",\n                    \"fcn\": 2300,\n                    \"lac\": 16763,\n                    \"latitude\": 37.8477344,\n                    \"longitude\": -122.2901104,\n                    \"mcc\": 310,\n                    \"mnc\": 260,\n                    \"rat\": \"LTE\",\n                    \"signal_dbm\": -70.61663578132566\n                },\n                {\n                    \"altitude\": 0,\n                    \"band_id\": 4,\n                    \"carrier\": \"T-Mobile\",\n                    \"cell_id\": 21376003,\n                    \"date\": \"2021-10-13T17:30:30.255738\",\n                    \"fcn\": 2300,\n                    \"lac\": 16763,\n                    \"latitude\": 37.8477344,\n                    \"longitude\": -122.2901104,\n                    \"mcc\": 310,\n                    \"mnc\": 260,\n                    \"rat\": \"LTE\",\n                    \"signal_dbm\": -71.14588026243511\n                },\n                {\n                    \"altitude\": 0,\n                    \"band_id\": 4,\n                    \"carrier\": \"T-Mobile\",\n                    \"cell_id\": 21376003,\n                    \"date\": \"2021-10-13T17:31:48.289723\",\n                    \"fcn\": 2300,\n                    \"lac\": 16763,\n                    \"latitude\": 37.8477344,\n                    \"longitude\": -122.2901104,\n                    \"mcc\": 310,\n                    \"mnc\": 260,\n                    \"rat\": \"LTE\",\n                    \"signal_dbm\": -71.99763147796891\n                },\n                {\n                    \"altitude\": 0,\n                    \"band_id\": 4,\n                    \"carrier\": \"T-Mobile\",\n                    \"cell_id\": 21376003,\n                    \"date\": \"2021-10-13T17:31:48.867870\",\n                    \"fcn\": 2300,\n                    \"lac\": 16763,\n                    \"latitude\": 37.8477344,\n                    \"longitude\": -122.2901104,\n                    \"mcc\": 310,\n                    \"mnc\": 260,\n                    \"rat\": \"LTE\",\n                    \"signal_dbm\": -72.17016443562696\n                },\n                {\n                    \"altitude\": 0,\n                    \"band_id\": 4,\n                    \"carrier\": \"T-Mobile\",\n                    \"cell_id\": 21376003,\n                    \"date\": \"2021-10-13T17:32:51.431590\",\n                    \"fcn\": 2300,\n                    \"lac\": 16763,\n                    \"latitude\": 37.8477344,\n                    \"longitude\": -122.2901104,\n                    \"mcc\": 310,\n                    \"mnc\": 260,\n                    \"rat\": \"LTE\",\n                    \"signal_dbm\": -74.59312932845529\n                },\n                {\n                    \"altitude\": 0,\n                    \"band_id\": 4,\n                    \"carrier\": \"T-Mobile\",\n                    \"cell_id\": 21376003,\n                    \"date\": \"2021-10-13T17:33:54.546903\",\n                    \"fcn\": 2300,\n                    \"lac\": 16763,\n                    \"latitude\": 37.8477344,\n                    \"longitude\": -122.2901104,\n                    \"mcc\": 310,\n                    \"mnc\": 260,\n                    \"rat\": \"LTE\",\n                    \"signal_dbm\": -71.59738766269021\n                },\n                {\n                    \"altitude\": 0,\n                    \"band_id\": 4,\n                    \"carrier\": \"T-Mobile\",\n                    \"cell_id\": 21376003,\n                    \"date\": \"2021-10-13T17:34:57.648342\",\n                    \"fcn\": 2300,\n                    \"lac\": 16763,\n                    \"latitude\": 37.8477344,\n                    \"longitude\": -122.2901104,\n                    \"mcc\": 310,\n                    \"mnc\": 260,\n                    \"rat\": \"LTE\",\n                    \"signal_dbm\": -71.59737221957896\n                },\n                {\n                    \"altitude\": 0,\n                    \"band_id\": 4,\n                    \"carrier\": \"T-Mobile\",\n                    \"cell_id\": 21376003,\n                    \"date\": \"2021-10-13T17:36:00.741699\",\n                    \"fcn\": 2300,\n                    \"lac\": 16763,\n                    \"latitude\": 37.8477344,\n                    \"longitude\": -122.2901104,\n                    \"mcc\": 310,\n                    \"mnc\": 260,\n                    \"rat\": \"LTE\",\n                    \"signal_dbm\": -71.51845522997262\n                },\n                {\n                    \"altitude\": 0,\n                    \"band_id\": 4,\n                    \"carrier\": \"T-Mobile\",\n                    \"cell_id\": 21376003,\n                    \"date\": \"2021-10-13T17:38:16.575783\",\n                    \"fcn\": 2300,\n                    \"lac\": 16763,\n                    \"latitude\": 37.8477344,\n                    \"longitude\": -122.2901104,\n                    \"mcc\": 310,\n                    \"mnc\": 260,\n                    \"rat\": \"LTE\",\n                    \"signal_dbm\": -71.50461294435205\n                },\n                {\n                    \"altitude\": 0,\n                    \"band_id\": 4,\n                    \"carrier\": \"T-Mobile\",\n                    \"cell_id\": 21376003,\n                    \"date\": \"2021-10-13T17:39:20.706424\",\n                    \"fcn\": 2300,\n                    \"lac\": 16763,\n                    \"latitude\": 37.8477344,\n                    \"longitude\": -122.2901104,\n                    \"mcc\": 310,\n                    \"mnc\": 260,\n                    \"rat\": \"LTE\",\n                    \"signal_dbm\": -71.44499567096166\n                },\n                {\n                    \"altitude\": 0,\n                    \"band_id\": 4,\n                    \"carrier\": \"T-Mobile\",\n                    \"cell_id\": 21376003,\n                    \"date\": \"2021-10-13T17:40:24.578768\",\n                    \"fcn\": 2300,\n                    \"lac\": 16763,\n                    \"latitude\": 37.8477344,\n                    \"longitude\": -122.2901104,\n                    \"mcc\": 310,\n                    \"mnc\": 260,\n                    \"rat\": \"LTE\",\n                    \"signal_dbm\": -70.5972866461928\n                },\n                {\n                    \"altitude\": 0,\n                    \"band_id\": 4,\n                    \"carrier\": \"T-Mobile\",\n                    \"cell_id\": 21376003,\n                    \"date\": \"2021-10-13T17:41:26.972193\",\n                    \"fcn\": 2300,\n                    \"lac\": 16763,\n                    \"latitude\": 37.8477344,\n                    \"longitude\": -122.2901104,\n                    \"mcc\": 310,\n                    \"mnc\": 260,\n                    \"rat\": \"LTE\",\n                    \"signal_dbm\": -72.51827578744455\n                },\n                {\n                    \"altitude\": 0,\n                    \"band_id\": 4,\n                    \"carrier\": \"T-Mobile\",\n                    \"cell_id\": 21376003,\n                    \"date\": \"2021-10-13T17:42:28.984961\",\n                    \"fcn\": 2300,\n                    \"lac\": 16763,\n                    \"latitude\": 37.8477344,\n                    \"longitude\": -122.2901104,\n                    \"mcc\": 310,\n                    \"mnc\": 260,\n                    \"rat\": \"LTE\",\n                    \"signal_dbm\": -69.94685920461528\n                },\n                {\n                    \"altitude\": 0,\n                    \"band_id\": 4,\n                    \"carrier\": \"T-Mobile\",\n                    \"cell_id\": 21376003,\n                    \"date\": \"2021-10-13T17:43:32.208673\",\n                    \"fcn\": 2300,\n                    \"lac\": 16763,\n                    \"latitude\": 37.8477344,\n                    \"longitude\": -122.2901104,\n                    \"mcc\": 310,\n                    \"mnc\": 260,\n                    \"rat\": \"LTE\",\n                    \"signal_dbm\": -72.65932578329762\n                },\n                {\n                    \"altitude\": 0,\n                    \"band_id\": 4,\n                    \"carrier\": \"T-Mobile\",\n                    \"cell_id\": 21376003,\n                    \"date\": \"2021-10-13T17:44:48.304563\",\n                    \"fcn\": 2300,\n                    \"lac\": 16763,\n                    \"latitude\": 37.8477344,\n                    \"longitude\": -122.2901104,\n                    \"mcc\": 310,\n                    \"mnc\": 260,\n                    \"rat\": \"LTE\",\n                    \"signal_dbm\": -72.54450281883295\n                },\n                {\n                    \"altitude\": 0,\n                    \"band_id\": 4,\n                    \"carrier\": \"T-Mobile\",\n                    \"cell_id\": 21376003,\n                    \"date\": \"2021-10-13T17:44:49.044869\",\n                    \"fcn\": 2300,\n                    \"lac\": 16763,\n                    \"latitude\": 37.8477344,\n                    \"longitude\": -122.2901104,\n                    \"mcc\": 310,\n                    \"mnc\": 260,\n                    \"rat\": \"LTE\",\n                    \"signal_dbm\": -72.375340395394\n                },\n                {\n                    \"altitude\": 0,\n                    \"band_id\": 4,\n                    \"carrier\": \"T-Mobile\",\n                    \"cell_id\": 21376003,\n                    \"date\": \"2021-10-13T17:45:51.522083\",\n                    \"fcn\": 2300,\n                    \"lac\": 16763,\n                    \"latitude\": 37.8477344,\n                    \"longitude\": -122.2901104,\n                    \"mcc\": 310,\n                    \"mnc\": 260,\n                    \"rat\": \"LTE\",\n                    \"signal_dbm\": -70.58127309472754\n                },\n                {\n                    \"altitude\": 0,\n                    \"band_id\": 4,\n                    \"carrier\": \"T-Mobile\",\n                    \"cell_id\": 21376003,\n                    \"date\": \"2021-10-13T17:46:55.055033\",\n                    \"fcn\": 2300,\n                    \"lac\": 16763,\n                    \"latitude\": 37.8477344,\n                    \"longitude\": -122.2901104,\n                    \"mcc\": 310,\n                    \"mnc\": 260,\n                    \"rat\": \"LTE\",\n                    \"signal_dbm\": -76.68652167096809\n                },\n                {\n                    \"altitude\": 0,\n                    \"band_id\": 4,\n                    \"carrier\": \"T-Mobile\",\n                    \"cell_id\": 21376003,\n                    \"date\": \"2021-10-13T17:47:57.069020\",\n                    \"fcn\": 2300,\n                    \"lac\": 16763,\n                    \"latitude\": 37.8477344,\n                    \"longitude\": -122.2901104,\n                    \"mcc\": 310,\n                    \"mnc\": 260,\n                    \"rat\": \"LTE\",\n                    \"signal_dbm\": -71.5263387896392\n                },\n                {\n                    \"altitude\": 0,\n                    \"band_id\": 4,\n                    \"carrier\": \"T-Mobile\",\n                    \"cell_id\": 21376003,\n                    \"date\": \"2021-10-13T17:49:00.267469\",\n                    \"fcn\": 2300,\n                    \"lac\": 16763,\n                    \"latitude\": 37.8477344,\n                    \"longitude\": -122.2901104,\n                    \"mcc\": 310,\n                    \"mnc\": 260,\n                    \"rat\": \"LTE\",\n                    \"signal_dbm\": -73.99054626092965\n                },\n                {\n                    \"altitude\": 0,\n                    \"band_id\": 4,\n                    \"carrier\": \"T-Mobile\",\n                    \"cell_id\": 21376003,\n                    \"date\": \"2021-10-13T17:50:03.320816\",\n                    \"fcn\": 2300,\n                    \"lac\": 16763,\n                    \"latitude\": 37.8477344,\n                    \"longitude\": -122.2901104,\n                    \"mcc\": 310,\n                    \"mnc\": 260,\n                    \"rat\": \"LTE\",\n                    \"signal_dbm\": -73.9458634615986\n                },\n                {\n                    \"altitude\": 0,\n                    \"band_id\": 4,\n                    \"carrier\": \"T-Mobile\",\n                    \"cell_id\": 21376003,\n                    \"date\": \"2021-10-13T17:51:20.061198\",\n                    \"fcn\": 2300,\n                    \"lac\": 16763,\n                    \"latitude\": 37.8477344,\n                    \"longitude\": -122.2901104,\n                    \"mcc\": 310,\n                    \"mnc\": 260,\n                    \"rat\": \"LTE\",\n                    \"signal_dbm\": -69.36951385371509\n                },\n                {\n                    \"altitude\": 0,\n                    \"band_id\": 4,\n                    \"carrier\": \"T-Mobile\",\n                    \"cell_id\": 21376003,\n                    \"date\": \"2021-10-13T17:52:22.656269\",\n                    \"fcn\": 2300,\n                    \"lac\": 16763,\n                    \"latitude\": 37.8477344,\n                    \"longitude\": -122.2901104,\n                    \"mcc\": 310,\n                    \"mnc\": 260,\n                    \"rat\": \"LTE\",\n                    \"signal_dbm\": -70.50461294435206\n                },\n                {\n                    \"altitude\": 0,\n                    \"band_id\": 4,\n                    \"carrier\": \"T-Mobile\",\n                    \"cell_id\": 21376003,\n                    \"date\": \"2021-10-13T17:53:25.006244\",\n                    \"fcn\": 2300,\n                    \"lac\": 16763,\n                    \"latitude\": 37.8477344,\n                    \"longitude\": -122.2901104,\n                    \"mcc\": 310,\n                    \"mnc\": 260,\n                    \"rat\": \"LTE\",\n                    \"signal_dbm\": -74.15642701721914\n                },\n                {\n                    \"altitude\": 0,\n                    \"band_id\": 4,\n                    \"carrier\": \"T-Mobile\",\n                    \"cell_id\": 21376003,\n                    \"date\": \"2021-10-13T17:54:29.065669\",\n                    \"fcn\": 2300,\n                    \"lac\": 16763,\n                    \"latitude\": 37.8477344,\n                    \"longitude\": -122.2901104,\n                    \"mcc\": 310,\n                    \"mnc\": 260,\n                    \"rat\": \"LTE\",\n                    \"signal_dbm\": -71.556982953756\n                },\n                {\n                    \"altitude\": 0,\n                    \"band_id\": 4,\n                    \"carrier\": \"T-Mobile\",\n                    \"cell_id\": 21376003,\n                    \"date\": \"2021-10-13T17:55:31.675308\",\n                    \"fcn\": 2300,\n                    \"lac\": 16763,\n                    \"latitude\": 37.8477344,\n                    \"longitude\": -122.2901104,\n                    \"mcc\": 310,\n                    \"mnc\": 260,\n                    \"rat\": \"LTE\",\n                    \"signal_dbm\": -73.10140736479791\n                },\n                {\n                    \"altitude\": 0,\n                    \"band_id\": 4,\n                    \"carrier\": \"T-Mobile\",\n                    \"cell_id\": 21376003,\n                    \"date\": \"2021-10-13T17:57:51.643691\",\n                    \"fcn\": 2300,\n                    \"lac\": 16763,\n                    \"latitude\": 37.8477344,\n                    \"longitude\": -122.2901104,\n                    \"mcc\": 310,\n                    \"mnc\": 260,\n                    \"rat\": \"LTE\",\n                    \"signal_dbm\": -72.17242616463112\n                },\n                {\n                    \"altitude\": 0,\n                    \"band_id\": 4,\n                    \"carrier\": \"T-Mobile\",\n                    \"cell_id\": 21376003,\n                    \"date\": \"2021-10-13T17:57:52.150531\",\n                    \"fcn\": 2300,\n                    \"lac\": 16763,\n                    \"latitude\": 37.8477344,\n                    \"longitude\": -122.2901104,\n                    \"mcc\": 310,\n                    \"mnc\": 260,\n                    \"rat\": \"LTE\",\n                    \"signal_dbm\": -71.13730435470777\n                },\n                {\n                    \"altitude\": 0,\n                    \"band_id\": 4,\n                    \"carrier\": \"T-Mobile\",\n                    \"cell_id\": 21376003,\n                    \"date\": \"2021-10-13T17:59:57.899255\",\n                    \"fcn\": 2300,\n                    \"lac\": 16763,\n                    \"latitude\": 37.8477344,\n                    \"longitude\": -122.2901104,\n                    \"mcc\": 310,\n                    \"mnc\": 260,\n                    \"rat\": \"LTE\",\n                    \"signal_dbm\": -71.03596120307618\n                },\n                {\n                    \"altitude\": 0,\n                    \"band_id\": 4,\n                    \"carrier\": \"T-Mobile\",\n                    \"cell_id\": 21376003,\n                    \"date\": \"2021-10-13T17:59:59.347896\",\n                    \"fcn\": 2300,\n                    \"lac\": 16763,\n                    \"latitude\": 37.8477344,\n                    \"longitude\": -122.2901104,\n                    \"mcc\": 310,\n                    \"mnc\": 260,\n                    \"rat\": \"LTE\",\n                    \"signal_dbm\": -78.28152725378214\n                },\n                {\n                    \"altitude\": 0,\n                    \"band_id\": 4,\n                    \"carrier\": \"T-Mobile\",\n                    \"cell_id\": 21376003,\n                    \"date\": \"2021-10-13T18:01:10.126152\",\n                    \"fcn\": 2300,\n                    \"lac\": 16763,\n                    \"latitude\": 37.8477344,\n                    \"longitude\": -122.2901104,\n                    \"mcc\": 310,\n                    \"mnc\": 260,\n                    \"rat\": \"LTE\",\n                    \"signal_dbm\": -71.47740711713455\n                },\n                {\n                    \"altitude\": 0,\n                    \"band_id\": 4,\n                    \"carrier\": \"T-Mobile\",\n                    \"cell_id\": 21376003,\n                    \"date\": \"2021-10-13T18:02:13.283796\",\n                    \"fcn\": 2300,\n                    \"lac\": 16763,\n                    \"latitude\": 37.8477344,\n                    \"longitude\": -122.2901104,\n                    \"mcc\": 310,\n                    \"mnc\": 260,\n                    \"rat\": \"LTE\",\n                    \"signal_dbm\": -71.1180858526517\n                },\n                {\n                    \"altitude\": 0,\n                    \"band_id\": 4,\n                    \"carrier\": \"T-Mobile\",\n                    \"cell_id\": 21376003,\n                    \"date\": \"2021-10-13T18:03:16.982790\",\n                    \"fcn\": 2300,\n                    \"lac\": 16763,\n                    \"latitude\": 37.8477344,\n                    \"longitude\": -122.2901104,\n                    \"mcc\": 310,\n                    \"mnc\": 260,\n                    \"rat\": \"LTE\",\n                    \"signal_dbm\": -74.22772457644969\n                },\n                {\n                    \"altitude\": 0,\n                    \"band_id\": 4,\n                    \"carrier\": \"T-Mobile\",\n                    \"cell_id\": 21376003,\n                    \"date\": \"2021-10-13T18:04:36.863819\",\n                    \"fcn\": 2300,\n                    \"lac\": 16763,\n                    \"latitude\": 37.8477344,\n                    \"longitude\": -122.2901104,\n                    \"mcc\": 310,\n                    \"mnc\": 260,\n                    \"rat\": \"LTE\",\n                    \"signal_dbm\": -71.57423853684912\n                },\n                {\n                    \"altitude\": 0,\n                    \"band_id\": 4,\n                    \"carrier\": \"T-Mobile\",\n                    \"cell_id\": 21376003,\n                    \"date\": \"2021-10-13T18:05:42.056219\",\n                    \"fcn\": 2300,\n                    \"lac\": 16763,\n                    \"latitude\": 37.8477344,\n                    \"longitude\": -122.2901104,\n                    \"mcc\": 310,\n                    \"mnc\": 260,\n                    \"rat\": \"LTE\",\n                    \"signal_dbm\": -74.90840810160843\n                },\n                {\n                    \"altitude\": 0,\n                    \"band_id\": 4,\n                    \"carrier\": \"T-Mobile\",\n                    \"cell_id\": 21376003,\n                    \"date\": \"2021-10-13T18:05:42.800292\",\n                    \"fcn\": 2300,\n                    \"lac\": 16763,\n                    \"latitude\": 37.8477344,\n                    \"longitude\": -122.2901104,\n                    \"mcc\": 310,\n                    \"mnc\": 260,\n                    \"rat\": \"LTE\",\n                    \"signal_dbm\": -73.1262839705916\n                },\n                {\n                    \"altitude\": 0,\n                    \"band_id\": 4,\n                    \"carrier\": \"T-Mobile\",\n                    \"cell_id\": 21376003,\n                    \"date\": \"2021-10-13T18:06:43.024546\",\n                    \"fcn\": 2300,\n                    \"lac\": 16763,\n                    \"latitude\": 37.8477344,\n                    \"longitude\": -122.2901104,\n                    \"mcc\": 310,\n                    \"mnc\": 260,\n                    \"rat\": \"LTE\",\n                    \"signal_dbm\": -72.79959405776825\n                }\n            ],\n            \"lac\": 16763,\n            \"last_seen\": \"2021-10-13T18:07:39\",\n            \"mcc\": 310,\n            \"mnc\": 260,\n            \"rssi\": -76.41336696238461,\n            \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n            \"sensor_name\": \"demo-emeryville\",\n            \"sensor_url_id\": \"PVyXoLbp5RD7QRWE\",\n            \"technology\": \"LTE\",\n            \"threat_level\": 0,\n            \"url_id\": \"kogVbOn46K0EeN21\"\n        }\n    },\n    \"status\": \"success\"\n}"}],"_postman_id":"3b02767b-ab7e-4684-95f8-97957aa55c66"}],"id":"0b96d5a4-447e-42d1-8d05-0ddcdd0a9be2","description":"<p>Cellular Tower data</p>\n","auth":{"type":"bearer","bearer":{"token":"access_token"},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"d74bbfed-f69e-4dbc-95d0-1e3bafe889f8","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"779db88d-4ad9-4b39-bbca-422eeb22023d","type":"text/javascript","exec":[""]}}],"_postman_id":"0b96d5a4-447e-42d1-8d05-0ddcdd0a9be2"},{"name":"AIRSHIELD Sensors","item":[{"name":"Sensor List","event":[{"listen":"prerequest","script":{"id":"bb9fa944-bd8c-4b39-88da-3aa7ac56beb7","exec":[""],"type":"text/javascript"}}],"id":"f464d66a-7082-4114-8f16-a5b1bc627de4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.802secure.net/apiv1/customer/sensors","description":"<p>Obtain a list of AIRSHIELD sensors.</p>\n","auth":{"type":"bearer","bearer":{"token":"access_token"},"isInherited":true,"source":{"_postman_id":"5d1f3e75-da88-486b-88c2-664d115809dc","id":"5d1f3e75-da88-486b-88c2-664d115809dc","name":"AIRSHIELD Sensors","type":"folder"}},"urlObject":{"path":["sensors"],"host":["https://api.802secure.net/apiv1/customer"],"query":[],"variable":[]}},"response":[],"_postman_id":"f464d66a-7082-4114-8f16-a5b1bc627de4"},{"name":"Sensor Detail","id":"613fc60a-9ba1-4cfa-b347-4c559ac4c97f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.802secure.net/apiv1/customer/sensor/:sensor_identifier","description":"<p>Returns the details of an AIRSHIELD sensor. Request must include a url id code or a sensor short name.</p>\n","auth":{"type":"bearer","bearer":{"token":"access_token"},"isInherited":true,"source":{"_postman_id":"5d1f3e75-da88-486b-88c2-664d115809dc","id":"5d1f3e75-da88-486b-88c2-664d115809dc","name":"AIRSHIELD Sensors","type":"folder"}},"urlObject":{"path":["sensor",":sensor_identifier"],"host":["https://api.802secure.net/apiv1/customer"],"query":[],"variable":[{"description":{"content":"<p>The AirShield identifier or serial number</p>\n","type":"text/plain"},"type":"any","value":null,"key":"sensor_identifier"}]}},"response":[],"_postman_id":"613fc60a-9ba1-4cfa-b347-4c559ac4c97f"},{"name":"Sensor Update","id":"f7ed1d18-d553-4a6f-b9b7-5669ee0b96c6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"\",\n    \"led_setting\": \"low\",\n    \"latitude\": 0,\n    \"longitude\": 0,\n    \"altitude\": 0\n}","options":{"raw":{"language":"json"}}},"url":"https://api.802secure.net/apiv1/customer/sensor/:sensor_identifier/update","description":"<p>Update the details of an AIRSHIELD sensor. Request must include a url id code or serial number.</p>\n","auth":{"type":"bearer","bearer":{"token":"access_token"},"isInherited":true,"source":{"_postman_id":"5d1f3e75-da88-486b-88c2-664d115809dc","id":"5d1f3e75-da88-486b-88c2-664d115809dc","name":"AIRSHIELD Sensors","type":"folder"}},"urlObject":{"path":["sensor",":sensor_identifier","update"],"host":["https://api.802secure.net/apiv1/customer"],"query":[],"variable":[{"description":{"content":"<p>The AirShield identifier or serial number</p>\n","type":"text/plain"},"type":"any","value":null,"key":"sensor_identifier"}]}},"response":[],"_postman_id":"f7ed1d18-d553-4a6f-b9b7-5669ee0b96c6"}],"id":"5d1f3e75-da88-486b-88c2-664d115809dc","description":"<p>WiFi Related Requestss</p>\n","auth":{"type":"bearer","bearer":{"token":"access_token"},"isInherited":false},"_postman_id":"5d1f3e75-da88-486b-88c2-664d115809dc"},{"name":"Events","item":[{"name":"Event List","event":[{"listen":"prerequest","script":{"id":"17a75eb1-476e-4890-aea4-57e7bca367ad","exec":[""],"type":"text/javascript"}}],"id":"48fdffd7-b5d7-475e-a859-7580e234dedd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"minutes\": 1440,\n    \"identifier\": [\"DEAUTHENTICATION FRAME\"]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.802secure.net/apiv1/customer/events","description":"<p>Obtain a list of recent events.</p>\n<p>Timestamps may be used to define the start and end window for event searching. A 2 day window of events may be requested at any one time.</p>\n<p>If using the <strong>GET</strong> method, the URI may append one or two fields:</p>\n<ul>\n<li><code>events/&lt;minutes&gt;</code> to return all events in the past <code>minutes</code></li>\n<li><code>events/&lt;start_timestamp&gt;/&lt;end_timestamp&gt;</code> to return all events within a time window</li>\n</ul>\n<p>If using the <strong>POST</strong> method, the body may include a JSON structure to further limit the query:</p>\n<ul>\n<li><code>start_timestamp</code>: Epoch start of search</li>\n<li><code>end_timestamp</code>: Epoch end of search - must be no more than 2 days between start/end</li>\n<li><code>minutes</code>: Number of minutes instead of using start/end</li>\n<li><code>exclude_sources</code>: An exclusive list of sources to ignore</li>\n<li><code>include_sources</code>: An inclusive list of sources to ONLY return</li>\n<li><code>minimum_severity</code>: The minimum severity level to return (1 to 10)</li>\n</ul>\n<p>This example will return the last 60 minutes of events </p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n  'minutes': 60,\n  'minimum_security': 7,\n  'include_sources': ['ANALYTICS']\n}\n</code></pre>","auth":{"type":"bearer","bearer":{"token":"access_token"},"isInherited":true,"source":{"_postman_id":"d8f119ea-2083-456b-8a58-29991b8becad","id":"d8f119ea-2083-456b-8a58-29991b8becad","name":"802 Secure/LOCH Customer API","type":"collection"}},"urlObject":{"path":["events"],"host":["https://api.802secure.net/apiv1/customer"],"query":[],"variable":[]}},"response":[{"id":"265978f8-bd91-4cab-aa22-98a2a1bd889d","name":"Event List","originalRequest":{"method":"GET","header":[],"url":"https://api.802secure.net/apiv1/customer/events/1440"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 13 Oct 2021 17:07:03 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"1453808"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Set-Cookie","value":"session=43f4a056-a2fd-4c50-8768-0074ab1b9e05.HOdpiThSGqscW3HLxSeTicUHPeM; Expires=Wed, 13-Oct-2021 18:07:03 GMT; Secure; HttpOnly; Path=/"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"events\": [\n            {\n                \"ap_bssid\": \"E8:AB:FA:4E:83:0D\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"8XvG2K638gEDqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Drone\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"Attop\",\n                \"ap_trust_level\": 50,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 99,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"XvG2K62BjXEYKqAk\",\n                \"client_mac\": \"E8:1C:BA:82:B2:30\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": null,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A repeating 802.11 EAPOLFrame RSN anonce broadcast has been seen between e8:ab:fa:4e:83:0d and e8:1c:ba:82:b2:30.\\nThis may indicate a Key Reinstallation Attack (KRACK) attack is in progress or a device's\\nsoftware has not been upgraded to defend against this weakness. If a large number of\\nevents are seen in a short period of time an attack could be in progress.\\n\\nFor more information about this weakness, visit the following links:\\n    \\n    * https://www.krackattacks.com/\\n    * https://en.wikipedia.org/wiki/KRACK\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13077\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13078\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13079\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13080\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13081\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13082\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13084\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13086\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13087\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13088\\n\",\n                \"id\": \"GjEaDRb6RPXDb0dJ\",\n                \"identifier\": \"KRACK\",\n                \"sensor_id\": \"jpEVxKyXvbLrQRY2\",\n                \"sensor_name\": \"Demo-V2-Seattle\",\n                \"severity\": 10,\n                \"source\": \"WIDS\",\n                \"summary\": \"POSSIBLE KRACK WEAKNESS/ATTACK\",\n                \"timestamp\": \"2021-10-12T17:07:36.658578Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 99,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"yVpWLxd47qWpL5Ba\",\n                \"client_mac\": \"AA:3B:70:A3:9D:F6\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": null,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A new 802.11 WiFi Client has been discovered.\\n\\n* MAC Address: AA:3B:70:A3:9D:F6\",\n                \"id\": \"2oQbKM73ql7nBXzj\",\n                \"identifier\": \"NEW WIFI CLIENT\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 10,\n                \"source\": \"POLICY\",\n                \"summary\": \"New Client (AA:3B:70:A3:9D:F6) Discovered\",\n                \"timestamp\": \"2021-10-12T17:10:01.970100Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 99,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"gxMmLjdBOV6YDJvY\",\n                \"client_mac\": \"EA:A1:56:B0:21:15\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": null,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A new 802.11 WiFi Client has been discovered.\\n\\n* MAC Address: EA:A1:56:B0:21:15\",\n                \"id\": \"p6B7nzV9lGmng4XA\",\n                \"identifier\": \"NEW WIFI CLIENT\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 10,\n                \"source\": \"POLICY\",\n                \"summary\": \"New Client (EA:A1:56:B0:21:15) Discovered\",\n                \"timestamp\": \"2021-10-12T17:10:02.595974Z\"\n            },\n            {\n                \"ap_bssid\": \"96:18:98:BE:F0:04\",\n                \"ap_essid\": \"Free5Bird\",\n                \"ap_id\": \"60deD0565RJnpPjb\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 20,\n                \"ap_trust_level_name\": \"Guest\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 4,\n                \"client_group_name\": \"Visitor\",\n                \"client_id\": \"O3ZzDm8Y1Y6zK4JR\",\n                \"client_mac\": \"00:0E:8E:86:1A:7B\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 284,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Download/Upload Performance testing metric missed.\\n\\n* Expected: 10.000 Mbps Download / 10.000 Mbps Upload\\n* Observed: 0.000 Mbps Download / 0.000 Mbps Upload\",\n                \"id\": \"XwlNKZ09zdNnYpzq\",\n                \"identifier\": \"MISSED PERFORMANCE METRIC\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 5,\n                \"source\": \"PERFORMANCE\",\n                \"summary\": \"DOWNLOAD/UPLOAD METRIC MISSED\",\n                \"timestamp\": \"2021-10-12T17:13:05.894472Z\"\n            },\n            {\n                \"ap_bssid\": \"88:1F:A1:30:67:E6\",\n                \"ap_essid\": \"J-Sei\",\n                \"ap_id\": \"kvQMlKYNereD2qe0\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Wireless Bridge\",\n                \"ap_tag_location\": \"Office\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 30,\n                \"ap_trust_level_name\": \"Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A new WPA/WPA2 handshake has been collected for BSSID 88:1F:A1:30:67:E6\",\n                \"id\": \"GmVED2qzQGaKkqQw\",\n                \"identifier\": \"NEW WPA/WPA2 HANDSHAKE\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 1,\n                \"source\": \"INTERROGATOR\",\n                \"summary\": \"New WPA handshake received for BSSID 88:1F:A1:30:67:E6\",\n                \"timestamp\": \"2021-10-12T17:17:05.247821Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 99,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"eYN2K32aQNWJLoQ0\",\n                \"client_mac\": \"46:D9:F9:D4:FD:73\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": null,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A new 802.11 WiFi Client has been discovered.\\n\\n* MAC Address: 46:D9:F9:D4:FD:73\",\n                \"id\": \"gVbOn4qzV1EL0EeN\",\n                \"identifier\": \"NEW WIFI CLIENT\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 10,\n                \"source\": \"POLICY\",\n                \"summary\": \"New Client (46:D9:F9:D4:FD:73) Discovered\",\n                \"timestamp\": \"2021-10-12T17:18:03.951572Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 99,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"gVbOn4aWj2VkL0Ee\",\n                \"client_mac\": \"96:7B:79:6B:4F:50\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": null,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A new 802.11 WiFi Client has been discovered.\\n\\n* MAC Address: 96:7B:79:6B:4F:50\",\n                \"id\": \"Y2p6nGqz0GNKJQ3b\",\n                \"identifier\": \"NEW WIFI CLIENT\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 10,\n                \"source\": \"POLICY\",\n                \"summary\": \"New Client (96:7B:79:6B:4F:50) Discovered\",\n                \"timestamp\": \"2021-10-12T17:18:04.073017Z\"\n            },\n            {\n                \"ap_bssid\": \"3C:84:6A:EE:CF:1B\",\n                \"ap_essid\": \"Joey_Joe_2\",\n                \"ap_id\": \"pEVxKyZbNQADrQRY\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"aQVvDeEw37kDW8w0\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 3c:84:6a:ee:cf:1b has changed channel from 7 to 3\",\n                \"timestamp\": \"2021-10-12T17:18:47.814052Z\"\n            },\n            {\n                \"ap_bssid\": \"96:18:98:BE:F0:04\",\n                \"ap_essid\": \"Free5Bird\",\n                \"ap_id\": \"60deD0565RJnpPjb\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 20,\n                \"ap_trust_level_name\": \"Guest\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 4,\n                \"client_group_name\": \"Visitor\",\n                \"client_id\": \"O3ZzDm8Y1Y6zK4JR\",\n                \"client_mac\": \"00:0E:8E:86:1A:7B\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 284,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Download/Upload Performance testing metric missed.\\n\\n* Expected: 10.000 Mbps Download / 10.000 Mbps Upload\\n* Observed: 0.000 Mbps Download / 0.000 Mbps Upload\",\n                \"id\": \"qzGoDEqzR7wDOemX\",\n                \"identifier\": \"MISSED PERFORMANCE METRIC\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 5,\n                \"source\": \"PERFORMANCE\",\n                \"summary\": \"DOWNLOAD/UPLOAD METRIC MISSED\",\n                \"timestamp\": \"2021-10-12T17:19:33.056537Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 99,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"Y2p6nG39j148nJQ3\",\n                \"client_mac\": \"66:D5:E1:83:78:7E\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": null,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A new 802.11 WiFi Client has been discovered.\\n\\n* MAC Address: 66:D5:E1:83:78:7E\",\n                \"id\": \"wd4mnAqzOomnkvRp\",\n                \"identifier\": \"NEW WIFI CLIENT\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 10,\n                \"source\": \"POLICY\",\n                \"summary\": \"New Client (66:D5:E1:83:78:7E) Discovered\",\n                \"timestamp\": \"2021-10-12T17:20:04.488043Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 99,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"XvG2K6RWjwQZKqAk\",\n                \"client_mac\": \"7A:C9:D6:97:E1:CF\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": null,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A new 802.11 WiFi Client has been discovered.\\n\\n* MAC Address: 7A:C9:D6:97:E1:CF\",\n                \"id\": \"dE4lL9qzGpZLvx03\",\n                \"identifier\": \"NEW WIFI CLIENT\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 10,\n                \"source\": \"POLICY\",\n                \"summary\": \"New Client (7A:C9:D6:97:E1:CF) Discovered\",\n                \"timestamp\": \"2021-10-12T17:20:04.781660Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 99,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"pEVxKydG1EoPLrQR\",\n                \"client_mac\": \"96:33:9C:1B:3F:28\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": null,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A new 802.11 WiFi Client has been discovered.\\n\\n* MAC Address: 96:33:9C:1B:3F:28\",\n                \"id\": \"GqX3KBqzXrxLpwNj\",\n                \"identifier\": \"NEW WIFI CLIENT\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 10,\n                \"source\": \"POLICY\",\n                \"summary\": \"New Client (96:33:9C:1B:3F:28) Discovered\",\n                \"timestamp\": \"2021-10-12T17:22:06.904535Z\"\n            },\n            {\n                \"ap_bssid\": \"02:15:99:EF:9A:02\",\n                \"ap_essid\": \"DIRECT-laB1163w Mono MFP\",\n                \"ap_id\": \"XvG2K62p0RYKqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Printer\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"v0zVKQm1rA3KbB5E\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 02:15:99:ef:9a:02 has changed channel from 6 to 9\",\n                \"timestamp\": \"2021-10-12T17:22:07.016273Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 99,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"Y2p6nG39jJMqnJQ3\",\n                \"client_mac\": \"8E:3C:7B:40:B4:B9\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": null,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A new 802.11 WiFi Client has been discovered.\\n\\n* MAC Address: 8E:3C:7B:40:B4:B9\",\n                \"id\": \"PpOmLW9OzNdDBGb9\",\n                \"identifier\": \"NEW WIFI CLIENT\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 10,\n                \"source\": \"POLICY\",\n                \"summary\": \"New Client (8E:3C:7B:40:B4:B9) Discovered\",\n                \"timestamp\": \"2021-10-12T17:22:07.266771Z\"\n            },\n            {\n                \"ap_bssid\": \"02:15:99:EF:9A:02\",\n                \"ap_essid\": \"DIRECT-laB1163w Mono MFP\",\n                \"ap_id\": \"XvG2K62p0RYKqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Printer\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"yNMbnqX1A0lDGkJd\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 02:15:99:ef:9a:02 has changed channel from 9 to 6\",\n                \"timestamp\": \"2021-10-12T17:22:34.993274Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 99,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"72YOnPd32JaQn0Q6\",\n                \"client_mac\": \"9C:3D:C8:2E:EA:97\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": null,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A new 802.11 WiFi Client has been discovered.\\n\\n* MAC Address: 9C:3D:C8:2E:EA:97\",\n                \"id\": \"2oQbKM73q8lnBXzj\",\n                \"identifier\": \"NEW WIFI CLIENT\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 10,\n                \"source\": \"POLICY\",\n                \"summary\": \"New Client (9C:3D:C8:2E:EA:97) Discovered\",\n                \"timestamp\": \"2021-10-12T17:24:05.468691Z\"\n            },\n            {\n                \"ap_bssid\": \"96:18:98:BE:F0:04\",\n                \"ap_essid\": \"Free5Bird\",\n                \"ap_id\": \"60deD0565RJnpPjb\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 20,\n                \"ap_trust_level_name\": \"Guest\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 4,\n                \"client_group_name\": \"Visitor\",\n                \"client_id\": \"O3ZzDm8Y1Y6zK4JR\",\n                \"client_mac\": \"00:0E:8E:86:1A:7B\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 284,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Download/Upload Performance testing metric missed.\\n\\n* Expected: 10.000 Mbps Download / 10.000 Mbps Upload\\n* Observed: 0.000 Mbps Download / 0.000 Mbps Upload\",\n                \"id\": \"9PBZDav5zlan7Rxw\",\n                \"identifier\": \"MISSED PERFORMANCE METRIC\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 5,\n                \"source\": \"PERFORMANCE\",\n                \"summary\": \"DOWNLOAD/UPLOAD METRIC MISSED\",\n                \"timestamp\": \"2021-10-12T17:26:01.166932Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 99,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"zA1RL7avjJ3mDr0a\",\n                \"client_mac\": \"AA:7C:AB:68:D1:93\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": null,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A new 802.11 WiFi Client has been discovered.\\n\\n* MAC Address: AA:7C:AB:68:D1:93\",\n                \"id\": \"pEVxKyWAVG5nrQRY\",\n                \"identifier\": \"NEW WIFI CLIENT\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 10,\n                \"source\": \"POLICY\",\n                \"summary\": \"New Client (AA:7C:AB:68:D1:93) Discovered\",\n                \"timestamp\": \"2021-10-12T17:26:13.229046Z\"\n            },\n            {\n                \"ap_bssid\": \"96:18:98:BE:F0:04\",\n                \"ap_essid\": \"Free5Bird\",\n                \"ap_id\": \"60deD0565RJnpPjb\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 20,\n                \"ap_trust_level_name\": \"Guest\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 4,\n                \"client_group_name\": \"Visitor\",\n                \"client_id\": \"O3ZzDm8Y1Y6zK4JR\",\n                \"client_mac\": \"00:0E:8E:86:1A:7B\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 284,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Download/Upload Performance testing metric missed.\\n\\n* Expected: 10.000 Mbps Download / 10.000 Mbps Upload\\n* Observed: 0.000 Mbps Download / 0.000 Mbps Upload\",\n                \"id\": \"zA1RL7qz3YeDr0al\",\n                \"identifier\": \"MISSED PERFORMANCE METRIC\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 5,\n                \"source\": \"PERFORMANCE\",\n                \"summary\": \"DOWNLOAD/UPLOAD METRIC MISSED\",\n                \"timestamp\": \"2021-10-12T17:32:31.754121Z\"\n            },\n            {\n                \"ap_bssid\": \"98:18:88:BE:F0:04\",\n                \"ap_essid\": \"Choose Another Castle\",\n                \"ap_id\": \"VyXoLbk4o3vK7QRW\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"Cisco\",\n                \"ap_trust_level\": 1,\n                \"ap_trust_level_name\": \"Trusted\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 2,\n                \"client_group_name\": \"Semi-Trusted\",\n                \"client_id\": \"GjEaDRay3MMKb0dJ\",\n                \"client_mac\": \"28:56:5A:38:D1:11\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 65535,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A client assigned to Client Group SEMI-TRUSTED has been observed connected to an unapproved TRUSTED AP\\n\\n* Client:      28:56:5A:38:D1:11\\n* Group:       SEMI-TRUSTED\\n* AccessPoint: 98:18:88:BE:F0:04 (Choose Another Castle)\\n* Trust Level: TRUSTED\\n    \\nThis message is sent no more than once per hour for this Client to AP connection.\",\n                \"id\": \"lqXoKN14zVRL7y26\",\n                \"identifier\": \"TRUST POLICY VIOLATION\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 10,\n                \"source\": \"POLICY\",\n                \"summary\": \"SEMI-TRUSTED CLIENT (28:56:5A:38:D1:11) CONNECTED TRUSTED AP (98:18:88:BE:F0:04)\",\n                \"timestamp\": \"2021-10-12T17:33:15.323740Z\"\n            },\n            {\n                \"ap_bssid\": \"9A:18:98:BE:F0:04\",\n                \"ap_essid\": \"Choose Another Castle\",\n                \"ap_id\": \"aQVvDeWmWkrLW8w0\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"Meraki\",\n                \"ap_tag_vendor\": \"Cisco\",\n                \"ap_trust_level\": 1,\n                \"ap_trust_level_name\": \"Trusted\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 2,\n                \"client_group_name\": \"Semi-Trusted\",\n                \"client_id\": \"WPYxLVabpN4ne5aj\",\n                \"client_mac\": \"08:66:98:CB:69:9F\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 65535,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"Apple\",\n                \"detail\": \"A client assigned to Client Group SEMI-TRUSTED has been observed connected to an unapproved TRUSTED AP\\n\\n* Client:      08:66:98:CB:69:9F\\n* Group:       SEMI-TRUSTED\\n* AccessPoint: 9A:18:98:BE:F0:04 (Choose Another Castle)\\n* Trust Level: TRUSTED\\n    \\nThis message is sent no more than once per hour for this Client to AP connection.\",\n                \"id\": \"BVWpnv0gBA7Keo1J\",\n                \"identifier\": \"TRUST POLICY VIOLATION\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 10,\n                \"source\": \"POLICY\",\n                \"summary\": \"SEMI-TRUSTED CLIENT (08:66:98:CB:69:9F) CONNECTED TRUSTED AP (9A:18:98:BE:F0:04)\",\n                \"timestamp\": \"2021-10-12T17:33:15.688703Z\"\n            },\n            {\n                \"ap_bssid\": \"98:18:88:BE:F0:04\",\n                \"ap_essid\": \"Choose Another Castle\",\n                \"ap_id\": \"VyXoLbk4o3vK7QRW\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"Cisco\",\n                \"ap_trust_level\": 1,\n                \"ap_trust_level_name\": \"Trusted\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 4,\n                \"client_group_name\": \"Visitor\",\n                \"client_id\": \"Mqa0n1mJ31vXn2px\",\n                \"client_mac\": \"E8:84:A5:96:DF:39\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 3024,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A client assigned to Client Group VISITOR has been observed connected to an unapproved TRUSTED AP\\n\\n* Client:      E8:84:A5:96:DF:39\\n* Group:       VISITOR\\n* AccessPoint: 98:18:88:BE:F0:04 (Choose Another Castle)\\n* Trust Level: TRUSTED\\n    \\nThis message is sent no more than once per hour for this Client to AP connection.\",\n                \"id\": \"b41kKwBOQ96LzZog\",\n                \"identifier\": \"TRUST POLICY VIOLATION\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 10,\n                \"source\": \"POLICY\",\n                \"summary\": \"VISITOR CLIENT (E8:84:A5:96:DF:39) CONNECTED TRUSTED AP (98:18:88:BE:F0:04)\",\n                \"timestamp\": \"2021-10-12T17:33:16.126986Z\"\n            },\n            {\n                \"ap_bssid\": \"96:18:98:BE:F0:04\",\n                \"ap_essid\": \"Free5Bird\",\n                \"ap_id\": \"60deD0565RJnpPjb\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 20,\n                \"ap_trust_level_name\": \"Guest\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 4,\n                \"client_group_name\": \"Visitor\",\n                \"client_id\": \"O3ZzDm8Y1Y6zK4JR\",\n                \"client_mac\": \"00:0E:8E:86:1A:7B\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 284,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Download/Upload Performance testing metric missed.\\n\\n* Expected: 10.000 Mbps Download / 10.000 Mbps Upload\\n* Observed: 0.000 Mbps Download / 0.000 Mbps Upload\",\n                \"id\": \"VyXoLbwNaaRK7QRW\",\n                \"identifier\": \"MISSED PERFORMANCE METRIC\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 5,\n                \"source\": \"PERFORMANCE\",\n                \"summary\": \"DOWNLOAD/UPLOAD METRIC MISSED\",\n                \"timestamp\": \"2021-10-12T17:38:59.132894Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 99,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"GmVED2dNBypaLkqQ\",\n                \"client_mac\": \"66:55:CF:19:74:88\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": null,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A new 802.11 WiFi Client has been discovered.\\n\\n* MAC Address: 66:55:CF:19:74:88\",\n                \"id\": \"XwlNKZ09zeznYpzq\",\n                \"identifier\": \"NEW WIFI CLIENT\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 10,\n                \"source\": \"POLICY\",\n                \"summary\": \"New Client (66:55:CF:19:74:88) Discovered\",\n                \"timestamp\": \"2021-10-12T17:40:13.917669Z\"\n            },\n            {\n                \"ap_bssid\": \"9A:18:98:BE:F0:04\",\n                \"ap_essid\": \"Choose Another Castle\",\n                \"ap_id\": \"aQVvDeWmWkrLW8w0\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"Meraki\",\n                \"ap_tag_vendor\": \"Cisco\",\n                \"ap_trust_level\": 1,\n                \"ap_trust_level_name\": \"Trusted\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 4,\n                \"client_group_name\": \"Visitor\",\n                \"client_id\": \"Mqa0n1mJ31vXn2px\",\n                \"client_mac\": \"E8:84:A5:96:DF:39\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 3024,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A client assigned to Client Group VISITOR has been observed connected to an unapproved TRUSTED AP\\n\\n* Client:      E8:84:A5:96:DF:39\\n* Group:       VISITOR\\n* AccessPoint: 9A:18:98:BE:F0:04 (Choose Another Castle)\\n* Trust Level: TRUSTED\\n    \\nThis message is sent no more than once per hour for this Client to AP connection.\",\n                \"id\": \"VyXoLbwNaovK7QRW\",\n                \"identifier\": \"TRUST POLICY VIOLATION\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 10,\n                \"source\": \"POLICY\",\n                \"summary\": \"VISITOR CLIENT (E8:84:A5:96:DF:39) CONNECTED TRUSTED AP (9A:18:98:BE:F0:04)\",\n                \"timestamp\": \"2021-10-12T17:41:18.235808Z\"\n            },\n            {\n                \"ap_bssid\": \"96:18:98:BE:F0:04\",\n                \"ap_essid\": \"Free5Bird\",\n                \"ap_id\": \"60deD0565RJnpPjb\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 20,\n                \"ap_trust_level_name\": \"Guest\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 4,\n                \"client_group_name\": \"Visitor\",\n                \"client_id\": \"O3ZzDm8Y1Y6zK4JR\",\n                \"client_mac\": \"00:0E:8E:86:1A:7B\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 284,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Download/Upload Performance testing metric missed.\\n\\n* Expected: 10.000 Mbps Download / 10.000 Mbps Upload\\n* Observed: 0.000 Mbps Download / 0.000 Mbps Upload\",\n                \"id\": \"GqX3KBqzXgkLpwNj\",\n                \"identifier\": \"MISSED PERFORMANCE METRIC\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 5,\n                \"source\": \"PERFORMANCE\",\n                \"summary\": \"DOWNLOAD/UPLOAD METRIC MISSED\",\n                \"timestamp\": \"2021-10-12T17:45:29.365378Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 99,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"5N89KXBb24PVnv1X\",\n                \"client_mac\": \"82:3C:EE:CA:7D:5A\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": null,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A new 802.11 WiFi Client has been discovered.\\n\\n* MAC Address: 82:3C:EE:CA:7D:5A\",\n                \"id\": \"eYN2K3qzWVenoQ0k\",\n                \"identifier\": \"NEW WIFI CLIENT\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 10,\n                \"source\": \"POLICY\",\n                \"summary\": \"New Client (82:3C:EE:CA:7D:5A) Discovered\",\n                \"timestamp\": \"2021-10-12T17:48:16.395625Z\"\n            },\n            {\n                \"ap_bssid\": \"2C:FD:A1:A1:5B:9C\",\n                \"ap_essid\": \"J-Sei\",\n                \"ap_id\": \"plqXoKNdwBpn7y26\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"ASUS\",\n                \"ap_trust_level\": 30,\n                \"ap_trust_level_name\": \"Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A new WPA/WPA2 handshake has been collected for BSSID 2C:FD:A1:A1:5B:9C\",\n                \"id\": \"XwlNKZ09zAZnYpzq\",\n                \"identifier\": \"NEW WPA/WPA2 HANDSHAKE\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 1,\n                \"source\": \"INTERROGATOR\",\n                \"summary\": \"New WPA handshake received for BSSID 2C:FD:A1:A1:5B:9C\",\n                \"timestamp\": \"2021-10-12T17:51:18.914088Z\"\n            },\n            {\n                \"ap_bssid\": \"02:15:99:EF:9A:02\",\n                \"ap_essid\": \"DIRECT-laB1163w Mono MFP\",\n                \"ap_id\": \"XvG2K62p0RYKqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Printer\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"x4dank6yYl6DGANw\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 02:15:99:ef:9a:02 has changed channel from 6 to 8\",\n                \"timestamp\": \"2021-10-12T17:51:18.947352Z\"\n            },\n            {\n                \"ap_bssid\": \"02:15:99:EF:9A:02\",\n                \"ap_essid\": \"DIRECT-laB1163w Mono MFP\",\n                \"ap_id\": \"XvG2K62p0RYKqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Printer\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"3Gl4nJ3zWl5LvBay\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 02:15:99:ef:9a:02 has changed channel from 8 to 6\",\n                \"timestamp\": \"2021-10-12T17:51:19.403931Z\"\n            },\n            {\n                \"ap_bssid\": \"96:18:98:BE:F0:04\",\n                \"ap_essid\": \"Free5Bird\",\n                \"ap_id\": \"60deD0565RJnpPjb\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 20,\n                \"ap_trust_level_name\": \"Guest\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 4,\n                \"client_group_name\": \"Visitor\",\n                \"client_id\": \"O3ZzDm8Y1Y6zK4JR\",\n                \"client_mac\": \"00:0E:8E:86:1A:7B\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 284,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Download/Upload Performance testing metric missed.\\n\\n* Expected: 10.000 Mbps Download / 10.000 Mbps Upload\\n* Observed: 0.000 Mbps Download / 0.000 Mbps Upload\",\n                \"id\": \"zA1RL7qz3WmDr0al\",\n                \"identifier\": \"MISSED PERFORMANCE METRIC\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 5,\n                \"source\": \"PERFORMANCE\",\n                \"summary\": \"DOWNLOAD/UPLOAD METRIC MISSED\",\n                \"timestamp\": \"2021-10-12T17:52:01.760310Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 99,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"PpOmLW8md5adKBGb\",\n                \"client_mac\": \"81:90:8A:DB:68:75\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": null,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A new 802.11 WiFi Client has been discovered.\\n\\n* MAC Address: 81:90:8A:DB:68:75\",\n                \"id\": \"zA1RL7qz36mDr0al\",\n                \"identifier\": \"NEW WIFI CLIENT\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 10,\n                \"source\": \"POLICY\",\n                \"summary\": \"New Client (81:90:8A:DB:68:75) Discovered\",\n                \"timestamp\": \"2021-10-12T17:54:20.869085Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"User Demo User (demo@802secure.com) logged in.\",\n                \"id\": \"lqXoKN14zj5L7y26\",\n                \"identifier\": \"LOGIN\",\n                \"sensor_id\": \"\",\n                \"sensor_name\": \"\",\n                \"severity\": 1,\n                \"source\": \"CONSOLE\",\n                \"summary\": \"User demo@802secure.com logged in\",\n                \"timestamp\": \"2021-10-12T17:55:15.341007Z\"\n            },\n            {\n                \"ap_bssid\": \"96:18:98:BE:F0:04\",\n                \"ap_essid\": \"Free5Bird\",\n                \"ap_id\": \"60deD0565RJnpPjb\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 20,\n                \"ap_trust_level_name\": \"Guest\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 4,\n                \"client_group_name\": \"Visitor\",\n                \"client_id\": \"O3ZzDm8Y1Y6zK4JR\",\n                \"client_mac\": \"00:0E:8E:86:1A:7B\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 284,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Download/Upload Performance testing metric missed.\\n\\n* Expected: 10.000 Mbps Download / 10.000 Mbps Upload\\n* Observed: 0.000 Mbps Download / 0.000 Mbps Upload\",\n                \"id\": \"zA1RL7qz37gDr0al\",\n                \"identifier\": \"MISSED PERFORMANCE METRIC\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 5,\n                \"source\": \"PERFORMANCE\",\n                \"summary\": \"DOWNLOAD/UPLOAD METRIC MISSED\",\n                \"timestamp\": \"2021-10-12T17:58:36.805668Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 99,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"O3ZzDm8k9G0kK4JR\",\n                \"client_mac\": \"1E:4D:67:59:34:EB\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": null,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A new 802.11 WiFi Client has been discovered.\\n\\n* MAC Address: 1E:4D:67:59:34:EB\",\n                \"id\": \"69yoDg4xGkQnvx8V\",\n                \"identifier\": \"NEW WIFI CLIENT\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 10,\n                \"source\": \"POLICY\",\n                \"summary\": \"New Client (1E:4D:67:59:34:EB) Discovered\",\n                \"timestamp\": \"2021-10-12T18:00:29.482978Z\"\n            },\n            {\n                \"ap_bssid\": \"96:18:98:BE:F0:04\",\n                \"ap_essid\": \"Free5Bird\",\n                \"ap_id\": \"60deD0565RJnpPjb\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 20,\n                \"ap_trust_level_name\": \"Guest\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 4,\n                \"client_group_name\": \"Visitor\",\n                \"client_id\": \"O3ZzDm8Y1Y6zK4JR\",\n                \"client_mac\": \"00:0E:8E:86:1A:7B\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 284,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Download/Upload Performance testing metric missed.\\n\\n* Expected: 10.000 Mbps Download / 10.000 Mbps Upload\\n* Observed: 0.000 Mbps Download / 0.000 Mbps Upload\",\n                \"id\": \"60deD0kzj5AKpPjb\",\n                \"identifier\": \"MISSED PERFORMANCE METRIC\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 5,\n                \"source\": \"PERFORMANCE\",\n                \"summary\": \"DOWNLOAD/UPLOAD METRIC MISSED\",\n                \"timestamp\": \"2021-10-12T18:05:19.410967Z\"\n            },\n            {\n                \"ap_bssid\": \"98:18:88:BE:F0:04\",\n                \"ap_essid\": \"Choose Another Castle\",\n                \"ap_id\": \"VyXoLbk4o3vK7QRW\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"Cisco\",\n                \"ap_trust_level\": 1,\n                \"ap_trust_level_name\": \"Trusted\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 2,\n                \"client_group_name\": \"Semi-Trusted\",\n                \"client_id\": \"XwlNKZd7bGjnYpzq\",\n                \"client_mac\": \"A8:6B:AD:3E:7E:A6\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 65535,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A client assigned to Client Group SEMI-TRUSTED has been observed connected to an unapproved TRUSTED AP\\n\\n* Client:      A8:6B:AD:3E:7E:A6\\n* Group:       SEMI-TRUSTED\\n* AccessPoint: 98:18:88:BE:F0:04 (Choose Another Castle)\\n* Trust Level: TRUSTED\\n    \\nThis message is sent no more than once per hour for this Client to AP connection.\",\n                \"id\": \"BbW5npO79GmDJ319\",\n                \"identifier\": \"TRUST POLICY VIOLATION\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 10,\n                \"source\": \"POLICY\",\n                \"summary\": \"SEMI-TRUSTED CLIENT (A8:6B:AD:3E:7E:A6) CONNECTED TRUSTED AP (98:18:88:BE:F0:04)\",\n                \"timestamp\": \"2021-10-12T18:05:27.747589Z\"\n            },\n            {\n                \"ap_bssid\": \"F8:55:CD:96:9A:1A\",\n                \"ap_essid\": \"HotspotHdU6\",\n                \"ap_id\": \"yVpWLx3b03rn5BaN\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 50,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A new 802.11 WiFi Access Point has been discovered.\\n\\n* BSSID:      F8:55:CD:96:9A:1A\\n* ESSID:      HotspotHdU6 (hidden: False)\\n* Encryption: WPA2+CCMP\\n* Channel:    6.0\\n\\nNote that this is point-in-time data and likely to change.\\n\",\n                \"id\": \"bvoenO6G1r6DMg14\",\n                \"identifier\": \"NEW ACCESS POINT\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 10,\n                \"source\": \"POLICY\",\n                \"summary\": \"New AP (F8:55:CD:96:9A:1A) Discovered\",\n                \"timestamp\": \"2021-10-12T18:06:21.576775Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 99,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"VyXoLb7lG2EPK7QR\",\n                \"client_mac\": \"78:55:CD:16:9A:1B\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": null,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A new 802.11 WiFi Client has been discovered.\\n\\n* MAC Address: 78:55:CD:16:9A:1B\",\n                \"id\": \"5N89KXRX9ernv1Xw\",\n                \"identifier\": \"NEW WIFI CLIENT\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 10,\n                \"source\": \"POLICY\",\n                \"summary\": \"New Client (78:55:CD:16:9A:1B) Discovered\",\n                \"timestamp\": \"2021-10-12T18:06:25.167311Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 99,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"69yoDgblm818Kvx8\",\n                \"client_mac\": \"28:38:5C:0D:63:E8\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": null,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A new 802.11 WiFi Client has been discovered.\\n\\n* MAC Address: 28:38:5C:0D:63:E8\",\n                \"id\": \"wd4mnAqzRYXnkvRp\",\n                \"identifier\": \"NEW WIFI CLIENT\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 10,\n                \"source\": \"POLICY\",\n                \"summary\": \"New Client (28:38:5C:0D:63:E8) Discovered\",\n                \"timestamp\": \"2021-10-12T18:06:25.605748Z\"\n            },\n            {\n                \"ap_bssid\": \"02:15:99:EF:9A:02\",\n                \"ap_essid\": \"DIRECT-laB1163w Mono MFP\",\n                \"ap_id\": \"XvG2K62p0RYKqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Printer\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"dE4lL9qzYexLvx03\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 02:15:99:ef:9a:02 has changed channel from 6 to 7\",\n                \"timestamp\": \"2021-10-12T18:07:56.187124Z\"\n            },\n            {\n                \"ap_bssid\": \"02:15:99:EF:9A:02\",\n                \"ap_essid\": \"DIRECT-laB1163w Mono MFP\",\n                \"ap_id\": \"XvG2K62p0RYKqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Printer\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"GjEaDRb6maXDb0dJ\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 02:15:99:ef:9a:02 has changed channel from 7 to 9\",\n                \"timestamp\": \"2021-10-12T18:07:56.340697Z\"\n            },\n            {\n                \"ap_bssid\": \"02:15:99:EF:9A:02\",\n                \"ap_essid\": \"DIRECT-laB1163w Mono MFP\",\n                \"ap_id\": \"XvG2K62p0RYKqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Printer\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"aQVvDeEwGVWDW8w0\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 02:15:99:ef:9a:02 has changed channel from 9 to 6\",\n                \"timestamp\": \"2021-10-12T18:07:56.486943Z\"\n            },\n            {\n                \"ap_bssid\": \"E8:1C:BA:82:B2:30\",\n                \"ap_essid\": \"YouKidsGetOffMyLan\",\n                \"ap_id\": \"M60deD0ANkJnpPjb\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 99,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"2oQbKMyXJbjKBXzj\",\n                \"client_mac\": \"E8:AB:FA:4E:83:0D\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": null,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A repeating 802.11 EAPOLFrame RSN anonce broadcast has been seen between e8:1c:ba:82:b2:30 and e8:ab:fa:4e:83:0d.\\nThis may indicate a Key Reinstallation Attack (KRACK) attack is in progress or a device's\\nsoftware has not been upgraded to defend against this weakness. If a large number of\\nevents are seen in a short period of time an attack could be in progress.\\n\\nFor more information about this weakness, visit the following links:\\n    \\n    * https://www.krackattacks.com/\\n    * https://en.wikipedia.org/wiki/KRACK\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13077\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13078\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13079\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13080\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13081\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13082\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13084\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13086\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13087\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13088\\n\",\n                \"id\": \"j6GNL5qzG60Lm35k\",\n                \"identifier\": \"KRACK\",\n                \"sensor_id\": \"jpEVxKyXvbLrQRY2\",\n                \"sensor_name\": \"Demo-V2-Seattle\",\n                \"severity\": 10,\n                \"source\": \"WIDS\",\n                \"summary\": \"POSSIBLE KRACK WEAKNESS/ATTACK\",\n                \"timestamp\": \"2021-10-12T18:08:27.978286Z\"\n            },\n            {\n                \"ap_bssid\": \"02:15:99:EF:9A:02\",\n                \"ap_essid\": \"DIRECT-laB1163w Mono MFP\",\n                \"ap_id\": \"XvG2K62p0RYKqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Printer\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"E3e2Ddyv4kNnaVpj\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 02:15:99:ef:9a:02 has changed channel from 6 to 7\",\n                \"timestamp\": \"2021-10-12T18:09:56.205292Z\"\n            },\n            {\n                \"ap_bssid\": \"02:15:99:EF:9A:02\",\n                \"ap_essid\": \"DIRECT-laB1163w Mono MFP\",\n                \"ap_id\": \"XvG2K62p0RYKqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Printer\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"pEVxKyWAPXWnrQRY\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 02:15:99:ef:9a:02 has changed channel from 7 to 8\",\n                \"timestamp\": \"2021-10-12T18:09:56.376340Z\"\n            },\n            {\n                \"ap_bssid\": \"02:15:99:EF:9A:02\",\n                \"ap_essid\": \"DIRECT-laB1163w Mono MFP\",\n                \"ap_id\": \"XvG2K62p0RYKqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Printer\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"qzGoDEqzQpADOemX\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 02:15:99:ef:9a:02 has changed channel from 8 to 9\",\n                \"timestamp\": \"2021-10-12T18:09:56.513146Z\"\n            },\n            {\n                \"ap_bssid\": \"96:18:98:BE:F0:04\",\n                \"ap_essid\": \"Free5Bird\",\n                \"ap_id\": \"60deD0565RJnpPjb\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 20,\n                \"ap_trust_level_name\": \"Guest\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 4,\n                \"client_group_name\": \"Visitor\",\n                \"client_id\": \"O3ZzDm8Y1Y6zK4JR\",\n                \"client_mac\": \"00:0E:8E:86:1A:7B\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 284,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Download/Upload Performance testing metric missed.\\n\\n* Expected: 10.000 Mbps Download / 10.000 Mbps Upload\\n* Observed: 0.000 Mbps Download / 0.000 Mbps Upload\",\n                \"id\": \"XwlNKZ09ePGnYpzq\",\n                \"identifier\": \"MISSED PERFORMANCE METRIC\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 5,\n                \"source\": \"PERFORMANCE\",\n                \"summary\": \"DOWNLOAD/UPLOAD METRIC MISSED\",\n                \"timestamp\": \"2021-10-12T18:11:52.922039Z\"\n            },\n            {\n                \"ap_bssid\": \"E8:1C:BA:82:B2:30\",\n                \"ap_essid\": \"YouKidsGetOffMyLan\",\n                \"ap_id\": \"M60deD0ANkJnpPjb\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 99,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"2oQbKMyXJbjKBXzj\",\n                \"client_mac\": \"E8:AB:FA:4E:83:0D\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": null,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A repeating 802.11 EAPOLFrame RSN anonce broadcast has been seen between e8:1c:ba:82:b2:30 and e8:ab:fa:4e:83:0d.\\nThis may indicate a Key Reinstallation Attack (KRACK) attack is in progress or a device's\\nsoftware has not been upgraded to defend against this weakness. If a large number of\\nevents are seen in a short period of time an attack could be in progress.\\n\\nFor more information about this weakness, visit the following links:\\n    \\n    * https://www.krackattacks.com/\\n    * https://en.wikipedia.org/wiki/KRACK\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13077\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13078\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13079\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13080\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13081\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13082\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13084\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13086\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13087\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13088\\n\",\n                \"id\": \"v0zVKQm1YqmKbB5E\",\n                \"identifier\": \"KRACK\",\n                \"sensor_id\": \"jpEVxKyXvbLrQRY2\",\n                \"sensor_name\": \"Demo-V2-Seattle\",\n                \"severity\": 10,\n                \"source\": \"WIDS\",\n                \"summary\": \"POSSIBLE KRACK WEAKNESS/ATTACK\",\n                \"timestamp\": \"2021-10-12T18:13:30.917852Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 99,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"PpOmLW8mWG7jKBGb\",\n                \"client_mac\": \"9C:6D:71:82:61:6E\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": null,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A new 802.11 WiFi Client has been discovered.\\n\\n* MAC Address: 9C:6D:71:82:61:6E\",\n                \"id\": \"gVbOn4qz4rVL0EeN\",\n                \"identifier\": \"NEW WIFI CLIENT\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 10,\n                \"source\": \"POLICY\",\n                \"summary\": \"New Client (9C:6D:71:82:61:6E) Discovered\",\n                \"timestamp\": \"2021-10-12T18:16:31.963457Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 99,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"WPYxLVBYQlG4Le5a\",\n                \"client_mac\": \"CC:F8:AC:F7:1F:49\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": null,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A new 802.11 WiFi Client has been discovered.\\n\\n* MAC Address: CC:F8:AC:F7:1F:49\",\n                \"id\": \"Y2p6nGqzVAVKJQ3b\",\n                \"identifier\": \"NEW WIFI CLIENT\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 10,\n                \"source\": \"POLICY\",\n                \"summary\": \"New Client (CC:F8:AC:F7:1F:49) Discovered\",\n                \"timestamp\": \"2021-10-12T18:16:32.060810Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 99,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"GmVED2dNjbJdLkqQ\",\n                \"client_mac\": \"EE:6D:C1:93:61:6E\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": null,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A new 802.11 WiFi Client has been discovered.\\n\\n* MAC Address: EE:6D:C1:93:61:6E\",\n                \"id\": \"zA1RL7qz1rdDr0al\",\n                \"identifier\": \"NEW WIFI CLIENT\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 10,\n                \"source\": \"POLICY\",\n                \"summary\": \"New Client (EE:6D:C1:93:61:6E) Discovered\",\n                \"timestamp\": \"2021-10-12T18:16:32.180334Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 99,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"BbW5npdB38jenJ31\",\n                \"client_mac\": \"9C:C9:73:02:A4:21\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": null,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A new 802.11 WiFi Client has been discovered.\\n\\n* MAC Address: 9C:C9:73:02:A4:21\",\n                \"id\": \"Mqa0n1kPyr2K2pxv\",\n                \"identifier\": \"NEW WIFI CLIENT\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 10,\n                \"source\": \"POLICY\",\n                \"summary\": \"New Client (9C:C9:73:02:A4:21) Discovered\",\n                \"timestamp\": \"2021-10-12T18:16:32.595187Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 99,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"7XbYLoxBE8o7KOJ2\",\n                \"client_mac\": \"9C:C9:73:02:A4:E7\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": null,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A new 802.11 WiFi Client has been discovered.\\n\\n* MAC Address: 9C:C9:73:02:A4:E7\",\n                \"id\": \"XvG2K6qd7rBLqAkw\",\n                \"identifier\": \"NEW WIFI CLIENT\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 10,\n                \"source\": \"POLICY\",\n                \"summary\": \"New Client (9C:C9:73:02:A4:E7) Discovered\",\n                \"timestamp\": \"2021-10-12T18:16:32.934930Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 99,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"gxMmLjdB0b27DJvY\",\n                \"client_mac\": \"8E:E3:95:E5:EC:E4\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": null,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A new 802.11 WiFi Client has been discovered.\\n\\n* MAC Address: 8E:E3:95:E5:EC:E4\",\n                \"id\": \"vQMlKYeARYeK2qe0\",\n                \"identifier\": \"NEW WIFI CLIENT\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 10,\n                \"source\": \"POLICY\",\n                \"summary\": \"New Client (8E:E3:95:E5:EC:E4) Discovered\",\n                \"timestamp\": \"2021-10-12T18:16:33.136837Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 99,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"oPwynldpQWwjnq6m\",\n                \"client_mac\": \"DE:D2:4A:50:7D:C7\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": null,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A new 802.11 WiFi Client has been discovered.\\n\\n* MAC Address: DE:D2:4A:50:7D:C7\",\n                \"id\": \"O3ZzDmm3OwrD4JR1\",\n                \"identifier\": \"NEW WIFI CLIENT\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 10,\n                \"source\": \"POLICY\",\n                \"summary\": \"New Client (DE:D2:4A:50:7D:C7) Discovered\",\n                \"timestamp\": \"2021-10-12T18:16:33.304974Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 99,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"8z2ND82laoJyLY5E\",\n                \"client_mac\": \"9C:F9:AC:F7:1F:49\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": null,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A new 802.11 WiFi Client has been discovered.\\n\\n* MAC Address: 9C:F9:AC:F7:1F:49\",\n                \"id\": \"VyXoLbwNEdqK7QRW\",\n                \"identifier\": \"NEW WIFI CLIENT\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 10,\n                \"source\": \"POLICY\",\n                \"summary\": \"New Client (9C:F9:AC:F7:1F:49) Discovered\",\n                \"timestamp\": \"2021-10-12T18:16:33.550350Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 99,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"72YOnPd3AgJyn0Q6\",\n                \"client_mac\": \"9C:C9:73:02:A4:0F\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": null,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A new 802.11 WiFi Client has been discovered.\\n\\n* MAC Address: 9C:C9:73:02:A4:0F\",\n                \"id\": \"69yoDg4x1wOnvx8V\",\n                \"identifier\": \"NEW WIFI CLIENT\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 10,\n                \"source\": \"POLICY\",\n                \"summary\": \"New Client (9C:C9:73:02:A4:0F) Discovered\",\n                \"timestamp\": \"2021-10-12T18:16:33.736497Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 99,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"9PBZDablmN97n7Rx\",\n                \"client_mac\": \"8E:E3:95:75:29:0B\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": null,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A new 802.11 WiFi Client has been discovered.\\n\\n* MAC Address: 8E:E3:95:75:29:0B\",\n                \"id\": \"bvoenO6G19GDMg14\",\n                \"identifier\": \"NEW WIFI CLIENT\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 10,\n                \"source\": \"POLICY\",\n                \"summary\": \"New Client (8E:E3:95:75:29:0B) Discovered\",\n                \"timestamp\": \"2021-10-12T18:16:33.829715Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 99,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"yNMbnqrW48lPLGkJ\",\n                \"client_mac\": \"35:65:AC:F7:1F:49\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": null,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A new 802.11 WiFi Client has been discovered.\\n\\n* MAC Address: 35:65:AC:F7:1F:49\",\n                \"id\": \"5N89KXRX96Onv1Xw\",\n                \"identifier\": \"NEW WIFI CLIENT\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 10,\n                \"source\": \"POLICY\",\n                \"summary\": \"New Client (35:65:AC:F7:1F:49) Discovered\",\n                \"timestamp\": \"2021-10-12T18:16:33.931838Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 99,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"3Gl4nJrQY0JZnvBa\",\n                \"client_mac\": \"9E:C9:C3:93:61:6E\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": null,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A new 802.11 WiFi Client has been discovered.\\n\\n* MAC Address: 9E:C9:C3:93:61:6E\",\n                \"id\": \"wd4mnAqzRQlnkvRp\",\n                \"identifier\": \"NEW WIFI CLIENT\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 10,\n                \"source\": \"POLICY\",\n                \"summary\": \"New Client (9E:C9:C3:93:61:6E) Discovered\",\n                \"timestamp\": \"2021-10-12T18:16:34.047538Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 99,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"E3e2Dd6lOQ0OLaVp\",\n                \"client_mac\": \"9C:C9:73:02:A4:C7\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": null,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A new 802.11 WiFi Client has been discovered.\\n\\n* MAC Address: 9C:C9:73:02:A4:C7\",\n                \"id\": \"dE4lL9qzYd1Lvx03\",\n                \"identifier\": \"NEW WIFI CLIENT\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 10,\n                \"source\": \"POLICY\",\n                \"summary\": \"New Client (9C:C9:73:02:A4:C7) Discovered\",\n                \"timestamp\": \"2021-10-12T18:16:34.142797Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 99,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"pEVxKydGg4EPLrQR\",\n                \"client_mac\": \"9C:6D:C1:93:61:6E\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": null,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A new 802.11 WiFi Client has been discovered.\\n\\n* MAC Address: 9C:6D:C1:93:61:6E\",\n                \"id\": \"GjEaDRb6mE8Db0dJ\",\n                \"identifier\": \"NEW WIFI CLIENT\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 10,\n                \"source\": \"POLICY\",\n                \"summary\": \"New Client (9C:6D:C1:93:61:6E) Discovered\",\n                \"timestamp\": \"2021-10-12T18:16:34.270307Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 99,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"eYN2K32axXJPLoQ0\",\n                \"client_mac\": \"9C:C9:A3:F7:1F:49\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": null,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A new 802.11 WiFi Client has been discovered.\\n\\n* MAC Address: 9C:C9:A3:F7:1F:49\",\n                \"id\": \"aQVvDeEwGprDW8w0\",\n                \"identifier\": \"NEW WIFI CLIENT\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 10,\n                \"source\": \"POLICY\",\n                \"summary\": \"New Client (9C:C9:A3:F7:1F:49) Discovered\",\n                \"timestamp\": \"2021-10-12T18:16:34.379799Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 99,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"gVbOn4aWxAJeL0Ee\",\n                \"client_mac\": \"9C:C9:73:02:24:78\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": null,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A new 802.11 WiFi Client has been discovered.\\n\\n* MAC Address: 9C:C9:73:02:24:78\",\n                \"id\": \"60deD0kzjrJKpPjb\",\n                \"identifier\": \"NEW WIFI CLIENT\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 10,\n                \"source\": \"POLICY\",\n                \"summary\": \"New Client (9C:C9:73:02:24:78) Discovered\",\n                \"timestamp\": \"2021-10-12T18:16:34.531281Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 99,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"Y2p6nG397ZJqnJQ3\",\n                \"client_mac\": \"27:4F:4A:50:7D:C7\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": null,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A new 802.11 WiFi Client has been discovered.\\n\\n* MAC Address: 27:4F:4A:50:7D:C7\",\n                \"id\": \"GqX3KBqzeQkLpwNj\",\n                \"identifier\": \"NEW WIFI CLIENT\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 10,\n                \"source\": \"POLICY\",\n                \"summary\": \"New Client (27:4F:4A:50:7D:C7) Discovered\",\n                \"timestamp\": \"2021-10-12T18:16:34.633212Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 99,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"zA1RL7avx5JyDr0a\",\n                \"client_mac\": \"9C:C9:C3:93:61:6E\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": null,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A new 802.11 WiFi Client has been discovered.\\n\\n* MAC Address: 9C:C9:C3:93:61:6E\",\n                \"id\": \"v0zVKQm1YylKbB5E\",\n                \"identifier\": \"NEW WIFI CLIENT\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 10,\n                \"source\": \"POLICY\",\n                \"summary\": \"New Client (9C:C9:C3:93:61:6E) Discovered\",\n                \"timestamp\": \"2021-10-12T18:16:34.804624Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 99,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"XvG2K6RWoAJvKqAk\",\n                \"client_mac\": \"9C:C9:73:02:A4:5B\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": null,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A new 802.11 WiFi Client has been discovered.\\n\\n* MAC Address: 9C:C9:73:02:A4:5B\",\n                \"id\": \"PpOmLW9OA15DBGb9\",\n                \"identifier\": \"NEW WIFI CLIENT\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 10,\n                \"source\": \"POLICY\",\n                \"summary\": \"New Client (9C:C9:73:02:A4:5B) Discovered\",\n                \"timestamp\": \"2021-10-12T18:16:35.033579Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 99,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"O3ZzDm8kWxpyK4JR\",\n                \"client_mac\": \"9C:C9:EB:75:29:0B\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": null,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A new 802.11 WiFi Client has been discovered.\\n\\n* MAC Address: 9C:C9:EB:75:29:0B\",\n                \"id\": \"WPYxLVAgX7Nne5aj\",\n                \"identifier\": \"NEW WIFI CLIENT\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 10,\n                \"source\": \"POLICY\",\n                \"summary\": \"New Client (9C:C9:EB:75:29:0B) Discovered\",\n                \"timestamp\": \"2021-10-12T18:16:35.271280Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 99,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"69yoDgbl9MWeKvx8\",\n                \"client_mac\": \"19:7F:5E:54:13:13\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": null,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A new 802.11 WiFi Client has been discovered.\\n\\n* MAC Address: 19:7F:5E:54:13:13\",\n                \"id\": \"lqXoKN147ApL7y26\",\n                \"identifier\": \"NEW WIFI CLIENT\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 10,\n                \"source\": \"POLICY\",\n                \"summary\": \"New Client (19:7F:5E:54:13:13) Discovered\",\n                \"timestamp\": \"2021-10-12T18:16:35.398735Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 99,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"pEVxKydGg4EqLrQR\",\n                \"client_mac\": \"20:2D:07:EB:26:DF\",\n                \"client_market\": \"Mobile\",\n                \"client_risk_level\": null,\n                \"client_tag_device\": \"Phone\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"Android\",\n                \"client_tag_vendor\": \"Samsung\",\n                \"detail\": \"A new 802.11 WiFi Client has been discovered.\\n\\n* MAC Address: 20:2D:07:EB:26:DF\",\n                \"id\": \"GmVED2qzEabKkqQw\",\n                \"identifier\": \"NEW WIFI CLIENT\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 10,\n                \"source\": \"POLICY\",\n                \"summary\": \"New Client (20:2D:07:EB:26:DF) Discovered\",\n                \"timestamp\": \"2021-10-12T18:16:35.496101Z\"\n            },\n            {\n                \"ap_bssid\": \"E8:1C:BA:82:B2:30\",\n                \"ap_essid\": \"YouKidsGetOffMyLan\",\n                \"ap_id\": \"M60deD0ANkJnpPjb\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 99,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"2oQbKMyXJbjKBXzj\",\n                \"client_mac\": \"E8:AB:FA:4E:83:0D\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": null,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A repeating 802.11 EAPOLFrame RSN anonce broadcast has been seen between e8:1c:ba:82:b2:30 and e8:ab:fa:4e:83:0d.\\nThis may indicate a Key Reinstallation Attack (KRACK) attack is in progress or a device's\\nsoftware has not been upgraded to defend against this weakness. If a large number of\\nevents are seen in a short period of time an attack could be in progress.\\n\\nFor more information about this weakness, visit the following links:\\n    \\n    * https://www.krackattacks.com/\\n    * https://en.wikipedia.org/wiki/KRACK\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13077\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13078\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13079\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13080\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13081\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13082\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13084\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13086\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13087\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13088\\n\",\n                \"id\": \"XvG2K6qd75BLqAkw\",\n                \"identifier\": \"KRACK\",\n                \"sensor_id\": \"jpEVxKyXvbLrQRY2\",\n                \"sensor_name\": \"Demo-V2-Seattle\",\n                \"severity\": 10,\n                \"source\": \"WIDS\",\n                \"summary\": \"POSSIBLE KRACK WEAKNESS/ATTACK\",\n                \"timestamp\": \"2021-10-12T18:17:27.043344Z\"\n            },\n            {\n                \"ap_bssid\": \"96:18:98:BE:F0:04\",\n                \"ap_essid\": \"Free5Bird\",\n                \"ap_id\": \"60deD0565RJnpPjb\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 20,\n                \"ap_trust_level_name\": \"Guest\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 4,\n                \"client_group_name\": \"Visitor\",\n                \"client_id\": \"O3ZzDm8Y1Y6zK4JR\",\n                \"client_mac\": \"00:0E:8E:86:1A:7B\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 284,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Download/Upload Performance testing metric missed.\\n\\n* Expected: 10.000 Mbps Download / 10.000 Mbps Upload\\n* Observed: 0.000 Mbps Download / 0.000 Mbps Upload\",\n                \"id\": \"BVWpnv0g5EEKeo1J\",\n                \"identifier\": \"MISSED PERFORMANCE METRIC\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 5,\n                \"source\": \"PERFORMANCE\",\n                \"summary\": \"DOWNLOAD/UPLOAD METRIC MISSED\",\n                \"timestamp\": \"2021-10-12T18:18:25.059081Z\"\n            },\n            {\n                \"ap_bssid\": \"02:15:99:EF:9A:02\",\n                \"ap_essid\": \"DIRECT-laB1163w Mono MFP\",\n                \"ap_id\": \"XvG2K62p0RYKqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Printer\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"gVbOn4qz4B6L0EeN\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 02:15:99:ef:9a:02 has changed channel from 6 to 11\",\n                \"timestamp\": \"2021-10-12T18:23:01.065860Z\"\n            },\n            {\n                \"ap_bssid\": \"02:15:99:EF:9A:02\",\n                \"ap_essid\": \"DIRECT-laB1163w Mono MFP\",\n                \"ap_id\": \"XvG2K62p0RYKqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Printer\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"Y2p6nGqzVd3KJQ3b\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 02:15:99:ef:9a:02 has changed channel from 11 to 6\",\n                \"timestamp\": \"2021-10-12T18:23:01.222312Z\"\n            },\n            {\n                \"ap_bssid\": \"96:18:98:BE:F0:04\",\n                \"ap_essid\": \"Free5Bird\",\n                \"ap_id\": \"60deD0565RJnpPjb\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 20,\n                \"ap_trust_level_name\": \"Guest\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 4,\n                \"client_group_name\": \"Visitor\",\n                \"client_id\": \"O3ZzDm8Y1Y6zK4JR\",\n                \"client_mac\": \"00:0E:8E:86:1A:7B\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 284,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Download/Upload Performance testing metric missed.\\n\\n* Expected: 10.000 Mbps Download / 10.000 Mbps Upload\\n* Observed: 0.000 Mbps Download / 0.000 Mbps Upload\",\n                \"id\": \"O3ZzDmm3Oo9D4JR1\",\n                \"identifier\": \"MISSED PERFORMANCE METRIC\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 5,\n                \"source\": \"PERFORMANCE\",\n                \"summary\": \"DOWNLOAD/UPLOAD METRIC MISSED\",\n                \"timestamp\": \"2021-10-12T18:24:54.286318Z\"\n            },\n            {\n                \"ap_bssid\": \"E8:AB:FA:4E:83:0D\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"8XvG2K638gEDqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Drone\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"Attop\",\n                \"ap_trust_level\": 50,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 99,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"XvG2K62BjXEYKqAk\",\n                \"client_mac\": \"E8:1C:BA:82:B2:30\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": null,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A repeating 802.11 EAPOLFrame RSN anonce broadcast has been seen between e8:ab:fa:4e:83:0d and e8:1c:ba:82:b2:30.\\nThis may indicate a Key Reinstallation Attack (KRACK) attack is in progress or a device's\\nsoftware has not been upgraded to defend against this weakness. If a large number of\\nevents are seen in a short period of time an attack could be in progress.\\n\\nFor more information about this weakness, visit the following links:\\n    \\n    * https://www.krackattacks.com/\\n    * https://en.wikipedia.org/wiki/KRACK\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13077\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13078\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13079\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13080\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13081\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13082\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13084\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13086\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13087\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13088\\n\",\n                \"id\": \"Y2p6nGqzVjqKJQ3b\",\n                \"identifier\": \"KRACK\",\n                \"sensor_id\": \"jpEVxKyXvbLrQRY2\",\n                \"sensor_name\": \"Demo-V2-Seattle\",\n                \"severity\": 10,\n                \"source\": \"WIDS\",\n                \"summary\": \"POSSIBLE KRACK WEAKNESS/ATTACK\",\n                \"timestamp\": \"2021-10-12T18:29:02.851063Z\"\n            },\n            {\n                \"ap_bssid\": \"96:18:98:BE:F0:04\",\n                \"ap_essid\": \"Free5Bird\",\n                \"ap_id\": \"60deD0565RJnpPjb\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 20,\n                \"ap_trust_level_name\": \"Guest\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 4,\n                \"client_group_name\": \"Visitor\",\n                \"client_id\": \"O3ZzDm8Y1Y6zK4JR\",\n                \"client_mac\": \"00:0E:8E:86:1A:7B\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 284,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Download/Upload Performance testing metric missed.\\n\\n* Expected: 10.000 Mbps Download / 10.000 Mbps Upload\\n* Observed: 0.000 Mbps Download / 0.000 Mbps Upload\",\n                \"id\": \"60deD0kzj0WKpPjb\",\n                \"identifier\": \"MISSED PERFORMANCE METRIC\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 5,\n                \"source\": \"PERFORMANCE\",\n                \"summary\": \"DOWNLOAD/UPLOAD METRIC MISSED\",\n                \"timestamp\": \"2021-10-12T18:31:23.808211Z\"\n            },\n            {\n                \"ap_bssid\": \"98:18:88:BE:F0:04\",\n                \"ap_essid\": \"Choose Another Castle\",\n                \"ap_id\": \"VyXoLbk4o3vK7QRW\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"Cisco\",\n                \"ap_trust_level\": 1,\n                \"ap_trust_level_name\": \"Trusted\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 2,\n                \"client_group_name\": \"Semi-Trusted\",\n                \"client_id\": \"GjEaDRay3MMKb0dJ\",\n                \"client_mac\": \"28:56:5A:38:D1:11\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 65535,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A client assigned to Client Group SEMI-TRUSTED has been observed connected to an unapproved TRUSTED AP\\n\\n* Client:      28:56:5A:38:D1:11\\n* Group:       SEMI-TRUSTED\\n* AccessPoint: 98:18:88:BE:F0:04 (Choose Another Castle)\\n* Trust Level: TRUSTED\\n    \\nThis message is sent no more than once per hour for this Client to AP connection.\",\n                \"id\": \"lqXoKN1477RL7y26\",\n                \"identifier\": \"TRUST POLICY VIOLATION\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 10,\n                \"source\": \"POLICY\",\n                \"summary\": \"SEMI-TRUSTED CLIENT (28:56:5A:38:D1:11) CONNECTED TRUSTED AP (98:18:88:BE:F0:04)\",\n                \"timestamp\": \"2021-10-12T18:33:39.561833Z\"\n            },\n            {\n                \"ap_bssid\": \"9A:18:98:BE:F0:04\",\n                \"ap_essid\": \"Choose Another Castle\",\n                \"ap_id\": \"aQVvDeWmWkrLW8w0\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"Meraki\",\n                \"ap_tag_vendor\": \"Cisco\",\n                \"ap_trust_level\": 1,\n                \"ap_trust_level_name\": \"Trusted\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 2,\n                \"client_group_name\": \"Semi-Trusted\",\n                \"client_id\": \"WPYxLVabpN4ne5aj\",\n                \"client_mac\": \"08:66:98:CB:69:9F\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 65535,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"Apple\",\n                \"detail\": \"A client assigned to Client Group SEMI-TRUSTED has been observed connected to an unapproved TRUSTED AP\\n\\n* Client:      08:66:98:CB:69:9F\\n* Group:       SEMI-TRUSTED\\n* AccessPoint: 9A:18:98:BE:F0:04 (Choose Another Castle)\\n* Trust Level: TRUSTED\\n    \\nThis message is sent no more than once per hour for this Client to AP connection.\",\n                \"id\": \"GmVED2qzEEqKkqQw\",\n                \"identifier\": \"TRUST POLICY VIOLATION\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 10,\n                \"source\": \"POLICY\",\n                \"summary\": \"SEMI-TRUSTED CLIENT (08:66:98:CB:69:9F) CONNECTED TRUSTED AP (9A:18:98:BE:F0:04)\",\n                \"timestamp\": \"2021-10-12T18:33:39.918251Z\"\n            },\n            {\n                \"ap_bssid\": \"02:15:99:EF:9A:02\",\n                \"ap_essid\": \"DIRECT-laB1163w Mono MFP\",\n                \"ap_id\": \"XvG2K62p0RYKqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Printer\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"69yoDg4x1yZnvx8V\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 02:15:99:ef:9a:02 has changed channel from 6 to 7\",\n                \"timestamp\": \"2021-10-12T18:36:07.467410Z\"\n            },\n            {\n                \"ap_bssid\": \"02:15:99:EF:9A:02\",\n                \"ap_essid\": \"DIRECT-laB1163w Mono MFP\",\n                \"ap_id\": \"XvG2K62p0RYKqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Printer\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"5N89KXRX9grnv1Xw\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 02:15:99:ef:9a:02 has changed channel from 7 to 6\",\n                \"timestamp\": \"2021-10-12T18:36:07.611017Z\"\n            },\n            {\n                \"ap_bssid\": \"96:18:98:BE:F0:04\",\n                \"ap_essid\": \"Free5Bird\",\n                \"ap_id\": \"60deD0565RJnpPjb\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 20,\n                \"ap_trust_level_name\": \"Guest\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 4,\n                \"client_group_name\": \"Visitor\",\n                \"client_id\": \"O3ZzDm8Y1Y6zK4JR\",\n                \"client_mac\": \"00:0E:8E:86:1A:7B\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 284,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Download/Upload Performance testing metric missed.\\n\\n* Expected: 10.000 Mbps Download / 10.000 Mbps Upload\\n* Observed: 0.000 Mbps Download / 0.000 Mbps Upload\",\n                \"id\": \"BbW5npO79ZmDJ319\",\n                \"identifier\": \"MISSED PERFORMANCE METRIC\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 5,\n                \"source\": \"PERFORMANCE\",\n                \"summary\": \"DOWNLOAD/UPLOAD METRIC MISSED\",\n                \"timestamp\": \"2021-10-12T18:37:58.556994Z\"\n            },\n            {\n                \"ap_bssid\": \"FC:AE:34:95:2F:53\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"2oQbKMbQ74pDBXzj\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 50,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"60deD0kzjVYKpPjb\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"42oQbKMPQ8LBXzjV\",\n                \"sensor_name\": \"EC Demo\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP fc:ae:34:95:2f:53 has changed channel from 157 to 44\",\n                \"timestamp\": \"2021-10-12T18:39:10.071764Z\"\n            },\n            {\n                \"ap_bssid\": \"E6:AE:34:95:2F:53\",\n                \"ap_essid\": \"ATTNd3trWa\",\n                \"ap_id\": \"BbW5npGPOewDJ319\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"GqX3KBqzegmLpwNj\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"42oQbKMPQ8LBXzjV\",\n                \"sensor_name\": \"EC Demo\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP e6:ae:34:95:2f:53 has changed channel from 157 to 44\",\n                \"timestamp\": \"2021-10-12T18:39:10.219242Z\"\n            },\n            {\n                \"ap_bssid\": \"9A:18:98:BE:F0:04\",\n                \"ap_essid\": \"Choose Another Castle\",\n                \"ap_id\": \"aQVvDeWmWkrLW8w0\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"Meraki\",\n                \"ap_tag_vendor\": \"Cisco\",\n                \"ap_trust_level\": 1,\n                \"ap_trust_level_name\": \"Trusted\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 4,\n                \"client_group_name\": \"Visitor\",\n                \"client_id\": \"Mqa0n1mJ31vXn2px\",\n                \"client_mac\": \"E8:84:A5:96:DF:39\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 3024,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A client assigned to Client Group VISITOR has been observed connected to an unapproved TRUSTED AP\\n\\n* Client:      E8:84:A5:96:DF:39\\n* Group:       VISITOR\\n* AccessPoint: 9A:18:98:BE:F0:04 (Choose Another Castle)\\n* Trust Level: TRUSTED\\n    \\nThis message is sent no more than once per hour for this Client to AP connection.\",\n                \"id\": \"vQMlKYeARq7K2qe0\",\n                \"identifier\": \"TRUST POLICY VIOLATION\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 10,\n                \"source\": \"POLICY\",\n                \"summary\": \"VISITOR CLIENT (E8:84:A5:96:DF:39) CONNECTED TRUSTED AP (9A:18:98:BE:F0:04)\",\n                \"timestamp\": \"2021-10-12T18:41:42.790174Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 99,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"j6GNL56Wx601Km35\",\n                \"client_mac\": \"DA:A1:19:6B:E0:CC\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": null,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A new 802.11 WiFi Client has been discovered.\\n\\n* MAC Address: DA:A1:19:6B:E0:CC\",\n                \"id\": \"Y2p6nGqzVzZKJQ3b\",\n                \"identifier\": \"NEW WIFI CLIENT\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 10,\n                \"source\": \"POLICY\",\n                \"summary\": \"New Client (DA:A1:19:6B:E0:CC) Discovered\",\n                \"timestamp\": \"2021-10-12T18:42:40.921147Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 99,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"pEVxKydGgd73LrQR\",\n                \"client_mac\": \"DA:A1:19:4B:AB:3E\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": null,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A new 802.11 WiFi Client has been discovered.\\n\\n* MAC Address: DA:A1:19:4B:AB:3E\",\n                \"id\": \"zA1RL7qz1zoDr0al\",\n                \"identifier\": \"NEW WIFI CLIENT\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 10,\n                \"source\": \"POLICY\",\n                \"summary\": \"New Client (DA:A1:19:4B:AB:3E) Discovered\",\n                \"timestamp\": \"2021-10-12T18:42:41.185598Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 99,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"qzGoDEy94y6jDOem\",\n                \"client_mac\": \"DA:A1:19:CF:26:78\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": null,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A new 802.11 WiFi Client has been discovered.\\n\\n* MAC Address: DA:A1:19:CF:26:78\",\n                \"id\": \"Mqa0n1kPyPXK2pxv\",\n                \"identifier\": \"NEW WIFI CLIENT\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 10,\n                \"source\": \"POLICY\",\n                \"summary\": \"New Client (DA:A1:19:CF:26:78) Discovered\",\n                \"timestamp\": \"2021-10-12T18:42:41.421287Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 99,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"gVbOn4aWxaeVL0Ee\",\n                \"client_mac\": \"DA:A1:19:B4:14:9A\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": null,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A new 802.11 WiFi Client has been discovered.\\n\\n* MAC Address: DA:A1:19:B4:14:9A\",\n                \"id\": \"XvG2K6qd7dYLqAkw\",\n                \"identifier\": \"NEW WIFI CLIENT\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 10,\n                \"source\": \"POLICY\",\n                \"summary\": \"New Client (DA:A1:19:B4:14:9A) Discovered\",\n                \"timestamp\": \"2021-10-12T18:42:41.509087Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 99,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"Y2p6nG3973mVnJQ3\",\n                \"client_mac\": \"DA:A1:19:B2:83:37\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": null,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A new 802.11 WiFi Client has been discovered.\\n\\n* MAC Address: DA:A1:19:B2:83:37\",\n                \"id\": \"vQMlKYeARApK2qe0\",\n                \"identifier\": \"NEW WIFI CLIENT\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 10,\n                \"source\": \"POLICY\",\n                \"summary\": \"New Client (DA:A1:19:B2:83:37) Discovered\",\n                \"timestamp\": \"2021-10-12T18:42:41.636076Z\"\n            },\n            {\n                \"ap_bssid\": \"96:18:98:BE:F0:04\",\n                \"ap_essid\": \"Free5Bird\",\n                \"ap_id\": \"60deD0565RJnpPjb\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 20,\n                \"ap_trust_level_name\": \"Guest\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 4,\n                \"client_group_name\": \"Visitor\",\n                \"client_id\": \"O3ZzDm8Y1Y6zK4JR\",\n                \"client_mac\": \"00:0E:8E:86:1A:7B\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 284,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Download/Upload Performance testing metric missed.\\n\\n* Expected: 10.000 Mbps Download / 10.000 Mbps Upload\\n* Observed: 0.000 Mbps Download / 0.000 Mbps Upload\",\n                \"id\": \"yVpWLxQXNaqK5BaN\",\n                \"identifier\": \"MISSED PERFORMANCE METRIC\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 5,\n                \"source\": \"PERFORMANCE\",\n                \"summary\": \"DOWNLOAD/UPLOAD METRIC MISSED\",\n                \"timestamp\": \"2021-10-12T18:44:29.773117Z\"\n            },\n            {\n                \"ap_bssid\": \"E8:1C:BA:82:B2:30\",\n                \"ap_essid\": \"YouKidsGetOffMyLan\",\n                \"ap_id\": \"M60deD0ANkJnpPjb\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 99,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"2oQbKMyXJbjKBXzj\",\n                \"client_mac\": \"E8:AB:FA:4E:83:0D\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": null,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A repeating 802.11 EAPOLFrame RSN anonce broadcast has been seen between e8:1c:ba:82:b2:30 and e8:ab:fa:4e:83:0d.\\nThis may indicate a Key Reinstallation Attack (KRACK) attack is in progress or a device's\\nsoftware has not been upgraded to defend against this weakness. If a large number of\\nevents are seen in a short period of time an attack could be in progress.\\n\\nFor more information about this weakness, visit the following links:\\n    \\n    * https://www.krackattacks.com/\\n    * https://en.wikipedia.org/wiki/KRACK\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13077\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13078\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13079\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13080\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13081\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13082\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13084\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13086\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13087\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13088\\n\",\n                \"id\": \"p6B7nzV9PJang4XA\",\n                \"identifier\": \"KRACK\",\n                \"sensor_id\": \"jpEVxKyXvbLrQRY2\",\n                \"sensor_name\": \"Demo-V2-Seattle\",\n                \"severity\": 10,\n                \"source\": \"WIDS\",\n                \"summary\": \"POSSIBLE KRACK WEAKNESS/ATTACK\",\n                \"timestamp\": \"2021-10-12T18:44:37.531379Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 99,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"E2NgDrJBGJ22Daer\",\n                \"client_mac\": \"DA:A1:19:21:89:B0\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": null,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A new 802.11 WiFi Client has been discovered.\\n\\n* MAC Address: DA:A1:19:21:89:B0\",\n                \"id\": \"E2NgDrA6ex8KaerV\",\n                \"identifier\": \"NEW WIFI CLIENT\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 10,\n                \"source\": \"POLICY\",\n                \"summary\": \"New Client (DA:A1:19:21:89:B0) Discovered\",\n                \"timestamp\": \"2021-10-12T18:44:42.218351Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 99,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"lqXoKNWyOr6AD7y2\",\n                \"client_mac\": \"DA:A1:19:6C:5A:69\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": null,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A new 802.11 WiFi Client has been discovered.\\n\\n* MAC Address: DA:A1:19:6C:5A:69\",\n                \"id\": \"72YOnPY76MBL0Q6X\",\n                \"identifier\": \"NEW WIFI CLIENT\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 10,\n                \"source\": \"POLICY\",\n                \"summary\": \"New Client (DA:A1:19:6C:5A:69) Discovered\",\n                \"timestamp\": \"2021-10-12T18:46:42.170364Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 99,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"GmVED2dNjweaLkqQ\",\n                \"client_mac\": \"DA:A1:19:88:76:E8\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": null,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A new 802.11 WiFi Client has been discovered.\\n\\n* MAC Address: DA:A1:19:88:76:E8\",\n                \"id\": \"E2NgDrA6ej5KaerV\",\n                \"identifier\": \"NEW WIFI CLIENT\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 10,\n                \"source\": \"POLICY\",\n                \"summary\": \"New Client (DA:A1:19:88:76:E8) Discovered\",\n                \"timestamp\": \"2021-10-12T18:46:42.241412Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 99,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"BVWpnvZEYdqEneo1\",\n                \"client_mac\": \"DA:A1:19:2D:22:2E\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": null,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A new 802.11 WiFi Client has been discovered.\\n\\n* MAC Address: DA:A1:19:2D:22:2E\",\n                \"id\": \"9PBZDav5yXln7Rxw\",\n                \"identifier\": \"NEW WIFI CLIENT\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 10,\n                \"source\": \"POLICY\",\n                \"summary\": \"New Client (DA:A1:19:2D:22:2E) Discovered\",\n                \"timestamp\": \"2021-10-12T18:46:42.452296Z\"\n            },\n            {\n                \"ap_bssid\": \"E8:1C:BA:82:B2:30\",\n                \"ap_essid\": \"YouKidsGetOffMyLan\",\n                \"ap_id\": \"M60deD0ANkJnpPjb\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 99,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"2oQbKMyXJbjKBXzj\",\n                \"client_mac\": \"E8:AB:FA:4E:83:0D\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": null,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A repeating 802.11 EAPOLFrame RSN anonce broadcast has been seen between e8:1c:ba:82:b2:30 and e8:ab:fa:4e:83:0d.\\nThis may indicate a Key Reinstallation Attack (KRACK) attack is in progress or a device's\\nsoftware has not been upgraded to defend against this weakness. If a large number of\\nevents are seen in a short period of time an attack could be in progress.\\n\\nFor more information about this weakness, visit the following links:\\n    \\n    * https://www.krackattacks.com/\\n    * https://en.wikipedia.org/wiki/KRACK\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13077\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13078\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13079\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13080\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13081\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13082\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13084\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13086\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13087\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13088\\n\",\n                \"id\": \"j6GNL5qzGv1Lm35k\",\n                \"identifier\": \"KRACK\",\n                \"sensor_id\": \"jpEVxKyXvbLrQRY2\",\n                \"sensor_name\": \"Demo-V2-Seattle\",\n                \"severity\": 10,\n                \"source\": \"WIDS\",\n                \"summary\": \"POSSIBLE KRACK WEAKNESS/ATTACK\",\n                \"timestamp\": \"2021-10-12T18:48:37.084976Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"User Demo User (demo@802secure.com) logged out.\",\n                \"id\": \"x4dank6ybv6DGANw\",\n                \"identifier\": \"LOGOUT\",\n                \"sensor_id\": \"\",\n                \"sensor_name\": \"\",\n                \"severity\": 1,\n                \"source\": \"CONSOLE\",\n                \"summary\": \"User demo@802secure.com logged out\",\n                \"timestamp\": \"2021-10-12T18:50:24.655481Z\"\n            },\n            {\n                \"ap_bssid\": \"96:18:98:BE:F0:04\",\n                \"ap_essid\": \"Free5Bird\",\n                \"ap_id\": \"60deD0565RJnpPjb\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 20,\n                \"ap_trust_level_name\": \"Guest\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 4,\n                \"client_group_name\": \"Visitor\",\n                \"client_id\": \"O3ZzDm8Y1Y6zK4JR\",\n                \"client_mac\": \"00:0E:8E:86:1A:7B\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 284,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Download/Upload Performance testing metric missed.\\n\\n* Expected: 10.000 Mbps Download / 10.000 Mbps Upload\\n* Observed: 0.000 Mbps Download / 0.000 Mbps Upload\",\n                \"id\": \"aQVvDeEwGOkDW8w0\",\n                \"identifier\": \"MISSED PERFORMANCE METRIC\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 5,\n                \"source\": \"PERFORMANCE\",\n                \"summary\": \"DOWNLOAD/UPLOAD METRIC MISSED\",\n                \"timestamp\": \"2021-10-12T18:51:03.390994Z\"\n            },\n            {\n                \"ap_bssid\": \"A8:70:5D:84:D2:2C\",\n                \"ap_essid\": \"xfinitywifi\",\n                \"ap_id\": \"8z2ND83elPPKY5ER\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 71,\n                \"ap_trust_level_name\": \"High Threat\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 1,\n                \"client_group_name\": \"Trusted\",\n                \"client_id\": \"zA1RL7bzBGjjnr0a\",\n                \"client_mac\": \"3C:15:C2:D9:8A:34\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 65535,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"Apple\",\n                \"detail\": \"A client assigned to Client Group TRUSTED has been observed connected to an unapproved HIGH THREAT AP\\n\\n* Client:      3C:15:C2:D9:8A:34\\n* Group:       TRUSTED\\n* AccessPoint: A8:70:5D:84:D2:2C (xfinitywifi)\\n* Trust Level: HIGH THREAT\\n    \\nThis message is sent no more than once per hour for this Client to AP connection.\",\n                \"id\": \"9PBZDav5y6Mn7Rxw\",\n                \"identifier\": \"TRUST POLICY VIOLATION\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 8,\n                \"source\": \"POLICY\",\n                \"summary\": \"TRUSTED CLIENT (3C:15:C2:D9:8A:34) CONNECTED HIGH THREAT AP (A8:70:5D:84:D2:2C)\",\n                \"timestamp\": \"2021-10-12T18:52:48.757986Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"User User at Demo (user@802secure.com) logged in.\",\n                \"id\": \"wd4mnAqzR3PnkvRp\",\n                \"identifier\": \"LOGIN\",\n                \"sensor_id\": \"\",\n                \"sensor_name\": \"\",\n                \"severity\": 1,\n                \"source\": \"CONSOLE\",\n                \"summary\": \"User user@802secure.com logged in\",\n                \"timestamp\": \"2021-10-12T18:55:05.951070Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 99,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"72YOnPd3AZx1n0Q6\",\n                \"client_mac\": \"76:82:A8:D3:C9:C9\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": null,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A new 802.11 WiFi Client has been discovered.\\n\\n* MAC Address: 76:82:A8:D3:C9:C9\",\n                \"id\": \"GqX3KBqze41LpwNj\",\n                \"identifier\": \"NEW WIFI CLIENT\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 10,\n                \"source\": \"POLICY\",\n                \"summary\": \"New Client (76:82:A8:D3:C9:C9) Discovered\",\n                \"timestamp\": \"2021-10-12T18:56:47.143333Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 99,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"E2NgDrJBGW3PDaer\",\n                \"client_mac\": \"97:20:7C:89:CF:0D\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": null,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A new 802.11 WiFi Client has been discovered.\\n\\n* MAC Address: 97:20:7C:89:CF:0D\",\n                \"id\": \"v0zVKQm1Yz1KbB5E\",\n                \"identifier\": \"NEW WIFI CLIENT\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 10,\n                \"source\": \"POLICY\",\n                \"summary\": \"New Client (97:20:7C:89:CF:0D) Discovered\",\n                \"timestamp\": \"2021-10-12T18:56:47.241107Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 99,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"9PBZDablmPqwn7Rx\",\n                \"client_mac\": \"9F:7E:07:3C:DE:5B\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": null,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A new 802.11 WiFi Client has been discovered.\\n\\n* MAC Address: 9F:7E:07:3C:DE:5B\",\n                \"id\": \"PpOmLW9OA3gDBGb9\",\n                \"identifier\": \"NEW WIFI CLIENT\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 10,\n                \"source\": \"POLICY\",\n                \"summary\": \"New Client (9F:7E:07:3C:DE:5B) Discovered\",\n                \"timestamp\": \"2021-10-12T18:56:47.685312Z\"\n            },\n            {\n                \"ap_bssid\": \"96:18:98:BE:F0:04\",\n                \"ap_essid\": \"Free5Bird\",\n                \"ap_id\": \"60deD0565RJnpPjb\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 20,\n                \"ap_trust_level_name\": \"Guest\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 4,\n                \"client_group_name\": \"Visitor\",\n                \"client_id\": \"O3ZzDm8Y1Y6zK4JR\",\n                \"client_mac\": \"00:0E:8E:86:1A:7B\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 284,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Download/Upload Performance testing metric missed.\\n\\n* Expected: 10.000 Mbps Download / 10.000 Mbps Upload\\n* Observed: 0.000 Mbps Download / 0.000 Mbps Upload\",\n                \"id\": \"72YOnPY7WgPL0Q6X\",\n                \"identifier\": \"MISSED PERFORMANCE METRIC\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 5,\n                \"source\": \"PERFORMANCE\",\n                \"summary\": \"DOWNLOAD/UPLOAD METRIC MISSED\",\n                \"timestamp\": \"2021-10-12T18:57:33.868371Z\"\n            },\n            {\n                \"ap_bssid\": \"E8:AB:FA:4E:83:0D\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"8XvG2K638gEDqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Drone\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"Attop\",\n                \"ap_trust_level\": 50,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 99,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"XvG2K62BjXEYKqAk\",\n                \"client_mac\": \"E8:1C:BA:82:B2:30\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": null,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A repeating 802.11 EAPOLFrame RSN anonce broadcast has been seen between e8:ab:fa:4e:83:0d and e8:1c:ba:82:b2:30.\\nThis may indicate a Key Reinstallation Attack (KRACK) attack is in progress or a device's\\nsoftware has not been upgraded to defend against this weakness. If a large number of\\nevents are seen in a short period of time an attack could be in progress.\\n\\nFor more information about this weakness, visit the following links:\\n    \\n    * https://www.krackattacks.com/\\n    * https://en.wikipedia.org/wiki/KRACK\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13077\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13078\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13079\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13080\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13081\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13082\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13084\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13086\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13087\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13088\\n\",\n                \"id\": \"p6B7nzV9Z87ng4XA\",\n                \"identifier\": \"KRACK\",\n                \"sensor_id\": \"jpEVxKyXvbLrQRY2\",\n                \"sensor_name\": \"Demo-V2-Seattle\",\n                \"severity\": 10,\n                \"source\": \"WIDS\",\n                \"summary\": \"POSSIBLE KRACK WEAKNESS/ATTACK\",\n                \"timestamp\": \"2021-10-12T18:58:39.545026Z\"\n            },\n            {\n                \"ap_bssid\": \"88:1F:A1:30:67:E6\",\n                \"ap_essid\": \"J-Sei\",\n                \"ap_id\": \"kvQMlKYNereD2qe0\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Wireless Bridge\",\n                \"ap_tag_location\": \"Office\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 30,\n                \"ap_trust_level_name\": \"Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A new WPA/WPA2 handshake has been collected for BSSID 88:1F:A1:30:67:E6\",\n                \"id\": \"zA1RL7qzdEgDr0al\",\n                \"identifier\": \"NEW WPA/WPA2 HANDSHAKE\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 1,\n                \"source\": \"INTERROGATOR\",\n                \"summary\": \"New WPA handshake received for BSSID 88:1F:A1:30:67:E6\",\n                \"timestamp\": \"2021-10-12T18:59:45.743703Z\"\n            },\n            {\n                \"ap_bssid\": \"E8:1C:BA:82:B2:30\",\n                \"ap_essid\": \"YouKidsGetOffMyLan\",\n                \"ap_id\": \"M60deD0ANkJnpPjb\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 99,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"2oQbKMyXJbjKBXzj\",\n                \"client_mac\": \"E8:AB:FA:4E:83:0D\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": null,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A repeating 802.11 EAPOLFrame RSN anonce broadcast has been seen between e8:1c:ba:82:b2:30 and e8:ab:fa:4e:83:0d.\\nThis may indicate a Key Reinstallation Attack (KRACK) attack is in progress or a device's\\nsoftware has not been upgraded to defend against this weakness. If a large number of\\nevents are seen in a short period of time an attack could be in progress.\\n\\nFor more information about this weakness, visit the following links:\\n    \\n    * https://www.krackattacks.com/\\n    * https://en.wikipedia.org/wiki/KRACK\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13077\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13078\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13079\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13080\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13081\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13082\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13084\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13086\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13087\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13088\\n\",\n                \"id\": \"vQMlKYeAl3xK2qe0\",\n                \"identifier\": \"KRACK\",\n                \"sensor_id\": \"jpEVxKyXvbLrQRY2\",\n                \"sensor_name\": \"Demo-V2-Seattle\",\n                \"severity\": 10,\n                \"source\": \"WIDS\",\n                \"summary\": \"POSSIBLE KRACK WEAKNESS/ATTACK\",\n                \"timestamp\": \"2021-10-12T19:02:44.708574Z\"\n            },\n            {\n                \"ap_bssid\": \"96:18:98:BE:F0:04\",\n                \"ap_essid\": \"Free5Bird\",\n                \"ap_id\": \"60deD0565RJnpPjb\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 20,\n                \"ap_trust_level_name\": \"Guest\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 4,\n                \"client_group_name\": \"Visitor\",\n                \"client_id\": \"O3ZzDm8Y1Y6zK4JR\",\n                \"client_mac\": \"00:0E:8E:86:1A:7B\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 284,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Download/Upload Performance testing metric missed.\\n\\n* Expected: 10.000 Mbps Download / 10.000 Mbps Upload\\n* Observed: 0.000 Mbps Download / 0.000 Mbps Upload\",\n                \"id\": \"3Gl4nJ3z967LvBay\",\n                \"identifier\": \"MISSED PERFORMANCE METRIC\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 5,\n                \"source\": \"PERFORMANCE\",\n                \"summary\": \"DOWNLOAD/UPLOAD METRIC MISSED\",\n                \"timestamp\": \"2021-10-12T19:04:16.866955Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 99,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"69yoDgbl95X5Kvx8\",\n                \"client_mac\": \"8E:71:E4:0E:65:71\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": null,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A new 802.11 WiFi Client has been discovered.\\n\\n* MAC Address: 8E:71:E4:0E:65:71\",\n                \"id\": \"69yoDg4xozRnvx8V\",\n                \"identifier\": \"NEW WIFI CLIENT\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 10,\n                \"source\": \"POLICY\",\n                \"summary\": \"New Client (8E:71:E4:0E:65:71) Discovered\",\n                \"timestamp\": \"2021-10-12T19:04:51.603984Z\"\n            },\n            {\n                \"ap_bssid\": \"2C:FD:A1:A1:5B:98\",\n                \"ap_essid\": \"J-Sei\",\n                \"ap_id\": \"EWPYxLV8qoNDe5aj\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"ASUS\",\n                \"ap_trust_level\": 30,\n                \"ap_trust_level_name\": \"Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 99,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"b41kKw5qmy5qnzZo\",\n                \"client_mac\": \"96:FD:02:59:78:71\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": null,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A repeating 802.11 EAPOLFrame RSN anonce broadcast has been seen between 2c:fd:a1:a1:5b:98 and 96:fd:02:59:78:71.\\nThis may indicate a Key Reinstallation Attack (KRACK) attack is in progress or a device's\\nsoftware has not been upgraded to defend against this weakness. If a large number of\\nevents are seen in a short period of time an attack could be in progress.\\n\\nFor more information about this weakness, visit the following links:\\n    \\n    * https://www.krackattacks.com/\\n    * https://en.wikipedia.org/wiki/KRACK\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13077\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13078\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13079\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13080\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13081\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13082\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13084\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13086\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13087\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13088\\n\",\n                \"id\": \"5N89KXRXoPMnv1Xw\",\n                \"identifier\": \"KRACK\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 10,\n                \"source\": \"WIDS\",\n                \"summary\": \"POSSIBLE KRACK WEAKNESS/ATTACK\",\n                \"timestamp\": \"2021-10-12T19:04:56.845992Z\"\n            },\n            {\n                \"ap_bssid\": \"98:18:88:BE:F0:04\",\n                \"ap_essid\": \"Choose Another Castle\",\n                \"ap_id\": \"VyXoLbk4o3vK7QRW\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"Cisco\",\n                \"ap_trust_level\": 1,\n                \"ap_trust_level_name\": \"Trusted\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 2,\n                \"client_group_name\": \"Semi-Trusted\",\n                \"client_id\": \"XwlNKZd7bGjnYpzq\",\n                \"client_mac\": \"A8:6B:AD:3E:7E:A6\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 65535,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A client assigned to Client Group SEMI-TRUSTED has been observed connected to an unapproved TRUSTED AP\\n\\n* Client:      A8:6B:AD:3E:7E:A6\\n* Group:       SEMI-TRUSTED\\n* AccessPoint: 98:18:88:BE:F0:04 (Choose Another Castle)\\n* Trust Level: TRUSTED\\n    \\nThis message is sent no more than once per hour for this Client to AP connection.\",\n                \"id\": \"72YOnPY7WZkL0Q6X\",\n                \"identifier\": \"TRUST POLICY VIOLATION\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 10,\n                \"source\": \"POLICY\",\n                \"summary\": \"SEMI-TRUSTED CLIENT (A8:6B:AD:3E:7E:A6) CONNECTED TRUSTED AP (98:18:88:BE:F0:04)\",\n                \"timestamp\": \"2021-10-12T19:05:52.865668Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 99,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"yNMbnqrW4QJELGkJ\",\n                \"client_mac\": \"00:26:B4:3D:8A:28\",\n                \"client_market\": \"Vehicle\",\n                \"client_risk_level\": null,\n                \"client_tag_device\": \"Car\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"Ford\",\n                \"detail\": \"A new 802.11 WiFi Client has been discovered.\\n\\n* MAC Address: 00:26:B4:3D:8A:28\",\n                \"id\": \"O3ZzDmm3zezD4JR1\",\n                \"identifier\": \"NEW WIFI CLIENT\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 10,\n                \"source\": \"POLICY\",\n                \"summary\": \"New Client (00:26:B4:3D:8A:28) Discovered\",\n                \"timestamp\": \"2021-10-12T19:06:51.193751Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 99,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"yNMbnqrW4QJELGkJ\",\n                \"client_mac\": \"00:26:B4:3D:8A:28\",\n                \"client_market\": \"Vehicle\",\n                \"client_risk_level\": null,\n                \"client_tag_device\": \"Car\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"Ford\",\n                \"detail\": \"A Ford vehicle has been identified in your air space\\n\\n* Client MAC: 00:26:B4:3D:8A:28\\n* AP: 00:00:00:00:00:00 (Unknown)\",\n                \"id\": \"VyXoLbwNo9WK7QRW\",\n                \"identifier\": \"VEHICLE DETECTED\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 4,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"A Ford vehicle has been identified in your air space\",\n                \"timestamp\": \"2021-10-12T19:06:51.195346Z\"\n            },\n            {\n                \"ap_bssid\": \"96:18:98:BE:F0:04\",\n                \"ap_essid\": \"Free5Bird\",\n                \"ap_id\": \"60deD0565RJnpPjb\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 20,\n                \"ap_trust_level_name\": \"Guest\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 4,\n                \"client_group_name\": \"Visitor\",\n                \"client_id\": \"O3ZzDm8Y1Y6zK4JR\",\n                \"client_mac\": \"00:0E:8E:86:1A:7B\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 284,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Download/Upload Performance testing metric missed.\\n\\n* Expected: 10.000 Mbps Download / 10.000 Mbps Upload\\n* Observed: 0.000 Mbps Download / 0.000 Mbps Upload\",\n                \"id\": \"GqX3KBqz6rmLpwNj\",\n                \"identifier\": \"MISSED PERFORMANCE METRIC\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 5,\n                \"source\": \"PERFORMANCE\",\n                \"summary\": \"DOWNLOAD/UPLOAD METRIC MISSED\",\n                \"timestamp\": \"2021-10-12T19:10:46.039814Z\"\n            },\n            {\n                \"ap_bssid\": \"96:18:98:BE:F0:04\",\n                \"ap_essid\": \"Free5Bird\",\n                \"ap_id\": \"60deD0565RJnpPjb\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 20,\n                \"ap_trust_level_name\": \"Guest\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 4,\n                \"client_group_name\": \"Visitor\",\n                \"client_id\": \"O3ZzDm8Y1Y6zK4JR\",\n                \"client_mac\": \"00:0E:8E:86:1A:7B\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 284,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Download/Upload Performance testing metric missed.\\n\\n* Expected: 10.000 Mbps Download / 10.000 Mbps Upload\\n* Observed: 0.000 Mbps Download / 0.000 Mbps Upload\",\n                \"id\": \"qzGoDEqzbdrDOemX\",\n                \"identifier\": \"MISSED PERFORMANCE METRIC\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 5,\n                \"source\": \"PERFORMANCE\",\n                \"summary\": \"DOWNLOAD/UPLOAD METRIC MISSED\",\n                \"timestamp\": \"2021-10-12T19:17:20.815521Z\"\n            },\n            {\n                \"ap_bssid\": \"E8:AB:FA:4E:83:0D\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"8XvG2K638gEDqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Drone\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"Attop\",\n                \"ap_trust_level\": 50,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 99,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"XvG2K62BjXEYKqAk\",\n                \"client_mac\": \"E8:1C:BA:82:B2:30\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": null,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A repeating 802.11 EAPOLFrame RSN anonce broadcast has been seen between e8:ab:fa:4e:83:0d and e8:1c:ba:82:b2:30.\\nThis may indicate a Key Reinstallation Attack (KRACK) attack is in progress or a device's\\nsoftware has not been upgraded to defend against this weakness. If a large number of\\nevents are seen in a short period of time an attack could be in progress.\\n\\nFor more information about this weakness, visit the following links:\\n    \\n    * https://www.krackattacks.com/\\n    * https://en.wikipedia.org/wiki/KRACK\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13077\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13078\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13079\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13080\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13081\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13082\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13084\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13086\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13087\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13088\\n\",\n                \"id\": \"Mqa0n1kP8Y2K2pxv\",\n                \"identifier\": \"KRACK\",\n                \"sensor_id\": \"jpEVxKyXvbLrQRY2\",\n                \"sensor_name\": \"Demo-V2-Seattle\",\n                \"severity\": 10,\n                \"source\": \"WIDS\",\n                \"summary\": \"POSSIBLE KRACK WEAKNESS/ATTACK\",\n                \"timestamp\": \"2021-10-12T19:19:17.870524Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 99,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"2oQbKMYZg10GKBXz\",\n                \"client_mac\": \"FE:EE:1F:8C:41:E9\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": null,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A new 802.11 WiFi Client has been discovered.\\n\\n* MAC Address: FE:EE:1F:8C:41:E9\",\n                \"id\": \"vQMlKYeAlQZK2qe0\",\n                \"identifier\": \"NEW WIFI CLIENT\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 10,\n                \"source\": \"POLICY\",\n                \"summary\": \"New Client (FE:EE:1F:8C:41:E9) Discovered\",\n                \"timestamp\": \"2021-10-12T19:20:59.148931Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 99,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"8z2ND82la58dLY5E\",\n                \"client_mac\": \"C6:4C:10:35:13:BF\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": null,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A new 802.11 WiFi Client has been discovered.\\n\\n* MAC Address: C6:4C:10:35:13:BF\",\n                \"id\": \"O3ZzDmm3zJ2D4JR1\",\n                \"identifier\": \"NEW WIFI CLIENT\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 10,\n                \"source\": \"POLICY\",\n                \"summary\": \"New Client (C6:4C:10:35:13:BF) Discovered\",\n                \"timestamp\": \"2021-10-12T19:20:59.252691Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 99,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"9PBZDablmAdrn7Rx\",\n                \"client_mac\": \"3A:C7:4F:5C:54:2C\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": null,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A new 802.11 WiFi Client has been discovered.\\n\\n* MAC Address: 3A:C7:4F:5C:54:2C\",\n                \"id\": \"VyXoLbwNo5PK7QRW\",\n                \"identifier\": \"NEW WIFI CLIENT\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 10,\n                \"source\": \"POLICY\",\n                \"summary\": \"New Client (3A:C7:4F:5C:54:2C) Discovered\",\n                \"timestamp\": \"2021-10-12T19:20:59.571240Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 99,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"E3e2Dd6lOXoMLaVp\",\n                \"client_mac\": \"1A:62:66:5A:E3:48\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": null,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A new 802.11 WiFi Client has been discovered.\\n\\n* MAC Address: 1A:62:66:5A:E3:48\",\n                \"id\": \"69yoDg4xo28nvx8V\",\n                \"identifier\": \"NEW WIFI CLIENT\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 10,\n                \"source\": \"POLICY\",\n                \"summary\": \"New Client (1A:62:66:5A:E3:48) Discovered\",\n                \"timestamp\": \"2021-10-12T19:21:00.423115Z\"\n            },\n            {\n                \"ap_bssid\": \"96:18:98:BE:F0:04\",\n                \"ap_essid\": \"Free5Bird\",\n                \"ap_id\": \"60deD0565RJnpPjb\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 20,\n                \"ap_trust_level_name\": \"Guest\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 4,\n                \"client_group_name\": \"Visitor\",\n                \"client_id\": \"O3ZzDm8Y1Y6zK4JR\",\n                \"client_mac\": \"00:0E:8E:86:1A:7B\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 284,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Download/Upload Performance testing metric missed.\\n\\n* Expected: 10.000 Mbps Download / 10.000 Mbps Upload\\n* Observed: 0.000 Mbps Download / 0.000 Mbps Upload\",\n                \"id\": \"9PBZDav5d0dn7Rxw\",\n                \"identifier\": \"MISSED PERFORMANCE METRIC\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 5,\n                \"source\": \"PERFORMANCE\",\n                \"summary\": \"DOWNLOAD/UPLOAD METRIC MISSED\",\n                \"timestamp\": \"2021-10-12T19:23:48.612954Z\"\n            },\n            {\n                \"ap_bssid\": \"10:DA:43:77:AA:95\",\n                \"ap_essid\": \"NETGEAR30\",\n                \"ap_id\": \"kvQMlKY8dP9L2qe0\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Camera\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"Netgear\",\n                \"ap_trust_level\": 50,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"Mqa0n1kP8d5K2pxv\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 10:da:43:77:aa:95 has changed channel from 3 to 7\",\n                \"timestamp\": \"2021-10-12T19:26:04.391890Z\"\n            },\n            {\n                \"ap_bssid\": \"E8:AB:FA:4E:83:0D\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"8XvG2K638gEDqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Drone\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"Attop\",\n                \"ap_trust_level\": 50,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 99,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"XvG2K62BjXEYKqAk\",\n                \"client_mac\": \"E8:1C:BA:82:B2:30\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": null,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A repeating 802.11 EAPOLFrame RSN anonce broadcast has been seen between e8:ab:fa:4e:83:0d and e8:1c:ba:82:b2:30.\\nThis may indicate a Key Reinstallation Attack (KRACK) attack is in progress or a device's\\nsoftware has not been upgraded to defend against this weakness. If a large number of\\nevents are seen in a short period of time an attack could be in progress.\\n\\nFor more information about this weakness, visit the following links:\\n    \\n    * https://www.krackattacks.com/\\n    * https://en.wikipedia.org/wiki/KRACK\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13077\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13078\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13079\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13080\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13081\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13082\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13084\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13086\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13087\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13088\\n\",\n                \"id\": \"E3e2DdyvoOanaVpj\",\n                \"identifier\": \"KRACK\",\n                \"sensor_id\": \"jpEVxKyXvbLrQRY2\",\n                \"sensor_name\": \"Demo-V2-Seattle\",\n                \"severity\": 10,\n                \"source\": \"WIDS\",\n                \"summary\": \"POSSIBLE KRACK WEAKNESS/ATTACK\",\n                \"timestamp\": \"2021-10-12T19:26:52.514985Z\"\n            },\n            {\n                \"ap_bssid\": \"96:18:98:BE:F0:04\",\n                \"ap_essid\": \"Free5Bird\",\n                \"ap_id\": \"60deD0565RJnpPjb\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 20,\n                \"ap_trust_level_name\": \"Guest\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 4,\n                \"client_group_name\": \"Visitor\",\n                \"client_id\": \"O3ZzDm8Y1Y6zK4JR\",\n                \"client_mac\": \"00:0E:8E:86:1A:7B\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 284,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Download/Upload Performance testing metric missed.\\n\\n* Expected: 10.000 Mbps Download / 10.000 Mbps Upload\\n* Observed: 0.000 Mbps Download / 0.000 Mbps Upload\",\n                \"id\": \"p6B7nzV9Z17ng4XA\",\n                \"identifier\": \"MISSED PERFORMANCE METRIC\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 5,\n                \"source\": \"PERFORMANCE\",\n                \"summary\": \"DOWNLOAD/UPLOAD METRIC MISSED\",\n                \"timestamp\": \"2021-10-12T19:30:23.735343Z\"\n            },\n            {\n                \"ap_bssid\": \"98:18:88:BE:F0:04\",\n                \"ap_essid\": \"Choose Another Castle\",\n                \"ap_id\": \"VyXoLbk4o3vK7QRW\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"Cisco\",\n                \"ap_trust_level\": 1,\n                \"ap_trust_level_name\": \"Trusted\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 2,\n                \"client_group_name\": \"Semi-Trusted\",\n                \"client_id\": \"GjEaDRay3MMKb0dJ\",\n                \"client_mac\": \"28:56:5A:38:D1:11\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 65535,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A client assigned to Client Group SEMI-TRUSTED has been observed connected to an unapproved TRUSTED AP\\n\\n* Client:      28:56:5A:38:D1:11\\n* Group:       SEMI-TRUSTED\\n* AccessPoint: 98:18:88:BE:F0:04 (Choose Another Castle)\\n* Trust Level: TRUSTED\\n    \\nThis message is sent no more than once per hour for this Client to AP connection.\",\n                \"id\": \"69yoDg4xoqQnvx8V\",\n                \"identifier\": \"TRUST POLICY VIOLATION\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 10,\n                \"source\": \"POLICY\",\n                \"summary\": \"SEMI-TRUSTED CLIENT (28:56:5A:38:D1:11) CONNECTED TRUSTED AP (98:18:88:BE:F0:04)\",\n                \"timestamp\": \"2021-10-12T19:34:02.280121Z\"\n            },\n            {\n                \"ap_bssid\": \"9A:18:98:BE:F0:04\",\n                \"ap_essid\": \"Choose Another Castle\",\n                \"ap_id\": \"aQVvDeWmWkrLW8w0\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"Meraki\",\n                \"ap_tag_vendor\": \"Cisco\",\n                \"ap_trust_level\": 1,\n                \"ap_trust_level_name\": \"Trusted\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 2,\n                \"client_group_name\": \"Semi-Trusted\",\n                \"client_id\": \"WPYxLVabpN4ne5aj\",\n                \"client_mac\": \"08:66:98:CB:69:9F\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 65535,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"Apple\",\n                \"detail\": \"A client assigned to Client Group SEMI-TRUSTED has been observed connected to an unapproved TRUSTED AP\\n\\n* Client:      08:66:98:CB:69:9F\\n* Group:       SEMI-TRUSTED\\n* AccessPoint: 9A:18:98:BE:F0:04 (Choose Another Castle)\\n* Trust Level: TRUSTED\\n    \\nThis message is sent no more than once per hour for this Client to AP connection.\",\n                \"id\": \"XvG2K6qd8vrLqAkw\",\n                \"identifier\": \"TRUST POLICY VIOLATION\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 10,\n                \"source\": \"POLICY\",\n                \"summary\": \"SEMI-TRUSTED CLIENT (08:66:98:CB:69:9F) CONNECTED TRUSTED AP (9A:18:98:BE:F0:04)\",\n                \"timestamp\": \"2021-10-12T19:36:02.425504Z\"\n            },\n            {\n                \"ap_bssid\": \"96:18:98:BE:F0:04\",\n                \"ap_essid\": \"Free5Bird\",\n                \"ap_id\": \"60deD0565RJnpPjb\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 20,\n                \"ap_trust_level_name\": \"Guest\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 4,\n                \"client_group_name\": \"Visitor\",\n                \"client_id\": \"O3ZzDm8Y1Y6zK4JR\",\n                \"client_mac\": \"00:0E:8E:86:1A:7B\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 284,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Download/Upload Performance testing metric missed.\\n\\n* Expected: 10.000 Mbps Download / 10.000 Mbps Upload\\n* Observed: 0.000 Mbps Download / 0.000 Mbps Upload\",\n                \"id\": \"72YOnPY7WQkL0Q6X\",\n                \"identifier\": \"MISSED PERFORMANCE METRIC\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 5,\n                \"source\": \"PERFORMANCE\",\n                \"summary\": \"DOWNLOAD/UPLOAD METRIC MISSED\",\n                \"timestamp\": \"2021-10-12T19:36:58.876502Z\"\n            },\n            {\n                \"ap_bssid\": \"9A:18:98:BE:F0:04\",\n                \"ap_essid\": \"Choose Another Castle\",\n                \"ap_id\": \"aQVvDeWmWkrLW8w0\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"Meraki\",\n                \"ap_tag_vendor\": \"Cisco\",\n                \"ap_trust_level\": 1,\n                \"ap_trust_level_name\": \"Trusted\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 4,\n                \"client_group_name\": \"Visitor\",\n                \"client_id\": \"Mqa0n1mJ31vXn2px\",\n                \"client_mac\": \"E8:84:A5:96:DF:39\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 3024,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A client assigned to Client Group VISITOR has been observed connected to an unapproved TRUSTED AP\\n\\n* Client:      E8:84:A5:96:DF:39\\n* Group:       VISITOR\\n* AccessPoint: 9A:18:98:BE:F0:04 (Choose Another Castle)\\n* Trust Level: TRUSTED\\n    \\nThis message is sent no more than once per hour for this Client to AP connection.\",\n                \"id\": \"3Gl4nJ3z9N9LvBay\",\n                \"identifier\": \"TRUST POLICY VIOLATION\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 10,\n                \"source\": \"POLICY\",\n                \"summary\": \"VISITOR CLIENT (E8:84:A5:96:DF:39) CONNECTED TRUSTED AP (9A:18:98:BE:F0:04)\",\n                \"timestamp\": \"2021-10-12T19:42:06.963962Z\"\n            },\n            {\n                \"ap_bssid\": \"E8:AB:FA:4E:83:0D\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"8XvG2K638gEDqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Drone\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"Attop\",\n                \"ap_trust_level\": 50,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 99,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"XvG2K62BjXEYKqAk\",\n                \"client_mac\": \"E8:1C:BA:82:B2:30\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": null,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A repeating 802.11 EAPOLFrame RSN anonce broadcast has been seen between e8:ab:fa:4e:83:0d and e8:1c:ba:82:b2:30.\\nThis may indicate a Key Reinstallation Attack (KRACK) attack is in progress or a device's\\nsoftware has not been upgraded to defend against this weakness. If a large number of\\nevents are seen in a short period of time an attack could be in progress.\\n\\nFor more information about this weakness, visit the following links:\\n    \\n    * https://www.krackattacks.com/\\n    * https://en.wikipedia.org/wiki/KRACK\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13077\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13078\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13079\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13080\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13081\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13082\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13084\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13086\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13087\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13088\\n\",\n                \"id\": \"69yoDg4xoW5nvx8V\",\n                \"identifier\": \"KRACK\",\n                \"sensor_id\": \"jpEVxKyXvbLrQRY2\",\n                \"sensor_name\": \"Demo-V2-Seattle\",\n                \"severity\": 10,\n                \"source\": \"WIDS\",\n                \"summary\": \"POSSIBLE KRACK WEAKNESS/ATTACK\",\n                \"timestamp\": \"2021-10-12T19:43:25.654602Z\"\n            },\n            {\n                \"ap_bssid\": \"96:18:98:BE:F0:04\",\n                \"ap_essid\": \"Free5Bird\",\n                \"ap_id\": \"60deD0565RJnpPjb\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 20,\n                \"ap_trust_level_name\": \"Guest\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 4,\n                \"client_group_name\": \"Visitor\",\n                \"client_id\": \"O3ZzDm8Y1Y6zK4JR\",\n                \"client_mac\": \"00:0E:8E:86:1A:7B\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 284,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Download/Upload Performance testing metric missed.\\n\\n* Expected: 10.000 Mbps Download / 10.000 Mbps Upload\\n* Observed: 0.000 Mbps Download / 0.000 Mbps Upload\",\n                \"id\": \"aQVvDeEwoBlDW8w0\",\n                \"identifier\": \"MISSED PERFORMANCE METRIC\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 5,\n                \"source\": \"PERFORMANCE\",\n                \"summary\": \"DOWNLOAD/UPLOAD METRIC MISSED\",\n                \"timestamp\": \"2021-10-12T19:43:30.930186Z\"\n            },\n            {\n                \"ap_bssid\": \"96:18:98:BE:F0:04\",\n                \"ap_essid\": \"Free5Bird\",\n                \"ap_id\": \"60deD0565RJnpPjb\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 20,\n                \"ap_trust_level_name\": \"Guest\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 4,\n                \"client_group_name\": \"Visitor\",\n                \"client_id\": \"O3ZzDm8Y1Y6zK4JR\",\n                \"client_mac\": \"00:0E:8E:86:1A:7B\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 284,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Download/Upload Performance testing metric missed.\\n\\n* Expected: 10.000 Mbps Download / 10.000 Mbps Upload\\n* Observed: 0.000 Mbps Download / 0.000 Mbps Upload\",\n                \"id\": \"WPYxLVAgoENne5aj\",\n                \"identifier\": \"MISSED PERFORMANCE METRIC\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 5,\n                \"source\": \"PERFORMANCE\",\n                \"summary\": \"DOWNLOAD/UPLOAD METRIC MISSED\",\n                \"timestamp\": \"2021-10-12T19:49:59.424324Z\"\n            },\n            {\n                \"ap_bssid\": \"E8:AB:FA:4E:83:0D\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"8XvG2K638gEDqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Drone\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"Attop\",\n                \"ap_trust_level\": 50,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 99,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"XvG2K62BjXEYKqAk\",\n                \"client_mac\": \"E8:1C:BA:82:B2:30\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": null,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A repeating 802.11 EAPOLFrame RSN anonce broadcast has been seen between e8:ab:fa:4e:83:0d and e8:1c:ba:82:b2:30.\\nThis may indicate a Key Reinstallation Attack (KRACK) attack is in progress or a device's\\nsoftware has not been upgraded to defend against this weakness. If a large number of\\nevents are seen in a short period of time an attack could be in progress.\\n\\nFor more information about this weakness, visit the following links:\\n    \\n    * https://www.krackattacks.com/\\n    * https://en.wikipedia.org/wiki/KRACK\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13077\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13078\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13079\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13080\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13081\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13082\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13084\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13086\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13087\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13088\\n\",\n                \"id\": \"pEVxKyWAzR3nrQRY\",\n                \"identifier\": \"KRACK\",\n                \"sensor_id\": \"jpEVxKyXvbLrQRY2\",\n                \"sensor_name\": \"Demo-V2-Seattle\",\n                \"severity\": 10,\n                \"source\": \"WIDS\",\n                \"summary\": \"POSSIBLE KRACK WEAKNESS/ATTACK\",\n                \"timestamp\": \"2021-10-12T19:50:29.383846Z\"\n            },\n            {\n                \"ap_bssid\": \"FC:AE:34:95:2F:50\",\n                \"ap_essid\": \"ATTNd3trWa\",\n                \"ap_id\": \"GmVED250R7dKkqQw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Wireless Router\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"x4dank6yodODGANw\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"42oQbKMPQ8LBXzjV\",\n                \"sensor_name\": \"EC Demo\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP fc:ae:34:95:2f:50 has changed channel from 11 to 1\",\n                \"timestamp\": \"2021-10-12T19:51:40.466366Z\"\n            },\n            {\n                \"ap_bssid\": \"FE:AE:34:95:2F:52\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"zA1RL7oBJPgLr0al\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"3Gl4nJ3z9BRLvBay\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"42oQbKMPQ8LBXzjV\",\n                \"sensor_name\": \"EC Demo\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP fe:ae:34:95:2f:52 has changed channel from 11 to 1\",\n                \"timestamp\": \"2021-10-12T19:51:40.617404Z\"\n            },\n            {\n                \"ap_bssid\": \"A8:70:5D:84:D2:2C\",\n                \"ap_essid\": \"xfinitywifi\",\n                \"ap_id\": \"8z2ND83elPPKY5ER\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 71,\n                \"ap_trust_level_name\": \"High Threat\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 1,\n                \"client_group_name\": \"Trusted\",\n                \"client_id\": \"zA1RL7bzBGjjnr0a\",\n                \"client_mac\": \"3C:15:C2:D9:8A:34\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 65535,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"Apple\",\n                \"detail\": \"A client assigned to Client Group TRUSTED has been observed connected to an unapproved HIGH THREAT AP\\n\\n* Client:      3C:15:C2:D9:8A:34\\n* Group:       TRUSTED\\n* AccessPoint: A8:70:5D:84:D2:2C (xfinitywifi)\\n* Trust Level: HIGH THREAT\\n    \\nThis message is sent no more than once per hour for this Client to AP connection.\",\n                \"id\": \"E3e2DdyvNQqnaVpj\",\n                \"identifier\": \"TRUST POLICY VIOLATION\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 8,\n                \"source\": \"POLICY\",\n                \"summary\": \"TRUSTED CLIENT (3C:15:C2:D9:8A:34) CONNECTED HIGH THREAT AP (A8:70:5D:84:D2:2C)\",\n                \"timestamp\": \"2021-10-12T19:53:11.807668Z\"\n            },\n            {\n                \"ap_bssid\": \"02:15:99:EF:9A:02\",\n                \"ap_essid\": \"DIRECT-laB1163w Mono MFP\",\n                \"ap_id\": \"XvG2K62p0RYKqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Printer\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"pEVxKyWA04AnrQRY\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 02:15:99:ef:9a:02 has changed channel from 6 to 5\",\n                \"timestamp\": \"2021-10-12T19:53:12.981776Z\"\n            },\n            {\n                \"ap_bssid\": \"02:15:99:EF:9A:02\",\n                \"ap_essid\": \"DIRECT-laB1163w Mono MFP\",\n                \"ap_id\": \"XvG2K62p0RYKqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Printer\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"qzGoDEqzPlwDOemX\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 02:15:99:ef:9a:02 has changed channel from 5 to 6\",\n                \"timestamp\": \"2021-10-12T19:53:13.124693Z\"\n            },\n            {\n                \"ap_bssid\": \"68:D7:9A:40:DF:EB\",\n                \"ap_essid\": \"MotoFish\",\n                \"ap_id\": \"3Gl4nJ7Y8aoLvBay\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"Ubiquiti\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 99,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"7XbYLoxBjYGzKOJ2\",\n                \"client_mac\": \"44:73:D6:22:C8:B2\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": null,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A repeating 802.11 EAPOLFrame RSN anonce broadcast has been seen between 68:d7:9a:40:df:eb and 44:73:d6:22:c8:b2.\\nThis may indicate a Key Reinstallation Attack (KRACK) attack is in progress or a device's\\nsoftware has not been upgraded to defend against this weakness. If a large number of\\nevents are seen in a short period of time an attack could be in progress.\\n\\nFor more information about this weakness, visit the following links:\\n    \\n    * https://www.krackattacks.com/\\n    * https://en.wikipedia.org/wiki/KRACK\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13077\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13078\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13079\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13080\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13081\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13082\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13084\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13086\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13087\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13088\\n\",\n                \"id\": \"Mqa0n1kP2vJK2pxv\",\n                \"identifier\": \"KRACK\",\n                \"sensor_id\": \"jpEVxKyXvbLrQRY2\",\n                \"sensor_name\": \"Demo-V2-Seattle\",\n                \"severity\": 10,\n                \"source\": \"WIDS\",\n                \"summary\": \"POSSIBLE KRACK WEAKNESS/ATTACK\",\n                \"timestamp\": \"2021-10-12T19:53:19.023769Z\"\n            },\n            {\n                \"ap_bssid\": \"68:D7:9A:40:DF:EB\",\n                \"ap_essid\": \"MotoFish\",\n                \"ap_id\": \"3Gl4nJ7Y8aoLvBay\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"Ubiquiti\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 99,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"7XbYLoxBjYGzKOJ2\",\n                \"client_mac\": \"44:73:D6:22:C8:B2\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": null,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A repeating 802.11 EAPOLFrame RSN anonce broadcast has been seen between 68:d7:9a:40:df:eb and 44:73:d6:22:c8:b2.\\nThis may indicate a Key Reinstallation Attack (KRACK) attack is in progress or a device's\\nsoftware has not been upgraded to defend against this weakness. If a large number of\\nevents are seen in a short period of time an attack could be in progress.\\n\\nFor more information about this weakness, visit the following links:\\n    \\n    * https://www.krackattacks.com/\\n    * https://en.wikipedia.org/wiki/KRACK\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13077\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13078\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13079\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13080\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13081\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13082\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13084\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13086\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13087\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13088\\n\",\n                \"id\": \"aQVvDeEw2xmDW8w0\",\n                \"identifier\": \"KRACK\",\n                \"sensor_id\": \"jpEVxKyXvbLrQRY2\",\n                \"sensor_name\": \"Demo-V2-Seattle\",\n                \"severity\": 10,\n                \"source\": \"WIDS\",\n                \"summary\": \"POSSIBLE KRACK WEAKNESS/ATTACK\",\n                \"timestamp\": \"2021-10-12T19:55:19.064779Z\"\n            },\n            {\n                \"ap_bssid\": \"96:18:98:BE:F0:04\",\n                \"ap_essid\": \"Free5Bird\",\n                \"ap_id\": \"60deD0565RJnpPjb\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 20,\n                \"ap_trust_level_name\": \"Guest\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 4,\n                \"client_group_name\": \"Visitor\",\n                \"client_id\": \"O3ZzDm8Y1Y6zK4JR\",\n                \"client_mac\": \"00:0E:8E:86:1A:7B\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 284,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Download/Upload Performance testing metric missed.\\n\\n* Expected: 10.000 Mbps Download / 10.000 Mbps Upload\\n* Observed: 0.000 Mbps Download / 0.000 Mbps Upload\",\n                \"id\": \"wd4mnAqzPNmnkvRp\",\n                \"identifier\": \"MISSED PERFORMANCE METRIC\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 5,\n                \"source\": \"PERFORMANCE\",\n                \"summary\": \"DOWNLOAD/UPLOAD METRIC MISSED\",\n                \"timestamp\": \"2021-10-12T19:56:28.457980Z\"\n            },\n            {\n                \"ap_bssid\": \"10:DA:43:77:AA:95\",\n                \"ap_essid\": \"NETGEAR30\",\n                \"ap_id\": \"kvQMlKY8dP9L2qe0\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Camera\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"Netgear\",\n                \"ap_trust_level\": 50,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"oPwynlY578jLq6mA\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 10:da:43:77:aa:95 has changed channel from 7 to 9\",\n                \"timestamp\": \"2021-10-12T19:59:52.919089Z\"\n            },\n            {\n                \"ap_bssid\": \"96:18:98:BE:F0:04\",\n                \"ap_essid\": \"Free5Bird\",\n                \"ap_id\": \"60deD0565RJnpPjb\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 20,\n                \"ap_trust_level_name\": \"Guest\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 4,\n                \"client_group_name\": \"Visitor\",\n                \"client_id\": \"O3ZzDm8Y1Y6zK4JR\",\n                \"client_mac\": \"00:0E:8E:86:1A:7B\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 284,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Download/Upload Performance testing metric missed.\\n\\n* Expected: 10.000 Mbps Download / 10.000 Mbps Upload\\n* Observed: 0.000 Mbps Download / 0.000 Mbps Upload\",\n                \"id\": \"dE4lL9qzPpvLvx03\",\n                \"identifier\": \"MISSED PERFORMANCE METRIC\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 5,\n                \"source\": \"PERFORMANCE\",\n                \"summary\": \"DOWNLOAD/UPLOAD METRIC MISSED\",\n                \"timestamp\": \"2021-10-12T20:03:12.416435Z\"\n            },\n            {\n                \"ap_bssid\": \"98:18:88:BE:F0:04\",\n                \"ap_essid\": \"Choose Another Castle\",\n                \"ap_id\": \"VyXoLbk4o3vK7QRW\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"Cisco\",\n                \"ap_trust_level\": 1,\n                \"ap_trust_level_name\": \"Trusted\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 2,\n                \"client_group_name\": \"Semi-Trusted\",\n                \"client_id\": \"XwlNKZd7bGjnYpzq\",\n                \"client_mac\": \"A8:6B:AD:3E:7E:A6\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 65535,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A client assigned to Client Group SEMI-TRUSTED has been observed connected to an unapproved TRUSTED AP\\n\\n* Client:      A8:6B:AD:3E:7E:A6\\n* Group:       SEMI-TRUSTED\\n* AccessPoint: 98:18:88:BE:F0:04 (Choose Another Castle)\\n* Trust Level: TRUSTED\\n    \\nThis message is sent no more than once per hour for this Client to AP connection.\",\n                \"id\": \"eYN2K3qzPwJnoQ0k\",\n                \"identifier\": \"TRUST POLICY VIOLATION\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 10,\n                \"source\": \"POLICY\",\n                \"summary\": \"SEMI-TRUSTED CLIENT (A8:6B:AD:3E:7E:A6) CONNECTED TRUSTED AP (98:18:88:BE:F0:04)\",\n                \"timestamp\": \"2021-10-12T20:06:12.683563Z\"\n            },\n            {\n                \"ap_bssid\": \"FC:AE:34:95:2F:50\",\n                \"ap_essid\": \"ATTNd3trWa\",\n                \"ap_id\": \"GmVED250R7dKkqQw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Wireless Router\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"Y2p6nGqzPA6KJQ3b\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"42oQbKMPQ8LBXzjV\",\n                \"sensor_name\": \"EC Demo\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP fc:ae:34:95:2f:50 has changed channel from 1 to 11\",\n                \"timestamp\": \"2021-10-12T20:06:52.389061Z\"\n            },\n            {\n                \"ap_bssid\": \"FE:AE:34:95:2F:52\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"zA1RL7oBJPgLr0al\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"zA1RL7qzPreDr0al\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"42oQbKMPQ8LBXzjV\",\n                \"sensor_name\": \"EC Demo\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP fe:ae:34:95:2f:52 has changed channel from 1 to 11\",\n                \"timestamp\": \"2021-10-12T20:06:52.543054Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 99,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"b41kKwg3mvPaKzZo\",\n                \"client_mac\": \"9E:D7:20:39:00:81\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": null,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A new 802.11 WiFi Client has been discovered.\\n\\n* MAC Address: 9E:D7:20:39:00:81\",\n                \"id\": \"eYN2K3qzPa9noQ0k\",\n                \"identifier\": \"NEW WIFI CLIENT\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 10,\n                \"source\": \"POLICY\",\n                \"summary\": \"New Client (9E:D7:20:39:00:81) Discovered\",\n                \"timestamp\": \"2021-10-12T20:09:18.492798Z\"\n            },\n            {\n                \"ap_bssid\": \"E8:AB:FA:4E:83:0D\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"8XvG2K638gEDqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Drone\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"Attop\",\n                \"ap_trust_level\": 50,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 99,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"XvG2K62BjXEYKqAk\",\n                \"client_mac\": \"E8:1C:BA:82:B2:30\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": null,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A repeating 802.11 EAPOLFrame RSN anonce broadcast has been seen between e8:ab:fa:4e:83:0d and e8:1c:ba:82:b2:30.\\nThis may indicate a Key Reinstallation Attack (KRACK) attack is in progress or a device's\\nsoftware has not been upgraded to defend against this weakness. If a large number of\\nevents are seen in a short period of time an attack could be in progress.\\n\\nFor more information about this weakness, visit the following links:\\n    \\n    * https://www.krackattacks.com/\\n    * https://en.wikipedia.org/wiki/KRACK\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13077\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13078\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13079\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13080\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13081\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13082\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13084\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13086\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13087\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13088\\n\",\n                \"id\": \"O3ZzDmm31kkD4JR1\",\n                \"identifier\": \"KRACK\",\n                \"sensor_id\": \"jpEVxKyXvbLrQRY2\",\n                \"sensor_name\": \"Demo-V2-Seattle\",\n                \"severity\": 10,\n                \"source\": \"WIDS\",\n                \"summary\": \"POSSIBLE KRACK WEAKNESS/ATTACK\",\n                \"timestamp\": \"2021-10-12T20:09:34.332883Z\"\n            },\n            {\n                \"ap_bssid\": \"96:18:98:BE:F0:04\",\n                \"ap_essid\": \"Free5Bird\",\n                \"ap_id\": \"60deD0565RJnpPjb\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 20,\n                \"ap_trust_level_name\": \"Guest\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 4,\n                \"client_group_name\": \"Visitor\",\n                \"client_id\": \"O3ZzDm8Y1Y6zK4JR\",\n                \"client_mac\": \"00:0E:8E:86:1A:7B\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 284,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Download/Upload Performance testing metric missed.\\n\\n* Expected: 10.000 Mbps Download / 10.000 Mbps Upload\\n* Observed: 0.000 Mbps Download / 0.000 Mbps Upload\",\n                \"id\": \"qzGoDEqzP9gDOemX\",\n                \"identifier\": \"MISSED PERFORMANCE METRIC\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 5,\n                \"source\": \"PERFORMANCE\",\n                \"summary\": \"DOWNLOAD/UPLOAD METRIC MISSED\",\n                \"timestamp\": \"2021-10-12T20:09:44.668965Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 99,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"x4dank5JB2MbKGAN\",\n                \"client_mac\": \"EE:53:CA:AD:72:65\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": null,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A new 802.11 WiFi Client has been discovered.\\n\\n* MAC Address: EE:53:CA:AD:72:65\",\n                \"id\": \"O3ZzDmm31gzD4JR1\",\n                \"identifier\": \"NEW WIFI CLIENT\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 10,\n                \"source\": \"POLICY\",\n                \"summary\": \"New Client (EE:53:CA:AD:72:65) Discovered\",\n                \"timestamp\": \"2021-10-12T20:11:21.299872Z\"\n            },\n            {\n                \"ap_bssid\": \"2C:FD:A1:A1:5B:98\",\n                \"ap_essid\": \"J-Sei\",\n                \"ap_id\": \"EWPYxLV8qoNDe5aj\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"ASUS\",\n                \"ap_trust_level\": 30,\n                \"ap_trust_level_name\": \"Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A new WPA/WPA2 handshake has been collected for BSSID 2C:FD:A1:A1:5B:98\",\n                \"id\": \"8z2ND8qzdZgnY5ER\",\n                \"identifier\": \"NEW WPA/WPA2 HANDSHAKE\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 1,\n                \"source\": \"INTERROGATOR\",\n                \"summary\": \"New WPA handshake received for BSSID 2C:FD:A1:A1:5B:98\",\n                \"timestamp\": \"2021-10-12T20:12:12.176956Z\"\n            },\n            {\n                \"ap_bssid\": \"88:1F:A1:30:67:E6\",\n                \"ap_essid\": \"J-Sei\",\n                \"ap_id\": \"kvQMlKYNereD2qe0\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Wireless Bridge\",\n                \"ap_tag_location\": \"Office\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 30,\n                \"ap_trust_level_name\": \"Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A new WPA/WPA2 handshake has been collected for BSSID 88:1F:A1:30:67:E6\",\n                \"id\": \"eYN2K3qzPbonoQ0k\",\n                \"identifier\": \"NEW WPA/WPA2 HANDSHAKE\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 1,\n                \"source\": \"INTERROGATOR\",\n                \"summary\": \"New WPA handshake received for BSSID 88:1F:A1:30:67:E6\",\n                \"timestamp\": \"2021-10-12T20:14:14.342883Z\"\n            },\n            {\n                \"ap_bssid\": \"E8:AB:FA:4E:83:0D\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"8XvG2K638gEDqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Drone\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"Attop\",\n                \"ap_trust_level\": 50,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 99,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"XvG2K62BjXEYKqAk\",\n                \"client_mac\": \"E8:1C:BA:82:B2:30\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": null,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A repeating 802.11 EAPOLFrame RSN anonce broadcast has been seen between e8:ab:fa:4e:83:0d and e8:1c:ba:82:b2:30.\\nThis may indicate a Key Reinstallation Attack (KRACK) attack is in progress or a device's\\nsoftware has not been upgraded to defend against this weakness. If a large number of\\nevents are seen in a short period of time an attack could be in progress.\\n\\nFor more information about this weakness, visit the following links:\\n    \\n    * https://www.krackattacks.com/\\n    * https://en.wikipedia.org/wiki/KRACK\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13077\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13078\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13079\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13080\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13081\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13082\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13084\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13086\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13087\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13088\\n\",\n                \"id\": \"3Gl4nJ3zPXmLvBay\",\n                \"identifier\": \"KRACK\",\n                \"sensor_id\": \"jpEVxKyXvbLrQRY2\",\n                \"sensor_name\": \"Demo-V2-Seattle\",\n                \"severity\": 10,\n                \"source\": \"WIDS\",\n                \"summary\": \"POSSIBLE KRACK WEAKNESS/ATTACK\",\n                \"timestamp\": \"2021-10-12T20:15:34.288285Z\"\n            },\n            {\n                \"ap_bssid\": \"96:18:98:BE:F0:04\",\n                \"ap_essid\": \"Free5Bird\",\n                \"ap_id\": \"60deD0565RJnpPjb\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 20,\n                \"ap_trust_level_name\": \"Guest\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 4,\n                \"client_group_name\": \"Visitor\",\n                \"client_id\": \"O3ZzDm8Y1Y6zK4JR\",\n                \"client_mac\": \"00:0E:8E:86:1A:7B\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 284,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Download/Upload Performance testing metric missed.\\n\\n* Expected: 10.000 Mbps Download / 10.000 Mbps Upload\\n* Observed: 0.000 Mbps Download / 0.000 Mbps Upload\",\n                \"id\": \"5N89KXRXgJVnv1Xw\",\n                \"identifier\": \"MISSED PERFORMANCE METRIC\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 5,\n                \"source\": \"PERFORMANCE\",\n                \"summary\": \"DOWNLOAD/UPLOAD METRIC MISSED\",\n                \"timestamp\": \"2021-10-12T20:16:15.456094Z\"\n            },\n            {\n                \"ap_bssid\": \"02:15:99:EF:9A:02\",\n                \"ap_essid\": \"DIRECT-laB1163w Mono MFP\",\n                \"ap_id\": \"XvG2K62p0RYKqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Printer\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"aQVvDeEw2XrDW8w0\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 02:15:99:ef:9a:02 has changed channel from 6 to 7\",\n                \"timestamp\": \"2021-10-12T20:21:55.393681Z\"\n            },\n            {\n                \"ap_bssid\": \"02:15:99:EF:9A:02\",\n                \"ap_essid\": \"DIRECT-laB1163w Mono MFP\",\n                \"ap_id\": \"XvG2K62p0RYKqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Printer\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"60deD0kzNxJKpPjb\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 02:15:99:ef:9a:02 has changed channel from 7 to 8\",\n                \"timestamp\": \"2021-10-12T20:21:55.514686Z\"\n            },\n            {\n                \"ap_bssid\": \"02:15:99:EF:9A:02\",\n                \"ap_essid\": \"DIRECT-laB1163w Mono MFP\",\n                \"ap_id\": \"XvG2K62p0RYKqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Printer\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"GqX3KBqzPykLpwNj\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 02:15:99:ef:9a:02 has changed channel from 8 to 9\",\n                \"timestamp\": \"2021-10-12T20:21:55.664546Z\"\n            },\n            {\n                \"ap_bssid\": \"96:18:98:BE:F0:04\",\n                \"ap_essid\": \"Free5Bird\",\n                \"ap_id\": \"60deD0565RJnpPjb\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 20,\n                \"ap_trust_level_name\": \"Guest\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 4,\n                \"client_group_name\": \"Visitor\",\n                \"client_id\": \"O3ZzDm8Y1Y6zK4JR\",\n                \"client_mac\": \"00:0E:8E:86:1A:7B\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 284,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Download/Upload Performance testing metric missed.\\n\\n* Expected: 10.000 Mbps Download / 10.000 Mbps Upload\\n* Observed: 0.000 Mbps Download / 0.000 Mbps Upload\",\n                \"id\": \"qzGoDEqzPRjDOemX\",\n                \"identifier\": \"MISSED PERFORMANCE METRIC\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 5,\n                \"source\": \"PERFORMANCE\",\n                \"summary\": \"DOWNLOAD/UPLOAD METRIC MISSED\",\n                \"timestamp\": \"2021-10-12T20:22:50.339545Z\"\n            },\n            {\n                \"ap_bssid\": \"68:D7:9A:40:DF:EB\",\n                \"ap_essid\": \"MotoFish\",\n                \"ap_id\": \"3Gl4nJ7Y8aoLvBay\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"Ubiquiti\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 99,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"7XbYLoxBjYGzKOJ2\",\n                \"client_mac\": \"44:73:D6:22:C8:B2\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": null,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A repeating 802.11 EAPOLFrame RSN anonce broadcast has been seen between 68:d7:9a:40:df:eb and 44:73:d6:22:c8:b2.\\nThis may indicate a Key Reinstallation Attack (KRACK) attack is in progress or a device's\\nsoftware has not been upgraded to defend against this weakness. If a large number of\\nevents are seen in a short period of time an attack could be in progress.\\n\\nFor more information about this weakness, visit the following links:\\n    \\n    * https://www.krackattacks.com/\\n    * https://en.wikipedia.org/wiki/KRACK\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13077\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13078\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13079\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13080\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13081\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13082\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13084\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13086\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13087\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13088\\n\",\n                \"id\": \"yVpWLxQXeNdK5BaN\",\n                \"identifier\": \"KRACK\",\n                \"sensor_id\": \"jpEVxKyXvbLrQRY2\",\n                \"sensor_name\": \"Demo-V2-Seattle\",\n                \"severity\": 10,\n                \"source\": \"WIDS\",\n                \"summary\": \"POSSIBLE KRACK WEAKNESS/ATTACK\",\n                \"timestamp\": \"2021-10-12T20:23:29.252050Z\"\n            },\n            {\n                \"ap_bssid\": \"68:D7:9A:40:DF:EB\",\n                \"ap_essid\": \"MotoFish\",\n                \"ap_id\": \"3Gl4nJ7Y8aoLvBay\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"Ubiquiti\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 99,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"7XbYLoxBjYGzKOJ2\",\n                \"client_mac\": \"44:73:D6:22:C8:B2\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": null,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A repeating 802.11 EAPOLFrame RSN anonce broadcast has been seen between 68:d7:9a:40:df:eb and 44:73:d6:22:c8:b2.\\nThis may indicate a Key Reinstallation Attack (KRACK) attack is in progress or a device's\\nsoftware has not been upgraded to defend against this weakness. If a large number of\\nevents are seen in a short period of time an attack could be in progress.\\n\\nFor more information about this weakness, visit the following links:\\n    \\n    * https://www.krackattacks.com/\\n    * https://en.wikipedia.org/wiki/KRACK\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13077\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13078\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13079\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13080\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13081\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13082\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13084\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13086\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13087\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13088\\n\",\n                \"id\": \"oPwynlY57oGLq6mA\",\n                \"identifier\": \"KRACK\",\n                \"sensor_id\": \"jpEVxKyXvbLrQRY2\",\n                \"sensor_name\": \"Demo-V2-Seattle\",\n                \"severity\": 10,\n                \"source\": \"WIDS\",\n                \"summary\": \"POSSIBLE KRACK WEAKNESS/ATTACK\",\n                \"timestamp\": \"2021-10-12T20:24:58.030202Z\"\n            },\n            {\n                \"ap_bssid\": \"02:15:99:EF:9A:02\",\n                \"ap_essid\": \"DIRECT-laB1163w Mono MFP\",\n                \"ap_id\": \"XvG2K62p0RYKqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Printer\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"qzGoDEqzPPwDOemX\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 02:15:99:ef:9a:02 has changed channel from 6 to 9\",\n                \"timestamp\": \"2021-10-12T20:26:55.860688Z\"\n            },\n            {\n                \"ap_bssid\": \"02:15:99:EF:9A:02\",\n                \"ap_essid\": \"DIRECT-laB1163w Mono MFP\",\n                \"ap_id\": \"XvG2K62p0RYKqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Printer\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"eYN2K3qzPPenoQ0k\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 02:15:99:ef:9a:02 has changed channel from 9 to 6\",\n                \"timestamp\": \"2021-10-12T20:26:55.998051Z\"\n            },\n            {\n                \"ap_bssid\": \"96:18:98:BE:F0:04\",\n                \"ap_essid\": \"Free5Bird\",\n                \"ap_id\": \"60deD0565RJnpPjb\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 20,\n                \"ap_trust_level_name\": \"Guest\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 4,\n                \"client_group_name\": \"Visitor\",\n                \"client_id\": \"O3ZzDm8Y1Y6zK4JR\",\n                \"client_mac\": \"00:0E:8E:86:1A:7B\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 284,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Download/Upload Performance testing metric missed.\\n\\n* Expected: 10.000 Mbps Download / 10.000 Mbps Upload\\n* Observed: 0.000 Mbps Download / 0.000 Mbps Upload\",\n                \"id\": \"eYN2K3qzPomnoQ0k\",\n                \"identifier\": \"MISSED PERFORMANCE METRIC\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 5,\n                \"source\": \"PERFORMANCE\",\n                \"summary\": \"DOWNLOAD/UPLOAD METRIC MISSED\",\n                \"timestamp\": \"2021-10-12T20:29:24.540366Z\"\n            },\n            {\n                \"ap_bssid\": \"10:DA:43:77:AA:95\",\n                \"ap_essid\": \"NETGEAR30\",\n                \"ap_id\": \"kvQMlKY8dP9L2qe0\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Camera\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"Netgear\",\n                \"ap_trust_level\": 50,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"aQVvDeEw2bRDW8w0\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 10:da:43:77:aa:95 has changed channel from 9 to 4\",\n                \"timestamp\": \"2021-10-12T20:32:02.393139Z\"\n            },\n            {\n                \"ap_bssid\": \"98:18:88:BE:F0:04\",\n                \"ap_essid\": \"Choose Another Castle\",\n                \"ap_id\": \"VyXoLbk4o3vK7QRW\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"Cisco\",\n                \"ap_trust_level\": 1,\n                \"ap_trust_level_name\": \"Trusted\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 2,\n                \"client_group_name\": \"Semi-Trusted\",\n                \"client_id\": \"GjEaDRay3MMKb0dJ\",\n                \"client_mac\": \"28:56:5A:38:D1:11\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 65535,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A client assigned to Client Group SEMI-TRUSTED has been observed connected to an unapproved TRUSTED AP\\n\\n* Client:      28:56:5A:38:D1:11\\n* Group:       SEMI-TRUSTED\\n* AccessPoint: 98:18:88:BE:F0:04 (Choose Another Castle)\\n* Trust Level: TRUSTED\\n    \\nThis message is sent no more than once per hour for this Client to AP connection.\",\n                \"id\": \"gxMmLj1l4j7nJvY5\",\n                \"identifier\": \"TRUST POLICY VIOLATION\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 10,\n                \"source\": \"POLICY\",\n                \"summary\": \"SEMI-TRUSTED CLIENT (28:56:5A:38:D1:11) CONNECTED TRUSTED AP (98:18:88:BE:F0:04)\",\n                \"timestamp\": \"2021-10-12T20:34:26.394717Z\"\n            },\n            {\n                \"ap_bssid\": \"96:18:98:BE:F0:04\",\n                \"ap_essid\": \"Free5Bird\",\n                \"ap_id\": \"60deD0565RJnpPjb\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 20,\n                \"ap_trust_level_name\": \"Guest\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 4,\n                \"client_group_name\": \"Visitor\",\n                \"client_id\": \"O3ZzDm8Y1Y6zK4JR\",\n                \"client_mac\": \"00:0E:8E:86:1A:7B\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 284,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Download/Upload Performance testing metric missed.\\n\\n* Expected: 10.000 Mbps Download / 10.000 Mbps Upload\\n* Observed: 0.000 Mbps Download / 0.000 Mbps Upload\",\n                \"id\": \"dE4lL9qzPNvLvx03\",\n                \"identifier\": \"MISSED PERFORMANCE METRIC\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 5,\n                \"source\": \"PERFORMANCE\",\n                \"summary\": \"DOWNLOAD/UPLOAD METRIC MISSED\",\n                \"timestamp\": \"2021-10-12T20:35:56.331875Z\"\n            },\n            {\n                \"ap_bssid\": \"9A:18:98:BE:F0:04\",\n                \"ap_essid\": \"Choose Another Castle\",\n                \"ap_id\": \"aQVvDeWmWkrLW8w0\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"Meraki\",\n                \"ap_tag_vendor\": \"Cisco\",\n                \"ap_trust_level\": 1,\n                \"ap_trust_level_name\": \"Trusted\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 2,\n                \"client_group_name\": \"Semi-Trusted\",\n                \"client_id\": \"WPYxLVabpN4ne5aj\",\n                \"client_mac\": \"08:66:98:CB:69:9F\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 65535,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"Apple\",\n                \"detail\": \"A client assigned to Client Group SEMI-TRUSTED has been observed connected to an unapproved TRUSTED AP\\n\\n* Client:      08:66:98:CB:69:9F\\n* Group:       SEMI-TRUSTED\\n* AccessPoint: 9A:18:98:BE:F0:04 (Choose Another Castle)\\n* Trust Level: TRUSTED\\n    \\nThis message is sent no more than once per hour for this Client to AP connection.\",\n                \"id\": \"gxMmLj1l4a0nJvY5\",\n                \"identifier\": \"TRUST POLICY VIOLATION\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 10,\n                \"source\": \"POLICY\",\n                \"summary\": \"SEMI-TRUSTED CLIENT (08:66:98:CB:69:9F) CONNECTED TRUSTED AP (9A:18:98:BE:F0:04)\",\n                \"timestamp\": \"2021-10-12T20:36:24.474278Z\"\n            },\n            {\n                \"ap_bssid\": \"E8:1C:BA:82:B2:30\",\n                \"ap_essid\": \"YouKidsGetOffMyLan\",\n                \"ap_id\": \"M60deD0ANkJnpPjb\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 99,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"2oQbKMyXJbjKBXzj\",\n                \"client_mac\": \"E8:AB:FA:4E:83:0D\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": null,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A repeating 802.11 EAPOLFrame RSN anonce broadcast has been seen between e8:1c:ba:82:b2:30 and e8:ab:fa:4e:83:0d.\\nThis may indicate a Key Reinstallation Attack (KRACK) attack is in progress or a device's\\nsoftware has not been upgraded to defend against this weakness. If a large number of\\nevents are seen in a short period of time an attack could be in progress.\\n\\nFor more information about this weakness, visit the following links:\\n    \\n    * https://www.krackattacks.com/\\n    * https://en.wikipedia.org/wiki/KRACK\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13077\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13078\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13079\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13080\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13081\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13082\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13084\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13086\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13087\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13088\\n\",\n                \"id\": \"j6GNL5qzPJlLm35k\",\n                \"identifier\": \"KRACK\",\n                \"sensor_id\": \"jpEVxKyXvbLrQRY2\",\n                \"sensor_name\": \"Demo-V2-Seattle\",\n                \"severity\": 10,\n                \"source\": \"WIDS\",\n                \"summary\": \"POSSIBLE KRACK WEAKNESS/ATTACK\",\n                \"timestamp\": \"2021-10-12T20:40:42.133146Z\"\n            },\n            {\n                \"ap_bssid\": \"96:18:98:BE:F0:04\",\n                \"ap_essid\": \"Free5Bird\",\n                \"ap_id\": \"60deD0565RJnpPjb\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 20,\n                \"ap_trust_level_name\": \"Guest\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 4,\n                \"client_group_name\": \"Visitor\",\n                \"client_id\": \"O3ZzDm8Y1Y6zK4JR\",\n                \"client_mac\": \"00:0E:8E:86:1A:7B\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 284,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Download/Upload Performance testing metric missed.\\n\\n* Expected: 10.000 Mbps Download / 10.000 Mbps Upload\\n* Observed: 0.000 Mbps Download / 0.000 Mbps Upload\",\n                \"id\": \"XwlNKZ09XEmnYpzq\",\n                \"identifier\": \"MISSED PERFORMANCE METRIC\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 5,\n                \"source\": \"PERFORMANCE\",\n                \"summary\": \"DOWNLOAD/UPLOAD METRIC MISSED\",\n                \"timestamp\": \"2021-10-12T20:42:26.177308Z\"\n            },\n            {\n                \"ap_bssid\": \"9A:18:98:BE:F0:04\",\n                \"ap_essid\": \"Choose Another Castle\",\n                \"ap_id\": \"aQVvDeWmWkrLW8w0\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"Meraki\",\n                \"ap_tag_vendor\": \"Cisco\",\n                \"ap_trust_level\": 1,\n                \"ap_trust_level_name\": \"Trusted\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 4,\n                \"client_group_name\": \"Visitor\",\n                \"client_id\": \"Mqa0n1mJ31vXn2px\",\n                \"client_mac\": \"E8:84:A5:96:DF:39\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 3024,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A client assigned to Client Group VISITOR has been observed connected to an unapproved TRUSTED AP\\n\\n* Client:      E8:84:A5:96:DF:39\\n* Group:       VISITOR\\n* AccessPoint: 9A:18:98:BE:F0:04 (Choose Another Castle)\\n* Trust Level: TRUSTED\\n    \\nThis message is sent no more than once per hour for this Client to AP connection.\",\n                \"id\": \"x4dank6yG0PDGANw\",\n                \"identifier\": \"TRUST POLICY VIOLATION\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 10,\n                \"source\": \"POLICY\",\n                \"summary\": \"VISITOR CLIENT (E8:84:A5:96:DF:39) CONNECTED TRUSTED AP (9A:18:98:BE:F0:04)\",\n                \"timestamp\": \"2021-10-12T20:42:28.115486Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 99,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"x4dank5JBY46KGAN\",\n                \"client_mac\": \"62:49:AF:B4:2F:94\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": null,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A new 802.11 WiFi Client has been discovered.\\n\\n* MAC Address: 62:49:AF:B4:2F:94\",\n                \"id\": \"Y2p6nGqzPYzKJQ3b\",\n                \"identifier\": \"NEW WIFI CLIENT\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 10,\n                \"source\": \"POLICY\",\n                \"summary\": \"New Client (62:49:AF:B4:2F:94) Discovered\",\n                \"timestamp\": \"2021-10-12T20:45:33.547871Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 99,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"3Gl4nJrQYWq5nvBa\",\n                \"client_mac\": \"1A:53:5C:03:2C:E5\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": null,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A new 802.11 WiFi Client has been discovered.\\n\\n* MAC Address: 1A:53:5C:03:2C:E5\",\n                \"id\": \"zA1RL7qzP8ODr0al\",\n                \"identifier\": \"NEW WIFI CLIENT\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 10,\n                \"source\": \"POLICY\",\n                \"summary\": \"New Client (1A:53:5C:03:2C:E5) Discovered\",\n                \"timestamp\": \"2021-10-12T20:45:33.782668Z\"\n            },\n            {\n                \"ap_bssid\": \"E8:AB:FA:4E:83:0D\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"8XvG2K638gEDqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Drone\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"Attop\",\n                \"ap_trust_level\": 50,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 99,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"XvG2K62BjXEYKqAk\",\n                \"client_mac\": \"E8:1C:BA:82:B2:30\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": null,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A repeating 802.11 EAPOLFrame RSN anonce broadcast has been seen between e8:ab:fa:4e:83:0d and e8:1c:ba:82:b2:30.\\nThis may indicate a Key Reinstallation Attack (KRACK) attack is in progress or a device's\\nsoftware has not been upgraded to defend against this weakness. If a large number of\\nevents are seen in a short period of time an attack could be in progress.\\n\\nFor more information about this weakness, visit the following links:\\n    \\n    * https://www.krackattacks.com/\\n    * https://en.wikipedia.org/wiki/KRACK\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13077\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13078\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13079\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13080\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13081\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13082\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13084\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13086\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13087\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13088\\n\",\n                \"id\": \"gVbOn4qzPl0L0EeN\",\n                \"identifier\": \"KRACK\",\n                \"sensor_id\": \"jpEVxKyXvbLrQRY2\",\n                \"sensor_name\": \"Demo-V2-Seattle\",\n                \"severity\": 10,\n                \"source\": \"WIDS\",\n                \"summary\": \"POSSIBLE KRACK WEAKNESS/ATTACK\",\n                \"timestamp\": \"2021-10-12T20:46:10.933965Z\"\n            },\n            {\n                \"ap_bssid\": \"96:18:98:BE:F0:04\",\n                \"ap_essid\": \"Free5Bird\",\n                \"ap_id\": \"60deD0565RJnpPjb\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 20,\n                \"ap_trust_level_name\": \"Guest\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 4,\n                \"client_group_name\": \"Visitor\",\n                \"client_id\": \"O3ZzDm8Y1Y6zK4JR\",\n                \"client_mac\": \"00:0E:8E:86:1A:7B\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 284,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Download/Upload Performance testing metric missed.\\n\\n* Expected: 10.000 Mbps Download / 10.000 Mbps Upload\\n* Observed: 0.000 Mbps Download / 0.000 Mbps Upload\",\n                \"id\": \"p6B7nzV91Gmng4XA\",\n                \"identifier\": \"MISSED PERFORMANCE METRIC\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 5,\n                \"source\": \"PERFORMANCE\",\n                \"summary\": \"DOWNLOAD/UPLOAD METRIC MISSED\",\n                \"timestamp\": \"2021-10-12T20:48:57.858188Z\"\n            },\n            {\n                \"ap_bssid\": \"2C:FD:A1:A1:5B:9C\",\n                \"ap_essid\": \"J-Sei\",\n                \"ap_id\": \"plqXoKNdwBpn7y26\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"ASUS\",\n                \"ap_trust_level\": 30,\n                \"ap_trust_level_name\": \"Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A new WPA/WPA2 handshake has been collected for BSSID 2C:FD:A1:A1:5B:9C\",\n                \"id\": \"b41kKwBO4kqLzZog\",\n                \"identifier\": \"NEW WPA/WPA2 HANDSHAKE\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 1,\n                \"source\": \"INTERROGATOR\",\n                \"summary\": \"New WPA handshake received for BSSID 2C:FD:A1:A1:5B:9C\",\n                \"timestamp\": \"2021-10-12T20:50:28.860777Z\"\n            },\n            {\n                \"ap_bssid\": \"E8:AB:FA:4E:83:0D\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"8XvG2K638gEDqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Drone\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"Attop\",\n                \"ap_trust_level\": 50,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 99,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"XvG2K62BjXEYKqAk\",\n                \"client_mac\": \"E8:1C:BA:82:B2:30\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": null,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A repeating 802.11 EAPOLFrame RSN anonce broadcast has been seen between e8:ab:fa:4e:83:0d and e8:1c:ba:82:b2:30.\\nThis may indicate a Key Reinstallation Attack (KRACK) attack is in progress or a device's\\nsoftware has not been upgraded to defend against this weakness. If a large number of\\nevents are seen in a short period of time an attack could be in progress.\\n\\nFor more information about this weakness, visit the following links:\\n    \\n    * https://www.krackattacks.com/\\n    * https://en.wikipedia.org/wiki/KRACK\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13077\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13078\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13079\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13080\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13081\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13082\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13084\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13086\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13087\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13088\\n\",\n                \"id\": \"gxMmLj1lZv2nJvY5\",\n                \"identifier\": \"KRACK\",\n                \"sensor_id\": \"jpEVxKyXvbLrQRY2\",\n                \"sensor_name\": \"Demo-V2-Seattle\",\n                \"severity\": 10,\n                \"source\": \"WIDS\",\n                \"summary\": \"POSSIBLE KRACK WEAKNESS/ATTACK\",\n                \"timestamp\": \"2021-10-12T20:51:43.999753Z\"\n            },\n            {\n                \"ap_bssid\": \"AC:5D:10:A0:C2:82\",\n                \"ap_essid\": \"ATT434\",\n                \"ap_id\": \"VyXoLbkJePWK7QRW\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"bvoenO6GejGDMg14\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP ac:5d:10:a0:c2:82 has changed channel from 1 to 11\",\n                \"timestamp\": \"2021-10-12T20:53:10.023365Z\"\n            },\n            {\n                \"ap_bssid\": \"A8:70:5D:84:D2:2C\",\n                \"ap_essid\": \"xfinitywifi\",\n                \"ap_id\": \"8z2ND83elPPKY5ER\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 71,\n                \"ap_trust_level_name\": \"High Threat\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 1,\n                \"client_group_name\": \"Trusted\",\n                \"client_id\": \"zA1RL7bzBGjjnr0a\",\n                \"client_mac\": \"3C:15:C2:D9:8A:34\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 65535,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"Apple\",\n                \"detail\": \"A client assigned to Client Group TRUSTED has been observed connected to an unapproved HIGH THREAT AP\\n\\n* Client:      3C:15:C2:D9:8A:34\\n* Group:       TRUSTED\\n* AccessPoint: A8:70:5D:84:D2:2C (xfinitywifi)\\n* Trust Level: HIGH THREAT\\n    \\nThis message is sent no more than once per hour for this Client to AP connection.\",\n                \"id\": \"Mqa0n1kPAw2K2pxv\",\n                \"identifier\": \"TRUST POLICY VIOLATION\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 8,\n                \"source\": \"POLICY\",\n                \"summary\": \"TRUSTED CLIENT (3C:15:C2:D9:8A:34) CONNECTED HIGH THREAT AP (A8:70:5D:84:D2:2C)\",\n                \"timestamp\": \"2021-10-12T20:53:43.124496Z\"\n            },\n            {\n                \"ap_bssid\": \"02:15:99:EF:9A:02\",\n                \"ap_essid\": \"DIRECT-laB1163w Mono MFP\",\n                \"ap_id\": \"XvG2K62p0RYKqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Printer\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"pEVxKyWA7X3nrQRY\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 02:15:99:ef:9a:02 has changed channel from 6 to 7\",\n                \"timestamp\": \"2021-10-12T20:55:06.920028Z\"\n            },\n            {\n                \"ap_bssid\": \"02:15:99:EF:9A:02\",\n                \"ap_essid\": \"DIRECT-laB1163w Mono MFP\",\n                \"ap_id\": \"XvG2K62p0RYKqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Printer\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"qzGoDEqz6pjDOemX\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 02:15:99:ef:9a:02 has changed channel from 7 to 6\",\n                \"timestamp\": \"2021-10-12T20:55:07.071256Z\"\n            },\n            {\n                \"ap_bssid\": \"96:18:98:BE:F0:04\",\n                \"ap_essid\": \"Free5Bird\",\n                \"ap_id\": \"60deD0565RJnpPjb\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 20,\n                \"ap_trust_level_name\": \"Guest\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 4,\n                \"client_group_name\": \"Visitor\",\n                \"client_id\": \"O3ZzDm8Y1Y6zK4JR\",\n                \"client_mac\": \"00:0E:8E:86:1A:7B\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 284,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Download/Upload Performance testing metric missed.\\n\\n* Expected: 10.000 Mbps Download / 10.000 Mbps Upload\\n* Observed: 0.000 Mbps Download / 0.000 Mbps Upload\",\n                \"id\": \"vQMlKYeAk3ZK2qe0\",\n                \"identifier\": \"MISSED PERFORMANCE METRIC\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 5,\n                \"source\": \"PERFORMANCE\",\n                \"summary\": \"DOWNLOAD/UPLOAD METRIC MISSED\",\n                \"timestamp\": \"2021-10-12T20:55:31.997926Z\"\n            },\n            {\n                \"ap_bssid\": \"96:18:98:BE:F0:04\",\n                \"ap_essid\": \"Free5Bird\",\n                \"ap_id\": \"60deD0565RJnpPjb\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 20,\n                \"ap_trust_level_name\": \"Guest\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 4,\n                \"client_group_name\": \"Visitor\",\n                \"client_id\": \"O3ZzDm8Y1Y6zK4JR\",\n                \"client_mac\": \"00:0E:8E:86:1A:7B\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 284,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Download/Upload Performance testing metric missed.\\n\\n* Expected: 10.000 Mbps Download / 10.000 Mbps Upload\\n* Observed: 0.000 Mbps Download / 0.000 Mbps Upload\",\n                \"id\": \"b41kKwBO47aLzZog\",\n                \"identifier\": \"MISSED PERFORMANCE METRIC\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 5,\n                \"source\": \"PERFORMANCE\",\n                \"summary\": \"DOWNLOAD/UPLOAD METRIC MISSED\",\n                \"timestamp\": \"2021-10-12T21:02:12.350146Z\"\n            },\n            {\n                \"ap_bssid\": \"10:DA:43:77:AA:95\",\n                \"ap_essid\": \"NETGEAR30\",\n                \"ap_id\": \"kvQMlKY8dP9L2qe0\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Camera\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"Netgear\",\n                \"ap_trust_level\": 50,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"9PBZDav5Zean7Rxw\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 10:da:43:77:aa:95 has changed channel from 8 to 9\",\n                \"timestamp\": \"2021-10-12T21:02:46.143381Z\"\n            },\n            {\n                \"ap_bssid\": \"E2:DB:D1:27:E2:49\",\n                \"ap_essid\": \"xfinitywifi\",\n                \"ap_id\": \"E2NgDrqQJPeKaerV\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 71,\n                \"ap_trust_level_name\": \"High Threat\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"This Access Point has been moved from the Unassigned Trust Level to\\nHigh Threat.\\nIt has been observed using weak authentication or encryption and\\nhas been moved to the High Threat Trust Level group for further analysis. You should review\\nthis device and re-assign it to a more specific Trust Level.\\n\\n* BSSID: E2:DB:D1:27:E2:49\\n* ESSID: xfinitywifi\\n\",\n                \"id\": \"69yoDg4xZlenvx8V\",\n                \"identifier\": \"AUTOMATIC AP TRUST LEVEL ASSIGNMENT TO HIGH THREAT\",\n                \"sensor_id\": \"42oQbKMPQ8LBXzjV\",\n                \"sensor_name\": \"EC Demo\",\n                \"severity\": 5,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"AP E2:DB:D1:27:E2:49 (xfinitywifi) Assigned to High Threat Trust Level\",\n                \"timestamp\": \"2021-10-12T21:05:29.615129Z\"\n            },\n            {\n                \"ap_bssid\": \"02:15:99:EF:9A:02\",\n                \"ap_essid\": \"DIRECT-laB1163w Mono MFP\",\n                \"ap_id\": \"XvG2K62p0RYKqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Printer\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"b41kKwBO4ZJLzZog\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 02:15:99:ef:9a:02 has changed channel from 6 to 7\",\n                \"timestamp\": \"2021-10-12T21:05:45.759906Z\"\n            },\n            {\n                \"ap_bssid\": \"02:15:99:EF:9A:02\",\n                \"ap_essid\": \"DIRECT-laB1163w Mono MFP\",\n                \"ap_id\": \"XvG2K62p0RYKqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Printer\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"O3ZzDmm3ZgyD4JR1\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 02:15:99:ef:9a:02 has changed channel from 7 to 6\",\n                \"timestamp\": \"2021-10-12T21:06:10.926860Z\"\n            },\n            {\n                \"ap_bssid\": \"02:15:99:EF:9A:02\",\n                \"ap_essid\": \"DIRECT-laB1163w Mono MFP\",\n                \"ap_id\": \"XvG2K62p0RYKqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Printer\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"pEVxKyWA7kqnrQRY\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 02:15:99:ef:9a:02 has changed channel from 6 to 8\",\n                \"timestamp\": \"2021-10-12T21:06:12.554866Z\"\n            },\n            {\n                \"ap_bssid\": \"02:15:99:EF:9A:02\",\n                \"ap_essid\": \"DIRECT-laB1163w Mono MFP\",\n                \"ap_id\": \"XvG2K62p0RYKqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Printer\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"qzGoDEqz6XGDOemX\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 02:15:99:ef:9a:02 has changed channel from 8 to 6\",\n                \"timestamp\": \"2021-10-12T21:06:12.698773Z\"\n            },\n            {\n                \"ap_bssid\": \"98:18:88:BE:F0:04\",\n                \"ap_essid\": \"Choose Another Castle\",\n                \"ap_id\": \"VyXoLbk4o3vK7QRW\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"Cisco\",\n                \"ap_trust_level\": 1,\n                \"ap_trust_level_name\": \"Trusted\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 2,\n                \"client_group_name\": \"Semi-Trusted\",\n                \"client_id\": \"XwlNKZd7bGjnYpzq\",\n                \"client_mac\": \"A8:6B:AD:3E:7E:A6\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 65535,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A client assigned to Client Group SEMI-TRUSTED has been observed connected to an unapproved TRUSTED AP\\n\\n* Client:      A8:6B:AD:3E:7E:A6\\n* Group:       SEMI-TRUSTED\\n* AccessPoint: 98:18:88:BE:F0:04 (Choose Another Castle)\\n* Trust Level: TRUSTED\\n    \\nThis message is sent no more than once per hour for this Client to AP connection.\",\n                \"id\": \"bvoenO6GeaWDMg14\",\n                \"identifier\": \"TRUST POLICY VIOLATION\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 10,\n                \"source\": \"POLICY\",\n                \"summary\": \"SEMI-TRUSTED CLIENT (A8:6B:AD:3E:7E:A6) CONNECTED TRUSTED AP (98:18:88:BE:F0:04)\",\n                \"timestamp\": \"2021-10-12T21:06:38.765655Z\"\n            },\n            {\n                \"ap_bssid\": \"E8:AB:FA:4E:83:0D\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"8XvG2K638gEDqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Drone\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"Attop\",\n                \"ap_trust_level\": 50,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 99,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"XvG2K62BjXEYKqAk\",\n                \"client_mac\": \"E8:1C:BA:82:B2:30\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": null,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A repeating 802.11 EAPOLFrame RSN anonce broadcast has been seen between e8:ab:fa:4e:83:0d and e8:1c:ba:82:b2:30.\\nThis may indicate a Key Reinstallation Attack (KRACK) attack is in progress or a device's\\nsoftware has not been upgraded to defend against this weakness. If a large number of\\nevents are seen in a short period of time an attack could be in progress.\\n\\nFor more information about this weakness, visit the following links:\\n    \\n    * https://www.krackattacks.com/\\n    * https://en.wikipedia.org/wiki/KRACK\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13077\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13078\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13079\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13080\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13081\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13082\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13084\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13086\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13087\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13088\\n\",\n                \"id\": \"oPwynlY5ZlmLq6mA\",\n                \"identifier\": \"KRACK\",\n                \"sensor_id\": \"jpEVxKyXvbLrQRY2\",\n                \"sensor_name\": \"Demo-V2-Seattle\",\n                \"severity\": 10,\n                \"source\": \"WIDS\",\n                \"summary\": \"POSSIBLE KRACK WEAKNESS/ATTACK\",\n                \"timestamp\": \"2021-10-12T21:07:20.531206Z\"\n            },\n            {\n                \"ap_bssid\": \"02:15:99:EF:9A:02\",\n                \"ap_essid\": \"DIRECT-laB1163w Mono MFP\",\n                \"ap_id\": \"XvG2K62p0RYKqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Printer\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"BVWpnv0g36vKeo1J\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 02:15:99:ef:9a:02 has changed channel from 6 to 8\",\n                \"timestamp\": \"2021-10-12T21:08:13.259343Z\"\n            },\n            {\n                \"ap_bssid\": \"02:15:99:EF:9A:02\",\n                \"ap_essid\": \"DIRECT-laB1163w Mono MFP\",\n                \"ap_id\": \"XvG2K62p0RYKqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Printer\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"b41kKwBO4YWLzZog\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 02:15:99:ef:9a:02 has changed channel from 8 to 6\",\n                \"timestamp\": \"2021-10-12T21:08:13.411287Z\"\n            },\n            {\n                \"ap_bssid\": \"E8:1C:BA:82:B2:30\",\n                \"ap_essid\": \"YouKidsGetOffMyLan\",\n                \"ap_id\": \"M60deD0ANkJnpPjb\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 99,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"2oQbKMyXJbjKBXzj\",\n                \"client_mac\": \"E8:AB:FA:4E:83:0D\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": null,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A repeating 802.11 EAPOLFrame RSN anonce broadcast has been seen between e8:1c:ba:82:b2:30 and e8:ab:fa:4e:83:0d.\\nThis may indicate a Key Reinstallation Attack (KRACK) attack is in progress or a device's\\nsoftware has not been upgraded to defend against this weakness. If a large number of\\nevents are seen in a short period of time an attack could be in progress.\\n\\nFor more information about this weakness, visit the following links:\\n    \\n    * https://www.krackattacks.com/\\n    * https://en.wikipedia.org/wiki/KRACK\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13077\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13078\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13079\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13080\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13081\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13082\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13084\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13086\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13087\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13088\\n\",\n                \"id\": \"j6GNL5qz0a3Lm35k\",\n                \"identifier\": \"KRACK\",\n                \"sensor_id\": \"jpEVxKyXvbLrQRY2\",\n                \"sensor_name\": \"Demo-V2-Seattle\",\n                \"severity\": 10,\n                \"source\": \"WIDS\",\n                \"summary\": \"POSSIBLE KRACK WEAKNESS/ATTACK\",\n                \"timestamp\": \"2021-10-12T21:08:33.716368Z\"\n            },\n            {\n                \"ap_bssid\": \"96:18:98:BE:F0:04\",\n                \"ap_essid\": \"Free5Bird\",\n                \"ap_id\": \"60deD0565RJnpPjb\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 20,\n                \"ap_trust_level_name\": \"Guest\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 4,\n                \"client_group_name\": \"Visitor\",\n                \"client_id\": \"O3ZzDm8Y1Y6zK4JR\",\n                \"client_mac\": \"00:0E:8E:86:1A:7B\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 284,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Download/Upload Performance testing metric missed.\\n\\n* Expected: 10.000 Mbps Download / 10.000 Mbps Upload\\n* Observed: 0.000 Mbps Download / 0.000 Mbps Upload\",\n                \"id\": \"oPwynlY5ZRVLq6mA\",\n                \"identifier\": \"MISSED PERFORMANCE METRIC\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 5,\n                \"source\": \"PERFORMANCE\",\n                \"summary\": \"DOWNLOAD/UPLOAD METRIC MISSED\",\n                \"timestamp\": \"2021-10-12T21:09:53.599478Z\"\n            },\n            {\n                \"ap_bssid\": \"E8:AB:FA:4E:83:0D\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"8XvG2K638gEDqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Drone\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"Attop\",\n                \"ap_trust_level\": 50,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 99,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"XvG2K62BjXEYKqAk\",\n                \"client_mac\": \"E8:1C:BA:82:B2:30\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": null,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A repeating 802.11 EAPOLFrame RSN anonce broadcast has been seen between e8:ab:fa:4e:83:0d and e8:1c:ba:82:b2:30.\\nThis may indicate a Key Reinstallation Attack (KRACK) attack is in progress or a device's\\nsoftware has not been upgraded to defend against this weakness. If a large number of\\nevents are seen in a short period of time an attack could be in progress.\\n\\nFor more information about this weakness, visit the following links:\\n    \\n    * https://www.krackattacks.com/\\n    * https://en.wikipedia.org/wiki/KRACK\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13077\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13078\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13079\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13080\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13081\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13082\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13084\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13086\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13087\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13088\\n\",\n                \"id\": \"5N89KXRXw24nv1Xw\",\n                \"identifier\": \"KRACK\",\n                \"sensor_id\": \"jpEVxKyXvbLrQRY2\",\n                \"sensor_name\": \"Demo-V2-Seattle\",\n                \"severity\": 10,\n                \"source\": \"WIDS\",\n                \"summary\": \"POSSIBLE KRACK WEAKNESS/ATTACK\",\n                \"timestamp\": \"2021-10-12T21:13:36.336249Z\"\n            },\n            {\n                \"ap_bssid\": \"02:15:99:EF:9A:02\",\n                \"ap_essid\": \"DIRECT-laB1163w Mono MFP\",\n                \"ap_id\": \"XvG2K62p0RYKqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Printer\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"E3e2DdyvZENnaVpj\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 02:15:99:ef:9a:02 has changed channel from 6 to 5\",\n                \"timestamp\": \"2021-10-12T21:16:13.423989Z\"\n            },\n            {\n                \"ap_bssid\": \"02:15:99:EF:9A:02\",\n                \"ap_essid\": \"DIRECT-laB1163w Mono MFP\",\n                \"ap_id\": \"XvG2K62p0RYKqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Printer\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"j6GNL5qz0y0Lm35k\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 02:15:99:ef:9a:02 has changed channel from 5 to 6\",\n                \"timestamp\": \"2021-10-12T21:16:13.577681Z\"\n            },\n            {\n                \"ap_bssid\": \"96:18:98:BE:F0:04\",\n                \"ap_essid\": \"Free5Bird\",\n                \"ap_id\": \"60deD0565RJnpPjb\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 20,\n                \"ap_trust_level_name\": \"Guest\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 4,\n                \"client_group_name\": \"Visitor\",\n                \"client_id\": \"O3ZzDm8Y1Y6zK4JR\",\n                \"client_mac\": \"00:0E:8E:86:1A:7B\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 284,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Download/Upload Performance testing metric missed.\\n\\n* Expected: 10.000 Mbps Download / 10.000 Mbps Upload\\n* Observed: 0.000 Mbps Download / 0.000 Mbps Upload\",\n                \"id\": \"qzGoDEqz6RADOemX\",\n                \"identifier\": \"MISSED PERFORMANCE METRIC\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 5,\n                \"source\": \"PERFORMANCE\",\n                \"summary\": \"DOWNLOAD/UPLOAD METRIC MISSED\",\n                \"timestamp\": \"2021-10-12T21:16:27.406817Z\"\n            },\n            {\n                \"ap_bssid\": \"E8:AB:FA:4E:83:0D\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"8XvG2K638gEDqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Drone\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"Attop\",\n                \"ap_trust_level\": 50,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 99,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"XvG2K62BjXEYKqAk\",\n                \"client_mac\": \"E8:1C:BA:82:B2:30\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": null,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A repeating 802.11 EAPOLFrame RSN anonce broadcast has been seen between e8:ab:fa:4e:83:0d and e8:1c:ba:82:b2:30.\\nThis may indicate a Key Reinstallation Attack (KRACK) attack is in progress or a device's\\nsoftware has not been upgraded to defend against this weakness. If a large number of\\nevents are seen in a short period of time an attack could be in progress.\\n\\nFor more information about this weakness, visit the following links:\\n    \\n    * https://www.krackattacks.com/\\n    * https://en.wikipedia.org/wiki/KRACK\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13077\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13078\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13079\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13080\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13081\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13082\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13084\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13086\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13087\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13088\\n\",\n                \"id\": \"O3ZzDmm3Z1MD4JR1\",\n                \"identifier\": \"KRACK\",\n                \"sensor_id\": \"jpEVxKyXvbLrQRY2\",\n                \"sensor_name\": \"Demo-V2-Seattle\",\n                \"severity\": 10,\n                \"source\": \"WIDS\",\n                \"summary\": \"POSSIBLE KRACK WEAKNESS/ATTACK\",\n                \"timestamp\": \"2021-10-12T21:20:37.249958Z\"\n            },\n            {\n                \"ap_bssid\": \"E8:AB:FA:4E:83:0D\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"8XvG2K638gEDqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Drone\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"Attop\",\n                \"ap_trust_level\": 50,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 99,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"XvG2K62BjXEYKqAk\",\n                \"client_mac\": \"E8:1C:BA:82:B2:30\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": null,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A repeating 802.11 EAPOLFrame RSN anonce broadcast has been seen between e8:ab:fa:4e:83:0d and e8:1c:ba:82:b2:30.\\nThis may indicate a Key Reinstallation Attack (KRACK) attack is in progress or a device's\\nsoftware has not been upgraded to defend against this weakness. If a large number of\\nevents are seen in a short period of time an attack could be in progress.\\n\\nFor more information about this weakness, visit the following links:\\n    \\n    * https://www.krackattacks.com/\\n    * https://en.wikipedia.org/wiki/KRACK\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13077\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13078\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13079\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13080\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13081\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13082\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13084\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13086\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13087\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13088\\n\",\n                \"id\": \"BVWpnv0g39mKeo1J\",\n                \"identifier\": \"KRACK\",\n                \"sensor_id\": \"jpEVxKyXvbLrQRY2\",\n                \"sensor_name\": \"Demo-V2-Seattle\",\n                \"severity\": 10,\n                \"source\": \"WIDS\",\n                \"summary\": \"POSSIBLE KRACK WEAKNESS/ATTACK\",\n                \"timestamp\": \"2021-10-12T21:22:05.770466Z\"\n            },\n            {\n                \"ap_bssid\": \"88:1F:A1:30:67:E6\",\n                \"ap_essid\": \"J-Sei\",\n                \"ap_id\": \"kvQMlKYNereD2qe0\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Wireless Bridge\",\n                \"ap_tag_location\": \"Office\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 30,\n                \"ap_trust_level_name\": \"Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A new WPA/WPA2 handshake has been collected for BSSID 88:1F:A1:30:67:E6\",\n                \"id\": \"yNMbnqX1ZZ7DGkJd\",\n                \"identifier\": \"NEW WPA/WPA2 HANDSHAKE\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 1,\n                \"source\": \"INTERROGATOR\",\n                \"summary\": \"New WPA handshake received for BSSID 88:1F:A1:30:67:E6\",\n                \"timestamp\": \"2021-10-12T21:22:41.595424Z\"\n            },\n            {\n                \"ap_bssid\": \"96:18:98:BE:F0:04\",\n                \"ap_essid\": \"Free5Bird\",\n                \"ap_id\": \"60deD0565RJnpPjb\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 20,\n                \"ap_trust_level_name\": \"Guest\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 4,\n                \"client_group_name\": \"Visitor\",\n                \"client_id\": \"O3ZzDm8Y1Y6zK4JR\",\n                \"client_mac\": \"00:0E:8E:86:1A:7B\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 284,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Download/Upload Performance testing metric missed.\\n\\n* Expected: 10.000 Mbps Download / 10.000 Mbps Upload\\n* Observed: 0.000 Mbps Download / 0.000 Mbps Upload\",\n                \"id\": \"qzGoDEqz66rDOemX\",\n                \"identifier\": \"MISSED PERFORMANCE METRIC\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 5,\n                \"source\": \"PERFORMANCE\",\n                \"summary\": \"DOWNLOAD/UPLOAD METRIC MISSED\",\n                \"timestamp\": \"2021-10-12T21:23:00.755873Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 99,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"GmVED2dNj2BXLkqQ\",\n                \"client_mac\": \"92:A6:F6:2C:C9:B0\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": null,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A new 802.11 WiFi Client has been discovered.\\n\\n* MAC Address: 92:A6:F6:2C:C9:B0\",\n                \"id\": \"j6GNL5qz0p1Lm35k\",\n                \"identifier\": \"NEW WIFI CLIENT\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 10,\n                \"source\": \"POLICY\",\n                \"summary\": \"New Client (92:A6:F6:2C:C9:B0) Discovered\",\n                \"timestamp\": \"2021-10-12T21:25:53.297001Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 99,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"7XbYLoxBEreBKOJ2\",\n                \"client_mac\": \"AA:C7:D9:A8:BA:A9\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": null,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A new 802.11 WiFi Client has been discovered.\\n\\n* MAC Address: AA:C7:D9:A8:BA:A9\",\n                \"id\": \"qzGoDEqz6AjDOemX\",\n                \"identifier\": \"NEW WIFI CLIENT\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 10,\n                \"source\": \"POLICY\",\n                \"summary\": \"New Client (AA:C7:D9:A8:BA:A9) Discovered\",\n                \"timestamp\": \"2021-10-12T21:25:53.654059Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 99,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"3Gl4nJrQY5Z9nvBa\",\n                \"client_mac\": \"06:28:3E:0E:EC:90\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": null,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A new 802.11 WiFi Client has been discovered.\\n\\n* MAC Address: 06:28:3E:0E:EC:90\",\n                \"id\": \"eYN2K3qz5vxnoQ0k\",\n                \"identifier\": \"NEW WIFI CLIENT\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 10,\n                \"source\": \"POLICY\",\n                \"summary\": \"New Client (06:28:3E:0E:EC:90) Discovered\",\n                \"timestamp\": \"2021-10-12T21:25:54.363246Z\"\n            },\n            {\n                \"ap_bssid\": \"E8:AB:FA:4E:83:0D\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"8XvG2K638gEDqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Drone\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"Attop\",\n                \"ap_trust_level\": 50,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 99,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"XvG2K62BjXEYKqAk\",\n                \"client_mac\": \"E8:1C:BA:82:B2:30\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": null,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A repeating 802.11 EAPOLFrame RSN anonce broadcast has been seen between e8:ab:fa:4e:83:0d and e8:1c:ba:82:b2:30.\\nThis may indicate a Key Reinstallation Attack (KRACK) attack is in progress or a device's\\nsoftware has not been upgraded to defend against this weakness. If a large number of\\nevents are seen in a short period of time an attack could be in progress.\\n\\nFor more information about this weakness, visit the following links:\\n    \\n    * https://www.krackattacks.com/\\n    * https://en.wikipedia.org/wiki/KRACK\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13077\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13078\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13079\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13080\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13081\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13082\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13084\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13086\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13087\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13088\\n\",\n                \"id\": \"VyXoLbwNZVQK7QRW\",\n                \"identifier\": \"KRACK\",\n                \"sensor_id\": \"jpEVxKyXvbLrQRY2\",\n                \"sensor_name\": \"Demo-V2-Seattle\",\n                \"severity\": 10,\n                \"source\": \"WIDS\",\n                \"summary\": \"POSSIBLE KRACK WEAKNESS/ATTACK\",\n                \"timestamp\": \"2021-10-12T21:29:07.481597Z\"\n            },\n            {\n                \"ap_bssid\": \"96:18:98:BE:F0:04\",\n                \"ap_essid\": \"Free5Bird\",\n                \"ap_id\": \"60deD0565RJnpPjb\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 20,\n                \"ap_trust_level_name\": \"Guest\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 4,\n                \"client_group_name\": \"Visitor\",\n                \"client_id\": \"O3ZzDm8Y1Y6zK4JR\",\n                \"client_mac\": \"00:0E:8E:86:1A:7B\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 284,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Download/Upload Performance testing metric missed.\\n\\n* Expected: 10.000 Mbps Download / 10.000 Mbps Upload\\n* Observed: 0.000 Mbps Download / 0.000 Mbps Upload\",\n                \"id\": \"BVWpnv0g3mJKeo1J\",\n                \"identifier\": \"MISSED PERFORMANCE METRIC\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 5,\n                \"source\": \"PERFORMANCE\",\n                \"summary\": \"DOWNLOAD/UPLOAD METRIC MISSED\",\n                \"timestamp\": \"2021-10-12T21:29:33.754864Z\"\n            },\n            {\n                \"ap_bssid\": \"88:1F:A1:30:67:E6\",\n                \"ap_essid\": \"J-Sei\",\n                \"ap_id\": \"kvQMlKYNereD2qe0\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Wireless Bridge\",\n                \"ap_tag_location\": \"Office\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 30,\n                \"ap_trust_level_name\": \"Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A new WPA/WPA2 handshake has been collected for BSSID 88:1F:A1:30:67:E6\",\n                \"id\": \"GjEaDRb6Q8bDb0dJ\",\n                \"identifier\": \"NEW WPA/WPA2 HANDSHAKE\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 1,\n                \"source\": \"INTERROGATOR\",\n                \"summary\": \"New WPA handshake received for BSSID 88:1F:A1:30:67:E6\",\n                \"timestamp\": \"2021-10-12T21:34:47.035650Z\"\n            },\n            {\n                \"ap_bssid\": \"98:18:88:BE:F0:04\",\n                \"ap_essid\": \"Choose Another Castle\",\n                \"ap_id\": \"VyXoLbk4o3vK7QRW\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"Cisco\",\n                \"ap_trust_level\": 1,\n                \"ap_trust_level_name\": \"Trusted\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 2,\n                \"client_group_name\": \"Semi-Trusted\",\n                \"client_id\": \"GjEaDRay3MMKb0dJ\",\n                \"client_mac\": \"28:56:5A:38:D1:11\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 65535,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A client assigned to Client Group SEMI-TRUSTED has been observed connected to an unapproved TRUSTED AP\\n\\n* Client:      28:56:5A:38:D1:11\\n* Group:       SEMI-TRUSTED\\n* AccessPoint: 98:18:88:BE:F0:04 (Choose Another Castle)\\n* Trust Level: TRUSTED\\n    \\nThis message is sent no more than once per hour for this Client to AP connection.\",\n                \"id\": \"aQVvDeEwZeaDW8w0\",\n                \"identifier\": \"TRUST POLICY VIOLATION\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 10,\n                \"source\": \"POLICY\",\n                \"summary\": \"SEMI-TRUSTED CLIENT (28:56:5A:38:D1:11) CONNECTED TRUSTED AP (98:18:88:BE:F0:04)\",\n                \"timestamp\": \"2021-10-12T21:34:49.284947Z\"\n            },\n            {\n                \"ap_bssid\": \"96:18:98:BE:F0:04\",\n                \"ap_essid\": \"Free5Bird\",\n                \"ap_id\": \"60deD0565RJnpPjb\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 20,\n                \"ap_trust_level_name\": \"Guest\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 4,\n                \"client_group_name\": \"Visitor\",\n                \"client_id\": \"O3ZzDm8Y1Y6zK4JR\",\n                \"client_mac\": \"00:0E:8E:86:1A:7B\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 284,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Download/Upload Performance testing metric missed.\\n\\n* Expected: 10.000 Mbps Download / 10.000 Mbps Upload\\n* Observed: 0.000 Mbps Download / 0.000 Mbps Upload\",\n                \"id\": \"x4dank6yZ7kDGANw\",\n                \"identifier\": \"MISSED PERFORMANCE METRIC\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 5,\n                \"source\": \"PERFORMANCE\",\n                \"summary\": \"DOWNLOAD/UPLOAD METRIC MISSED\",\n                \"timestamp\": \"2021-10-12T21:36:03.271288Z\"\n            },\n            {\n                \"ap_bssid\": \"9A:18:98:BE:F0:04\",\n                \"ap_essid\": \"Choose Another Castle\",\n                \"ap_id\": \"aQVvDeWmWkrLW8w0\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"Meraki\",\n                \"ap_tag_vendor\": \"Cisco\",\n                \"ap_trust_level\": 1,\n                \"ap_trust_level_name\": \"Trusted\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 2,\n                \"client_group_name\": \"Semi-Trusted\",\n                \"client_id\": \"WPYxLVabpN4ne5aj\",\n                \"client_mac\": \"08:66:98:CB:69:9F\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 65535,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"Apple\",\n                \"detail\": \"A client assigned to Client Group SEMI-TRUSTED has been observed connected to an unapproved TRUSTED AP\\n\\n* Client:      08:66:98:CB:69:9F\\n* Group:       SEMI-TRUSTED\\n* AccessPoint: 9A:18:98:BE:F0:04 (Choose Another Castle)\\n* Trust Level: TRUSTED\\n    \\nThis message is sent no more than once per hour for this Client to AP connection.\",\n                \"id\": \"69yoDg4xZEenvx8V\",\n                \"identifier\": \"TRUST POLICY VIOLATION\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 10,\n                \"source\": \"POLICY\",\n                \"summary\": \"SEMI-TRUSTED CLIENT (08:66:98:CB:69:9F) CONNECTED TRUSTED AP (9A:18:98:BE:F0:04)\",\n                \"timestamp\": \"2021-10-12T21:36:51.006356Z\"\n            },\n            {\n                \"ap_bssid\": \"AC:5D:10:A0:C2:82\",\n                \"ap_essid\": \"ATT434\",\n                \"ap_id\": \"VyXoLbkJePWK7QRW\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"zA1RL7qzQJyDr0al\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP ac:5d:10:a0:c2:82 has changed channel from 11 to 1\",\n                \"timestamp\": \"2021-10-12T21:38:20.523013Z\"\n            },\n            {\n                \"ap_bssid\": \"E8:1C:BA:82:B2:30\",\n                \"ap_essid\": \"YouKidsGetOffMyLan\",\n                \"ap_id\": \"M60deD0ANkJnpPjb\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 99,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"2oQbKMyXJbjKBXzj\",\n                \"client_mac\": \"E8:AB:FA:4E:83:0D\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": null,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A repeating 802.11 EAPOLFrame RSN anonce broadcast has been seen between e8:1c:ba:82:b2:30 and e8:ab:fa:4e:83:0d.\\nThis may indicate a Key Reinstallation Attack (KRACK) attack is in progress or a device's\\nsoftware has not been upgraded to defend against this weakness. If a large number of\\nevents are seen in a short period of time an attack could be in progress.\\n\\nFor more information about this weakness, visit the following links:\\n    \\n    * https://www.krackattacks.com/\\n    * https://en.wikipedia.org/wiki/KRACK\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13077\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13078\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13079\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13080\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13081\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13082\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13084\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13086\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13087\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13088\\n\",\n                \"id\": \"Y2p6nGqzmkqKJQ3b\",\n                \"identifier\": \"KRACK\",\n                \"sensor_id\": \"jpEVxKyXvbLrQRY2\",\n                \"sensor_name\": \"Demo-V2-Seattle\",\n                \"severity\": 10,\n                \"source\": \"WIDS\",\n                \"summary\": \"POSSIBLE KRACK WEAKNESS/ATTACK\",\n                \"timestamp\": \"2021-10-12T21:39:40.746682Z\"\n            },\n            {\n                \"ap_bssid\": \"02:15:99:EF:9A:02\",\n                \"ap_essid\": \"DIRECT-laB1163w Mono MFP\",\n                \"ap_id\": \"XvG2K62p0RYKqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Printer\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"GjEaDRb6QMrDb0dJ\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 02:15:99:ef:9a:02 has changed channel from 6 to 2\",\n                \"timestamp\": \"2021-10-12T21:40:25.391079Z\"\n            },\n            {\n                \"ap_bssid\": \"02:15:99:EF:9A:02\",\n                \"ap_essid\": \"DIRECT-laB1163w Mono MFP\",\n                \"ap_id\": \"XvG2K62p0RYKqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Printer\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"aQVvDeEwZg0DW8w0\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 02:15:99:ef:9a:02 has changed channel from 2 to 6\",\n                \"timestamp\": \"2021-10-12T21:40:25.549697Z\"\n            },\n            {\n                \"ap_bssid\": \"02:15:99:EF:9A:02\",\n                \"ap_essid\": \"DIRECT-laB1163w Mono MFP\",\n                \"ap_id\": \"XvG2K62p0RYKqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Printer\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"7XbYLogGZWeLOJ20\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 02:15:99:ef:9a:02 has changed channel from 6 to 4\",\n                \"timestamp\": \"2021-10-12T21:40:54.779125Z\"\n            },\n            {\n                \"ap_bssid\": \"96:18:98:BE:F0:04\",\n                \"ap_essid\": \"Free5Bird\",\n                \"ap_id\": \"60deD0565RJnpPjb\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 20,\n                \"ap_trust_level_name\": \"Guest\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 4,\n                \"client_group_name\": \"Visitor\",\n                \"client_id\": \"O3ZzDm8Y1Y6zK4JR\",\n                \"client_mac\": \"00:0E:8E:86:1A:7B\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 284,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Download/Upload Performance testing metric missed.\\n\\n* Expected: 10.000 Mbps Download / 10.000 Mbps Upload\\n* Observed: 0.000 Mbps Download / 0.000 Mbps Upload\",\n                \"id\": \"PpOmLW9Ov5mDBGb9\",\n                \"identifier\": \"MISSED PERFORMANCE METRIC\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 5,\n                \"source\": \"PERFORMANCE\",\n                \"summary\": \"DOWNLOAD/UPLOAD METRIC MISSED\",\n                \"timestamp\": \"2021-10-12T21:42:34.331138Z\"\n            },\n            {\n                \"ap_bssid\": \"9A:18:98:BE:F0:04\",\n                \"ap_essid\": \"Choose Another Castle\",\n                \"ap_id\": \"aQVvDeWmWkrLW8w0\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"Meraki\",\n                \"ap_tag_vendor\": \"Cisco\",\n                \"ap_trust_level\": 1,\n                \"ap_trust_level_name\": \"Trusted\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 4,\n                \"client_group_name\": \"Visitor\",\n                \"client_id\": \"Mqa0n1mJ31vXn2px\",\n                \"client_mac\": \"E8:84:A5:96:DF:39\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 3024,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A client assigned to Client Group VISITOR has been observed connected to an unapproved TRUSTED AP\\n\\n* Client:      E8:84:A5:96:DF:39\\n* Group:       VISITOR\\n* AccessPoint: 9A:18:98:BE:F0:04 (Choose Another Castle)\\n* Trust Level: TRUSTED\\n    \\nThis message is sent no more than once per hour for this Client to AP connection.\",\n                \"id\": \"7XbYLogGZweLOJ20\",\n                \"identifier\": \"TRUST POLICY VIOLATION\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 10,\n                \"source\": \"POLICY\",\n                \"summary\": \"VISITOR CLIENT (E8:84:A5:96:DF:39) CONNECTED TRUSTED AP (9A:18:98:BE:F0:04)\",\n                \"timestamp\": \"2021-10-12T21:42:53.539433Z\"\n            },\n            {\n                \"ap_bssid\": \"02:15:99:EF:9A:02\",\n                \"ap_essid\": \"DIRECT-laB1163w Mono MFP\",\n                \"ap_id\": \"XvG2K62p0RYKqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Printer\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"p6B7nzV91aZng4XA\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 02:15:99:ef:9a:02 has changed channel from 6 to 1\",\n                \"timestamp\": \"2021-10-12T21:42:54.766798Z\"\n            },\n            {\n                \"ap_bssid\": \"02:15:99:EF:9A:02\",\n                \"ap_essid\": \"DIRECT-laB1163w Mono MFP\",\n                \"ap_id\": \"XvG2K62p0RYKqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Printer\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"72YOnPY70r0L0Q6X\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 02:15:99:ef:9a:02 has changed channel from 1 to 6\",\n                \"timestamp\": \"2021-10-12T21:42:54.957914Z\"\n            },\n            {\n                \"ap_bssid\": \"02:15:99:EF:9A:02\",\n                \"ap_essid\": \"DIRECT-laB1163w Mono MFP\",\n                \"ap_id\": \"XvG2K62p0RYKqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Printer\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"b41kKwBOBkALzZog\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 02:15:99:ef:9a:02 has changed channel from 6 to 4\",\n                \"timestamp\": \"2021-10-12T21:46:54.736826Z\"\n            },\n            {\n                \"ap_bssid\": \"02:15:99:EF:9A:02\",\n                \"ap_essid\": \"DIRECT-laB1163w Mono MFP\",\n                \"ap_id\": \"XvG2K62p0RYKqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Printer\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"BbW5npO7OGmDJ319\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 02:15:99:ef:9a:02 has changed channel from 4 to 6\",\n                \"timestamp\": \"2021-10-12T21:46:54.884223Z\"\n            },\n            {\n                \"ap_bssid\": \"68:D7:9A:40:DF:EB\",\n                \"ap_essid\": \"MotoFish\",\n                \"ap_id\": \"3Gl4nJ7Y8aoLvBay\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"Ubiquiti\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 99,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"7XbYLoxBjYGzKOJ2\",\n                \"client_mac\": \"44:73:D6:22:C8:B2\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": null,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A repeating 802.11 EAPOLFrame RSN anonce broadcast has been seen between 68:d7:9a:40:df:eb and 44:73:d6:22:c8:b2.\\nThis may indicate a Key Reinstallation Attack (KRACK) attack is in progress or a device's\\nsoftware has not been upgraded to defend against this weakness. If a large number of\\nevents are seen in a short period of time an attack could be in progress.\\n\\nFor more information about this weakness, visit the following links:\\n    \\n    * https://www.krackattacks.com/\\n    * https://en.wikipedia.org/wiki/KRACK\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13077\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13078\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13079\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13080\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13081\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13082\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13084\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13086\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13087\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13088\\n\",\n                \"id\": \"O3ZzDmm3mE6D4JR1\",\n                \"identifier\": \"KRACK\",\n                \"sensor_id\": \"jpEVxKyXvbLrQRY2\",\n                \"sensor_name\": \"Demo-V2-Seattle\",\n                \"severity\": 10,\n                \"source\": \"WIDS\",\n                \"summary\": \"POSSIBLE KRACK WEAKNESS/ATTACK\",\n                \"timestamp\": \"2021-10-12T21:48:36.771050Z\"\n            },\n            {\n                \"ap_bssid\": \"96:18:98:BE:F0:04\",\n                \"ap_essid\": \"Free5Bird\",\n                \"ap_id\": \"60deD0565RJnpPjb\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 20,\n                \"ap_trust_level_name\": \"Guest\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 4,\n                \"client_group_name\": \"Visitor\",\n                \"client_id\": \"O3ZzDm8Y1Y6zK4JR\",\n                \"client_mac\": \"00:0E:8E:86:1A:7B\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 284,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Download/Upload Performance testing metric missed.\\n\\n* Expected: 10.000 Mbps Download / 10.000 Mbps Upload\\n* Observed: 0.000 Mbps Download / 0.000 Mbps Upload\",\n                \"id\": \"GjEaDRb6bvXDb0dJ\",\n                \"identifier\": \"MISSED PERFORMANCE METRIC\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 5,\n                \"source\": \"PERFORMANCE\",\n                \"summary\": \"DOWNLOAD/UPLOAD METRIC MISSED\",\n                \"timestamp\": \"2021-10-12T21:49:06.705111Z\"\n            },\n            {\n                \"ap_bssid\": \"68:D7:9A:40:DF:EB\",\n                \"ap_essid\": \"MotoFish\",\n                \"ap_id\": \"3Gl4nJ7Y8aoLvBay\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"Ubiquiti\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 99,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"7XbYLoxBjYGzKOJ2\",\n                \"client_mac\": \"44:73:D6:22:C8:B2\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": null,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A repeating 802.11 EAPOLFrame RSN anonce broadcast has been seen between 68:d7:9a:40:df:eb and 44:73:d6:22:c8:b2.\\nThis may indicate a Key Reinstallation Attack (KRACK) attack is in progress or a device's\\nsoftware has not been upgraded to defend against this weakness. If a large number of\\nevents are seen in a short period of time an attack could be in progress.\\n\\nFor more information about this weakness, visit the following links:\\n    \\n    * https://www.krackattacks.com/\\n    * https://en.wikipedia.org/wiki/KRACK\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13077\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13078\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13079\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13080\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13081\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13082\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13084\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13086\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13087\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13088\\n\",\n                \"id\": \"XvG2K6qdqR4LqAkw\",\n                \"identifier\": \"KRACK\",\n                \"sensor_id\": \"jpEVxKyXvbLrQRY2\",\n                \"sensor_name\": \"Demo-V2-Seattle\",\n                \"severity\": 10,\n                \"source\": \"WIDS\",\n                \"summary\": \"POSSIBLE KRACK WEAKNESS/ATTACK\",\n                \"timestamp\": \"2021-10-12T21:52:08.038984Z\"\n            },\n            {\n                \"ap_bssid\": \"AC:5D:10:A0:C2:82\",\n                \"ap_essid\": \"ATT434\",\n                \"ap_id\": \"VyXoLbkJePWK7QRW\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"yNMbnqX1XdaDGkJd\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP ac:5d:10:a0:c2:82 has changed channel from 1 to 11\",\n                \"timestamp\": \"2021-10-12T21:53:30.088982Z\"\n            },\n            {\n                \"ap_bssid\": \"D2:32:E5:DD:B4:FA\",\n                \"ap_essid\": \"Jake’s-of-Saratoga\",\n                \"ap_id\": \"XwlNKZ6JWpmKYpzq\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A new WPA/WPA2 handshake has been collected for BSSID D2:32:E5:DD:B4:FA\",\n                \"id\": \"Mqa0n1kPk5XK2pxv\",\n                \"identifier\": \"NEW WPA/WPA2 HANDSHAKE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 1,\n                \"source\": \"INTERROGATOR\",\n                \"summary\": \"New WPA handshake received for BSSID D2:32:E5:DD:B4:FA\",\n                \"timestamp\": \"2021-10-12T21:53:56.003041Z\"\n            },\n            {\n                \"ap_bssid\": \"96:18:98:BE:F0:04\",\n                \"ap_essid\": \"Free5Bird\",\n                \"ap_id\": \"60deD0565RJnpPjb\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 20,\n                \"ap_trust_level_name\": \"Guest\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 4,\n                \"client_group_name\": \"Visitor\",\n                \"client_id\": \"O3ZzDm8Y1Y6zK4JR\",\n                \"client_mac\": \"00:0E:8E:86:1A:7B\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 284,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Download/Upload Performance testing metric missed.\\n\\n* Expected: 10.000 Mbps Download / 10.000 Mbps Upload\\n* Observed: 0.000 Mbps Download / 0.000 Mbps Upload\",\n                \"id\": \"Mqa0n1kPk4XK2pxv\",\n                \"identifier\": \"MISSED PERFORMANCE METRIC\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 5,\n                \"source\": \"PERFORMANCE\",\n                \"summary\": \"DOWNLOAD/UPLOAD METRIC MISSED\",\n                \"timestamp\": \"2021-10-12T21:55:39.284285Z\"\n            },\n            {\n                \"ap_bssid\": \"E8:AB:FA:4E:83:0D\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"8XvG2K638gEDqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Drone\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"Attop\",\n                \"ap_trust_level\": 50,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 99,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"XvG2K62BjXEYKqAk\",\n                \"client_mac\": \"E8:1C:BA:82:B2:30\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": null,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A repeating 802.11 EAPOLFrame RSN anonce broadcast has been seen between e8:ab:fa:4e:83:0d and e8:1c:ba:82:b2:30.\\nThis may indicate a Key Reinstallation Attack (KRACK) attack is in progress or a device's\\nsoftware has not been upgraded to defend against this weakness. If a large number of\\nevents are seen in a short period of time an attack could be in progress.\\n\\nFor more information about this weakness, visit the following links:\\n    \\n    * https://www.krackattacks.com/\\n    * https://en.wikipedia.org/wiki/KRACK\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13077\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13078\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13079\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13080\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13081\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13082\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13084\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13086\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13087\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13088\\n\",\n                \"id\": \"E2NgDrA6AP8KaerV\",\n                \"identifier\": \"KRACK\",\n                \"sensor_id\": \"jpEVxKyXvbLrQRY2\",\n                \"sensor_name\": \"Demo-V2-Seattle\",\n                \"severity\": 10,\n                \"source\": \"WIDS\",\n                \"summary\": \"POSSIBLE KRACK WEAKNESS/ATTACK\",\n                \"timestamp\": \"2021-10-12T21:57:20.061280Z\"\n            },\n            {\n                \"ap_bssid\": \"2C:FD:A1:A1:5B:98\",\n                \"ap_essid\": \"J-Sei\",\n                \"ap_id\": \"EWPYxLV8qoNDe5aj\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"ASUS\",\n                \"ap_trust_level\": 30,\n                \"ap_trust_level_name\": \"Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A new WPA/WPA2 handshake has been collected for BSSID 2C:FD:A1:A1:5B:98\",\n                \"id\": \"Mqa0n1kPkrJK2pxv\",\n                \"identifier\": \"NEW WPA/WPA2 HANDSHAKE\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 1,\n                \"source\": \"INTERROGATOR\",\n                \"summary\": \"New WPA handshake received for BSSID 2C:FD:A1:A1:5B:98\",\n                \"timestamp\": \"2021-10-12T22:00:57.358375Z\"\n            },\n            {\n                \"ap_bssid\": \"96:18:98:BE:F0:04\",\n                \"ap_essid\": \"Free5Bird\",\n                \"ap_id\": \"60deD0565RJnpPjb\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 20,\n                \"ap_trust_level_name\": \"Guest\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 4,\n                \"client_group_name\": \"Visitor\",\n                \"client_id\": \"O3ZzDm8Y1Y6zK4JR\",\n                \"client_mac\": \"00:0E:8E:86:1A:7B\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 284,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Download/Upload Performance testing metric missed.\\n\\n* Expected: 10.000 Mbps Download / 10.000 Mbps Upload\\n* Observed: 0.000 Mbps Download / 0.000 Mbps Upload\",\n                \"id\": \"gxMmLj1l1XznJvY5\",\n                \"identifier\": \"MISSED PERFORMANCE METRIC\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 5,\n                \"source\": \"PERFORMANCE\",\n                \"summary\": \"DOWNLOAD/UPLOAD METRIC MISSED\",\n                \"timestamp\": \"2021-10-12T22:02:22.091527Z\"\n            },\n            {\n                \"ap_bssid\": \"9C:C9:EB:DD:51:49\",\n                \"ap_essid\": \"NETGEAR00\",\n                \"ap_id\": \"8z2ND83ZXOGKY5ER\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Wireless Router\",\n                \"ap_tag_location\": \"Living Room\",\n                \"ap_tag_product\": \"Home\",\n                \"ap_tag_vendor\": \"Netgear\",\n                \"ap_trust_level\": 1,\n                \"ap_trust_level_name\": \"Trusted\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A repeating 802.11 EAPOLFrame RSN anonce broadcast has been seen between 9c:c9:eb:dd:51:49 and cc:66:0a:aa:d8:58.\\nThis may indicate a Key Reinstallation Attack (KRACK) attack is in progress or a device's\\nsoftware has not been upgraded to defend against this weakness. If a large number of\\nevents are seen in a short period of time an attack could be in progress.\\n\\nFor more information about this weakness, visit the following links:\\n    \\n    * https://www.krackattacks.com/\\n    * https://en.wikipedia.org/wiki/KRACK\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13077\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13078\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13079\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13080\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13081\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13082\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13084\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13086\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13087\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13088\\n\",\n                \"id\": \"WPYxLVAgAYene5aj\",\n                \"identifier\": \"KRACK\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 10,\n                \"source\": \"WIDS\",\n                \"summary\": \"POSSIBLE KRACK WEAKNESS/ATTACK\",\n                \"timestamp\": \"2021-10-12T22:03:37.877008Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 99,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"j6GNL56Wx3YlKm35\",\n                \"client_mac\": \"12:E1:AA:60:6A:C2\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": null,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A new 802.11 WiFi Client has been discovered.\\n\\n* MAC Address: 12:E1:AA:60:6A:C2\",\n                \"id\": \"p6B7nzV9V76ng4XA\",\n                \"identifier\": \"NEW WIFI CLIENT\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 10,\n                \"source\": \"POLICY\",\n                \"summary\": \"New Client (12:E1:AA:60:6A:C2) Discovered\",\n                \"timestamp\": \"2021-10-12T22:04:03.829221Z\"\n            },\n            {\n                \"ap_bssid\": \"98:18:88:BE:F0:04\",\n                \"ap_essid\": \"Choose Another Castle\",\n                \"ap_id\": \"VyXoLbk4o3vK7QRW\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"Cisco\",\n                \"ap_trust_level\": 1,\n                \"ap_trust_level_name\": \"Trusted\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 2,\n                \"client_group_name\": \"Semi-Trusted\",\n                \"client_id\": \"XwlNKZd7bGjnYpzq\",\n                \"client_mac\": \"A8:6B:AD:3E:7E:A6\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 65535,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A client assigned to Client Group SEMI-TRUSTED has been observed connected to an unapproved TRUSTED AP\\n\\n* Client:      A8:6B:AD:3E:7E:A6\\n* Group:       SEMI-TRUSTED\\n* AccessPoint: 98:18:88:BE:F0:04 (Choose Another Castle)\\n* Trust Level: TRUSTED\\n    \\nThis message is sent no more than once per hour for this Client to AP connection.\",\n                \"id\": \"5N89KXRXRYbnv1Xw\",\n                \"identifier\": \"TRUST POLICY VIOLATION\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 10,\n                \"source\": \"POLICY\",\n                \"summary\": \"SEMI-TRUSTED CLIENT (A8:6B:AD:3E:7E:A6) CONNECTED TRUSTED AP (98:18:88:BE:F0:04)\",\n                \"timestamp\": \"2021-10-12T22:07:07.882718Z\"\n            },\n            {\n                \"ap_bssid\": \"96:18:98:BE:F0:04\",\n                \"ap_essid\": \"Free5Bird\",\n                \"ap_id\": \"60deD0565RJnpPjb\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 20,\n                \"ap_trust_level_name\": \"Guest\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 4,\n                \"client_group_name\": \"Visitor\",\n                \"client_id\": \"O3ZzDm8Y1Y6zK4JR\",\n                \"client_mac\": \"00:0E:8E:86:1A:7B\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 284,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Download/Upload Performance testing metric missed.\\n\\n* Expected: 10.000 Mbps Download / 10.000 Mbps Upload\\n* Observed: 0.000 Mbps Download / 0.000 Mbps Upload\",\n                \"id\": \"yVpWLxQXQmjK5BaN\",\n                \"identifier\": \"MISSED PERFORMANCE METRIC\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 5,\n                \"source\": \"PERFORMANCE\",\n                \"summary\": \"DOWNLOAD/UPLOAD METRIC MISSED\",\n                \"timestamp\": \"2021-10-12T22:08:53.884422Z\"\n            },\n            {\n                \"ap_bssid\": \"AC:5D:10:A0:C2:82\",\n                \"ap_essid\": \"ATT434\",\n                \"ap_id\": \"VyXoLbkJePWK7QRW\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"eYN2K3qzqbmnoQ0k\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP ac:5d:10:a0:c2:82 has changed channel from 11 to 1\",\n                \"timestamp\": \"2021-10-12T22:09:32.794160Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 99,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"zA1RL7avxGkpDr0a\",\n                \"client_mac\": \"12:3D:10:AF:3B:3D\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": null,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A new 802.11 WiFi Client has been discovered.\\n\\n* MAC Address: 12:3D:10:AF:3B:3D\",\n                \"id\": \"dE4lL9qzqRVLvx03\",\n                \"identifier\": \"NEW WIFI CLIENT\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 10,\n                \"source\": \"POLICY\",\n                \"summary\": \"New Client (12:3D:10:AF:3B:3D) Discovered\",\n                \"timestamp\": \"2021-10-12T22:10:07.666369Z\"\n            },\n            {\n                \"ap_bssid\": \"E8:AB:FA:4E:83:0D\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"8XvG2K638gEDqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Drone\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"Attop\",\n                \"ap_trust_level\": 50,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 99,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"XvG2K62BjXEYKqAk\",\n                \"client_mac\": \"E8:1C:BA:82:B2:30\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": null,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A repeating 802.11 EAPOLFrame RSN anonce broadcast has been seen between e8:ab:fa:4e:83:0d and e8:1c:ba:82:b2:30.\\nThis may indicate a Key Reinstallation Attack (KRACK) attack is in progress or a device's\\nsoftware has not been upgraded to defend against this weakness. If a large number of\\nevents are seen in a short period of time an attack could be in progress.\\n\\nFor more information about this weakness, visit the following links:\\n    \\n    * https://www.krackattacks.com/\\n    * https://en.wikipedia.org/wiki/KRACK\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13077\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13078\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13079\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13080\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13081\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13082\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13084\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13086\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13087\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13088\\n\",\n                \"id\": \"j6GNL5qzqdrLm35k\",\n                \"identifier\": \"KRACK\",\n                \"sensor_id\": \"jpEVxKyXvbLrQRY2\",\n                \"sensor_name\": \"Demo-V2-Seattle\",\n                \"severity\": 10,\n                \"source\": \"WIDS\",\n                \"summary\": \"POSSIBLE KRACK WEAKNESS/ATTACK\",\n                \"timestamp\": \"2021-10-12T22:10:53.948430Z\"\n            },\n            {\n                \"ap_bssid\": \"02:15:99:EF:9A:02\",\n                \"ap_essid\": \"DIRECT-laB1163w Mono MFP\",\n                \"ap_id\": \"XvG2K62p0RYKqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Printer\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"72YOnPY7YVyL0Q6X\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 02:15:99:ef:9a:02 has changed channel from 6 to 4\",\n                \"timestamp\": \"2021-10-12T22:12:37.353861Z\"\n            },\n            {\n                \"ap_bssid\": \"02:15:99:EF:9A:02\",\n                \"ap_essid\": \"DIRECT-laB1163w Mono MFP\",\n                \"ap_id\": \"XvG2K62p0RYKqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Printer\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"E2NgDrA6Ab4KaerV\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 02:15:99:ef:9a:02 has changed channel from 4 to 6\",\n                \"timestamp\": \"2021-10-12T22:12:37.512350Z\"\n            },\n            {\n                \"ap_bssid\": \"96:18:98:BE:F0:04\",\n                \"ap_essid\": \"Free5Bird\",\n                \"ap_id\": \"60deD0565RJnpPjb\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 20,\n                \"ap_trust_level_name\": \"Guest\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 4,\n                \"client_group_name\": \"Visitor\",\n                \"client_id\": \"O3ZzDm8Y1Y6zK4JR\",\n                \"client_mac\": \"00:0E:8E:86:1A:7B\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 284,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Download/Upload Performance testing metric missed.\\n\\n* Expected: 10.000 Mbps Download / 10.000 Mbps Upload\\n* Observed: 0.000 Mbps Download / 0.000 Mbps Upload\",\n                \"id\": \"gVbOn4qzqV1L0EeN\",\n                \"identifier\": \"MISSED PERFORMANCE METRIC\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 5,\n                \"source\": \"PERFORMANCE\",\n                \"summary\": \"DOWNLOAD/UPLOAD METRIC MISSED\",\n                \"timestamp\": \"2021-10-12T22:15:23.212161Z\"\n            },\n            {\n                \"ap_bssid\": \"10:DA:43:77:AA:95\",\n                \"ap_essid\": \"NETGEAR30\",\n                \"ap_id\": \"kvQMlKY8dP9L2qe0\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Camera\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"Netgear\",\n                \"ap_trust_level\": 50,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"v0zVKQm1mYYKbB5E\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 10:da:43:77:aa:95 has changed channel from 8 to 9\",\n                \"timestamp\": \"2021-10-12T22:17:48.598507Z\"\n            },\n            {\n                \"ap_bssid\": \"E8:AB:FA:4E:83:0D\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"8XvG2K638gEDqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Drone\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"Attop\",\n                \"ap_trust_level\": 50,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 99,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"XvG2K62BjXEYKqAk\",\n                \"client_mac\": \"E8:1C:BA:82:B2:30\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": null,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A repeating 802.11 EAPOLFrame RSN anonce broadcast has been seen between e8:ab:fa:4e:83:0d and e8:1c:ba:82:b2:30.\\nThis may indicate a Key Reinstallation Attack (KRACK) attack is in progress or a device's\\nsoftware has not been upgraded to defend against this weakness. If a large number of\\nevents are seen in a short period of time an attack could be in progress.\\n\\nFor more information about this weakness, visit the following links:\\n    \\n    * https://www.krackattacks.com/\\n    * https://en.wikipedia.org/wiki/KRACK\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13077\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13078\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13079\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13080\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13081\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13082\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13084\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13086\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13087\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13088\\n\",\n                \"id\": \"60deD0kzk8AKpPjb\",\n                \"identifier\": \"KRACK\",\n                \"sensor_id\": \"jpEVxKyXvbLrQRY2\",\n                \"sensor_name\": \"Demo-V2-Seattle\",\n                \"severity\": 10,\n                \"source\": \"WIDS\",\n                \"summary\": \"POSSIBLE KRACK WEAKNESS/ATTACK\",\n                \"timestamp\": \"2021-10-12T22:19:54.950529Z\"\n            },\n            {\n                \"ap_bssid\": \"96:18:98:BE:F0:04\",\n                \"ap_essid\": \"Free5Bird\",\n                \"ap_id\": \"60deD0565RJnpPjb\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 20,\n                \"ap_trust_level_name\": \"Guest\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 4,\n                \"client_group_name\": \"Visitor\",\n                \"client_id\": \"O3ZzDm8Y1Y6zK4JR\",\n                \"client_mac\": \"00:0E:8E:86:1A:7B\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 284,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Download/Upload Performance testing metric missed.\\n\\n* Expected: 10.000 Mbps Download / 10.000 Mbps Upload\\n* Observed: 0.000 Mbps Download / 0.000 Mbps Upload\",\n                \"id\": \"oPwynlY5YZkLq6mA\",\n                \"identifier\": \"MISSED PERFORMANCE METRIC\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 5,\n                \"source\": \"PERFORMANCE\",\n                \"summary\": \"DOWNLOAD/UPLOAD METRIC MISSED\",\n                \"timestamp\": \"2021-10-12T22:21:53.224205Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 99,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"gxMmLjdB0GrqDJvY\",\n                \"client_mac\": \"F8:10:93:76:4C:5A\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": null,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"Apple\",\n                \"detail\": \"A new 802.11 WiFi Client has been discovered.\\n\\n* MAC Address: F8:10:93:76:4C:5A\",\n                \"id\": \"72YOnPY7Y01L0Q6X\",\n                \"identifier\": \"NEW WIFI CLIENT\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 10,\n                \"source\": \"POLICY\",\n                \"summary\": \"New Client (F8:10:93:76:4C:5A) Discovered\",\n                \"timestamp\": \"2021-10-12T22:22:12.331158Z\"\n            },\n            {\n                \"ap_bssid\": \"68:D7:9A:40:DF:EB\",\n                \"ap_essid\": \"MotoFish\",\n                \"ap_id\": \"3Gl4nJ7Y8aoLvBay\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"Ubiquiti\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 99,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"7XbYLoxBjYGzKOJ2\",\n                \"client_mac\": \"44:73:D6:22:C8:B2\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": null,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A repeating 802.11 EAPOLFrame RSN anonce broadcast has been seen between 68:d7:9a:40:df:eb and 44:73:d6:22:c8:b2.\\nThis may indicate a Key Reinstallation Attack (KRACK) attack is in progress or a device's\\nsoftware has not been upgraded to defend against this weakness. If a large number of\\nevents are seen in a short period of time an attack could be in progress.\\n\\nFor more information about this weakness, visit the following links:\\n    \\n    * https://www.krackattacks.com/\\n    * https://en.wikipedia.org/wiki/KRACK\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13077\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13078\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13079\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13080\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13081\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13082\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13084\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13086\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13087\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13088\\n\",\n                \"id\": \"3Gl4nJ3z3OQLvBay\",\n                \"identifier\": \"KRACK\",\n                \"sensor_id\": \"jpEVxKyXvbLrQRY2\",\n                \"sensor_name\": \"Demo-V2-Seattle\",\n                \"severity\": 10,\n                \"source\": \"WIDS\",\n                \"summary\": \"POSSIBLE KRACK WEAKNESS/ATTACK\",\n                \"timestamp\": \"2021-10-12T22:22:18.011905Z\"\n            },\n            {\n                \"ap_bssid\": \"AC:5D:10:A0:C2:82\",\n                \"ap_essid\": \"ATT434\",\n                \"ap_id\": \"VyXoLbkJePWK7QRW\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"3Gl4nJ3z339LvBay\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP ac:5d:10:a0:c2:82 has changed channel from 1 to 11\",\n                \"timestamp\": \"2021-10-12T22:23:44.237886Z\"\n            },\n            {\n                \"ap_bssid\": \"A8:70:5D:84:D2:2C\",\n                \"ap_essid\": \"xfinitywifi\",\n                \"ap_id\": \"8z2ND83elPPKY5ER\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 71,\n                \"ap_trust_level_name\": \"High Threat\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 1,\n                \"client_group_name\": \"Trusted\",\n                \"client_id\": \"zA1RL7bzBGjjnr0a\",\n                \"client_mac\": \"3C:15:C2:D9:8A:34\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 65535,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"Apple\",\n                \"detail\": \"A client assigned to Client Group TRUSTED has been observed connected to an unapproved HIGH THREAT AP\\n\\n* Client:      3C:15:C2:D9:8A:34\\n* Group:       TRUSTED\\n* AccessPoint: A8:70:5D:84:D2:2C (xfinitywifi)\\n* Trust Level: HIGH THREAT\\n    \\nThis message is sent no more than once per hour for this Client to AP connection.\",\n                \"id\": \"aQVvDeEwEdlDW8w0\",\n                \"identifier\": \"TRUST POLICY VIOLATION\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 8,\n                \"source\": \"POLICY\",\n                \"summary\": \"TRUSTED CLIENT (3C:15:C2:D9:8A:34) CONNECTED HIGH THREAT AP (A8:70:5D:84:D2:2C)\",\n                \"timestamp\": \"2021-10-12T22:26:14.202234Z\"\n            },\n            {\n                \"ap_bssid\": \"96:18:98:BE:F0:04\",\n                \"ap_essid\": \"Free5Bird\",\n                \"ap_id\": \"60deD0565RJnpPjb\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 20,\n                \"ap_trust_level_name\": \"Guest\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 4,\n                \"client_group_name\": \"Visitor\",\n                \"client_id\": \"O3ZzDm8Y1Y6zK4JR\",\n                \"client_mac\": \"00:0E:8E:86:1A:7B\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 284,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Download/Upload Performance testing metric missed.\\n\\n* Expected: 10.000 Mbps Download / 10.000 Mbps Upload\\n* Observed: 0.000 Mbps Download / 0.000 Mbps Upload\",\n                \"id\": \"eYN2K3qzqYwnoQ0k\",\n                \"identifier\": \"MISSED PERFORMANCE METRIC\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 5,\n                \"source\": \"PERFORMANCE\",\n                \"summary\": \"DOWNLOAD/UPLOAD METRIC MISSED\",\n                \"timestamp\": \"2021-10-12T22:28:21.805257Z\"\n            },\n            {\n                \"ap_bssid\": \"E8:AB:FA:4E:83:0D\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"8XvG2K638gEDqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Drone\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"Attop\",\n                \"ap_trust_level\": 50,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 99,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"XvG2K62BjXEYKqAk\",\n                \"client_mac\": \"E8:1C:BA:82:B2:30\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": null,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A repeating 802.11 EAPOLFrame RSN anonce broadcast has been seen between e8:ab:fa:4e:83:0d and e8:1c:ba:82:b2:30.\\nThis may indicate a Key Reinstallation Attack (KRACK) attack is in progress or a device's\\nsoftware has not been upgraded to defend against this weakness. If a large number of\\nevents are seen in a short period of time an attack could be in progress.\\n\\nFor more information about this weakness, visit the following links:\\n    \\n    * https://www.krackattacks.com/\\n    * https://en.wikipedia.org/wiki/KRACK\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13077\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13078\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13079\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13080\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13081\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13082\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13084\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13086\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13087\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13088\\n\",\n                \"id\": \"zA1RL7qzqGdDr0al\",\n                \"identifier\": \"KRACK\",\n                \"sensor_id\": \"jpEVxKyXvbLrQRY2\",\n                \"sensor_name\": \"Demo-V2-Seattle\",\n                \"severity\": 10,\n                \"source\": \"WIDS\",\n                \"summary\": \"POSSIBLE KRACK WEAKNESS/ATTACK\",\n                \"timestamp\": \"2021-10-12T22:31:59.371754Z\"\n            },\n            {\n                \"ap_bssid\": \"02:15:99:EF:9A:02\",\n                \"ap_essid\": \"DIRECT-laB1163w Mono MFP\",\n                \"ap_id\": \"XvG2K62p0RYKqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Printer\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"yVpWLxQXQqdK5BaN\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 02:15:99:ef:9a:02 has changed channel from 6 to 7\",\n                \"timestamp\": \"2021-10-12T22:33:13.124691Z\"\n            },\n            {\n                \"ap_bssid\": \"10:DA:43:77:AA:95\",\n                \"ap_essid\": \"NETGEAR30\",\n                \"ap_id\": \"kvQMlKY8dP9L2qe0\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Camera\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"Netgear\",\n                \"ap_trust_level\": 50,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"p6B7nzV9Vqwng4XA\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 10:da:43:77:aa:95 has changed channel from 9 to 8\",\n                \"timestamp\": \"2021-10-12T22:33:18.529905Z\"\n            },\n            {\n                \"ap_bssid\": \"02:15:99:EF:9A:02\",\n                \"ap_essid\": \"DIRECT-laB1163w Mono MFP\",\n                \"ap_id\": \"XvG2K62p0RYKqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Printer\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"3Gl4nJ3z3wRLvBay\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 02:15:99:ef:9a:02 has changed channel from 7 to 6\",\n                \"timestamp\": \"2021-10-12T22:33:44.200026Z\"\n            },\n            {\n                \"ap_bssid\": \"96:18:98:BE:F0:04\",\n                \"ap_essid\": \"Free5Bird\",\n                \"ap_id\": \"60deD0565RJnpPjb\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 20,\n                \"ap_trust_level_name\": \"Guest\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 4,\n                \"client_group_name\": \"Visitor\",\n                \"client_id\": \"O3ZzDm8Y1Y6zK4JR\",\n                \"client_mac\": \"00:0E:8E:86:1A:7B\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 284,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Download/Upload Performance testing metric missed.\\n\\n* Expected: 10.000 Mbps Download / 10.000 Mbps Upload\\n* Observed: 0.000 Mbps Download / 0.000 Mbps Upload\",\n                \"id\": \"zA1RL7qzq6pDr0al\",\n                \"identifier\": \"MISSED PERFORMANCE METRIC\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 5,\n                \"source\": \"PERFORMANCE\",\n                \"summary\": \"DOWNLOAD/UPLOAD METRIC MISSED\",\n                \"timestamp\": \"2021-10-12T22:34:54.050559Z\"\n            },\n            {\n                \"ap_bssid\": \"98:18:88:BE:F0:04\",\n                \"ap_essid\": \"Choose Another Castle\",\n                \"ap_id\": \"VyXoLbk4o3vK7QRW\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"Cisco\",\n                \"ap_trust_level\": 1,\n                \"ap_trust_level_name\": \"Trusted\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 2,\n                \"client_group_name\": \"Semi-Trusted\",\n                \"client_id\": \"GjEaDRay3MMKb0dJ\",\n                \"client_mac\": \"28:56:5A:38:D1:11\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 65535,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A client assigned to Client Group SEMI-TRUSTED has been observed connected to an unapproved TRUSTED AP\\n\\n* Client:      28:56:5A:38:D1:11\\n* Group:       SEMI-TRUSTED\\n* AccessPoint: 98:18:88:BE:F0:04 (Choose Another Castle)\\n* Trust Level: TRUSTED\\n    \\nThis message is sent no more than once per hour for this Client to AP connection.\",\n                \"id\": \"VyXoLbwNwAPK7QRW\",\n                \"identifier\": \"TRUST POLICY VIOLATION\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 10,\n                \"source\": \"POLICY\",\n                \"summary\": \"SEMI-TRUSTED CLIENT (28:56:5A:38:D1:11) CONNECTED TRUSTED AP (98:18:88:BE:F0:04)\",\n                \"timestamp\": \"2021-10-12T22:35:17.107379Z\"\n            },\n            {\n                \"ap_bssid\": \"9A:18:98:BE:F0:04\",\n                \"ap_essid\": \"Choose Another Castle\",\n                \"ap_id\": \"aQVvDeWmWkrLW8w0\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"Meraki\",\n                \"ap_tag_vendor\": \"Cisco\",\n                \"ap_trust_level\": 1,\n                \"ap_trust_level_name\": \"Trusted\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 2,\n                \"client_group_name\": \"Semi-Trusted\",\n                \"client_id\": \"WPYxLVabpN4ne5aj\",\n                \"client_mac\": \"08:66:98:CB:69:9F\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 65535,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"Apple\",\n                \"detail\": \"A client assigned to Client Group SEMI-TRUSTED has been observed connected to an unapproved TRUSTED AP\\n\\n* Client:      08:66:98:CB:69:9F\\n* Group:       SEMI-TRUSTED\\n* AccessPoint: 9A:18:98:BE:F0:04 (Choose Another Castle)\\n* Trust Level: TRUSTED\\n    \\nThis message is sent no more than once per hour for this Client to AP connection.\",\n                \"id\": \"5N89KXRXR1Anv1Xw\",\n                \"identifier\": \"TRUST POLICY VIOLATION\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 10,\n                \"source\": \"POLICY\",\n                \"summary\": \"SEMI-TRUSTED CLIENT (08:66:98:CB:69:9F) CONNECTED TRUSTED AP (9A:18:98:BE:F0:04)\",\n                \"timestamp\": \"2021-10-12T22:37:15.646404Z\"\n            },\n            {\n                \"ap_bssid\": \"E8:AB:FA:4E:83:0D\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"8XvG2K638gEDqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Drone\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"Attop\",\n                \"ap_trust_level\": 50,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 99,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"XvG2K62BjXEYKqAk\",\n                \"client_mac\": \"E8:1C:BA:82:B2:30\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": null,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A repeating 802.11 EAPOLFrame RSN anonce broadcast has been seen between e8:ab:fa:4e:83:0d and e8:1c:ba:82:b2:30.\\nThis may indicate a Key Reinstallation Attack (KRACK) attack is in progress or a device's\\nsoftware has not been upgraded to defend against this weakness. If a large number of\\nevents are seen in a short period of time an attack could be in progress.\\n\\nFor more information about this weakness, visit the following links:\\n    \\n    * https://www.krackattacks.com/\\n    * https://en.wikipedia.org/wiki/KRACK\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13077\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13078\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13079\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13080\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13081\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13082\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13084\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13086\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13087\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13088\\n\",\n                \"id\": \"BbW5npO7ONZDJ319\",\n                \"identifier\": \"KRACK\",\n                \"sensor_id\": \"jpEVxKyXvbLrQRY2\",\n                \"sensor_name\": \"Demo-V2-Seattle\",\n                \"severity\": 10,\n                \"source\": \"WIDS\",\n                \"summary\": \"POSSIBLE KRACK WEAKNESS/ATTACK\",\n                \"timestamp\": \"2021-10-12T22:39:01.398316Z\"\n            },\n            {\n                \"ap_bssid\": \"96:18:98:BE:F0:04\",\n                \"ap_essid\": \"Free5Bird\",\n                \"ap_id\": \"60deD0565RJnpPjb\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 20,\n                \"ap_trust_level_name\": \"Guest\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 4,\n                \"client_group_name\": \"Visitor\",\n                \"client_id\": \"O3ZzDm8Y1Y6zK4JR\",\n                \"client_mac\": \"00:0E:8E:86:1A:7B\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 284,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Download/Upload Performance testing metric missed.\\n\\n* Expected: 10.000 Mbps Download / 10.000 Mbps Upload\\n* Observed: 0.000 Mbps Download / 0.000 Mbps Upload\",\n                \"id\": \"j6GNL5qzq4QLm35k\",\n                \"identifier\": \"MISSED PERFORMANCE METRIC\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 5,\n                \"source\": \"PERFORMANCE\",\n                \"summary\": \"DOWNLOAD/UPLOAD METRIC MISSED\",\n                \"timestamp\": \"2021-10-12T22:41:27.514915Z\"\n            },\n            {\n                \"ap_bssid\": \"D2:32:E5:DD:B4:FB\",\n                \"ap_essid\": \"Jake’s-of-Saratoga\",\n                \"ap_id\": \"pEVxKyZe5RWDrQRY\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 99,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"VyXoLb7gVbovK7QR\",\n                \"client_mac\": \"D2:9C:D8:E8:7A:61\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": null,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A repeating 802.11 EAPOLFrame RSN anonce broadcast has been seen between d2:32:e5:dd:b4:fb and d2:9c:d8:e8:7a:61.\\nThis may indicate a Key Reinstallation Attack (KRACK) attack is in progress or a device's\\nsoftware has not been upgraded to defend against this weakness. If a large number of\\nevents are seen in a short period of time an attack could be in progress.\\n\\nFor more information about this weakness, visit the following links:\\n    \\n    * https://www.krackattacks.com/\\n    * https://en.wikipedia.org/wiki/KRACK\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13077\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13078\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13079\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13080\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13081\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13082\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13084\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13086\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13087\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13088\\n\",\n                \"id\": \"Y2p6nGqzqpdKJQ3b\",\n                \"identifier\": \"KRACK\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 10,\n                \"source\": \"WIDS\",\n                \"summary\": \"POSSIBLE KRACK WEAKNESS/ATTACK\",\n                \"timestamp\": \"2021-10-12T22:42:05.972585Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 99,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"8z2ND82la1pJLY5E\",\n                \"client_mac\": \"36:3F:9D:3A:69:60\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": null,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A new 802.11 WiFi Client has been discovered.\\n\\n* MAC Address: 36:3F:9D:3A:69:60\",\n                \"id\": \"XvG2K6qdqb6LqAkw\",\n                \"identifier\": \"NEW WIFI CLIENT\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 10,\n                \"source\": \"POLICY\",\n                \"summary\": \"New Client (36:3F:9D:3A:69:60) Discovered\",\n                \"timestamp\": \"2021-10-12T22:42:18.558481Z\"\n            },\n            {\n                \"ap_bssid\": \"9A:18:98:BE:F0:04\",\n                \"ap_essid\": \"Choose Another Castle\",\n                \"ap_id\": \"aQVvDeWmWkrLW8w0\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"Meraki\",\n                \"ap_tag_vendor\": \"Cisco\",\n                \"ap_trust_level\": 1,\n                \"ap_trust_level_name\": \"Trusted\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 4,\n                \"client_group_name\": \"Visitor\",\n                \"client_id\": \"Mqa0n1mJ31vXn2px\",\n                \"client_mac\": \"E8:84:A5:96:DF:39\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 3024,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A client assigned to Client Group VISITOR has been observed connected to an unapproved TRUSTED AP\\n\\n* Client:      E8:84:A5:96:DF:39\\n* Group:       VISITOR\\n* AccessPoint: 9A:18:98:BE:F0:04 (Choose Another Castle)\\n* Trust Level: TRUSTED\\n    \\nThis message is sent no more than once per hour for this Client to AP connection.\",\n                \"id\": \"zA1RL7qzq2ADr0al\",\n                \"identifier\": \"TRUST POLICY VIOLATION\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 10,\n                \"source\": \"POLICY\",\n                \"summary\": \"VISITOR CLIENT (E8:84:A5:96:DF:39) CONNECTED TRUSTED AP (9A:18:98:BE:F0:04)\",\n                \"timestamp\": \"2021-10-12T22:43:15.524727Z\"\n            },\n            {\n                \"ap_bssid\": \"02:15:99:EF:9A:02\",\n                \"ap_essid\": \"DIRECT-laB1163w Mono MFP\",\n                \"ap_id\": \"XvG2K62p0RYKqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Printer\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"5N89KXRXRGNnv1Xw\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 02:15:99:ef:9a:02 has changed channel from 6 to 3\",\n                \"timestamp\": \"2021-10-12T22:43:49.847532Z\"\n            },\n            {\n                \"ap_bssid\": \"02:15:99:EF:9A:02\",\n                \"ap_essid\": \"DIRECT-laB1163w Mono MFP\",\n                \"ap_id\": \"XvG2K62p0RYKqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Printer\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"wd4mnAqzqEJnkvRp\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 02:15:99:ef:9a:02 has changed channel from 3 to 6\",\n                \"timestamp\": \"2021-10-12T22:43:49.991524Z\"\n            },\n            {\n                \"ap_bssid\": \"EC:1A:59:01:B3:AC\",\n                \"ap_essid\": \"J-Sei\",\n                \"ap_id\": \"jp6B7nzkrNQLg4XA\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"Belkin\",\n                \"ap_trust_level\": 35,\n                \"ap_trust_level_name\": \"Public WiFi\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"BVWpnv0g7PdKeo1J\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP ec:1a:59:01:b3:ac has changed channel from 1 to 6\",\n                \"timestamp\": \"2021-10-12T22:44:25.672073Z\"\n            },\n            {\n                \"ap_bssid\": \"98:DA:C4:70:D0:97\",\n                \"ap_essid\": \"LokiDoki\",\n                \"ap_id\": \"gVbOn4OQ5ReD0EeN\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Wireless Router\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"TP-Link\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A new WPA/WPA2 handshake has been collected for BSSID 98:DA:C4:70:D0:97\",\n                \"id\": \"b41kKwBO1EWLzZog\",\n                \"identifier\": \"NEW WPA/WPA2 HANDSHAKE\",\n                \"sensor_id\": \"42oQbKMPQ8LBXzjV\",\n                \"sensor_name\": \"EC Demo\",\n                \"severity\": 1,\n                \"source\": \"INTERROGATOR\",\n                \"summary\": \"New WPA handshake received for BSSID 98:DA:C4:70:D0:97\",\n                \"timestamp\": \"2021-10-12T22:47:57.255585Z\"\n            },\n            {\n                \"ap_bssid\": \"96:18:98:BE:F0:04\",\n                \"ap_essid\": \"Free5Bird\",\n                \"ap_id\": \"60deD0565RJnpPjb\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 20,\n                \"ap_trust_level_name\": \"Guest\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 4,\n                \"client_group_name\": \"Visitor\",\n                \"client_id\": \"O3ZzDm8Y1Y6zK4JR\",\n                \"client_mac\": \"00:0E:8E:86:1A:7B\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 284,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Download/Upload Performance testing metric missed.\\n\\n* Expected: 10.000 Mbps Download / 10.000 Mbps Upload\\n* Observed: 0.000 Mbps Download / 0.000 Mbps Upload\",\n                \"id\": \"yVpWLxQX6AEK5BaN\",\n                \"identifier\": \"MISSED PERFORMANCE METRIC\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 5,\n                \"source\": \"PERFORMANCE\",\n                \"summary\": \"DOWNLOAD/UPLOAD METRIC MISSED\",\n                \"timestamp\": \"2021-10-12T22:47:59.072964Z\"\n            },\n            {\n                \"ap_bssid\": \"10:DA:43:77:AA:95\",\n                \"ap_essid\": \"NETGEAR30\",\n                \"ap_id\": \"kvQMlKY8dP9L2qe0\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Camera\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"Netgear\",\n                \"ap_trust_level\": 50,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"3Gl4nJ3z5blLvBay\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 10:da:43:77:aa:95 has changed channel from 8 to 9\",\n                \"timestamp\": \"2021-10-12T22:48:28.980413Z\"\n            },\n            {\n                \"ap_bssid\": \"08:9B:B9:F3:D2:54\",\n                \"ap_essid\": \"ATTm3EHQ5f\",\n                \"ap_id\": \"yVpWLx3EyEdn5BaN\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"60deD0kzV9WKpPjb\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"42oQbKMPQ8LBXzjV\",\n                \"sensor_name\": \"EC Demo\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 08:9b:b9:f3:d2:54 has changed channel from 6 to 11\",\n                \"timestamp\": \"2021-10-12T22:49:10.231436Z\"\n            },\n            {\n                \"ap_bssid\": \"E8:AB:FA:4E:83:0D\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"8XvG2K638gEDqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Drone\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"Attop\",\n                \"ap_trust_level\": 50,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 99,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"XvG2K62BjXEYKqAk\",\n                \"client_mac\": \"E8:1C:BA:82:B2:30\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": null,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A repeating 802.11 EAPOLFrame RSN anonce broadcast has been seen between e8:ab:fa:4e:83:0d and e8:1c:ba:82:b2:30.\\nThis may indicate a Key Reinstallation Attack (KRACK) attack is in progress or a device's\\nsoftware has not been upgraded to defend against this weakness. If a large number of\\nevents are seen in a short period of time an attack could be in progress.\\n\\nFor more information about this weakness, visit the following links:\\n    \\n    * https://www.krackattacks.com/\\n    * https://en.wikipedia.org/wiki/KRACK\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13077\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13078\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13079\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13080\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13081\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13082\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13084\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13086\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13087\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13088\\n\",\n                \"id\": \"eYN2K3qzv9MnoQ0k\",\n                \"identifier\": \"KRACK\",\n                \"sensor_id\": \"jpEVxKyXvbLrQRY2\",\n                \"sensor_name\": \"Demo-V2-Seattle\",\n                \"severity\": 10,\n                \"source\": \"WIDS\",\n                \"summary\": \"POSSIBLE KRACK WEAKNESS/ATTACK\",\n                \"timestamp\": \"2021-10-12T22:54:04.931367Z\"\n            },\n            {\n                \"ap_bssid\": \"96:18:98:BE:F0:04\",\n                \"ap_essid\": \"Free5Bird\",\n                \"ap_id\": \"60deD0565RJnpPjb\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 20,\n                \"ap_trust_level_name\": \"Guest\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 4,\n                \"client_group_name\": \"Visitor\",\n                \"client_id\": \"O3ZzDm8Y1Y6zK4JR\",\n                \"client_mac\": \"00:0E:8E:86:1A:7B\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 284,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Download/Upload Performance testing metric missed.\\n\\n* Expected: 10.000 Mbps Download / 10.000 Mbps Upload\\n* Observed: 0.000 Mbps Download / 0.000 Mbps Upload\",\n                \"id\": \"5N89KXRXrPrnv1Xw\",\n                \"identifier\": \"MISSED PERFORMANCE METRIC\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 5,\n                \"source\": \"PERFORMANCE\",\n                \"summary\": \"DOWNLOAD/UPLOAD METRIC MISSED\",\n                \"timestamp\": \"2021-10-12T22:54:29.708999Z\"\n            },\n            {\n                \"ap_bssid\": \"96:18:98:BE:F0:04\",\n                \"ap_essid\": \"Free5Bird\",\n                \"ap_id\": \"60deD0565RJnpPjb\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 20,\n                \"ap_trust_level_name\": \"Guest\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 4,\n                \"client_group_name\": \"Visitor\",\n                \"client_id\": \"O3ZzDm8Y1Y6zK4JR\",\n                \"client_mac\": \"00:0E:8E:86:1A:7B\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 284,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Download/Upload Performance testing metric missed.\\n\\n* Expected: 10.000 Mbps Download / 10.000 Mbps Upload\\n* Observed: 0.000 Mbps Download / 0.000 Mbps Upload\",\n                \"id\": \"O3ZzDmm3rXMD4JR1\",\n                \"identifier\": \"MISSED PERFORMANCE METRIC\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 5,\n                \"source\": \"PERFORMANCE\",\n                \"summary\": \"DOWNLOAD/UPLOAD METRIC MISSED\",\n                \"timestamp\": \"2021-10-12T23:01:12.316406Z\"\n            },\n            {\n                \"ap_bssid\": \"02:15:99:EF:9A:02\",\n                \"ap_essid\": \"DIRECT-laB1163w Mono MFP\",\n                \"ap_id\": \"XvG2K62p0RYKqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Printer\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"GjEaDRb6pGmDb0dJ\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 02:15:99:ef:9a:02 has changed channel from 6 to 7\",\n                \"timestamp\": \"2021-10-12T23:03:54.972230Z\"\n            },\n            {\n                \"ap_bssid\": \"02:15:99:EF:9A:02\",\n                \"ap_essid\": \"DIRECT-laB1163w Mono MFP\",\n                \"ap_id\": \"XvG2K62p0RYKqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Printer\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"aQVvDeEwaloDW8w0\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 02:15:99:ef:9a:02 has changed channel from 7 to 8\",\n                \"timestamp\": \"2021-10-12T23:03:55.122795Z\"\n            },\n            {\n                \"ap_bssid\": \"02:15:99:EF:9A:02\",\n                \"ap_essid\": \"DIRECT-laB1163w Mono MFP\",\n                \"ap_id\": \"XvG2K62p0RYKqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Printer\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"60deD0kzVZNKpPjb\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 02:15:99:ef:9a:02 has changed channel from 8 to 9\",\n                \"timestamp\": \"2021-10-12T23:03:55.264114Z\"\n            },\n            {\n                \"ap_bssid\": \"02:15:99:EF:9A:02\",\n                \"ap_essid\": \"DIRECT-laB1163w Mono MFP\",\n                \"ap_id\": \"XvG2K62p0RYKqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Printer\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"Y2p6nGqzRaVKJQ3b\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 02:15:99:ef:9a:02 has changed channel from 6 to 9\",\n                \"timestamp\": \"2021-10-12T23:07:25.033825Z\"\n            },\n            {\n                \"ap_bssid\": \"02:15:99:EF:9A:02\",\n                \"ap_essid\": \"DIRECT-laB1163w Mono MFP\",\n                \"ap_id\": \"XvG2K62p0RYKqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Printer\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"zA1RL7qzyZdDr0al\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 02:15:99:ef:9a:02 has changed channel from 9 to 6\",\n                \"timestamp\": \"2021-10-12T23:07:25.191438Z\"\n            },\n            {\n                \"ap_bssid\": \"96:18:98:BE:F0:04\",\n                \"ap_essid\": \"Free5Bird\",\n                \"ap_id\": \"60deD0565RJnpPjb\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 20,\n                \"ap_trust_level_name\": \"Guest\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 4,\n                \"client_group_name\": \"Visitor\",\n                \"client_id\": \"O3ZzDm8Y1Y6zK4JR\",\n                \"client_mac\": \"00:0E:8E:86:1A:7B\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 284,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Download/Upload Performance testing metric missed.\\n\\n* Expected: 10.000 Mbps Download / 10.000 Mbps Upload\\n* Observed: 0.000 Mbps Download / 0.000 Mbps Upload\",\n                \"id\": \"v0zVKQm1wElKbB5E\",\n                \"identifier\": \"MISSED PERFORMANCE METRIC\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 5,\n                \"source\": \"PERFORMANCE\",\n                \"summary\": \"DOWNLOAD/UPLOAD METRIC MISSED\",\n                \"timestamp\": \"2021-10-12T23:07:52.414617Z\"\n            },\n            {\n                \"ap_bssid\": \"98:18:88:BE:F0:04\",\n                \"ap_essid\": \"Choose Another Castle\",\n                \"ap_id\": \"VyXoLbk4o3vK7QRW\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"Cisco\",\n                \"ap_trust_level\": 1,\n                \"ap_trust_level_name\": \"Trusted\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 2,\n                \"client_group_name\": \"Semi-Trusted\",\n                \"client_id\": \"XwlNKZd7bGjnYpzq\",\n                \"client_mac\": \"A8:6B:AD:3E:7E:A6\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 65535,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A client assigned to Client Group SEMI-TRUSTED has been observed connected to an unapproved TRUSTED AP\\n\\n* Client:      A8:6B:AD:3E:7E:A6\\n* Group:       SEMI-TRUSTED\\n* AccessPoint: 98:18:88:BE:F0:04 (Choose Another Castle)\\n* Trust Level: TRUSTED\\n    \\nThis message is sent no more than once per hour for this Client to AP connection.\",\n                \"id\": \"gVbOn4qzwBVL0EeN\",\n                \"identifier\": \"TRUST POLICY VIOLATION\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 10,\n                \"source\": \"POLICY\",\n                \"summary\": \"SEMI-TRUSTED CLIENT (A8:6B:AD:3E:7E:A6) CONNECTED TRUSTED AP (98:18:88:BE:F0:04)\",\n                \"timestamp\": \"2021-10-12T23:08:49.072085Z\"\n            },\n            {\n                \"ap_bssid\": \"E8:1C:BA:82:B2:30\",\n                \"ap_essid\": \"YouKidsGetOffMyLan\",\n                \"ap_id\": \"M60deD0ANkJnpPjb\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 99,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"2oQbKMyXJbjKBXzj\",\n                \"client_mac\": \"E8:AB:FA:4E:83:0D\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": null,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A repeating 802.11 EAPOLFrame RSN anonce broadcast has been seen between e8:1c:ba:82:b2:30 and e8:ab:fa:4e:83:0d.\\nThis may indicate a Key Reinstallation Attack (KRACK) attack is in progress or a device's\\nsoftware has not been upgraded to defend against this weakness. If a large number of\\nevents are seen in a short period of time an attack could be in progress.\\n\\nFor more information about this weakness, visit the following links:\\n    \\n    * https://www.krackattacks.com/\\n    * https://en.wikipedia.org/wiki/KRACK\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13077\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13078\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13079\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13080\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13081\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13082\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13084\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13086\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13087\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13088\\n\",\n                \"id\": \"60deD0kzVPOKpPjb\",\n                \"identifier\": \"KRACK\",\n                \"sensor_id\": \"jpEVxKyXvbLrQRY2\",\n                \"sensor_name\": \"Demo-V2-Seattle\",\n                \"severity\": 10,\n                \"source\": \"WIDS\",\n                \"summary\": \"POSSIBLE KRACK WEAKNESS/ATTACK\",\n                \"timestamp\": \"2021-10-12T23:11:12.652300Z\"\n            },\n            {\n                \"ap_bssid\": \"02:15:99:EF:9A:02\",\n                \"ap_essid\": \"DIRECT-laB1163w Mono MFP\",\n                \"ap_id\": \"XvG2K62p0RYKqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Printer\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"69yoDg4xr9wnvx8V\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 02:15:99:ef:9a:02 has changed channel from 6 to 2\",\n                \"timestamp\": \"2021-10-12T23:14:13.200116Z\"\n            },\n            {\n                \"ap_bssid\": \"02:15:99:EF:9A:02\",\n                \"ap_essid\": \"DIRECT-laB1163w Mono MFP\",\n                \"ap_id\": \"XvG2K62p0RYKqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Printer\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"pEVxKyWAYg5nrQRY\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 02:15:99:ef:9a:02 has changed channel from 2 to 6\",\n                \"timestamp\": \"2021-10-12T23:14:13.348476Z\"\n            },\n            {\n                \"ap_bssid\": \"96:18:98:BE:F0:04\",\n                \"ap_essid\": \"Free5Bird\",\n                \"ap_id\": \"60deD0565RJnpPjb\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 20,\n                \"ap_trust_level_name\": \"Guest\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 4,\n                \"client_group_name\": \"Visitor\",\n                \"client_id\": \"O3ZzDm8Y1Y6zK4JR\",\n                \"client_mac\": \"00:0E:8E:86:1A:7B\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 284,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Download/Upload Performance testing metric missed.\\n\\n* Expected: 10.000 Mbps Download / 10.000 Mbps Upload\\n* Observed: 0.000 Mbps Download / 0.000 Mbps Upload\",\n                \"id\": \"zA1RL7qzyxADr0al\",\n                \"identifier\": \"MISSED PERFORMANCE METRIC\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 5,\n                \"source\": \"PERFORMANCE\",\n                \"summary\": \"DOWNLOAD/UPLOAD METRIC MISSED\",\n                \"timestamp\": \"2021-10-12T23:14:24.592135Z\"\n            },\n            {\n                \"ap_bssid\": \"E8:AB:FA:4E:83:0D\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"8XvG2K638gEDqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Drone\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"Attop\",\n                \"ap_trust_level\": 50,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 99,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"XvG2K62BjXEYKqAk\",\n                \"client_mac\": \"E8:1C:BA:82:B2:30\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": null,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A repeating 802.11 EAPOLFrame RSN anonce broadcast has been seen between e8:ab:fa:4e:83:0d and e8:1c:ba:82:b2:30.\\nThis may indicate a Key Reinstallation Attack (KRACK) attack is in progress or a device's\\nsoftware has not been upgraded to defend against this weakness. If a large number of\\nevents are seen in a short period of time an attack could be in progress.\\n\\nFor more information about this weakness, visit the following links:\\n    \\n    * https://www.krackattacks.com/\\n    * https://en.wikipedia.org/wiki/KRACK\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13077\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13078\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13079\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13080\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13081\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13082\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13084\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13086\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13087\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13088\\n\",\n                \"id\": \"69yoDg4xr9Gnvx8V\",\n                \"identifier\": \"KRACK\",\n                \"sensor_id\": \"jpEVxKyXvbLrQRY2\",\n                \"sensor_name\": \"Demo-V2-Seattle\",\n                \"severity\": 10,\n                \"source\": \"WIDS\",\n                \"summary\": \"POSSIBLE KRACK WEAKNESS/ATTACK\",\n                \"timestamp\": \"2021-10-12T23:14:42.564223Z\"\n            },\n            {\n                \"ap_bssid\": \"08:36:C9:7B:DF:27\",\n                \"ap_essid\": \"smanicka\",\n                \"ap_id\": \"9PBZDaGJlmwL7Rxw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"Y2p6nGqzR0dKJQ3b\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 08:36:c9:7b:df:27 has changed channel from 8 to 4\",\n                \"timestamp\": \"2021-10-12T23:15:49.906794Z\"\n            },\n            {\n                \"ap_bssid\": \"02:15:99:EF:9A:02\",\n                \"ap_essid\": \"DIRECT-laB1163w Mono MFP\",\n                \"ap_id\": \"XvG2K62p0RYKqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Printer\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"BVWpnv0g7BRKeo1J\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 02:15:99:ef:9a:02 has changed channel from 6 to 11\",\n                \"timestamp\": \"2021-10-12T23:16:12.611512Z\"\n            },\n            {\n                \"ap_bssid\": \"02:15:99:EF:9A:02\",\n                \"ap_essid\": \"DIRECT-laB1163w Mono MFP\",\n                \"ap_id\": \"XvG2K62p0RYKqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Printer\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"BbW5npO7rXNDJ319\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 02:15:99:ef:9a:02 has changed channel from 11 to 1\",\n                \"timestamp\": \"2021-10-12T23:16:12.768533Z\"\n            },\n            {\n                \"ap_bssid\": \"02:15:99:EF:9A:02\",\n                \"ap_essid\": \"DIRECT-laB1163w Mono MFP\",\n                \"ap_id\": \"XvG2K62p0RYKqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Printer\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"7XbYLogGrOwLOJ20\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 02:15:99:ef:9a:02 has changed channel from 1 to 2\",\n                \"timestamp\": \"2021-10-12T23:16:12.907720Z\"\n            },\n            {\n                \"ap_bssid\": \"88:1F:A1:30:67:E6\",\n                \"ap_essid\": \"J-Sei\",\n                \"ap_id\": \"kvQMlKYNereD2qe0\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Wireless Bridge\",\n                \"ap_tag_location\": \"Office\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 30,\n                \"ap_trust_level_name\": \"Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A new WPA/WPA2 handshake has been collected for BSSID 88:1F:A1:30:67:E6\",\n                \"id\": \"8z2ND8qzE6bnY5ER\",\n                \"identifier\": \"NEW WPA/WPA2 HANDSHAKE\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 1,\n                \"source\": \"INTERROGATOR\",\n                \"summary\": \"New WPA handshake received for BSSID 88:1F:A1:30:67:E6\",\n                \"timestamp\": \"2021-10-12T23:16:38.268890Z\"\n            },\n            {\n                \"ap_bssid\": \"2C:FD:A1:A1:5B:98\",\n                \"ap_essid\": \"J-Sei\",\n                \"ap_id\": \"EWPYxLV8qoNDe5aj\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"ASUS\",\n                \"ap_trust_level\": 30,\n                \"ap_trust_level_name\": \"Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"Mqa0n1kPNyMK2pxv\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 2c:fd:a1:a1:5b:98 has changed channel from 2 to 1\",\n                \"timestamp\": \"2021-10-12T23:17:08.892850Z\"\n            },\n            {\n                \"ap_bssid\": \"02:15:99:EF:9A:02\",\n                \"ap_essid\": \"DIRECT-laB1163w Mono MFP\",\n                \"ap_id\": \"XvG2K62p0RYKqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Printer\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"GmVED2qz2PdKkqQw\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 02:15:99:ef:9a:02 has changed channel from 6 to 11\",\n                \"timestamp\": \"2021-10-12T23:18:12.867029Z\"\n            },\n            {\n                \"ap_bssid\": \"02:15:99:EF:9A:02\",\n                \"ap_essid\": \"DIRECT-laB1163w Mono MFP\",\n                \"ap_id\": \"XvG2K62p0RYKqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Printer\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"BVWpnv0g7JdKeo1J\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 02:15:99:ef:9a:02 has changed channel from 11 to 6\",\n                \"timestamp\": \"2021-10-12T23:18:13.018586Z\"\n            },\n            {\n                \"ap_bssid\": \"68:D7:9A:40:DF:EB\",\n                \"ap_essid\": \"MotoFish\",\n                \"ap_id\": \"3Gl4nJ7Y8aoLvBay\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"Ubiquiti\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 99,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"7XbYLoxBjYGzKOJ2\",\n                \"client_mac\": \"44:73:D6:22:C8:B2\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": null,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A repeating 802.11 EAPOLFrame RSN anonce broadcast has been seen between 68:d7:9a:40:df:eb and 44:73:d6:22:c8:b2.\\nThis may indicate a Key Reinstallation Attack (KRACK) attack is in progress or a device's\\nsoftware has not been upgraded to defend against this weakness. If a large number of\\nevents are seen in a short period of time an attack could be in progress.\\n\\nFor more information about this weakness, visit the following links:\\n    \\n    * https://www.krackattacks.com/\\n    * https://en.wikipedia.org/wiki/KRACK\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13077\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13078\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13079\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13080\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13081\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13082\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13084\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13086\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13087\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13088\\n\",\n                \"id\": \"qzGoDEqzAbbDOemX\",\n                \"identifier\": \"KRACK\",\n                \"sensor_id\": \"jpEVxKyXvbLrQRY2\",\n                \"sensor_name\": \"Demo-V2-Seattle\",\n                \"severity\": 10,\n                \"source\": \"WIDS\",\n                \"summary\": \"POSSIBLE KRACK WEAKNESS/ATTACK\",\n                \"timestamp\": \"2021-10-12T23:19:03.306354Z\"\n            },\n            {\n                \"ap_bssid\": \"02:15:99:EF:9A:02\",\n                \"ap_essid\": \"DIRECT-laB1163w Mono MFP\",\n                \"ap_id\": \"XvG2K62p0RYKqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Printer\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"2oQbKM73Vy8nBXzj\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 02:15:99:ef:9a:02 has changed channel from 6 to 10\",\n                \"timestamp\": \"2021-10-12T23:20:13.554494Z\"\n            },\n            {\n                \"ap_bssid\": \"02:15:99:EF:9A:02\",\n                \"ap_essid\": \"DIRECT-laB1163w Mono MFP\",\n                \"ap_id\": \"XvG2K62p0RYKqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Printer\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"p6B7nzV9mB7ng4XA\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 02:15:99:ef:9a:02 has changed channel from 10 to 6\",\n                \"timestamp\": \"2021-10-12T23:20:13.763834Z\"\n            },\n            {\n                \"ap_bssid\": \"96:18:98:BE:F0:04\",\n                \"ap_essid\": \"Free5Bird\",\n                \"ap_id\": \"60deD0565RJnpPjb\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 20,\n                \"ap_trust_level_name\": \"Guest\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 4,\n                \"client_group_name\": \"Visitor\",\n                \"client_id\": \"O3ZzDm8Y1Y6zK4JR\",\n                \"client_mac\": \"00:0E:8E:86:1A:7B\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 284,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Download/Upload Performance testing metric missed.\\n\\n* Expected: 10.000 Mbps Download / 10.000 Mbps Upload\\n* Observed: 0.000 Mbps Download / 0.000 Mbps Upload\",\n                \"id\": \"Y2p6nGqzRPqKJQ3b\",\n                \"identifier\": \"MISSED PERFORMANCE METRIC\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 5,\n                \"source\": \"PERFORMANCE\",\n                \"summary\": \"DOWNLOAD/UPLOAD METRIC MISSED\",\n                \"timestamp\": \"2021-10-12T23:20:58.058908Z\"\n            },\n            {\n                \"ap_bssid\": \"AC:5D:10:A0:C2:82\",\n                \"ap_essid\": \"ATT434\",\n                \"ap_id\": \"VyXoLbkJePWK7QRW\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"VyXoLbwNrryK7QRW\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP ac:5d:10:a0:c2:82 has changed channel from 11 to 1\",\n                \"timestamp\": \"2021-10-12T23:24:11.363113Z\"\n            },\n            {\n                \"ap_bssid\": \"02:15:99:EF:9A:02\",\n                \"ap_essid\": \"DIRECT-laB1163w Mono MFP\",\n                \"ap_id\": \"XvG2K62p0RYKqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Printer\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"Y2p6nGqzRB6KJQ3b\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 02:15:99:ef:9a:02 has changed channel from 6 to 8\",\n                \"timestamp\": \"2021-10-12T23:25:42.988528Z\"\n            },\n            {\n                \"ap_bssid\": \"02:15:99:EF:9A:02\",\n                \"ap_essid\": \"DIRECT-laB1163w Mono MFP\",\n                \"ap_id\": \"XvG2K62p0RYKqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Printer\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"zA1RL7qzy4eDr0al\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 02:15:99:ef:9a:02 has changed channel from 8 to 9\",\n                \"timestamp\": \"2021-10-12T23:25:43.131578Z\"\n            },\n            {\n                \"ap_bssid\": \"E8:AB:FA:4E:83:0D\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"8XvG2K638gEDqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Drone\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"Attop\",\n                \"ap_trust_level\": 50,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 99,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"XvG2K62BjXEYKqAk\",\n                \"client_mac\": \"E8:1C:BA:82:B2:30\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": null,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A repeating 802.11 EAPOLFrame RSN anonce broadcast has been seen between e8:ab:fa:4e:83:0d and e8:1c:ba:82:b2:30.\\nThis may indicate a Key Reinstallation Attack (KRACK) attack is in progress or a device's\\nsoftware has not been upgraded to defend against this weakness. If a large number of\\nevents are seen in a short period of time an attack could be in progress.\\n\\nFor more information about this weakness, visit the following links:\\n    \\n    * https://www.krackattacks.com/\\n    * https://en.wikipedia.org/wiki/KRACK\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13077\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13078\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13079\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13080\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13081\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13082\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13084\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13086\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13087\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13088\\n\",\n                \"id\": \"vQMlKYeArq9K2qe0\",\n                \"identifier\": \"KRACK\",\n                \"sensor_id\": \"jpEVxKyXvbLrQRY2\",\n                \"sensor_name\": \"Demo-V2-Seattle\",\n                \"severity\": 10,\n                \"source\": \"WIDS\",\n                \"summary\": \"POSSIBLE KRACK WEAKNESS/ATTACK\",\n                \"timestamp\": \"2021-10-12T23:25:46.227966Z\"\n            },\n            {\n                \"ap_bssid\": \"96:18:98:BE:F0:04\",\n                \"ap_essid\": \"Free5Bird\",\n                \"ap_id\": \"60deD0565RJnpPjb\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 20,\n                \"ap_trust_level_name\": \"Guest\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 4,\n                \"client_group_name\": \"Visitor\",\n                \"client_id\": \"O3ZzDm8Y1Y6zK4JR\",\n                \"client_mac\": \"00:0E:8E:86:1A:7B\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 284,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Download/Upload Performance testing metric missed.\\n\\n* Expected: 10.000 Mbps Download / 10.000 Mbps Upload\\n* Observed: 0.000 Mbps Download / 0.000 Mbps Upload\",\n                \"id\": \"O3ZzDmm3r0kD4JR1\",\n                \"identifier\": \"MISSED PERFORMANCE METRIC\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 5,\n                \"source\": \"PERFORMANCE\",\n                \"summary\": \"DOWNLOAD/UPLOAD METRIC MISSED\",\n                \"timestamp\": \"2021-10-12T23:27:31.277119Z\"\n            },\n            {\n                \"ap_bssid\": \"96:18:98:BE:F0:04\",\n                \"ap_essid\": \"Free5Bird\",\n                \"ap_id\": \"60deD0565RJnpPjb\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 20,\n                \"ap_trust_level_name\": \"Guest\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 4,\n                \"client_group_name\": \"Visitor\",\n                \"client_id\": \"O3ZzDm8Y1Y6zK4JR\",\n                \"client_mac\": \"00:0E:8E:86:1A:7B\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 284,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Download/Upload Performance testing metric missed.\\n\\n* Expected: 10.000 Mbps Download / 10.000 Mbps Upload\\n* Observed: 0.000 Mbps Download / 0.000 Mbps Upload\",\n                \"id\": \"pEVxKyWAYylnrQRY\",\n                \"identifier\": \"MISSED PERFORMANCE METRIC\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 5,\n                \"source\": \"PERFORMANCE\",\n                \"summary\": \"DOWNLOAD/UPLOAD METRIC MISSED\",\n                \"timestamp\": \"2021-10-12T23:34:04.330049Z\"\n            },\n            {\n                \"ap_bssid\": \"E8:AB:FA:4E:83:0D\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"8XvG2K638gEDqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Drone\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"Attop\",\n                \"ap_trust_level\": 50,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 99,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"XvG2K62BjXEYKqAk\",\n                \"client_mac\": \"E8:1C:BA:82:B2:30\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": null,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A repeating 802.11 EAPOLFrame RSN anonce broadcast has been seen between e8:ab:fa:4e:83:0d and e8:1c:ba:82:b2:30.\\nThis may indicate a Key Reinstallation Attack (KRACK) attack is in progress or a device's\\nsoftware has not been upgraded to defend against this weakness. If a large number of\\nevents are seen in a short period of time an attack could be in progress.\\n\\nFor more information about this weakness, visit the following links:\\n    \\n    * https://www.krackattacks.com/\\n    * https://en.wikipedia.org/wiki/KRACK\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13077\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13078\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13079\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13080\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13081\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13082\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13084\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13086\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13087\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13088\\n\",\n                \"id\": \"VyXoLbwNrAvK7QRW\",\n                \"identifier\": \"KRACK\",\n                \"sensor_id\": \"jpEVxKyXvbLrQRY2\",\n                \"sensor_name\": \"Demo-V2-Seattle\",\n                \"severity\": 10,\n                \"source\": \"WIDS\",\n                \"summary\": \"POSSIBLE KRACK WEAKNESS/ATTACK\",\n                \"timestamp\": \"2021-10-12T23:34:18.339588Z\"\n            },\n            {\n                \"ap_bssid\": \"98:18:88:BE:F0:04\",\n                \"ap_essid\": \"Choose Another Castle\",\n                \"ap_id\": \"VyXoLbk4o3vK7QRW\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"Cisco\",\n                \"ap_trust_level\": 1,\n                \"ap_trust_level_name\": \"Trusted\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 2,\n                \"client_group_name\": \"Semi-Trusted\",\n                \"client_id\": \"GjEaDRay3MMKb0dJ\",\n                \"client_mac\": \"28:56:5A:38:D1:11\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 65535,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A client assigned to Client Group SEMI-TRUSTED has been observed connected to an unapproved TRUSTED AP\\n\\n* Client:      28:56:5A:38:D1:11\\n* Group:       SEMI-TRUSTED\\n* AccessPoint: 98:18:88:BE:F0:04 (Choose Another Castle)\\n* Trust Level: TRUSTED\\n    \\nThis message is sent no more than once per hour for this Client to AP connection.\",\n                \"id\": \"72YOnPY7v9QL0Q6X\",\n                \"identifier\": \"TRUST POLICY VIOLATION\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 10,\n                \"source\": \"POLICY\",\n                \"summary\": \"SEMI-TRUSTED CLIENT (28:56:5A:38:D1:11) CONNECTED TRUSTED AP (98:18:88:BE:F0:04)\",\n                \"timestamp\": \"2021-10-12T23:36:57.344881Z\"\n            },\n            {\n                \"ap_bssid\": \"AC:5D:10:A0:C2:82\",\n                \"ap_essid\": \"ATT434\",\n                \"ap_id\": \"VyXoLbkJePWK7QRW\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"8z2ND8qzEJPnY5ER\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP ac:5d:10:a0:c2:82 has changed channel from 1 to 11\",\n                \"timestamp\": \"2021-10-12T23:38:50.898746Z\"\n            },\n            {\n                \"ap_bssid\": \"9A:18:98:BE:F0:04\",\n                \"ap_essid\": \"Choose Another Castle\",\n                \"ap_id\": \"aQVvDeWmWkrLW8w0\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"Meraki\",\n                \"ap_tag_vendor\": \"Cisco\",\n                \"ap_trust_level\": 1,\n                \"ap_trust_level_name\": \"Trusted\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 2,\n                \"client_group_name\": \"Semi-Trusted\",\n                \"client_id\": \"WPYxLVabpN4ne5aj\",\n                \"client_mac\": \"08:66:98:CB:69:9F\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 65535,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"Apple\",\n                \"detail\": \"A client assigned to Client Group SEMI-TRUSTED has been observed connected to an unapproved TRUSTED AP\\n\\n* Client:      08:66:98:CB:69:9F\\n* Group:       SEMI-TRUSTED\\n* AccessPoint: 9A:18:98:BE:F0:04 (Choose Another Castle)\\n* Trust Level: TRUSTED\\n    \\nThis message is sent no more than once per hour for this Client to AP connection.\",\n                \"id\": \"E2NgDrA6Ev8KaerV\",\n                \"identifier\": \"TRUST POLICY VIOLATION\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 10,\n                \"source\": \"POLICY\",\n                \"summary\": \"SEMI-TRUSTED CLIENT (08:66:98:CB:69:9F) CONNECTED TRUSTED AP (9A:18:98:BE:F0:04)\",\n                \"timestamp\": \"2021-10-12T23:38:53.504423Z\"\n            },\n            {\n                \"ap_bssid\": \"96:18:98:BE:F0:04\",\n                \"ap_essid\": \"Free5Bird\",\n                \"ap_id\": \"60deD0565RJnpPjb\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 20,\n                \"ap_trust_level_name\": \"Guest\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 4,\n                \"client_group_name\": \"Visitor\",\n                \"client_id\": \"O3ZzDm8Y1Y6zK4JR\",\n                \"client_mac\": \"00:0E:8E:86:1A:7B\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 284,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Download/Upload Performance testing metric missed.\\n\\n* Expected: 10.000 Mbps Download / 10.000 Mbps Upload\\n* Observed: 0.000 Mbps Download / 0.000 Mbps Upload\",\n                \"id\": \"GmVED2qz2kzKkqQw\",\n                \"identifier\": \"MISSED PERFORMANCE METRIC\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 5,\n                \"source\": \"PERFORMANCE\",\n                \"summary\": \"DOWNLOAD/UPLOAD METRIC MISSED\",\n                \"timestamp\": \"2021-10-12T23:40:37.723304Z\"\n            },\n            {\n                \"ap_bssid\": \"2C:FD:A1:A1:5B:9C\",\n                \"ap_essid\": \"J-Sei\",\n                \"ap_id\": \"plqXoKNdwBpn7y26\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"ASUS\",\n                \"ap_trust_level\": 30,\n                \"ap_trust_level_name\": \"Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"bvoenO6G25GDMg14\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 2c:fd:a1:a1:5b:9c has changed channel from 161 to 157\",\n                \"timestamp\": \"2021-10-12T23:42:13.889679Z\"\n            },\n            {\n                \"ap_bssid\": \"E8:AB:FA:4E:83:0D\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"8XvG2K638gEDqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Drone\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"Attop\",\n                \"ap_trust_level\": 50,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 99,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"XvG2K62BjXEYKqAk\",\n                \"client_mac\": \"E8:1C:BA:82:B2:30\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": null,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A repeating 802.11 EAPOLFrame RSN anonce broadcast has been seen between e8:ab:fa:4e:83:0d and e8:1c:ba:82:b2:30.\\nThis may indicate a Key Reinstallation Attack (KRACK) attack is in progress or a device's\\nsoftware has not been upgraded to defend against this weakness. If a large number of\\nevents are seen in a short period of time an attack could be in progress.\\n\\nFor more information about this weakness, visit the following links:\\n    \\n    * https://www.krackattacks.com/\\n    * https://en.wikipedia.org/wiki/KRACK\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13077\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13078\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13079\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13080\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13081\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13082\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13084\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13086\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13087\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13088\\n\",\n                \"id\": \"9PBZDav5rVdn7Rxw\",\n                \"identifier\": \"KRACK\",\n                \"sensor_id\": \"jpEVxKyXvbLrQRY2\",\n                \"sensor_name\": \"Demo-V2-Seattle\",\n                \"severity\": 10,\n                \"source\": \"WIDS\",\n                \"summary\": \"POSSIBLE KRACK WEAKNESS/ATTACK\",\n                \"timestamp\": \"2021-10-12T23:44:51.004729Z\"\n            },\n            {\n                \"ap_bssid\": \"9A:18:98:BE:F0:04\",\n                \"ap_essid\": \"Choose Another Castle\",\n                \"ap_id\": \"aQVvDeWmWkrLW8w0\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"Meraki\",\n                \"ap_tag_vendor\": \"Cisco\",\n                \"ap_trust_level\": 1,\n                \"ap_trust_level_name\": \"Trusted\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 4,\n                \"client_group_name\": \"Visitor\",\n                \"client_id\": \"Mqa0n1mJ31vXn2px\",\n                \"client_mac\": \"E8:84:A5:96:DF:39\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 3024,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A client assigned to Client Group VISITOR has been observed connected to an unapproved TRUSTED AP\\n\\n* Client:      E8:84:A5:96:DF:39\\n* Group:       VISITOR\\n* AccessPoint: 9A:18:98:BE:F0:04 (Choose Another Castle)\\n* Trust Level: TRUSTED\\n    \\nThis message is sent no more than once per hour for this Client to AP connection.\",\n                \"id\": \"pEVxKyWAYpAnrQRY\",\n                \"identifier\": \"TRUST POLICY VIOLATION\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 10,\n                \"source\": \"POLICY\",\n                \"summary\": \"VISITOR CLIENT (E8:84:A5:96:DF:39) CONNECTED TRUSTED AP (9A:18:98:BE:F0:04)\",\n                \"timestamp\": \"2021-10-12T23:44:59.539882Z\"\n            },\n            {\n                \"ap_bssid\": \"0E:36:2F:D4:C4:9A\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"BVWpnveYRNEDeo1J\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 50,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A new 802.11 WiFi Access Point has been discovered.\\n\\n* BSSID:      0E:36:2F:D4:C4:9A\\n* ESSID:       (hidden: False)\\n* Encryption: WPA2+CCMP\\n* Channel:    6.0\\n\\nNote that this is point-in-time data and likely to change.\\n\",\n                \"id\": \"2oQbKM735ljnBXzj\",\n                \"identifier\": \"NEW ACCESS POINT\",\n                \"sensor_id\": \"42oQbKMPQ8LBXzjV\",\n                \"sensor_name\": \"EC Demo\",\n                \"severity\": 7,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"New AP (0E:36:2F:D4:C4:9A) Discovered\",\n                \"timestamp\": \"2021-10-12T23:46:33.362165Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 99,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"7XbYLoxBO9dMKOJ2\",\n                \"client_mac\": \"1E:BD:C4:BD:1B:5C\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": null,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A new 802.11 WiFi Client has been discovered.\\n\\n* MAC Address: 1E:BD:C4:BD:1B:5C\",\n                \"id\": \"pEVxKyWAm4AnrQRY\",\n                \"identifier\": \"NEW WIFI CLIENT\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 10,\n                \"source\": \"POLICY\",\n                \"summary\": \"New Client (1E:BD:C4:BD:1B:5C) Discovered\",\n                \"timestamp\": \"2021-10-12T23:47:00.576482Z\"\n            },\n            {\n                \"ap_bssid\": \"96:18:98:BE:F0:04\",\n                \"ap_essid\": \"Free5Bird\",\n                \"ap_id\": \"60deD0565RJnpPjb\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 20,\n                \"ap_trust_level_name\": \"Guest\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 4,\n                \"client_group_name\": \"Visitor\",\n                \"client_id\": \"O3ZzDm8Y1Y6zK4JR\",\n                \"client_mac\": \"00:0E:8E:86:1A:7B\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 284,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Download/Upload Performance testing metric missed.\\n\\n* Expected: 10.000 Mbps Download / 10.000 Mbps Upload\\n* Observed: 0.000 Mbps Download / 0.000 Mbps Upload\",\n                \"id\": \"Y2p6nGqzBZNKJQ3b\",\n                \"identifier\": \"MISSED PERFORMANCE METRIC\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 5,\n                \"source\": \"PERFORMANCE\",\n                \"summary\": \"DOWNLOAD/UPLOAD METRIC MISSED\",\n                \"timestamp\": \"2021-10-12T23:47:09.298524Z\"\n            },\n            {\n                \"ap_bssid\": \"2C:FD:A1:A1:5B:98\",\n                \"ap_essid\": \"J-Sei\",\n                \"ap_id\": \"EWPYxLV8qoNDe5aj\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"ASUS\",\n                \"ap_trust_level\": 30,\n                \"ap_trust_level_name\": \"Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"pEVxKyWAmo4nrQRY\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 2c:fd:a1:a1:5b:98 has changed channel from 1 to 3\",\n                \"timestamp\": \"2021-10-12T23:48:59.553963Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 99,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"oPwynldpmxbmnq6m\",\n                \"client_mac\": \"02:AB:07:33:1B:73\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": null,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A new 802.11 WiFi Client has been discovered.\\n\\n* MAC Address: 02:AB:07:33:1B:73\",\n                \"id\": \"qzGoDEqzeZoDOemX\",\n                \"identifier\": \"NEW WIFI CLIENT\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 10,\n                \"source\": \"POLICY\",\n                \"summary\": \"New Client (02:AB:07:33:1B:73) Discovered\",\n                \"timestamp\": \"2021-10-12T23:49:01.036762Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 99,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"8z2ND82l4gydLY5E\",\n                \"client_mac\": \"0E:72:08:EC:23:A1\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": null,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A new 802.11 WiFi Client has been discovered.\\n\\n* MAC Address: 0E:72:08:EC:23:A1\",\n                \"id\": \"eYN2K3qzoAAnoQ0k\",\n                \"identifier\": \"NEW WIFI CLIENT\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 10,\n                \"source\": \"POLICY\",\n                \"summary\": \"New Client (0E:72:08:EC:23:A1) Discovered\",\n                \"timestamp\": \"2021-10-12T23:49:01.207767Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 99,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"E2NgDrJB9WrADaer\",\n                \"client_mac\": \"66:27:4D:B8:32:A9\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": null,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A new 802.11 WiFi Client has been discovered.\\n\\n* MAC Address: 66:27:4D:B8:32:A9\",\n                \"id\": \"gVbOn4qzyR6L0EeN\",\n                \"identifier\": \"NEW WIFI CLIENT\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 10,\n                \"source\": \"POLICY\",\n                \"summary\": \"New Client (66:27:4D:B8:32:A9) Discovered\",\n                \"timestamp\": \"2021-10-12T23:49:01.407263Z\"\n            },\n            {\n                \"ap_bssid\": \"02:15:99:EF:9A:02\",\n                \"ap_essid\": \"DIRECT-laB1163w Mono MFP\",\n                \"ap_id\": \"XvG2K62p0RYKqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Printer\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"zA1RL7qz4bmDr0al\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 02:15:99:ef:9a:02 has changed channel from 6 to 9\",\n                \"timestamp\": \"2021-10-12T23:50:54.393734Z\"\n            },\n            {\n                \"ap_bssid\": \"02:15:99:EF:9A:02\",\n                \"ap_essid\": \"DIRECT-laB1163w Mono MFP\",\n                \"ap_id\": \"XvG2K62p0RYKqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Printer\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"XvG2K6qd3YNLqAkw\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 02:15:99:ef:9a:02 has changed channel from 9 to 6\",\n                \"timestamp\": \"2021-10-12T23:50:55.006908Z\"\n            },\n            {\n                \"ap_bssid\": \"02:15:99:EF:9A:02\",\n                \"ap_essid\": \"DIRECT-laB1163w Mono MFP\",\n                \"ap_id\": \"XvG2K62p0RYKqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Printer\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"bvoenO6Gpj1DMg14\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 02:15:99:ef:9a:02 has changed channel from 6 to 7\",\n                \"timestamp\": \"2021-10-12T23:51:24.954878Z\"\n            },\n            {\n                \"ap_bssid\": \"02:15:99:EF:9A:02\",\n                \"ap_essid\": \"DIRECT-laB1163w Mono MFP\",\n                \"ap_id\": \"XvG2K62p0RYKqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Printer\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"72YOnPY7xdPL0Q6X\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 02:15:99:ef:9a:02 has changed channel from 7 to 6\",\n                \"timestamp\": \"2021-10-12T23:51:54.487833Z\"\n            },\n            {\n                \"ap_bssid\": \"98:DA:C4:70:D0:97\",\n                \"ap_essid\": \"LokiDoki\",\n                \"ap_id\": \"gVbOn4OQ5ReD0EeN\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Wireless Router\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"TP-Link\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A new WPA/WPA2 handshake has been collected for BSSID 98:DA:C4:70:D0:97\",\n                \"id\": \"gVbOn4qzyaZL0EeN\",\n                \"identifier\": \"NEW WPA/WPA2 HANDSHAKE\",\n                \"sensor_id\": \"42oQbKMPQ8LBXzjV\",\n                \"sensor_name\": \"EC Demo\",\n                \"severity\": 1,\n                \"source\": \"INTERROGATOR\",\n                \"summary\": \"New WPA handshake received for BSSID 98:DA:C4:70:D0:97\",\n                \"timestamp\": \"2021-10-12T23:52:30.932595Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 99,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"yVpWLxd4WZyrL5Ba\",\n                \"client_mac\": \"C6:BA:D1:3A:6B:34\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": null,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A new 802.11 WiFi Client has been discovered.\\n\\n* MAC Address: C6:BA:D1:3A:6B:34\",\n                \"id\": \"dE4lL9qz7gVLvx03\",\n                \"identifier\": \"NEW WIFI CLIENT\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 10,\n                \"source\": \"POLICY\",\n                \"summary\": \"New Client (C6:BA:D1:3A:6B:34) Discovered\",\n                \"timestamp\": \"2021-10-12T23:53:03.348426Z\"\n            },\n            {\n                \"ap_bssid\": \"FC:AE:34:95:2F:50\",\n                \"ap_essid\": \"ATTNd3trWa\",\n                \"ap_id\": \"GmVED250R7dKkqQw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Wireless Router\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"GqX3KBqzA81LpwNj\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"42oQbKMPQ8LBXzjV\",\n                \"sensor_name\": \"EC Demo\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP fc:ae:34:95:2f:50 has changed channel from 11 to 1\",\n                \"timestamp\": \"2021-10-12T23:53:07.852261Z\"\n            },\n            {\n                \"ap_bssid\": \"FE:AE:34:95:2F:52\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"zA1RL7oBJPgLr0al\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"v0zVKQm1o61KbB5E\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"42oQbKMPQ8LBXzjV\",\n                \"sensor_name\": \"EC Demo\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP fe:ae:34:95:2f:52 has changed channel from 11 to 1\",\n                \"timestamp\": \"2021-10-12T23:53:07.991814Z\"\n            },\n            {\n                \"ap_bssid\": \"96:18:98:BE:F0:04\",\n                \"ap_essid\": \"Free5Bird\",\n                \"ap_id\": \"60deD0565RJnpPjb\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 20,\n                \"ap_trust_level_name\": \"Guest\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 4,\n                \"client_group_name\": \"Visitor\",\n                \"client_id\": \"O3ZzDm8Y1Y6zK4JR\",\n                \"client_mac\": \"00:0E:8E:86:1A:7B\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 284,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Download/Upload Performance testing metric missed.\\n\\n* Expected: 10.000 Mbps Download / 10.000 Mbps Upload\\n* Observed: 0.000 Mbps Download / 0.000 Mbps Upload\",\n                \"id\": \"zA1RL7qz4mADr0al\",\n                \"identifier\": \"MISSED PERFORMANCE METRIC\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 5,\n                \"source\": \"PERFORMANCE\",\n                \"summary\": \"DOWNLOAD/UPLOAD METRIC MISSED\",\n                \"timestamp\": \"2021-10-12T23:53:44.603268Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 99,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"8z2ND82l4NRGLY5E\",\n                \"client_mac\": \"F0:99:19:6B:0A:D5\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": null,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A new 802.11 WiFi Client has been discovered.\\n\\n* MAC Address: F0:99:19:6B:0A:D5\",\n                \"id\": \"GmVED2qzxpdKkqQw\",\n                \"identifier\": \"NEW WIFI CLIENT\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 10,\n                \"source\": \"POLICY\",\n                \"summary\": \"New Client (F0:99:19:6B:0A:D5) Discovered\",\n                \"timestamp\": \"2021-10-12T23:55:03.198931Z\"\n            },\n            {\n                \"ap_bssid\": \"02:15:99:EF:9A:02\",\n                \"ap_essid\": \"DIRECT-laB1163w Mono MFP\",\n                \"ap_id\": \"XvG2K62p0RYKqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Printer\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"7XbYLogGq7eLOJ20\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 02:15:99:ef:9a:02 has changed channel from 6 to 9\",\n                \"timestamp\": \"2021-10-12T23:58:54.891200Z\"\n            },\n            {\n                \"ap_bssid\": \"02:15:99:EF:9A:02\",\n                \"ap_essid\": \"DIRECT-laB1163w Mono MFP\",\n                \"ap_id\": \"XvG2K62p0RYKqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Printer\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"gxMmLj1lqy0nJvY5\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 02:15:99:ef:9a:02 has changed channel from 9 to 6\",\n                \"timestamp\": \"2021-10-12T23:58:55.162990Z\"\n            },\n            {\n                \"ap_bssid\": \"96:18:98:BE:F0:04\",\n                \"ap_essid\": \"Free5Bird\",\n                \"ap_id\": \"60deD0565RJnpPjb\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 20,\n                \"ap_trust_level_name\": \"Guest\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 4,\n                \"client_group_name\": \"Visitor\",\n                \"client_id\": \"O3ZzDm8Y1Y6zK4JR\",\n                \"client_mac\": \"00:0E:8E:86:1A:7B\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 284,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Download/Upload Performance testing metric missed.\\n\\n* Expected: 10.000 Mbps Download / 10.000 Mbps Upload\\n* Observed: 0.000 Mbps Download / 0.000 Mbps Upload\",\n                \"id\": \"5N89KXRXZpMnv1Xw\",\n                \"identifier\": \"MISSED PERFORMANCE METRIC\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 5,\n                \"source\": \"PERFORMANCE\",\n                \"summary\": \"DOWNLOAD/UPLOAD METRIC MISSED\",\n                \"timestamp\": \"2021-10-13T00:00:27.441153Z\"\n            },\n            {\n                \"ap_bssid\": \"E8:1C:BA:82:B2:30\",\n                \"ap_essid\": \"YouKidsGetOffMyLan\",\n                \"ap_id\": \"M60deD0ANkJnpPjb\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 99,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"2oQbKMyXJbjKBXzj\",\n                \"client_mac\": \"E8:AB:FA:4E:83:0D\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": null,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A repeating 802.11 EAPOLFrame RSN anonce broadcast has been seen between e8:1c:ba:82:b2:30 and e8:ab:fa:4e:83:0d.\\nThis may indicate a Key Reinstallation Attack (KRACK) attack is in progress or a device's\\nsoftware has not been upgraded to defend against this weakness. If a large number of\\nevents are seen in a short period of time an attack could be in progress.\\n\\nFor more information about this weakness, visit the following links:\\n    \\n    * https://www.krackattacks.com/\\n    * https://en.wikipedia.org/wiki/KRACK\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13077\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13078\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13079\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13080\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13081\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13082\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13084\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13086\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13087\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13088\\n\",\n                \"id\": \"qzGoDEqze2pDOemX\",\n                \"identifier\": \"KRACK\",\n                \"sensor_id\": \"jpEVxKyXvbLrQRY2\",\n                \"sensor_name\": \"Demo-V2-Seattle\",\n                \"severity\": 10,\n                \"source\": \"WIDS\",\n                \"summary\": \"POSSIBLE KRACK WEAKNESS/ATTACK\",\n                \"timestamp\": \"2021-10-13T00:01:28.628233Z\"\n            },\n            {\n                \"ap_bssid\": \"96:18:98:BE:F0:04\",\n                \"ap_essid\": \"Free5Bird\",\n                \"ap_id\": \"60deD0565RJnpPjb\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 20,\n                \"ap_trust_level_name\": \"Guest\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 4,\n                \"client_group_name\": \"Visitor\",\n                \"client_id\": \"O3ZzDm8Y1Y6zK4JR\",\n                \"client_mac\": \"00:0E:8E:86:1A:7B\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 284,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Download/Upload Performance testing metric missed.\\n\\n* Expected: 10.000 Mbps Download / 10.000 Mbps Upload\\n* Observed: 0.000 Mbps Download / 0.000 Mbps Upload\",\n                \"id\": \"9PBZDav5qxwn7Rxw\",\n                \"identifier\": \"MISSED PERFORMANCE METRIC\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 5,\n                \"source\": \"PERFORMANCE\",\n                \"summary\": \"DOWNLOAD/UPLOAD METRIC MISSED\",\n                \"timestamp\": \"2021-10-13T00:07:02.559342Z\"\n            },\n            {\n                \"ap_bssid\": \"FE:AE:34:95:2F:52\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"zA1RL7oBJPgLr0al\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"5N89KXRXZd4nv1Xw\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"42oQbKMPQ8LBXzjV\",\n                \"sensor_name\": \"EC Demo\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP fe:ae:34:95:2f:52 has changed channel from 1 to 11\",\n                \"timestamp\": \"2021-10-13T00:08:19.575639Z\"\n            },\n            {\n                \"ap_bssid\": \"FC:AE:34:95:2F:50\",\n                \"ap_essid\": \"ATTNd3trWa\",\n                \"ap_id\": \"GmVED250R7dKkqQw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Wireless Router\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"wd4mnAqzXm3nkvRp\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"42oQbKMPQ8LBXzjV\",\n                \"sensor_name\": \"EC Demo\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP fc:ae:34:95:2f:50 has changed channel from 1 to 11\",\n                \"timestamp\": \"2021-10-13T00:08:20.087310Z\"\n            },\n            {\n                \"ap_bssid\": \"E8:AB:FA:4E:83:0D\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"8XvG2K638gEDqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Drone\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"Attop\",\n                \"ap_trust_level\": 50,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 99,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"XvG2K62BjXEYKqAk\",\n                \"client_mac\": \"E8:1C:BA:82:B2:30\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": null,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A repeating 802.11 EAPOLFrame RSN anonce broadcast has been seen between e8:ab:fa:4e:83:0d and e8:1c:ba:82:b2:30.\\nThis may indicate a Key Reinstallation Attack (KRACK) attack is in progress or a device's\\nsoftware has not been upgraded to defend against this weakness. If a large number of\\nevents are seen in a short period of time an attack could be in progress.\\n\\nFor more information about this weakness, visit the following links:\\n    \\n    * https://www.krackattacks.com/\\n    * https://en.wikipedia.org/wiki/KRACK\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13077\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13078\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13079\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13080\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13081\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13082\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13084\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13086\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13087\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13088\\n\",\n                \"id\": \"PpOmLW9Oq6yDBGb9\",\n                \"identifier\": \"KRACK\",\n                \"sensor_id\": \"jpEVxKyXvbLrQRY2\",\n                \"sensor_name\": \"Demo-V2-Seattle\",\n                \"severity\": 10,\n                \"source\": \"WIDS\",\n                \"summary\": \"POSSIBLE KRACK WEAKNESS/ATTACK\",\n                \"timestamp\": \"2021-10-13T00:08:30.227718Z\"\n            },\n            {\n                \"ap_bssid\": \"98:18:88:BE:F0:04\",\n                \"ap_essid\": \"Choose Another Castle\",\n                \"ap_id\": \"VyXoLbk4o3vK7QRW\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"Cisco\",\n                \"ap_trust_level\": 1,\n                \"ap_trust_level_name\": \"Trusted\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 2,\n                \"client_group_name\": \"Semi-Trusted\",\n                \"client_id\": \"XwlNKZd7bGjnYpzq\",\n                \"client_mac\": \"A8:6B:AD:3E:7E:A6\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 65535,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A client assigned to Client Group SEMI-TRUSTED has been observed connected to an unapproved TRUSTED AP\\n\\n* Client:      A8:6B:AD:3E:7E:A6\\n* Group:       SEMI-TRUSTED\\n* AccessPoint: 98:18:88:BE:F0:04 (Choose Another Castle)\\n* Trust Level: TRUSTED\\n    \\nThis message is sent no more than once per hour for this Client to AP connection.\",\n                \"id\": \"E2NgDrA63VlKaerV\",\n                \"identifier\": \"TRUST POLICY VIOLATION\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 10,\n                \"source\": \"POLICY\",\n                \"summary\": \"SEMI-TRUSTED CLIENT (A8:6B:AD:3E:7E:A6) CONNECTED TRUSTED AP (98:18:88:BE:F0:04)\",\n                \"timestamp\": \"2021-10-13T00:09:00.306115Z\"\n            },\n            {\n                \"ap_bssid\": \"10:DA:43:77:AA:95\",\n                \"ap_essid\": \"NETGEAR30\",\n                \"ap_id\": \"kvQMlKY8dP9L2qe0\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Camera\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"Netgear\",\n                \"ap_trust_level\": 50,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"E3e2Ddyvq8NnaVpj\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 10:da:43:77:aa:95 has changed channel from 10 to 9\",\n                \"timestamp\": \"2021-10-13T00:09:08.376853Z\"\n            },\n            {\n                \"ap_bssid\": \"E8:AB:FA:4E:83:0D\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"8XvG2K638gEDqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Drone\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"Attop\",\n                \"ap_trust_level\": 50,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 99,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"XvG2K62BjXEYKqAk\",\n                \"client_mac\": \"E8:1C:BA:82:B2:30\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": null,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A repeating 802.11 EAPOLFrame RSN anonce broadcast has been seen between e8:ab:fa:4e:83:0d and e8:1c:ba:82:b2:30.\\nThis may indicate a Key Reinstallation Attack (KRACK) attack is in progress or a device's\\nsoftware has not been upgraded to defend against this weakness. If a large number of\\nevents are seen in a short period of time an attack could be in progress.\\n\\nFor more information about this weakness, visit the following links:\\n    \\n    * https://www.krackattacks.com/\\n    * https://en.wikipedia.org/wiki/KRACK\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13077\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13078\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13079\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13080\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13081\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13082\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13084\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13086\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13087\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13088\\n\",\n                \"id\": \"E3e2Ddyvq7NnaVpj\",\n                \"identifier\": \"KRACK\",\n                \"sensor_id\": \"jpEVxKyXvbLrQRY2\",\n                \"sensor_name\": \"Demo-V2-Seattle\",\n                \"severity\": 10,\n                \"source\": \"WIDS\",\n                \"summary\": \"POSSIBLE KRACK WEAKNESS/ATTACK\",\n                \"timestamp\": \"2021-10-13T00:11:00.415771Z\"\n            },\n            {\n                \"ap_bssid\": \"96:18:98:BE:F0:04\",\n                \"ap_essid\": \"Free5Bird\",\n                \"ap_id\": \"60deD0565RJnpPjb\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 20,\n                \"ap_trust_level_name\": \"Guest\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 4,\n                \"client_group_name\": \"Visitor\",\n                \"client_id\": \"O3ZzDm8Y1Y6zK4JR\",\n                \"client_mac\": \"00:0E:8E:86:1A:7B\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 284,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Download/Upload Performance testing metric missed.\\n\\n* Expected: 10.000 Mbps Download / 10.000 Mbps Upload\\n* Observed: 0.000 Mbps Download / 0.000 Mbps Upload\",\n                \"id\": \"eYN2K3qzoMjnoQ0k\",\n                \"identifier\": \"MISSED PERFORMANCE METRIC\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 5,\n                \"source\": \"PERFORMANCE\",\n                \"summary\": \"DOWNLOAD/UPLOAD METRIC MISSED\",\n                \"timestamp\": \"2021-10-13T00:13:36.341632Z\"\n            },\n            {\n                \"ap_bssid\": \"2C:FD:A1:A1:5B:98\",\n                \"ap_essid\": \"J-Sei\",\n                \"ap_id\": \"EWPYxLV8qoNDe5aj\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"ASUS\",\n                \"ap_trust_level\": 30,\n                \"ap_trust_level_name\": \"Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"9PBZDav5qmln7Rxw\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 2c:fd:a1:a1:5b:98 has changed channel from 3 to 1\",\n                \"timestamp\": \"2021-10-13T00:19:00.449267Z\"\n            },\n            {\n                \"ap_bssid\": \"02:15:99:EF:9A:02\",\n                \"ap_essid\": \"DIRECT-laB1163w Mono MFP\",\n                \"ap_id\": \"XvG2K62p0RYKqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Printer\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"aQVvDeEwdXrDW8w0\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 02:15:99:ef:9a:02 has changed channel from 6 to 8\",\n                \"timestamp\": \"2021-10-13T00:20:06.251489Z\"\n            },\n            {\n                \"ap_bssid\": \"96:18:98:BE:F0:04\",\n                \"ap_essid\": \"Free5Bird\",\n                \"ap_id\": \"60deD0565RJnpPjb\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 20,\n                \"ap_trust_level_name\": \"Guest\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 4,\n                \"client_group_name\": \"Visitor\",\n                \"client_id\": \"O3ZzDm8Y1Y6zK4JR\",\n                \"client_mac\": \"00:0E:8E:86:1A:7B\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 284,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Download/Upload Performance testing metric missed.\\n\\n* Expected: 10.000 Mbps Download / 10.000 Mbps Upload\\n* Observed: 0.000 Mbps Download / 0.000 Mbps Upload\",\n                \"id\": \"60deD0kzwxJKpPjb\",\n                \"identifier\": \"MISSED PERFORMANCE METRIC\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 5,\n                \"source\": \"PERFORMANCE\",\n                \"summary\": \"DOWNLOAD/UPLOAD METRIC MISSED\",\n                \"timestamp\": \"2021-10-13T00:20:06.874080Z\"\n            },\n            {\n                \"ap_bssid\": \"02:15:99:EF:9A:02\",\n                \"ap_essid\": \"DIRECT-laB1163w Mono MFP\",\n                \"ap_id\": \"XvG2K62p0RYKqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Printer\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"9PBZDav5qzln7Rxw\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 02:15:99:ef:9a:02 has changed channel from 8 to 6\",\n                \"timestamp\": \"2021-10-13T00:20:34.411169Z\"\n            },\n            {\n                \"ap_bssid\": \"E8:AB:FA:4E:83:0D\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"8XvG2K638gEDqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Drone\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"Attop\",\n                \"ap_trust_level\": 50,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 99,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"XvG2K62BjXEYKqAk\",\n                \"client_mac\": \"E8:1C:BA:82:B2:30\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": null,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A repeating 802.11 EAPOLFrame RSN anonce broadcast has been seen between e8:ab:fa:4e:83:0d and e8:1c:ba:82:b2:30.\\nThis may indicate a Key Reinstallation Attack (KRACK) attack is in progress or a device's\\nsoftware has not been upgraded to defend against this weakness. If a large number of\\nevents are seen in a short period of time an attack could be in progress.\\n\\nFor more information about this weakness, visit the following links:\\n    \\n    * https://www.krackattacks.com/\\n    * https://en.wikipedia.org/wiki/KRACK\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13077\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13078\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13079\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13080\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13081\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13082\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13084\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13086\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13087\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13088\\n\",\n                \"id\": \"BbW5npO7y9kDJ319\",\n                \"identifier\": \"KRACK\",\n                \"sensor_id\": \"jpEVxKyXvbLrQRY2\",\n                \"sensor_name\": \"Demo-V2-Seattle\",\n                \"severity\": 10,\n                \"source\": \"WIDS\",\n                \"summary\": \"POSSIBLE KRACK WEAKNESS/ATTACK\",\n                \"timestamp\": \"2021-10-13T00:22:34.520866Z\"\n            },\n            {\n                \"ap_bssid\": \"FE:AE:34:95:2F:52\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"zA1RL7oBJPgLr0al\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"gVbOn4qzy4EL0EeN\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"42oQbKMPQ8LBXzjV\",\n                \"sensor_name\": \"EC Demo\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP fe:ae:34:95:2f:52 has changed channel from 11 to 1\",\n                \"timestamp\": \"2021-10-13T00:23:16.091940Z\"\n            },\n            {\n                \"ap_bssid\": \"FC:AE:34:95:2F:50\",\n                \"ap_essid\": \"ATTNd3trWa\",\n                \"ap_id\": \"GmVED250R7dKkqQw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Wireless Router\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"Y2p6nGqzBVNKJQ3b\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"42oQbKMPQ8LBXzjV\",\n                \"sensor_name\": \"EC Demo\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP fc:ae:34:95:2f:50 has changed channel from 11 to 1\",\n                \"timestamp\": \"2021-10-13T00:23:16.244090Z\"\n            },\n            {\n                \"ap_bssid\": \"96:18:98:BE:F0:04\",\n                \"ap_essid\": \"Free5Bird\",\n                \"ap_id\": \"60deD0565RJnpPjb\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 20,\n                \"ap_trust_level_name\": \"Guest\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 4,\n                \"client_group_name\": \"Visitor\",\n                \"client_id\": \"O3ZzDm8Y1Y6zK4JR\",\n                \"client_mac\": \"00:0E:8E:86:1A:7B\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 284,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Download/Upload Performance testing metric missed.\\n\\n* Expected: 10.000 Mbps Download / 10.000 Mbps Upload\\n* Observed: 0.000 Mbps Download / 0.000 Mbps Upload\",\n                \"id\": \"Y2p6nGqzBm3KJQ3b\",\n                \"identifier\": \"MISSED PERFORMANCE METRIC\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 5,\n                \"source\": \"PERFORMANCE\",\n                \"summary\": \"DOWNLOAD/UPLOAD METRIC MISSED\",\n                \"timestamp\": \"2021-10-13T00:26:41.827414Z\"\n            },\n            {\n                \"ap_bssid\": \"E8:AB:FA:4E:83:0D\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"8XvG2K638gEDqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Drone\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"Attop\",\n                \"ap_trust_level\": 50,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 99,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"XvG2K62BjXEYKqAk\",\n                \"client_mac\": \"E8:1C:BA:82:B2:30\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": null,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A repeating 802.11 EAPOLFrame RSN anonce broadcast has been seen between e8:ab:fa:4e:83:0d and e8:1c:ba:82:b2:30.\\nThis may indicate a Key Reinstallation Attack (KRACK) attack is in progress or a device's\\nsoftware has not been upgraded to defend against this weakness. If a large number of\\nevents are seen in a short period of time an attack could be in progress.\\n\\nFor more information about this weakness, visit the following links:\\n    \\n    * https://www.krackattacks.com/\\n    * https://en.wikipedia.org/wiki/KRACK\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13077\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13078\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13079\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13080\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13081\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13082\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13084\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13086\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13087\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13088\\n\",\n                \"id\": \"XwlNKZ09qqlnYpzq\",\n                \"identifier\": \"KRACK\",\n                \"sensor_id\": \"jpEVxKyXvbLrQRY2\",\n                \"sensor_name\": \"Demo-V2-Seattle\",\n                \"severity\": 10,\n                \"source\": \"WIDS\",\n                \"summary\": \"POSSIBLE KRACK WEAKNESS/ATTACK\",\n                \"timestamp\": \"2021-10-13T00:30:05.852014Z\"\n            },\n            {\n                \"ap_bssid\": \"E8:AB:FA:4E:83:0D\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"8XvG2K638gEDqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Drone\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"Attop\",\n                \"ap_trust_level\": 50,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 99,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"XvG2K62BjXEYKqAk\",\n                \"client_mac\": \"E8:1C:BA:82:B2:30\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": null,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A repeating 802.11 EAPOLFrame RSN anonce broadcast has been seen between e8:ab:fa:4e:83:0d and e8:1c:ba:82:b2:30.\\nThis may indicate a Key Reinstallation Attack (KRACK) attack is in progress or a device's\\nsoftware has not been upgraded to defend against this weakness. If a large number of\\nevents are seen in a short period of time an attack could be in progress.\\n\\nFor more information about this weakness, visit the following links:\\n    \\n    * https://www.krackattacks.com/\\n    * https://en.wikipedia.org/wiki/KRACK\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13077\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13078\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13079\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13080\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13081\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13082\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13084\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13086\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13087\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13088\\n\",\n                \"id\": \"69yoDg4xqqGnvx8V\",\n                \"identifier\": \"KRACK\",\n                \"sensor_id\": \"jpEVxKyXvbLrQRY2\",\n                \"sensor_name\": \"Demo-V2-Seattle\",\n                \"severity\": 10,\n                \"source\": \"WIDS\",\n                \"summary\": \"POSSIBLE KRACK WEAKNESS/ATTACK\",\n                \"timestamp\": \"2021-10-13T00:31:06.286351Z\"\n            },\n            {\n                \"ap_bssid\": \"68:D7:9A:40:DF:EB\",\n                \"ap_essid\": \"MotoFish\",\n                \"ap_id\": \"3Gl4nJ7Y8aoLvBay\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"Ubiquiti\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 99,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"7XbYLoxBjYGzKOJ2\",\n                \"client_mac\": \"44:73:D6:22:C8:B2\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": null,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A repeating 802.11 EAPOLFrame RSN anonce broadcast has been seen between 68:d7:9a:40:df:eb and 44:73:d6:22:c8:b2.\\nThis may indicate a Key Reinstallation Attack (KRACK) attack is in progress or a device's\\nsoftware has not been upgraded to defend against this weakness. If a large number of\\nevents are seen in a short period of time an attack could be in progress.\\n\\nFor more information about this weakness, visit the following links:\\n    \\n    * https://www.krackattacks.com/\\n    * https://en.wikipedia.org/wiki/KRACK\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13077\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13078\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13079\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13080\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13081\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13082\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13084\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13086\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13087\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13088\\n\",\n                \"id\": \"dE4lL9qz75kLvx03\",\n                \"identifier\": \"KRACK\",\n                \"sensor_id\": \"jpEVxKyXvbLrQRY2\",\n                \"sensor_name\": \"Demo-V2-Seattle\",\n                \"severity\": 10,\n                \"source\": \"WIDS\",\n                \"summary\": \"POSSIBLE KRACK WEAKNESS/ATTACK\",\n                \"timestamp\": \"2021-10-13T00:32:57.462984Z\"\n            },\n            {\n                \"ap_bssid\": \"96:18:98:BE:F0:04\",\n                \"ap_essid\": \"Free5Bird\",\n                \"ap_id\": \"60deD0565RJnpPjb\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 20,\n                \"ap_trust_level_name\": \"Guest\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 4,\n                \"client_group_name\": \"Visitor\",\n                \"client_id\": \"O3ZzDm8Y1Y6zK4JR\",\n                \"client_mac\": \"00:0E:8E:86:1A:7B\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 284,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Download/Upload Performance testing metric missed.\\n\\n* Expected: 10.000 Mbps Download / 10.000 Mbps Upload\\n* Observed: 0.000 Mbps Download / 0.000 Mbps Upload\",\n                \"id\": \"GmVED2qzxzdKkqQw\",\n                \"identifier\": \"MISSED PERFORMANCE METRIC\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 5,\n                \"source\": \"PERFORMANCE\",\n                \"summary\": \"DOWNLOAD/UPLOAD METRIC MISSED\",\n                \"timestamp\": \"2021-10-13T00:33:11.921032Z\"\n            },\n            {\n                \"ap_bssid\": \"02:15:99:EF:9A:02\",\n                \"ap_essid\": \"DIRECT-laB1163w Mono MFP\",\n                \"ap_id\": \"XvG2K62p0RYKqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Printer\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"eYN2K3qzozPnoQ0k\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 02:15:99:ef:9a:02 has changed channel from 6 to 7\",\n                \"timestamp\": \"2021-10-13T00:34:12.267075Z\"\n            },\n            {\n                \"ap_bssid\": \"02:15:99:EF:9A:02\",\n                \"ap_essid\": \"DIRECT-laB1163w Mono MFP\",\n                \"ap_id\": \"XvG2K62p0RYKqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Printer\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"gVbOn4qzyzeL0EeN\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 02:15:99:ef:9a:02 has changed channel from 7 to 6\",\n                \"timestamp\": \"2021-10-13T00:34:12.396763Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 99,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"2oQbKMYYrxYoKBXz\",\n                \"client_mac\": \"9A:18:98:BE:F0:04\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": null,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"The reason code for the deauthentication frame from e8:84:a5:96:df:39 is invalid; may be a simple error.  Code is 52623\",\n                \"id\": \"3Gl4nJ3zVllLvBay\",\n                \"identifier\": \"DEAUTHCODEINVALID\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 4,\n                \"source\": \"WIDS\",\n                \"summary\": \"Deauthentication frame from e8:84:a5:96:df:39 gave an invalid disconnect reason \",\n                \"timestamp\": \"2021-10-13T00:35:56.240969Z\"\n            },\n            {\n                \"ap_bssid\": \"98:18:88:BE:F0:04\",\n                \"ap_essid\": \"Choose Another Castle\",\n                \"ap_id\": \"VyXoLbk4o3vK7QRW\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"Cisco\",\n                \"ap_trust_level\": 1,\n                \"ap_trust_level_name\": \"Trusted\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 2,\n                \"client_group_name\": \"Semi-Trusted\",\n                \"client_id\": \"GjEaDRay3MMKb0dJ\",\n                \"client_mac\": \"28:56:5A:38:D1:11\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 65535,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A client assigned to Client Group SEMI-TRUSTED has been observed connected to an unapproved TRUSTED AP\\n\\n* Client:      28:56:5A:38:D1:11\\n* Group:       SEMI-TRUSTED\\n* AccessPoint: 98:18:88:BE:F0:04 (Choose Another Castle)\\n* Trust Level: TRUSTED\\n    \\nThis message is sent no more than once per hour for this Client to AP connection.\",\n                \"id\": \"b41kKwBO6qWLzZog\",\n                \"identifier\": \"TRUST POLICY VIOLATION\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 10,\n                \"source\": \"POLICY\",\n                \"summary\": \"SEMI-TRUSTED CLIENT (28:56:5A:38:D1:11) CONNECTED TRUSTED AP (98:18:88:BE:F0:04)\",\n                \"timestamp\": \"2021-10-13T00:37:12.556141Z\"\n            },\n            {\n                \"ap_bssid\": \"9A:18:98:BE:F0:04\",\n                \"ap_essid\": \"Choose Another Castle\",\n                \"ap_id\": \"aQVvDeWmWkrLW8w0\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"Meraki\",\n                \"ap_tag_vendor\": \"Cisco\",\n                \"ap_trust_level\": 1,\n                \"ap_trust_level_name\": \"Trusted\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 2,\n                \"client_group_name\": \"Semi-Trusted\",\n                \"client_id\": \"WPYxLVabpN4ne5aj\",\n                \"client_mac\": \"08:66:98:CB:69:9F\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 65535,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"Apple\",\n                \"detail\": \"A client assigned to Client Group SEMI-TRUSTED has been observed connected to an unapproved TRUSTED AP\\n\\n* Client:      08:66:98:CB:69:9F\\n* Group:       SEMI-TRUSTED\\n* AccessPoint: 9A:18:98:BE:F0:04 (Choose Another Castle)\\n* Trust Level: TRUSTED\\n    \\nThis message is sent no more than once per hour for this Client to AP connection.\",\n                \"id\": \"p6B7nzV9bEQng4XA\",\n                \"identifier\": \"TRUST POLICY VIOLATION\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 10,\n                \"source\": \"POLICY\",\n                \"summary\": \"SEMI-TRUSTED CLIENT (08:66:98:CB:69:9F) CONNECTED TRUSTED AP (9A:18:98:BE:F0:04)\",\n                \"timestamp\": \"2021-10-13T00:39:09.055400Z\"\n            },\n            {\n                \"ap_bssid\": \"02:15:99:EF:9A:02\",\n                \"ap_essid\": \"DIRECT-laB1163w Mono MFP\",\n                \"ap_id\": \"XvG2K62p0RYKqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Printer\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"qzGoDEqzeWpDOemX\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 02:15:99:ef:9a:02 has changed channel from 6 to 10\",\n                \"timestamp\": \"2021-10-13T00:39:42.882464Z\"\n            },\n            {\n                \"ap_bssid\": \"02:15:99:EF:9A:02\",\n                \"ap_essid\": \"DIRECT-laB1163w Mono MFP\",\n                \"ap_id\": \"XvG2K62p0RYKqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Printer\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"eYN2K3qzo49noQ0k\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 02:15:99:ef:9a:02 has changed channel from 10 to 6\",\n                \"timestamp\": \"2021-10-13T00:39:43.203799Z\"\n            },\n            {\n                \"ap_bssid\": \"96:18:98:BE:F0:04\",\n                \"ap_essid\": \"Free5Bird\",\n                \"ap_id\": \"60deD0565RJnpPjb\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 20,\n                \"ap_trust_level_name\": \"Guest\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 4,\n                \"client_group_name\": \"Visitor\",\n                \"client_id\": \"O3ZzDm8Y1Y6zK4JR\",\n                \"client_mac\": \"00:0E:8E:86:1A:7B\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 284,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Download/Upload Performance testing metric missed.\\n\\n* Expected: 10.000 Mbps Download / 10.000 Mbps Upload\\n* Observed: 0.000 Mbps Download / 0.000 Mbps Upload\",\n                \"id\": \"gVbOn4qzyG1L0EeN\",\n                \"identifier\": \"MISSED PERFORMANCE METRIC\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 5,\n                \"source\": \"PERFORMANCE\",\n                \"summary\": \"DOWNLOAD/UPLOAD METRIC MISSED\",\n                \"timestamp\": \"2021-10-13T00:39:46.212993Z\"\n            },\n            {\n                \"ap_bssid\": \"02:15:99:EF:9A:02\",\n                \"ap_essid\": \"DIRECT-laB1163w Mono MFP\",\n                \"ap_id\": \"XvG2K62p0RYKqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Printer\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"O3ZzDmm3qQ6D4JR1\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 02:15:99:ef:9a:02 has changed channel from 6 to 4\",\n                \"timestamp\": \"2021-10-13T00:44:43.617989Z\"\n            },\n            {\n                \"ap_bssid\": \"02:15:99:EF:9A:02\",\n                \"ap_essid\": \"DIRECT-laB1163w Mono MFP\",\n                \"ap_id\": \"XvG2K62p0RYKqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Printer\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"VyXoLbwNqmRK7QRW\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 02:15:99:ef:9a:02 has changed channel from 4 to 6\",\n                \"timestamp\": \"2021-10-13T00:44:43.752784Z\"\n            },\n            {\n                \"ap_bssid\": \"96:18:98:BE:F0:04\",\n                \"ap_essid\": \"Free5Bird\",\n                \"ap_id\": \"60deD0565RJnpPjb\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 20,\n                \"ap_trust_level_name\": \"Guest\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 4,\n                \"client_group_name\": \"Visitor\",\n                \"client_id\": \"O3ZzDm8Y1Y6zK4JR\",\n                \"client_mac\": \"00:0E:8E:86:1A:7B\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 284,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Download/Upload Performance testing metric missed.\\n\\n* Expected: 10.000 Mbps Download / 10.000 Mbps Upload\\n* Observed: 0.000 Mbps Download / 0.000 Mbps Upload\",\n                \"id\": \"qzGoDEqzeBADOemX\",\n                \"identifier\": \"MISSED PERFORMANCE METRIC\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 5,\n                \"source\": \"PERFORMANCE\",\n                \"summary\": \"DOWNLOAD/UPLOAD METRIC MISSED\",\n                \"timestamp\": \"2021-10-13T00:46:16.188355Z\"\n            },\n            {\n                \"ap_bssid\": \"BE:75:36:62:50:7A\",\n                \"ap_essid\": \"myChevrolet\",\n                \"ap_id\": \"72YOnPXA9Aon0Q6X\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Car\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"GMC\",\n                \"ap_trust_level\": 50,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A new 802.11 WiFi Access Point has been discovered.\\n\\n* BSSID:      BE:75:36:62:50:7A\\n* ESSID:      myChevrolet (hidden: False)\\n* Encryption: WPA2+CCMP\\n* Channel:    1.0\\n\\nNote that this is point-in-time data and likely to change.\\n\",\n                \"id\": \"GmVED2qzxogKkqQw\",\n                \"identifier\": \"NEW ACCESS POINT\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 10,\n                \"source\": \"POLICY\",\n                \"summary\": \"New AP (BE:75:36:62:50:7A) Discovered\",\n                \"timestamp\": \"2021-10-13T00:49:16.724485Z\"\n            },\n            {\n                \"ap_bssid\": \"BE:75:36:62:50:7A\",\n                \"ap_essid\": \"myChevrolet\",\n                \"ap_id\": \"72YOnPXA9Aon0Q6X\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Car\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"GMC\",\n                \"ap_trust_level\": 50,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A vehicle has been identified in your air space\\n\\n* BSSID:      BE:75:36:62:50:7A\\n* ESSID:      myChevrolet (hidden: False)\\n* Encryption: WPA2+CCMP\\n* Channel:    1.0\\n\\nNote that this is point-in-time data and likely to change.\\n            \",\n                \"id\": \"b41kKwBO6AmLzZog\",\n                \"identifier\": \"VEHICLE DETECTED\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 4,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"A vehicle has been identified in your air space\",\n                \"timestamp\": \"2021-10-13T00:49:17.256363Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 99,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"WPYxLVBYzvXqLe5a\",\n                \"client_mac\": \"FA:A7:E0:A6:C8:E5\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": null,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A new 802.11 WiFi Client has been discovered.\\n\\n* MAC Address: FA:A7:E0:A6:C8:E5\",\n                \"id\": \"BVWpnv0g1X4Keo1J\",\n                \"identifier\": \"NEW WIFI CLIENT\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 10,\n                \"source\": \"POLICY\",\n                \"summary\": \"New Client (FA:A7:E0:A6:C8:E5) Discovered\",\n                \"timestamp\": \"2021-10-13T00:49:17.284024Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 99,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"lqXoKNWyzY70D7y2\",\n                \"client_mac\": \"FE:61:7B:5A:23:29\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": null,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A new 802.11 WiFi Client has been discovered.\\n\\n* MAC Address: FE:61:7B:5A:23:29\",\n                \"id\": \"BbW5npO7y6XDJ319\",\n                \"identifier\": \"NEW WIFI CLIENT\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 10,\n                \"source\": \"POLICY\",\n                \"summary\": \"New Client (FE:61:7B:5A:23:29) Discovered\",\n                \"timestamp\": \"2021-10-13T00:49:17.566321Z\"\n            },\n            {\n                \"ap_bssid\": \"A8:70:5D:84:D2:2C\",\n                \"ap_essid\": \"xfinitywifi\",\n                \"ap_id\": \"8z2ND83elPPKY5ER\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 71,\n                \"ap_trust_level_name\": \"High Threat\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 1,\n                \"client_group_name\": \"Trusted\",\n                \"client_id\": \"zA1RL7bzBGjjnr0a\",\n                \"client_mac\": \"3C:15:C2:D9:8A:34\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 65535,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"Apple\",\n                \"detail\": \"A client assigned to Client Group TRUSTED has been observed connected to an unapproved HIGH THREAT AP\\n\\n* Client:      3C:15:C2:D9:8A:34\\n* Group:       TRUSTED\\n* AccessPoint: A8:70:5D:84:D2:2C (xfinitywifi)\\n* Trust Level: HIGH THREAT\\n    \\nThis message is sent no more than once per hour for this Client to AP connection.\",\n                \"id\": \"yVpWLxQXY9NK5BaN\",\n                \"identifier\": \"TRUST POLICY VIOLATION\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 8,\n                \"source\": \"POLICY\",\n                \"summary\": \"TRUSTED CLIENT (3C:15:C2:D9:8A:34) CONNECTED HIGH THREAT AP (A8:70:5D:84:D2:2C)\",\n                \"timestamp\": \"2021-10-13T00:49:17.882777Z\"\n            },\n            {\n                \"ap_bssid\": \"2C:FD:A1:A1:5B:98\",\n                \"ap_essid\": \"J-Sei\",\n                \"ap_id\": \"EWPYxLV8qoNDe5aj\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"ASUS\",\n                \"ap_trust_level\": 30,\n                \"ap_trust_level_name\": \"Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"p6B7nzV9bemng4XA\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 2c:fd:a1:a1:5b:98 has changed channel from 1 to 2\",\n                \"timestamp\": \"2021-10-13T00:49:20.099212Z\"\n            },\n            {\n                \"ap_bssid\": \"96:18:98:BE:F0:04\",\n                \"ap_essid\": \"Free5Bird\",\n                \"ap_id\": \"60deD0565RJnpPjb\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 20,\n                \"ap_trust_level_name\": \"Guest\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 4,\n                \"client_group_name\": \"Visitor\",\n                \"client_id\": \"O3ZzDm8Y1Y6zK4JR\",\n                \"client_mac\": \"00:0E:8E:86:1A:7B\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 284,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Download/Upload Performance testing metric missed.\\n\\n* Expected: 10.000 Mbps Download / 10.000 Mbps Upload\\n* Observed: 0.000 Mbps Download / 0.000 Mbps Upload\",\n                \"id\": \"GqX3KBqz1ZGLpwNj\",\n                \"identifier\": \"MISSED PERFORMANCE METRIC\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 5,\n                \"source\": \"PERFORMANCE\",\n                \"summary\": \"DOWNLOAD/UPLOAD METRIC MISSED\",\n                \"timestamp\": \"2021-10-13T00:52:49.782230Z\"\n            },\n            {\n                \"ap_bssid\": \"02:15:99:EF:9A:02\",\n                \"ap_essid\": \"DIRECT-laB1163w Mono MFP\",\n                \"ap_id\": \"XvG2K62p0RYKqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Printer\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"eYN2K3qzVdwnoQ0k\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 02:15:99:ef:9a:02 has changed channel from 6 to 4\",\n                \"timestamp\": \"2021-10-13T00:53:19.034930Z\"\n            },\n            {\n                \"ap_bssid\": \"02:15:99:EF:9A:02\",\n                \"ap_essid\": \"DIRECT-laB1163w Mono MFP\",\n                \"ap_id\": \"XvG2K62p0RYKqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Printer\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"gVbOn4qzNOrL0EeN\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 02:15:99:ef:9a:02 has changed channel from 4 to 6\",\n                \"timestamp\": \"2021-10-13T00:53:19.229825Z\"\n            },\n            {\n                \"ap_bssid\": \"FC:AE:34:95:2F:50\",\n                \"ap_essid\": \"ATTNd3trWa\",\n                \"ap_id\": \"GmVED250R7dKkqQw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Wireless Router\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"wd4mnAqz7rxnkvRp\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"42oQbKMPQ8LBXzjV\",\n                \"sensor_name\": \"EC Demo\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP fc:ae:34:95:2f:50 has changed channel from 1 to 11\",\n                \"timestamp\": \"2021-10-13T00:53:30.211319Z\"\n            },\n            {\n                \"ap_bssid\": \"FE:AE:34:95:2F:52\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"zA1RL7oBJPgLr0al\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"dE4lL9qz59GLvx03\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"42oQbKMPQ8LBXzjV\",\n                \"sensor_name\": \"EC Demo\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP fe:ae:34:95:2f:52 has changed channel from 1 to 11\",\n                \"timestamp\": \"2021-10-13T00:53:30.348422Z\"\n            },\n            {\n                \"ap_bssid\": \"AC:5D:10:A0:C2:82\",\n                \"ap_essid\": \"ATT434\",\n                \"ap_id\": \"VyXoLbkJePWK7QRW\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"eYN2K3qzVAwnoQ0k\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP ac:5d:10:a0:c2:82 has changed channel from 11 to 1\",\n                \"timestamp\": \"2021-10-13T00:54:45.738264Z\"\n            },\n            {\n                \"ap_bssid\": \"96:18:98:BE:F0:04\",\n                \"ap_essid\": \"Free5Bird\",\n                \"ap_id\": \"60deD0565RJnpPjb\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 20,\n                \"ap_trust_level_name\": \"Guest\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 4,\n                \"client_group_name\": \"Visitor\",\n                \"client_id\": \"O3ZzDm8Y1Y6zK4JR\",\n                \"client_mac\": \"00:0E:8E:86:1A:7B\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 284,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Download/Upload Performance testing metric missed.\\n\\n* Expected: 10.000 Mbps Download / 10.000 Mbps Upload\\n* Observed: 0.000 Mbps Download / 0.000 Mbps Upload\",\n                \"id\": \"Mqa0n1kPQRJK2pxv\",\n                \"identifier\": \"MISSED PERFORMANCE METRIC\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 5,\n                \"source\": \"PERFORMANCE\",\n                \"summary\": \"DOWNLOAD/UPLOAD METRIC MISSED\",\n                \"timestamp\": \"2021-10-13T00:59:18.980451Z\"\n            },\n            {\n                \"ap_bssid\": \"2C:FD:A1:A1:5B:98\",\n                \"ap_essid\": \"J-Sei\",\n                \"ap_id\": \"EWPYxLV8qoNDe5aj\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"ASUS\",\n                \"ap_trust_level\": 30,\n                \"ap_trust_level_name\": \"Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"69yoDg4xOvwnvx8V\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 2c:fd:a1:a1:5b:98 has changed channel from 2 to 1\",\n                \"timestamp\": \"2021-10-13T01:04:15.227325Z\"\n            },\n            {\n                \"ap_bssid\": \"E8:1C:BA:82:B2:30\",\n                \"ap_essid\": \"YouKidsGetOffMyLan\",\n                \"ap_id\": \"M60deD0ANkJnpPjb\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 99,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"2oQbKMyXJbjKBXzj\",\n                \"client_mac\": \"E8:AB:FA:4E:83:0D\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": null,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A repeating 802.11 EAPOLFrame RSN anonce broadcast has been seen between e8:1c:ba:82:b2:30 and e8:ab:fa:4e:83:0d.\\nThis may indicate a Key Reinstallation Attack (KRACK) attack is in progress or a device's\\nsoftware has not been upgraded to defend against this weakness. If a large number of\\nevents are seen in a short period of time an attack could be in progress.\\n\\nFor more information about this weakness, visit the following links:\\n    \\n    * https://www.krackattacks.com/\\n    * https://en.wikipedia.org/wiki/KRACK\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13077\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13078\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13079\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13080\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13081\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13082\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13084\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13086\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13087\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13088\\n\",\n                \"id\": \"XwlNKZ09jRlnYpzq\",\n                \"identifier\": \"KRACK\",\n                \"sensor_id\": \"jpEVxKyXvbLrQRY2\",\n                \"sensor_name\": \"Demo-V2-Seattle\",\n                \"severity\": 10,\n                \"source\": \"WIDS\",\n                \"summary\": \"POSSIBLE KRACK WEAKNESS/ATTACK\",\n                \"timestamp\": \"2021-10-13T01:05:45.875679Z\"\n            },\n            {\n                \"ap_bssid\": \"96:18:98:BE:F0:04\",\n                \"ap_essid\": \"Free5Bird\",\n                \"ap_id\": \"60deD0565RJnpPjb\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 20,\n                \"ap_trust_level_name\": \"Guest\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 4,\n                \"client_group_name\": \"Visitor\",\n                \"client_id\": \"O3ZzDm8Y1Y6zK4JR\",\n                \"client_mac\": \"00:0E:8E:86:1A:7B\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 284,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Download/Upload Performance testing metric missed.\\n\\n* Expected: 10.000 Mbps Download / 10.000 Mbps Upload\\n* Observed: 0.000 Mbps Download / 0.000 Mbps Upload\",\n                \"id\": \"zA1RL7qzwlADr0al\",\n                \"identifier\": \"MISSED PERFORMANCE METRIC\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 5,\n                \"source\": \"PERFORMANCE\",\n                \"summary\": \"DOWNLOAD/UPLOAD METRIC MISSED\",\n                \"timestamp\": \"2021-10-13T01:06:02.997280Z\"\n            },\n            {\n                \"ap_bssid\": \"EC:1A:59:01:B3:AC\",\n                \"ap_essid\": \"J-Sei\",\n                \"ap_id\": \"jp6B7nzkrNQLg4XA\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"Belkin\",\n                \"ap_trust_level\": 35,\n                \"ap_trust_level_name\": \"Public WiFi\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"E2NgDrA6NyJKaerV\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP ec:1a:59:01:b3:ac has changed channel from 6 to 1\",\n                \"timestamp\": \"2021-10-13T01:07:46.157939Z\"\n            },\n            {\n                \"ap_bssid\": \"98:18:88:BE:F0:04\",\n                \"ap_essid\": \"Choose Another Castle\",\n                \"ap_id\": \"VyXoLbk4o3vK7QRW\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"Cisco\",\n                \"ap_trust_level\": 1,\n                \"ap_trust_level_name\": \"Trusted\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 2,\n                \"client_group_name\": \"Semi-Trusted\",\n                \"client_id\": \"XwlNKZd7bGjnYpzq\",\n                \"client_mac\": \"A8:6B:AD:3E:7E:A6\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 65535,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A client assigned to Client Group SEMI-TRUSTED has been observed connected to an unapproved TRUSTED AP\\n\\n* Client:      A8:6B:AD:3E:7E:A6\\n* Group:       SEMI-TRUSTED\\n* AccessPoint: 98:18:88:BE:F0:04 (Choose Another Castle)\\n* Trust Level: TRUSTED\\n    \\nThis message is sent no more than once per hour for this Client to AP connection.\",\n                \"id\": \"2oQbKM73e88nBXzj\",\n                \"identifier\": \"TRUST POLICY VIOLATION\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 10,\n                \"source\": \"POLICY\",\n                \"summary\": \"SEMI-TRUSTED CLIENT (A8:6B:AD:3E:7E:A6) CONNECTED TRUSTED AP (98:18:88:BE:F0:04)\",\n                \"timestamp\": \"2021-10-13T01:09:19.695334Z\"\n            },\n            {\n                \"ap_bssid\": \"AC:5D:10:A0:C2:82\",\n                \"ap_essid\": \"ATT434\",\n                \"ap_id\": \"VyXoLbkJePWK7QRW\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"8z2ND8qzpAynY5ER\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP ac:5d:10:a0:c2:82 has changed channel from 1 to 11\",\n                \"timestamp\": \"2021-10-13T01:09:27.268049Z\"\n            },\n            {\n                \"ap_bssid\": \"2C:FD:A1:A1:5B:9C\",\n                \"ap_essid\": \"J-Sei\",\n                \"ap_id\": \"plqXoKNdwBpn7y26\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"ASUS\",\n                \"ap_trust_level\": 30,\n                \"ap_trust_level_name\": \"Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"5N89KXRXxdEnv1Xw\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 2c:fd:a1:a1:5b:9c has changed channel from 157 to 44\",\n                \"timestamp\": \"2021-10-13T01:12:35.441199Z\"\n            },\n            {\n                \"ap_bssid\": \"96:18:98:BE:F0:04\",\n                \"ap_essid\": \"Free5Bird\",\n                \"ap_id\": \"60deD0565RJnpPjb\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 20,\n                \"ap_trust_level_name\": \"Guest\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 4,\n                \"client_group_name\": \"Visitor\",\n                \"client_id\": \"O3ZzDm8Y1Y6zK4JR\",\n                \"client_mac\": \"00:0E:8E:86:1A:7B\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 284,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Download/Upload Performance testing metric missed.\\n\\n* Expected: 10.000 Mbps Download / 10.000 Mbps Upload\\n* Observed: 0.000 Mbps Download / 0.000 Mbps Upload\",\n                \"id\": \"wd4mnAqz7mpnkvRp\",\n                \"identifier\": \"MISSED PERFORMANCE METRIC\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 5,\n                \"source\": \"PERFORMANCE\",\n                \"summary\": \"DOWNLOAD/UPLOAD METRIC MISSED\",\n                \"timestamp\": \"2021-10-13T01:12:37.479570Z\"\n            },\n            {\n                \"ap_bssid\": \"96:60:38:54:D7:DB\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"BVWpnveYRBRDeo1J\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 50,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A new 802.11 WiFi Access Point has been discovered.\\n\\n* BSSID:      96:60:38:54:D7:DB\\n* ESSID:       (hidden: False)\\n* Encryption: WPA2+CCMP\\n* Channel:    6.0\\n\\nNote that this is point-in-time data and likely to change.\\n\",\n                \"id\": \"BVWpnv0gpjvKeo1J\",\n                \"identifier\": \"NEW ACCESS POINT\",\n                \"sensor_id\": \"42oQbKMPQ8LBXzjV\",\n                \"sensor_name\": \"EC Demo\",\n                \"severity\": 7,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"New AP (96:60:38:54:D7:DB) Discovered\",\n                \"timestamp\": \"2021-10-13T01:12:55.153118Z\"\n            },\n            {\n                \"ap_bssid\": \"B8:55:10:D1:F0:58\",\n                \"ap_essid\": \"J-Sei\",\n                \"ap_id\": \"Bj6GNL5N5PyKm35k\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 30,\n                \"ap_trust_level_name\": \"Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 99,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"8z2ND82YjYGLY5ER\",\n                \"client_mac\": \"20:2D:07:90:93:CB\",\n                \"client_market\": \"Mobile\",\n                \"client_risk_level\": null,\n                \"client_tag_device\": \"Phone\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"Android\",\n                \"client_tag_vendor\": \"Samsung\",\n                \"detail\": \"A repeating 802.11 EAPOLFrame RSN anonce broadcast has been seen between b8:55:10:d1:f0:58 and 20:2d:07:90:93:cb.\\nThis may indicate a Key Reinstallation Attack (KRACK) attack is in progress or a device's\\nsoftware has not been upgraded to defend against this weakness. If a large number of\\nevents are seen in a short period of time an attack could be in progress.\\n\\nFor more information about this weakness, visit the following links:\\n    \\n    * https://www.krackattacks.com/\\n    * https://en.wikipedia.org/wiki/KRACK\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13077\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13078\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13079\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13080\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13081\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13082\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13084\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13086\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13087\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13088\\n\",\n                \"id\": \"eYN2K3qzVM9noQ0k\",\n                \"identifier\": \"KRACK\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 10,\n                \"source\": \"WIDS\",\n                \"summary\": \"POSSIBLE KRACK WEAKNESS/ATTACK\",\n                \"timestamp\": \"2021-10-13T01:16:05.080387Z\"\n            },\n            {\n                \"ap_bssid\": \"96:18:98:BE:F0:04\",\n                \"ap_essid\": \"Free5Bird\",\n                \"ap_id\": \"60deD0565RJnpPjb\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 20,\n                \"ap_trust_level_name\": \"Guest\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 4,\n                \"client_group_name\": \"Visitor\",\n                \"client_id\": \"O3ZzDm8Y1Y6zK4JR\",\n                \"client_mac\": \"00:0E:8E:86:1A:7B\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 284,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Download/Upload Performance testing metric missed.\\n\\n* Expected: 10.000 Mbps Download / 10.000 Mbps Upload\\n* Observed: 0.000 Mbps Download / 0.000 Mbps Upload\",\n                \"id\": \"vQMlKYeAoJRK2qe0\",\n                \"identifier\": \"MISSED PERFORMANCE METRIC\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 5,\n                \"source\": \"PERFORMANCE\",\n                \"summary\": \"DOWNLOAD/UPLOAD METRIC MISSED\",\n                \"timestamp\": \"2021-10-13T01:19:05.298099Z\"\n            },\n            {\n                \"ap_bssid\": \"10:DA:43:77:AA:95\",\n                \"ap_essid\": \"NETGEAR30\",\n                \"ap_id\": \"kvQMlKY8dP9L2qe0\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Camera\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"Netgear\",\n                \"ap_trust_level\": 50,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"Y2p6nGqzgvzKJQ3b\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 10:da:43:77:aa:95 has changed channel from 9 to 2\",\n                \"timestamp\": \"2021-10-13T01:21:30.094342Z\"\n            },\n            {\n                \"ap_bssid\": \"EC:1A:59:01:B3:AC\",\n                \"ap_essid\": \"J-Sei\",\n                \"ap_id\": \"jp6B7nzkrNQLg4XA\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"Belkin\",\n                \"ap_trust_level\": 35,\n                \"ap_trust_level_name\": \"Public WiFi\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"2oQbKM73e2dnBXzj\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP ec:1a:59:01:b3:ac has changed channel from 1 to 6\",\n                \"timestamp\": \"2021-10-13T01:22:52.932325Z\"\n            },\n            {\n                \"ap_bssid\": \"FC:AE:34:95:2F:50\",\n                \"ap_essid\": \"ATTNd3trWa\",\n                \"ap_id\": \"GmVED250R7dKkqQw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Wireless Router\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"bvoenO6GBZ5DMg14\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"42oQbKMPQ8LBXzjV\",\n                \"sensor_name\": \"EC Demo\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP fc:ae:34:95:2f:50 has changed channel from 11 to 1\",\n                \"timestamp\": \"2021-10-13T01:23:33.208590Z\"\n            },\n            {\n                \"ap_bssid\": \"FE:AE:34:95:2F:52\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"zA1RL7oBJPgLr0al\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"wd4mnAqz7j3nkvRp\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"42oQbKMPQ8LBXzjV\",\n                \"sensor_name\": \"EC Demo\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP fe:ae:34:95:2f:52 has changed channel from 11 to 1\",\n                \"timestamp\": \"2021-10-13T01:23:33.354860Z\"\n            },\n            {\n                \"ap_bssid\": \"02:15:99:EF:9A:02\",\n                \"ap_essid\": \"DIRECT-laB1163w Mono MFP\",\n                \"ap_id\": \"XvG2K62p0RYKqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Printer\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"5N89KXRXxzVnv1Xw\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 02:15:99:ef:9a:02 has changed channel from 6 to 5\",\n                \"timestamp\": \"2021-10-13T01:25:30.354158Z\"\n            },\n            {\n                \"ap_bssid\": \"02:15:99:EF:9A:02\",\n                \"ap_essid\": \"DIRECT-laB1163w Mono MFP\",\n                \"ap_id\": \"XvG2K62p0RYKqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Printer\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"wd4mnAqz7OBnkvRp\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 02:15:99:ef:9a:02 has changed channel from 5 to 6\",\n                \"timestamp\": \"2021-10-13T01:25:30.485069Z\"\n            },\n            {\n                \"ap_bssid\": \"96:18:98:BE:F0:04\",\n                \"ap_essid\": \"Free5Bird\",\n                \"ap_id\": \"60deD0565RJnpPjb\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 20,\n                \"ap_trust_level_name\": \"Guest\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 4,\n                \"client_group_name\": \"Visitor\",\n                \"client_id\": \"O3ZzDm8Y1Y6zK4JR\",\n                \"client_mac\": \"00:0E:8E:86:1A:7B\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 284,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Download/Upload Performance testing metric missed.\\n\\n* Expected: 10.000 Mbps Download / 10.000 Mbps Upload\\n* Observed: 0.000 Mbps Download / 0.000 Mbps Upload\",\n                \"id\": \"v0zVKQm1WrdKbB5E\",\n                \"identifier\": \"MISSED PERFORMANCE METRIC\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 5,\n                \"source\": \"PERFORMANCE\",\n                \"summary\": \"DOWNLOAD/UPLOAD METRIC MISSED\",\n                \"timestamp\": \"2021-10-13T01:25:35.591588Z\"\n            },\n            {\n                \"ap_bssid\": \"2C:FD:A1:A1:5B:9C\",\n                \"ap_essid\": \"J-Sei\",\n                \"ap_id\": \"plqXoKNdwBpn7y26\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"ASUS\",\n                \"ap_trust_level\": 30,\n                \"ap_trust_level_name\": \"Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"WPYxLVAgwXVne5aj\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 2c:fd:a1:a1:5b:9c has changed channel from 44 to 157\",\n                \"timestamp\": \"2021-10-13T01:27:50.383564Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 99,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"gVbOn4RlXBpZK0Ee\",\n                \"client_mac\": \"E0:94:67:84:03:FA\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": null,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A repeating 802.11 EAPOLFrame RSN anonce broadcast has been seen between a8:70:5d:82:e2:34 and e0:94:67:84:03:fa.\\nThis may indicate a Key Reinstallation Attack (KRACK) attack is in progress or a device's\\nsoftware has not been upgraded to defend against this weakness. If a large number of\\nevents are seen in a short period of time an attack could be in progress.\\n\\nFor more information about this weakness, visit the following links:\\n    \\n    * https://www.krackattacks.com/\\n    * https://en.wikipedia.org/wiki/KRACK\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13077\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13078\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13079\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13080\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13081\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13082\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13084\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13086\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13087\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13088\\n\",\n                \"id\": \"E2NgDrA6Ng8KaerV\",\n                \"identifier\": \"KRACK\",\n                \"sensor_id\": \"jpEVxKyXvbLrQRY2\",\n                \"sensor_name\": \"Demo-V2-Seattle\",\n                \"severity\": 10,\n                \"source\": \"WIDS\",\n                \"summary\": \"POSSIBLE KRACK WEAKNESS/ATTACK\",\n                \"timestamp\": \"2021-10-13T01:28:28.183952Z\"\n            },\n            {\n                \"ap_bssid\": \"96:18:98:BE:F0:04\",\n                \"ap_essid\": \"Free5Bird\",\n                \"ap_id\": \"60deD0565RJnpPjb\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 20,\n                \"ap_trust_level_name\": \"Guest\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 4,\n                \"client_group_name\": \"Visitor\",\n                \"client_id\": \"O3ZzDm8Y1Y6zK4JR\",\n                \"client_mac\": \"00:0E:8E:86:1A:7B\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 284,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Download/Upload Performance testing metric missed.\\n\\n* Expected: 10.000 Mbps Download / 10.000 Mbps Upload\\n* Observed: 0.000 Mbps Download / 0.000 Mbps Upload\",\n                \"id\": \"yVpWLxQXoQdK5BaN\",\n                \"identifier\": \"MISSED PERFORMANCE METRIC\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 5,\n                \"source\": \"PERFORMANCE\",\n                \"summary\": \"DOWNLOAD/UPLOAD METRIC MISSED\",\n                \"timestamp\": \"2021-10-13T01:32:09.057638Z\"\n            },\n            {\n                \"ap_bssid\": \"58:32:77:9A:77:26\",\n                \"ap_essid\": \"Verizon-RC400L-26\",\n                \"ap_id\": \"3Gl4nJ7YVzeLvBay\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 50,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A new WPA/WPA2 handshake has been collected for BSSID 58:32:77:9A:77:26\",\n                \"id\": \"b41kKwBOx1ELzZog\",\n                \"identifier\": \"NEW WPA/WPA2 HANDSHAKE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 1,\n                \"source\": \"INTERROGATOR\",\n                \"summary\": \"New WPA handshake received for BSSID 58:32:77:9A:77:26\",\n                \"timestamp\": \"2021-10-13T01:33:32.224272Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 99,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"2oQbKMYZqjJxKBXz\",\n                \"client_mac\": \"92:A0:2F:8E:ED:BD\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": null,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A new 802.11 WiFi Client has been discovered.\\n\\n* MAC Address: 92:A0:2F:8E:ED:BD\",\n                \"id\": \"yVpWLxQXo6dK5BaN\",\n                \"identifier\": \"NEW WIFI CLIENT\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 10,\n                \"source\": \"POLICY\",\n                \"summary\": \"New Client (92:A0:2F:8E:ED:BD) Discovered\",\n                \"timestamp\": \"2021-10-13T01:33:35.740831Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 99,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"E2NgDrJB9lM5Daer\",\n                \"client_mac\": \"4E:7B:FF:A2:96:EB\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": null,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A new 802.11 WiFi Client has been discovered.\\n\\n* MAC Address: 4E:7B:FF:A2:96:EB\",\n                \"id\": \"7XbYLogGQrMLOJ20\",\n                \"identifier\": \"NEW WIFI CLIENT\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 10,\n                \"source\": \"POLICY\",\n                \"summary\": \"New Client (4E:7B:FF:A2:96:EB) Discovered\",\n                \"timestamp\": \"2021-10-13T01:33:36.407004Z\"\n            },\n            {\n                \"ap_bssid\": \"2C:FD:A1:A1:5B:98\",\n                \"ap_essid\": \"J-Sei\",\n                \"ap_id\": \"EWPYxLV8qoNDe5aj\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"ASUS\",\n                \"ap_trust_level\": 30,\n                \"ap_trust_level_name\": \"Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"3Gl4nJ3zA5RLvBay\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 2c:fd:a1:a1:5b:98 has changed channel from 1 to 4\",\n                \"timestamp\": \"2021-10-13T01:34:07.480293Z\"\n            },\n            {\n                \"ap_bssid\": \"68:D7:9A:40:DF:EB\",\n                \"ap_essid\": \"MotoFish\",\n                \"ap_id\": \"3Gl4nJ7Y8aoLvBay\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"Ubiquiti\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 99,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"7XbYLoxBjYGzKOJ2\",\n                \"client_mac\": \"44:73:D6:22:C8:B2\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": null,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A repeating 802.11 EAPOLFrame RSN anonce broadcast has been seen between 68:d7:9a:40:df:eb and 44:73:d6:22:c8:b2.\\nThis may indicate a Key Reinstallation Attack (KRACK) attack is in progress or a device's\\nsoftware has not been upgraded to defend against this weakness. If a large number of\\nevents are seen in a short period of time an attack could be in progress.\\n\\nFor more information about this weakness, visit the following links:\\n    \\n    * https://www.krackattacks.com/\\n    * https://en.wikipedia.org/wiki/KRACK\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13077\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13078\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13079\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13080\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13081\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13082\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13084\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13086\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13087\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13088\\n\",\n                \"id\": \"XvG2K6qdvxkLqAkw\",\n                \"identifier\": \"KRACK\",\n                \"sensor_id\": \"jpEVxKyXvbLrQRY2\",\n                \"sensor_name\": \"Demo-V2-Seattle\",\n                \"severity\": 10,\n                \"source\": \"WIDS\",\n                \"summary\": \"POSSIBLE KRACK WEAKNESS/ATTACK\",\n                \"timestamp\": \"2021-10-13T01:35:16.291345Z\"\n            },\n            {\n                \"ap_bssid\": \"02:15:99:EF:9A:02\",\n                \"ap_essid\": \"DIRECT-laB1163w Mono MFP\",\n                \"ap_id\": \"XvG2K62p0RYKqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Printer\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"5N89KXRXxZAnv1Xw\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 02:15:99:ef:9a:02 has changed channel from 6 to 8\",\n                \"timestamp\": \"2021-10-13T01:35:36.077971Z\"\n            },\n            {\n                \"ap_bssid\": \"02:15:99:EF:9A:02\",\n                \"ap_essid\": \"DIRECT-laB1163w Mono MFP\",\n                \"ap_id\": \"XvG2K62p0RYKqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Printer\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"wd4mnAqz7XYnkvRp\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 02:15:99:ef:9a:02 has changed channel from 8 to 6\",\n                \"timestamp\": \"2021-10-13T01:35:36.978572Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 99,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"WPYxLVBYzpPmLe5a\",\n                \"client_mac\": \"A6:E0:40:48:44:34\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": null,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A new 802.11 WiFi Client has been discovered.\\n\\n* MAC Address: A6:E0:40:48:44:34\",\n                \"id\": \"aQVvDeEwbdkDW8w0\",\n                \"identifier\": \"NEW WIFI CLIENT\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 10,\n                \"source\": \"POLICY\",\n                \"summary\": \"New Client (A6:E0:40:48:44:34) Discovered\",\n                \"timestamp\": \"2021-10-13T01:35:43.277228Z\"\n            },\n            {\n                \"ap_bssid\": \"98:18:88:BE:F0:04\",\n                \"ap_essid\": \"Choose Another Castle\",\n                \"ap_id\": \"VyXoLbk4o3vK7QRW\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"Cisco\",\n                \"ap_trust_level\": 1,\n                \"ap_trust_level_name\": \"Trusted\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 2,\n                \"client_group_name\": \"Semi-Trusted\",\n                \"client_id\": \"GjEaDRay3MMKb0dJ\",\n                \"client_mac\": \"28:56:5A:38:D1:11\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 65535,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A client assigned to Client Group SEMI-TRUSTED has been observed connected to an unapproved TRUSTED AP\\n\\n* Client:      28:56:5A:38:D1:11\\n* Group:       SEMI-TRUSTED\\n* AccessPoint: 98:18:88:BE:F0:04 (Choose Another Castle)\\n* Trust Level: TRUSTED\\n    \\nThis message is sent no more than once per hour for this Client to AP connection.\",\n                \"id\": \"5N89KXRXxxAnv1Xw\",\n                \"identifier\": \"TRUST POLICY VIOLATION\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 10,\n                \"source\": \"POLICY\",\n                \"summary\": \"SEMI-TRUSTED CLIENT (28:56:5A:38:D1:11) CONNECTED TRUSTED AP (98:18:88:BE:F0:04)\",\n                \"timestamp\": \"2021-10-13T01:37:29.262431Z\"\n            },\n            {\n                \"ap_bssid\": \"10:DA:43:77:AA:95\",\n                \"ap_essid\": \"NETGEAR30\",\n                \"ap_id\": \"kvQMlKY8dP9L2qe0\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Camera\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"Netgear\",\n                \"ap_trust_level\": 50,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"dE4lL9qz55eLvx03\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 10:da:43:77:aa:95 has changed channel from 2 to 8\",\n                \"timestamp\": \"2021-10-13T01:37:35.440772Z\"\n            },\n            {\n                \"ap_bssid\": \"02:15:99:EF:9A:02\",\n                \"ap_essid\": \"DIRECT-laB1163w Mono MFP\",\n                \"ap_id\": \"XvG2K62p0RYKqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Printer\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"60deD0kzBBOKpPjb\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 02:15:99:ef:9a:02 has changed channel from 6 to 7\",\n                \"timestamp\": \"2021-10-13T01:37:36.765078Z\"\n            },\n            {\n                \"ap_bssid\": \"02:15:99:EF:9A:02\",\n                \"ap_essid\": \"DIRECT-laB1163w Mono MFP\",\n                \"ap_id\": \"XvG2K62p0RYKqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Printer\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"GqX3KBqz11lLpwNj\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 02:15:99:ef:9a:02 has changed channel from 7 to 6\",\n                \"timestamp\": \"2021-10-13T01:37:36.918706Z\"\n            },\n            {\n                \"ap_bssid\": \"96:18:98:BE:F0:04\",\n                \"ap_essid\": \"Free5Bird\",\n                \"ap_id\": \"60deD0565RJnpPjb\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 20,\n                \"ap_trust_level_name\": \"Guest\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 4,\n                \"client_group_name\": \"Visitor\",\n                \"client_id\": \"O3ZzDm8Y1Y6zK4JR\",\n                \"client_mac\": \"00:0E:8E:86:1A:7B\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 284,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Download/Upload Performance testing metric missed.\\n\\n* Expected: 10.000 Mbps Download / 10.000 Mbps Upload\\n* Observed: 0.000 Mbps Download / 0.000 Mbps Upload\",\n                \"id\": \"O3ZzDmm3002D4JR1\",\n                \"identifier\": \"MISSED PERFORMANCE METRIC\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 5,\n                \"source\": \"PERFORMANCE\",\n                \"summary\": \"DOWNLOAD/UPLOAD METRIC MISSED\",\n                \"timestamp\": \"2021-10-13T01:38:35.850234Z\"\n            },\n            {\n                \"ap_bssid\": \"FC:AE:34:95:2F:50\",\n                \"ap_essid\": \"ATTNd3trWa\",\n                \"ap_id\": \"GmVED250R7dKkqQw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Wireless Router\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"pEVxKyWAjA4nrQRY\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"42oQbKMPQ8LBXzjV\",\n                \"sensor_name\": \"EC Demo\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP fc:ae:34:95:2f:50 has changed channel from 1 to 11\",\n                \"timestamp\": \"2021-10-13T01:38:43.809298Z\"\n            },\n            {\n                \"ap_bssid\": \"FE:AE:34:95:2F:52\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"zA1RL7oBJPgLr0al\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"qzGoDEqz5zoDOemX\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"42oQbKMPQ8LBXzjV\",\n                \"sensor_name\": \"EC Demo\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP fe:ae:34:95:2f:52 has changed channel from 1 to 11\",\n                \"timestamp\": \"2021-10-13T01:38:43.943183Z\"\n            },\n            {\n                \"ap_bssid\": \"9A:18:98:BE:F0:04\",\n                \"ap_essid\": \"Choose Another Castle\",\n                \"ap_id\": \"aQVvDeWmWkrLW8w0\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"Meraki\",\n                \"ap_tag_vendor\": \"Cisco\",\n                \"ap_trust_level\": 1,\n                \"ap_trust_level_name\": \"Trusted\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 2,\n                \"client_group_name\": \"Semi-Trusted\",\n                \"client_id\": \"WPYxLVabpN4ne5aj\",\n                \"client_mac\": \"08:66:98:CB:69:9F\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 65535,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"Apple\",\n                \"detail\": \"A client assigned to Client Group SEMI-TRUSTED has been observed connected to an unapproved TRUSTED AP\\n\\n* Client:      08:66:98:CB:69:9F\\n* Group:       SEMI-TRUSTED\\n* AccessPoint: 9A:18:98:BE:F0:04 (Choose Another Castle)\\n* Trust Level: TRUSTED\\n    \\nThis message is sent no more than once per hour for this Client to AP connection.\",\n                \"id\": \"GmVED2qzWzEKkqQw\",\n                \"identifier\": \"TRUST POLICY VIOLATION\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 10,\n                \"source\": \"POLICY\",\n                \"summary\": \"SEMI-TRUSTED CLIENT (08:66:98:CB:69:9F) CONNECTED TRUSTED AP (9A:18:98:BE:F0:04)\",\n                \"timestamp\": \"2021-10-13T01:39:29.245071Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 99,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"69yoDgblGm4eKvx8\",\n                \"client_mac\": \"A6:25:B1:CF:8D:5E\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": null,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A new 802.11 WiFi Client has been discovered.\\n\\n* MAC Address: A6:25:B1:CF:8D:5E\",\n                \"id\": \"8z2ND8qzpzVnY5ER\",\n                \"identifier\": \"NEW WIFI CLIENT\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 10,\n                \"source\": \"POLICY\",\n                \"summary\": \"New Client (A6:25:B1:CF:8D:5E) Discovered\",\n                \"timestamp\": \"2021-10-13T01:39:39.448038Z\"\n            },\n            {\n                \"ap_bssid\": \"A6:FC:77:30:03:BF\",\n                \"ap_essid\": \"DIRECT-bf-HP M130f LaserJet\",\n                \"ap_id\": \"9PBZDaGJe8wL7Rxw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Printer\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"Hewlett Packard\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"This Access Point has been moved from the Unassigned Trust Level to\\nSuspected Neighbor.\\nIt is likely a neighboring AP as it has been observed multiple\\ntimes in the past 48 hours. You should review this device and re-assign it to a more specific\\nTrust Level.\\n\\n* BSSID: A6:FC:77:30:03:BF\\n* ESSID: DIRECT-bf-HP M130f LaserJet\\n\",\n                \"id\": \"yNMbnqX1VGlDGkJd\",\n                \"identifier\": \"AUTOMATIC AP TRUST LEVEL ASSIGNMENT TO SUSPECTED NEIGHBOR\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 5,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"AP A6:FC:77:30:03:BF (DIRECT-bf-HP M130f LaserJet) Assigned to Suspected Neighbo\",\n                \"timestamp\": \"2021-10-13T01:41:39.880587Z\"\n            },\n            {\n                \"ap_bssid\": \"2C:FD:A1:A1:5B:9C\",\n                \"ap_essid\": \"J-Sei\",\n                \"ap_id\": \"plqXoKNdwBpn7y26\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"ASUS\",\n                \"ap_trust_level\": 30,\n                \"ap_trust_level_name\": \"Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"Mqa0n1kPQ9MK2pxv\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 2c:fd:a1:a1:5b:9c has changed channel from 157 to 44\",\n                \"timestamp\": \"2021-10-13T01:42:39.478165Z\"\n            },\n            {\n                \"ap_bssid\": \"96:18:98:BE:F0:04\",\n                \"ap_essid\": \"Free5Bird\",\n                \"ap_id\": \"60deD0565RJnpPjb\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 20,\n                \"ap_trust_level_name\": \"Guest\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 4,\n                \"client_group_name\": \"Visitor\",\n                \"client_id\": \"O3ZzDm8Y1Y6zK4JR\",\n                \"client_mac\": \"00:0E:8E:86:1A:7B\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 284,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Download/Upload Performance testing metric missed.\\n\\n* Expected: 10.000 Mbps Download / 10.000 Mbps Upload\\n* Observed: 0.000 Mbps Download / 0.000 Mbps Upload\",\n                \"id\": \"x4dank6yR7jDGANw\",\n                \"identifier\": \"MISSED PERFORMANCE METRIC\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 5,\n                \"source\": \"PERFORMANCE\",\n                \"summary\": \"DOWNLOAD/UPLOAD METRIC MISSED\",\n                \"timestamp\": \"2021-10-13T01:45:09.502950Z\"\n            },\n            {\n                \"ap_bssid\": \"CE:22:26:A8:E9:06\",\n                \"ap_essid\": \"myChevrolet3890\",\n                \"ap_id\": \"2oQbKMbgO0lDBXzj\",\n                \"ap_market\": \"Vehicle\",\n                \"ap_tag_device\": \"Car\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"GMC\",\n                \"ap_trust_level\": 50,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A new 802.11 WiFi Access Point has been discovered.\\n\\n* BSSID:      CE:22:26:A8:E9:06\\n* ESSID:      myChevrolet3890 (hidden: False)\\n* Encryption: WPA2+CCMP\\n* Channel:    1.0\\n\\nNote that this is point-in-time data and likely to change.\\n\",\n                \"id\": \"BVWpnv0gprdKeo1J\",\n                \"identifier\": \"NEW ACCESS POINT\",\n                \"sensor_id\": \"42oQbKMPQ8LBXzjV\",\n                \"sensor_name\": \"EC Demo\",\n                \"severity\": 7,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"New AP (CE:22:26:A8:E9:06) Discovered\",\n                \"timestamp\": \"2021-10-13T01:47:07.534494Z\"\n            },\n            {\n                \"ap_bssid\": \"CE:22:26:A8:E9:06\",\n                \"ap_essid\": \"myChevrolet3890\",\n                \"ap_id\": \"2oQbKMbgO0lDBXzj\",\n                \"ap_market\": \"Vehicle\",\n                \"ap_tag_device\": \"Car\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"GMC\",\n                \"ap_trust_level\": 50,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A vehicle has been identified in your air space\\n\\n* BSSID:      CE:22:26:A8:E9:06\\n* ESSID:      myChevrolet3890 (hidden: False)\\n* Encryption: WPA2+CCMP\\n* Channel:    1.0\\n\\nNote that this is point-in-time data and likely to change.\\n            \",\n                \"id\": \"b41kKwBOxaJLzZog\",\n                \"identifier\": \"VEHICLE DETECTED\",\n                \"sensor_id\": \"42oQbKMPQ8LBXzjV\",\n                \"sensor_name\": \"EC Demo\",\n                \"severity\": 4,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"A vehicle has been identified in your air space\",\n                \"timestamp\": \"2021-10-13T01:47:07.562934Z\"\n            },\n            {\n                \"ap_bssid\": \"02:15:99:EF:9A:02\",\n                \"ap_essid\": \"DIRECT-laB1163w Mono MFP\",\n                \"ap_id\": \"XvG2K62p0RYKqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Printer\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"yVpWLxQXoyrK5BaN\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 02:15:99:ef:9a:02 has changed channel from 6 to 11\",\n                \"timestamp\": \"2021-10-13T01:47:12.621301Z\"\n            },\n            {\n                \"ap_bssid\": \"02:15:99:EF:9A:02\",\n                \"ap_essid\": \"DIRECT-laB1163w Mono MFP\",\n                \"ap_id\": \"XvG2K62p0RYKqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Printer\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"7XbYLogGQo7LOJ20\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 02:15:99:ef:9a:02 has changed channel from 11 to 6\",\n                \"timestamp\": \"2021-10-13T01:47:12.755380Z\"\n            },\n            {\n                \"ap_bssid\": \"2C:FD:A1:A1:5B:98\",\n                \"ap_essid\": \"J-Sei\",\n                \"ap_id\": \"EWPYxLV8qoNDe5aj\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"ASUS\",\n                \"ap_trust_level\": 30,\n                \"ap_trust_level_name\": \"Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"69yoDg4xOAQnvx8V\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 2c:fd:a1:a1:5b:98 has changed channel from 4 to 3\",\n                \"timestamp\": \"2021-10-13T01:49:07.741789Z\"\n            },\n            {\n                \"ap_bssid\": \"A8:70:5D:84:D2:2C\",\n                \"ap_essid\": \"xfinitywifi\",\n                \"ap_id\": \"8z2ND83elPPKY5ER\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 71,\n                \"ap_trust_level_name\": \"High Threat\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 1,\n                \"client_group_name\": \"Trusted\",\n                \"client_id\": \"zA1RL7bzBGjjnr0a\",\n                \"client_mac\": \"3C:15:C2:D9:8A:34\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 65535,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"Apple\",\n                \"detail\": \"A client assigned to Client Group TRUSTED has been observed connected to an unapproved HIGH THREAT AP\\n\\n* Client:      3C:15:C2:D9:8A:34\\n* Group:       TRUSTED\\n* AccessPoint: A8:70:5D:84:D2:2C (xfinitywifi)\\n* Trust Level: HIGH THREAT\\n    \\nThis message is sent no more than once per hour for this Client to AP connection.\",\n                \"id\": \"2oQbKM73ekGnBXzj\",\n                \"identifier\": \"TRUST POLICY VIOLATION\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 8,\n                \"source\": \"POLICY\",\n                \"summary\": \"TRUSTED CLIENT (3C:15:C2:D9:8A:34) CONNECTED HIGH THREAT AP (A8:70:5D:84:D2:2C)\",\n                \"timestamp\": \"2021-10-13T01:49:42.220526Z\"\n            },\n            {\n                \"ap_bssid\": \"E8:AB:FA:4E:83:0D\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"8XvG2K638gEDqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Drone\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"Attop\",\n                \"ap_trust_level\": 50,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 99,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"XvG2K62BjXEYKqAk\",\n                \"client_mac\": \"E8:1C:BA:82:B2:30\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": null,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A repeating 802.11 EAPOLFrame RSN anonce broadcast has been seen between e8:ab:fa:4e:83:0d and e8:1c:ba:82:b2:30.\\nThis may indicate a Key Reinstallation Attack (KRACK) attack is in progress or a device's\\nsoftware has not been upgraded to defend against this weakness. If a large number of\\nevents are seen in a short period of time an attack could be in progress.\\n\\nFor more information about this weakness, visit the following links:\\n    \\n    * https://www.krackattacks.com/\\n    * https://en.wikipedia.org/wiki/KRACK\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13077\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13078\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13079\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13080\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13081\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13082\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13084\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13086\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13087\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13088\\n\",\n                \"id\": \"3Gl4nJ3zAklLvBay\",\n                \"identifier\": \"KRACK\",\n                \"sensor_id\": \"jpEVxKyXvbLrQRY2\",\n                \"sensor_name\": \"Demo-V2-Seattle\",\n                \"severity\": 10,\n                \"source\": \"WIDS\",\n                \"summary\": \"POSSIBLE KRACK WEAKNESS/ATTACK\",\n                \"timestamp\": \"2021-10-13T01:49:59.046857Z\"\n            },\n            {\n                \"ap_bssid\": \"96:18:98:BE:F0:04\",\n                \"ap_essid\": \"Free5Bird\",\n                \"ap_id\": \"60deD0565RJnpPjb\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 20,\n                \"ap_trust_level_name\": \"Guest\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 4,\n                \"client_group_name\": \"Visitor\",\n                \"client_id\": \"O3ZzDm8Y1Y6zK4JR\",\n                \"client_mac\": \"00:0E:8E:86:1A:7B\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 284,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Download/Upload Performance testing metric missed.\\n\\n* Expected: 10.000 Mbps Download / 10.000 Mbps Upload\\n* Observed: 0.000 Mbps Download / 0.000 Mbps Upload\",\n                \"id\": \"9PBZDav516rn7Rxw\",\n                \"identifier\": \"MISSED PERFORMANCE METRIC\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 5,\n                \"source\": \"PERFORMANCE\",\n                \"summary\": \"DOWNLOAD/UPLOAD METRIC MISSED\",\n                \"timestamp\": \"2021-10-13T01:51:44.726674Z\"\n            },\n            {\n                \"ap_bssid\": \"EC:1A:59:01:B3:AC\",\n                \"ap_essid\": \"J-Sei\",\n                \"ap_id\": \"jp6B7nzkrNQLg4XA\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"Belkin\",\n                \"ap_trust_level\": 35,\n                \"ap_trust_level_name\": \"Public WiFi\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"bvoenO6GBP0DMg14\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP ec:1a:59:01:b3:ac has changed channel from 6 to 1\",\n                \"timestamp\": \"2021-10-13T01:52:58.252833Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 99,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"p6B7nzA7ll0QDg4X\",\n                \"client_mac\": \"90:F1:57:1E:F1:DE\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": null,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A new 802.11 WiFi Client has been discovered.\\n\\n* MAC Address: 90:F1:57:1E:F1:DE\",\n                \"id\": \"eYN2K3qzVj9noQ0k\",\n                \"identifier\": \"NEW WIFI CLIENT\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 10,\n                \"source\": \"POLICY\",\n                \"summary\": \"New Client (90:F1:57:1E:F1:DE) Discovered\",\n                \"timestamp\": \"2021-10-13T01:53:44.560790Z\"\n            },\n            {\n                \"ap_bssid\": \"E8:AB:FA:4E:83:0D\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"8XvG2K638gEDqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Drone\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"Attop\",\n                \"ap_trust_level\": 50,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 99,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"XvG2K62BjXEYKqAk\",\n                \"client_mac\": \"E8:1C:BA:82:B2:30\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": null,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A repeating 802.11 EAPOLFrame RSN anonce broadcast has been seen between e8:ab:fa:4e:83:0d and e8:1c:ba:82:b2:30.\\nThis may indicate a Key Reinstallation Attack (KRACK) attack is in progress or a device's\\nsoftware has not been upgraded to defend against this weakness. If a large number of\\nevents are seen in a short period of time an attack could be in progress.\\n\\nFor more information about this weakness, visit the following links:\\n    \\n    * https://www.krackattacks.com/\\n    * https://en.wikipedia.org/wiki/KRACK\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13077\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13078\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13079\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13080\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13081\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13082\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13084\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13086\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13087\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13088\\n\",\n                \"id\": \"O3ZzDmm30GkD4JR1\",\n                \"identifier\": \"KRACK\",\n                \"sensor_id\": \"jpEVxKyXvbLrQRY2\",\n                \"sensor_name\": \"Demo-V2-Seattle\",\n                \"severity\": 10,\n                \"source\": \"WIDS\",\n                \"summary\": \"POSSIBLE KRACK WEAKNESS/ATTACK\",\n                \"timestamp\": \"2021-10-13T01:54:00.973380Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 99,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"yNMbnqrWAAVjLGkJ\",\n                \"client_mac\": \"8E:E1:A4:CD:26:13\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": null,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A new 802.11 WiFi Client has been discovered.\\n\\n* MAC Address: 8E:E1:A4:CD:26:13\",\n                \"id\": \"O3ZzDmm304kD4JR1\",\n                \"identifier\": \"NEW WIFI CLIENT\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 10,\n                \"source\": \"POLICY\",\n                \"summary\": \"New Client (8E:E1:A4:CD:26:13) Discovered\",\n                \"timestamp\": \"2021-10-13T01:55:45.566998Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 99,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"GqX3KB8wXX4XnpwN\",\n                \"client_mac\": \"16:22:8B:EB:78:32\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": null,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A new 802.11 WiFi Client has been discovered.\\n\\n* MAC Address: 16:22:8B:EB:78:32\",\n                \"id\": \"j6GNL5qzzoZLm35k\",\n                \"identifier\": \"NEW WIFI CLIENT\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 10,\n                \"source\": \"POLICY\",\n                \"summary\": \"New Client (16:22:8B:EB:78:32) Discovered\",\n                \"timestamp\": \"2021-10-13T01:57:50.788165Z\"\n            },\n            {\n                \"ap_bssid\": \"96:18:98:BE:F0:04\",\n                \"ap_essid\": \"Free5Bird\",\n                \"ap_id\": \"60deD0565RJnpPjb\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 20,\n                \"ap_trust_level_name\": \"Guest\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 4,\n                \"client_group_name\": \"Visitor\",\n                \"client_id\": \"O3ZzDm8Y1Y6zK4JR\",\n                \"client_mac\": \"00:0E:8E:86:1A:7B\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 284,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Download/Upload Performance testing metric missed.\\n\\n* Expected: 10.000 Mbps Download / 10.000 Mbps Upload\\n* Observed: 0.000 Mbps Download / 0.000 Mbps Upload\",\n                \"id\": \"E2NgDrA66qPKaerV\",\n                \"identifier\": \"MISSED PERFORMANCE METRIC\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 5,\n                \"source\": \"PERFORMANCE\",\n                \"summary\": \"DOWNLOAD/UPLOAD METRIC MISSED\",\n                \"timestamp\": \"2021-10-13T01:58:17.384433Z\"\n            },\n            {\n                \"ap_bssid\": \"E8:AB:FA:4E:83:0D\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"8XvG2K638gEDqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Drone\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"Attop\",\n                \"ap_trust_level\": 50,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 99,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"XvG2K62BjXEYKqAk\",\n                \"client_mac\": \"E8:1C:BA:82:B2:30\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": null,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A repeating 802.11 EAPOLFrame RSN anonce broadcast has been seen between e8:ab:fa:4e:83:0d and e8:1c:ba:82:b2:30.\\nThis may indicate a Key Reinstallation Attack (KRACK) attack is in progress or a device's\\nsoftware has not been upgraded to defend against this weakness. If a large number of\\nevents are seen in a short period of time an attack could be in progress.\\n\\nFor more information about this weakness, visit the following links:\\n    \\n    * https://www.krackattacks.com/\\n    * https://en.wikipedia.org/wiki/KRACK\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13077\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13078\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13079\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13080\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13081\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13082\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13084\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13086\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13087\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13088\\n\",\n                \"id\": \"9PBZDav55p4n7Rxw\",\n                \"identifier\": \"KRACK\",\n                \"sensor_id\": \"jpEVxKyXvbLrQRY2\",\n                \"sensor_name\": \"Demo-V2-Seattle\",\n                \"severity\": 10,\n                \"source\": \"WIDS\",\n                \"summary\": \"POSSIBLE KRACK WEAKNESS/ATTACK\",\n                \"timestamp\": \"2021-10-13T01:58:33.563760Z\"\n            },\n            {\n                \"ap_bssid\": \"08:9B:B9:F3:D2:54\",\n                \"ap_essid\": \"ATTm3EHQ5f\",\n                \"ap_id\": \"yVpWLx3EyEdn5BaN\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A new WPA/WPA2 handshake has been collected for BSSID 08:9B:B9:F3:D2:54\",\n                \"id\": \"69yoDg4xxjAnvx8V\",\n                \"identifier\": \"NEW WPA/WPA2 HANDSHAKE\",\n                \"sensor_id\": \"42oQbKMPQ8LBXzjV\",\n                \"sensor_name\": \"EC Demo\",\n                \"severity\": 1,\n                \"source\": \"INTERROGATOR\",\n                \"summary\": \"New WPA handshake received for BSSID 08:9B:B9:F3:D2:54\",\n                \"timestamp\": \"2021-10-13T01:59:07.859706Z\"\n            },\n            {\n                \"ap_bssid\": \"02:15:99:EF:9A:02\",\n                \"ap_essid\": \"DIRECT-laB1163w Mono MFP\",\n                \"ap_id\": \"XvG2K62p0RYKqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Printer\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"5N89KXRXXe4nv1Xw\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 02:15:99:ef:9a:02 has changed channel from 6 to 10\",\n                \"timestamp\": \"2021-10-13T01:59:18.720076Z\"\n            },\n            {\n                \"ap_bssid\": \"02:15:99:EF:9A:02\",\n                \"ap_essid\": \"DIRECT-laB1163w Mono MFP\",\n                \"ap_id\": \"XvG2K62p0RYKqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Printer\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"wd4mnAqzzY3nkvRp\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 02:15:99:ef:9a:02 has changed channel from 10 to 6\",\n                \"timestamp\": \"2021-10-13T01:59:18.878002Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 99,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"69yoDgblG13JKvx8\",\n                \"client_mac\": \"DE:AB:74:FA:D4:DA\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": null,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A new 802.11 WiFi Client has been discovered.\\n\\n* MAC Address: DE:AB:74:FA:D4:DA\",\n                \"id\": \"7XbYLogGGdBLOJ20\",\n                \"identifier\": \"NEW WIFI CLIENT\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 10,\n                \"source\": \"POLICY\",\n                \"summary\": \"New Client (DE:AB:74:FA:D4:DA) Discovered\",\n                \"timestamp\": \"2021-10-13T01:59:47.731170Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 99,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"vQMlKYpgzRNeL2qe\",\n                \"client_mac\": \"6E:B0:23:3E:3D:99\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": null,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A new 802.11 WiFi Client has been discovered.\\n\\n* MAC Address: 6E:B0:23:3E:3D:99\",\n                \"id\": \"gxMmLj1llxYnJvY5\",\n                \"identifier\": \"NEW WIFI CLIENT\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 10,\n                \"source\": \"POLICY\",\n                \"summary\": \"New Client (6E:B0:23:3E:3D:99) Discovered\",\n                \"timestamp\": \"2021-10-13T01:59:48.411293Z\"\n            },\n            {\n                \"ap_bssid\": \"02:15:99:EF:9A:02\",\n                \"ap_essid\": \"DIRECT-laB1163w Mono MFP\",\n                \"ap_id\": \"XvG2K62p0RYKqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Printer\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"2oQbKM733WdnBXzj\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 02:15:99:ef:9a:02 has changed channel from 6 to 11\",\n                \"timestamp\": \"2021-10-13T01:59:48.957137Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 99,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"j6GNL56WyGx3Km35\",\n                \"client_mac\": \"3A:C5:6C:B4:81:DD\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": null,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A new 802.11 WiFi Client has been discovered.\\n\\n* MAC Address: 3A:C5:6C:B4:81:DD\",\n                \"id\": \"60deD0kzz41KpPjb\",\n                \"identifier\": \"NEW WIFI CLIENT\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 10,\n                \"source\": \"POLICY\",\n                \"summary\": \"New Client (3A:C5:6C:B4:81:DD) Discovered\",\n                \"timestamp\": \"2021-10-13T02:01:50.851142Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 99,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"v0zVKQ64rY5lDbB5\",\n                \"client_mac\": \"D6:3F:CC:FE:DD:DB\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": null,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A new 802.11 WiFi Client has been discovered.\\n\\n* MAC Address: D6:3F:CC:FE:DD:DB\",\n                \"id\": \"wd4mnAqzzgBnkvRp\",\n                \"identifier\": \"NEW WIFI CLIENT\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 10,\n                \"source\": \"POLICY\",\n                \"summary\": \"New Client (D6:3F:CC:FE:DD:DB) Discovered\",\n                \"timestamp\": \"2021-10-13T02:03:48.722156Z\"\n            },\n            {\n                \"ap_bssid\": \"2C:FD:A1:A1:5B:98\",\n                \"ap_essid\": \"J-Sei\",\n                \"ap_id\": \"EWPYxLV8qoNDe5aj\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"ASUS\",\n                \"ap_trust_level\": 30,\n                \"ap_trust_level_name\": \"Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"PpOmLW9OOyMDBGb9\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 2c:fd:a1:a1:5b:98 has changed channel from 3 to 2\",\n                \"timestamp\": \"2021-10-13T02:04:12.286379Z\"\n            },\n            {\n                \"ap_bssid\": \"02:15:99:EF:9A:02\",\n                \"ap_essid\": \"DIRECT-laB1163w Mono MFP\",\n                \"ap_id\": \"XvG2K62p0RYKqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Printer\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"WPYxLVAggjVne5aj\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 02:15:99:ef:9a:02 has changed channel from 6 to 4\",\n                \"timestamp\": \"2021-10-13T02:04:18.570286Z\"\n            },\n            {\n                \"ap_bssid\": \"02:15:99:EF:9A:02\",\n                \"ap_essid\": \"DIRECT-laB1163w Mono MFP\",\n                \"ap_id\": \"XvG2K62p0RYKqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Printer\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"lqXoKN144rVL7y26\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 02:15:99:ef:9a:02 has changed channel from 4 to 6\",\n                \"timestamp\": \"2021-10-13T02:04:19.271515Z\"\n            },\n            {\n                \"ap_bssid\": \"96:18:98:BE:F0:04\",\n                \"ap_essid\": \"Free5Bird\",\n                \"ap_id\": \"60deD0565RJnpPjb\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 20,\n                \"ap_trust_level_name\": \"Guest\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 4,\n                \"client_group_name\": \"Visitor\",\n                \"client_id\": \"O3ZzDm8Y1Y6zK4JR\",\n                \"client_mac\": \"00:0E:8E:86:1A:7B\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 284,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Download/Upload Performance testing metric missed.\\n\\n* Expected: 10.000 Mbps Download / 10.000 Mbps Upload\\n* Observed: 0.000 Mbps Download / 0.000 Mbps Upload\",\n                \"id\": \"E3e2Ddyvvk0naVpj\",\n                \"identifier\": \"MISSED PERFORMANCE METRIC\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 5,\n                \"source\": \"PERFORMANCE\",\n                \"summary\": \"DOWNLOAD/UPLOAD METRIC MISSED\",\n                \"timestamp\": \"2021-10-13T02:04:57.065912Z\"\n            },\n            {\n                \"ap_bssid\": \"96:18:98:BE:F0:04\",\n                \"ap_essid\": \"Free5Bird\",\n                \"ap_id\": \"60deD0565RJnpPjb\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 20,\n                \"ap_trust_level_name\": \"Guest\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 4,\n                \"client_group_name\": \"Visitor\",\n                \"client_id\": \"O3ZzDm8Y1Y6zK4JR\",\n                \"client_mac\": \"00:0E:8E:86:1A:7B\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 284,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Download/Upload Performance testing metric missed.\\n\\n* Expected: 10.000 Mbps Download / 10.000 Mbps Upload\\n* Observed: 0.000 Mbps Download / 0.000 Mbps Upload\",\n                \"id\": \"wd4mnAqzzolnkvRp\",\n                \"identifier\": \"MISSED PERFORMANCE METRIC\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 5,\n                \"source\": \"PERFORMANCE\",\n                \"summary\": \"DOWNLOAD/UPLOAD METRIC MISSED\",\n                \"timestamp\": \"2021-10-13T02:11:28.377891Z\"\n            },\n            {\n                \"ap_bssid\": \"98:18:88:BE:F0:04\",\n                \"ap_essid\": \"Choose Another Castle\",\n                \"ap_id\": \"VyXoLbk4o3vK7QRW\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"Cisco\",\n                \"ap_trust_level\": 1,\n                \"ap_trust_level_name\": \"Trusted\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 2,\n                \"client_group_name\": \"Semi-Trusted\",\n                \"client_id\": \"XwlNKZd7bGjnYpzq\",\n                \"client_mac\": \"A8:6B:AD:3E:7E:A6\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 65535,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A client assigned to Client Group SEMI-TRUSTED has been observed connected to an unapproved TRUSTED AP\\n\\n* Client:      A8:6B:AD:3E:7E:A6\\n* Group:       SEMI-TRUSTED\\n* AccessPoint: 98:18:88:BE:F0:04 (Choose Another Castle)\\n* Trust Level: TRUSTED\\n    \\nThis message is sent no more than once per hour for this Client to AP connection.\",\n                \"id\": \"60deD0kzz2JKpPjb\",\n                \"identifier\": \"TRUST POLICY VIOLATION\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 10,\n                \"source\": \"POLICY\",\n                \"summary\": \"SEMI-TRUSTED CLIENT (A8:6B:AD:3E:7E:A6) CONNECTED TRUSTED AP (98:18:88:BE:F0:04)\",\n                \"timestamp\": \"2021-10-13T02:11:38.048063Z\"\n            },\n            {\n                \"ap_bssid\": \"2C:FD:A1:A1:5B:9C\",\n                \"ap_essid\": \"J-Sei\",\n                \"ap_id\": \"plqXoKNdwBpn7y26\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"ASUS\",\n                \"ap_trust_level\": 30,\n                \"ap_trust_level_name\": \"Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"3Gl4nJ3zz4RLvBay\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 2c:fd:a1:a1:5b:9c has changed channel from 44 to 157\",\n                \"timestamp\": \"2021-10-13T02:12:33.340958Z\"\n            },\n            {\n                \"ap_bssid\": \"E8:AB:FA:4E:83:0D\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"8XvG2K638gEDqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Drone\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"Attop\",\n                \"ap_trust_level\": 50,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 99,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"XvG2K62BjXEYKqAk\",\n                \"client_mac\": \"E8:1C:BA:82:B2:30\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": null,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A repeating 802.11 EAPOLFrame RSN anonce broadcast has been seen between e8:ab:fa:4e:83:0d and e8:1c:ba:82:b2:30.\\nThis may indicate a Key Reinstallation Attack (KRACK) attack is in progress or a device's\\nsoftware has not been upgraded to defend against this weakness. If a large number of\\nevents are seen in a short period of time an attack could be in progress.\\n\\nFor more information about this weakness, visit the following links:\\n    \\n    * https://www.krackattacks.com/\\n    * https://en.wikipedia.org/wiki/KRACK\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13077\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13078\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13079\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13080\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13081\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13082\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13084\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13086\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13087\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13088\\n\",\n                \"id\": \"wd4mnAqzzwYnkvRp\",\n                \"identifier\": \"KRACK\",\n                \"sensor_id\": \"jpEVxKyXvbLrQRY2\",\n                \"sensor_name\": \"Demo-V2-Seattle\",\n                \"severity\": 10,\n                \"source\": \"WIDS\",\n                \"summary\": \"POSSIBLE KRACK WEAKNESS/ATTACK\",\n                \"timestamp\": \"2021-10-13T02:13:36.572418Z\"\n            },\n            {\n                \"ap_bssid\": \"96:18:98:BE:F0:04\",\n                \"ap_essid\": \"Free5Bird\",\n                \"ap_id\": \"60deD0565RJnpPjb\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 20,\n                \"ap_trust_level_name\": \"Guest\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 4,\n                \"client_group_name\": \"Visitor\",\n                \"client_id\": \"O3ZzDm8Y1Y6zK4JR\",\n                \"client_mac\": \"00:0E:8E:86:1A:7B\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 284,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Download/Upload Performance testing metric missed.\\n\\n* Expected: 10.000 Mbps Download / 10.000 Mbps Upload\\n* Observed: 0.000 Mbps Download / 0.000 Mbps Upload\",\n                \"id\": \"GmVED2qzzYEKkqQw\",\n                \"identifier\": \"MISSED PERFORMANCE METRIC\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 5,\n                \"source\": \"PERFORMANCE\",\n                \"summary\": \"DOWNLOAD/UPLOAD METRIC MISSED\",\n                \"timestamp\": \"2021-10-13T02:18:00.535577Z\"\n            },\n            {\n                \"ap_bssid\": \"02:15:99:EF:9A:02\",\n                \"ap_essid\": \"DIRECT-laB1163w Mono MFP\",\n                \"ap_id\": \"XvG2K62p0RYKqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Printer\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"gVbOn4qzzZ6L0EeN\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 02:15:99:ef:9a:02 has changed channel from 6 to 9\",\n                \"timestamp\": \"2021-10-13T02:18:54.702436Z\"\n            },\n            {\n                \"ap_bssid\": \"02:15:99:EF:9A:02\",\n                \"ap_essid\": \"DIRECT-laB1163w Mono MFP\",\n                \"ap_id\": \"XvG2K62p0RYKqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Printer\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"Y2p6nGqzza3KJQ3b\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 02:15:99:ef:9a:02 has changed channel from 9 to 6\",\n                \"timestamp\": \"2021-10-13T02:18:55.154969Z\"\n            },\n            {\n                \"ap_bssid\": \"68:D7:9A:40:DF:EB\",\n                \"ap_essid\": \"MotoFish\",\n                \"ap_id\": \"3Gl4nJ7Y8aoLvBay\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"Ubiquiti\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 99,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"7XbYLoxBjYGzKOJ2\",\n                \"client_mac\": \"44:73:D6:22:C8:B2\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": null,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A repeating 802.11 EAPOLFrame RSN anonce broadcast has been seen between 68:d7:9a:40:df:eb and 44:73:d6:22:c8:b2.\\nThis may indicate a Key Reinstallation Attack (KRACK) attack is in progress or a device's\\nsoftware has not been upgraded to defend against this weakness. If a large number of\\nevents are seen in a short period of time an attack could be in progress.\\n\\nFor more information about this weakness, visit the following links:\\n    \\n    * https://www.krackattacks.com/\\n    * https://en.wikipedia.org/wiki/KRACK\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13077\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13078\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13079\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13080\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13081\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13082\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13084\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13086\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13087\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13088\\n\",\n                \"id\": \"pEVxKyWAAN5nrQRY\",\n                \"identifier\": \"KRACK\",\n                \"sensor_id\": \"jpEVxKyXvbLrQRY2\",\n                \"sensor_name\": \"Demo-V2-Seattle\",\n                \"severity\": 10,\n                \"source\": \"WIDS\",\n                \"summary\": \"POSSIBLE KRACK WEAKNESS/ATTACK\",\n                \"timestamp\": \"2021-10-13T02:19:29.036644Z\"\n            },\n            {\n                \"ap_bssid\": \"98:DA:C4:70:D2:07\",\n                \"ap_essid\": \"LokiDoki\",\n                \"ap_id\": \"wd4mnArolrJLkvRp\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Wireless Router\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"TP-Link\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A new WPA/WPA2 handshake has been collected for BSSID 98:DA:C4:70:D2:07\",\n                \"id\": \"x4dank6yyOkDGANw\",\n                \"identifier\": \"NEW WPA/WPA2 HANDSHAKE\",\n                \"sensor_id\": \"42oQbKMPQ8LBXzjV\",\n                \"sensor_name\": \"EC Demo\",\n                \"severity\": 1,\n                \"source\": \"INTERROGATOR\",\n                \"summary\": \"New WPA handshake received for BSSID 98:DA:C4:70:D2:07\",\n                \"timestamp\": \"2021-10-13T02:21:15.405786Z\"\n            },\n            {\n                \"ap_bssid\": \"E8:1C:BA:82:B2:30\",\n                \"ap_essid\": \"YouKidsGetOffMyLan\",\n                \"ap_id\": \"M60deD0ANkJnpPjb\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 99,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"2oQbKMyXJbjKBXzj\",\n                \"client_mac\": \"E8:AB:FA:4E:83:0D\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": null,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A repeating 802.11 EAPOLFrame RSN anonce broadcast has been seen between e8:1c:ba:82:b2:30 and e8:ab:fa:4e:83:0d.\\nThis may indicate a Key Reinstallation Attack (KRACK) attack is in progress or a device's\\nsoftware has not been upgraded to defend against this weakness. If a large number of\\nevents are seen in a short period of time an attack could be in progress.\\n\\nFor more information about this weakness, visit the following links:\\n    \\n    * https://www.krackattacks.com/\\n    * https://en.wikipedia.org/wiki/KRACK\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13077\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13078\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13079\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13080\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13081\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13082\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13084\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13086\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13087\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13088\\n\",\n                \"id\": \"60deD0kzzlwKpPjb\",\n                \"identifier\": \"KRACK\",\n                \"sensor_id\": \"jpEVxKyXvbLrQRY2\",\n                \"sensor_name\": \"Demo-V2-Seattle\",\n                \"severity\": 10,\n                \"source\": \"WIDS\",\n                \"summary\": \"POSSIBLE KRACK WEAKNESS/ATTACK\",\n                \"timestamp\": \"2021-10-13T02:22:11.241653Z\"\n            },\n            {\n                \"ap_bssid\": \"96:18:98:BE:F0:04\",\n                \"ap_essid\": \"Free5Bird\",\n                \"ap_id\": \"60deD0565RJnpPjb\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 20,\n                \"ap_trust_level_name\": \"Guest\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 4,\n                \"client_group_name\": \"Visitor\",\n                \"client_id\": \"O3ZzDm8Y1Y6zK4JR\",\n                \"client_mac\": \"00:0E:8E:86:1A:7B\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 284,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Download/Upload Performance testing metric missed.\\n\\n* Expected: 10.000 Mbps Download / 10.000 Mbps Upload\\n* Observed: 0.000 Mbps Download / 0.000 Mbps Upload\",\n                \"id\": \"8z2ND8qzzMynY5ER\",\n                \"identifier\": \"MISSED PERFORMANCE METRIC\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 5,\n                \"source\": \"PERFORMANCE\",\n                \"summary\": \"DOWNLOAD/UPLOAD METRIC MISSED\",\n                \"timestamp\": \"2021-10-13T02:24:29.201532Z\"\n            },\n            {\n                \"ap_bssid\": \"AC:5D:10:A0:C2:82\",\n                \"ap_essid\": \"ATT434\",\n                \"ap_id\": \"VyXoLbkJePWK7QRW\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"x4dank6yy2jDGANw\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP ac:5d:10:a0:c2:82 has changed channel from 11 to 1\",\n                \"timestamp\": \"2021-10-13T02:24:52.816516Z\"\n            },\n            {\n                \"ap_bssid\": \"2C:FD:A1:A1:5B:9C\",\n                \"ap_essid\": \"J-Sei\",\n                \"ap_id\": \"plqXoKNdwBpn7y26\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"ASUS\",\n                \"ap_trust_level\": 30,\n                \"ap_trust_level_name\": \"Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"Y2p6nGqzz2qKJQ3b\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 2c:fd:a1:a1:5b:9c has changed channel from 157 to 44\",\n                \"timestamp\": \"2021-10-13T02:27:28.954507Z\"\n            },\n            {\n                \"ap_bssid\": \"96:18:98:BE:F0:04\",\n                \"ap_essid\": \"Free5Bird\",\n                \"ap_id\": \"60deD0565RJnpPjb\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 20,\n                \"ap_trust_level_name\": \"Guest\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 4,\n                \"client_group_name\": \"Visitor\",\n                \"client_id\": \"O3ZzDm8Y1Y6zK4JR\",\n                \"client_mac\": \"00:0E:8E:86:1A:7B\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 284,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Download/Upload Performance testing metric missed.\\n\\n* Expected: 10.000 Mbps Download / 10.000 Mbps Upload\\n* Observed: 0.000 Mbps Download / 0.000 Mbps Upload\",\n                \"id\": \"yNMbnqX114YDGkJd\",\n                \"identifier\": \"MISSED PERFORMANCE METRIC\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 5,\n                \"source\": \"PERFORMANCE\",\n                \"summary\": \"DOWNLOAD/UPLOAD METRIC MISSED\",\n                \"timestamp\": \"2021-10-13T02:30:57.788149Z\"\n            },\n            {\n                \"ap_bssid\": \"10:DA:43:77:AA:95\",\n                \"ap_essid\": \"NETGEAR30\",\n                \"ap_id\": \"kvQMlKY8dP9L2qe0\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Camera\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"Netgear\",\n                \"ap_trust_level\": 50,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"E2NgDrA66gPKaerV\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 10:da:43:77:aa:95 has changed channel from 8 to 4\",\n                \"timestamp\": \"2021-10-13T02:36:54.389390Z\"\n            },\n            {\n                \"ap_bssid\": \"96:18:98:BE:F0:04\",\n                \"ap_essid\": \"Free5Bird\",\n                \"ap_id\": \"60deD0565RJnpPjb\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 20,\n                \"ap_trust_level_name\": \"Guest\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 4,\n                \"client_group_name\": \"Visitor\",\n                \"client_id\": \"O3ZzDm8Y1Y6zK4JR\",\n                \"client_mac\": \"00:0E:8E:86:1A:7B\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 284,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Download/Upload Performance testing metric missed.\\n\\n* Expected: 10.000 Mbps Download / 10.000 Mbps Upload\\n* Observed: 0.000 Mbps Download / 0.000 Mbps Upload\",\n                \"id\": \"gVbOn4qzzP7L0EeN\",\n                \"identifier\": \"MISSED PERFORMANCE METRIC\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 5,\n                \"source\": \"PERFORMANCE\",\n                \"summary\": \"DOWNLOAD/UPLOAD METRIC MISSED\",\n                \"timestamp\": \"2021-10-13T02:37:30.396392Z\"\n            },\n            {\n                \"ap_bssid\": \"98:18:88:BE:F0:04\",\n                \"ap_essid\": \"Choose Another Castle\",\n                \"ap_id\": \"VyXoLbk4o3vK7QRW\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"Cisco\",\n                \"ap_trust_level\": 1,\n                \"ap_trust_level_name\": \"Trusted\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 2,\n                \"client_group_name\": \"Semi-Trusted\",\n                \"client_id\": \"GjEaDRay3MMKb0dJ\",\n                \"client_mac\": \"28:56:5A:38:D1:11\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 65535,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A client assigned to Client Group SEMI-TRUSTED has been observed connected to an unapproved TRUSTED AP\\n\\n* Client:      28:56:5A:38:D1:11\\n* Group:       SEMI-TRUSTED\\n* AccessPoint: 98:18:88:BE:F0:04 (Choose Another Castle)\\n* Trust Level: TRUSTED\\n    \\nThis message is sent no more than once per hour for this Client to AP connection.\",\n                \"id\": \"69yoDg4xxyZnvx8V\",\n                \"identifier\": \"TRUST POLICY VIOLATION\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 10,\n                \"source\": \"POLICY\",\n                \"summary\": \"SEMI-TRUSTED CLIENT (28:56:5A:38:D1:11) CONNECTED TRUSTED AP (98:18:88:BE:F0:04)\",\n                \"timestamp\": \"2021-10-13T02:37:45.363314Z\"\n            },\n            {\n                \"ap_bssid\": \"FC:AE:34:95:2F:50\",\n                \"ap_essid\": \"ATTNd3trWa\",\n                \"ap_id\": \"GmVED250R7dKkqQw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Wireless Router\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"p6B7nzV991vng4XA\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"42oQbKMPQ8LBXzjV\",\n                \"sensor_name\": \"EC Demo\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP fc:ae:34:95:2f:50 has changed channel from 11 to 1\",\n                \"timestamp\": \"2021-10-13T02:39:06.696799Z\"\n            },\n            {\n                \"ap_bssid\": \"FE:AE:34:95:2F:52\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"zA1RL7oBJPgLr0al\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"8z2ND8qzzWMnY5ER\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"42oQbKMPQ8LBXzjV\",\n                \"sensor_name\": \"EC Demo\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP fe:ae:34:95:2f:52 has changed channel from 11 to 1\",\n                \"timestamp\": \"2021-10-13T02:39:06.838406Z\"\n            },\n            {\n                \"ap_bssid\": \"AC:5D:10:A0:C2:82\",\n                \"ap_essid\": \"ATT434\",\n                \"ap_id\": \"VyXoLbkJePWK7QRW\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"qzGoDEqzz6ADOemX\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP ac:5d:10:a0:c2:82 has changed channel from 1 to 11\",\n                \"timestamp\": \"2021-10-13T02:39:34.270628Z\"\n            },\n            {\n                \"ap_bssid\": \"9A:18:98:BE:F0:04\",\n                \"ap_essid\": \"Choose Another Castle\",\n                \"ap_id\": \"aQVvDeWmWkrLW8w0\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"Meraki\",\n                \"ap_tag_vendor\": \"Cisco\",\n                \"ap_trust_level\": 1,\n                \"ap_trust_level_name\": \"Trusted\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 2,\n                \"client_group_name\": \"Semi-Trusted\",\n                \"client_id\": \"WPYxLVabpN4ne5aj\",\n                \"client_mac\": \"08:66:98:CB:69:9F\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 65535,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"Apple\",\n                \"detail\": \"A client assigned to Client Group SEMI-TRUSTED has been observed connected to an unapproved TRUSTED AP\\n\\n* Client:      08:66:98:CB:69:9F\\n* Group:       SEMI-TRUSTED\\n* AccessPoint: 9A:18:98:BE:F0:04 (Choose Another Castle)\\n* Trust Level: TRUSTED\\n    \\nThis message is sent no more than once per hour for this Client to AP connection.\",\n                \"id\": \"vQMlKYeAAk7K2qe0\",\n                \"identifier\": \"TRUST POLICY VIOLATION\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 10,\n                \"source\": \"POLICY\",\n                \"summary\": \"SEMI-TRUSTED CLIENT (08:66:98:CB:69:9F) CONNECTED TRUSTED AP (9A:18:98:BE:F0:04)\",\n                \"timestamp\": \"2021-10-13T02:39:45.409798Z\"\n            },\n            {\n                \"ap_bssid\": \"E8:1C:BA:82:B2:30\",\n                \"ap_essid\": \"YouKidsGetOffMyLan\",\n                \"ap_id\": \"M60deD0ANkJnpPjb\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 99,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"2oQbKMyXJbjKBXzj\",\n                \"client_mac\": \"E8:AB:FA:4E:83:0D\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": null,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A repeating 802.11 EAPOLFrame RSN anonce broadcast has been seen between e8:1c:ba:82:b2:30 and e8:ab:fa:4e:83:0d.\\nThis may indicate a Key Reinstallation Attack (KRACK) attack is in progress or a device's\\nsoftware has not been upgraded to defend against this weakness. If a large number of\\nevents are seen in a short period of time an attack could be in progress.\\n\\nFor more information about this weakness, visit the following links:\\n    \\n    * https://www.krackattacks.com/\\n    * https://en.wikipedia.org/wiki/KRACK\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13077\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13078\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13079\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13080\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13081\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13082\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13084\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13086\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13087\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13088\\n\",\n                \"id\": \"9PBZDav55v4n7Rxw\",\n                \"identifier\": \"KRACK\",\n                \"sensor_id\": \"jpEVxKyXvbLrQRY2\",\n                \"sensor_name\": \"Demo-V2-Seattle\",\n                \"severity\": 10,\n                \"source\": \"WIDS\",\n                \"summary\": \"POSSIBLE KRACK WEAKNESS/ATTACK\",\n                \"timestamp\": \"2021-10-13T02:40:45.216240Z\"\n            },\n            {\n                \"ap_bssid\": \"E8:AB:FA:4E:83:0D\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"8XvG2K638gEDqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Drone\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"Attop\",\n                \"ap_trust_level\": 50,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 99,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"XvG2K62BjXEYKqAk\",\n                \"client_mac\": \"E8:1C:BA:82:B2:30\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": null,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A repeating 802.11 EAPOLFrame RSN anonce broadcast has been seen between e8:ab:fa:4e:83:0d and e8:1c:ba:82:b2:30.\\nThis may indicate a Key Reinstallation Attack (KRACK) attack is in progress or a device's\\nsoftware has not been upgraded to defend against this weakness. If a large number of\\nevents are seen in a short period of time an attack could be in progress.\\n\\nFor more information about this weakness, visit the following links:\\n    \\n    * https://www.krackattacks.com/\\n    * https://en.wikipedia.org/wiki/KRACK\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13077\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13078\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13079\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13080\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13081\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13082\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13084\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13086\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13087\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13088\\n\",\n                \"id\": \"eYN2K3qzzqjnoQ0k\",\n                \"identifier\": \"KRACK\",\n                \"sensor_id\": \"jpEVxKyXvbLrQRY2\",\n                \"sensor_name\": \"Demo-V2-Seattle\",\n                \"severity\": 10,\n                \"source\": \"WIDS\",\n                \"summary\": \"POSSIBLE KRACK WEAKNESS/ATTACK\",\n                \"timestamp\": \"2021-10-13T02:42:16.578530Z\"\n            },\n            {\n                \"ap_bssid\": \"2C:FD:A1:A1:5B:9C\",\n                \"ap_essid\": \"J-Sei\",\n                \"ap_id\": \"plqXoKNdwBpn7y26\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"ASUS\",\n                \"ap_trust_level\": 30,\n                \"ap_trust_level_name\": \"Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"bvoenO6GG2qDMg14\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 2c:fd:a1:a1:5b:9c has changed channel from 44 to 157\",\n                \"timestamp\": \"2021-10-13T02:42:42.660416Z\"\n            },\n            {\n                \"ap_bssid\": \"96:18:98:BE:F0:04\",\n                \"ap_essid\": \"Free5Bird\",\n                \"ap_id\": \"60deD0565RJnpPjb\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 20,\n                \"ap_trust_level_name\": \"Guest\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 4,\n                \"client_group_name\": \"Visitor\",\n                \"client_id\": \"O3ZzDm8Y1Y6zK4JR\",\n                \"client_mac\": \"00:0E:8E:86:1A:7B\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 284,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Download/Upload Performance testing metric missed.\\n\\n* Expected: 10.000 Mbps Download / 10.000 Mbps Upload\\n* Observed: 0.000 Mbps Download / 0.000 Mbps Upload\",\n                \"id\": \"bvoenO6GGByDMg14\",\n                \"identifier\": \"MISSED PERFORMANCE METRIC\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 5,\n                \"source\": \"PERFORMANCE\",\n                \"summary\": \"DOWNLOAD/UPLOAD METRIC MISSED\",\n                \"timestamp\": \"2021-10-13T02:44:05.194604Z\"\n            },\n            {\n                \"ap_bssid\": \"2C:FD:A1:A1:5B:98\",\n                \"ap_essid\": \"J-Sei\",\n                \"ap_id\": \"EWPYxLV8qoNDe5aj\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"ASUS\",\n                \"ap_trust_level\": 30,\n                \"ap_trust_level_name\": \"Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"eYN2K3qzzexnoQ0k\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 2c:fd:a1:a1:5b:98 has changed channel from 2 to 3\",\n                \"timestamp\": \"2021-10-13T02:49:24.406548Z\"\n            },\n            {\n                \"ap_bssid\": \"A8:70:5D:84:D2:2C\",\n                \"ap_essid\": \"xfinitywifi\",\n                \"ap_id\": \"8z2ND83elPPKY5ER\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 71,\n                \"ap_trust_level_name\": \"High Threat\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 1,\n                \"client_group_name\": \"Trusted\",\n                \"client_id\": \"zA1RL7bzBGjjnr0a\",\n                \"client_mac\": \"3C:15:C2:D9:8A:34\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 65535,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"Apple\",\n                \"detail\": \"A client assigned to Client Group TRUSTED has been observed connected to an unapproved HIGH THREAT AP\\n\\n* Client:      3C:15:C2:D9:8A:34\\n* Group:       TRUSTED\\n* AccessPoint: A8:70:5D:84:D2:2C (xfinitywifi)\\n* Trust Level: HIGH THREAT\\n    \\nThis message is sent no more than once per hour for this Client to AP connection.\",\n                \"id\": \"aQVvDeEwwzrDW8w0\",\n                \"identifier\": \"TRUST POLICY VIOLATION\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 8,\n                \"source\": \"POLICY\",\n                \"summary\": \"TRUSTED CLIENT (3C:15:C2:D9:8A:34) CONNECTED HIGH THREAT AP (A8:70:5D:84:D2:2C)\",\n                \"timestamp\": \"2021-10-13T02:50:06.845892Z\"\n            },\n            {\n                \"ap_bssid\": \"96:18:98:BE:F0:04\",\n                \"ap_essid\": \"Free5Bird\",\n                \"ap_id\": \"60deD0565RJnpPjb\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 20,\n                \"ap_trust_level_name\": \"Guest\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 4,\n                \"client_group_name\": \"Visitor\",\n                \"client_id\": \"O3ZzDm8Y1Y6zK4JR\",\n                \"client_mac\": \"00:0E:8E:86:1A:7B\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 284,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Download/Upload Performance testing metric missed.\\n\\n* Expected: 10.000 Mbps Download / 10.000 Mbps Upload\\n* Observed: 0.000 Mbps Download / 0.000 Mbps Upload\",\n                \"id\": \"E2NgDrA66x5KaerV\",\n                \"identifier\": \"MISSED PERFORMANCE METRIC\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 5,\n                \"source\": \"PERFORMANCE\",\n                \"summary\": \"DOWNLOAD/UPLOAD METRIC MISSED\",\n                \"timestamp\": \"2021-10-13T02:50:36.305711Z\"\n            },\n            {\n                \"ap_bssid\": \"10:DA:43:77:AA:95\",\n                \"ap_essid\": \"NETGEAR30\",\n                \"ap_id\": \"kvQMlKY8dP9L2qe0\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Camera\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"Netgear\",\n                \"ap_trust_level\": 50,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"Mqa0n1kPPEJK2pxv\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 10:da:43:77:aa:95 has changed channel from 4 to 8\",\n                \"timestamp\": \"2021-10-13T02:53:27.689305Z\"\n            },\n            {\n                \"ap_bssid\": \"AC:5D:10:A0:C2:82\",\n                \"ap_essid\": \"ATT434\",\n                \"ap_id\": \"VyXoLbkJePWK7QRW\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"7XbYLogGGmPLOJ20\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP ac:5d:10:a0:c2:82 has changed channel from 11 to 1\",\n                \"timestamp\": \"2021-10-13T02:54:35.584572Z\"\n            },\n            {\n                \"ap_bssid\": \"FC:AE:34:95:2F:50\",\n                \"ap_essid\": \"ATTNd3trWa\",\n                \"ap_id\": \"GmVED250R7dKkqQw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Wireless Router\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"oPwynlY551GLq6mA\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"42oQbKMPQ8LBXzjV\",\n                \"sensor_name\": \"EC Demo\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP fc:ae:34:95:2f:50 has changed channel from 1 to 11\",\n                \"timestamp\": \"2021-10-13T02:54:39.411836Z\"\n            },\n            {\n                \"ap_bssid\": \"FE:AE:34:95:2F:52\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"zA1RL7oBJPgLr0al\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"2oQbKM733OjnBXzj\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"42oQbKMPQ8LBXzjV\",\n                \"sensor_name\": \"EC Demo\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP fe:ae:34:95:2f:52 has changed channel from 1 to 11\",\n                \"timestamp\": \"2021-10-13T02:54:39.552753Z\"\n            },\n            {\n                \"ap_bssid\": \"96:18:98:BE:F0:04\",\n                \"ap_essid\": \"Free5Bird\",\n                \"ap_id\": \"60deD0565RJnpPjb\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 20,\n                \"ap_trust_level_name\": \"Guest\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 4,\n                \"client_group_name\": \"Visitor\",\n                \"client_id\": \"O3ZzDm8Y1Y6zK4JR\",\n                \"client_mac\": \"00:0E:8E:86:1A:7B\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 284,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Download/Upload Performance testing metric missed.\\n\\n* Expected: 10.000 Mbps Download / 10.000 Mbps Upload\\n* Observed: 0.000 Mbps Download / 0.000 Mbps Upload\",\n                \"id\": \"60deD0kzzJPKpPjb\",\n                \"identifier\": \"MISSED PERFORMANCE METRIC\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 5,\n                \"source\": \"PERFORMANCE\",\n                \"summary\": \"DOWNLOAD/UPLOAD METRIC MISSED\",\n                \"timestamp\": \"2021-10-13T02:57:11.021073Z\"\n            },\n            {\n                \"ap_bssid\": \"96:18:98:BE:F0:04\",\n                \"ap_essid\": \"Free5Bird\",\n                \"ap_id\": \"60deD0565RJnpPjb\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 20,\n                \"ap_trust_level_name\": \"Guest\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 4,\n                \"client_group_name\": \"Visitor\",\n                \"client_id\": \"O3ZzDm8Y1Y6zK4JR\",\n                \"client_mac\": \"00:0E:8E:86:1A:7B\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 284,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Download/Upload Performance testing metric missed.\\n\\n* Expected: 10.000 Mbps Download / 10.000 Mbps Upload\\n* Observed: 0.000 Mbps Download / 0.000 Mbps Upload\",\n                \"id\": \"Mqa0n1kPPxpK2pxv\",\n                \"identifier\": \"MISSED PERFORMANCE METRIC\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 5,\n                \"source\": \"PERFORMANCE\",\n                \"summary\": \"DOWNLOAD/UPLOAD METRIC MISSED\",\n                \"timestamp\": \"2021-10-13T03:03:54.934330Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 99,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"E2NgDrJB97wADaer\",\n                \"client_mac\": \"CE:38:EA:6E:0A:13\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": null,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A new 802.11 WiFi Client has been discovered.\\n\\n* MAC Address: CE:38:EA:6E:0A:13\",\n                \"id\": \"GjEaDRb66BMDb0dJ\",\n                \"identifier\": \"NEW WIFI CLIENT\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 10,\n                \"source\": \"POLICY\",\n                \"summary\": \"New Client (CE:38:EA:6E:0A:13) Discovered\",\n                \"timestamp\": \"2021-10-13T03:04:14.252088Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 99,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"9PBZDablzWprn7Rx\",\n                \"client_mac\": \"C6:30:B3:AE:EA:DD\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": null,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A new 802.11 WiFi Client has been discovered.\\n\\n* MAC Address: C6:30:B3:AE:EA:DD\",\n                \"id\": \"GqX3KBqzz54LpwNj\",\n                \"identifier\": \"NEW WIFI CLIENT\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 10,\n                \"source\": \"POLICY\",\n                \"summary\": \"New Client (C6:30:B3:AE:EA:DD) Discovered\",\n                \"timestamp\": \"2021-10-13T03:04:14.842543Z\"\n            },\n            {\n                \"ap_bssid\": \"2C:FD:A1:A1:5B:98\",\n                \"ap_essid\": \"J-Sei\",\n                \"ap_id\": \"EWPYxLV8qoNDe5aj\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"ASUS\",\n                \"ap_trust_level\": 30,\n                \"ap_trust_level_name\": \"Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"lqXoKN144pmL7y26\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 2c:fd:a1:a1:5b:98 has changed channel from 3 to 2\",\n                \"timestamp\": \"2021-10-13T03:04:30.355793Z\"\n            },\n            {\n                \"ap_bssid\": \"02:15:99:EF:9A:02\",\n                \"ap_essid\": \"DIRECT-laB1163w Mono MFP\",\n                \"ap_id\": \"XvG2K62p0RYKqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Printer\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"9PBZDav5WN7n7Rxw\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 02:15:99:ef:9a:02 has changed channel from 6 to 7\",\n                \"timestamp\": \"2021-10-13T03:07:43.155751Z\"\n            },\n            {\n                \"ap_bssid\": \"02:15:99:EF:9A:02\",\n                \"ap_essid\": \"DIRECT-laB1163w Mono MFP\",\n                \"ap_id\": \"XvG2K62p0RYKqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Printer\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"yNMbnqX1G8PDGkJd\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 02:15:99:ef:9a:02 has changed channel from 7 to 6\",\n                \"timestamp\": \"2021-10-13T03:07:43.467978Z\"\n            },\n            {\n                \"ap_bssid\": \"E8:1C:BA:82:B2:30\",\n                \"ap_essid\": \"YouKidsGetOffMyLan\",\n                \"ap_id\": \"M60deD0ANkJnpPjb\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 99,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"2oQbKMyXJbjKBXzj\",\n                \"client_mac\": \"E8:AB:FA:4E:83:0D\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": null,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A repeating 802.11 EAPOLFrame RSN anonce broadcast has been seen between e8:1c:ba:82:b2:30 and e8:ab:fa:4e:83:0d.\\nThis may indicate a Key Reinstallation Attack (KRACK) attack is in progress or a device's\\nsoftware has not been upgraded to defend against this weakness. If a large number of\\nevents are seen in a short period of time an attack could be in progress.\\n\\nFor more information about this weakness, visit the following links:\\n    \\n    * https://www.krackattacks.com/\\n    * https://en.wikipedia.org/wiki/KRACK\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13077\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13078\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13079\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13080\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13081\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13082\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13084\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13086\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13087\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13088\\n\",\n                \"id\": \"XwlNKZ09ABJnYpzq\",\n                \"identifier\": \"KRACK\",\n                \"sensor_id\": \"jpEVxKyXvbLrQRY2\",\n                \"sensor_name\": \"Demo-V2-Seattle\",\n                \"severity\": 10,\n                \"source\": \"WIDS\",\n                \"summary\": \"POSSIBLE KRACK WEAKNESS/ATTACK\",\n                \"timestamp\": \"2021-10-13T03:07:52.320126Z\"\n            },\n            {\n                \"ap_bssid\": \"96:18:98:BE:F0:04\",\n                \"ap_essid\": \"Free5Bird\",\n                \"ap_id\": \"60deD0565RJnpPjb\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 20,\n                \"ap_trust_level_name\": \"Guest\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 4,\n                \"client_group_name\": \"Visitor\",\n                \"client_id\": \"O3ZzDm8Y1Y6zK4JR\",\n                \"client_mac\": \"00:0E:8E:86:1A:7B\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 284,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Download/Upload Performance testing metric missed.\\n\\n* Expected: 10.000 Mbps Download / 10.000 Mbps Upload\\n* Observed: 0.000 Mbps Download / 0.000 Mbps Upload\",\n                \"id\": \"gVbOn4qzmOkL0EeN\",\n                \"identifier\": \"MISSED PERFORMANCE METRIC\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 5,\n                \"source\": \"PERFORMANCE\",\n                \"summary\": \"DOWNLOAD/UPLOAD METRIC MISSED\",\n                \"timestamp\": \"2021-10-13T03:10:28.355227Z\"\n            },\n            {\n                \"ap_bssid\": \"68:D7:9A:40:DF:EB\",\n                \"ap_essid\": \"MotoFish\",\n                \"ap_id\": \"3Gl4nJ7Y8aoLvBay\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"Ubiquiti\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 99,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"7XbYLoxBjYGzKOJ2\",\n                \"client_mac\": \"44:73:D6:22:C8:B2\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": null,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A repeating 802.11 EAPOLFrame RSN anonce broadcast has been seen between 68:d7:9a:40:df:eb and 44:73:d6:22:c8:b2.\\nThis may indicate a Key Reinstallation Attack (KRACK) attack is in progress or a device's\\nsoftware has not been upgraded to defend against this weakness. If a large number of\\nevents are seen in a short period of time an attack could be in progress.\\n\\nFor more information about this weakness, visit the following links:\\n    \\n    * https://www.krackattacks.com/\\n    * https://en.wikipedia.org/wiki/KRACK\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13077\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13078\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13079\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13080\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13081\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13082\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13084\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13086\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13087\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13088\\n\",\n                \"id\": \"Mqa0n1kP1GxK2pxv\",\n                \"identifier\": \"KRACK\",\n                \"sensor_id\": \"jpEVxKyXvbLrQRY2\",\n                \"sensor_name\": \"Demo-V2-Seattle\",\n                \"severity\": 10,\n                \"source\": \"WIDS\",\n                \"summary\": \"POSSIBLE KRACK WEAKNESS/ATTACK\",\n                \"timestamp\": \"2021-10-13T03:10:45.685414Z\"\n            },\n            {\n                \"ap_bssid\": \"02:15:99:EF:9A:02\",\n                \"ap_essid\": \"DIRECT-laB1163w Mono MFP\",\n                \"ap_id\": \"XvG2K62p0RYKqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Printer\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"GqX3KBqzNo9LpwNj\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 02:15:99:ef:9a:02 has changed channel from 6 to 10\",\n                \"timestamp\": \"2021-10-13T03:15:18.630346Z\"\n            },\n            {\n                \"ap_bssid\": \"02:15:99:EF:9A:02\",\n                \"ap_essid\": \"DIRECT-laB1163w Mono MFP\",\n                \"ap_id\": \"XvG2K62p0RYKqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Printer\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"v0zVKQm17P5KbB5E\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 02:15:99:ef:9a:02 has changed channel from 10 to 6\",\n                \"timestamp\": \"2021-10-13T03:15:18.957006Z\"\n            },\n            {\n                \"ap_bssid\": \"96:18:98:BE:F0:04\",\n                \"ap_essid\": \"Free5Bird\",\n                \"ap_id\": \"60deD0565RJnpPjb\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 20,\n                \"ap_trust_level_name\": \"Guest\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 4,\n                \"client_group_name\": \"Visitor\",\n                \"client_id\": \"O3ZzDm8Y1Y6zK4JR\",\n                \"client_mac\": \"00:0E:8E:86:1A:7B\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 284,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Download/Upload Performance testing metric missed.\\n\\n* Expected: 10.000 Mbps Download / 10.000 Mbps Upload\\n* Observed: 0.000 Mbps Download / 0.000 Mbps Upload\",\n                \"id\": \"5N89KXRXOPrnv1Xw\",\n                \"identifier\": \"MISSED PERFORMANCE METRIC\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 5,\n                \"source\": \"PERFORMANCE\",\n                \"summary\": \"DOWNLOAD/UPLOAD METRIC MISSED\",\n                \"timestamp\": \"2021-10-13T03:16:57.098989Z\"\n            },\n            {\n                \"ap_bssid\": \"68:D7:9A:40:DF:EB\",\n                \"ap_essid\": \"MotoFish\",\n                \"ap_id\": \"3Gl4nJ7Y8aoLvBay\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"Ubiquiti\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 99,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"7XbYLoxBjYGzKOJ2\",\n                \"client_mac\": \"44:73:D6:22:C8:B2\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": null,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A repeating 802.11 EAPOLFrame RSN anonce broadcast has been seen between 68:d7:9a:40:df:eb and 44:73:d6:22:c8:b2.\\nThis may indicate a Key Reinstallation Attack (KRACK) attack is in progress or a device's\\nsoftware has not been upgraded to defend against this weakness. If a large number of\\nevents are seen in a short period of time an attack could be in progress.\\n\\nFor more information about this weakness, visit the following links:\\n    \\n    * https://www.krackattacks.com/\\n    * https://en.wikipedia.org/wiki/KRACK\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13077\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13078\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13079\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13080\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13081\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13082\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13084\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13086\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13087\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13088\\n\",\n                \"id\": \"gVbOn4qzm17L0EeN\",\n                \"identifier\": \"KRACK\",\n                \"sensor_id\": \"jpEVxKyXvbLrQRY2\",\n                \"sensor_name\": \"Demo-V2-Seattle\",\n                \"severity\": 10,\n                \"source\": \"WIDS\",\n                \"summary\": \"POSSIBLE KRACK WEAKNESS/ATTACK\",\n                \"timestamp\": \"2021-10-13T03:18:49.416814Z\"\n            },\n            {\n                \"ap_bssid\": \"02:15:99:EF:9A:02\",\n                \"ap_essid\": \"DIRECT-laB1163w Mono MFP\",\n                \"ap_id\": \"XvG2K62p0RYKqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Printer\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"p6B7nzV9Xrvng4XA\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 02:15:99:ef:9a:02 has changed channel from 6 to 10\",\n                \"timestamp\": \"2021-10-13T03:20:47.932223Z\"\n            },\n            {\n                \"ap_bssid\": \"02:15:99:EF:9A:02\",\n                \"ap_essid\": \"DIRECT-laB1163w Mono MFP\",\n                \"ap_id\": \"XvG2K62p0RYKqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Printer\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"8z2ND8qzXvMnY5ER\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 02:15:99:ef:9a:02 has changed channel from 10 to 6\",\n                \"timestamp\": \"2021-10-13T03:20:48.077940Z\"\n            },\n            {\n                \"ap_bssid\": \"98:18:88:BE:F0:04\",\n                \"ap_essid\": \"Choose Another Castle\",\n                \"ap_id\": \"VyXoLbk4o3vK7QRW\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"Cisco\",\n                \"ap_trust_level\": 1,\n                \"ap_trust_level_name\": \"Trusted\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 2,\n                \"client_group_name\": \"Semi-Trusted\",\n                \"client_id\": \"XwlNKZd7bGjnYpzq\",\n                \"client_mac\": \"A8:6B:AD:3E:7E:A6\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 65535,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A client assigned to Client Group SEMI-TRUSTED has been observed connected to an unapproved TRUSTED AP\\n\\n* Client:      A8:6B:AD:3E:7E:A6\\n* Group:       SEMI-TRUSTED\\n* AccessPoint: 98:18:88:BE:F0:04 (Choose Another Castle)\\n* Trust Level: TRUSTED\\n    \\nThis message is sent no more than once per hour for this Client to AP connection.\",\n                \"id\": \"bvoenO6G4q5DMg14\",\n                \"identifier\": \"TRUST POLICY VIOLATION\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 10,\n                \"source\": \"POLICY\",\n                \"summary\": \"SEMI-TRUSTED CLIENT (A8:6B:AD:3E:7E:A6) CONNECTED TRUSTED AP (98:18:88:BE:F0:04)\",\n                \"timestamp\": \"2021-10-13T03:21:57.657836Z\"\n            },\n            {\n                \"ap_bssid\": \"96:18:98:BE:F0:04\",\n                \"ap_essid\": \"Free5Bird\",\n                \"ap_id\": \"60deD0565RJnpPjb\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 20,\n                \"ap_trust_level_name\": \"Guest\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 4,\n                \"client_group_name\": \"Visitor\",\n                \"client_id\": \"O3ZzDm8Y1Y6zK4JR\",\n                \"client_mac\": \"00:0E:8E:86:1A:7B\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 284,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Download/Upload Performance testing metric missed.\\n\\n* Expected: 10.000 Mbps Download / 10.000 Mbps Upload\\n* Observed: 0.000 Mbps Download / 0.000 Mbps Upload\",\n                \"id\": \"3Gl4nJ3zle9LvBay\",\n                \"identifier\": \"MISSED PERFORMANCE METRIC\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 5,\n                \"source\": \"PERFORMANCE\",\n                \"summary\": \"DOWNLOAD/UPLOAD METRIC MISSED\",\n                \"timestamp\": \"2021-10-13T03:23:26.398933Z\"\n            },\n            {\n                \"ap_bssid\": \"02:15:99:EF:9A:02\",\n                \"ap_essid\": \"DIRECT-laB1163w Mono MFP\",\n                \"ap_id\": \"XvG2K62p0RYKqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Printer\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"GqX3KBqzNQaLpwNj\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 02:15:99:ef:9a:02 has changed channel from 6 to 11\",\n                \"timestamp\": \"2021-10-13T03:27:49.344224Z\"\n            },\n            {\n                \"ap_bssid\": \"02:15:99:EF:9A:02\",\n                \"ap_essid\": \"DIRECT-laB1163w Mono MFP\",\n                \"ap_id\": \"XvG2K62p0RYKqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Printer\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"v0zVKQm17ydKbB5E\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 02:15:99:ef:9a:02 has changed channel from 11 to 6\",\n                \"timestamp\": \"2021-10-13T03:27:49.495149Z\"\n            },\n            {\n                \"ap_bssid\": \"E8:1C:BA:82:B2:30\",\n                \"ap_essid\": \"YouKidsGetOffMyLan\",\n                \"ap_id\": \"M60deD0ANkJnpPjb\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 99,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"2oQbKMyXJbjKBXzj\",\n                \"client_mac\": \"E8:AB:FA:4E:83:0D\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": null,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A repeating 802.11 EAPOLFrame RSN anonce broadcast has been seen between e8:1c:ba:82:b2:30 and e8:ab:fa:4e:83:0d.\\nThis may indicate a Key Reinstallation Attack (KRACK) attack is in progress or a device's\\nsoftware has not been upgraded to defend against this weakness. If a large number of\\nevents are seen in a short period of time an attack could be in progress.\\n\\nFor more information about this weakness, visit the following links:\\n    \\n    * https://www.krackattacks.com/\\n    * https://en.wikipedia.org/wiki/KRACK\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13077\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13078\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13079\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13080\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13081\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13082\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13084\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13086\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13087\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13088\\n\",\n                \"id\": \"VyXoLbwNVe5K7QRW\",\n                \"identifier\": \"KRACK\",\n                \"sensor_id\": \"jpEVxKyXvbLrQRY2\",\n                \"sensor_name\": \"Demo-V2-Seattle\",\n                \"severity\": 10,\n                \"source\": \"WIDS\",\n                \"summary\": \"POSSIBLE KRACK WEAKNESS/ATTACK\",\n                \"timestamp\": \"2021-10-13T03:28:30.303136Z\"\n            },\n            {\n                \"ap_bssid\": \"96:18:98:BE:F0:04\",\n                \"ap_essid\": \"Free5Bird\",\n                \"ap_id\": \"60deD0565RJnpPjb\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 20,\n                \"ap_trust_level_name\": \"Guest\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 4,\n                \"client_group_name\": \"Visitor\",\n                \"client_id\": \"O3ZzDm8Y1Y6zK4JR\",\n                \"client_mac\": \"00:0E:8E:86:1A:7B\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 284,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Download/Upload Performance testing metric missed.\\n\\n* Expected: 10.000 Mbps Download / 10.000 Mbps Upload\\n* Observed: 0.000 Mbps Download / 0.000 Mbps Upload\",\n                \"id\": \"PpOmLW9OgmrDBGb9\",\n                \"identifier\": \"MISSED PERFORMANCE METRIC\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 5,\n                \"source\": \"PERFORMANCE\",\n                \"summary\": \"DOWNLOAD/UPLOAD METRIC MISSED\",\n                \"timestamp\": \"2021-10-13T03:30:00.584393Z\"\n            },\n            {\n                \"ap_bssid\": \"02:15:99:EF:9A:02\",\n                \"ap_essid\": \"DIRECT-laB1163w Mono MFP\",\n                \"ap_id\": \"XvG2K62p0RYKqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Printer\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"XwlNKZ09AbbnYpzq\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 02:15:99:ef:9a:02 has changed channel from 6 to 4\",\n                \"timestamp\": \"2021-10-13T03:32:55.198000Z\"\n            },\n            {\n                \"ap_bssid\": \"02:15:99:EF:9A:02\",\n                \"ap_essid\": \"DIRECT-laB1163w Mono MFP\",\n                \"ap_id\": \"XvG2K62p0RYKqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Printer\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"Y2p6nGqzxaVKJQ3b\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 02:15:99:ef:9a:02 has changed channel from 4 to 6\",\n                \"timestamp\": \"2021-10-13T03:33:22.625057Z\"\n            },\n            {\n                \"ap_bssid\": \"96:18:98:BE:F0:04\",\n                \"ap_essid\": \"Free5Bird\",\n                \"ap_id\": \"60deD0565RJnpPjb\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 20,\n                \"ap_trust_level_name\": \"Guest\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 4,\n                \"client_group_name\": \"Visitor\",\n                \"client_id\": \"O3ZzDm8Y1Y6zK4JR\",\n                \"client_mac\": \"00:0E:8E:86:1A:7B\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 284,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Download/Upload Performance testing metric missed.\\n\\n* Expected: 10.000 Mbps Download / 10.000 Mbps Upload\\n* Observed: 0.000 Mbps Download / 0.000 Mbps Upload\",\n                \"id\": \"yVpWLxQXg5mK5BaN\",\n                \"identifier\": \"MISSED PERFORMANCE METRIC\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 5,\n                \"source\": \"PERFORMANCE\",\n                \"summary\": \"DOWNLOAD/UPLOAD METRIC MISSED\",\n                \"timestamp\": \"2021-10-13T03:36:34.427491Z\"\n            },\n            {\n                \"ap_bssid\": \"02:15:99:EF:9A:02\",\n                \"ap_essid\": \"DIRECT-laB1163w Mono MFP\",\n                \"ap_id\": \"XvG2K62p0RYKqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Printer\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"eYN2K3qzYbenoQ0k\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 02:15:99:ef:9a:02 has changed channel from 6 to 9\",\n                \"timestamp\": \"2021-10-13T03:37:23.953962Z\"\n            },\n            {\n                \"ap_bssid\": \"02:15:99:EF:9A:02\",\n                \"ap_essid\": \"DIRECT-laB1163w Mono MFP\",\n                \"ap_id\": \"XvG2K62p0RYKqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Printer\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"gVbOn4qzmgEL0EeN\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 02:15:99:ef:9a:02 has changed channel from 9 to 6\",\n                \"timestamp\": \"2021-10-13T03:37:24.107719Z\"\n            },\n            {\n                \"ap_bssid\": \"98:18:88:BE:F0:04\",\n                \"ap_essid\": \"Choose Another Castle\",\n                \"ap_id\": \"VyXoLbk4o3vK7QRW\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"Cisco\",\n                \"ap_trust_level\": 1,\n                \"ap_trust_level_name\": \"Trusted\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 2,\n                \"client_group_name\": \"Semi-Trusted\",\n                \"client_id\": \"GjEaDRay3MMKb0dJ\",\n                \"client_mac\": \"28:56:5A:38:D1:11\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 65535,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A client assigned to Client Group SEMI-TRUSTED has been observed connected to an unapproved TRUSTED AP\\n\\n* Client:      28:56:5A:38:D1:11\\n* Group:       SEMI-TRUSTED\\n* AccessPoint: 98:18:88:BE:F0:04 (Choose Another Castle)\\n* Trust Level: TRUSTED\\n    \\nThis message is sent no more than once per hour for this Client to AP connection.\",\n                \"id\": \"5N89KXRXO8Anv1Xw\",\n                \"identifier\": \"TRUST POLICY VIOLATION\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 10,\n                \"source\": \"POLICY\",\n                \"summary\": \"SEMI-TRUSTED CLIENT (28:56:5A:38:D1:11) CONNECTED TRUSTED AP (98:18:88:BE:F0:04)\",\n                \"timestamp\": \"2021-10-13T03:38:05.864323Z\"\n            },\n            {\n                \"ap_bssid\": \"9A:18:98:BE:F0:04\",\n                \"ap_essid\": \"Choose Another Castle\",\n                \"ap_id\": \"aQVvDeWmWkrLW8w0\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"Meraki\",\n                \"ap_tag_vendor\": \"Cisco\",\n                \"ap_trust_level\": 1,\n                \"ap_trust_level_name\": \"Trusted\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 2,\n                \"client_group_name\": \"Semi-Trusted\",\n                \"client_id\": \"WPYxLVabpN4ne5aj\",\n                \"client_mac\": \"08:66:98:CB:69:9F\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 65535,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"Apple\",\n                \"detail\": \"A client assigned to Client Group SEMI-TRUSTED has been observed connected to an unapproved TRUSTED AP\\n\\n* Client:      08:66:98:CB:69:9F\\n* Group:       SEMI-TRUSTED\\n* AccessPoint: 9A:18:98:BE:F0:04 (Choose Another Castle)\\n* Trust Level: TRUSTED\\n    \\nThis message is sent no more than once per hour for this Client to AP connection.\",\n                \"id\": \"PpOmLW9OgJdDBGb9\",\n                \"identifier\": \"TRUST POLICY VIOLATION\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 10,\n                \"source\": \"POLICY\",\n                \"summary\": \"SEMI-TRUSTED CLIENT (08:66:98:CB:69:9F) CONNECTED TRUSTED AP (9A:18:98:BE:F0:04)\",\n                \"timestamp\": \"2021-10-13T03:40:03.751191Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 99,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"E2NgDrJB9ONPDaer\",\n                \"client_mac\": \"4A:7F:DD:9C:F9:98\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": null,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A new 802.11 WiFi Client has been discovered.\\n\\n* MAC Address: 4A:7F:DD:9C:F9:98\",\n                \"id\": \"lqXoKN143VzL7y26\",\n                \"identifier\": \"NEW WIFI CLIENT\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 10,\n                \"source\": \"POLICY\",\n                \"summary\": \"New Client (4A:7F:DD:9C:F9:98) Discovered\",\n                \"timestamp\": \"2021-10-13T03:40:24.984342Z\"\n            },\n            {\n                \"ap_bssid\": \"96:18:98:BE:F0:04\",\n                \"ap_essid\": \"Free5Bird\",\n                \"ap_id\": \"60deD0565RJnpPjb\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 20,\n                \"ap_trust_level_name\": \"Guest\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 4,\n                \"client_group_name\": \"Visitor\",\n                \"client_id\": \"O3ZzDm8Y1Y6zK4JR\",\n                \"client_mac\": \"00:0E:8E:86:1A:7B\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 284,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Download/Upload Performance testing metric missed.\\n\\n* Expected: 10.000 Mbps Download / 10.000 Mbps Upload\\n* Observed: 0.000 Mbps Download / 0.000 Mbps Upload\",\n                \"id\": \"x4dank6yljeDGANw\",\n                \"identifier\": \"MISSED PERFORMANCE METRIC\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 5,\n                \"source\": \"PERFORMANCE\",\n                \"summary\": \"DOWNLOAD/UPLOAD METRIC MISSED\",\n                \"timestamp\": \"2021-10-13T03:43:06.252572Z\"\n            },\n            {\n                \"ap_bssid\": \"02:15:99:EF:9A:02\",\n                \"ap_essid\": \"DIRECT-laB1163w Mono MFP\",\n                \"ap_id\": \"XvG2K62p0RYKqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Printer\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"gxMmLj1lj0EnJvY5\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 02:15:99:ef:9a:02 has changed channel from 6 to 5\",\n                \"timestamp\": \"2021-10-13T03:45:24.114329Z\"\n            },\n            {\n                \"ap_bssid\": \"02:15:99:EF:9A:02\",\n                \"ap_essid\": \"DIRECT-laB1163w Mono MFP\",\n                \"ap_id\": \"XvG2K62p0RYKqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Printer\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"2oQbKM73EqlnBXzj\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 02:15:99:ef:9a:02 has changed channel from 5 to 6\",\n                \"timestamp\": \"2021-10-13T03:45:24.252790Z\"\n            },\n            {\n                \"ap_bssid\": \"96:18:98:BE:F0:04\",\n                \"ap_essid\": \"Free5Bird\",\n                \"ap_id\": \"60deD0565RJnpPjb\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 20,\n                \"ap_trust_level_name\": \"Guest\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 4,\n                \"client_group_name\": \"Visitor\",\n                \"client_id\": \"O3ZzDm8Y1Y6zK4JR\",\n                \"client_mac\": \"00:0E:8E:86:1A:7B\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 284,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Download/Upload Performance testing metric missed.\\n\\n* Expected: 10.000 Mbps Download / 10.000 Mbps Upload\\n* Observed: 0.000 Mbps Download / 0.000 Mbps Upload\",\n                \"id\": \"eYN2K3qzY3PnoQ0k\",\n                \"identifier\": \"MISSED PERFORMANCE METRIC\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 5,\n                \"source\": \"PERFORMANCE\",\n                \"summary\": \"DOWNLOAD/UPLOAD METRIC MISSED\",\n                \"timestamp\": \"2021-10-13T03:49:34.695982Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 99,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"8z2ND82l4J1GLY5E\",\n                \"client_mac\": \"7A:C0:4E:05:EE:B5\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": null,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A new 802.11 WiFi Client has been discovered.\\n\\n* MAC Address: 7A:C0:4E:05:EE:B5\",\n                \"id\": \"PpOmLW9OgojDBGb9\",\n                \"identifier\": \"NEW WIFI CLIENT\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 10,\n                \"source\": \"POLICY\",\n                \"summary\": \"New Client (7A:C0:4E:05:EE:B5) Discovered\",\n                \"timestamp\": \"2021-10-13T03:50:28.209857Z\"\n            },\n            {\n                \"ap_bssid\": \"A8:70:5D:84:D2:2C\",\n                \"ap_essid\": \"xfinitywifi\",\n                \"ap_id\": \"8z2ND83elPPKY5ER\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 71,\n                \"ap_trust_level_name\": \"High Threat\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 1,\n                \"client_group_name\": \"Trusted\",\n                \"client_id\": \"zA1RL7bzBGjjnr0a\",\n                \"client_mac\": \"3C:15:C2:D9:8A:34\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 65535,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"Apple\",\n                \"detail\": \"A client assigned to Client Group TRUSTED has been observed connected to an unapproved HIGH THREAT AP\\n\\n* Client:      3C:15:C2:D9:8A:34\\n* Group:       TRUSTED\\n* AccessPoint: A8:70:5D:84:D2:2C (xfinitywifi)\\n* Trust Level: HIGH THREAT\\n    \\nThis message is sent no more than once per hour for this Client to AP connection.\",\n                \"id\": \"WPYxLVAgbo4ne5aj\",\n                \"identifier\": \"TRUST POLICY VIOLATION\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 8,\n                \"source\": \"POLICY\",\n                \"summary\": \"TRUSTED CLIENT (3C:15:C2:D9:8A:34) CONNECTED HIGH THREAT AP (A8:70:5D:84:D2:2C)\",\n                \"timestamp\": \"2021-10-13T03:50:28.588027Z\"\n            },\n            {\n                \"ap_bssid\": \"E8:AB:FA:4E:83:0D\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"8XvG2K638gEDqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Drone\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"Attop\",\n                \"ap_trust_level\": 50,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 99,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"XvG2K62BjXEYKqAk\",\n                \"client_mac\": \"E8:1C:BA:82:B2:30\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": null,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A repeating 802.11 EAPOLFrame RSN anonce broadcast has been seen between e8:ab:fa:4e:83:0d and e8:1c:ba:82:b2:30.\\nThis may indicate a Key Reinstallation Attack (KRACK) attack is in progress or a device's\\nsoftware has not been upgraded to defend against this weakness. If a large number of\\nevents are seen in a short period of time an attack could be in progress.\\n\\nFor more information about this weakness, visit the following links:\\n    \\n    * https://www.krackattacks.com/\\n    * https://en.wikipedia.org/wiki/KRACK\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13077\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13078\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13079\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13080\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13081\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13082\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13084\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13086\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13087\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13088\\n\",\n                \"id\": \"aQVvDeEwv20DW8w0\",\n                \"identifier\": \"KRACK\",\n                \"sensor_id\": \"jpEVxKyXvbLrQRY2\",\n                \"sensor_name\": \"Demo-V2-Seattle\",\n                \"severity\": 10,\n                \"source\": \"WIDS\",\n                \"summary\": \"POSSIBLE KRACK WEAKNESS/ATTACK\",\n                \"timestamp\": \"2021-10-13T03:53:07.966969Z\"\n            },\n            {\n                \"ap_bssid\": \"AC:5D:10:A0:C2:82\",\n                \"ap_essid\": \"ATT434\",\n                \"ap_id\": \"VyXoLbkJePWK7QRW\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"aQVvDeEwvZ0DW8w0\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP ac:5d:10:a0:c2:82 has changed channel from 1 to 11\",\n                \"timestamp\": \"2021-10-13T03:55:01.206111Z\"\n            },\n            {\n                \"ap_bssid\": \"96:18:98:BE:F0:04\",\n                \"ap_essid\": \"Free5Bird\",\n                \"ap_id\": \"60deD0565RJnpPjb\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 20,\n                \"ap_trust_level_name\": \"Guest\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 4,\n                \"client_group_name\": \"Visitor\",\n                \"client_id\": \"O3ZzDm8Y1Y6zK4JR\",\n                \"client_mac\": \"00:0E:8E:86:1A:7B\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 284,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Download/Upload Performance testing metric missed.\\n\\n* Expected: 10.000 Mbps Download / 10.000 Mbps Upload\\n* Observed: 0.000 Mbps Download / 0.000 Mbps Upload\",\n                \"id\": \"XvG2K6qdgBVLqAkw\",\n                \"identifier\": \"MISSED PERFORMANCE METRIC\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 5,\n                \"source\": \"PERFORMANCE\",\n                \"summary\": \"DOWNLOAD/UPLOAD METRIC MISSED\",\n                \"timestamp\": \"2021-10-13T03:56:08.082353Z\"\n            },\n            {\n                \"ap_bssid\": \"02:15:99:EF:9A:02\",\n                \"ap_essid\": \"DIRECT-laB1163w Mono MFP\",\n                \"ap_id\": \"XvG2K62p0RYKqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Printer\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"pEVxKyWAOWdnrQRY\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 02:15:99:ef:9a:02 has changed channel from 6 to 10\",\n                \"timestamp\": \"2021-10-13T03:56:30.533123Z\"\n            },\n            {\n                \"ap_bssid\": \"02:15:99:EF:9A:02\",\n                \"ap_essid\": \"DIRECT-laB1163w Mono MFP\",\n                \"ap_id\": \"XvG2K62p0RYKqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Printer\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"eYN2K3qzYq9noQ0k\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 02:15:99:ef:9a:02 has changed channel from 10 to 6\",\n                \"timestamp\": \"2021-10-13T03:56:30.677380Z\"\n            },\n            {\n                \"ap_bssid\": \"10:DA:43:77:AA:95\",\n                \"ap_essid\": \"NETGEAR30\",\n                \"ap_id\": \"kvQMlKY8dP9L2qe0\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Camera\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"Netgear\",\n                \"ap_trust_level\": 50,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"b41kKwBObB6LzZog\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 10:da:43:77:aa:95 has changed channel from 8 to 9\",\n                \"timestamp\": \"2021-10-13T03:57:19.130499Z\"\n            },\n            {\n                \"ap_bssid\": \"02:15:99:EF:9A:02\",\n                \"ap_essid\": \"DIRECT-laB1163w Mono MFP\",\n                \"ap_id\": \"XvG2K62p0RYKqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Printer\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"XwlNKZ09A0YnYpzq\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 02:15:99:ef:9a:02 has changed channel from 6 to 5\",\n                \"timestamp\": \"2021-10-13T03:58:00.094510Z\"\n            },\n            {\n                \"ap_bssid\": \"02:15:99:EF:9A:02\",\n                \"ap_essid\": \"DIRECT-laB1163w Mono MFP\",\n                \"ap_id\": \"XvG2K62p0RYKqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Printer\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"x4dank6ylrgDGANw\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 02:15:99:ef:9a:02 has changed channel from 5 to 6\",\n                \"timestamp\": \"2021-10-13T03:58:00.241555Z\"\n            },\n            {\n                \"ap_bssid\": \"96:18:98:BE:F0:04\",\n                \"ap_essid\": \"Free5Bird\",\n                \"ap_id\": \"60deD0565RJnpPjb\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 20,\n                \"ap_trust_level_name\": \"Guest\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 4,\n                \"client_group_name\": \"Visitor\",\n                \"client_id\": \"O3ZzDm8Y1Y6zK4JR\",\n                \"client_mac\": \"00:0E:8E:86:1A:7B\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 284,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Download/Upload Performance testing metric missed.\\n\\n* Expected: 10.000 Mbps Download / 10.000 Mbps Upload\\n* Observed: 0.000 Mbps Download / 0.000 Mbps Upload\",\n                \"id\": \"XvG2K6qdgd4LqAkw\",\n                \"identifier\": \"MISSED PERFORMANCE METRIC\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 5,\n                \"source\": \"PERFORMANCE\",\n                \"summary\": \"DOWNLOAD/UPLOAD METRIC MISSED\",\n                \"timestamp\": \"2021-10-13T04:02:49.587663Z\"\n            },\n            {\n                \"ap_bssid\": \"96:18:98:BE:F0:04\",\n                \"ap_essid\": \"Free5Bird\",\n                \"ap_id\": \"60deD0565RJnpPjb\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 20,\n                \"ap_trust_level_name\": \"Guest\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 4,\n                \"client_group_name\": \"Visitor\",\n                \"client_id\": \"O3ZzDm8Y1Y6zK4JR\",\n                \"client_mac\": \"00:0E:8E:86:1A:7B\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 284,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Download/Upload Performance testing metric missed.\\n\\n* Expected: 10.000 Mbps Download / 10.000 Mbps Upload\\n* Observed: 0.000 Mbps Download / 0.000 Mbps Upload\",\n                \"id\": \"XwlNKZ09AGGnYpzq\",\n                \"identifier\": \"MISSED PERFORMANCE METRIC\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 5,\n                \"source\": \"PERFORMANCE\",\n                \"summary\": \"DOWNLOAD/UPLOAD METRIC MISSED\",\n                \"timestamp\": \"2021-10-13T04:09:19.403639Z\"\n            },\n            {\n                \"ap_bssid\": \"96:18:98:BE:F0:04\",\n                \"ap_essid\": \"Free5Bird\",\n                \"ap_id\": \"60deD0565RJnpPjb\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 20,\n                \"ap_trust_level_name\": \"Guest\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 4,\n                \"client_group_name\": \"Visitor\",\n                \"client_id\": \"O3ZzDm8Y1Y6zK4JR\",\n                \"client_mac\": \"00:0E:8E:86:1A:7B\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 284,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Download/Upload Performance testing metric missed.\\n\\n* Expected: 10.000 Mbps Download / 10.000 Mbps Upload\\n* Observed: 0.000 Mbps Download / 0.000 Mbps Upload\",\n                \"id\": \"GmVED2qz61bKkqQw\",\n                \"identifier\": \"MISSED PERFORMANCE METRIC\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 5,\n                \"source\": \"PERFORMANCE\",\n                \"summary\": \"DOWNLOAD/UPLOAD METRIC MISSED\",\n                \"timestamp\": \"2021-10-13T04:15:54.666018Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 99,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"v0zVKQ64r0x1DbB5\",\n                \"client_mac\": \"9A:4C:74:AE:03:2A\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": null,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A new 802.11 WiFi Client has been discovered.\\n\\n* MAC Address: 9A:4C:74:AE:03:2A\",\n                \"id\": \"eYN2K3qzY6xnoQ0k\",\n                \"identifier\": \"NEW WIFI CLIENT\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 10,\n                \"source\": \"POLICY\",\n                \"summary\": \"New Client (9A:4C:74:AE:03:2A) Discovered\",\n                \"timestamp\": \"2021-10-13T04:16:38.351654Z\"\n            },\n            {\n                \"ap_bssid\": \"02:15:99:EF:9A:02\",\n                \"ap_essid\": \"DIRECT-laB1163w Mono MFP\",\n                \"ap_id\": \"XvG2K62p0RYKqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Printer\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"GmVED2qz6AaKkqQw\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 02:15:99:ef:9a:02 has changed channel from 6 to 9\",\n                \"timestamp\": \"2021-10-13T04:21:11.857159Z\"\n            },\n            {\n                \"ap_bssid\": \"02:15:99:EF:9A:02\",\n                \"ap_essid\": \"DIRECT-laB1163w Mono MFP\",\n                \"ap_id\": \"XvG2K62p0RYKqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Printer\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"BVWpnv0gmWEKeo1J\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 02:15:99:ef:9a:02 has changed channel from 9 to 6\",\n                \"timestamp\": \"2021-10-13T04:21:12.260079Z\"\n            },\n            {\n                \"ap_bssid\": \"98:18:88:BE:F0:04\",\n                \"ap_essid\": \"Choose Another Castle\",\n                \"ap_id\": \"VyXoLbk4o3vK7QRW\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"Cisco\",\n                \"ap_trust_level\": 1,\n                \"ap_trust_level_name\": \"Trusted\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 2,\n                \"client_group_name\": \"Semi-Trusted\",\n                \"client_id\": \"XwlNKZd7bGjnYpzq\",\n                \"client_mac\": \"A8:6B:AD:3E:7E:A6\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 65535,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A client assigned to Client Group SEMI-TRUSTED has been observed connected to an unapproved TRUSTED AP\\n\\n* Client:      A8:6B:AD:3E:7E:A6\\n* Group:       SEMI-TRUSTED\\n* AccessPoint: 98:18:88:BE:F0:04 (Choose Another Castle)\\n* Trust Level: TRUSTED\\n    \\nThis message is sent no more than once per hour for this Client to AP connection.\",\n                \"id\": \"zA1RL7qzO2pDr0al\",\n                \"identifier\": \"TRUST POLICY VIOLATION\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 10,\n                \"source\": \"POLICY\",\n                \"summary\": \"SEMI-TRUSTED CLIENT (A8:6B:AD:3E:7E:A6) CONNECTED TRUSTED AP (98:18:88:BE:F0:04)\",\n                \"timestamp\": \"2021-10-13T04:22:17.428063Z\"\n            },\n            {\n                \"ap_bssid\": \"96:18:98:BE:F0:04\",\n                \"ap_essid\": \"Free5Bird\",\n                \"ap_id\": \"60deD0565RJnpPjb\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 20,\n                \"ap_trust_level_name\": \"Guest\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 4,\n                \"client_group_name\": \"Visitor\",\n                \"client_id\": \"O3ZzDm8Y1Y6zK4JR\",\n                \"client_mac\": \"00:0E:8E:86:1A:7B\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 284,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Download/Upload Performance testing metric missed.\\n\\n* Expected: 10.000 Mbps Download / 10.000 Mbps Upload\\n* Observed: 0.000 Mbps Download / 0.000 Mbps Upload\",\n                \"id\": \"VyXoLbwNV2PK7QRW\",\n                \"identifier\": \"MISSED PERFORMANCE METRIC\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 5,\n                \"source\": \"PERFORMANCE\",\n                \"summary\": \"DOWNLOAD/UPLOAD METRIC MISSED\",\n                \"timestamp\": \"2021-10-13T04:22:24.179838Z\"\n            },\n            {\n                \"ap_bssid\": \"E8:AB:FA:4E:83:0D\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"8XvG2K638gEDqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Drone\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"Attop\",\n                \"ap_trust_level\": 50,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 99,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"XvG2K62BjXEYKqAk\",\n                \"client_mac\": \"E8:1C:BA:82:B2:30\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": null,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A repeating 802.11 EAPOLFrame RSN anonce broadcast has been seen between e8:ab:fa:4e:83:0d and e8:1c:ba:82:b2:30.\\nThis may indicate a Key Reinstallation Attack (KRACK) attack is in progress or a device's\\nsoftware has not been upgraded to defend against this weakness. If a large number of\\nevents are seen in a short period of time an attack could be in progress.\\n\\nFor more information about this weakness, visit the following links:\\n    \\n    * https://www.krackattacks.com/\\n    * https://en.wikipedia.org/wiki/KRACK\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13077\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13078\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13079\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13080\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13081\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13082\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13084\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13086\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13087\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13088\\n\",\n                \"id\": \"vQMlKYeAWxdK2qe0\",\n                \"identifier\": \"KRACK\",\n                \"sensor_id\": \"jpEVxKyXvbLrQRY2\",\n                \"sensor_name\": \"Demo-V2-Seattle\",\n                \"severity\": 10,\n                \"source\": \"WIDS\",\n                \"summary\": \"POSSIBLE KRACK WEAKNESS/ATTACK\",\n                \"timestamp\": \"2021-10-13T04:22:48.295137Z\"\n            },\n            {\n                \"ap_bssid\": \"02:15:99:EF:9A:02\",\n                \"ap_essid\": \"DIRECT-laB1163w Mono MFP\",\n                \"ap_id\": \"XvG2K62p0RYKqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Printer\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"5N89KXRXQ7bnv1Xw\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 02:15:99:ef:9a:02 has changed channel from 6 to 9\",\n                \"timestamp\": \"2021-10-13T04:23:12.530546Z\"\n            },\n            {\n                \"ap_bssid\": \"02:15:99:EF:9A:02\",\n                \"ap_essid\": \"DIRECT-laB1163w Mono MFP\",\n                \"ap_id\": \"XvG2K62p0RYKqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Printer\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"wd4mnAqzl2mnkvRp\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 02:15:99:ef:9a:02 has changed channel from 9 to 6\",\n                \"timestamp\": \"2021-10-13T04:23:12.783495Z\"\n            },\n            {\n                \"ap_bssid\": \"E8:AB:FA:4E:83:0D\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"8XvG2K638gEDqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Drone\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"Attop\",\n                \"ap_trust_level\": 50,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 99,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"XvG2K62BjXEYKqAk\",\n                \"client_mac\": \"E8:1C:BA:82:B2:30\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": null,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A repeating 802.11 EAPOLFrame RSN anonce broadcast has been seen between e8:ab:fa:4e:83:0d and e8:1c:ba:82:b2:30.\\nThis may indicate a Key Reinstallation Attack (KRACK) attack is in progress or a device's\\nsoftware has not been upgraded to defend against this weakness. If a large number of\\nevents are seen in a short period of time an attack could be in progress.\\n\\nFor more information about this weakness, visit the following links:\\n    \\n    * https://www.krackattacks.com/\\n    * https://en.wikipedia.org/wiki/KRACK\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13077\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13078\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13079\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13080\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13081\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13082\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13084\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13086\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13087\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13088\\n\",\n                \"id\": \"qzGoDEqzEooDOemX\",\n                \"identifier\": \"KRACK\",\n                \"sensor_id\": \"jpEVxKyXvbLrQRY2\",\n                \"sensor_name\": \"Demo-V2-Seattle\",\n                \"severity\": 10,\n                \"source\": \"WIDS\",\n                \"summary\": \"POSSIBLE KRACK WEAKNESS/ATTACK\",\n                \"timestamp\": \"2021-10-13T04:24:19.730154Z\"\n            },\n            {\n                \"ap_bssid\": \"10:DA:43:77:AA:95\",\n                \"ap_essid\": \"NETGEAR30\",\n                \"ap_id\": \"kvQMlKY8dP9L2qe0\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Camera\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"Netgear\",\n                \"ap_trust_level\": 50,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"qzGoDEqzEZ9DOemX\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 10:da:43:77:aa:95 has changed channel from 9 to 8\",\n                \"timestamp\": \"2021-10-13T04:27:30.008696Z\"\n            },\n            {\n                \"ap_bssid\": \"96:18:98:BE:F0:04\",\n                \"ap_essid\": \"Free5Bird\",\n                \"ap_id\": \"60deD0565RJnpPjb\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 20,\n                \"ap_trust_level_name\": \"Guest\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 4,\n                \"client_group_name\": \"Visitor\",\n                \"client_id\": \"O3ZzDm8Y1Y6zK4JR\",\n                \"client_mac\": \"00:0E:8E:86:1A:7B\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 284,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Download/Upload Performance testing metric missed.\\n\\n* Expected: 10.000 Mbps Download / 10.000 Mbps Upload\\n* Observed: 0.000 Mbps Download / 0.000 Mbps Upload\",\n                \"id\": \"gVbOn4qz5aZL0EeN\",\n                \"identifier\": \"MISSED PERFORMANCE METRIC\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 5,\n                \"source\": \"PERFORMANCE\",\n                \"summary\": \"DOWNLOAD/UPLOAD METRIC MISSED\",\n                \"timestamp\": \"2021-10-13T04:28:54.543264Z\"\n            },\n            {\n                \"ap_bssid\": \"2C:FD:A1:A1:5B:98\",\n                \"ap_essid\": \"J-Sei\",\n                \"ap_id\": \"EWPYxLV8qoNDe5aj\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"ASUS\",\n                \"ap_trust_level\": 30,\n                \"ap_trust_level_name\": \"Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"x4dank6yaQjDGANw\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 2c:fd:a1:a1:5b:98 has changed channel from 2 to 4\",\n                \"timestamp\": \"2021-10-13T04:34:31.628767Z\"\n            },\n            {\n                \"ap_bssid\": \"96:18:98:BE:F0:04\",\n                \"ap_essid\": \"Free5Bird\",\n                \"ap_id\": \"60deD0565RJnpPjb\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 20,\n                \"ap_trust_level_name\": \"Guest\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 4,\n                \"client_group_name\": \"Visitor\",\n                \"client_id\": \"O3ZzDm8Y1Y6zK4JR\",\n                \"client_mac\": \"00:0E:8E:86:1A:7B\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 284,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Download/Upload Performance testing metric missed.\\n\\n* Expected: 10.000 Mbps Download / 10.000 Mbps Upload\\n* Observed: 0.000 Mbps Download / 0.000 Mbps Upload\",\n                \"id\": \"VyXoLbwNjvjK7QRW\",\n                \"identifier\": \"MISSED PERFORMANCE METRIC\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 5,\n                \"source\": \"PERFORMANCE\",\n                \"summary\": \"DOWNLOAD/UPLOAD METRIC MISSED\",\n                \"timestamp\": \"2021-10-13T04:35:27.834472Z\"\n            },\n            {\n                \"ap_bssid\": \"98:18:88:BE:F0:04\",\n                \"ap_essid\": \"Choose Another Castle\",\n                \"ap_id\": \"VyXoLbk4o3vK7QRW\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"Cisco\",\n                \"ap_trust_level\": 1,\n                \"ap_trust_level_name\": \"Trusted\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 2,\n                \"client_group_name\": \"Semi-Trusted\",\n                \"client_id\": \"GjEaDRay3MMKb0dJ\",\n                \"client_mac\": \"28:56:5A:38:D1:11\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 65535,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A client assigned to Client Group SEMI-TRUSTED has been observed connected to an unapproved TRUSTED AP\\n\\n* Client:      28:56:5A:38:D1:11\\n* Group:       SEMI-TRUSTED\\n* AccessPoint: 98:18:88:BE:F0:04 (Choose Another Castle)\\n* Trust Level: TRUSTED\\n    \\nThis message is sent no more than once per hour for this Client to AP connection.\",\n                \"id\": \"oPwynlY5aOmLq6mA\",\n                \"identifier\": \"TRUST POLICY VIOLATION\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 10,\n                \"source\": \"POLICY\",\n                \"summary\": \"SEMI-TRUSTED CLIENT (28:56:5A:38:D1:11) CONNECTED TRUSTED AP (98:18:88:BE:F0:04)\",\n                \"timestamp\": \"2021-10-13T04:38:21.578463Z\"\n            },\n            {\n                \"ap_bssid\": \"02:15:99:EF:9A:02\",\n                \"ap_essid\": \"DIRECT-laB1163w Mono MFP\",\n                \"ap_id\": \"XvG2K62p0RYKqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Printer\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"Mqa0n1kP9gxK2pxv\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 02:15:99:ef:9a:02 has changed channel from 6 to 8\",\n                \"timestamp\": \"2021-10-13T04:39:17.855203Z\"\n            },\n            {\n                \"ap_bssid\": \"02:15:99:EF:9A:02\",\n                \"ap_essid\": \"DIRECT-laB1163w Mono MFP\",\n                \"ap_id\": \"XvG2K62p0RYKqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Printer\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"vQMlKYeAWVxK2qe0\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 02:15:99:ef:9a:02 has changed channel from 8 to 6\",\n                \"timestamp\": \"2021-10-13T04:39:18.212016Z\"\n            },\n            {\n                \"ap_bssid\": \"98:DA:C4:70:CD:E7\",\n                \"ap_essid\": \"LokiDoki\",\n                \"ap_id\": \"2oQbKMbBmN8DBXzj\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Wireless Router\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"TP-Link\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A new WPA/WPA2 handshake has been collected for BSSID 98:DA:C4:70:CD:E7\",\n                \"id\": \"qzGoDEqzErpDOemX\",\n                \"identifier\": \"NEW WPA/WPA2 HANDSHAKE\",\n                \"sensor_id\": \"42oQbKMPQ8LBXzjV\",\n                \"sensor_name\": \"EC Demo\",\n                \"severity\": 1,\n                \"source\": \"INTERROGATOR\",\n                \"summary\": \"New WPA handshake received for BSSID 98:DA:C4:70:CD:E7\",\n                \"timestamp\": \"2021-10-13T04:39:56.454664Z\"\n            },\n            {\n                \"ap_bssid\": \"9A:18:98:BE:F0:04\",\n                \"ap_essid\": \"Choose Another Castle\",\n                \"ap_id\": \"aQVvDeWmWkrLW8w0\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"Meraki\",\n                \"ap_tag_vendor\": \"Cisco\",\n                \"ap_trust_level\": 1,\n                \"ap_trust_level_name\": \"Trusted\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 2,\n                \"client_group_name\": \"Semi-Trusted\",\n                \"client_id\": \"WPYxLVabpN4ne5aj\",\n                \"client_mac\": \"08:66:98:CB:69:9F\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 65535,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"Apple\",\n                \"detail\": \"A client assigned to Client Group SEMI-TRUSTED has been observed connected to an unapproved TRUSTED AP\\n\\n* Client:      08:66:98:CB:69:9F\\n* Group:       SEMI-TRUSTED\\n* AccessPoint: 9A:18:98:BE:F0:04 (Choose Another Castle)\\n* Trust Level: TRUSTED\\n    \\nThis message is sent no more than once per hour for this Client to AP connection.\",\n                \"id\": \"XvG2K6qdQerLqAkw\",\n                \"identifier\": \"TRUST POLICY VIOLATION\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 10,\n                \"source\": \"POLICY\",\n                \"summary\": \"SEMI-TRUSTED CLIENT (08:66:98:CB:69:9F) CONNECTED TRUSTED AP (9A:18:98:BE:F0:04)\",\n                \"timestamp\": \"2021-10-13T04:40:21.982153Z\"\n            },\n            {\n                \"ap_bssid\": \"96:18:98:BE:F0:04\",\n                \"ap_essid\": \"Free5Bird\",\n                \"ap_id\": \"60deD0565RJnpPjb\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 20,\n                \"ap_trust_level_name\": \"Guest\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 4,\n                \"client_group_name\": \"Visitor\",\n                \"client_id\": \"O3ZzDm8Y1Y6zK4JR\",\n                \"client_mac\": \"00:0E:8E:86:1A:7B\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 284,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Download/Upload Performance testing metric missed.\\n\\n* Expected: 10.000 Mbps Download / 10.000 Mbps Upload\\n* Observed: 0.000 Mbps Download / 0.000 Mbps Upload\",\n                \"id\": \"pEVxKyWAa2dnrQRY\",\n                \"identifier\": \"MISSED PERFORMANCE METRIC\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 5,\n                \"source\": \"PERFORMANCE\",\n                \"summary\": \"DOWNLOAD/UPLOAD METRIC MISSED\",\n                \"timestamp\": \"2021-10-13T04:41:58.496090Z\"\n            },\n            {\n                \"ap_bssid\": \"10:DA:43:77:AA:95\",\n                \"ap_essid\": \"NETGEAR30\",\n                \"ap_id\": \"kvQMlKY8dP9L2qe0\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Camera\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"Netgear\",\n                \"ap_trust_level\": 50,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"Mqa0n1kP9eeK2pxv\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 10:da:43:77:aa:95 has changed channel from 8 to 9\",\n                \"timestamp\": \"2021-10-13T04:42:33.378061Z\"\n            },\n            {\n                \"ap_bssid\": \"96:18:98:BE:F0:04\",\n                \"ap_essid\": \"Free5Bird\",\n                \"ap_id\": \"60deD0565RJnpPjb\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 20,\n                \"ap_trust_level_name\": \"Guest\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 4,\n                \"client_group_name\": \"Visitor\",\n                \"client_id\": \"O3ZzDm8Y1Y6zK4JR\",\n                \"client_mac\": \"00:0E:8E:86:1A:7B\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 284,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Download/Upload Performance testing metric missed.\\n\\n* Expected: 10.000 Mbps Download / 10.000 Mbps Upload\\n* Observed: 0.000 Mbps Download / 0.000 Mbps Upload\",\n                \"id\": \"72YOnPY7O31L0Q6X\",\n                \"identifier\": \"MISSED PERFORMANCE METRIC\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 5,\n                \"source\": \"PERFORMANCE\",\n                \"summary\": \"DOWNLOAD/UPLOAD METRIC MISSED\",\n                \"timestamp\": \"2021-10-13T04:48:33.554892Z\"\n            },\n            {\n                \"ap_bssid\": \"2C:FD:A1:A1:5B:98\",\n                \"ap_essid\": \"J-Sei\",\n                \"ap_id\": \"EWPYxLV8qoNDe5aj\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"ASUS\",\n                \"ap_trust_level\": 30,\n                \"ap_trust_level_name\": \"Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"XvG2K6qdQWELqAkw\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 2c:fd:a1:a1:5b:98 has changed channel from 4 to 2\",\n                \"timestamp\": \"2021-10-13T04:49:30.490135Z\"\n            },\n            {\n                \"ap_bssid\": \"02:15:99:EF:9A:02\",\n                \"ap_essid\": \"DIRECT-laB1163w Mono MFP\",\n                \"ap_id\": \"XvG2K62p0RYKqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Printer\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"GjEaDRb6A3XDb0dJ\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 02:15:99:ef:9a:02 has changed channel from 6 to 9\",\n                \"timestamp\": \"2021-10-13T04:52:25.335542Z\"\n            },\n            {\n                \"ap_bssid\": \"02:15:99:EF:9A:02\",\n                \"ap_essid\": \"DIRECT-laB1163w Mono MFP\",\n                \"ap_id\": \"XvG2K62p0RYKqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Printer\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"GmVED2qzRZXKkqQw\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 02:15:99:ef:9a:02 has changed channel from 9 to 6\",\n                \"timestamp\": \"2021-10-13T04:52:53.513956Z\"\n            },\n            {\n                \"ap_bssid\": \"02:15:99:EF:9A:02\",\n                \"ap_essid\": \"DIRECT-laB1163w Mono MFP\",\n                \"ap_id\": \"XvG2K62p0RYKqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Printer\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"BVWpnv0gaVkKeo1J\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 02:15:99:ef:9a:02 has changed channel from 6 to 7\",\n                \"timestamp\": \"2021-10-13T04:52:53.841919Z\"\n            },\n            {\n                \"ap_bssid\": \"96:18:98:BE:F0:04\",\n                \"ap_essid\": \"Free5Bird\",\n                \"ap_id\": \"60deD0565RJnpPjb\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 20,\n                \"ap_trust_level_name\": \"Guest\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 4,\n                \"client_group_name\": \"Visitor\",\n                \"client_id\": \"O3ZzDm8Y1Y6zK4JR\",\n                \"client_mac\": \"00:0E:8E:86:1A:7B\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 284,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Download/Upload Performance testing metric missed.\\n\\n* Expected: 10.000 Mbps Download / 10.000 Mbps Upload\\n* Observed: 0.000 Mbps Download / 0.000 Mbps Upload\",\n                \"id\": \"v0zVKQm1XddKbB5E\",\n                \"identifier\": \"MISSED PERFORMANCE METRIC\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 5,\n                \"source\": \"PERFORMANCE\",\n                \"summary\": \"DOWNLOAD/UPLOAD METRIC MISSED\",\n                \"timestamp\": \"2021-10-13T04:55:05.265794Z\"\n            },\n            {\n                \"ap_bssid\": \"98:DA:C4:70:D2:07\",\n                \"ap_essid\": \"LokiDoki\",\n                \"ap_id\": \"wd4mnArolrJLkvRp\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Wireless Router\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"TP-Link\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A new WPA/WPA2 handshake has been collected for BSSID 98:DA:C4:70:D2:07\",\n                \"id\": \"9PBZDav5o3Wn7Rxw\",\n                \"identifier\": \"NEW WPA/WPA2 HANDSHAKE\",\n                \"sensor_id\": \"42oQbKMPQ8LBXzjV\",\n                \"sensor_name\": \"EC Demo\",\n                \"severity\": 1,\n                \"source\": \"INTERROGATOR\",\n                \"summary\": \"New WPA handshake received for BSSID 98:DA:C4:70:D2:07\",\n                \"timestamp\": \"2021-10-13T04:56:03.280624Z\"\n            },\n            {\n                \"ap_bssid\": \"02:15:99:EF:9A:02\",\n                \"ap_essid\": \"DIRECT-laB1163w Mono MFP\",\n                \"ap_id\": \"XvG2K62p0RYKqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Printer\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"gxMmLj1laA4nJvY5\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 02:15:99:ef:9a:02 has changed channel from 6 to 5\",\n                \"timestamp\": \"2021-10-13T04:57:54.687149Z\"\n            },\n            {\n                \"ap_bssid\": \"02:15:99:EF:9A:02\",\n                \"ap_essid\": \"DIRECT-laB1163w Mono MFP\",\n                \"ap_id\": \"XvG2K62p0RYKqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Printer\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"oPwynlY5aRZLq6mA\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 02:15:99:ef:9a:02 has changed channel from 5 to 6\",\n                \"timestamp\": \"2021-10-13T04:57:54.832171Z\"\n            },\n            {\n                \"ap_bssid\": \"E8:1C:BA:82:B2:30\",\n                \"ap_essid\": \"YouKidsGetOffMyLan\",\n                \"ap_id\": \"M60deD0ANkJnpPjb\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 99,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"2oQbKMyXJbjKBXzj\",\n                \"client_mac\": \"E8:AB:FA:4E:83:0D\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": null,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A repeating 802.11 EAPOLFrame RSN anonce broadcast has been seen between e8:1c:ba:82:b2:30 and e8:ab:fa:4e:83:0d.\\nThis may indicate a Key Reinstallation Attack (KRACK) attack is in progress or a device's\\nsoftware has not been upgraded to defend against this weakness. If a large number of\\nevents are seen in a short period of time an attack could be in progress.\\n\\nFor more information about this weakness, visit the following links:\\n    \\n    * https://www.krackattacks.com/\\n    * https://en.wikipedia.org/wiki/KRACK\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13077\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13078\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13079\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13080\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13081\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13082\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13084\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13086\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13087\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13088\\n\",\n                \"id\": \"2oQbKM73mM7nBXzj\",\n                \"identifier\": \"KRACK\",\n                \"sensor_id\": \"jpEVxKyXvbLrQRY2\",\n                \"sensor_name\": \"Demo-V2-Seattle\",\n                \"severity\": 10,\n                \"source\": \"WIDS\",\n                \"summary\": \"POSSIBLE KRACK WEAKNESS/ATTACK\",\n                \"timestamp\": \"2021-10-13T04:58:01.851773Z\"\n            },\n            {\n                \"ap_bssid\": \"96:18:98:BE:F0:04\",\n                \"ap_essid\": \"Free5Bird\",\n                \"ap_id\": \"60deD0565RJnpPjb\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 20,\n                \"ap_trust_level_name\": \"Guest\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 4,\n                \"client_group_name\": \"Visitor\",\n                \"client_id\": \"O3ZzDm8Y1Y6zK4JR\",\n                \"client_mac\": \"00:0E:8E:86:1A:7B\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 284,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Download/Upload Performance testing metric missed.\\n\\n* Expected: 10.000 Mbps Download / 10.000 Mbps Upload\\n* Observed: 0.000 Mbps Download / 0.000 Mbps Upload\",\n                \"id\": \"gVbOn4qz5XrL0EeN\",\n                \"identifier\": \"MISSED PERFORMANCE METRIC\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 5,\n                \"source\": \"PERFORMANCE\",\n                \"summary\": \"DOWNLOAD/UPLOAD METRIC MISSED\",\n                \"timestamp\": \"2021-10-13T05:01:46.965299Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 99,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"VyXoLb7lEgWPK7QR\",\n                \"client_mac\": \"DA:A1:19:80:AA:4E\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": null,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A new 802.11 WiFi Client has been discovered.\\n\\n* MAC Address: DA:A1:19:80:AA:4E\",\n                \"id\": \"69yoDg4xa9Onvx8V\",\n                \"identifier\": \"NEW WIFI CLIENT\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 10,\n                \"source\": \"POLICY\",\n                \"summary\": \"New Client (DA:A1:19:80:AA:4E) Discovered\",\n                \"timestamp\": \"2021-10-13T05:07:05.723198Z\"\n            },\n            {\n                \"ap_bssid\": \"96:18:98:BE:F0:04\",\n                \"ap_essid\": \"Free5Bird\",\n                \"ap_id\": \"60deD0565RJnpPjb\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 20,\n                \"ap_trust_level_name\": \"Guest\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 4,\n                \"client_group_name\": \"Visitor\",\n                \"client_id\": \"O3ZzDm8Y1Y6zK4JR\",\n                \"client_mac\": \"00:0E:8E:86:1A:7B\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 284,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Download/Upload Performance testing metric missed.\\n\\n* Expected: 10.000 Mbps Download / 10.000 Mbps Upload\\n* Observed: 0.000 Mbps Download / 0.000 Mbps Upload\",\n                \"id\": \"GqX3KBqzMXlLpwNj\",\n                \"identifier\": \"MISSED PERFORMANCE METRIC\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 5,\n                \"source\": \"PERFORMANCE\",\n                \"summary\": \"DOWNLOAD/UPLOAD METRIC MISSED\",\n                \"timestamp\": \"2021-10-13T05:08:16.234874Z\"\n            },\n            {\n                \"ap_bssid\": \"FE:AE:34:95:2F:52\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"zA1RL7oBJPgLr0al\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"b41kKwBOqVZLzZog\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"42oQbKMPQ8LBXzjV\",\n                \"sensor_name\": \"EC Demo\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP fe:ae:34:95:2f:52 has changed channel from 11 to 1\",\n                \"timestamp\": \"2021-10-13T05:09:52.554593Z\"\n            },\n            {\n                \"ap_bssid\": \"FC:AE:34:95:2F:50\",\n                \"ap_essid\": \"ATTNd3trWa\",\n                \"ap_id\": \"GmVED250R7dKkqQw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Wireless Router\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"BbW5npO7a9kDJ319\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"42oQbKMPQ8LBXzjV\",\n                \"sensor_name\": \"EC Demo\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP fc:ae:34:95:2f:50 has changed channel from 11 to 1\",\n                \"timestamp\": \"2021-10-13T05:09:52.692130Z\"\n            },\n            {\n                \"ap_bssid\": \"02:15:99:EF:9A:02\",\n                \"ap_essid\": \"DIRECT-laB1163w Mono MFP\",\n                \"ap_id\": \"XvG2K62p0RYKqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Printer\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"3Gl4nJ3z1E5LvBay\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 02:15:99:ef:9a:02 has changed channel from 6 to 5\",\n                \"timestamp\": \"2021-10-13T05:10:30.626099Z\"\n            },\n            {\n                \"ap_bssid\": \"02:15:99:EF:9A:02\",\n                \"ap_essid\": \"DIRECT-laB1163w Mono MFP\",\n                \"ap_id\": \"XvG2K62p0RYKqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Printer\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"j6GNL5qzBG2Lm35k\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 02:15:99:ef:9a:02 has changed channel from 5 to 6\",\n                \"timestamp\": \"2021-10-13T05:10:30.858495Z\"\n            },\n            {\n                \"ap_bssid\": \"02:15:99:EF:9A:02\",\n                \"ap_essid\": \"DIRECT-laB1163w Mono MFP\",\n                \"ap_id\": \"XvG2K62p0RYKqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Printer\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"vQMlKYeAWRZK2qe0\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 02:15:99:ef:9a:02 has changed channel from 6 to 9\",\n                \"timestamp\": \"2021-10-13T05:10:59.831593Z\"\n            },\n            {\n                \"ap_bssid\": \"96:18:98:BE:F0:04\",\n                \"ap_essid\": \"Free5Bird\",\n                \"ap_id\": \"60deD0565RJnpPjb\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 20,\n                \"ap_trust_level_name\": \"Guest\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 4,\n                \"client_group_name\": \"Visitor\",\n                \"client_id\": \"O3ZzDm8Y1Y6zK4JR\",\n                \"client_mac\": \"00:0E:8E:86:1A:7B\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 284,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Download/Upload Performance testing metric missed.\\n\\n* Expected: 10.000 Mbps Download / 10.000 Mbps Upload\\n* Observed: 0.000 Mbps Download / 0.000 Mbps Upload\",\n                \"id\": \"vQMlKYeAWkdK2qe0\",\n                \"identifier\": \"MISSED PERFORMANCE METRIC\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 5,\n                \"source\": \"PERFORMANCE\",\n                \"summary\": \"DOWNLOAD/UPLOAD METRIC MISSED\",\n                \"timestamp\": \"2021-10-13T05:14:46.577843Z\"\n            },\n            {\n                \"ap_bssid\": \"2C:FD:A1:A1:5B:98\",\n                \"ap_essid\": \"J-Sei\",\n                \"ap_id\": \"EWPYxLV8qoNDe5aj\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"ASUS\",\n                \"ap_trust_level\": 30,\n                \"ap_trust_level_name\": \"Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"j6GNL5qzBprLm35k\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 2c:fd:a1:a1:5b:98 has changed channel from 2 to 4\",\n                \"timestamp\": \"2021-10-13T05:19:44.619065Z\"\n            },\n            {\n                \"ap_bssid\": \"96:18:98:BE:F0:04\",\n                \"ap_essid\": \"Free5Bird\",\n                \"ap_id\": \"60deD0565RJnpPjb\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 20,\n                \"ap_trust_level_name\": \"Guest\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 4,\n                \"client_group_name\": \"Visitor\",\n                \"client_id\": \"O3ZzDm8Y1Y6zK4JR\",\n                \"client_mac\": \"00:0E:8E:86:1A:7B\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 284,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Download/Upload Performance testing metric missed.\\n\\n* Expected: 10.000 Mbps Download / 10.000 Mbps Upload\\n* Observed: 0.000 Mbps Download / 0.000 Mbps Upload\",\n                \"id\": \"BVWpnv0ga1dKeo1J\",\n                \"identifier\": \"MISSED PERFORMANCE METRIC\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 5,\n                \"source\": \"PERFORMANCE\",\n                \"summary\": \"DOWNLOAD/UPLOAD METRIC MISSED\",\n                \"timestamp\": \"2021-10-13T05:21:19.861604Z\"\n            },\n            {\n                \"ap_bssid\": \"98:18:88:BE:F0:04\",\n                \"ap_essid\": \"Choose Another Castle\",\n                \"ap_id\": \"VyXoLbk4o3vK7QRW\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"Cisco\",\n                \"ap_trust_level\": 1,\n                \"ap_trust_level_name\": \"Trusted\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 2,\n                \"client_group_name\": \"Semi-Trusted\",\n                \"client_id\": \"XwlNKZd7bGjnYpzq\",\n                \"client_mac\": \"A8:6B:AD:3E:7E:A6\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 65535,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A client assigned to Client Group SEMI-TRUSTED has been observed connected to an unapproved TRUSTED AP\\n\\n* Client:      A8:6B:AD:3E:7E:A6\\n* Group:       SEMI-TRUSTED\\n* AccessPoint: 98:18:88:BE:F0:04 (Choose Another Castle)\\n* Trust Level: TRUSTED\\n    \\nThis message is sent no more than once per hour for this Client to AP connection.\",\n                \"id\": \"Mqa0n1kP9ppK2pxv\",\n                \"identifier\": \"TRUST POLICY VIOLATION\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 10,\n                \"source\": \"POLICY\",\n                \"summary\": \"SEMI-TRUSTED CLIENT (A8:6B:AD:3E:7E:A6) CONNECTED TRUSTED AP (98:18:88:BE:F0:04)\",\n                \"timestamp\": \"2021-10-13T05:22:36.395498Z\"\n            },\n            {\n                \"ap_bssid\": \"FC:AE:34:95:2F:50\",\n                \"ap_essid\": \"ATTNd3trWa\",\n                \"ap_id\": \"GmVED250R7dKkqQw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Wireless Router\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"69yoDg4xaOenvx8V\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"42oQbKMPQ8LBXzjV\",\n                \"sensor_name\": \"EC Demo\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP fc:ae:34:95:2f:50 has changed channel from 1 to 11\",\n                \"timestamp\": \"2021-10-13T05:25:04.090516Z\"\n            },\n            {\n                \"ap_bssid\": \"FE:AE:34:95:2F:52\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"zA1RL7oBJPgLr0al\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"pEVxKyWAajqnrQRY\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"42oQbKMPQ8LBXzjV\",\n                \"sensor_name\": \"EC Demo\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP fe:ae:34:95:2f:52 has changed channel from 1 to 11\",\n                \"timestamp\": \"2021-10-13T05:25:04.224210Z\"\n            },\n            {\n                \"ap_bssid\": \"AC:5D:10:A0:C2:82\",\n                \"ap_essid\": \"ATT434\",\n                \"ap_id\": \"VyXoLbkJePWK7QRW\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"vQMlKYeAWAxK2qe0\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP ac:5d:10:a0:c2:82 has changed channel from 11 to 1\",\n                \"timestamp\": \"2021-10-13T05:25:34.778493Z\"\n            },\n            {\n                \"ap_bssid\": \"96:18:98:BE:F0:04\",\n                \"ap_essid\": \"Free5Bird\",\n                \"ap_id\": \"60deD0565RJnpPjb\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 20,\n                \"ap_trust_level_name\": \"Guest\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 4,\n                \"client_group_name\": \"Visitor\",\n                \"client_id\": \"O3ZzDm8Y1Y6zK4JR\",\n                \"client_mac\": \"00:0E:8E:86:1A:7B\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 284,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Download/Upload Performance testing metric missed.\\n\\n* Expected: 10.000 Mbps Download / 10.000 Mbps Upload\\n* Observed: 0.000 Mbps Download / 0.000 Mbps Upload\",\n                \"id\": \"pEVxKyWAaAqnrQRY\",\n                \"identifier\": \"MISSED PERFORMANCE METRIC\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 5,\n                \"source\": \"PERFORMANCE\",\n                \"summary\": \"DOWNLOAD/UPLOAD METRIC MISSED\",\n                \"timestamp\": \"2021-10-13T05:27:55.754671Z\"\n            },\n            {\n                \"ap_bssid\": \"96:18:98:BE:F0:04\",\n                \"ap_essid\": \"Free5Bird\",\n                \"ap_id\": \"60deD0565RJnpPjb\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 20,\n                \"ap_trust_level_name\": \"Guest\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 4,\n                \"client_group_name\": \"Visitor\",\n                \"client_id\": \"O3ZzDm8Y1Y6zK4JR\",\n                \"client_mac\": \"00:0E:8E:86:1A:7B\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 284,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Download/Upload Performance testing metric missed.\\n\\n* Expected: 10.000 Mbps Download / 10.000 Mbps Upload\\n* Observed: 0.000 Mbps Download / 0.000 Mbps Upload\",\n                \"id\": \"XvG2K6qdQ1rLqAkw\",\n                \"identifier\": \"MISSED PERFORMANCE METRIC\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 5,\n                \"source\": \"PERFORMANCE\",\n                \"summary\": \"DOWNLOAD/UPLOAD METRIC MISSED\",\n                \"timestamp\": \"2021-10-13T05:34:29.869038Z\"\n            },\n            {\n                \"ap_bssid\": \"2C:FD:A1:A1:5B:98\",\n                \"ap_essid\": \"J-Sei\",\n                \"ap_id\": \"EWPYxLV8qoNDe5aj\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"ASUS\",\n                \"ap_trust_level\": 30,\n                \"ap_trust_level_name\": \"Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"eYN2K3qze4MnoQ0k\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 2c:fd:a1:a1:5b:98 has changed channel from 4 to 3\",\n                \"timestamp\": \"2021-10-13T05:34:48.797629Z\"\n            },\n            {\n                \"ap_bssid\": \"98:18:88:BE:F0:04\",\n                \"ap_essid\": \"Choose Another Castle\",\n                \"ap_id\": \"VyXoLbk4o3vK7QRW\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"Cisco\",\n                \"ap_trust_level\": 1,\n                \"ap_trust_level_name\": \"Trusted\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 2,\n                \"client_group_name\": \"Semi-Trusted\",\n                \"client_id\": \"GjEaDRay3MMKb0dJ\",\n                \"client_mac\": \"28:56:5A:38:D1:11\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 65535,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A client assigned to Client Group SEMI-TRUSTED has been observed connected to an unapproved TRUSTED AP\\n\\n* Client:      28:56:5A:38:D1:11\\n* Group:       SEMI-TRUSTED\\n* AccessPoint: 98:18:88:BE:F0:04 (Choose Another Castle)\\n* Trust Level: TRUSTED\\n    \\nThis message is sent no more than once per hour for this Client to AP connection.\",\n                \"id\": \"3Gl4nJ3z1JQLvBay\",\n                \"identifier\": \"TRUST POLICY VIOLATION\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 10,\n                \"source\": \"POLICY\",\n                \"summary\": \"SEMI-TRUSTED CLIENT (28:56:5A:38:D1:11) CONNECTED TRUSTED AP (98:18:88:BE:F0:04)\",\n                \"timestamp\": \"2021-10-13T05:38:41.979389Z\"\n            },\n            {\n                \"ap_bssid\": \"02:15:99:EF:9A:02\",\n                \"ap_essid\": \"DIRECT-laB1163w Mono MFP\",\n                \"ap_id\": \"XvG2K62p0RYKqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Printer\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"E3e2DdyvM03naVpj\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 02:15:99:ef:9a:02 has changed channel from 6 to 2\",\n                \"timestamp\": \"2021-10-13T05:38:42.209819Z\"\n            },\n            {\n                \"ap_bssid\": \"02:15:99:EF:9A:02\",\n                \"ap_essid\": \"DIRECT-laB1163w Mono MFP\",\n                \"ap_id\": \"XvG2K62p0RYKqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Printer\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"j6GNL5qzBJZLm35k\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 02:15:99:ef:9a:02 has changed channel from 2 to 6\",\n                \"timestamp\": \"2021-10-13T05:38:42.773145Z\"\n            },\n            {\n                \"ap_bssid\": \"02:15:99:EF:9A:02\",\n                \"ap_essid\": \"DIRECT-laB1163w Mono MFP\",\n                \"ap_id\": \"XvG2K62p0RYKqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Printer\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"b41kKwBOqjwLzZog\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 02:15:99:ef:9a:02 has changed channel from 6 to 11\",\n                \"timestamp\": \"2021-10-13T05:40:42.179409Z\"\n            },\n            {\n                \"ap_bssid\": \"9A:18:98:BE:F0:04\",\n                \"ap_essid\": \"Choose Another Castle\",\n                \"ap_id\": \"aQVvDeWmWkrLW8w0\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"Meraki\",\n                \"ap_tag_vendor\": \"Cisco\",\n                \"ap_trust_level\": 1,\n                \"ap_trust_level_name\": \"Trusted\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 2,\n                \"client_group_name\": \"Semi-Trusted\",\n                \"client_id\": \"WPYxLVabpN4ne5aj\",\n                \"client_mac\": \"08:66:98:CB:69:9F\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 65535,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"Apple\",\n                \"detail\": \"A client assigned to Client Group SEMI-TRUSTED has been observed connected to an unapproved TRUSTED AP\\n\\n* Client:      08:66:98:CB:69:9F\\n* Group:       SEMI-TRUSTED\\n* AccessPoint: 9A:18:98:BE:F0:04 (Choose Another Castle)\\n* Trust Level: TRUSTED\\n    \\nThis message is sent no more than once per hour for this Client to AP connection.\",\n                \"id\": \"BbW5npO7aNPDJ319\",\n                \"identifier\": \"TRUST POLICY VIOLATION\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 10,\n                \"source\": \"POLICY\",\n                \"summary\": \"SEMI-TRUSTED CLIENT (08:66:98:CB:69:9F) CONNECTED TRUSTED AP (9A:18:98:BE:F0:04)\",\n                \"timestamp\": \"2021-10-13T05:40:42.497025Z\"\n            },\n            {\n                \"ap_bssid\": \"02:15:99:EF:9A:02\",\n                \"ap_essid\": \"DIRECT-laB1163w Mono MFP\",\n                \"ap_id\": \"XvG2K62p0RYKqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Printer\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"yVpWLxQXalpK5BaN\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 02:15:99:ef:9a:02 has changed channel from 11 to 6\",\n                \"timestamp\": \"2021-10-13T05:40:42.633132Z\"\n            },\n            {\n                \"ap_bssid\": \"96:18:98:BE:F0:04\",\n                \"ap_essid\": \"Free5Bird\",\n                \"ap_id\": \"60deD0565RJnpPjb\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 20,\n                \"ap_trust_level_name\": \"Guest\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 4,\n                \"client_group_name\": \"Visitor\",\n                \"client_id\": \"O3ZzDm8Y1Y6zK4JR\",\n                \"client_mac\": \"00:0E:8E:86:1A:7B\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 284,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Download/Upload Performance testing metric missed.\\n\\n* Expected: 10.000 Mbps Download / 10.000 Mbps Upload\\n* Observed: 0.000 Mbps Download / 0.000 Mbps Upload\",\n                \"id\": \"9PBZDav5oY4n7Rxw\",\n                \"identifier\": \"MISSED PERFORMANCE METRIC\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 5,\n                \"source\": \"PERFORMANCE\",\n                \"summary\": \"DOWNLOAD/UPLOAD METRIC MISSED\",\n                \"timestamp\": \"2021-10-13T05:40:59.459767Z\"\n            },\n            {\n                \"ap_bssid\": \"AC:5D:10:A0:C2:82\",\n                \"ap_essid\": \"ATT434\",\n                \"ap_id\": \"VyXoLbkJePWK7QRW\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"XwlNKZ09VEznYpzq\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP ac:5d:10:a0:c2:82 has changed channel from 1 to 11\",\n                \"timestamp\": \"2021-10-13T05:41:11.801494Z\"\n            },\n            {\n                \"ap_bssid\": \"10:DA:43:77:AA:95\",\n                \"ap_essid\": \"NETGEAR30\",\n                \"ap_id\": \"kvQMlKY8dP9L2qe0\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Camera\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"Netgear\",\n                \"ap_trust_level\": 50,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"BVWpnv0gaxkKeo1J\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 10:da:43:77:aa:95 has changed channel from 9 to 10\",\n                \"timestamp\": \"2021-10-13T05:42:55.516784Z\"\n            },\n            {\n                \"ap_bssid\": \"96:18:98:BE:F0:04\",\n                \"ap_essid\": \"Free5Bird\",\n                \"ap_id\": \"60deD0565RJnpPjb\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 20,\n                \"ap_trust_level_name\": \"Guest\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 4,\n                \"client_group_name\": \"Visitor\",\n                \"client_id\": \"O3ZzDm8Y1Y6zK4JR\",\n                \"client_mac\": \"00:0E:8E:86:1A:7B\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 284,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Download/Upload Performance testing metric missed.\\n\\n* Expected: 10.000 Mbps Download / 10.000 Mbps Upload\\n* Observed: 0.000 Mbps Download / 0.000 Mbps Upload\",\n                \"id\": \"j6GNL5qzBMkLm35k\",\n                \"identifier\": \"MISSED PERFORMANCE METRIC\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 5,\n                \"source\": \"PERFORMANCE\",\n                \"summary\": \"DOWNLOAD/UPLOAD METRIC MISSED\",\n                \"timestamp\": \"2021-10-13T05:47:30.856279Z\"\n            },\n            {\n                \"ap_bssid\": \"02:15:99:EF:9A:02\",\n                \"ap_essid\": \"DIRECT-laB1163w Mono MFP\",\n                \"ap_id\": \"XvG2K62p0RYKqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Printer\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"O3ZzDmm3NdrD4JR1\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 02:15:99:ef:9a:02 has changed channel from 6 to 5\",\n                \"timestamp\": \"2021-10-13T05:53:47.911367Z\"\n            },\n            {\n                \"ap_bssid\": \"02:15:99:EF:9A:02\",\n                \"ap_essid\": \"DIRECT-laB1163w Mono MFP\",\n                \"ap_id\": \"XvG2K62p0RYKqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Printer\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"VyXoLbwNOkqK7QRW\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 02:15:99:ef:9a:02 has changed channel from 5 to 6\",\n                \"timestamp\": \"2021-10-13T05:53:48.041819Z\"\n            },\n            {\n                \"ap_bssid\": \"96:18:98:BE:F0:04\",\n                \"ap_essid\": \"Free5Bird\",\n                \"ap_id\": \"60deD0565RJnpPjb\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 20,\n                \"ap_trust_level_name\": \"Guest\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 4,\n                \"client_group_name\": \"Visitor\",\n                \"client_id\": \"O3ZzDm8Y1Y6zK4JR\",\n                \"client_mac\": \"00:0E:8E:86:1A:7B\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 284,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Download/Upload Performance testing metric missed.\\n\\n* Expected: 10.000 Mbps Download / 10.000 Mbps Upload\\n* Observed: 0.000 Mbps Download / 0.000 Mbps Upload\",\n                \"id\": \"bvoenO6GxOGDMg14\",\n                \"identifier\": \"MISSED PERFORMANCE METRIC\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 5,\n                \"source\": \"PERFORMANCE\",\n                \"summary\": \"DOWNLOAD/UPLOAD METRIC MISSED\",\n                \"timestamp\": \"2021-10-13T05:54:01.872649Z\"\n            },\n            {\n                \"ap_bssid\": \"98:DA:C4:70:D0:97\",\n                \"ap_essid\": \"LokiDoki\",\n                \"ap_id\": \"gVbOn4OQ5ReD0EeN\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Wireless Router\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"TP-Link\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A new WPA/WPA2 handshake has been collected for BSSID 98:DA:C4:70:D0:97\",\n                \"id\": \"bvoenO6GxrGDMg14\",\n                \"identifier\": \"NEW WPA/WPA2 HANDSHAKE\",\n                \"sensor_id\": \"42oQbKMPQ8LBXzjV\",\n                \"sensor_name\": \"EC Demo\",\n                \"severity\": 1,\n                \"source\": \"INTERROGATOR\",\n                \"summary\": \"New WPA handshake received for BSSID 98:DA:C4:70:D0:97\",\n                \"timestamp\": \"2021-10-13T05:56:21.434563Z\"\n            },\n            {\n                \"ap_bssid\": \"02:15:99:EF:9A:02\",\n                \"ap_essid\": \"DIRECT-laB1163w Mono MFP\",\n                \"ap_id\": \"XvG2K62p0RYKqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Printer\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"j6GNL5qz3l1Lm35k\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 02:15:99:ef:9a:02 has changed channel from 6 to 8\",\n                \"timestamp\": \"2021-10-13T05:57:48.004346Z\"\n            },\n            {\n                \"ap_bssid\": \"02:15:99:EF:9A:02\",\n                \"ap_essid\": \"DIRECT-laB1163w Mono MFP\",\n                \"ap_id\": \"XvG2K62p0RYKqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Printer\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"pEVxKyWAyQ3nrQRY\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 02:15:99:ef:9a:02 has changed channel from 8 to 6\",\n                \"timestamp\": \"2021-10-13T05:57:48.148272Z\"\n            },\n            {\n                \"ap_bssid\": \"10:DA:43:77:AA:95\",\n                \"ap_essid\": \"NETGEAR30\",\n                \"ap_id\": \"kvQMlKY8dP9L2qe0\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Camera\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"Netgear\",\n                \"ap_trust_level\": 50,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"eYN2K3qzy1enoQ0k\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 10:da:43:77:aa:95 has changed channel from 10 to 9\",\n                \"timestamp\": \"2021-10-13T05:58:30.818847Z\"\n            },\n            {\n                \"ap_bssid\": \"96:18:98:BE:F0:04\",\n                \"ap_essid\": \"Free5Bird\",\n                \"ap_id\": \"60deD0565RJnpPjb\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 20,\n                \"ap_trust_level_name\": \"Guest\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 4,\n                \"client_group_name\": \"Visitor\",\n                \"client_id\": \"O3ZzDm8Y1Y6zK4JR\",\n                \"client_mac\": \"00:0E:8E:86:1A:7B\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 284,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Download/Upload Performance testing metric missed.\\n\\n* Expected: 10.000 Mbps Download / 10.000 Mbps Upload\\n* Observed: 0.000 Mbps Download / 0.000 Mbps Upload\",\n                \"id\": \"eYN2K3qzy9AnoQ0k\",\n                \"identifier\": \"MISSED PERFORMANCE METRIC\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 5,\n                \"source\": \"PERFORMANCE\",\n                \"summary\": \"DOWNLOAD/UPLOAD METRIC MISSED\",\n                \"timestamp\": \"2021-10-13T06:00:42.652516Z\"\n            },\n            {\n                \"ap_bssid\": \"02:15:99:EF:9A:02\",\n                \"ap_essid\": \"DIRECT-laB1163w Mono MFP\",\n                \"ap_id\": \"XvG2K62p0RYKqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Printer\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"lqXoKN145QzL7y26\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 02:15:99:ef:9a:02 has changed channel from 6 to 3\",\n                \"timestamp\": \"2021-10-13T06:01:48.450185Z\"\n            },\n            {\n                \"ap_bssid\": \"02:15:99:EF:9A:02\",\n                \"ap_essid\": \"DIRECT-laB1163w Mono MFP\",\n                \"ap_id\": \"XvG2K62p0RYKqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Printer\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"GmVED2qz8pEKkqQw\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 02:15:99:ef:9a:02 has changed channel from 3 to 6\",\n                \"timestamp\": \"2021-10-13T06:01:48.581999Z\"\n            },\n            {\n                \"ap_bssid\": \"FC:AE:34:95:2F:53\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"2oQbKMbQ74pDBXzj\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 50,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"BbW5npO7wlZDJ319\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"42oQbKMPQ8LBXzjV\",\n                \"sensor_name\": \"EC Demo\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP fc:ae:34:95:2f:53 has changed channel from 44 to 52\",\n                \"timestamp\": \"2021-10-13T06:01:53.768899Z\"\n            },\n            {\n                \"ap_bssid\": \"E6:AE:34:95:2F:53\",\n                \"ap_essid\": \"ATTNd3trWa\",\n                \"ap_id\": \"BbW5npGPOewDJ319\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"yVpWLxQX8ZQK5BaN\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"42oQbKMPQ8LBXzjV\",\n                \"sensor_name\": \"EC Demo\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP e6:ae:34:95:2f:53 has changed channel from 44 to 52\",\n                \"timestamp\": \"2021-10-13T06:01:53.969120Z\"\n            },\n            {\n                \"ap_bssid\": \"2C:FD:A1:A1:5B:98\",\n                \"ap_essid\": \"J-Sei\",\n                \"ap_id\": \"EWPYxLV8qoNDe5aj\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"ASUS\",\n                \"ap_trust_level\": 30,\n                \"ap_trust_level_name\": \"Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"3Gl4nJ3zNyjLvBay\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 2c:fd:a1:a1:5b:98 has changed channel from 3 to 2\",\n                \"timestamp\": \"2021-10-13T06:04:51.220071Z\"\n            },\n            {\n                \"ap_bssid\": \"96:18:98:BE:F0:04\",\n                \"ap_essid\": \"Free5Bird\",\n                \"ap_id\": \"60deD0565RJnpPjb\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 20,\n                \"ap_trust_level_name\": \"Guest\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 4,\n                \"client_group_name\": \"Visitor\",\n                \"client_id\": \"O3ZzDm8Y1Y6zK4JR\",\n                \"client_mac\": \"00:0E:8E:86:1A:7B\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 284,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Download/Upload Performance testing metric missed.\\n\\n* Expected: 10.000 Mbps Download / 10.000 Mbps Upload\\n* Observed: 0.000 Mbps Download / 0.000 Mbps Upload\",\n                \"id\": \"72YOnPY7oRPL0Q6X\",\n                \"identifier\": \"MISSED PERFORMANCE METRIC\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 5,\n                \"source\": \"PERFORMANCE\",\n                \"summary\": \"DOWNLOAD/UPLOAD METRIC MISSED\",\n                \"timestamp\": \"2021-10-13T06:07:14.639893Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 99,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"8z2ND82l65rGLY5E\",\n                \"client_mac\": \"4A:69:09:DA:AC:67\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": null,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A new 802.11 WiFi Client has been discovered.\\n\\n* MAC Address: 4A:69:09:DA:AC:67\",\n                \"id\": \"b41kKwBOz7JLzZog\",\n                \"identifier\": \"NEW WIFI CLIENT\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 10,\n                \"source\": \"POLICY\",\n                \"summary\": \"New Client (4A:69:09:DA:AC:67) Discovered\",\n                \"timestamp\": \"2021-10-13T06:13:23.068983Z\"\n            },\n            {\n                \"ap_bssid\": \"E8:AB:FA:4E:83:0D\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"8XvG2K638gEDqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Drone\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"Attop\",\n                \"ap_trust_level\": 50,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 99,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"XvG2K62BjXEYKqAk\",\n                \"client_mac\": \"E8:1C:BA:82:B2:30\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": null,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A repeating 802.11 EAPOLFrame RSN anonce broadcast has been seen between e8:ab:fa:4e:83:0d and e8:1c:ba:82:b2:30.\\nThis may indicate a Key Reinstallation Attack (KRACK) attack is in progress or a device's\\nsoftware has not been upgraded to defend against this weakness. If a large number of\\nevents are seen in a short period of time an attack could be in progress.\\n\\nFor more information about this weakness, visit the following links:\\n    \\n    * https://www.krackattacks.com/\\n    * https://en.wikipedia.org/wiki/KRACK\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13077\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13078\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13079\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13080\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13081\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13082\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13084\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13086\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13087\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13088\\n\",\n                \"id\": \"gxMmLj1lQw7nJvY5\",\n                \"identifier\": \"KRACK\",\n                \"sensor_id\": \"jpEVxKyXvbLrQRY2\",\n                \"sensor_name\": \"Demo-V2-Seattle\",\n                \"severity\": 10,\n                \"source\": \"WIDS\",\n                \"summary\": \"POSSIBLE KRACK WEAKNESS/ATTACK\",\n                \"timestamp\": \"2021-10-13T06:13:27.648396Z\"\n            },\n            {\n                \"ap_bssid\": \"96:18:98:BE:F0:04\",\n                \"ap_essid\": \"Free5Bird\",\n                \"ap_id\": \"60deD0565RJnpPjb\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 20,\n                \"ap_trust_level_name\": \"Guest\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 4,\n                \"client_group_name\": \"Visitor\",\n                \"client_id\": \"O3ZzDm8Y1Y6zK4JR\",\n                \"client_mac\": \"00:0E:8E:86:1A:7B\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 284,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Download/Upload Performance testing metric missed.\\n\\n* Expected: 10.000 Mbps Download / 10.000 Mbps Upload\\n* Observed: 0.000 Mbps Download / 0.000 Mbps Upload\",\n                \"id\": \"aQVvDeEw9pRDW8w0\",\n                \"identifier\": \"MISSED PERFORMANCE METRIC\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 5,\n                \"source\": \"PERFORMANCE\",\n                \"summary\": \"DOWNLOAD/UPLOAD METRIC MISSED\",\n                \"timestamp\": \"2021-10-13T06:13:49.128096Z\"\n            },\n            {\n                \"ap_bssid\": \"96:18:98:BE:F0:04\",\n                \"ap_essid\": \"Free5Bird\",\n                \"ap_id\": \"60deD0565RJnpPjb\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 20,\n                \"ap_trust_level_name\": \"Guest\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 4,\n                \"client_group_name\": \"Visitor\",\n                \"client_id\": \"O3ZzDm8Y1Y6zK4JR\",\n                \"client_mac\": \"00:0E:8E:86:1A:7B\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 284,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Download/Upload Performance testing metric missed.\\n\\n* Expected: 10.000 Mbps Download / 10.000 Mbps Upload\\n* Observed: 0.000 Mbps Download / 0.000 Mbps Upload\",\n                \"id\": \"XvG2K6qd4OVLqAkw\",\n                \"identifier\": \"MISSED PERFORMANCE METRIC\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 5,\n                \"source\": \"PERFORMANCE\",\n                \"summary\": \"DOWNLOAD/UPLOAD METRIC MISSED\",\n                \"timestamp\": \"2021-10-13T06:20:19.526177Z\"\n            },\n            {\n                \"ap_bssid\": \"98:18:88:BE:F0:04\",\n                \"ap_essid\": \"Choose Another Castle\",\n                \"ap_id\": \"VyXoLbk4o3vK7QRW\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"Cisco\",\n                \"ap_trust_level\": 1,\n                \"ap_trust_level_name\": \"Trusted\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 2,\n                \"client_group_name\": \"Semi-Trusted\",\n                \"client_id\": \"XwlNKZd7bGjnYpzq\",\n                \"client_mac\": \"A8:6B:AD:3E:7E:A6\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 65535,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A client assigned to Client Group SEMI-TRUSTED has been observed connected to an unapproved TRUSTED AP\\n\\n* Client:      A8:6B:AD:3E:7E:A6\\n* Group:       SEMI-TRUSTED\\n* AccessPoint: 98:18:88:BE:F0:04 (Choose Another Castle)\\n* Trust Level: TRUSTED\\n    \\nThis message is sent no more than once per hour for this Client to AP connection.\",\n                \"id\": \"zA1RL7qzGBeDr0al\",\n                \"identifier\": \"TRUST POLICY VIOLATION\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 10,\n                \"source\": \"POLICY\",\n                \"summary\": \"SEMI-TRUSTED CLIENT (A8:6B:AD:3E:7E:A6) CONNECTED TRUSTED AP (98:18:88:BE:F0:04)\",\n                \"timestamp\": \"2021-10-13T06:22:56.034399Z\"\n            },\n            {\n                \"ap_bssid\": \"96:18:98:BE:F0:04\",\n                \"ap_essid\": \"Free5Bird\",\n                \"ap_id\": \"60deD0565RJnpPjb\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 20,\n                \"ap_trust_level_name\": \"Guest\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 4,\n                \"client_group_name\": \"Visitor\",\n                \"client_id\": \"O3ZzDm8Y1Y6zK4JR\",\n                \"client_mac\": \"00:0E:8E:86:1A:7B\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 284,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Download/Upload Performance testing metric missed.\\n\\n* Expected: 10.000 Mbps Download / 10.000 Mbps Upload\\n* Observed: 0.000 Mbps Download / 0.000 Mbps Upload\",\n                \"id\": \"69yoDg4xegZnvx8V\",\n                \"identifier\": \"MISSED PERFORMANCE METRIC\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 5,\n                \"source\": \"PERFORMANCE\",\n                \"summary\": \"DOWNLOAD/UPLOAD METRIC MISSED\",\n                \"timestamp\": \"2021-10-13T06:26:51.873080Z\"\n            },\n            {\n                \"ap_bssid\": \"10:DA:43:77:AA:95\",\n                \"ap_essid\": \"NETGEAR30\",\n                \"ap_id\": \"kvQMlKY8dP9L2qe0\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Camera\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"Netgear\",\n                \"ap_trust_level\": 50,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"5N89KXRX3J4nv1Xw\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 10:da:43:77:aa:95 has changed channel from 9 to 3\",\n                \"timestamp\": \"2021-10-13T06:29:08.329845Z\"\n            },\n            {\n                \"ap_bssid\": \"02:15:99:EF:9A:02\",\n                \"ap_essid\": \"DIRECT-laB1163w Mono MFP\",\n                \"ap_id\": \"XvG2K62p0RYKqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Printer\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"GqX3KBqz9jmLpwNj\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 02:15:99:ef:9a:02 has changed channel from 6 to 10\",\n                \"timestamp\": \"2021-10-13T06:32:00.250242Z\"\n            },\n            {\n                \"ap_bssid\": \"02:15:99:EF:9A:02\",\n                \"ap_essid\": \"DIRECT-laB1163w Mono MFP\",\n                \"ap_id\": \"XvG2K62p0RYKqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Printer\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"v0zVKQm1j26KbB5E\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 02:15:99:ef:9a:02 has changed channel from 10 to 6\",\n                \"timestamp\": \"2021-10-13T06:32:00.371153Z\"\n            },\n            {\n                \"ap_bssid\": \"96:18:98:BE:F0:04\",\n                \"ap_essid\": \"Free5Bird\",\n                \"ap_id\": \"60deD0565RJnpPjb\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 20,\n                \"ap_trust_level_name\": \"Guest\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 4,\n                \"client_group_name\": \"Visitor\",\n                \"client_id\": \"O3ZzDm8Y1Y6zK4JR\",\n                \"client_mac\": \"00:0E:8E:86:1A:7B\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 284,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Download/Upload Performance testing metric missed.\\n\\n* Expected: 10.000 Mbps Download / 10.000 Mbps Upload\\n* Observed: 0.000 Mbps Download / 0.000 Mbps Upload\",\n                \"id\": \"gVbOn4qzEjNL0EeN\",\n                \"identifier\": \"MISSED PERFORMANCE METRIC\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 5,\n                \"source\": \"PERFORMANCE\",\n                \"summary\": \"DOWNLOAD/UPLOAD METRIC MISSED\",\n                \"timestamp\": \"2021-10-13T06:33:26.080832Z\"\n            },\n            {\n                \"ap_bssid\": \"98:18:88:BE:F0:04\",\n                \"ap_essid\": \"Choose Another Castle\",\n                \"ap_id\": \"VyXoLbk4o3vK7QRW\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"Cisco\",\n                \"ap_trust_level\": 1,\n                \"ap_trust_level_name\": \"Trusted\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 2,\n                \"client_group_name\": \"Semi-Trusted\",\n                \"client_id\": \"GjEaDRay3MMKb0dJ\",\n                \"client_mac\": \"28:56:5A:38:D1:11\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 65535,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A client assigned to Client Group SEMI-TRUSTED has been observed connected to an unapproved TRUSTED AP\\n\\n* Client:      28:56:5A:38:D1:11\\n* Group:       SEMI-TRUSTED\\n* AccessPoint: 98:18:88:BE:F0:04 (Choose Another Castle)\\n* Trust Level: TRUSTED\\n    \\nThis message is sent no more than once per hour for this Client to AP connection.\",\n                \"id\": \"j6GNL5qz3ykLm35k\",\n                \"identifier\": \"TRUST POLICY VIOLATION\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 10,\n                \"source\": \"POLICY\",\n                \"summary\": \"SEMI-TRUSTED CLIENT (28:56:5A:38:D1:11) CONNECTED TRUSTED AP (98:18:88:BE:F0:04)\",\n                \"timestamp\": \"2021-10-13T06:39:06.279939Z\"\n            },\n            {\n                \"ap_bssid\": \"02:15:99:EF:9A:02\",\n                \"ap_essid\": \"DIRECT-laB1163w Mono MFP\",\n                \"ap_id\": \"XvG2K62p0RYKqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Printer\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"XvG2K6qd47YLqAkw\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 02:15:99:ef:9a:02 has changed channel from 6 to 7\",\n                \"timestamp\": \"2021-10-13T06:39:35.541459Z\"\n            },\n            {\n                \"ap_bssid\": \"02:15:99:EF:9A:02\",\n                \"ap_essid\": \"DIRECT-laB1163w Mono MFP\",\n                \"ap_id\": \"XvG2K62p0RYKqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Printer\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"vQMlKYeA4RpK2qe0\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 02:15:99:ef:9a:02 has changed channel from 7 to 6\",\n                \"timestamp\": \"2021-10-13T06:39:35.699730Z\"\n            },\n            {\n                \"ap_bssid\": \"96:18:98:BE:F0:04\",\n                \"ap_essid\": \"Free5Bird\",\n                \"ap_id\": \"60deD0565RJnpPjb\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 20,\n                \"ap_trust_level_name\": \"Guest\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 4,\n                \"client_group_name\": \"Visitor\",\n                \"client_id\": \"O3ZzDm8Y1Y6zK4JR\",\n                \"client_mac\": \"00:0E:8E:86:1A:7B\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 284,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Download/Upload Performance testing metric missed.\\n\\n* Expected: 10.000 Mbps Download / 10.000 Mbps Upload\\n* Observed: 0.000 Mbps Download / 0.000 Mbps Upload\",\n                \"id\": \"qzGoDEqz0QrDOemX\",\n                \"identifier\": \"MISSED PERFORMANCE METRIC\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 5,\n                \"source\": \"PERFORMANCE\",\n                \"summary\": \"DOWNLOAD/UPLOAD METRIC MISSED\",\n                \"timestamp\": \"2021-10-13T06:39:58.945447Z\"\n            },\n            {\n                \"ap_bssid\": \"9A:18:98:BE:F0:04\",\n                \"ap_essid\": \"Choose Another Castle\",\n                \"ap_id\": \"aQVvDeWmWkrLW8w0\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"Meraki\",\n                \"ap_tag_vendor\": \"Cisco\",\n                \"ap_trust_level\": 1,\n                \"ap_trust_level_name\": \"Trusted\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 2,\n                \"client_group_name\": \"Semi-Trusted\",\n                \"client_id\": \"WPYxLVabpN4ne5aj\",\n                \"client_mac\": \"08:66:98:CB:69:9F\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 65535,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"Apple\",\n                \"detail\": \"A client assigned to Client Group SEMI-TRUSTED has been observed connected to an unapproved TRUSTED AP\\n\\n* Client:      08:66:98:CB:69:9F\\n* Group:       SEMI-TRUSTED\\n* AccessPoint: 9A:18:98:BE:F0:04 (Choose Another Castle)\\n* Trust Level: TRUSTED\\n    \\nThis message is sent no more than once per hour for this Client to AP connection.\",\n                \"id\": \"GjEaDRb6lmmDb0dJ\",\n                \"identifier\": \"TRUST POLICY VIOLATION\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 10,\n                \"source\": \"POLICY\",\n                \"summary\": \"SEMI-TRUSTED CLIENT (08:66:98:CB:69:9F) CONNECTED TRUSTED AP (9A:18:98:BE:F0:04)\",\n                \"timestamp\": \"2021-10-13T06:41:03.859949Z\"\n            },\n            {\n                \"ap_bssid\": \"96:18:98:BE:F0:04\",\n                \"ap_essid\": \"Free5Bird\",\n                \"ap_id\": \"60deD0565RJnpPjb\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 20,\n                \"ap_trust_level_name\": \"Guest\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 4,\n                \"client_group_name\": \"Visitor\",\n                \"client_id\": \"O3ZzDm8Y1Y6zK4JR\",\n                \"client_mac\": \"00:0E:8E:86:1A:7B\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 284,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Download/Upload Performance testing metric missed.\\n\\n* Expected: 10.000 Mbps Download / 10.000 Mbps Upload\\n* Observed: 0.000 Mbps Download / 0.000 Mbps Upload\",\n                \"id\": \"XwlNKZ09GZbnYpzq\",\n                \"identifier\": \"MISSED PERFORMANCE METRIC\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 5,\n                \"source\": \"PERFORMANCE\",\n                \"summary\": \"DOWNLOAD/UPLOAD METRIC MISSED\",\n                \"timestamp\": \"2021-10-13T06:46:30.187781Z\"\n            },\n            {\n                \"ap_bssid\": \"96:18:98:BE:F0:04\",\n                \"ap_essid\": \"Free5Bird\",\n                \"ap_id\": \"60deD0565RJnpPjb\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 20,\n                \"ap_trust_level_name\": \"Guest\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 4,\n                \"client_group_name\": \"Visitor\",\n                \"client_id\": \"O3ZzDm8Y1Y6zK4JR\",\n                \"client_mac\": \"00:0E:8E:86:1A:7B\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 284,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Download/Upload Performance testing metric missed.\\n\\n* Expected: 10.000 Mbps Download / 10.000 Mbps Upload\\n* Observed: 0.000 Mbps Download / 0.000 Mbps Upload\",\n                \"id\": \"vQMlKYeA4rZK2qe0\",\n                \"identifier\": \"MISSED PERFORMANCE METRIC\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 5,\n                \"source\": \"PERFORMANCE\",\n                \"summary\": \"DOWNLOAD/UPLOAD METRIC MISSED\",\n                \"timestamp\": \"2021-10-13T06:53:01.119214Z\"\n            },\n            {\n                \"ap_bssid\": \"E8:1C:BA:82:B2:30\",\n                \"ap_essid\": \"YouKidsGetOffMyLan\",\n                \"ap_id\": \"M60deD0ANkJnpPjb\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 99,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"2oQbKMyXJbjKBXzj\",\n                \"client_mac\": \"E8:AB:FA:4E:83:0D\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": null,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A repeating 802.11 EAPOLFrame RSN anonce broadcast has been seen between e8:1c:ba:82:b2:30 and e8:ab:fa:4e:83:0d.\\nThis may indicate a Key Reinstallation Attack (KRACK) attack is in progress or a device's\\nsoftware has not been upgraded to defend against this weakness. If a large number of\\nevents are seen in a short period of time an attack could be in progress.\\n\\nFor more information about this weakness, visit the following links:\\n    \\n    * https://www.krackattacks.com/\\n    * https://en.wikipedia.org/wiki/KRACK\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13077\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13078\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13079\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13080\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13081\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13082\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13084\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13086\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13087\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13088\\n\",\n                \"id\": \"69yoDg4xeOwnvx8V\",\n                \"identifier\": \"KRACK\",\n                \"sensor_id\": \"jpEVxKyXvbLrQRY2\",\n                \"sensor_name\": \"Demo-V2-Seattle\",\n                \"severity\": 10,\n                \"source\": \"WIDS\",\n                \"summary\": \"POSSIBLE KRACK WEAKNESS/ATTACK\",\n                \"timestamp\": \"2021-10-13T06:55:38.619889Z\"\n            },\n            {\n                \"ap_bssid\": \"96:18:98:BE:F0:04\",\n                \"ap_essid\": \"Free5Bird\",\n                \"ap_id\": \"60deD0565RJnpPjb\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 20,\n                \"ap_trust_level_name\": \"Guest\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 4,\n                \"client_group_name\": \"Visitor\",\n                \"client_id\": \"O3ZzDm8Y1Y6zK4JR\",\n                \"client_mac\": \"00:0E:8E:86:1A:7B\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 284,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Download/Upload Performance testing metric missed.\\n\\n* Expected: 10.000 Mbps Download / 10.000 Mbps Upload\\n* Observed: 0.000 Mbps Download / 0.000 Mbps Upload\",\n                \"id\": \"WPYxLVAg500ne5aj\",\n                \"identifier\": \"MISSED PERFORMANCE METRIC\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 5,\n                \"source\": \"PERFORMANCE\",\n                \"summary\": \"DOWNLOAD/UPLOAD METRIC MISSED\",\n                \"timestamp\": \"2021-10-13T06:59:34.673048Z\"\n            },\n            {\n                \"ap_bssid\": \"2C:FD:A1:A1:5B:98\",\n                \"ap_essid\": \"J-Sei\",\n                \"ap_id\": \"EWPYxLV8qoNDe5aj\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"ASUS\",\n                \"ap_trust_level\": 30,\n                \"ap_trust_level_name\": \"Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"yNMbnqX1poPDGkJd\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 2c:fd:a1:a1:5b:98 has changed channel from 2 to 1\",\n                \"timestamp\": \"2021-10-13T07:05:08.102930Z\"\n            },\n            {\n                \"ap_bssid\": \"68:D7:9A:40:DF:EB\",\n                \"ap_essid\": \"MotoFish\",\n                \"ap_id\": \"3Gl4nJ7Y8aoLvBay\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"Ubiquiti\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A new WPA/WPA2 handshake has been collected for BSSID 68:D7:9A:40:DF:EB\",\n                \"id\": \"x4dank6yWNjDGANw\",\n                \"identifier\": \"NEW WPA/WPA2 HANDSHAKE\",\n                \"sensor_id\": \"jpEVxKyXvbLrQRY2\",\n                \"sensor_name\": \"Demo-V2-Seattle\",\n                \"severity\": 1,\n                \"source\": \"INTERROGATOR\",\n                \"summary\": \"New WPA handshake received for BSSID 68:D7:9A:40:DF:EB\",\n                \"timestamp\": \"2021-10-13T07:05:15.276616Z\"\n            },\n            {\n                \"ap_bssid\": \"96:18:98:BE:F0:04\",\n                \"ap_essid\": \"Free5Bird\",\n                \"ap_id\": \"60deD0565RJnpPjb\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 20,\n                \"ap_trust_level_name\": \"Guest\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 4,\n                \"client_group_name\": \"Visitor\",\n                \"client_id\": \"O3ZzDm8Y1Y6zK4JR\",\n                \"client_mac\": \"00:0E:8E:86:1A:7B\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 284,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Download/Upload Performance testing metric missed.\\n\\n* Expected: 10.000 Mbps Download / 10.000 Mbps Upload\\n* Observed: 0.000 Mbps Download / 0.000 Mbps Upload\",\n                \"id\": \"69yoDg4xeBenvx8V\",\n                \"identifier\": \"MISSED PERFORMANCE METRIC\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 5,\n                \"source\": \"PERFORMANCE\",\n                \"summary\": \"DOWNLOAD/UPLOAD METRIC MISSED\",\n                \"timestamp\": \"2021-10-13T07:06:14.939368Z\"\n            },\n            {\n                \"ap_bssid\": \"96:18:98:BE:F0:04\",\n                \"ap_essid\": \"Free5Bird\",\n                \"ap_id\": \"60deD0565RJnpPjb\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 20,\n                \"ap_trust_level_name\": \"Guest\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 4,\n                \"client_group_name\": \"Visitor\",\n                \"client_id\": \"O3ZzDm8Y1Y6zK4JR\",\n                \"client_mac\": \"00:0E:8E:86:1A:7B\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 284,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Download/Upload Performance testing metric missed.\\n\\n* Expected: 10.000 Mbps Download / 10.000 Mbps Upload\\n* Observed: 0.000 Mbps Download / 0.000 Mbps Upload\",\n                \"id\": \"XwlNKZ09GEjnYpzq\",\n                \"identifier\": \"MISSED PERFORMANCE METRIC\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 5,\n                \"source\": \"PERFORMANCE\",\n                \"summary\": \"DOWNLOAD/UPLOAD METRIC MISSED\",\n                \"timestamp\": \"2021-10-13T07:12:45.468893Z\"\n            },\n            {\n                \"ap_bssid\": \"96:18:98:BE:F0:04\",\n                \"ap_essid\": \"Free5Bird\",\n                \"ap_id\": \"60deD0565RJnpPjb\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 20,\n                \"ap_trust_level_name\": \"Guest\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 4,\n                \"client_group_name\": \"Visitor\",\n                \"client_id\": \"O3ZzDm8Y1Y6zK4JR\",\n                \"client_mac\": \"00:0E:8E:86:1A:7B\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 284,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Download/Upload Performance testing metric missed.\\n\\n* Expected: 10.000 Mbps Download / 10.000 Mbps Upload\\n* Observed: 0.000 Mbps Download / 0.000 Mbps Upload\",\n                \"id\": \"vQMlKYeA41RK2qe0\",\n                \"identifier\": \"MISSED PERFORMANCE METRIC\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 5,\n                \"source\": \"PERFORMANCE\",\n                \"summary\": \"DOWNLOAD/UPLOAD METRIC MISSED\",\n                \"timestamp\": \"2021-10-13T07:19:19.538708Z\"\n            },\n            {\n                \"ap_bssid\": \"02:15:99:EF:9A:02\",\n                \"ap_essid\": \"DIRECT-laB1163w Mono MFP\",\n                \"ap_id\": \"XvG2K62p0RYKqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Printer\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"Y2p6nGqzNZvKJQ3b\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 02:15:99:ef:9a:02 has changed channel from 6 to 2\",\n                \"timestamp\": \"2021-10-13T07:22:53.702811Z\"\n            },\n            {\n                \"ap_bssid\": \"98:18:88:BE:F0:04\",\n                \"ap_essid\": \"Choose Another Castle\",\n                \"ap_id\": \"VyXoLbk4o3vK7QRW\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"Cisco\",\n                \"ap_trust_level\": 1,\n                \"ap_trust_level_name\": \"Trusted\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 2,\n                \"client_group_name\": \"Semi-Trusted\",\n                \"client_id\": \"XwlNKZd7bGjnYpzq\",\n                \"client_mac\": \"A8:6B:AD:3E:7E:A6\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 65535,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A client assigned to Client Group SEMI-TRUSTED has been observed connected to an unapproved TRUSTED AP\\n\\n* Client:      A8:6B:AD:3E:7E:A6\\n* Group:       SEMI-TRUSTED\\n* AccessPoint: 98:18:88:BE:F0:04 (Choose Another Castle)\\n* Trust Level: TRUSTED\\n    \\nThis message is sent no more than once per hour for this Client to AP connection.\",\n                \"id\": \"O3ZzDmm3vxzD4JR1\",\n                \"identifier\": \"TRUST POLICY VIOLATION\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 10,\n                \"source\": \"POLICY\",\n                \"summary\": \"SEMI-TRUSTED CLIENT (A8:6B:AD:3E:7E:A6) CONNECTED TRUSTED AP (98:18:88:BE:F0:04)\",\n                \"timestamp\": \"2021-10-13T07:23:18.022387Z\"\n            },\n            {\n                \"ap_bssid\": \"02:15:99:EF:9A:02\",\n                \"ap_essid\": \"DIRECT-laB1163w Mono MFP\",\n                \"ap_id\": \"XvG2K62p0RYKqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Printer\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"69yoDg4xBMZnvx8V\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 02:15:99:ef:9a:02 has changed channel from 2 to 6\",\n                \"timestamp\": \"2021-10-13T07:23:21.291177Z\"\n            },\n            {\n                \"ap_bssid\": \"E8:AB:FA:4E:83:0D\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"8XvG2K638gEDqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Drone\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"Attop\",\n                \"ap_trust_level\": 50,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 99,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"XvG2K62BjXEYKqAk\",\n                \"client_mac\": \"E8:1C:BA:82:B2:30\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": null,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A repeating 802.11 EAPOLFrame RSN anonce broadcast has been seen between e8:ab:fa:4e:83:0d and e8:1c:ba:82:b2:30.\\nThis may indicate a Key Reinstallation Attack (KRACK) attack is in progress or a device's\\nsoftware has not been upgraded to defend against this weakness. If a large number of\\nevents are seen in a short period of time an attack could be in progress.\\n\\nFor more information about this weakness, visit the following links:\\n    \\n    * https://www.krackattacks.com/\\n    * https://en.wikipedia.org/wiki/KRACK\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13077\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13078\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13079\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13080\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13081\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13082\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13084\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13086\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13087\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13088\\n\",\n                \"id\": \"oPwynlY52PlLq6mA\",\n                \"identifier\": \"KRACK\",\n                \"sensor_id\": \"jpEVxKyXvbLrQRY2\",\n                \"sensor_name\": \"Demo-V2-Seattle\",\n                \"severity\": 10,\n                \"source\": \"WIDS\",\n                \"summary\": \"POSSIBLE KRACK WEAKNESS/ATTACK\",\n                \"timestamp\": \"2021-10-13T07:25:18.920493Z\"\n            },\n            {\n                \"ap_bssid\": \"96:18:98:BE:F0:04\",\n                \"ap_essid\": \"Free5Bird\",\n                \"ap_id\": \"60deD0565RJnpPjb\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 20,\n                \"ap_trust_level_name\": \"Guest\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 4,\n                \"client_group_name\": \"Visitor\",\n                \"client_id\": \"O3ZzDm8Y1Y6zK4JR\",\n                \"client_mac\": \"00:0E:8E:86:1A:7B\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 284,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Download/Upload Performance testing metric missed.\\n\\n* Expected: 10.000 Mbps Download / 10.000 Mbps Upload\\n* Observed: 0.000 Mbps Download / 0.000 Mbps Upload\",\n                \"id\": \"72YOnPY7MXVL0Q6X\",\n                \"identifier\": \"MISSED PERFORMANCE METRIC\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 5,\n                \"source\": \"PERFORMANCE\",\n                \"summary\": \"DOWNLOAD/UPLOAD METRIC MISSED\",\n                \"timestamp\": \"2021-10-13T07:25:49.228652Z\"\n            },\n            {\n                \"ap_bssid\": \"02:15:99:EF:9A:02\",\n                \"ap_essid\": \"DIRECT-laB1163w Mono MFP\",\n                \"ap_id\": \"XvG2K62p0RYKqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Printer\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"BbW5npO7xgXDJ319\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 02:15:99:ef:9a:02 has changed channel from 6 to 2\",\n                \"timestamp\": \"2021-10-13T07:28:53.641597Z\"\n            },\n            {\n                \"ap_bssid\": \"02:15:99:EF:9A:02\",\n                \"ap_essid\": \"DIRECT-laB1163w Mono MFP\",\n                \"ap_id\": \"XvG2K62p0RYKqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Printer\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"yVpWLxQXqxNK5BaN\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 02:15:99:ef:9a:02 has changed channel from 2 to 6\",\n                \"timestamp\": \"2021-10-13T07:28:53.818404Z\"\n            },\n            {\n                \"ap_bssid\": \"96:18:98:BE:F0:04\",\n                \"ap_essid\": \"Free5Bird\",\n                \"ap_id\": \"60deD0565RJnpPjb\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 20,\n                \"ap_trust_level_name\": \"Guest\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 4,\n                \"client_group_name\": \"Visitor\",\n                \"client_id\": \"O3ZzDm8Y1Y6zK4JR\",\n                \"client_mac\": \"00:0E:8E:86:1A:7B\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 284,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Download/Upload Performance testing metric missed.\\n\\n* Expected: 10.000 Mbps Download / 10.000 Mbps Upload\\n* Observed: 0.000 Mbps Download / 0.000 Mbps Upload\",\n                \"id\": \"yNMbnqX1oraDGkJd\",\n                \"identifier\": \"MISSED PERFORMANCE METRIC\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 5,\n                \"source\": \"PERFORMANCE\",\n                \"summary\": \"DOWNLOAD/UPLOAD METRIC MISSED\",\n                \"timestamp\": \"2021-10-13T07:32:19.951475Z\"\n            },\n            {\n                \"ap_bssid\": \"96:18:98:BE:F0:04\",\n                \"ap_essid\": \"Free5Bird\",\n                \"ap_id\": \"60deD0565RJnpPjb\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 20,\n                \"ap_trust_level_name\": \"Guest\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 4,\n                \"client_group_name\": \"Visitor\",\n                \"client_id\": \"O3ZzDm8Y1Y6zK4JR\",\n                \"client_mac\": \"00:0E:8E:86:1A:7B\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 284,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Download/Upload Performance testing metric missed.\\n\\n* Expected: 10.000 Mbps Download / 10.000 Mbps Upload\\n* Observed: 0.000 Mbps Download / 0.000 Mbps Upload\",\n                \"id\": \"E2NgDrA6j08KaerV\",\n                \"identifier\": \"MISSED PERFORMANCE METRIC\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 5,\n                \"source\": \"PERFORMANCE\",\n                \"summary\": \"DOWNLOAD/UPLOAD METRIC MISSED\",\n                \"timestamp\": \"2021-10-13T07:38:50.487812Z\"\n            },\n            {\n                \"ap_bssid\": \"98:18:88:BE:F0:04\",\n                \"ap_essid\": \"Choose Another Castle\",\n                \"ap_id\": \"VyXoLbk4o3vK7QRW\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"Cisco\",\n                \"ap_trust_level\": 1,\n                \"ap_trust_level_name\": \"Trusted\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 2,\n                \"client_group_name\": \"Semi-Trusted\",\n                \"client_id\": \"GjEaDRay3MMKb0dJ\",\n                \"client_mac\": \"28:56:5A:38:D1:11\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 65535,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A client assigned to Client Group SEMI-TRUSTED has been observed connected to an unapproved TRUSTED AP\\n\\n* Client:      28:56:5A:38:D1:11\\n* Group:       SEMI-TRUSTED\\n* AccessPoint: 98:18:88:BE:F0:04 (Choose Another Castle)\\n* Trust Level: TRUSTED\\n    \\nThis message is sent no more than once per hour for this Client to AP connection.\",\n                \"id\": \"Y2p6nGqzNG8KJQ3b\",\n                \"identifier\": \"TRUST POLICY VIOLATION\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 10,\n                \"source\": \"POLICY\",\n                \"summary\": \"SEMI-TRUSTED CLIENT (28:56:5A:38:D1:11) CONNECTED TRUSTED AP (98:18:88:BE:F0:04)\",\n                \"timestamp\": \"2021-10-13T07:39:22.153581Z\"\n            },\n            {\n                \"ap_bssid\": \"AC:5D:10:A0:C2:82\",\n                \"ap_essid\": \"ATT434\",\n                \"ap_id\": \"VyXoLbkJePWK7QRW\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"qzGoDEqzW3jDOemX\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP ac:5d:10:a0:c2:82 has changed channel from 11 to 1\",\n                \"timestamp\": \"2021-10-13T07:40:55.130936Z\"\n            },\n            {\n                \"ap_bssid\": \"9A:18:98:BE:F0:04\",\n                \"ap_essid\": \"Choose Another Castle\",\n                \"ap_id\": \"aQVvDeWmWkrLW8w0\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"Meraki\",\n                \"ap_tag_vendor\": \"Cisco\",\n                \"ap_trust_level\": 1,\n                \"ap_trust_level_name\": \"Trusted\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 2,\n                \"client_group_name\": \"Semi-Trusted\",\n                \"client_id\": \"WPYxLVabpN4ne5aj\",\n                \"client_mac\": \"08:66:98:CB:69:9F\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 65535,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"Apple\",\n                \"detail\": \"A client assigned to Client Group SEMI-TRUSTED has been observed connected to an unapproved TRUSTED AP\\n\\n* Client:      08:66:98:CB:69:9F\\n* Group:       SEMI-TRUSTED\\n* AccessPoint: 9A:18:98:BE:F0:04 (Choose Another Castle)\\n* Trust Level: TRUSTED\\n    \\nThis message is sent no more than once per hour for this Client to AP connection.\",\n                \"id\": \"O3ZzDmm3verD4JR1\",\n                \"identifier\": \"TRUST POLICY VIOLATION\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 10,\n                \"source\": \"POLICY\",\n                \"summary\": \"SEMI-TRUSTED CLIENT (08:66:98:CB:69:9F) CONNECTED TRUSTED AP (9A:18:98:BE:F0:04)\",\n                \"timestamp\": \"2021-10-13T07:41:22.668613Z\"\n            },\n            {\n                \"ap_bssid\": \"02:15:99:EF:9A:02\",\n                \"ap_essid\": \"DIRECT-laB1163w Mono MFP\",\n                \"ap_id\": \"XvG2K62p0RYKqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Printer\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"GqX3KBqz0lkLpwNj\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 02:15:99:ef:9a:02 has changed channel from 6 to 9\",\n                \"timestamp\": \"2021-10-13T07:42:29.471344Z\"\n            },\n            {\n                \"ap_bssid\": \"02:15:99:EF:9A:02\",\n                \"ap_essid\": \"DIRECT-laB1163w Mono MFP\",\n                \"ap_id\": \"XvG2K62p0RYKqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Printer\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"v0zVKQm15blKbB5E\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 02:15:99:ef:9a:02 has changed channel from 9 to 6\",\n                \"timestamp\": \"2021-10-13T07:42:29.622424Z\"\n            },\n            {\n                \"ap_bssid\": \"A8:70:5D:84:D2:2C\",\n                \"ap_essid\": \"xfinitywifi\",\n                \"ap_id\": \"8z2ND83elPPKY5ER\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 71,\n                \"ap_trust_level_name\": \"High Threat\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 1,\n                \"client_group_name\": \"Trusted\",\n                \"client_id\": \"zA1RL7bzBGjjnr0a\",\n                \"client_mac\": \"3C:15:C2:D9:8A:34\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 65535,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"Apple\",\n                \"detail\": \"A client assigned to Client Group TRUSTED has been observed connected to an unapproved HIGH THREAT AP\\n\\n* Client:      3C:15:C2:D9:8A:34\\n* Group:       TRUSTED\\n* AccessPoint: A8:70:5D:84:D2:2C (xfinitywifi)\\n* Trust Level: HIGH THREAT\\n    \\nThis message is sent no more than once per hour for this Client to AP connection.\",\n                \"id\": \"E3e2DdyvRjznaVpj\",\n                \"identifier\": \"TRUST POLICY VIOLATION\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 8,\n                \"source\": \"POLICY\",\n                \"summary\": \"TRUSTED CLIENT (3C:15:C2:D9:8A:34) CONNECTED HIGH THREAT AP (A8:70:5D:84:D2:2C)\",\n                \"timestamp\": \"2021-10-13T07:43:58.418218Z\"\n            },\n            {\n                \"ap_bssid\": \"96:18:98:BE:F0:04\",\n                \"ap_essid\": \"Free5Bird\",\n                \"ap_id\": \"60deD0565RJnpPjb\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 20,\n                \"ap_trust_level_name\": \"Guest\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 4,\n                \"client_group_name\": \"Visitor\",\n                \"client_id\": \"O3ZzDm8Y1Y6zK4JR\",\n                \"client_mac\": \"00:0E:8E:86:1A:7B\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 284,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Download/Upload Performance testing metric missed.\\n\\n* Expected: 10.000 Mbps Download / 10.000 Mbps Upload\\n* Observed: 0.000 Mbps Download / 0.000 Mbps Upload\",\n                \"id\": \"eYN2K3qz40enoQ0k\",\n                \"identifier\": \"MISSED PERFORMANCE METRIC\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 5,\n                \"source\": \"PERFORMANCE\",\n                \"summary\": \"DOWNLOAD/UPLOAD METRIC MISSED\",\n                \"timestamp\": \"2021-10-13T07:45:22.003127Z\"\n            },\n            {\n                \"ap_bssid\": \"2C:FD:A1:A1:5B:98\",\n                \"ap_essid\": \"J-Sei\",\n                \"ap_id\": \"EWPYxLV8qoNDe5aj\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"ASUS\",\n                \"ap_trust_level\": 30,\n                \"ap_trust_level_name\": \"Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"gVbOn4qzGoEL0EeN\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 2c:fd:a1:a1:5b:98 has changed channel from 1 to 2\",\n                \"timestamp\": \"2021-10-13T07:49:55.898749Z\"\n            },\n            {\n                \"ap_bssid\": \"96:18:98:BE:F0:04\",\n                \"ap_essid\": \"Free5Bird\",\n                \"ap_id\": \"60deD0565RJnpPjb\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 20,\n                \"ap_trust_level_name\": \"Guest\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 4,\n                \"client_group_name\": \"Visitor\",\n                \"client_id\": \"O3ZzDm8Y1Y6zK4JR\",\n                \"client_mac\": \"00:0E:8E:86:1A:7B\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 284,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Download/Upload Performance testing metric missed.\\n\\n* Expected: 10.000 Mbps Download / 10.000 Mbps Upload\\n* Observed: 0.000 Mbps Download / 0.000 Mbps Upload\",\n                \"id\": \"72YOnPY7MBzL0Q6X\",\n                \"identifier\": \"MISSED PERFORMANCE METRIC\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 5,\n                \"source\": \"PERFORMANCE\",\n                \"summary\": \"DOWNLOAD/UPLOAD METRIC MISSED\",\n                \"timestamp\": \"2021-10-13T07:51:55.650954Z\"\n            },\n            {\n                \"ap_bssid\": \"AC:5D:10:A0:C2:82\",\n                \"ap_essid\": \"ATT434\",\n                \"ap_id\": \"VyXoLbkJePWK7QRW\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"WPYxLVAg39Qne5aj\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP ac:5d:10:a0:c2:82 has changed channel from 1 to 11\",\n                \"timestamp\": \"2021-10-13T07:56:02.745904Z\"\n            },\n            {\n                \"ap_bssid\": \"96:18:98:BE:F0:04\",\n                \"ap_essid\": \"Free5Bird\",\n                \"ap_id\": \"60deD0565RJnpPjb\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 20,\n                \"ap_trust_level_name\": \"Guest\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 4,\n                \"client_group_name\": \"Visitor\",\n                \"client_id\": \"O3ZzDm8Y1Y6zK4JR\",\n                \"client_mac\": \"00:0E:8E:86:1A:7B\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 284,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Download/Upload Performance testing metric missed.\\n\\n* Expected: 10.000 Mbps Download / 10.000 Mbps Upload\\n* Observed: 0.000 Mbps Download / 0.000 Mbps Upload\",\n                \"id\": \"yNMbnqX1oJlDGkJd\",\n                \"identifier\": \"MISSED PERFORMANCE METRIC\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 5,\n                \"source\": \"PERFORMANCE\",\n                \"summary\": \"DOWNLOAD/UPLOAD METRIC MISSED\",\n                \"timestamp\": \"2021-10-13T07:58:24.848716Z\"\n            },\n            {\n                \"ap_bssid\": \"02:15:99:EF:9A:02\",\n                \"ap_essid\": \"DIRECT-laB1163w Mono MFP\",\n                \"ap_id\": \"XvG2K62p0RYKqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Printer\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"5N89KXRX5Yonv1Xw\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 02:15:99:ef:9a:02 has changed channel from 6 to 4\",\n                \"timestamp\": \"2021-10-13T08:03:05.579085Z\"\n            },\n            {\n                \"ap_bssid\": \"02:15:99:EF:9A:02\",\n                \"ap_essid\": \"DIRECT-laB1163w Mono MFP\",\n                \"ap_id\": \"XvG2K62p0RYKqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Printer\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"wd4mnAqzeaPnkvRp\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 02:15:99:ef:9a:02 has changed channel from 4 to 6\",\n                \"timestamp\": \"2021-10-13T08:03:05.847828Z\"\n            },\n            {\n                \"ap_bssid\": \"96:18:98:BE:F0:04\",\n                \"ap_essid\": \"Free5Bird\",\n                \"ap_id\": \"60deD0565RJnpPjb\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 20,\n                \"ap_trust_level_name\": \"Guest\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 4,\n                \"client_group_name\": \"Visitor\",\n                \"client_id\": \"O3ZzDm8Y1Y6zK4JR\",\n                \"client_mac\": \"00:0E:8E:86:1A:7B\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 284,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Download/Upload Performance testing metric missed.\\n\\n* Expected: 10.000 Mbps Download / 10.000 Mbps Upload\\n* Observed: 0.000 Mbps Download / 0.000 Mbps Upload\",\n                \"id\": \"9PBZDav5X3an7Rxw\",\n                \"identifier\": \"MISSED PERFORMANCE METRIC\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 5,\n                \"source\": \"PERFORMANCE\",\n                \"summary\": \"DOWNLOAD/UPLOAD METRIC MISSED\",\n                \"timestamp\": \"2021-10-13T08:05:07.140436Z\"\n            },\n            {\n                \"ap_bssid\": \"96:18:98:BE:F0:04\",\n                \"ap_essid\": \"Free5Bird\",\n                \"ap_id\": \"60deD0565RJnpPjb\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 20,\n                \"ap_trust_level_name\": \"Guest\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 4,\n                \"client_group_name\": \"Visitor\",\n                \"client_id\": \"O3ZzDm8Y1Y6zK4JR\",\n                \"client_mac\": \"00:0E:8E:86:1A:7B\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 284,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Download/Upload Performance testing metric missed.\\n\\n* Expected: 10.000 Mbps Download / 10.000 Mbps Upload\\n* Observed: 0.000 Mbps Download / 0.000 Mbps Upload\",\n                \"id\": \"yVpWLxQXq2rK5BaN\",\n                \"identifier\": \"MISSED PERFORMANCE METRIC\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 5,\n                \"source\": \"PERFORMANCE\",\n                \"summary\": \"DOWNLOAD/UPLOAD METRIC MISSED\",\n                \"timestamp\": \"2021-10-13T08:11:38.549308Z\"\n            },\n            {\n                \"ap_bssid\": \"2C:FD:A1:A1:5B:9C\",\n                \"ap_essid\": \"J-Sei\",\n                \"ap_id\": \"plqXoKNdwBpn7y26\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"ASUS\",\n                \"ap_trust_level\": 30,\n                \"ap_trust_level_name\": \"Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"Y2p6nGqzNbqKJQ3b\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 2c:fd:a1:a1:5b:9c has changed channel from 157 to 44\",\n                \"timestamp\": \"2021-10-13T08:13:19.102753Z\"\n            },\n            {\n                \"ap_bssid\": \"02:15:99:EF:9A:02\",\n                \"ap_essid\": \"DIRECT-laB1163w Mono MFP\",\n                \"ap_id\": \"XvG2K62p0RYKqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Printer\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"dE4lL9qzm0vLvx03\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 02:15:99:ef:9a:02 has changed channel from 6 to 10\",\n                \"timestamp\": \"2021-10-13T08:14:41.849882Z\"\n            },\n            {\n                \"ap_bssid\": \"02:15:99:EF:9A:02\",\n                \"ap_essid\": \"DIRECT-laB1163w Mono MFP\",\n                \"ap_id\": \"XvG2K62p0RYKqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Printer\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"b41kKwBOPyWLzZog\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 02:15:99:ef:9a:02 has changed channel from 10 to 6\",\n                \"timestamp\": \"2021-10-13T08:15:10.591947Z\"\n            },\n            {\n                \"ap_bssid\": \"E8:1C:BA:82:B2:30\",\n                \"ap_essid\": \"YouKidsGetOffMyLan\",\n                \"ap_id\": \"M60deD0ANkJnpPjb\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 99,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"2oQbKMyXJbjKBXzj\",\n                \"client_mac\": \"E8:AB:FA:4E:83:0D\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": null,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A repeating 802.11 EAPOLFrame RSN anonce broadcast has been seen between e8:1c:ba:82:b2:30 and e8:ab:fa:4e:83:0d.\\nThis may indicate a Key Reinstallation Attack (KRACK) attack is in progress or a device's\\nsoftware has not been upgraded to defend against this weakness. If a large number of\\nevents are seen in a short period of time an attack could be in progress.\\n\\nFor more information about this weakness, visit the following links:\\n    \\n    * https://www.krackattacks.com/\\n    * https://en.wikipedia.org/wiki/KRACK\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13077\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13078\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13079\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13080\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13081\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13082\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13084\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13086\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13087\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13088\\n\",\n                \"id\": \"2oQbKM73ojGnBXzj\",\n                \"identifier\": \"KRACK\",\n                \"sensor_id\": \"jpEVxKyXvbLrQRY2\",\n                \"sensor_name\": \"Demo-V2-Seattle\",\n                \"severity\": 10,\n                \"source\": \"WIDS\",\n                \"summary\": \"POSSIBLE KRACK WEAKNESS/ATTACK\",\n                \"timestamp\": \"2021-10-13T08:15:37.209513Z\"\n            },\n            {\n                \"ap_bssid\": \"02:15:99:EF:9A:02\",\n                \"ap_essid\": \"DIRECT-laB1163w Mono MFP\",\n                \"ap_id\": \"XvG2K62p0RYKqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Printer\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"gVbOn4qzGXkL0EeN\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 02:15:99:ef:9a:02 has changed channel from 6 to 10\",\n                \"timestamp\": \"2021-10-13T08:16:42.081873Z\"\n            },\n            {\n                \"ap_bssid\": \"02:15:99:EF:9A:02\",\n                \"ap_essid\": \"DIRECT-laB1163w Mono MFP\",\n                \"ap_id\": \"XvG2K62p0RYKqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Printer\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"Y2p6nGqzNvWKJQ3b\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 02:15:99:ef:9a:02 has changed channel from 10 to 6\",\n                \"timestamp\": \"2021-10-13T08:16:42.426013Z\"\n            },\n            {\n                \"ap_bssid\": \"96:18:98:BE:F0:04\",\n                \"ap_essid\": \"Free5Bird\",\n                \"ap_id\": \"60deD0565RJnpPjb\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 20,\n                \"ap_trust_level_name\": \"Guest\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 4,\n                \"client_group_name\": \"Visitor\",\n                \"client_id\": \"O3ZzDm8Y1Y6zK4JR\",\n                \"client_mac\": \"00:0E:8E:86:1A:7B\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 284,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Download/Upload Performance testing metric missed.\\n\\n* Expected: 10.000 Mbps Download / 10.000 Mbps Upload\\n* Observed: 0.000 Mbps Download / 0.000 Mbps Upload\",\n                \"id\": \"dE4lL9qzmjbLvx03\",\n                \"identifier\": \"MISSED PERFORMANCE METRIC\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 5,\n                \"source\": \"PERFORMANCE\",\n                \"summary\": \"DOWNLOAD/UPLOAD METRIC MISSED\",\n                \"timestamp\": \"2021-10-13T08:18:06.350218Z\"\n            },\n            {\n                \"ap_bssid\": \"E8:AB:FA:4E:83:0D\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"8XvG2K638gEDqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Drone\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"Attop\",\n                \"ap_trust_level\": 50,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 99,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"XvG2K62BjXEYKqAk\",\n                \"client_mac\": \"E8:1C:BA:82:B2:30\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": null,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A repeating 802.11 EAPOLFrame RSN anonce broadcast has been seen between e8:ab:fa:4e:83:0d and e8:1c:ba:82:b2:30.\\nThis may indicate a Key Reinstallation Attack (KRACK) attack is in progress or a device's\\nsoftware has not been upgraded to defend against this weakness. If a large number of\\nevents are seen in a short period of time an attack could be in progress.\\n\\nFor more information about this weakness, visit the following links:\\n    \\n    * https://www.krackattacks.com/\\n    * https://en.wikipedia.org/wiki/KRACK\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13077\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13078\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13079\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13080\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13081\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13082\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13084\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13086\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13087\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13088\\n\",\n                \"id\": \"PpOmLW9O4doDBGb9\",\n                \"identifier\": \"KRACK\",\n                \"sensor_id\": \"jpEVxKyXvbLrQRY2\",\n                \"sensor_name\": \"Demo-V2-Seattle\",\n                \"severity\": 10,\n                \"source\": \"WIDS\",\n                \"summary\": \"POSSIBLE KRACK WEAKNESS/ATTACK\",\n                \"timestamp\": \"2021-10-13T08:18:35.258354Z\"\n            },\n            {\n                \"ap_bssid\": \"EC:1A:59:01:B3:AC\",\n                \"ap_essid\": \"J-Sei\",\n                \"ap_id\": \"jp6B7nzkrNQLg4XA\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"Belkin\",\n                \"ap_trust_level\": 35,\n                \"ap_trust_level_name\": \"Public WiFi\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"E2NgDrA6jG2KaerV\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP ec:1a:59:01:b3:ac has changed channel from 1 to 6\",\n                \"timestamp\": \"2021-10-13T08:23:35.813646Z\"\n            },\n            {\n                \"ap_bssid\": \"98:18:88:BE:F0:04\",\n                \"ap_essid\": \"Choose Another Castle\",\n                \"ap_id\": \"VyXoLbk4o3vK7QRW\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"Cisco\",\n                \"ap_trust_level\": 1,\n                \"ap_trust_level_name\": \"Trusted\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 2,\n                \"client_group_name\": \"Semi-Trusted\",\n                \"client_id\": \"XwlNKZd7bGjnYpzq\",\n                \"client_mac\": \"A8:6B:AD:3E:7E:A6\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 65535,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A client assigned to Client Group SEMI-TRUSTED has been observed connected to an unapproved TRUSTED AP\\n\\n* Client:      A8:6B:AD:3E:7E:A6\\n* Group:       SEMI-TRUSTED\\n* AccessPoint: 98:18:88:BE:F0:04 (Choose Another Castle)\\n* Trust Level: TRUSTED\\n    \\nThis message is sent no more than once per hour for this Client to AP connection.\",\n                \"id\": \"9PBZDav5XmOn7Rxw\",\n                \"identifier\": \"TRUST POLICY VIOLATION\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 10,\n                \"source\": \"POLICY\",\n                \"summary\": \"SEMI-TRUSTED CLIENT (A8:6B:AD:3E:7E:A6) CONNECTED TRUSTED AP (98:18:88:BE:F0:04)\",\n                \"timestamp\": \"2021-10-13T08:23:36.203782Z\"\n            },\n            {\n                \"ap_bssid\": \"96:18:98:BE:F0:04\",\n                \"ap_essid\": \"Free5Bird\",\n                \"ap_id\": \"60deD0565RJnpPjb\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 20,\n                \"ap_trust_level_name\": \"Guest\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 4,\n                \"client_group_name\": \"Visitor\",\n                \"client_id\": \"O3ZzDm8Y1Y6zK4JR\",\n                \"client_mac\": \"00:0E:8E:86:1A:7B\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 284,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Download/Upload Performance testing metric missed.\\n\\n* Expected: 10.000 Mbps Download / 10.000 Mbps Upload\\n* Observed: 0.000 Mbps Download / 0.000 Mbps Upload\",\n                \"id\": \"Y2p6nGqzN0vKJQ3b\",\n                \"identifier\": \"MISSED PERFORMANCE METRIC\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 5,\n                \"source\": \"PERFORMANCE\",\n                \"summary\": \"DOWNLOAD/UPLOAD METRIC MISSED\",\n                \"timestamp\": \"2021-10-13T08:24:41.574912Z\"\n            },\n            {\n                \"ap_bssid\": \"2C:FD:A1:A1:5B:9C\",\n                \"ap_essid\": \"J-Sei\",\n                \"ap_id\": \"plqXoKNdwBpn7y26\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"ASUS\",\n                \"ap_trust_level\": 30,\n                \"ap_trust_level_name\": \"Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"qzGoDEqzWQgDOemX\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 2c:fd:a1:a1:5b:9c has changed channel from 44 to 157\",\n                \"timestamp\": \"2021-10-13T08:28:34.912506Z\"\n            },\n            {\n                \"ap_bssid\": \"10:DA:43:77:AA:95\",\n                \"ap_essid\": \"NETGEAR30\",\n                \"ap_id\": \"kvQMlKY8dP9L2qe0\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Camera\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"Netgear\",\n                \"ap_trust_level\": 50,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"dE4lL9qzm8xLvx03\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 10:da:43:77:aa:95 has changed channel from 9 to 3\",\n                \"timestamp\": \"2021-10-13T08:30:18.636403Z\"\n            },\n            {\n                \"ap_bssid\": \"96:18:98:BE:F0:04\",\n                \"ap_essid\": \"Free5Bird\",\n                \"ap_id\": \"60deD0565RJnpPjb\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 20,\n                \"ap_trust_level_name\": \"Guest\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 4,\n                \"client_group_name\": \"Visitor\",\n                \"client_id\": \"O3ZzDm8Y1Y6zK4JR\",\n                \"client_mac\": \"00:0E:8E:86:1A:7B\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 284,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Download/Upload Performance testing metric missed.\\n\\n* Expected: 10.000 Mbps Download / 10.000 Mbps Upload\\n* Observed: 0.000 Mbps Download / 0.000 Mbps Upload\",\n                \"id\": \"GmVED2qz3vXKkqQw\",\n                \"identifier\": \"MISSED PERFORMANCE METRIC\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 5,\n                \"source\": \"PERFORMANCE\",\n                \"summary\": \"DOWNLOAD/UPLOAD METRIC MISSED\",\n                \"timestamp\": \"2021-10-13T08:31:12.831529Z\"\n            },\n            {\n                \"ap_bssid\": \"02:15:99:EF:9A:02\",\n                \"ap_essid\": \"DIRECT-laB1163w Mono MFP\",\n                \"ap_id\": \"XvG2K62p0RYKqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Printer\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"yVpWLxQXqepK5BaN\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 02:15:99:ef:9a:02 has changed channel from 6 to 3\",\n                \"timestamp\": \"2021-10-13T08:31:48.830110Z\"\n            },\n            {\n                \"ap_bssid\": \"02:15:99:EF:9A:02\",\n                \"ap_essid\": \"DIRECT-laB1163w Mono MFP\",\n                \"ap_id\": \"XvG2K62p0RYKqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Printer\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"yNMbnqX1ob4DGkJd\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 02:15:99:ef:9a:02 has changed channel from 3 to 6\",\n                \"timestamp\": \"2021-10-13T08:32:17.799951Z\"\n            },\n            {\n                \"ap_bssid\": \"02:15:99:EF:9A:02\",\n                \"ap_essid\": \"DIRECT-laB1163w Mono MFP\",\n                \"ap_id\": \"XvG2K62p0RYKqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Printer\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"9PBZDav5XZ4n7Rxw\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 02:15:99:ef:9a:02 has changed channel from 6 to 11\",\n                \"timestamp\": \"2021-10-13T08:35:17.555161Z\"\n            },\n            {\n                \"ap_bssid\": \"02:15:99:EF:9A:02\",\n                \"ap_essid\": \"DIRECT-laB1163w Mono MFP\",\n                \"ap_id\": \"XvG2K62p0RYKqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Printer\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"yNMbnqX1oZ4DGkJd\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 02:15:99:ef:9a:02 has changed channel from 11 to 6\",\n                \"timestamp\": \"2021-10-13T08:35:17.696968Z\"\n            },\n            {\n                \"ap_bssid\": \"2C:FD:A1:A1:5B:98\",\n                \"ap_essid\": \"J-Sei\",\n                \"ap_id\": \"EWPYxLV8qoNDe5aj\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"ASUS\",\n                \"ap_trust_level\": 30,\n                \"ap_trust_level_name\": \"Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"x4dank6yNZbDGANw\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 2c:fd:a1:a1:5b:98 has changed channel from 2 to 3\",\n                \"timestamp\": \"2021-10-13T08:35:20.776390Z\"\n            },\n            {\n                \"ap_bssid\": \"02:15:99:EF:9A:02\",\n                \"ap_essid\": \"DIRECT-laB1163w Mono MFP\",\n                \"ap_id\": \"XvG2K62p0RYKqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Printer\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"pEVxKyWAq7WnrQRY\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 02:15:99:ef:9a:02 has changed channel from 6 to 1\",\n                \"timestamp\": \"2021-10-13T08:35:48.510400Z\"\n            },\n            {\n                \"ap_bssid\": \"96:18:98:BE:F0:04\",\n                \"ap_essid\": \"Free5Bird\",\n                \"ap_id\": \"60deD0565RJnpPjb\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 20,\n                \"ap_trust_level_name\": \"Guest\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 4,\n                \"client_group_name\": \"Visitor\",\n                \"client_id\": \"O3ZzDm8Y1Y6zK4JR\",\n                \"client_mac\": \"00:0E:8E:86:1A:7B\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 284,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Download/Upload Performance testing metric missed.\\n\\n* Expected: 10.000 Mbps Download / 10.000 Mbps Upload\\n* Observed: 0.000 Mbps Download / 0.000 Mbps Upload\",\n                \"id\": \"VyXoLbwNAwvK7QRW\",\n                \"identifier\": \"MISSED PERFORMANCE METRIC\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 5,\n                \"source\": \"PERFORMANCE\",\n                \"summary\": \"DOWNLOAD/UPLOAD METRIC MISSED\",\n                \"timestamp\": \"2021-10-13T08:37:45.309214Z\"\n            },\n            {\n                \"ap_bssid\": \"EC:1A:59:01:B3:AC\",\n                \"ap_essid\": \"J-Sei\",\n                \"ap_id\": \"jp6B7nzkrNQLg4XA\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"Belkin\",\n                \"ap_trust_level\": 35,\n                \"ap_trust_level_name\": \"Public WiFi\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"dE4lL9qzmqdLvx03\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP ec:1a:59:01:b3:ac has changed channel from 6 to 1\",\n                \"timestamp\": \"2021-10-13T08:38:19.495569Z\"\n            },\n            {\n                \"ap_bssid\": \"98:18:88:BE:F0:04\",\n                \"ap_essid\": \"Choose Another Castle\",\n                \"ap_id\": \"VyXoLbk4o3vK7QRW\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"Cisco\",\n                \"ap_trust_level\": 1,\n                \"ap_trust_level_name\": \"Trusted\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 2,\n                \"client_group_name\": \"Semi-Trusted\",\n                \"client_id\": \"GjEaDRay3MMKb0dJ\",\n                \"client_mac\": \"28:56:5A:38:D1:11\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 65535,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A client assigned to Client Group SEMI-TRUSTED has been observed connected to an unapproved TRUSTED AP\\n\\n* Client:      28:56:5A:38:D1:11\\n* Group:       SEMI-TRUSTED\\n* AccessPoint: 98:18:88:BE:F0:04 (Choose Another Castle)\\n* Trust Level: TRUSTED\\n    \\nThis message is sent no more than once per hour for this Client to AP connection.\",\n                \"id\": \"zA1RL7qz6yoDr0al\",\n                \"identifier\": \"TRUST POLICY VIOLATION\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 10,\n                \"source\": \"POLICY\",\n                \"summary\": \"SEMI-TRUSTED CLIENT (28:56:5A:38:D1:11) CONNECTED TRUSTED AP (98:18:88:BE:F0:04)\",\n                \"timestamp\": \"2021-10-13T08:39:40.338470Z\"\n            },\n            {\n                \"ap_bssid\": \"9A:18:98:BE:F0:04\",\n                \"ap_essid\": \"Choose Another Castle\",\n                \"ap_id\": \"aQVvDeWmWkrLW8w0\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"Meraki\",\n                \"ap_tag_vendor\": \"Cisco\",\n                \"ap_trust_level\": 1,\n                \"ap_trust_level_name\": \"Trusted\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 2,\n                \"client_group_name\": \"Semi-Trusted\",\n                \"client_id\": \"WPYxLVabpN4ne5aj\",\n                \"client_mac\": \"08:66:98:CB:69:9F\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 65535,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"Apple\",\n                \"detail\": \"A client assigned to Client Group SEMI-TRUSTED has been observed connected to an unapproved TRUSTED AP\\n\\n* Client:      08:66:98:CB:69:9F\\n* Group:       SEMI-TRUSTED\\n* AccessPoint: 9A:18:98:BE:F0:04 (Choose Another Castle)\\n* Trust Level: TRUSTED\\n    \\nThis message is sent no more than once per hour for this Client to AP connection.\",\n                \"id\": \"WPYxLVAg3ZVne5aj\",\n                \"identifier\": \"TRUST POLICY VIOLATION\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 10,\n                \"source\": \"POLICY\",\n                \"summary\": \"SEMI-TRUSTED CLIENT (08:66:98:CB:69:9F) CONNECTED TRUSTED AP (9A:18:98:BE:F0:04)\",\n                \"timestamp\": \"2021-10-13T08:41:41.001207Z\"\n            },\n            {\n                \"ap_bssid\": \"E8:AB:FA:4E:83:0D\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"8XvG2K638gEDqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Drone\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"Attop\",\n                \"ap_trust_level\": 50,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 99,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"XvG2K62BjXEYKqAk\",\n                \"client_mac\": \"E8:1C:BA:82:B2:30\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": null,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A repeating 802.11 EAPOLFrame RSN anonce broadcast has been seen between e8:ab:fa:4e:83:0d and e8:1c:ba:82:b2:30.\\nThis may indicate a Key Reinstallation Attack (KRACK) attack is in progress or a device's\\nsoftware has not been upgraded to defend against this weakness. If a large number of\\nevents are seen in a short period of time an attack could be in progress.\\n\\nFor more information about this weakness, visit the following links:\\n    \\n    * https://www.krackattacks.com/\\n    * https://en.wikipedia.org/wiki/KRACK\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13077\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13078\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13079\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13080\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13081\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13082\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13084\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13086\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13087\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13088\\n\",\n                \"id\": \"GjEaDRb68JmDb0dJ\",\n                \"identifier\": \"KRACK\",\n                \"sensor_id\": \"jpEVxKyXvbLrQRY2\",\n                \"sensor_name\": \"Demo-V2-Seattle\",\n                \"severity\": 10,\n                \"source\": \"WIDS\",\n                \"summary\": \"POSSIBLE KRACK WEAKNESS/ATTACK\",\n                \"timestamp\": \"2021-10-13T08:43:45.170992Z\"\n            },\n            {\n                \"ap_bssid\": \"96:18:98:BE:F0:04\",\n                \"ap_essid\": \"Free5Bird\",\n                \"ap_id\": \"60deD0565RJnpPjb\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 20,\n                \"ap_trust_level_name\": \"Guest\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 4,\n                \"client_group_name\": \"Visitor\",\n                \"client_id\": \"O3ZzDm8Y1Y6zK4JR\",\n                \"client_mac\": \"00:0E:8E:86:1A:7B\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 284,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Download/Upload Performance testing metric missed.\\n\\n* Expected: 10.000 Mbps Download / 10.000 Mbps Upload\\n* Observed: 0.000 Mbps Download / 0.000 Mbps Upload\",\n                \"id\": \"E3e2DdyvRmdnaVpj\",\n                \"identifier\": \"MISSED PERFORMANCE METRIC\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 5,\n                \"source\": \"PERFORMANCE\",\n                \"summary\": \"DOWNLOAD/UPLOAD METRIC MISSED\",\n                \"timestamp\": \"2021-10-13T08:44:14.464890Z\"\n            },\n            {\n                \"ap_bssid\": \"10:DA:43:77:AA:95\",\n                \"ap_essid\": \"NETGEAR30\",\n                \"ap_id\": \"kvQMlKY8dP9L2qe0\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Camera\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"Netgear\",\n                \"ap_trust_level\": 50,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"pEVxKyWAqjJnrQRY\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 10:da:43:77:aa:95 has changed channel from 3 to 9\",\n                \"timestamp\": \"2021-10-13T08:44:26.076036Z\"\n            },\n            {\n                \"ap_bssid\": \"02:15:99:EF:9A:02\",\n                \"ap_essid\": \"DIRECT-laB1163w Mono MFP\",\n                \"ap_id\": \"XvG2K62p0RYKqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Printer\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"p6B7nzV9qyang4XA\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 02:15:99:ef:9a:02 has changed channel from 6 to 3\",\n                \"timestamp\": \"2021-10-13T08:48:24.490815Z\"\n            },\n            {\n                \"ap_bssid\": \"02:15:99:EF:9A:02\",\n                \"ap_essid\": \"DIRECT-laB1163w Mono MFP\",\n                \"ap_id\": \"XvG2K62p0RYKqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Printer\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"8z2ND8qzYpPnY5ER\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 02:15:99:ef:9a:02 has changed channel from 3 to 6\",\n                \"timestamp\": \"2021-10-13T08:48:24.627326Z\"\n            },\n            {\n                \"ap_bssid\": \"2C:FD:A1:A1:5B:98\",\n                \"ap_essid\": \"J-Sei\",\n                \"ap_id\": \"EWPYxLV8qoNDe5aj\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"ASUS\",\n                \"ap_trust_level\": 30,\n                \"ap_trust_level_name\": \"Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"O3ZzDmm3v3oD4JR1\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 2c:fd:a1:a1:5b:98 has changed channel from 3 to 1\",\n                \"timestamp\": \"2021-10-13T08:50:11.925566Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Unable to connect to Network\",\n                \"id\": \"5N89KXRX5XOnv1Xw\",\n                \"identifier\": \"WIFI PERFORMANCE ERROR\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 3,\n                \"source\": \"AIRSHIELD\",\n                \"summary\": \"Error running WiFi Performance\",\n                \"timestamp\": \"2021-10-13T08:51:36.684496Z\"\n            },\n            {\n                \"ap_bssid\": \"96:18:88:BE:F0:04\",\n                \"ap_essid\": \"Free5Bird\",\n                \"ap_id\": \"v0zVKQNMNPlDbB5E\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 71,\n                \"ap_trust_level_name\": \"High Threat\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 4,\n                \"client_group_name\": \"Visitor\",\n                \"client_id\": \"O3ZzDm8Y1Y6zK4JR\",\n                \"client_mac\": \"00:0E:8E:86:1A:7B\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 284,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Download/Upload Performance testing metric missed.\\n\\n* Expected: 10.000 Mbps Download / 10.000 Mbps Upload\\n* Observed: 0.000 Mbps Download / 0.000 Mbps Upload\",\n                \"id\": \"7XbYLogGp3MLOJ20\",\n                \"identifier\": \"MISSED PERFORMANCE METRIC\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 5,\n                \"source\": \"PERFORMANCE\",\n                \"summary\": \"DOWNLOAD/UPLOAD METRIC MISSED\",\n                \"timestamp\": \"2021-10-13T08:53:55.543624Z\"\n            },\n            {\n                \"ap_bssid\": \"96:18:88:BE:F0:04\",\n                \"ap_essid\": \"Free5Bird\",\n                \"ap_id\": \"v0zVKQNMNPlDbB5E\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 71,\n                \"ap_trust_level_name\": \"High Threat\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 4,\n                \"client_group_name\": \"Visitor\",\n                \"client_id\": \"O3ZzDm8Y1Y6zK4JR\",\n                \"client_mac\": \"00:0E:8E:86:1A:7B\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 284,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A client assigned to Client Group VISITOR has been observed connected to an unapproved HIGH THREAT AP\\n\\n* Client:      00:0E:8E:86:1A:7B\\n* Group:       VISITOR\\n* AccessPoint: 96:18:88:BE:F0:04 (Free5Bird)\\n* Trust Level: HIGH THREAT\\n    \\nThis message is sent no more than once per hour for this Client to AP connection.\",\n                \"id\": \"VyXoLbwNAVqK7QRW\",\n                \"identifier\": \"TRUST POLICY VIOLATION\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 8,\n                \"source\": \"POLICY\",\n                \"summary\": \"VISITOR CLIENT (00:0E:8E:86:1A:7B) CONNECTED HIGH THREAT AP (96:18:88:BE:F0:04)\",\n                \"timestamp\": \"2021-10-13T08:55:45.449965Z\"\n            },\n            {\n                \"ap_bssid\": \"96:18:88:BE:F0:04\",\n                \"ap_essid\": \"Free5Bird\",\n                \"ap_id\": \"v0zVKQNMNPlDbB5E\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 71,\n                \"ap_trust_level_name\": \"High Threat\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 4,\n                \"client_group_name\": \"Visitor\",\n                \"client_id\": \"O3ZzDm8Y1Y6zK4JR\",\n                \"client_mac\": \"00:0E:8E:86:1A:7B\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 284,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Download/Upload Performance testing metric missed.\\n\\n* Expected: 10.000 Mbps Download / 10.000 Mbps Upload\\n* Observed: 0.000 Mbps Download / 0.000 Mbps Upload\",\n                \"id\": \"gVbOn4qzGEEL0EeN\",\n                \"identifier\": \"MISSED PERFORMANCE METRIC\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 5,\n                \"source\": \"PERFORMANCE\",\n                \"summary\": \"DOWNLOAD/UPLOAD METRIC MISSED\",\n                \"timestamp\": \"2021-10-13T09:00:35.887880Z\"\n            },\n            {\n                \"ap_bssid\": \"E8:AB:FA:4E:83:0D\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"8XvG2K638gEDqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Drone\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"Attop\",\n                \"ap_trust_level\": 50,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 99,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"XvG2K62BjXEYKqAk\",\n                \"client_mac\": \"E8:1C:BA:82:B2:30\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": null,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A repeating 802.11 EAPOLFrame RSN anonce broadcast has been seen between e8:ab:fa:4e:83:0d and e8:1c:ba:82:b2:30.\\nThis may indicate a Key Reinstallation Attack (KRACK) attack is in progress or a device's\\nsoftware has not been upgraded to defend against this weakness. If a large number of\\nevents are seen in a short period of time an attack could be in progress.\\n\\nFor more information about this weakness, visit the following links:\\n    \\n    * https://www.krackattacks.com/\\n    * https://en.wikipedia.org/wiki/KRACK\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13077\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13078\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13079\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13080\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13081\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13082\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13084\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13086\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13087\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13088\\n\",\n                \"id\": \"XvG2K6qd14kLqAkw\",\n                \"identifier\": \"KRACK\",\n                \"sensor_id\": \"jpEVxKyXvbLrQRY2\",\n                \"sensor_name\": \"Demo-V2-Seattle\",\n                \"severity\": 10,\n                \"source\": \"WIDS\",\n                \"summary\": \"POSSIBLE KRACK WEAKNESS/ATTACK\",\n                \"timestamp\": \"2021-10-13T09:00:49.120479Z\"\n            },\n            {\n                \"ap_bssid\": \"10:DA:43:77:AA:95\",\n                \"ap_essid\": \"NETGEAR30\",\n                \"ap_id\": \"kvQMlKY8dP9L2qe0\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Camera\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"Netgear\",\n                \"ap_trust_level\": 50,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"VyXoLbwNAOPK7QRW\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 10:da:43:77:aa:95 has changed channel from 9 to 8\",\n                \"timestamp\": \"2021-10-13T09:00:55.917242Z\"\n            },\n            {\n                \"ap_bssid\": \"E8:AB:FA:4E:83:0D\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"8XvG2K638gEDqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Drone\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"Attop\",\n                \"ap_trust_level\": 50,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 99,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"XvG2K62BjXEYKqAk\",\n                \"client_mac\": \"E8:1C:BA:82:B2:30\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": null,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A repeating 802.11 EAPOLFrame RSN anonce broadcast has been seen between e8:ab:fa:4e:83:0d and e8:1c:ba:82:b2:30.\\nThis may indicate a Key Reinstallation Attack (KRACK) attack is in progress or a device's\\nsoftware has not been upgraded to defend against this weakness. If a large number of\\nevents are seen in a short period of time an attack could be in progress.\\n\\nFor more information about this weakness, visit the following links:\\n    \\n    * https://www.krackattacks.com/\\n    * https://en.wikipedia.org/wiki/KRACK\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13077\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13078\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13079\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13080\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13081\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13082\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13084\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13086\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13087\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13088\\n\",\n                \"id\": \"yNMbnqX1oobDGkJd\",\n                \"identifier\": \"KRACK\",\n                \"sensor_id\": \"jpEVxKyXvbLrQRY2\",\n                \"sensor_name\": \"Demo-V2-Seattle\",\n                \"severity\": 10,\n                \"source\": \"WIDS\",\n                \"summary\": \"POSSIBLE KRACK WEAKNESS/ATTACK\",\n                \"timestamp\": \"2021-10-13T09:02:49.819521Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 99,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"j6GNL56WGA01Km35\",\n                \"client_mac\": \"BA:52:EF:10:AC:4A\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": null,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A new 802.11 WiFi Client has been discovered.\\n\\n* MAC Address: BA:52:EF:10:AC:4A\",\n                \"id\": \"O3ZzDmm3vv2D4JR1\",\n                \"identifier\": \"NEW WIFI CLIENT\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 10,\n                \"source\": \"POLICY\",\n                \"summary\": \"New Client (BA:52:EF:10:AC:4A) Discovered\",\n                \"timestamp\": \"2021-10-13T09:04:31.641183Z\"\n            },\n            {\n                \"ap_bssid\": \"02:15:99:EF:9A:02\",\n                \"ap_essid\": \"DIRECT-laB1163w Mono MFP\",\n                \"ap_id\": \"XvG2K62p0RYKqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Printer\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"gVbOn4qzG26L0EeN\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 02:15:99:ef:9a:02 has changed channel from 6 to 3\",\n                \"timestamp\": \"2021-10-13T09:04:59.541272Z\"\n            },\n            {\n                \"ap_bssid\": \"02:15:99:EF:9A:02\",\n                \"ap_essid\": \"DIRECT-laB1163w Mono MFP\",\n                \"ap_id\": \"XvG2K62p0RYKqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Printer\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"Y2p6nGqzN13KJQ3b\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 02:15:99:ef:9a:02 has changed channel from 3 to 6\",\n                \"timestamp\": \"2021-10-13T09:05:00.742571Z\"\n            },\n            {\n                \"ap_bssid\": \"96:18:88:BE:F0:04\",\n                \"ap_essid\": \"Free5Bird\",\n                \"ap_id\": \"v0zVKQNMNPlDbB5E\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 71,\n                \"ap_trust_level_name\": \"High Threat\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 4,\n                \"client_group_name\": \"Visitor\",\n                \"client_id\": \"O3ZzDm8Y1Y6zK4JR\",\n                \"client_mac\": \"00:0E:8E:86:1A:7B\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 284,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Download/Upload Performance testing metric missed.\\n\\n* Expected: 10.000 Mbps Download / 10.000 Mbps Upload\\n* Observed: 0.000 Mbps Download / 0.000 Mbps Upload\",\n                \"id\": \"p6B7nzV9qQXng4XA\",\n                \"identifier\": \"MISSED PERFORMANCE METRIC\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 5,\n                \"source\": \"PERFORMANCE\",\n                \"summary\": \"DOWNLOAD/UPLOAD METRIC MISSED\",\n                \"timestamp\": \"2021-10-13T09:07:11.996143Z\"\n            },\n            {\n                \"ap_bssid\": \"E8:AB:FA:4E:83:0D\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"8XvG2K638gEDqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Drone\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"Attop\",\n                \"ap_trust_level\": 50,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 99,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"XvG2K62BjXEYKqAk\",\n                \"client_mac\": \"E8:1C:BA:82:B2:30\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": null,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A repeating 802.11 EAPOLFrame RSN anonce broadcast has been seen between e8:ab:fa:4e:83:0d and e8:1c:ba:82:b2:30.\\nThis may indicate a Key Reinstallation Attack (KRACK) attack is in progress or a device's\\nsoftware has not been upgraded to defend against this weakness. If a large number of\\nevents are seen in a short period of time an attack could be in progress.\\n\\nFor more information about this weakness, visit the following links:\\n    \\n    * https://www.krackattacks.com/\\n    * https://en.wikipedia.org/wiki/KRACK\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13077\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13078\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13079\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13080\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13081\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13082\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13084\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13086\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13087\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13088\\n\",\n                \"id\": \"yNMbnqX1o5lDGkJd\",\n                \"identifier\": \"KRACK\",\n                \"sensor_id\": \"jpEVxKyXvbLrQRY2\",\n                \"sensor_name\": \"Demo-V2-Seattle\",\n                \"severity\": 10,\n                \"source\": \"WIDS\",\n                \"summary\": \"POSSIBLE KRACK WEAKNESS/ATTACK\",\n                \"timestamp\": \"2021-10-13T09:07:50.479638Z\"\n            },\n            {\n                \"ap_bssid\": \"02:15:99:EF:9A:02\",\n                \"ap_essid\": \"DIRECT-laB1163w Mono MFP\",\n                \"ap_id\": \"XvG2K62p0RYKqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Printer\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"pEVxKyWAqE4nrQRY\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 02:15:99:ef:9a:02 has changed channel from 6 to 9\",\n                \"timestamp\": \"2021-10-13T09:07:59.741432Z\"\n            },\n            {\n                \"ap_bssid\": \"02:15:99:EF:9A:02\",\n                \"ap_essid\": \"DIRECT-laB1163w Mono MFP\",\n                \"ap_id\": \"XvG2K62p0RYKqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Printer\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"qzGoDEqzWJoDOemX\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 02:15:99:ef:9a:02 has changed channel from 9 to 6\",\n                \"timestamp\": \"2021-10-13T09:07:59.896455Z\"\n            },\n            {\n                \"ap_bssid\": \"02:15:99:EF:9A:02\",\n                \"ap_essid\": \"DIRECT-laB1163w Mono MFP\",\n                \"ap_id\": \"XvG2K62p0RYKqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Printer\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"j6GNL5qz7JQLm35k\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 02:15:99:ef:9a:02 has changed channel from 6 to 8\",\n                \"timestamp\": \"2021-10-13T09:10:00.678769Z\"\n            },\n            {\n                \"ap_bssid\": \"02:15:99:EF:9A:02\",\n                \"ap_essid\": \"DIRECT-laB1163w Mono MFP\",\n                \"ap_id\": \"XvG2K62p0RYKqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Printer\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"pEVxKyWAqM4nrQRY\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 02:15:99:ef:9a:02 has changed channel from 8 to 6\",\n                \"timestamp\": \"2021-10-13T09:10:00.866376Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Unable to connect to Network\",\n                \"id\": \"2oQbKM73ozlnBXzj\",\n                \"identifier\": \"WIFI PERFORMANCE ERROR\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 3,\n                \"source\": \"AIRSHIELD\",\n                \"summary\": \"Error running WiFi Performance\",\n                \"timestamp\": \"2021-10-13T09:14:34.741374Z\"\n            },\n            {\n                \"ap_bssid\": \"96:18:88:BE:F0:04\",\n                \"ap_essid\": \"Free5Bird\",\n                \"ap_id\": \"v0zVKQNMNPlDbB5E\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 71,\n                \"ap_trust_level_name\": \"High Threat\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 4,\n                \"client_group_name\": \"Visitor\",\n                \"client_id\": \"O3ZzDm8Y1Y6zK4JR\",\n                \"client_mac\": \"00:0E:8E:86:1A:7B\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 284,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Download/Upload Performance testing metric missed.\\n\\n* Expected: 10.000 Mbps Download / 10.000 Mbps Upload\\n* Observed: 0.000 Mbps Download / 0.000 Mbps Upload\",\n                \"id\": \"O3ZzDmm3v29D4JR1\",\n                \"identifier\": \"MISSED PERFORMANCE METRIC\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 5,\n                \"source\": \"PERFORMANCE\",\n                \"summary\": \"DOWNLOAD/UPLOAD METRIC MISSED\",\n                \"timestamp\": \"2021-10-13T09:16:54.522174Z\"\n            },\n            {\n                \"ap_bssid\": \"02:15:99:EF:9A:02\",\n                \"ap_essid\": \"DIRECT-laB1163w Mono MFP\",\n                \"ap_id\": \"XvG2K62p0RYKqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Printer\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"v0zVKQm150xKbB5E\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 02:15:99:ef:9a:02 has changed channel from 6 to 10\",\n                \"timestamp\": \"2021-10-13T09:19:06.170631Z\"\n            },\n            {\n                \"ap_bssid\": \"02:15:99:EF:9A:02\",\n                \"ap_essid\": \"DIRECT-laB1163w Mono MFP\",\n                \"ap_id\": \"XvG2K62p0RYKqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Printer\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"PpOmLW9O42jDBGb9\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 02:15:99:ef:9a:02 has changed channel from 10 to 6\",\n                \"timestamp\": \"2021-10-13T09:19:06.983569Z\"\n            },\n            {\n                \"ap_bssid\": \"2C:FD:A1:A1:5B:98\",\n                \"ap_essid\": \"J-Sei\",\n                \"ap_id\": \"EWPYxLV8qoNDe5aj\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"ASUS\",\n                \"ap_trust_level\": 30,\n                \"ap_trust_level_name\": \"Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"p6B7nzV9qe7ng4XA\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 2c:fd:a1:a1:5b:98 has changed channel from 1 to 2\",\n                \"timestamp\": \"2021-10-13T09:20:33.602518Z\"\n            },\n            {\n                \"ap_bssid\": \"96:18:88:BE:F0:04\",\n                \"ap_essid\": \"Free5Bird\",\n                \"ap_id\": \"v0zVKQNMNPlDbB5E\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 71,\n                \"ap_trust_level_name\": \"High Threat\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 4,\n                \"client_group_name\": \"Visitor\",\n                \"client_id\": \"O3ZzDm8Y1Y6zK4JR\",\n                \"client_mac\": \"00:0E:8E:86:1A:7B\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 284,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Download/Upload Performance testing metric missed.\\n\\n* Expected: 10.000 Mbps Download / 10.000 Mbps Upload\\n* Observed: 0.000 Mbps Download / 0.000 Mbps Upload\",\n                \"id\": \"lqXoKN14jpmL7y26\",\n                \"identifier\": \"MISSED PERFORMANCE METRIC\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 5,\n                \"source\": \"PERFORMANCE\",\n                \"summary\": \"DOWNLOAD/UPLOAD METRIC MISSED\",\n                \"timestamp\": \"2021-10-13T09:23:23.711896Z\"\n            },\n            {\n                \"ap_bssid\": \"02:15:99:EF:9A:02\",\n                \"ap_essid\": \"DIRECT-laB1163w Mono MFP\",\n                \"ap_id\": \"XvG2K62p0RYKqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Printer\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"BVWpnv0g8WdKeo1J\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 02:15:99:ef:9a:02 has changed channel from 6 to 5\",\n                \"timestamp\": \"2021-10-13T09:23:36.007916Z\"\n            },\n            {\n                \"ap_bssid\": \"98:18:88:BE:F0:04\",\n                \"ap_essid\": \"Choose Another Castle\",\n                \"ap_id\": \"VyXoLbk4o3vK7QRW\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"Cisco\",\n                \"ap_trust_level\": 1,\n                \"ap_trust_level_name\": \"Trusted\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 2,\n                \"client_group_name\": \"Semi-Trusted\",\n                \"client_id\": \"XwlNKZd7bGjnYpzq\",\n                \"client_mac\": \"A8:6B:AD:3E:7E:A6\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 65535,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A client assigned to Client Group SEMI-TRUSTED has been observed connected to an unapproved TRUSTED AP\\n\\n* Client:      A8:6B:AD:3E:7E:A6\\n* Group:       SEMI-TRUSTED\\n* AccessPoint: 98:18:88:BE:F0:04 (Choose Another Castle)\\n* Trust Level: TRUSTED\\n    \\nThis message is sent no more than once per hour for this Client to AP connection.\",\n                \"id\": \"XwlNKZ091YJnYpzq\",\n                \"identifier\": \"TRUST POLICY VIOLATION\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 10,\n                \"source\": \"POLICY\",\n                \"summary\": \"SEMI-TRUSTED CLIENT (A8:6B:AD:3E:7E:A6) CONNECTED TRUSTED AP (98:18:88:BE:F0:04)\",\n                \"timestamp\": \"2021-10-13T09:23:53.430467Z\"\n            },\n            {\n                \"ap_bssid\": \"02:15:99:EF:9A:02\",\n                \"ap_essid\": \"DIRECT-laB1163w Mono MFP\",\n                \"ap_id\": \"XvG2K62p0RYKqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Printer\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"pEVxKyWAqpPnrQRY\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 02:15:99:ef:9a:02 has changed channel from 5 to 6\",\n                \"timestamp\": \"2021-10-13T09:24:06.885622Z\"\n            },\n            {\n                \"ap_bssid\": \"02:15:99:EF:9A:02\",\n                \"ap_essid\": \"DIRECT-laB1163w Mono MFP\",\n                \"ap_id\": \"XvG2K62p0RYKqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Printer\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"gVbOn4qzG0kL0EeN\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 02:15:99:ef:9a:02 has changed channel from 6 to 10\",\n                \"timestamp\": \"2021-10-13T09:27:06.444346Z\"\n            },\n            {\n                \"ap_bssid\": \"02:15:99:EF:9A:02\",\n                \"ap_essid\": \"DIRECT-laB1163w Mono MFP\",\n                \"ap_id\": \"XvG2K62p0RYKqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Printer\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"Y2p6nGqzNXWKJQ3b\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 02:15:99:ef:9a:02 has changed channel from 10 to 6\",\n                \"timestamp\": \"2021-10-13T09:27:06.581977Z\"\n            },\n            {\n                \"ap_bssid\": \"2C:FD:A1:A1:5B:9C\",\n                \"ap_essid\": \"J-Sei\",\n                \"ap_id\": \"plqXoKNdwBpn7y26\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"ASUS\",\n                \"ap_trust_level\": 30,\n                \"ap_trust_level_name\": \"Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"60deD0kzQvWKpPjb\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 2c:fd:a1:a1:5b:9c has changed channel from 157 to 44\",\n                \"timestamp\": \"2021-10-13T09:28:41.990300Z\"\n            },\n            {\n                \"ap_bssid\": \"96:18:88:BE:F0:04\",\n                \"ap_essid\": \"Free5Bird\",\n                \"ap_id\": \"v0zVKQNMNPlDbB5E\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 71,\n                \"ap_trust_level_name\": \"High Threat\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 4,\n                \"client_group_name\": \"Visitor\",\n                \"client_id\": \"O3ZzDm8Y1Y6zK4JR\",\n                \"client_mac\": \"00:0E:8E:86:1A:7B\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 284,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Download/Upload Performance testing metric missed.\\n\\n* Expected: 10.000 Mbps Download / 10.000 Mbps Upload\\n* Observed: 0.000 Mbps Download / 0.000 Mbps Upload\",\n                \"id\": \"Y2p6nGqz1eWKJQ3b\",\n                \"identifier\": \"MISSED PERFORMANCE METRIC\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 5,\n                \"source\": \"PERFORMANCE\",\n                \"summary\": \"DOWNLOAD/UPLOAD METRIC MISSED\",\n                \"timestamp\": \"2021-10-13T09:29:57.709582Z\"\n            },\n            {\n                \"ap_bssid\": \"B2:9D:7D:A0:C1:F1\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"gVbOn4OrqprD0EeN\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 50,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"b41kKwBOeE6LzZog\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"42oQbKMPQ8LBXzjV\",\n                \"sensor_name\": \"EC Demo\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP b2:9d:7d:a0:c1:f1 has changed channel from 1 to 6\",\n                \"timestamp\": \"2021-10-13T09:34:04.505417Z\"\n            },\n            {\n                \"ap_bssid\": \"90:9D:7D:A0:C1:F1\",\n                \"ap_essid\": \"And_then\",\n                \"ap_id\": \"E3e2DdpVyGdDaVpj\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"BbW5npO7bMWDJ319\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"42oQbKMPQ8LBXzjV\",\n                \"sensor_name\": \"EC Demo\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 90:9d:7d:a0:c1:f1 has changed channel from 1 to 6\",\n                \"timestamp\": \"2021-10-13T09:34:04.650589Z\"\n            },\n            {\n                \"ap_bssid\": \"D2:9D:7D:A0:C1:F1\",\n                \"ap_essid\": \"D375C1D9F8B041E2A1995B784064977B\",\n                \"ap_id\": \"3Gl4nJ7M3xoLvBay\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"yVpWLxQX0AXK5BaN\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"42oQbKMPQ8LBXzjV\",\n                \"sensor_name\": \"EC Demo\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP d2:9d:7d:a0:c1:f1 has changed channel from 1 to 6\",\n                \"timestamp\": \"2021-10-13T09:34:04.796513Z\"\n            },\n            {\n                \"ap_bssid\": \"96:18:98:BE:F0:04\",\n                \"ap_essid\": \"Free5Bird\",\n                \"ap_id\": \"60deD0565RJnpPjb\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 20,\n                \"ap_trust_level_name\": \"Guest\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 4,\n                \"client_group_name\": \"Visitor\",\n                \"client_id\": \"O3ZzDm8Y1Y6zK4JR\",\n                \"client_mac\": \"00:0E:8E:86:1A:7B\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 284,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Download/Upload Performance testing metric missed.\\n\\n* Expected: 10.000 Mbps Download / 10.000 Mbps Upload\\n* Observed: 0.000 Mbps Download / 0.000 Mbps Upload\",\n                \"id\": \"60deD0kzQ9xKpPjb\",\n                \"identifier\": \"MISSED PERFORMANCE METRIC\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 5,\n                \"source\": \"PERFORMANCE\",\n                \"summary\": \"DOWNLOAD/UPLOAD METRIC MISSED\",\n                \"timestamp\": \"2021-10-13T09:36:27.520380Z\"\n            },\n            {\n                \"ap_bssid\": \"98:18:88:BE:F0:04\",\n                \"ap_essid\": \"Choose Another Castle\",\n                \"ap_id\": \"VyXoLbk4o3vK7QRW\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"Cisco\",\n                \"ap_trust_level\": 1,\n                \"ap_trust_level_name\": \"Trusted\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 2,\n                \"client_group_name\": \"Semi-Trusted\",\n                \"client_id\": \"GjEaDRay3MMKb0dJ\",\n                \"client_mac\": \"28:56:5A:38:D1:11\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 65535,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A client assigned to Client Group SEMI-TRUSTED has been observed connected to an unapproved TRUSTED AP\\n\\n* Client:      28:56:5A:38:D1:11\\n* Group:       SEMI-TRUSTED\\n* AccessPoint: 98:18:88:BE:F0:04 (Choose Another Castle)\\n* Trust Level: TRUSTED\\n    \\nThis message is sent no more than once per hour for this Client to AP connection.\",\n                \"id\": \"VyXoLbwNz7WK7QRW\",\n                \"identifier\": \"TRUST POLICY VIOLATION\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 10,\n                \"source\": \"POLICY\",\n                \"summary\": \"SEMI-TRUSTED CLIENT (28:56:5A:38:D1:11) CONNECTED TRUSTED AP (98:18:88:BE:F0:04)\",\n                \"timestamp\": \"2021-10-13T09:39:58.503803Z\"\n            },\n            {\n                \"ap_bssid\": \"FC:AE:34:95:2F:50\",\n                \"ap_essid\": \"ATTNd3trWa\",\n                \"ap_id\": \"GmVED250R7dKkqQw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Wireless Router\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"lqXoKN14XWkL7y26\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"42oQbKMPQ8LBXzjV\",\n                \"sensor_name\": \"EC Demo\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP fc:ae:34:95:2f:50 has changed channel from 11 to 1\",\n                \"timestamp\": \"2021-10-13T09:41:33.330845Z\"\n            },\n            {\n                \"ap_bssid\": \"FE:AE:34:95:2F:52\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"zA1RL7oBJPgLr0al\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"GmVED2qzVdyKkqQw\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"42oQbKMPQ8LBXzjV\",\n                \"sensor_name\": \"EC Demo\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP fe:ae:34:95:2f:52 has changed channel from 11 to 1\",\n                \"timestamp\": \"2021-10-13T09:41:33.474643Z\"\n            },\n            {\n                \"ap_bssid\": \"9A:18:98:BE:F0:04\",\n                \"ap_essid\": \"Choose Another Castle\",\n                \"ap_id\": \"aQVvDeWmWkrLW8w0\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"Meraki\",\n                \"ap_tag_vendor\": \"Cisco\",\n                \"ap_trust_level\": 1,\n                \"ap_trust_level_name\": \"Trusted\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 2,\n                \"client_group_name\": \"Semi-Trusted\",\n                \"client_id\": \"WPYxLVabpN4ne5aj\",\n                \"client_mac\": \"08:66:98:CB:69:9F\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 65535,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"Apple\",\n                \"detail\": \"A client assigned to Client Group SEMI-TRUSTED has been observed connected to an unapproved TRUSTED AP\\n\\n* Client:      08:66:98:CB:69:9F\\n* Group:       SEMI-TRUSTED\\n* AccessPoint: 9A:18:98:BE:F0:04 (Choose Another Castle)\\n* Trust Level: TRUSTED\\n    \\nThis message is sent no more than once per hour for this Client to AP connection.\",\n                \"id\": \"oPwynlY51zkLq6mA\",\n                \"identifier\": \"TRUST POLICY VIOLATION\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 10,\n                \"source\": \"POLICY\",\n                \"summary\": \"SEMI-TRUSTED CLIENT (08:66:98:CB:69:9F) CONNECTED TRUSTED AP (9A:18:98:BE:F0:04)\",\n                \"timestamp\": \"2021-10-13T09:41:59.589478Z\"\n            },\n            {\n                \"ap_bssid\": \"02:15:99:EF:9A:02\",\n                \"ap_essid\": \"DIRECT-laB1163w Mono MFP\",\n                \"ap_id\": \"XvG2K62p0RYKqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Printer\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"p6B7nzV9Q55ng4XA\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 02:15:99:ef:9a:02 has changed channel from 6 to 2\",\n                \"timestamp\": \"2021-10-13T09:42:12.645038Z\"\n            },\n            {\n                \"ap_bssid\": \"02:15:99:EF:9A:02\",\n                \"ap_essid\": \"DIRECT-laB1163w Mono MFP\",\n                \"ap_id\": \"XvG2K62p0RYKqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Printer\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"8z2ND8qzxRgnY5ER\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 02:15:99:ef:9a:02 has changed channel from 2 to 6\",\n                \"timestamp\": \"2021-10-13T09:42:12.793216Z\"\n            },\n            {\n                \"ap_bssid\": \"96:18:98:BE:F0:04\",\n                \"ap_essid\": \"Free5Bird\",\n                \"ap_id\": \"60deD0565RJnpPjb\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 20,\n                \"ap_trust_level_name\": \"Guest\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 4,\n                \"client_group_name\": \"Visitor\",\n                \"client_id\": \"O3ZzDm8Y1Y6zK4JR\",\n                \"client_mac\": \"00:0E:8E:86:1A:7B\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 284,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Download/Upload Performance testing metric missed.\\n\\n* Expected: 10.000 Mbps Download / 10.000 Mbps Upload\\n* Observed: 0.000 Mbps Download / 0.000 Mbps Upload\",\n                \"id\": \"9PBZDav5Mawn7Rxw\",\n                \"identifier\": \"MISSED PERFORMANCE METRIC\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 5,\n                \"source\": \"PERFORMANCE\",\n                \"summary\": \"DOWNLOAD/UPLOAD METRIC MISSED\",\n                \"timestamp\": \"2021-10-13T09:43:02.384385Z\"\n            },\n            {\n                \"ap_bssid\": \"2C:FD:A1:A1:5B:9C\",\n                \"ap_essid\": \"J-Sei\",\n                \"ap_id\": \"plqXoKNdwBpn7y26\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"ASUS\",\n                \"ap_trust_level\": 30,\n                \"ap_trust_level_name\": \"Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"3Gl4nJ3zmoQLvBay\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 2c:fd:a1:a1:5b:9c has changed channel from 44 to 157\",\n                \"timestamp\": \"2021-10-13T09:43:26.996498Z\"\n            },\n            {\n                \"ap_bssid\": \"10:DA:43:77:AA:95\",\n                \"ap_essid\": \"NETGEAR30\",\n                \"ap_id\": \"kvQMlKY8dP9L2qe0\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Camera\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"Netgear\",\n                \"ap_trust_level\": 50,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"pEVxKyWAB9WnrQRY\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 10:da:43:77:aa:95 has changed channel from 9 to 8\",\n                \"timestamp\": \"2021-10-13T09:45:10.484363Z\"\n            },\n            {\n                \"ap_bssid\": \"96:18:98:BE:F0:04\",\n                \"ap_essid\": \"Free5Bird\",\n                \"ap_id\": \"60deD0565RJnpPjb\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 20,\n                \"ap_trust_level_name\": \"Guest\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 4,\n                \"client_group_name\": \"Visitor\",\n                \"client_id\": \"O3ZzDm8Y1Y6zK4JR\",\n                \"client_mac\": \"00:0E:8E:86:1A:7B\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 284,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Download/Upload Performance testing metric missed.\\n\\n* Expected: 10.000 Mbps Download / 10.000 Mbps Upload\\n* Observed: 0.000 Mbps Download / 0.000 Mbps Upload\",\n                \"id\": \"E3e2DdyvPBNnaVpj\",\n                \"identifier\": \"MISSED PERFORMANCE METRIC\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 5,\n                \"source\": \"PERFORMANCE\",\n                \"summary\": \"DOWNLOAD/UPLOAD METRIC MISSED\",\n                \"timestamp\": \"2021-10-13T09:49:35.917969Z\"\n            },\n            {\n                \"ap_bssid\": \"2C:FD:A1:A1:5B:98\",\n                \"ap_essid\": \"J-Sei\",\n                \"ap_id\": \"EWPYxLV8qoNDe5aj\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"ASUS\",\n                \"ap_trust_level\": 30,\n                \"ap_trust_level_name\": \"Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"GjEaDRb6erXDb0dJ\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 2c:fd:a1:a1:5b:98 has changed channel from 2 to 4\",\n                \"timestamp\": \"2021-10-13T09:50:42.925103Z\"\n            },\n            {\n                \"ap_bssid\": \"E8:1C:BA:82:B2:30\",\n                \"ap_essid\": \"YouKidsGetOffMyLan\",\n                \"ap_id\": \"M60deD0ANkJnpPjb\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 99,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"2oQbKMyXJbjKBXzj\",\n                \"client_mac\": \"E8:AB:FA:4E:83:0D\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": null,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A repeating 802.11 EAPOLFrame RSN anonce broadcast has been seen between e8:1c:ba:82:b2:30 and e8:ab:fa:4e:83:0d.\\nThis may indicate a Key Reinstallation Attack (KRACK) attack is in progress or a device's\\nsoftware has not been upgraded to defend against this weakness. If a large number of\\nevents are seen in a short period of time an attack could be in progress.\\n\\nFor more information about this weakness, visit the following links:\\n    \\n    * https://www.krackattacks.com/\\n    * https://en.wikipedia.org/wiki/KRACK\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13077\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13078\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13079\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13080\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13081\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13082\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13084\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13086\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13087\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13088\\n\",\n                \"id\": \"XwlNKZ09vwznYpzq\",\n                \"identifier\": \"KRACK\",\n                \"sensor_id\": \"jpEVxKyXvbLrQRY2\",\n                \"sensor_name\": \"Demo-V2-Seattle\",\n                \"severity\": 10,\n                \"source\": \"WIDS\",\n                \"summary\": \"POSSIBLE KRACK WEAKNESS/ATTACK\",\n                \"timestamp\": \"2021-10-13T09:53:06.595356Z\"\n            },\n            {\n                \"ap_bssid\": \"96:18:98:BE:F0:04\",\n                \"ap_essid\": \"Free5Bird\",\n                \"ap_id\": \"60deD0565RJnpPjb\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 20,\n                \"ap_trust_level_name\": \"Guest\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 4,\n                \"client_group_name\": \"Visitor\",\n                \"client_id\": \"O3ZzDm8Y1Y6zK4JR\",\n                \"client_mac\": \"00:0E:8E:86:1A:7B\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 284,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Download/Upload Performance testing metric missed.\\n\\n* Expected: 10.000 Mbps Download / 10.000 Mbps Upload\\n* Observed: 0.000 Mbps Download / 0.000 Mbps Upload\",\n                \"id\": \"BbW5npO7b1XDJ319\",\n                \"identifier\": \"MISSED PERFORMANCE METRIC\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 5,\n                \"source\": \"PERFORMANCE\",\n                \"summary\": \"DOWNLOAD/UPLOAD METRIC MISSED\",\n                \"timestamp\": \"2021-10-13T09:56:09.479260Z\"\n            },\n            {\n                \"ap_bssid\": \"2C:FD:A1:A1:5B:9C\",\n                \"ap_essid\": \"J-Sei\",\n                \"ap_id\": \"plqXoKNdwBpn7y26\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"ASUS\",\n                \"ap_trust_level\": 30,\n                \"ap_trust_level_name\": \"Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"eYN2K3qzN0jnoQ0k\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 2c:fd:a1:a1:5b:9c has changed channel from 157 to 44\",\n                \"timestamp\": \"2021-10-13T09:58:26.089443Z\"\n            },\n            {\n                \"ap_bssid\": \"10:DA:43:77:AA:95\",\n                \"ap_essid\": \"NETGEAR30\",\n                \"ap_id\": \"kvQMlKY8dP9L2qe0\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Camera\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"Netgear\",\n                \"ap_trust_level\": 50,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"GqX3KBqzEQGLpwNj\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 10:da:43:77:aa:95 has changed channel from 8 to 9\",\n                \"timestamp\": \"2021-10-13T10:00:14.881975Z\"\n            },\n            {\n                \"ap_bssid\": \"B8:55:10:D1:F0:5C\",\n                \"ap_essid\": \"J-Sei\",\n                \"ap_id\": \"lgxMmLj8JpaDJvY5\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 30,\n                \"ap_trust_level_name\": \"Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"XwlNKZ09vWNnYpzq\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP b8:55:10:d1:f0:5c has changed channel from 5 to 3\",\n                \"timestamp\": \"2021-10-13T10:01:43.952301Z\"\n            },\n            {\n                \"ap_bssid\": \"96:18:98:BE:F0:04\",\n                \"ap_essid\": \"Free5Bird\",\n                \"ap_id\": \"60deD0565RJnpPjb\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 20,\n                \"ap_trust_level_name\": \"Guest\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 4,\n                \"client_group_name\": \"Visitor\",\n                \"client_id\": \"O3ZzDm8Y1Y6zK4JR\",\n                \"client_mac\": \"00:0E:8E:86:1A:7B\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 284,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Download/Upload Performance testing metric missed.\\n\\n* Expected: 10.000 Mbps Download / 10.000 Mbps Upload\\n* Observed: 0.000 Mbps Download / 0.000 Mbps Upload\",\n                \"id\": \"vQMlKYeA290K2qe0\",\n                \"identifier\": \"MISSED PERFORMANCE METRIC\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 5,\n                \"source\": \"PERFORMANCE\",\n                \"summary\": \"DOWNLOAD/UPLOAD METRIC MISSED\",\n                \"timestamp\": \"2021-10-13T10:02:50.908653Z\"\n            },\n            {\n                \"ap_bssid\": \"2C:FD:A1:A1:5B:98\",\n                \"ap_essid\": \"J-Sei\",\n                \"ap_id\": \"EWPYxLV8qoNDe5aj\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"ASUS\",\n                \"ap_trust_level\": 30,\n                \"ap_trust_level_name\": \"Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"9PBZDav5MlGn7Rxw\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 2c:fd:a1:a1:5b:98 has changed channel from 4 to 1\",\n                \"timestamp\": \"2021-10-13T10:05:34.568151Z\"\n            },\n            {\n                \"ap_bssid\": \"E8:AB:FA:4E:83:0D\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"8XvG2K638gEDqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Drone\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"Attop\",\n                \"ap_trust_level\": 50,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 99,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"XvG2K62BjXEYKqAk\",\n                \"client_mac\": \"E8:1C:BA:82:B2:30\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": null,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A repeating 802.11 EAPOLFrame RSN anonce broadcast has been seen between e8:ab:fa:4e:83:0d and e8:1c:ba:82:b2:30.\\nThis may indicate a Key Reinstallation Attack (KRACK) attack is in progress or a device's\\nsoftware has not been upgraded to defend against this weakness. If a large number of\\nevents are seen in a short period of time an attack could be in progress.\\n\\nFor more information about this weakness, visit the following links:\\n    \\n    * https://www.krackattacks.com/\\n    * https://en.wikipedia.org/wiki/KRACK\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13077\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13078\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13079\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13080\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13081\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13082\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13084\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13086\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13087\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13088\\n\",\n                \"id\": \"zA1RL7qzpvvDr0al\",\n                \"identifier\": \"KRACK\",\n                \"sensor_id\": \"jpEVxKyXvbLrQRY2\",\n                \"sensor_name\": \"Demo-V2-Seattle\",\n                \"severity\": 10,\n                \"source\": \"WIDS\",\n                \"summary\": \"POSSIBLE KRACK WEAKNESS/ATTACK\",\n                \"timestamp\": \"2021-10-13T10:06:38.515997Z\"\n            },\n            {\n                \"ap_bssid\": \"96:18:98:BE:F0:04\",\n                \"ap_essid\": \"Free5Bird\",\n                \"ap_id\": \"60deD0565RJnpPjb\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 20,\n                \"ap_trust_level_name\": \"Guest\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 4,\n                \"client_group_name\": \"Visitor\",\n                \"client_id\": \"O3ZzDm8Y1Y6zK4JR\",\n                \"client_mac\": \"00:0E:8E:86:1A:7B\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 284,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Download/Upload Performance testing metric missed.\\n\\n* Expected: 10.000 Mbps Download / 10.000 Mbps Upload\\n* Observed: 0.000 Mbps Download / 0.000 Mbps Upload\",\n                \"id\": \"E2NgDrA6Or5KaerV\",\n                \"identifier\": \"MISSED PERFORMANCE METRIC\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 5,\n                \"source\": \"PERFORMANCE\",\n                \"summary\": \"DOWNLOAD/UPLOAD METRIC MISSED\",\n                \"timestamp\": \"2021-10-13T10:09:21.412380Z\"\n            },\n            {\n                \"ap_bssid\": \"FC:AE:34:95:2F:50\",\n                \"ap_essid\": \"ATTNd3trWa\",\n                \"ap_id\": \"GmVED250R7dKkqQw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Wireless Router\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"5N89KXRXNdOnv1Xw\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"42oQbKMPQ8LBXzjV\",\n                \"sensor_name\": \"EC Demo\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP fc:ae:34:95:2f:50 has changed channel from 1 to 11\",\n                \"timestamp\": \"2021-10-13T10:11:26.759125Z\"\n            },\n            {\n                \"ap_bssid\": \"FE:AE:34:95:2F:52\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"zA1RL7oBJPgLr0al\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"wd4mnAqzymlnkvRp\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"42oQbKMPQ8LBXzjV\",\n                \"sensor_name\": \"EC Demo\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP fe:ae:34:95:2f:52 has changed channel from 1 to 11\",\n                \"timestamp\": \"2021-10-13T10:11:26.894909Z\"\n            },\n            {\n                \"ap_bssid\": \"02:15:99:EF:9A:02\",\n                \"ap_essid\": \"DIRECT-laB1163w Mono MFP\",\n                \"ap_id\": \"XvG2K62p0RYKqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Printer\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"BVWpnv0gRVeKeo1J\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 02:15:99:ef:9a:02 has changed channel from 6 to 10\",\n                \"timestamp\": \"2021-10-13T10:13:23.825727Z\"\n            },\n            {\n                \"ap_bssid\": \"02:15:99:EF:9A:02\",\n                \"ap_essid\": \"DIRECT-laB1163w Mono MFP\",\n                \"ap_id\": \"XvG2K62p0RYKqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Printer\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"b41kKwBOe2ELzZog\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 02:15:99:ef:9a:02 has changed channel from 10 to 6\",\n                \"timestamp\": \"2021-10-13T10:13:24.072682Z\"\n            },\n            {\n                \"ap_bssid\": \"2C:FD:A1:A1:5B:9C\",\n                \"ap_essid\": \"J-Sei\",\n                \"ap_id\": \"plqXoKNdwBpn7y26\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"ASUS\",\n                \"ap_trust_level\": 30,\n                \"ap_trust_level_name\": \"Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"pEVxKyWABN3nrQRY\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 2c:fd:a1:a1:5b:9c has changed channel from 44 to 157\",\n                \"timestamp\": \"2021-10-13T10:13:36.013613Z\"\n            },\n            {\n                \"ap_bssid\": \"96:18:98:BE:F0:04\",\n                \"ap_essid\": \"Free5Bird\",\n                \"ap_id\": \"60deD0565RJnpPjb\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 20,\n                \"ap_trust_level_name\": \"Guest\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 4,\n                \"client_group_name\": \"Visitor\",\n                \"client_id\": \"O3ZzDm8Y1Y6zK4JR\",\n                \"client_mac\": \"00:0E:8E:86:1A:7B\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 284,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Download/Upload Performance testing metric missed.\\n\\n* Expected: 10.000 Mbps Download / 10.000 Mbps Upload\\n* Observed: 0.000 Mbps Download / 0.000 Mbps Upload\",\n                \"id\": \"aQVvDeEwrmkDW8w0\",\n                \"identifier\": \"MISSED PERFORMANCE METRIC\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 5,\n                \"source\": \"PERFORMANCE\",\n                \"summary\": \"DOWNLOAD/UPLOAD METRIC MISSED\",\n                \"timestamp\": \"2021-10-13T10:15:52.500742Z\"\n            },\n            {\n                \"ap_bssid\": \"96:18:98:BE:F0:04\",\n                \"ap_essid\": \"Free5Bird\",\n                \"ap_id\": \"60deD0565RJnpPjb\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 20,\n                \"ap_trust_level_name\": \"Guest\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 4,\n                \"client_group_name\": \"Visitor\",\n                \"client_id\": \"O3ZzDm8Y1Y6zK4JR\",\n                \"client_mac\": \"00:0E:8E:86:1A:7B\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 284,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Download/Upload Performance testing metric missed.\\n\\n* Expected: 10.000 Mbps Download / 10.000 Mbps Upload\\n* Observed: 0.000 Mbps Download / 0.000 Mbps Upload\",\n                \"id\": \"8z2ND8qzxMVnY5ER\",\n                \"identifier\": \"MISSED PERFORMANCE METRIC\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 5,\n                \"source\": \"PERFORMANCE\",\n                \"summary\": \"DOWNLOAD/UPLOAD METRIC MISSED\",\n                \"timestamp\": \"2021-10-13T10:22:26.273224Z\"\n            },\n            {\n                \"ap_bssid\": \"98:18:88:BE:F0:04\",\n                \"ap_essid\": \"Choose Another Castle\",\n                \"ap_id\": \"VyXoLbk4o3vK7QRW\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"Cisco\",\n                \"ap_trust_level\": 1,\n                \"ap_trust_level_name\": \"Trusted\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 2,\n                \"client_group_name\": \"Semi-Trusted\",\n                \"client_id\": \"XwlNKZd7bGjnYpzq\",\n                \"client_mac\": \"A8:6B:AD:3E:7E:A6\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 65535,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A client assigned to Client Group SEMI-TRUSTED has been observed connected to an unapproved TRUSTED AP\\n\\n* Client:      A8:6B:AD:3E:7E:A6\\n* Group:       SEMI-TRUSTED\\n* AccessPoint: 98:18:88:BE:F0:04 (Choose Another Castle)\\n* Trust Level: TRUSTED\\n    \\nThis message is sent no more than once per hour for this Client to AP connection.\",\n                \"id\": \"5N89KXRXNJbnv1Xw\",\n                \"identifier\": \"TRUST POLICY VIOLATION\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 10,\n                \"source\": \"POLICY\",\n                \"summary\": \"SEMI-TRUSTED CLIENT (A8:6B:AD:3E:7E:A6) CONNECTED TRUSTED AP (98:18:88:BE:F0:04)\",\n                \"timestamp\": \"2021-10-13T10:24:11.256235Z\"\n            },\n            {\n                \"ap_bssid\": \"E8:AB:FA:4E:83:0D\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"8XvG2K638gEDqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Drone\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"Attop\",\n                \"ap_trust_level\": 50,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 99,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"XvG2K62BjXEYKqAk\",\n                \"client_mac\": \"E8:1C:BA:82:B2:30\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": null,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A repeating 802.11 EAPOLFrame RSN anonce broadcast has been seen between e8:ab:fa:4e:83:0d and e8:1c:ba:82:b2:30.\\nThis may indicate a Key Reinstallation Attack (KRACK) attack is in progress or a device's\\nsoftware has not been upgraded to defend against this weakness. If a large number of\\nevents are seen in a short period of time an attack could be in progress.\\n\\nFor more information about this weakness, visit the following links:\\n    \\n    * https://www.krackattacks.com/\\n    * https://en.wikipedia.org/wiki/KRACK\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13077\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13078\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13079\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13080\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13081\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13082\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13084\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13086\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13087\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13088\\n\",\n                \"id\": \"yVpWLxQX0RQK5BaN\",\n                \"identifier\": \"KRACK\",\n                \"sensor_id\": \"jpEVxKyXvbLrQRY2\",\n                \"sensor_name\": \"Demo-V2-Seattle\",\n                \"severity\": 10,\n                \"source\": \"WIDS\",\n                \"summary\": \"POSSIBLE KRACK WEAKNESS/ATTACK\",\n                \"timestamp\": \"2021-10-13T10:25:16.665528Z\"\n            },\n            {\n                \"ap_bssid\": \"02:15:99:EF:9A:02\",\n                \"ap_essid\": \"DIRECT-laB1163w Mono MFP\",\n                \"ap_id\": \"XvG2K62p0RYKqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Printer\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"2oQbKM73Or3nBXzj\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 02:15:99:ef:9a:02 has changed channel from 6 to 11\",\n                \"timestamp\": \"2021-10-13T10:25:59.372095Z\"\n            },\n            {\n                \"ap_bssid\": \"02:15:99:EF:9A:02\",\n                \"ap_essid\": \"DIRECT-laB1163w Mono MFP\",\n                \"ap_id\": \"XvG2K62p0RYKqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Printer\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"p6B7nzV9Q0Xng4XA\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 02:15:99:ef:9a:02 has changed channel from 11 to 6\",\n                \"timestamp\": \"2021-10-13T10:25:59.522924Z\"\n            },\n            {\n                \"ap_bssid\": \"FE:AE:34:95:2F:52\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"zA1RL7oBJPgLr0al\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"qzGoDEqzGxoDOemX\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"42oQbKMPQ8LBXzjV\",\n                \"sensor_name\": \"EC Demo\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP fe:ae:34:95:2f:52 has changed channel from 11 to 1\",\n                \"timestamp\": \"2021-10-13T10:26:45.854294Z\"\n            },\n            {\n                \"ap_bssid\": \"FC:AE:34:95:2F:50\",\n                \"ap_essid\": \"ATTNd3trWa\",\n                \"ap_id\": \"GmVED250R7dKkqQw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Wireless Router\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"eYN2K3qzNOAnoQ0k\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"42oQbKMPQ8LBXzjV\",\n                \"sensor_name\": \"EC Demo\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP fc:ae:34:95:2f:50 has changed channel from 11 to 1\",\n                \"timestamp\": \"2021-10-13T10:26:45.987807Z\"\n            },\n            {\n                \"ap_bssid\": \"E8:AB:FA:4E:83:0D\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"8XvG2K638gEDqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Drone\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"Attop\",\n                \"ap_trust_level\": 50,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 99,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"XvG2K62BjXEYKqAk\",\n                \"client_mac\": \"E8:1C:BA:82:B2:30\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": null,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A repeating 802.11 EAPOLFrame RSN anonce broadcast has been seen between e8:ab:fa:4e:83:0d and e8:1c:ba:82:b2:30.\\nThis may indicate a Key Reinstallation Attack (KRACK) attack is in progress or a device's\\nsoftware has not been upgraded to defend against this weakness. If a large number of\\nevents are seen in a short period of time an attack could be in progress.\\n\\nFor more information about this weakness, visit the following links:\\n    \\n    * https://www.krackattacks.com/\\n    * https://en.wikipedia.org/wiki/KRACK\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13077\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13078\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13079\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13080\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13081\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13082\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13084\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13086\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13087\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13088\\n\",\n                \"id\": \"gVbOn4qz2X6L0EeN\",\n                \"identifier\": \"KRACK\",\n                \"sensor_id\": \"jpEVxKyXvbLrQRY2\",\n                \"sensor_name\": \"Demo-V2-Seattle\",\n                \"severity\": 10,\n                \"source\": \"WIDS\",\n                \"summary\": \"POSSIBLE KRACK WEAKNESS/ATTACK\",\n                \"timestamp\": \"2021-10-13T10:26:52.004033Z\"\n            },\n            {\n                \"ap_bssid\": \"02:15:99:EF:9A:02\",\n                \"ap_essid\": \"DIRECT-laB1163w Mono MFP\",\n                \"ap_id\": \"XvG2K62p0RYKqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Printer\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"VyXoLbwNzBQK7QRW\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 02:15:99:ef:9a:02 has changed channel from 6 to 10\",\n                \"timestamp\": \"2021-10-13T10:27:59.826499Z\"\n            },\n            {\n                \"ap_bssid\": \"02:15:99:EF:9A:02\",\n                \"ap_essid\": \"DIRECT-laB1163w Mono MFP\",\n                \"ap_id\": \"XvG2K62p0RYKqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Printer\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"69yoDg4xENwnvx8V\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 02:15:99:ef:9a:02 has changed channel from 10 to 6\",\n                \"timestamp\": \"2021-10-13T10:28:00.107513Z\"\n            },\n            {\n                \"ap_bssid\": \"96:18:98:BE:F0:04\",\n                \"ap_essid\": \"Free5Bird\",\n                \"ap_id\": \"60deD0565RJnpPjb\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 20,\n                \"ap_trust_level_name\": \"Guest\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 4,\n                \"client_group_name\": \"Visitor\",\n                \"client_id\": \"O3ZzDm8Y1Y6zK4JR\",\n                \"client_mac\": \"00:0E:8E:86:1A:7B\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 284,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Download/Upload Performance testing metric missed.\\n\\n* Expected: 10.000 Mbps Download / 10.000 Mbps Upload\\n* Observed: 0.000 Mbps Download / 0.000 Mbps Upload\",\n                \"id\": \"BVWpnv0gR4RKeo1J\",\n                \"identifier\": \"MISSED PERFORMANCE METRIC\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 5,\n                \"source\": \"PERFORMANCE\",\n                \"summary\": \"DOWNLOAD/UPLOAD METRIC MISSED\",\n                \"timestamp\": \"2021-10-13T10:29:01.072711Z\"\n            },\n            {\n                \"ap_bssid\": \"E8:1C:BA:82:B2:30\",\n                \"ap_essid\": \"YouKidsGetOffMyLan\",\n                \"ap_id\": \"M60deD0ANkJnpPjb\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 99,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"2oQbKMyXJbjKBXzj\",\n                \"client_mac\": \"E8:AB:FA:4E:83:0D\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": null,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A repeating 802.11 EAPOLFrame RSN anonce broadcast has been seen between e8:1c:ba:82:b2:30 and e8:ab:fa:4e:83:0d.\\nThis may indicate a Key Reinstallation Attack (KRACK) attack is in progress or a device's\\nsoftware has not been upgraded to defend against this weakness. If a large number of\\nevents are seen in a short period of time an attack could be in progress.\\n\\nFor more information about this weakness, visit the following links:\\n    \\n    * https://www.krackattacks.com/\\n    * https://en.wikipedia.org/wiki/KRACK\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13077\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13078\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13079\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13080\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13081\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13082\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13084\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13086\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13087\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13088\\n\",\n                \"id\": \"XvG2K6qdwovLqAkw\",\n                \"identifier\": \"KRACK\",\n                \"sensor_id\": \"jpEVxKyXvbLrQRY2\",\n                \"sensor_name\": \"Demo-V2-Seattle\",\n                \"severity\": 10,\n                \"source\": \"WIDS\",\n                \"summary\": \"POSSIBLE KRACK WEAKNESS/ATTACK\",\n                \"timestamp\": \"2021-10-13T10:32:18.700486Z\"\n            },\n            {\n                \"ap_bssid\": \"96:18:98:BE:F0:04\",\n                \"ap_essid\": \"Free5Bird\",\n                \"ap_id\": \"60deD0565RJnpPjb\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 20,\n                \"ap_trust_level_name\": \"Guest\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 4,\n                \"client_group_name\": \"Visitor\",\n                \"client_id\": \"O3ZzDm8Y1Y6zK4JR\",\n                \"client_mac\": \"00:0E:8E:86:1A:7B\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 284,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Download/Upload Performance testing metric missed.\\n\\n* Expected: 10.000 Mbps Download / 10.000 Mbps Upload\\n* Observed: 0.000 Mbps Download / 0.000 Mbps Upload\",\n                \"id\": \"O3ZzDmm36byD4JR1\",\n                \"identifier\": \"MISSED PERFORMANCE METRIC\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 5,\n                \"source\": \"PERFORMANCE\",\n                \"summary\": \"DOWNLOAD/UPLOAD METRIC MISSED\",\n                \"timestamp\": \"2021-10-13T10:35:31.201040Z\"\n            },\n            {\n                \"ap_bssid\": \"E8:AB:FA:4E:83:0D\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"8XvG2K638gEDqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Drone\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"Attop\",\n                \"ap_trust_level\": 50,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 99,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"XvG2K62BjXEYKqAk\",\n                \"client_mac\": \"E8:1C:BA:82:B2:30\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": null,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A repeating 802.11 EAPOLFrame RSN anonce broadcast has been seen between e8:ab:fa:4e:83:0d and e8:1c:ba:82:b2:30.\\nThis may indicate a Key Reinstallation Attack (KRACK) attack is in progress or a device's\\nsoftware has not been upgraded to defend against this weakness. If a large number of\\nevents are seen in a short period of time an attack could be in progress.\\n\\nFor more information about this weakness, visit the following links:\\n    \\n    * https://www.krackattacks.com/\\n    * https://en.wikipedia.org/wiki/KRACK\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13077\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13078\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13079\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13080\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13081\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13082\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13084\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13086\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13087\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13088\\n\",\n                \"id\": \"GmVED2qzVEdKkqQw\",\n                \"identifier\": \"KRACK\",\n                \"sensor_id\": \"jpEVxKyXvbLrQRY2\",\n                \"sensor_name\": \"Demo-V2-Seattle\",\n                \"severity\": 10,\n                \"source\": \"WIDS\",\n                \"summary\": \"POSSIBLE KRACK WEAKNESS/ATTACK\",\n                \"timestamp\": \"2021-10-13T10:36:48.092333Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Access point 68:d7:9a:3d:9b:bc has changed its advertised encryption from WPA2 to WEP\",\n                \"id\": \"p6B7nzV9QZZng4XA\",\n                \"identifier\": \"ADVCRYPTO\",\n                \"sensor_id\": \"jpEVxKyXvbLrQRY2\",\n                \"sensor_name\": \"Demo-V2-Seattle\",\n                \"severity\": 7,\n                \"source\": \"WIDS\",\n                \"summary\": \"Advertised encryption has changed\",\n                \"timestamp\": \"2021-10-13T10:39:34.160797Z\"\n            },\n            {\n                \"ap_bssid\": \"98:18:88:BE:F0:04\",\n                \"ap_essid\": \"Choose Another Castle\",\n                \"ap_id\": \"VyXoLbk4o3vK7QRW\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"Cisco\",\n                \"ap_trust_level\": 1,\n                \"ap_trust_level_name\": \"Trusted\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 2,\n                \"client_group_name\": \"Semi-Trusted\",\n                \"client_id\": \"GjEaDRay3MMKb0dJ\",\n                \"client_mac\": \"28:56:5A:38:D1:11\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 65535,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A client assigned to Client Group SEMI-TRUSTED has been observed connected to an unapproved TRUSTED AP\\n\\n* Client:      28:56:5A:38:D1:11\\n* Group:       SEMI-TRUSTED\\n* AccessPoint: 98:18:88:BE:F0:04 (Choose Another Castle)\\n* Trust Level: TRUSTED\\n    \\nThis message is sent no more than once per hour for this Client to AP connection.\",\n                \"id\": \"x4dank6y7oyDGANw\",\n                \"identifier\": \"TRUST POLICY VIOLATION\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 10,\n                \"source\": \"POLICY\",\n                \"summary\": \"SEMI-TRUSTED CLIENT (28:56:5A:38:D1:11) CONNECTED TRUSTED AP (98:18:88:BE:F0:04)\",\n                \"timestamp\": \"2021-10-13T10:40:17.297435Z\"\n            },\n            {\n                \"ap_bssid\": \"E8:AB:FA:4E:83:0D\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"8XvG2K638gEDqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Drone\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"Attop\",\n                \"ap_trust_level\": 50,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 99,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"XvG2K62BjXEYKqAk\",\n                \"client_mac\": \"E8:1C:BA:82:B2:30\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": null,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A repeating 802.11 EAPOLFrame RSN anonce broadcast has been seen between e8:ab:fa:4e:83:0d and e8:1c:ba:82:b2:30.\\nThis may indicate a Key Reinstallation Attack (KRACK) attack is in progress or a device's\\nsoftware has not been upgraded to defend against this weakness. If a large number of\\nevents are seen in a short period of time an attack could be in progress.\\n\\nFor more information about this weakness, visit the following links:\\n    \\n    * https://www.krackattacks.com/\\n    * https://en.wikipedia.org/wiki/KRACK\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13077\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13078\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13079\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13080\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13081\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13082\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13084\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13086\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13087\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13088\\n\",\n                \"id\": \"3Gl4nJ3zm9lLvBay\",\n                \"identifier\": \"KRACK\",\n                \"sensor_id\": \"jpEVxKyXvbLrQRY2\",\n                \"sensor_name\": \"Demo-V2-Seattle\",\n                \"severity\": 10,\n                \"source\": \"WIDS\",\n                \"summary\": \"POSSIBLE KRACK WEAKNESS/ATTACK\",\n                \"timestamp\": \"2021-10-13T10:40:20.140449Z\"\n            },\n            {\n                \"ap_bssid\": \"FC:AE:34:95:2F:50\",\n                \"ap_essid\": \"ATTNd3trWa\",\n                \"ap_id\": \"GmVED250R7dKkqQw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Wireless Router\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"5N89KXRXNgEnv1Xw\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"42oQbKMPQ8LBXzjV\",\n                \"sensor_name\": \"EC Demo\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP fc:ae:34:95:2f:50 has changed channel from 1 to 11\",\n                \"timestamp\": \"2021-10-13T10:41:57.392974Z\"\n            },\n            {\n                \"ap_bssid\": \"FE:AE:34:95:2F:52\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"zA1RL7oBJPgLr0al\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"wd4mnAqzyPpnkvRp\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"42oQbKMPQ8LBXzjV\",\n                \"sensor_name\": \"EC Demo\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP fe:ae:34:95:2f:52 has changed channel from 1 to 11\",\n                \"timestamp\": \"2021-10-13T10:41:57.510268Z\"\n            },\n            {\n                \"ap_bssid\": \"96:18:98:BE:F0:04\",\n                \"ap_essid\": \"Free5Bird\",\n                \"ap_id\": \"60deD0565RJnpPjb\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 20,\n                \"ap_trust_level_name\": \"Guest\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 4,\n                \"client_group_name\": \"Visitor\",\n                \"client_id\": \"O3ZzDm8Y1Y6zK4JR\",\n                \"client_mac\": \"00:0E:8E:86:1A:7B\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 284,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Download/Upload Performance testing metric missed.\\n\\n* Expected: 10.000 Mbps Download / 10.000 Mbps Upload\\n* Observed: 0.000 Mbps Download / 0.000 Mbps Upload\",\n                \"id\": \"dE4lL9qzoPvLvx03\",\n                \"identifier\": \"MISSED PERFORMANCE METRIC\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 5,\n                \"source\": \"PERFORMANCE\",\n                \"summary\": \"DOWNLOAD/UPLOAD METRIC MISSED\",\n                \"timestamp\": \"2021-10-13T10:42:06.534673Z\"\n            },\n            {\n                \"ap_bssid\": \"9A:18:98:BE:F0:04\",\n                \"ap_essid\": \"Choose Another Castle\",\n                \"ap_id\": \"aQVvDeWmWkrLW8w0\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"Meraki\",\n                \"ap_tag_vendor\": \"Cisco\",\n                \"ap_trust_level\": 1,\n                \"ap_trust_level_name\": \"Trusted\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 2,\n                \"client_group_name\": \"Semi-Trusted\",\n                \"client_id\": \"WPYxLVabpN4ne5aj\",\n                \"client_mac\": \"08:66:98:CB:69:9F\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 65535,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"Apple\",\n                \"detail\": \"A client assigned to Client Group SEMI-TRUSTED has been observed connected to an unapproved TRUSTED AP\\n\\n* Client:      08:66:98:CB:69:9F\\n* Group:       SEMI-TRUSTED\\n* AccessPoint: 9A:18:98:BE:F0:04 (Choose Another Castle)\\n* Trust Level: TRUSTED\\n    \\nThis message is sent no more than once per hour for this Client to AP connection.\",\n                \"id\": \"60deD0kzQNWKpPjb\",\n                \"identifier\": \"TRUST POLICY VIOLATION\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 10,\n                \"source\": \"POLICY\",\n                \"summary\": \"SEMI-TRUSTED CLIENT (08:66:98:CB:69:9F) CONNECTED TRUSTED AP (9A:18:98:BE:F0:04)\",\n                \"timestamp\": \"2021-10-13T10:42:17.837678Z\"\n            },\n            {\n                \"ap_bssid\": \"02:15:99:EF:9A:02\",\n                \"ap_essid\": \"DIRECT-laB1163w Mono MFP\",\n                \"ap_id\": \"XvG2K62p0RYKqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Printer\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"bvoenO6GA60DMg14\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 02:15:99:ef:9a:02 has changed channel from 6 to 4\",\n                \"timestamp\": \"2021-10-13T10:45:36.268634Z\"\n            },\n            {\n                \"ap_bssid\": \"02:15:99:EF:9A:02\",\n                \"ap_essid\": \"DIRECT-laB1163w Mono MFP\",\n                \"ap_id\": \"XvG2K62p0RYKqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Printer\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"5N89KXRXNRMnv1Xw\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 02:15:99:ef:9a:02 has changed channel from 4 to 6\",\n                \"timestamp\": \"2021-10-13T10:45:36.547384Z\"\n            },\n            {\n                \"ap_bssid\": \"E8:1C:BA:82:B2:30\",\n                \"ap_essid\": \"YouKidsGetOffMyLan\",\n                \"ap_id\": \"M60deD0ANkJnpPjb\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 99,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"2oQbKMyXJbjKBXzj\",\n                \"client_mac\": \"E8:AB:FA:4E:83:0D\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": null,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A repeating 802.11 EAPOLFrame RSN anonce broadcast has been seen between e8:1c:ba:82:b2:30 and e8:ab:fa:4e:83:0d.\\nThis may indicate a Key Reinstallation Attack (KRACK) attack is in progress or a device's\\nsoftware has not been upgraded to defend against this weakness. If a large number of\\nevents are seen in a short period of time an attack could be in progress.\\n\\nFor more information about this weakness, visit the following links:\\n    \\n    * https://www.krackattacks.com/\\n    * https://en.wikipedia.org/wiki/KRACK\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13077\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13078\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13079\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13080\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13081\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13082\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13084\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13086\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13087\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13088\\n\",\n                \"id\": \"aQVvDeEwrE6DW8w0\",\n                \"identifier\": \"KRACK\",\n                \"sensor_id\": \"jpEVxKyXvbLrQRY2\",\n                \"sensor_name\": \"Demo-V2-Seattle\",\n                \"severity\": 10,\n                \"source\": \"WIDS\",\n                \"summary\": \"POSSIBLE KRACK WEAKNESS/ATTACK\",\n                \"timestamp\": \"2021-10-13T10:45:50.479246Z\"\n            },\n            {\n                \"ap_bssid\": \"96:18:98:BE:F0:04\",\n                \"ap_essid\": \"Free5Bird\",\n                \"ap_id\": \"60deD0565RJnpPjb\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 20,\n                \"ap_trust_level_name\": \"Guest\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 4,\n                \"client_group_name\": \"Visitor\",\n                \"client_id\": \"O3ZzDm8Y1Y6zK4JR\",\n                \"client_mac\": \"00:0E:8E:86:1A:7B\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 284,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Download/Upload Performance testing metric missed.\\n\\n* Expected: 10.000 Mbps Download / 10.000 Mbps Upload\\n* Observed: 0.000 Mbps Download / 0.000 Mbps Upload\",\n                \"id\": \"eYN2K3qzNvMnoQ0k\",\n                \"identifier\": \"MISSED PERFORMANCE METRIC\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 5,\n                \"source\": \"PERFORMANCE\",\n                \"summary\": \"DOWNLOAD/UPLOAD METRIC MISSED\",\n                \"timestamp\": \"2021-10-13T10:48:36.520277Z\"\n            },\n            {\n                \"ap_bssid\": \"2C:FD:A1:A1:5B:98\",\n                \"ap_essid\": \"J-Sei\",\n                \"ap_id\": \"EWPYxLV8qoNDe5aj\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"ASUS\",\n                \"ap_trust_level\": 30,\n                \"ap_trust_level_name\": \"Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"lqXoKN14XNkL7y26\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 2c:fd:a1:a1:5b:98 has changed channel from 1 to 5\",\n                \"timestamp\": \"2021-10-13T10:50:33.662752Z\"\n            },\n            {\n                \"ap_bssid\": \"96:18:98:BE:F0:04\",\n                \"ap_essid\": \"Free5Bird\",\n                \"ap_id\": \"60deD0565RJnpPjb\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 20,\n                \"ap_trust_level_name\": \"Guest\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 4,\n                \"client_group_name\": \"Visitor\",\n                \"client_id\": \"O3ZzDm8Y1Y6zK4JR\",\n                \"client_mac\": \"00:0E:8E:86:1A:7B\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 284,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Download/Upload Performance testing metric missed.\\n\\n* Expected: 10.000 Mbps Download / 10.000 Mbps Upload\\n* Observed: 0.000 Mbps Download / 0.000 Mbps Upload\",\n                \"id\": \"zA1RL7qzpwODr0al\",\n                \"identifier\": \"MISSED PERFORMANCE METRIC\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 5,\n                \"source\": \"PERFORMANCE\",\n                \"summary\": \"DOWNLOAD/UPLOAD METRIC MISSED\",\n                \"timestamp\": \"2021-10-13T10:55:09.740016Z\"\n            },\n            {\n                \"ap_bssid\": \"AC:5D:10:A0:C2:82\",\n                \"ap_essid\": \"ATT434\",\n                \"ap_id\": \"VyXoLbkJePWK7QRW\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"dE4lL9qzo5xLvx03\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP ac:5d:10:a0:c2:82 has changed channel from 11 to 1\",\n                \"timestamp\": \"2021-10-13T10:57:08.050583Z\"\n            },\n            {\n                \"ap_bssid\": \"02:15:99:EF:9A:02\",\n                \"ap_essid\": \"DIRECT-laB1163w Mono MFP\",\n                \"ap_id\": \"XvG2K62p0RYKqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Printer\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"BVWpnv0gRgkKeo1J\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 02:15:99:ef:9a:02 has changed channel from 6 to 7\",\n                \"timestamp\": \"2021-10-13T10:57:41.560710Z\"\n            },\n            {\n                \"ap_bssid\": \"02:15:99:EF:9A:02\",\n                \"ap_essid\": \"DIRECT-laB1163w Mono MFP\",\n                \"ap_id\": \"XvG2K62p0RYKqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Printer\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"b41kKwBOeOwLzZog\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 02:15:99:ef:9a:02 has changed channel from 7 to 8\",\n                \"timestamp\": \"2021-10-13T10:57:41.694868Z\"\n            },\n            {\n                \"ap_bssid\": \"02:15:99:EF:9A:02\",\n                \"ap_essid\": \"DIRECT-laB1163w Mono MFP\",\n                \"ap_id\": \"XvG2K62p0RYKqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Printer\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"vQMlKYeA2X7K2qe0\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 02:15:99:ef:9a:02 has changed channel from 6 to 2\",\n                \"timestamp\": \"2021-10-13T10:59:11.373654Z\"\n            },\n            {\n                \"ap_bssid\": \"02:15:99:EF:9A:02\",\n                \"ap_essid\": \"DIRECT-laB1163w Mono MFP\",\n                \"ap_id\": \"XvG2K62p0RYKqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Printer\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"O3ZzDmm36y6D4JR1\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 02:15:99:ef:9a:02 has changed channel from 2 to 6\",\n                \"timestamp\": \"2021-10-13T10:59:11.473962Z\"\n            },\n            {\n                \"ap_bssid\": \"02:15:99:EF:9A:02\",\n                \"ap_essid\": \"DIRECT-laB1163w Mono MFP\",\n                \"ap_id\": \"XvG2K62p0RYKqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Printer\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"BbW5npO7baXDJ319\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 02:15:99:ef:9a:02 has changed channel from 6 to 11\",\n                \"timestamp\": \"2021-10-13T11:01:11.604202Z\"\n            },\n            {\n                \"ap_bssid\": \"02:15:99:EF:9A:02\",\n                \"ap_essid\": \"DIRECT-laB1163w Mono MFP\",\n                \"ap_id\": \"XvG2K62p0RYKqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Printer\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"yVpWLxQX0aNK5BaN\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 02:15:99:ef:9a:02 has changed channel from 11 to 6\",\n                \"timestamp\": \"2021-10-13T11:01:11.749470Z\"\n            },\n            {\n                \"ap_bssid\": \"96:18:98:BE:F0:04\",\n                \"ap_essid\": \"Free5Bird\",\n                \"ap_id\": \"60deD0565RJnpPjb\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 20,\n                \"ap_trust_level_name\": \"Guest\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 4,\n                \"client_group_name\": \"Visitor\",\n                \"client_id\": \"O3ZzDm8Y1Y6zK4JR\",\n                \"client_mac\": \"00:0E:8E:86:1A:7B\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 284,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Download/Upload Performance testing metric missed.\\n\\n* Expected: 10.000 Mbps Download / 10.000 Mbps Upload\\n* Observed: 0.000 Mbps Download / 0.000 Mbps Upload\",\n                \"id\": \"XwlNKZ09vVGnYpzq\",\n                \"identifier\": \"MISSED PERFORMANCE METRIC\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 5,\n                \"source\": \"PERFORMANCE\",\n                \"summary\": \"DOWNLOAD/UPLOAD METRIC MISSED\",\n                \"timestamp\": \"2021-10-13T11:01:51.899871Z\"\n            },\n            {\n                \"ap_bssid\": \"02:15:99:EF:9A:02\",\n                \"ap_essid\": \"DIRECT-laB1163w Mono MFP\",\n                \"ap_id\": \"XvG2K62p0RYKqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Printer\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"dE4lL9qzo1dLvx03\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 02:15:99:ef:9a:02 has changed channel from 6 to 3\",\n                \"timestamp\": \"2021-10-13T11:03:41.939170Z\"\n            },\n            {\n                \"ap_bssid\": \"02:15:99:EF:9A:02\",\n                \"ap_essid\": \"DIRECT-laB1163w Mono MFP\",\n                \"ap_id\": \"XvG2K62p0RYKqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Printer\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"GjEaDRb6el9Db0dJ\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 02:15:99:ef:9a:02 has changed channel from 3 to 6\",\n                \"timestamp\": \"2021-10-13T11:03:42.113856Z\"\n            },\n            {\n                \"ap_bssid\": \"E8:AB:FA:4E:83:0D\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"8XvG2K638gEDqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Drone\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"Attop\",\n                \"ap_trust_level\": 50,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 99,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"XvG2K62BjXEYKqAk\",\n                \"client_mac\": \"E8:1C:BA:82:B2:30\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": null,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A repeating 802.11 EAPOLFrame RSN anonce broadcast has been seen between e8:ab:fa:4e:83:0d and e8:1c:ba:82:b2:30.\\nThis may indicate a Key Reinstallation Attack (KRACK) attack is in progress or a device's\\nsoftware has not been upgraded to defend against this weakness. If a large number of\\nevents are seen in a short period of time an attack could be in progress.\\n\\nFor more information about this weakness, visit the following links:\\n    \\n    * https://www.krackattacks.com/\\n    * https://en.wikipedia.org/wiki/KRACK\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13077\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13078\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13079\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13080\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13081\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13082\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13084\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13086\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13087\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13088\\n\",\n                \"id\": \"GqX3KBqzE9aLpwNj\",\n                \"identifier\": \"KRACK\",\n                \"sensor_id\": \"jpEVxKyXvbLrQRY2\",\n                \"sensor_name\": \"Demo-V2-Seattle\",\n                \"severity\": 10,\n                \"source\": \"WIDS\",\n                \"summary\": \"POSSIBLE KRACK WEAKNESS/ATTACK\",\n                \"timestamp\": \"2021-10-13T11:03:56.924238Z\"\n            },\n            {\n                \"ap_bssid\": \"2C:FD:A1:A1:5B:98\",\n                \"ap_essid\": \"J-Sei\",\n                \"ap_id\": \"EWPYxLV8qoNDe5aj\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"ASUS\",\n                \"ap_trust_level\": 30,\n                \"ap_trust_level_name\": \"Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"9PBZDav5MgWn7Rxw\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 2c:fd:a1:a1:5b:98 has changed channel from 5 to 1\",\n                \"timestamp\": \"2021-10-13T11:05:24.233977Z\"\n            },\n            {\n                \"ap_bssid\": \"96:18:98:BE:F0:04\",\n                \"ap_essid\": \"Free5Bird\",\n                \"ap_id\": \"60deD0565RJnpPjb\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 20,\n                \"ap_trust_level_name\": \"Guest\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 4,\n                \"client_group_name\": \"Visitor\",\n                \"client_id\": \"O3ZzDm8Y1Y6zK4JR\",\n                \"client_mac\": \"00:0E:8E:86:1A:7B\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 284,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Download/Upload Performance testing metric missed.\\n\\n* Expected: 10.000 Mbps Download / 10.000 Mbps Upload\\n* Observed: 0.000 Mbps Download / 0.000 Mbps Upload\",\n                \"id\": \"dE4lL9qzomGLvx03\",\n                \"identifier\": \"MISSED PERFORMANCE METRIC\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 5,\n                \"source\": \"PERFORMANCE\",\n                \"summary\": \"DOWNLOAD/UPLOAD METRIC MISSED\",\n                \"timestamp\": \"2021-10-13T11:08:25.371161Z\"\n            },\n            {\n                \"ap_bssid\": \"AC:5D:10:A0:C2:82\",\n                \"ap_essid\": \"ATT434\",\n                \"ap_id\": \"VyXoLbkJePWK7QRW\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"GjEaDRb6eemDb0dJ\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP ac:5d:10:a0:c2:82 has changed channel from 1 to 11\",\n                \"timestamp\": \"2021-10-13T11:11:49.693588Z\"\n            },\n            {\n                \"ap_bssid\": \"FC:AE:34:95:2F:50\",\n                \"ap_essid\": \"ATTNd3trWa\",\n                \"ap_id\": \"GmVED250R7dKkqQw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Wireless Router\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"aQVvDeEwrroDW8w0\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"42oQbKMPQ8LBXzjV\",\n                \"sensor_name\": \"EC Demo\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP fc:ae:34:95:2f:50 has changed channel from 11 to 1\",\n                \"timestamp\": \"2021-10-13T11:11:58.891184Z\"\n            },\n            {\n                \"ap_bssid\": \"FE:AE:34:95:2F:52\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"zA1RL7oBJPgLr0al\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"60deD0kzQQNKpPjb\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"42oQbKMPQ8LBXzjV\",\n                \"sensor_name\": \"EC Demo\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP fe:ae:34:95:2f:52 has changed channel from 11 to 1\",\n                \"timestamp\": \"2021-10-13T11:11:59.035949Z\"\n            },\n            {\n                \"ap_bssid\": \"96:18:98:BE:F0:04\",\n                \"ap_essid\": \"Free5Bird\",\n                \"ap_id\": \"60deD0565RJnpPjb\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 20,\n                \"ap_trust_level_name\": \"Guest\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 4,\n                \"client_group_name\": \"Visitor\",\n                \"client_id\": \"O3ZzDm8Y1Y6zK4JR\",\n                \"client_mac\": \"00:0E:8E:86:1A:7B\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 284,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Download/Upload Performance testing metric missed.\\n\\n* Expected: 10.000 Mbps Download / 10.000 Mbps Upload\\n* Observed: 0.000 Mbps Download / 0.000 Mbps Upload\",\n                \"id\": \"gVbOn4qz2kVL0EeN\",\n                \"identifier\": \"MISSED PERFORMANCE METRIC\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 5,\n                \"source\": \"PERFORMANCE\",\n                \"summary\": \"DOWNLOAD/UPLOAD METRIC MISSED\",\n                \"timestamp\": \"2021-10-13T11:14:56.569235Z\"\n            },\n            {\n                \"ap_bssid\": \"02:15:99:EF:9A:02\",\n                \"ap_essid\": \"DIRECT-laB1163w Mono MFP\",\n                \"ap_id\": \"XvG2K62p0RYKqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Printer\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"aQVvDeEwrOrDW8w0\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 02:15:99:ef:9a:02 has changed channel from 6 to 10\",\n                \"timestamp\": \"2021-10-13T11:15:47.063799Z\"\n            },\n            {\n                \"ap_bssid\": \"02:15:99:EF:9A:02\",\n                \"ap_essid\": \"DIRECT-laB1163w Mono MFP\",\n                \"ap_id\": \"XvG2K62p0RYKqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Printer\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"60deD0kzQaJKpPjb\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 02:15:99:ef:9a:02 has changed channel from 10 to 6\",\n                \"timestamp\": \"2021-10-13T11:15:47.579208Z\"\n            },\n            {\n                \"ap_bssid\": \"96:18:98:BE:F0:04\",\n                \"ap_essid\": \"Free5Bird\",\n                \"ap_id\": \"60deD0565RJnpPjb\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 20,\n                \"ap_trust_level_name\": \"Guest\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 4,\n                \"client_group_name\": \"Visitor\",\n                \"client_id\": \"O3ZzDm8Y1Y6zK4JR\",\n                \"client_mac\": \"00:0E:8E:86:1A:7B\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 284,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Download/Upload Performance testing metric missed.\\n\\n* Expected: 10.000 Mbps Download / 10.000 Mbps Upload\\n* Observed: 0.000 Mbps Download / 0.000 Mbps Upload\",\n                \"id\": \"x4dank6y7V6DGANw\",\n                \"identifier\": \"MISSED PERFORMANCE METRIC\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 5,\n                \"source\": \"PERFORMANCE\",\n                \"summary\": \"DOWNLOAD/UPLOAD METRIC MISSED\",\n                \"timestamp\": \"2021-10-13T11:21:27.152145Z\"\n            },\n            {\n                \"ap_bssid\": \"98:18:88:BE:F0:04\",\n                \"ap_essid\": \"Choose Another Castle\",\n                \"ap_id\": \"VyXoLbk4o3vK7QRW\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"Cisco\",\n                \"ap_trust_level\": 1,\n                \"ap_trust_level_name\": \"Trusted\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 2,\n                \"client_group_name\": \"Semi-Trusted\",\n                \"client_id\": \"XwlNKZd7bGjnYpzq\",\n                \"client_mac\": \"A8:6B:AD:3E:7E:A6\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 65535,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A client assigned to Client Group SEMI-TRUSTED has been observed connected to an unapproved TRUSTED AP\\n\\n* Client:      A8:6B:AD:3E:7E:A6\\n* Group:       SEMI-TRUSTED\\n* AccessPoint: 98:18:88:BE:F0:04 (Choose Another Castle)\\n* Trust Level: TRUSTED\\n    \\nThis message is sent no more than once per hour for this Client to AP connection.\",\n                \"id\": \"Mqa0n1kPWxJK2pxv\",\n                \"identifier\": \"TRUST POLICY VIOLATION\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 10,\n                \"source\": \"POLICY\",\n                \"summary\": \"SEMI-TRUSTED CLIENT (A8:6B:AD:3E:7E:A6) CONNECTED TRUSTED AP (98:18:88:BE:F0:04)\",\n                \"timestamp\": \"2021-10-13T11:24:32.770753Z\"\n            },\n            {\n                \"ap_bssid\": \"96:18:98:BE:F0:04\",\n                \"ap_essid\": \"Free5Bird\",\n                \"ap_id\": \"60deD0565RJnpPjb\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 20,\n                \"ap_trust_level_name\": \"Guest\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 4,\n                \"client_group_name\": \"Visitor\",\n                \"client_id\": \"O3ZzDm8Y1Y6zK4JR\",\n                \"client_mac\": \"00:0E:8E:86:1A:7B\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 284,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Download/Upload Performance testing metric missed.\\n\\n* Expected: 10.000 Mbps Download / 10.000 Mbps Upload\\n* Observed: 0.000 Mbps Download / 0.000 Mbps Upload\",\n                \"id\": \"7XbYLogGm6rLOJ20\",\n                \"identifier\": \"MISSED PERFORMANCE METRIC\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 5,\n                \"source\": \"PERFORMANCE\",\n                \"summary\": \"DOWNLOAD/UPLOAD METRIC MISSED\",\n                \"timestamp\": \"2021-10-13T11:27:57.314038Z\"\n            },\n            {\n                \"ap_bssid\": \"2C:FD:A1:A1:5B:9C\",\n                \"ap_essid\": \"J-Sei\",\n                \"ap_id\": \"plqXoKNdwBpn7y26\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"ASUS\",\n                \"ap_trust_level\": 30,\n                \"ap_trust_level_name\": \"Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"3Gl4nJ3zmBjLvBay\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 2c:fd:a1:a1:5b:9c has changed channel from 157 to 44\",\n                \"timestamp\": \"2021-10-13T11:28:49.985082Z\"\n            },\n            {\n                \"ap_bssid\": \"02:15:99:EF:9A:02\",\n                \"ap_essid\": \"DIRECT-laB1163w Mono MFP\",\n                \"ap_id\": \"XvG2K62p0RYKqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Printer\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"VyXoLbwNRkQK7QRW\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 02:15:99:ef:9a:02 has changed channel from 6 to 3\",\n                \"timestamp\": \"2021-10-13T11:29:53.310478Z\"\n            },\n            {\n                \"ap_bssid\": \"02:15:99:EF:9A:02\",\n                \"ap_essid\": \"DIRECT-laB1163w Mono MFP\",\n                \"ap_id\": \"XvG2K62p0RYKqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Printer\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"69yoDg4xWdwnvx8V\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 02:15:99:ef:9a:02 has changed channel from 3 to 6\",\n                \"timestamp\": \"2021-10-13T11:29:53.459779Z\"\n            },\n            {\n                \"ap_bssid\": \"10:DA:43:77:AA:95\",\n                \"ap_essid\": \"NETGEAR30\",\n                \"ap_id\": \"kvQMlKY8dP9L2qe0\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Camera\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"Netgear\",\n                \"ap_trust_level\": 50,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"aQVvDeEwBWaDW8w0\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 10:da:43:77:aa:95 has changed channel from 7 to 9\",\n                \"timestamp\": \"2021-10-13T11:30:48.112357Z\"\n            },\n            {\n                \"ap_bssid\": \"96:18:98:BE:F0:04\",\n                \"ap_essid\": \"Free5Bird\",\n                \"ap_id\": \"60deD0565RJnpPjb\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 20,\n                \"ap_trust_level_name\": \"Guest\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 4,\n                \"client_group_name\": \"Visitor\",\n                \"client_id\": \"O3ZzDm8Y1Y6zK4JR\",\n                \"client_mac\": \"00:0E:8E:86:1A:7B\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 284,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Download/Upload Performance testing metric missed.\\n\\n* Expected: 10.000 Mbps Download / 10.000 Mbps Upload\\n* Observed: 0.000 Mbps Download / 0.000 Mbps Upload\",\n                \"id\": \"j6GNL5qzJYrLm35k\",\n                \"identifier\": \"MISSED PERFORMANCE METRIC\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 5,\n                \"source\": \"PERFORMANCE\",\n                \"summary\": \"DOWNLOAD/UPLOAD METRIC MISSED\",\n                \"timestamp\": \"2021-10-13T11:34:31.428753Z\"\n            },\n            {\n                \"ap_bssid\": \"98:18:88:BE:F0:04\",\n                \"ap_essid\": \"Choose Another Castle\",\n                \"ap_id\": \"VyXoLbk4o3vK7QRW\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"Cisco\",\n                \"ap_trust_level\": 1,\n                \"ap_trust_level_name\": \"Trusted\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 2,\n                \"client_group_name\": \"Semi-Trusted\",\n                \"client_id\": \"GjEaDRay3MMKb0dJ\",\n                \"client_mac\": \"28:56:5A:38:D1:11\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 65535,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A client assigned to Client Group SEMI-TRUSTED has been observed connected to an unapproved TRUSTED AP\\n\\n* Client:      28:56:5A:38:D1:11\\n* Group:       SEMI-TRUSTED\\n* AccessPoint: 98:18:88:BE:F0:04 (Choose Another Castle)\\n* Trust Level: TRUSTED\\n    \\nThis message is sent no more than once per hour for this Client to AP connection.\",\n                \"id\": \"VyXoLbwNRgjK7QRW\",\n                \"identifier\": \"TRUST POLICY VIOLATION\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 10,\n                \"source\": \"POLICY\",\n                \"summary\": \"SEMI-TRUSTED CLIENT (28:56:5A:38:D1:11) CONNECTED TRUSTED AP (98:18:88:BE:F0:04)\",\n                \"timestamp\": \"2021-10-13T11:40:38.591652Z\"\n            },\n            {\n                \"ap_bssid\": \"96:18:98:BE:F0:04\",\n                \"ap_essid\": \"Free5Bird\",\n                \"ap_id\": \"60deD0565RJnpPjb\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 20,\n                \"ap_trust_level_name\": \"Guest\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 4,\n                \"client_group_name\": \"Visitor\",\n                \"client_id\": \"O3ZzDm8Y1Y6zK4JR\",\n                \"client_mac\": \"00:0E:8E:86:1A:7B\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 284,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Download/Upload Performance testing metric missed.\\n\\n* Expected: 10.000 Mbps Download / 10.000 Mbps Upload\\n* Observed: 0.000 Mbps Download / 0.000 Mbps Upload\",\n                \"id\": \"GjEaDRb6yvMDb0dJ\",\n                \"identifier\": \"MISSED PERFORMANCE METRIC\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 5,\n                \"source\": \"PERFORMANCE\",\n                \"summary\": \"DOWNLOAD/UPLOAD METRIC MISSED\",\n                \"timestamp\": \"2021-10-13T11:41:00.943210Z\"\n            },\n            {\n                \"ap_bssid\": \"9A:18:98:BE:F0:04\",\n                \"ap_essid\": \"Choose Another Castle\",\n                \"ap_id\": \"aQVvDeWmWkrLW8w0\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"Meraki\",\n                \"ap_tag_vendor\": \"Cisco\",\n                \"ap_trust_level\": 1,\n                \"ap_trust_level_name\": \"Trusted\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 2,\n                \"client_group_name\": \"Semi-Trusted\",\n                \"client_id\": \"WPYxLVabpN4ne5aj\",\n                \"client_mac\": \"08:66:98:CB:69:9F\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 65535,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"Apple\",\n                \"detail\": \"A client assigned to Client Group SEMI-TRUSTED has been observed connected to an unapproved TRUSTED AP\\n\\n* Client:      08:66:98:CB:69:9F\\n* Group:       SEMI-TRUSTED\\n* AccessPoint: 9A:18:98:BE:F0:04 (Choose Another Castle)\\n* Trust Level: TRUSTED\\n    \\nThis message is sent no more than once per hour for this Client to AP connection.\",\n                \"id\": \"p6B7nzV93A7ng4XA\",\n                \"identifier\": \"TRUST POLICY VIOLATION\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 10,\n                \"source\": \"POLICY\",\n                \"summary\": \"SEMI-TRUSTED CLIENT (08:66:98:CB:69:9F) CONNECTED TRUSTED AP (9A:18:98:BE:F0:04)\",\n                \"timestamp\": \"2021-10-13T11:42:39.187496Z\"\n            },\n            {\n                \"ap_bssid\": \"2C:FD:A1:A1:5B:9C\",\n                \"ap_essid\": \"J-Sei\",\n                \"ap_id\": \"plqXoKNdwBpn7y26\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"ASUS\",\n                \"ap_trust_level\": 30,\n                \"ap_trust_level_name\": \"Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"x4dank6yvMjDGANw\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 2c:fd:a1:a1:5b:9c has changed channel from 44 to 157\",\n                \"timestamp\": \"2021-10-13T11:44:06.616370Z\"\n            },\n            {\n                \"ap_bssid\": \"10:DA:43:77:AA:95\",\n                \"ap_essid\": \"NETGEAR30\",\n                \"ap_id\": \"kvQMlKY8dP9L2qe0\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Camera\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"Netgear\",\n                \"ap_trust_level\": 50,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"v0zVKQm1JbpKbB5E\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 10:da:43:77:aa:95 has changed channel from 9 to 8\",\n                \"timestamp\": \"2021-10-13T11:46:46.847230Z\"\n            },\n            {\n                \"ap_bssid\": \"96:18:98:BE:F0:04\",\n                \"ap_essid\": \"Free5Bird\",\n                \"ap_id\": \"60deD0565RJnpPjb\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 20,\n                \"ap_trust_level_name\": \"Guest\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 4,\n                \"client_group_name\": \"Visitor\",\n                \"client_id\": \"O3ZzDm8Y1Y6zK4JR\",\n                \"client_mac\": \"00:0E:8E:86:1A:7B\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 284,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Download/Upload Performance testing metric missed.\\n\\n* Expected: 10.000 Mbps Download / 10.000 Mbps Upload\\n* Observed: 0.000 Mbps Download / 0.000 Mbps Upload\",\n                \"id\": \"8z2ND8qzJNdnY5ER\",\n                \"identifier\": \"MISSED PERFORMANCE METRIC\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 5,\n                \"source\": \"PERFORMANCE\",\n                \"summary\": \"DOWNLOAD/UPLOAD METRIC MISSED\",\n                \"timestamp\": \"2021-10-13T11:47:36.139338Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"AT&T Wireless Inc.\",\n                \"celltower_cellid\": \"171475736\",\n                \"celltower_id\": \"kvQMlKYaY9K2qe01\",\n                \"celltower_lac\": \"35641\",\n                \"celltower_mcc\": \"310\",\n                \"celltower_mnc\": \"410\",\n                \"celltower_rat\": \"LTE\",\n                \"celltower_threat_level\": 10,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A suspicious cellular tower was detected in your vicinity.  Based on LOCH\\nIntelligence a threat level has been calculated and applied. A high threat level may indicate an attack\\nagainst your cellular devices and should be investigated further. Contact your LOCH representative\\nfor assistance.\\n\\n| Field | Value |\\n| ----- | ----- |\\n| Identifier | 171475736 |\\n| Carrier | AT&T Wireless Inc. |\\n| MCC | 310 |\\n| MNC | 410 |\\n| LAC | 35641 |\\n| Technology | LTE |\\n| Threat Level | 10 |\\n\\nReason(s):\\n\\nUnclassified Cellular Tower\\n\",\n                \"id\": \"3Gl4nJ3zJylLvBay\",\n                \"identifier\": \"SUSPICIOUS CELLULAR TOWER\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 7,\n                \"source\": \"AIRCELL\",\n                \"summary\": \"SUSPICIOUS TOWER DETECTED: ID=171475736/310/410-AT&T WIRELESS INC.\",\n                \"timestamp\": \"2021-10-13T11:48:40.878111Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"FirstNet / Public Safety\",\n                \"celltower_cellid\": \"171475736\",\n                \"celltower_id\": \"bO3ZzDm9wkD4JR1y\",\n                \"celltower_lac\": \"35641\",\n                \"celltower_mcc\": \"313\",\n                \"celltower_mnc\": \"100\",\n                \"celltower_rat\": \"LTE\",\n                \"celltower_threat_level\": 10,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A new cellular tower has been detected in your vicinity.\\n\\n| Field | Value |\\n| ----- | ----- |\\n| Identifier | 171475736 |\\n| Carrier | FirstNet / Public Safety |\\n| MCC | 313 |\\n| MNC | 100 |\\n| LAC | 35641 |\\n| Technology | LTE |\\n| Threat Level | 10 |\\n    \\nIn general new cellular towers are not a common occurrence. Some reasons for new towers may include new\\nconstruction, network balancing by the carrier, the use of an IMSI catcher by law enforcement or some\\nsuspicious activity. Suspicious levels and threat \\n\",\n                \"id\": \"E3e2Ddyv0BMnaVpj\",\n                \"identifier\": \"NEW CELLULAR TOWER\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 5,\n                \"source\": \"AIRCELL\",\n                \"summary\": \"CELLULAR TOWER DETECTED: ID=171475736/313/100-FIRSTNET / PUBLIC SAFETY\",\n                \"timestamp\": \"2021-10-13T11:48:40.905637Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"FirstNet / Public Safety\",\n                \"celltower_cellid\": \"171475736\",\n                \"celltower_id\": \"bO3ZzDm9wkD4JR1y\",\n                \"celltower_lac\": \"35641\",\n                \"celltower_mcc\": \"313\",\n                \"celltower_mnc\": \"100\",\n                \"celltower_rat\": \"LTE\",\n                \"celltower_threat_level\": 10,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A suspicious cellular tower was detected in your vicinity.  Based on LOCH\\nIntelligence a threat level has been calculated and applied. A high threat level may indicate an attack\\nagainst your cellular devices and should be investigated further. Contact your LOCH representative\\nfor assistance.\\n\\n| Field | Value |\\n| ----- | ----- |\\n| Identifier | 171475736 |\\n| Carrier | FirstNet / Public Safety |\\n| MCC | 313 |\\n| MNC | 100 |\\n| LAC | 35641 |\\n| Technology | LTE |\\n| Threat Level | 10 |\\n\\nReason(s):\\n\\nUnclassified Cellular Tower\\n\",\n                \"id\": \"j6GNL5qzJN3Lm35k\",\n                \"identifier\": \"SUSPICIOUS CELLULAR TOWER\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 7,\n                \"source\": \"AIRCELL\",\n                \"summary\": \"SUSPICIOUS TOWER DETECTED: ID=171475736/313/100-FIRSTNET / PUBLIC SAFETY\",\n                \"timestamp\": \"2021-10-13T11:48:40.944601Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"AT&T Wireless Inc.\",\n                \"celltower_cellid\": \"171475736\",\n                \"celltower_id\": \"kvQMlKYaY9K2qe01\",\n                \"celltower_lac\": \"35641\",\n                \"celltower_mcc\": \"310\",\n                \"celltower_mnc\": \"410\",\n                \"celltower_rat\": \"LTE\",\n                \"celltower_threat_level\": 10,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A new cellular tower has been detected in your vicinity.\\n\\n| Field | Value |\\n| ----- | ----- |\\n| Identifier | 171475736 |\\n| Carrier | AT&T Wireless Inc. |\\n| MCC | 310 |\\n| MNC | 410 |\\n| LAC | 35641 |\\n| Technology | LTE |\\n| Threat Level | 10 |\\n    \\nIn general new cellular towers are not a common occurrence. Some reasons for new towers may include new\\nconstruction, network balancing by the carrier, the use of an IMSI catcher by law enforcement or some\\nsuspicious activity. Suspicious levels and threat \\n\",\n                \"id\": \"pEVxKyWAE8qnrQRY\",\n                \"identifier\": \"NEW CELLULAR TOWER\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 5,\n                \"source\": \"AIRCELL\",\n                \"summary\": \"CELLULAR TOWER DETECTED: ID=171475736/310/410-AT&T WIRELESS INC.\",\n                \"timestamp\": \"2021-10-13T11:48:41.361686Z\"\n            },\n            {\n                \"ap_bssid\": \"96:18:98:BE:F0:04\",\n                \"ap_essid\": \"Free5Bird\",\n                \"ap_id\": \"60deD0565RJnpPjb\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 20,\n                \"ap_trust_level_name\": \"Guest\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 4,\n                \"client_group_name\": \"Visitor\",\n                \"client_id\": \"O3ZzDm8Y1Y6zK4JR\",\n                \"client_mac\": \"00:0E:8E:86:1A:7B\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 284,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Download/Upload Performance testing metric missed.\\n\\n* Expected: 10.000 Mbps Download / 10.000 Mbps Upload\\n* Observed: 0.000 Mbps Download / 0.000 Mbps Upload\",\n                \"id\": \"aQVvDeEwB06DW8w0\",\n                \"identifier\": \"MISSED PERFORMANCE METRIC\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 5,\n                \"source\": \"PERFORMANCE\",\n                \"summary\": \"DOWNLOAD/UPLOAD METRIC MISSED\",\n                \"timestamp\": \"2021-10-13T11:54:07.686352Z\"\n            },\n            {\n                \"ap_bssid\": \"FC:AE:34:95:2F:50\",\n                \"ap_essid\": \"ATTNd3trWa\",\n                \"ap_id\": \"GmVED250R7dKkqQw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Wireless Router\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"XvG2K6qdJaELqAkw\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"42oQbKMPQ8LBXzjV\",\n                \"sensor_name\": \"EC Demo\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP fc:ae:34:95:2f:50 has changed channel from 1 to 11\",\n                \"timestamp\": \"2021-10-13T11:57:20.515342Z\"\n            },\n            {\n                \"ap_bssid\": \"FE:AE:34:95:2F:52\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"zA1RL7oBJPgLr0al\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"vQMlKYeA6NRK2qe0\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"42oQbKMPQ8LBXzjV\",\n                \"sensor_name\": \"EC Demo\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP fe:ae:34:95:2f:52 has changed channel from 1 to 11\",\n                \"timestamp\": \"2021-10-13T11:57:20.663519Z\"\n            },\n            {\n                \"ap_bssid\": \"02:15:99:EF:9A:02\",\n                \"ap_essid\": \"DIRECT-laB1163w Mono MFP\",\n                \"ap_id\": \"XvG2K62p0RYKqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Printer\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"60deD0kzJWAKpPjb\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 02:15:99:ef:9a:02 has changed channel from 6 to 11\",\n                \"timestamp\": \"2021-10-13T11:58:05.906881Z\"\n            },\n            {\n                \"ap_bssid\": \"02:15:99:EF:9A:02\",\n                \"ap_essid\": \"DIRECT-laB1163w Mono MFP\",\n                \"ap_id\": \"XvG2K62p0RYKqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Printer\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"GqX3KBqzJr9LpwNj\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 02:15:99:ef:9a:02 has changed channel from 11 to 6\",\n                \"timestamp\": \"2021-10-13T11:58:06.055842Z\"\n            },\n            {\n                \"ap_bssid\": \"96:18:98:BE:F0:04\",\n                \"ap_essid\": \"Free5Bird\",\n                \"ap_id\": \"60deD0565RJnpPjb\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 20,\n                \"ap_trust_level_name\": \"Guest\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 4,\n                \"client_group_name\": \"Visitor\",\n                \"client_id\": \"O3ZzDm8Y1Y6zK4JR\",\n                \"client_mac\": \"00:0E:8E:86:1A:7B\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 284,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Download/Upload Performance testing metric missed.\\n\\n* Expected: 10.000 Mbps Download / 10.000 Mbps Upload\\n* Observed: 0.000 Mbps Download / 0.000 Mbps Upload\",\n                \"id\": \"69yoDg4xWPAnvx8V\",\n                \"identifier\": \"MISSED PERFORMANCE METRIC\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 5,\n                \"source\": \"PERFORMANCE\",\n                \"summary\": \"DOWNLOAD/UPLOAD METRIC MISSED\",\n                \"timestamp\": \"2021-10-13T12:00:50.345694Z\"\n            },\n            {\n                \"ap_bssid\": \"E8:AB:FA:4E:83:0D\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"8XvG2K638gEDqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Drone\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"Attop\",\n                \"ap_trust_level\": 50,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 99,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"XvG2K62BjXEYKqAk\",\n                \"client_mac\": \"E8:1C:BA:82:B2:30\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": null,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A repeating 802.11 EAPOLFrame RSN anonce broadcast has been seen between e8:ab:fa:4e:83:0d and e8:1c:ba:82:b2:30.\\nThis may indicate a Key Reinstallation Attack (KRACK) attack is in progress or a device's\\nsoftware has not been upgraded to defend against this weakness. If a large number of\\nevents are seen in a short period of time an attack could be in progress.\\n\\nFor more information about this weakness, visit the following links:\\n    \\n    * https://www.krackattacks.com/\\n    * https://en.wikipedia.org/wiki/KRACK\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13077\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13078\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13079\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13080\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13081\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13082\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13084\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13086\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13087\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13088\\n\",\n                \"id\": \"yNMbnqX1lj4DGkJd\",\n                \"identifier\": \"KRACK\",\n                \"sensor_id\": \"jpEVxKyXvbLrQRY2\",\n                \"sensor_name\": \"Demo-V2-Seattle\",\n                \"severity\": 10,\n                \"source\": \"WIDS\",\n                \"summary\": \"POSSIBLE KRACK WEAKNESS/ATTACK\",\n                \"timestamp\": \"2021-10-13T12:05:46.106558Z\"\n            },\n            {\n                \"ap_bssid\": \"E8:AB:FA:4E:83:0D\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"8XvG2K638gEDqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Drone\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"Attop\",\n                \"ap_trust_level\": 50,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 99,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"XvG2K62BjXEYKqAk\",\n                \"client_mac\": \"E8:1C:BA:82:B2:30\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": null,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A repeating 802.11 EAPOLFrame RSN anonce broadcast has been seen between e8:ab:fa:4e:83:0d and e8:1c:ba:82:b2:30.\\nThis may indicate a Key Reinstallation Attack (KRACK) attack is in progress or a device's\\nsoftware has not been upgraded to defend against this weakness. If a large number of\\nevents are seen in a short period of time an attack could be in progress.\\n\\nFor more information about this weakness, visit the following links:\\n    \\n    * https://www.krackattacks.com/\\n    * https://en.wikipedia.org/wiki/KRACK\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13077\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13078\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13079\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13080\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13081\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13082\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13084\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13086\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13087\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13088\\n\",\n                \"id\": \"Y2p6nGqzJaZKJQ3b\",\n                \"identifier\": \"KRACK\",\n                \"sensor_id\": \"jpEVxKyXvbLrQRY2\",\n                \"sensor_name\": \"Demo-V2-Seattle\",\n                \"severity\": 10,\n                \"source\": \"WIDS\",\n                \"summary\": \"POSSIBLE KRACK WEAKNESS/ATTACK\",\n                \"timestamp\": \"2021-10-13T12:07:16.206618Z\"\n            },\n            {\n                \"ap_bssid\": \"96:18:98:BE:F0:04\",\n                \"ap_essid\": \"Free5Bird\",\n                \"ap_id\": \"60deD0565RJnpPjb\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 20,\n                \"ap_trust_level_name\": \"Guest\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 4,\n                \"client_group_name\": \"Visitor\",\n                \"client_id\": \"O3ZzDm8Y1Y6zK4JR\",\n                \"client_mac\": \"00:0E:8E:86:1A:7B\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 284,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Download/Upload Performance testing metric missed.\\n\\n* Expected: 10.000 Mbps Download / 10.000 Mbps Upload\\n* Observed: 0.000 Mbps Download / 0.000 Mbps Upload\",\n                \"id\": \"Mqa0n1kPJjXK2pxv\",\n                \"identifier\": \"MISSED PERFORMANCE METRIC\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 5,\n                \"source\": \"PERFORMANCE\",\n                \"summary\": \"DOWNLOAD/UPLOAD METRIC MISSED\",\n                \"timestamp\": \"2021-10-13T12:07:19.422814Z\"\n            },\n            {\n                \"ap_bssid\": \"96:18:98:BE:F0:04\",\n                \"ap_essid\": \"Free5Bird\",\n                \"ap_id\": \"60deD0565RJnpPjb\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 20,\n                \"ap_trust_level_name\": \"Guest\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 4,\n                \"client_group_name\": \"Visitor\",\n                \"client_id\": \"O3ZzDm8Y1Y6zK4JR\",\n                \"client_mac\": \"00:0E:8E:86:1A:7B\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 284,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Download/Upload Performance testing metric missed.\\n\\n* Expected: 10.000 Mbps Download / 10.000 Mbps Upload\\n* Observed: 0.000 Mbps Download / 0.000 Mbps Upload\",\n                \"id\": \"Mqa0n1kPJY6K2pxv\",\n                \"identifier\": \"MISSED PERFORMANCE METRIC\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 5,\n                \"source\": \"PERFORMANCE\",\n                \"summary\": \"DOWNLOAD/UPLOAD METRIC MISSED\",\n                \"timestamp\": \"2021-10-13T12:13:50.958127Z\"\n            },\n            {\n                \"ap_bssid\": \"E8:AB:FA:4E:83:0D\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"8XvG2K638gEDqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Drone\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"Attop\",\n                \"ap_trust_level\": 50,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 99,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"XvG2K62BjXEYKqAk\",\n                \"client_mac\": \"E8:1C:BA:82:B2:30\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": null,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A repeating 802.11 EAPOLFrame RSN anonce broadcast has been seen between e8:ab:fa:4e:83:0d and e8:1c:ba:82:b2:30.\\nThis may indicate a Key Reinstallation Attack (KRACK) attack is in progress or a device's\\nsoftware has not been upgraded to defend against this weakness. If a large number of\\nevents are seen in a short period of time an attack could be in progress.\\n\\nFor more information about this weakness, visit the following links:\\n    \\n    * https://www.krackattacks.com/\\n    * https://en.wikipedia.org/wiki/KRACK\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13077\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13078\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13079\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13080\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13081\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13082\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13084\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13086\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13087\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13088\\n\",\n                \"id\": \"zA1RL7qzJYvDr0al\",\n                \"identifier\": \"KRACK\",\n                \"sensor_id\": \"jpEVxKyXvbLrQRY2\",\n                \"sensor_name\": \"Demo-V2-Seattle\",\n                \"severity\": 10,\n                \"source\": \"WIDS\",\n                \"summary\": \"POSSIBLE KRACK WEAKNESS/ATTACK\",\n                \"timestamp\": \"2021-10-13T12:15:48.935487Z\"\n            },\n            {\n                \"ap_bssid\": \"10:DA:43:77:AA:95\",\n                \"ap_essid\": \"NETGEAR30\",\n                \"ap_id\": \"kvQMlKY8dP9L2qe0\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Camera\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"Netgear\",\n                \"ap_trust_level\": 50,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"Mqa0n1kPJ32K2pxv\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 10:da:43:77:aa:95 has changed channel from 8 to 9\",\n                \"timestamp\": \"2021-10-13T12:17:00.002990Z\"\n            },\n            {\n                \"ap_bssid\": \"E8:1C:BA:82:B2:30\",\n                \"ap_essid\": \"YouKidsGetOffMyLan\",\n                \"ap_id\": \"M60deD0ANkJnpPjb\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 99,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"2oQbKMyXJbjKBXzj\",\n                \"client_mac\": \"E8:AB:FA:4E:83:0D\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": null,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A repeating 802.11 EAPOLFrame RSN anonce broadcast has been seen between e8:1c:ba:82:b2:30 and e8:ab:fa:4e:83:0d.\\nThis may indicate a Key Reinstallation Attack (KRACK) attack is in progress or a device's\\nsoftware has not been upgraded to defend against this weakness. If a large number of\\nevents are seen in a short period of time an attack could be in progress.\\n\\nFor more information about this weakness, visit the following links:\\n    \\n    * https://www.krackattacks.com/\\n    * https://en.wikipedia.org/wiki/KRACK\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13077\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13078\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13079\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13080\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13081\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13082\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13084\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13086\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13087\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13088\\n\",\n                \"id\": \"v0zVKQm1JvlKbB5E\",\n                \"identifier\": \"KRACK\",\n                \"sensor_id\": \"jpEVxKyXvbLrQRY2\",\n                \"sensor_name\": \"Demo-V2-Seattle\",\n                \"severity\": 10,\n                \"source\": \"WIDS\",\n                \"summary\": \"POSSIBLE KRACK WEAKNESS/ATTACK\",\n                \"timestamp\": \"2021-10-13T12:18:19.394982Z\"\n            },\n            {\n                \"ap_bssid\": \"02:15:99:EF:9A:02\",\n                \"ap_essid\": \"DIRECT-laB1163w Mono MFP\",\n                \"ap_id\": \"XvG2K62p0RYKqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Printer\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"GmVED2qzJgbKkqQw\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 02:15:99:ef:9a:02 has changed channel from 6 to 10\",\n                \"timestamp\": \"2021-10-13T12:18:41.615022Z\"\n            },\n            {\n                \"ap_bssid\": \"02:15:99:EF:9A:02\",\n                \"ap_essid\": \"DIRECT-laB1163w Mono MFP\",\n                \"ap_id\": \"XvG2K62p0RYKqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Printer\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"BVWpnv0grNeKeo1J\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 02:15:99:ef:9a:02 has changed channel from 10 to 6\",\n                \"timestamp\": \"2021-10-13T12:18:41.743440Z\"\n            },\n            {\n                \"ap_bssid\": \"96:18:98:BE:F0:04\",\n                \"ap_essid\": \"Free5Bird\",\n                \"ap_id\": \"60deD0565RJnpPjb\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 20,\n                \"ap_trust_level_name\": \"Guest\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 4,\n                \"client_group_name\": \"Visitor\",\n                \"client_id\": \"O3ZzDm8Y1Y6zK4JR\",\n                \"client_mac\": \"00:0E:8E:86:1A:7B\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 284,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Download/Upload Performance testing metric missed.\\n\\n* Expected: 10.000 Mbps Download / 10.000 Mbps Upload\\n* Observed: 0.000 Mbps Download / 0.000 Mbps Upload\",\n                \"id\": \"5N89KXRX1mOnv1Xw\",\n                \"identifier\": \"MISSED PERFORMANCE METRIC\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 5,\n                \"source\": \"PERFORMANCE\",\n                \"summary\": \"DOWNLOAD/UPLOAD METRIC MISSED\",\n                \"timestamp\": \"2021-10-13T12:20:22.251072Z\"\n            },\n            {\n                \"ap_bssid\": \"2C:FD:A1:A1:5B:98\",\n                \"ap_essid\": \"J-Sei\",\n                \"ap_id\": \"EWPYxLV8qoNDe5aj\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"ASUS\",\n                \"ap_trust_level\": 30,\n                \"ap_trust_level_name\": \"Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"WPYxLVAgG6Nne5aj\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 2c:fd:a1:a1:5b:98 has changed channel from 1 to 2\",\n                \"timestamp\": \"2021-10-13T12:21:01.263633Z\"\n            },\n            {\n                \"ap_bssid\": \"E8:AB:FA:4E:83:0D\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"8XvG2K638gEDqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Drone\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"Attop\",\n                \"ap_trust_level\": 50,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 99,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"XvG2K62BjXEYKqAk\",\n                \"client_mac\": \"E8:1C:BA:82:B2:30\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": null,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A repeating 802.11 EAPOLFrame RSN anonce broadcast has been seen between e8:ab:fa:4e:83:0d and e8:1c:ba:82:b2:30.\\nThis may indicate a Key Reinstallation Attack (KRACK) attack is in progress or a device's\\nsoftware has not been upgraded to defend against this weakness. If a large number of\\nevents are seen in a short period of time an attack could be in progress.\\n\\nFor more information about this weakness, visit the following links:\\n    \\n    * https://www.krackattacks.com/\\n    * https://en.wikipedia.org/wiki/KRACK\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13077\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13078\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13079\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13080\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13081\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13082\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13084\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13086\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13087\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13088\\n\",\n                \"id\": \"GqX3KBqzJylLpwNj\",\n                \"identifier\": \"KRACK\",\n                \"sensor_id\": \"jpEVxKyXvbLrQRY2\",\n                \"sensor_name\": \"Demo-V2-Seattle\",\n                \"severity\": 10,\n                \"source\": \"WIDS\",\n                \"summary\": \"POSSIBLE KRACK WEAKNESS/ATTACK\",\n                \"timestamp\": \"2021-10-13T12:24:23.139628Z\"\n            },\n            {\n                \"ap_bssid\": \"98:18:88:BE:F0:04\",\n                \"ap_essid\": \"Choose Another Castle\",\n                \"ap_id\": \"VyXoLbk4o3vK7QRW\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"Cisco\",\n                \"ap_trust_level\": 1,\n                \"ap_trust_level_name\": \"Trusted\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 2,\n                \"client_group_name\": \"Semi-Trusted\",\n                \"client_id\": \"XwlNKZd7bGjnYpzq\",\n                \"client_mac\": \"A8:6B:AD:3E:7E:A6\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 65535,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A client assigned to Client Group SEMI-TRUSTED has been observed connected to an unapproved TRUSTED AP\\n\\n* Client:      A8:6B:AD:3E:7E:A6\\n* Group:       SEMI-TRUSTED\\n* AccessPoint: 98:18:88:BE:F0:04 (Choose Another Castle)\\n* Trust Level: TRUSTED\\n    \\nThis message is sent no more than once per hour for this Client to AP connection.\",\n                \"id\": \"WPYxLVAgGQene5aj\",\n                \"identifier\": \"TRUST POLICY VIOLATION\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 10,\n                \"source\": \"POLICY\",\n                \"summary\": \"SEMI-TRUSTED CLIENT (A8:6B:AD:3E:7E:A6) CONNECTED TRUSTED AP (98:18:88:BE:F0:04)\",\n                \"timestamp\": \"2021-10-13T12:24:55.020319Z\"\n            },\n            {\n                \"ap_bssid\": \"96:18:98:BE:F0:04\",\n                \"ap_essid\": \"Free5Bird\",\n                \"ap_id\": \"60deD0565RJnpPjb\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 20,\n                \"ap_trust_level_name\": \"Guest\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 4,\n                \"client_group_name\": \"Visitor\",\n                \"client_id\": \"O3ZzDm8Y1Y6zK4JR\",\n                \"client_mac\": \"00:0E:8E:86:1A:7B\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 284,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Download/Upload Performance testing metric missed.\\n\\n* Expected: 10.000 Mbps Download / 10.000 Mbps Upload\\n* Observed: 0.000 Mbps Download / 0.000 Mbps Upload\",\n                \"id\": \"XvG2K6qdJokLqAkw\",\n                \"identifier\": \"MISSED PERFORMANCE METRIC\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 5,\n                \"source\": \"PERFORMANCE\",\n                \"summary\": \"DOWNLOAD/UPLOAD METRIC MISSED\",\n                \"timestamp\": \"2021-10-13T12:26:53.940831Z\"\n            },\n            {\n                \"ap_bssid\": \"02:15:99:EF:9A:02\",\n                \"ap_essid\": \"DIRECT-laB1163w Mono MFP\",\n                \"ap_id\": \"XvG2K62p0RYKqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Printer\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"b41kKwBOarRLzZog\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 02:15:99:ef:9a:02 has changed channel from 6 to 4\",\n                \"timestamp\": \"2021-10-13T12:30:17.838025Z\"\n            },\n            {\n                \"ap_bssid\": \"02:15:99:EF:9A:02\",\n                \"ap_essid\": \"DIRECT-laB1163w Mono MFP\",\n                \"ap_id\": \"XvG2K62p0RYKqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Printer\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"BbW5npO7jzZDJ319\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 02:15:99:ef:9a:02 has changed channel from 4 to 6\",\n                \"timestamp\": \"2021-10-13T12:30:17.978112Z\"\n            },\n            {\n                \"ap_bssid\": \"10:DA:43:77:AA:95\",\n                \"ap_essid\": \"NETGEAR30\",\n                \"ap_id\": \"kvQMlKY8dP9L2qe0\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Camera\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"Netgear\",\n                \"ap_trust_level\": 50,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"j6GNL5qzJ8QLm35k\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 10:da:43:77:aa:95 has changed channel from 9 to 4\",\n                \"timestamp\": \"2021-10-13T12:31:36.956435Z\"\n            },\n            {\n                \"ap_bssid\": \"96:18:98:BE:F0:04\",\n                \"ap_essid\": \"Free5Bird\",\n                \"ap_id\": \"60deD0565RJnpPjb\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 20,\n                \"ap_trust_level_name\": \"Guest\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 4,\n                \"client_group_name\": \"Visitor\",\n                \"client_id\": \"O3ZzDm8Y1Y6zK4JR\",\n                \"client_mac\": \"00:0E:8E:86:1A:7B\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 284,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Download/Upload Performance testing metric missed.\\n\\n* Expected: 10.000 Mbps Download / 10.000 Mbps Upload\\n* Observed: 0.000 Mbps Download / 0.000 Mbps Upload\",\n                \"id\": \"69yoDg4xWywnvx8V\",\n                \"identifier\": \"MISSED PERFORMANCE METRIC\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 5,\n                \"source\": \"PERFORMANCE\",\n                \"summary\": \"DOWNLOAD/UPLOAD METRIC MISSED\",\n                \"timestamp\": \"2021-10-13T12:33:25.088515Z\"\n            },\n            {\n                \"ap_bssid\": \"2C:FD:A1:A1:5B:98\",\n                \"ap_essid\": \"J-Sei\",\n                \"ap_id\": \"EWPYxLV8qoNDe5aj\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"ASUS\",\n                \"ap_trust_level\": 30,\n                \"ap_trust_level_name\": \"Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"oPwynlY5w7ELq6mA\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 2c:fd:a1:a1:5b:98 has changed channel from 2 to 3\",\n                \"timestamp\": \"2021-10-13T12:35:37.893398Z\"\n            },\n            {\n                \"ap_bssid\": \"96:18:98:BE:F0:04\",\n                \"ap_essid\": \"Free5Bird\",\n                \"ap_id\": \"60deD0565RJnpPjb\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 20,\n                \"ap_trust_level_name\": \"Guest\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 4,\n                \"client_group_name\": \"Visitor\",\n                \"client_id\": \"O3ZzDm8Y1Y6zK4JR\",\n                \"client_mac\": \"00:0E:8E:86:1A:7B\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 284,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Download/Upload Performance testing metric missed.\\n\\n* Expected: 10.000 Mbps Download / 10.000 Mbps Upload\\n* Observed: 0.000 Mbps Download / 0.000 Mbps Upload\",\n                \"id\": \"VyXoLbwNRwjK7QRW\",\n                \"identifier\": \"MISSED PERFORMANCE METRIC\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 5,\n                \"source\": \"PERFORMANCE\",\n                \"summary\": \"DOWNLOAD/UPLOAD METRIC MISSED\",\n                \"timestamp\": \"2021-10-13T12:39:57.761086Z\"\n            },\n            {\n                \"ap_bssid\": \"98:18:88:BE:F0:04\",\n                \"ap_essid\": \"Choose Another Castle\",\n                \"ap_id\": \"VyXoLbk4o3vK7QRW\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"Cisco\",\n                \"ap_trust_level\": 1,\n                \"ap_trust_level_name\": \"Trusted\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 2,\n                \"client_group_name\": \"Semi-Trusted\",\n                \"client_id\": \"GjEaDRay3MMKb0dJ\",\n                \"client_mac\": \"28:56:5A:38:D1:11\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 65535,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A client assigned to Client Group SEMI-TRUSTED has been observed connected to an unapproved TRUSTED AP\\n\\n* Client:      28:56:5A:38:D1:11\\n* Group:       SEMI-TRUSTED\\n* AccessPoint: 98:18:88:BE:F0:04 (Choose Another Castle)\\n* Trust Level: TRUSTED\\n    \\nThis message is sent no more than once per hour for this Client to AP connection.\",\n                \"id\": \"WPYxLVAgGZ4ne5aj\",\n                \"identifier\": \"TRUST POLICY VIOLATION\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 10,\n                \"source\": \"POLICY\",\n                \"summary\": \"SEMI-TRUSTED CLIENT (28:56:5A:38:D1:11) CONNECTED TRUSTED AP (98:18:88:BE:F0:04)\",\n                \"timestamp\": \"2021-10-13T12:40:58.132777Z\"\n            },\n            {\n                \"ap_bssid\": \"9A:18:98:BE:F0:04\",\n                \"ap_essid\": \"Choose Another Castle\",\n                \"ap_id\": \"aQVvDeWmWkrLW8w0\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"Meraki\",\n                \"ap_tag_vendor\": \"Cisco\",\n                \"ap_trust_level\": 1,\n                \"ap_trust_level_name\": \"Trusted\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 2,\n                \"client_group_name\": \"Semi-Trusted\",\n                \"client_id\": \"WPYxLVabpN4ne5aj\",\n                \"client_mac\": \"08:66:98:CB:69:9F\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 65535,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"Apple\",\n                \"detail\": \"A client assigned to Client Group SEMI-TRUSTED has been observed connected to an unapproved TRUSTED AP\\n\\n* Client:      08:66:98:CB:69:9F\\n* Group:       SEMI-TRUSTED\\n* AccessPoint: 9A:18:98:BE:F0:04 (Choose Another Castle)\\n* Trust Level: TRUSTED\\n    \\nThis message is sent no more than once per hour for this Client to AP connection.\",\n                \"id\": \"x4dank6yvrjDGANw\",\n                \"identifier\": \"TRUST POLICY VIOLATION\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 10,\n                \"source\": \"POLICY\",\n                \"summary\": \"SEMI-TRUSTED CLIENT (08:66:98:CB:69:9F) CONNECTED TRUSTED AP (9A:18:98:BE:F0:04)\",\n                \"timestamp\": \"2021-10-13T12:42:58.718164Z\"\n            },\n            {\n                \"ap_bssid\": \"E8:1C:BA:82:B2:30\",\n                \"ap_essid\": \"YouKidsGetOffMyLan\",\n                \"ap_id\": \"M60deD0ANkJnpPjb\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 99,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"2oQbKMyXJbjKBXzj\",\n                \"client_mac\": \"E8:AB:FA:4E:83:0D\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": null,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A repeating 802.11 EAPOLFrame RSN anonce broadcast has been seen between e8:1c:ba:82:b2:30 and e8:ab:fa:4e:83:0d.\\nThis may indicate a Key Reinstallation Attack (KRACK) attack is in progress or a device's\\nsoftware has not been upgraded to defend against this weakness. If a large number of\\nevents are seen in a short period of time an attack could be in progress.\\n\\nFor more information about this weakness, visit the following links:\\n    \\n    * https://www.krackattacks.com/\\n    * https://en.wikipedia.org/wiki/KRACK\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13077\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13078\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13079\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13080\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13081\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13082\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13084\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13086\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13087\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13088\\n\",\n                \"id\": \"pEVxKyWAEjqnrQRY\",\n                \"identifier\": \"KRACK\",\n                \"sensor_id\": \"jpEVxKyXvbLrQRY2\",\n                \"sensor_name\": \"Demo-V2-Seattle\",\n                \"severity\": 10,\n                \"source\": \"WIDS\",\n                \"summary\": \"POSSIBLE KRACK WEAKNESS/ATTACK\",\n                \"timestamp\": \"2021-10-13T12:45:28.308113Z\"\n            },\n            {\n                \"ap_bssid\": \"02:15:99:EF:9A:02\",\n                \"ap_essid\": \"DIRECT-laB1163w Mono MFP\",\n                \"ap_id\": \"XvG2K62p0RYKqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Printer\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"69yoDg4xWxQnvx8V\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 02:15:99:ef:9a:02 has changed channel from 6 to 3\",\n                \"timestamp\": \"2021-10-13T12:46:23.176834Z\"\n            },\n            {\n                \"ap_bssid\": \"02:15:99:EF:9A:02\",\n                \"ap_essid\": \"DIRECT-laB1163w Mono MFP\",\n                \"ap_id\": \"XvG2K62p0RYKqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Printer\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"bvoenO6GJGWDMg14\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 02:15:99:ef:9a:02 has changed channel from 3 to 6\",\n                \"timestamp\": \"2021-10-13T12:46:23.322965Z\"\n            },\n            {\n                \"ap_bssid\": \"96:18:98:BE:F0:04\",\n                \"ap_essid\": \"Free5Bird\",\n                \"ap_id\": \"60deD0565RJnpPjb\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 20,\n                \"ap_trust_level_name\": \"Guest\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 4,\n                \"client_group_name\": \"Visitor\",\n                \"client_id\": \"O3ZzDm8Y1Y6zK4JR\",\n                \"client_mac\": \"00:0E:8E:86:1A:7B\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 284,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Download/Upload Performance testing metric missed.\\n\\n* Expected: 10.000 Mbps Download / 10.000 Mbps Upload\\n* Observed: 0.000 Mbps Download / 0.000 Mbps Upload\",\n                \"id\": \"5N89KXRX1XEnv1Xw\",\n                \"identifier\": \"MISSED PERFORMANCE METRIC\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 5,\n                \"source\": \"PERFORMANCE\",\n                \"summary\": \"DOWNLOAD/UPLOAD METRIC MISSED\",\n                \"timestamp\": \"2021-10-13T12:46:27.478352Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 99,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"v0zVKQ64Ym7xDbB5\",\n                \"client_mac\": \"F2:D0:8C:DC:EC:E2\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": null,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A new 802.11 WiFi Client has been discovered.\\n\\n* MAC Address: F2:D0:8C:DC:EC:E2\",\n                \"id\": \"yVpWLxQXyXEK5BaN\",\n                \"identifier\": \"NEW WIFI CLIENT\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 10,\n                \"source\": \"POLICY\",\n                \"summary\": \"New Client (F2:D0:8C:DC:EC:E2) Discovered\",\n                \"timestamp\": \"2021-10-13T12:47:56.509375Z\"\n            },\n            {\n                \"ap_bssid\": \"E8:AB:FA:4E:83:0D\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"8XvG2K638gEDqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Drone\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"Attop\",\n                \"ap_trust_level\": 50,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 99,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"XvG2K62BjXEYKqAk\",\n                \"client_mac\": \"E8:1C:BA:82:B2:30\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": null,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A repeating 802.11 EAPOLFrame RSN anonce broadcast has been seen between e8:ab:fa:4e:83:0d and e8:1c:ba:82:b2:30.\\nThis may indicate a Key Reinstallation Attack (KRACK) attack is in progress or a device's\\nsoftware has not been upgraded to defend against this weakness. If a large number of\\nevents are seen in a short period of time an attack could be in progress.\\n\\nFor more information about this weakness, visit the following links:\\n    \\n    * https://www.krackattacks.com/\\n    * https://en.wikipedia.org/wiki/KRACK\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13077\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13078\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13079\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13080\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13081\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13082\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13084\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13086\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13087\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13088\\n\",\n                \"id\": \"Y2p6nGqzJ46KJQ3b\",\n                \"identifier\": \"KRACK\",\n                \"sensor_id\": \"jpEVxKyXvbLrQRY2\",\n                \"sensor_name\": \"Demo-V2-Seattle\",\n                \"severity\": 10,\n                \"source\": \"WIDS\",\n                \"summary\": \"POSSIBLE KRACK WEAKNESS/ATTACK\",\n                \"timestamp\": \"2021-10-13T12:52:29.147326Z\"\n            },\n            {\n                \"ap_bssid\": \"96:18:98:BE:F0:04\",\n                \"ap_essid\": \"Free5Bird\",\n                \"ap_id\": \"60deD0565RJnpPjb\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 20,\n                \"ap_trust_level_name\": \"Guest\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 4,\n                \"client_group_name\": \"Visitor\",\n                \"client_id\": \"O3ZzDm8Y1Y6zK4JR\",\n                \"client_mac\": \"00:0E:8E:86:1A:7B\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 284,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Download/Upload Performance testing metric missed.\\n\\n* Expected: 10.000 Mbps Download / 10.000 Mbps Upload\\n* Observed: 0.000 Mbps Download / 0.000 Mbps Upload\",\n                \"id\": \"GqX3KBqzJMXLpwNj\",\n                \"identifier\": \"MISSED PERFORMANCE METRIC\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 5,\n                \"source\": \"PERFORMANCE\",\n                \"summary\": \"DOWNLOAD/UPLOAD METRIC MISSED\",\n                \"timestamp\": \"2021-10-13T12:53:01.584481Z\"\n            },\n            {\n                \"ap_bssid\": \"96:18:98:BE:F0:04\",\n                \"ap_essid\": \"Free5Bird\",\n                \"ap_id\": \"60deD0565RJnpPjb\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 20,\n                \"ap_trust_level_name\": \"Guest\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 4,\n                \"client_group_name\": \"Visitor\",\n                \"client_id\": \"O3ZzDm8Y1Y6zK4JR\",\n                \"client_mac\": \"00:0E:8E:86:1A:7B\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 284,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Download/Upload Performance testing metric missed.\\n\\n* Expected: 10.000 Mbps Download / 10.000 Mbps Upload\\n* Observed: 0.000 Mbps Download / 0.000 Mbps Upload\",\n                \"id\": \"72YOnPY7JJVL0Q6X\",\n                \"identifier\": \"MISSED PERFORMANCE METRIC\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 5,\n                \"source\": \"PERFORMANCE\",\n                \"summary\": \"DOWNLOAD/UPLOAD METRIC MISSED\",\n                \"timestamp\": \"2021-10-13T12:59:34.035750Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 99,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"gxMmLjdBmr57DJvY\",\n                \"client_mac\": \"66:89:11:40:38:D5\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": null,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A new 802.11 WiFi Client has been discovered.\\n\\n* MAC Address: 66:89:11:40:38:D5\",\n                \"id\": \"eYN2K3qzJJonoQ0k\",\n                \"identifier\": \"NEW WIFI CLIENT\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 10,\n                \"source\": \"POLICY\",\n                \"summary\": \"New Client (66:89:11:40:38:D5) Discovered\",\n                \"timestamp\": \"2021-10-13T13:00:00.210537Z\"\n            },\n            {\n                \"ap_bssid\": \"02:15:99:EF:9A:02\",\n                \"ap_essid\": \"DIRECT-laB1163w Mono MFP\",\n                \"ap_id\": \"XvG2K62p0RYKqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Printer\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"O3ZzDmm3pp6D4JR1\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 02:15:99:ef:9a:02 has changed channel from 6 to 7\",\n                \"timestamp\": \"2021-10-13T13:00:29.850383Z\"\n            },\n            {\n                \"ap_bssid\": \"02:15:99:EF:9A:02\",\n                \"ap_essid\": \"DIRECT-laB1163w Mono MFP\",\n                \"ap_id\": \"XvG2K62p0RYKqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Printer\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"VyXoLbwNRRRK7QRW\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 02:15:99:ef:9a:02 has changed channel from 7 to 8\",\n                \"timestamp\": \"2021-10-13T13:00:29.991337Z\"\n            },\n            {\n                \"ap_bssid\": \"02:15:99:EF:9A:02\",\n                \"ap_essid\": \"DIRECT-laB1163w Mono MFP\",\n                \"ap_id\": \"XvG2K62p0RYKqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Printer\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"69yoDg4xWWAnvx8V\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 02:15:99:ef:9a:02 has changed channel from 8 to 9\",\n                \"timestamp\": \"2021-10-13T13:00:30.141223Z\"\n            },\n            {\n                \"ap_bssid\": \"02:15:99:EF:9A:02\",\n                \"ap_essid\": \"DIRECT-laB1163w Mono MFP\",\n                \"ap_id\": \"XvG2K62p0RYKqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Printer\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"x4dank6yv0bDGANw\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 02:15:99:ef:9a:02 has changed channel from 6 to 10\",\n                \"timestamp\": \"2021-10-13T13:02:29.553723Z\"\n            },\n            {\n                \"ap_bssid\": \"02:15:99:EF:9A:02\",\n                \"ap_essid\": \"DIRECT-laB1163w Mono MFP\",\n                \"ap_id\": \"XvG2K62p0RYKqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Printer\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"3Gl4nJ3zJk9LvBay\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 02:15:99:ef:9a:02 has changed channel from 10 to 6\",\n                \"timestamp\": \"2021-10-13T13:02:29.774007Z\"\n            },\n            {\n                \"ap_bssid\": \"02:15:99:EF:9A:02\",\n                \"ap_essid\": \"DIRECT-laB1163w Mono MFP\",\n                \"ap_id\": \"XvG2K62p0RYKqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Printer\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"vQMlKYeA6y7K2qe0\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 02:15:99:ef:9a:02 has changed channel from 6 to 2\",\n                \"timestamp\": \"2021-10-13T13:03:29.476638Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 99,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"zA1RL7av1yyvDr0a\",\n                \"client_mac\": \"02:F8:97:6E:6E:63\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": null,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A new 802.11 WiFi Client has been discovered.\\n\\n* MAC Address: 02:F8:97:6E:6E:63\",\n                \"id\": \"E2NgDrA6M26KaerV\",\n                \"identifier\": \"NEW WIFI CLIENT\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 10,\n                \"source\": \"POLICY\",\n                \"summary\": \"New Client (02:F8:97:6E:6E:63) Discovered\",\n                \"timestamp\": \"2021-10-13T13:06:05.059757Z\"\n            },\n            {\n                \"ap_bssid\": \"96:18:98:BE:F0:04\",\n                \"ap_essid\": \"Free5Bird\",\n                \"ap_id\": \"60deD0565RJnpPjb\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 20,\n                \"ap_trust_level_name\": \"Guest\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 4,\n                \"client_group_name\": \"Visitor\",\n                \"client_id\": \"O3ZzDm8Y1Y6zK4JR\",\n                \"client_mac\": \"00:0E:8E:86:1A:7B\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 284,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Download/Upload Performance testing metric missed.\\n\\n* Expected: 10.000 Mbps Download / 10.000 Mbps Upload\\n* Observed: 0.000 Mbps Download / 0.000 Mbps Upload\",\n                \"id\": \"E3e2Ddyv0b0naVpj\",\n                \"identifier\": \"MISSED PERFORMANCE METRIC\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 5,\n                \"source\": \"PERFORMANCE\",\n                \"summary\": \"DOWNLOAD/UPLOAD METRIC MISSED\",\n                \"timestamp\": \"2021-10-13T13:06:18.152877Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 99,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"VyXoLb7lErjQK7QR\",\n                \"client_mac\": \"B2:40:9A:97:96:C8\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": null,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A new 802.11 WiFi Client has been discovered.\\n\\n* MAC Address: B2:40:9A:97:96:C8\",\n                \"id\": \"oPwynlY5wNZLq6mA\",\n                \"identifier\": \"NEW WIFI CLIENT\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 10,\n                \"source\": \"POLICY\",\n                \"summary\": \"New Client (B2:40:9A:97:96:C8) Discovered\",\n                \"timestamp\": \"2021-10-13T13:08:07.403594Z\"\n            },\n            {\n                \"ap_bssid\": \"02:15:99:EF:9A:02\",\n                \"ap_essid\": \"DIRECT-laB1163w Mono MFP\",\n                \"ap_id\": \"XvG2K62p0RYKqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Printer\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"GjEaDRb6yBmDb0dJ\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 02:15:99:ef:9a:02 has changed channel from 6 to 2\",\n                \"timestamp\": \"2021-10-13T13:09:35.616601Z\"\n            },\n            {\n                \"ap_bssid\": \"02:15:99:EF:9A:02\",\n                \"ap_essid\": \"DIRECT-laB1163w Mono MFP\",\n                \"ap_id\": \"XvG2K62p0RYKqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Printer\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"aQVvDeEwBqoDW8w0\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 02:15:99:ef:9a:02 has changed channel from 2 to 6\",\n                \"timestamp\": \"2021-10-13T13:09:35.953978Z\"\n            },\n            {\n                \"ap_bssid\": \"02:15:99:EF:9A:02\",\n                \"ap_essid\": \"DIRECT-laB1163w Mono MFP\",\n                \"ap_id\": \"XvG2K62p0RYKqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Printer\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"8z2ND8qzJPPnY5ER\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 02:15:99:ef:9a:02 has changed channel from 6 to 7\",\n                \"timestamp\": \"2021-10-13T13:10:04.941695Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 99,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"7XbYLoxBArV7KOJ2\",\n                \"client_mac\": \"02:5A:A0:4C:9D:9C\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": null,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A new 802.11 WiFi Client has been discovered.\\n\\n* MAC Address: 02:5A:A0:4C:9D:9C\",\n                \"id\": \"72YOnPY7JelL0Q6X\",\n                \"identifier\": \"NEW WIFI CLIENT\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 10,\n                \"source\": \"POLICY\",\n                \"summary\": \"New Client (02:5A:A0:4C:9D:9C) Discovered\",\n                \"timestamp\": \"2021-10-13T13:10:04.969675Z\"\n            },\n            {\n                \"ap_bssid\": \"02:15:99:EF:9A:02\",\n                \"ap_essid\": \"DIRECT-laB1163w Mono MFP\",\n                \"ap_id\": \"XvG2K62p0RYKqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Printer\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"E2NgDrA6MX8KaerV\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 02:15:99:ef:9a:02 has changed channel from 7 to 6\",\n                \"timestamp\": \"2021-10-13T13:10:05.092114Z\"\n            },\n            {\n                \"ap_bssid\": \"02:15:99:EF:9A:02\",\n                \"ap_essid\": \"DIRECT-laB1163w Mono MFP\",\n                \"ap_id\": \"XvG2K62p0RYKqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Printer\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"O3ZzDmm3p4oD4JR1\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 02:15:99:ef:9a:02 has changed channel from 6 to 9\",\n                \"timestamp\": \"2021-10-13T13:11:36.145740Z\"\n            },\n            {\n                \"ap_bssid\": \"FC:AE:34:95:2F:50\",\n                \"ap_essid\": \"ATTNd3trWa\",\n                \"ap_id\": \"GmVED250R7dKkqQw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Wireless Router\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"O3ZzDmm3QxrD4JR1\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"42oQbKMPQ8LBXzjV\",\n                \"sensor_name\": \"EC Demo\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP fc:ae:34:95:2f:50 has changed channel from 11 to 1\",\n                \"timestamp\": \"2021-10-13T13:12:34.196391Z\"\n            },\n            {\n                \"ap_bssid\": \"FE:AE:34:95:2F:52\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"zA1RL7oBJPgLr0al\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"bvoenO6GkNGDMg14\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"42oQbKMPQ8LBXzjV\",\n                \"sensor_name\": \"EC Demo\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP fe:ae:34:95:2f:52 has changed channel from 11 to 1\",\n                \"timestamp\": \"2021-10-13T13:12:34.334543Z\"\n            },\n            {\n                \"ap_bssid\": \"96:18:98:BE:F0:04\",\n                \"ap_essid\": \"Free5Bird\",\n                \"ap_id\": \"60deD0565RJnpPjb\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 20,\n                \"ap_trust_level_name\": \"Guest\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 4,\n                \"client_group_name\": \"Visitor\",\n                \"client_id\": \"O3ZzDm8Y1Y6zK4JR\",\n                \"client_mac\": \"00:0E:8E:86:1A:7B\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 284,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Download/Upload Performance testing metric missed.\\n\\n* Expected: 10.000 Mbps Download / 10.000 Mbps Upload\\n* Observed: 0.000 Mbps Download / 0.000 Mbps Upload\",\n                \"id\": \"XvG2K6qdk2BLqAkw\",\n                \"identifier\": \"MISSED PERFORMANCE METRIC\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 5,\n                \"source\": \"PERFORMANCE\",\n                \"summary\": \"DOWNLOAD/UPLOAD METRIC MISSED\",\n                \"timestamp\": \"2021-10-13T13:12:48.628086Z\"\n            },\n            {\n                \"ap_bssid\": \"10:DA:43:77:AA:95\",\n                \"ap_essid\": \"NETGEAR30\",\n                \"ap_id\": \"kvQMlKY8dP9L2qe0\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Camera\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"Netgear\",\n                \"ap_trust_level\": 50,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"9PBZDav5Ykdn7Rxw\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 10:da:43:77:aa:95 has changed channel from 4 to 9\",\n                \"timestamp\": \"2021-10-13T13:16:54.222313Z\"\n            },\n            {\n                \"ap_bssid\": \"02:15:99:EF:9A:02\",\n                \"ap_essid\": \"DIRECT-laB1163w Mono MFP\",\n                \"ap_id\": \"XvG2K62p0RYKqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Printer\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"gVbOn4qzk6EL0EeN\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 02:15:99:ef:9a:02 has changed channel from 6 to 7\",\n                \"timestamp\": \"2021-10-13T13:17:35.769061Z\"\n            },\n            {\n                \"ap_bssid\": \"02:15:99:EF:9A:02\",\n                \"ap_essid\": \"DIRECT-laB1163w Mono MFP\",\n                \"ap_id\": \"XvG2K62p0RYKqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Printer\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"Y2p6nGqzkrNKJQ3b\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 02:15:99:ef:9a:02 has changed channel from 7 to 6\",\n                \"timestamp\": \"2021-10-13T13:17:35.934236Z\"\n            },\n            {\n                \"ap_bssid\": \"02:15:99:EF:9A:02\",\n                \"ap_essid\": \"DIRECT-laB1163w Mono MFP\",\n                \"ap_id\": \"XvG2K62p0RYKqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Printer\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"WPYxLVAgkBene5aj\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 02:15:99:ef:9a:02 has changed channel from 6 to 8\",\n                \"timestamp\": \"2021-10-13T13:18:34.850273Z\"\n            },\n            {\n                \"ap_bssid\": \"02:15:99:EF:9A:02\",\n                \"ap_essid\": \"DIRECT-laB1163w Mono MFP\",\n                \"ap_id\": \"XvG2K62p0RYKqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Printer\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"lqXoKN14kWAL7y26\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 02:15:99:ef:9a:02 has changed channel from 8 to 6\",\n                \"timestamp\": \"2021-10-13T13:18:35.097379Z\"\n            },\n            {\n                \"ap_bssid\": \"02:15:99:EF:9A:02\",\n                \"ap_essid\": \"DIRECT-laB1163w Mono MFP\",\n                \"ap_id\": \"XvG2K62p0RYKqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Printer\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"GmVED2qzkdaKkqQw\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 02:15:99:ef:9a:02 has changed channel from 6 to 3\",\n                \"timestamp\": \"2021-10-13T13:18:35.716986Z\"\n            },\n            {\n                \"ap_bssid\": \"96:18:98:BE:F0:04\",\n                \"ap_essid\": \"Free5Bird\",\n                \"ap_id\": \"60deD0565RJnpPjb\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 20,\n                \"ap_trust_level_name\": \"Guest\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 4,\n                \"client_group_name\": \"Visitor\",\n                \"client_id\": \"O3ZzDm8Y1Y6zK4JR\",\n                \"client_mac\": \"00:0E:8E:86:1A:7B\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 284,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Download/Upload Performance testing metric missed.\\n\\n* Expected: 10.000 Mbps Download / 10.000 Mbps Upload\\n* Observed: 0.000 Mbps Download / 0.000 Mbps Upload\",\n                \"id\": \"XwlNKZ09EdZnYpzq\",\n                \"identifier\": \"MISSED PERFORMANCE METRIC\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 5,\n                \"source\": \"PERFORMANCE\",\n                \"summary\": \"DOWNLOAD/UPLOAD METRIC MISSED\",\n                \"timestamp\": \"2021-10-13T13:19:21.250442Z\"\n            },\n            {\n                \"ap_bssid\": \"02:15:99:EF:9A:02\",\n                \"ap_essid\": \"DIRECT-laB1163w Mono MFP\",\n                \"ap_id\": \"XvG2K62p0RYKqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Printer\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"bvoenO6Gkw8DMg14\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 02:15:99:ef:9a:02 has changed channel from 6 to 8\",\n                \"timestamp\": \"2021-10-13T13:20:35.567061Z\"\n            },\n            {\n                \"ap_bssid\": \"02:15:99:EF:9A:02\",\n                \"ap_essid\": \"DIRECT-laB1163w Mono MFP\",\n                \"ap_id\": \"XvG2K62p0RYKqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Printer\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"5N89KXRXkEbnv1Xw\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 02:15:99:ef:9a:02 has changed channel from 8 to 6\",\n                \"timestamp\": \"2021-10-13T13:20:35.737555Z\"\n            },\n            {\n                \"ap_bssid\": \"2C:FD:A1:A1:5B:98\",\n                \"ap_essid\": \"J-Sei\",\n                \"ap_id\": \"EWPYxLV8qoNDe5aj\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"ASUS\",\n                \"ap_trust_level\": 30,\n                \"ap_trust_level_name\": \"Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"GjEaDRb6kj0Db0dJ\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 2c:fd:a1:a1:5b:98 has changed channel from 3 to 2\",\n                \"timestamp\": \"2021-10-13T13:20:49.212579Z\"\n            },\n            {\n                \"ap_bssid\": \"02:15:99:EF:9A:02\",\n                \"ap_essid\": \"DIRECT-laB1163w Mono MFP\",\n                \"ap_id\": \"XvG2K62p0RYKqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Printer\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"yVpWLxQXlMQK5BaN\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 02:15:99:ef:9a:02 has changed channel from 6 to 5\",\n                \"timestamp\": \"2021-10-13T13:21:35.121778Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 99,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"qzGoDEy9QeqADOem\",\n                \"client_mac\": \"C6:23:36:FD:38:69\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": null,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A new 802.11 WiFi Client has been discovered.\\n\\n* MAC Address: C6:23:36:FD:38:69\",\n                \"id\": \"2oQbKM73kX3nBXzj\",\n                \"identifier\": \"NEW WIFI CLIENT\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 10,\n                \"source\": \"POLICY\",\n                \"summary\": \"New Client (C6:23:36:FD:38:69) Discovered\",\n                \"timestamp\": \"2021-10-13T13:24:06.481585Z\"\n            },\n            {\n                \"ap_bssid\": \"98:18:88:BE:F0:04\",\n                \"ap_essid\": \"Choose Another Castle\",\n                \"ap_id\": \"VyXoLbk4o3vK7QRW\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"Cisco\",\n                \"ap_trust_level\": 1,\n                \"ap_trust_level_name\": \"Trusted\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 2,\n                \"client_group_name\": \"Semi-Trusted\",\n                \"client_id\": \"XwlNKZd7bGjnYpzq\",\n                \"client_mac\": \"A8:6B:AD:3E:7E:A6\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 65535,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A client assigned to Client Group SEMI-TRUSTED has been observed connected to an unapproved TRUSTED AP\\n\\n* Client:      A8:6B:AD:3E:7E:A6\\n* Group:       SEMI-TRUSTED\\n* AccessPoint: 98:18:88:BE:F0:04 (Choose Another Castle)\\n* Trust Level: TRUSTED\\n    \\nThis message is sent no more than once per hour for this Client to AP connection.\",\n                \"id\": \"VyXoLbwNm9QK7QRW\",\n                \"identifier\": \"TRUST POLICY VIOLATION\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 10,\n                \"source\": \"POLICY\",\n                \"summary\": \"SEMI-TRUSTED CLIENT (A8:6B:AD:3E:7E:A6) CONNECTED TRUSTED AP (98:18:88:BE:F0:04)\",\n                \"timestamp\": \"2021-10-13T13:25:13.155914Z\"\n            },\n            {\n                \"ap_bssid\": \"96:18:98:BE:F0:04\",\n                \"ap_essid\": \"Free5Bird\",\n                \"ap_id\": \"60deD0565RJnpPjb\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 20,\n                \"ap_trust_level_name\": \"Guest\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 4,\n                \"client_group_name\": \"Visitor\",\n                \"client_id\": \"O3ZzDm8Y1Y6zK4JR\",\n                \"client_mac\": \"00:0E:8E:86:1A:7B\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 284,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Download/Upload Performance testing metric missed.\\n\\n* Expected: 10.000 Mbps Download / 10.000 Mbps Upload\\n* Observed: 0.000 Mbps Download / 0.000 Mbps Upload\",\n                \"id\": \"zA1RL7qzkNADr0al\",\n                \"identifier\": \"MISSED PERFORMANCE METRIC\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 5,\n                \"source\": \"PERFORMANCE\",\n                \"summary\": \"DOWNLOAD/UPLOAD METRIC MISSED\",\n                \"timestamp\": \"2021-10-13T13:25:53.298625Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 99,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"vQMlKYpgRqXpL2qe\",\n                \"client_mac\": \"7E:96:33:AB:FA:D7\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": null,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A new 802.11 WiFi Client has been discovered.\\n\\n* MAC Address: 7E:96:33:AB:FA:D7\",\n                \"id\": \"69yoDg4xA5Gnvx8V\",\n                \"identifier\": \"NEW WIFI CLIENT\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 10,\n                \"source\": \"POLICY\",\n                \"summary\": \"New Client (7E:96:33:AB:FA:D7) Discovered\",\n                \"timestamp\": \"2021-10-13T13:26:11.476607Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 99,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"VyXoLb7lEqVvK7QR\",\n                \"client_mac\": \"EE:D4:E4:55:F8:87\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": null,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A new 802.11 WiFi Client has been discovered.\\n\\n* MAC Address: EE:D4:E4:55:F8:87\",\n                \"id\": \"bvoenO6Gk71DMg14\",\n                \"identifier\": \"NEW WIFI CLIENT\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 10,\n                \"source\": \"POLICY\",\n                \"summary\": \"New Client (EE:D4:E4:55:F8:87) Discovered\",\n                \"timestamp\": \"2021-10-13T13:26:11.709733Z\"\n            },\n            {\n                \"ap_bssid\": \"AC:5D:10:A0:C2:82\",\n                \"ap_essid\": \"ATT434\",\n                \"ap_id\": \"VyXoLbkJePWK7QRW\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"2oQbKM73kxlnBXzj\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP ac:5d:10:a0:c2:82 has changed channel from 11 to 1\",\n                \"timestamp\": \"2021-10-13T13:27:35.732230Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 99,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"qzGoDEy9QeJwDOem\",\n                \"client_mac\": \"CE:B9:44:50:83:4F\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": null,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A new 802.11 WiFi Client has been discovered.\\n\\n* MAC Address: CE:B9:44:50:83:4F\",\n                \"id\": \"Mqa0n1kPqapK2pxv\",\n                \"identifier\": \"NEW WIFI CLIENT\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 10,\n                \"source\": \"POLICY\",\n                \"summary\": \"New Client (CE:B9:44:50:83:4F) Discovered\",\n                \"timestamp\": \"2021-10-13T13:28:08.393304Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 99,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"yVpWLxd4NYvjL5Ba\",\n                \"client_mac\": \"02:6C:2D:B0:CB:B8\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": null,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A new 802.11 WiFi Client has been discovered.\\n\\n* MAC Address: 02:6C:2D:B0:CB:B8\",\n                \"id\": \"GjEaDRb6kgMDb0dJ\",\n                \"identifier\": \"NEW WIFI CLIENT\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 10,\n                \"source\": \"POLICY\",\n                \"summary\": \"New Client (02:6C:2D:B0:CB:B8) Discovered\",\n                \"timestamp\": \"2021-10-13T13:30:09.401099Z\"\n            },\n            {\n                \"ap_bssid\": \"96:18:98:BE:F0:04\",\n                \"ap_essid\": \"Free5Bird\",\n                \"ap_id\": \"60deD0565RJnpPjb\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 20,\n                \"ap_trust_level_name\": \"Guest\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 4,\n                \"client_group_name\": \"Visitor\",\n                \"client_id\": \"O3ZzDm8Y1Y6zK4JR\",\n                \"client_mac\": \"00:0E:8E:86:1A:7B\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 284,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Download/Upload Performance testing metric missed.\\n\\n* Expected: 10.000 Mbps Download / 10.000 Mbps Upload\\n* Observed: 0.000 Mbps Download / 0.000 Mbps Upload\",\n                \"id\": \"69yoDg4xAwenvx8V\",\n                \"identifier\": \"MISSED PERFORMANCE METRIC\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 5,\n                \"source\": \"PERFORMANCE\",\n                \"summary\": \"DOWNLOAD/UPLOAD METRIC MISSED\",\n                \"timestamp\": \"2021-10-13T13:32:27.557973Z\"\n            },\n            {\n                \"ap_bssid\": \"10:DA:43:77:AA:95\",\n                \"ap_essid\": \"NETGEAR30\",\n                \"ap_id\": \"kvQMlKY8dP9L2qe0\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Camera\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"Netgear\",\n                \"ap_trust_level\": 50,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"O3ZzDmm3QXdD4JR1\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 10:da:43:77:aa:95 has changed channel from 9 to 4\",\n                \"timestamp\": \"2021-10-13T13:32:58.554280Z\"\n            },\n            {\n                \"ap_bssid\": \"02:15:99:EF:9A:02\",\n                \"ap_essid\": \"DIRECT-laB1163w Mono MFP\",\n                \"ap_id\": \"XvG2K62p0RYKqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Printer\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"O3ZzDmm3QkdD4JR1\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 02:15:99:ef:9a:02 has changed channel from 6 to 10\",\n                \"timestamp\": \"2021-10-13T13:35:41.440475Z\"\n            },\n            {\n                \"ap_bssid\": \"02:15:99:EF:9A:02\",\n                \"ap_essid\": \"DIRECT-laB1163w Mono MFP\",\n                \"ap_id\": \"XvG2K62p0RYKqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Printer\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"VyXoLbwNmlMK7QRW\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 02:15:99:ef:9a:02 has changed channel from 10 to 6\",\n                \"timestamp\": \"2021-10-13T13:35:41.577518Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 99,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"qzGoDEy9Q5VwDOem\",\n                \"client_mac\": \"F2:D0:8C:9D:9D:AA\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": null,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A new 802.11 WiFi Client has been discovered.\\n\\n* MAC Address: F2:D0:8C:9D:9D:AA\",\n                \"id\": \"pEVxKyWAMGqnrQRY\",\n                \"identifier\": \"NEW WIFI CLIENT\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 10,\n                \"source\": \"POLICY\",\n                \"summary\": \"New Client (F2:D0:8C:9D:9D:AA) Discovered\",\n                \"timestamp\": \"2021-10-13T13:38:12.143267Z\"\n            },\n            {\n                \"ap_bssid\": \"96:18:98:BE:F0:04\",\n                \"ap_essid\": \"Free5Bird\",\n                \"ap_id\": \"60deD0565RJnpPjb\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 20,\n                \"ap_trust_level_name\": \"Guest\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 4,\n                \"client_group_name\": \"Visitor\",\n                \"client_id\": \"O3ZzDm8Y1Y6zK4JR\",\n                \"client_mac\": \"00:0E:8E:86:1A:7B\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 284,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Download/Upload Performance testing metric missed.\\n\\n* Expected: 10.000 Mbps Download / 10.000 Mbps Upload\\n* Observed: 0.000 Mbps Download / 0.000 Mbps Upload\",\n                \"id\": \"BVWpnv0goj7Keo1J\",\n                \"identifier\": \"MISSED PERFORMANCE METRIC\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 5,\n                \"source\": \"PERFORMANCE\",\n                \"summary\": \"DOWNLOAD/UPLOAD METRIC MISSED\",\n                \"timestamp\": \"2021-10-13T13:39:02.148251Z\"\n            },\n            {\n                \"ap_bssid\": \"98:18:88:BE:F0:04\",\n                \"ap_essid\": \"Choose Another Castle\",\n                \"ap_id\": \"VyXoLbk4o3vK7QRW\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"Cisco\",\n                \"ap_trust_level\": 1,\n                \"ap_trust_level_name\": \"Trusted\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 2,\n                \"client_group_name\": \"Semi-Trusted\",\n                \"client_id\": \"GjEaDRay3MMKb0dJ\",\n                \"client_mac\": \"28:56:5A:38:D1:11\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 65535,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A client assigned to Client Group SEMI-TRUSTED has been observed connected to an unapproved TRUSTED AP\\n\\n* Client:      28:56:5A:38:D1:11\\n* Group:       SEMI-TRUSTED\\n* AccessPoint: 98:18:88:BE:F0:04 (Choose Another Castle)\\n* Trust Level: TRUSTED\\n    \\nThis message is sent no more than once per hour for this Client to AP connection.\",\n                \"id\": \"GqX3KBqzkaXLpwNj\",\n                \"identifier\": \"TRUST POLICY VIOLATION\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 10,\n                \"source\": \"POLICY\",\n                \"summary\": \"SEMI-TRUSTED CLIENT (28:56:5A:38:D1:11) CONNECTED TRUSTED AP (98:18:88:BE:F0:04)\",\n                \"timestamp\": \"2021-10-13T13:41:18.571285Z\"\n            },\n            {\n                \"ap_bssid\": \"AC:5D:10:A0:C2:82\",\n                \"ap_essid\": \"ATT434\",\n                \"ap_id\": \"VyXoLbkJePWK7QRW\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"eYN2K3qzkBMnoQ0k\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP ac:5d:10:a0:c2:82 has changed channel from 1 to 11\",\n                \"timestamp\": \"2021-10-13T13:42:44.453582Z\"\n            },\n            {\n                \"ap_bssid\": \"88:1F:A1:30:67:E6\",\n                \"ap_essid\": \"J-Sei\",\n                \"ap_id\": \"kvQMlKYNereD2qe0\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Wireless Bridge\",\n                \"ap_tag_location\": \"Office\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 30,\n                \"ap_trust_level_name\": \"Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A new WPA/WPA2 handshake has been collected for BSSID 88:1F:A1:30:67:E6\",\n                \"id\": \"VyXoLbwNm1WK7QRW\",\n                \"identifier\": \"NEW WPA/WPA2 HANDSHAKE\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 1,\n                \"source\": \"INTERROGATOR\",\n                \"summary\": \"New WPA handshake received for BSSID 88:1F:A1:30:67:E6\",\n                \"timestamp\": \"2021-10-13T13:43:15.805429Z\"\n            },\n            {\n                \"ap_bssid\": \"9A:18:98:BE:F0:04\",\n                \"ap_essid\": \"Choose Another Castle\",\n                \"ap_id\": \"aQVvDeWmWkrLW8w0\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"Meraki\",\n                \"ap_tag_vendor\": \"Cisco\",\n                \"ap_trust_level\": 1,\n                \"ap_trust_level_name\": \"Trusted\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 2,\n                \"client_group_name\": \"Semi-Trusted\",\n                \"client_id\": \"WPYxLVabpN4ne5aj\",\n                \"client_mac\": \"08:66:98:CB:69:9F\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 65535,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"Apple\",\n                \"detail\": \"A client assigned to Client Group SEMI-TRUSTED has been observed connected to an unapproved TRUSTED AP\\n\\n* Client:      08:66:98:CB:69:9F\\n* Group:       SEMI-TRUSTED\\n* AccessPoint: 9A:18:98:BE:F0:04 (Choose Another Castle)\\n* Trust Level: TRUSTED\\n    \\nThis message is sent no more than once per hour for this Client to AP connection.\",\n                \"id\": \"69yoDg4xAgZnvx8V\",\n                \"identifier\": \"TRUST POLICY VIOLATION\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 10,\n                \"source\": \"POLICY\",\n                \"summary\": \"SEMI-TRUSTED CLIENT (08:66:98:CB:69:9F) CONNECTED TRUSTED AP (9A:18:98:BE:F0:04)\",\n                \"timestamp\": \"2021-10-13T13:43:19.499774Z\"\n            },\n            {\n                \"ap_bssid\": \"96:18:98:BE:F0:04\",\n                \"ap_essid\": \"Free5Bird\",\n                \"ap_id\": \"60deD0565RJnpPjb\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 20,\n                \"ap_trust_level_name\": \"Guest\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 4,\n                \"client_group_name\": \"Visitor\",\n                \"client_id\": \"O3ZzDm8Y1Y6zK4JR\",\n                \"client_mac\": \"00:0E:8E:86:1A:7B\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 284,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Download/Upload Performance testing metric missed.\\n\\n* Expected: 10.000 Mbps Download / 10.000 Mbps Upload\\n* Observed: 0.000 Mbps Download / 0.000 Mbps Upload\",\n                \"id\": \"Y2p6nGqzkbvKJQ3b\",\n                \"identifier\": \"MISSED PERFORMANCE METRIC\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 5,\n                \"source\": \"PERFORMANCE\",\n                \"summary\": \"DOWNLOAD/UPLOAD METRIC MISSED\",\n                \"timestamp\": \"2021-10-13T13:45:34.861639Z\"\n            },\n            {\n                \"ap_bssid\": \"10:DA:43:77:AA:95\",\n                \"ap_essid\": \"NETGEAR30\",\n                \"ap_id\": \"kvQMlKY8dP9L2qe0\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Camera\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"Netgear\",\n                \"ap_trust_level\": 50,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"60deD0kzamYKpPjb\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 10:da:43:77:aa:95 has changed channel from 4 to 3\",\n                \"timestamp\": \"2021-10-13T13:49:28.486171Z\"\n            },\n            {\n                \"ap_bssid\": \"96:18:98:BE:F0:04\",\n                \"ap_essid\": \"Free5Bird\",\n                \"ap_id\": \"60deD0565RJnpPjb\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 20,\n                \"ap_trust_level_name\": \"Guest\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 4,\n                \"client_group_name\": \"Visitor\",\n                \"client_id\": \"O3ZzDm8Y1Y6zK4JR\",\n                \"client_mac\": \"00:0E:8E:86:1A:7B\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 284,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Download/Upload Performance testing metric missed.\\n\\n* Expected: 10.000 Mbps Download / 10.000 Mbps Upload\\n* Observed: 0.000 Mbps Download / 0.000 Mbps Upload\",\n                \"id\": \"vQMlKYeAyapK2qe0\",\n                \"identifier\": \"MISSED PERFORMANCE METRIC\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 5,\n                \"source\": \"PERFORMANCE\",\n                \"summary\": \"DOWNLOAD/UPLOAD METRIC MISSED\",\n                \"timestamp\": \"2021-10-13T13:52:09.616340Z\"\n            },\n            {\n                \"ap_bssid\": \"02:15:99:EF:9A:02\",\n                \"ap_essid\": \"DIRECT-laB1163w Mono MFP\",\n                \"ap_id\": \"XvG2K62p0RYKqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Printer\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"j6GNL5qzkjkLm35k\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 02:15:99:ef:9a:02 has changed channel from 6 to 9\",\n                \"timestamp\": \"2021-10-13T13:53:47.456782Z\"\n            },\n            {\n                \"ap_bssid\": \"02:15:99:EF:9A:02\",\n                \"ap_essid\": \"DIRECT-laB1163w Mono MFP\",\n                \"ap_id\": \"XvG2K62p0RYKqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Printer\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"pEVxKyWAM1lnrQRY\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 02:15:99:ef:9a:02 has changed channel from 9 to 6\",\n                \"timestamp\": \"2021-10-13T13:53:47.610645Z\"\n            },\n            {\n                \"ap_bssid\": \"68:D7:9A:40:DF:EC\",\n                \"ap_essid\": \"MotoFish\",\n                \"ap_id\": \"Y2p6nGe78a8KJQ3b\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"Ubiquiti\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Access point 68:d7:9a:40:df:ec has changed its advertised encryption from WPA2 to WEP\",\n                \"id\": \"Mqa0n1kPqB6K2pxv\",\n                \"identifier\": \"ADVCRYPTO\",\n                \"sensor_id\": \"jpEVxKyXvbLrQRY2\",\n                \"sensor_name\": \"Demo-V2-Seattle\",\n                \"severity\": 7,\n                \"source\": \"WIDS\",\n                \"summary\": \"Advertised encryption has changed\",\n                \"timestamp\": \"2021-10-13T13:56:02.910388Z\"\n            },\n            {\n                \"ap_bssid\": \"E8:1C:BA:82:B2:30\",\n                \"ap_essid\": \"YouKidsGetOffMyLan\",\n                \"ap_id\": \"M60deD0ANkJnpPjb\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 99,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"2oQbKMyXJbjKBXzj\",\n                \"client_mac\": \"E8:AB:FA:4E:83:0D\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": null,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A repeating 802.11 EAPOLFrame RSN anonce broadcast has been seen between e8:1c:ba:82:b2:30 and e8:ab:fa:4e:83:0d.\\nThis may indicate a Key Reinstallation Attack (KRACK) attack is in progress or a device's\\nsoftware has not been upgraded to defend against this weakness. If a large number of\\nevents are seen in a short period of time an attack could be in progress.\\n\\nFor more information about this weakness, visit the following links:\\n    \\n    * https://www.krackattacks.com/\\n    * https://en.wikipedia.org/wiki/KRACK\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13077\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13078\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13079\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13080\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13081\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13082\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13084\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13086\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13087\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13088\\n\",\n                \"id\": \"5N89KXRXkz2nv1Xw\",\n                \"identifier\": \"KRACK\",\n                \"sensor_id\": \"jpEVxKyXvbLrQRY2\",\n                \"sensor_name\": \"Demo-V2-Seattle\",\n                \"severity\": 10,\n                \"source\": \"WIDS\",\n                \"summary\": \"POSSIBLE KRACK WEAKNESS/ATTACK\",\n                \"timestamp\": \"2021-10-13T13:56:21.401941Z\"\n            },\n            {\n                \"ap_bssid\": \"96:18:98:BE:F0:04\",\n                \"ap_essid\": \"Free5Bird\",\n                \"ap_id\": \"60deD0565RJnpPjb\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 20,\n                \"ap_trust_level_name\": \"Guest\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 4,\n                \"client_group_name\": \"Visitor\",\n                \"client_id\": \"O3ZzDm8Y1Y6zK4JR\",\n                \"client_mac\": \"00:0E:8E:86:1A:7B\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 284,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Download/Upload Performance testing metric missed.\\n\\n* Expected: 10.000 Mbps Download / 10.000 Mbps Upload\\n* Observed: 0.000 Mbps Download / 0.000 Mbps Upload\",\n                \"id\": \"GqX3KBqzk6kLpwNj\",\n                \"identifier\": \"MISSED PERFORMANCE METRIC\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 5,\n                \"source\": \"PERFORMANCE\",\n                \"summary\": \"DOWNLOAD/UPLOAD METRIC MISSED\",\n                \"timestamp\": \"2021-10-13T13:58:41.264577Z\"\n            },\n            {\n                \"ap_bssid\": \"10:DA:43:77:AA:95\",\n                \"ap_essid\": \"NETGEAR30\",\n                \"ap_id\": \"kvQMlKY8dP9L2qe0\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Camera\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"Netgear\",\n                \"ap_trust_level\": 50,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"pEVxKyWAM73nrQRY\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 10:da:43:77:aa:95 has changed channel from 3 to 9\",\n                \"timestamp\": \"2021-10-13T14:02:07.261522Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 99,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"GmVED2dNE6wbLkqQ\",\n                \"client_mac\": \"CE:AE:8D:1B:80:F6\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": null,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A new 802.11 WiFi Client has been discovered.\\n\\n* MAC Address: CE:AE:8D:1B:80:F6\",\n                \"id\": \"eYN2K3qzk5xnoQ0k\",\n                \"identifier\": \"NEW WIFI CLIENT\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 10,\n                \"source\": \"POLICY\",\n                \"summary\": \"New Client (CE:AE:8D:1B:80:F6) Discovered\",\n                \"timestamp\": \"2021-10-13T14:02:20.962655Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 99,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"BVWpnvZE5mdeneo1\",\n                \"client_mac\": \"BE:FF:FB:44:3B:4D\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": null,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A new 802.11 WiFi Client has been discovered.\\n\\n* MAC Address: BE:FF:FB:44:3B:4D\",\n                \"id\": \"gVbOn4qzkeVL0EeN\",\n                \"identifier\": \"NEW WIFI CLIENT\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 10,\n                \"source\": \"POLICY\",\n                \"summary\": \"New Client (BE:FF:FB:44:3B:4D) Discovered\",\n                \"timestamp\": \"2021-10-13T14:02:21.177630Z\"\n            },\n            {\n                \"ap_bssid\": \"E8:AB:FA:4E:83:0D\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"8XvG2K638gEDqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Drone\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"Attop\",\n                \"ap_trust_level\": 50,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 99,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"XvG2K62BjXEYKqAk\",\n                \"client_mac\": \"E8:1C:BA:82:B2:30\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": null,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A repeating 802.11 EAPOLFrame RSN anonce broadcast has been seen between e8:ab:fa:4e:83:0d and e8:1c:ba:82:b2:30.\\nThis may indicate a Key Reinstallation Attack (KRACK) attack is in progress or a device's\\nsoftware has not been upgraded to defend against this weakness. If a large number of\\nevents are seen in a short period of time an attack could be in progress.\\n\\nFor more information about this weakness, visit the following links:\\n    \\n    * https://www.krackattacks.com/\\n    * https://en.wikipedia.org/wiki/KRACK\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13077\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13078\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13079\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13080\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13081\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13082\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13084\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13086\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13087\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13088\\n\",\n                \"id\": \"GjEaDRb6kbaDb0dJ\",\n                \"identifier\": \"KRACK\",\n                \"sensor_id\": \"jpEVxKyXvbLrQRY2\",\n                \"sensor_name\": \"Demo-V2-Seattle\",\n                \"severity\": 10,\n                \"source\": \"WIDS\",\n                \"summary\": \"POSSIBLE KRACK WEAKNESS/ATTACK\",\n                \"timestamp\": \"2021-10-13T14:03:51.197199Z\"\n            },\n            {\n                \"ap_bssid\": \"96:18:98:BE:F0:04\",\n                \"ap_essid\": \"Free5Bird\",\n                \"ap_id\": \"60deD0565RJnpPjb\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 20,\n                \"ap_trust_level_name\": \"Guest\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 4,\n                \"client_group_name\": \"Visitor\",\n                \"client_id\": \"O3ZzDm8Y1Y6zK4JR\",\n                \"client_mac\": \"00:0E:8E:86:1A:7B\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 284,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Download/Upload Performance testing metric missed.\\n\\n* Expected: 10.000 Mbps Download / 10.000 Mbps Upload\\n* Observed: 0.000 Mbps Download / 0.000 Mbps Upload\",\n                \"id\": \"3Gl4nJ3zk35LvBay\",\n                \"identifier\": \"MISSED PERFORMANCE METRIC\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 5,\n                \"source\": \"PERFORMANCE\",\n                \"summary\": \"DOWNLOAD/UPLOAD METRIC MISSED\",\n                \"timestamp\": \"2021-10-13T14:05:23.606802Z\"\n            },\n            {\n                \"ap_bssid\": \"02:15:99:EF:9A:02\",\n                \"ap_essid\": \"DIRECT-laB1163w Mono MFP\",\n                \"ap_id\": \"XvG2K62p0RYKqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Printer\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"gxMmLj1lerznJvY5\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 02:15:99:ef:9a:02 has changed channel from 6 to 10\",\n                \"timestamp\": \"2021-10-13T14:06:53.293483Z\"\n            },\n            {\n                \"ap_bssid\": \"02:15:99:EF:9A:02\",\n                \"ap_essid\": \"DIRECT-laB1163w Mono MFP\",\n                \"ap_id\": \"XvG2K62p0RYKqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Printer\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"E3e2DdyvgrqnaVpj\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 02:15:99:ef:9a:02 has changed channel from 10 to 6\",\n                \"timestamp\": \"2021-10-13T14:07:20.862455Z\"\n            },\n            {\n                \"ap_bssid\": \"02:15:99:EF:9A:02\",\n                \"ap_essid\": \"DIRECT-laB1163w Mono MFP\",\n                \"ap_id\": \"XvG2K62p0RYKqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Printer\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"XvG2K6qdk3NLqAkw\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 02:15:99:ef:9a:02 has changed channel from 6 to 3\",\n                \"timestamp\": \"2021-10-13T14:08:23.354107Z\"\n            },\n            {\n                \"ap_bssid\": \"02:15:99:EF:9A:02\",\n                \"ap_essid\": \"DIRECT-laB1163w Mono MFP\",\n                \"ap_id\": \"XvG2K62p0RYKqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Printer\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"vQMlKYeAyqdK2qe0\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 02:15:99:ef:9a:02 has changed channel from 3 to 6\",\n                \"timestamp\": \"2021-10-13T14:08:23.637921Z\"\n            },\n            {\n                \"ap_bssid\": \"88:1F:A1:30:67:E6\",\n                \"ap_essid\": \"J-Sei\",\n                \"ap_id\": \"kvQMlKYNereD2qe0\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Wireless Bridge\",\n                \"ap_tag_location\": \"Office\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 30,\n                \"ap_trust_level_name\": \"Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A new WPA/WPA2 handshake has been collected for BSSID 88:1F:A1:30:67:E6\",\n                \"id\": \"9PBZDav5YqMn7Rxw\",\n                \"identifier\": \"NEW WPA/WPA2 HANDSHAKE\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 1,\n                \"source\": \"INTERROGATOR\",\n                \"summary\": \"New WPA handshake received for BSSID 88:1F:A1:30:67:E6\",\n                \"timestamp\": \"2021-10-13T14:09:25.334718Z\"\n            },\n            {\n                \"ap_bssid\": \"96:18:98:BE:F0:04\",\n                \"ap_essid\": \"Free5Bird\",\n                \"ap_id\": \"60deD0565RJnpPjb\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 20,\n                \"ap_trust_level_name\": \"Guest\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 4,\n                \"client_group_name\": \"Visitor\",\n                \"client_id\": \"O3ZzDm8Y1Y6zK4JR\",\n                \"client_mac\": \"00:0E:8E:86:1A:7B\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 284,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Download/Upload Performance testing metric missed.\\n\\n* Expected: 10.000 Mbps Download / 10.000 Mbps Upload\\n* Observed: 0.000 Mbps Download / 0.000 Mbps Upload\",\n                \"id\": \"gVbOn4qzkz6L0EeN\",\n                \"identifier\": \"MISSED PERFORMANCE METRIC\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 5,\n                \"source\": \"PERFORMANCE\",\n                \"summary\": \"DOWNLOAD/UPLOAD METRIC MISSED\",\n                \"timestamp\": \"2021-10-13T14:11:57.380813Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 99,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"E2NgDrJBe7ajDaer\",\n                \"client_mac\": \"6A:F6:14:6D:A1:A8\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": null,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A new 802.11 WiFi Client has been discovered.\\n\\n* MAC Address: 6A:F6:14:6D:A1:A8\",\n                \"id\": \"pEVxKyWAMA5nrQRY\",\n                \"identifier\": \"NEW WIFI CLIENT\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 10,\n                \"source\": \"POLICY\",\n                \"summary\": \"New Client (6A:F6:14:6D:A1:A8) Discovered\",\n                \"timestamp\": \"2021-10-13T14:12:27.601672Z\"\n            },\n            {\n                \"ap_bssid\": \"FC:AE:34:95:2F:50\",\n                \"ap_essid\": \"ATTNd3trWa\",\n                \"ap_id\": \"GmVED250R7dKkqQw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Wireless Router\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"Mqa0n1kPq1MK2pxv\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"42oQbKMPQ8LBXzjV\",\n                \"sensor_name\": \"EC Demo\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP fc:ae:34:95:2f:50 has changed channel from 1 to 11\",\n                \"timestamp\": \"2021-10-13T14:12:57.372908Z\"\n            },\n            {\n                \"ap_bssid\": \"FE:AE:34:95:2F:52\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"zA1RL7oBJPgLr0al\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"vQMlKYeAyXbK2qe0\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"42oQbKMPQ8LBXzjV\",\n                \"sensor_name\": \"EC Demo\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP fe:ae:34:95:2f:52 has changed channel from 1 to 11\",\n                \"timestamp\": \"2021-10-13T14:12:57.504955Z\"\n            },\n            {\n                \"ap_bssid\": \"88:1F:A1:30:67:E6\",\n                \"ap_essid\": \"J-Sei\",\n                \"ap_id\": \"kvQMlKYNereD2qe0\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Wireless Bridge\",\n                \"ap_tag_location\": \"Office\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 30,\n                \"ap_trust_level_name\": \"Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A new WPA/WPA2 handshake has been collected for BSSID 88:1F:A1:30:67:E6\",\n                \"id\": \"E3e2DdyvgAOnaVpj\",\n                \"identifier\": \"NEW WPA/WPA2 HANDSHAKE\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 1,\n                \"source\": \"INTERROGATOR\",\n                \"summary\": \"New WPA handshake received for BSSID 88:1F:A1:30:67:E6\",\n                \"timestamp\": \"2021-10-13T14:15:28.377224Z\"\n            },\n            {\n                \"ap_bssid\": \"2C:FD:A1:A1:5B:9C\",\n                \"ap_essid\": \"J-Sei\",\n                \"ap_id\": \"plqXoKNdwBpn7y26\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"ASUS\",\n                \"ap_trust_level\": 30,\n                \"ap_trust_level_name\": \"Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"yVpWLxQXlqrK5BaN\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 2c:fd:a1:a1:5b:9c has changed channel from 157 to 44\",\n                \"timestamp\": \"2021-10-13T14:17:16.724677Z\"\n            },\n            {\n                \"ap_bssid\": \"10:DA:43:77:AA:95\",\n                \"ap_essid\": \"NETGEAR30\",\n                \"ap_id\": \"kvQMlKY8dP9L2qe0\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Camera\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"Netgear\",\n                \"ap_trust_level\": 50,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"E2NgDrA6vj4KaerV\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 10:da:43:77:aa:95 has changed channel from 9 to 8\",\n                \"timestamp\": \"2021-10-13T14:17:44.535450Z\"\n            },\n            {\n                \"ap_bssid\": \"E8:AB:FA:4E:83:0D\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"8XvG2K638gEDqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Drone\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"Attop\",\n                \"ap_trust_level\": 50,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 99,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"XvG2K62BjXEYKqAk\",\n                \"client_mac\": \"E8:1C:BA:82:B2:30\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": null,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A repeating 802.11 EAPOLFrame RSN anonce broadcast has been seen between e8:ab:fa:4e:83:0d and e8:1c:ba:82:b2:30.\\nThis may indicate a Key Reinstallation Attack (KRACK) attack is in progress or a device's\\nsoftware has not been upgraded to defend against this weakness. If a large number of\\nevents are seen in a short period of time an attack could be in progress.\\n\\nFor more information about this weakness, visit the following links:\\n    \\n    * https://www.krackattacks.com/\\n    * https://en.wikipedia.org/wiki/KRACK\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13077\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13078\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13079\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13080\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13081\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13082\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13084\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13086\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13087\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13088\\n\",\n                \"id\": \"Y2p6nGqzkNqKJQ3b\",\n                \"identifier\": \"KRACK\",\n                \"sensor_id\": \"jpEVxKyXvbLrQRY2\",\n                \"sensor_name\": \"Demo-V2-Seattle\",\n                \"severity\": 10,\n                \"source\": \"WIDS\",\n                \"summary\": \"POSSIBLE KRACK WEAKNESS/ATTACK\",\n                \"timestamp\": \"2021-10-13T14:18:24.969726Z\"\n            },\n            {\n                \"ap_bssid\": \"96:18:98:BE:F0:04\",\n                \"ap_essid\": \"Free5Bird\",\n                \"ap_id\": \"60deD0565RJnpPjb\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 20,\n                \"ap_trust_level_name\": \"Guest\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 4,\n                \"client_group_name\": \"Visitor\",\n                \"client_id\": \"O3ZzDm8Y1Y6zK4JR\",\n                \"client_mac\": \"00:0E:8E:86:1A:7B\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 284,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Download/Upload Performance testing metric missed.\\n\\n* Expected: 10.000 Mbps Download / 10.000 Mbps Upload\\n* Observed: 0.000 Mbps Download / 0.000 Mbps Upload\",\n                \"id\": \"zA1RL7qzk6yDr0al\",\n                \"identifier\": \"MISSED PERFORMANCE METRIC\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 5,\n                \"source\": \"PERFORMANCE\",\n                \"summary\": \"DOWNLOAD/UPLOAD METRIC MISSED\",\n                \"timestamp\": \"2021-10-13T14:18:31.193833Z\"\n            },\n            {\n                \"ap_bssid\": \"96:18:98:BE:F0:04\",\n                \"ap_essid\": \"Free5Bird\",\n                \"ap_id\": \"60deD0565RJnpPjb\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 20,\n                \"ap_trust_level_name\": \"Guest\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 4,\n                \"client_group_name\": \"Visitor\",\n                \"client_id\": \"O3ZzDm8Y1Y6zK4JR\",\n                \"client_mac\": \"00:0E:8E:86:1A:7B\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 284,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Download/Upload Performance testing metric missed.\\n\\n* Expected: 10.000 Mbps Download / 10.000 Mbps Upload\\n* Observed: 0.000 Mbps Download / 0.000 Mbps Upload\",\n                \"id\": \"E3e2Ddyvgb5naVpj\",\n                \"identifier\": \"MISSED PERFORMANCE METRIC\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 5,\n                \"source\": \"PERFORMANCE\",\n                \"summary\": \"DOWNLOAD/UPLOAD METRIC MISSED\",\n                \"timestamp\": \"2021-10-13T14:25:01.869743Z\"\n            },\n            {\n                \"ap_bssid\": \"2C:FD:A1:A1:5B:9C\",\n                \"ap_essid\": \"J-Sei\",\n                \"ap_id\": \"plqXoKNdwBpn7y26\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"ASUS\",\n                \"ap_trust_level\": 30,\n                \"ap_trust_level_name\": \"Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A new WPA/WPA2 handshake has been collected for BSSID 2C:FD:A1:A1:5B:9C\",\n                \"id\": \"O3ZzDmm3QBkD4JR1\",\n                \"identifier\": \"NEW WPA/WPA2 HANDSHAKE\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 1,\n                \"source\": \"INTERROGATOR\",\n                \"summary\": \"New WPA handshake received for BSSID 2C:FD:A1:A1:5B:9C\",\n                \"timestamp\": \"2021-10-13T14:25:33.139347Z\"\n            },\n            {\n                \"ap_bssid\": \"98:18:88:BE:F0:04\",\n                \"ap_essid\": \"Choose Another Castle\",\n                \"ap_id\": \"VyXoLbk4o3vK7QRW\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"Cisco\",\n                \"ap_trust_level\": 1,\n                \"ap_trust_level_name\": \"Trusted\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 2,\n                \"client_group_name\": \"Semi-Trusted\",\n                \"client_id\": \"XwlNKZd7bGjnYpzq\",\n                \"client_mac\": \"A8:6B:AD:3E:7E:A6\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 65535,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A client assigned to Client Group SEMI-TRUSTED has been observed connected to an unapproved TRUSTED AP\\n\\n* Client:      A8:6B:AD:3E:7E:A6\\n* Group:       SEMI-TRUSTED\\n* AccessPoint: 98:18:88:BE:F0:04 (Choose Another Castle)\\n* Trust Level: TRUSTED\\n    \\nThis message is sent no more than once per hour for this Client to AP connection.\",\n                \"id\": \"VyXoLbwNmYyK7QRW\",\n                \"identifier\": \"TRUST POLICY VIOLATION\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 10,\n                \"source\": \"POLICY\",\n                \"summary\": \"SEMI-TRUSTED CLIENT (A8:6B:AD:3E:7E:A6) CONNECTED TRUSTED AP (98:18:88:BE:F0:04)\",\n                \"timestamp\": \"2021-10-13T14:25:35.602046Z\"\n            },\n            {\n                \"ap_bssid\": \"96:18:98:BE:F0:04\",\n                \"ap_essid\": \"Free5Bird\",\n                \"ap_id\": \"60deD0565RJnpPjb\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 20,\n                \"ap_trust_level_name\": \"Guest\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 4,\n                \"client_group_name\": \"Visitor\",\n                \"client_id\": \"O3ZzDm8Y1Y6zK4JR\",\n                \"client_mac\": \"00:0E:8E:86:1A:7B\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 284,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Download/Upload Performance testing metric missed.\\n\\n* Expected: 10.000 Mbps Download / 10.000 Mbps Upload\\n* Observed: 0.000 Mbps Download / 0.000 Mbps Upload\",\n                \"id\": \"GqX3KBqzRZmLpwNj\",\n                \"identifier\": \"MISSED PERFORMANCE METRIC\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 5,\n                \"source\": \"PERFORMANCE\",\n                \"summary\": \"DOWNLOAD/UPLOAD METRIC MISSED\",\n                \"timestamp\": \"2021-10-13T14:31:34.332928Z\"\n            },\n            {\n                \"ap_bssid\": \"10:DA:43:77:AA:95\",\n                \"ap_essid\": \"NETGEAR30\",\n                \"ap_id\": \"kvQMlKY8dP9L2qe0\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Camera\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"Netgear\",\n                \"ap_trust_level\": 50,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"oPwynlY50WlLq6mA\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 10:da:43:77:aa:95 has changed channel from 8 to 9\",\n                \"timestamp\": \"2021-10-13T14:32:21.214382Z\"\n            },\n            {\n                \"ap_bssid\": \"68:D7:9A:40:DF:EB\",\n                \"ap_essid\": \"MotoFish\",\n                \"ap_id\": \"3Gl4nJ7Y8aoLvBay\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"Ubiquiti\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 99,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"7XbYLoxBjYGzKOJ2\",\n                \"client_mac\": \"44:73:D6:22:C8:B2\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": null,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A repeating 802.11 EAPOLFrame RSN anonce broadcast has been seen between 68:d7:9a:40:df:eb and 44:73:d6:22:c8:b2.\\nThis may indicate a Key Reinstallation Attack (KRACK) attack is in progress or a device's\\nsoftware has not been upgraded to defend against this weakness. If a large number of\\nevents are seen in a short period of time an attack could be in progress.\\n\\nFor more information about this weakness, visit the following links:\\n    \\n    * https://www.krackattacks.com/\\n    * https://en.wikipedia.org/wiki/KRACK\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13077\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13078\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13079\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13080\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13081\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13082\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13084\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13086\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13087\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13088\\n\",\n                \"id\": \"aQVvDeEwgWWDW8w0\",\n                \"identifier\": \"KRACK\",\n                \"sensor_id\": \"jpEVxKyXvbLrQRY2\",\n                \"sensor_name\": \"Demo-V2-Seattle\",\n                \"severity\": 10,\n                \"source\": \"WIDS\",\n                \"summary\": \"POSSIBLE KRACK WEAKNESS/ATTACK\",\n                \"timestamp\": \"2021-10-13T14:33:21.035253Z\"\n            },\n            {\n                \"ap_bssid\": \"96:18:98:BE:F0:04\",\n                \"ap_essid\": \"Free5Bird\",\n                \"ap_id\": \"60deD0565RJnpPjb\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 20,\n                \"ap_trust_level_name\": \"Guest\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 4,\n                \"client_group_name\": \"Visitor\",\n                \"client_id\": \"O3ZzDm8Y1Y6zK4JR\",\n                \"client_mac\": \"00:0E:8E:86:1A:7B\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 284,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Download/Upload Performance testing metric missed.\\n\\n* Expected: 10.000 Mbps Download / 10.000 Mbps Upload\\n* Observed: 0.000 Mbps Download / 0.000 Mbps Upload\",\n                \"id\": \"BbW5npO7VgXDJ319\",\n                \"identifier\": \"MISSED PERFORMANCE METRIC\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 5,\n                \"source\": \"PERFORMANCE\",\n                \"summary\": \"DOWNLOAD/UPLOAD METRIC MISSED\",\n                \"timestamp\": \"2021-10-13T14:38:05.297330Z\"\n            },\n            {\n                \"ap_bssid\": \"02:15:99:EF:9A:02\",\n                \"ap_essid\": \"DIRECT-laB1163w Mono MFP\",\n                \"ap_id\": \"XvG2K62p0RYKqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Printer\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"Y2p6nGqzW3ZKJQ3b\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 02:15:99:ef:9a:02 has changed channel from 11 to 6\",\n                \"timestamp\": \"2021-10-13T14:38:36.142877Z\"\n            },\n            {\n                \"ap_bssid\": \"02:15:99:EF:9A:02\",\n                \"ap_essid\": \"DIRECT-laB1163w Mono MFP\",\n                \"ap_id\": \"XvG2K62p0RYKqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Printer\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"zA1RL7qz7aoDr0al\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 02:15:99:ef:9a:02 has changed channel from 6 to 11\",\n                \"timestamp\": \"2021-10-13T14:38:36.308821Z\"\n            },\n            {\n                \"ap_bssid\": \"C4:49:BB:61:04:EE\",\n                \"ap_essid\": \"FloresWifi\",\n                \"ap_id\": \"7XbYLobEmWmnOJ20\",\n                \"ap_market\": \"Vehicle\",\n                \"ap_tag_device\": \"Car\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"GMC\",\n                \"ap_trust_level\": 50,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A new 802.11 WiFi Access Point has been discovered.\\n\\n* BSSID:      C4:49:BB:61:04:EE\\n* ESSID:      FloresWifi (hidden: False)\\n* Encryption: WPA2+CCMP/WPA2+TKIP\\n* Channel:    6.0\\n\\nNote that this is point-in-time data and likely to change.\\n\",\n                \"id\": \"dE4lL9qz6yGLvx03\",\n                \"identifier\": \"NEW ACCESS POINT\",\n                \"sensor_id\": \"42oQbKMPQ8LBXzjV\",\n                \"sensor_name\": \"EC Demo\",\n                \"severity\": 7,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"New AP (C4:49:BB:61:04:EE) Discovered\",\n                \"timestamp\": \"2021-10-13T14:40:56.278980Z\"\n            },\n            {\n                \"ap_bssid\": \"C4:49:BB:61:04:EE\",\n                \"ap_essid\": \"FloresWifi\",\n                \"ap_id\": \"7XbYLobEmWmnOJ20\",\n                \"ap_market\": \"Vehicle\",\n                \"ap_tag_device\": \"Car\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"GMC\",\n                \"ap_trust_level\": 50,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A vehicle has been identified in your air space\\n\\n* BSSID:      C4:49:BB:61:04:EE\\n* ESSID:      FloresWifi (hidden: False)\\n* Encryption: WPA2+CCMP/WPA2+TKIP\\n* Channel:    6.0\\n\\nNote that this is point-in-time data and likely to change.\\n            \",\n                \"id\": \"GjEaDRb6MjmDb0dJ\",\n                \"identifier\": \"VEHICLE DETECTED\",\n                \"sensor_id\": \"42oQbKMPQ8LBXzjV\",\n                \"sensor_name\": \"EC Demo\",\n                \"severity\": 4,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"A vehicle has been identified in your air space\",\n                \"timestamp\": \"2021-10-13T14:40:56.292233Z\"\n            },\n            {\n                \"ap_bssid\": \"98:18:88:BE:F0:04\",\n                \"ap_essid\": \"Choose Another Castle\",\n                \"ap_id\": \"VyXoLbk4o3vK7QRW\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"Cisco\",\n                \"ap_trust_level\": 1,\n                \"ap_trust_level_name\": \"Trusted\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 2,\n                \"client_group_name\": \"Semi-Trusted\",\n                \"client_id\": \"GjEaDRay3MMKb0dJ\",\n                \"client_mac\": \"28:56:5A:38:D1:11\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 65535,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A client assigned to Client Group SEMI-TRUSTED has been observed connected to an unapproved TRUSTED AP\\n\\n* Client:      28:56:5A:38:D1:11\\n* Group:       SEMI-TRUSTED\\n* AccessPoint: 98:18:88:BE:F0:04 (Choose Another Castle)\\n* Trust Level: TRUSTED\\n    \\nThis message is sent no more than once per hour for this Client to AP connection.\",\n                \"id\": \"E2NgDrA62W8KaerV\",\n                \"identifier\": \"TRUST POLICY VIOLATION\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 10,\n                \"source\": \"POLICY\",\n                \"summary\": \"SEMI-TRUSTED CLIENT (28:56:5A:38:D1:11) CONNECTED TRUSTED AP (98:18:88:BE:F0:04)\",\n                \"timestamp\": \"2021-10-13T14:41:46.821012Z\"\n            },\n            {\n                \"ap_bssid\": \"9A:18:98:BE:F0:04\",\n                \"ap_essid\": \"Choose Another Castle\",\n                \"ap_id\": \"aQVvDeWmWkrLW8w0\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"Meraki\",\n                \"ap_tag_vendor\": \"Cisco\",\n                \"ap_trust_level\": 1,\n                \"ap_trust_level_name\": \"Trusted\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 2,\n                \"client_group_name\": \"Semi-Trusted\",\n                \"client_id\": \"WPYxLVabpN4ne5aj\",\n                \"client_mac\": \"08:66:98:CB:69:9F\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 65535,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"Apple\",\n                \"detail\": \"A client assigned to Client Group SEMI-TRUSTED has been observed connected to an unapproved TRUSTED AP\\n\\n* Client:      08:66:98:CB:69:9F\\n* Group:       SEMI-TRUSTED\\n* AccessPoint: 9A:18:98:BE:F0:04 (Choose Another Castle)\\n* Trust Level: TRUSTED\\n    \\nThis message is sent no more than once per hour for this Client to AP connection.\",\n                \"id\": \"3Gl4nJ3z2xRLvBay\",\n                \"identifier\": \"TRUST POLICY VIOLATION\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 10,\n                \"source\": \"POLICY\",\n                \"summary\": \"SEMI-TRUSTED CLIENT (08:66:98:CB:69:9F) CONNECTED TRUSTED AP (9A:18:98:BE:F0:04)\",\n                \"timestamp\": \"2021-10-13T14:43:43.352237Z\"\n            },\n            {\n                \"ap_bssid\": \"96:18:98:BE:F0:04\",\n                \"ap_essid\": \"Free5Bird\",\n                \"ap_id\": \"60deD0565RJnpPjb\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 20,\n                \"ap_trust_level_name\": \"Guest\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 4,\n                \"client_group_name\": \"Visitor\",\n                \"client_id\": \"O3ZzDm8Y1Y6zK4JR\",\n                \"client_mac\": \"00:0E:8E:86:1A:7B\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 284,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Download/Upload Performance testing metric missed.\\n\\n* Expected: 10.000 Mbps Download / 10.000 Mbps Upload\\n* Observed: 0.000 Mbps Download / 0.000 Mbps Upload\",\n                \"id\": \"VyXoLbwNY3qK7QRW\",\n                \"identifier\": \"MISSED PERFORMANCE METRIC\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 5,\n                \"source\": \"PERFORMANCE\",\n                \"summary\": \"DOWNLOAD/UPLOAD METRIC MISSED\",\n                \"timestamp\": \"2021-10-13T14:44:36.879745Z\"\n            },\n            {\n                \"ap_bssid\": \"02:15:99:EF:9A:02\",\n                \"ap_essid\": \"DIRECT-laB1163w Mono MFP\",\n                \"ap_id\": \"XvG2K62p0RYKqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Printer\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"72YOnPY7jmzL0Q6X\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 02:15:99:ef:9a:02 has changed channel from 6 to 11\",\n                \"timestamp\": \"2021-10-13T14:47:11.628594Z\"\n            },\n            {\n                \"ap_bssid\": \"02:15:99:EF:9A:02\",\n                \"ap_essid\": \"DIRECT-laB1163w Mono MFP\",\n                \"ap_id\": \"XvG2K62p0RYKqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Printer\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"eYN2K3qzEwenoQ0k\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 02:15:99:ef:9a:02 has changed channel from 11 to 6\",\n                \"timestamp\": \"2021-10-13T14:47:38.914357Z\"\n            },\n            {\n                \"ap_bssid\": \"A8:70:5D:84:D2:2C\",\n                \"ap_essid\": \"xfinitywifi\",\n                \"ap_id\": \"8z2ND83elPPKY5ER\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 71,\n                \"ap_trust_level_name\": \"High Threat\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 1,\n                \"client_group_name\": \"Trusted\",\n                \"client_id\": \"zA1RL7bzBGjjnr0a\",\n                \"client_mac\": \"3C:15:C2:D9:8A:34\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 65535,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"Apple\",\n                \"detail\": \"A client assigned to Client Group TRUSTED has been observed connected to an unapproved HIGH THREAT AP\\n\\n* Client:      3C:15:C2:D9:8A:34\\n* Group:       TRUSTED\\n* AccessPoint: A8:70:5D:84:D2:2C (xfinitywifi)\\n* Trust Level: HIGH THREAT\\n    \\nThis message is sent no more than once per hour for this Client to AP connection.\",\n                \"id\": \"VyXoLbwNYdQK7QRW\",\n                \"identifier\": \"TRUST POLICY VIOLATION\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 8,\n                \"source\": \"POLICY\",\n                \"summary\": \"TRUSTED CLIENT (3C:15:C2:D9:8A:34) CONNECTED HIGH THREAT AP (A8:70:5D:84:D2:2C)\",\n                \"timestamp\": \"2021-10-13T14:48:41.422795Z\"\n            },\n            {\n                \"ap_bssid\": \"02:15:99:EF:9A:02\",\n                \"ap_essid\": \"DIRECT-laB1163w Mono MFP\",\n                \"ap_id\": \"XvG2K62p0RYKqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Printer\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"E2NgDrA62yjKaerV\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 02:15:99:ef:9a:02 has changed channel from 6 to 7\",\n                \"timestamp\": \"2021-10-13T14:49:40.762325Z\"\n            },\n            {\n                \"ap_bssid\": \"02:15:99:EF:9A:02\",\n                \"ap_essid\": \"DIRECT-laB1163w Mono MFP\",\n                \"ap_id\": \"XvG2K62p0RYKqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Printer\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"9PBZDav56BMn7Rxw\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 02:15:99:ef:9a:02 has changed channel from 7 to 6\",\n                \"timestamp\": \"2021-10-13T14:49:41.077570Z\"\n            },\n            {\n                \"ap_bssid\": \"96:18:98:BE:F0:04\",\n                \"ap_essid\": \"Free5Bird\",\n                \"ap_id\": \"60deD0565RJnpPjb\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 20,\n                \"ap_trust_level_name\": \"Guest\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 4,\n                \"client_group_name\": \"Visitor\",\n                \"client_id\": \"O3ZzDm8Y1Y6zK4JR\",\n                \"client_mac\": \"00:0E:8E:86:1A:7B\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 284,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Download/Upload Performance testing metric missed.\\n\\n* Expected: 10.000 Mbps Download / 10.000 Mbps Upload\\n* Observed: 0.000 Mbps Download / 0.000 Mbps Upload\",\n                \"id\": \"BVWpnv0gxlJKeo1J\",\n                \"identifier\": \"MISSED PERFORMANCE METRIC\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 5,\n                \"source\": \"PERFORMANCE\",\n                \"summary\": \"DOWNLOAD/UPLOAD METRIC MISSED\",\n                \"timestamp\": \"2021-10-13T14:51:08.005013Z\"\n            },\n            {\n                \"ap_bssid\": \"2C:FD:A1:A1:5B:9C\",\n                \"ap_essid\": \"J-Sei\",\n                \"ap_id\": \"plqXoKNdwBpn7y26\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"ASUS\",\n                \"ap_trust_level\": 30,\n                \"ap_trust_level_name\": \"Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"b41kKwBOopRLzZog\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 2c:fd:a1:a1:5b:9c has changed channel from 44 to 157\",\n                \"timestamp\": \"2021-10-13T14:51:12.344692Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 99,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"60deD04ZjQ9JDpPj\",\n                \"client_mac\": \"84:98:66:2D:C9:6F\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": null,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"Samsung\",\n                \"detail\": \"A new 802.11 WiFi Client has been discovered.\\n\\n* MAC Address: 84:98:66:2D:C9:6F\",\n                \"id\": \"9PBZDav56Ran7Rxw\",\n                \"identifier\": \"NEW WIFI CLIENT\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 10,\n                \"source\": \"POLICY\",\n                \"summary\": \"New Client (84:98:66:2D:C9:6F) Discovered\",\n                \"timestamp\": \"2021-10-13T14:54:41.974507Z\"\n            },\n            {\n                \"ap_bssid\": \"96:18:98:BE:F0:04\",\n                \"ap_essid\": \"Free5Bird\",\n                \"ap_id\": \"60deD0565RJnpPjb\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 20,\n                \"ap_trust_level_name\": \"Guest\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 4,\n                \"client_group_name\": \"Visitor\",\n                \"client_id\": \"O3ZzDm8Y1Y6zK4JR\",\n                \"client_mac\": \"00:0E:8E:86:1A:7B\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 284,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Download/Upload Performance testing metric missed.\\n\\n* Expected: 10.000 Mbps Download / 10.000 Mbps Upload\\n* Observed: 0.000 Mbps Download / 0.000 Mbps Upload\",\n                \"id\": \"9PBZDav5637n7Rxw\",\n                \"identifier\": \"MISSED PERFORMANCE METRIC\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 5,\n                \"source\": \"PERFORMANCE\",\n                \"summary\": \"DOWNLOAD/UPLOAD METRIC MISSED\",\n                \"timestamp\": \"2021-10-13T14:57:42.341734Z\"\n            },\n            {\n                \"ap_bssid\": \"FC:AE:34:95:2F:50\",\n                \"ap_essid\": \"ATTNd3trWa\",\n                \"ap_id\": \"GmVED250R7dKkqQw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Wireless Router\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"wd4mnAqz9GpnkvRp\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"42oQbKMPQ8LBXzjV\",\n                \"sensor_name\": \"EC Demo\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP fc:ae:34:95:2f:50 has changed channel from 11 to 1\",\n                \"timestamp\": \"2021-10-13T14:58:35.119158Z\"\n            },\n            {\n                \"ap_bssid\": \"FE:AE:34:95:2F:52\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"zA1RL7oBJPgLr0al\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"dE4lL9qz6MvLvx03\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"42oQbKMPQ8LBXzjV\",\n                \"sensor_name\": \"EC Demo\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP fe:ae:34:95:2f:52 has changed channel from 11 to 1\",\n                \"timestamp\": \"2021-10-13T14:58:35.253795Z\"\n            },\n            {\n                \"ap_bssid\": \"02:15:99:EF:9A:02\",\n                \"ap_essid\": \"DIRECT-laB1163w Mono MFP\",\n                \"ap_id\": \"XvG2K62p0RYKqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Printer\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"zA1RL7qz7YgDr0al\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 02:15:99:ef:9a:02 has changed channel from 6 to 11\",\n                \"timestamp\": \"2021-10-13T15:01:47.531669Z\"\n            },\n            {\n                \"ap_bssid\": \"02:15:99:EF:9A:02\",\n                \"ap_essid\": \"DIRECT-laB1163w Mono MFP\",\n                \"ap_id\": \"XvG2K62p0RYKqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Printer\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"Mqa0n1kPZ3xK2pxv\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 02:15:99:ef:9a:02 has changed channel from 11 to 6\",\n                \"timestamp\": \"2021-10-13T15:01:47.690332Z\"\n            },\n            {\n                \"ap_bssid\": \"10:DA:43:77:AA:95\",\n                \"ap_essid\": \"NETGEAR30\",\n                \"ap_id\": \"kvQMlKY8dP9L2qe0\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Camera\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"Netgear\",\n                \"ap_trust_level\": 50,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"2oQbKM73pjonBXzj\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 10:da:43:77:aa:95 has changed channel from 9 to 7\",\n                \"timestamp\": \"2021-10-13T15:03:29.594660Z\"\n            },\n            {\n                \"ap_bssid\": \"96:18:98:BE:F0:04\",\n                \"ap_essid\": \"Free5Bird\",\n                \"ap_id\": \"60deD0565RJnpPjb\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 20,\n                \"ap_trust_level_name\": \"Guest\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 4,\n                \"client_group_name\": \"Visitor\",\n                \"client_id\": \"O3ZzDm8Y1Y6zK4JR\",\n                \"client_mac\": \"00:0E:8E:86:1A:7B\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 284,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Download/Upload Performance testing metric missed.\\n\\n* Expected: 10.000 Mbps Download / 10.000 Mbps Upload\\n* Observed: 0.000 Mbps Download / 0.000 Mbps Upload\",\n                \"id\": \"vQMlKYeAZa9K2qe0\",\n                \"identifier\": \"MISSED PERFORMANCE METRIC\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 5,\n                \"source\": \"PERFORMANCE\",\n                \"summary\": \"DOWNLOAD/UPLOAD METRIC MISSED\",\n                \"timestamp\": \"2021-10-13T15:04:26.823498Z\"\n            },\n            {\n                \"ap_bssid\": \"66:05:E4:8F:EE:B3\",\n                \"ap_essid\": \"myChevrolet\",\n                \"ap_id\": \"WPYxLVxQWENDe5aj\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Car\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"GMC\",\n                \"ap_trust_level\": 50,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A new 802.11 WiFi Access Point has been discovered.\\n\\n* BSSID:      66:05:E4:8F:EE:B3\\n* ESSID:      myChevrolet (hidden: False)\\n* Encryption: WPA2+CCMP\\n* Channel:    11.0\\n\\nNote that this is point-in-time data and likely to change.\\n\",\n                \"id\": \"GjEaDRb6M24Db0dJ\",\n                \"identifier\": \"NEW ACCESS POINT\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 10,\n                \"source\": \"POLICY\",\n                \"summary\": \"New AP (66:05:E4:8F:EE:B3) Discovered\",\n                \"timestamp\": \"2021-10-13T15:04:46.163623Z\"\n            },\n            {\n                \"ap_bssid\": \"66:05:E4:8F:EE:B3\",\n                \"ap_essid\": \"myChevrolet\",\n                \"ap_id\": \"WPYxLVxQWENDe5aj\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Car\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"GMC\",\n                \"ap_trust_level\": 50,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A vehicle has been identified in your air space\\n\\n* BSSID:      66:05:E4:8F:EE:B3\\n* ESSID:      myChevrolet (hidden: False)\\n* Encryption: WPA2+CCMP\\n* Channel:    11.0\\n\\nNote that this is point-in-time data and likely to change.\\n            \",\n                \"id\": \"aQVvDeEwg66DW8w0\",\n                \"identifier\": \"VEHICLE DETECTED\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 4,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"A vehicle has been identified in your air space\",\n                \"timestamp\": \"2021-10-13T15:04:46.196031Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 99,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"VyXoLb7lER5jK7QR\",\n                \"client_mac\": \"02:19:0A:98:CF:FB\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": null,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A new 802.11 WiFi Client has been discovered.\\n\\n* MAC Address: 02:19:0A:98:CF:FB\",\n                \"id\": \"BbW5npO7VXmDJ319\",\n                \"identifier\": \"NEW WIFI CLIENT\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 10,\n                \"source\": \"POLICY\",\n                \"summary\": \"New Client (02:19:0A:98:CF:FB) Discovered\",\n                \"timestamp\": \"2021-10-13T15:08:48.331563Z\"\n            },\n            {\n                \"ap_bssid\": \"96:18:98:BE:F0:04\",\n                \"ap_essid\": \"Free5Bird\",\n                \"ap_id\": \"60deD0565RJnpPjb\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 20,\n                \"ap_trust_level_name\": \"Guest\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 4,\n                \"client_group_name\": \"Visitor\",\n                \"client_id\": \"O3ZzDm8Y1Y6zK4JR\",\n                \"client_mac\": \"00:0E:8E:86:1A:7B\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 284,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Download/Upload Performance testing metric missed.\\n\\n* Expected: 10.000 Mbps Download / 10.000 Mbps Upload\\n* Observed: 0.000 Mbps Download / 0.000 Mbps Upload\",\n                \"id\": \"PpOmLW9OaoyDBGb9\",\n                \"identifier\": \"MISSED PERFORMANCE METRIC\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 5,\n                \"source\": \"PERFORMANCE\",\n                \"summary\": \"DOWNLOAD/UPLOAD METRIC MISSED\",\n                \"timestamp\": \"2021-10-13T15:10:59.427161Z\"\n            },\n            {\n                \"ap_bssid\": \"FE:AE:34:95:2F:52\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"zA1RL7oBJPgLr0al\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"gVbOn4qz3e0L0EeN\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"42oQbKMPQ8LBXzjV\",\n                \"sensor_name\": \"EC Demo\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP fe:ae:34:95:2f:52 has changed channel from 1 to 11\",\n                \"timestamp\": \"2021-10-13T15:13:26.881183Z\"\n            },\n            {\n                \"ap_bssid\": \"FC:AE:34:95:2F:50\",\n                \"ap_essid\": \"ATTNd3trWa\",\n                \"ap_id\": \"GmVED250R7dKkqQw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Wireless Router\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"Y2p6nGqzWqZKJQ3b\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"42oQbKMPQ8LBXzjV\",\n                \"sensor_name\": \"EC Demo\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP fc:ae:34:95:2f:50 has changed channel from 1 to 11\",\n                \"timestamp\": \"2021-10-13T15:13:27.021128Z\"\n            },\n            {\n                \"ap_bssid\": \"96:18:98:BE:F0:04\",\n                \"ap_essid\": \"Free5Bird\",\n                \"ap_id\": \"60deD0565RJnpPjb\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 20,\n                \"ap_trust_level_name\": \"Guest\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 4,\n                \"client_group_name\": \"Visitor\",\n                \"client_id\": \"O3ZzDm8Y1Y6zK4JR\",\n                \"client_mac\": \"00:0E:8E:86:1A:7B\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 284,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Download/Upload Performance testing metric missed.\\n\\n* Expected: 10.000 Mbps Download / 10.000 Mbps Upload\\n* Observed: 0.000 Mbps Download / 0.000 Mbps Upload\",\n                \"id\": \"5N89KXRXqZ2nv1Xw\",\n                \"identifier\": \"MISSED PERFORMANCE METRIC\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 5,\n                \"source\": \"PERFORMANCE\",\n                \"summary\": \"DOWNLOAD/UPLOAD METRIC MISSED\",\n                \"timestamp\": \"2021-10-13T15:17:29.040644Z\"\n            },\n            {\n                \"ap_bssid\": \"10:DA:43:77:AA:95\",\n                \"ap_essid\": \"NETGEAR30\",\n                \"ap_id\": \"kvQMlKY8dP9L2qe0\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Camera\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"Netgear\",\n                \"ap_trust_level\": 50,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"2oQbKM73p5pnBXzj\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 10:da:43:77:aa:95 has changed channel from 7 to 8\",\n                \"timestamp\": \"2021-10-13T15:18:03.304818Z\"\n            },\n            {\n                \"ap_bssid\": \"EC:1A:59:01:B3:AC\",\n                \"ap_essid\": \"J-Sei\",\n                \"ap_id\": \"jp6B7nzkrNQLg4XA\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"Belkin\",\n                \"ap_trust_level\": 35,\n                \"ap_trust_level_name\": \"Public WiFi\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"gVbOn4qz3mEL0EeN\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP ec:1a:59:01:b3:ac has changed channel from 1 to 6\",\n                \"timestamp\": \"2021-10-13T15:23:25.911279Z\"\n            },\n            {\n                \"ap_bssid\": \"96:18:98:BE:F0:04\",\n                \"ap_essid\": \"Free5Bird\",\n                \"ap_id\": \"60deD0565RJnpPjb\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 20,\n                \"ap_trust_level_name\": \"Guest\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 4,\n                \"client_group_name\": \"Visitor\",\n                \"client_id\": \"O3ZzDm8Y1Y6zK4JR\",\n                \"client_mac\": \"00:0E:8E:86:1A:7B\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 284,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Download/Upload Performance testing metric missed.\\n\\n* Expected: 10.000 Mbps Download / 10.000 Mbps Upload\\n* Observed: 0.000 Mbps Download / 0.000 Mbps Upload\",\n                \"id\": \"BbW5npO7VakDJ319\",\n                \"identifier\": \"MISSED PERFORMANCE METRIC\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 5,\n                \"source\": \"PERFORMANCE\",\n                \"summary\": \"DOWNLOAD/UPLOAD METRIC MISSED\",\n                \"timestamp\": \"2021-10-13T15:23:58.795924Z\"\n            },\n            {\n                \"ap_bssid\": \"98:18:88:BE:F0:04\",\n                \"ap_essid\": \"Choose Another Castle\",\n                \"ap_id\": \"VyXoLbk4o3vK7QRW\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"Cisco\",\n                \"ap_trust_level\": 1,\n                \"ap_trust_level_name\": \"Trusted\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 2,\n                \"client_group_name\": \"Semi-Trusted\",\n                \"client_id\": \"XwlNKZd7bGjnYpzq\",\n                \"client_mac\": \"A8:6B:AD:3E:7E:A6\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 65535,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A client assigned to Client Group SEMI-TRUSTED has been observed connected to an unapproved TRUSTED AP\\n\\n* Client:      A8:6B:AD:3E:7E:A6\\n* Group:       SEMI-TRUSTED\\n* AccessPoint: 98:18:88:BE:F0:04 (Choose Another Castle)\\n* Trust Level: TRUSTED\\n    \\nThis message is sent no more than once per hour for this Client to AP connection.\",\n                \"id\": \"2oQbKM73pwjnBXzj\",\n                \"identifier\": \"TRUST POLICY VIOLATION\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 10,\n                \"source\": \"POLICY\",\n                \"summary\": \"SEMI-TRUSTED CLIENT (A8:6B:AD:3E:7E:A6) CONNECTED TRUSTED AP (98:18:88:BE:F0:04)\",\n                \"timestamp\": \"2021-10-13T15:26:00.233595Z\"\n            },\n            {\n                \"ap_bssid\": \"FE:AE:34:95:2F:52\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"zA1RL7oBJPgLr0al\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"69yoDg4xXWGnvx8V\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"42oQbKMPQ8LBXzjV\",\n                \"sensor_name\": \"EC Demo\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP fe:ae:34:95:2f:52 has changed channel from 11 to 1\",\n                \"timestamp\": \"2021-10-13T15:28:42.626030Z\"\n            },\n            {\n                \"ap_bssid\": \"FC:AE:34:95:2F:50\",\n                \"ap_essid\": \"ATTNd3trWa\",\n                \"ap_id\": \"GmVED250R7dKkqQw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Wireless Router\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"GjEaDRb6MybDb0dJ\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"42oQbKMPQ8LBXzjV\",\n                \"sensor_name\": \"EC Demo\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP fc:ae:34:95:2f:50 has changed channel from 11 to 1\",\n                \"timestamp\": \"2021-10-13T15:29:12.428173Z\"\n            },\n            {\n                \"ap_bssid\": \"96:18:98:BE:F0:04\",\n                \"ap_essid\": \"Free5Bird\",\n                \"ap_id\": \"60deD0565RJnpPjb\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 20,\n                \"ap_trust_level_name\": \"Guest\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 4,\n                \"client_group_name\": \"Visitor\",\n                \"client_id\": \"O3ZzDm8Y1Y6zK4JR\",\n                \"client_mac\": \"00:0E:8E:86:1A:7B\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 284,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Download/Upload Performance testing metric missed.\\n\\n* Expected: 10.000 Mbps Download / 10.000 Mbps Upload\\n* Observed: 0.000 Mbps Download / 0.000 Mbps Upload\",\n                \"id\": \"PpOmLW9OakgDBGb9\",\n                \"identifier\": \"MISSED PERFORMANCE METRIC\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 5,\n                \"source\": \"PERFORMANCE\",\n                \"summary\": \"DOWNLOAD/UPLOAD METRIC MISSED\",\n                \"timestamp\": \"2021-10-13T15:30:28.973703Z\"\n            },\n            {\n                \"ap_bssid\": \"E8:1C:BA:82:B2:30\",\n                \"ap_essid\": \"YouKidsGetOffMyLan\",\n                \"ap_id\": \"M60deD0ANkJnpPjb\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 99,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"2oQbKMyXJbjKBXzj\",\n                \"client_mac\": \"E8:AB:FA:4E:83:0D\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": null,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A repeating 802.11 EAPOLFrame RSN anonce broadcast has been seen between e8:1c:ba:82:b2:30 and e8:ab:fa:4e:83:0d.\\nThis may indicate a Key Reinstallation Attack (KRACK) attack is in progress or a device's\\nsoftware has not been upgraded to defend against this weakness. If a large number of\\nevents are seen in a short period of time an attack could be in progress.\\n\\nFor more information about this weakness, visit the following links:\\n    \\n    * https://www.krackattacks.com/\\n    * https://en.wikipedia.org/wiki/KRACK\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13077\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13078\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13079\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13080\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13081\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13082\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13084\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13086\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13087\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13088\\n\",\n                \"id\": \"gxMmLj1lReEnJvY5\",\n                \"identifier\": \"KRACK\",\n                \"sensor_id\": \"jpEVxKyXvbLrQRY2\",\n                \"sensor_name\": \"Demo-V2-Seattle\",\n                \"severity\": 10,\n                \"source\": \"WIDS\",\n                \"summary\": \"POSSIBLE KRACK WEAKNESS/ATTACK\",\n                \"timestamp\": \"2021-10-13T15:30:50.217966Z\"\n            },\n            {\n                \"ap_bssid\": \"10:DA:43:77:AA:95\",\n                \"ap_essid\": \"NETGEAR30\",\n                \"ap_id\": \"kvQMlKY8dP9L2qe0\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Camera\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"Netgear\",\n                \"ap_trust_level\": 50,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"wd4mnAqz99JnkvRp\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 10:da:43:77:aa:95 has changed channel from 8 to 9\",\n                \"timestamp\": \"2021-10-13T15:33:11.915865Z\"\n            },\n            {\n                \"ap_bssid\": \"96:18:98:BE:F0:04\",\n                \"ap_essid\": \"Free5Bird\",\n                \"ap_id\": \"60deD0565RJnpPjb\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 20,\n                \"ap_trust_level_name\": \"Guest\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 4,\n                \"client_group_name\": \"Visitor\",\n                \"client_id\": \"O3ZzDm8Y1Y6zK4JR\",\n                \"client_mac\": \"00:0E:8E:86:1A:7B\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 284,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Download/Upload Performance testing metric missed.\\n\\n* Expected: 10.000 Mbps Download / 10.000 Mbps Upload\\n* Observed: 0.000 Mbps Download / 0.000 Mbps Upload\",\n                \"id\": \"O3ZzDmm3B4dD4JR1\",\n                \"identifier\": \"MISSED PERFORMANCE METRIC\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 5,\n                \"source\": \"PERFORMANCE\",\n                \"summary\": \"DOWNLOAD/UPLOAD METRIC MISSED\",\n                \"timestamp\": \"2021-10-13T15:36:58.333699Z\"\n            },\n            {\n                \"ap_bssid\": \"E8:1C:BA:82:B2:30\",\n                \"ap_essid\": \"YouKidsGetOffMyLan\",\n                \"ap_id\": \"M60deD0ANkJnpPjb\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 99,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"2oQbKMyXJbjKBXzj\",\n                \"client_mac\": \"E8:AB:FA:4E:83:0D\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": null,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A repeating 802.11 EAPOLFrame RSN anonce broadcast has been seen between e8:1c:ba:82:b2:30 and e8:ab:fa:4e:83:0d.\\nThis may indicate a Key Reinstallation Attack (KRACK) attack is in progress or a device's\\nsoftware has not been upgraded to defend against this weakness. If a large number of\\nevents are seen in a short period of time an attack could be in progress.\\n\\nFor more information about this weakness, visit the following links:\\n    \\n    * https://www.krackattacks.com/\\n    * https://en.wikipedia.org/wiki/KRACK\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13077\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13078\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13079\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13080\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13081\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13082\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13084\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13086\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13087\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13088\\n\",\n                \"id\": \"XwlNKZ09yYjnYpzq\",\n                \"identifier\": \"KRACK\",\n                \"sensor_id\": \"jpEVxKyXvbLrQRY2\",\n                \"sensor_name\": \"Demo-V2-Seattle\",\n                \"severity\": 10,\n                \"source\": \"WIDS\",\n                \"summary\": \"POSSIBLE KRACK WEAKNESS/ATTACK\",\n                \"timestamp\": \"2021-10-13T15:37:52.172042Z\"\n            },\n            {\n                \"ap_bssid\": \"EC:1A:59:01:B3:AC\",\n                \"ap_essid\": \"J-Sei\",\n                \"ap_id\": \"jp6B7nzkrNQLg4XA\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"Belkin\",\n                \"ap_trust_level\": 35,\n                \"ap_trust_level_name\": \"Public WiFi\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"bvoenO6GPNWDMg14\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP ec:1a:59:01:b3:ac has changed channel from 6 to 1\",\n                \"timestamp\": \"2021-10-13T15:38:29.108341Z\"\n            },\n            {\n                \"ap_bssid\": \"98:18:88:BE:F0:04\",\n                \"ap_essid\": \"Choose Another Castle\",\n                \"ap_id\": \"VyXoLbk4o3vK7QRW\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"Cisco\",\n                \"ap_trust_level\": 1,\n                \"ap_trust_level_name\": \"Trusted\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 2,\n                \"client_group_name\": \"Semi-Trusted\",\n                \"client_id\": \"GjEaDRay3MMKb0dJ\",\n                \"client_mac\": \"28:56:5A:38:D1:11\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 65535,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A client assigned to Client Group SEMI-TRUSTED has been observed connected to an unapproved TRUSTED AP\\n\\n* Client:      28:56:5A:38:D1:11\\n* Group:       SEMI-TRUSTED\\n* AccessPoint: 98:18:88:BE:F0:04 (Choose Another Castle)\\n* Trust Level: TRUSTED\\n    \\nThis message is sent no more than once per hour for this Client to AP connection.\",\n                \"id\": \"wd4mnAqzWYGnkvRp\",\n                \"identifier\": \"TRUST POLICY VIOLATION\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 10,\n                \"source\": \"POLICY\",\n                \"summary\": \"SEMI-TRUSTED CLIENT (28:56:5A:38:D1:11) CONNECTED TRUSTED AP (98:18:88:BE:F0:04)\",\n                \"timestamp\": \"2021-10-13T15:42:04.844254Z\"\n            },\n            {\n                \"ap_bssid\": \"96:18:98:BE:F0:04\",\n                \"ap_essid\": \"Free5Bird\",\n                \"ap_id\": \"60deD0565RJnpPjb\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 20,\n                \"ap_trust_level_name\": \"Guest\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 4,\n                \"client_group_name\": \"Visitor\",\n                \"client_id\": \"O3ZzDm8Y1Y6zK4JR\",\n                \"client_mac\": \"00:0E:8E:86:1A:7B\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 284,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Download/Upload Performance testing metric missed.\\n\\n* Expected: 10.000 Mbps Download / 10.000 Mbps Upload\\n* Observed: 0.000 Mbps Download / 0.000 Mbps Upload\",\n                \"id\": \"vQMlKYeAGpRK2qe0\",\n                \"identifier\": \"MISSED PERFORMANCE METRIC\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 5,\n                \"source\": \"PERFORMANCE\",\n                \"summary\": \"DOWNLOAD/UPLOAD METRIC MISSED\",\n                \"timestamp\": \"2021-10-13T15:43:34.271886Z\"\n            },\n            {\n                \"ap_bssid\": \"FE:AE:34:95:2F:52\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"zA1RL7oBJPgLr0al\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"VyXoLbwNX7WK7QRW\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"42oQbKMPQ8LBXzjV\",\n                \"sensor_name\": \"EC Demo\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP fe:ae:34:95:2f:52 has changed channel from 1 to 11\",\n                \"timestamp\": \"2021-10-13T15:43:42.477062Z\"\n            },\n            {\n                \"ap_bssid\": \"FC:AE:34:95:2F:50\",\n                \"ap_essid\": \"ATTNd3trWa\",\n                \"ap_id\": \"GmVED250R7dKkqQw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Wireless Router\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"69yoDg4x0bZnvx8V\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"42oQbKMPQ8LBXzjV\",\n                \"sensor_name\": \"EC Demo\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP fc:ae:34:95:2f:50 has changed channel from 1 to 11\",\n                \"timestamp\": \"2021-10-13T15:43:42.888188Z\"\n            },\n            {\n                \"ap_bssid\": \"9A:18:98:BE:F0:04\",\n                \"ap_essid\": \"Choose Another Castle\",\n                \"ap_id\": \"aQVvDeWmWkrLW8w0\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"Meraki\",\n                \"ap_tag_vendor\": \"Cisco\",\n                \"ap_trust_level\": 1,\n                \"ap_trust_level_name\": \"Trusted\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 2,\n                \"client_group_name\": \"Semi-Trusted\",\n                \"client_id\": \"WPYxLVabpN4ne5aj\",\n                \"client_mac\": \"08:66:98:CB:69:9F\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 65535,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"Apple\",\n                \"detail\": \"A client assigned to Client Group SEMI-TRUSTED has been observed connected to an unapproved TRUSTED AP\\n\\n* Client:      08:66:98:CB:69:9F\\n* Group:       SEMI-TRUSTED\\n* AccessPoint: 9A:18:98:BE:F0:04 (Choose Another Castle)\\n* Trust Level: TRUSTED\\n    \\nThis message is sent no more than once per hour for this Client to AP connection.\",\n                \"id\": \"v0zVKQm1a65KbB5E\",\n                \"identifier\": \"TRUST POLICY VIOLATION\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 10,\n                \"source\": \"POLICY\",\n                \"summary\": \"SEMI-TRUSTED CLIENT (08:66:98:CB:69:9F) CONNECTED TRUSTED AP (9A:18:98:BE:F0:04)\",\n                \"timestamp\": \"2021-10-13T15:44:04.656629Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 99,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"E3e2Dd6l4aBdLaVp\",\n                \"client_mac\": \"02:1D:C8:3D:69:FE\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": null,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A new 802.11 WiFi Client has been discovered.\\n\\n* MAC Address: 02:1D:C8:3D:69:FE\",\n                \"id\": \"pEVxKyWAr9WnrQRY\",\n                \"identifier\": \"NEW WIFI CLIENT\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 10,\n                \"source\": \"POLICY\",\n                \"summary\": \"New Client (02:1D:C8:3D:69:FE) Discovered\",\n                \"timestamp\": \"2021-10-13T15:47:05.131803Z\"\n            },\n            {\n                \"ap_bssid\": \"02:15:99:EF:9A:02\",\n                \"ap_essid\": \"DIRECT-laB1163w Mono MFP\",\n                \"ap_id\": \"XvG2K62p0RYKqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Printer\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"qzGoDEqzvOADOemX\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 02:15:99:ef:9a:02 has changed channel from 6 to 7\",\n                \"timestamp\": \"2021-10-13T15:47:05.291826Z\"\n            },\n            {\n                \"ap_bssid\": \"02:15:99:EF:9A:02\",\n                \"ap_essid\": \"DIRECT-laB1163w Mono MFP\",\n                \"ap_id\": \"XvG2K62p0RYKqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Printer\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"eYN2K3qz69onoQ0k\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 02:15:99:ef:9a:02 has changed channel from 7 to 6\",\n                \"timestamp\": \"2021-10-13T15:47:05.459987Z\"\n            },\n            {\n                \"ap_bssid\": \"2C:FD:A1:A1:5B:9C\",\n                \"ap_essid\": \"J-Sei\",\n                \"ap_id\": \"plqXoKNdwBpn7y26\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"ASUS\",\n                \"ap_trust_level\": 30,\n                \"ap_trust_level_name\": \"Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A new WPA/WPA2 handshake has been collected for BSSID 2C:FD:A1:A1:5B:9C\",\n                \"id\": \"yVpWLxQXPOpK5BaN\",\n                \"identifier\": \"NEW WPA/WPA2 HANDSHAKE\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 1,\n                \"source\": \"INTERROGATOR\",\n                \"summary\": \"New WPA handshake received for BSSID 2C:FD:A1:A1:5B:9C\",\n                \"timestamp\": \"2021-10-13T15:48:01.259501Z\"\n            },\n            {\n                \"ap_bssid\": \"10:DA:43:77:AA:95\",\n                \"ap_essid\": \"NETGEAR30\",\n                \"ap_id\": \"kvQMlKY8dP9L2qe0\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Camera\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"Netgear\",\n                \"ap_trust_level\": 50,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"2oQbKM73z4dnBXzj\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 10:da:43:77:aa:95 has changed channel from 9 to 3\",\n                \"timestamp\": \"2021-10-13T15:48:13.546594Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 99,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"lqXoKNWy79a5D7y2\",\n                \"client_mac\": \"F2:D0:8C:2B:2B:25\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": null,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A new 802.11 WiFi Client has been discovered.\\n\\n* MAC Address: F2:D0:8C:2B:2B:25\",\n                \"id\": \"zA1RL7qzgNODr0al\",\n                \"identifier\": \"NEW WIFI CLIENT\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 10,\n                \"source\": \"POLICY\",\n                \"summary\": \"New Client (F2:D0:8C:2B:2B:25) Discovered\",\n                \"timestamp\": \"2021-10-13T15:49:06.556752Z\"\n            },\n            {\n                \"ap_bssid\": \"A8:70:5D:84:D2:2C\",\n                \"ap_essid\": \"xfinitywifi\",\n                \"ap_id\": \"8z2ND83elPPKY5ER\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 71,\n                \"ap_trust_level_name\": \"High Threat\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 1,\n                \"client_group_name\": \"Trusted\",\n                \"client_id\": \"zA1RL7bzBGjjnr0a\",\n                \"client_mac\": \"3C:15:C2:D9:8A:34\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 65535,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"Apple\",\n                \"detail\": \"A client assigned to Client Group TRUSTED has been observed connected to an unapproved HIGH THREAT AP\\n\\n* Client:      3C:15:C2:D9:8A:34\\n* Group:       TRUSTED\\n* AccessPoint: A8:70:5D:84:D2:2C (xfinitywifi)\\n* Trust Level: HIGH THREAT\\n    \\nThis message is sent no more than once per hour for this Client to AP connection.\",\n                \"id\": \"Mqa0n1kP749K2pxv\",\n                \"identifier\": \"TRUST POLICY VIOLATION\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 8,\n                \"source\": \"POLICY\",\n                \"summary\": \"TRUSTED CLIENT (3C:15:C2:D9:8A:34) CONNECTED HIGH THREAT AP (A8:70:5D:84:D2:2C)\",\n                \"timestamp\": \"2021-10-13T15:49:07.111552Z\"\n            },\n            {\n                \"ap_bssid\": \"96:18:98:BE:F0:04\",\n                \"ap_essid\": \"Free5Bird\",\n                \"ap_id\": \"60deD0565RJnpPjb\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 20,\n                \"ap_trust_level_name\": \"Guest\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 4,\n                \"client_group_name\": \"Visitor\",\n                \"client_id\": \"O3ZzDm8Y1Y6zK4JR\",\n                \"client_mac\": \"00:0E:8E:86:1A:7B\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 284,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Download/Upload Performance testing metric missed.\\n\\n* Expected: 10.000 Mbps Download / 10.000 Mbps Upload\\n* Observed: 0.000 Mbps Download / 0.000 Mbps Upload\",\n                \"id\": \"5N89KXRX4lVnv1Xw\",\n                \"identifier\": \"MISSED PERFORMANCE METRIC\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 5,\n                \"source\": \"PERFORMANCE\",\n                \"summary\": \"DOWNLOAD/UPLOAD METRIC MISSED\",\n                \"timestamp\": \"2021-10-13T15:50:05.179567Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 99,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"Mqa0n1wlyxydK2px\",\n                \"client_mac\": \"0A:BF:9F:78:3E:36\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": null,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A new 802.11 WiFi Client has been discovered.\\n\\n* MAC Address: 0A:BF:9F:78:3E:36\",\n                \"id\": \"yNMbnqX1xQaDGkJd\",\n                \"identifier\": \"NEW WIFI CLIENT\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 10,\n                \"source\": \"POLICY\",\n                \"summary\": \"New Client (0A:BF:9F:78:3E:36) Discovered\",\n                \"timestamp\": \"2021-10-13T15:51:07.225160Z\"\n            },\n            {\n                \"ap_bssid\": \"68:D7:9A:40:DF:EB\",\n                \"ap_essid\": \"MotoFish\",\n                \"ap_id\": \"3Gl4nJ7Y8aoLvBay\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"Ubiquiti\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 99,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"Y2p6nG395M3qnJQ3\",\n                \"client_mac\": \"56:3C:A8:15:10:E3\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": null,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A repeating 802.11 EAPOLFrame RSN anonce broadcast has been seen between 68:d7:9a:40:df:eb and 56:3c:a8:15:10:e3.\\nThis may indicate a Key Reinstallation Attack (KRACK) attack is in progress or a device's\\nsoftware has not been upgraded to defend against this weakness. If a large number of\\nevents are seen in a short period of time an attack could be in progress.\\n\\nFor more information about this weakness, visit the following links:\\n    \\n    * https://www.krackattacks.com/\\n    * https://en.wikipedia.org/wiki/KRACK\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13077\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13078\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13079\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13080\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13081\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13082\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13084\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13086\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13087\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13088\\n\",\n                \"id\": \"qzGoDEqzvrvDOemX\",\n                \"identifier\": \"KRACK\",\n                \"sensor_id\": \"jpEVxKyXvbLrQRY2\",\n                \"sensor_name\": \"Demo-V2-Seattle\",\n                \"severity\": 10,\n                \"source\": \"WIDS\",\n                \"summary\": \"POSSIBLE KRACK WEAKNESS/ATTACK\",\n                \"timestamp\": \"2021-10-13T15:53:18.192124Z\"\n            },\n            {\n                \"ap_bssid\": \"96:18:98:BE:F0:04\",\n                \"ap_essid\": \"Free5Bird\",\n                \"ap_id\": \"60deD0565RJnpPjb\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 20,\n                \"ap_trust_level_name\": \"Guest\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 4,\n                \"client_group_name\": \"Visitor\",\n                \"client_id\": \"O3ZzDm8Y1Y6zK4JR\",\n                \"client_mac\": \"00:0E:8E:86:1A:7B\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 284,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Download/Upload Performance testing metric missed.\\n\\n* Expected: 10.000 Mbps Download / 10.000 Mbps Upload\\n* Observed: 0.000 Mbps Download / 0.000 Mbps Upload\",\n                \"id\": \"eYN2K3qz6lwnoQ0k\",\n                \"identifier\": \"MISSED PERFORMANCE METRIC\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 5,\n                \"source\": \"PERFORMANCE\",\n                \"summary\": \"DOWNLOAD/UPLOAD METRIC MISSED\",\n                \"timestamp\": \"2021-10-13T15:56:41.670618Z\"\n            },\n            {\n                \"ap_bssid\": \"96:18:98:BE:F0:04\",\n                \"ap_essid\": \"Free5Bird\",\n                \"ap_id\": \"60deD0565RJnpPjb\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 20,\n                \"ap_trust_level_name\": \"Guest\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 4,\n                \"client_group_name\": \"Visitor\",\n                \"client_id\": \"O3ZzDm8Y1Y6zK4JR\",\n                \"client_mac\": \"00:0E:8E:86:1A:7B\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 284,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Download/Upload Performance testing metric missed.\\n\\n* Expected: 10.000 Mbps Download / 10.000 Mbps Upload\\n* Observed: 0.000 Mbps Download / 0.000 Mbps Upload\",\n                \"id\": \"Y2p6nGqzpdNKJQ3b\",\n                \"identifier\": \"MISSED PERFORMANCE METRIC\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 5,\n                \"source\": \"PERFORMANCE\",\n                \"summary\": \"DOWNLOAD/UPLOAD METRIC MISSED\",\n                \"timestamp\": \"2021-10-13T16:03:26.007485Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 99,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"69yoDgbl1808Kvx8\",\n                \"client_mac\": \"02:E1:15:FE:77:DE\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": null,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A new 802.11 WiFi Client has been discovered.\\n\\n* MAC Address: 02:E1:15:FE:77:DE\",\n                \"id\": \"BVWpnv0gzvJKeo1J\",\n                \"identifier\": \"NEW WIFI CLIENT\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 10,\n                \"source\": \"POLICY\",\n                \"summary\": \"New Client (02:E1:15:FE:77:DE) Discovered\",\n                \"timestamp\": \"2021-10-13T16:05:13.369468Z\"\n            },\n            {\n                \"ap_bssid\": \"E8:AB:FA:4E:83:0D\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"8XvG2K638gEDqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Drone\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"Attop\",\n                \"ap_trust_level\": 50,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 99,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"XvG2K62BjXEYKqAk\",\n                \"client_mac\": \"E8:1C:BA:82:B2:30\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": null,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A repeating 802.11 EAPOLFrame RSN anonce broadcast has been seen between e8:ab:fa:4e:83:0d and e8:1c:ba:82:b2:30.\\nThis may indicate a Key Reinstallation Attack (KRACK) attack is in progress or a device's\\nsoftware has not been upgraded to defend against this weakness. If a large number of\\nevents are seen in a short period of time an attack could be in progress.\\n\\nFor more information about this weakness, visit the following links:\\n    \\n    * https://www.krackattacks.com/\\n    * https://en.wikipedia.org/wiki/KRACK\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13077\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13078\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13079\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13080\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13081\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13082\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13084\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13086\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13087\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13088\\n\",\n                \"id\": \"eYN2K3qz6GmnoQ0k\",\n                \"identifier\": \"KRACK\",\n                \"sensor_id\": \"jpEVxKyXvbLrQRY2\",\n                \"sensor_name\": \"Demo-V2-Seattle\",\n                \"severity\": 10,\n                \"source\": \"WIDS\",\n                \"summary\": \"POSSIBLE KRACK WEAKNESS/ATTACK\",\n                \"timestamp\": \"2021-10-13T16:08:29.796070Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 99,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"GjEaDRaGNX09Kb0d\",\n                \"client_mac\": \"F2:D0:8C:A5:64:60\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": null,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A new 802.11 WiFi Client has been discovered.\\n\\n* MAC Address: F2:D0:8C:A5:64:60\",\n                \"id\": \"qzGoDEqzvx9DOemX\",\n                \"identifier\": \"NEW WIFI CLIENT\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 10,\n                \"source\": \"POLICY\",\n                \"summary\": \"New Client (F2:D0:8C:A5:64:60) Discovered\",\n                \"timestamp\": \"2021-10-13T16:09:15.207410Z\"\n            },\n            {\n                \"ap_bssid\": \"96:18:98:BE:F0:04\",\n                \"ap_essid\": \"Free5Bird\",\n                \"ap_id\": \"60deD0565RJnpPjb\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 20,\n                \"ap_trust_level_name\": \"Guest\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 4,\n                \"client_group_name\": \"Visitor\",\n                \"client_id\": \"O3ZzDm8Y1Y6zK4JR\",\n                \"client_mac\": \"00:0E:8E:86:1A:7B\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 284,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Download/Upload Performance testing metric missed.\\n\\n* Expected: 10.000 Mbps Download / 10.000 Mbps Upload\\n* Observed: 0.000 Mbps Download / 0.000 Mbps Upload\",\n                \"id\": \"dE4lL9qzX0VLvx03\",\n                \"identifier\": \"MISSED PERFORMANCE METRIC\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 5,\n                \"source\": \"PERFORMANCE\",\n                \"summary\": \"DOWNLOAD/UPLOAD METRIC MISSED\",\n                \"timestamp\": \"2021-10-13T16:10:00.273174Z\"\n            },\n            {\n                \"ap_bssid\": \"02:15:99:EF:9A:02\",\n                \"ap_essid\": \"DIRECT-laB1163w Mono MFP\",\n                \"ap_id\": \"XvG2K62p0RYKqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Printer\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"5N89KXRX4yNnv1Xw\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 02:15:99:ef:9a:02 has changed channel from 6 to 2\",\n                \"timestamp\": \"2021-10-13T16:13:16.756531Z\"\n            },\n            {\n                \"ap_bssid\": \"02:15:99:EF:9A:02\",\n                \"ap_essid\": \"DIRECT-laB1163w Mono MFP\",\n                \"ap_id\": \"XvG2K62p0RYKqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Printer\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"wd4mnAqzWxJnkvRp\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 02:15:99:ef:9a:02 has changed channel from 2 to 6\",\n                \"timestamp\": \"2021-10-13T16:13:16.920654Z\"\n            },\n            {\n                \"ap_bssid\": \"FC:AE:34:95:2F:50\",\n                \"ap_essid\": \"ATTNd3trWa\",\n                \"ap_id\": \"GmVED250R7dKkqQw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Wireless Router\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"j6GNL5qzmG3Lm35k\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"42oQbKMPQ8LBXzjV\",\n                \"sensor_name\": \"EC Demo\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP fc:ae:34:95:2f:50 has changed channel from 11 to 1\",\n                \"timestamp\": \"2021-10-13T16:14:17.005918Z\"\n            },\n            {\n                \"ap_bssid\": \"FE:AE:34:95:2F:52\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"zA1RL7oBJPgLr0al\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"pEVxKyWArPqnrQRY\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"42oQbKMPQ8LBXzjV\",\n                \"sensor_name\": \"EC Demo\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP fe:ae:34:95:2f:52 has changed channel from 11 to 1\",\n                \"timestamp\": \"2021-10-13T16:14:17.145171Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 99,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"BbW5npdBzGGgnJ31\",\n                \"client_mac\": \"02:61:16:7C:E9:0B\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": null,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A new 802.11 WiFi Client has been discovered.\\n\\n* MAC Address: 02:61:16:7C:E9:0B\",\n                \"id\": \"gxMmLj1lWo0nJvY5\",\n                \"identifier\": \"NEW WIFI CLIENT\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 10,\n                \"source\": \"POLICY\",\n                \"summary\": \"New Client (02:61:16:7C:E9:0B) Discovered\",\n                \"timestamp\": \"2021-10-13T16:15:18.919998Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 99,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"yVpWLxd4z33dL5Ba\",\n                \"client_mac\": \"AE:C3:26:AE:D5:6F\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": null,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A new 802.11 WiFi Client has been discovered.\\n\\n* MAC Address: AE:C3:26:AE:D5:6F\",\n                \"id\": \"oPwynlY5NomLq6mA\",\n                \"identifier\": \"NEW WIFI CLIENT\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 10,\n                \"source\": \"POLICY\",\n                \"summary\": \"New Client (AE:C3:26:AE:D5:6F) Discovered\",\n                \"timestamp\": \"2021-10-13T16:15:19.013589Z\"\n            },\n            {\n                \"ap_bssid\": \"96:18:98:BE:F0:04\",\n                \"ap_essid\": \"Free5Bird\",\n                \"ap_id\": \"60deD0565RJnpPjb\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 20,\n                \"ap_trust_level_name\": \"Guest\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 4,\n                \"client_group_name\": \"Visitor\",\n                \"client_id\": \"O3ZzDm8Y1Y6zK4JR\",\n                \"client_mac\": \"00:0E:8E:86:1A:7B\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 284,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Download/Upload Performance testing metric missed.\\n\\n* Expected: 10.000 Mbps Download / 10.000 Mbps Upload\\n* Observed: 0.000 Mbps Download / 0.000 Mbps Upload\",\n                \"id\": \"dE4lL9qzXPbLvx03\",\n                \"identifier\": \"MISSED PERFORMANCE METRIC\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 5,\n                \"source\": \"PERFORMANCE\",\n                \"summary\": \"DOWNLOAD/UPLOAD METRIC MISSED\",\n                \"timestamp\": \"2021-10-13T16:16:31.257930Z\"\n            },\n            {\n                \"ap_bssid\": \"E8:AB:FA:4E:83:0D\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"8XvG2K638gEDqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Drone\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"Attop\",\n                \"ap_trust_level\": 50,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 99,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"XvG2K62BjXEYKqAk\",\n                \"client_mac\": \"E8:1C:BA:82:B2:30\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": null,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A repeating 802.11 EAPOLFrame RSN anonce broadcast has been seen between e8:ab:fa:4e:83:0d and e8:1c:ba:82:b2:30.\\nThis may indicate a Key Reinstallation Attack (KRACK) attack is in progress or a device's\\nsoftware has not been upgraded to defend against this weakness. If a large number of\\nevents are seen in a short period of time an attack could be in progress.\\n\\nFor more information about this weakness, visit the following links:\\n    \\n    * https://www.krackattacks.com/\\n    * https://en.wikipedia.org/wiki/KRACK\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13077\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13078\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13079\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13080\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13081\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13082\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13084\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13086\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13087\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13088\\n\",\n                \"id\": \"XvG2K6qdbBrLqAkw\",\n                \"identifier\": \"KRACK\",\n                \"sensor_id\": \"jpEVxKyXvbLrQRY2\",\n                \"sensor_name\": \"Demo-V2-Seattle\",\n                \"severity\": 10,\n                \"source\": \"WIDS\",\n                \"summary\": \"POSSIBLE KRACK WEAKNESS/ATTACK\",\n                \"timestamp\": \"2021-10-13T16:17:32.142999Z\"\n            },\n            {\n                \"ap_bssid\": \"02:15:99:EF:9A:02\",\n                \"ap_essid\": \"DIRECT-laB1163w Mono MFP\",\n                \"ap_id\": \"XvG2K62p0RYKqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Printer\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"3Gl4nJ3zjA9LvBay\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 02:15:99:ef:9a:02 has changed channel from 6 to 8\",\n                \"timestamp\": \"2021-10-13T16:22:22.642616Z\"\n            },\n            {\n                \"ap_bssid\": \"02:15:99:EF:9A:02\",\n                \"ap_essid\": \"DIRECT-laB1163w Mono MFP\",\n                \"ap_id\": \"XvG2K62p0RYKqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Printer\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"E3e2Ddyv9mNnaVpj\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 02:15:99:ef:9a:02 has changed channel from 8 to 6\",\n                \"timestamp\": \"2021-10-13T16:22:22.860687Z\"\n            },\n            {\n                \"ap_bssid\": \"96:18:98:BE:F0:04\",\n                \"ap_essid\": \"Free5Bird\",\n                \"ap_id\": \"60deD0565RJnpPjb\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 20,\n                \"ap_trust_level_name\": \"Guest\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 4,\n                \"client_group_name\": \"Visitor\",\n                \"client_id\": \"O3ZzDm8Y1Y6zK4JR\",\n                \"client_mac\": \"00:0E:8E:86:1A:7B\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 284,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Download/Upload Performance testing metric missed.\\n\\n* Expected: 10.000 Mbps Download / 10.000 Mbps Upload\\n* Observed: 0.000 Mbps Download / 0.000 Mbps Upload\",\n                \"id\": \"dE4lL9qzX5xLvx03\",\n                \"identifier\": \"MISSED PERFORMANCE METRIC\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 5,\n                \"source\": \"PERFORMANCE\",\n                \"summary\": \"DOWNLOAD/UPLOAD METRIC MISSED\",\n                \"timestamp\": \"2021-10-13T16:23:00.908837Z\"\n            },\n            {\n                \"ap_bssid\": \"FC:AE:34:95:2F:53\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"2oQbKMbQ74pDBXzj\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 50,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"PpOmLW9O5gMDBGb9\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"42oQbKMPQ8LBXzjV\",\n                \"sensor_name\": \"EC Demo\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP fc:ae:34:95:2f:53 has changed channel from 52 to 157\",\n                \"timestamp\": \"2021-10-13T16:25:48.986308Z\"\n            },\n            {\n                \"ap_bssid\": \"E6:AE:34:95:2F:53\",\n                \"ap_essid\": \"ATTNd3trWa\",\n                \"ap_id\": \"BbW5npGPOewDJ319\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"WPYxLVAgEbVne5aj\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"42oQbKMPQ8LBXzjV\",\n                \"sensor_name\": \"EC Demo\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP e6:ae:34:95:2f:53 has changed channel from 52 to 157\",\n                \"timestamp\": \"2021-10-13T16:25:49.088597Z\"\n            },\n            {\n                \"ap_bssid\": \"98:18:88:BE:F0:04\",\n                \"ap_essid\": \"Choose Another Castle\",\n                \"ap_id\": \"VyXoLbk4o3vK7QRW\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"Cisco\",\n                \"ap_trust_level\": 1,\n                \"ap_trust_level_name\": \"Trusted\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 2,\n                \"client_group_name\": \"Semi-Trusted\",\n                \"client_id\": \"XwlNKZd7bGjnYpzq\",\n                \"client_mac\": \"A8:6B:AD:3E:7E:A6\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 65535,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A client assigned to Client Group SEMI-TRUSTED has been observed connected to an unapproved TRUSTED AP\\n\\n* Client:      A8:6B:AD:3E:7E:A6\\n* Group:       SEMI-TRUSTED\\n* AccessPoint: 98:18:88:BE:F0:04 (Choose Another Castle)\\n* Trust Level: TRUSTED\\n    \\nThis message is sent no more than once per hour for this Client to AP connection.\",\n                \"id\": \"9PBZDav5OWWn7Rxw\",\n                \"identifier\": \"TRUST POLICY VIOLATION\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 10,\n                \"source\": \"POLICY\",\n                \"summary\": \"SEMI-TRUSTED CLIENT (A8:6B:AD:3E:7E:A6) CONNECTED TRUSTED AP (98:18:88:BE:F0:04)\",\n                \"timestamp\": \"2021-10-13T16:26:21.150634Z\"\n            },\n            {\n                \"ap_bssid\": \"AC:5D:10:A0:C2:82\",\n                \"ap_essid\": \"ATT434\",\n                \"ap_id\": \"VyXoLbkJePWK7QRW\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"x4dank6yVaNDGANw\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP ac:5d:10:a0:c2:82 has changed channel from 11 to 1\",\n                \"timestamp\": \"2021-10-13T16:28:20.469614Z\"\n            },\n            {\n                \"ap_bssid\": \"FC:AE:34:95:2F:50\",\n                \"ap_essid\": \"ATTNd3trWa\",\n                \"ap_id\": \"GmVED250R7dKkqQw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Wireless Router\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"pEVxKyWAryJnrQRY\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"42oQbKMPQ8LBXzjV\",\n                \"sensor_name\": \"EC Demo\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP fc:ae:34:95:2f:50 has changed channel from 1 to 11\",\n                \"timestamp\": \"2021-10-13T16:29:00.735746Z\"\n            },\n            {\n                \"ap_bssid\": \"FE:AE:34:95:2F:52\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"zA1RL7oBJPgLr0al\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"qzGoDEqzv0rDOemX\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"42oQbKMPQ8LBXzjV\",\n                \"sensor_name\": \"EC Demo\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP fe:ae:34:95:2f:52 has changed channel from 1 to 11\",\n                \"timestamp\": \"2021-10-13T16:29:00.878637Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 99,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"XvG2K6RW8yorKqAk\",\n                \"client_mac\": \"FE:10:23:8F:D7:56\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": null,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A new 802.11 WiFi Client has been discovered.\\n\\n* MAC Address: FE:10:23:8F:D7:56\",\n                \"id\": \"8z2ND8qzOYPnY5ER\",\n                \"identifier\": \"NEW WIFI CLIENT\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 10,\n                \"source\": \"POLICY\",\n                \"summary\": \"New Client (FE:10:23:8F:D7:56) Discovered\",\n                \"timestamp\": \"2021-10-13T16:29:23.508816Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 99,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"O3ZzDm8kzEWkK4JR\",\n                \"client_mac\": \"F2:D0:8C:58:57:4D\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": null,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A new 802.11 WiFi Client has been discovered.\\n\\n* MAC Address: F2:D0:8C:58:57:4D\",\n                \"id\": \"72YOnPY7rMlL0Q6X\",\n                \"identifier\": \"NEW WIFI CLIENT\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 10,\n                \"source\": \"POLICY\",\n                \"summary\": \"New Client (F2:D0:8C:58:57:4D) Discovered\",\n                \"timestamp\": \"2021-10-13T16:29:23.644700Z\"\n            },\n            {\n                \"ap_bssid\": \"96:18:98:BE:F0:04\",\n                \"ap_essid\": \"Free5Bird\",\n                \"ap_id\": \"60deD0565RJnpPjb\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 20,\n                \"ap_trust_level_name\": \"Guest\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 4,\n                \"client_group_name\": \"Visitor\",\n                \"client_id\": \"O3ZzDm8Y1Y6zK4JR\",\n                \"client_mac\": \"00:0E:8E:86:1A:7B\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 284,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Download/Upload Performance testing metric missed.\\n\\n* Expected: 10.000 Mbps Download / 10.000 Mbps Upload\\n* Observed: 0.000 Mbps Download / 0.000 Mbps Upload\",\n                \"id\": \"Mqa0n1kP7W2K2pxv\",\n                \"identifier\": \"MISSED PERFORMANCE METRIC\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 5,\n                \"source\": \"PERFORMANCE\",\n                \"summary\": \"DOWNLOAD/UPLOAD METRIC MISSED\",\n                \"timestamp\": \"2021-10-13T16:29:33.002787Z\"\n            },\n            {\n                \"ap_bssid\": \"E8:AB:FA:4E:83:0D\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"8XvG2K638gEDqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Drone\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"Attop\",\n                \"ap_trust_level\": 50,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 99,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"XvG2K62BjXEYKqAk\",\n                \"client_mac\": \"E8:1C:BA:82:B2:30\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": null,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A repeating 802.11 EAPOLFrame RSN anonce broadcast has been seen between e8:ab:fa:4e:83:0d and e8:1c:ba:82:b2:30.\\nThis may indicate a Key Reinstallation Attack (KRACK) attack is in progress or a device's\\nsoftware has not been upgraded to defend against this weakness. If a large number of\\nevents are seen in a short period of time an attack could be in progress.\\n\\nFor more information about this weakness, visit the following links:\\n    \\n    * https://www.krackattacks.com/\\n    * https://en.wikipedia.org/wiki/KRACK\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13077\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13078\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13079\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13080\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13081\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13082\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13084\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13086\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13087\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13088\\n\",\n                \"id\": \"Mqa0n1kP7J2K2pxv\",\n                \"identifier\": \"KRACK\",\n                \"sensor_id\": \"jpEVxKyXvbLrQRY2\",\n                \"sensor_name\": \"Demo-V2-Seattle\",\n                \"severity\": 10,\n                \"source\": \"WIDS\",\n                \"summary\": \"POSSIBLE KRACK WEAKNESS/ATTACK\",\n                \"timestamp\": \"2021-10-13T16:30:43.126048Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 99,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"BVWpnvZEJygeneo1\",\n                \"client_mac\": \"36:B9:E5:37:F8:4A\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": null,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A new 802.11 WiFi Client has been discovered.\\n\\n* MAC Address: 36:B9:E5:37:F8:4A\",\n                \"id\": \"lqXoKN148JpL7y26\",\n                \"identifier\": \"NEW WIFI CLIENT\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 10,\n                \"source\": \"POLICY\",\n                \"summary\": \"New Client (36:B9:E5:37:F8:4A) Discovered\",\n                \"timestamp\": \"2021-10-13T16:31:24.476397Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 99,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"yVpWLxd4zAXdL5Ba\",\n                \"client_mac\": \"36:32:6F:3C:13:37\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": null,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A new 802.11 WiFi Client has been discovered.\\n\\n* MAC Address: 36:32:6F:3C:13:37\",\n                \"id\": \"GmVED2qz1kbKkqQw\",\n                \"identifier\": \"NEW WIFI CLIENT\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 10,\n                \"source\": \"POLICY\",\n                \"summary\": \"New Client (36:32:6F:3C:13:37) Discovered\",\n                \"timestamp\": \"2021-10-13T16:31:24.797739Z\"\n            },\n            {\n                \"ap_bssid\": \"E8:1C:BA:82:B2:30\",\n                \"ap_essid\": \"YouKidsGetOffMyLan\",\n                \"ap_id\": \"M60deD0ANkJnpPjb\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 99,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"2oQbKMyXJbjKBXzj\",\n                \"client_mac\": \"E8:AB:FA:4E:83:0D\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": null,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A repeating 802.11 EAPOLFrame RSN anonce broadcast has been seen between e8:1c:ba:82:b2:30 and e8:ab:fa:4e:83:0d.\\nThis may indicate a Key Reinstallation Attack (KRACK) attack is in progress or a device's\\nsoftware has not been upgraded to defend against this weakness. If a large number of\\nevents are seen in a short period of time an attack could be in progress.\\n\\nFor more information about this weakness, visit the following links:\\n    \\n    * https://www.krackattacks.com/\\n    * https://en.wikipedia.org/wiki/KRACK\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13077\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13078\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13079\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13080\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13081\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13082\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13084\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13086\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13087\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13088\\n\",\n                \"id\": \"eYN2K3qz6EenoQ0k\",\n                \"identifier\": \"KRACK\",\n                \"sensor_id\": \"jpEVxKyXvbLrQRY2\",\n                \"sensor_name\": \"Demo-V2-Seattle\",\n                \"severity\": 10,\n                \"source\": \"WIDS\",\n                \"summary\": \"POSSIBLE KRACK WEAKNESS/ATTACK\",\n                \"timestamp\": \"2021-10-13T16:34:10.664732Z\"\n            },\n            {\n                \"ap_bssid\": \"96:18:98:BE:F0:04\",\n                \"ap_essid\": \"Free5Bird\",\n                \"ap_id\": \"60deD0565RJnpPjb\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 20,\n                \"ap_trust_level_name\": \"Guest\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 4,\n                \"client_group_name\": \"Visitor\",\n                \"client_id\": \"O3ZzDm8Y1Y6zK4JR\",\n                \"client_mac\": \"00:0E:8E:86:1A:7B\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 284,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Download/Upload Performance testing metric missed.\\n\\n* Expected: 10.000 Mbps Download / 10.000 Mbps Upload\\n* Observed: 0.000 Mbps Download / 0.000 Mbps Upload\",\n                \"id\": \"eYN2K3qz6jAnoQ0k\",\n                \"identifier\": \"MISSED PERFORMANCE METRIC\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 5,\n                \"source\": \"PERFORMANCE\",\n                \"summary\": \"DOWNLOAD/UPLOAD METRIC MISSED\",\n                \"timestamp\": \"2021-10-13T16:36:07.154558Z\"\n            },\n            {\n                \"ap_bssid\": \"2C:FD:A1:A1:5B:98\",\n                \"ap_essid\": \"J-Sei\",\n                \"ap_id\": \"EWPYxLV8qoNDe5aj\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"ASUS\",\n                \"ap_trust_level\": 30,\n                \"ap_trust_level_name\": \"Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A new WPA/WPA2 handshake has been collected for BSSID 2C:FD:A1:A1:5B:98\",\n                \"id\": \"bvoenO6GPR8DMg14\",\n                \"identifier\": \"NEW WPA/WPA2 HANDSHAKE\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 1,\n                \"source\": \"INTERROGATOR\",\n                \"summary\": \"New WPA handshake received for BSSID 2C:FD:A1:A1:5B:98\",\n                \"timestamp\": \"2021-10-13T16:36:22.334213Z\"\n            },\n            {\n                \"ap_bssid\": \"2C:FD:A1:A1:5B:9C\",\n                \"ap_essid\": \"J-Sei\",\n                \"ap_id\": \"plqXoKNdwBpn7y26\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"ASUS\",\n                \"ap_trust_level\": 30,\n                \"ap_trust_level_name\": \"Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"lqXoKN1489zL7y26\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 2c:fd:a1:a1:5b:9c has changed channel from 157 to 44\",\n                \"timestamp\": \"2021-10-13T16:36:40.858462Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 99,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"p6B7nzA7ZdzwDg4X\",\n                \"client_mac\": \"02:28:02:53:70:D4\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": null,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A new 802.11 WiFi Client has been discovered.\\n\\n* MAC Address: 02:28:02:53:70:D4\",\n                \"id\": \"O3ZzDmm3GE9D4JR1\",\n                \"identifier\": \"NEW WIFI CLIENT\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 10,\n                \"source\": \"POLICY\",\n                \"summary\": \"New Client (02:28:02:53:70:D4) Discovered\",\n                \"timestamp\": \"2021-10-13T16:41:35.744021Z\"\n            },\n            {\n                \"ap_bssid\": \"98:18:88:BE:F0:04\",\n                \"ap_essid\": \"Choose Another Castle\",\n                \"ap_id\": \"VyXoLbk4o3vK7QRW\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"Cisco\",\n                \"ap_trust_level\": 1,\n                \"ap_trust_level_name\": \"Trusted\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 2,\n                \"client_group_name\": \"Semi-Trusted\",\n                \"client_id\": \"GjEaDRay3MMKb0dJ\",\n                \"client_mac\": \"28:56:5A:38:D1:11\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 65535,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A client assigned to Client Group SEMI-TRUSTED has been observed connected to an unapproved TRUSTED AP\\n\\n* Client:      28:56:5A:38:D1:11\\n* Group:       SEMI-TRUSTED\\n* AccessPoint: 98:18:88:BE:F0:04 (Choose Another Castle)\\n* Trust Level: TRUSTED\\n    \\nThis message is sent no more than once per hour for this Client to AP connection.\",\n                \"id\": \"GmVED2qzoOdKkqQw\",\n                \"identifier\": \"TRUST POLICY VIOLATION\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 10,\n                \"source\": \"POLICY\",\n                \"summary\": \"SEMI-TRUSTED CLIENT (28:56:5A:38:D1:11) CONNECTED TRUSTED AP (98:18:88:BE:F0:04)\",\n                \"timestamp\": \"2021-10-13T16:42:28.201801Z\"\n            },\n            {\n                \"ap_bssid\": \"02:15:99:EF:9A:02\",\n                \"ap_essid\": \"DIRECT-laB1163w Mono MFP\",\n                \"ap_id\": \"XvG2K62p0RYKqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Printer\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"BVWpnv0gXwdKeo1J\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 02:15:99:ef:9a:02 has changed channel from 6 to 11\",\n                \"timestamp\": \"2021-10-13T16:42:29.405597Z\"\n            },\n            {\n                \"ap_bssid\": \"02:15:99:EF:9A:02\",\n                \"ap_essid\": \"DIRECT-laB1163w Mono MFP\",\n                \"ap_id\": \"XvG2K62p0RYKqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Printer\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"b41kKwBOA5JLzZog\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 02:15:99:ef:9a:02 has changed channel from 11 to 6\",\n                \"timestamp\": \"2021-10-13T16:42:29.561093Z\"\n            },\n            {\n                \"ap_bssid\": \"96:18:98:BE:F0:04\",\n                \"ap_essid\": \"Free5Bird\",\n                \"ap_id\": \"60deD0565RJnpPjb\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 20,\n                \"ap_trust_level_name\": \"Guest\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 4,\n                \"client_group_name\": \"Visitor\",\n                \"client_id\": \"O3ZzDm8Y1Y6zK4JR\",\n                \"client_mac\": \"00:0E:8E:86:1A:7B\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 284,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Download/Upload Performance testing metric missed.\\n\\n* Expected: 10.000 Mbps Download / 10.000 Mbps Upload\\n* Observed: 0.000 Mbps Download / 0.000 Mbps Upload\",\n                \"id\": \"BbW5npO76geDJ319\",\n                \"identifier\": \"MISSED PERFORMANCE METRIC\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 5,\n                \"source\": \"PERFORMANCE\",\n                \"summary\": \"DOWNLOAD/UPLOAD METRIC MISSED\",\n                \"timestamp\": \"2021-10-13T16:42:38.105131Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 99,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"O3ZzDm8kz8jdK4JR\",\n                \"client_mac\": \"02:9C:7E:3F:0F:EC\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": null,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A new 802.11 WiFi Client has been discovered.\\n\\n* MAC Address: 02:9C:7E:3F:0F:EC\",\n                \"id\": \"Y2p6nGqzYrqKJQ3b\",\n                \"identifier\": \"NEW WIFI CLIENT\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 10,\n                \"source\": \"POLICY\",\n                \"summary\": \"New Client (02:9C:7E:3F:0F:EC) Discovered\",\n                \"timestamp\": \"2021-10-13T16:43:29.803392Z\"\n            },\n            {\n                \"ap_bssid\": \"02:15:99:EF:9A:02\",\n                \"ap_essid\": \"DIRECT-laB1163w Mono MFP\",\n                \"ap_id\": \"XvG2K62p0RYKqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Printer\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"gxMmLj1lEP0nJvY5\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 02:15:99:ef:9a:02 has changed channel from 6 to 11\",\n                \"timestamp\": \"2021-10-13T16:44:28.695579Z\"\n            },\n            {\n                \"ap_bssid\": \"02:15:99:EF:9A:02\",\n                \"ap_essid\": \"DIRECT-laB1163w Mono MFP\",\n                \"ap_id\": \"XvG2K62p0RYKqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Printer\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"oPwynlY54zmLq6mA\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"dbvoenObm1DMg142\",\n                \"sensor_name\": \"Ashok-A10760\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 02:15:99:ef:9a:02 has changed channel from 11 to 6\",\n                \"timestamp\": \"2021-10-13T16:44:29.052133Z\"\n            },\n            {\n                \"ap_bssid\": \"9A:18:98:BE:F0:04\",\n                \"ap_essid\": \"Choose Another Castle\",\n                \"ap_id\": \"aQVvDeWmWkrLW8w0\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"Meraki\",\n                \"ap_tag_vendor\": \"Cisco\",\n                \"ap_trust_level\": 1,\n                \"ap_trust_level_name\": \"Trusted\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 2,\n                \"client_group_name\": \"Semi-Trusted\",\n                \"client_id\": \"WPYxLVabpN4ne5aj\",\n                \"client_mac\": \"08:66:98:CB:69:9F\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 65535,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"Apple\",\n                \"detail\": \"A client assigned to Client Group SEMI-TRUSTED has been observed connected to an unapproved TRUSTED AP\\n\\n* Client:      08:66:98:CB:69:9F\\n* Group:       SEMI-TRUSTED\\n* AccessPoint: 9A:18:98:BE:F0:04 (Choose Another Castle)\\n* Trust Level: TRUSTED\\n    \\nThis message is sent no more than once per hour for this Client to AP connection.\",\n                \"id\": \"p6B7nzV9e5Zng4XA\",\n                \"identifier\": \"TRUST POLICY VIOLATION\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 10,\n                \"source\": \"POLICY\",\n                \"summary\": \"SEMI-TRUSTED CLIENT (08:66:98:CB:69:9F) CONNECTED TRUSTED AP (9A:18:98:BE:F0:04)\",\n                \"timestamp\": \"2021-10-13T16:44:30.607452Z\"\n            },\n            {\n                \"ap_bssid\": \"96:18:98:BE:F0:04\",\n                \"ap_essid\": \"Free5Bird\",\n                \"ap_id\": \"60deD0565RJnpPjb\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 20,\n                \"ap_trust_level_name\": \"Guest\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 4,\n                \"client_group_name\": \"Visitor\",\n                \"client_id\": \"O3ZzDm8Y1Y6zK4JR\",\n                \"client_mac\": \"00:0E:8E:86:1A:7B\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 284,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Download/Upload Performance testing metric missed.\\n\\n* Expected: 10.000 Mbps Download / 10.000 Mbps Upload\\n* Observed: 0.000 Mbps Download / 0.000 Mbps Upload\",\n                \"id\": \"E2NgDrA6mP2KaerV\",\n                \"identifier\": \"MISSED PERFORMANCE METRIC\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 5,\n                \"source\": \"PERFORMANCE\",\n                \"summary\": \"DOWNLOAD/UPLOAD METRIC MISSED\",\n                \"timestamp\": \"2021-10-13T16:49:09.952547Z\"\n            },\n            {\n                \"ap_bssid\": \"10:DA:43:77:AA:95\",\n                \"ap_essid\": \"NETGEAR30\",\n                \"ap_id\": \"kvQMlKY8dP9L2qe0\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Camera\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"Netgear\",\n                \"ap_trust_level\": 50,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"9PBZDav58EOn7Rxw\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 10:da:43:77:aa:95 has changed channel from 8 to 9\",\n                \"timestamp\": \"2021-10-13T16:49:12.247779Z\"\n            },\n            {\n                \"ap_bssid\": \"2C:FD:A1:A1:5B:9C\",\n                \"ap_essid\": \"J-Sei\",\n                \"ap_id\": \"plqXoKNdwBpn7y26\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"ASUS\",\n                \"ap_trust_level\": 30,\n                \"ap_trust_level_name\": \"Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"XvG2K6qdzaELqAkw\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 2c:fd:a1:a1:5b:9c has changed channel from 44 to 40\",\n                \"timestamp\": \"2021-10-13T16:51:41.732475Z\"\n            },\n            {\n                \"ap_bssid\": \"E8:AB:FA:4E:83:0D\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"8XvG2K638gEDqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Drone\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"Attop\",\n                \"ap_trust_level\": 50,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 99,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"XvG2K62BjXEYKqAk\",\n                \"client_mac\": \"E8:1C:BA:82:B2:30\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": null,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A repeating 802.11 EAPOLFrame RSN anonce broadcast has been seen between e8:ab:fa:4e:83:0d and e8:1c:ba:82:b2:30.\\nThis may indicate a Key Reinstallation Attack (KRACK) attack is in progress or a device's\\nsoftware has not been upgraded to defend against this weakness. If a large number of\\nevents are seen in a short period of time an attack could be in progress.\\n\\nFor more information about this weakness, visit the following links:\\n    \\n    * https://www.krackattacks.com/\\n    * https://en.wikipedia.org/wiki/KRACK\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13077\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13078\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13079\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13080\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13081\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13082\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13084\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13086\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13087\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13088\\n\",\n                \"id\": \"VyXoLbwNPlRK7QRW\",\n                \"identifier\": \"KRACK\",\n                \"sensor_id\": \"jpEVxKyXvbLrQRY2\",\n                \"sensor_name\": \"Demo-V2-Seattle\",\n                \"severity\": 10,\n                \"source\": \"WIDS\",\n                \"summary\": \"POSSIBLE KRACK WEAKNESS/ATTACK\",\n                \"timestamp\": \"2021-10-13T16:55:44.989361Z\"\n            },\n            {\n                \"ap_bssid\": \"96:18:98:BE:F0:04\",\n                \"ap_essid\": \"Free5Bird\",\n                \"ap_id\": \"60deD0565RJnpPjb\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 20,\n                \"ap_trust_level_name\": \"Guest\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 4,\n                \"client_group_name\": \"Visitor\",\n                \"client_id\": \"O3ZzDm8Y1Y6zK4JR\",\n                \"client_mac\": \"00:0E:8E:86:1A:7B\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 284,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Download/Upload Performance testing metric missed.\\n\\n* Expected: 10.000 Mbps Download / 10.000 Mbps Upload\\n* Observed: 0.000 Mbps Download / 0.000 Mbps Upload\",\n                \"id\": \"69yoDg4xklAnvx8V\",\n                \"identifier\": \"MISSED PERFORMANCE METRIC\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 5,\n                \"source\": \"PERFORMANCE\",\n                \"summary\": \"DOWNLOAD/UPLOAD METRIC MISSED\",\n                \"timestamp\": \"2021-10-13T16:55:45.102560Z\"\n            },\n            {\n                \"ap_bssid\": \"96:18:98:BE:F0:04\",\n                \"ap_essid\": \"Free5Bird\",\n                \"ap_id\": \"60deD0565RJnpPjb\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 20,\n                \"ap_trust_level_name\": \"Guest\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 4,\n                \"client_group_name\": \"Visitor\",\n                \"client_id\": \"O3ZzDm8Y1Y6zK4JR\",\n                \"client_mac\": \"00:0E:8E:86:1A:7B\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 284,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Download/Upload Performance testing metric missed.\\n\\n* Expected: 10.000 Mbps Download / 10.000 Mbps Upload\\n* Observed: 0.000 Mbps Download / 0.000 Mbps Upload\",\n                \"id\": \"2oQbKM73ArxnBXzj\",\n                \"identifier\": \"MISSED PERFORMANCE METRIC\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 5,\n                \"source\": \"PERFORMANCE\",\n                \"summary\": \"DOWNLOAD/UPLOAD METRIC MISSED\",\n                \"timestamp\": \"2021-10-13T17:02:25.843601Z\"\n            },\n            {\n                \"ap_bssid\": \"E8:AB:FA:4E:83:0D\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"8XvG2K638gEDqAkw\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Drone\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"Attop\",\n                \"ap_trust_level\": 50,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 99,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"XvG2K62BjXEYKqAk\",\n                \"client_mac\": \"E8:1C:BA:82:B2:30\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": null,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A repeating 802.11 EAPOLFrame RSN anonce broadcast has been seen between e8:ab:fa:4e:83:0d and e8:1c:ba:82:b2:30.\\nThis may indicate a Key Reinstallation Attack (KRACK) attack is in progress or a device's\\nsoftware has not been upgraded to defend against this weakness. If a large number of\\nevents are seen in a short period of time an attack could be in progress.\\n\\nFor more information about this weakness, visit the following links:\\n    \\n    * https://www.krackattacks.com/\\n    * https://en.wikipedia.org/wiki/KRACK\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13077\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13078\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13079\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13080\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13081\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13082\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13084\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13086\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13087\\n    * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13088\\n\",\n                \"id\": \"Y2p6nGqzY2VKJQ3b\",\n                \"identifier\": \"KRACK\",\n                \"sensor_id\": \"jpEVxKyXvbLrQRY2\",\n                \"sensor_name\": \"Demo-V2-Seattle\",\n                \"severity\": 10,\n                \"source\": \"WIDS\",\n                \"summary\": \"POSSIBLE KRACK WEAKNESS/ATTACK\",\n                \"timestamp\": \"2021-10-13T17:02:49.646021Z\"\n            },\n            {\n                \"ap_bssid\": \"10:DA:43:77:AA:95\",\n                \"ap_essid\": \"NETGEAR30\",\n                \"ap_id\": \"kvQMlKY8dP9L2qe0\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Camera\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"Netgear\",\n                \"ap_trust_level\": 50,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occuring and should be investigated further.\",\n                \"id\": \"yVpWLxQX9EdK5BaN\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"PVyXoLbp5RD7QRWE\",\n                \"sensor_name\": \"demo-emeryville\",\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP 10:da:43:77:aa:95 has changed channel from 9 to 3\",\n                \"timestamp\": \"2021-10-13T17:04:16.509940Z\"\n            }\n        ]\n    },\n    \"status\": \"success\"\n}"}],"_postman_id":"48fdffd7-b5d7-475e-a859-7580e234dedd"},{"name":"Event List","event":[{"listen":"prerequest","script":{"id":"17a75eb1-476e-4890-aea4-57e7bca367ad","exec":[""],"type":"text/javascript","packages":{}}}],"id":"002b6592-82d7-450b-aa72-9886cbaf1ffd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://api.802secure.net/apiv1/customer/events?back_minutes=30","description":"<p>Obtain a list of recent events.</p>\n<p>Timestamps may be used to define the start and end window for event searching. A 2 day window of events may be requested at any one time.</p>\n<p>If using the <strong>GET</strong> method, the URI may append one or two fields:</p>\n<ul>\n<li><code>events/&lt;minutes&gt;</code> to return all events in the past <code>minutes</code></li>\n<li><code>events/&lt;start_timestamp&gt;/&lt;end_timestamp&gt;</code> to return all events within a time window</li>\n</ul>\n<p>If using the <strong>POST</strong> method, the body may include a JSON structure to further limit the query:</p>\n<ul>\n<li><code>start_timestamp</code>: Epoch start of search</li>\n<li><code>end_timestamp</code>: Epoch end of search - must be no more than 2 days between start/end</li>\n<li><code>minutes</code>: Number of minutes instead of using start/end</li>\n<li><code>exclude_sources</code>: An exclusive list of sources to ignore</li>\n<li><code>include_sources</code>: An inclusive list of sources to ONLY return</li>\n<li><code>minimum_severity</code>: The minimum severity level to return (1 to 10)</li>\n</ul>\n<p>This example will return the last 60 minutes of events </p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n  'minutes': 60,\n  'minimum_security': 7,\n  'include_sources': ['ANALYTICS']\n}\n</code></pre>","auth":{"type":"bearer","bearer":{"token":"access_token"},"isInherited":true,"source":{"_postman_id":"d8f119ea-2083-456b-8a58-29991b8becad","id":"d8f119ea-2083-456b-8a58-29991b8becad","name":"802 Secure/LOCH Customer API","type":"collection"}},"urlObject":{"path":["events"],"host":["https://api.802secure.net/apiv1/customer"],"query":[{"disabled":true,"description":{"content":"<p>From timestamp to begin with, no more than 30 days from current date</p>\n","type":"text/plain"},"key":"start_timestamp","value":null},{"disabled":true,"description":{"content":"<p>To timestamp to end with, must be after start_timestamp</p>\n","type":"text/plain"},"key":"end_timestamp","value":null},{"description":{"content":"<p>Past minutes to begin with, no more than 30 days from current date.</p>\n","type":"text/plain"},"key":"back_minutes","value":"30"}],"variable":[]}},"response":[{"id":"13de96cc-394f-4066-96de-8531736dbcd8","name":"Event List","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.802secure.net/apiv1/customer/events?start_timestamp&end_timestamp&back_minutes=5","host":["https://api.802secure.net/apiv1/customer"],"path":["events"],"query":[{"key":"start_timestamp","value":null,"description":"From timestamp to begin with, no more than 30 days from current date"},{"key":"end_timestamp","value":null,"description":"To timestamp to end with, must be after start_timestamp"},{"key":"back_minutes","value":"5","description":"Past minutes to begin with, no more than 30 days from current date."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 24 May 2025 16:43:37 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"cloudflare"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Cf-Ray","value":"944e404ac86cfaae-SJC"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Encoding","value":"br"},{"key":"Cf-Cache-Status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v4?s=fNPxPFijYi3C6i1dq7JYjjQzXLlTNLHMVaxxeRjJSDftbM3qPME1qAW0PnE9iQ%2FiqJUt0kNiwkCKPCuTH%2BLP8YeeuXrm81l4oDaz1QhHIYOw8r%2Faj7FSY3rp0Y5BnRKcYu3VLqUT\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"Nel","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Strict-Transport-Security","value":"max-age=15552000"},{"key":"Set-Cookie","value":"session=4eaa8586-d5a3-4592-9bfd-79629d96877c.3_p3ows9PTKkfY_OH2s66tkGopM; HttpOnly; Path=/; Expires=Sat, 24 May 2025 17:43:37 GMT"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"},{"key":"server-timing","value":"cfL4;desc=\"?proto=TCP&rtt=0&min_rtt=0&rtt_var=0&sent=0&recv=0&lost=0&retrans=0&sent_bytes=0&recv_bytes=0&delivery_rate=0&cwnd=0&unsent_bytes=0&cid=8eba5f2399943e4b&ts=77247&x=0\""}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"events\": [\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"C1:CC:EE:62:54:20\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"lyeQL4kwemp4GON7\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address C1:CC:EE:62:54:20\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `C1:CC:EE:62:54:20`\\n* RSSI:    -96\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"RZgwmYgdVol48qXE\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: C1:CC:EE:62:54:20\",\n                \"timestamp\": \"2025-05-23T16:45:13.402026Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"CF:0A:15:1A:6F:4E\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"1jlMV4J8kQyAZzNW\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address CF:0A:15:1A:6F:4E\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `CF:0A:15:1A:6F:4E`\\n* RSSI:    -99\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"Ezv0w9DZxONYKZjW\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: CF:0A:15:1A:6F:4E\",\n                \"timestamp\": \"2025-05-23T16:45:14.072927Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"CF:9C:1D:34:E5:F5\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"25gZj4E8kbMYnaKy\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address CF:9C:1D:34:E5:F5\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `CF:9C:1D:34:E5:F5`\\n* RSSI:    -101\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"aLGyWAXVBoe4gQX1\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: CF:9C:1D:34:E5:F5\",\n                \"timestamp\": \"2025-05-23T16:47:18.572277Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"E1:62:5B:6A:DE:E1\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"jdp20Y7LkeL4lKyV\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address E1:62:5B:6A:DE:E1\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `E1:62:5B:6A:DE:E1`\\n* RSSI:    -96\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"wLpB24eVPoe9Dmd8\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: E1:62:5B:6A:DE:E1\",\n                \"timestamp\": \"2025-05-23T16:47:19.146912Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"E9:01:EB:29:91:79\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"kLB1eAyyMk2AnXKy\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address E9:01:EB:29:91:79\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `E9:01:EB:29:91:79`\\n* RSSI:    -97\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"RGol6A6Q28X9jBKn\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: E9:01:EB:29:91:79\",\n                \"timestamp\": \"2025-05-23T16:47:19.548083Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"ED:3F:5C:7C:D5:4C\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"VwzrOY1OqaE96KkL\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address ED:3F:5C:7C:D5:4C\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `ED:3F:5C:7C:D5:4C`\\n* RSSI:    -95\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"V52oD90vB8BYeWak\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: ED:3F:5C:7C:D5:4C\",\n                \"timestamp\": \"2025-05-23T16:47:19.924712Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"EE:12:48:E6:20:C3\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"q3MQw9R5kyQ4gKVX\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address EE:12:48:E6:20:C3\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `EE:12:48:E6:20:C3`\\n* RSSI:    -100\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"qDgEZ9WeRoNY6KNP\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: EE:12:48:E6:20:C3\",\n                \"timestamp\": \"2025-05-23T16:47:20.334869Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"EF:7D:75:52:41:79\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"BvpRXABok18YZwyn\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address EF:7D:75:52:41:79\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `EF:7D:75:52:41:79`\\n* RSSI:    -98\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"jdGWa9Vx1ovYzxo6\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: EF:7D:75:52:41:79\",\n                \"timestamp\": \"2025-05-23T16:47:20.698272Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"F5:08:81:16:FC:8D\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"xqj1wYbEO7kAkgQ6\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address F5:08:81:16:FC:8D\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `F5:08:81:16:FC:8D`\\n* RSSI:    -100\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"DMB3yANdL6Z48eRl\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: F5:08:81:16:FC:8D\",\n                \"timestamp\": \"2025-05-23T16:47:21.076236Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"E5:D4:9A:BD:06:C7\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"273rPYLqkgp4ZboK\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address E5:D4:9A:BD:06:C7\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `E5:D4:9A:BD:06:C7`\\n* RSSI:    -91\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"LDpNwY2GdPb4XbWv\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: E5:D4:9A:BD:06:C7\",\n                \"timestamp\": \"2025-05-23T16:49:12.346997Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"DF:6D:9C:DF:91:A8\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"V52oD90ga2j4eWak\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address DF:6D:9C:DF:91:A8\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `DF:6D:9C:DF:91:A8`\\n* RSSI:    -93\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"XBPqZ4v3dJZ967nr\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: DF:6D:9C:DF:91:A8\",\n                \"timestamp\": \"2025-05-23T16:55:23.357656Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"C4:9B:FC:C2:05:1C\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"1aRZl4z1zj0YVB3q\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address C4:9B:FC:C2:05:1C\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `C4:9B:FC:C2:05:1C`\\n* RSSI:    -98\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"6ZBryAwnQrw9RzLV\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: C4:9B:FC:C2:05:1C\",\n                \"timestamp\": \"2025-05-23T17:01:11.287146Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"C7:F6:5D:70:A8:13\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"ROz2VY8GkeJALwMl\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address C7:F6:5D:70:A8:13\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `C7:F6:5D:70:A8:13`\\n* RSSI:    -96\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"EpXWe4p2lzXARdbm\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: C7:F6:5D:70:A8:13\",\n                \"timestamp\": \"2025-05-23T17:01:11.616719Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"CE:72:A1:CB:D6:CA\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"ab7n24PqkEk9p13q\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address CE:72:A1:CB:D6:CA\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `CE:72:A1:CB:D6:CA`\\n* RSSI:    -100\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"rqOVW9xdMz29RkXe\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: CE:72:A1:CB:D6:CA\",\n                \"timestamp\": \"2025-05-23T17:01:12.000981Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"D0:39:F8:52:E1:46\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"aKmwXYrwvr240R6p\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address D0:39:F8:52:E1:46\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `D0:39:F8:52:E1:46`\\n* RSSI:    -93\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"OgVm09oJezD4KbnL\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: D0:39:F8:52:E1:46\",\n                \"timestamp\": \"2025-05-23T17:01:12.367861Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"D8:72:74:D5:2A:A8\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"pk3PZYanbEm45XDg\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address D8:72:74:D5:2A:A8\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `D8:72:74:D5:2A:A8`\\n* RSSI:    -94\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"DgOZL9jMpob4l5dq\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: D8:72:74:D5:2A:A8\",\n                \"timestamp\": \"2025-05-23T17:01:12.874947Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"F4:11:A9:66:A9:CC\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"OjyQz4qw2jbAPnxp\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address F4:11:A9:66:A9:CC\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `F4:11:A9:66:A9:CC`\\n* RSSI:    -96\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"zare34llgoD4ZNbq\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: F4:11:A9:66:A9:CC\",\n                \"timestamp\": \"2025-05-23T17:01:13.363957Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"F4:E5:7D:0F:8F:B5\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"vOnXrAZMnmb9pNqm\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address F4:E5:7D:0F:8F:B5\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `F4:E5:7D:0F:8F:B5`\\n* RSSI:    -96\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"eZ5nwAMadejAMWlV\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: F4:E5:7D:0F:8F:B5\",\n                \"timestamp\": \"2025-05-23T17:01:13.758547Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"FF:47:E9:FE:3A:0E\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"lyeQL4kweOp4GON7\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address FF:47:E9:FE:3A:0E\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `FF:47:E9:FE:3A:0E`\\n* RSSI:    -98\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"1aRZl4zw2ZB9VB3q\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: FF:47:E9:FE:3A:0E\",\n                \"timestamp\": \"2025-05-23T17:01:14.252240Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"E0:5D:74:DD:A7:B7\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"kLB1eAyyM52AnXKy\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address E0:5D:74:DD:A7:B7\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `E0:5D:74:DD:A7:B7`\\n* RSSI:    -94\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"ROz2VY8D28aYLwMl\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: E0:5D:74:DD:A7:B7\",\n                \"timestamp\": \"2025-05-23T17:03:13.712919Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"F1:3F:ED:53:CC:F3\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"VwzrOY1OqVE96KkL\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address F1:3F:ED:53:CC:F3\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `F1:3F:ED:53:CC:F3`\\n* RSSI:    -99\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"ab7n24POVWzYp13q\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: F1:3F:ED:53:CC:F3\",\n                \"timestamp\": \"2025-05-23T17:03:14.198975Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"D9:22:03:06:F2:43\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"xqj1wYbEO3nAkgQ6\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address D9:22:03:06:F2:43\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `D9:22:03:06:F2:43`\\n* RSSI:    -96\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"aKmwXYrRPzXY0R6p\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: D9:22:03:06:F2:43\",\n                \"timestamp\": \"2025-05-23T17:15:10.877461Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"F8:82:2D:48:65:EA\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"6bvQz9OMkj0Y1Pro\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address F8:82:2D:48:65:EA\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `F8:82:2D:48:65:EA`\\n* RSSI:    -97\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"pk3PZYaxjddA5XDg\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: F8:82:2D:48:65:EA\",\n                \"timestamp\": \"2025-05-23T17:15:11.541573Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"C6:A6:CD:C2:68:95\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"RZgwmYgwL1mY8qXE\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address C6:A6:CD:C2:68:95\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `C6:A6:CD:C2:68:95`\\n* RSSI:    -97\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"OjyQz4qeJzG4Pnxp\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: C6:A6:CD:C2:68:95\",\n                \"timestamp\": \"2025-05-23T17:17:11.180780Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"D4:10:A1:EF:87:44\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"Ezv0w9D8kpz9KZjW\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address D4:10:A1:EF:87:44\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `D4:10:A1:EF:87:44`\\n* RSSI:    -100\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"vOnXrAZJdoZApNqm\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: D4:10:A1:EF:87:44\",\n                \"timestamp\": \"2025-05-23T17:17:11.618801Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"D4:BC:4D:31:D8:54\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"aLGyWAX6kbm4gQX1\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address D4:BC:4D:31:D8:54\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `D4:BC:4D:31:D8:54`\\n* RSSI:    -88\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"lyeQL4kkKoB4GON7\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: D4:BC:4D:31:D8:54\",\n                \"timestamp\": \"2025-05-23T17:17:11.995505Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"E5:2A:69:42:7C:5B\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"wLpB24e1m7z4Dmd8\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address E5:2A:69:42:7C:5B\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `E5:2A:69:42:7C:5B`\\n* RSSI:    -95\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"1jlMV4J0Mg5AZzNW\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: E5:2A:69:42:7C:5B\",\n                \"timestamp\": \"2025-05-23T17:17:12.476129Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"E6:9A:CC:04:FA:ED\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"RGol6A6Xk574jBKn\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address E6:9A:CC:04:FA:ED\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `E6:9A:CC:04:FA:ED`\\n* RSSI:    -94\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"q2ZrVYddJoqYp1xm\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: E6:9A:CC:04:FA:ED\",\n                \"timestamp\": \"2025-05-23T17:17:12.837709Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"E8:A2:3C:CD:F3:72\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"V52oD90gao34eWak\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address E8:A2:3C:CD:F3:72\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `E8:A2:3C:CD:F3:72`\\n* RSSI:    -101\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"v1yr595gl82YwaOo\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: E8:A2:3C:CD:F3:72\",\n                \"timestamp\": \"2025-05-23T17:17:13.139498Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"D3:1D:33:4F:03:1C\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"6ZBryAwEjpL4RzLV\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address D3:1D:33:4F:03:1C\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `D3:1D:33:4F:03:1C`\\n* RSSI:    -95\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"6KJo843g28z4ZwXR\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: D3:1D:33:4F:03:1C\",\n                \"timestamp\": \"2025-05-23T17:19:11.979424Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"D4:F5:FE:0D:15:74\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"rd7We4nLWegAOnE3\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address D4:F5:FE:0D:15:74\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `D4:F5:FE:0D:15:74`\\n* RSSI:    -90\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"rd7We4nXpznAOnE3\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: D4:F5:FE:0D:15:74\",\n                \"timestamp\": \"2025-05-23T17:31:10.840652Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"D5:F6:B4:67:AA:EF\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"25gZj4E8kgpYnaKy\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address D5:F6:B4:67:AA:EF\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `D5:F6:B4:67:AA:EF`\\n* RSSI:    -98\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"25gZj4EdlGnYnaKy\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: D5:F6:B4:67:AA:EF\",\n                \"timestamp\": \"2025-05-23T17:31:11.256946Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"D7:03:CE:56:C6:64\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"jdp20Y7Lknn4lKyV\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address D7:03:CE:56:C6:64\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `D7:03:CE:56:C6:64`\\n* RSSI:    -93\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"jdp20Y7g5dyYlKyV\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: D7:03:CE:56:C6:64\",\n                \"timestamp\": \"2025-05-23T17:31:11.575690Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"EE:F7:02:15:A0:F2\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"kLB1eAyyMGEAnXKy\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address EE:F7:02:15:A0:F2\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `EE:F7:02:15:A0:F2`\\n* RSSI:    -94\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"kLB1eAy72zq4nXKy\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: EE:F7:02:15:A0:F2\",\n                \"timestamp\": \"2025-05-23T17:31:12.013075Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"F3:44:C5:EA:68:45\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"VwzrOY1Oqje96KkL\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address F3:44:C5:EA:68:45\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `F3:44:C5:EA:68:45`\\n* RSSI:    -98\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"VwzrOY1Mw8WY6KkL\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: F3:44:C5:EA:68:45\",\n                \"timestamp\": \"2025-05-23T17:31:12.317981Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"D5:3E:C6:4B:C1:48\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"dWPjxYKzk5QAnMkG\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address D5:3E:C6:4B:C1:48\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `D5:3E:C6:4B:C1:48`\\n* RSSI:    -90\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"q3MQw9RZnN39gKVX\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: D5:3E:C6:4B:C1:48\",\n                \"timestamp\": \"2025-05-23T17:33:11.972926Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"F3:9B:A2:B7:0C:FE\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"Qgp13Amw0XO4RbrG\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address F3:9B:A2:B7:0C:FE\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `F3:9B:A2:B7:0C:FE`\\n* RSSI:    -100\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"BvpRXABlOBk4Zwyn\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: F3:9B:A2:B7:0C:FE\",\n                \"timestamp\": \"2025-05-23T17:33:12.601688Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"F5:1B:03:DB:2D:08\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"arBvWYQMkZwY7JmP\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address F5:1B:03:DB:2D:08\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `F5:1B:03:DB:2D:08`\\n* RSSI:    -96\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"xqj1wYbp8ob9kgQ6\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: F5:1B:03:DB:2D:08\",\n                \"timestamp\": \"2025-05-23T17:33:12.996442Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"FE:A5:9D:84:2F:A8\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"273rPYLqko24ZboK\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address FE:A5:9D:84:2F:A8\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `FE:A5:9D:84:2F:A8`\\n* RSSI:    -100\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"6bvQz9Oba0P41Pro\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: FE:A5:9D:84:2F:A8\",\n                \"timestamp\": \"2025-05-23T17:33:13.453874Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"FC:14:85:49:EE:9A\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"aLGyWAX6kWm4gQX1\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address FC:14:85:49:EE:9A\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `FC:14:85:49:EE:9A`\\n* RSSI:    -92\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"KwoZqAGnrmb98B3P\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: FC:14:85:49:EE:9A\",\n                \"timestamp\": \"2025-05-23T17:35:11.931150Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"C5:7E:4B:44:41:C6\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"6KJo843akmwAZwXR\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address C5:7E:4B:44:41:C6\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `C5:7E:4B:44:41:C6`\\n* RSSI:    -91\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"dWPjxYKRXDWAnMkG\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: C5:7E:4B:44:41:C6\",\n                \"timestamp\": \"2025-05-23T17:47:12.856993Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"E3:49:00:57:A9:84\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"rd7We4nLWNgAOnE3\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address E3:49:00:57:A9:84\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `E3:49:00:57:A9:84`\\n* RSSI:    -103\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"6KJo843g2PM4ZwXR\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: E3:49:00:57:A9:84\",\n                \"timestamp\": \"2025-05-23T17:47:13.445960Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"EA:DE:19:66:DC:A7\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"25gZj4E8kxpYnaKy\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address EA:DE:19:66:DC:A7\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `EA:DE:19:66:DC:A7`\\n* RSSI:    -96\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"rd7We4nXpBlAOnE3\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: EA:DE:19:66:DC:A7\",\n                \"timestamp\": \"2025-05-23T17:47:13.750676Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"F0:A2:B1:7A:C7:D4\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"jdp20Y7LkDn4lKyV\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address F0:A2:B1:7A:C7:D4\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `F0:A2:B1:7A:C7:D4`\\n* RSSI:    -95\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"25gZj4EdlPdYnaKy\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: F0:A2:B1:7A:C7:D4\",\n                \"timestamp\": \"2025-05-23T17:47:14.067628Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"F3:C4:24:F0:02:2F\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"kLB1eAyyMEEAnXKy\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address F3:C4:24:F0:02:2F\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `F3:C4:24:F0:02:2F`\\n* RSSI:    -97\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"jdp20Y7g5PQYlKyV\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: F3:C4:24:F0:02:2F\",\n                \"timestamp\": \"2025-05-23T17:47:14.447216Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"F9:9F:D1:41:83:A0\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"VwzrOY1OqGe96KkL\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address F9:9F:D1:41:83:A0\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `F9:9F:D1:41:83:A0`\\n* RSSI:    -95\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"kLB1eAy72eg4nXKy\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: F9:9F:D1:41:83:A0\",\n                \"timestamp\": \"2025-05-23T17:47:14.904489Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"F1:3C:FA:36:6A:A2\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"6KJo843akmqAZwXR\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address F1:3C:FA:36:6A:A2\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `F1:3C:FA:36:6A:A2`\\n* RSSI:    -97\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"VwzrOY1Mw27Y6KkL\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: F1:3C:FA:36:6A:A2\",\n                \"timestamp\": \"2025-05-23T17:49:14.709947Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"F4:86:EE:62:B1:8E\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"rd7We4nLWNrAOnE3\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address F4:86:EE:62:B1:8E\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `F4:86:EE:62:B1:8E`\\n* RSSI:    -95\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"q3MQw9RZn1e9gKVX\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: F4:86:EE:62:B1:8E\",\n                \"timestamp\": \"2025-05-23T17:49:15.118483Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"C0:49:B3:15:25:11\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"25gZj4E8kxXYnaKy\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address C0:49:B3:15:25:11\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `C0:49:B3:15:25:11`\\n* RSSI:    -101\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"BvpRXABlOPo4Zwyn\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: C0:49:B3:15:25:11\",\n                \"timestamp\": \"2025-05-23T17:51:11.879042Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"C7:99:4C:E1:14:7C\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"BvpRXABokvgYZwyn\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address C7:99:4C:E1:14:7C\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `C7:99:4C:E1:14:7C`\\n* RSSI:    -87\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"xqj1wYbp8W89kgQ6\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: C7:99:4C:E1:14:7C\",\n                \"timestamp\": \"2025-05-23T17:53:11.210343Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A new Apple Wireless Device has been observed in your airspace. This device\\nadvertised itself using the AWDL protocol, an Apple extension to 802.11 Wi-Fi.\\nThe protocol requires randomization of addresses but will expose the device's\\nname in certain conditions, such as when the device is open to receive data.\\n\\nCollected details, which may change as further frames are collected:\\n\\n* MAC Address: 2A:B5:1B:15:3A:FA\\n* Device Type: iOS or watchOS\\n* Name (if advertised): None\\n* ARPA (if advertised): 771d5239-4d21-4b3d-a629-f0afe78681e0.local\\n* Airplay Permitted: True\\n* Infrastructure Address: \\n* Infrastructure BSSID: \\n* Signal dBm: -77\\n\",\n                \"id\": \"6bvQz9ObaEG41Pro\",\n                \"identifier\": \"NEW APPLE WIRELESS DEVICE\",\n                \"sensor_id\": \"pRGol6A63YjBKngE\",\n                \"sensor_name\": \"062018V2A10537\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 5,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"A NEW AWDL DEVICE (2A:B5:1B:15:3A:FA) OBSERVED IN AIRSPACE\",\n                \"timestamp\": \"2025-05-23T17:53:18.363345Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A new Apple Wireless Device has been observed in your airspace. This device\\nadvertised itself using the AWDL protocol, an Apple extension to 802.11 Wi-Fi.\\nThe protocol requires randomization of addresses but will expose the device's\\nname in certain conditions, such as when the device is open to receive data.\\n\\nCollected details, which may change as further frames are collected:\\n\\n* MAC Address: AA:09:DD:B6:7F:26\\n* Device Type: iOS or watchOS\\n* Name (if advertised): None\\n* ARPA (if advertised): bd84faed-fcab-4e3f-8ec4-a71f79cd22f3.local\\n* Airplay Permitted: True\\n* Infrastructure Address: \\n* Infrastructure BSSID: \\n* Signal dBm: -80\\n\",\n                \"id\": \"KwoZqAGnrPB98B3P\",\n                \"identifier\": \"NEW APPLE WIRELESS DEVICE\",\n                \"sensor_id\": \"pRGol6A63YjBKngE\",\n                \"sensor_name\": \"062018V2A10537\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 5,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"A NEW AWDL DEVICE (AA:09:DD:B6:7F:26) OBSERVED IN AIRSPACE\",\n                \"timestamp\": \"2025-05-23T17:53:18.449778Z\"\n            },\n            {\n                \"ap_bssid\": \"00:0A:52:08:B5:DA\",\n                \"ap_essid\": \"AsiaRF_Halow-AP\",\n                \"ap_id\": \"01jlMV4JyjYZzNWn\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 71,\n                \"ap_trust_level_name\": \"High Threat\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 4,\n                \"client_group_name\": \"Visitor\",\n                \"client_id\": \"Bq2ZrVYdpdYp1xmQ\",\n                \"client_mac\": \"D8:3A:DD:15:9A:50\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 65535,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A client assigned to Client Group `VISITOR` has been observed connected to an unapproved `HIGH THREAT` AP\\n\\n* Client:      `D8:3A:DD:15:9A:50`\\n* Group:       `VISITOR`\\n* AccessPoint: `00:0A:52:08:B5:DA` (`AsiaRF_Halow-AP`)\\n* Trust Level: `HIGH THREAT`\\n\\n\\nWhat should you do?\\n\\n* Verify if this client device is supposed to be on a `HIGH THREAT` network.\\n* Check your policies to ensure clients in the `VISITOR` group are not permitted to connect to APs in the `HIGH THREAT` group.\\n* If this is unexpected, investigate whether the assignments and policy settings need adjustment.\\n* Isolate the client device from the network if it is not supposed to be connected to the `HIGH THREAT` network.\\n    \\nThis message is sent no more than once per hour for this specific Client to AP connection.\\n\",\n                \"id\": \"dWPjxYKRXPxAnMkG\",\n                \"identifier\": \"TRUST POLICY VIOLATION\",\n                \"sensor_id\": \"pRGol6A63YjBKngE\",\n                \"sensor_name\": \"062018V2A10537\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"POLICY\",\n                \"summary\": \"VISITOR CLIENT (D8:3A:DD:15:9A:50) CONNECTED HIGH THREAT AP (00:0A:52:08:B5:DA)\",\n                \"timestamp\": \"2025-05-23T17:53:19.131003Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"DF:A7:62:83:9B:61\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"Qgp13Amw0P64RbrG\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address DF:A7:62:83:9B:61\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `DF:A7:62:83:9B:61`\\n* RSSI:    -101\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"Qgp13AmVlR8YRbrG\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: DF:A7:62:83:9B:61\",\n                \"timestamp\": \"2025-05-23T17:57:18.566992Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"C3:BB:07:F1:BE:8D\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"RGol6A6XkjL4jBKn\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address C3:BB:07:F1:BE:8D\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `C3:BB:07:F1:BE:8D`\\n* RSSI:    -99\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"arBvWYQK3yB97JmP\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: C3:BB:07:F1:BE:8D\",\n                \"timestamp\": \"2025-05-23T18:01:11.882668Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"C9:52:71:77:73:93\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"V52oD90gaXb4eWak\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address C9:52:71:77:73:93\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `C9:52:71:77:73:93`\\n* RSSI:    -99\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"273rPYL1eP64ZboK\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: C9:52:71:77:73:93\",\n                \"timestamp\": \"2025-05-23T18:01:12.306566Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"D4:2C:82:BC:A7:FC\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"qDgEZ9Wxkd0A6KNP\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address D4:2C:82:BC:A7:FC\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `D4:2C:82:BC:A7:FC`\\n* RSSI:    -84\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"RZgwmYgdV3248qXE\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: D4:2C:82:BC:A7:FC\",\n                \"timestamp\": \"2025-05-23T18:01:12.705242Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"DB:D6:DF:AC:04:7D\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"jdGWa9VgkpPAzxo6\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address DB:D6:DF:AC:04:7D\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `DB:D6:DF:AC:04:7D`\\n* RSSI:    -96\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"Ezv0w9DZxPnYKZjW\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: DB:D6:DF:AC:04:7D\",\n                \"timestamp\": \"2025-05-23T18:01:13.070713Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"DF:17:7C:4A:96:DF\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"DMB3yANMk2M98eRl\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address DF:17:7C:4A:96:DF\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `DF:17:7C:4A:96:DF`\\n* RSSI:    -96\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"aLGyWAXVBKG4gQX1\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: DF:17:7C:4A:96:DF\",\n                \"timestamp\": \"2025-05-23T18:01:13.440799Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"E2:B3:3C:4E:06:60\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"LDpNwY2Ok6d4XbWv\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address E2:B3:3C:4E:06:60\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `E2:B3:3C:4E:06:60`\\n* RSSI:    -89\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"wLpB24eVP279Dmd8\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: E2:B3:3C:4E:06:60\",\n                \"timestamp\": \"2025-05-23T18:01:13.821694Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"E7:9F:69:E4:67:C9\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"XBPqZ4vno7V467nr\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address E7:9F:69:E4:67:C9\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `E7:9F:69:E4:67:C9`\\n* RSSI:    -88\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"RGol6A6Q2P39jBKn\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: E7:9F:69:E4:67:C9\",\n                \"timestamp\": \"2025-05-23T18:01:14.167071Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"CB:CE:F0:65:EE:62\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"OgVm09okVXx9KbnL\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address CB:CE:F0:65:EE:62\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `CB:CE:F0:65:EE:62`\\n* RSSI:    -95\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"V52oD90vBNOYeWak\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: CB:CE:F0:65:EE:62\",\n                \"timestamp\": \"2025-05-23T18:03:25.289438Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"CF:1B:11:24:2A:20\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"DgOZL9jwXm1Al5dq\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address CF:1B:11:24:2A:20\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `CF:1B:11:24:2A:20`\\n* RSSI:    -99\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"qDgEZ9WeRGdY6KNP\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: CF:1B:11:24:2A:20\",\n                \"timestamp\": \"2025-05-23T18:03:25.924068Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"EE:E7:CD:A1:23:FE\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"zare34lj6LvAZNbq\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address EE:E7:CD:A1:23:FE\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `EE:E7:CD:A1:23:FE`\\n* RSSI:    -94\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"jdGWa9Vx1O0Yzxo6\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: EE:E7:CD:A1:23:FE\",\n                \"timestamp\": \"2025-05-23T18:03:26.831209Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"FE:33:E4:BF:21:5D\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"eZ5nwAMMk2GAMWlV\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address FE:33:E4:BF:21:5D\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `FE:33:E4:BF:21:5D`\\n* RSSI:    -97\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"DMB3yANdLnz48eRl\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: FE:33:E4:BF:21:5D\",\n                \"timestamp\": \"2025-05-23T18:03:27.366812Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"E6:98:C3:F8:3E:F7\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"pk3PZYanb7745XDg\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address E6:98:C3:F8:3E:F7\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `E6:98:C3:F8:3E:F7`\\n* RSSI:    -95\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"LDpNwY2Gdvn4XbWv\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: E6:98:C3:F8:3E:F7\",\n                \"timestamp\": \"2025-05-23T18:05:12.261378Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"D9:3D:DD:35:44:32\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"25gZj4E8kjXYnaKy\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address D9:3D:DD:35:44:32\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `D9:3D:DD:35:44:32`\\n* RSSI:    -96\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"XBPqZ4v3dgJ967nr\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: D9:3D:DD:35:44:32\",\n                \"timestamp\": \"2025-05-23T18:07:11.964770Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"E3:E4:BD:62:01:AA\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"jdp20Y7Lkjw4lKyV\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address E3:E4:BD:62:01:AA\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `E3:E4:BD:62:01:AA`\\n* RSSI:    -101\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"6ZBryAwnQDD9RzLV\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: E3:E4:BD:62:01:AA\",\n                \"timestamp\": \"2025-05-23T18:07:12.353983Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A new Apple Wireless Device has been observed in your airspace. This device\\nadvertised itself using the AWDL protocol, an Apple extension to 802.11 Wi-Fi.\\nThe protocol requires randomization of addresses but will expose the device's\\nname in certain conditions, such as when the device is open to receive data.\\n\\nCollected details, which may change as further frames are collected:\\n\\n* MAC Address: B6:EC:48:52:7A:FA\\n* Device Type: iOS or watchOS\\n* Name (if advertised): CLink-eb867a2275a4\\n* ARPA (if advertised): 30190aa4-7c68-4ac0-a47a-b9b04d0ed21f.local\\n* Airplay Permitted: True\\n* Infrastructure Address: \\n* Infrastructure BSSID: \\n* Signal dBm: -82\\n\",\n                \"id\": \"EpXWe4p2l5ZARdbm\",\n                \"identifier\": \"NEW APPLE WIRELESS DEVICE\",\n                \"sensor_id\": \"pRGol6A63YjBKngE\",\n                \"sensor_name\": \"062018V2A10537\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 5,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"A NEW AWDL DEVICE (B6:EC:48:52:7A:FA) OBSERVED IN AIRSPACE\",\n                \"timestamp\": \"2025-05-23T18:07:20.799780Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"C7:75:2D:0F:27:97\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"RZgwmYgwLO8Y8qXE\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address C7:75:2D:0F:27:97\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `C7:75:2D:0F:27:97`\\n* RSSI:    -100\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"rqOVW9xdMX09RkXe\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: C7:75:2D:0F:27:97\",\n                \"timestamp\": \"2025-05-23T18:15:11.382385Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"CA:D4:36:DB:64:AD\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"Ezv0w9D8kEG9KZjW\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address CA:D4:36:DB:64:AD\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `CA:D4:36:DB:64:AD`\\n* RSSI:    -97\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"OgVm09oJebr4KbnL\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: CA:D4:36:DB:64:AD\",\n                \"timestamp\": \"2025-05-23T18:15:11.720742Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"CE:3D:25:A4:4F:6D\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"aLGyWAX6k384gQX1\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address CE:3D:25:A4:4F:6D\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `CE:3D:25:A4:4F:6D`\\n* RSSI:    -97\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"DgOZL9jMp7q4l5dq\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: CE:3D:25:A4:4F:6D\",\n                \"timestamp\": \"2025-05-23T18:15:12.182113Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"CF:0D:B2:C0:B5:10\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"wLpB24e1mQV4Dmd8\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address CF:0D:B2:C0:B5:10\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `CF:0D:B2:C0:B5:10`\\n* RSSI:    -100\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"zare34llg1X4ZNbq\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: CF:0D:B2:C0:B5:10\",\n                \"timestamp\": \"2025-05-23T18:15:12.461747Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"CD:00:BD:9A:A7:13\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"DMB3yANMkmM98eRl\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address CD:00:BD:9A:A7:13\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `CD:00:BD:9A:A7:13`\\n* RSSI:    -89\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"eZ5nwAMad3EAMWlV\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: CD:00:BD:9A:A7:13\",\n                \"timestamp\": \"2025-05-23T18:17:10.898416Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"DA:FD:A1:AC:FE:FD\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"LDpNwY2Okjd4XbWv\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address DA:FD:A1:AC:FE:FD\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `DA:FD:A1:AC:FE:FD`\\n* RSSI:    -94\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"1aRZl4zw26Q9VB3q\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: DA:FD:A1:AC:FE:FD\",\n                \"timestamp\": \"2025-05-23T18:17:11.353171Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"DE:6C:DA:0E:43:70\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"XBPqZ4vnobV467nr\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address DE:6C:DA:0E:43:70\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `DE:6C:DA:0E:43:70`\\n* RSSI:    -96\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"ROz2VY8D2dVYLwMl\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: DE:6C:DA:0E:43:70\",\n                \"timestamp\": \"2025-05-23T18:17:11.736388Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"E2:54:9F:EA:2B:75\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"6ZBryAwEjOM4RzLV\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address E2:54:9F:EA:2B:75\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `E2:54:9F:EA:2B:75`\\n* RSSI:    -96\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"ab7n24POV7oYp13q\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: E2:54:9F:EA:2B:75\",\n                \"timestamp\": \"2025-05-23T18:17:12.120956Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"E5:9C:DA:C4:6C:EB\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"EpXWe4pPNEd4Rdbm\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address E5:9C:DA:C4:6C:EB\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `E5:9C:DA:C4:6C:EB`\\n* RSSI:    -90\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"aKmwXYrRPKjY0R6p\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: E5:9C:DA:C4:6C:EB\",\n                \"timestamp\": \"2025-05-23T18:17:12.553786Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"FD:94:D0:C5:8A:13\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"rqOVW9x7lGR4RkXe\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address FD:94:D0:C5:8A:13\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `FD:94:D0:C5:8A:13`\\n* RSSI:    -97\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"pk3PZYaxj0MA5XDg\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: FD:94:D0:C5:8A:13\",\n                \"timestamp\": \"2025-05-23T18:17:12.934093Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"FE:19:3A:07:5A:B7\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"OgVm09okVnx9KbnL\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address FE:19:3A:07:5A:B7\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `FE:19:3A:07:5A:B7`\\n* RSSI:    -93\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"OjyQz4qeJGl4Pnxp\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: FE:19:3A:07:5A:B7\",\n                \"timestamp\": \"2025-05-23T18:17:13.262241Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"E7:7B:F3:68:17:1C\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"ROz2VY8GkavALwMl\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address E7:7B:F3:68:17:1C\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `E7:7B:F3:68:17:1C`\\n* RSSI:    -101\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"vOnXrAZJdQnApNqm\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: E7:7B:F3:68:17:1C\",\n                \"timestamp\": \"2025-05-23T18:19:12.613952Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"FF:3C:EE:84:2C:82\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"lyeQL4kwe6G4GON7\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address FF:3C:EE:84:2C:82\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `FF:3C:EE:84:2C:82`\\n* RSSI:    -96\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"lyeQL4kkKyX4GON7\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: FF:3C:EE:84:2C:82\",\n                \"timestamp\": \"2025-05-23T18:23:11.906541Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"C3:4E:91:D7:A0:19\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"dWPjxYKzkOkAnMkG\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address C3:4E:91:D7:A0:19\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `C3:4E:91:D7:A0:19`\\n* RSSI:    -97\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"1jlMV4J0MPjAZzNW\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: C3:4E:91:D7:A0:19\",\n                \"timestamp\": \"2025-05-23T18:31:10.550498Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"CD:BA:10:E5:27:34\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"6KJo843akxnAZwXR\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address CD:BA:10:E5:27:34\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `CD:BA:10:E5:27:34`\\n* RSSI:    -102\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"q2ZrVYddJNaYp1xm\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: CD:BA:10:E5:27:34\",\n                \"timestamp\": \"2025-05-23T18:31:11.009524Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"D4:E0:FF:98:90:BC\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"rd7We4nLW3vAOnE3\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address D4:E0:FF:98:90:BC\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `D4:E0:FF:98:90:BC`\\n* RSSI:    -91\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"v1yr595glP0YwaOo\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: D4:E0:FF:98:90:BC\",\n                \"timestamp\": \"2025-05-23T18:31:11.388318Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"E4:EA:BA:9A:33:30\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"25gZj4E8k7RYnaKy\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address E4:EA:BA:9A:33:30\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `E4:EA:BA:9A:33:30`\\n* RSSI:    -91\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"6KJo843g25M4ZwXR\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: E4:EA:BA:9A:33:30\",\n                \"timestamp\": \"2025-05-23T18:31:11.783016Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"E5:39:69:37:20:2C\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"jdp20Y7Lkx24lKyV\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address E5:39:69:37:20:2C\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `E5:39:69:37:20:2C`\\n* RSSI:    -100\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"rd7We4nXpZlAOnE3\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: E5:39:69:37:20:2C\",\n                \"timestamp\": \"2025-05-23T18:31:12.077729Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"C4:9C:F9:39:EC:C0\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"Qgp13Amw0Gl4RbrG\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address C4:9C:F9:39:EC:C0\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `C4:9C:F9:39:EC:C0`\\n* RSSI:    -102\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"25gZj4EdlBdYnaKy\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: C4:9C:F9:39:EC:C0\",\n                \"timestamp\": \"2025-05-23T18:33:12.566461Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"DD:CE:CC:CF:CB:FB\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"arBvWYQMkrGY7JmP\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address DD:CE:CC:CF:CB:FB\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `DD:CE:CC:CF:CB:FB`\\n* RSSI:    -85\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"jdp20Y7g50QYlKyV\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: DD:CE:CC:CF:CB:FB\",\n                \"timestamp\": \"2025-05-23T18:33:13.138204Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"D9:8F:B8:C3:90:D3\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"273rPYLqkzd4ZboK\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address D9:8F:B8:C3:90:D3\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `D9:8F:B8:C3:90:D3`\\n* RSSI:    -92\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"kLB1eAy721g4nXKy\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: D9:8F:B8:C3:90:D3\",\n                \"timestamp\": \"2025-05-23T18:35:11.315351Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"F7:64:3C:82:2E:46\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"RZgwmYgwLyjY8qXE\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address F7:64:3C:82:2E:46\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `F7:64:3C:82:2E:46`\\n* RSSI:    -102\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"VwzrOY1MwL7Y6KkL\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: F7:64:3C:82:2E:46\",\n                \"timestamp\": \"2025-05-23T18:35:11.764919Z\"\n            },\n            {\n                \"ap_bssid\": \"3A:60:F9:80:87:38\",\n                \"ap_essid\": \"J-Sei\",\n                \"ap_id\": \"PlyeQL4kzKYGON75\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 99,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"KwoZqAGMGn48B3Pd\",\n                \"client_mac\": \"8A:F1:79:71:61:E6\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": null,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A new WPA/WPA2 handshake has been collected from the airspace.                    \\n\\n* AP: `3A:60:F9:80:87:38` (`J-Sei`)\\n* Client: `8A:F1:79:71:61:E6`\\n\\nWi-Fi PSK (Pre-Shared Key) handshakes are a fundamental part of how WPA (Wi-Fi Protected Access)\\nand WPA2 networks authenticate clients. The handshake process ensures that both the client \\nand the access point share the same PSK without transmitting it directly over the network.\\n\\nInstead of sending the actual PSK over the air, both the client and AP use it to derive\\ncryptographic keys and verify each other using the handshake process. This ensures security even\\nif an attacker is sniffing the network.\\n\\nBecause the PSK is derived from the passphrase, weak or default passphrases can be easily\\ncracked by attackers using dictionary or brute-force attacks. It is recommended to use a\\nstrong, unique passphrase for each Wi-Fi network to prevent unauthorized access. \\n\",\n                \"id\": \"q3MQw9RZn0e9gKVX\",\n                \"identifier\": \"NEW WPA/WPA2 HANDSHAKE\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 1,\n                \"source\": \"INTERROGATOR\",\n                \"summary\": \"NEW WPA HANDSHAKE RECEIVED FOR BSSID 3A:60:F9:80:87:38\",\n                \"timestamp\": \"2025-05-23T18:38:37.459564Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"E6:50:84:87:9F:F8\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"DgOZL9jwXB7Al5dq\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address E6:50:84:87:9F:F8\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `E6:50:84:87:9F:F8`\\n* RSSI:    -94\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"BvpRXABlOyo4Zwyn\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: E6:50:84:87:9F:F8\",\n                \"timestamp\": \"2025-05-23T18:45:23.301650Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"F8:2C:8A:FC:8F:60\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"zare34lj6OZAZNbq\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address F8:2C:8A:FC:8F:60\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `F8:2C:8A:FC:8F:60`\\n* RSSI:    -99\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"xqj1wYbp8Z89kgQ6\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: F8:2C:8A:FC:8F:60\",\n                \"timestamp\": \"2025-05-23T18:45:23.750007Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"D0:12:67:82:65:85\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"pk3PZYanbzW45XDg\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address D0:12:67:82:65:85\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `D0:12:67:82:65:85`\\n* RSSI:    -103\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"6bvQz9ObaXG41Pro\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: D0:12:67:82:65:85\",\n                \"timestamp\": \"2025-05-23T18:47:11.903391Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"E7:D4:8D:12:8F:B8\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"OjyQz4qw2LaAPnxp\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address E7:D4:8D:12:8F:B8\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `E7:D4:8D:12:8F:B8`\\n* RSSI:    -92\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"KwoZqAGnrOB98B3P\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: E7:D4:8D:12:8F:B8\",\n                \"timestamp\": \"2025-05-23T18:47:12.450235Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"E9:AA:FA:CC:3E:52\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"vOnXrAZMnzy9pNqm\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address E9:AA:FA:CC:3E:52\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `E9:AA:FA:CC:3E:52`\\n* RSSI:    -98\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"dWPjxYKRXQxAnMkG\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: E9:AA:FA:CC:3E:52\",\n                \"timestamp\": \"2025-05-23T18:47:12.883892Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"C1:EE:EA:42:19:26\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"jdp20Y7LkE24lKyV\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address C1:EE:EA:42:19:26\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `C1:EE:EA:42:19:26`\\n* RSSI:    -101\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"Qgp13AmVlZ8YRbrG\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: C1:EE:EA:42:19:26\",\n                \"timestamp\": \"2025-05-23T18:49:12.371523Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"C6:95:15:F0:C6:10\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"kLB1eAyyMP8AnXKy\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address C6:95:15:F0:C6:10\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `C6:95:15:F0:C6:10`\\n* RSSI:    -89\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"arBvWYQK36B97JmP\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: C6:95:15:F0:C6:10\",\n                \"timestamp\": \"2025-05-23T18:49:12.733339Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"E9:A8:B0:03:C6:96\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"VwzrOY1Oq3b96KkL\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address E9:A8:B0:03:C6:96\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `E9:A8:B0:03:C6:96`\\n* RSSI:    -86\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"273rPYL1eL64ZboK\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: E9:A8:B0:03:C6:96\",\n                \"timestamp\": \"2025-05-23T18:49:13.291191Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"F9:82:86:6F:00:FC\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"q3MQw9R5kOZ4gKVX\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address F9:82:86:6F:00:FC\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `F9:82:86:6F:00:FC`\\n* RSSI:    -100\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"RZgwmYgdVZ248qXE\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: F9:82:86:6F:00:FC\",\n                \"timestamp\": \"2025-05-23T18:49:13.690057Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A new Apple Wireless Device has been observed in your airspace. This device\\nadvertised itself using the AWDL protocol, an Apple extension to 802.11 Wi-Fi.\\nThe protocol requires randomization of addresses but will expose the device's\\nname in certain conditions, such as when the device is open to receive data.\\n\\nCollected details, which may change as further frames are collected:\\n\\n* MAC Address: 72:43:16:91:57:D8\\n* Device Type: iOS or watchOS\\n* Name (if advertised): None\\n* ARPA (if advertised): 17ee65c7-6137-44c4-a232-22ef618b2373.local\\n* Airplay Permitted: True\\n* Infrastructure Address: \\n* Infrastructure BSSID: \\n* Signal dBm: -79\\n\",\n                \"id\": \"Ezv0w9DZxRnYKZjW\",\n                \"identifier\": \"NEW APPLE WIRELESS DEVICE\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 5,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"A NEW AWDL DEVICE (72:43:16:91:57:D8) OBSERVED IN AIRSPACE\",\n                \"timestamp\": \"2025-05-23T18:50:48.445944Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"E6:54:52:CC:2D:38\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"KwoZqAG8kVlY8B3P\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address E6:54:52:CC:2D:38\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `E6:54:52:CC:2D:38`\\n* RSSI:    -101\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"aLGyWAXVBwG4gQX1\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: E6:54:52:CC:2D:38\",\n                \"timestamp\": \"2025-05-23T18:51:11.792870Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"EE:3B:B6:86:BD:DB\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"dWPjxYKzkEzAnMkG\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address EE:3B:B6:86:BD:DB\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `EE:3B:B6:86:BD:DB`\\n* RSSI:    -94\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"wLpB24eVPZ79Dmd8\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: EE:3B:B6:86:BD:DB\",\n                \"timestamp\": \"2025-05-23T18:51:12.273137Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"DC:63:31:B7:1D:0E\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"273rPYLqk7d4ZboK\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address DC:63:31:B7:1D:0E\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `DC:63:31:B7:1D:0E`\\n* RSSI:    -96\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"RGol6A6Q2639jBKn\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: DC:63:31:B7:1D:0E\",\n                \"timestamp\": \"2025-05-23T18:53:11.406381Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"C4:1F:33:B0:E0:75\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"DMB3yANMk1W98eRl\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address C4:1F:33:B0:E0:75\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `C4:1F:33:B0:E0:75`\\n* RSSI:    -94\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"V52oD90vBQOYeWak\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: C4:1F:33:B0:E0:75\",\n                \"timestamp\": \"2025-05-23T19:01:11.625534Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"DB:5D:95:C1:41:34\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"LDpNwY2OknK4XbWv\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address DB:5D:95:C1:41:34\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `DB:5D:95:C1:41:34`\\n* RSSI:    -101\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"qDgEZ9WeRvdY6KNP\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: DB:5D:95:C1:41:34\",\n                \"timestamp\": \"2025-05-23T19:01:12.040357Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"E3:A1:3B:13:C4:CC\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"XBPqZ4vno57467nr\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address E3:A1:3B:13:C4:CC\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `E3:A1:3B:13:C4:CC`\\n* RSSI:    -93\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"jdGWa9Vx120Yzxo6\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: E3:A1:3B:13:C4:CC\",\n                \"timestamp\": \"2025-05-23T19:01:12.524760Z\"\n            },\n            {\n                \"ap_bssid\": \"00:0A:52:08:B5:DA\",\n                \"ap_essid\": \"AsiaRF_Halow-AP\",\n                \"ap_id\": \"01jlMV4JyjYZzNWn\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 71,\n                \"ap_trust_level_name\": \"High Threat\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 4,\n                \"client_group_name\": \"Visitor\",\n                \"client_id\": \"Bq2ZrVYdpdYp1xmQ\",\n                \"client_mac\": \"D8:3A:DD:15:9A:50\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 65535,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A client assigned to Client Group `VISITOR` has been observed connected to an unapproved `HIGH THREAT` AP\\n\\n* Client:      `D8:3A:DD:15:9A:50`\\n* Group:       `VISITOR`\\n* AccessPoint: `00:0A:52:08:B5:DA` (`AsiaRF_Halow-AP`)\\n* Trust Level: `HIGH THREAT`\\n\\n\\nWhat should you do?\\n\\n* Verify if this client device is supposed to be on a `HIGH THREAT` network.\\n* Check your policies to ensure clients in the `VISITOR` group are not permitted to connect to APs in the `HIGH THREAT` group.\\n* If this is unexpected, investigate whether the assignments and policy settings need adjustment.\\n* Isolate the client device from the network if it is not supposed to be connected to the `HIGH THREAT` network.\\n    \\nThis message is sent no more than once per hour for this specific Client to AP connection.\\n\",\n                \"id\": \"DMB3yANdLDz48eRl\",\n                \"identifier\": \"TRUST POLICY VIOLATION\",\n                \"sensor_id\": \"pRGol6A63YjBKngE\",\n                \"sensor_name\": \"062018V2A10537\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"POLICY\",\n                \"summary\": \"VISITOR CLIENT (D8:3A:DD:15:9A:50) CONNECTED HIGH THREAT AP (00:0A:52:08:B5:DA)\",\n                \"timestamp\": \"2025-05-23T19:03:33.216376Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"F5:01:18:D7:22:D4\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"DgOZL9jwXO7Al5dq\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address F5:01:18:D7:22:D4\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `F5:01:18:D7:22:D4`\\n* RSSI:    -103\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"LDpNwY2Gdgn4XbWv\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: F5:01:18:D7:22:D4\",\n                \"timestamp\": \"2025-05-23T19:05:10.567812Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"FD:72:F9:10:B8:5B\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"vOnXrAZMnXy9pNqm\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address FD:72:F9:10:B8:5B\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `FD:72:F9:10:B8:5B`\\n* RSSI:    -102\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"XBPqZ4v3dEJ967nr\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: FD:72:F9:10:B8:5B\",\n                \"timestamp\": \"2025-05-23T19:09:11.458392Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"F9:CC:71:B1:A9:45\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"v1yr595dkyk4waOo\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address F9:CC:71:B1:A9:45\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `F9:CC:71:B1:A9:45`\\n* RSSI:    -95\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"6ZBryAwnQ7D9RzLV\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: F9:CC:71:B1:A9:45\",\n                \"timestamp\": \"2025-05-23T19:13:10.437857Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"D7:09:AA:F0:61:48\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"xqj1wYbEOoXAkgQ6\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address D7:09:AA:F0:61:48\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `D7:09:AA:F0:61:48`\\n* RSSI:    -101\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"EpXWe4p2lZZARdbm\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: D7:09:AA:F0:61:48\",\n                \"timestamp\": \"2025-05-23T19:17:19.846146Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"DB:1A:B8:5A:DC:59\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"6bvQz9OMk0NY1Pro\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address DB:1A:B8:5A:DC:59\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `DB:1A:B8:5A:DC:59`\\n* RSSI:    -101\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"rqOVW9xdMy09RkXe\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: DB:1A:B8:5A:DC:59\",\n                \"timestamp\": \"2025-05-23T19:17:20.237400Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"E8:7C:1C:B4:08:AD\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"KwoZqAG8kmlY8B3P\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address E8:7C:1C:B4:08:AD\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `E8:7C:1C:B4:08:AD`\\n* RSSI:    -98\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"OgVm09oJeZr4KbnL\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: E8:7C:1C:B4:08:AD\",\n                \"timestamp\": \"2025-05-23T19:17:20.642430Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"F9:06:D7:51:77:88\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"dWPjxYKzkDzAnMkG\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address F9:06:D7:51:77:88\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `F9:06:D7:51:77:88`\\n* RSSI:    -96\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"DgOZL9jMpZq4l5dq\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: F9:06:D7:51:77:88\",\n                \"timestamp\": \"2025-05-23T19:17:21.021955Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"ED:94:EA:7A:D8:BC\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"KwoZqAG8kmMY8B3P\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address ED:94:EA:7A:D8:BC\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `ED:94:EA:7A:D8:BC`\\n* RSSI:    -93\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"zare34llgZX4ZNbq\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: ED:94:EA:7A:D8:BC\",\n                \"timestamp\": \"2025-05-23T19:23:11.094085Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"CC:C0:AF:99:6A:EF\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"aLGyWAX6koo4gQX1\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address CC:C0:AF:99:6A:EF\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `CC:C0:AF:99:6A:EF`\\n* RSSI:    -103\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"eZ5nwAMadgEAMWlV\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: CC:C0:AF:99:6A:EF\",\n                \"timestamp\": \"2025-05-23T19:31:10.102928Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"D8:B2:63:30:BF:9D\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"DMB3yANMk6e98eRl\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address D8:B2:63:30:BF:9D\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `D8:B2:63:30:BF:9D`\\n* RSSI:    -95\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"1aRZl4zw2RQ9VB3q\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: D8:B2:63:30:BF:9D\",\n                \"timestamp\": \"2025-05-23T19:33:10.504196Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"D6:90:9A:3F:41:BA\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"DgOZL9jwXo2Al5dq\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address D6:90:9A:3F:41:BA\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `D6:90:9A:3F:41:BA`\\n* RSSI:    -92\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"ROz2VY8D2WVYLwMl\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: D6:90:9A:3F:41:BA\",\n                \"timestamp\": \"2025-05-23T19:39:10.382892Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"E5:59:5E:B3:F6:02\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"eZ5nwAMMkepAMWlV\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address E5:59:5E:B3:F6:02\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `E5:59:5E:B3:F6:02`\\n* RSSI:    -99\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"ab7n24POVeoYp13q\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: E5:59:5E:B3:F6:02\",\n                \"timestamp\": \"2025-05-23T19:41:09.964583Z\"\n            },\n            {\n                \"ap_bssid\": \"8E:DC:96:8E:5E:5E\",\n                \"ap_essid\": \"J-Sei\",\n                \"ap_id\": \"Bq2ZrVYdXpYp1xmQ\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A valid IEEE 802.11 deauthentication frame was observed with an deauth code that may identify\\nan issue with the originating station, such as invalid authoriation credentials or unsupported features.\\n\\n* BSSID: 8E:DC:96:8E:5E:5E\\n* ESSID: J-Sei (Hidden: false)\\n* Client: 1A:1E:35:01:E3:CC\\n* Reason: 6: Class 2 frame received from unauthenticated station\\n\",\n                \"id\": \"aKmwXYrRPZjY0R6p\",\n                \"identifier\": \"DEAUTHENTICATION FRAME\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"DEAUTHENTICATION REQUEST FROM 8E:DC:96:8E:5E:5E TO 1A:1E:35:01:E3:CC\",\n                \"timestamp\": \"2025-05-23T19:45:06.717250Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"C0:1A:39:D4:1C:16\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"OjyQz4qw2GeAPnxp\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address C0:1A:39:D4:1C:16\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `C0:1A:39:D4:1C:16`\\n* RSSI:    -101\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"pk3PZYaxjZMA5XDg\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: C0:1A:39:D4:1C:16\",\n                \"timestamp\": \"2025-05-23T19:45:10.173066Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"E6:6D:FA:8E:E7:46\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"vOnXrAZMnQ69pNqm\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address E6:6D:FA:8E:E7:46\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `E6:6D:FA:8E:E7:46`\\n* RSSI:    -101\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"OjyQz4qeJZl4Pnxp\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: E6:6D:FA:8E:E7:46\",\n                \"timestamp\": \"2025-05-23T19:45:10.629931Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"C2:7A:A8:3E:68:18\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"BvpRXABokPWYZwyn\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address C2:7A:A8:3E:68:18\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `C2:7A:A8:3E:68:18`\\n* RSSI:    -81\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"vOnXrAZJdZnApNqm\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: C2:7A:A8:3E:68:18\",\n                \"timestamp\": \"2025-05-23T19:47:15.014533Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"D0:E6:C9:37:5B:08\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"xqj1wYbEOWgAkgQ6\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address D0:E6:C9:37:5B:08\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `D0:E6:C9:37:5B:08`\\n* RSSI:    -98\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"lyeQL4kkKZX4GON7\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: D0:E6:C9:37:5B:08\",\n                \"timestamp\": \"2025-05-23T19:47:15.406377Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"F0:1F:88:46:DF:C6\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"6bvQz9OMkEnY1Pro\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address F0:1F:88:46:DF:C6\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `F0:1F:88:46:DF:C6`\\n* RSSI:    -99\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"1jlMV4J0MmjAZzNW\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: F0:1F:88:46:DF:C6\",\n                \"timestamp\": \"2025-05-23T19:47:15.849283Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"C2:03:1D:5D:9C:1B\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"jdGWa9VgkOqAzxo6\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address C2:03:1D:5D:9C:1B\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `C2:03:1D:5D:9C:1B`\\n* RSSI:    -93\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"q2ZrVYddJZaYp1xm\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: C2:03:1D:5D:9C:1B\",\n                \"timestamp\": \"2025-05-23T19:49:12.910092Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"CE:D9:8E:2A:90:86\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"DMB3yANMkne98eRl\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address CE:D9:8E:2A:90:86\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `CE:D9:8E:2A:90:86`\\n* RSSI:    -97\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"v1yr595gle0YwaOo\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: CE:D9:8E:2A:90:86\",\n                \"timestamp\": \"2025-05-23T19:49:13.456013Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"D8:BB:79:FD:B0:89\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"LDpNwY2Okvz4XbWv\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address D8:BB:79:FD:B0:89\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `D8:BB:79:FD:B0:89`\\n* RSSI:    -93\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"6KJo843g2qM4ZwXR\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: D8:BB:79:FD:B0:89\",\n                \"timestamp\": \"2025-05-23T19:49:13.819959Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"F9:30:14:01:1E:86\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"XBPqZ4vnogO467nr\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address F9:30:14:01:1E:86\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `F9:30:14:01:1E:86`\\n* RSSI:    -93\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"rd7We4nXpGlAOnE3\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: F9:30:14:01:1E:86\",\n                \"timestamp\": \"2025-05-23T19:49:14.254643Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"FC:54:07:39:F1:BC\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"6ZBryAwEjDq4RzLV\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address FC:54:07:39:F1:BC\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `FC:54:07:39:F1:BC`\\n* RSSI:    -95\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"25gZj4EdlqdYnaKy\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: FC:54:07:39:F1:BC\",\n                \"timestamp\": \"2025-05-23T19:49:14.587689Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"CF:E3:5D:88:EE:C6\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"DgOZL9jwX72Al5dq\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address CF:E3:5D:88:EE:C6\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `CF:E3:5D:88:EE:C6`\\n* RSSI:    -86\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"jdp20Y7g5qQYlKyV\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: CF:E3:5D:88:EE:C6\",\n                \"timestamp\": \"2025-05-23T19:51:12.299733Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"EC:A5:DD:4A:2A:C4\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"zare34lj616AZNbq\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address EC:A5:DD:4A:2A:C4\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `EC:A5:DD:4A:2A:C4`\\n* RSSI:    -103\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"kLB1eAy72Wg4nXKy\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: EC:A5:DD:4A:2A:C4\",\n                \"timestamp\": \"2025-05-23T19:51:12.772923Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"CC:5A:3F:15:48:52\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"aKmwXYrwvZb40R6p\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address CC:5A:3F:15:48:52\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `CC:5A:3F:15:48:52`\\n* RSSI:    -95\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"VwzrOY1Mwk7Y6KkL\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: CC:5A:3F:15:48:52\",\n                \"timestamp\": \"2025-05-23T19:53:11.873534Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"C5:D1:06:34:06:82\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"lyeQL4kweZM4GON7\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address C5:D1:06:34:06:82\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `C5:D1:06:34:06:82`\\n* RSSI:    -82\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"q3MQw9RZnGe9gKVX\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: C5:D1:06:34:06:82\",\n                \"timestamp\": \"2025-05-23T19:55:23.873479Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"E3:3A:23:C6:D2:72\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"1jlMV4J8km7AZzNW\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address E3:3A:23:C6:D2:72\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `E3:3A:23:C6:D2:72`\\n* RSSI:    -99\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"BvpRXABlOqo4Zwyn\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: E3:3A:23:C6:D2:72\",\n                \"timestamp\": \"2025-05-23T19:55:24.376266Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"C4:D4:D6:6C:64:6E\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"v1yr595dked4waOo\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address C4:D4:D6:6C:64:6E\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `C4:D4:D6:6C:64:6E`\\n* RSSI:    -100\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"xqj1wYbp8w89kgQ6\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: C4:D4:D6:6C:64:6E\",\n                \"timestamp\": \"2025-05-23T19:57:55.871283Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"D6:8C:C7:D5:90:BD\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"6KJo843ak52AZwXR\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address D6:8C:C7:D5:90:BD\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `D6:8C:C7:D5:90:BD`\\n* RSSI:    -94\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"6bvQz9ObaBG41Pro\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: D6:8C:C7:D5:90:BD\",\n                \"timestamp\": \"2025-05-23T19:57:56.429928Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"C9:6E:7D:63:2B:46\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"jdp20Y7Lk0E4lKyV\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address C9:6E:7D:63:2B:46\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `C9:6E:7D:63:2B:46`\\n* RSSI:    -77\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"KwoZqAGnrqB98B3P\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: C9:6E:7D:63:2B:46\",\n                \"timestamp\": \"2025-05-23T19:59:13.964327Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"DB:36:0A:AD:57:81\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"kLB1eAyyM1PAnXKy\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address DB:36:0A:AD:57:81\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `DB:36:0A:AD:57:81`\\n* RSSI:    -102\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"dWPjxYKRX7xAnMkG\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: DB:36:0A:AD:57:81\",\n                \"timestamp\": \"2025-05-23T19:59:14.569009Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"EC:91:18:D0:62:C6\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"VwzrOY1OqL896KkL\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address EC:91:18:D0:62:C6\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `EC:91:18:D0:62:C6`\\n* RSSI:    -85\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"6KJo843g2qO4ZwXR\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: EC:91:18:D0:62:C6\",\n                \"timestamp\": \"2025-05-23T19:59:14.926913Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"FD:27:1D:BC:93:9B\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"q3MQw9R5k014gKVX\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address FD:27:1D:BC:93:9B\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `FD:27:1D:BC:93:9B`\\n* RSSI:    -99\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"rd7We4nXpGjAOnE3\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: FD:27:1D:BC:93:9B\",\n                \"timestamp\": \"2025-05-23T19:59:15.394723Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"C7:BE:2F:5D:DD:5F\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"aLGyWAX6kwN4gQX1\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address C7:BE:2F:5D:DD:5F\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `C7:BE:2F:5D:DD:5F`\\n* RSSI:    -76\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"25gZj4Edlq2YnaKy\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: C7:BE:2F:5D:DD:5F\",\n                \"timestamp\": \"2025-05-23T20:01:13.419769Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"CB:35:F5:D0:28:34\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"wLpB24e1mZ64Dmd8\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address CB:35:F5:D0:28:34\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `CB:35:F5:D0:28:34`\\n* RSSI:    -94\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"jdp20Y7g5qvYlKyV\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: CB:35:F5:D0:28:34\",\n                \"timestamp\": \"2025-05-23T20:01:13.760421Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"D1:B5:76:2B:37:1C\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"RGol6A6Xk6k4jBKn\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address D1:B5:76:2B:37:1C\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `D1:B5:76:2B:37:1C`\\n* RSSI:    -92\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"kLB1eAy72Wx4nXKy\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: D1:B5:76:2B:37:1C\",\n                \"timestamp\": \"2025-05-23T20:01:14.242234Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"DB:A1:58:01:D7:38\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"V52oD90gaQq4eWak\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address DB:A1:58:01:D7:38\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `DB:A1:58:01:D7:38`\\n* RSSI:    -100\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"VwzrOY1MwkaY6KkL\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: DB:A1:58:01:D7:38\",\n                \"timestamp\": \"2025-05-23T20:01:14.619258Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"E0:90:D9:32:89:30\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"qDgEZ9Wxkv5A6KNP\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address E0:90:D9:32:89:30\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `E0:90:D9:32:89:30`\\n* RSSI:    -94\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"q3MQw9RZnGE9gKVX\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: E0:90:D9:32:89:30\",\n                \"timestamp\": \"2025-05-23T20:01:14.980538Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"E1:D2:11:4B:68:BA\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"jdGWa9Vgk2NAzxo6\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address E1:D2:11:4B:68:BA\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `E1:D2:11:4B:68:BA`\\n* RSSI:    -101\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"BvpRXABlOqm4Zwyn\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: E1:D2:11:4B:68:BA\",\n                \"timestamp\": \"2025-05-23T20:01:15.283893Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"E3:6B:0A:15:29:FE\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"DMB3yANMkDp98eRl\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address E3:6B:0A:15:29:FE\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `E3:6B:0A:15:29:FE`\\n* RSSI:    -99\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"xqj1wYbp8w69kgQ6\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: E3:6B:0A:15:29:FE\",\n                \"timestamp\": \"2025-05-23T20:01:15.616360Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"E7:53:2F:D4:DF:99\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"LDpNwY2Okqm4XbWv\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address E7:53:2F:D4:DF:99\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `E7:53:2F:D4:DF:99`\\n* RSSI:    -88\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"6bvQz9ObaBZ41Pro\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: E7:53:2F:D4:DF:99\",\n                \"timestamp\": \"2025-05-23T20:01:16.001375Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"E9:50:26:8A:EB:B8\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"XBPqZ4vnoev467nr\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address E9:50:26:8A:EB:B8\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `E9:50:26:8A:EB:B8`\\n* RSSI:    -86\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"KwoZqAGnrq198B3P\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: E9:50:26:8A:EB:B8\",\n                \"timestamp\": \"2025-05-23T20:01:16.335222Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"F7:48:E3:16:CD:ED\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"6ZBryAwEj6n4RzLV\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address F7:48:E3:16:CD:ED\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `F7:48:E3:16:CD:ED`\\n* RSSI:    -62\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"dWPjxYKRX7VAnMkG\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: F7:48:E3:16:CD:ED\",\n                \"timestamp\": \"2025-05-23T20:01:16.766465Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"FD:B2:A3:E4:17:88\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"EpXWe4pPNmy4Rdbm\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address FD:B2:A3:E4:17:88\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `FD:B2:A3:E4:17:88`\\n* RSSI:    -97\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"Qgp13AmVlOmYRbrG\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: FD:B2:A3:E4:17:88\",\n                \"timestamp\": \"2025-05-23T20:01:17.180908Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"FF:80:E1:0B:64:52\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"rqOVW9x7l064RkXe\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address FF:80:E1:0B:64:52\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `FF:80:E1:0B:64:52`\\n* RSSI:    -95\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"arBvWYQK3OV97JmP\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: FF:80:E1:0B:64:52\",\n                \"timestamp\": \"2025-05-23T20:01:17.566338Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A new Apple Wireless Device has been observed in your airspace. This device\\nadvertised itself using the AWDL protocol, an Apple extension to 802.11 Wi-Fi.\\nThe protocol requires randomization of addresses but will expose the device's\\nname in certain conditions, such as when the device is open to receive data.\\n\\nCollected details, which may change as further frames are collected:\\n\\n* MAC Address: 96:D4:7C:74:D8:73\\n* Device Type: macOS\\n* Name (if advertised): 574B00D0-18D6-4643-8A1B-B9B579619E37\\n* ARPA (if advertised): d6ffb82b-9737-44fb-8013-ec2e3863f1c5.local\\n* Airplay Permitted: True\\n* Infrastructure Address: \\n* Infrastructure BSSID: \\n* Signal dBm: -66\\n\",\n                \"id\": \"273rPYL1eyP4ZboK\",\n                \"identifier\": \"NEW APPLE WIRELESS DEVICE\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 5,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"A NEW AWDL DEVICE (96:D4:7C:74:D8:73) OBSERVED IN AIRSPACE\",\n                \"timestamp\": \"2025-05-23T20:01:21.496782Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"C2:1C:B3:06:50:C7\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"aKmwXYrwvL340R6p\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address C2:1C:B3:06:50:C7\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `C2:1C:B3:06:50:C7`\\n* RSSI:    -102\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"RZgwmYgdV7Z48qXE\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: C2:1C:B3:06:50:C7\",\n                \"timestamp\": \"2025-05-23T20:03:13.708990Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"D2:68:CD:D8:7A:56\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"pk3PZYanbvD45XDg\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address D2:68:CD:D8:7A:56\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `D2:68:CD:D8:7A:56`\\n* RSSI:    -67\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"Ezv0w9DZxqqYKZjW\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: D2:68:CD:D8:7A:56\",\n                \"timestamp\": \"2025-05-23T20:03:14.383225Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"EE:AB:1E:B9:D7:E4\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"OjyQz4qw2QmAPnxp\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address EE:AB:1E:B9:D7:E4\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `EE:AB:1E:B9:D7:E4`\\n* RSSI:    -74\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"aLGyWAXVBDr4gQX1\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: EE:AB:1E:B9:D7:E4\",\n                \"timestamp\": \"2025-05-23T20:03:15.009447Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"F3:20:C8:30:52:13\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"vOnXrAZMnel9pNqm\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address F3:20:C8:30:52:13\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `F3:20:C8:30:52:13`\\n* RSSI:    -98\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"wLpB24eVPnd9Dmd8\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: F3:20:C8:30:52:13\",\n                \"timestamp\": \"2025-05-23T20:03:15.436670Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"CD:66:C9:1D:28:51\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"jdp20Y7LkqE4lKyV\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address CD:66:C9:1D:28:51\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `CD:66:C9:1D:28:51`\\n* RSSI:    -94\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"RGol6A6Q2qv9jBKn\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: CD:66:C9:1D:28:51\",\n                \"timestamp\": \"2025-05-23T20:07:14.040306Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"E9:D3:71:32:E2:8C\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"arBvWYQMkO1Y7JmP\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address E9:D3:71:32:E2:8C\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `E9:D3:71:32:E2:8C`\\n* RSSI:    -93\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"V52oD90vBkzYeWak\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: E9:D3:71:32:E2:8C\",\n                \"timestamp\": \"2025-05-23T20:09:14.915943Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A valid IEEE 802.11 deauthentication frame was observed with an deauth code that may identify\\nan issue with the originating station, such as invalid authoriation credentials or unsupported features.\\n\\n* BSSID: B4:8C:9D:F8:CA:63\\n* ESSID:  (Hidden: true)\\n* Client: 8E:DC:96:8E:5E:5E\\n* Reason: 7: Class 3 frame received from unassociated station\\n\\n\\nThis has been observed 11 times since 2025-05-23T05:48:04Z\",\n                \"id\": \"qDgEZ9WeRgKY6KNP\",\n                \"identifier\": \"DEAUTHENTICATION FRAME\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"DEAUTHENTICATION REQUEST FROM B4:8C:9D:F8:CA:63 TO 8E:DC:96:8E:5E:5E\",\n                \"timestamp\": \"2025-05-23T20:10:12.149886Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"C8:F2:C6:6F:8E:C7\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"V52oD90gakq4eWak\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address C8:F2:C6:6F:8E:C7\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `C8:F2:C6:6F:8E:C7`\\n* RSSI:    -102\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"jdGWa9Vx1LeYzxo6\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: C8:F2:C6:6F:8E:C7\",\n                \"timestamp\": \"2025-05-23T20:11:13.836179Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"FC:9C:04:8C:46:A8\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"qDgEZ9Wxkg5A6KNP\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address FC:9C:04:8C:46:A8\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `FC:9C:04:8C:46:A8`\\n* RSSI:    -100\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"DMB3yANdLR548eRl\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: FC:9C:04:8C:46:A8\",\n                \"timestamp\": \"2025-05-23T20:11:14.857000Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"C1:51:62:3C:84:3E\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"rqOVW9x7lB64RkXe\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address C1:51:62:3C:84:3E\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `C1:51:62:3C:84:3E`\\n* RSSI:    -99\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"LDpNwY2GdqE4XbWv\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: C1:51:62:3C:84:3E\",\n                \"timestamp\": \"2025-05-23T20:15:13.188947Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"E6:A6:27:CF:31:36\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"OgVm09okVr69KbnL\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address E6:A6:27:CF:31:36\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `E6:A6:27:CF:31:36`\\n* RSSI:    -99\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"XBPqZ4v3deD967nr\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: E6:A6:27:CF:31:36\",\n                \"timestamp\": \"2025-05-23T20:15:13.745748Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"EB:27:E5:0D:F4:18\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"DgOZL9jwXrGAl5dq\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address EB:27:E5:0D:F4:18\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `EB:27:E5:0D:F4:18`\\n* RSSI:    -91\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"6ZBryAwnQ6a9RzLV\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: EB:27:E5:0D:F4:18\",\n                \"timestamp\": \"2025-05-23T20:15:14.144328Z\"\n            },\n            {\n                \"ap_bssid\": \"00:0A:52:08:B5:DA\",\n                \"ap_essid\": \"AsiaRF_Halow-AP\",\n                \"ap_id\": \"01jlMV4JyjYZzNWn\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 71,\n                \"ap_trust_level_name\": \"High Threat\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 4,\n                \"client_group_name\": \"Visitor\",\n                \"client_id\": \"Bq2ZrVYdpdYp1xmQ\",\n                \"client_mac\": \"D8:3A:DD:15:9A:50\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 65535,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A client assigned to Client Group `VISITOR` has been observed connected to an unapproved `HIGH THREAT` AP\\n\\n* Client:      `D8:3A:DD:15:9A:50`\\n* Group:       `VISITOR`\\n* AccessPoint: `00:0A:52:08:B5:DA` (`AsiaRF_Halow-AP`)\\n* Trust Level: `HIGH THREAT`\\n\\n\\nWhat should you do?\\n\\n* Verify if this client device is supposed to be on a `HIGH THREAT` network.\\n* Check your policies to ensure clients in the `VISITOR` group are not permitted to connect to APs in the `HIGH THREAT` group.\\n* If this is unexpected, investigate whether the assignments and policy settings need adjustment.\\n* Isolate the client device from the network if it is not supposed to be connected to the `HIGH THREAT` network.\\n    \\nThis message is sent no more than once per hour for this specific Client to AP connection.\\n\",\n                \"id\": \"EpXWe4p2lmNARdbm\",\n                \"identifier\": \"TRUST POLICY VIOLATION\",\n                \"sensor_id\": \"pRGol6A63YjBKngE\",\n                \"sensor_name\": \"062018V2A10537\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"POLICY\",\n                \"summary\": \"VISITOR CLIENT (D8:3A:DD:15:9A:50) CONNECTED HIGH THREAT AP (00:0A:52:08:B5:DA)\",\n                \"timestamp\": \"2025-05-23T20:15:45.569692Z\"\n            },\n            {\n                \"ap_bssid\": \"3A:60:F9:80:87:38\",\n                \"ap_essid\": \"J-Sei\",\n                \"ap_id\": \"PlyeQL4kzKYGON75\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 99,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"KwoZqAGMGn48B3Pd\",\n                \"client_mac\": \"8A:F1:79:71:61:E6\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": null,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A new WPA/WPA2 handshake has been collected from the airspace.                    \\n\\n* AP: `3A:60:F9:80:87:38` (`J-Sei`)\\n* Client: `8A:F1:79:71:61:E6`\\n\\nWi-Fi PSK (Pre-Shared Key) handshakes are a fundamental part of how WPA (Wi-Fi Protected Access)\\nand WPA2 networks authenticate clients. The handshake process ensures that both the client \\nand the access point share the same PSK without transmitting it directly over the network.\\n\\nInstead of sending the actual PSK over the air, both the client and AP use it to derive\\ncryptographic keys and verify each other using the handshake process. This ensures security even\\nif an attacker is sniffing the network.\\n\\nBecause the PSK is derived from the passphrase, weak or default passphrases can be easily\\ncracked by attackers using dictionary or brute-force attacks. It is recommended to use a\\nstrong, unique passphrase for each Wi-Fi network to prevent unauthorized access. \\n\",\n                \"id\": \"rqOVW9xdM0j9RkXe\",\n                \"identifier\": \"NEW WPA/WPA2 HANDSHAKE\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 1,\n                \"source\": \"INTERROGATOR\",\n                \"summary\": \"NEW WPA HANDSHAKE RECEIVED FOR BSSID 3A:60:F9:80:87:38\",\n                \"timestamp\": \"2025-05-23T20:15:46.004070Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"C4:44:66:42:A9:F2\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"lyeQL4kwer04GON7\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address C4:44:66:42:A9:F2\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `C4:44:66:42:A9:F2`\\n* RSSI:    -75\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"OgVm09oJeKw4KbnL\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: C4:44:66:42:A9:F2\",\n                \"timestamp\": \"2025-05-23T20:17:14.570463Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"C4:97:D8:78:38:3C\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"1jlMV4J8k5QAZzNW\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address C4:97:D8:78:38:3C\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `C4:97:D8:78:38:3C`\\n* RSSI:    -63\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"DgOZL9jMpRn4l5dq\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: C4:97:D8:78:38:3C\",\n                \"timestamp\": \"2025-05-23T20:17:14.842387Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"C9:C3:DD:51:87:71\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"q2ZrVYdyKrE4p1xm\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address C9:C3:DD:51:87:71\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `C9:C3:DD:51:87:71`\\n* RSSI:    -98\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"zare34llgbn4ZNbq\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: C9:C3:DD:51:87:71\",\n                \"timestamp\": \"2025-05-23T20:17:15.215124Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"CC:10:D4:FE:B8:30\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"v1yr595dkpo4waOo\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address CC:10:D4:FE:B8:30\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `CC:10:D4:FE:B8:30`\\n* RSSI:    -75\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"eZ5nwAMadVRAMWlV\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: CC:10:D4:FE:B8:30\",\n                \"timestamp\": \"2025-05-23T20:17:15.565262Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"D5:DD:08:56:73:BB\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"6KJo843akvmAZwXR\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address D5:DD:08:56:73:BB\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `D5:DD:08:56:73:BB`\\n* RSSI:    -99\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"1aRZl4zw2Oy9VB3q\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: D5:DD:08:56:73:BB\",\n                \"timestamp\": \"2025-05-23T20:17:16.085482Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"DC:19:89:16:2A:E1\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"rd7We4nLWrDAOnE3\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address DC:19:89:16:2A:E1\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `DC:19:89:16:2A:E1`\\n* RSSI:    -83\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"ROz2VY8D2nDYLwMl\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: DC:19:89:16:2A:E1\",\n                \"timestamp\": \"2025-05-23T20:17:16.463847Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"E3:BC:50:CF:A4:4F\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"25gZj4E8kL7YnaKy\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address E3:BC:50:CF:A4:4F\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `E3:BC:50:CF:A4:4F`\\n* RSSI:    -76\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"ab7n24POVv8Yp13q\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: E3:BC:50:CF:A4:4F\",\n                \"timestamp\": \"2025-05-23T20:17:16.924854Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"EC:07:F3:51:22:CD\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"jdp20Y7Lk3E4lKyV\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address EC:07:F3:51:22:CD\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `EC:07:F3:51:22:CD`\\n* RSSI:    -96\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"aKmwXYrRPnpY0R6p\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: EC:07:F3:51:22:CD\",\n                \"timestamp\": \"2025-05-23T20:17:17.401933Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"EF:9B:C3:D0:E6:C1\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"kLB1eAyyMbPAnXKy\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address EF:9B:C3:D0:E6:C1\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `EF:9B:C3:D0:E6:C1`\\n* RSSI:    -94\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"pk3PZYaxjrJA5XDg\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: EF:9B:C3:D0:E6:C1\",\n                \"timestamp\": \"2025-05-23T20:17:17.745404Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"F0:31:D9:33:18:9E\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"KwoZqAG8kD6Y8B3P\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address F0:31:D9:33:18:9E\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `F0:31:D9:33:18:9E`\\n* RSSI:    -94\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"OjyQz4qeJ3B4Pnxp\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: F0:31:D9:33:18:9E\",\n                \"timestamp\": \"2025-05-23T20:19:14.803865Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"CE:96:73:03:3F:16\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"25gZj4E8kLnYnaKy\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address CE:96:73:03:3F:16\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `CE:96:73:03:3F:16`\\n* RSSI:    -100\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"vOnXrAZJdrMApNqm\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: CE:96:73:03:3F:16\",\n                \"timestamp\": \"2025-05-23T20:21:14.071050Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"E3:3B:43:C9:2B:D6\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"jdp20Y7Lk3y4lKyV\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address E3:3B:43:C9:2B:D6\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `E3:3B:43:C9:2B:D6`\\n* RSSI:    -75\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"lyeQL4kkKrK4GON7\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: E3:3B:43:C9:2B:D6\",\n                \"timestamp\": \"2025-05-23T20:21:14.510596Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"EC:0F:0B:49:80:E1\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"kLB1eAyyMbqAnXKy\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address EC:0F:0B:49:80:E1\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `EC:0F:0B:49:80:E1`\\n* RSSI:    -100\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"1jlMV4J0M5GAZzNW\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: EC:0F:0B:49:80:E1\",\n                \"timestamp\": \"2025-05-23T20:21:14.971824Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"FB:AB:5E:02:B3:DB\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"VwzrOY1OqNW96KkL\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address FB:AB:5E:02:B3:DB\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `FB:AB:5E:02:B3:DB`\\n* RSSI:    -100\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"q2ZrVYddJrpYp1xm\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: FB:AB:5E:02:B3:DB\",\n                \"timestamp\": \"2025-05-23T20:21:15.540230Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"D1:46:81:30:E9:73\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"dWPjxYKzk0WAnMkG\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address D1:46:81:30:E9:73\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `D1:46:81:30:E9:73`\\n* RSSI:    -95\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"v1yr595glpZYwaOo\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: D1:46:81:30:E9:73\",\n                \"timestamp\": \"2025-05-23T20:23:14.852933Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"D8:1F:88:83:AB:09\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"wLpB24e1mde4Dmd8\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address D8:1F:88:83:AB:09\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `D8:1F:88:83:AB:09`\\n* RSSI:    -87\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"6KJo843g2vO4ZwXR\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: D8:1F:88:83:AB:09\",\n                \"timestamp\": \"2025-05-23T20:25:26.046282Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"CE:2D:88:84:09:B0\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"zare34lj6qDAZNbq\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address CE:2D:88:84:09:B0\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `CE:2D:88:84:09:B0`\\n* RSSI:    -81\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"rd7We4nXprjAOnE3\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: CE:2D:88:84:09:B0\",\n                \"timestamp\": \"2025-05-23T20:29:15.450066Z\"\n            },\n            {\n                \"ap_bssid\": \"3A:60:F9:80:87:39\",\n                \"ap_essid\": \"J-Sei\",\n                \"ap_id\": \"BROz2VY8MD4LwMlb\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 30,\n                \"ap_trust_level_name\": \"Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 99,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"kLB1eAyGXg4nXKy2\",\n                \"client_mac\": \"B6:52:8D:E2:A3:81\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": null,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A new WPA/WPA2 handshake has been collected from the airspace.                    \\n\\n* AP: `3A:60:F9:80:87:39` (`J-Sei`)\\n* Client: `B6:52:8D:E2:A3:81`\\n\\nWi-Fi PSK (Pre-Shared Key) handshakes are a fundamental part of how WPA (Wi-Fi Protected Access)\\nand WPA2 networks authenticate clients. The handshake process ensures that both the client \\nand the access point share the same PSK without transmitting it directly over the network.\\n\\nInstead of sending the actual PSK over the air, both the client and AP use it to derive\\ncryptographic keys and verify each other using the handshake process. This ensures security even\\nif an attacker is sniffing the network.\\n\\nBecause the PSK is derived from the passphrase, weak or default passphrases can be easily\\ncracked by attackers using dictionary or brute-force attacks. It is recommended to use a\\nstrong, unique passphrase for each Wi-Fi network to prevent unauthorized access. \\n\",\n                \"id\": \"25gZj4EdlL2YnaKy\",\n                \"identifier\": \"NEW WPA/WPA2 HANDSHAKE\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 1,\n                \"source\": \"INTERROGATOR\",\n                \"summary\": \"NEW WPA HANDSHAKE RECEIVED FOR BSSID 3A:60:F9:80:87:39\",\n                \"timestamp\": \"2025-05-23T20:30:14.653900Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"C6:E2:EA:24:86:0E\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"aKmwXYrwvEX40R6p\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address C6:E2:EA:24:86:0E\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `C6:E2:EA:24:86:0E`\\n* RSSI:    -92\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"jdp20Y7g53vYlKyV\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: C6:E2:EA:24:86:0E\",\n                \"timestamp\": \"2025-05-23T20:31:14.105398Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"D1:5E:A8:2A:5B:FF\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"pk3PZYanbqd45XDg\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address D1:5E:A8:2A:5B:FF\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `D1:5E:A8:2A:5B:FF`\\n* RSSI:    -97\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"kLB1eAy72bx4nXKy\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: D1:5E:A8:2A:5B:FF\",\n                \"timestamp\": \"2025-05-23T20:31:14.902148Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"D3:52:EE:1B:7F:05\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"OjyQz4qw2nGAPnxp\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address D3:52:EE:1B:7F:05\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `D3:52:EE:1B:7F:05`\\n* RSSI:    -89\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"VwzrOY1MwNaY6KkL\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: D3:52:EE:1B:7F:05\",\n                \"timestamp\": \"2025-05-23T20:31:15.258023Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"D9:F0:85:F4:21:B3\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"vOnXrAZMnqZ9pNqm\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address D9:F0:85:F4:21:B3\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `D9:F0:85:F4:21:B3`\\n* RSSI:    -91\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"q3MQw9RZnpE9gKVX\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: D9:F0:85:F4:21:B3\",\n                \"timestamp\": \"2025-05-23T20:31:15.708469Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"DF:53:26:BD:EC:1D\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"lyeQL4kweqB4GON7\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address DF:53:26:BD:EC:1D\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `DF:53:26:BD:EC:1D`\\n* RSSI:    -101\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"BvpRXABlOKm4Zwyn\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: DF:53:26:BD:EC:1D\",\n                \"timestamp\": \"2025-05-23T20:31:16.139321Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"E0:70:C6:A1:94:50\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"1jlMV4J8kV5AZzNW\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address E0:70:C6:A1:94:50\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `E0:70:C6:A1:94:50`\\n* RSSI:    -72\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"xqj1wYbp8r69kgQ6\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: E0:70:C6:A1:94:50\",\n                \"timestamp\": \"2025-05-23T20:31:16.529595Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"EE:4B:7A:66:7B:FD\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"q2ZrVYdyKqq4p1xm\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address EE:4B:7A:66:7B:FD\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `EE:4B:7A:66:7B:FD`\\n* RSSI:    -87\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"6bvQz9Oba2Z41Pro\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: EE:4B:7A:66:7B:FD\",\n                \"timestamp\": \"2025-05-23T20:31:17.017678Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"EF:03:04:25:C9:3F\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"v1yr595dkn24waOo\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address EF:03:04:25:C9:3F\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `EF:03:04:25:C9:3F`\\n* RSSI:    -78\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"KwoZqAGnrD198B3P\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: EF:03:04:25:C9:3F\",\n                \"timestamp\": \"2025-05-23T20:31:17.402760Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"FA:75:89:CC:0F:EB\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"6KJo843akozAZwXR\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address FA:75:89:CC:0F:EB\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `FA:75:89:CC:0F:EB`\\n* RSSI:    -93\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"dWPjxYKRX0VAnMkG\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: FA:75:89:CC:0F:EB\",\n                \"timestamp\": \"2025-05-23T20:31:17.848194Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"FA:CD:0F:D8:C7:F5\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"rd7We4nLWqnAOnE3\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address FA:CD:0F:D8:C7:F5\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `FA:CD:0F:D8:C7:F5`\\n* RSSI:    -82\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"Qgp13AmVlrmYRbrG\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: FA:CD:0F:D8:C7:F5\",\n                \"timestamp\": \"2025-05-23T20:31:18.274832Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"FB:05:E7:62:A4:86\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"25gZj4E8kXnYnaKy\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address FB:05:E7:62:A4:86\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `FB:05:E7:62:A4:86`\\n* RSSI:    -97\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"arBvWYQK3wV97JmP\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: FB:05:E7:62:A4:86\",\n                \"timestamp\": \"2025-05-23T20:31:18.672224Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"FD:BA:26:31:AB:E7\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"jdp20Y7Lk7y4lKyV\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address FD:BA:26:31:AB:E7\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `FD:BA:26:31:AB:E7`\\n* RSSI:    -84\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"273rPYL1eWP4ZboK\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: FD:BA:26:31:AB:E7\",\n                \"timestamp\": \"2025-05-23T20:31:19.106644Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"FF:49:77:3D:91:8C\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"kLB1eAyyMOqAnXKy\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address FF:49:77:3D:91:8C\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `FF:49:77:3D:91:8C`\\n* RSSI:    -79\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"RZgwmYgdVrZ48qXE\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: FF:49:77:3D:91:8C\",\n                \"timestamp\": \"2025-05-23T20:31:19.428903Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"C8:65:F7:E1:AB:88\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"273rPYLqkD14ZboK\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address C8:65:F7:E1:AB:88\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `C8:65:F7:E1:AB:88`\\n* RSSI:    -63\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"Ezv0w9DZxQqYKZjW\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: C8:65:F7:E1:AB:88\",\n                \"timestamp\": \"2025-05-23T20:33:14.362177Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"EA:E3:53:6E:72:F2\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"RZgwmYgwLmlY8qXE\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address EA:E3:53:6E:72:F2\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `EA:E3:53:6E:72:F2`\\n* RSSI:    -96\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"aLGyWAXVBrr4gQX1\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: EA:E3:53:6E:72:F2\",\n                \"timestamp\": \"2025-05-23T20:33:15.436679Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"F2:9C:9D:7F:17:84\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"Ezv0w9D8kbN9KZjW\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address F2:9C:9D:7F:17:84\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `F2:9C:9D:7F:17:84`\\n* RSSI:    -89\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"wLpB24eVPad9Dmd8\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: F2:9C:9D:7F:17:84\",\n                \"timestamp\": \"2025-05-23T20:33:16.025346Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"FD:FE:71:0E:C5:D1\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"aLGyWAX6kxe4gQX1\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address FD:FE:71:0E:C5:D1\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `FD:FE:71:0E:C5:D1`\\n* RSSI:    -95\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"RGol6A6Q2xv9jBKn\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: FD:FE:71:0E:C5:D1\",\n                \"timestamp\": \"2025-05-23T20:33:16.583843Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"ED:5E:4A:8A:2B:5F\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"qDgEZ9WxkpNA6KNP\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address ED:5E:4A:8A:2B:5F\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `ED:5E:4A:8A:2B:5F`\\n* RSSI:    -92\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"V52oD90vBVzYeWak\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: ED:5E:4A:8A:2B:5F\",\n                \"timestamp\": \"2025-05-23T20:35:15.048247Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"F0:C7:60:2F:19:A6\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"jdGWa9VgkwvAzxo6\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address F0:C7:60:2F:19:A6\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `F0:C7:60:2F:19:A6`\\n* RSSI:    -103\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"qDgEZ9WeRrKY6KNP\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: F0:C7:60:2F:19:A6\",\n                \"timestamp\": \"2025-05-23T20:35:15.518781Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"F6:15:8E:AC:D0:28\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"DMB3yANMkeZ98eRl\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address F6:15:8E:AC:D0:28\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `F6:15:8E:AC:D0:28`\\n* RSSI:    -101\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"jdGWa9Vx1ZeYzxo6\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: F6:15:8E:AC:D0:28\",\n                \"timestamp\": \"2025-05-23T20:35:15.853690Z\"\n            },\n            {\n                \"ap_bssid\": \"74:97:8E:02:1E:A2\",\n                \"ap_essid\": \"Helium\",\n                \"ap_id\": \"xDMB3yANd548eRlJ\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A repeating 802.11 EAPOLFrame RSN anonce broadcast has been seen between 74:97:8E:02:1E:A2 and 3E:06:81:B5:6B:0F.\\nThis may indicate a Key Reinstallation Attack (KRACK) attack is in progress or a device's\\nsoftware has not been upgraded to defend against this weakness. If a large number of\\nevents are seen in a short period of time an attack could be in progress.\\n\\nFor more information about this weakness, visit the following links:\\n    \\n* https://www.krackattacks.com/\\n* https://en.wikipedia.org/wiki/KRACK\\n* https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13077\\n* https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13078\\n* https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13079\\n* https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13080\\n* https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13081\\n* https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13082\\n* https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13084\\n* https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13086\\n* https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13087\\n* https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13088\\n\",\n                \"id\": \"DMB3yANdLN548eRl\",\n                \"identifier\": \"KRACK\",\n                \"sensor_id\": \"pRGol6A63YjBKngE\",\n                \"sensor_name\": \"062018V2A10537\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 10,\n                \"source\": \"WIDS\",\n                \"summary\": \"POSSIBLE KRACK WEAKNESS/ATTACK\",\n                \"timestamp\": \"2025-05-23T20:36:32.806394Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"F0:57:E5:31:45:74\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"rqOVW9x7lo24RkXe\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address F0:57:E5:31:45:74\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `F0:57:E5:31:45:74`\\n* RSSI:    -101\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"LDpNwY2Gd2E4XbWv\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: F0:57:E5:31:45:74\",\n                \"timestamp\": \"2025-05-23T20:37:14.716341Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"C6:78:ED:EA:A5:65\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"lyeQL4kweDB4GON7\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address C6:78:ED:EA:A5:65\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `C6:78:ED:EA:A5:65`\\n* RSSI:    -102\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"XBPqZ4v3d1D967nr\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: C6:78:ED:EA:A5:65\",\n                \"timestamp\": \"2025-05-23T20:39:15.559516Z\"\n            },\n            {\n                \"ap_bssid\": \"3A:60:F9:80:87:39\",\n                \"ap_essid\": \"J-Sei\",\n                \"ap_id\": \"BROz2VY8MD4LwMlb\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 30,\n                \"ap_trust_level_name\": \"Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 99,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"KwoZqAGMGn48B3Pd\",\n                \"client_mac\": \"8A:F1:79:71:61:E6\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": null,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A new WPA/WPA2 handshake has been collected from the airspace.                    \\n\\n* AP: `3A:60:F9:80:87:39` (`J-Sei`)\\n* Client: `8A:F1:79:71:61:E6`\\n\\nWi-Fi PSK (Pre-Shared Key) handshakes are a fundamental part of how WPA (Wi-Fi Protected Access)\\nand WPA2 networks authenticate clients. The handshake process ensures that both the client \\nand the access point share the same PSK without transmitting it directly over the network.\\n\\nInstead of sending the actual PSK over the air, both the client and AP use it to derive\\ncryptographic keys and verify each other using the handshake process. This ensures security even\\nif an attacker is sniffing the network.\\n\\nBecause the PSK is derived from the passphrase, weak or default passphrases can be easily\\ncracked by attackers using dictionary or brute-force attacks. It is recommended to use a\\nstrong, unique passphrase for each Wi-Fi network to prevent unauthorized access. \\n\",\n                \"id\": \"6ZBryAwnQRa9RzLV\",\n                \"identifier\": \"NEW WPA/WPA2 HANDSHAKE\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 1,\n                \"source\": \"INTERROGATOR\",\n                \"summary\": \"NEW WPA HANDSHAKE RECEIVED FOR BSSID 3A:60:F9:80:87:39\",\n                \"timestamp\": \"2025-05-23T20:40:43.933230Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"D3:79:17:6F:36:4E\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"xqj1wYbEOBbAkgQ6\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address D3:79:17:6F:36:4E\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `D3:79:17:6F:36:4E`\\n* RSSI:    -82\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"EpXWe4p2lrNARdbm\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: D3:79:17:6F:36:4E\",\n                \"timestamp\": \"2025-05-23T20:45:13.810476Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"D5:11:9A:CF:0D:23\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"6bvQz9OMk6PY1Pro\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address D5:11:9A:CF:0D:23\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `D5:11:9A:CF:0D:23`\\n* RSSI:    -89\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"rqOVW9xdMBj9RkXe\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: D5:11:9A:CF:0D:23\",\n                \"timestamp\": \"2025-05-23T20:45:14.288666Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"DE:ED:65:F2:27:42\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"KwoZqAG8kKbY8B3P\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address DE:ED:65:F2:27:42\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `DE:ED:65:F2:27:42`\\n* RSSI:    -83\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"OgVm09oJerw4KbnL\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: DE:ED:65:F2:27:42\",\n                \"timestamp\": \"2025-05-23T20:45:14.733259Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"F0:59:95:76:3C:35\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"dWPjxYKzkgWAnMkG\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address F0:59:95:76:3C:35\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `F0:59:95:76:3C:35`\\n* RSSI:    -87\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"DgOZL9jMprn4l5dq\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: F0:59:95:76:3C:35\",\n                \"timestamp\": \"2025-05-23T20:45:15.606555Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"F6:85:3C:DB:D3:DF\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"6KJo843akzMAZwXR\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address F6:85:3C:DB:D3:DF\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `F6:85:3C:DB:D3:DF`\\n* RSSI:    -91\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"zare34llgrn4ZNbq\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: F6:85:3C:DB:D3:DF\",\n                \"timestamp\": \"2025-05-23T20:45:16.011518Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A deauthentication frame was observed in your airspace, which is highly unusual.\\nThis may be indicative of an ongoing attack in the area.\\n\\n* BSSID: 8A:31:7D:F1:49:EE\\n* ESSID:  (Hidden: true)\\n* Client: 36:60:F9:8C:B3:EC\\n* Code: 16456\",\n                \"id\": \"eZ5nwAMad5RAMWlV\",\n                \"identifier\": \"DEAUTHCODEINVALID\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 4,\n                \"source\": \"WIDS\",\n                \"summary\": \"DEAUTHENTICATION WITH INVALID REASON CODE FROM 8A:31:7D:F1:49:EE\",\n                \"timestamp\": \"2025-05-23T20:45:42.424266Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"CC:C3:F9:58:C8:99\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"BvpRXABokzoYZwyn\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address CC:C3:F9:58:C8:99\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `CC:C3:F9:58:C8:99`\\n* RSSI:    -98\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"1aRZl4zw2Gy9VB3q\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: CC:C3:F9:58:C8:99\",\n                \"timestamp\": \"2025-05-23T20:47:14.524730Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"D6:4A:D0:C2:BF:CE\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"xqj1wYbEON8AkgQ6\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address D6:4A:D0:C2:BF:CE\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `D6:4A:D0:C2:BF:CE`\\n* RSSI:    -77\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"ROz2VY8D2yDYLwMl\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: D6:4A:D0:C2:BF:CE\",\n                \"timestamp\": \"2025-05-23T20:47:15.038533Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"E9:4B:86:20:AB:87\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"6bvQz9OMkyGY1Pro\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address E9:4B:86:20:AB:87\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `E9:4B:86:20:AB:87`\\n* RSSI:    -76\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"ab7n24POVx8Yp13q\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: E9:4B:86:20:AB:87\",\n                \"timestamp\": \"2025-05-23T20:47:15.553440Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"ED:BF:D5:23:0A:4E\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"KwoZqAG8kzBY8B3P\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address ED:BF:D5:23:0A:4E\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `ED:BF:D5:23:0A:4E`\\n* RSSI:    -59\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"aKmwXYrRPEpY0R6p\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: ED:BF:D5:23:0A:4E\",\n                \"timestamp\": \"2025-05-23T20:47:16.084346Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"EE:D5:E1:7B:95:5E\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"dWPjxYKzk3xAnMkG\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address EE:D5:E1:7B:95:5E\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `EE:D5:E1:7B:95:5E`\\n* RSSI:    -100\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"pk3PZYaxjqJA5XDg\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: EE:D5:E1:7B:95:5E\",\n                \"timestamp\": \"2025-05-23T20:47:16.512082Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"F8:76:76:6A:85:4A\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"Qgp13Amw0E84RbrG\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address F8:76:76:6A:85:4A\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `F8:76:76:6A:85:4A`\\n* RSSI:    -66\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"OjyQz4qeJnB4Pnxp\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: F8:76:76:6A:85:4A\",\n                \"timestamp\": \"2025-05-23T20:47:17.029337Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"E0:80:5F:D2:99:AF\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"V52oD90gazO4eWak\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address E0:80:5F:D2:99:AF\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `E0:80:5F:D2:99:AF`\\n* RSSI:    -96\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"vOnXrAZJdqMApNqm\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: E0:80:5F:D2:99:AF\",\n                \"timestamp\": \"2025-05-23T20:49:28.705622Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"E7:F1:5B:B0:67:4C\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"qDgEZ9WxkmdA6KNP\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address E7:F1:5B:B0:67:4C\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `E7:F1:5B:B0:67:4C`\\n* RSSI:    -98\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"lyeQL4kkKqK4GON7\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: E7:F1:5B:B0:67:4C\",\n                \"timestamp\": \"2025-05-23T20:49:29.053871Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"FE:9B:7A:F3:B6:61\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"jdGWa9VgkK0Azxo6\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address FE:9B:7A:F3:B6:61\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `FE:9B:7A:F3:B6:61`\\n* RSSI:    -99\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"1jlMV4J0MVGAZzNW\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: FE:9B:7A:F3:B6:61\",\n                \"timestamp\": \"2025-05-23T20:49:30.005031Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"C7:62:92:9C:F9:44\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"XBPqZ4vnoKJ467nr\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address C7:62:92:9C:F9:44\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `C7:62:92:9C:F9:44`\\n* RSSI:    -96\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"q2ZrVYddJqpYp1xm\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: C7:62:92:9C:F9:44\",\n                \"timestamp\": \"2025-05-23T20:51:14.018815Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"D1:59:AD:39:3D:CB\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"6ZBryAwEjmD4RzLV\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address D1:59:AD:39:3D:CB\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `D1:59:AD:39:3D:CB`\\n* RSSI:    -98\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"v1yr595glnZYwaOo\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: D1:59:AD:39:3D:CB\",\n                \"timestamp\": \"2025-05-23T20:51:14.476770Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"DE:04:BD:A2:B0:97\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"EpXWe4pPN1Z4Rdbm\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address DE:04:BD:A2:B0:97\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `DE:04:BD:A2:B0:97`\\n* RSSI:    -93\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"6KJo843g2oO4ZwXR\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: DE:04:BD:A2:B0:97\",\n                \"timestamp\": \"2025-05-23T20:51:14.978867Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"F1:50:0C:95:AE:3C\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"rqOVW9x7lQ04RkXe\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address F1:50:0C:95:AE:3C\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `F1:50:0C:95:AE:3C`\\n* RSSI:    -83\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"rd7We4nXpqjAOnE3\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: F1:50:0C:95:AE:3C\",\n                \"timestamp\": \"2025-05-23T20:51:15.555884Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"FB:5D:73:D1:12:19\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"OjyQz4qw2RlAPnxp\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address FB:5D:73:D1:12:19\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `FB:5D:73:D1:12:19`\\n* RSSI:    -85\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"25gZj4EdlX2YnaKy\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: FB:5D:73:D1:12:19\",\n                \"timestamp\": \"2025-05-23T20:53:14.677405Z\"\n            },\n            {\n                \"ap_bssid\": \"3A:60:F9:80:87:39\",\n                \"ap_essid\": \"J-Sei\",\n                \"ap_id\": \"BROz2VY8MD4LwMlb\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 30,\n                \"ap_trust_level_name\": \"Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 99,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"KwoZqAGMGn48B3Pd\",\n                \"client_mac\": \"8A:F1:79:71:61:E6\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": null,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A new WPA/WPA2 handshake has been collected from the airspace.                    \\n\\n* AP: `3A:60:F9:80:87:39` (`J-Sei`)\\n* Client: `8A:F1:79:71:61:E6`\\n\\nWi-Fi PSK (Pre-Shared Key) handshakes are a fundamental part of how WPA (Wi-Fi Protected Access)\\nand WPA2 networks authenticate clients. The handshake process ensures that both the client \\nand the access point share the same PSK without transmitting it directly over the network.\\n\\nInstead of sending the actual PSK over the air, both the client and AP use it to derive\\ncryptographic keys and verify each other using the handshake process. This ensures security even\\nif an attacker is sniffing the network.\\n\\nBecause the PSK is derived from the passphrase, weak or default passphrases can be easily\\ncracked by attackers using dictionary or brute-force attacks. It is recommended to use a\\nstrong, unique passphrase for each Wi-Fi network to prevent unauthorized access. \\n\",\n                \"id\": \"jdp20Y7g57vYlKyV\",\n                \"identifier\": \"NEW WPA/WPA2 HANDSHAKE\",\n                \"sensor_id\": \"pRGol6A63YjBKngE\",\n                \"sensor_name\": \"062018V2A10537\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 1,\n                \"source\": \"INTERROGATOR\",\n                \"summary\": \"NEW WPA HANDSHAKE RECEIVED FOR BSSID 3A:60:F9:80:87:39\",\n                \"timestamp\": \"2025-05-23T20:54:08.512040Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"C0:96:C2:56:CA:15\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"arBvWYQMk1BY7JmP\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address C0:96:C2:56:CA:15\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `C0:96:C2:56:CA:15`\\n* RSSI:    -88\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"kLB1eAy72Ox4nXKy\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: C0:96:C2:56:CA:15\",\n                \"timestamp\": \"2025-05-23T21:01:13.694594Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"C2:3E:71:5B:53:2B\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"273rPYLqk364ZboK\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address C2:3E:71:5B:53:2B\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `C2:3E:71:5B:53:2B`\\n* RSSI:    -99\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"VwzrOY1MwpaY6KkL\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: C2:3E:71:5B:53:2B\",\n                \"timestamp\": \"2025-05-23T21:01:14.120320Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"C6:94:1D:2E:75:47\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"RZgwmYgwLp2Y8qXE\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address C6:94:1D:2E:75:47\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `C6:94:1D:2E:75:47`\\n* RSSI:    -85\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"q3MQw9RZnJE9gKVX\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: C6:94:1D:2E:75:47\",\n                \"timestamp\": \"2025-05-23T21:01:14.469987Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"C9:42:C1:FF:18:A3\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"Ezv0w9D8kvn9KZjW\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address C9:42:C1:FF:18:A3\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `C9:42:C1:FF:18:A3`\\n* RSSI:    -78\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"BvpRXABlOLm4Zwyn\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: C9:42:C1:FF:18:A3\",\n                \"timestamp\": \"2025-05-23T21:01:14.862892Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"D2:87:6E:20:DF:2A\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"aLGyWAX6kmG4gQX1\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address D2:87:6E:20:DF:2A\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `D2:87:6E:20:DF:2A`\\n* RSSI:    -83\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"xqj1wYbp8q69kgQ6\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: D2:87:6E:20:DF:2A\",\n                \"timestamp\": \"2025-05-23T21:01:15.390670Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"DA:6B:EA:6F:5A:07\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"wLpB24e1mv74Dmd8\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address DA:6B:EA:6F:5A:07\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `DA:6B:EA:6F:5A:07`\\n* RSSI:    -94\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"6bvQz9ObapZ41Pro\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: DA:6B:EA:6F:5A:07\",\n                \"timestamp\": \"2025-05-23T21:01:15.876616Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"E1:F5:62:1A:20:80\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"RGol6A6XkK34jBKn\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address E1:F5:62:1A:20:80\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `E1:F5:62:1A:20:80`\\n* RSSI:    -62\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"KwoZqAGnr6198B3P\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: E1:F5:62:1A:20:80\",\n                \"timestamp\": \"2025-05-23T21:01:16.335208Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"E8:2B:27:77:8C:2B\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"V52oD90ga1O4eWak\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address E8:2B:27:77:8C:2B\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `E8:2B:27:77:8C:2B`\\n* RSSI:    -99\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"dWPjxYKRXNVAnMkG\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: E8:2B:27:77:8C:2B\",\n                \"timestamp\": \"2025-05-23T21:01:16.771480Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"F6:C1:97:A2:CB:55\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"qDgEZ9WxkKdA6KNP\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address F6:C1:97:A2:CB:55\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `F6:C1:97:A2:CB:55`\\n* RSSI:    -71\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"6KJo843g2oE4ZwXR\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: F6:C1:97:A2:CB:55\",\n                \"timestamp\": \"2025-05-23T21:01:17.344419Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"FA:93:CD:9C:5F:F2\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"jdGWa9VgkG0Azxo6\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address FA:93:CD:9C:5F:F2\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `FA:93:CD:9C:5F:F2`\\n* RSSI:    -97\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"rd7We4nXpqzAOnE3\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: FA:93:CD:9C:5F:F2\",\n                \"timestamp\": \"2025-05-23T21:01:17.759503Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"FE:71:10:7A:2B:27\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"DMB3yANMkEz98eRl\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address FE:71:10:7A:2B:27\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `FE:71:10:7A:2B:27`\\n* RSSI:    -95\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"25gZj4EdlXPYnaKy\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: FE:71:10:7A:2B:27\",\n                \"timestamp\": \"2025-05-23T21:01:18.116497Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"FF:FC:EA:7D:BC:D6\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"LDpNwY2OkBn4XbWv\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address FF:FC:EA:7D:BC:D6\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `FF:FC:EA:7D:BC:D6`\\n* RSSI:    -68\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"jdp20Y7g570YlKyV\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: FF:FC:EA:7D:BC:D6\",\n                \"timestamp\": \"2025-05-23T21:01:18.488926Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"C0:67:61:BE:B1:26\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"OgVm09okVEr9KbnL\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address C0:67:61:BE:B1:26\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `C0:67:61:BE:B1:26`\\n* RSSI:    -88\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"kLB1eAy72OW4nXKy\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: C0:67:61:BE:B1:26\",\n                \"timestamp\": \"2025-05-23T21:03:13.434459Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"C0:6E:2E:66:5A:56\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"DgOZL9jwXjqAl5dq\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address C0:6E:2E:66:5A:56\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `C0:6E:2E:66:5A:56`\\n* RSSI:    -96\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"VwzrOY1MwpNY6KkL\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: C0:6E:2E:66:5A:56\",\n                \"timestamp\": \"2025-05-23T21:03:13.794810Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"D7:72:81:F7:C4:2B\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"zare34lj6MXAZNbq\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address D7:72:81:F7:C4:2B\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `D7:72:81:F7:C4:2B`\\n* RSSI:    -85\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"q3MQw9RZnJJ9gKVX\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: D7:72:81:F7:C4:2B\",\n                \"timestamp\": \"2025-05-23T21:03:14.477583Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"E2:54:F3:CE:E2:FD\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"eZ5nwAMMknEAMWlV\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address E2:54:F3:CE:E2:FD\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `E2:54:F3:CE:E2:FD`\\n* RSSI:    -99\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"BvpRXABlOLR4Zwyn\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: E2:54:F3:CE:E2:FD\",\n                \"timestamp\": \"2025-05-23T21:03:14.859686Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"FA:1C:98:EC:78:54\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"1aRZl4z1zQQYVB3q\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address FA:1C:98:EC:78:54\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `FA:1C:98:EC:78:54`\\n* RSSI:    -98\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"xqj1wYbp8qN9kgQ6\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: FA:1C:98:EC:78:54\",\n                \"timestamp\": \"2025-05-23T21:03:15.361554Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"FE:42:B4:34:19:E4\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"ROz2VY8GkQVALwMl\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address FE:42:B4:34:19:E4\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `FE:42:B4:34:19:E4`\\n* RSSI:    -100\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"6bvQz9Obap741Pro\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: FE:42:B4:34:19:E4\",\n                \"timestamp\": \"2025-05-23T21:03:15.715193Z\"\n            },\n            {\n                \"ap_bssid\": \"74:97:8E:02:1E:A2\",\n                \"ap_essid\": \"Helium\",\n                \"ap_id\": \"xDMB3yANd548eRlJ\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 99,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"rd7We4nePlYOnE3X\",\n                \"client_mac\": \"AA:82:9E:5A:73:CB\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": null,\n                \"client_tag_device\": \"Phone\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"iPhone\",\n                \"client_tag_vendor\": \"Apple\",\n                \"detail\": \"A repeating 802.11 EAPOLFrame RSN anonce broadcast has been seen between 74:97:8E:02:1E:A2 and AA:82:9E:5A:73:CB.\\nThis may indicate a Key Reinstallation Attack (KRACK) attack is in progress or a device's\\nsoftware has not been upgraded to defend against this weakness. If a large number of\\nevents are seen in a short period of time an attack could be in progress.\\n\\nFor more information about this weakness, visit the following links:\\n    \\n* https://www.krackattacks.com/\\n* https://en.wikipedia.org/wiki/KRACK\\n* https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13077\\n* https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13078\\n* https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13079\\n* https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13080\\n* https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13081\\n* https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13082\\n* https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13084\\n* https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13086\\n* https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13087\\n* https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13088\\n\",\n                \"id\": \"KwoZqAGnr6798B3P\",\n                \"identifier\": \"KRACK\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 10,\n                \"source\": \"WIDS\",\n                \"summary\": \"POSSIBLE KRACK WEAKNESS/ATTACK\",\n                \"timestamp\": \"2025-05-23T21:04:06.433982Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"C5:87:65:08:86:44\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"25gZj4E8kndYnaKy\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address C5:87:65:08:86:44\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `C5:87:65:08:86:44`\\n* RSSI:    -92\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"dWPjxYKRXN2AnMkG\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: C5:87:65:08:86:44\",\n                \"timestamp\": \"2025-05-23T21:07:13.928459Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"D1:06:14:50:FE:BC\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"jdp20Y7LkWQ4lKyV\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address D1:06:14:50:FE:BC\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `D1:06:14:50:FE:BC`\\n* RSSI:    -101\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"Qgp13AmVlqvYRbrG\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: D1:06:14:50:FE:BC\",\n                \"timestamp\": \"2025-05-23T21:07:14.368430Z\"\n            },\n            {\n                \"ap_bssid\": \"74:97:8E:02:1E:A2\",\n                \"ap_essid\": \"Helium\",\n                \"ap_id\": \"xDMB3yANd548eRlJ\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 99,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"jdGWa9VRkx9zxo67\",\n                \"client_mac\": \"7A:C3:09:78:72:0B\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": null,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A repeating 802.11 EAPOLFrame RSN anonce broadcast has been seen between 74:97:8E:02:1E:A2 and 7A:C3:09:78:72:0B.\\nThis may indicate a Key Reinstallation Attack (KRACK) attack is in progress or a device's\\nsoftware has not been upgraded to defend against this weakness. If a large number of\\nevents are seen in a short period of time an attack could be in progress.\\n\\nFor more information about this weakness, visit the following links:\\n    \\n* https://www.krackattacks.com/\\n* https://en.wikipedia.org/wiki/KRACK\\n* https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13077\\n* https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13078\\n* https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13079\\n* https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13080\\n* https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13081\\n* https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13082\\n* https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13084\\n* https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13086\\n* https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13087\\n* https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13088\\n\",\n                \"id\": \"arBvWYQK3oD97JmP\",\n                \"identifier\": \"KRACK\",\n                \"sensor_id\": \"pRGol6A63YjBKngE\",\n                \"sensor_name\": \"062018V2A10537\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 10,\n                \"source\": \"WIDS\",\n                \"summary\": \"POSSIBLE KRACK WEAKNESS/ATTACK\",\n                \"timestamp\": \"2025-05-23T21:09:29.894653Z\"\n            },\n            {\n                \"ap_bssid\": \"74:97:8E:02:1E:A2\",\n                \"ap_essid\": \"Helium\",\n                \"ap_id\": \"xDMB3yANd548eRlJ\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 99,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"6KJo843pLM9ZwXRO\",\n                \"client_mac\": \"3A:64:A4:BC:5A:9F\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": null,\n                \"client_tag_device\": \"Phone\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"iPhone\",\n                \"client_tag_vendor\": \"Apple\",\n                \"detail\": \"A new WPA/WPA2 handshake has been collected from the airspace.                    \\n\\n* AP: `74:97:8E:02:1E:A2` (`Helium`)\\n* Client: `3A:64:A4:BC:5A:9F`\\n\\nWi-Fi PSK (Pre-Shared Key) handshakes are a fundamental part of how WPA (Wi-Fi Protected Access)\\nand WPA2 networks authenticate clients. The handshake process ensures that both the client \\nand the access point share the same PSK without transmitting it directly over the network.\\n\\nInstead of sending the actual PSK over the air, both the client and AP use it to derive\\ncryptographic keys and verify each other using the handshake process. This ensures security even\\nif an attacker is sniffing the network.\\n\\nBecause the PSK is derived from the passphrase, weak or default passphrases can be easily\\ncracked by attackers using dictionary or brute-force attacks. It is recommended to use a\\nstrong, unique passphrase for each Wi-Fi network to prevent unauthorized access. \\n\",\n                \"id\": \"273rPYL1e2J4ZboK\",\n                \"identifier\": \"NEW WPA/WPA2 HANDSHAKE\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 1,\n                \"source\": \"INTERROGATOR\",\n                \"summary\": \"NEW WPA HANDSHAKE RECEIVED FOR BSSID 74:97:8E:02:1E:A2\",\n                \"timestamp\": \"2025-05-23T21:11:25.236685Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"E0:A3:24:81:3E:BB\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"25gZj4E8kn2YnaKy\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address E0:A3:24:81:3E:BB\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `E0:A3:24:81:3E:BB`\\n* RSSI:    -94\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"RZgwmYgdVqL48qXE\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: E0:A3:24:81:3E:BB\",\n                \"timestamp\": \"2025-05-23T21:13:12.894581Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"CD:BB:A9:92:FD:0F\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"BvpRXABokMmYZwyn\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address CD:BB:A9:92:FD:0F\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `CD:BB:A9:92:FD:0F`\\n* RSSI:    -82\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"Ezv0w9DZxDeYKZjW\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: CD:BB:A9:92:FD:0F\",\n                \"timestamp\": \"2025-05-23T21:15:12.250539Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"F1:98:A3:35:3A:DF\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"xqj1wYbEOj6AkgQ6\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address F1:98:A3:35:3A:DF\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `F1:98:A3:35:3A:DF`\\n* RSSI:    -74\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"aLGyWAXVBZ74gQX1\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: F1:98:A3:35:3A:DF\",\n                \"timestamp\": \"2025-05-23T21:15:12.883473Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"FA:4A:0D:D7:EB:17\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"6bvQz9OMkKZY1Pro\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address FA:4A:0D:D7:EB:17\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `FA:4A:0D:D7:EB:17`\\n* RSSI:    -92\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"wLpB24eVPdq9Dmd8\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: FA:4A:0D:D7:EB:17\",\n                \"timestamp\": \"2025-05-23T21:15:13.294664Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"CD:2C:E6:E3:16:BA\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"arBvWYQMkQVY7JmP\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address CD:2C:E6:E3:16:BA\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `CD:2C:E6:E3:16:BA`\\n* RSSI:    -100\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"RGol6A6Q2EV9jBKn\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: CD:2C:E6:E3:16:BA\",\n                \"timestamp\": \"2025-05-23T21:17:13.319257Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"CE:D9:81:96:14:4D\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"273rPYLqkbP4ZboK\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address CE:D9:81:96:14:4D\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `CE:D9:81:96:14:4D`\\n* RSSI:    -87\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"V52oD90vB6mYeWak\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: CE:D9:81:96:14:4D\",\n                \"timestamp\": \"2025-05-23T21:17:13.690598Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"CF:8C:29:5E:58:2B\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"RZgwmYgwLaZY8qXE\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address CF:8C:29:5E:58:2B\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `CF:8C:29:5E:58:2B`\\n* RSSI:    -98\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"qDgEZ9WeRpwY6KNP\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: CF:8C:29:5E:58:2B\",\n                \"timestamp\": \"2025-05-23T21:17:14.058354Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"D2:21:F2:24:ED:60\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"Ezv0w9D8k3q9KZjW\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address D2:21:F2:24:ED:60\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `D2:21:F2:24:ED:60`\\n* RSSI:    -100\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"jdGWa9Vx1wxYzxo6\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: D2:21:F2:24:ED:60\",\n                \"timestamp\": \"2025-05-23T21:17:14.498907Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"DF:F8:EF:FB:A3:46\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"aLGyWAX6k0r4gQX1\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address DF:F8:EF:FB:A3:46\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `DF:F8:EF:FB:A3:46`\\n* RSSI:    -97\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"DMB3yANdLeV48eRl\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: DF:F8:EF:FB:A3:46\",\n                \"timestamp\": \"2025-05-23T21:17:14.964511Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"EB:FC:94:70:98:EB\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"wLpB24e1mzd4Dmd8\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address EB:FC:94:70:98:EB\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `EB:FC:94:70:98:EB`\\n* RSSI:    -100\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"LDpNwY2GdWM4XbWv\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: EB:FC:94:70:98:EB\",\n                \"timestamp\": \"2025-05-23T21:17:15.374720Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"ED:86:4E:06:F8:0E\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"RGol6A6Xk0v4jBKn\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address ED:86:4E:06:F8:0E\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `ED:86:4E:06:F8:0E`\\n* RSSI:    -97\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"XBPqZ4v3dpw967nr\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: ED:86:4E:06:F8:0E\",\n                \"timestamp\": \"2025-05-23T21:17:15.772221Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"C0:96:28:C8:D6:B9\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"EpXWe4pPNaN4Rdbm\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address C0:96:28:C8:D6:B9\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `C0:96:28:C8:D6:B9`\\n* RSSI:    -99\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"6ZBryAwnQxK9RzLV\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: C0:96:28:C8:D6:B9\",\n                \"timestamp\": \"2025-05-23T21:19:13.491844Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"F2:6A:16:58:54:46\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"rqOVW9x7laj4RkXe\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address F2:6A:16:58:54:46\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `F2:6A:16:58:54:46`\\n* RSSI:    -100\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"EpXWe4p2lWPARdbm\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: F2:6A:16:58:54:46\",\n                \"timestamp\": \"2025-05-23T21:21:10.923417Z\"\n            },\n            {\n                \"ap_bssid\": \"00:0A:52:08:B5:DA\",\n                \"ap_essid\": \"AsiaRF_Halow-AP\",\n                \"ap_id\": \"01jlMV4JyjYZzNWn\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 71,\n                \"ap_trust_level_name\": \"High Threat\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 4,\n                \"client_group_name\": \"Visitor\",\n                \"client_id\": \"Bq2ZrVYdpdYp1xmQ\",\n                \"client_mac\": \"D8:3A:DD:15:9A:50\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 65535,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A client assigned to Client Group `VISITOR` has been observed connected to an unapproved `HIGH THREAT` AP\\n\\n* Client:      `D8:3A:DD:15:9A:50`\\n* Group:       `VISITOR`\\n* AccessPoint: `00:0A:52:08:B5:DA` (`AsiaRF_Halow-AP`)\\n* Trust Level: `HIGH THREAT`\\n\\n\\nWhat should you do?\\n\\n* Verify if this client device is supposed to be on a `HIGH THREAT` network.\\n* Check your policies to ensure clients in the `VISITOR` group are not permitted to connect to APs in the `HIGH THREAT` group.\\n* If this is unexpected, investigate whether the assignments and policy settings need adjustment.\\n* Isolate the client device from the network if it is not supposed to be connected to the `HIGH THREAT` network.\\n    \\nThis message is sent no more than once per hour for this specific Client to AP connection.\\n\",\n                \"id\": \"rqOVW9xdMoM9RkXe\",\n                \"identifier\": \"TRUST POLICY VIOLATION\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"POLICY\",\n                \"summary\": \"VISITOR CLIENT (D8:3A:DD:15:9A:50) CONNECTED HIGH THREAT AP (00:0A:52:08:B5:DA)\",\n                \"timestamp\": \"2025-05-23T21:25:37.559346Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"CB:1B:13:25:30:81\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"pk3PZYanbKJ45XDg\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address CB:1B:13:25:30:81\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `CB:1B:13:25:30:81`\\n* RSSI:    -86\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"OgVm09oJe0j4KbnL\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: CB:1B:13:25:30:81\",\n                \"timestamp\": \"2025-05-23T21:29:10.392685Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"CC:3F:0A:45:99:AF\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"OjyQz4qw2pBAPnxp\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address CC:3F:0A:45:99:AF\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `CC:3F:0A:45:99:AF`\\n* RSSI:    -98\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"DgOZL9jMpgE4l5dq\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: CC:3F:0A:45:99:AF\",\n                \"timestamp\": \"2025-05-23T21:31:10.042923Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"D8:EE:C9:D5:A1:D5\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"vOnXrAZMnyM9pNqm\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address D8:EE:C9:D5:A1:D5\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `D8:EE:C9:D5:A1:D5`\\n* RSSI:    -94\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"zare34llgXd4ZNbq\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: D8:EE:C9:D5:A1:D5\",\n                \"timestamp\": \"2025-05-23T21:31:10.466122Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"DF:75:EB:7F:66:64\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"lyeQL4kweWK4GON7\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address DF:75:EB:7F:66:64\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `DF:75:EB:7F:66:64`\\n* RSSI:    -97\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"eZ5nwAMadXrAMWlV\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: DF:75:EB:7F:66:64\",\n                \"timestamp\": \"2025-05-23T21:31:10.754455Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"F1:A3:4F:13:52:77\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"1jlMV4J8kNGAZzNW\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address F1:A3:4F:13:52:77\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `F1:A3:4F:13:52:77`\\n* RSSI:    -86\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"1aRZl4zw2359VB3q\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: F1:A3:4F:13:52:77\",\n                \"timestamp\": \"2025-05-23T21:31:11.064777Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"F6:2F:7C:84:2D:2A\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"q2ZrVYdyKLp4p1xm\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address F6:2F:7C:84:2D:2A\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `F6:2F:7C:84:2D:2A`\\n* RSSI:    -101\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"ROz2VY8D2pKYLwMl\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: F6:2F:7C:84:2D:2A\",\n                \"timestamp\": \"2025-05-23T21:31:11.403804Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"FF:6F:15:F8:ED:89\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"v1yr595dkEZ4waOo\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address FF:6F:15:F8:ED:89\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `FF:6F:15:F8:ED:89`\\n* RSSI:    -99\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"ab7n24POV0DYp13q\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: FF:6F:15:F8:ED:89\",\n                \"timestamp\": \"2025-05-23T21:31:11.765688Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"CF:28:C5:93:89:E2\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"VwzrOY1Oqza96KkL\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address CF:28:C5:93:89:E2\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `CF:28:C5:93:89:E2`\\n* RSSI:    -95\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"aKmwXYrRPNWY0R6p\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: CF:28:C5:93:89:E2\",\n                \"timestamp\": \"2025-05-23T21:33:10.890300Z\"\n            },\n            {\n                \"ap_bssid\": \"F2:6E:2A:C7:C8:D0\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"pRGol6A62ZAjBKng\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 50,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Access Point F2:6E:2A:C7:C8:D0 has changed its advertised encryption from WPA2 to OPEN\",\n                \"id\": \"OjyQz4qeJVg4Pnxp\",\n                \"identifier\": \"ADVCRYPTO\",\n                \"sensor_id\": \"pRGol6A63YjBKngE\",\n                \"sensor_name\": \"062018V2A10537\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 7,\n                \"source\": \"WIDS\",\n                \"summary\": \"Advertised encryption has changed\",\n                \"timestamp\": \"2025-05-23T21:33:25.230622Z\"\n            },\n            {\n                \"ap_bssid\": \"F2:6E:2A:C7:C8:D0\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"pRGol6A62ZAjBKng\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 50,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"An invalid 802.11 Probe Response frame has been observed in your airspace. Observed frames\\ndid not include an SSID, which is not allowed per IEEE 802.11 specifications. These types\\nof frames have been used to crash 802.11b based cards and drivers and, in some cases,\\nallowed for the execution of third-party code on these devices.\\n\\nThe following devices were observed:\\n\\n* BSSID: F2:6E:2A:C7:C8:D0\\n\\nFor more information about this weakness, visit the following link:\\n\\n* http://www.coresecurity.com/advisories/android-wifi-direct-denial-service\\n    \\n\",\n                \"id\": \"pk3PZYaxjREA5XDg\",\n                \"identifier\": \"NULLPROBERESPONSE\",\n                \"sensor_id\": \"pRGol6A63YjBKngE\",\n                \"sensor_name\": \"062018V2A10537\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 10,\n                \"source\": \"WIDS\",\n                \"summary\": \"PROBE RESPONSE WITH NULL SSID OBSERVED\",\n                \"timestamp\": \"2025-05-23T21:33:25.230624Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"C8:A5:56:25:25:65\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"RZgwmYgwLXZY8qXE\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address C8:A5:56:25:25:65\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `C8:A5:56:25:25:65`\\n* RSSI:    -85\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"vOnXrAZJdjWApNqm\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: C8:A5:56:25:25:65\",\n                \"timestamp\": \"2025-05-23T21:43:10.257144Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"EC:37:9B:BD:BD:2A\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"wLpB24e1mgd4Dmd8\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address EC:37:9B:BD:BD:2A\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `EC:37:9B:BD:BD:2A`\\n* RSSI:    -94\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"lyeQL4kkKDj4GON7\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: EC:37:9B:BD:BD:2A\",\n                \"timestamp\": \"2025-05-23T21:45:10.347634Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"C7:95:53:68:B6:B0\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"jdGWa9Vgk5eAzxo6\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address C7:95:53:68:B6:B0\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `C7:95:53:68:B6:B0`\\n* RSSI:    -100\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"1jlMV4J0MLZAZzNW\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: C7:95:53:68:B6:B0\",\n                \"timestamp\": \"2025-05-23T21:47:17.016557Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"F5:77:94:FB:5E:2B\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"DMB3yANMk5598eRl\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address F5:77:94:FB:5E:2B\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `F5:77:94:FB:5E:2B`\\n* RSSI:    -99\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"q2ZrVYddJOmYp1xm\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: F5:77:94:FB:5E:2B\",\n                \"timestamp\": \"2025-05-23T21:47:17.566579Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"F7:AE:93:B6:DF:EE\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"LDpNwY2Ok8E4XbWv\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address F7:AE:93:B6:DF:EE\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `F7:AE:93:B6:DF:EE`\\n* RSSI:    -92\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"v1yr595gl23YwaOo\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: F7:AE:93:B6:DF:EE\",\n                \"timestamp\": \"2025-05-23T21:47:17.871159Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"C1:43:D9:0A:DF:9B\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"rqOVW9x7l8j4RkXe\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address C1:43:D9:0A:DF:9B\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `C1:43:D9:0A:DF:9B`\\n* RSSI:    -94\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"6KJo843g2VE4ZwXR\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: C1:43:D9:0A:DF:9B\",\n                \"timestamp\": \"2025-05-23T21:49:10.744471Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"F7:43:44:AE:44:F6\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"ROz2VY8GkbDALwMl\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address F7:43:44:AE:44:F6\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `F7:43:44:AE:44:F6`\\n* RSSI:    -89\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"rd7We4nXp6zAOnE3\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: F7:43:44:AE:44:F6\",\n                \"timestamp\": \"2025-05-23T21:51:11.290582Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"D4:C7:48:0B:2E:E5\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"OjyQz4qw2oBAPnxp\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address D4:C7:48:0B:2E:E5\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `D4:C7:48:0B:2E:E5`\\n* RSSI:    -98\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"25gZj4Edl5PYnaKy\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: D4:C7:48:0B:2E:E5\",\n                \"timestamp\": \"2025-05-23T21:53:10.365191Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"E4:92:0F:22:76:5C\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"vOnXrAZMnRM9pNqm\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address E4:92:0F:22:76:5C\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `E4:92:0F:22:76:5C`\\n* RSSI:    -88\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"jdp20Y7g5w0YlKyV\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: E4:92:0F:22:76:5C\",\n                \"timestamp\": \"2025-05-23T21:53:10.741743Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A new Apple Wireless Device has been observed in your airspace. This device\\nadvertised itself using the AWDL protocol, an Apple extension to 802.11 Wi-Fi.\\nThe protocol requires randomization of addresses but will expose the device's\\nname in certain conditions, such as when the device is open to receive data.\\n\\nCollected details, which may change as further frames are collected:\\n\\n* MAC Address: 66:D3:A1:92:68:2A\\n* Device Type: iOS or watchOS\\n* Name (if advertised): None\\n* ARPA (if advertised): 95cc9507-cdec-42f6-ae30-33d9b709a322.local\\n* Airplay Permitted: True\\n* Infrastructure Address: \\n* Infrastructure BSSID: \\n* Signal dBm: -80\\n\",\n                \"id\": \"kLB1eAy72jW4nXKy\",\n                \"identifier\": \"NEW APPLE WIRELESS DEVICE\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 5,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"A NEW AWDL DEVICE (66:D3:A1:92:68:2A) OBSERVED IN AIRSPACE\",\n                \"timestamp\": \"2025-05-23T21:53:48.940858Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"DF:1B:E3:0A:1C:93\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"1jlMV4J8kwGAZzNW\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address DF:1B:E3:0A:1C:93\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `DF:1B:E3:0A:1C:93`\\n* RSSI:    -104\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"VwzrOY1Mw0NY6KkL\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: DF:1B:E3:0A:1C:93\",\n                \"timestamp\": \"2025-05-23T21:55:22.163529Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"C2:9C:15:8F:9B:CB\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"kLB1eAyyMqxAnXKy\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address C2:9C:15:8F:9B:CB\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `C2:9C:15:8F:9B:CB`\\n* RSSI:    -94\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"q3MQw9RZnVJ9gKVX\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: C2:9C:15:8F:9B:CB\",\n                \"timestamp\": \"2025-05-23T22:01:10.689538Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"D3:67:DC:C1:F9:BC\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"VwzrOY1Oqna96KkL\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address D3:67:DC:C1:F9:BC\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `D3:67:DC:C1:F9:BC`\\n* RSSI:    -96\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"BvpRXABlORR4Zwyn\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: D3:67:DC:C1:F9:BC\",\n                \"timestamp\": \"2025-05-23T22:01:11.270257Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"E7:4B:1D:AC:43:D8\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"q3MQw9R5k8E4gKVX\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address E7:4B:1D:AC:43:D8\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `E7:4B:1D:AC:43:D8`\\n* RSSI:    -95\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"xqj1wYbp8BN9kgQ6\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: E7:4B:1D:AC:43:D8\",\n                \"timestamp\": \"2025-05-23T22:01:11.882694Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"F1:1E:E8:CE:5C:76\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"BvpRXABokemYZwyn\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address F1:1E:E8:CE:5C:76\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `F1:1E:E8:CE:5C:76`\\n* RSSI:    -96\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"6bvQz9Oba6741Pro\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: F1:1E:E8:CE:5C:76\",\n                \"timestamp\": \"2025-05-23T22:01:12.302233Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"FD:65:02:CA:F4:C6\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"q3MQw9R5k8J4gKVX\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address FD:65:02:CA:F4:C6\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `FD:65:02:CA:F4:C6`\\n* RSSI:    -105\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"KwoZqAGnrK798B3P\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: FD:65:02:CA:F4:C6\",\n                \"timestamp\": \"2025-05-23T22:07:11.279278Z\"\n            },\n            {\n                \"ap_bssid\": \"3A:60:F9:80:87:38\",\n                \"ap_essid\": \"J-Sei\",\n                \"ap_id\": \"PlyeQL4kzKYGON75\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 99,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"KwoZqAGMGn48B3Pd\",\n                \"client_mac\": \"8A:F1:79:71:61:E6\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": null,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A new WPA/WPA2 handshake has been collected from the airspace.                    \\n\\n* AP: `3A:60:F9:80:87:38` (`J-Sei`)\\n* Client: `8A:F1:79:71:61:E6`\\n\\nWi-Fi PSK (Pre-Shared Key) handshakes are a fundamental part of how WPA (Wi-Fi Protected Access)\\nand WPA2 networks authenticate clients. The handshake process ensures that both the client \\nand the access point share the same PSK without transmitting it directly over the network.\\n\\nInstead of sending the actual PSK over the air, both the client and AP use it to derive\\ncryptographic keys and verify each other using the handshake process. This ensures security even\\nif an attacker is sniffing the network.\\n\\nBecause the PSK is derived from the passphrase, weak or default passphrases can be easily\\ncracked by attackers using dictionary or brute-force attacks. It is recommended to use a\\nstrong, unique passphrase for each Wi-Fi network to prevent unauthorized access. \\n\",\n                \"id\": \"dWPjxYKRXg2AnMkG\",\n                \"identifier\": \"NEW WPA/WPA2 HANDSHAKE\",\n                \"sensor_id\": \"pRGol6A63YjBKngE\",\n                \"sensor_name\": \"062018V2A10537\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 1,\n                \"source\": \"INTERROGATOR\",\n                \"summary\": \"NEW WPA HANDSHAKE RECEIVED FOR BSSID 3A:60:F9:80:87:38\",\n                \"timestamp\": \"2025-05-23T22:10:46.028392Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"D3:21:A5:99:13:78\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"Qgp13Amw0vv4RbrG\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address D3:21:A5:99:13:78\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `D3:21:A5:99:13:78`\\n* RSSI:    -92\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"Qgp13AmVlevYRbrG\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: D3:21:A5:99:13:78\",\n                \"timestamp\": \"2025-05-23T22:15:12.961826Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"F4:E0:D8:76:E5:48\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"arBvWYQMk5DY7JmP\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address F4:E0:D8:76:E5:48\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `F4:E0:D8:76:E5:48`\\n* RSSI:    -96\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"arBvWYQK3WD97JmP\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: F4:E0:D8:76:E5:48\",\n                \"timestamp\": \"2025-05-23T22:15:13.461523Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"CD:79:53:30:FE:8B\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"wLpB24e1mXq4Dmd8\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address CD:79:53:30:FE:8B\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `CD:79:53:30:FE:8B`\\n* RSSI:    -93\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"273rPYL1eDJ4ZboK\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: CD:79:53:30:FE:8B\",\n                \"timestamp\": \"2025-05-23T22:17:21.000454Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"DA:E6:38:49:AB:BE\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"RGol6A6XkRV4jBKn\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address DA:E6:38:49:AB:BE\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `DA:E6:38:49:AB:BE`\\n* RSSI:    -91\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"RZgwmYgdVmL48qXE\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: DA:E6:38:49:AB:BE\",\n                \"timestamp\": \"2025-05-23T22:17:21.386303Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"EA:BE:F9:A2:10:D0\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"V52oD90ga0m4eWak\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address EA:BE:F9:A2:10:D0\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `EA:BE:F9:A2:10:D0`\\n* RSSI:    -87\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"Ezv0w9DZxbeYKZjW\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: EA:BE:F9:A2:10:D0\",\n                \"timestamp\": \"2025-05-23T22:17:21.815693Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"F8:52:A1:76:90:85\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"qDgEZ9WxkVwA6KNP\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address F8:52:A1:76:90:85\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `F8:52:A1:76:90:85`\\n* RSSI:    -99\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"aLGyWAXVBx74gQX1\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: F8:52:A1:76:90:85\",\n                \"timestamp\": \"2025-05-23T22:17:22.293430Z\"\n            },\n            {\n                \"ap_bssid\": \"74:97:8E:02:1E:A2\",\n                \"ap_essid\": \"Helium\",\n                \"ap_id\": \"xDMB3yANd548eRlJ\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 99,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"q3MQw9RWjeAgKVX8\",\n                \"client_mac\": \"3E:06:81:B5:6B:0F\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": null,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A new WPA/WPA2 handshake has been collected from the airspace.                    \\n\\n* AP: `74:97:8E:02:1E:A2` (`Helium`)\\n* Client: `3E:06:81:B5:6B:0F`\\n\\nWi-Fi PSK (Pre-Shared Key) handshakes are a fundamental part of how WPA (Wi-Fi Protected Access)\\nand WPA2 networks authenticate clients. The handshake process ensures that both the client \\nand the access point share the same PSK without transmitting it directly over the network.\\n\\nInstead of sending the actual PSK over the air, both the client and AP use it to derive\\ncryptographic keys and verify each other using the handshake process. This ensures security even\\nif an attacker is sniffing the network.\\n\\nBecause the PSK is derived from the passphrase, weak or default passphrases can be easily\\ncracked by attackers using dictionary or brute-force attacks. It is recommended to use a\\nstrong, unique passphrase for each Wi-Fi network to prevent unauthorized access. \\n\",\n                \"id\": \"wLpB24eVPGq9Dmd8\",\n                \"identifier\": \"NEW WPA/WPA2 HANDSHAKE\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 1,\n                \"source\": \"INTERROGATOR\",\n                \"summary\": \"NEW WPA HANDSHAKE RECEIVED FOR BSSID 74:97:8E:02:1E:A2\",\n                \"timestamp\": \"2025-05-23T22:28:21.531864Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"C7:D4:2E:3A:58:61\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"ab7n24PqkgD9p13q\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address C7:D4:2E:3A:58:61\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `C7:D4:2E:3A:58:61`\\n* RSSI:    -100\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"RGol6A6Q2vV9jBKn\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: C7:D4:2E:3A:58:61\",\n                \"timestamp\": \"2025-05-23T22:31:11.201392Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"D0:DC:57:CE:06:7B\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"aKmwXYrwvmW40R6p\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address D0:DC:57:CE:06:7B\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `D0:DC:57:CE:06:7B`\\n* RSSI:    -93\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"V52oD90vBzmYeWak\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: D0:DC:57:CE:06:7B\",\n                \"timestamp\": \"2025-05-23T22:31:11.736809Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"D8:9E:2C:25:01:9D\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"pk3PZYanbME45XDg\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address D8:9E:2C:25:01:9D\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `D8:9E:2C:25:01:9D`\\n* RSSI:    -98\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"qDgEZ9WeRmwY6KNP\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: D8:9E:2C:25:01:9D\",\n                \"timestamp\": \"2025-05-23T22:31:12.125846Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"F9:E5:10:2B:DC:6B\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"OjyQz4qw25gAPnxp\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address F9:E5:10:2B:DC:6B\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `F9:E5:10:2B:DC:6B`\\n* RSSI:    -92\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"jdGWa9Vx1KxYzxo6\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: F9:E5:10:2B:DC:6B\",\n                \"timestamp\": \"2025-05-23T22:31:12.667689Z\"\n            },\n            {\n                \"ap_bssid\": \"00:0A:52:08:B5:DA\",\n                \"ap_essid\": \"AsiaRF_Halow-AP\",\n                \"ap_id\": \"01jlMV4JyjYZzNWn\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 71,\n                \"ap_trust_level_name\": \"High Threat\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 4,\n                \"client_group_name\": \"Visitor\",\n                \"client_id\": \"Bq2ZrVYdpdYp1xmQ\",\n                \"client_mac\": \"D8:3A:DD:15:9A:50\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 65535,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A client assigned to Client Group `VISITOR` has been observed connected to an unapproved `HIGH THREAT` AP\\n\\n* Client:      `D8:3A:DD:15:9A:50`\\n* Group:       `VISITOR`\\n* AccessPoint: `00:0A:52:08:B5:DA` (`AsiaRF_Halow-AP`)\\n* Trust Level: `HIGH THREAT`\\n\\n\\nWhat should you do?\\n\\n* Verify if this client device is supposed to be on a `HIGH THREAT` network.\\n* Check your policies to ensure clients in the `VISITOR` group are not permitted to connect to APs in the `HIGH THREAT` group.\\n* If this is unexpected, investigate whether the assignments and policy settings need adjustment.\\n* Isolate the client device from the network if it is not supposed to be connected to the `HIGH THREAT` network.\\n    \\nThis message is sent no more than once per hour for this specific Client to AP connection.\\n\",\n                \"id\": \"DMB3yANdL7V48eRl\",\n                \"identifier\": \"TRUST POLICY VIOLATION\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"POLICY\",\n                \"summary\": \"VISITOR CLIENT (D8:3A:DD:15:9A:50) CONNECTED HIGH THREAT AP (00:0A:52:08:B5:DA)\",\n                \"timestamp\": \"2025-05-23T22:36:31.217883Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"C5:E2:2D:F3:FD:9A\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"kLB1eAyyM6WAnXKy\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address C5:E2:2D:F3:FD:9A\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `C5:E2:2D:F3:FD:9A`\\n* RSSI:    -97\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"LDpNwY2GdzM4XbWv\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: C5:E2:2D:F3:FD:9A\",\n                \"timestamp\": \"2025-05-23T22:39:10.472079Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"F3:9B:E3:B5:FE:78\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"VwzrOY1OqWN96KkL\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address F3:9B:E3:B5:FE:78\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `F3:9B:E3:B5:FE:78`\\n* RSSI:    -97\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"XBPqZ4v3dKw967nr\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: F3:9B:E3:B5:FE:78\",\n                \"timestamp\": \"2025-05-23T22:39:10.997409Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"CB:FE:0D:9C:D4:30\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"6bvQz9OMkL7Y1Pro\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address CB:FE:0D:9C:D4:30\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `CB:FE:0D:9C:D4:30`\\n* RSSI:    -100\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"6ZBryAwnQmK9RzLV\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: CB:FE:0D:9C:D4:30\",\n                \"timestamp\": \"2025-05-23T22:45:23.704985Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"D7:2C:63:BE:B5:A0\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"KwoZqAG8kR7Y8B3P\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address D7:2C:63:BE:B5:A0\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `D7:2C:63:BE:B5:A0`\\n* RSSI:    -96\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"EpXWe4p2l1PARdbm\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: D7:2C:63:BE:B5:A0\",\n                \"timestamp\": \"2025-05-23T22:45:24.123336Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"E5:D0:58:BA:9C:E6\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"dWPjxYKzkG2AnMkG\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address E5:D0:58:BA:9C:E6\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `E5:D0:58:BA:9C:E6`\\n* RSSI:    -90\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"rqOVW9xdMQM9RkXe\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: E5:D0:58:BA:9C:E6\",\n                \"timestamp\": \"2025-05-23T22:45:24.484946Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"F6:47:38:E6:D5:C8\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"aLGyWAX6kN74gQX1\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address F6:47:38:E6:D5:C8\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `F6:47:38:E6:D5:C8`\\n* RSSI:    -94\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"OgVm09oJeyj4KbnL\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: F6:47:38:E6:D5:C8\",\n                \"timestamp\": \"2025-05-23T22:47:11.117975Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"C2:0F:E9:B4:0D:D9\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"qDgEZ9Wxk1wA6KNP\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address C2:0F:E9:B4:0D:D9\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `C2:0F:E9:B4:0D:D9`\\n* RSSI:    -101\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"DgOZL9jMplE4l5dq\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: C2:0F:E9:B4:0D:D9\",\n                \"timestamp\": \"2025-05-23T22:49:11.615051Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"FA:8A:BF:6A:2B:13\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"jdGWa9VgkyxAzxo6\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address FA:8A:BF:6A:2B:13\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `FA:8A:BF:6A:2B:13`\\n* RSSI:    -96\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"zare34llg5d4ZNbq\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: FA:8A:BF:6A:2B:13\",\n                \"timestamp\": \"2025-05-23T22:49:12.395550Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"E1:C5:D7:D9:F5:18\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"ab7n24PqkJD9p13q\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address E1:C5:D7:D9:F5:18\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `E1:C5:D7:D9:F5:18`\\n* RSSI:    -95\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"eZ5nwAMadErAMWlV\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: E1:C5:D7:D9:F5:18\",\n                \"timestamp\": \"2025-05-23T23:01:10.184466Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"EC:78:93:DD:77:00\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"aKmwXYrwvMW40R6p\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address EC:78:93:DD:77:00\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `EC:78:93:DD:77:00`\\n* RSSI:    -99\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"1aRZl4zw2g59VB3q\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: EC:78:93:DD:77:00\",\n                \"timestamp\": \"2025-05-23T23:01:10.586848Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"ED:E4:5B:3F:AB:ED\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"pk3PZYanbgE45XDg\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address ED:E4:5B:3F:AB:ED\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `ED:E4:5B:3F:AB:ED`\\n* RSSI:    -92\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"ROz2VY8D2zKYLwMl\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: ED:E4:5B:3F:AB:ED\",\n                \"timestamp\": \"2025-05-23T23:01:10.893878Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"D6:AB:74:3F:26:3F\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"q2ZrVYdyKem4p1xm\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address D6:AB:74:3F:26:3F\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `D6:AB:74:3F:26:3F`\\n* RSSI:    -97\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"ab7n24POV1DYp13q\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: D6:AB:74:3F:26:3F\",\n                \"timestamp\": \"2025-05-23T23:03:11.110464Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"EC:79:8B:46:1C:FE\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"v1yr595dkJ34waOo\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address EC:79:8B:46:1C:FE\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `EC:79:8B:46:1C:FE`\\n* RSSI:    -97\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"aKmwXYrRPBWY0R6p\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: EC:79:8B:46:1C:FE\",\n                \"timestamp\": \"2025-05-23T23:03:11.499595Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"F2:9C:D5:E1:74:6B\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"6KJo843akJEAZwXR\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address F2:9C:D5:E1:74:6B\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `F2:9C:D5:E1:74:6B`\\n* RSSI:    -97\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"pk3PZYaxj5EA5XDg\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: F2:9C:D5:E1:74:6B\",\n                \"timestamp\": \"2025-05-23T23:03:11.817863Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"C0:DA:34:0B:A3:FB\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"jdp20Y7LkJk4lKyV\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address C0:DA:34:0B:A3:FB\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `C0:DA:34:0B:A3:FB`\\n* RSSI:    -85\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"OjyQz4qeJRg4Pnxp\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: C0:DA:34:0B:A3:FB\",\n                \"timestamp\": \"2025-05-23T23:17:20.471796Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"E3:B8:72:1A:83:21\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"kLB1eAyyMnlAnXKy\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address E3:B8:72:1A:83:21\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `E3:B8:72:1A:83:21`\\n* RSSI:    -96\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"vOnXrAZJdgWApNqm\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: E3:B8:72:1A:83:21\",\n                \"timestamp\": \"2025-05-23T23:17:20.941472Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"E7:FF:1F:32:9D:CC\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"VwzrOY1OqJ196KkL\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address E7:FF:1F:32:9D:CC\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `E7:FF:1F:32:9D:CC`\\n* RSSI:    -97\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"lyeQL4kkK3j4GON7\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: E7:FF:1F:32:9D:CC\",\n                \"timestamp\": \"2025-05-23T23:17:21.317408Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"CC:A7:76:C1:ED:6C\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"BvpRXABokJ7YZwyn\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address CC:A7:76:C1:ED:6C\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `CC:A7:76:C1:ED:6C`\\n* RSSI:    -99\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"1jlMV4J0MzZAZzNW\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: CC:A7:76:C1:ED:6C\",\n                \"timestamp\": \"2025-05-23T23:19:10.562087Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"User Tek Consult (tekconsult@dataeffects.com) logged in.\",\n                \"id\": \"q2ZrVYddJvmYp1xm\",\n                \"identifier\": \"LOGIN\",\n                \"sensor_id\": \"\",\n                \"sensor_name\": \"\",\n                \"sensor_tags\": [],\n                \"severity\": 1,\n                \"source\": \"CONSOLE\",\n                \"summary\": \"User tekconsult@dataeffects.com logged in\",\n                \"timestamp\": \"2025-05-23T23:20:01.405567Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"C4:3D:3A:84:0F:55\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"6bvQz9OMkk8Y1Pro\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address C4:3D:3A:84:0F:55\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `C4:3D:3A:84:0F:55`\\n* RSSI:    -99\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"v1yr595glz3YwaOo\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: C4:3D:3A:84:0F:55\",\n                \"timestamp\": \"2025-05-23T23:21:09.816514Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"DE:BE:66:FB:9A:5B\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"273rPYLqkk04ZboK\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address DE:BE:66:FB:9A:5B\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `DE:BE:66:FB:9A:5B`\\n* RSSI:    -97\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"6KJo843g2zE4ZwXR\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: DE:BE:66:FB:9A:5B\",\n                \"timestamp\": \"2025-05-23T23:23:10.178951Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"D0:3A:49:C6:1F:C1\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"wLpB24e1mmp4Dmd8\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address D0:3A:49:C6:1F:C1\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `D0:3A:49:C6:1F:C1`\\n* RSSI:    -94\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"rd7We4nXp7zAOnE3\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: D0:3A:49:C6:1F:C1\",\n                \"timestamp\": \"2025-05-23T23:25:23.694451Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"F1:11:67:48:BD:7F\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"RGol6A6XkkZ4jBKn\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address F1:11:67:48:BD:7F\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `F1:11:67:48:BD:7F`\\n* RSSI:    -97\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"25gZj4EdlzPYnaKy\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: F1:11:67:48:BD:7F\",\n                \"timestamp\": \"2025-05-23T23:25:24.073186Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"D2:E0:07:C4:EF:64\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"6ZBryAwEjjp4RzLV\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address D2:E0:07:C4:EF:64\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `D2:E0:07:C4:EF:64`\\n* RSSI:    -85\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"jdp20Y7g5z0YlKyV\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: D2:E0:07:C4:EF:64\",\n                \"timestamp\": \"2025-05-23T23:31:10.358207Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"DF:F1:8D:78:3F:48\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"EpXWe4pPNNn4Rdbm\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address DF:F1:8D:78:3F:48\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `DF:F1:8D:78:3F:48`\\n* RSSI:    -97\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"kLB1eAy72LW4nXKy\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: DF:F1:8D:78:3F:48\",\n                \"timestamp\": \"2025-05-23T23:31:10.709112Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"EF:ED:83:FC:26:F1\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"rqOVW9x7lln4RkXe\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address EF:ED:83:FC:26:F1\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `EF:ED:83:FC:26:F1`\\n* RSSI:    -82\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"VwzrOY1MwPNY6KkL\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: EF:ED:83:FC:26:F1\",\n                \"timestamp\": \"2025-05-23T23:31:11.089278Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"F7:60:56:30:34:4C\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"OgVm09okVVX9KbnL\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address F7:60:56:30:34:4C\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `F7:60:56:30:34:4C`\\n* RSSI:    -96\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"q3MQw9RZnBJ9gKVX\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: F7:60:56:30:34:4C\",\n                \"timestamp\": \"2025-05-23T23:31:11.396036Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"CA:B3:86:EF:24:4E\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"aKmwXYrwvvL40R6p\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address CA:B3:86:EF:24:4E\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `CA:B3:86:EF:24:4E`\\n* RSSI:    -95\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"BvpRXABlOzR4Zwyn\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: CA:B3:86:EF:24:4E\",\n                \"timestamp\": \"2025-05-23T23:33:10.926141Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"E0:83:39:87:47:BC\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"pk3PZYanbbr45XDg\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address E0:83:39:87:47:BC\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `E0:83:39:87:47:BC`\\n* RSSI:    -90\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"xqj1wYbp8NN9kgQ6\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: E0:83:39:87:47:BC\",\n                \"timestamp\": \"2025-05-23T23:33:11.373146Z\"\n            },\n            {\n                \"ap_bssid\": \"34:60:F9:80:87:38\",\n                \"ap_essid\": \"J-Sei-Office\",\n                \"ap_id\": \"Rzare34lln4ZNbqv\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 30,\n                \"ap_trust_level_name\": \"Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 99,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"R25gZj4EQp4naKye\",\n                \"client_mac\": \"D2:4C:F0:B1:3B:0F\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": null,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A new WPA/WPA2 handshake has been collected from the airspace.                    \\n\\n* AP: `34:60:F9:80:87:38` (`J-Sei-Office`)\\n* Client: `D2:4C:F0:B1:3B:0F`\\n\\nWi-Fi PSK (Pre-Shared Key) handshakes are a fundamental part of how WPA (Wi-Fi Protected Access)\\nand WPA2 networks authenticate clients. The handshake process ensures that both the client \\nand the access point share the same PSK without transmitting it directly over the network.\\n\\nInstead of sending the actual PSK over the air, both the client and AP use it to derive\\ncryptographic keys and verify each other using the handshake process. This ensures security even\\nif an attacker is sniffing the network.\\n\\nBecause the PSK is derived from the passphrase, weak or default passphrases can be easily\\ncracked by attackers using dictionary or brute-force attacks. It is recommended to use a\\nstrong, unique passphrase for each Wi-Fi network to prevent unauthorized access. \\n\",\n                \"id\": \"6bvQz9Obay741Pro\",\n                \"identifier\": \"NEW WPA/WPA2 HANDSHAKE\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 1,\n                \"source\": \"INTERROGATOR\",\n                \"summary\": \"NEW WPA HANDSHAKE RECEIVED FOR BSSID 34:60:F9:80:87:38\",\n                \"timestamp\": \"2025-05-23T23:35:29.533027Z\"\n            },\n            {\n                \"ap_bssid\": \"9C:A2:F4:16:13:C3\",\n                \"ap_essid\": \"J-Sei-Office\",\n                \"ap_id\": \"aOjyQz4qvB9PnxpW\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 30,\n                \"ap_trust_level_name\": \"Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 99,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"R25gZj4EQp4naKye\",\n                \"client_mac\": \"D2:4C:F0:B1:3B:0F\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": null,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A new WPA/WPA2 handshake has been collected from the airspace.                    \\n\\n* AP: `9C:A2:F4:16:13:C3` (`J-Sei-Office`)\\n* Client: `D2:4C:F0:B1:3B:0F`\\n\\nWi-Fi PSK (Pre-Shared Key) handshakes are a fundamental part of how WPA (Wi-Fi Protected Access)\\nand WPA2 networks authenticate clients. The handshake process ensures that both the client \\nand the access point share the same PSK without transmitting it directly over the network.\\n\\nInstead of sending the actual PSK over the air, both the client and AP use it to derive\\ncryptographic keys and verify each other using the handshake process. This ensures security even\\nif an attacker is sniffing the network.\\n\\nBecause the PSK is derived from the passphrase, weak or default passphrases can be easily\\ncracked by attackers using dictionary or brute-force attacks. It is recommended to use a\\nstrong, unique passphrase for each Wi-Fi network to prevent unauthorized access. \\n\",\n                \"id\": \"KwoZqAGnrz798B3P\",\n                \"identifier\": \"NEW WPA/WPA2 HANDSHAKE\",\n                \"sensor_id\": \"pRGol6A63YjBKngE\",\n                \"sensor_name\": \"062018V2A10537\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 1,\n                \"source\": \"INTERROGATOR\",\n                \"summary\": \"NEW WPA HANDSHAKE RECEIVED FOR BSSID 9C:A2:F4:16:13:C3\",\n                \"timestamp\": \"2025-05-23T23:41:29.959109Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"C3:DA:82:C5:A6:0D\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"VwzrOY1Oqq196KkL\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address C3:DA:82:C5:A6:0D\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `C3:DA:82:C5:A6:0D`\\n* RSSI:    -87\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"dWPjxYKRX32AnMkG\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: C3:DA:82:C5:A6:0D\",\n                \"timestamp\": \"2025-05-23T23:43:10.319711Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A new Apple Wireless Device has been observed in your airspace. This device\\nadvertised itself using the AWDL protocol, an Apple extension to 802.11 Wi-Fi.\\nThe protocol requires randomization of addresses but will expose the device's\\nname in certain conditions, such as when the device is open to receive data.\\n\\nCollected details, which may change as further frames are collected:\\n\\n* MAC Address: 7A:17:1E:52:D5:C0\\n* Device Type: iOS or watchOS\\n* Name (if advertised): None\\n* ARPA (if advertised): 1bf02b1b-1a5a-4baa-ac48-25d6dcd6f09a.local\\n* Airplay Permitted: True\\n* Infrastructure Address: \\n* Infrastructure BSSID: \\n* Signal dBm: -89\\n\",\n                \"id\": \"6KJo843g2z74ZwXR\",\n                \"identifier\": \"NEW APPLE WIRELESS DEVICE\",\n                \"sensor_id\": \"pRGol6A63YjBKngE\",\n                \"sensor_name\": \"062018V2A10537\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 5,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"A NEW AWDL DEVICE (7A:17:1E:52:D5:C0) OBSERVED IN AIRSPACE\",\n                \"timestamp\": \"2025-05-23T23:45:35.313586Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A new Apple Wireless Device has been observed in your airspace. This device\\nadvertised itself using the AWDL protocol, an Apple extension to 802.11 Wi-Fi.\\nThe protocol requires randomization of addresses but will expose the device's\\nname in certain conditions, such as when the device is open to receive data.\\n\\nCollected details, which may change as further frames are collected:\\n\\n* MAC Address: C2:E4:D3:0F:68:F2\\n* Device Type: iOS or watchOS\\n* Name (if advertised): CLink-2865ea6fbbf2\\n* ARPA (if advertised): 9777cd9e-325d-48c6-b7de-39b71737cde0.local\\n* Airplay Permitted: True\\n* Infrastructure Address: \\n* Infrastructure BSSID: \\n* Signal dBm: -84\\n\",\n                \"id\": \"rd7We4nXp7bAOnE3\",\n                \"identifier\": \"NEW APPLE WIRELESS DEVICE\",\n                \"sensor_id\": \"pRGol6A63YjBKngE\",\n                \"sensor_name\": \"062018V2A10537\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 5,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"A NEW AWDL DEVICE (C2:E4:D3:0F:68:F2) OBSERVED IN AIRSPACE\",\n                \"timestamp\": \"2025-05-23T23:45:35.874752Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"D8:44:E2:00:ED:57\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"arBvWYQMklvY7JmP\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address D8:44:E2:00:ED:57\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `D8:44:E2:00:ED:57`\\n* RSSI:    -97\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"25gZj4EdlzJYnaKy\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: D8:44:E2:00:ED:57\",\n                \"timestamp\": \"2025-05-23T23:47:20.488001Z\"\n            },\n            {\n                \"ap_bssid\": \"00:0A:52:08:B5:DA\",\n                \"ap_essid\": \"AsiaRF_Halow-AP\",\n                \"ap_id\": \"01jlMV4JyjYZzNWn\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 71,\n                \"ap_trust_level_name\": \"High Threat\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 4,\n                \"client_group_name\": \"Visitor\",\n                \"client_id\": \"Bq2ZrVYdpdYp1xmQ\",\n                \"client_mac\": \"D8:3A:DD:15:9A:50\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 65535,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A client assigned to Client Group `VISITOR` has been observed connected to an unapproved `HIGH THREAT` AP\\n\\n* Client:      `D8:3A:DD:15:9A:50`\\n* Group:       `VISITOR`\\n* AccessPoint: `00:0A:52:08:B5:DA` (`AsiaRF_Halow-AP`)\\n* Trust Level: `HIGH THREAT`\\n\\n\\nWhat should you do?\\n\\n* Verify if this client device is supposed to be on a `HIGH THREAT` network.\\n* Check your policies to ensure clients in the `VISITOR` group are not permitted to connect to APs in the `HIGH THREAT` group.\\n* If this is unexpected, investigate whether the assignments and policy settings need adjustment.\\n* Isolate the client device from the network if it is not supposed to be connected to the `HIGH THREAT` network.\\n    \\nThis message is sent no more than once per hour for this specific Client to AP connection.\\n\",\n                \"id\": \"jdp20Y7g5zkYlKyV\",\n                \"identifier\": \"TRUST POLICY VIOLATION\",\n                \"sensor_id\": \"pRGol6A63YjBKngE\",\n                \"sensor_name\": \"062018V2A10537\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"POLICY\",\n                \"summary\": \"VISITOR CLIENT (D8:3A:DD:15:9A:50) CONNECTED HIGH THREAT AP (00:0A:52:08:B5:DA)\",\n                \"timestamp\": \"2025-05-23T23:47:36.733042Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"F9:84:E7:2B:F4:36\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"zare34lj6eOAZNbq\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address F9:84:E7:2B:F4:36\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `F9:84:E7:2B:F4:36`\\n* RSSI:    -98\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"kLB1eAy72Ll4nXKy\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: F9:84:E7:2B:F4:36\",\n                \"timestamp\": \"2025-05-24T00:03:10.664932Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"DB:61:EF:58:51:B2\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"Qgp13Amw02j4RbrG\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address DB:61:EF:58:51:B2\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `DB:61:EF:58:51:B2`\\n* RSSI:    -91\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"VwzrOY1MwP1Y6KkL\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: DB:61:EF:58:51:B2\",\n                \"timestamp\": \"2025-05-24T00:45:09.631669Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"C5:48:AE:93:9E:DF\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"V52oD90gayj4eWak\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address C5:48:AE:93:9E:DF\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `C5:48:AE:93:9E:DF`\\n* RSSI:    -82\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"q3MQw9RZnB69gKVX\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: C5:48:AE:93:9E:DF\",\n                \"timestamp\": \"2025-05-24T00:49:10.391298Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"CA:F8:57:26:29:0E\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"qDgEZ9Wxk5oA6KNP\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address CA:F8:57:26:29:0E\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `CA:F8:57:26:29:0E`\\n* RSSI:    -85\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"BvpRXABlOz74Zwyn\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: CA:F8:57:26:29:0E\",\n                \"timestamp\": \"2025-05-24T00:49:10.663478Z\"\n            },\n            {\n                \"ap_bssid\": \"74:97:8E:02:1E:A2\",\n                \"ap_essid\": \"Helium\",\n                \"ap_id\": \"xDMB3yANd548eRlJ\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 99,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"q3MQw9RWjeAgKVX8\",\n                \"client_mac\": \"3E:06:81:B5:6B:0F\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": null,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A repeating 802.11 EAPOLFrame RSN anonce broadcast has been seen between 74:97:8E:02:1E:A2 and 3E:06:81:B5:6B:0F.\\nThis may indicate a Key Reinstallation Attack (KRACK) attack is in progress or a device's\\nsoftware has not been upgraded to defend against this weakness. If a large number of\\nevents are seen in a short period of time an attack could be in progress.\\n\\nFor more information about this weakness, visit the following links:\\n    \\n* https://www.krackattacks.com/\\n* https://en.wikipedia.org/wiki/KRACK\\n* https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13077\\n* https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13078\\n* https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13079\\n* https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13080\\n* https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13081\\n* https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13082\\n* https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13084\\n* https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13086\\n* https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13087\\n* https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13088\\n\",\n                \"id\": \"xqj1wYbp8Vd9kgQ6\",\n                \"identifier\": \"KRACK\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 10,\n                \"source\": \"WIDS\",\n                \"summary\": \"POSSIBLE KRACK WEAKNESS/ATTACK\",\n                \"timestamp\": \"2025-05-24T00:50:20.880895Z\"\n            },\n            {\n                \"ap_bssid\": \"00:0A:52:08:B5:DA\",\n                \"ap_essid\": \"AsiaRF_Halow-AP\",\n                \"ap_id\": \"01jlMV4JyjYZzNWn\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 71,\n                \"ap_trust_level_name\": \"High Threat\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 4,\n                \"client_group_name\": \"Visitor\",\n                \"client_id\": \"Bq2ZrVYdpdYp1xmQ\",\n                \"client_mac\": \"D8:3A:DD:15:9A:50\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 65535,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A client assigned to Client Group `VISITOR` has been observed connected to an unapproved `HIGH THREAT` AP\\n\\n* Client:      `D8:3A:DD:15:9A:50`\\n* Group:       `VISITOR`\\n* AccessPoint: `00:0A:52:08:B5:DA` (`AsiaRF_Halow-AP`)\\n* Trust Level: `HIGH THREAT`\\n\\n\\nWhat should you do?\\n\\n* Verify if this client device is supposed to be on a `HIGH THREAT` network.\\n* Check your policies to ensure clients in the `VISITOR` group are not permitted to connect to APs in the `HIGH THREAT` group.\\n* If this is unexpected, investigate whether the assignments and policy settings need adjustment.\\n* Isolate the client device from the network if it is not supposed to be connected to the `HIGH THREAT` network.\\n    \\nThis message is sent no more than once per hour for this specific Client to AP connection.\\n\",\n                \"id\": \"6bvQz9Oba7841Pro\",\n                \"identifier\": \"TRUST POLICY VIOLATION\",\n                \"sensor_id\": \"pRGol6A63YjBKngE\",\n                \"sensor_name\": \"062018V2A10537\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"POLICY\",\n                \"summary\": \"VISITOR CLIENT (D8:3A:DD:15:9A:50) CONNECTED HIGH THREAT AP (00:0A:52:08:B5:DA)\",\n                \"timestamp\": \"2025-05-24T00:57:48.226670Z\"\n            },\n            {\n                \"ap_bssid\": \"C6:6E:3A:C7:C8:D0\",\n                \"ap_essid\": \"BeastMode\",\n                \"ap_id\": \"Npk3PZYajr45XDgK\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 100,\n                \"ap_trust_level_name\": \"Rogue\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 1,\n                \"client_group_name\": \"Trusted\",\n                \"client_id\": \"1aRZl4zeaQYVB3qm\",\n                \"client_mac\": \"00:22:43:76:E3:09\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 22000,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A client assigned to Client Group `TRUSTED` has been observed connected to an unapproved `ROGUE` AP\\n\\n* Client:      `00:22:43:76:E3:09`\\n* Group:       `TRUSTED`\\n* AccessPoint: `C6:6E:3A:C7:C8:D0` (`BeastMode`)\\n* Trust Level: `ROGUE`\\n\\n\\nWhat should you do?\\n\\n* Verify if this client device is supposed to be on a `ROGUE` network.\\n* Check your policies to ensure clients in the `TRUSTED` group are not permitted to connect to APs in the `ROGUE` group.\\n* If this is unexpected, investigate whether the assignments and policy settings need adjustment.\\n* Isolate the client device from the network if it is not supposed to be connected to the `ROGUE` network.\\n    \\nThis message is sent no more than once per hour for this specific Client to AP connection.\\n\",\n                \"id\": \"KwoZqAGnrxn98B3P\",\n                \"identifier\": \"TRUST POLICY VIOLATION\",\n                \"sensor_id\": \"pRGol6A63YjBKngE\",\n                \"sensor_name\": \"062018V2A10537\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 10,\n                \"source\": \"POLICY\",\n                \"summary\": \"TRUSTED CLIENT (00:22:43:76:E3:09) CONNECTED ROGUE AP (C6:6E:3A:C7:C8:D0)\",\n                \"timestamp\": \"2025-05-24T01:03:49.815247Z\"\n            },\n            {\n                \"ap_bssid\": \"C6:6E:2A:C7:C8:D0\",\n                \"ap_essid\": \"BeastMode\",\n                \"ap_id\": \"PDgOZL9jpeYl5dq8\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 100,\n                \"ap_trust_level_name\": \"Rogue\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 1,\n                \"client_group_name\": \"Trusted\",\n                \"client_id\": \"1aRZl4zeaQYVB3qm\",\n                \"client_mac\": \"00:22:43:76:E3:09\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 22000,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A client assigned to Client Group `TRUSTED` has been observed connected to an unapproved `ROGUE` AP\\n\\n* Client:      `00:22:43:76:E3:09`\\n* Group:       `TRUSTED`\\n* AccessPoint: `C6:6E:2A:C7:C8:D0` (`BeastMode`)\\n* Trust Level: `ROGUE`\\n\\n\\nWhat should you do?\\n\\n* Verify if this client device is supposed to be on a `ROGUE` network.\\n* Check your policies to ensure clients in the `TRUSTED` group are not permitted to connect to APs in the `ROGUE` group.\\n* If this is unexpected, investigate whether the assignments and policy settings need adjustment.\\n* Isolate the client device from the network if it is not supposed to be connected to the `ROGUE` network.\\n    \\nThis message is sent no more than once per hour for this specific Client to AP connection.\\n\",\n                \"id\": \"dWPjxYKRXM1AnMkG\",\n                \"identifier\": \"TRUST POLICY VIOLATION\",\n                \"sensor_id\": \"pRGol6A63YjBKngE\",\n                \"sensor_name\": \"062018V2A10537\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 10,\n                \"source\": \"POLICY\",\n                \"summary\": \"TRUSTED CLIENT (00:22:43:76:E3:09) CONNECTED ROGUE AP (C6:6E:2A:C7:C8:D0)\",\n                \"timestamp\": \"2025-05-24T01:05:50.412015Z\"\n            },\n            {\n                \"ap_bssid\": \"C6:6E:2A:C7:C8:D0\",\n                \"ap_essid\": \"BeastMode\",\n                \"ap_id\": \"PDgOZL9jpeYl5dq8\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 100,\n                \"ap_trust_level_name\": \"Rogue\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 1,\n                \"client_group_name\": \"Trusted\",\n                \"client_id\": \"5jdGWa9VvO9zxo67\",\n                \"client_mac\": \"00:22:43:76:E4:08\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 6500,\n                \"client_tag_device\": \"Laptop\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"Windows\",\n                \"client_tag_vendor\": \"Microsoft\",\n                \"detail\": \"A valid IEEE 802.11 deauthentication frame was observed with an deauth code that may identify\\nan issue with the originating station, such as invalid authoriation credentials or unsupported features.\\n\\n* BSSID: C6:6E:2A:C7:C8:D0\\n* ESSID: BeastMode (Hidden: false)\\n* Client: 00:22:43:76:E4:08\\n* Reason: 23: 802.1X authentication failed\\n\",\n                \"id\": \"Qgp13AmVl3MYRbrG\",\n                \"identifier\": \"DEAUTHENTICATION FRAME\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"WIDS\",\n                \"summary\": \"DEAUTHENTICATION REQUEST FROM C6:6E:2A:C7:C8:D0 TO 00:22:43:76:E4:08\",\n                \"timestamp\": \"2025-05-24T01:06:15.268075Z\"\n            },\n            {\n                \"ap_bssid\": \"D2:6E:2A:C7:C8:D0\",\n                \"ap_essid\": \"EAPtest\",\n                \"ap_id\": \"Rzare34lgOYZNbqv\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 1,\n                \"client_group_name\": \"Trusted\",\n                \"client_id\": \"1aRZl4zeaQYVB3qm\",\n                \"client_mac\": \"00:22:43:76:E3:09\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 22000,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A valid IEEE 802.11 deauthentication frame was observed with an deauth code that may identify\\nan issue with the originating station, such as invalid authoriation credentials or unsupported features.\\n\\n* BSSID: D2:6E:2A:C7:C8:D0\\n* ESSID: EAPtest (Hidden: false)\\n* Client: 00:22:43:76:E3:09\\n* Reason: 23: 802.1X authentication failed\\n\",\n                \"id\": \"arBvWYQK31v97JmP\",\n                \"identifier\": \"DEAUTHENTICATION FRAME\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"WIDS\",\n                \"summary\": \"DEAUTHENTICATION REQUEST FROM D2:6E:2A:C7:C8:D0 TO 00:22:43:76:E3:09\",\n                \"timestamp\": \"2025-05-24T01:06:44.905254Z\"\n            },\n            {\n                \"ap_bssid\": \"C6:6E:2A:C7:C8:D0\",\n                \"ap_essid\": \"BeastMode\",\n                \"ap_id\": \"PDgOZL9jpeYl5dq8\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 100,\n                \"ap_trust_level_name\": \"Rogue\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 1,\n                \"client_group_name\": \"Trusted\",\n                \"client_id\": \"5jdGWa9VvO9zxo67\",\n                \"client_mac\": \"00:22:43:76:E4:08\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 6500,\n                \"client_tag_device\": \"Laptop\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"Windows\",\n                \"client_tag_vendor\": \"Microsoft\",\n                \"detail\": \"A client assigned to Client Group `TRUSTED` has been observed connected to an unapproved `ROGUE` AP\\n\\n* Client:      `00:22:43:76:E4:08`\\n* Group:       `TRUSTED`\\n* AccessPoint: `C6:6E:2A:C7:C8:D0` (`BeastMode`)\\n* Trust Level: `ROGUE`\\n\\n\\nWhat should you do?\\n\\n* Verify if this client device is supposed to be on a `ROGUE` network.\\n* Check your policies to ensure clients in the `TRUSTED` group are not permitted to connect to APs in the `ROGUE` group.\\n* If this is unexpected, investigate whether the assignments and policy settings need adjustment.\\n* Isolate the client device from the network if it is not supposed to be connected to the `ROGUE` network.\\n    \\nThis message is sent no more than once per hour for this specific Client to AP connection.\\n\",\n                \"id\": \"273rPYL1e304ZboK\",\n                \"identifier\": \"TRUST POLICY VIOLATION\",\n                \"sensor_id\": \"pRGol6A63YjBKngE\",\n                \"sensor_name\": \"062018V2A10537\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 10,\n                \"source\": \"POLICY\",\n                \"summary\": \"TRUSTED CLIENT (00:22:43:76:E4:08) CONNECTED ROGUE AP (C6:6E:2A:C7:C8:D0)\",\n                \"timestamp\": \"2025-05-24T01:07:50.380351Z\"\n            },\n            {\n                \"ap_bssid\": \"00:0A:52:08:B5:DA\",\n                \"ap_essid\": \"AsiaRF_Halow-AP\",\n                \"ap_id\": \"01jlMV4JyjYZzNWn\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 71,\n                \"ap_trust_level_name\": \"High Threat\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 4,\n                \"client_group_name\": \"Visitor\",\n                \"client_id\": \"Bq2ZrVYdpdYp1xmQ\",\n                \"client_mac\": \"D8:3A:DD:15:9A:50\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 65535,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A client assigned to Client Group `VISITOR` has been observed connected to an unapproved `HIGH THREAT` AP\\n\\n* Client:      `D8:3A:DD:15:9A:50`\\n* Group:       `VISITOR`\\n* AccessPoint: `00:0A:52:08:B5:DA` (`AsiaRF_Halow-AP`)\\n* Trust Level: `HIGH THREAT`\\n\\n\\nWhat should you do?\\n\\n* Verify if this client device is supposed to be on a `HIGH THREAT` network.\\n* Check your policies to ensure clients in the `VISITOR` group are not permitted to connect to APs in the `HIGH THREAT` group.\\n* If this is unexpected, investigate whether the assignments and policy settings need adjustment.\\n* Isolate the client device from the network if it is not supposed to be connected to the `HIGH THREAT` network.\\n    \\nThis message is sent no more than once per hour for this specific Client to AP connection.\\n\",\n                \"id\": \"RZgwmYgdVpw48qXE\",\n                \"identifier\": \"TRUST POLICY VIOLATION\",\n                \"sensor_id\": \"pRGol6A63YjBKngE\",\n                \"sensor_name\": \"062018V2A10537\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"POLICY\",\n                \"summary\": \"VISITOR CLIENT (D8:3A:DD:15:9A:50) CONNECTED HIGH THREAT AP (00:0A:52:08:B5:DA)\",\n                \"timestamp\": \"2025-05-24T02:07:59.960511Z\"\n            },\n            {\n                \"ap_bssid\": \"00:0A:52:08:B5:DA\",\n                \"ap_essid\": \"AsiaRF_Halow-AP\",\n                \"ap_id\": \"01jlMV4JyjYZzNWn\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 71,\n                \"ap_trust_level_name\": \"High Threat\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 4,\n                \"client_group_name\": \"Visitor\",\n                \"client_id\": \"Bq2ZrVYdpdYp1xmQ\",\n                \"client_mac\": \"D8:3A:DD:15:9A:50\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 65535,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A client assigned to Client Group `VISITOR` has been observed connected to an unapproved `HIGH THREAT` AP\\n\\n* Client:      `D8:3A:DD:15:9A:50`\\n* Group:       `VISITOR`\\n* AccessPoint: `00:0A:52:08:B5:DA` (`AsiaRF_Halow-AP`)\\n* Trust Level: `HIGH THREAT`\\n\\n\\nWhat should you do?\\n\\n* Verify if this client device is supposed to be on a `HIGH THREAT` network.\\n* Check your policies to ensure clients in the `VISITOR` group are not permitted to connect to APs in the `HIGH THREAT` group.\\n* If this is unexpected, investigate whether the assignments and policy settings need adjustment.\\n* Isolate the client device from the network if it is not supposed to be connected to the `HIGH THREAT` network.\\n    \\nThis message is sent no more than once per hour for this specific Client to AP connection.\\n\",\n                \"id\": \"Ezv0w9DZxvxYKZjW\",\n                \"identifier\": \"TRUST POLICY VIOLATION\",\n                \"sensor_id\": \"pRGol6A63YjBKngE\",\n                \"sensor_name\": \"062018V2A10537\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"POLICY\",\n                \"summary\": \"VISITOR CLIENT (D8:3A:DD:15:9A:50) CONNECTED HIGH THREAT AP (00:0A:52:08:B5:DA)\",\n                \"timestamp\": \"2025-05-24T03:18:11.157523Z\"\n            },\n            {\n                \"ap_bssid\": \"00:0A:52:08:B5:DA\",\n                \"ap_essid\": \"AsiaRF_Halow-AP\",\n                \"ap_id\": \"01jlMV4JyjYZzNWn\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 71,\n                \"ap_trust_level_name\": \"High Threat\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 4,\n                \"client_group_name\": \"Visitor\",\n                \"client_id\": \"Bq2ZrVYdpdYp1xmQ\",\n                \"client_mac\": \"D8:3A:DD:15:9A:50\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 65535,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A client assigned to Client Group `VISITOR` has been observed connected to an unapproved `HIGH THREAT` AP\\n\\n* Client:      `D8:3A:DD:15:9A:50`\\n* Group:       `VISITOR`\\n* AccessPoint: `00:0A:52:08:B5:DA` (`AsiaRF_Halow-AP`)\\n* Trust Level: `HIGH THREAT`\\n\\n\\nWhat should you do?\\n\\n* Verify if this client device is supposed to be on a `HIGH THREAT` network.\\n* Check your policies to ensure clients in the `VISITOR` group are not permitted to connect to APs in the `HIGH THREAT` group.\\n* If this is unexpected, investigate whether the assignments and policy settings need adjustment.\\n* Isolate the client device from the network if it is not supposed to be connected to the `HIGH THREAT` network.\\n    \\nThis message is sent no more than once per hour for this specific Client to AP connection.\\n\",\n                \"id\": \"aLGyWAXVBmp4gQX1\",\n                \"identifier\": \"TRUST POLICY VIOLATION\",\n                \"sensor_id\": \"pRGol6A63YjBKngE\",\n                \"sensor_name\": \"062018V2A10537\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"POLICY\",\n                \"summary\": \"VISITOR CLIENT (D8:3A:DD:15:9A:50) CONNECTED HIGH THREAT AP (00:0A:52:08:B5:DA)\",\n                \"timestamp\": \"2025-05-24T04:28:22.700472Z\"\n            },\n            {\n                \"ap_bssid\": \"00:0A:52:08:B5:DA\",\n                \"ap_essid\": \"AsiaRF_Halow-AP\",\n                \"ap_id\": \"01jlMV4JyjYZzNWn\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 71,\n                \"ap_trust_level_name\": \"High Threat\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 4,\n                \"client_group_name\": \"Visitor\",\n                \"client_id\": \"Bq2ZrVYdpdYp1xmQ\",\n                \"client_mac\": \"D8:3A:DD:15:9A:50\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 65535,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A client assigned to Client Group `VISITOR` has been observed connected to an unapproved `HIGH THREAT` AP\\n\\n* Client:      `D8:3A:DD:15:9A:50`\\n* Group:       `VISITOR`\\n* AccessPoint: `00:0A:52:08:B5:DA` (`AsiaRF_Halow-AP`)\\n* Trust Level: `HIGH THREAT`\\n\\n\\nWhat should you do?\\n\\n* Verify if this client device is supposed to be on a `HIGH THREAT` network.\\n* Check your policies to ensure clients in the `VISITOR` group are not permitted to connect to APs in the `HIGH THREAT` group.\\n* If this is unexpected, investigate whether the assignments and policy settings need adjustment.\\n* Isolate the client device from the network if it is not supposed to be connected to the `HIGH THREAT` network.\\n    \\nThis message is sent no more than once per hour for this specific Client to AP connection.\\n\",\n                \"id\": \"wLpB24eVPvp9Dmd8\",\n                \"identifier\": \"TRUST POLICY VIOLATION\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"POLICY\",\n                \"summary\": \"VISITOR CLIENT (D8:3A:DD:15:9A:50) CONNECTED HIGH THREAT AP (00:0A:52:08:B5:DA)\",\n                \"timestamp\": \"2025-05-24T05:40:11.526643Z\"\n            },\n            {\n                \"ap_bssid\": \"00:0A:52:08:B5:DA\",\n                \"ap_essid\": \"AsiaRF_Halow-AP\",\n                \"ap_id\": \"01jlMV4JyjYZzNWn\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 71,\n                \"ap_trust_level_name\": \"High Threat\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 4,\n                \"client_group_name\": \"Visitor\",\n                \"client_id\": \"Bq2ZrVYdpdYp1xmQ\",\n                \"client_mac\": \"D8:3A:DD:15:9A:50\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 65535,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A client assigned to Client Group `VISITOR` has been observed connected to an unapproved `HIGH THREAT` AP\\n\\n* Client:      `D8:3A:DD:15:9A:50`\\n* Group:       `VISITOR`\\n* AccessPoint: `00:0A:52:08:B5:DA` (`AsiaRF_Halow-AP`)\\n* Trust Level: `HIGH THREAT`\\n\\n\\nWhat should you do?\\n\\n* Verify if this client device is supposed to be on a `HIGH THREAT` network.\\n* Check your policies to ensure clients in the `VISITOR` group are not permitted to connect to APs in the `HIGH THREAT` group.\\n* If this is unexpected, investigate whether the assignments and policy settings need adjustment.\\n* Isolate the client device from the network if it is not supposed to be connected to the `HIGH THREAT` network.\\n    \\nThis message is sent no more than once per hour for this specific Client to AP connection.\\n\",\n                \"id\": \"RGol6A6Q2KZ9jBKn\",\n                \"identifier\": \"TRUST POLICY VIOLATION\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"POLICY\",\n                \"summary\": \"VISITOR CLIENT (D8:3A:DD:15:9A:50) CONNECTED HIGH THREAT AP (00:0A:52:08:B5:DA)\",\n                \"timestamp\": \"2025-05-24T06:50:41.689147Z\"\n            },\n            {\n                \"ap_bssid\": \"00:0A:52:08:B5:DA\",\n                \"ap_essid\": \"AsiaRF_Halow-AP\",\n                \"ap_id\": \"01jlMV4JyjYZzNWn\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 71,\n                \"ap_trust_level_name\": \"High Threat\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 4,\n                \"client_group_name\": \"Visitor\",\n                \"client_id\": \"Bq2ZrVYdpdYp1xmQ\",\n                \"client_mac\": \"D8:3A:DD:15:9A:50\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 65535,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A client assigned to Client Group `VISITOR` has been observed connected to an unapproved `HIGH THREAT` AP\\n\\n* Client:      `D8:3A:DD:15:9A:50`\\n* Group:       `VISITOR`\\n* AccessPoint: `00:0A:52:08:B5:DA` (`AsiaRF_Halow-AP`)\\n* Trust Level: `HIGH THREAT`\\n\\n\\nWhat should you do?\\n\\n* Verify if this client device is supposed to be on a `HIGH THREAT` network.\\n* Check your policies to ensure clients in the `VISITOR` group are not permitted to connect to APs in the `HIGH THREAT` group.\\n* If this is unexpected, investigate whether the assignments and policy settings need adjustment.\\n* Isolate the client device from the network if it is not supposed to be connected to the `HIGH THREAT` network.\\n    \\nThis message is sent no more than once per hour for this specific Client to AP connection.\\n\",\n                \"id\": \"V52oD90vB1RYeWak\",\n                \"identifier\": \"TRUST POLICY VIOLATION\",\n                \"sensor_id\": \"pRGol6A63YjBKngE\",\n                \"sensor_name\": \"062018V2A10537\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"POLICY\",\n                \"summary\": \"VISITOR CLIENT (D8:3A:DD:15:9A:50) CONNECTED HIGH THREAT AP (00:0A:52:08:B5:DA)\",\n                \"timestamp\": \"2025-05-24T08:00:58.616392Z\"\n            },\n            {\n                \"ap_bssid\": \"00:0A:52:08:B5:DA\",\n                \"ap_essid\": \"AsiaRF_Halow-AP\",\n                \"ap_id\": \"01jlMV4JyjYZzNWn\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 71,\n                \"ap_trust_level_name\": \"High Threat\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 4,\n                \"client_group_name\": \"Visitor\",\n                \"client_id\": \"Bq2ZrVYdpdYp1xmQ\",\n                \"client_mac\": \"D8:3A:DD:15:9A:50\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 65535,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A client assigned to Client Group `VISITOR` has been observed connected to an unapproved `HIGH THREAT` AP\\n\\n* Client:      `D8:3A:DD:15:9A:50`\\n* Group:       `VISITOR`\\n* AccessPoint: `00:0A:52:08:B5:DA` (`AsiaRF_Halow-AP`)\\n* Trust Level: `HIGH THREAT`\\n\\n\\nWhat should you do?\\n\\n* Verify if this client device is supposed to be on a `HIGH THREAT` network.\\n* Check your policies to ensure clients in the `VISITOR` group are not permitted to connect to APs in the `HIGH THREAT` group.\\n* If this is unexpected, investigate whether the assignments and policy settings need adjustment.\\n* Isolate the client device from the network if it is not supposed to be connected to the `HIGH THREAT` network.\\n    \\nThis message is sent no more than once per hour for this specific Client to AP connection.\\n\",\n                \"id\": \"qDgEZ9WeRK8Y6KNP\",\n                \"identifier\": \"TRUST POLICY VIOLATION\",\n                \"sensor_id\": \"pRGol6A63YjBKngE\",\n                \"sensor_name\": \"062018V2A10537\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"POLICY\",\n                \"summary\": \"VISITOR CLIENT (D8:3A:DD:15:9A:50) CONNECTED HIGH THREAT AP (00:0A:52:08:B5:DA)\",\n                \"timestamp\": \"2025-05-24T09:11:10.182916Z\"\n            },\n            {\n                \"ap_bssid\": \"74:97:8E:02:1E:A2\",\n                \"ap_essid\": \"Helium\",\n                \"ap_id\": \"xDMB3yANd548eRlJ\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 99,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"ROz2VY8vJK9LwMlb\",\n                \"client_mac\": \"CE:F7:A2:4B:01:88\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": null,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A repeating 802.11 EAPOLFrame RSN anonce broadcast has been seen between 74:97:8E:02:1E:A2 and CE:F7:A2:4B:01:88.\\nThis may indicate a Key Reinstallation Attack (KRACK) attack is in progress or a device's\\nsoftware has not been upgraded to defend against this weakness. If a large number of\\nevents are seen in a short period of time an attack could be in progress.\\n\\nFor more information about this weakness, visit the following links:\\n    \\n* https://www.krackattacks.com/\\n* https://en.wikipedia.org/wiki/KRACK\\n* https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13077\\n* https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13078\\n* https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13079\\n* https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13080\\n* https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13081\\n* https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13082\\n* https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13084\\n* https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13086\\n* https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13087\\n* https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13088\\n\",\n                \"id\": \"jdGWa9Vx1G6Yzxo6\",\n                \"identifier\": \"KRACK\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 10,\n                \"source\": \"WIDS\",\n                \"summary\": \"POSSIBLE KRACK WEAKNESS/ATTACK\",\n                \"timestamp\": \"2025-05-24T09:15:39.657125Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"E9:A5:62:23:51:38\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"q3MQw9R5Mnd4gKVX\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address E9:A5:62:23:51:38\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `E9:A5:62:23:51:38`\\n* RSSI:    -89\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"DMB3yANdLEl48eRl\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: E9:A5:62:23:51:38\",\n                \"timestamp\": \"2025-05-24T09:17:10.203815Z\"\n            },\n            {\n                \"ap_bssid\": \"74:97:8E:02:1E:A2\",\n                \"ap_essid\": \"Helium\",\n                \"ap_id\": \"xDMB3yANd548eRlJ\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 99,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"ROz2VY8vJK9LwMlb\",\n                \"client_mac\": \"CE:F7:A2:4B:01:88\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": null,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A new WPA/WPA2 handshake has been collected from the airspace.                    \\n\\n* AP: `74:97:8E:02:1E:A2` (`Helium`)\\n* Client: `CE:F7:A2:4B:01:88`\\n\\nWi-Fi PSK (Pre-Shared Key) handshakes are a fundamental part of how WPA (Wi-Fi Protected Access)\\nand WPA2 networks authenticate clients. The handshake process ensures that both the client \\nand the access point share the same PSK without transmitting it directly over the network.\\n\\nInstead of sending the actual PSK over the air, both the client and AP use it to derive\\ncryptographic keys and verify each other using the handshake process. This ensures security even\\nif an attacker is sniffing the network.\\n\\nBecause the PSK is derived from the passphrase, weak or default passphrases can be easily\\ncracked by attackers using dictionary or brute-force attacks. It is recommended to use a\\nstrong, unique passphrase for each Wi-Fi network to prevent unauthorized access. \\n\",\n                \"id\": \"LDpNwY2GdBl4XbWv\",\n                \"identifier\": \"NEW WPA/WPA2 HANDSHAKE\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 1,\n                \"source\": \"INTERROGATOR\",\n                \"summary\": \"NEW WPA HANDSHAKE RECEIVED FOR BSSID 74:97:8E:02:1E:A2\",\n                \"timestamp\": \"2025-05-24T09:18:31.266259Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"CA:31:BC:3A:8B:06\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"6KJo843an2mAZwXR\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address CA:31:BC:3A:8B:06\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `CA:31:BC:3A:8B:06`\\n* RSSI:    -95\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"XBPqZ4v3dOj967nr\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: CA:31:BC:3A:8B:06\",\n                \"timestamp\": \"2025-05-24T09:23:09.918732Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"E4:54:7F:C9:02:65\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"rd7We4nL0pDAOnE3\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address E4:54:7F:C9:02:65\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `E4:54:7F:C9:02:65`\\n* RSSI:    -100\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"6ZBryAwnQGp9RzLV\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: E4:54:7F:C9:02:65\",\n                \"timestamp\": \"2025-05-24T09:23:10.480984Z\"\n            },\n            {\n                \"ap_bssid\": \"74:97:8E:02:1E:A2\",\n                \"ap_essid\": \"Helium\",\n                \"ap_id\": \"xDMB3yANd548eRlJ\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 99,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"ROz2VY8vJK9LwMlb\",\n                \"client_mac\": \"CE:F7:A2:4B:01:88\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": null,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A new WPA/WPA2 handshake has been collected from the airspace.                    \\n\\n* AP: `74:97:8E:02:1E:A2` (`Helium`)\\n* Client: `CE:F7:A2:4B:01:88`\\n\\nWi-Fi PSK (Pre-Shared Key) handshakes are a fundamental part of how WPA (Wi-Fi Protected Access)\\nand WPA2 networks authenticate clients. The handshake process ensures that both the client \\nand the access point share the same PSK without transmitting it directly over the network.\\n\\nInstead of sending the actual PSK over the air, both the client and AP use it to derive\\ncryptographic keys and verify each other using the handshake process. This ensures security even\\nif an attacker is sniffing the network.\\n\\nBecause the PSK is derived from the passphrase, weak or default passphrases can be easily\\ncracked by attackers using dictionary or brute-force attacks. It is recommended to use a\\nstrong, unique passphrase for each Wi-Fi network to prevent unauthorized access. \\n\",\n                \"id\": \"EpXWe4p2l7nARdbm\",\n                \"identifier\": \"NEW WPA/WPA2 HANDSHAKE\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 1,\n                \"source\": \"INTERROGATOR\",\n                \"summary\": \"NEW WPA HANDSHAKE RECEIVED FOR BSSID 74:97:8E:02:1E:A2\",\n                \"timestamp\": \"2025-05-24T09:24:56.993099Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"FF:C3:3A:AA:6C:E8\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"jdp20Y7L15E4lKyV\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address FF:C3:3A:AA:6C:E8\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `FF:C3:3A:AA:6C:E8`\\n* RSSI:    -92\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"rqOVW9xdMKn9RkXe\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: FF:C3:3A:AA:6C:E8\",\n                \"timestamp\": \"2025-05-24T09:27:31.411285Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"D0:91:61:E7:1D:EE\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"q3MQw9R5Mn14gKVX\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address D0:91:61:E7:1D:EE\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `D0:91:61:E7:1D:EE`\\n* RSSI:    -89\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"OgVm09oJeEX4KbnL\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: D0:91:61:E7:1D:EE\",\n                \"timestamp\": \"2025-05-24T09:29:09.629839Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"DA:9E:EF:64:50:0D\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"RZgwmYgwQVXY8qXE\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address DA:9E:EF:64:50:0D\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `DA:9E:EF:64:50:0D`\\n* RSSI:    -94\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"DgOZL9jMpje4l5dq\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: DA:9E:EF:64:50:0D\",\n                \"timestamp\": \"2025-05-24T09:33:10.413578Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"CE:A4:57:D6:AF:3A\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"qDgEZ9WxaR5A6KNP\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address CE:A4:57:D6:AF:3A\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `CE:A4:57:D6:AF:3A`\\n* RSSI:    -99\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"eZ5nwAMadnyAMWlV\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: CE:A4:57:D6:AF:3A\",\n                \"timestamp\": \"2025-05-24T09:41:09.811828Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"DA:6E:EC:FB:57:65\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"jdGWa9Vgr1NAzxo6\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address DA:6E:EC:FB:57:65\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `DA:6E:EC:FB:57:65`\\n* RSSI:    -101\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"zare34llgMO4ZNbq\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: DA:6E:EC:FB:57:65\",\n                \"timestamp\": \"2025-05-24T09:41:10.068706Z\"\n            },\n            {\n                \"ap_bssid\": \"74:97:8E:02:1E:A1\",\n                \"ap_essid\": \"Helium\",\n                \"ap_id\": \"OaKmwXYrGp40R6p2\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 99,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"ROz2VY8vJK9LwMlb\",\n                \"client_mac\": \"CE:F7:A2:4B:01:88\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": null,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A repeating 802.11 EAPOLFrame RSN anonce broadcast has been seen between 74:97:8E:02:1E:A1 and CE:F7:A2:4B:01:88.\\nThis may indicate a Key Reinstallation Attack (KRACK) attack is in progress or a device's\\nsoftware has not been upgraded to defend against this weakness. If a large number of\\nevents are seen in a short period of time an attack could be in progress.\\n\\nFor more information about this weakness, visit the following links:\\n    \\n* https://www.krackattacks.com/\\n* https://en.wikipedia.org/wiki/KRACK\\n* https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13077\\n* https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13078\\n* https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13079\\n* https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13080\\n* https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13081\\n* https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13082\\n* https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13084\\n* https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13086\\n* https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13087\\n* https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13088\\n\",\n                \"id\": \"1aRZl4zw2QZ9VB3q\",\n                \"identifier\": \"KRACK\",\n                \"sensor_id\": \"pRGol6A63YjBKngE\",\n                \"sensor_name\": \"062018V2A10537\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 10,\n                \"source\": \"WIDS\",\n                \"summary\": \"POSSIBLE KRACK WEAKNESS/ATTACK\",\n                \"timestamp\": \"2025-05-24T09:41:18.184067Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"E9:F4:EF:15:E8:09\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"vOnXrAZM30l9pNqm\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address E9:F4:EF:15:E8:09\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `E9:F4:EF:15:E8:09`\\n* RSSI:    -92\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"ROz2VY8D2QdYLwMl\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: E9:F4:EF:15:E8:09\",\n                \"timestamp\": \"2025-05-24T09:55:20.659911Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"E3:50:4C:C6:35:4B\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"1jlMV4J82GQAZzNW\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address E3:50:4C:C6:35:4B\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `E3:50:4C:C6:35:4B`\\n* RSSI:    -101\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"ab7n24POVyeYp13q\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: E3:50:4C:C6:35:4B\",\n                \"timestamp\": \"2025-05-24T09:57:35.362729Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"EA:27:F4:75:9D:6F\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"q2ZrVYdyG6E4p1xm\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address EA:27:F4:75:9D:6F\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `EA:27:F4:75:9D:6F`\\n* RSSI:    -92\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"aKmwXYrRP1LY0R6p\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: EA:27:F4:75:9D:6F\",\n                \"timestamp\": \"2025-05-24T09:57:35.723812Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"F6:C0:70:4E:53:08\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"KwoZqAG8Wa6Y8B3P\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address F6:C0:70:4E:53:08\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `F6:C0:70:4E:53:08`\\n* RSSI:    -98\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"pk3PZYaxjWrA5XDg\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: F6:C0:70:4E:53:08\",\n                \"timestamp\": \"2025-05-24T10:05:10.546177Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"D6:32:82:45:7E:6F\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"RZgwmYgwQzXY8qXE\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address D6:32:82:45:7E:6F\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `D6:32:82:45:7E:6F`\\n* RSSI:    -95\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"OjyQz4qeJyn4Pnxp\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: D6:32:82:45:7E:6F\",\n                \"timestamp\": \"2025-05-24T10:11:09.767747Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"E3:0F:29:FD:56:61\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"Ezv0w9D8ea09KZjW\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address E3:0F:29:FD:56:61\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `E3:0F:29:FD:56:61`\\n* RSSI:    -91\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"vOnXrAZJdLjApNqm\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: E3:0F:29:FD:56:61\",\n                \"timestamp\": \"2025-05-24T10:11:10.230760Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"D6:00:06:92:17:C5\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"OgVm09okW569KbnL\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address D6:00:06:92:17:C5\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `D6:00:06:92:17:C5`\\n* RSSI:    -91\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"lyeQL4kkKl34GON7\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: D6:00:06:92:17:C5\",\n                \"timestamp\": \"2025-05-24T10:21:10.320587Z\"\n            },\n            {\n                \"ap_bssid\": \"00:0A:52:08:B5:DA\",\n                \"ap_essid\": \"AsiaRF_Halow-AP\",\n                \"ap_id\": \"01jlMV4JyjYZzNWn\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 71,\n                \"ap_trust_level_name\": \"High Threat\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 4,\n                \"client_group_name\": \"Visitor\",\n                \"client_id\": \"Bq2ZrVYdpdYp1xmQ\",\n                \"client_mac\": \"D8:3A:DD:15:9A:50\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 65535,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A client assigned to Client Group `VISITOR` has been observed connected to an unapproved `HIGH THREAT` AP\\n\\n* Client:      `D8:3A:DD:15:9A:50`\\n* Group:       `VISITOR`\\n* AccessPoint: `00:0A:52:08:B5:DA` (`AsiaRF_Halow-AP`)\\n* Trust Level: `HIGH THREAT`\\n\\n\\nWhat should you do?\\n\\n* Verify if this client device is supposed to be on a `HIGH THREAT` network.\\n* Check your policies to ensure clients in the `VISITOR` group are not permitted to connect to APs in the `HIGH THREAT` group.\\n* If this is unexpected, investigate whether the assignments and policy settings need adjustment.\\n* Isolate the client device from the network if it is not supposed to be connected to the `HIGH THREAT` network.\\n    \\nThis message is sent no more than once per hour for this specific Client to AP connection.\\n\",\n                \"id\": \"1jlMV4J0MllAZzNW\",\n                \"identifier\": \"TRUST POLICY VIOLATION\",\n                \"sensor_id\": \"pRGol6A63YjBKngE\",\n                \"sensor_name\": \"062018V2A10537\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"POLICY\",\n                \"summary\": \"VISITOR CLIENT (D8:3A:DD:15:9A:50) CONNECTED HIGH THREAT AP (00:0A:52:08:B5:DA)\",\n                \"timestamp\": \"2025-05-24T10:23:21.457868Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"C6:45:D9:F9:6E:B8\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"ROz2VY8GR00ALwMl\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address C6:45:D9:F9:6E:B8\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `C6:45:D9:F9:6E:B8`\\n* RSSI:    -98\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"q2ZrVYddJ2MYp1xm\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: C6:45:D9:F9:6E:B8\",\n                \"timestamp\": \"2025-05-24T10:27:50.932784Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"DB:00:7F:67:25:51\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"ab7n24PqjaZ9p13q\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address DB:00:7F:67:25:51\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `DB:00:7F:67:25:51`\\n* RSSI:    -94\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"v1yr595glGEYwaOo\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: DB:00:7F:67:25:51\",\n                \"timestamp\": \"2025-05-24T10:27:51.437281Z\"\n            },\n            {\n                \"ap_bssid\": \"CA:C9:A3:39:EA:9E\",\n                \"ap_essid\": \"ARKSCAN-2054K\",\n                \"ap_id\": \"Npk3PZYalJA5XDgK\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occurring and should be investigated further.\",\n                \"id\": \"6KJo843g2b74ZwXR\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"pRGol6A63YjBKngE\",\n                \"sensor_name\": \"062018V2A10537\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP CA:C9:A3:39:EA:9E has changed channel from 1 to 6\",\n                \"timestamp\": \"2025-05-24T10:40:39.917223Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"C7:27:02:2D:01:B0\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"q3MQw9R5MQ14gKVX\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address C7:27:02:2D:01:B0\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `C7:27:02:2D:01:B0`\\n* RSSI:    -100\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"rd7We4nXpnbAOnE3\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: C7:27:02:2D:01:B0\",\n                \"timestamp\": \"2025-05-24T10:41:09.418429Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"DA:66:E3:C7:AD:20\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"BvpRXABoDEyYZwyn\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address DA:66:E3:C7:AD:20\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `DA:66:E3:C7:AD:20`\\n* RSSI:    -95\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"25gZj4EdlwJYnaKy\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: DA:66:E3:C7:AD:20\",\n                \"timestamp\": \"2025-05-24T10:41:09.834595Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"D9:AC:C3:CF:F5:B6\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"KwoZqAG8WBbY8B3P\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address D9:AC:C3:CF:F5:B6\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `D9:AC:C3:CF:F5:B6`\\n* RSSI:    -90\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"jdp20Y7g5mkYlKyV\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: D9:AC:C3:CF:F5:B6\",\n                \"timestamp\": \"2025-05-24T10:53:10.185753Z\"\n            },\n            {\n                \"ap_bssid\": \"CA:C9:A3:39:EA:9E\",\n                \"ap_essid\": \"ARKSCAN-2054K\",\n                \"ap_id\": \"Npk3PZYalJA5XDgK\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occurring and should be investigated further.\",\n                \"id\": \"kLB1eAy72ml4nXKy\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"pRGol6A63YjBKngE\",\n                \"sensor_name\": \"062018V2A10537\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP CA:C9:A3:39:EA:9E has changed channel from 6 to 1\",\n                \"timestamp\": \"2025-05-24T10:57:22.698461Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"D0:83:08:0D:B6:70\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"Qgp13Amw6dQ4RbrG\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address D0:83:08:0D:B6:70\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `D0:83:08:0D:B6:70`\\n* RSSI:    -95\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"VwzrOY1MwR1Y6KkL\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: D0:83:08:0D:B6:70\",\n                \"timestamp\": \"2025-05-24T10:57:39.427166Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"DF:47:71:9B:37:46\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"arBvWYQMlxmY7JmP\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address DF:47:71:9B:37:46\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `DF:47:71:9B:37:46`\\n* RSSI:    -96\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"q3MQw9RZnR69gKVX\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: DF:47:71:9B:37:46\",\n                \"timestamp\": \"2025-05-24T10:57:39.823537Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"E2:56:6C:7B:EF:7E\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"rqOVW9x7jJ24RkXe\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address E2:56:6C:7B:EF:7E\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `E2:56:6C:7B:EF:7E`\\n* RSSI:    -95\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"BvpRXABlON74Zwyn\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: E2:56:6C:7B:EF:7E\",\n                \"timestamp\": \"2025-05-24T11:11:09.817356Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"F6:40:76:83:09:2B\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"OgVm09okWdD9KbnL\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address F6:40:76:83:09:2B\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `F6:40:76:83:09:2B`\\n* RSSI:    -89\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"xqj1wYbp8jd9kgQ6\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: F6:40:76:83:09:2B\",\n                \"timestamp\": \"2025-05-24T11:11:10.094652Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"C2:7C:C0:C2:2A:A6\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"vOnXrAZM3DZ9pNqm\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address C2:7C:C0:C2:2A:A6\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `C2:7C:C0:C2:2A:A6`\\n* RSSI:    -81\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"6bvQz9ObaK841Pro\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: C2:7C:C0:C2:2A:A6\",\n                \"timestamp\": \"2025-05-24T11:19:10.303127Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"CD:AE:64:06:D1:78\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"VwzrOY1OZlW96KkL\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address CD:AE:64:06:D1:78\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `CD:AE:64:06:D1:78`\\n* RSSI:    -94\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"KwoZqAGnr7n98B3P\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: CD:AE:64:06:D1:78\",\n                \"timestamp\": \"2025-05-24T11:29:10.142392Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"D8:85:80:32:5F:C8\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"q3MQw9R5Mx34gKVX\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address D8:85:80:32:5F:C8\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `D8:85:80:32:5F:C8`\\n* RSSI:    -95\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"dWPjxYKRXB1AnMkG\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: D8:85:80:32:5F:C8\",\n                \"timestamp\": \"2025-05-24T11:29:10.529092Z\"\n            },\n            {\n                \"ap_bssid\": \"00:0A:52:08:B5:DA\",\n                \"ap_essid\": \"AsiaRF_Halow-AP\",\n                \"ap_id\": \"01jlMV4JyjYZzNWn\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 71,\n                \"ap_trust_level_name\": \"High Threat\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 4,\n                \"client_group_name\": \"Visitor\",\n                \"client_id\": \"Bq2ZrVYdpdYp1xmQ\",\n                \"client_mac\": \"D8:3A:DD:15:9A:50\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 65535,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A client assigned to Client Group `VISITOR` has been observed connected to an unapproved `HIGH THREAT` AP\\n\\n* Client:      `D8:3A:DD:15:9A:50`\\n* Group:       `VISITOR`\\n* AccessPoint: `00:0A:52:08:B5:DA` (`AsiaRF_Halow-AP`)\\n* Trust Level: `HIGH THREAT`\\n\\n\\nWhat should you do?\\n\\n* Verify if this client device is supposed to be on a `HIGH THREAT` network.\\n* Check your policies to ensure clients in the `VISITOR` group are not permitted to connect to APs in the `HIGH THREAT` group.\\n* If this is unexpected, investigate whether the assignments and policy settings need adjustment.\\n* Isolate the client device from the network if it is not supposed to be connected to the `HIGH THREAT` network.\\n    \\nThis message is sent no more than once per hour for this specific Client to AP connection.\\n\",\n                \"id\": \"Qgp13AmVlaMYRbrG\",\n                \"identifier\": \"TRUST POLICY VIOLATION\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"POLICY\",\n                \"summary\": \"VISITOR CLIENT (D8:3A:DD:15:9A:50) CONNECTED HIGH THREAT AP (00:0A:52:08:B5:DA)\",\n                \"timestamp\": \"2025-05-24T11:31:57.279258Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"EB:FE:19:96:63:C9\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"dWPjxYKzvxWAnMkG\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address EB:FE:19:96:63:C9\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `EB:FE:19:96:63:C9`\\n* RSSI:    -85\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"arBvWYQK3Qv97JmP\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: EB:FE:19:96:63:C9\",\n                \"timestamp\": \"2025-05-24T11:33:10.089972Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"F4:CC:39:47:91:05\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"LDpNwY2O3bb4XbWv\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address F4:CC:39:47:91:05\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `F4:CC:39:47:91:05`\\n* RSSI:    -102\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"273rPYL1eb04ZboK\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: F4:CC:39:47:91:05\",\n                \"timestamp\": \"2025-05-24T11:43:10.674320Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"FF:6F:F2:34:E7:DA\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"XBPqZ4vnxyZ467nr\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address FF:6F:F2:34:E7:DA\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `FF:6F:F2:34:E7:DA`\\n* RSSI:    -93\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"RZgwmYgdVaw48qXE\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: FF:6F:F2:34:E7:DA\",\n                \"timestamp\": \"2025-05-24T11:43:11.044518Z\"\n            },\n            {\n                \"ap_bssid\": \"BA:ED:00:B0:63:FC\",\n                \"ap_essid\": \"TP-Link_6400\",\n                \"ap_id\": \"z1aRZl4zry4VB3qm\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"Wireless Router\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"TP-Link\",\n                \"ap_trust_level\": 90,\n                \"ap_trust_level_name\": \"Suspicious\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occurring and should be investigated further.\",\n                \"id\": \"Ezv0w9DZx3xYKZjW\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"pRGol6A63YjBKngE\",\n                \"sensor_name\": \"062018V2A10537\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP BA:ED:00:B0:63:FC has changed channel from 149 to 48\",\n                \"timestamp\": \"2025-05-24T12:01:17.253585Z\"\n            },\n            {\n                \"ap_bssid\": \"BA:ED:00:B0:63:FD\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"xLDpNwY2GE4XbWvn\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 50,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"Channel changing is likely normal AP balancing activity. An excessive amount of changes within a small window of time may be indicative of an evil twin attack occurring and should be investigated further.\",\n                \"id\": \"aLGyWAXVB0p4gQX1\",\n                \"identifier\": \"CHANCHANGE\",\n                \"sensor_id\": \"pRGol6A63YjBKngE\",\n                \"sensor_name\": \"062018V2A10537\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 3,\n                \"source\": \"WIDS\",\n                \"summary\": \"AP BA:ED:00:B0:63:FD has changed channel from 149 to 48\",\n                \"timestamp\": \"2025-05-24T12:01:17.315491Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"AirTag\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_threat\": \"Tracker\",\n                \"ap_tag_vendor\": \"Apple\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"E1:94:7A:0D:2B:BB\",\n                \"bluetooth_ble\": true,\n                \"bluetooth_id\": \"RGol6A6Xyr34jBKn\",\n                \"bluetooth_label\": \"Tracker\",\n                \"bluetooth_market\": \"Home/Office\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A BLE AirTag tracking device with address E1:94:7A:0D:2B:BB\\nhas been identified in your airspace. BLE tracking devices are used to track and locate personal items\\nsuch as keys, wallets, and bags. These devices are often used by individuals to keep track of their\\npersonal belongings.\\n\\nIn the case of Apple AirTags, the address of the device will change often making tracking by address\\ndifficult. If you have concerns about the presence of a BLE tracking device in your airspace and would\\nlike to locate the owner, an AirTag will typically maintain its address for a longer period of time\\nwhen the owner's device is not nearby.  \\n\\nFor more information about BLE tracking devices, visit the following links:\\n\\n* https://www.apple.com/airtag/\\n* https://adamcatley.com/AirTag.html\\n* https://www.thetileapp.com/\\n* https://atuvos.com/\\n\\t\\t\\t\\t\\t\\t\\n* Matched By: AirTagManuf\\n\\nDevice Details (may change over time):\\n\\n* Address: `E1:94:7A:0D:2B:BB`\\n* RSSI:    -105\\n* Name:    \\n* Type:    Random\\n* Vendor:  Apple, Inc.\\n\\n\",\n                \"id\": \"wLpB24eVPzp9Dmd8\",\n                \"identifier\": \"BLUETOOTH TRACKER DETECTED\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"ANALYTICS\",\n                \"summary\": \"BLE AIRTAG TRACKER DETECTED: E1:94:7A:0D:2B:BB\",\n                \"timestamp\": \"2025-05-24T12:37:10.376172Z\"\n            },\n            {\n                \"ap_bssid\": \"00:0A:52:08:B5:DA\",\n                \"ap_essid\": \"AsiaRF_Halow-AP\",\n                \"ap_id\": \"01jlMV4JyjYZzNWn\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 71,\n                \"ap_trust_level_name\": \"High Threat\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 4,\n                \"client_group_name\": \"Visitor\",\n                \"client_id\": \"Bq2ZrVYdpdYp1xmQ\",\n                \"client_mac\": \"D8:3A:DD:15:9A:50\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 65535,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A client assigned to Client Group `VISITOR` has been observed connected to an unapproved `HIGH THREAT` AP\\n\\n* Client:      `D8:3A:DD:15:9A:50`\\n* Group:       `VISITOR`\\n* AccessPoint: `00:0A:52:08:B5:DA` (`AsiaRF_Halow-AP`)\\n* Trust Level: `HIGH THREAT`\\n\\n\\nWhat should you do?\\n\\n* Verify if this client device is supposed to be on a `HIGH THREAT` network.\\n* Check your policies to ensure clients in the `VISITOR` group are not permitted to connect to APs in the `HIGH THREAT` group.\\n* If this is unexpected, investigate whether the assignments and policy settings need adjustment.\\n* Isolate the client device from the network if it is not supposed to be connected to the `HIGH THREAT` network.\\n    \\nThis message is sent no more than once per hour for this specific Client to AP connection.\\n\",\n                \"id\": \"RGol6A6Q20Z9jBKn\",\n                \"identifier\": \"TRUST POLICY VIOLATION\",\n                \"sensor_id\": \"pRGol6A63YjBKngE\",\n                \"sensor_name\": \"062018V2A10537\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"POLICY\",\n                \"summary\": \"VISITOR CLIENT (D8:3A:DD:15:9A:50) CONNECTED HIGH THREAT AP (00:0A:52:08:B5:DA)\",\n                \"timestamp\": \"2025-05-24T12:43:44.582579Z\"\n            },\n            {\n                \"ap_bssid\": \"00:0A:52:08:B5:DA\",\n                \"ap_essid\": \"AsiaRF_Halow-AP\",\n                \"ap_id\": \"01jlMV4JyjYZzNWn\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 71,\n                \"ap_trust_level_name\": \"High Threat\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 4,\n                \"client_group_name\": \"Visitor\",\n                \"client_id\": \"Bq2ZrVYdpdYp1xmQ\",\n                \"client_mac\": \"D8:3A:DD:15:9A:50\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 65535,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A client assigned to Client Group `VISITOR` has been observed connected to an unapproved `HIGH THREAT` AP\\n\\n* Client:      `D8:3A:DD:15:9A:50`\\n* Group:       `VISITOR`\\n* AccessPoint: `00:0A:52:08:B5:DA` (`AsiaRF_Halow-AP`)\\n* Trust Level: `HIGH THREAT`\\n\\n\\nWhat should you do?\\n\\n* Verify if this client device is supposed to be on a `HIGH THREAT` network.\\n* Check your policies to ensure clients in the `VISITOR` group are not permitted to connect to APs in the `HIGH THREAT` group.\\n* If this is unexpected, investigate whether the assignments and policy settings need adjustment.\\n* Isolate the client device from the network if it is not supposed to be connected to the `HIGH THREAT` network.\\n    \\nThis message is sent no more than once per hour for this specific Client to AP connection.\\n\",\n                \"id\": \"V52oD90vBLRYeWak\",\n                \"identifier\": \"TRUST POLICY VIOLATION\",\n                \"sensor_id\": \"pRGol6A63YjBKngE\",\n                \"sensor_name\": \"062018V2A10537\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"POLICY\",\n                \"summary\": \"VISITOR CLIENT (D8:3A:DD:15:9A:50) CONNECTED HIGH THREAT AP (00:0A:52:08:B5:DA)\",\n                \"timestamp\": \"2025-05-24T13:53:59.166815Z\"\n            },\n            {\n                \"ap_bssid\": \"8E:DC:96:8E:5E:5E\",\n                \"ap_essid\": \"J-Sei\",\n                \"ap_id\": \"Bq2ZrVYdXpYp1xmQ\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 61,\n                \"ap_trust_level_name\": \"Suspected Neighbor\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 99,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"1aRZl4zynyYVB3qm\",\n                \"client_mac\": \"B4:8C:9D:F8:CA:63\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": null,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A new WPA/WPA2 handshake has been collected from the airspace.                    \\n\\n* AP: `8E:DC:96:8E:5E:5E` (`J-Sei`)\\n* Client: `B4:8C:9D:F8:CA:63`\\n\\nWi-Fi PSK (Pre-Shared Key) handshakes are a fundamental part of how WPA (Wi-Fi Protected Access)\\nand WPA2 networks authenticate clients. The handshake process ensures that both the client \\nand the access point share the same PSK without transmitting it directly over the network.\\n\\nInstead of sending the actual PSK over the air, both the client and AP use it to derive\\ncryptographic keys and verify each other using the handshake process. This ensures security even\\nif an attacker is sniffing the network.\\n\\nBecause the PSK is derived from the passphrase, weak or default passphrases can be easily\\ncracked by attackers using dictionary or brute-force attacks. It is recommended to use a\\nstrong, unique passphrase for each Wi-Fi network to prevent unauthorized access. \\n\",\n                \"id\": \"qDgEZ9WeR68Y6KNP\",\n                \"identifier\": \"NEW WPA/WPA2 HANDSHAKE\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 1,\n                \"source\": \"INTERROGATOR\",\n                \"summary\": \"NEW WPA HANDSHAKE RECEIVED FOR BSSID 8E:DC:96:8E:5E:5E\",\n                \"timestamp\": \"2025-05-24T14:15:30.225137Z\"\n            },\n            {\n                \"ap_bssid\": \"00:0A:52:08:B5:DA\",\n                \"ap_essid\": \"AsiaRF_Halow-AP\",\n                \"ap_id\": \"01jlMV4JyjYZzNWn\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 71,\n                \"ap_trust_level_name\": \"High Threat\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 4,\n                \"client_group_name\": \"Visitor\",\n                \"client_id\": \"Bq2ZrVYdpdYp1xmQ\",\n                \"client_mac\": \"D8:3A:DD:15:9A:50\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 65535,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A client assigned to Client Group `VISITOR` has been observed connected to an unapproved `HIGH THREAT` AP\\n\\n* Client:      `D8:3A:DD:15:9A:50`\\n* Group:       `VISITOR`\\n* AccessPoint: `00:0A:52:08:B5:DA` (`AsiaRF_Halow-AP`)\\n* Trust Level: `HIGH THREAT`\\n\\n\\nWhat should you do?\\n\\n* Verify if this client device is supposed to be on a `HIGH THREAT` network.\\n* Check your policies to ensure clients in the `VISITOR` group are not permitted to connect to APs in the `HIGH THREAT` group.\\n* If this is unexpected, investigate whether the assignments and policy settings need adjustment.\\n* Isolate the client device from the network if it is not supposed to be connected to the `HIGH THREAT` network.\\n    \\nThis message is sent no more than once per hour for this specific Client to AP connection.\\n\",\n                \"id\": \"jdGWa9Vx1e6Yzxo6\",\n                \"identifier\": \"TRUST POLICY VIOLATION\",\n                \"sensor_id\": \"pRGol6A63YjBKngE\",\n                \"sensor_name\": \"062018V2A10537\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"POLICY\",\n                \"summary\": \"VISITOR CLIENT (D8:3A:DD:15:9A:50) CONNECTED HIGH THREAT AP (00:0A:52:08:B5:DA)\",\n                \"timestamp\": \"2025-05-24T15:04:10.422971Z\"\n            },\n            {\n                \"ap_bssid\": \"00:0A:52:08:B5:DA\",\n                \"ap_essid\": \"AsiaRF_Halow-AP\",\n                \"ap_id\": \"01jlMV4JyjYZzNWn\",\n                \"ap_market\": \"Home/Office\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 71,\n                \"ap_trust_level_name\": \"High Threat\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 4,\n                \"client_group_name\": \"Visitor\",\n                \"client_id\": \"Bq2ZrVYdpdYp1xmQ\",\n                \"client_mac\": \"D8:3A:DD:15:9A:50\",\n                \"client_market\": \"Home/Office\",\n                \"client_risk_level\": 65535,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"A client assigned to Client Group `VISITOR` has been observed connected to an unapproved `HIGH THREAT` AP\\n\\n* Client:      `D8:3A:DD:15:9A:50`\\n* Group:       `VISITOR`\\n* AccessPoint: `00:0A:52:08:B5:DA` (`AsiaRF_Halow-AP`)\\n* Trust Level: `HIGH THREAT`\\n\\n\\nWhat should you do?\\n\\n* Verify if this client device is supposed to be on a `HIGH THREAT` network.\\n* Check your policies to ensure clients in the `VISITOR` group are not permitted to connect to APs in the `HIGH THREAT` group.\\n* If this is unexpected, investigate whether the assignments and policy settings need adjustment.\\n* Isolate the client device from the network if it is not supposed to be connected to the `HIGH THREAT` network.\\n    \\nThis message is sent no more than once per hour for this specific Client to AP connection.\\n\",\n                \"id\": \"DMB3yANdLGl48eRl\",\n                \"identifier\": \"TRUST POLICY VIOLATION\",\n                \"sensor_id\": \"lwLpB24e7ADmd8yx\",\n                \"sensor_name\": \"062018V2A10300\",\n                \"sensor_tags\": [\n                    \"v2.5\"\n                ],\n                \"severity\": 8,\n                \"source\": \"POLICY\",\n                \"summary\": \"VISITOR CLIENT (D8:3A:DD:15:9A:50) CONNECTED HIGH THREAT AP (00:0A:52:08:B5:DA)\",\n                \"timestamp\": \"2025-05-24T16:14:28.249767Z\"\n            },\n            {\n                \"ap_bssid\": \"\",\n                \"ap_essid\": \"\",\n                \"ap_id\": \"\",\n                \"ap_market\": \"\",\n                \"ap_tag_device\": \"\",\n                \"ap_tag_location\": \"\",\n                \"ap_tag_product\": \"\",\n                \"ap_tag_vendor\": \"\",\n                \"ap_trust_level\": 0,\n                \"ap_trust_level_name\": \"Unassigned\",\n                \"bluetooth_address\": \"\",\n                \"bluetooth_ble\": false,\n                \"bluetooth_id\": \"\",\n                \"bluetooth_label\": \"\",\n                \"bluetooth_market\": \"\",\n                \"bluetooth_tag_device\": \"\",\n                \"bluetooth_tag_location\": \"\",\n                \"bluetooth_tag_product\": \"\",\n                \"bluetooth_tag_vendor\": \"\",\n                \"celltower_carrier\": \"\",\n                \"celltower_cellid\": \"\",\n                \"celltower_id\": \"\",\n                \"celltower_lac\": \"\",\n                \"celltower_mcc\": \"\",\n                \"celltower_mnc\": \"\",\n                \"celltower_rat\": \"\",\n                \"celltower_threat_level\": 0,\n                \"client_group\": 0,\n                \"client_group_name\": \"Unassigned\",\n                \"client_id\": \"\",\n                \"client_mac\": \"\",\n                \"client_market\": \"\",\n                \"client_risk_level\": 0,\n                \"client_tag_device\": \"\",\n                \"client_tag_location\": \"\",\n                \"client_tag_product\": \"\",\n                \"client_tag_vendor\": \"\",\n                \"detail\": \"User User at Demo (demo@loch.io) logged in.\",\n                \"id\": \"LDpNwY2GdDl4XbWv\",\n                \"identifier\": \"LOGIN\",\n                \"sensor_id\": \"\",\n                \"sensor_name\": \"\",\n                \"sensor_tags\": [],\n                \"severity\": 1,\n                \"source\": \"CONSOLE\",\n                \"summary\": \"User demo@loch.io logged in\",\n                \"timestamp\": \"2025-05-24T16:27:31.258833Z\"\n            }\n        ]\n    },\n    \"status\": \"success\"\n}"}],"_postman_id":"002b6592-82d7-450b-aa72-9886cbaf1ffd"}],"id":"119d46e1-8f63-4557-9100-85cc33866b6a","_postman_id":"119d46e1-8f63-4557-9100-85cc33866b6a","description":"","auth":{"type":"bearer","bearer":{"token":"access_token"},"isInherited":true,"source":{"_postman_id":"d8f119ea-2083-456b-8a58-29991b8becad","id":"d8f119ea-2083-456b-8a58-29991b8becad","name":"802 Secure/LOCH Customer API","type":"collection"}}},{"name":"Daily Reports","item":[{"name":"Configured Reports","event":[{"listen":"prerequest","script":{"id":"17a75eb1-476e-4890-aea4-57e7bca367ad","exec":[""],"type":"text/javascript","packages":{}}}],"id":"08559d56-f3cf-4264-8735-80c18c71fca6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.802secure.net/apiv1/customer/daily_reports","description":"<p>Retrieves ths list of configured daily reports.</p>\n","auth":{"type":"bearer","bearer":{"token":"access_token"},"isInherited":true,"source":{"_postman_id":"d8f119ea-2083-456b-8a58-29991b8becad","id":"d8f119ea-2083-456b-8a58-29991b8becad","name":"802 Secure/LOCH Customer API","type":"collection"}},"urlObject":{"path":["daily_reports"],"host":["https://api.802secure.net/apiv1/customer"],"query":[],"variable":[]}},"response":[{"id":"812e871f-b876-492e-ba0f-ceef69eb01c3","name":"Configured Reports","originalRequest":{"method":"GET","header":[],"url":"https://api.802secure.net/apiv1/customer/daily_reports"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 24 May 2025 16:44:15 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"cloudflare"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Cf-Ray","value":"944e41b45b89faae-SJC"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Encoding","value":"br"},{"key":"Cf-Cache-Status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v4?s=Mm0f5X0lEiGVjro2TN2PtBNMqgOvc0hkO9KMhzRDGvyH4tKg5%2FBAqEiL4WUUCMAWmQAK4wrnGi%2BfKZVIpLMox8I9arSBRfX3ou0bkmqbNA1IUm58KUdsZdLMCAI1ayeLUNy40W%2Bf\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"Nel","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Strict-Transport-Security","value":"max-age=15552000"},{"key":"Set-Cookie","value":"session=4eaa8586-d5a3-4592-9bfd-79629d96877c.3_p3ows9PTKkfY_OH2s66tkGopM; HttpOnly; Path=/; Expires=Sat, 24 May 2025 17:44:15 GMT"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"},{"key":"server-timing","value":"cfL4;desc=\"?proto=TCP&rtt=0&min_rtt=0&rtt_var=0&sent=0&recv=0&lost=0&retrans=0&sent_bytes=0&recv_bytes=0&delivery_rate=0&cwnd=0&unsent_bytes=0&cid=8eba5f2399943e4b&ts=115125&x=0\""}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"reports\": [\n            {\n                \"active\": true,\n                \"id\": \"grd7We4nlAOnE3XR\",\n                \"name\": \"events csv\",\n                \"notifiers\": [],\n                \"timezone\": \"UTC\",\n                \"type\": \"csv\"\n            }\n        ]\n    },\n    \"status\": \"success\"\n}"}],"_postman_id":"08559d56-f3cf-4264-8735-80c18c71fca6"},{"name":"Daily Report Result List","event":[{"listen":"prerequest","script":{"id":"17a75eb1-476e-4890-aea4-57e7bca367ad","exec":[""],"type":"text/javascript"}}],"id":"56a7730c-ea70-41e6-bc06-04f2a3df026e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.802secure.net/apiv1/customer/daily_reports/results","description":"<p>Retrieves ths list of the daily report results.</p>\n","auth":{"type":"bearer","bearer":{"token":"access_token"},"isInherited":true,"source":{"_postman_id":"d8f119ea-2083-456b-8a58-29991b8becad","id":"d8f119ea-2083-456b-8a58-29991b8becad","name":"802 Secure/LOCH Customer API","type":"collection"}},"urlObject":{"path":["daily_reports","results"],"host":["https://api.802secure.net/apiv1/customer"],"query":[],"variable":[]}},"response":[{"id":"9ebe19d4-b168-4d2e-9106-a6bf782976da","name":"Daily Report Result List","originalRequest":{"method":"GET","header":[],"url":"https://api.802secure.net/apiv1/customer/daily_reports/results"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 24 May 2025 16:44:44 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"cloudflare"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Cf-Ray","value":"944e420b2c14faae-SJC"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Encoding","value":"br"},{"key":"Cf-Cache-Status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v4?s=ndmkfOdURAkZo%2FIo%2BtxLBKM5lYssrqhzjOrO02EaKDjQslb0M9d%2BWuU9wWTO8FzRR8GK05mQDf8ATf1%2BJNy%2F%2BIzyZ%2B6ou2oPNpP5bS8Vud53SDIQnBlJdsM%2FEPZ%2BvKmimwT4Rfl2\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"Nel","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Strict-Transport-Security","value":"max-age=15552000"},{"key":"Set-Cookie","value":"session=4eaa8586-d5a3-4592-9bfd-79629d96877c.3_p3ows9PTKkfY_OH2s66tkGopM; HttpOnly; Path=/; Expires=Sat, 24 May 2025 17:44:44 GMT"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"},{"key":"server-timing","value":"cfL4;desc=\"?proto=TCP&rtt=0&min_rtt=0&rtt_var=0&sent=0&recv=0&lost=0&retrans=0&sent_bytes=0&recv_bytes=0&delivery_rate=0&cwnd=0&unsent_bytes=0&cid=8eba5f2399943e4b&ts=144064&x=0\""}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"reports\": [\n            {\n                \"created\": \"2025-05-24T07:00:04.205301\",\n                \"id\": \"M6KJo843a7AZwXRO\",\n                \"name\": \"Full Daily Report: 2025-05-23\",\n                \"type\": \"json\"\n            },\n            {\n                \"created\": \"2025-05-24T00:00:10.934085\",\n                \"id\": \"qv1yr595dE4waOoD\",\n                \"name\": \"events csv\",\n                \"type\": \"csv\"\n            },\n            {\n                \"created\": \"2025-05-23T07:00:06.485355\",\n                \"id\": \"Bq2ZrVYdyM4p1xmQ\",\n                \"name\": \"Full Daily Report: 2025-05-22\",\n                \"type\": \"json\"\n            },\n            {\n                \"created\": \"2025-05-23T00:00:22.828299\",\n                \"id\": \"01jlMV4J8lAZzNWn\",\n                \"name\": \"events csv\",\n                \"type\": \"csv\"\n            },\n            {\n                \"created\": \"2025-05-22T07:00:03.547865\",\n                \"id\": \"PlyeQL4kw34GON75\",\n                \"name\": \"Full Daily Report: 2025-05-21\",\n                \"type\": \"json\"\n            },\n            {\n                \"created\": \"2025-05-22T00:00:05.637403\",\n                \"id\": \"WvOnXrAZMj9pNqmo\",\n                \"name\": \"events csv\",\n                \"type\": \"csv\"\n            },\n            {\n                \"created\": \"2025-05-21T07:00:04.026064\",\n                \"id\": \"aOjyQz4qwnAPnxpW\",\n                \"name\": \"Full Daily Report: 2025-05-20\",\n                \"type\": \"json\"\n            },\n            {\n                \"created\": \"2025-05-21T00:00:04.327225\",\n                \"id\": \"Npk3PZYanr45XDgK\",\n                \"name\": \"events csv\",\n                \"type\": \"csv\"\n            },\n            {\n                \"created\": \"2025-05-20T07:00:03.967937\",\n                \"id\": \"OaKmwXYrwL40R6p2\",\n                \"name\": \"Full Daily Report: 2025-05-19\",\n                \"type\": \"json\"\n            },\n            {\n                \"created\": \"2025-05-20T00:00:01.759024\",\n                \"id\": \"Zab7n24Pqe9p13qO\",\n                \"name\": \"events csv\",\n                \"type\": \"csv\"\n            },\n            {\n                \"created\": \"2025-05-19T07:00:02.328143\",\n                \"id\": \"BROz2VY8GdALwMlb\",\n                \"name\": \"Full Daily Report: 2025-05-18\",\n                \"type\": \"json\"\n            },\n            {\n                \"created\": \"2025-05-19T00:00:05.422962\",\n                \"id\": \"z1aRZl4z1ZYVB3qm\",\n                \"name\": \"events csv\",\n                \"type\": \"csv\"\n            },\n            {\n                \"created\": \"2025-05-18T07:00:05.158026\",\n                \"id\": \"6eZ5nwAMMyAMWlVx\",\n                \"name\": \"Full Daily Report: 2025-05-17\",\n                \"type\": \"json\"\n            },\n            {\n                \"created\": \"2025-05-18T00:00:03.371914\",\n                \"id\": \"Rzare34ljOAZNbqv\",\n                \"name\": \"events csv\",\n                \"type\": \"csv\"\n            },\n            {\n                \"created\": \"2025-05-17T07:00:03.414023\",\n                \"id\": \"PDgOZL9jweAl5dq8\",\n                \"name\": \"Full Daily Report: 2025-05-16\",\n                \"type\": \"json\"\n            },\n            {\n                \"created\": \"2025-05-17T00:00:02.448093\",\n                \"id\": \"qOgVm09okX9KbnLR\",\n                \"name\": \"events csv\",\n                \"type\": \"csv\"\n            },\n            {\n                \"created\": \"2025-05-16T07:00:06.172732\",\n                \"id\": \"nrqOVW9x7n4RkXeD\",\n                \"name\": \"Full Daily Report: 2025-05-15\",\n                \"type\": \"json\"\n            },\n            {\n                \"created\": \"2025-05-16T00:00:07.918146\",\n                \"id\": \"rEpXWe4pPn4RdbmL\",\n                \"name\": \"events csv\",\n                \"type\": \"csv\"\n            },\n            {\n                \"created\": \"2025-05-15T07:00:05.913134\",\n                \"id\": \"p6ZBryAwEp4RzLV0\",\n                \"name\": \"Full Daily Report: 2025-05-14\",\n                \"type\": \"json\"\n            },\n            {\n                \"created\": \"2025-05-15T00:00:03.822325\",\n                \"id\": \"DXBPqZ4vnj467nrG\",\n                \"name\": \"events csv\",\n                \"type\": \"csv\"\n            },\n            {\n                \"created\": \"2025-05-14T07:00:04.860785\",\n                \"id\": \"xLDpNwY2Ol4XbWvn\",\n                \"name\": \"Full Daily Report: 2025-05-13\",\n                \"type\": \"json\"\n            },\n            {\n                \"created\": \"2025-05-14T00:00:02.692528\",\n                \"id\": \"xDMB3yANMl98eRlJ\",\n                \"name\": \"events csv\",\n                \"type\": \"csv\"\n            },\n            {\n                \"created\": \"2025-05-13T07:00:05.416363\",\n                \"id\": \"5jdGWa9Vg6Azxo67\",\n                \"name\": \"Full Daily Report: 2025-05-12\",\n                \"type\": \"json\"\n            },\n            {\n                \"created\": \"2025-05-13T00:00:03.285328\",\n                \"id\": \"dqDgEZ9Wx8A6KNPo\",\n                \"name\": \"events csv\",\n                \"type\": \"csv\"\n            },\n            {\n                \"created\": \"2025-05-12T07:00:03.301085\",\n                \"id\": \"BV52oD90gR4eWakN\",\n                \"name\": \"Full Daily Report: 2025-05-11\",\n                \"type\": \"json\"\n            },\n            {\n                \"created\": \"2025-05-12T00:00:02.450165\",\n                \"id\": \"pRGol6A6XZ4jBKng\",\n                \"name\": \"events csv\",\n                \"type\": \"csv\"\n            },\n            {\n                \"created\": \"2025-05-11T07:00:04.613421\",\n                \"id\": \"lwLpB24e1p4Dmd8y\",\n                \"name\": \"Full Daily Report: 2025-05-10\",\n                \"type\": \"json\"\n            },\n            {\n                \"created\": \"2025-05-11T00:00:02.955079\",\n                \"id\": \"waLGyWAX6p4gQX1j\",\n                \"name\": \"events csv\",\n                \"type\": \"csv\"\n            },\n            {\n                \"created\": \"2025-05-10T07:00:02.245443\",\n                \"id\": \"6Ezv0w9D8x9KZjWo\",\n                \"name\": \"Full Daily Report: 2025-05-09\",\n                \"type\": \"json\"\n            },\n            {\n                \"created\": \"2025-05-10T00:00:02.264667\",\n                \"id\": \"nRZgwmYgwwY8qXEy\",\n                \"name\": \"events csv\",\n                \"type\": \"csv\"\n            },\n            {\n                \"created\": \"2025-05-09T07:00:08.652498\",\n                \"id\": \"5273rPYLq04ZboKq\",\n                \"name\": \"Full Daily Report: 2025-05-08\",\n                \"type\": \"json\"\n            },\n            {\n                \"created\": \"2025-05-09T00:00:04.117495\",\n                \"id\": \"larBvWYQMvY7JmP6\",\n                \"name\": \"events csv\",\n                \"type\": \"csv\"\n            },\n            {\n                \"created\": \"2025-05-08T07:00:06.002584\",\n                \"id\": \"DQgp13AmwM4RbrG2\",\n                \"name\": \"Full Daily Report: 2025-05-07\",\n                \"type\": \"json\"\n            },\n            {\n                \"created\": \"2025-05-08T00:00:04.776602\",\n                \"id\": \"6dWPjxYKz1AnMkGy\",\n                \"name\": \"events csv\",\n                \"type\": \"csv\"\n            },\n            {\n                \"created\": \"2025-05-07T07:00:06.884951\",\n                \"id\": \"xKwoZqAG8nY8B3Pd\",\n                \"name\": \"Full Daily Report: 2025-05-06\",\n                \"type\": \"json\"\n            },\n            {\n                \"created\": \"2025-05-07T00:00:05.583744\",\n                \"id\": \"G6bvQz9OM8Y1Prop\",\n                \"name\": \"events csv\",\n                \"type\": \"csv\"\n            },\n            {\n                \"created\": \"2025-05-06T07:00:07.912049\",\n                \"id\": \"Mxqj1wYbEdAkgQ6E\",\n                \"name\": \"Full Daily Report: 2025-05-05\",\n                \"type\": \"json\"\n            },\n            {\n                \"created\": \"2025-05-06T00:00:03.076850\",\n                \"id\": \"EBvpRXABr7AZwyn8\",\n                \"name\": \"events csv\",\n                \"type\": \"csv\"\n            },\n            {\n                \"created\": \"2025-05-05T07:00:04.013239\",\n                \"id\": \"7q3MQw9Re64gKVX8\",\n                \"name\": \"Full Daily Report: 2025-05-04\",\n                \"type\": \"json\"\n            },\n            {\n                \"created\": \"2025-05-05T00:00:01.987922\",\n                \"id\": \"8VwzrOY1K196KkLp\",\n                \"name\": \"events csv\",\n                \"type\": \"csv\"\n            },\n            {\n                \"created\": \"2025-05-04T07:00:02.116243\",\n                \"id\": \"okLB1eAyNlYnXKy2\",\n                \"name\": \"Full Daily Report: 2025-05-03\",\n                \"type\": \"json\"\n            },\n            {\n                \"created\": \"2025-05-04T00:00:01.578247\",\n                \"id\": \"ajdp20Y7Xk4lKyV7\",\n                \"name\": \"events csv\",\n                \"type\": \"csv\"\n            },\n            {\n                \"created\": \"2025-05-03T07:00:04.942325\",\n                \"id\": \"R25gZj4EMJ4naKye\",\n                \"name\": \"Full Daily Report: 2025-05-02\",\n                \"type\": \"json\"\n            },\n            {\n                \"created\": \"2025-05-03T00:00:03.293472\",\n                \"id\": \"grd7We4nob9OnE3X\",\n                \"name\": \"events csv\",\n                \"type\": \"csv\"\n            },\n            {\n                \"created\": \"2025-05-02T07:00:02.344439\",\n                \"id\": \"M6KJo843K74ZwXRO\",\n                \"name\": \"Full Daily Report: 2025-05-01\",\n                \"type\": \"json\"\n            },\n            {\n                \"created\": \"2025-05-02T00:00:02.059549\",\n                \"id\": \"6dWPjxYKd24nMkGy\",\n                \"name\": \"events csv\",\n                \"type\": \"csv\"\n            },\n            {\n                \"created\": \"2025-05-01T07:00:04.175942\",\n                \"id\": \"xKwoZqAGl7Y8B3Pd\",\n                \"name\": \"Full Daily Report: 2025-04-30\",\n                \"type\": \"json\"\n            },\n            {\n                \"created\": \"2025-05-01T00:00:03.076907\",\n                \"id\": \"G6bvQz9OO791Prop\",\n                \"name\": \"events csv\",\n                \"type\": \"csv\"\n            },\n            {\n                \"created\": \"2025-04-30T07:00:03.397803\",\n                \"id\": \"Mxqj1wYbeNAkgQ6E\",\n                \"name\": \"Full Daily Report: 2025-04-29\",\n                \"type\": \"json\"\n            },\n            {\n                \"created\": \"2025-04-30T00:00:02.560796\",\n                \"id\": \"EBvpRXABrRAZwyn8\",\n                \"name\": \"events csv\",\n                \"type\": \"csv\"\n            },\n            {\n                \"created\": \"2025-04-29T07:00:02.875781\",\n                \"id\": \"7q3MQw9ReJ4gKVX8\",\n                \"name\": \"Full Daily Report: 2025-04-28\",\n                \"type\": \"json\"\n            },\n            {\n                \"created\": \"2025-04-29T00:00:01.825891\",\n                \"id\": \"8VwzrOY1KN96KkLp\",\n                \"name\": \"events csv\",\n                \"type\": \"csv\"\n            },\n            {\n                \"created\": \"2025-04-28T07:00:01.092806\",\n                \"id\": \"okLB1eAyNWYnXKy2\",\n                \"name\": \"Full Daily Report: 2025-04-27\",\n                \"type\": \"json\"\n            },\n            {\n                \"created\": \"2025-04-28T00:00:00.691927\",\n                \"id\": \"ajdp20Y7X04lKyV7\",\n                \"name\": \"events csv\",\n                \"type\": \"csv\"\n            },\n            {\n                \"created\": \"2025-04-27T07:00:01.860226\",\n                \"id\": \"R25gZj4EMP4naKye\",\n                \"name\": \"Full Daily Report: 2025-04-26\",\n                \"type\": \"json\"\n            },\n            {\n                \"created\": \"2025-04-27T00:00:01.580446\",\n                \"id\": \"grd7We4noz9OnE3X\",\n                \"name\": \"events csv\",\n                \"type\": \"csv\"\n            },\n            {\n                \"created\": \"2025-04-26T07:00:01.767689\",\n                \"id\": \"M6KJo843KE4ZwXRO\",\n                \"name\": \"Full Daily Report: 2025-04-25\",\n                \"type\": \"json\"\n            },\n            {\n                \"created\": \"2025-04-26T00:00:02.926886\",\n                \"id\": \"qv1yr595m39waOoD\",\n                \"name\": \"events csv\",\n                \"type\": \"csv\"\n            },\n            {\n                \"created\": \"2025-04-25T07:00:03.533287\",\n                \"id\": \"Bq2ZrVYdjm9p1xmQ\",\n                \"name\": \"Full Daily Report: 2025-04-24\",\n                \"type\": \"json\"\n            },\n            {\n                \"created\": \"2025-04-25T00:00:02.582745\",\n                \"id\": \"01jlMV4JaZYZzNWn\",\n                \"name\": \"events csv\",\n                \"type\": \"csv\"\n            }\n        ]\n    },\n    \"status\": \"success\"\n}"}],"_postman_id":"56a7730c-ea70-41e6-bc06-04f2a3df026e"},{"name":"Daily Report Result","event":[{"listen":"prerequest","script":{"id":"17a75eb1-476e-4890-aea4-57e7bca367ad","exec":[""],"type":"text/javascript","packages":{}}}],"id":"c76c8ca0-1880-413b-a090-4a2c8ac653e4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.802secure.net/apiv1/customer/daily_reports/result/:report_identifier","description":"<p>Retrieves ths result of a specific daily report.</p>\n","auth":{"type":"bearer","bearer":{"token":"access_token"},"isInherited":true,"source":{"_postman_id":"d8f119ea-2083-456b-8a58-29991b8becad","id":"d8f119ea-2083-456b-8a58-29991b8becad","name":"802 Secure/LOCH Customer API","type":"collection"}},"urlObject":{"path":["daily_reports","result",":report_identifier"],"host":["https://api.802secure.net/apiv1/customer"],"query":[],"variable":[{"description":{"content":"<p>The report identifier value</p>\n","type":"text/plain"},"type":"any","value":"","key":"report_identifier"}]}},"response":[{"id":"e7310e2f-bf56-4554-ae9b-600a924cb9c1","name":"Invalid record","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.802secure.net/apiv1/customer/daily_reports/result/:report_identifier","host":["https://api.802secure.net/apiv1/customer"],"path":["daily_reports","result",":report_identifier"],"variable":[{"key":"report_identifier","value":null,"description":"The report identifier value"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 24 May 2025 16:46:31 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"cloudflare"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Cf-Ray","value":"944e4505dedafaae-SJC"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Encoding","value":"br"},{"key":"Cf-Cache-Status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v4?s=lSbCNgOLmBHgFC8QVPKKSciXOi7oCexPEYZmZ0eZmRmp7HWIzZS%2FvGH4x6ZN4m2JqMXSlrKvh2nhiWWUui9Q5sOlA%2BpkHVCqV0AlK7kTxREMJ5jv8cKuojshitLNv%2FctsjURtNjh\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"Nel","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Strict-Transport-Security","value":"max-age=15552000"},{"key":"Set-Cookie","value":"session=4eaa8586-d5a3-4592-9bfd-79629d96877c.3_p3ows9PTKkfY_OH2s66tkGopM; HttpOnly; Path=/; Expires=Sat, 24 May 2025 17:46:31 GMT"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"},{"key":"server-timing","value":"cfL4;desc=\"?proto=TCP&rtt=0&min_rtt=0&rtt_var=0&sent=0&recv=0&lost=0&retrans=0&sent_bytes=0&recv_bytes=0&delivery_rate=0&cwnd=0&unsent_bytes=0&cid=7ca0cdcb577173b4&ts=168&x=0\""}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"identifier\": \"Record not found\"\n    },\n    \"status\": \"fail\"\n}"},{"id":"70a12d13-dd60-4503-b450-1725bec99197","name":"Daily Report Result","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.802secure.net/apiv1/customer/daily_reports/result/:report_identifier","host":["https://api.802secure.net/apiv1/customer"],"path":["daily_reports","result",":report_identifier"],"variable":[{"key":"report_identifier","value":"M6KJo843a7AZwXRO","description":"The report identifier value"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 24 May 2025 16:46:47 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"cloudflare"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Cf-Ray","value":"944e45686e2ffaae-SJC"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Encoding","value":"br"},{"key":"Cf-Cache-Status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v4?s=MOQNbztG2GLKKS4e%2FqFVwMYYMO%2FiJwsKrPc3dLCAdObjshVYFo7ItrNqFJXwvicGbXtAcvIuXXUF9kk2Z6vprXvRpEV6KJ296Lh%2FxaTKhY%2BhWJsQGy29OGAZl8ptq%2BQ9eRCdn6WF\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"Nel","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Strict-Transport-Security","value":"max-age=15552000"},{"key":"Set-Cookie","value":"session=4eaa8586-d5a3-4592-9bfd-79629d96877c.3_p3ows9PTKkfY_OH2s66tkGopM; HttpOnly; Path=/; Expires=Sat, 24 May 2025 17:46:47 GMT"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"},{"key":"server-timing","value":"cfL4;desc=\"?proto=TCP&rtt=0&min_rtt=0&rtt_var=0&sent=0&recv=0&lost=0&retrans=0&sent_bytes=0&recv_bytes=0&delivery_rate=0&cwnd=0&unsent_bytes=0&cid=7ca0cdcb577173b4&ts=15922&x=0\""}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"data\": {\n        \"report\": {\n            \"created\": \"2025-05-24T07:00:04.205301\",\n            \"id\": \"M6KJo843a7AZwXRO\",\n            \"name\": \"Full Daily Report: 2025-05-23\",\n            \"results\": \"{\\\"data\\\": {\\\"sections\\\": [{\\\"chart\\\": {\\\"data\\\": [{\\\"color\\\": \\\"#f74500\\\", \\\"name\\\": \\\"High Threat\\\", \\\"value\\\": 5}, {\\\"color\\\": \\\"#800080\\\", \\\"name\\\": \\\"Suspected Neighbor\\\", \\\"value\\\": 47}], \\\"name\\\": \\\"AP Trust Level\\\", \\\"type\\\": \\\"pie\\\"}, \\\"section\\\": {\\\"description\\\": \\\"This is the set of all Access Points that hold a trust level of \\\\u201cSuspected Neighbor\\\\u201d or \\\\u201cHigh Threat\\\\u201d.             These were Unknown APs that have been regularly observed over a period of time and should have their trust level moved to a more appropriate assignment or physically removed from the airspace.\\\", \\\"id\\\": \\\"SuspiciousAPs\\\", \\\"name\\\": \\\"Neighbors and High Threats APs\\\"}, \\\"tableInfo\\\": [{\\\"ap_mode\\\": \\\"Infrastructure\\\", \\\"bssid\\\": \\\"E2:6E:2A:C7:C8:D0\\\", \\\"channel\\\": 1, \\\"configuration\\\": {\\\"authentication\\\": \\\"Open\\\", \\\"eap_types\\\": null, \\\"encryption\\\": \\\"None\\\", \\\"hs20\\\": {\\\"data\\\": {\\\"VenueGroup\\\": \\\"\\\", \\\"VenueType\\\": \\\"\\\", \\\"Version\\\": \\\"\\\"}, \\\"enabled\\\": false}, \\\"pmf_capable\\\": false, \\\"pmf_required\\\": false, \\\"supported_channels\\\": \\\"{}\\\", \\\"vht_capable\\\": false, \\\"wps\\\": {\\\"capable\\\": false, \\\"data\\\": {\\\"configured\\\": false}}}, \\\"device_tag\\\": \\\"\\\", \\\"essid\\\": \\\"Training\\\", \\\"first_seen\\\": \\\"2025-03-21T16:47:01.075978\\\", \\\"hidden\\\": false, \\\"last_seen\\\": \\\"2025-05-24T06:58:40.219243\\\", \\\"latitude\\\": 37.8477274, \\\"location_tag\\\": \\\"\\\", \\\"longitude\\\": -122.2901898, \\\"manufacturer\\\": \\\"Unknown\\\", \\\"market\\\": \\\"Home/Office\\\", \\\"product_tag\\\": \\\"\\\", \\\"risk_score\\\": 80, \\\"sensor_name\\\": \\\"062018V2A10537\\\", \\\"sensor_url_id\\\": \\\"pRGol6A63YjBKngE\\\", \\\"signal\\\": -55, \\\"trust_level\\\": 71, \\\"url_id\\\": \\\"qOgVm09oeXYKbnLR\\\", \\\"vendor_tag\\\": \\\"\\\"}, {\\\"ap_mode\\\": \\\"Infrastructure\\\", \\\"bssid\\\": \\\"00:0A:52:08:B5:DA\\\", \\\"channel\\\": 1, \\\"configuration\\\": {\\\"authentication\\\": \\\"Open\\\", \\\"eap_types\\\": null, \\\"encryption\\\": \\\"None\\\", \\\"hs20\\\": {\\\"data\\\": {\\\"VenueGroup\\\": \\\"\\\", \\\"VenueType\\\": \\\"\\\", \\\"Version\\\": \\\"\\\"}, \\\"enabled\\\": false}, \\\"pmf_capable\\\": false, \\\"pmf_required\\\": false, \\\"supported_channels\\\": \\\"{}\\\", \\\"vht_capable\\\": false, \\\"wps\\\": {\\\"capable\\\": false, \\\"data\\\": {\\\"configured\\\": false}}}, \\\"device_tag\\\": \\\"\\\", \\\"essid\\\": \\\"AsiaRF_Halow-AP\\\", \\\"first_seen\\\": \\\"2024-07-05T20:39:16.634623\\\", \\\"hidden\\\": false, \\\"last_seen\\\": \\\"2025-05-24T06:58:40.178369\\\", \\\"latitude\\\": 37.8477274, \\\"location_tag\\\": \\\"\\\", \\\"longitude\\\": -122.2901898, \\\"manufacturer\\\": \\\"AsiaRF Ltd.\\\", \\\"market\\\": \\\"Home/Office\\\", \\\"product_tag\\\": \\\"\\\", \\\"risk_score\\\": 80, \\\"sensor_name\\\": \\\"062018V2A10537\\\", \\\"sensor_url_id\\\": \\\"pRGol6A63YjBKngE\\\", \\\"signal\\\": -77, \\\"trust_level\\\": 71, \\\"url_id\\\": \\\"01jlMV4JyjYZzNWn\\\", \\\"vendor_tag\\\": \\\"\\\"}, {\\\"ap_mode\\\": \\\"Infrastructure\\\", \\\"bssid\\\": \\\"FA:D2:AC:C6:33:F2\\\", \\\"channel\\\": 149, \\\"configuration\\\": {\\\"authentication\\\": \\\"Open\\\", \\\"eap_types\\\": null, \\\"encryption\\\": \\\"None\\\", \\\"hs20\\\": {\\\"data\\\": {\\\"VenueGroup\\\": \\\"Unknown\\\", \\\"VenueType\\\": \\\"Unknown\\\", \\\"Version\\\": \\\"\\\"}, \\\"enabled\\\": false}, \\\"pmf_capable\\\": false, \\\"pmf_required\\\": false, \\\"supported_channels\\\": \\\"{}\\\", \\\"vht_capable\\\": true, \\\"wps\\\": {\\\"capable\\\": false, \\\"data\\\": {\\\"configured\\\": false}}}, \\\"device_tag\\\": \\\"\\\", \\\"essid\\\": \\\"xfinitywifi\\\", \\\"first_seen\\\": \\\"2025-03-25T16:19:04.519979\\\", \\\"hidden\\\": false, \\\"last_seen\\\": \\\"2025-05-24T06:58:28.091630\\\", \\\"latitude\\\": 37.8477369, \\\"location_tag\\\": \\\"\\\", \\\"longitude\\\": -122.2901931, \\\"manufacturer\\\": \\\"Unknown\\\", \\\"market\\\": \\\"Home/Office\\\", \\\"product_tag\\\": \\\"\\\", \\\"risk_score\\\": 80, \\\"sensor_name\\\": \\\"062018V2A10300\\\", \\\"sensor_url_id\\\": \\\"lwLpB24e7ADmd8yx\\\", \\\"signal\\\": -89, \\\"trust_level\\\": 71, \\\"url_id\\\": \\\"7q3MQw9Rn69gKVX8\\\", \\\"vendor_tag\\\": \\\"\\\"}, {\\\"ap_mode\\\": \\\"Infrastructure\\\", \\\"bssid\\\": \\\"E8:31:CD:E1:FD:AD\\\", \\\"channel\\\": 1, \\\"configuration\\\": {\\\"authentication\\\": \\\"Open\\\", \\\"eap_types\\\": null, \\\"encryption\\\": \\\"None\\\", \\\"hs20\\\": {\\\"data\\\": {\\\"VenueGroup\\\": \\\"\\\", \\\"VenueType\\\": \\\"\\\", \\\"Version\\\": \\\"\\\"}, \\\"enabled\\\": false}, \\\"pmf_capable\\\": false, \\\"pmf_required\\\": false, \\\"supported_channels\\\": \\\"{}\\\", \\\"vht_capable\\\": false, \\\"wps\\\": {\\\"capable\\\": false, \\\"data\\\": {\\\"configured\\\": false}}}, \\\"device_tag\\\": \\\"\\\", \\\"essid\\\": \\\"MLG90565\\\", \\\"first_seen\\\": \\\"2024-07-05T20:39:30.752484\\\", \\\"hidden\\\": false, \\\"last_seen\\\": \\\"2025-05-24T06:58:40.220722\\\", \\\"latitude\\\": 37.8477274, \\\"location_tag\\\": \\\"\\\", \\\"longitude\\\": -122.2901898, \\\"manufacturer\\\": \\\"Unknown\\\", \\\"market\\\": \\\"Home/Office\\\", \\\"product_tag\\\": \\\"\\\", \\\"risk_score\\\": 80, \\\"sensor_name\\\": \\\"062018V2A10537\\\", \\\"sensor_url_id\\\": \\\"pRGol6A63YjBKngE\\\", \\\"signal\\\": -75, \\\"trust_level\\\": 71, \\\"url_id\\\": \\\"pRGol6A6Qv9jBKng\\\", \\\"vendor_tag\\\": \\\"\\\"}, {\\\"ap_mode\\\": \\\"Infrastructure\\\", \\\"bssid\\\": \\\"E2:6E:2A:03:6E:E0\\\", \\\"channel\\\": 6, \\\"configuration\\\": {\\\"authentication\\\": \\\"Open\\\", \\\"eap_types\\\": null, \\\"encryption\\\": \\\"None\\\", \\\"hs20\\\": {\\\"data\\\": {\\\"VenueGroup\\\": \\\"\\\", \\\"VenueType\\\": \\\"\\\", \\\"Version\\\": \\\"\\\"}, \\\"enabled\\\": false}, \\\"pmf_capable\\\": false, \\\"pmf_required\\\": false, \\\"supported_channels\\\": \\\"{}\\\", \\\"vht_capable\\\": false, \\\"wps\\\": {\\\"capable\\\": false, \\\"data\\\": {\\\"configured\\\": false}}}, \\\"device_tag\\\": \\\"\\\", \\\"essid\\\": \\\"Training\\\", \\\"first_seen\\\": \\\"2025-03-17T21:20:03.956844\\\", \\\"hidden\\\": false, \\\"last_seen\\\": \\\"2025-05-24T06:58:14.937672\\\", \\\"latitude\\\": 37.8477274, \\\"location_tag\\\": \\\"\\\", \\\"longitude\\\": -122.2901898, \\\"manufacturer\\\": \\\"Unknown\\\", \\\"market\\\": \\\"Home/Office\\\", \\\"product_tag\\\": \\\"\\\", \\\"risk_score\\\": 80, \\\"sensor_name\\\": \\\"062018V2A10537\\\", \\\"sensor_url_id\\\": \\\"pRGol6A63YjBKngE\\\", \\\"signal\\\": -73, \\\"trust_level\\\": 71, \\\"url_id\\\": \\\"5273rPYLe04ZboKq\\\", \\\"vendor_tag\\\": \\\"\\\"}, {\\\"ap_mode\\\": \\\"Infrastructure\\\", \\\"bssid\\\": \\\"3E:94:ED:51:25:77\\\", \\\"channel\\\": 3, \\\"configuration\\\": {\\\"authentication\\\": \\\"PSK\\\", \\\"eap_types\\\": null, \\\"encryption\\\": \\\"WPA2+CCMP\\\", \\\"hs20\\\": {\\\"data\\\": {\\\"VenueGroup\\\": \\\"\\\", \\\"VenueType\\\": \\\"\\\", \\\"Version\\\": \\\"\\\"}, \\\"enabled\\\": false}, \\\"pmf_capable\\\": false, \\\"pmf_required\\\": false, \\\"supported_channels\\\": \\\"{}\\\", \\\"vht_capable\\\": true, \\\"wps\\\": {\\\"capable\\\": true, \\\"data\\\": {\\\"configured\\\": true, \\\"devname\\\": \\\"OpenWrt AP\\\", \\\"manuf\\\": \\\"openwrt.org\\\", \\\"modelname\\\": \\\"WAP\\\", \\\"modelnum\\\": \\\"123\\\"}}}, \\\"device_tag\\\": \\\"\\\", \\\"essid\\\": \\\"OurBelly\\\", \\\"first_seen\\\": \\\"2024-07-06T13:35:09.972317\\\", \\\"hidden\\\": false, \\\"last_seen\\\": \\\"2025-05-24T06:58:26.891293\\\", \\\"latitude\\\": 37.8477369, \\\"location_tag\\\": \\\"\\\", \\\"longitude\\\": -122.2901931, \\\"manufacturer\\\": \\\"Unknown\\\", \\\"market\\\": \\\"Home/Office\\\", \\\"product_tag\\\": \\\"\\\", \\\"risk_score\\\": 75, \\\"sensor_name\\\": \\\"062018V2A10300\\\", \\\"sensor_url_id\\\": \\\"lwLpB24e7ADmd8yx\\\", \\\"signal\\\": -31, \\\"trust_level\\\": 61, \\\"url_id\\\": \\\"EBvpRXABZmAZwyn8\\\", \\\"vendor_tag\\\": \\\"\\\"}, {\\\"ap_mode\\\": \\\"Infrastructure\\\", \\\"bssid\\\": \\\"FA:D2:AC:BF:33:F7\\\", \\\"channel\\\": 6, \\\"configuration\\\": {\\\"authentication\\\": \\\"PSK\\\", \\\"eap_types\\\": null, \\\"encryption\\\": \\\"WPA2+CCMP\\\", \\\"hs20\\\": {\\\"data\\\": {\\\"VenueGroup\\\": \\\"\\\", \\\"VenueType\\\": \\\"\\\", \\\"Version\\\": \\\"\\\"}, \\\"enabled\\\": false}, \\\"pmf_capable\\\": false, \\\"pmf_required\\\": false, \\\"supported_channels\\\": \\\"{}\\\", \\\"vht_capable\\\": false, \\\"wps\\\": {\\\"capable\\\": true, \\\"data\\\": {\\\"configured\\\": true, \\\"devname\\\": \\\"Xfinity Wireless Gateway\\\", \\\"manuf\\\": \\\"Technicolor\\\", \\\"modelname\\\": \\\"CBRV2\\\", \\\"modelnum\\\": \\\"CGA4332COM\\\"}}}, \\\"device_tag\\\": \\\"\\\", \\\"essid\\\": \\\"CBCI-33F2\\\", \\\"first_seen\\\": \\\"2024-07-05T20:39:20.074198\\\", \\\"hidden\\\": false, \\\"last_seen\\\": \\\"2025-05-24T06:58:14.911448\\\", \\\"latitude\\\": 37.8477369, \\\"location_tag\\\": \\\"\\\", \\\"longitude\\\": -122.2901931, \\\"manufacturer\\\": \\\"Unknown\\\", \\\"market\\\": \\\"Home/Office\\\", \\\"product_tag\\\": \\\"\\\", \\\"risk_score\\\": 75, \\\"sensor_name\\\": \\\"062018V2A10300\\\", \\\"sensor_url_id\\\": \\\"lwLpB24e7ADmd8yx\\\", \\\"signal\\\": -71, \\\"trust_level\\\": 61, \\\"url_id\\\": \\\"7q3MQw9RZe9gKVX8\\\", \\\"vendor_tag\\\": \\\"\\\"}, {\\\"ap_mode\\\": \\\"Infrastructure\\\", \\\"bssid\\\": \\\"1C:9E:CC:B8:86:00\\\", \\\"channel\\\": 1, \\\"configuration\\\": {\\\"authentication\\\": \\\"PSK\\\", \\\"eap_types\\\": null, \\\"encryption\\\": \\\"WPA2+CCMP\\\", \\\"hs20\\\": {\\\"data\\\": {\\\"VenueGroup\\\": \\\"\\\", \\\"VenueType\\\": \\\"\\\", \\\"Version\\\": \\\"\\\"}, \\\"enabled\\\": false}, \\\"pmf_capable\\\": false, \\\"pmf_required\\\": false, \\\"supported_channels\\\": \\\"{}\\\", \\\"vht_capable\\\": false, \\\"wps\\\": {\\\"capable\\\": true, \\\"data\\\": {\\\"configured\\\": true, \\\"devname\\\": \\\"BroadcomAP\\\", \\\"manuf\\\": \\\"Broadcom\\\", \\\"modelname\\\": \\\"Broadcom\\\", \\\"modelnum\\\": \\\"123456\\\"}}}, \\\"device_tag\\\": \\\"\\\", \\\"essid\\\": \\\"CBCI-85FC\\\", \\\"first_seen\\\": \\\"2024-07-05T22:40:06.226480\\\", \\\"hidden\\\": false, \\\"last_seen\\\": \\\"2025-05-24T06:58:39.848432\\\", \\\"latitude\\\": 37.8477369, \\\"location_tag\\\": \\\"\\\", \\\"longitude\\\": -122.2901931, \\\"manufacturer\\\": \\\"Unknown\\\", \\\"market\\\": \\\"Home/Office\\\", \\\"product_tag\\\": \\\"\\\", \\\"risk_score\\\": 75, \\\"sensor_name\\\": \\\"062018V2A10300\\\", \\\"sensor_url_id\\\": \\\"lwLpB24e7ADmd8yx\\\", \\\"signal\\\": -88, \\\"trust_level\\\": 61, \\\"url_id\\\": \\\"qv1yr5955Z9waOoD\\\", \\\"vendor_tag\\\": \\\"\\\"}, {\\\"ap_mode\\\": \\\"Infrastructure\\\", \\\"bssid\\\": \\\"FA:D2:AC:C6:33:F0\\\", \\\"channel\\\": 149, \\\"configuration\\\": {\\\"authentication\\\": \\\"PSK\\\", \\\"eap_types\\\": null, \\\"encryption\\\": \\\"WPA2+CCMP\\\", \\\"hs20\\\": {\\\"data\\\": {\\\"VenueGroup\\\": \\\"\\\", \\\"VenueType\\\": \\\"\\\", \\\"Version\\\": \\\"\\\"}, \\\"enabled\\\": false}, \\\"pmf_capable\\\": false, \\\"pmf_required\\\": false, \\\"supported_channels\\\": \\\"{}\\\", \\\"vht_capable\\\": true, \\\"wps\\\": {\\\"capable\\\": true, \\\"data\\\": {\\\"configured\\\": true, \\\"devname\\\": \\\"Xfinity Wireless Gateway\\\", \\\"manuf\\\": \\\"Technicolor\\\", \\\"modelname\\\": \\\"CBRV2\\\", \\\"modelnum\\\": \\\"CGA4332COM\\\"}}}, \\\"device_tag\\\": \\\"\\\", \\\"essid\\\": \\\"CBCI-33F2\\\", \\\"first_seen\\\": \\\"2025-04-22T11:22:21.681554\\\", \\\"hidden\\\": false, \\\"last_seen\\\": \\\"2025-05-24T06:58:15.195405\\\", \\\"latitude\\\": 37.8477274, \\\"location_tag\\\": \\\"\\\", \\\"longitude\\\": -122.2901898, \\\"manufacturer\\\": \\\"Unknown\\\", \\\"market\\\": \\\"Home/Office\\\", \\\"product_tag\\\": \\\"\\\", \\\"risk_score\\\": 75, \\\"sensor_name\\\": \\\"062018V2A10537\\\", \\\"sensor_url_id\\\": \\\"pRGol6A63YjBKngE\\\", \\\"signal\\\": -88, \\\"trust_level\\\": 61, \\\"url_id\\\": \\\"5273rPYLmp4ZboKq\\\", \\\"vendor_tag\\\": \\\"\\\"}, {\\\"ap_mode\\\": \\\"Infrastructure\\\", \\\"bssid\\\": \\\"CA:C9:A3:39:EA:9E\\\", \\\"channel\\\": 1, \\\"configuration\\\": {\\\"authentication\\\": \\\"PSK\\\", \\\"eap_types\\\": null, \\\"encryption\\\": \\\"WPA2+CCMP,WPA2+TKIP\\\", \\\"hs20\\\": {\\\"data\\\": {\\\"VenueGroup\\\": \\\"\\\", \\\"VenueType\\\": \\\"\\\", \\\"Version\\\": \\\"\\\"}, \\\"enabled\\\": false}, \\\"pmf_capable\\\": false, \\\"pmf_required\\\": false, \\\"supported_channels\\\": \\\"{}\\\", \\\"vht_capable\\\": false, \\\"wps\\\": {\\\"capable\\\": false, \\\"data\\\": {\\\"configured\\\": false}}}, \\\"device_tag\\\": \\\"\\\", \\\"essid\\\": \\\"ARKSCAN-2054K\\\", \\\"first_seen\\\": \\\"2024-07-05T22:30:06.983714\\\", \\\"hidden\\\": false, \\\"last_seen\\\": \\\"2025-05-24T06:58:40.174355\\\", \\\"latitude\\\": 37.8477369, \\\"location_tag\\\": \\\"\\\", \\\"longitude\\\": -122.2901931, \\\"manufacturer\\\": \\\"Unknown\\\", \\\"market\\\": \\\"Home/Office\\\", \\\"product_tag\\\": \\\"\\\", \\\"risk_score\\\": 65, \\\"sensor_name\\\": \\\"062018V2A10300\\\", \\\"sensor_url_id\\\": \\\"lwLpB24e7ADmd8yx\\\", \\\"signal\\\": -41, \\\"trust_level\\\": 61, \\\"url_id\\\": \\\"Npk3PZYalJA5XDgK\\\", \\\"vendor_tag\\\": \\\"\\\"}, {\\\"ap_mode\\\": \\\"Infrastructure\\\", \\\"bssid\\\": \\\"46:AE:30:25:54:D8\\\", \\\"channel\\\": 11, \\\"configuration\\\": {\\\"authentication\\\": \\\"PSK\\\", \\\"eap_types\\\": null, \\\"encryption\\\": \\\"WPA2+CCMP,WPA+CCMP\\\", \\\"hs20\\\": {\\\"data\\\": {\\\"VenueGroup\\\": \\\"\\\", \\\"VenueType\\\": \\\"\\\", \\\"Version\\\": \\\"\\\"}, \\\"enabled\\\": false}, \\\"pmf_capable\\\": false, \\\"pmf_required\\\": false, \\\"supported_channels\\\": \\\"{}\\\", \\\"vht_capable\\\": true, \\\"wps\\\": {\\\"capable\\\": false, \\\"data\\\": {\\\"configured\\\": false}}}, \\\"device_tag\\\": \\\"\\\", \\\"essid\\\": \\\"Personal Devices\\\", \\\"first_seen\\\": \\\"2024-10-27T03:59:04.541235\\\", \\\"hidden\\\": false, \\\"last_seen\\\": \\\"2025-05-24T06:58:33.483354\\\", \\\"latitude\\\": 37.8477369, \\\"location_tag\\\": \\\"\\\", \\\"longitude\\\": -122.2901931, \\\"manufacturer\\\": \\\"Unknown\\\", \\\"market\\\": \\\"Home/Office\\\", \\\"product_tag\\\": \\\"\\\", \\\"risk_score\\\": 55, \\\"sensor_name\\\": \\\"062018V2A10300\\\", \\\"sensor_url_id\\\": \\\"lwLpB24e7ADmd8yx\\\", \\\"signal\\\": -28, \\\"trust_level\\\": 61, \\\"url_id\\\": \\\"5273rPYL5J4ZboKq\\\", \\\"vendor_tag\\\": \\\"\\\"}, {\\\"ap_mode\\\": \\\"Bridge\\\", \\\"bssid\\\": \\\"A2:A2:F4:16:13:C3\\\", \\\"channel\\\": 36, \\\"configuration\\\": {\\\"authentication\\\": \\\"PSK\\\", \\\"eap_types\\\": null, \\\"encryption\\\": \\\"WPA2+CCMP,WPA2+TKIP,WPA+CCMP,WPA+TKIP\\\", \\\"hs20\\\": {\\\"data\\\": {\\\"VenueGroup\\\": \\\"\\\", \\\"VenueType\\\": \\\"\\\", \\\"Version\\\": \\\"\\\"}, \\\"enabled\\\": false}, \\\"pmf_capable\\\": true, \\\"pmf_required\\\": true, \\\"supported_channels\\\": \\\"{}\\\", \\\"vht_capable\\\": true, \\\"wps\\\": {\\\"capable\\\": false, \\\"data\\\": {\\\"configured\\\": false}}}, \\\"device_tag\\\": \\\"\\\", \\\"essid\\\": \\\"J-Sei\\\", \\\"first_seen\\\": \\\"2024-07-05T22:30:05.170626\\\", \\\"hidden\\\": false, \\\"last_seen\\\": \\\"2025-05-24T06:58:17.878294\\\", \\\"latitude\\\": 37.8477274, \\\"location_tag\\\": \\\"\\\", \\\"longitude\\\": -122.2901898, \\\"manufacturer\\\": \\\"Unknown\\\", \\\"market\\\": \\\"Home/Office\\\", \\\"product_tag\\\": \\\"\\\", \\\"risk_score\\\": 47, \\\"sensor_name\\\": \\\"062018V2A10537\\\", \\\"sensor_url_id\\\": \\\"pRGol6A63YjBKngE\\\", \\\"signal\\\": -76, \\\"trust_level\\\": 61, \\\"url_id\\\": \\\"qOgVm09oJw4KbnLR\\\", \\\"vendor_tag\\\": \\\"\\\"}, {\\\"ap_mode\\\": \\\"Infrastructure\\\", \\\"bssid\\\": \\\"A2:A2:F4:16:13:C2\\\", \\\"channel\\\": 11, \\\"configuration\\\": {\\\"authentication\\\": \\\"PSK\\\", \\\"eap_types\\\": null, \\\"encryption\\\": \\\"WPA2+CCMP,WPA2+TKIP,WPA+CCMP,WPA+TKIP\\\", \\\"hs20\\\": {\\\"data\\\": {\\\"VenueGroup\\\": \\\"\\\", \\\"VenueType\\\": \\\"\\\", \\\"Version\\\": \\\"\\\"}, \\\"enabled\\\": false}, \\\"pmf_capable\\\": true, \\\"pmf_required\\\": true, \\\"supported_channels\\\": \\\"{}\\\", \\\"vht_capable\\\": false, \\\"wps\\\": {\\\"capable\\\": false, \\\"data\\\": {\\\"configured\\\": false}}}, \\\"device_tag\\\": \\\"\\\", \\\"essid\\\": \\\"J-Sei\\\", \\\"first_seen\\\": \\\"2024-07-05T22:30:04.714253\\\", \\\"hidden\\\": false, \\\"last_seen\\\": \\\"2025-05-24T06:58:16.755450\\\", \\\"latitude\\\": 37.8477274, \\\"location_tag\\\": \\\"\\\", \\\"longitude\\\": -122.2901898, \\\"manufacturer\\\": \\\"Unknown\\\", \\\"market\\\": \\\"Home/Office\\\", \\\"product_tag\\\": \\\"\\\", \\\"risk_score\\\": 47, \\\"sensor_name\\\": \\\"062018V2A10537\\\", \\\"sensor_url_id\\\": \\\"pRGol6A63YjBKngE\\\", \\\"signal\\\": -25, \\\"trust_level\\\": 61, \\\"url_id\\\": \\\"DXBPqZ4v3D967nrG\\\", \\\"vendor_tag\\\": \\\"\\\"}, {\\\"ap_mode\\\": \\\"Bridge\\\", \\\"bssid\\\": \\\"3A:60:F9:80:87:38\\\", \\\"channel\\\": 6, \\\"configuration\\\": {\\\"authentication\\\": \\\"PSK\\\", \\\"eap_types\\\": null, \\\"encryption\\\": \\\"WPA2+CCMP,WPA2+TKIP,WPA+CCMP,WPA+TKIP\\\", \\\"hs20\\\": {\\\"data\\\": {\\\"VenueGroup\\\": \\\"\\\", \\\"VenueType\\\": \\\"\\\", \\\"Version\\\": \\\"\\\"}, \\\"enabled\\\": false}, \\\"pmf_capable\\\": true, \\\"pmf_required\\\": true, \\\"supported_channels\\\": \\\"{}\\\", \\\"vht_capable\\\": true, \\\"wps\\\": {\\\"capable\\\": false, \\\"data\\\": {\\\"configured\\\": false}}}, \\\"device_tag\\\": \\\"\\\", \\\"essid\\\": \\\"J-Sei\\\", \\\"first_seen\\\": \\\"2024-07-05T22:30:07.433576\\\", \\\"hidden\\\": false, \\\"last_seen\\\": \\\"2025-05-24T06:58:14.985471\\\", \\\"latitude\\\": 37.8477274, \\\"location_tag\\\": \\\"\\\", \\\"longitude\\\": -122.2901898, \\\"manufacturer\\\": \\\"Unknown\\\", \\\"market\\\": \\\"Home/Office\\\", \\\"product_tag\\\": \\\"\\\", \\\"risk_score\\\": 47, \\\"sensor_name\\\": \\\"062018V2A10537\\\", \\\"sensor_url_id\\\": \\\"pRGol6A63YjBKngE\\\", \\\"signal\\\": -2, \\\"trust_level\\\": 61, \\\"url_id\\\": \\\"PlyeQL4kzKYGON75\\\", \\\"vendor_tag\\\": \\\"\\\"}, {\\\"ap_mode\\\": \\\"Infrastructure\\\", \\\"bssid\\\": \\\"42:94:ED:51:25:77\\\", \\\"channel\\\": 3, \\\"configuration\\\": {\\\"authentication\\\": \\\"PSK\\\", \\\"eap_types\\\": null, \\\"encryption\\\": \\\"WPA2+CCMP\\\", \\\"hs20\\\": {\\\"data\\\": {\\\"VenueGroup\\\": \\\"\\\", \\\"VenueType\\\": \\\"\\\", \\\"Version\\\": \\\"\\\"}, \\\"enabled\\\": false}, \\\"pmf_capable\\\": false, \\\"pmf_required\\\": false, \\\"supported_channels\\\": \\\"{}\\\", \\\"vht_capable\\\": true, \\\"wps\\\": {\\\"capable\\\": false, \\\"data\\\": {\\\"configured\\\": false}}}, \\\"device_tag\\\": \\\"\\\", \\\"essid\\\": \\\"OurBelly-Guest\\\", \\\"first_seen\\\": \\\"2024-07-07T16:59:25.509595\\\", \\\"hidden\\\": false, \\\"last_seen\\\": \\\"2025-05-24T06:58:26.779456\\\", \\\"latitude\\\": 37.8477369, \\\"location_tag\\\": \\\"\\\", \\\"longitude\\\": -122.2901931, \\\"manufacturer\\\": \\\"Unknown\\\", \\\"market\\\": \\\"Home/Office\\\", \\\"product_tag\\\": \\\"\\\", \\\"risk_score\\\": 45, \\\"sensor_name\\\": \\\"062018V2A10300\\\", \\\"sensor_url_id\\\": \\\"lwLpB24e7ADmd8yx\\\", \\\"signal\\\": -34, \\\"trust_level\\\": 61, \\\"url_id\\\": \\\"G6bvQz9OgZ91Prop\\\", \\\"vendor_tag\\\": \\\"\\\"}, {\\\"ap_mode\\\": \\\"Infrastructure\\\", \\\"bssid\\\": \\\"64:A5:C3:67:87:30\\\", \\\"channel\\\": 6, \\\"configuration\\\": {\\\"authentication\\\": \\\"PSK\\\", \\\"eap_types\\\": null, \\\"encryption\\\": \\\"WPA2+CCMP\\\", \\\"hs20\\\": {\\\"data\\\": {\\\"VenueGroup\\\": \\\"\\\", \\\"VenueType\\\": \\\"\\\", \\\"Version\\\": \\\"\\\"}, \\\"enabled\\\": false}, \\\"pmf_capable\\\": false, \\\"pmf_required\\\": false, \\\"supported_channels\\\": \\\"{}\\\", \\\"vht_capable\\\": false, \\\"wps\\\": {\\\"capable\\\": false, \\\"data\\\": {\\\"configured\\\": false}}}, \\\"device_tag\\\": \\\"\\\", \\\"essid\\\": \\\"HOGWARTS\\\", \\\"first_seen\\\": \\\"2024-07-05T22:30:05.779226\\\", \\\"hidden\\\": true, \\\"last_seen\\\": \\\"2025-05-24T06:58:10.673268\\\", \\\"latitude\\\": 37.8477274, \\\"location_tag\\\": \\\"\\\", \\\"longitude\\\": -122.2901898, \\\"manufacturer\\\": \\\"Apple, Inc.\\\", \\\"market\\\": \\\"Home/Office\\\", \\\"product_tag\\\": \\\"\\\", \\\"risk_score\\\": 45, \\\"sensor_name\\\": \\\"062018V2A10537\\\", \\\"sensor_url_id\\\": \\\"pRGol6A63YjBKngE\\\", \\\"signal\\\": -90, \\\"trust_level\\\": 61, \\\"url_id\\\": \\\"6eZ5nwAMbRYMWlVx\\\", \\\"vendor_tag\\\": \\\"Apple\\\"}, {\\\"ap_mode\\\": \\\"Infrastructure\\\", \\\"bssid\\\": \\\"1C:61:B4:CC:69:12\\\", \\\"channel\\\": 1, \\\"configuration\\\": {\\\"authentication\\\": \\\"PSK\\\", \\\"eap_types\\\": null, \\\"encryption\\\": \\\"WPA2+CCMP\\\", \\\"hs20\\\": {\\\"data\\\": {\\\"VenueGroup\\\": \\\"\\\", \\\"VenueType\\\": \\\"\\\", \\\"Version\\\": \\\"\\\"}, \\\"enabled\\\": false}, \\\"pmf_capable\\\": false, \\\"pmf_required\\\": false, \\\"supported_channels\\\": \\\"{}\\\", \\\"vht_capable\\\": true, \\\"wps\\\": {\\\"capable\\\": false, \\\"data\\\": {\\\"configured\\\": false}}}, \\\"device_tag\\\": \\\"\\\", \\\"essid\\\": \\\"NightCity\\\", \\\"first_seen\\\": \\\"2024-07-05T23:09:21.998042\\\", \\\"hidden\\\": true, \\\"last_seen\\\": \\\"2025-05-24T00:56:31.055283\\\", \\\"latitude\\\": 37.8477369, \\\"location_tag\\\": \\\"\\\", \\\"longitude\\\": -122.2901931, \\\"manufacturer\\\": \\\"Unknown\\\", \\\"market\\\": \\\"Home/Office\\\", \\\"product_tag\\\": \\\"\\\", \\\"risk_score\\\": 45, \\\"sensor_name\\\": \\\"062018V2A10300\\\", \\\"sensor_url_id\\\": \\\"lwLpB24e7ADmd8yx\\\", \\\"signal\\\": -88, \\\"trust_level\\\": 61, \\\"url_id\\\": \\\"grd7We4nEjYOnE3X\\\", \\\"vendor_tag\\\": \\\"\\\"}, {\\\"ap_mode\\\": \\\"Infrastructure\\\", \\\"bssid\\\": \\\"D2:6E:3A:03:6E:E0\\\", \\\"channel\\\": 44, \\\"configuration\\\": {\\\"authentication\\\": \\\"EAP\\\", \\\"eap_types\\\": [\\\"13: EAP-TLS\\\"], \\\"encryption\\\": \\\"WPA2+CCMP\\\", \\\"hs20\\\": {\\\"data\\\": {\\\"VenueGroup\\\": \\\"\\\", \\\"VenueType\\\": \\\"\\\", \\\"Version\\\": \\\"\\\"}, \\\"enabled\\\": false}, \\\"pmf_capable\\\": false, \\\"pmf_required\\\": false, \\\"supported_channels\\\": \\\"{}\\\", \\\"vht_capable\\\": true, \\\"wps\\\": {\\\"capable\\\": false, \\\"data\\\": {\\\"configured\\\": false}}}, \\\"device_tag\\\": \\\"\\\", \\\"essid\\\": \\\"EAPtest\\\", \\\"first_seen\\\": \\\"2025-03-17T21:19:31.704744\\\", \\\"hidden\\\": false, \\\"last_seen\\\": \\\"2025-05-24T06:58:37.268468\\\", \\\"latitude\\\": 37.8477369, \\\"location_tag\\\": \\\"\\\", \\\"longitude\\\": -122.2901931, \\\"manufacturer\\\": \\\"Unknown\\\", \\\"market\\\": \\\"Home/Office\\\", \\\"product_tag\\\": \\\"\\\", \\\"risk_score\\\": 41, \\\"sensor_name\\\": \\\"062018V2A10300\\\", \\\"sensor_url_id\\\": \\\"lwLpB24e7ADmd8yx\\\", \\\"signal\\\": -72, \\\"trust_level\\\": 61, \\\"url_id\\\": \\\"grd7We4nLbAOnE3X\\\", \\\"vendor_tag\\\": \\\"\\\"}, {\\\"ap_mode\\\": \\\"Infrastructure\\\", \\\"bssid\\\": \\\"FA:D2:AC:C6:33:F4\\\", \\\"channel\\\": 149, \\\"configuration\\\": {\\\"authentication\\\": \\\"EAP\\\", \\\"eap_types\\\": [], \\\"encryption\\\": \\\"WPA2+CCMP\\\", \\\"hs20\\\": {\\\"data\\\": {\\\"VenueGroup\\\": \\\"Unspecified (00010001)\\\", \\\"VenueType\\\": \\\"Unknown\\\", \\\"Version\\\": \\\"Release 1\\\"}, \\\"enabled\\\": true}, \\\"pmf_capable\\\": false, \\\"pmf_required\\\": false, \\\"supported_channels\\\": \\\"{}\\\", \\\"vht_capable\\\": true, \\\"wps\\\": {\\\"capable\\\": false, \\\"data\\\": {\\\"configured\\\": false}}}, \\\"device_tag\\\": \\\"\\\", \\\"essid\\\": \\\"Xfinity Mobile\\\", \\\"first_seen\\\": \\\"2025-03-25T16:19:02.316558\\\", \\\"hidden\\\": false, \\\"last_seen\\\": \\\"2025-05-24T06:58:28.092119\\\", \\\"latitude\\\": 37.8477274, \\\"location_tag\\\": \\\"\\\", \\\"longitude\\\": -122.2901898, \\\"manufacturer\\\": \\\"Unknown\\\", \\\"market\\\": \\\"Home/Office\\\", \\\"product_tag\\\": \\\"\\\", \\\"risk_score\\\": 41, \\\"sensor_name\\\": \\\"062018V2A10537\\\", \\\"sensor_url_id\\\": \\\"pRGol6A63YjBKngE\\\", \\\"signal\\\": -84, \\\"trust_level\\\": 61, \\\"url_id\\\": \\\"okLB1eAy2lYnXKy2\\\", \\\"vendor_tag\\\": \\\"\\\"}, {\\\"ap_mode\\\": \\\"Infrastructure\\\", \\\"bssid\\\": \\\"D2:6E:2A:C7:C8:D0\\\", \\\"channel\\\": 1, \\\"configuration\\\": {\\\"authentication\\\": \\\"EAP\\\", \\\"eap_types\\\": [\\\"13: EAP-TLS\\\"], \\\"encryption\\\": \\\"WPA2+CCMP\\\", \\\"hs20\\\": {\\\"data\\\": {\\\"VenueGroup\\\": \\\"\\\", \\\"VenueType\\\": \\\"\\\", \\\"Version\\\": \\\"\\\"}, \\\"enabled\\\": false}, \\\"pmf_capable\\\": false, \\\"pmf_required\\\": false, \\\"supported_channels\\\": \\\"{}\\\", \\\"vht_capable\\\": false, \\\"wps\\\": {\\\"capable\\\": false, \\\"data\\\": {\\\"configured\\\": false}}}, \\\"device_tag\\\": \\\"\\\", \\\"essid\\\": \\\"EAPtest\\\", \\\"first_seen\\\": \\\"2025-03-21T16:47:01.679906\\\", \\\"hidden\\\": false, \\\"last_seen\\\": \\\"2025-05-24T06:58:40.214280\\\", \\\"latitude\\\": 37.8477274, \\\"location_tag\\\": \\\"\\\", \\\"longitude\\\": -122.2901898, \\\"manufacturer\\\": \\\"Unknown\\\", \\\"market\\\": \\\"Home/Office\\\", \\\"product_tag\\\": \\\"\\\", \\\"risk_score\\\": 41, \\\"sensor_name\\\": \\\"062018V2A10537\\\", \\\"sensor_url_id\\\": \\\"pRGol6A63YjBKngE\\\", \\\"signal\\\": -37, \\\"trust_level\\\": 61, \\\"url_id\\\": \\\"Rzare34lgOYZNbqv\\\", \\\"vendor_tag\\\": \\\"\\\"}, {\\\"ap_mode\\\": \\\"Infrastructure\\\", \\\"bssid\\\": \\\"D2:6E:2A:03:6E:E0\\\", \\\"channel\\\": 6, \\\"configuration\\\": {\\\"authentication\\\": \\\"EAP\\\", \\\"eap_types\\\": [\\\"13: EAP-TLS\\\"], \\\"encryption\\\": \\\"WPA2+CCMP\\\", \\\"hs20\\\": {\\\"data\\\": {\\\"VenueGroup\\\": \\\"\\\", \\\"VenueType\\\": \\\"\\\", \\\"Version\\\": \\\"\\\"}, \\\"enabled\\\": false}, \\\"pmf_capable\\\": false, \\\"pmf_required\\\": false, \\\"supported_channels\\\": \\\"{}\\\", \\\"vht_capable\\\": false, \\\"wps\\\": {\\\"capable\\\": false, \\\"data\\\": {\\\"configured\\\": false}}}, \\\"device_tag\\\": \\\"\\\", \\\"essid\\\": \\\"EAPtest\\\", \\\"first_seen\\\": \\\"2025-03-17T21:20:01.382627\\\", \\\"hidden\\\": false, \\\"last_seen\\\": \\\"2025-05-24T06:58:14.935636\\\", \\\"latitude\\\": 37.8477274, \\\"location_tag\\\": \\\"\\\", \\\"longitude\\\": -122.2901898, \\\"manufacturer\\\": \\\"Unknown\\\", \\\"market\\\": \\\"Home/Office\\\", \\\"product_tag\\\": \\\"\\\", \\\"risk_score\\\": 41, \\\"sensor_name\\\": \\\"062018V2A10537\\\", \\\"sensor_url_id\\\": \\\"pRGol6A63YjBKngE\\\", \\\"signal\\\": -73, \\\"trust_level\\\": 61, \\\"url_id\\\": \\\"Mxqj1wYb8d9kgQ6E\\\", \\\"vendor_tag\\\": \\\"\\\"}, {\\\"ap_mode\\\": \\\"Infrastructure\\\", \\\"bssid\\\": \\\"D2:6E:3A:C7:C8:D0\\\", \\\"channel\\\": 153, \\\"configuration\\\": {\\\"authentication\\\": \\\"EAP\\\", \\\"eap_types\\\": [\\\"13: EAP-TLS\\\"], \\\"encryption\\\": \\\"WPA2+CCMP\\\", \\\"hs20\\\": {\\\"data\\\": {\\\"VenueGroup\\\": \\\"\\\", \\\"VenueType\\\": \\\"\\\", \\\"Version\\\": \\\"\\\"}, \\\"enabled\\\": false}, \\\"pmf_capable\\\": false, \\\"pmf_required\\\": false, \\\"supported_channels\\\": \\\"{}\\\", \\\"vht_capable\\\": true, \\\"wps\\\": {\\\"capable\\\": false, \\\"data\\\": {\\\"configured\\\": false}}}, \\\"device_tag\\\": \\\"\\\", \\\"essid\\\": \\\"EAPtest\\\", \\\"first_seen\\\": \\\"2025-03-21T16:47:02.174387\\\", \\\"hidden\\\": false, \\\"last_seen\\\": \\\"2025-05-24T06:58:26.387153\\\", \\\"latitude\\\": 37.8477369, \\\"location_tag\\\": \\\"\\\", \\\"longitude\\\": -122.2901931, \\\"manufacturer\\\": \\\"Unknown\\\", \\\"market\\\": \\\"Home/Office\\\", \\\"product_tag\\\": \\\"\\\", \\\"risk_score\\\": 41, \\\"sensor_name\\\": \\\"062018V2A10300\\\", \\\"sensor_url_id\\\": \\\"lwLpB24e7ADmd8yx\\\", \\\"signal\\\": -56, \\\"trust_level\\\": 61, \\\"url_id\\\": \\\"BROz2VY82d9LwMlb\\\", \\\"vendor_tag\\\": \\\"\\\"}, {\\\"ap_mode\\\": \\\"Infrastructure\\\", \\\"bssid\\\": \\\"8E:DC:96:8E:5E:5E\\\", \\\"channel\\\": 8, \\\"configuration\\\": {\\\"authentication\\\": \\\"PSK\\\", \\\"eap_types\\\": null, \\\"encryption\\\": \\\"WPA2+CCMP\\\", \\\"hs20\\\": {\\\"data\\\": {\\\"VenueGroup\\\": \\\"\\\", \\\"VenueType\\\": \\\"\\\", \\\"Version\\\": \\\"\\\"}, \\\"enabled\\\": false}, \\\"pmf_capable\\\": true, \\\"pmf_required\\\": false, \\\"supported_channels\\\": \\\"{}\\\", \\\"vht_capable\\\": true, \\\"wps\\\": {\\\"capable\\\": false, \\\"data\\\": {\\\"configured\\\": false}}}, \\\"device_tag\\\": \\\"\\\", \\\"essid\\\": \\\"J-Sei\\\", \\\"first_seen\\\": \\\"2024-07-05T22:30:07.697192\\\", \\\"hidden\\\": false, \\\"last_seen\\\": \\\"2025-05-24T06:57:14.963436\\\", \\\"latitude\\\": 37.8477274, \\\"location_tag\\\": \\\"\\\", \\\"longitude\\\": -122.2901898, \\\"manufacturer\\\": \\\"Unknown\\\", \\\"market\\\": \\\"Home/Office\\\", \\\"product_tag\\\": \\\"\\\", \\\"risk_score\\\": 26, \\\"sensor_name\\\": \\\"062018V2A10537\\\", \\\"sensor_url_id\\\": \\\"pRGol6A63YjBKngE\\\", \\\"signal\\\": -90, \\\"trust_level\\\": 61, \\\"url_id\\\": \\\"Bq2ZrVYdXpYp1xmQ\\\", \\\"vendor_tag\\\": \\\"\\\"}, {\\\"ap_mode\\\": \\\"Infrastructure\\\", \\\"bssid\\\": \\\"40:E1:E4:F4:C1:6F\\\", \\\"channel\\\": 11, \\\"configuration\\\": {\\\"authentication\\\": \\\"PSK\\\", \\\"eap_types\\\": null, \\\"encryption\\\": \\\"WPA2+CCMP\\\", \\\"hs20\\\": {\\\"data\\\": {\\\"VenueGroup\\\": \\\"\\\", \\\"VenueType\\\": \\\"\\\", \\\"Version\\\": \\\"\\\"}, \\\"enabled\\\": false}, \\\"pmf_capable\\\": true, \\\"pmf_required\\\": false, \\\"supported_channels\\\": \\\"{}\\\", \\\"vht_capable\\\": true, \\\"wps\\\": {\\\"capable\\\": false, \\\"data\\\": {\\\"configured\\\": false}}}, \\\"device_tag\\\": \\\"\\\", \\\"essid\\\": \\\"TMOBILE-C166\\\", \\\"first_seen\\\": \\\"2025-03-25T16:09:48.213305\\\", \\\"hidden\\\": false, \\\"last_seen\\\": \\\"2025-05-24T06:42:05.936173\\\", \\\"latitude\\\": 37.8477369, \\\"location_tag\\\": \\\"\\\", \\\"longitude\\\": -122.2901931, \\\"manufacturer\\\": \\\"Nokia Solutions and Networks GmbH & Co. KG\\\", \\\"market\\\": \\\"Home/Office\\\", \\\"product_tag\\\": \\\"\\\", \\\"risk_score\\\": 26, \\\"sensor_name\\\": \\\"062018V2A10300\\\", \\\"sensor_url_id\\\": \\\"lwLpB24e7ADmd8yx\\\", \\\"signal\\\": -37, \\\"trust_level\\\": 61, \\\"url_id\\\": \\\"R25gZj4ElJYnaKye\\\", \\\"vendor_tag\\\": \\\"\\\"}, {\\\"ap_mode\\\": \\\"Infrastructure\\\", \\\"bssid\\\": \\\"CA:6E:3A:03:6E:E0\\\", \\\"channel\\\": 44, \\\"configuration\\\": {\\\"authentication\\\": \\\"PSK\\\", \\\"eap_types\\\": null, \\\"encryption\\\": \\\"WPA2+CCMP\\\", \\\"hs20\\\": {\\\"data\\\": {\\\"VenueGroup\\\": \\\"\\\", \\\"VenueType\\\": \\\"\\\", \\\"Version\\\": \\\"\\\"}, \\\"enabled\\\": false}, \\\"pmf_capable\\\": true, \\\"pmf_required\\\": false, \\\"supported_channels\\\": \\\"{}\\\", \\\"vht_capable\\\": true, \\\"wps\\\": {\\\"capable\\\": false, \\\"data\\\": {\\\"configured\\\": false}}}, \\\"device_tag\\\": \\\"\\\", \\\"essid\\\": \\\"I Am A Guest\\\", \\\"first_seen\\\": \\\"2025-03-17T21:19:29.330502\\\", \\\"hidden\\\": false, \\\"last_seen\\\": \\\"2025-05-24T06:58:21.589602\\\", \\\"latitude\\\": 37.8477369, \\\"location_tag\\\": \\\"\\\", \\\"longitude\\\": -122.2901931, \\\"manufacturer\\\": \\\"Unknown\\\", \\\"market\\\": \\\"Home/Office\\\", \\\"product_tag\\\": \\\"\\\", \\\"risk_score\\\": 26, \\\"sensor_name\\\": \\\"062018V2A10300\\\", \\\"sensor_url_id\\\": \\\"lwLpB24e7ADmd8yx\\\", \\\"signal\\\": -72, \\\"trust_level\\\": 61, \\\"url_id\\\": \\\"01jlMV4J8lAZzNWn\\\", \\\"vendor_tag\\\": \\\"\\\"}, {\\\"ap_mode\\\": \\\"Infrastructure\\\", \\\"bssid\\\": \\\"CA:6E:2A:03:6E:E0\\\", \\\"channel\\\": 6, \\\"configuration\\\": {\\\"authentication\\\": \\\"PSK\\\", \\\"eap_types\\\": null, \\\"encryption\\\": \\\"WPA2+CCMP\\\", \\\"hs20\\\": {\\\"data\\\": {\\\"VenueGroup\\\": \\\"\\\", \\\"VenueType\\\": \\\"\\\", \\\"Version\\\": \\\"\\\"}, \\\"enabled\\\": false}, \\\"pmf_capable\\\": true, \\\"pmf_required\\\": false, \\\"supported_channels\\\": \\\"{}\\\", \\\"vht_capable\\\": false, \\\"wps\\\": {\\\"capable\\\": false, \\\"data\\\": {\\\"configured\\\": false}}}, \\\"device_tag\\\": \\\"\\\", \\\"essid\\\": \\\"I Am A Guest\\\", \\\"first_seen\\\": \\\"2025-03-17T21:19:33.476293\\\", \\\"hidden\\\": false, \\\"last_seen\\\": \\\"2025-05-24T06:58:14.933420\\\", \\\"latitude\\\": 37.8477274, \\\"location_tag\\\": \\\"\\\", \\\"longitude\\\": -122.2901898, \\\"manufacturer\\\": \\\"Unknown\\\", \\\"market\\\": \\\"Home/Office\\\", \\\"product_tag\\\": \\\"\\\", \\\"risk_score\\\": 26, \\\"sensor_name\\\": \\\"062018V2A10537\\\", \\\"sensor_url_id\\\": \\\"pRGol6A63YjBKngE\\\", \\\"signal\\\": -73, \\\"trust_level\\\": 61, \\\"url_id\\\": \\\"EBvpRXABo7YZwyn8\\\", \\\"vendor_tag\\\": \\\"\\\"}, {\\\"ap_mode\\\": \\\"Infrastructure\\\", \\\"bssid\\\": \\\"22:61:B4:CC:69:12\\\", \\\"channel\\\": 1, \\\"configuration\\\": {\\\"authentication\\\": \\\"PSK\\\", \\\"eap_types\\\": null, \\\"encryption\\\": \\\"WPA2+CCMP\\\", \\\"hs20\\\": {\\\"data\\\": {\\\"VenueGroup\\\": \\\"\\\", \\\"VenueType\\\": \\\"\\\", \\\"Version\\\": \\\"\\\"}, \\\"enabled\\\": false}, \\\"pmf_capable\\\": true, \\\"pmf_required\\\": false, \\\"supported_channels\\\": \\\"{}\\\", \\\"vht_capable\\\": true, \\\"wps\\\": {\\\"capable\\\": false, \\\"data\\\": {\\\"configured\\\": false}}}, \\\"device_tag\\\": \\\"\\\", \\\"essid\\\": \\\"NightCity-Guest\\\", \\\"first_seen\\\": \\\"2024-07-05T23:05:20.921665\\\", \\\"hidden\\\": false, \\\"last_seen\\\": \\\"2025-05-23T23:28:28.507245\\\", \\\"latitude\\\": 37.8477369, \\\"location_tag\\\": \\\"\\\", \\\"longitude\\\": -122.2901931, \\\"manufacturer\\\": \\\"Unknown\\\", \\\"market\\\": \\\"Home/Office\\\", \\\"product_tag\\\": \\\"\\\", \\\"risk_score\\\": 26, \\\"sensor_name\\\": \\\"062018V2A10300\\\", \\\"sensor_url_id\\\": \\\"lwLpB24e7ADmd8yx\\\", \\\"signal\\\": -33, \\\"trust_level\\\": 61, \\\"url_id\\\": \\\"M6KJo843GO4ZwXRO\\\", \\\"vendor_tag\\\": \\\"\\\"}, {\\\"ap_mode\\\": \\\"Infrastructure\\\", \\\"bssid\\\": \\\"40:AE:30:25:54:D8\\\", \\\"channel\\\": 11, \\\"configuration\\\": {\\\"authentication\\\": \\\"PSK\\\", \\\"eap_types\\\": null, \\\"encryption\\\": \\\"WPA2+CCMP\\\", \\\"hs20\\\": {\\\"data\\\": {\\\"VenueGroup\\\": \\\"\\\", \\\"VenueType\\\": \\\"\\\", \\\"Version\\\": \\\"\\\"}, \\\"enabled\\\": false}, \\\"pmf_capable\\\": true, \\\"pmf_required\\\": false, \\\"supported_channels\\\": \\\"{}\\\", \\\"vht_capable\\\": true, \\\"wps\\\": {\\\"capable\\\": false, \\\"data\\\": {\\\"configured\\\": false}}}, \\\"device_tag\\\": \\\"\\\", \\\"essid\\\": \\\"Enterprise\\\", \\\"first_seen\\\": \\\"2024-10-27T04:15:09.139115\\\", \\\"hidden\\\": false, \\\"last_seen\\\": \\\"2025-05-24T06:58:33.475462\\\", \\\"latitude\\\": 37.8477369, \\\"location_tag\\\": \\\"\\\", \\\"longitude\\\": -122.2901931, \\\"manufacturer\\\": \\\"Unknown\\\", \\\"market\\\": \\\"Home/Office\\\", \\\"product_tag\\\": \\\"\\\", \\\"risk_score\\\": 26, \\\"sensor_name\\\": \\\"062018V2A10300\\\", \\\"sensor_url_id\\\": \\\"lwLpB24e7ADmd8yx\\\", \\\"signal\\\": -28, \\\"trust_level\\\": 61, \\\"url_id\\\": \\\"nRZgwmYgGLY8qXEy\\\", \\\"vendor_tag\\\": \\\"\\\"}, {\\\"ap_mode\\\": \\\"Infrastructure\\\", \\\"bssid\\\": \\\"CA:6E:3A:C7:C8:D0\\\", \\\"channel\\\": 153, \\\"configuration\\\": {\\\"authentication\\\": \\\"PSK\\\", \\\"eap_types\\\": null, \\\"encryption\\\": \\\"WPA2+CCMP\\\", \\\"hs20\\\": {\\\"data\\\": {\\\"VenueGroup\\\": \\\"\\\", \\\"VenueType\\\": \\\"\\\", \\\"Version\\\": \\\"\\\"}, \\\"enabled\\\": false}, \\\"pmf_capable\\\": true, \\\"pmf_required\\\": false, \\\"supported_channels\\\": \\\"{}\\\", \\\"vht_capable\\\": true, \\\"wps\\\": {\\\"capable\\\": false, \\\"data\\\": {\\\"configured\\\": false}}}, \\\"device_tag\\\": \\\"\\\", \\\"essid\\\": \\\"I Am A Guest\\\", \\\"first_seen\\\": \\\"2025-03-21T16:47:00.716593\\\", \\\"hidden\\\": false, \\\"last_seen\\\": \\\"2025-05-24T06:58:26.384226\\\", \\\"latitude\\\": 37.8477274, \\\"location_tag\\\": \\\"\\\", \\\"longitude\\\": -122.2901898, \\\"manufacturer\\\": \\\"Unknown\\\", \\\"market\\\": \\\"Home/Office\\\", \\\"product_tag\\\": \\\"\\\", \\\"risk_score\\\": 26, \\\"sensor_name\\\": \\\"062018V2A10537\\\", \\\"sensor_url_id\\\": \\\"pRGol6A63YjBKngE\\\", \\\"signal\\\": -56, \\\"trust_level\\\": 61, \\\"url_id\\\": \\\"rEpXWe4pln4RdbmL\\\", \\\"vendor_tag\\\": \\\"\\\"}, {\\\"ap_mode\\\": \\\"Infrastructure\\\", \\\"bssid\\\": \\\"26:61:B4:CC:69:12\\\", \\\"channel\\\": 1, \\\"configuration\\\": {\\\"authentication\\\": \\\"PSK\\\", \\\"eap_types\\\": null, \\\"encryption\\\": \\\"WPA2+CCMP\\\", \\\"hs20\\\": {\\\"data\\\": {\\\"VenueGroup\\\": \\\"\\\", \\\"VenueType\\\": \\\"\\\", \\\"Version\\\": \\\"\\\"}, \\\"enabled\\\": false}, \\\"pmf_capable\\\": true, \\\"pmf_required\\\": false, \\\"supported_channels\\\": \\\"{}\\\", \\\"vht_capable\\\": true, \\\"wps\\\": {\\\"capable\\\": false, \\\"data\\\": {\\\"configured\\\": false}}}, \\\"device_tag\\\": \\\"\\\", \\\"essid\\\": \\\"NightCity-IoT\\\", \\\"first_seen\\\": \\\"2024-07-06T00:25:39.614867\\\", \\\"hidden\\\": false, \\\"last_seen\\\": \\\"2025-05-23T23:24:50.464256\\\", \\\"latitude\\\": 37.8477369, \\\"location_tag\\\": \\\"\\\", \\\"longitude\\\": -122.2901931, \\\"manufacturer\\\": \\\"Unknown\\\", \\\"market\\\": \\\"Home/Office\\\", \\\"product_tag\\\": \\\"\\\", \\\"risk_score\\\": 26, \\\"sensor_name\\\": \\\"062018V2A10300\\\", \\\"sensor_url_id\\\": \\\"lwLpB24e7ADmd8yx\\\", \\\"signal\\\": -33, \\\"trust_level\\\": 61, \\\"url_id\\\": \\\"R25gZj4E32AnaKye\\\", \\\"vendor_tag\\\": \\\"\\\"}, {\\\"ap_mode\\\": \\\"Infrastructure\\\", \\\"bssid\\\": \\\"CA:6E:2A:C7:C8:D0\\\", \\\"channel\\\": 1, \\\"configuration\\\": {\\\"authentication\\\": \\\"PSK\\\", \\\"eap_types\\\": null, \\\"encryption\\\": \\\"WPA2+CCMP\\\", \\\"hs20\\\": {\\\"data\\\": {\\\"VenueGroup\\\": \\\"\\\", \\\"VenueType\\\": \\\"\\\", \\\"Version\\\": \\\"\\\"}, \\\"enabled\\\": false}, \\\"pmf_capable\\\": true, \\\"pmf_required\\\": false, \\\"supported_channels\\\": \\\"{}\\\", \\\"vht_capable\\\": false, \\\"wps\\\": {\\\"capable\\\": false, \\\"data\\\": {\\\"configured\\\": false}}}, \\\"device_tag\\\": \\\"\\\", \\\"essid\\\": \\\"I Am A Guest\\\", \\\"first_seen\\\": \\\"2025-03-21T16:47:01.859964\\\", \\\"hidden\\\": false, \\\"last_seen\\\": \\\"2025-05-24T06:58:40.209638\\\", \\\"latitude\\\": 37.8477274, \\\"location_tag\\\": \\\"\\\", \\\"longitude\\\": -122.2901898, \\\"manufacturer\\\": \\\"Unknown\\\", \\\"market\\\": \\\"Home/Office\\\", \\\"product_tag\\\": \\\"\\\", \\\"risk_score\\\": 26, \\\"sensor_name\\\": \\\"062018V2A10537\\\", \\\"sensor_url_id\\\": \\\"pRGol6A63YjBKngE\\\", \\\"signal\\\": -58, \\\"trust_level\\\": 61, \\\"url_id\\\": \\\"6eZ5nwAMdy9MWlVx\\\", \\\"vendor_tag\\\": \\\"\\\"}, {\\\"ap_mode\\\": \\\"Infrastructure\\\", \\\"bssid\\\": \\\"A2:23:51:6C:41:FB\\\", \\\"channel\\\": 4, \\\"configuration\\\": {\\\"authentication\\\": \\\"PSK\\\", \\\"eap_types\\\": null, \\\"encryption\\\": \\\"WPA2+CCMP\\\", \\\"hs20\\\": {\\\"data\\\": {\\\"VenueGroup\\\": \\\"\\\", \\\"VenueType\\\": \\\"\\\", \\\"Version\\\": \\\"\\\"}, \\\"enabled\\\": false}, \\\"pmf_capable\\\": true, \\\"pmf_required\\\": false, \\\"supported_channels\\\": \\\"{}\\\", \\\"vht_capable\\\": false, \\\"wps\\\": {\\\"capable\\\": false, \\\"data\\\": {\\\"configured\\\": false}}}, \\\"device_tag\\\": \\\"\\\", \\\"essid\\\": \\\"DeerrSheetsSmall\\\", \\\"first_seen\\\": \\\"2024-10-09T03:04:40.703301\\\", \\\"hidden\\\": false, \\\"last_seen\\\": \\\"2025-05-24T02:13:41.472537\\\", \\\"latitude\\\": 37.8477274, \\\"location_tag\\\": \\\"\\\", \\\"longitude\\\": -122.2901898, \\\"manufacturer\\\": \\\"Unknown\\\", \\\"market\\\": \\\"Home/Office\\\", \\\"product_tag\\\": \\\"\\\", \\\"risk_score\\\": 26, \\\"sensor_name\\\": \\\"062018V2A10537\\\", \\\"sensor_url_id\\\": \\\"pRGol6A63YjBKngE\\\", \\\"signal\\\": -92, \\\"trust_level\\\": 61, \\\"url_id\\\": \\\"R25gZj4EmP4naKye\\\", \\\"vendor_tag\\\": \\\"\\\"}, {\\\"ap_mode\\\": \\\"Infrastructure\\\", \\\"bssid\\\": \\\"EA:6E:3A:03:6E:E0\\\", \\\"channel\\\": 44, \\\"configuration\\\": {\\\"authentication\\\": \\\"PSK,SAE\\\", \\\"eap_types\\\": null, \\\"encryption\\\": \\\"WPA2+CCMP,WPA3-Personal+CCMP\\\", \\\"hs20\\\": {\\\"data\\\": {\\\"VenueGroup\\\": \\\"\\\", \\\"VenueType\\\": \\\"\\\", \\\"Version\\\": \\\"\\\"}, \\\"enabled\\\": false}, \\\"pmf_capable\\\": true, \\\"pmf_required\\\": true, \\\"supported_channels\\\": \\\"{}\\\", \\\"vht_capable\\\": true, \\\"wps\\\": {\\\"capable\\\": false, \\\"data\\\": {\\\"configured\\\": false}}}, \\\"device_tag\\\": \\\"\\\", \\\"essid\\\": \\\"Identity PSKs\\\", \\\"first_seen\\\": \\\"2025-03-17T21:19:29.458491\\\", \\\"hidden\\\": false, \\\"last_seen\\\": \\\"2025-05-24T06:58:21.593964\\\", \\\"latitude\\\": 37.8477274, \\\"location_tag\\\": \\\"\\\", \\\"longitude\\\": -122.2901898, \\\"manufacturer\\\": \\\"Unknown\\\", \\\"market\\\": \\\"Home/Office\\\", \\\"product_tag\\\": \\\"\\\", \\\"risk_score\\\": 24, \\\"sensor_name\\\": \\\"062018V2A10537\\\", \\\"sensor_url_id\\\": \\\"pRGol6A63YjBKngE\\\", \\\"signal\\\": -72, \\\"trust_level\\\": 61, \\\"url_id\\\": \\\"Bq2ZrVYdyM4p1xmQ\\\", \\\"vendor_tag\\\": \\\"\\\"}, {\\\"ap_mode\\\": \\\"Infrastructure\\\", \\\"bssid\\\": \\\"EA:6E:2A:C7:C8:D0\\\", \\\"channel\\\": 1, \\\"configuration\\\": {\\\"authentication\\\": \\\"PSK,SAE\\\", \\\"eap_types\\\": null, \\\"encryption\\\": \\\"WPA2+CCMP,WPA3-Personal+CCMP\\\", \\\"hs20\\\": {\\\"data\\\": {\\\"VenueGroup\\\": \\\"\\\", \\\"VenueType\\\": \\\"\\\", \\\"Version\\\": \\\"\\\"}, \\\"enabled\\\": false}, \\\"pmf_capable\\\": true, \\\"pmf_required\\\": true, \\\"supported_channels\\\": \\\"{}\\\", \\\"vht_capable\\\": false, \\\"wps\\\": {\\\"capable\\\": false, \\\"data\\\": {\\\"configured\\\": false}}}, \\\"device_tag\\\": \\\"\\\", \\\"essid\\\": \\\"Identity PSKs\\\", \\\"first_seen\\\": \\\"2025-03-21T16:47:02.043911\\\", \\\"hidden\\\": false, \\\"last_seen\\\": \\\"2025-05-24T06:58:26.599797\\\", \\\"latitude\\\": 37.8477274, \\\"location_tag\\\": \\\"\\\", \\\"longitude\\\": -122.2901898, \\\"manufacturer\\\": \\\"Unknown\\\", \\\"market\\\": \\\"Home/Office\\\", \\\"product_tag\\\": \\\"\\\", \\\"risk_score\\\": 24, \\\"sensor_name\\\": \\\"062018V2A10537\\\", \\\"sensor_url_id\\\": \\\"pRGol6A63YjBKngE\\\", \\\"signal\\\": -36, \\\"trust_level\\\": 61, \\\"url_id\\\": \\\"z1aRZl4z2Z4VB3qm\\\", \\\"vendor_tag\\\": \\\"\\\"}, {\\\"ap_mode\\\": \\\"Infrastructure\\\", \\\"bssid\\\": \\\"EA:6E:2A:03:6E:E0\\\", \\\"channel\\\": 6, \\\"configuration\\\": {\\\"authentication\\\": \\\"PSK,SAE\\\", \\\"eap_types\\\": null, \\\"encryption\\\": \\\"WPA2+CCMP,WPA3-Personal+CCMP\\\", \\\"hs20\\\": {\\\"data\\\": {\\\"VenueGroup\\\": \\\"\\\", \\\"VenueType\\\": \\\"\\\", \\\"Version\\\": \\\"\\\"}, \\\"enabled\\\": false}, \\\"pmf_capable\\\": true, \\\"pmf_required\\\": true, \\\"supported_channels\\\": \\\"{}\\\", \\\"vht_capable\\\": false, \\\"wps\\\": {\\\"capable\\\": false, \\\"data\\\": {\\\"configured\\\": false}}}, \\\"device_tag\\\": \\\"\\\", \\\"essid\\\": \\\"Identity PSKs\\\", \\\"first_seen\\\": \\\"2025-03-17T21:20:03.263746\\\", \\\"hidden\\\": false, \\\"last_seen\\\": \\\"2025-05-24T06:58:14.937193\\\", \\\"latitude\\\": 37.8477274, \\\"location_tag\\\": \\\"\\\", \\\"longitude\\\": -122.2901898, \\\"manufacturer\\\": \\\"Unknown\\\", \\\"market\\\": \\\"Home/Office\\\", \\\"product_tag\\\": \\\"\\\", \\\"risk_score\\\": 24, \\\"sensor_name\\\": \\\"062018V2A10537\\\", \\\"sensor_url_id\\\": \\\"pRGol6A63YjBKngE\\\", \\\"signal\\\": -73, \\\"trust_level\\\": 61, \\\"url_id\\\": \\\"DQgp13AmlM9RbrG2\\\", \\\"vendor_tag\\\": \\\"\\\"}, {\\\"ap_mode\\\": \\\"Infrastructure\\\", \\\"bssid\\\": \\\"EA:6E:3A:C7:C8:D0\\\", \\\"channel\\\": 153, \\\"configuration\\\": {\\\"authentication\\\": \\\"PSK,SAE\\\", \\\"eap_types\\\": null, \\\"encryption\\\": \\\"WPA2+CCMP,WPA3-Personal+CCMP\\\", \\\"hs20\\\": {\\\"data\\\": {\\\"VenueGroup\\\": \\\"\\\", \\\"VenueType\\\": \\\"\\\", \\\"Version\\\": \\\"\\\"}, \\\"enabled\\\": false}, \\\"pmf_capable\\\": true, \\\"pmf_required\\\": true, \\\"supported_channels\\\": \\\"{}\\\", \\\"vht_capable\\\": true, \\\"wps\\\": {\\\"capable\\\": false, \\\"data\\\": {\\\"configured\\\": false}}}, \\\"device_tag\\\": \\\"\\\", \\\"essid\\\": \\\"Identity PSKs\\\", \\\"first_seen\\\": \\\"2025-03-21T16:47:00.845214\\\", \\\"hidden\\\": false, \\\"last_seen\\\": \\\"2025-05-24T06:58:26.388250\\\", \\\"latitude\\\": 37.8477369, \\\"location_tag\\\": \\\"\\\", \\\"longitude\\\": -122.2901931, \\\"manufacturer\\\": \\\"Unknown\\\", \\\"market\\\": \\\"Home/Office\\\", \\\"product_tag\\\": \\\"\\\", \\\"risk_score\\\": 24, \\\"sensor_name\\\": \\\"062018V2A10300\\\", \\\"sensor_url_id\\\": \\\"lwLpB24e7ADmd8yx\\\", \\\"signal\\\": -57, \\\"trust_level\\\": 61, \\\"url_id\\\": \\\"nrqOVW9xMnARkXeD\\\", \\\"vendor_tag\\\": \\\"\\\"}, {\\\"ap_mode\\\": \\\"Infrastructure\\\", \\\"bssid\\\": \\\"D6:6E:2A:C7:C8:D0\\\", \\\"channel\\\": 1, \\\"configuration\\\": {\\\"authentication\\\": \\\"SHA256\\\", \\\"eap_types\\\": null, \\\"encryption\\\": \\\"WPA2+CCMP\\\", \\\"hs20\\\": {\\\"data\\\": {\\\"VenueGroup\\\": \\\"Business\\\", \\\"VenueType\\\": \\\"\\\", \\\"Version\\\": \\\"Release 3\\\"}, \\\"enabled\\\": true}, \\\"pmf_capable\\\": true, \\\"pmf_required\\\": true, \\\"supported_channels\\\": \\\"{}\\\", \\\"vht_capable\\\": false, \\\"wps\\\": {\\\"capable\\\": false, \\\"data\\\": {\\\"configured\\\": false}}}, \\\"device_tag\\\": \\\"\\\", \\\"essid\\\": \\\"HS20-test\\\", \\\"first_seen\\\": \\\"2025-03-21T16:47:00.186284\\\", \\\"hidden\\\": false, \\\"last_seen\\\": \\\"2025-05-24T06:58:40.213505\\\", \\\"latitude\\\": 37.8477369, \\\"location_tag\\\": \\\"\\\", \\\"longitude\\\": -122.2901931, \\\"manufacturer\\\": \\\"Unknown\\\", \\\"market\\\": \\\"Home/Office\\\", \\\"product_tag\\\": \\\"\\\", \\\"risk_score\\\": 14, \\\"sensor_name\\\": \\\"062018V2A10300\\\", \\\"sensor_url_id\\\": \\\"lwLpB24e7ADmd8yx\\\", \\\"signal\\\": -36, \\\"trust_level\\\": 61, \\\"url_id\\\": \\\"p6ZBryAwQp4RzLV0\\\", \\\"vendor_tag\\\": \\\"\\\"}, {\\\"ap_mode\\\": \\\"Infrastructure\\\", \\\"bssid\\\": \\\"DA:6E:3A:03:6E:E0\\\", \\\"channel\\\": 44, \\\"configuration\\\": {\\\"authentication\\\": \\\"UNK,SAE\\\", \\\"eap_types\\\": null, \\\"encryption\\\": \\\"WPA3-Personal+GCMP-256,WPA3-Personal+CCMP\\\", \\\"hs20\\\": {\\\"data\\\": {\\\"VenueGroup\\\": \\\"\\\", \\\"VenueType\\\": \\\"\\\", \\\"Version\\\": \\\"\\\"}, \\\"enabled\\\": false}, \\\"pmf_capable\\\": true, \\\"pmf_required\\\": true, \\\"supported_channels\\\": \\\"{}\\\", \\\"vht_capable\\\": true, \\\"wps\\\": {\\\"capable\\\": false, \\\"data\\\": {\\\"configured\\\": false}}}, \\\"device_tag\\\": \\\"\\\", \\\"essid\\\": \\\"WPA3Ahoy\\\", \\\"first_seen\\\": \\\"2025-03-17T21:19:31.500937\\\", \\\"hidden\\\": false, \\\"last_seen\\\": \\\"2025-05-24T06:58:21.591496\\\", \\\"latitude\\\": 37.8477369, \\\"location_tag\\\": \\\"\\\", \\\"longitude\\\": -122.2901931, \\\"manufacturer\\\": \\\"Unknown\\\", \\\"market\\\": \\\"Home/Office\\\", \\\"product_tag\\\": \\\"\\\", \\\"risk_score\\\": 14, \\\"sensor_name\\\": \\\"062018V2A10300\\\", \\\"sensor_url_id\\\": \\\"lwLpB24e7ADmd8yx\\\", \\\"signal\\\": -72, \\\"trust_level\\\": 61, \\\"url_id\\\": \\\"M6KJo843a7AZwXRO\\\", \\\"vendor_tag\\\": \\\"\\\"}, {\\\"ap_mode\\\": \\\"Infrastructure\\\", \\\"bssid\\\": \\\"D6:6E:2A:03:6E:E0\\\", \\\"channel\\\": 6, \\\"configuration\\\": {\\\"authentication\\\": \\\"SHA256\\\", \\\"eap_types\\\": null, \\\"encryption\\\": \\\"WPA2+CCMP\\\", \\\"hs20\\\": {\\\"data\\\": {\\\"VenueGroup\\\": \\\"Business\\\", \\\"VenueType\\\": \\\"\\\", \\\"Version\\\": \\\"Release 3\\\"}, \\\"enabled\\\": true}, \\\"pmf_capable\\\": true, \\\"pmf_required\\\": true, \\\"supported_channels\\\": \\\"{}\\\", \\\"vht_capable\\\": false, \\\"wps\\\": {\\\"capable\\\": false, \\\"data\\\": {\\\"configured\\\": false}}}, \\\"device_tag\\\": \\\"\\\", \\\"essid\\\": \\\"HS20-test\\\", \\\"first_seen\\\": \\\"2025-03-17T21:20:02.798140\\\", \\\"hidden\\\": false, \\\"last_seen\\\": \\\"2025-05-24T06:58:14.935155\\\", \\\"latitude\\\": 37.8477274, \\\"location_tag\\\": \\\"\\\", \\\"longitude\\\": -122.2901898, \\\"manufacturer\\\": \\\"Unknown\\\", \\\"market\\\": \\\"Home/Office\\\", \\\"product_tag\\\": \\\"\\\", \\\"risk_score\\\": 14, \\\"sensor_name\\\": \\\"062018V2A10537\\\", \\\"sensor_url_id\\\": \\\"pRGol6A63YjBKngE\\\", \\\"signal\\\": -11, \\\"trust_level\\\": 61, \\\"url_id\\\": \\\"xKwoZqAGrn98B3Pd\\\", \\\"vendor_tag\\\": \\\"\\\"}, {\\\"ap_mode\\\": \\\"Infrastructure\\\", \\\"bssid\\\": \\\"DA:6E:3A:C7:C8:D0\\\", \\\"channel\\\": 153, \\\"configuration\\\": {\\\"authentication\\\": \\\"UNK (24),SAE\\\", \\\"eap_types\\\": null, \\\"encryption\\\": \\\"WPA3-Personal+GCMP-256,WPA3-Personal+CCMP\\\", \\\"hs20\\\": {\\\"data\\\": {\\\"VenueGroup\\\": \\\"\\\", \\\"VenueType\\\": \\\"\\\", \\\"Version\\\": \\\"\\\"}, \\\"enabled\\\": false}, \\\"pmf_capable\\\": true, \\\"pmf_required\\\": true, \\\"supported_channels\\\": \\\"{}\\\", \\\"vht_capable\\\": true, \\\"wps\\\": {\\\"capable\\\": false, \\\"data\\\": {\\\"configured\\\": false}}}, \\\"device_tag\\\": \\\"\\\", \\\"essid\\\": \\\"WPA3Ahoy\\\", \\\"first_seen\\\": \\\"2025-03-21T16:47:02.586137\\\", \\\"hidden\\\": false, \\\"last_seen\\\": \\\"2025-05-24T06:58:26.386112\\\", \\\"latitude\\\": 37.8477274, \\\"location_tag\\\": \\\"\\\", \\\"longitude\\\": -122.2901898, \\\"manufacturer\\\": \\\"Unknown\\\", \\\"market\\\": \\\"Home/Office\\\", \\\"product_tag\\\": \\\"\\\", \\\"risk_score\\\": 14, \\\"sensor_name\\\": \\\"062018V2A10537\\\", \\\"sensor_url_id\\\": \\\"pRGol6A63YjBKngE\\\", \\\"signal\\\": -56, \\\"trust_level\\\": 61, \\\"url_id\\\": \\\"OaKmwXYrPL90R6p2\\\", \\\"vendor_tag\\\": \\\"\\\"}, {\\\"ap_mode\\\": \\\"Infrastructure\\\", \\\"bssid\\\": \\\"CE:6E:0A:C7:C8:D5\\\", \\\"channel\\\": 69, \\\"configuration\\\": {\\\"authentication\\\": \\\"UNK (24),SAE\\\", \\\"eap_types\\\": null, \\\"encryption\\\": \\\"WPA3-Personal+GCMP-256,WPA3-Personal+CCMP\\\", \\\"hs20\\\": {\\\"data\\\": {\\\"VenueGroup\\\": \\\"\\\", \\\"VenueType\\\": \\\"\\\", \\\"Version\\\": \\\"\\\"}, \\\"enabled\\\": false}, \\\"pmf_capable\\\": true, \\\"pmf_required\\\": true, \\\"supported_channels\\\": \\\"{}\\\", \\\"vht_capable\\\": false, \\\"wps\\\": {\\\"capable\\\": false, \\\"data\\\": {\\\"configured\\\": false}}}, \\\"device_tag\\\": \\\"\\\", \\\"essid\\\": \\\"WPA3Ahoy\\\", \\\"first_seen\\\": \\\"2025-03-21T16:47:07.138261\\\", \\\"hidden\\\": false, \\\"last_seen\\\": \\\"2025-05-24T06:58:31.607038\\\", \\\"latitude\\\": 37.8477274, \\\"location_tag\\\": \\\"\\\", \\\"longitude\\\": -122.2901898, \\\"manufacturer\\\": \\\"Unknown\\\", \\\"market\\\": \\\"Home/Office\\\", \\\"product_tag\\\": \\\"\\\", \\\"risk_score\\\": 14, \\\"sensor_name\\\": \\\"062018V2A10537\\\", \\\"sensor_url_id\\\": \\\"pRGol6A63YjBKngE\\\", \\\"signal\\\": -73, \\\"trust_level\\\": 61, \\\"url_id\\\": \\\"aOjyQz4qJn9PnxpW\\\", \\\"vendor_tag\\\": \\\"\\\"}, {\\\"ap_mode\\\": \\\"Infrastructure\\\", \\\"bssid\\\": \\\"74:97:8E:02:1E:A1\\\", \\\"channel\\\": 52, \\\"configuration\\\": {\\\"authentication\\\": \\\"SHA256\\\", \\\"eap_types\\\": null, \\\"encryption\\\": \\\"WPA2+CCMP\\\", \\\"hs20\\\": {\\\"data\\\": {\\\"VenueGroup\\\": \\\"Unspecified (00000000)\\\", \\\"VenueType\\\": \\\"\\\", \\\"Version\\\": \\\"Release 3\\\"}, \\\"enabled\\\": true}, \\\"pmf_capable\\\": true, \\\"pmf_required\\\": true, \\\"supported_channels\\\": \\\"{}\\\", \\\"vht_capable\\\": true, \\\"wps\\\": {\\\"capable\\\": false, \\\"data\\\": {\\\"configured\\\": false}}}, \\\"device_tag\\\": \\\"\\\", \\\"essid\\\": \\\"Helium\\\", \\\"first_seen\\\": \\\"2024-07-05T22:30:06.727220\\\", \\\"hidden\\\": false, \\\"last_seen\\\": \\\"2025-05-24T06:58:23.053188\\\", \\\"latitude\\\": 37.8477274, \\\"location_tag\\\": \\\"\\\", \\\"longitude\\\": -122.2901898, \\\"manufacturer\\\": \\\"Unknown\\\", \\\"market\\\": \\\"Home/Office\\\", \\\"product_tag\\\": \\\"\\\", \\\"risk_score\\\": 14, \\\"sensor_name\\\": \\\"062018V2A10537\\\", \\\"sensor_url_id\\\": \\\"pRGol6A63YjBKngE\\\", \\\"signal\\\": -53, \\\"trust_level\\\": 61, \\\"url_id\\\": \\\"OaKmwXYrGp40R6p2\\\", \\\"vendor_tag\\\": \\\"\\\"}, {\\\"ap_mode\\\": \\\"Infrastructure\\\", \\\"bssid\\\": \\\"D6:6E:3A:03:6E:E0\\\", \\\"channel\\\": 44, \\\"configuration\\\": {\\\"authentication\\\": \\\"SHA256\\\", \\\"eap_types\\\": null, \\\"encryption\\\": \\\"WPA2+CCMP\\\", \\\"hs20\\\": {\\\"data\\\": {\\\"VenueGroup\\\": \\\"Business\\\", \\\"VenueType\\\": \\\"\\\", \\\"Version\\\": \\\"Release 3\\\"}, \\\"enabled\\\": true}, \\\"pmf_capable\\\": true, \\\"pmf_required\\\": true, \\\"supported_channels\\\": \\\"{}\\\", \\\"vht_capable\\\": true, \\\"wps\\\": {\\\"capable\\\": false, \\\"data\\\": {\\\"configured\\\": false}}}, \\\"device_tag\\\": \\\"\\\", \\\"essid\\\": \\\"HS20-test\\\", \\\"first_seen\\\": \\\"2025-03-17T21:19:32.671707\\\", \\\"hidden\\\": true, \\\"last_seen\\\": \\\"2025-05-24T06:58:20.892237\\\", \\\"latitude\\\": 37.8477274, \\\"location_tag\\\": \\\"\\\", \\\"longitude\\\": -122.2901898, \\\"manufacturer\\\": \\\"Unknown\\\", \\\"market\\\": \\\"Home/Office\\\", \\\"product_tag\\\": \\\"\\\", \\\"risk_score\\\": 14, \\\"sensor_name\\\": \\\"062018V2A10537\\\", \\\"sensor_url_id\\\": \\\"pRGol6A63YjBKngE\\\", \\\"signal\\\": -70, \\\"trust_level\\\": 61, \\\"url_id\\\": \\\"okLB1eAyylAnXKy2\\\", \\\"vendor_tag\\\": \\\"\\\"}, {\\\"ap_mode\\\": \\\"Infrastructure\\\", \\\"bssid\\\": \\\"74:97:8E:02:1E:A2\\\", \\\"channel\\\": 1, \\\"configuration\\\": {\\\"authentication\\\": \\\"SHA256\\\", \\\"eap_types\\\": null, \\\"encryption\\\": \\\"WPA2+CCMP\\\", \\\"hs20\\\": {\\\"data\\\": {\\\"VenueGroup\\\": \\\"Unspecified (00000000)\\\", \\\"VenueType\\\": \\\"\\\", \\\"Version\\\": \\\"Release 3\\\"}, \\\"enabled\\\": true}, \\\"pmf_capable\\\": true, \\\"pmf_required\\\": true, \\\"supported_channels\\\": \\\"{}\\\", \\\"vht_capable\\\": false, \\\"wps\\\": {\\\"capable\\\": false, \\\"data\\\": {\\\"configured\\\": false}}}, \\\"device_tag\\\": \\\"\\\", \\\"essid\\\": \\\"Helium\\\", \\\"first_seen\\\": \\\"2024-07-05T22:30:04.461545\\\", \\\"hidden\\\": false, \\\"last_seen\\\": \\\"2025-05-24T06:58:40.258600\\\", \\\"latitude\\\": 37.8477274, \\\"location_tag\\\": \\\"\\\", \\\"longitude\\\": -122.2901898, \\\"manufacturer\\\": \\\"Unknown\\\", \\\"market\\\": \\\"Home/Office\\\", \\\"product_tag\\\": \\\"\\\", \\\"risk_score\\\": 14, \\\"sensor_name\\\": \\\"062018V2A10537\\\", \\\"sensor_url_id\\\": \\\"pRGol6A63YjBKngE\\\", \\\"signal\\\": -32, \\\"trust_level\\\": 61, \\\"url_id\\\": \\\"xDMB3yANd548eRlJ\\\", \\\"vendor_tag\\\": \\\"\\\"}, {\\\"ap_mode\\\": \\\"Infrastructure\\\", \\\"bssid\\\": \\\"D6:6E:3A:C7:C8:D0\\\", \\\"channel\\\": 153, \\\"configuration\\\": {\\\"authentication\\\": \\\"SHA256\\\", \\\"eap_types\\\": null, \\\"encryption\\\": \\\"WPA2+CCMP\\\", \\\"hs20\\\": {\\\"data\\\": {\\\"VenueGroup\\\": \\\"Business\\\", \\\"VenueType\\\": \\\"\\\", \\\"Version\\\": \\\"Release 3\\\"}, \\\"enabled\\\": true}, \\\"pmf_capable\\\": true, \\\"pmf_required\\\": true, \\\"supported_channels\\\": \\\"{}\\\", \\\"vht_capable\\\": true, \\\"wps\\\": {\\\"capable\\\": false, \\\"data\\\": {\\\"configured\\\": false}}}, \\\"device_tag\\\": \\\"\\\", \\\"essid\\\": \\\"HS20-test\\\", \\\"first_seen\\\": \\\"2025-03-21T16:46:59.000477\\\", \\\"hidden\\\": true, \\\"last_seen\\\": \\\"2025-05-24T06:58:25.746835\\\", \\\"latitude\\\": 37.8477274, \\\"location_tag\\\": \\\"\\\", \\\"longitude\\\": -122.2901898, \\\"manufacturer\\\": \\\"Unknown\\\", \\\"market\\\": \\\"Home/Office\\\", \\\"product_tag\\\": \\\"\\\", \\\"risk_score\\\": 14, \\\"sensor_name\\\": \\\"062018V2A10537\\\", \\\"sensor_url_id\\\": \\\"pRGol6A63YjBKngE\\\", \\\"signal\\\": -57, \\\"trust_level\\\": 61, \\\"url_id\\\": \\\"dqDgEZ9WR846KNPo\\\", \\\"vendor_tag\\\": \\\"\\\"}, {\\\"ap_mode\\\": \\\"Infrastructure\\\", \\\"bssid\\\": \\\"CE:6E:0A:03:6E:E5\\\", \\\"channel\\\": 21, \\\"configuration\\\": {\\\"authentication\\\": \\\"UNK (24),SAE\\\", \\\"eap_types\\\": null, \\\"encryption\\\": \\\"WPA3-Personal+GCMP-256,WPA3-Personal+CCMP\\\", \\\"hs20\\\": {\\\"data\\\": {\\\"VenueGroup\\\": \\\"\\\", \\\"VenueType\\\": \\\"\\\", \\\"Version\\\": \\\"\\\"}, \\\"enabled\\\": false}, \\\"pmf_capable\\\": true, \\\"pmf_required\\\": true, \\\"supported_channels\\\": \\\"{}\\\", \\\"vht_capable\\\": false, \\\"wps\\\": {\\\"capable\\\": false, \\\"data\\\": {\\\"configured\\\": false}}}, \\\"device_tag\\\": \\\"\\\", \\\"essid\\\": \\\"WPA3Ahoy\\\", \\\"first_seen\\\": \\\"2025-03-21T01:08:30.134423\\\", \\\"hidden\\\": false, \\\"last_seen\\\": \\\"2025-05-24T06:58:29.678161\\\", \\\"latitude\\\": 37.8477274, \\\"location_tag\\\": \\\"\\\", \\\"longitude\\\": -122.2901898, \\\"manufacturer\\\": \\\"Unknown\\\", \\\"market\\\": \\\"Home/Office\\\", \\\"product_tag\\\": \\\"\\\", \\\"risk_score\\\": 14, \\\"sensor_name\\\": \\\"062018V2A10537\\\", \\\"sensor_url_id\\\": \\\"pRGol6A63YjBKngE\\\", \\\"signal\\\": -88, \\\"trust_level\\\": 61, \\\"url_id\\\": \\\"lwLpB24ePpYDmd8y\\\", \\\"vendor_tag\\\": \\\"\\\"}, {\\\"ap_mode\\\": \\\"Infrastructure\\\", \\\"bssid\\\": \\\"CE:6E:0A:C7:C8:D8\\\", \\\"channel\\\": 69, \\\"configuration\\\": {\\\"authentication\\\": \\\"OWE\\\", \\\"eap_types\\\": null, \\\"encryption\\\": \\\"OWE+CCMP\\\", \\\"hs20\\\": {\\\"data\\\": {\\\"VenueGroup\\\": \\\"\\\", \\\"VenueType\\\": \\\"\\\", \\\"Version\\\": \\\"\\\"}, \\\"enabled\\\": false}, \\\"pmf_capable\\\": true, \\\"pmf_required\\\": true, \\\"supported_channels\\\": \\\"{}\\\", \\\"vht_capable\\\": false, \\\"wps\\\": {\\\"capable\\\": false, \\\"data\\\": {\\\"configured\\\": false}}}, \\\"device_tag\\\": \\\"\\\", \\\"essid\\\": \\\"FreeOWE\\\", \\\"first_seen\\\": \\\"2025-03-21T16:47:10.306206\\\", \\\"hidden\\\": false, \\\"last_seen\\\": \\\"2025-05-24T06:58:31.607569\\\", \\\"latitude\\\": 37.8477369, \\\"location_tag\\\": \\\"\\\", \\\"longitude\\\": -122.2901931, \\\"manufacturer\\\": \\\"Unknown\\\", \\\"market\\\": \\\"Home/Office\\\", \\\"product_tag\\\": \\\"\\\", \\\"risk_score\\\": 12, \\\"sensor_name\\\": \\\"062018V2A10300\\\", \\\"sensor_url_id\\\": \\\"lwLpB24e7ADmd8yx\\\", \\\"signal\\\": -76, \\\"trust_level\\\": 61, \\\"url_id\\\": \\\"01jlMV4JMlYZzNWn\\\", \\\"vendor_tag\\\": \\\"\\\"}, {\\\"ap_mode\\\": \\\"Infrastructure\\\", \\\"bssid\\\": \\\"CE:6E:0A:03:6E:E8\\\", \\\"channel\\\": 21, \\\"configuration\\\": {\\\"authentication\\\": \\\"OWE\\\", \\\"eap_types\\\": null, \\\"encryption\\\": \\\"OWE+CCMP\\\", \\\"hs20\\\": {\\\"data\\\": {\\\"VenueGroup\\\": \\\"\\\", \\\"VenueType\\\": \\\"\\\", \\\"Version\\\": \\\"\\\"}, \\\"enabled\\\": false}, \\\"pmf_capable\\\": true, \\\"pmf_required\\\": true, \\\"supported_channels\\\": \\\"{}\\\", \\\"vht_capable\\\": false, \\\"wps\\\": {\\\"capable\\\": false, \\\"data\\\": {\\\"configured\\\": false}}}, \\\"device_tag\\\": \\\"\\\", \\\"essid\\\": \\\"FreeOWE\\\", \\\"first_seen\\\": \\\"2025-03-21T01:08:29.617359\\\", \\\"hidden\\\": false, \\\"last_seen\\\": \\\"2025-05-24T06:58:29.678590\\\", \\\"latitude\\\": 37.8477369, \\\"location_tag\\\": \\\"\\\", \\\"longitude\\\": -122.2901931, \\\"manufacturer\\\": \\\"Unknown\\\", \\\"market\\\": \\\"Home/Office\\\", \\\"product_tag\\\": \\\"\\\", \\\"risk_score\\\": 12, \\\"sensor_name\\\": \\\"062018V2A10300\\\", \\\"sensor_url_id\\\": \\\"lwLpB24e7ADmd8yx\\\", \\\"signal\\\": -80, \\\"trust_level\\\": 61, \\\"url_id\\\": \\\"waLGyWAXBp4gQX1j\\\", \\\"vendor_tag\\\": \\\"\\\"}, {\\\"ap_mode\\\": \\\"Infrastructure\\\", \\\"bssid\\\": \\\"EE:6E:3A:C7:C8:D0\\\", \\\"channel\\\": 153, \\\"configuration\\\": {\\\"authentication\\\": \\\"OWE\\\", \\\"eap_types\\\": null, \\\"encryption\\\": \\\"OWE+CCMP\\\", \\\"hs20\\\": {\\\"data\\\": {\\\"VenueGroup\\\": \\\"\\\", \\\"VenueType\\\": \\\"\\\", \\\"Version\\\": \\\"\\\"}, \\\"enabled\\\": false}, \\\"pmf_capable\\\": true, \\\"pmf_required\\\": true, \\\"supported_channels\\\": \\\"{}\\\", \\\"vht_capable\\\": true, \\\"wps\\\": {\\\"capable\\\": false, \\\"data\\\": {\\\"configured\\\": false}}}, \\\"device_tag\\\": \\\"\\\", \\\"essid\\\": \\\"FreeOWE\\\", \\\"first_seen\\\": \\\"2025-03-21T16:47:02.258520\\\", \\\"hidden\\\": false, \\\"last_seen\\\": \\\"2025-05-24T06:58:26.387732\\\", \\\"latitude\\\": 37.8477274, \\\"location_tag\\\": \\\"\\\", \\\"longitude\\\": -122.2901898, \\\"manufacturer\\\": \\\"Unknown\\\", \\\"market\\\": \\\"Home/Office\\\", \\\"product_tag\\\": \\\"\\\", \\\"risk_score\\\": 12, \\\"sensor_name\\\": \\\"062018V2A10537\\\", \\\"sensor_url_id\\\": \\\"pRGol6A63YjBKngE\\\", \\\"signal\\\": -57, \\\"trust_level\\\": 61, \\\"url_id\\\": \\\"Zab7n24PVeAp13qO\\\", \\\"vendor_tag\\\": \\\"\\\"}, {\\\"ap_mode\\\": \\\"Infrastructure\\\", \\\"bssid\\\": \\\"EE:6E:3A:03:6E:E0\\\", \\\"channel\\\": 44, \\\"configuration\\\": {\\\"authentication\\\": \\\"OWE\\\", \\\"eap_types\\\": null, \\\"encryption\\\": \\\"OWE+CCMP\\\", \\\"hs20\\\": {\\\"data\\\": {\\\"VenueGroup\\\": \\\"\\\", \\\"VenueType\\\": \\\"\\\", \\\"Version\\\": \\\"\\\"}, \\\"enabled\\\": false}, \\\"pmf_capable\\\": true, \\\"pmf_required\\\": true, \\\"supported_channels\\\": \\\"{}\\\", \\\"vht_capable\\\": true, \\\"wps\\\": {\\\"capable\\\": false, \\\"data\\\": {\\\"configured\\\": false}}}, \\\"device_tag\\\": \\\"\\\", \\\"essid\\\": \\\"FreeOWE\\\", \\\"first_seen\\\": \\\"2025-03-17T21:19:32.163690\\\", \\\"hidden\\\": false, \\\"last_seen\\\": \\\"2025-05-24T06:58:21.593458\\\", \\\"latitude\\\": 37.8477274, \\\"location_tag\\\": \\\"\\\", \\\"longitude\\\": -122.2901898, \\\"manufacturer\\\": \\\"Unknown\\\", \\\"market\\\": \\\"Home/Office\\\", \\\"product_tag\\\": \\\"\\\", \\\"risk_score\\\": 12, \\\"sensor_name\\\": \\\"062018V2A10537\\\", \\\"sensor_url_id\\\": \\\"pRGol6A63YjBKngE\\\", \\\"signal\\\": -69, \\\"trust_level\\\": 61, \\\"url_id\\\": \\\"R25gZj4E8JYnaKye\\\", \\\"vendor_tag\\\": \\\"\\\"}, {\\\"ap_mode\\\": \\\"Infrastructure\\\", \\\"bssid\\\": \\\"EE:6E:2A:C7:C8:D0\\\", \\\"channel\\\": 1, \\\"configuration\\\": {\\\"authentication\\\": \\\"OWE\\\", \\\"eap_types\\\": null, \\\"encryption\\\": \\\"OWE+CCMP\\\", \\\"hs20\\\": {\\\"data\\\": {\\\"VenueGroup\\\": \\\"\\\", \\\"VenueType\\\": \\\"\\\", \\\"Version\\\": \\\"\\\"}, \\\"enabled\\\": false}, \\\"pmf_capable\\\": true, \\\"pmf_required\\\": true, \\\"supported_channels\\\": \\\"{}\\\", \\\"vht_capable\\\": false, \\\"wps\\\": {\\\"capable\\\": false, \\\"data\\\": {\\\"configured\\\": false}}}, \\\"device_tag\\\": \\\"\\\", \\\"essid\\\": \\\"FreeOWE\\\", \\\"first_seen\\\": \\\"2025-03-21T16:46:59.557325\\\", \\\"hidden\\\": false, \\\"last_seen\\\": \\\"2025-05-24T06:58:40.215317\\\", \\\"latitude\\\": 37.8477274, \\\"location_tag\\\": \\\"\\\", \\\"longitude\\\": -122.2901898, \\\"manufacturer\\\": \\\"Unknown\\\", \\\"market\\\": \\\"Home/Office\\\", \\\"product_tag\\\": \\\"\\\", \\\"risk_score\\\": 12, \\\"sensor_name\\\": \\\"062018V2A10537\\\", \\\"sensor_url_id\\\": \\\"pRGol6A63YjBKngE\\\", \\\"signal\\\": -56, \\\"trust_level\\\": 61, \\\"url_id\\\": \\\"xLDpNwY2dl9XbWvn\\\", \\\"vendor_tag\\\": \\\"\\\"}, {\\\"ap_mode\\\": \\\"Infrastructure\\\", \\\"bssid\\\": \\\"EE:6E:2A:03:6E:E0\\\", \\\"channel\\\": 6, \\\"configuration\\\": {\\\"authentication\\\": \\\"OWE\\\", \\\"eap_types\\\": null, \\\"encryption\\\": \\\"OWE+CCMP\\\", \\\"hs20\\\": {\\\"data\\\": {\\\"VenueGroup\\\": \\\"\\\", \\\"VenueType\\\": \\\"\\\", \\\"Version\\\": \\\"\\\"}, \\\"enabled\\\": false}, \\\"pmf_capable\\\": true, \\\"pmf_required\\\": true, \\\"supported_channels\\\": \\\"{}\\\", \\\"vht_capable\\\": false, \\\"wps\\\": {\\\"capable\\\": false, \\\"data\\\": {\\\"configured\\\": false}}}, \\\"device_tag\\\": \\\"\\\", \\\"essid\\\": \\\"FreeOWE\\\", \\\"first_seen\\\": \\\"2025-03-17T21:20:01.763267\\\", \\\"hidden\\\": false, \\\"last_seen\\\": \\\"2025-05-24T06:58:14.936145\\\", \\\"latitude\\\": 37.8477274, \\\"location_tag\\\": \\\"\\\", \\\"longitude\\\": -122.2901898, \\\"manufacturer\\\": \\\"Unknown\\\", \\\"market\\\": \\\"Home/Office\\\", \\\"product_tag\\\": \\\"\\\", \\\"risk_score\\\": 12, \\\"sensor_name\\\": \\\"062018V2A10537\\\", \\\"sensor_url_id\\\": \\\"pRGol6A63YjBKngE\\\", \\\"signal\\\": -12, \\\"trust_level\\\": 61, \\\"url_id\\\": \\\"G6bvQz9Oa8Y1Prop\\\", \\\"vendor_tag\\\": \\\"\\\"}]}, {\\\"chart\\\": {\\\"data\\\": [{\\\"color\\\": \\\"#ffc107\\\", \\\"name\\\": \\\"6-8\\\", \\\"value\\\": 13}, {\\\"color\\\": \\\"#dc3545\\\", \\\"name\\\": \\\"8-10\\\", \\\"value\\\": 6}], \\\"name\\\": \\\"Risk Score\\\", \\\"type\\\": \\\"pie\\\"}, \\\"section\\\": {\\\"description\\\": \\\"Risk Scores are calculated based on the encryption and authentication methods advertised by an Access Point.            Any AP with a score 6 or higher is shown, regardless of trust level.\\\", \\\"id\\\": \\\"RiskyAPs\\\", \\\"name\\\": \\\"Risky APs\\\"}, \\\"tableInfo\\\": [{\\\"ap_mode\\\": \\\"Infrastructure\\\", \\\"bssid\\\": \\\"00:0A:52:08:B5:DA\\\", \\\"channel\\\": 1, \\\"configuration\\\": {\\\"authentication\\\": \\\"Open\\\", \\\"eap_types\\\": null, \\\"encryption\\\": \\\"None\\\", \\\"hs20\\\": {\\\"data\\\": {\\\"VenueGroup\\\": \\\"\\\", \\\"VenueType\\\": \\\"\\\", \\\"Version\\\": \\\"\\\"}, \\\"enabled\\\": false}, \\\"pmf_capable\\\": false, \\\"pmf_required\\\": false, \\\"supported_channels\\\": \\\"{}\\\", \\\"vht_capable\\\": false, \\\"wps\\\": {\\\"capable\\\": false, \\\"data\\\": {\\\"configured\\\": false}}}, \\\"device_tag\\\": \\\"\\\", \\\"essid\\\": \\\"AsiaRF_Halow-AP\\\", \\\"first_seen\\\": \\\"2024-07-05T20:39:16.634623\\\", \\\"hidden\\\": false, \\\"last_seen\\\": \\\"2025-05-24T06:58:40.178369\\\", \\\"latitude\\\": 37.8477274, \\\"location_tag\\\": \\\"\\\", \\\"longitude\\\": -122.2901898, \\\"manufacturer\\\": \\\"AsiaRF Ltd.\\\", \\\"market\\\": \\\"Home/Office\\\", \\\"product_tag\\\": \\\"\\\", \\\"risk_score\\\": 80, \\\"sensor_name\\\": \\\"062018V2A10537\\\", \\\"sensor_url_id\\\": \\\"pRGol6A63YjBKngE\\\", \\\"signal\\\": -77, \\\"trust_level\\\": 71, \\\"url_id\\\": \\\"01jlMV4JyjYZzNWn\\\", \\\"vendor_tag\\\": \\\"\\\"}, {\\\"ap_mode\\\": \\\"Infrastructure\\\", \\\"bssid\\\": \\\"E2:6E:2A:C7:C8:D0\\\", \\\"channel\\\": 1, \\\"configuration\\\": {\\\"authentication\\\": \\\"Open\\\", \\\"eap_types\\\": null, \\\"encryption\\\": \\\"None\\\", \\\"hs20\\\": {\\\"data\\\": {\\\"VenueGroup\\\": \\\"\\\", \\\"VenueType\\\": \\\"\\\", \\\"Version\\\": \\\"\\\"}, \\\"enabled\\\": false}, \\\"pmf_capable\\\": false, \\\"pmf_required\\\": false, \\\"supported_channels\\\": \\\"{}\\\", \\\"vht_capable\\\": false, \\\"wps\\\": {\\\"capable\\\": false, \\\"data\\\": {\\\"configured\\\": false}}}, \\\"device_tag\\\": \\\"\\\", \\\"essid\\\": \\\"Training\\\", \\\"first_seen\\\": \\\"2025-03-21T16:47:01.075978\\\", \\\"hidden\\\": false, \\\"last_seen\\\": \\\"2025-05-24T06:58:40.219243\\\", \\\"latitude\\\": 37.8477274, \\\"location_tag\\\": \\\"\\\", \\\"longitude\\\": -122.2901898, \\\"manufacturer\\\": \\\"Unknown\\\", \\\"market\\\": \\\"Home/Office\\\", \\\"product_tag\\\": \\\"\\\", \\\"risk_score\\\": 80, \\\"sensor_name\\\": \\\"062018V2A10537\\\", \\\"sensor_url_id\\\": \\\"pRGol6A63YjBKngE\\\", \\\"signal\\\": -55, \\\"trust_level\\\": 71, \\\"url_id\\\": \\\"qOgVm09oeXYKbnLR\\\", \\\"vendor_tag\\\": \\\"\\\"}, {\\\"ap_mode\\\": \\\"Infrastructure\\\", \\\"bssid\\\": \\\"FA:D2:AC:C6:33:F2\\\", \\\"channel\\\": 149, \\\"configuration\\\": {\\\"authentication\\\": \\\"Open\\\", \\\"eap_types\\\": null, \\\"encryption\\\": \\\"None\\\", \\\"hs20\\\": {\\\"data\\\": {\\\"VenueGroup\\\": \\\"Unknown\\\", \\\"VenueType\\\": \\\"Unknown\\\", \\\"Version\\\": \\\"\\\"}, \\\"enabled\\\": false}, \\\"pmf_capable\\\": false, \\\"pmf_required\\\": false, \\\"supported_channels\\\": \\\"{}\\\", \\\"vht_capable\\\": true, \\\"wps\\\": {\\\"capable\\\": false, \\\"data\\\": {\\\"configured\\\": false}}}, \\\"device_tag\\\": \\\"\\\", \\\"essid\\\": \\\"xfinitywifi\\\", \\\"first_seen\\\": \\\"2025-03-25T16:19:04.519979\\\", \\\"hidden\\\": false, \\\"last_seen\\\": \\\"2025-05-24T06:58:28.091630\\\", \\\"latitude\\\": 37.8477369, \\\"location_tag\\\": \\\"\\\", \\\"longitude\\\": -122.2901931, \\\"manufacturer\\\": \\\"Unknown\\\", \\\"market\\\": \\\"Home/Office\\\", \\\"product_tag\\\": \\\"\\\", \\\"risk_score\\\": 80, \\\"sensor_name\\\": \\\"062018V2A10300\\\", \\\"sensor_url_id\\\": \\\"lwLpB24e7ADmd8yx\\\", \\\"signal\\\": -89, \\\"trust_level\\\": 71, \\\"url_id\\\": \\\"7q3MQw9Rn69gKVX8\\\", \\\"vendor_tag\\\": \\\"\\\"}, {\\\"ap_mode\\\": \\\"Infrastructure\\\", \\\"bssid\\\": \\\"E8:31:CD:E1:FD:AD\\\", \\\"channel\\\": 1, \\\"configuration\\\": {\\\"authentication\\\": \\\"Open\\\", \\\"eap_types\\\": null, \\\"encryption\\\": \\\"None\\\", \\\"hs20\\\": {\\\"data\\\": {\\\"VenueGroup\\\": \\\"\\\", \\\"VenueType\\\": \\\"\\\", \\\"Version\\\": \\\"\\\"}, \\\"enabled\\\": false}, \\\"pmf_capable\\\": false, \\\"pmf_required\\\": false, \\\"supported_channels\\\": \\\"{}\\\", \\\"vht_capable\\\": false, \\\"wps\\\": {\\\"capable\\\": false, \\\"data\\\": {\\\"configured\\\": false}}}, \\\"device_tag\\\": \\\"\\\", \\\"essid\\\": \\\"MLG90565\\\", \\\"first_seen\\\": \\\"2024-07-05T20:39:30.752484\\\", \\\"hidden\\\": false, \\\"last_seen\\\": \\\"2025-05-24T06:58:40.220722\\\", \\\"latitude\\\": 37.8477274, \\\"location_tag\\\": \\\"\\\", \\\"longitude\\\": -122.2901898, \\\"manufacturer\\\": \\\"Unknown\\\", \\\"market\\\": \\\"Home/Office\\\", \\\"product_tag\\\": \\\"\\\", \\\"risk_score\\\": 80, \\\"sensor_name\\\": \\\"062018V2A10537\\\", \\\"sensor_url_id\\\": \\\"pRGol6A63YjBKngE\\\", \\\"signal\\\": -75, \\\"trust_level\\\": 71, \\\"url_id\\\": \\\"pRGol6A6Qv9jBKng\\\", \\\"vendor_tag\\\": \\\"\\\"}, {\\\"ap_mode\\\": \\\"Infrastructure\\\", \\\"bssid\\\": \\\"E2:6E:2A:03:6E:E0\\\", \\\"channel\\\": 6, \\\"configuration\\\": {\\\"authentication\\\": \\\"Open\\\", \\\"eap_types\\\": null, \\\"encryption\\\": \\\"None\\\", \\\"hs20\\\": {\\\"data\\\": {\\\"VenueGroup\\\": \\\"\\\", \\\"VenueType\\\": \\\"\\\", \\\"Version\\\": \\\"\\\"}, \\\"enabled\\\": false}, \\\"pmf_capable\\\": false, \\\"pmf_required\\\": false, \\\"supported_channels\\\": \\\"{}\\\", \\\"vht_capable\\\": false, \\\"wps\\\": {\\\"capable\\\": false, \\\"data\\\": {\\\"configured\\\": false}}}, \\\"device_tag\\\": \\\"\\\", \\\"essid\\\": \\\"Training\\\", \\\"first_seen\\\": \\\"2025-03-17T21:20:03.956844\\\", \\\"hidden\\\": false, \\\"last_seen\\\": \\\"2025-05-24T06:58:14.937672\\\", \\\"latitude\\\": 37.8477274, \\\"location_tag\\\": \\\"\\\", \\\"longitude\\\": -122.2901898, \\\"manufacturer\\\": \\\"Unknown\\\", \\\"market\\\": \\\"Home/Office\\\", \\\"product_tag\\\": \\\"\\\", \\\"risk_score\\\": 80, \\\"sensor_name\\\": \\\"062018V2A10537\\\", \\\"sensor_url_id\\\": \\\"pRGol6A63YjBKngE\\\", \\\"signal\\\": -73, \\\"trust_level\\\": 71, \\\"url_id\\\": \\\"5273rPYLe04ZboKq\\\", \\\"vendor_tag\\\": \\\"\\\"}, {\\\"ap_mode\\\": \\\"Infrastructure\\\", \\\"bssid\\\": \\\"C2:6E:3A:03:6E:E0\\\", \\\"channel\\\": 44, \\\"configuration\\\": {\\\"authentication\\\": \\\"Open\\\", \\\"eap_types\\\": null, \\\"encryption\\\": \\\"None\\\", \\\"hs20\\\": {\\\"data\\\": {\\\"VenueGroup\\\": \\\"\\\", \\\"VenueType\\\": \\\"\\\", \\\"Version\\\": \\\"\\\"}, \\\"enabled\\\": false}, \\\"pmf_capable\\\": false, \\\"pmf_required\\\": false, \\\"supported_channels\\\": \\\"{}\\\", \\\"vht_capable\\\": true, \\\"wps\\\": {\\\"capable\\\": false, \\\"data\\\": {\\\"configured\\\": false}}}, \\\"device_tag\\\": \\\"\\\", \\\"essid\\\": \\\"Free5Bird\\\", \\\"first_seen\\\": \\\"2025-03-17T21:19:28.663196\\\", \\\"hidden\\\": false, \\\"last_seen\\\": \\\"2025-05-24T06:58:21.590789\\\", \\\"latitude\\\": 37.8477274, \\\"location_tag\\\": \\\"\\\", \\\"longitude\\\": -122.2901898, \\\"manufacturer\\\": \\\"Unknown\\\", \\\"market\\\": \\\"Home/Office\\\", \\\"product_tag\\\": \\\"\\\", \\\"risk_score\\\": 80, \\\"sensor_name\\\": \\\"062018V2A10537\\\", \\\"sensor_url_id\\\": \\\"pRGol6A63YjBKngE\\\", \\\"signal\\\": -72, \\\"trust_level\\\": 20, \\\"url_id\\\": \\\"PlyeQL4kw34GON75\\\", \\\"vendor_tag\\\": \\\"\\\"}, {\\\"ap_mode\\\": \\\"Infrastructure\\\", \\\"bssid\\\": \\\"BE:A8:A6:80:B6:73\\\", \\\"channel\\\": 8, \\\"configuration\\\": {\\\"authentication\\\": \\\"PSK\\\", \\\"eap_types\\\": null, \\\"encryption\\\": \\\"WPA2+CCMP\\\", \\\"hs20\\\": {\\\"data\\\": {\\\"VenueGroup\\\": \\\"\\\", \\\"VenueType\\\": \\\"\\\", \\\"Version\\\": \\\"\\\"}, \\\"enabled\\\": false}, \\\"pmf_capable\\\": false, \\\"pmf_required\\\": false, \\\"supported_channels\\\": \\\"{}\\\", \\\"vht_capable\\\": false, \\\"wps\\\": {\\\"capable\\\": true, \\\"data\\\": {\\\"configured\\\": true, \\\"devname\\\": \\\"VETA\\\", \\\"manuf\\\": \\\"Microsoft\\\", \\\"modelname\\\": \\\"Windows\\\", \\\"modelnum\\\": \\\"10.0.26100\\\"}}}, \\\"device_tag\\\": \\\"\\\", \\\"essid\\\": \\\"DIRECT-HJVETAEOOE\\\", \\\"first_seen\\\": \\\"2025-02-24T21:39:12.835232\\\", \\\"hidden\\\": false, \\\"last_seen\\\": \\\"2025-05-24T06:58:15.181201\\\", \\\"latitude\\\": 37.8477369, \\\"location_tag\\\": \\\"\\\", \\\"longitude\\\": -122.2901931, \\\"manufacturer\\\": \\\"Unknown\\\", \\\"market\\\": \\\"Home/Office\\\", \\\"product_tag\\\": \\\"\\\", \\\"risk_score\\\": 75, \\\"sensor_name\\\": \\\"062018V2A10300\\\", \\\"sensor_url_id\\\": \\\"lwLpB24e7ADmd8yx\\\", \\\"signal\\\": -86, \\\"trust_level\\\": 90, \\\"url_id\\\": \\\"5jdGWa9Vg6Azxo67\\\", \\\"vendor_tag\\\": \\\"\\\"}, {\\\"ap_mode\\\": \\\"Infrastructure\\\", \\\"bssid\\\": \\\"BA:ED:00:B0:63:FC\\\", \\\"channel\\\": 149, \\\"configuration\\\": {\\\"authentication\\\": \\\"PSK\\\", \\\"eap_types\\\": null, \\\"encryption\\\": \\\"WPA2+CCMP\\\", \\\"hs20\\\": {\\\"data\\\": {\\\"VenueGroup\\\": \\\"Unknown\\\", \\\"VenueType\\\": \\\"Unknown\\\", \\\"Version\\\": \\\"\\\"}, \\\"enabled\\\": false}, \\\"pmf_capable\\\": false, \\\"pmf_required\\\": false, \\\"supported_channels\\\": \\\"{}\\\", \\\"vht_capable\\\": true, \\\"wps\\\": {\\\"capable\\\": true, \\\"data\\\": {\\\"configured\\\": true, \\\"devname\\\": \\\"AXE5400 Wi-Fi 6E Router\\\", \\\"manuf\\\": \\\"TP-Link\\\", \\\"modelname\\\": \\\"Archer AXE75\\\", \\\"modelnum\\\": \\\"123456\\\"}}}, \\\"device_tag\\\": \\\"Wireless Router\\\", \\\"essid\\\": \\\"TP-Link_6400\\\", \\\"first_seen\\\": \\\"2024-07-05T22:30:05.883041\\\", \\\"hidden\\\": false, \\\"last_seen\\\": \\\"2025-05-24T06:58:28.099466\\\", \\\"latitude\\\": 37.8477274, \\\"location_tag\\\": \\\"\\\", \\\"longitude\\\": -122.2901898, \\\"manufacturer\\\": \\\"Unknown\\\", \\\"market\\\": \\\"Home/Office\\\", \\\"product_tag\\\": \\\"\\\", \\\"risk_score\\\": 75, \\\"sensor_name\\\": \\\"062018V2A10537\\\", \\\"sensor_url_id\\\": \\\"pRGol6A63YjBKngE\\\", \\\"signal\\\": -47, \\\"trust_level\\\": 90, \\\"url_id\\\": \\\"z1aRZl4zry4VB3qm\\\", \\\"vendor_tag\\\": \\\"TP-Link\\\"}, {\\\"ap_mode\\\": \\\"Infrastructure\\\", \\\"bssid\\\": \\\"20:23:51:6C:41:F8\\\", \\\"channel\\\": 4, \\\"configuration\\\": {\\\"authentication\\\": \\\"PSK\\\", \\\"eap_types\\\": null, \\\"encryption\\\": \\\"WPA2+CCMP\\\", \\\"hs20\\\": {\\\"data\\\": {\\\"VenueGroup\\\": \\\"\\\", \\\"VenueType\\\": \\\"\\\", \\\"Version\\\": \\\"\\\"}, \\\"enabled\\\": false}, \\\"pmf_capable\\\": false, \\\"pmf_required\\\": false, \\\"supported_channels\\\": \\\"{}\\\", \\\"vht_capable\\\": false, \\\"wps\\\": {\\\"capable\\\": true, \\\"data\\\": {\\\"configured\\\": true}}}, \\\"device_tag\\\": \\\"Wireless Router\\\", \\\"essid\\\": \\\"DeerrSheets2\\\", \\\"first_seen\\\": \\\"2024-10-09T02:36:34.950625\\\", \\\"hidden\\\": false, \\\"last_seen\\\": \\\"2025-05-24T05:51:04.422594\\\", \\\"latitude\\\": 37.8477274, \\\"location_tag\\\": \\\"\\\", \\\"longitude\\\": -122.2901898, \\\"manufacturer\\\": \\\"Unknown\\\", \\\"market\\\": \\\"Home/Office\\\", \\\"product_tag\\\": \\\"\\\", \\\"risk_score\\\": 75, \\\"sensor_name\\\": \\\"062018V2A10537\\\", \\\"sensor_url_id\\\": \\\"pRGol6A63YjBKngE\\\", \\\"signal\\\": -91, \\\"trust_level\\\": 90, \\\"url_id\\\": \\\"grd7We4nyzYOnE3X\\\", \\\"vendor_tag\\\": \\\"TP-Link\\\"}, {\\\"ap_mode\\\": \\\"Infrastructure\\\", \\\"bssid\\\": \\\"62:ED:00:B0:63:F0\\\", \\\"channel\\\": 10, \\\"configuration\\\": {\\\"authentication\\\": \\\"PSK\\\", \\\"eap_types\\\": null, \\\"encryption\\\": \\\"WPA2+CCMP\\\", \\\"hs20\\\": {\\\"data\\\": {\\\"VenueGroup\\\": \\\"Unknown\\\", \\\"VenueType\\\": \\\"Unknown\\\", \\\"Version\\\": \\\"\\\"}, \\\"enabled\\\": false}, \\\"pmf_capable\\\": false, \\\"pmf_required\\\": false, \\\"supported_channels\\\": \\\"{}\\\", \\\"vht_capable\\\": false, \\\"wps\\\": {\\\"capable\\\": true, \\\"data\\\": {\\\"configured\\\": true, \\\"devname\\\": \\\"AXE5400 Wi-Fi 6E Router\\\", \\\"manuf\\\": \\\"TP-Link\\\", \\\"modelname\\\": \\\"Archer AXE75\\\", \\\"modelnum\\\": \\\"123456\\\"}}}, \\\"device_tag\\\": \\\"Wireless Router\\\", \\\"essid\\\": \\\"TP-Link_6400\\\", \\\"first_seen\\\": \\\"2024-07-05T22:30:04.091198\\\", \\\"hidden\\\": false, \\\"last_seen\\\": \\\"2025-05-24T06:58:16.081264\\\", \\\"latitude\\\": 37.8477274, \\\"location_tag\\\": \\\"\\\", \\\"longitude\\\": -122.2901898, \\\"manufacturer\\\": \\\"Unknown\\\", \\\"market\\\": \\\"Home/Office\\\", \\\"product_tag\\\": \\\"\\\", \\\"risk_score\\\": 75, \\\"sensor_name\\\": \\\"062018V2A10537\\\", \\\"sensor_url_id\\\": \\\"pRGol6A63YjBKngE\\\", \\\"signal\\\": -46, \\\"trust_level\\\": 90, \\\"url_id\\\": \\\"5jdGWa9VxeYzxo67\\\", \\\"vendor_tag\\\": \\\"TP-Link\\\"}, {\\\"ap_mode\\\": \\\"Infrastructure\\\", \\\"bssid\\\": \\\"32:CD:A7:24:8D:C7\\\", \\\"channel\\\": 11, \\\"configuration\\\": {\\\"authentication\\\": \\\"PSK\\\", \\\"eap_types\\\": null, \\\"encryption\\\": \\\"WPA2+CCMP\\\", \\\"hs20\\\": {\\\"data\\\": {\\\"VenueGroup\\\": \\\"\\\", \\\"VenueType\\\": \\\"\\\", \\\"Version\\\": \\\"\\\"}, \\\"enabled\\\": false}, \\\"pmf_capable\\\": false, \\\"pmf_required\\\": false, \\\"supported_channels\\\": \\\"{}\\\", \\\"vht_capable\\\": false, \\\"wps\\\": {\\\"capable\\\": true, \\\"data\\\": {\\\"configured\\\": true, \\\"devname\\\": \\\"DIRECT-TNM2020 Series\\\", \\\"manuf\\\": \\\"Broadcom\\\", \\\"modelname\\\": \\\"SoftAP\\\", \\\"modelnum\\\": \\\"0\\\"}}}, \\\"device_tag\\\": \\\"Printer\\\", \\\"essid\\\": \\\"DIRECT-TNM2020 Series\\\", \\\"first_seen\\\": \\\"2024-07-05T20:39:23.266456\\\", \\\"hidden\\\": false, \\\"last_seen\\\": \\\"2025-05-24T06:58:33.435426\\\", \\\"latitude\\\": 37.8477369, \\\"location_tag\\\": \\\"\\\", \\\"longitude\\\": -122.2901931, \\\"manufacturer\\\": \\\"Unknown\\\", \\\"market\\\": \\\"Home/Office\\\", \\\"product_tag\\\": \\\"\\\", \\\"risk_score\\\": 75, \\\"sensor_name\\\": \\\"062018V2A10300\\\", \\\"sensor_url_id\\\": \\\"lwLpB24e7ADmd8yx\\\", \\\"signal\\\": -87, \\\"trust_level\\\": 90, \\\"url_id\\\": \\\"R25gZj4Ed2YnaKye\\\", \\\"vendor_tag\\\": \\\"Samsung\\\"}, {\\\"ap_mode\\\": \\\"Infrastructure\\\", \\\"bssid\\\": \\\"1C:9E:CC:B8:86:00\\\", \\\"channel\\\": 1, \\\"configuration\\\": {\\\"authentication\\\": \\\"PSK\\\", \\\"eap_types\\\": null, \\\"encryption\\\": \\\"WPA2+CCMP\\\", \\\"hs20\\\": {\\\"data\\\": {\\\"VenueGroup\\\": \\\"\\\", \\\"VenueType\\\": \\\"\\\", \\\"Version\\\": \\\"\\\"}, \\\"enabled\\\": false}, \\\"pmf_capable\\\": false, \\\"pmf_required\\\": false, \\\"supported_channels\\\": \\\"{}\\\", \\\"vht_capable\\\": false, \\\"wps\\\": {\\\"capable\\\": true, \\\"data\\\": {\\\"configured\\\": true, \\\"devname\\\": \\\"BroadcomAP\\\", \\\"manuf\\\": \\\"Broadcom\\\", \\\"modelname\\\": \\\"Broadcom\\\", \\\"modelnum\\\": \\\"123456\\\"}}}, \\\"device_tag\\\": \\\"\\\", \\\"essid\\\": \\\"CBCI-85FC\\\", \\\"first_seen\\\": \\\"2024-07-05T22:40:06.226480\\\", \\\"hidden\\\": false, \\\"last_seen\\\": \\\"2025-05-24T06:58:39.848432\\\", \\\"latitude\\\": 37.8477369, \\\"location_tag\\\": \\\"\\\", \\\"longitude\\\": -122.2901931, \\\"manufacturer\\\": \\\"Unknown\\\", \\\"market\\\": \\\"Home/Office\\\", \\\"product_tag\\\": \\\"\\\", \\\"risk_score\\\": 75, \\\"sensor_name\\\": \\\"062018V2A10300\\\", \\\"sensor_url_id\\\": \\\"lwLpB24e7ADmd8yx\\\", \\\"signal\\\": -88, \\\"trust_level\\\": 61, \\\"url_id\\\": \\\"qv1yr5955Z9waOoD\\\", \\\"vendor_tag\\\": \\\"\\\"}, {\\\"ap_mode\\\": \\\"Infrastructure\\\", \\\"bssid\\\": \\\"3E:94:ED:51:25:77\\\", \\\"channel\\\": 3, \\\"configuration\\\": {\\\"authentication\\\": \\\"PSK\\\", \\\"eap_types\\\": null, \\\"encryption\\\": \\\"WPA2+CCMP\\\", \\\"hs20\\\": {\\\"data\\\": {\\\"VenueGroup\\\": \\\"\\\", \\\"VenueType\\\": \\\"\\\", \\\"Version\\\": \\\"\\\"}, \\\"enabled\\\": false}, \\\"pmf_capable\\\": false, \\\"pmf_required\\\": false, \\\"supported_channels\\\": \\\"{}\\\", \\\"vht_capable\\\": true, \\\"wps\\\": {\\\"capable\\\": true, \\\"data\\\": {\\\"configured\\\": true, \\\"devname\\\": \\\"OpenWrt AP\\\", \\\"manuf\\\": \\\"openwrt.org\\\", \\\"modelname\\\": \\\"WAP\\\", \\\"modelnum\\\": \\\"123\\\"}}}, \\\"device_tag\\\": \\\"\\\", \\\"essid\\\": \\\"OurBelly\\\", \\\"first_seen\\\": \\\"2024-07-06T13:35:09.972317\\\", \\\"hidden\\\": false, \\\"last_seen\\\": \\\"2025-05-24T06:58:26.891293\\\", \\\"latitude\\\": 37.8477369, \\\"location_tag\\\": \\\"\\\", \\\"longitude\\\": -122.2901931, \\\"manufacturer\\\": \\\"Unknown\\\", \\\"market\\\": \\\"Home/Office\\\", \\\"product_tag\\\": \\\"\\\", \\\"risk_score\\\": 75, \\\"sensor_name\\\": \\\"062018V2A10300\\\", \\\"sensor_url_id\\\": \\\"lwLpB24e7ADmd8yx\\\", \\\"signal\\\": -31, \\\"trust_level\\\": 61, \\\"url_id\\\": \\\"EBvpRXABZmAZwyn8\\\", \\\"vendor_tag\\\": \\\"\\\"}, {\\\"ap_mode\\\": \\\"Infrastructure\\\", \\\"bssid\\\": \\\"FA:D2:AC:BF:33:F7\\\", \\\"channel\\\": 6, \\\"configuration\\\": {\\\"authentication\\\": \\\"PSK\\\", \\\"eap_types\\\": null, \\\"encryption\\\": \\\"WPA2+CCMP\\\", \\\"hs20\\\": {\\\"data\\\": {\\\"VenueGroup\\\": \\\"\\\", \\\"VenueType\\\": \\\"\\\", \\\"Version\\\": \\\"\\\"}, \\\"enabled\\\": false}, \\\"pmf_capable\\\": false, \\\"pmf_required\\\": false, \\\"supported_channels\\\": \\\"{}\\\", \\\"vht_capable\\\": false, \\\"wps\\\": {\\\"capable\\\": true, \\\"data\\\": {\\\"configured\\\": true, \\\"devname\\\": \\\"Xfinity Wireless Gateway\\\", \\\"manuf\\\": \\\"Technicolor\\\", \\\"modelname\\\": \\\"CBRV2\\\", \\\"modelnum\\\": \\\"CGA4332COM\\\"}}}, \\\"device_tag\\\": \\\"\\\", \\\"essid\\\": \\\"CBCI-33F2\\\", \\\"first_seen\\\": \\\"2024-07-05T20:39:20.074198\\\", \\\"hidden\\\": false, \\\"last_seen\\\": \\\"2025-05-24T06:58:14.911448\\\", \\\"latitude\\\": 37.8477369, \\\"location_tag\\\": \\\"\\\", \\\"longitude\\\": -122.2901931, \\\"manufacturer\\\": \\\"Unknown\\\", \\\"market\\\": \\\"Home/Office\\\", \\\"product_tag\\\": \\\"\\\", \\\"risk_score\\\": 75, \\\"sensor_name\\\": \\\"062018V2A10300\\\", \\\"sensor_url_id\\\": \\\"lwLpB24e7ADmd8yx\\\", \\\"signal\\\": -71, \\\"trust_level\\\": 61, \\\"url_id\\\": \\\"7q3MQw9RZe9gKVX8\\\", \\\"vendor_tag\\\": \\\"\\\"}, {\\\"ap_mode\\\": \\\"Infrastructure\\\", \\\"bssid\\\": \\\"FA:D2:AC:C6:33:F0\\\", \\\"channel\\\": 149, \\\"configuration\\\": {\\\"authentication\\\": \\\"PSK\\\", \\\"eap_types\\\": null, \\\"encryption\\\": \\\"WPA2+CCMP\\\", \\\"hs20\\\": {\\\"data\\\": {\\\"VenueGroup\\\": \\\"\\\", \\\"VenueType\\\": \\\"\\\", \\\"Version\\\": \\\"\\\"}, \\\"enabled\\\": false}, \\\"pmf_capable\\\": false, \\\"pmf_required\\\": false, \\\"supported_channels\\\": \\\"{}\\\", \\\"vht_capable\\\": true, \\\"wps\\\": {\\\"capable\\\": true, \\\"data\\\": {\\\"configured\\\": true, \\\"devname\\\": \\\"Xfinity Wireless Gateway\\\", \\\"manuf\\\": \\\"Technicolor\\\", \\\"modelname\\\": \\\"CBRV2\\\", \\\"modelnum\\\": \\\"CGA4332COM\\\"}}}, \\\"device_tag\\\": \\\"\\\", \\\"essid\\\": \\\"CBCI-33F2\\\", \\\"first_seen\\\": \\\"2025-04-22T11:22:21.681554\\\", \\\"hidden\\\": false, \\\"last_seen\\\": \\\"2025-05-24T06:58:15.195405\\\", \\\"latitude\\\": 37.8477274, \\\"location_tag\\\": \\\"\\\", \\\"longitude\\\": -122.2901898, \\\"manufacturer\\\": \\\"Unknown\\\", \\\"market\\\": \\\"Home/Office\\\", \\\"product_tag\\\": \\\"\\\", \\\"risk_score\\\": 75, \\\"sensor_name\\\": \\\"062018V2A10537\\\", \\\"sensor_url_id\\\": \\\"pRGol6A63YjBKngE\\\", \\\"signal\\\": -88, \\\"trust_level\\\": 61, \\\"url_id\\\": \\\"5273rPYLmp4ZboKq\\\", \\\"vendor_tag\\\": \\\"\\\"}, {\\\"ap_mode\\\": \\\"Infrastructure\\\", \\\"bssid\\\": \\\"20:23:51:6C:41:F6\\\", \\\"channel\\\": 40, \\\"configuration\\\": {\\\"authentication\\\": \\\"PSK\\\", \\\"eap_types\\\": null, \\\"encryption\\\": \\\"WPA2+CCMP\\\", \\\"hs20\\\": {\\\"data\\\": {\\\"VenueGroup\\\": \\\"\\\", \\\"VenueType\\\": \\\"\\\", \\\"Version\\\": \\\"\\\"}, \\\"enabled\\\": false}, \\\"pmf_capable\\\": false, \\\"pmf_required\\\": false, \\\"supported_channels\\\": \\\"{}\\\", \\\"vht_capable\\\": true, \\\"wps\\\": {\\\"capable\\\": true, \\\"data\\\": {\\\"configured\\\": true}}}, \\\"device_tag\\\": \\\"\\\", \\\"essid\\\": \\\"DeerrSheets\\\", \\\"first_seen\\\": \\\"2024-10-09T18:04:30.200676\\\", \\\"hidden\\\": false, \\\"last_seen\\\": \\\"2025-05-24T06:58:18.633591\\\", \\\"latitude\\\": 37.8477274, \\\"location_tag\\\": \\\"\\\", \\\"longitude\\\": -122.2901898, \\\"manufacturer\\\": \\\"Unknown\\\", \\\"market\\\": \\\"Home/Office\\\", \\\"product_tag\\\": \\\"\\\", \\\"risk_score\\\": 75, \\\"sensor_name\\\": \\\"062018V2A10537\\\", \\\"sensor_url_id\\\": \\\"pRGol6A63YjBKngE\\\", \\\"signal\\\": -91, \\\"trust_level\\\": 50, \\\"url_id\\\": \\\"okLB1eAyQWAnXKy2\\\", \\\"vendor_tag\\\": \\\"\\\"}, {\\\"ap_mode\\\": \\\"Infrastructure\\\", \\\"bssid\\\": \\\"E4:FA:C4:40:AD:C5\\\", \\\"channel\\\": 9, \\\"configuration\\\": {\\\"authentication\\\": \\\"PSK\\\", \\\"eap_types\\\": null, \\\"encryption\\\": \\\"WPA2+CCMP\\\", \\\"hs20\\\": {\\\"data\\\": {\\\"VenueGroup\\\": \\\"\\\", \\\"VenueType\\\": \\\"\\\", \\\"Version\\\": \\\"\\\"}, \\\"enabled\\\": false}, \\\"pmf_capable\\\": false, \\\"pmf_required\\\": false, \\\"supported_channels\\\": \\\"{}\\\", \\\"vht_capable\\\": true, \\\"wps\\\": {\\\"capable\\\": true, \\\"data\\\": {\\\"configured\\\": true, \\\"devname\\\": \\\"Whole-home Wi-Fi\\\", \\\"manuf\\\": \\\"TP-Link\\\", \\\"modelname\\\": \\\"Deco XE75\\\", \\\"modelnum\\\": \\\"Deco XE75\\\"}}}, \\\"device_tag\\\": \\\"\\\", \\\"essid\\\": \\\"107\\\", \\\"first_seen\\\": \\\"2024-07-06T00:57:49.482324\\\", \\\"hidden\\\": false, \\\"last_seen\\\": \\\"2025-05-24T06:56:59.611443\\\", \\\"latitude\\\": 37.8477369, \\\"location_tag\\\": \\\"\\\", \\\"longitude\\\": -122.2901931, \\\"manufacturer\\\": \\\"Unknown\\\", \\\"market\\\": \\\"Home/Office\\\", \\\"product_tag\\\": \\\"\\\", \\\"risk_score\\\": 75, \\\"sensor_name\\\": \\\"062018V2A10300\\\", \\\"sensor_url_id\\\": \\\"lwLpB24e7ADmd8yx\\\", \\\"signal\\\": -36, \\\"trust_level\\\": 50, \\\"url_id\\\": \\\"ajdp20Y7Qv9lKyV7\\\", \\\"vendor_tag\\\": \\\"\\\"}, {\\\"ap_mode\\\": \\\"Infrastructure\\\", \\\"bssid\\\": \\\"E4:FA:C4:40:AD:C6\\\", \\\"channel\\\": 40, \\\"configuration\\\": {\\\"authentication\\\": \\\"PSK\\\", \\\"eap_types\\\": null, \\\"encryption\\\": \\\"WPA2+CCMP\\\", \\\"hs20\\\": {\\\"data\\\": {\\\"VenueGroup\\\": \\\"\\\", \\\"VenueType\\\": \\\"\\\", \\\"Version\\\": \\\"\\\"}, \\\"enabled\\\": false}, \\\"pmf_capable\\\": false, \\\"pmf_required\\\": false, \\\"supported_channels\\\": \\\"{}\\\", \\\"vht_capable\\\": true, \\\"wps\\\": {\\\"capable\\\": true, \\\"data\\\": {\\\"configured\\\": true}}}, \\\"device_tag\\\": \\\"\\\", \\\"essid\\\": \\\"107\\\", \\\"first_seen\\\": \\\"2024-09-27T01:14:32.832836\\\", \\\"hidden\\\": false, \\\"last_seen\\\": \\\"2025-05-24T06:58:18.543172\\\", \\\"latitude\\\": 37.8477274, \\\"location_tag\\\": \\\"\\\", \\\"longitude\\\": -122.2901898, \\\"manufacturer\\\": \\\"Unknown\\\", \\\"market\\\": \\\"Home/Office\\\", \\\"product_tag\\\": \\\"\\\", \\\"risk_score\\\": 75, \\\"sensor_name\\\": \\\"062018V2A10537\\\", \\\"sensor_url_id\\\": \\\"pRGol6A63YjBKngE\\\", \\\"signal\\\": -92, \\\"trust_level\\\": 50, \\\"url_id\\\": \\\"qOgVm09o6j4KbnLR\\\", \\\"vendor_tag\\\": \\\"\\\"}, {\\\"ap_mode\\\": \\\"Infrastructure\\\", \\\"bssid\\\": \\\"CA:C9:A3:39:EA:9E\\\", \\\"channel\\\": 1, \\\"configuration\\\": {\\\"authentication\\\": \\\"PSK\\\", \\\"eap_types\\\": null, \\\"encryption\\\": \\\"WPA2+CCMP,WPA2+TKIP\\\", \\\"hs20\\\": {\\\"data\\\": {\\\"VenueGroup\\\": \\\"\\\", \\\"VenueType\\\": \\\"\\\", \\\"Version\\\": \\\"\\\"}, \\\"enabled\\\": false}, \\\"pmf_capable\\\": false, \\\"pmf_required\\\": false, \\\"supported_channels\\\": \\\"{}\\\", \\\"vht_capable\\\": false, \\\"wps\\\": {\\\"capable\\\": false, \\\"data\\\": {\\\"configured\\\": false}}}, \\\"device_tag\\\": \\\"\\\", \\\"essid\\\": \\\"ARKSCAN-2054K\\\", \\\"first_seen\\\": \\\"2024-07-05T22:30:06.983714\\\", \\\"hidden\\\": false, \\\"last_seen\\\": \\\"2025-05-24T06:58:40.174355\\\", \\\"latitude\\\": 37.8477369, \\\"location_tag\\\": \\\"\\\", \\\"longitude\\\": -122.2901931, \\\"manufacturer\\\": \\\"Unknown\\\", \\\"market\\\": \\\"Home/Office\\\", \\\"product_tag\\\": \\\"\\\", \\\"risk_score\\\": 65, \\\"sensor_name\\\": \\\"062018V2A10300\\\", \\\"sensor_url_id\\\": \\\"lwLpB24e7ADmd8yx\\\", \\\"signal\\\": -41, \\\"trust_level\\\": 61, \\\"url_id\\\": \\\"Npk3PZYalJA5XDgK\\\", \\\"vendor_tag\\\": \\\"\\\"}]}, {\\\"chart\\\": {\\\"data\\\": [{\\\"name\\\": \\\"00:22:43:76:E3:09\\\", \\\"value\\\": 2}, {\\\"name\\\": \\\"00:22:43:76:E4:08\\\", \\\"value\\\": 1}, {\\\"name\\\": \\\"D8:3A:DD:15:9A:50\\\", \\\"value\\\": 21}], \\\"name\\\": \\\"Client Policy Violator\\\", \\\"type\\\": \\\"bar\\\"}, \\\"section\\\": {\\\"description\\\": \\\"Clients that have violated their Trust Policy conditions are presented here along with their impacted Access Point.             The events are defined in the Access Point\\\\u2019s Trust Policy, detailing the Client Groups which are allowed to connect.             Review any information about the Client to determine if its connections are accurate.             In some situations the Client will need to be re-assigned to its correct Client Group.\\\", \\\"id\\\": \\\"ClientPolicyViolators\\\", \\\"name\\\": \\\"Client Policy Violators\\\"}, \\\"tableInfo\\\": [{\\\"accesspoints\\\": [{\\\"bssid\\\": \\\"C6:6E:2A:C7:C8:D0\\\", \\\"channel\\\": 1.0, \\\"encryption_authentication\\\": \\\"WPA2/EAP\\\", \\\"essid\\\": \\\"BeastMode\\\", \\\"last_seen\\\": \\\"2025-05-24T06:58:40.211952\\\", \\\"manufacturer\\\": \\\"Unknown\\\", \\\"market\\\": \\\"Home/Office\\\", \\\"trust_level\\\": 100, \\\"trust_level_name\\\": \\\"Rogue\\\", \\\"url_id\\\": \\\"PDgOZL9jpeYl5dq8\\\"}, {\\\"bssid\\\": \\\"C6:6E:3A:C7:C8:D0\\\", \\\"channel\\\": 153.0, \\\"encryption_authentication\\\": \\\"WPA2/EAP\\\", \\\"essid\\\": \\\"BeastMode\\\", \\\"last_seen\\\": \\\"2025-05-24T06:58:26.385517\\\", \\\"manufacturer\\\": \\\"Unknown\\\", \\\"market\\\": \\\"Home/Office\\\", \\\"trust_level\\\": 100, \\\"trust_level_name\\\": \\\"Rogue\\\", \\\"url_id\\\": \\\"Npk3PZYajr45XDgK\\\"}], \\\"client_group_name\\\": \\\"Trusted\\\", \\\"client_macaddress\\\": \\\"00:22:43:76:E3:09\\\", \\\"client_risk_level\\\": 22000, \\\"client_url_id\\\": \\\"1aRZl4zeaQYVB3qm\\\", \\\"count\\\": 2, \\\"last_seen\\\": \\\"2025-05-24T01:08:29.611141\\\", \\\"severity\\\": 10}, {\\\"accesspoints\\\": [{\\\"bssid\\\": \\\"C6:6E:2A:C7:C8:D0\\\", \\\"channel\\\": 1.0, \\\"encryption_authentication\\\": \\\"WPA2/EAP\\\", \\\"essid\\\": \\\"BeastMode\\\", \\\"last_seen\\\": \\\"2025-05-24T06:58:40.211952\\\", \\\"manufacturer\\\": \\\"Unknown\\\", \\\"market\\\": \\\"Home/Office\\\", \\\"trust_level\\\": 100, \\\"trust_level_name\\\": \\\"Rogue\\\", \\\"url_id\\\": \\\"PDgOZL9jpeYl5dq8\\\"}], \\\"client_group_name\\\": \\\"Trusted\\\", \\\"client_macaddress\\\": \\\"00:22:43:76:E4:08\\\", \\\"client_risk_level\\\": 6500, \\\"client_url_id\\\": \\\"5jdGWa9VvO9zxo67\\\", \\\"count\\\": 1, \\\"last_seen\\\": \\\"2025-05-24T01:10:01.418235\\\", \\\"severity\\\": 10}, {\\\"accesspoints\\\": [{\\\"bssid\\\": \\\"00:0A:52:08:B5:DA\\\", \\\"channel\\\": 1.0, \\\"encryption_authentication\\\": \\\"Open/None\\\", \\\"essid\\\": \\\"AsiaRF_Halow-AP\\\", \\\"last_seen\\\": \\\"2025-05-24T06:58:40.178369\\\", \\\"manufacturer\\\": \\\"AsiaRF Ltd.\\\", \\\"market\\\": \\\"Home/Office\\\", \\\"trust_level\\\": 71, \\\"trust_level_name\\\": \\\"High Threat\\\", \\\"url_id\\\": \\\"01jlMV4JyjYZzNWn\\\"}], \\\"client_group_name\\\": \\\"Visitor\\\", \\\"client_macaddress\\\": \\\"D8:3A:DD:15:9A:50\\\", \\\"client_risk_level\\\": 65535, \\\"client_url_id\\\": \\\"Bq2ZrVYdpdYp1xmQ\\\", \\\"count\\\": 21, \\\"last_seen\\\": \\\"2025-05-24T06:50:00.912294\\\", \\\"severity\\\": 8}]}, {\\\"chart\\\": {\\\"data\\\": [], \\\"name\\\": \\\"High Threat Cell Tower\\\", \\\"type\\\": \\\"pie\\\"}, \\\"section\\\": {\\\"description\\\": \\\"This is a list of all new Cellular Towers in the area that have a Threat Level greater than or equal to 20.             These towers may not be known by the LOCH platform, are reporting invalid MCC/MNCs or are physically distant from a pre-known geographic location.\\\", \\\"id\\\": \\\"HighThreatCellTowers\\\", \\\"name\\\": \\\"High Threat Cell Towers\\\"}, \\\"tableInfo\\\": []}, {\\\"chart\\\": {\\\"name\\\": \\\"Low Rate Wireless Personal Area Networks (LrWPAN)\\\", \\\"type\\\": \\\"bar\\\"}, \\\"section\\\": {\\\"description\\\": \\\"This is a list of all new IEEE 802.15.4 (LrWPAN) devices and networks found operating in your airspace.             Protocols such as ZigBee, Matter, and Thread will use LrWPAN to physically transmit data for applications such as smart light bulbs and temperature systems.             Typically a new network indicates a new device has appeared that may not be established to a network or will be attempting to connect to an existing one.\\\", \\\"id\\\": \\\"lrwpan\\\", \\\"name\\\": \\\"Low Rate Wireless Personal Area Networks (LrWPAN)\\\"}, \\\"tableInfo\\\": []}, {\\\"chart\\\": {\\\"name\\\": \\\"New Apple Wireless Device Link Devices\\\", \\\"type\\\": \\\"bar\\\"}, \\\"section\\\": {\\\"description\\\": \\\"This is a list of all new devices observed in your airspace for the past 24 hours using AWDL (Apple Wireless Direct Link).             AWDL is Apple\\\\u2019s proprietary network protocol which co-exists alongside IEEE 802.11 to establish screen mirroring, large file sharing and other activities between Apple devices.             The devices shown are advertising their services to the airspace and may contain details about the user and/or device.\\\", \\\"id\\\": \\\"NewAwdl\\\", \\\"name\\\": \\\"New Apple Wireless Device Link Devices\\\"}, \\\"tableInfo\\\": [{\\\"arpa\\\": \\\"9777cd9e-325d-48c6-b7de-39b71737cde0.local\\\", \\\"client_mac\\\": \\\"C2:E4:D3:0F:68:F2\\\", \\\"country\\\": \\\"US\\\", \\\"device_type\\\": \\\"iOS or watchOS\\\", \\\"first_seen\\\": \\\"2025-05-23T23:45:07.181115\\\", \\\"hostname\\\": \\\"CLink-2865ea6fbbf2\\\", \\\"infra_address\\\": \\\"\\\", \\\"infra_bssid\\\": \\\"\\\", \\\"infra_channel\\\": 0, \\\"is_airplay\\\": true, \\\"last_seen\\\": \\\"2025-05-23T23:45:07.181115\\\", \\\"packets\\\": 14, \\\"signal_dbm\\\": -84, \\\"signal_pct95\\\": -83, \\\"signal_pct99\\\": -81, \\\"tags\\\": [{\\\"number\\\": 4, \\\"sync_parameters\\\": {\\\"action_frame\\\": 110, \\\"ap_beacon_alignment_delta\\\": 0, \\\"availability_window_common_len\\\": 16, \\\"availability_window_ext_len\\\": 16, \\\"availability_window_period\\\": 16, \\\"aw_sequence_num\\\": 130, \\\"awdl_flags\\\": 6144, \\\"channel_list\\\": [{\\\"flag\\\": 29, \\\"value\\\": 54}, {\\\"flag\\\": 0, \\\"value\\\": 0}, {\\\"flag\\\": 29, \\\"value\\\": 151}, {\\\"flag\\\": 0, \\\"value\\\": 0}, {\\\"flag\\\": 0, \\\"value\\\": 0}, {\\\"flag\\\": 29, \\\"value\\\": 151}, {\\\"flag\\\": 0, \\\"value\\\": 0}, {\\\"flag\\\": 0, \\\"value\\\": 0}, {\\\"flag\\\": 43, \\\"value\\\": 6}, {\\\"flag\\\": 0, \\\"value\\\": 0}, {\\\"flag\\\": 29, \\\"value\\\": 151}, {\\\"flag\\\": 0, \\\"value\\\": 0}, {\\\"flag\\\": 0, \\\"value\\\": 0}, {\\\"flag\\\": 29, \\\"value\\\": 151}, {\\\"flag\\\": 0, \\\"value\\\": 0}, {\\\"flag\\\": 0, \\\"value\\\": 0}], \\\"duplicate\\\": 0, \\\"encoding\\\": 1, \\\"fill_channel\\\": 65535, \\\"guard_time\\\": 0, \\\"master_address\\\": \\\"c2:e4:d3:0f:68:f2\\\", \\\"master_channel\\\": 0, \\\"max_extension_count_for_action_frame\\\": 3, \\\"max_extension_count_for_multicast\\\": 3, \\\"max_extension_count_for_unicast\\\": 3, \\\"min_extension_count\\\": 3, \\\"new_aw_channel\\\": 52, \\\"num_channels\\\": 15, \\\"padding\\\": 0, \\\"presence_mode\\\": 4, \\\"remaining_availability_window_len\\\": 0, \\\"step_count\\\": 3, \\\"tx_counter\\\": 30, \\\"unknown\\\": 0}}, {\\\"election_parameters\\\": {\\\"distance_to_master\\\": 0, \\\"flags\\\": 0, \\\"id\\\": 0, \\\"master_address\\\": \\\"c2:e4:d3:0f:68:f2\\\", \\\"master_metric\\\": 65, \\\"padding\\\": 0, \\\"self_metric\\\": 65, \\\"unknown\\\": 0}, \\\"number\\\": 5}, {\\\"channel_sequence\\\": {\\\"channel_list\\\": [{\\\"number\\\": 52, \\\"operating_class\\\": 128}, {\\\"number\\\": 0, \\\"operating_class\\\": 0}, {\\\"number\\\": 149, \\\"operating_class\\\": 128}, {\\\"number\\\": 0, \\\"operating_class\\\": 0}, {\\\"number\\\": 0, \\\"operating_class\\\": 0}, {\\\"number\\\": 149, \\\"operating_class\\\": 128}, {\\\"number\\\": 0, \\\"operating_class\\\": 0}, {\\\"number\\\": 0, \\\"operating_class\\\": 0}, {\\\"number\\\": 6, \\\"operating_class\\\": 81}, {\\\"number\\\": 0, \\\"operating_class\\\": 0}, {\\\"number\\\": 149, \\\"operating_class\\\": 128}, {\\\"number\\\": 0, \\\"operating_class\\\": 0}, {\\\"number\\\": 0, \\\"operating_class\\\": 0}, {\\\"number\\\": 149, \\\"operating_class\\\": 128}, {\\\"number\\\": 0, \\\"operating_class\\\": 0}, {\\\"number\\\": 0, \\\"operating_class\\\": 0}], \\\"duplicate\\\": 0, \\\"encoding\\\": 3, \\\"fill_channel\\\": 65535, \\\"num_channels\\\": 15, \\\"padding\\\": [0, 0, 0], \\\"step_count\\\": 3}, \\\"number\\\": 18}, {\\\"election_parameters_v2\\\": {\\\"distance_to_master\\\": 0, \\\"master_address\\\": \\\"c2:e4:d3:0f:68:f2\\\", \\\"master_count\\\": 118, \\\"master_metric\\\": 65, \\\"other_address\\\": \\\"c2:e4:d3:0f:68:f2\\\", \\\"reserved\\\": 0, \\\"self_counter\\\": 118, \\\"self_metric\\\": 65, \\\"unknown\\\": 0}, \\\"number\\\": 24}, {\\\"data_path_state\\\": {\\\"awdl_address\\\": \\\"\\\", \\\"awdl_data_state_umi\\\": null, \\\"country\\\": \\\"US\\\", \\\"extended_flags\\\": null, \\\"flags\\\": {\\\"awdl_address\\\": false, \\\"country_code\\\": true, \\\"extension_flags\\\": false, \\\"infra_address\\\": false, \\\"infra_bssid_and_channel\\\": false, \\\"is_airplay\\\": true, \\\"is_rangeable\\\": false, \\\"social_channels\\\": true, \\\"umi\\\": false, \\\"unicast_options\\\": false, \\\"unknown_10\\\": true, \\\"unknown_11\\\": true, \\\"unknown_13\\\": true, \\\"unknown_3\\\": true, \\\"unknown_5\\\": false, \\\"unknown_6\\\": true}, \\\"infrastructure_address\\\": \\\"\\\", \\\"infrastructure_bssid\\\": \\\"\\\", \\\"infrastructure_channel\\\": 0, \\\"log_trigger_id\\\": null, \\\"social_channel\\\": 0, \\\"social_channel_map\\\": {\\\"ch149\\\": true, \\\"ch44\\\": true, \\\"ch6\\\": true}, \\\"undecoded\\\": \\\"AAAAAAAANADC5NMPaPIEAAAAAAB9EQAAdgAAAGgEAABAAAAAmQEAAA==\\\", \\\"unicast_options\\\": null}, \\\"number\\\": 12}, {\\\"number\\\": 7}, {\\\"number\\\": 17}, {\\\"number\\\": 16}, {\\\"number\\\": 21}, {\\\"number\\\": 6}, {\\\"number\\\": 2, \\\"svc_response\\\": {\\\"name\\\": \\\"_companion-link._tcp.local\\\", \\\"srv_domain\\\": \\\"CLink-2865ea6fbbf2\\\", \\\"type\\\": 12}}, {\\\"number\\\": 2, \\\"svc_response\\\": {\\\"name\\\": \\\"clink-2865ea6fbbf2\\\\u000f_companion-link._tcp.local\\\", \\\"srv_port\\\": 16070, \\\"srv_target\\\": \\\"9777cd9e-325d-48c6-b7de-39b71737cde\\\", \\\"type\\\": 33}}, {\\\"number\\\": 2, \\\"svc_response\\\": {\\\"name\\\": \\\"clink-2865ea6fbbf2\\\\u000f_companion-link._tcp.local\\\", \\\"txt_labels\\\": [{\\\"key\\\": \\\"rpBA\\\", \\\"value\\\": \\\"DD:F4:75:0B:1F:80\\\"}], \\\"type\\\": 16}}], \\\"url_id\\\": \\\"BvpRXABGLkYZwyn8\\\", \\\"version\\\": \\\"1.0\\\"}, {\\\"arpa\\\": \\\"1bf02b1b-1a5a-4baa-ac48-25d6dcd6f09a.local\\\", \\\"client_mac\\\": \\\"7A:17:1E:52:D5:C0\\\", \\\"country\\\": \\\"US\\\", \\\"device_type\\\": \\\"iOS or watchOS\\\", \\\"first_seen\\\": \\\"2025-05-23T23:44:20.579258\\\", \\\"hostname\\\": null, \\\"infra_address\\\": \\\"\\\", \\\"infra_bssid\\\": \\\"\\\", \\\"infra_channel\\\": 0, \\\"is_airplay\\\": true, \\\"last_seen\\\": \\\"2025-05-23T23:44:20.579258\\\", \\\"packets\\\": 2, \\\"signal_dbm\\\": -89, \\\"signal_pct95\\\": -88, \\\"signal_pct99\\\": -88, \\\"tags\\\": [{\\\"number\\\": 4, \\\"sync_parameters\\\": {\\\"action_frame\\\": 110, \\\"ap_beacon_alignment_delta\\\": 0, \\\"availability_window_common_len\\\": 16, \\\"availability_window_ext_len\\\": 16, \\\"availability_window_period\\\": 16, \\\"aw_sequence_num\\\": 479, \\\"awdl_flags\\\": 6144, \\\"channel_list\\\": [{\\\"flag\\\": 29, \\\"value\\\": 151}, {\\\"flag\\\": 29, \\\"value\\\": 151}, {\\\"flag\\\": 29, \\\"value\\\": 151}, {\\\"flag\\\": 0, \\\"value\\\": 0}, {\\\"flag\\\": 0, \\\"value\\\": 0}, {\\\"flag\\\": 0, \\\"value\\\": 0}, {\\\"flag\\\": 0, \\\"value\\\": 0}, {\\\"flag\\\": 0, \\\"value\\\": 0}, {\\\"flag\\\": 43, \\\"value\\\": 6}, {\\\"flag\\\": 29, \\\"value\\\": 151}, {\\\"flag\\\": 29, \\\"value\\\": 151}, {\\\"flag\\\": 0, \\\"value\\\": 0}, {\\\"flag\\\": 0, \\\"value\\\": 0}, {\\\"flag\\\": 0, \\\"value\\\": 0}, {\\\"flag\\\": 0, \\\"value\\\": 0}, {\\\"flag\\\": 0, \\\"value\\\": 0}], \\\"duplicate\\\": 0, \\\"encoding\\\": 1, \\\"fill_channel\\\": 65535, \\\"guard_time\\\": 0, \\\"master_address\\\": \\\"3e:63:1b:a2:39:b0\\\", \\\"master_channel\\\": 149, \\\"max_extension_count_for_action_frame\\\": 3, \\\"max_extension_count_for_multicast\\\": 3, \\\"max_extension_count_for_unicast\\\": 3, \\\"min_extension_count\\\": 3, \\\"new_aw_channel\\\": 149, \\\"num_channels\\\": 15, \\\"padding\\\": 0, \\\"presence_mode\\\": 4, \\\"remaining_availability_window_len\\\": 0, \\\"step_count\\\": 3, \\\"tx_counter\\\": 1, \\\"unknown\\\": 0}}, {\\\"election_parameters\\\": {\\\"distance_to_master\\\": 1, \\\"flags\\\": 0, \\\"id\\\": 0, \\\"master_address\\\": \\\"3e:63:1b:a2:39:b0\\\", \\\"master_metric\\\": 535, \\\"padding\\\": 0, \\\"self_metric\\\": 527, \\\"unknown\\\": 0}, \\\"number\\\": 5}, {\\\"channel_sequence\\\": {\\\"channel_list\\\": [{\\\"number\\\": 149, \\\"operating_class\\\": 128}, {\\\"number\\\": 149, \\\"operating_class\\\": 128}, {\\\"number\\\": 149, \\\"operating_class\\\": 128}, {\\\"number\\\": 0, \\\"operating_class\\\": 0}, {\\\"number\\\": 0, \\\"operating_class\\\": 0}, {\\\"number\\\": 0, \\\"operating_class\\\": 0}, {\\\"number\\\": 0, \\\"operating_class\\\": 0}, {\\\"number\\\": 0, \\\"operating_class\\\": 0}, {\\\"number\\\": 6, \\\"operating_class\\\": 81}, {\\\"number\\\": 149, \\\"operating_class\\\": 128}, {\\\"number\\\": 149, \\\"operating_class\\\": 128}, {\\\"number\\\": 0, \\\"operating_class\\\": 0}, {\\\"number\\\": 0, \\\"operating_class\\\": 0}, {\\\"number\\\": 0, \\\"operating_class\\\": 0}, {\\\"number\\\": 0, \\\"operating_class\\\": 0}, {\\\"number\\\": 0, \\\"operating_class\\\": 0}], \\\"duplicate\\\": 0, \\\"encoding\\\": 3, \\\"fill_channel\\\": 65535, \\\"num_channels\\\": 15, \\\"padding\\\": [0, 0, 0], \\\"step_count\\\": 3}, \\\"number\\\": 18}, {\\\"number\\\": 6}, {\\\"election_parameters_v2\\\": {\\\"distance_to_master\\\": 1, \\\"master_address\\\": \\\"3e:63:1b:a2:39:b0\\\", \\\"master_count\\\": 689, \\\"master_metric\\\": 535, \\\"other_address\\\": \\\"3e:63:1b:a2:39:b0\\\", \\\"reserved\\\": 0, \\\"self_counter\\\": 1625, \\\"self_metric\\\": 527, \\\"unknown\\\": 0}, \\\"number\\\": 24}, {\\\"data_path_state\\\": {\\\"awdl_address\\\": \\\"\\\", \\\"awdl_data_state_umi\\\": null, \\\"country\\\": \\\"US\\\", \\\"extended_flags\\\": null, \\\"flags\\\": {\\\"awdl_address\\\": false, \\\"country_code\\\": true, \\\"extension_flags\\\": false, \\\"infra_address\\\": false, \\\"infra_bssid_and_channel\\\": false, \\\"is_airplay\\\": true, \\\"is_rangeable\\\": false, \\\"social_channels\\\": true, \\\"umi\\\": false, \\\"unicast_options\\\": false, \\\"unknown_10\\\": true, \\\"unknown_11\\\": false, \\\"unknown_13\\\": true, \\\"unknown_3\\\": true, \\\"unknown_5\\\": false, \\\"unknown_6\\\": true}, \\\"infrastructure_address\\\": \\\"\\\", \\\"infrastructure_bssid\\\": \\\"\\\", \\\"infrastructure_channel\\\": 0, \\\"log_trigger_id\\\": null, \\\"social_channel\\\": 0, \\\"social_channel_map\\\": {\\\"ch149\\\": true, \\\"ch44\\\": true, \\\"ch6\\\": true}, \\\"undecoded\\\": \\\"AAAAAAAAJAB6Fx5S1cAEAAAAAAB9EQAAsQIAANkSAABEAQAANREAAA==\\\", \\\"unicast_options\\\": null}, \\\"number\\\": 12}, {\\\"number\\\": 7}, {\\\"number\\\": 17}, {\\\"number\\\": 21}], \\\"url_id\\\": \\\"q3MQw9RvJ39gKVX8\\\", \\\"version\\\": \\\"1.0\\\"}, {\\\"arpa\\\": \\\"95cc9507-cdec-42f6-ae30-33d9b709a322.local\\\", \\\"client_mac\\\": \\\"66:D3:A1:92:68:2A\\\", \\\"country\\\": \\\"US\\\", \\\"device_type\\\": \\\"iOS or watchOS\\\", \\\"first_seen\\\": \\\"2025-05-23T21:52:48.707300\\\", \\\"hostname\\\": null, \\\"infra_address\\\": \\\"\\\", \\\"infra_bssid\\\": \\\"\\\", \\\"infra_channel\\\": 0, \\\"is_airplay\\\": true, \\\"last_seen\\\": \\\"2025-05-23T21:59:29.239774\\\", \\\"packets\\\": 50, \\\"signal_dbm\\\": -81, \\\"signal_pct95\\\": -76, \\\"signal_pct99\\\": -73, \\\"tags\\\": [{\\\"number\\\": 4, \\\"sync_parameters\\\": {\\\"action_frame\\\": 110, \\\"ap_beacon_alignment_delta\\\": 0, \\\"availability_window_common_len\\\": 16, \\\"availability_window_ext_len\\\": 16, \\\"availability_window_period\\\": 16, \\\"aw_sequence_num\\\": 89, \\\"awdl_flags\\\": 6144, \\\"channel_list\\\": [{\\\"flag\\\": 29, \\\"value\\\": 151}, {\\\"flag\\\": 29, \\\"value\\\": 151}, {\\\"flag\\\": 29, \\\"value\\\": 151}, {\\\"flag\\\": 29, \\\"value\\\": 151}, {\\\"flag\\\": 0, \\\"value\\\": 0}, {\\\"flag\\\": 0, \\\"value\\\": 0}, {\\\"flag\\\": 0, \\\"value\\\": 0}, {\\\"flag\\\": 0, \\\"value\\\": 0}, {\\\"flag\\\": 43, \\\"value\\\": 6}, {\\\"flag\\\": 29, \\\"value\\\": 151}, {\\\"flag\\\": 29, \\\"value\\\": 151}, {\\\"flag\\\": 29, \\\"value\\\": 151}, {\\\"flag\\\": 0, \\\"value\\\": 0}, {\\\"flag\\\": 0, \\\"value\\\": 0}, {\\\"flag\\\": 0, \\\"value\\\": 0}, {\\\"flag\\\": 0, \\\"value\\\": 0}], \\\"duplicate\\\": 0, \\\"encoding\\\": 1, \\\"fill_channel\\\": 65535, \\\"guard_time\\\": 0, \\\"master_address\\\": \\\"66:d3:a1:92:68:2a\\\", \\\"master_channel\\\": 6, \\\"max_extension_count_for_action_frame\\\": 3, \\\"max_extension_count_for_multicast\\\": 3, \\\"max_extension_count_for_unicast\\\": 3, \\\"min_extension_count\\\": 3, \\\"new_aw_channel\\\": 6, \\\"num_channels\\\": 15, \\\"padding\\\": 0, \\\"presence_mode\\\": 4, \\\"remaining_availability_window_len\\\": 0, \\\"step_count\\\": 3, \\\"tx_counter\\\": 46, \\\"unknown\\\": 0}}, {\\\"election_parameters\\\": {\\\"distance_to_master\\\": 0, \\\"flags\\\": 0, \\\"id\\\": 0, \\\"master_address\\\": \\\"66:d3:a1:92:68:2a\\\", \\\"master_metric\\\": 65, \\\"padding\\\": 0, \\\"self_metric\\\": 65, \\\"unknown\\\": 0}, \\\"number\\\": 5}, {\\\"channel_sequence\\\": {\\\"channel_list\\\": [{\\\"number\\\": 149, \\\"operating_class\\\": 128}, {\\\"number\\\": 149, \\\"operating_class\\\": 128}, {\\\"number\\\": 149, \\\"operating_class\\\": 128}, {\\\"number\\\": 149, \\\"operating_class\\\": 128}, {\\\"number\\\": 0, \\\"operating_class\\\": 0}, {\\\"number\\\": 0, \\\"operating_class\\\": 0}, {\\\"number\\\": 0, \\\"operating_class\\\": 0}, {\\\"number\\\": 0, \\\"operating_class\\\": 0}, {\\\"number\\\": 6, \\\"operating_class\\\": 81}, {\\\"number\\\": 149, \\\"operating_class\\\": 128}, {\\\"number\\\": 149, \\\"operating_class\\\": 128}, {\\\"number\\\": 149, \\\"operating_class\\\": 128}, {\\\"number\\\": 0, \\\"operating_class\\\": 0}, {\\\"number\\\": 0, \\\"operating_class\\\": 0}, {\\\"number\\\": 0, \\\"operating_class\\\": 0}, {\\\"number\\\": 0, \\\"operating_class\\\": 0}], \\\"duplicate\\\": 0, \\\"encoding\\\": 3, \\\"fill_channel\\\": 65535, \\\"num_channels\\\": 15, \\\"padding\\\": [0, 0, 0], \\\"step_count\\\": 3}, \\\"number\\\": 18}, {\\\"number\\\": 6}, {\\\"election_parameters_v2\\\": {\\\"distance_to_master\\\": 0, \\\"master_address\\\": \\\"66:d3:a1:92:68:2a\\\", \\\"master_count\\\": 2267, \\\"master_metric\\\": 65, \\\"other_address\\\": \\\"66:d3:a1:92:68:2a\\\", \\\"reserved\\\": 0, \\\"self_counter\\\": 2267, \\\"self_metric\\\": 65, \\\"unknown\\\": 0}, \\\"number\\\": 24}, {\\\"data_path_state\\\": {\\\"awdl_address\\\": \\\"\\\", \\\"awdl_data_state_umi\\\": null, \\\"country\\\": \\\"US\\\", \\\"extended_flags\\\": null, \\\"flags\\\": {\\\"awdl_address\\\": false, \\\"country_code\\\": true, \\\"extension_flags\\\": false, \\\"infra_address\\\": false, \\\"infra_bssid_and_channel\\\": false, \\\"is_airplay\\\": true, \\\"is_rangeable\\\": false, \\\"social_channels\\\": true, \\\"umi\\\": false, \\\"unicast_options\\\": false, \\\"unknown_10\\\": true, \\\"unknown_11\\\": false, \\\"unknown_13\\\": true, \\\"unknown_3\\\": true, \\\"unknown_5\\\": false, \\\"unknown_6\\\": true}, \\\"infrastructure_address\\\": \\\"\\\", \\\"infrastructure_bssid\\\": \\\"\\\", \\\"infrastructure_channel\\\": 0, \\\"log_trigger_id\\\": null, \\\"social_channel\\\": 0, \\\"social_channel_map\\\": {\\\"ch149\\\": true, \\\"ch44\\\": true, \\\"ch6\\\": true}, \\\"undecoded\\\": \\\"AAAAAAAAAABm06GSaCoEAAAAAAB9EQAA2wgAALgCAAAgAAAAXhEAAA==\\\", \\\"unicast_options\\\": null}, \\\"number\\\": 12}, {\\\"number\\\": 7}, {\\\"number\\\": 17}, {\\\"number\\\": 21}], \\\"url_id\\\": \\\"VwzrOY1bpW46KkLp\\\", \\\"version\\\": \\\"1.0\\\"}, {\\\"arpa\\\": \\\"d6ffb82b-9737-44fb-8013-ec2e3863f1c5.local\\\", \\\"client_mac\\\": \\\"96:D4:7C:74:D8:73\\\", \\\"country\\\": \\\"US\\\", \\\"device_type\\\": \\\"macOS\\\", \\\"first_seen\\\": \\\"2025-05-23T20:00:26.111400\\\", \\\"hostname\\\": \\\"574B00D0-18D6-4643-8A1B-B9B579619E37\\\", \\\"infra_address\\\": \\\"\\\", \\\"infra_bssid\\\": \\\"\\\", \\\"infra_channel\\\": 0, \\\"is_airplay\\\": true, \\\"last_seen\\\": \\\"2025-05-23T20:00:26.111400\\\", \\\"packets\\\": 72, \\\"signal_dbm\\\": -66, \\\"signal_pct95\\\": -55, \\\"signal_pct99\\\": -53, \\\"tags\\\": [{\\\"number\\\": 4, \\\"sync_parameters\\\": {\\\"action_frame\\\": 110, \\\"ap_beacon_alignment_delta\\\": 0, \\\"availability_window_common_len\\\": 16, \\\"availability_window_ext_len\\\": 16, \\\"availability_window_period\\\": 16, \\\"aw_sequence_num\\\": 336, \\\"awdl_flags\\\": 6144, \\\"channel_list\\\": [{\\\"flag\\\": 29, \\\"value\\\": 151}, {\\\"flag\\\": 29, \\\"value\\\": 151}, {\\\"flag\\\": 29, \\\"value\\\": 151}, {\\\"flag\\\": 29, \\\"value\\\": 151}, {\\\"flag\\\": 29, \\\"value\\\": 151}, {\\\"flag\\\": 29, \\\"value\\\": 151}, {\\\"flag\\\": 0, \\\"value\\\": 0}, {\\\"flag\\\": 0, \\\"value\\\": 0}, {\\\"flag\\\": 43, \\\"value\\\": 6}, {\\\"flag\\\": 29, \\\"value\\\": 151}, {\\\"flag\\\": 29, \\\"value\\\": 151}, {\\\"flag\\\": 29, \\\"value\\\": 151}, {\\\"flag\\\": 29, \\\"value\\\": 151}, {\\\"flag\\\": 29, \\\"value\\\": 151}, {\\\"flag\\\": 0, \\\"value\\\": 0}, {\\\"flag\\\": 0, \\\"value\\\": 0}], \\\"duplicate\\\": 0, \\\"encoding\\\": 1, \\\"fill_channel\\\": 65535, \\\"guard_time\\\": 0, \\\"master_address\\\": \\\"02:f0:8a:7f:28:61\\\", \\\"master_channel\\\": 6, \\\"max_extension_count_for_action_frame\\\": 3, \\\"max_extension_count_for_multicast\\\": 3, \\\"max_extension_count_for_unicast\\\": 3, \\\"min_extension_count\\\": 3, \\\"new_aw_channel\\\": 6, \\\"num_channels\\\": 15, \\\"padding\\\": 0, \\\"presence_mode\\\": 4, \\\"remaining_availability_window_len\\\": 12, \\\"step_count\\\": 3, \\\"tx_counter\\\": 60, \\\"unknown\\\": 0}}, {\\\"election_parameters\\\": {\\\"distance_to_master\\\": 1, \\\"flags\\\": 0, \\\"id\\\": 0, \\\"master_address\\\": \\\"02:f0:8a:7f:28:61\\\", \\\"master_metric\\\": 515, \\\"padding\\\": 0, \\\"self_metric\\\": 510, \\\"unknown\\\": 0}, \\\"number\\\": 5}, {\\\"channel_sequence\\\": {\\\"channel_list\\\": [{\\\"number\\\": 149, \\\"operating_class\\\": 128}, {\\\"number\\\": 149, \\\"operating_class\\\": 128}, {\\\"number\\\": 149, \\\"operating_class\\\": 128}, {\\\"number\\\": 149, \\\"operating_class\\\": 128}, {\\\"number\\\": 149, \\\"operating_class\\\": 128}, {\\\"number\\\": 149, \\\"operating_class\\\": 128}, {\\\"number\\\": 0, \\\"operating_class\\\": 0}, {\\\"number\\\": 0, \\\"operating_class\\\": 0}, {\\\"number\\\": 6, \\\"operating_class\\\": 81}, {\\\"number\\\": 149, \\\"operating_class\\\": 128}, {\\\"number\\\": 149, \\\"operating_class\\\": 128}, {\\\"number\\\": 149, \\\"operating_class\\\": 128}, {\\\"number\\\": 149, \\\"operating_class\\\": 128}, {\\\"number\\\": 149, \\\"operating_class\\\": 128}, {\\\"number\\\": 0, \\\"operating_class\\\": 0}, {\\\"number\\\": 0, \\\"operating_class\\\": 0}], \\\"duplicate\\\": 0, \\\"encoding\\\": 3, \\\"fill_channel\\\": 65535, \\\"num_channels\\\": 15, \\\"padding\\\": [0, 0, 0], \\\"step_count\\\": 3}, \\\"number\\\": 18}, {\\\"election_parameters_v2\\\": {\\\"distance_to_master\\\": 1, \\\"master_address\\\": \\\"02:f0:8a:7f:28:61\\\", \\\"master_count\\\": 1065, \\\"master_metric\\\": 515, \\\"other_address\\\": \\\"02:f0:8a:7f:28:61\\\", \\\"reserved\\\": 0, \\\"self_counter\\\": 185, \\\"self_metric\\\": 510, \\\"unknown\\\": 0}, \\\"number\\\": 24}, {\\\"data_path_state\\\": {\\\"awdl_address\\\": \\\"\\\", \\\"awdl_data_state_umi\\\": \\\"AAA=\\\", \\\"country\\\": \\\"US\\\", \\\"extended_flags\\\": null, \\\"flags\\\": {\\\"awdl_address\\\": false, \\\"country_code\\\": true, \\\"extension_flags\\\": false, \\\"infra_address\\\": false, \\\"infra_bssid_and_channel\\\": false, \\\"is_airplay\\\": true, \\\"is_rangeable\\\": false, \\\"social_channels\\\": true, \\\"umi\\\": true, \\\"unicast_options\\\": false, \\\"unknown_10\\\": true, \\\"unknown_11\\\": false, \\\"unknown_13\\\": true, \\\"unknown_3\\\": true, \\\"unknown_5\\\": false, \\\"unknown_6\\\": true}, \\\"infrastructure_address\\\": \\\"\\\", \\\"infrastructure_bssid\\\": \\\"\\\", \\\"infrastructure_channel\\\": 0, \\\"log_trigger_id\\\": null, \\\"social_channel\\\": 0, \\\"social_channel_map\\\": {\\\"ch149\\\": true, \\\"ch44\\\": true, \\\"ch6\\\": true}, \\\"undecoded\\\": \\\"AAAAADQAltR8dNhzBAAAAAAAfREAACkEAAADFQAARAEAACQDAAA=\\\", \\\"unicast_options\\\": null}, \\\"number\\\": 12}, {\\\"number\\\": 7}, {\\\"number\\\": 17}, {\\\"number\\\": 16}, {\\\"number\\\": 21}, {\\\"number\\\": 6}, {\\\"number\\\": 2, \\\"svc_response\\\": {\\\"name\\\": \\\"_asquic._udp.local\\\", \\\"srv_domain\\\": \\\"574B00D0-18D6-4643-8A1B-B9B579619E37\\\", \\\"type\\\": 12}}, {\\\"number\\\": 2, \\\"svc_response\\\": {\\\"name\\\": \\\"574b00d0-18d6-4643-8a1b-b9b579619e37\\\\u0007_asquic._udp.local\\\", \\\"srv_port\\\": 25072, \\\"srv_target\\\": \\\"d6ffb82b-9737-44fb-8013-ec2e3863f1c\\\", \\\"type\\\": 33}}, {\\\"number\\\": 2, \\\"svc_response\\\": {\\\"name\\\": \\\"574b00d0-18d6-4643-8a1b-b9b579619e37\\\\u0007_asquic._udp.local\\\", \\\"type\\\": 16}}], \\\"url_id\\\": \\\"kLB1eAyZOqYnXKy2\\\", \\\"version\\\": \\\"1.0\\\"}, {\\\"arpa\\\": \\\"17ee65c7-6137-44c4-a232-22ef618b2373.local\\\", \\\"client_mac\\\": \\\"72:43:16:91:57:D8\\\", \\\"country\\\": \\\"US\\\", \\\"device_type\\\": \\\"iOS or watchOS\\\", \\\"first_seen\\\": \\\"2025-05-23T18:50:14.775290\\\", \\\"hostname\\\": null, \\\"infra_address\\\": \\\"\\\", \\\"infra_bssid\\\": \\\"\\\", \\\"infra_channel\\\": 0, \\\"is_airplay\\\": true, \\\"last_seen\\\": \\\"2025-05-23T18:50:14.775290\\\", \\\"packets\\\": 4, \\\"signal_dbm\\\": -79, \\\"signal_pct95\\\": -77, \\\"signal_pct99\\\": -77, \\\"tags\\\": [{\\\"number\\\": 4, \\\"sync_parameters\\\": {\\\"action_frame\\\": 110, \\\"ap_beacon_alignment_delta\\\": 0, \\\"availability_window_common_len\\\": 16, \\\"availability_window_ext_len\\\": 16, \\\"availability_window_period\\\": 16, \\\"aw_sequence_num\\\": 6, \\\"awdl_flags\\\": 6144, \\\"channel_list\\\": [{\\\"flag\\\": 29, \\\"value\\\": 151}, {\\\"flag\\\": 29, \\\"value\\\": 151}, {\\\"flag\\\": 29, \\\"value\\\": 151}, {\\\"flag\\\": 29, \\\"value\\\": 151}, {\\\"flag\\\": 0, \\\"value\\\": 0}, {\\\"flag\\\": 0, \\\"value\\\": 0}, {\\\"flag\\\": 0, \\\"value\\\": 0}, {\\\"flag\\\": 0, \\\"value\\\": 0}, {\\\"flag\\\": 43, \\\"value\\\": 6}, {\\\"flag\\\": 29, \\\"value\\\": 151}, {\\\"flag\\\": 29, \\\"value\\\": 151}, {\\\"flag\\\": 29, \\\"value\\\": 151}, {\\\"flag\\\": 0, \\\"value\\\": 0}, {\\\"flag\\\": 0, \\\"value\\\": 0}, {\\\"flag\\\": 0, \\\"value\\\": 0}, {\\\"flag\\\": 0, \\\"value\\\": 0}], \\\"duplicate\\\": 0, \\\"encoding\\\": 1, \\\"fill_channel\\\": 65535, \\\"guard_time\\\": 0, \\\"master_address\\\": \\\"72:43:16:91:57:d8\\\", \\\"master_channel\\\": 6, \\\"max_extension_count_for_action_frame\\\": 3, \\\"max_extension_count_for_multicast\\\": 3, \\\"max_extension_count_for_unicast\\\": 3, \\\"min_extension_count\\\": 3, \\\"new_aw_channel\\\": 6, \\\"num_channels\\\": 15, \\\"padding\\\": 0, \\\"presence_mode\\\": 4, \\\"remaining_availability_window_len\\\": 0, \\\"step_count\\\": 3, \\\"tx_counter\\\": 31, \\\"unknown\\\": 0}}, {\\\"election_parameters\\\": {\\\"distance_to_master\\\": 0, \\\"flags\\\": 0, \\\"id\\\": 0, \\\"master_address\\\": \\\"72:43:16:91:57:d8\\\", \\\"master_metric\\\": 65, \\\"padding\\\": 0, \\\"self_metric\\\": 65, \\\"unknown\\\": 0}, \\\"number\\\": 5}, {\\\"channel_sequence\\\": {\\\"channel_list\\\": [{\\\"number\\\": 149, \\\"operating_class\\\": 128}, {\\\"number\\\": 149, \\\"operating_class\\\": 128}, {\\\"number\\\": 149, \\\"operating_class\\\": 128}, {\\\"number\\\": 149, \\\"operating_class\\\": 128}, {\\\"number\\\": 0, \\\"operating_class\\\": 0}, {\\\"number\\\": 0, \\\"operating_class\\\": 0}, {\\\"number\\\": 0, \\\"operating_class\\\": 0}, {\\\"number\\\": 0, \\\"operating_class\\\": 0}, {\\\"number\\\": 6, \\\"operating_class\\\": 81}, {\\\"number\\\": 149, \\\"operating_class\\\": 128}, {\\\"number\\\": 149, \\\"operating_class\\\": 128}, {\\\"number\\\": 149, \\\"operating_class\\\": 128}, {\\\"number\\\": 0, \\\"operating_class\\\": 0}, {\\\"number\\\": 0, \\\"operating_class\\\": 0}, {\\\"number\\\": 0, \\\"operating_class\\\": 0}, {\\\"number\\\": 0, \\\"operating_class\\\": 0}], \\\"duplicate\\\": 0, \\\"encoding\\\": 3, \\\"fill_channel\\\": 65535, \\\"num_channels\\\": 15, \\\"padding\\\": [0, 0, 0], \\\"step_count\\\": 3}, \\\"number\\\": 18}, {\\\"number\\\": 6}, {\\\"election_parameters_v2\\\": {\\\"distance_to_master\\\": 0, \\\"master_address\\\": \\\"72:43:16:91:57:d8\\\", \\\"master_count\\\": 1551, \\\"master_metric\\\": 65, \\\"other_address\\\": \\\"72:43:16:91:57:d8\\\", \\\"reserved\\\": 0, \\\"self_counter\\\": 1551, \\\"self_metric\\\": 65, \\\"unknown\\\": 0}, \\\"number\\\": 24}, {\\\"data_path_state\\\": {\\\"awdl_address\\\": \\\"\\\", \\\"awdl_data_state_umi\\\": null, \\\"country\\\": \\\"US\\\", \\\"extended_flags\\\": null, \\\"flags\\\": {\\\"awdl_address\\\": false, \\\"country_code\\\": true, \\\"extension_flags\\\": false, \\\"infra_address\\\": false, \\\"infra_bssid_and_channel\\\": false, \\\"is_airplay\\\": true, \\\"is_rangeable\\\": false, \\\"social_channels\\\": true, \\\"umi\\\": false, \\\"unicast_options\\\": false, \\\"unknown_10\\\": true, \\\"unknown_11\\\": false, \\\"unknown_13\\\": true, \\\"unknown_3\\\": true, \\\"unknown_5\\\": false, \\\"unknown_6\\\": true}, \\\"infrastructure_address\\\": \\\"\\\", \\\"infrastructure_bssid\\\": \\\"\\\", \\\"infrastructure_channel\\\": 0, \\\"log_trigger_id\\\": null, \\\"social_channel\\\": 0, \\\"social_channel_map\\\": {\\\"ch149\\\": true, \\\"ch44\\\": true, \\\"ch6\\\": true}, \\\"undecoded\\\": \\\"AAAAAAAANAByQxaRV9gEAAAAAAB9EQAADwYAAIMAAAAAAAAAfBAAAA==\\\", \\\"unicast_options\\\": null}, \\\"number\\\": 12}, {\\\"number\\\": 7}, {\\\"number\\\": 17}, {\\\"number\\\": 21}], \\\"url_id\\\": \\\"jdp20Y7O7yYlKyV7\\\", \\\"version\\\": \\\"1.0\\\"}, {\\\"arpa\\\": \\\"30190aa4-7c68-4ac0-a47a-b9b04d0ed21f.local\\\", \\\"client_mac\\\": \\\"B6:EC:48:52:7A:FA\\\", \\\"country\\\": \\\"US\\\", \\\"device_type\\\": \\\"iOS or watchOS\\\", \\\"first_seen\\\": \\\"2025-05-23T18:06:57.550270\\\", \\\"hostname\\\": \\\"CLink-eb867a2275a4\\\", \\\"infra_address\\\": \\\"\\\", \\\"infra_bssid\\\": \\\"\\\", \\\"infra_channel\\\": 0, \\\"is_airplay\\\": true, \\\"last_seen\\\": \\\"2025-05-23T18:06:57.550270\\\", \\\"packets\\\": 9, \\\"signal_dbm\\\": -82, \\\"signal_pct95\\\": -81, \\\"signal_pct99\\\": -81, \\\"tags\\\": [{\\\"number\\\": 4, \\\"sync_parameters\\\": {\\\"action_frame\\\": 110, \\\"ap_beacon_alignment_delta\\\": 0, \\\"availability_window_common_len\\\": 16, \\\"availability_window_ext_len\\\": 16, \\\"availability_window_period\\\": 16, \\\"aw_sequence_num\\\": 1762, \\\"awdl_flags\\\": 6144, \\\"channel_list\\\": [{\\\"flag\\\": 43, \\\"value\\\": 6}, {\\\"flag\\\": 0, \\\"value\\\": 0}, {\\\"flag\\\": 29, \\\"value\\\": 151}, {\\\"flag\\\": 0, \\\"value\\\": 0}, {\\\"flag\\\": 0, \\\"value\\\": 0}, {\\\"flag\\\": 0, \\\"value\\\": 0}, {\\\"flag\\\": 0, \\\"value\\\": 0}, {\\\"flag\\\": 0, \\\"value\\\": 0}, {\\\"flag\\\": 43, \\\"value\\\": 6}, {\\\"flag\\\": 0, \\\"value\\\": 0}, {\\\"flag\\\": 29, \\\"value\\\": 151}, {\\\"flag\\\": 0, \\\"value\\\": 0}, {\\\"flag\\\": 0, \\\"value\\\": 0}, {\\\"flag\\\": 0, \\\"value\\\": 0}, {\\\"flag\\\": 0, \\\"value\\\": 0}, {\\\"flag\\\": 0, \\\"value\\\": 0}], \\\"duplicate\\\": 0, \\\"encoding\\\": 1, \\\"fill_channel\\\": 65535, \\\"guard_time\\\": 0, \\\"master_address\\\": \\\"b6:ec:48:52:7a:fa\\\", \\\"master_channel\\\": 6, \\\"max_extension_count_for_action_frame\\\": 3, \\\"max_extension_count_for_multicast\\\": 3, \\\"max_extension_count_for_unicast\\\": 3, \\\"min_extension_count\\\": 3, \\\"new_aw_channel\\\": 6, \\\"num_channels\\\": 15, \\\"padding\\\": 0, \\\"presence_mode\\\": 4, \\\"remaining_availability_window_len\\\": 0, \\\"step_count\\\": 3, \\\"tx_counter\\\": 28, \\\"unknown\\\": 0}}, {\\\"election_parameters\\\": {\\\"distance_to_master\\\": 0, \\\"flags\\\": 0, \\\"id\\\": 0, \\\"master_address\\\": \\\"b6:ec:48:52:7a:fa\\\", \\\"master_metric\\\": 527, \\\"padding\\\": 0, \\\"self_metric\\\": 527, \\\"unknown\\\": 0}, \\\"number\\\": 5}, {\\\"channel_sequence\\\": {\\\"channel_list\\\": [{\\\"number\\\": 6, \\\"operating_class\\\": 81}, {\\\"number\\\": 0, \\\"operating_class\\\": 0}, {\\\"number\\\": 149, \\\"operating_class\\\": 128}, {\\\"number\\\": 0, \\\"operating_class\\\": 0}, {\\\"number\\\": 0, \\\"operating_class\\\": 0}, {\\\"number\\\": 0, \\\"operating_class\\\": 0}, {\\\"number\\\": 0, \\\"operating_class\\\": 0}, {\\\"number\\\": 0, \\\"operating_class\\\": 0}, {\\\"number\\\": 6, \\\"operating_class\\\": 81}, {\\\"number\\\": 0, \\\"operating_class\\\": 0}, {\\\"number\\\": 149, \\\"operating_class\\\": 128}, {\\\"number\\\": 0, \\\"operating_class\\\": 0}, {\\\"number\\\": 0, \\\"operating_class\\\": 0}, {\\\"number\\\": 0, \\\"operating_class\\\": 0}, {\\\"number\\\": 0, \\\"operating_class\\\": 0}, {\\\"number\\\": 0, \\\"operating_class\\\": 0}], \\\"duplicate\\\": 0, \\\"encoding\\\": 3, \\\"fill_channel\\\": 65535, \\\"num_channels\\\": 15, \\\"padding\\\": [0, 0, 0], \\\"step_count\\\": 3}, \\\"number\\\": 18}, {\\\"election_parameters_v2\\\": {\\\"distance_to_master\\\": 0, \\\"master_address\\\": \\\"b6:ec:48:52:7a:fa\\\", \\\"master_count\\\": 11, \\\"master_metric\\\": 527, \\\"other_address\\\": \\\"b6:ec:48:52:7a:fa\\\", \\\"reserved\\\": 0, \\\"self_counter\\\": 11, \\\"self_metric\\\": 527, \\\"unknown\\\": 0}, \\\"number\\\": 24}, {\\\"data_path_state\\\": {\\\"awdl_address\\\": \\\"\\\", \\\"awdl_data_state_umi\\\": null, \\\"country\\\": \\\"US\\\", \\\"extended_flags\\\": null, \\\"flags\\\": {\\\"awdl_address\\\": false, \\\"country_code\\\": true, \\\"extension_flags\\\": false, \\\"infra_address\\\": false, \\\"infra_bssid_and_channel\\\": false, \\\"is_airplay\\\": true, \\\"is_rangeable\\\": false, \\\"social_channels\\\": true, \\\"umi\\\": false, \\\"unicast_options\\\": false, \\\"unknown_10\\\": true, \\\"unknown_11\\\": false, \\\"unknown_13\\\": true, \\\"unknown_3\\\": true, \\\"unknown_5\\\": false, \\\"unknown_6\\\": true}, \\\"infrastructure_address\\\": \\\"\\\", \\\"infrastructure_bssid\\\": \\\"\\\", \\\"infrastructure_channel\\\": 0, \\\"log_trigger_id\\\": null, \\\"social_channel\\\": 0, \\\"social_channel_map\\\": {\\\"ch149\\\": true, \\\"ch44\\\": true, \\\"ch6\\\": true}, \\\"undecoded\\\": \\\"AAAAAAAAAAC27EhSevoEAAAAAAB9EQAACwAAAB9nAABABgAAFAAAAA==\\\", \\\"unicast_options\\\": null}, \\\"number\\\": 12}, {\\\"number\\\": 7}, {\\\"number\\\": 17}, {\\\"number\\\": 16}, {\\\"number\\\": 21}, {\\\"number\\\": 6}, {\\\"number\\\": 2, \\\"svc_response\\\": {\\\"name\\\": \\\"_companion-link._tcp.local\\\", \\\"srv_domain\\\": \\\"CLink-eb867a2275a4\\\", \\\"type\\\": 12}}, {\\\"number\\\": 2, \\\"svc_response\\\": {\\\"name\\\": \\\"clink-eb867a2275a4\\\\u000f_companion-link._tcp.local\\\", \\\"srv_port\\\": 54980, \\\"srv_target\\\": \\\"30190aa4-7c68-4ac0-a47a-b9b04d0ed21\\\", \\\"type\\\": 33}}, {\\\"number\\\": 2, \\\"svc_response\\\": {\\\"name\\\": \\\"clink-eb867a2275a4\\\\u000f_companion-link._tcp.local\\\", \\\"txt_labels\\\": [{\\\"key\\\": \\\"rpBA\\\", \\\"value\\\": \\\"7A:35:79:D3:24:BF\\\"}], \\\"type\\\": 16}}], \\\"url_id\\\": \\\"25gZj4EoXnAnaKye\\\", \\\"version\\\": \\\"1.0\\\"}, {\\\"arpa\\\": \\\"771d5239-4d21-4b3d-a629-f0afe78681e0.local\\\", \\\"client_mac\\\": \\\"2A:B5:1B:15:3A:FA\\\", \\\"country\\\": \\\"US\\\", \\\"device_type\\\": \\\"iOS or watchOS\\\", \\\"first_seen\\\": \\\"2025-05-23T17:53:08.917234\\\", \\\"hostname\\\": null, \\\"infra_address\\\": \\\"\\\", \\\"infra_bssid\\\": \\\"\\\", \\\"infra_channel\\\": 0, \\\"is_airplay\\\": true, \\\"last_seen\\\": \\\"2025-05-23T17:52:58.523178\\\", \\\"packets\\\": 22, \\\"signal_dbm\\\": -77, \\\"signal_pct95\\\": -76, \\\"signal_pct99\\\": -76, \\\"tags\\\": [{\\\"number\\\": 4, \\\"sync_parameters\\\": {\\\"action_frame\\\": 110, \\\"ap_beacon_alignment_delta\\\": 0, \\\"availability_window_common_len\\\": 16, \\\"availability_window_ext_len\\\": 16, \\\"availability_window_period\\\": 16, \\\"aw_sequence_num\\\": 63720, \\\"awdl_flags\\\": 6144, \\\"channel_list\\\": [{\\\"flag\\\": 29, \\\"value\\\": 151}, {\\\"flag\\\": 0, \\\"value\\\": 0}, {\\\"flag\\\": 29, \\\"value\\\": 151}, {\\\"flag\\\": 0, \\\"value\\\": 0}, {\\\"flag\\\": 0, \\\"value\\\": 0}, {\\\"flag\\\": 0, \\\"value\\\": 0}, {\\\"flag\\\": 0, \\\"value\\\": 0}, {\\\"flag\\\": 0, \\\"value\\\": 0}, {\\\"flag\\\": 43, \\\"value\\\": 6}, {\\\"flag\\\": 29, \\\"value\\\": 151}, {\\\"flag\\\": 29, \\\"value\\\": 151}, {\\\"flag\\\": 0, \\\"value\\\": 0}, {\\\"flag\\\": 0, \\\"value\\\": 0}, {\\\"flag\\\": 0, \\\"value\\\": 0}, {\\\"flag\\\": 0, \\\"value\\\": 0}, {\\\"flag\\\": 0, \\\"value\\\": 0}], \\\"duplicate\\\": 0, \\\"encoding\\\": 1, \\\"fill_channel\\\": 65535, \\\"guard_time\\\": 0, \\\"master_address\\\": \\\"aa:09:dd:b6:7f:26\\\", \\\"master_channel\\\": 6, \\\"max_extension_count_for_action_frame\\\": 3, \\\"max_extension_count_for_multicast\\\": 3, \\\"max_extension_count_for_unicast\\\": 3, \\\"min_extension_count\\\": 3, \\\"new_aw_channel\\\": 6, \\\"num_channels\\\": 15, \\\"padding\\\": 0, \\\"presence_mode\\\": 4, \\\"remaining_availability_window_len\\\": 15, \\\"step_count\\\": 3, \\\"tx_counter\\\": 63, \\\"unknown\\\": 0}}, {\\\"election_parameters\\\": {\\\"distance_to_master\\\": 1, \\\"flags\\\": 0, \\\"id\\\": 0, \\\"master_address\\\": \\\"aa:09:dd:b6:7f:26\\\", \\\"master_metric\\\": 531, \\\"padding\\\": 0, \\\"self_metric\\\": 526, \\\"unknown\\\": 0}, \\\"number\\\": 5}, {\\\"channel_sequence\\\": {\\\"channel_list\\\": [{\\\"number\\\": 149, \\\"operating_class\\\": 128}, {\\\"number\\\": 0, \\\"operating_class\\\": 0}, {\\\"number\\\": 149, \\\"operating_class\\\": 128}, {\\\"number\\\": 0, \\\"operating_class\\\": 0}, {\\\"number\\\": 0, \\\"operating_class\\\": 0}, {\\\"number\\\": 0, \\\"operating_class\\\": 0}, {\\\"number\\\": 0, \\\"operating_class\\\": 0}, {\\\"number\\\": 0, \\\"operating_class\\\": 0}, {\\\"number\\\": 6, \\\"operating_class\\\": 81}, {\\\"number\\\": 149, \\\"operating_class\\\": 128}, {\\\"number\\\": 149, \\\"operating_class\\\": 128}, {\\\"number\\\": 0, \\\"operating_class\\\": 0}, {\\\"number\\\": 0, \\\"operating_class\\\": 0}, {\\\"number\\\": 0, \\\"operating_class\\\": 0}, {\\\"number\\\": 0, \\\"operating_class\\\": 0}, {\\\"number\\\": 0, \\\"operating_class\\\": 0}], \\\"duplicate\\\": 0, \\\"encoding\\\": 3, \\\"fill_channel\\\": 65535, \\\"num_channels\\\": 15, \\\"padding\\\": [0, 0, 0], \\\"step_count\\\": 3}, \\\"number\\\": 18}, {\\\"number\\\": 6}, {\\\"election_parameters_v2\\\": {\\\"distance_to_master\\\": 1, \\\"master_address\\\": \\\"aa:09:dd:b6:7f:26\\\", \\\"master_count\\\": 836, \\\"master_metric\\\": 531, \\\"other_address\\\": \\\"aa:09:dd:b6:7f:26\\\", \\\"reserved\\\": 0, \\\"self_counter\\\": 1532, \\\"self_metric\\\": 526, \\\"unknown\\\": 0}, \\\"number\\\": 24}, {\\\"data_path_state\\\": {\\\"awdl_address\\\": \\\"\\\", \\\"awdl_data_state_umi\\\": null, \\\"country\\\": \\\"US\\\", \\\"extended_flags\\\": null, \\\"flags\\\": {\\\"awdl_address\\\": false, \\\"country_code\\\": true, \\\"extension_flags\\\": false, \\\"infra_address\\\": false, \\\"infra_bssid_and_channel\\\": false, \\\"is_airplay\\\": true, \\\"is_rangeable\\\": false, \\\"social_channels\\\": true, \\\"umi\\\": false, \\\"unicast_options\\\": false, \\\"unknown_10\\\": true, \\\"unknown_11\\\": false, \\\"unknown_13\\\": true, \\\"unknown_3\\\": true, \\\"unknown_5\\\": false, \\\"unknown_6\\\": true}, \\\"infrastructure_address\\\": \\\"\\\", \\\"infrastructure_bssid\\\": \\\"\\\", \\\"infrastructure_channel\\\": 0, \\\"log_trigger_id\\\": null, \\\"social_channel\\\": 0, \\\"social_channel_map\\\": {\\\"ch149\\\": true, \\\"ch44\\\": true, \\\"ch6\\\": true}, \\\"undecoded\\\": \\\"AAAAAAAANAAqtRsVOvoEAAAAAAB9EQAARAMAAA1mAADI+AAAExAAAA==\\\", \\\"unicast_options\\\": null}, \\\"number\\\": 12}, {\\\"number\\\": 7}, {\\\"number\\\": 17}, {\\\"number\\\": 21}], \\\"url_id\\\": \\\"6KJo843QozAZwXRO\\\", \\\"version\\\": \\\"1.0\\\"}, {\\\"arpa\\\": \\\"bd84faed-fcab-4e3f-8ec4-a71f79cd22f3.local\\\", \\\"client_mac\\\": \\\"AA:09:DD:B6:7F:26\\\", \\\"country\\\": \\\"US\\\", \\\"device_type\\\": \\\"iOS or watchOS\\\", \\\"first_seen\\\": \\\"2025-05-23T17:52:55.532127\\\", \\\"hostname\\\": null, \\\"infra_address\\\": \\\"\\\", \\\"infra_bssid\\\": \\\"\\\", \\\"infra_channel\\\": 0, \\\"is_airplay\\\": true, \\\"last_seen\\\": \\\"2025-05-23T17:52:58.579357\\\", \\\"packets\\\": 355, \\\"signal_dbm\\\": -81, \\\"signal_pct95\\\": -76, \\\"signal_pct99\\\": -75, \\\"tags\\\": [{\\\"number\\\": 4, \\\"sync_parameters\\\": {\\\"action_frame\\\": 110, \\\"ap_beacon_alignment_delta\\\": 0, \\\"availability_window_common_len\\\": 16, \\\"availability_window_ext_len\\\": 16, \\\"availability_window_period\\\": 16, \\\"aw_sequence_num\\\": 248, \\\"awdl_flags\\\": 6144, \\\"channel_list\\\": [{\\\"flag\\\": 29, \\\"value\\\": 38}, {\\\"flag\\\": 0, \\\"value\\\": 0}, {\\\"flag\\\": 29, \\\"value\\\": 151}, {\\\"flag\\\": 0, \\\"value\\\": 0}, {\\\"flag\\\": 0, \\\"value\\\": 0}, {\\\"flag\\\": 29, \\\"value\\\": 151}, {\\\"flag\\\": 29, \\\"value\\\": 38}, {\\\"flag\\\": 29, \\\"value\\\": 38}, {\\\"flag\\\": 43, \\\"value\\\": 6}, {\\\"flag\\\": 0, \\\"value\\\": 0}, {\\\"flag\\\": 29, \\\"value\\\": 151}, {\\\"flag\\\": 0, \\\"value\\\": 0}, {\\\"flag\\\": 0, \\\"value\\\": 0}, {\\\"flag\\\": 29, \\\"value\\\": 151}, {\\\"flag\\\": 29, \\\"value\\\": 38}, {\\\"flag\\\": 29, \\\"value\\\": 38}], \\\"duplicate\\\": 0, \\\"encoding\\\": 1, \\\"fill_channel\\\": 65535, \\\"guard_time\\\": 0, \\\"master_address\\\": \\\"aa:09:dd:b6:7f:26\\\", \\\"master_channel\\\": 6, \\\"max_extension_count_for_action_frame\\\": 3, \\\"max_extension_count_for_multicast\\\": 3, \\\"max_extension_count_for_unicast\\\": 3, \\\"min_extension_count\\\": 3, \\\"new_aw_channel\\\": 6, \\\"num_channels\\\": 15, \\\"padding\\\": 0, \\\"presence_mode\\\": 4, \\\"remaining_availability_window_len\\\": 5, \\\"step_count\\\": 3, \\\"tx_counter\\\": 53, \\\"unknown\\\": 0}}, {\\\"election_parameters\\\": {\\\"distance_to_master\\\": 0, \\\"flags\\\": 0, \\\"id\\\": 0, \\\"master_address\\\": \\\"aa:09:dd:b6:7f:26\\\", \\\"master_metric\\\": 515, \\\"padding\\\": 0, \\\"self_metric\\\": 515, \\\"unknown\\\": 0}, \\\"number\\\": 5}, {\\\"channel_sequence\\\": {\\\"channel_list\\\": [{\\\"number\\\": 36, \\\"operating_class\\\": 128}, {\\\"number\\\": 0, \\\"operating_class\\\": 0}, {\\\"number\\\": 149, \\\"operating_class\\\": 128}, {\\\"number\\\": 0, \\\"operating_class\\\": 0}, {\\\"number\\\": 0, \\\"operating_class\\\": 0}, {\\\"number\\\": 149, \\\"operating_class\\\": 128}, {\\\"number\\\": 36, \\\"operating_class\\\": 128}, {\\\"number\\\": 36, \\\"operating_class\\\": 128}, {\\\"number\\\": 6, \\\"operating_class\\\": 81}, {\\\"number\\\": 0, \\\"operating_class\\\": 0}, {\\\"number\\\": 149, \\\"operating_class\\\": 128}, {\\\"number\\\": 0, \\\"operating_class\\\": 0}, {\\\"number\\\": 0, \\\"operating_class\\\": 0}, {\\\"number\\\": 149, \\\"operating_class\\\": 128}, {\\\"number\\\": 36, \\\"operating_class\\\": 128}, {\\\"number\\\": 36, \\\"operating_class\\\": 128}], \\\"duplicate\\\": 0, \\\"encoding\\\": 3, \\\"fill_channel\\\": 65535, \\\"num_channels\\\": 15, \\\"padding\\\": [0, 0, 0], \\\"step_count\\\": 3}, \\\"number\\\": 18}, {\\\"number\\\": 6}, {\\\"election_parameters_v2\\\": {\\\"distance_to_master\\\": 0, \\\"master_address\\\": \\\"aa:09:dd:b6:7f:26\\\", \\\"master_count\\\": 465, \\\"master_metric\\\": 515, \\\"other_address\\\": \\\"aa:09:dd:b6:7f:26\\\", \\\"reserved\\\": 0, \\\"self_counter\\\": 465, \\\"self_metric\\\": 515, \\\"unknown\\\": 0}, \\\"number\\\": 24}, {\\\"data_path_state\\\": {\\\"awdl_address\\\": \\\"\\\", \\\"awdl_data_state_umi\\\": null, \\\"country\\\": \\\"US\\\", \\\"extended_flags\\\": null, \\\"flags\\\": {\\\"awdl_address\\\": false, \\\"country_code\\\": true, \\\"extension_flags\\\": false, \\\"infra_address\\\": false, \\\"infra_bssid_and_channel\\\": false, \\\"is_airplay\\\": true, \\\"is_rangeable\\\": false, \\\"social_channels\\\": true, \\\"umi\\\": false, \\\"unicast_options\\\": false, \\\"unknown_10\\\": true, \\\"unknown_11\\\": true, \\\"unknown_13\\\": true, \\\"unknown_3\\\": true, \\\"unknown_5\\\": false, \\\"unknown_6\\\": true}, \\\"infrastructure_address\\\": \\\"\\\", \\\"infrastructure_bssid\\\": \\\"\\\", \\\"infrastructure_channel\\\": 0, \\\"log_trigger_id\\\": null, \\\"social_channel\\\": 0, \\\"social_channel_map\\\": {\\\"ch149\\\": true, \\\"ch44\\\": true, \\\"ch6\\\": true}, \\\"undecoded\\\": \\\"AAAAAAAAJACqCd22fyYEAAAAAAB9EQAA0QEAAMkKAACgAAAAuAcAAA==\\\", \\\"unicast_options\\\": null}, \\\"number\\\": 12}, {\\\"number\\\": 7}, {\\\"number\\\": 17}, {\\\"number\\\": 21}], \\\"url_id\\\": \\\"rd7We4nlqnAOnE3X\\\", \\\"version\\\": \\\"1.0\\\"}, {\\\"arpa\\\": \\\"2fe2b77a-37b3-48c4-b812-71e96b6d7d27.local\\\", \\\"client_mac\\\": \\\"AA:09:DD:B6:7F:26\\\", \\\"country\\\": \\\"US\\\", \\\"device_type\\\": \\\"iOS or watchOS\\\", \\\"first_seen\\\": \\\"2025-05-23T16:41:53.598265\\\", \\\"hostname\\\": null, \\\"infra_address\\\": \\\"\\\", \\\"infra_bssid\\\": \\\"\\\", \\\"infra_channel\\\": 0, \\\"is_airplay\\\": true, \\\"last_seen\\\": \\\"2025-05-23T16:52:25.904104\\\", \\\"packets\\\": 335, \\\"signal_dbm\\\": -81, \\\"signal_pct95\\\": -75, \\\"signal_pct99\\\": -75, \\\"tags\\\": [{\\\"number\\\": 4, \\\"sync_parameters\\\": {\\\"action_frame\\\": 110, \\\"ap_beacon_alignment_delta\\\": 0, \\\"availability_window_common_len\\\": 16, \\\"availability_window_ext_len\\\": 16, \\\"availability_window_period\\\": 16, \\\"aw_sequence_num\\\": 248, \\\"awdl_flags\\\": 6144, \\\"channel_list\\\": [{\\\"flag\\\": 29, \\\"value\\\": 38}, {\\\"flag\\\": 0, \\\"value\\\": 0}, {\\\"flag\\\": 29, \\\"value\\\": 151}, {\\\"flag\\\": 0, \\\"value\\\": 0}, {\\\"flag\\\": 0, \\\"value\\\": 0}, {\\\"flag\\\": 29, \\\"value\\\": 151}, {\\\"flag\\\": 29, \\\"value\\\": 38}, {\\\"flag\\\": 29, \\\"value\\\": 38}, {\\\"flag\\\": 43, \\\"value\\\": 6}, {\\\"flag\\\": 0, \\\"value\\\": 0}, {\\\"flag\\\": 29, \\\"value\\\": 151}, {\\\"flag\\\": 0, \\\"value\\\": 0}, {\\\"flag\\\": 0, \\\"value\\\": 0}, {\\\"flag\\\": 29, \\\"value\\\": 151}, {\\\"flag\\\": 29, \\\"value\\\": 38}, {\\\"flag\\\": 29, \\\"value\\\": 38}], \\\"duplicate\\\": 0, \\\"encoding\\\": 1, \\\"fill_channel\\\": 65535, \\\"guard_time\\\": 0, \\\"master_address\\\": \\\"aa:09:dd:b6:7f:26\\\", \\\"master_channel\\\": 6, \\\"max_extension_count_for_action_frame\\\": 3, \\\"max_extension_count_for_multicast\\\": 3, \\\"max_extension_count_for_unicast\\\": 3, \\\"min_extension_count\\\": 3, \\\"new_aw_channel\\\": 6, \\\"num_channels\\\": 15, \\\"padding\\\": 0, \\\"presence_mode\\\": 4, \\\"remaining_availability_window_len\\\": 5, \\\"step_count\\\": 3, \\\"tx_counter\\\": 53, \\\"unknown\\\": 0}}, {\\\"election_parameters\\\": {\\\"distance_to_master\\\": 0, \\\"flags\\\": 0, \\\"id\\\": 0, \\\"master_address\\\": \\\"aa:09:dd:b6:7f:26\\\", \\\"master_metric\\\": 515, \\\"padding\\\": 0, \\\"self_metric\\\": 515, \\\"unknown\\\": 0}, \\\"number\\\": 5}, {\\\"channel_sequence\\\": {\\\"channel_list\\\": [{\\\"number\\\": 36, \\\"operating_class\\\": 128}, {\\\"number\\\": 0, \\\"operating_class\\\": 0}, {\\\"number\\\": 149, \\\"operating_class\\\": 128}, {\\\"number\\\": 0, \\\"operating_class\\\": 0}, {\\\"number\\\": 0, \\\"operating_class\\\": 0}, {\\\"number\\\": 149, \\\"operating_class\\\": 128}, {\\\"number\\\": 36, \\\"operating_class\\\": 128}, {\\\"number\\\": 36, \\\"operating_class\\\": 128}, {\\\"number\\\": 6, \\\"operating_class\\\": 81}, {\\\"number\\\": 0, \\\"operating_class\\\": 0}, {\\\"number\\\": 149, \\\"operating_class\\\": 128}, {\\\"number\\\": 0, \\\"operating_class\\\": 0}, {\\\"number\\\": 0, \\\"operating_class\\\": 0}, {\\\"number\\\": 149, \\\"operating_class\\\": 128}, {\\\"number\\\": 36, \\\"operating_class\\\": 128}, {\\\"number\\\": 36, \\\"operating_class\\\": 128}], \\\"duplicate\\\": 0, \\\"encoding\\\": 3, \\\"fill_channel\\\": 65535, \\\"num_channels\\\": 15, \\\"padding\\\": [0, 0, 0], \\\"step_count\\\": 3}, \\\"number\\\": 18}, {\\\"number\\\": 6}, {\\\"election_parameters_v2\\\": {\\\"distance_to_master\\\": 0, \\\"master_address\\\": \\\"aa:09:dd:b6:7f:26\\\", \\\"master_count\\\": 465, \\\"master_metric\\\": 515, \\\"other_address\\\": \\\"aa:09:dd:b6:7f:26\\\", \\\"reserved\\\": 0, \\\"self_counter\\\": 465, \\\"self_metric\\\": 515, \\\"unknown\\\": 0}, \\\"number\\\": 24}, {\\\"data_path_state\\\": {\\\"awdl_address\\\": \\\"\\\", \\\"awdl_data_state_umi\\\": null, \\\"country\\\": \\\"US\\\", \\\"extended_flags\\\": null, \\\"flags\\\": {\\\"awdl_address\\\": false, \\\"country_code\\\": true, \\\"extension_flags\\\": false, \\\"infra_address\\\": false, \\\"infra_bssid_and_channel\\\": false, \\\"is_airplay\\\": true, \\\"is_rangeable\\\": false, \\\"social_channels\\\": true, \\\"umi\\\": false, \\\"unicast_options\\\": false, \\\"unknown_10\\\": true, \\\"unknown_11\\\": true, \\\"unknown_13\\\": true, \\\"unknown_3\\\": true, \\\"unknown_5\\\": false, \\\"unknown_6\\\": true}, \\\"infrastructure_address\\\": \\\"\\\", \\\"infrastructure_bssid\\\": \\\"\\\", \\\"infrastructure_channel\\\": 0, \\\"log_trigger_id\\\": null, \\\"social_channel\\\": 0, \\\"social_channel_map\\\": {\\\"ch149\\\": true, \\\"ch44\\\": true, \\\"ch6\\\": true}, \\\"undecoded\\\": \\\"AAAAAAAAJACqCd22fyYEAAAAAAB9EQAA0QEAAMkKAACgAAAAuAcAAA==\\\", \\\"unicast_options\\\": null}, \\\"number\\\": 12}, {\\\"number\\\": 7}, {\\\"number\\\": 17}, {\\\"number\\\": 21}], \\\"url_id\\\": \\\"v1yr595Nn2AwaOoD\\\", \\\"version\\\": \\\"1.0\\\"}, {\\\"arpa\\\": \\\"af07c34b-8ac9-4504-a574-e6c76c419847.local\\\", \\\"client_mac\\\": \\\"E6:B4:9A:EC:7D:18\\\", \\\"country\\\": \\\"US\\\", \\\"device_type\\\": \\\"iOS or watchOS\\\", \\\"first_seen\\\": \\\"2025-05-23T16:13:03.751129\\\", \\\"hostname\\\": null, \\\"infra_address\\\": \\\"\\\", \\\"infra_bssid\\\": \\\"\\\", \\\"infra_channel\\\": 0, \\\"is_airplay\\\": true, \\\"last_seen\\\": \\\"2025-05-23T16:14:03.135623\\\", \\\"packets\\\": 45, \\\"signal_dbm\\\": -78, \\\"signal_pct95\\\": -76, \\\"signal_pct99\\\": -75, \\\"tags\\\": [{\\\"number\\\": 4, \\\"sync_parameters\\\": {\\\"action_frame\\\": 110, \\\"ap_beacon_alignment_delta\\\": 0, \\\"availability_window_common_len\\\": 16, \\\"availability_window_ext_len\\\": 16, \\\"availability_window_period\\\": 16, \\\"aw_sequence_num\\\": 41515, \\\"awdl_flags\\\": 6144, \\\"channel_list\\\": [{\\\"flag\\\": 29, \\\"value\\\": 151}, {\\\"flag\\\": 0, \\\"value\\\": 0}, {\\\"flag\\\": 29, \\\"value\\\": 151}, {\\\"flag\\\": 0, \\\"value\\\": 0}, {\\\"flag\\\": 0, \\\"value\\\": 0}, {\\\"flag\\\": 0, \\\"value\\\": 0}, {\\\"flag\\\": 0, \\\"value\\\": 0}, {\\\"flag\\\": 0, \\\"value\\\": 0}, {\\\"flag\\\": 43, \\\"value\\\": 6}, {\\\"flag\\\": 29, \\\"value\\\": 151}, {\\\"flag\\\": 29, \\\"value\\\": 151}, {\\\"flag\\\": 0, \\\"value\\\": 0}, {\\\"flag\\\": 0, \\\"value\\\": 0}, {\\\"flag\\\": 0, \\\"value\\\": 0}, {\\\"flag\\\": 0, \\\"value\\\": 0}, {\\\"flag\\\": 0, \\\"value\\\": 0}], \\\"duplicate\\\": 0, \\\"encoding\\\": 1, \\\"fill_channel\\\": 65535, \\\"guard_time\\\": 0, \\\"master_address\\\": \\\"ee:2d:cf:b5:0e:5c\\\", \\\"master_channel\\\": 6, \\\"max_extension_count_for_action_frame\\\": 3, \\\"max_extension_count_for_multicast\\\": 3, \\\"max_extension_count_for_unicast\\\": 3, \\\"min_extension_count\\\": 3, \\\"new_aw_channel\\\": 6, \\\"num_channels\\\": 15, \\\"padding\\\": 0, \\\"presence_mode\\\": 4, \\\"remaining_availability_window_len\\\": 0, \\\"step_count\\\": 3, \\\"tx_counter\\\": 11, \\\"unknown\\\": 0}}, {\\\"election_parameters\\\": {\\\"distance_to_master\\\": 1, \\\"flags\\\": 0, \\\"id\\\": 0, \\\"master_address\\\": \\\"ee:2d:cf:b5:0e:5c\\\", \\\"master_metric\\\": 526, \\\"padding\\\": 0, \\\"self_metric\\\": 518, \\\"unknown\\\": 0}, \\\"number\\\": 5}, {\\\"channel_sequence\\\": {\\\"channel_list\\\": [{\\\"number\\\": 149, \\\"operating_class\\\": 128}, {\\\"number\\\": 0, \\\"operating_class\\\": 0}, {\\\"number\\\": 149, \\\"operating_class\\\": 128}, {\\\"number\\\": 0, \\\"operating_class\\\": 0}, {\\\"number\\\": 0, \\\"operating_class\\\": 0}, {\\\"number\\\": 0, \\\"operating_class\\\": 0}, {\\\"number\\\": 0, \\\"operating_class\\\": 0}, {\\\"number\\\": 0, \\\"operating_class\\\": 0}, {\\\"number\\\": 6, \\\"operating_class\\\": 81}, {\\\"number\\\": 149, \\\"operating_class\\\": 128}, {\\\"number\\\": 149, \\\"operating_class\\\": 128}, {\\\"number\\\": 0, \\\"operating_class\\\": 0}, {\\\"number\\\": 0, \\\"operating_class\\\": 0}, {\\\"number\\\": 0, \\\"operating_class\\\": 0}, {\\\"number\\\": 0, \\\"operating_class\\\": 0}, {\\\"number\\\": 0, \\\"operating_class\\\": 0}], \\\"duplicate\\\": 0, \\\"encoding\\\": 3, \\\"fill_channel\\\": 65535, \\\"num_channels\\\": 15, \\\"padding\\\": [0, 0, 0], \\\"step_count\\\": 3}, \\\"number\\\": 18}, {\\\"number\\\": 6}, {\\\"election_parameters_v2\\\": {\\\"distance_to_master\\\": 1, \\\"master_address\\\": \\\"ee:2d:cf:b5:0e:5c\\\", \\\"master_count\\\": 567, \\\"master_metric\\\": 526, \\\"other_address\\\": \\\"ee:2d:cf:b5:0e:5c\\\", \\\"reserved\\\": 0, \\\"self_counter\\\": 1355, \\\"self_metric\\\": 518, \\\"unknown\\\": 0}, \\\"number\\\": 24}, {\\\"data_path_state\\\": {\\\"awdl_address\\\": \\\"\\\", \\\"awdl_data_state_umi\\\": null, \\\"country\\\": \\\"US\\\", \\\"extended_flags\\\": null, \\\"flags\\\": {\\\"awdl_address\\\": false, \\\"country_code\\\": true, \\\"extension_flags\\\": false, \\\"infra_address\\\": false, \\\"infra_bssid_and_channel\\\": false, \\\"is_airplay\\\": true, \\\"is_rangeable\\\": false, \\\"social_channels\\\": true, \\\"umi\\\": false, \\\"unicast_options\\\": false, \\\"unknown_10\\\": true, \\\"unknown_11\\\": false, \\\"unknown_13\\\": true, \\\"unknown_3\\\": true, \\\"unknown_5\\\": false, \\\"unknown_6\\\": true}, \\\"infrastructure_address\\\": \\\"\\\", \\\"infrastructure_bssid\\\": \\\"\\\", \\\"infrastructure_channel\\\": 0, \\\"log_trigger_id\\\": null, \\\"social_channel\\\": 0, \\\"social_channel_map\\\": {\\\"ch149\\\": true, \\\"ch44\\\": true, \\\"ch6\\\": true}, \\\"undecoded\\\": \\\"AAAAAAAANADmtJrsfRgEAAAAAAB9EQAANwIAAOoxAACgoQAAwQ4AAA==\\\", \\\"unicast_options\\\": null}, \\\"number\\\": 12}, {\\\"number\\\": 7}, {\\\"number\\\": 17}, {\\\"number\\\": 21}], \\\"url_id\\\": \\\"q2ZrVYdVqq9p1xmQ\\\", \\\"version\\\": \\\"1.0\\\"}, {\\\"arpa\\\": \\\"6c4f0c82-42e1-449d-8a20-6b2c128ddb2a.local\\\", \\\"client_mac\\\": \\\"AA:09:DD:B6:7F:26\\\", \\\"country\\\": \\\"US\\\", \\\"device_type\\\": \\\"iOS or watchOS\\\", \\\"first_seen\\\": \\\"2025-05-23T16:12:46.647374\\\", \\\"hostname\\\": null, \\\"infra_address\\\": \\\"\\\", \\\"infra_bssid\\\": \\\"\\\", \\\"infra_channel\\\": 0, \\\"is_airplay\\\": true, \\\"last_seen\\\": \\\"2025-05-23T16:12:46.647374\\\", \\\"packets\\\": 312, \\\"signal_dbm\\\": -81, \\\"signal_pct95\\\": -75, \\\"signal_pct99\\\": -75, \\\"tags\\\": [{\\\"number\\\": 4, \\\"sync_parameters\\\": {\\\"action_frame\\\": 110, \\\"ap_beacon_alignment_delta\\\": 0, \\\"availability_window_common_len\\\": 16, \\\"availability_window_ext_len\\\": 16, \\\"availability_window_period\\\": 16, \\\"aw_sequence_num\\\": 248, \\\"awdl_flags\\\": 6144, \\\"channel_list\\\": [{\\\"flag\\\": 29, \\\"value\\\": 38}, {\\\"flag\\\": 0, \\\"value\\\": 0}, {\\\"flag\\\": 29, \\\"value\\\": 151}, {\\\"flag\\\": 0, \\\"value\\\": 0}, {\\\"flag\\\": 0, \\\"value\\\": 0}, {\\\"flag\\\": 29, \\\"value\\\": 151}, {\\\"flag\\\": 29, \\\"value\\\": 38}, {\\\"flag\\\": 29, \\\"value\\\": 38}, {\\\"flag\\\": 43, \\\"value\\\": 6}, {\\\"flag\\\": 0, \\\"value\\\": 0}, {\\\"flag\\\": 29, \\\"value\\\": 151}, {\\\"flag\\\": 0, \\\"value\\\": 0}, {\\\"flag\\\": 0, \\\"value\\\": 0}, {\\\"flag\\\": 29, \\\"value\\\": 151}, {\\\"flag\\\": 29, \\\"value\\\": 38}, {\\\"flag\\\": 29, \\\"value\\\": 38}], \\\"duplicate\\\": 0, \\\"encoding\\\": 1, \\\"fill_channel\\\": 65535, \\\"guard_time\\\": 0, \\\"master_address\\\": \\\"aa:09:dd:b6:7f:26\\\", \\\"master_channel\\\": 6, \\\"max_extension_count_for_action_frame\\\": 3, \\\"max_extension_count_for_multicast\\\": 3, \\\"max_extension_count_for_unicast\\\": 3, \\\"min_extension_count\\\": 3, \\\"new_aw_channel\\\": 6, \\\"num_channels\\\": 15, \\\"padding\\\": 0, \\\"presence_mode\\\": 4, \\\"remaining_availability_window_len\\\": 5, \\\"step_count\\\": 3, \\\"tx_counter\\\": 53, \\\"unknown\\\": 0}}, {\\\"election_parameters\\\": {\\\"distance_to_master\\\": 0, \\\"flags\\\": 0, \\\"id\\\": 0, \\\"master_address\\\": \\\"aa:09:dd:b6:7f:26\\\", \\\"master_metric\\\": 515, \\\"padding\\\": 0, \\\"self_metric\\\": 515, \\\"unknown\\\": 0}, \\\"number\\\": 5}, {\\\"channel_sequence\\\": {\\\"channel_list\\\": [{\\\"number\\\": 36, \\\"operating_class\\\": 128}, {\\\"number\\\": 0, \\\"operating_class\\\": 0}, {\\\"number\\\": 149, \\\"operating_class\\\": 128}, {\\\"number\\\": 0, \\\"operating_class\\\": 0}, {\\\"number\\\": 0, \\\"operating_class\\\": 0}, {\\\"number\\\": 149, \\\"operating_class\\\": 128}, {\\\"number\\\": 36, \\\"operating_class\\\": 128}, {\\\"number\\\": 36, \\\"operating_class\\\": 128}, {\\\"number\\\": 6, \\\"operating_class\\\": 81}, {\\\"number\\\": 0, \\\"operating_class\\\": 0}, {\\\"number\\\": 149, \\\"operating_class\\\": 128}, {\\\"number\\\": 0, \\\"operating_class\\\": 0}, {\\\"number\\\": 0, \\\"operating_class\\\": 0}, {\\\"number\\\": 149, \\\"operating_class\\\": 128}, {\\\"number\\\": 36, \\\"operating_class\\\": 128}, {\\\"number\\\": 36, \\\"operating_class\\\": 128}], \\\"duplicate\\\": 0, \\\"encoding\\\": 3, \\\"fill_channel\\\": 65535, \\\"num_channels\\\": 15, \\\"padding\\\": [0, 0, 0], \\\"step_count\\\": 3}, \\\"number\\\": 18}, {\\\"number\\\": 6}, {\\\"election_parameters_v2\\\": {\\\"distance_to_master\\\": 0, \\\"master_address\\\": \\\"aa:09:dd:b6:7f:26\\\", \\\"master_count\\\": 465, \\\"master_metric\\\": 515, \\\"other_address\\\": \\\"aa:09:dd:b6:7f:26\\\", \\\"reserved\\\": 0, \\\"self_counter\\\": 465, \\\"self_metric\\\": 515, \\\"unknown\\\": 0}, \\\"number\\\": 24}, {\\\"data_path_state\\\": {\\\"awdl_address\\\": \\\"\\\", \\\"awdl_data_state_umi\\\": null, \\\"country\\\": \\\"US\\\", \\\"extended_flags\\\": null, \\\"flags\\\": {\\\"awdl_address\\\": false, \\\"country_code\\\": true, \\\"extension_flags\\\": false, \\\"infra_address\\\": false, \\\"infra_bssid_and_channel\\\": false, \\\"is_airplay\\\": true, \\\"is_rangeable\\\": false, \\\"social_channels\\\": true, \\\"umi\\\": false, \\\"unicast_options\\\": false, \\\"unknown_10\\\": true, \\\"unknown_11\\\": true, \\\"unknown_13\\\": true, \\\"unknown_3\\\": true, \\\"unknown_5\\\": false, \\\"unknown_6\\\": true}, \\\"infrastructure_address\\\": \\\"\\\", \\\"infrastructure_bssid\\\": \\\"\\\", \\\"infrastructure_channel\\\": 0, \\\"log_trigger_id\\\": null, \\\"social_channel\\\": 0, \\\"social_channel_map\\\": {\\\"ch149\\\": true, \\\"ch44\\\": true, \\\"ch6\\\": true}, \\\"undecoded\\\": \\\"AAAAAAAAJACqCd22fyYEAAAAAAB9EQAA0QEAAMkKAACgAAAAuAcAAA==\\\", \\\"unicast_options\\\": null}, \\\"number\\\": 12}, {\\\"number\\\": 7}, {\\\"number\\\": 17}, {\\\"number\\\": 21}], \\\"url_id\\\": \\\"1jlMV4JyV5YZzNWn\\\", \\\"version\\\": \\\"1.0\\\"}]}, {\\\"chart\\\": {\\\"data\\\": [{\\\"name\\\": \\\"\\\", \\\"value\\\": 1}, {\\\"name\\\": \\\"3A:60:F9:80:87:39\\\", \\\"value\\\": 1}], \\\"name\\\": \\\"Impacted AccessPoints\\\", \\\"type\\\": \\\"bar\\\"}, \\\"section\\\": {\\\"description\\\": \\\"When a WiFi network or client sends a deauthentication frame a coded field is used to describe the reason for the deauthentication.             These are the Events that get triggered when an invalid code is sent and may identify a suspicious actor trying to perform a Denial of Service attack, a failing Access Point or Client, or other suspicious activity.             Should a large number of frames be observed in an area or from singular device, further research should be performed.\\\", \\\"id\\\": \\\"invalid_deauth_codes\\\", \\\"name\\\": \\\"Invalid 802.11 Deauthentication Codes\\\"}, \\\"tableInfo\\\": [{\\\"ap_bssid\\\": \\\"\\\", \\\"count\\\": 1, \\\"identifier\\\": \\\"DEAUTHCODEINVALID\\\", \\\"message\\\": \\\"A deauthentication frame was observed in your airspace, which is highly unusual.\\\\nThis may be indicative of an ongoing attack in the area.\\\\n\\\\n* BSSID: 8A:31:7D:F1:49:EE\\\\n* ESSID:  (Hidden: true)\\\\n* Client: 36:60:F9:8C:B3:EC\\\\n* Code: 16456\\\", \\\"severity\\\": 4, \\\"source\\\": \\\"WIDS\\\", \\\"summary\\\": \\\"DEAUTHENTICATION WITH INVALID REASON CODE FROM 8A:31:7D:F1:49:EE\\\", \\\"timestamp\\\": \\\"2025-05-23T20:45:42.424266\\\", \\\"url_id\\\": \\\"eZ5nwAMad5RAMWlV\\\"}, {\\\"ap_bssid\\\": \\\"3A:60:F9:80:87:39\\\", \\\"count\\\": 1, \\\"identifier\\\": \\\"DEAUTHCODEINVALID\\\", \\\"message\\\": \\\"A deauthentication frame was observed in your airspace, which is highly unusual.\\\\nThis may be indicative of an ongoing attack in the area.\\\\n\\\\n* BSSID: 3A:60:F9:80:87:39\\\\n* ESSID: J-Sei (Hidden: false)\\\\n* Client: 0A:4D:1C:E4:9C:DC\\\\n* Code: 2812\\\", \\\"severity\\\": 4, \\\"source\\\": \\\"WIDS\\\", \\\"summary\\\": \\\"DEAUTHENTICATION WITH INVALID REASON CODE FROM 3A:60:F9:80:87:39\\\", \\\"timestamp\\\": \\\"2025-05-23T14:45:29.491169\\\", \\\"url_id\\\": \\\"6bvQz9ObazP41Pro\\\"}]}, {\\\"chart\\\": {\\\"data\\\": [], \\\"name\\\": \\\"Notable Events\\\", \\\"type\\\": \\\"bar\\\"}, \\\"section\\\": {\\\"description\\\": \\\"The following notable events were identified in the past 24 hours.\\\", \\\"id\\\": \\\"NotableEvents\\\", \\\"name\\\": \\\"Notable Events\\\"}, \\\"tableInfo\\\": []}, {\\\"chart\\\": {\\\"name\\\": \\\"Suspicious Bluetooth\\\", \\\"type\\\": \\\"bar\\\"}, \\\"section\\\": {\\\"description\\\": \\\"This is a list of Bluetooth devices appearing in your airspace in the past 24 hours.            Only those with the label Suspicious, Rogue, Tracker, or Spam are reported.\\\", \\\"id\\\": \\\"SuspiciousBluetooth\\\", \\\"name\\\": \\\"Suspicious Bluetooth\\\"}, \\\"tableInfo\\\": [{\\\"address\\\": \\\"80:E1:26:13:0F:BD\\\", \\\"ble\\\": true, \\\"classic\\\": false, \\\"connection_type\\\": \\\"CONNECTABLE\\\", \\\"device_name\\\": \\\"Rosmic\\\", \\\"device_type\\\": \\\"PUBLIC\\\", \\\"first_seen\\\": \\\"2024-07-05T20:39:53.908305\\\", \\\"info\\\": {\\\"advertisement_type\\\": \\\"ADV_IND\\\", \\\"approx_distance\\\": 3.1622776601683795, \\\"device\\\": {\\\"confidence\\\": 100, \\\"method\\\": \\\"Flipper Check\\\", \\\"name\\\": \\\"FlipperOUI\\\", \\\"type\\\": \\\"device\\\"}, \\\"dual_mode\\\": false, \\\"flags\\\": \\\"BR/EDR Not Supported\\\", \\\"manufacturer_data\\\": null, \\\"vendor\\\": {\\\"confidence\\\": 100, \\\"method\\\": \\\"Company ID\\\", \\\"name\\\": \\\"Ericsson AB\\\", \\\"type\\\": \\\"vendor\\\"}}, \\\"label\\\": \\\"Rogue\\\", \\\"last_seen\\\": \\\"2025-05-24T06:59:04.504960\\\", \\\"local_name\\\": \\\"Rosmic\\\", \\\"manufacturer\\\": \\\"Ericsson AB\\\", \\\"rssi\\\": -79, \\\"sensor_name\\\": \\\"062018V2A10300\\\", \\\"sensor_url_id\\\": \\\"lwLpB24e7ADmd8yx\\\", \\\"tags\\\": {\\\"Device\\\": \\\"Flipper Zero\\\", \\\"Threat\\\": \\\"Flipper Zero\\\", \\\"Vendor\\\": \\\"Flipper Zero\\\"}, \\\"url_id\\\": \\\"7q3MQw9RbL9gKVX8\\\"}, {\\\"address\\\": \\\"08:66:98:CB:69:A0\\\", \\\"ble\\\": true, \\\"classic\\\": true, \\\"connection_type\\\": \\\"CONNECTABLE\\\", \\\"device_name\\\": \\\"\\\", \\\"device_type\\\": \\\"PUBLIC\\\", \\\"first_seen\\\": \\\"2024-07-05T20:39:36.011648\\\", \\\"info\\\": {\\\"advertisement_type\\\": \\\"ADV_IND\\\", \\\"approx_distance\\\": 0.31622776601683794, \\\"dual_mode\\\": true, \\\"flags\\\": \\\"LE + BR/EDR (controller), LE + BR/EDR (host)\\\", \\\"manufacturer_data\\\": \\\"TAAQBQEQONhP\\\", \\\"tx_power_level\\\": 12, \\\"vendor\\\": {\\\"confidence\\\": 100, \\\"method\\\": \\\"Company ID\\\", \\\"name\\\": \\\"Apple, Inc.\\\", \\\"type\\\": \\\"vendor\\\"}}, \\\"label\\\": \\\"Suspicious\\\", \\\"last_seen\\\": \\\"2025-05-24T06:59:06.662165\\\", \\\"local_name\\\": \\\"\\\", \\\"manufacturer\\\": \\\"Apple, Inc.\\\", \\\"rssi\\\": -59, \\\"sensor_name\\\": \\\"062018V2A10300\\\", \\\"sensor_url_id\\\": \\\"lwLpB24e7ADmd8yx\\\", \\\"tags\\\": {\\\"Vendor\\\": \\\"Apple\\\"}, \\\"url_id\\\": \\\"Zab7n24PGkYp13qO\\\"}, {\\\"address\\\": \\\"E0:03:6B:DF:98:3F\\\", \\\"ble\\\": true, \\\"classic\\\": false, \\\"connection_type\\\": \\\"NOT CONNECTABLE\\\", \\\"device_name\\\": \\\"[TV] Samsung 6 Series (55)\\\", \\\"device_type\\\": \\\"PUBLIC\\\", \\\"first_seen\\\": \\\"2024-07-05T20:40:09.592428\\\", \\\"info\\\": {\\\"advertisement_type\\\": \\\"ADV_NONCONN_IND\\\", \\\"approx_distance\\\": 11.220184543019636, \\\"dual_mode\\\": false, \\\"flags\\\": \\\"\\\", \\\"manufacturer_data\\\": \\\"dQBCBAGAZuADa9+YP+IDa9+YPgEAAAAAAAA=\\\", \\\"vendor\\\": {\\\"confidence\\\": 100, \\\"method\\\": \\\"Company ID\\\", \\\"name\\\": \\\"Samsung Electronics Co. Ltd.\\\", \\\"type\\\": \\\"vendor\\\"}}, \\\"label\\\": \\\"Suspicious\\\", \\\"last_seen\\\": \\\"2025-05-24T06:59:05.963484\\\", \\\"local_name\\\": \\\"[TV] Samsung 6 Series (55)\\\", \\\"manufacturer\\\": \\\"Samsung Electronics Co. Ltd.\\\", \\\"rssi\\\": -90, \\\"sensor_name\\\": \\\"062018V2A10300\\\", \\\"sensor_url_id\\\": \\\"lwLpB24e7ADmd8yx\\\", \\\"tags\\\": {\\\"Vendor\\\": \\\"Samsung\\\"}, \\\"url_id\\\": \\\"grd7We4nkv9OnE3X\\\"}, {\\\"address\\\": \\\"D9:12:41:D0:68:B7\\\", \\\"ble\\\": true, \\\"classic\\\": false, \\\"connection_type\\\": \\\"NOT CONNECTABLE\\\", \\\"device_name\\\": \\\"\\\", \\\"device_type\\\": \\\"RANDOM\\\", \\\"first_seen\\\": \\\"2025-02-05T00:46:36.635233\\\", \\\"info\\\": {\\\"advertisement_type\\\": \\\"ADV_NONCONN_IND\\\", \\\"approx_distance\\\": 39.810717055349734, \\\"dual_mode\\\": false, \\\"flags\\\": \\\"BR/EDR Not Supported\\\", \\\"manufacturer_data\\\": null, \\\"service_data\\\": {\\\"feaf\\\": {\\\"data\\\": \\\"EwM2rtCeGzc2gzVjPPgBZAKwa4k=\\\", \\\"uuid\\\": \\\"r/4=\\\", \\\"vendor\\\": \\\"Nest Labs Inc\\\"}}, \\\"vendor\\\": {\\\"confidence\\\": 100, \\\"method\\\": \\\"Company ID\\\", \\\"name\\\": \\\"Ericsson AB\\\", \\\"type\\\": \\\"vendor\\\"}}, \\\"label\\\": \\\"Suspicious\\\", \\\"last_seen\\\": \\\"2025-05-24T05:38:57.081662\\\", \\\"local_name\\\": \\\"\\\", \\\"manufacturer\\\": \\\"Ericsson AB\\\", \\\"rssi\\\": -101, \\\"sensor_name\\\": \\\"062018V2A10300\\\", \\\"sensor_url_id\\\": \\\"lwLpB24e7ADmd8yx\\\", \\\"tags\\\": {\\\"Vendor\\\": \\\"Ericsson\\\"}, \\\"url_id\\\": \\\"lyeQL4kM3rjAGON7\\\"}, {\\\"address\\\": \\\"10:28:74:EF:59:C0\\\", \\\"ble\\\": true, \\\"classic\\\": true, \\\"connection_type\\\": \\\"CONNECTABLE\\\", \\\"device_name\\\": \\\"JBL Flip 5\\\", \\\"device_type\\\": \\\"PUBLIC\\\", \\\"first_seen\\\": \\\"2024-08-27T14:13:24.014824\\\", \\\"info\\\": {\\\"advertisement_type\\\": \\\"ADV_IND\\\", \\\"approx_distance\\\": 11.220184543019636, \\\"dual_mode\\\": true, \\\"flags\\\": \\\"LE + BR/EDR (controller), LE + BR/EDR (host)\\\", \\\"manufacturer_data\\\": \\\"VwAxHwE4qko=\\\", \\\"service_data\\\": {\\\"fddf\\\": {\\\"data\\\": \\\"\\\", \\\"uuid\\\": \\\"3/0=\\\", \\\"vendor\\\": \\\"Harman International\\\"}}, \\\"vendor\\\": {\\\"confidence\\\": 100, \\\"method\\\": \\\"Company ID\\\", \\\"name\\\": \\\"Harman International Industries, Inc.\\\", \\\"type\\\": \\\"vendor\\\"}}, \\\"label\\\": \\\"Suspicious\\\", \\\"last_seen\\\": \\\"2025-05-23T23:41:54.470738\\\", \\\"local_name\\\": \\\"JBL Flip 5\\\", \\\"manufacturer\\\": \\\"Harman International Industries, Inc.\\\", \\\"rssi\\\": -90, \\\"sensor_name\\\": \\\"062018V2A10300\\\", \\\"sensor_url_id\\\": \\\"lwLpB24e7ADmd8yx\\\", \\\"tags\\\": {}, \\\"url_id\\\": \\\"aLGyWAX8OL7AgQX1\\\"}, {\\\"address\\\": \\\"D0:C2:4E:9A:E3:F7\\\", \\\"ble\\\": true, \\\"classic\\\": false, \\\"connection_type\\\": \\\"NOT CONNECTABLE\\\", \\\"device_name\\\": \\\"\\\", \\\"device_type\\\": \\\"PUBLIC\\\", \\\"first_seen\\\": \\\"2024-10-11T22:11:34.090391\\\", \\\"info\\\": {\\\"advertisement_type\\\": \\\"ADV_NONCONN_IND\\\", \\\"approx_distance\\\": 70.79457843841381, \\\"dual_mode\\\": false, \\\"flags\\\": \\\"\\\", \\\"manufacturer_data\\\": \\\"dQBCBAGAYNDCTprj99LCTprj9gG7AAAAAAA=\\\", \\\"vendor\\\": {\\\"confidence\\\": 100, \\\"method\\\": \\\"Company ID\\\", \\\"name\\\": \\\"Samsung Electronics Co. Ltd.\\\", \\\"type\\\": \\\"vendor\\\"}}, \\\"label\\\": \\\"Suspicious\\\", \\\"last_seen\\\": \\\"2025-05-23T21:45:03.843748\\\", \\\"local_name\\\": \\\"\\\", \\\"manufacturer\\\": \\\"Samsung Electronics Co. Ltd.\\\", \\\"rssi\\\": -106, \\\"sensor_name\\\": \\\"062018V2A10300\\\", \\\"sensor_url_id\\\": \\\"lwLpB24e7ADmd8yx\\\", \\\"tags\\\": {\\\"Vendor\\\": \\\"Samsung\\\"}, \\\"url_id\\\": \\\"jdp20Y7gBzwYlKyV\\\"}]}], \\\"userPreferences\\\": {\\\"clientGroup\\\": [{\\\"color_code\\\": \\\"#ffa500\\\", \\\"event_severity\\\": 1, \\\"isolate_on_event\\\": null, \\\"max_isolation_time\\\": null, \\\"name\\\": \\\"Suspicious\\\", \\\"number\\\": 100, \\\"risk_multiplier\\\": 10}, {\\\"color_code\\\": \\\"#000000\\\", \\\"event_severity\\\": 0, \\\"isolate_on_event\\\": null, \\\"max_isolation_time\\\": null, \\\"name\\\": \\\"Unassigned\\\", \\\"number\\\": 99, \\\"risk_multiplier\\\": 1}, {\\\"color_code\\\": \\\"#800080\\\", \\\"event_severity\\\": 1, \\\"isolate_on_event\\\": null, \\\"max_isolation_time\\\": null, \\\"name\\\": \\\"Visitor\\\", \\\"number\\\": 4, \\\"risk_multiplier\\\": 2}, {\\\"color_code\\\": \\\"#0000ff\\\", \\\"event_severity\\\": 1, \\\"isolate_on_event\\\": null, \\\"max_isolation_time\\\": null, \\\"name\\\": \\\"Contractor\\\", \\\"number\\\": 3, \\\"risk_multiplier\\\": 3}, {\\\"color_code\\\": \\\"#90ee90\\\", \\\"event_severity\\\": 1, \\\"isolate_on_event\\\": null, \\\"max_isolation_time\\\": null, \\\"name\\\": \\\"Semi-Trusted\\\", \\\"number\\\": 2, \\\"risk_multiplier\\\": 4}, {\\\"color_code\\\": \\\"#008000\\\", \\\"event_severity\\\": 1, \\\"isolate_on_event\\\": null, \\\"max_isolation_time\\\": null, \\\"name\\\": \\\"Trusted\\\", \\\"number\\\": 1, \\\"risk_multiplier\\\": 5}], \\\"trustLevels\\\": [{\\\"name\\\": \\\"Rogue\\\", \\\"options\\\": {\\\"ap_timing\\\": 0, \\\"auto_connect_setting\\\": 100, \\\"color_code\\\": \\\"#ff0000\\\", \\\"essid_similarity_assignment\\\": 100, \\\"ok_to_connect\\\": [], \\\"similar_essid_severity\\\": 1, \\\"unapproved_client_severity\\\": 10}, \\\"trust_level\\\": 100}, {\\\"name\\\": \\\"Suspicious\\\", \\\"options\\\": {\\\"ap_timing\\\": 0, \\\"auto_connect_setting\\\": 100, \\\"color_code\\\": \\\"#ffa500\\\", \\\"essid_similarity_assignment\\\": 90, \\\"ok_to_connect\\\": [], \\\"similar_essid_severity\\\": 0, \\\"unapproved_client_severity\\\": 1}, \\\"trust_level\\\": 90}, {\\\"name\\\": \\\"AirDecoy\\\", \\\"options\\\": {\\\"ap_timing\\\": 0, \\\"auto_connect_setting\\\": 100, \\\"color_code\\\": \\\"#0091e2\\\", \\\"essid_similarity_assignment\\\": 90, \\\"ok_to_connect\\\": [], \\\"similar_essid_severity\\\": 0, \\\"unapproved_client_severity\\\": 5}, \\\"trust_level\\\": 80}, {\\\"name\\\": \\\"High Threat\\\", \\\"options\\\": {\\\"ap_timing\\\": 0, \\\"auto_connect_setting\\\": 99, \\\"color_code\\\": \\\"#f74500\\\", \\\"essid_similarity_assignment\\\": 90, \\\"ok_to_connect\\\": [], \\\"similar_essid_severity\\\": 0, \\\"unapproved_client_severity\\\": 8}, \\\"trust_level\\\": 71}, {\\\"name\\\": \\\"Suspected Neighbor\\\", \\\"options\\\": {\\\"ap_timing\\\": 0, \\\"auto_connect_setting\\\": 99, \\\"color_code\\\": \\\"#800080\\\", \\\"essid_similarity_assignment\\\": 61, \\\"ok_to_connect\\\": [], \\\"similar_essid_severity\\\": 0, \\\"unapproved_client_severity\\\": 0}, \\\"trust_level\\\": 61}, {\\\"name\\\": \\\"Unassigned\\\", \\\"options\\\": {\\\"ap_timing\\\": 0, \\\"auto_connect_setting\\\": 99, \\\"color_code\\\": \\\"#000000\\\", \\\"essid_similarity_assignment\\\": 50, \\\"ok_to_connect\\\": [], \\\"similar_essid_severity\\\": 0, \\\"unapproved_client_severity\\\": 0}, \\\"trust_level\\\": 50}, {\\\"name\\\": \\\"Neighbor\\\", \\\"options\\\": {\\\"ap_timing\\\": 0, \\\"auto_connect_setting\\\": 99, \\\"color_code\\\": \\\"#800080\\\", \\\"essid_similarity_assignment\\\": 30, \\\"ok_to_connect\\\": [], \\\"similar_essid_severity\\\": 0, \\\"unapproved_client_severity\\\": 0}, \\\"trust_level\\\": 30}, {\\\"name\\\": \\\"Guest\\\", \\\"options\\\": {\\\"ap_timing\\\": 0, \\\"auto_connect_setting\\\": 4, \\\"color_code\\\": \\\"#0000ff\\\", \\\"essid_similarity_assignment\\\": 20, \\\"ok_to_connect\\\": [3, 4], \\\"similar_essid_severity\\\": 5, \\\"unapproved_client_severity\\\": 5}, \\\"trust_level\\\": 20}, {\\\"name\\\": \\\"Semi-Trusted\\\", \\\"options\\\": {\\\"ap_timing\\\": 0, \\\"auto_connect_setting\\\": 2, \\\"color_code\\\": \\\"#90ee90\\\", \\\"essid_similarity_assignment\\\": 90, \\\"ok_to_connect\\\": [2, 3], \\\"similar_essid_severity\\\": 7, \\\"unapproved_client_severity\\\": 7}, \\\"trust_level\\\": 10}, {\\\"name\\\": \\\"Trusted\\\", \\\"options\\\": {\\\"ap_timing\\\": 0, \\\"auto_connect_setting\\\": 1, \\\"color_code\\\": \\\"#008000\\\", \\\"essid_similarity_assignment\\\": 100, \\\"ok_to_connect\\\": [1], \\\"similar_essid_severity\\\": 10, \\\"unapproved_client_severity\\\": 10}, \\\"trust_level\\\": 1}]}}, \\\"datetime\\\": \\\"2025-05-23\\\", \\\"status\\\": \\\"success\\\"}\",\n            \"type\": \"json\"\n        }\n    },\n    \"status\": \"success\"\n}"}],"_postman_id":"c76c8ca0-1880-413b-a090-4a2c8ac653e4"}],"id":"d0da639d-6426-45df-875c-20806b4c2a5e","description":"<p>List and retrieve daily reports</p>\n","_postman_id":"d0da639d-6426-45df-875c-20806b4c2a5e","auth":{"type":"bearer","bearer":{"token":"access_token"},"isInherited":true,"source":{"_postman_id":"d8f119ea-2083-456b-8a58-29991b8becad","id":"d8f119ea-2083-456b-8a58-29991b8becad","name":"802 Secure/LOCH Customer API","type":"collection"}}},{"name":"Rules, Policies, Notifiers","item":[{"name":"Rule List","event":[{"listen":"prerequest","script":{"id":"17a75eb1-476e-4890-aea4-57e7bca367ad","exec":[""],"type":"text/javascript"}}],"id":"f1ff149c-0fe7-42d9-b3b6-79ea2c0ffe02","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.802secure.net/apiv1/customer/rules","description":"<p>Retrieves ths list of rules.</p>\n","auth":{"type":"bearer","bearer":{"token":"access_token"},"isInherited":true,"source":{"_postman_id":"d8f119ea-2083-456b-8a58-29991b8becad","id":"d8f119ea-2083-456b-8a58-29991b8becad","name":"802 Secure/LOCH Customer API","type":"collection"}},"urlObject":{"path":["rules"],"host":["https://api.802secure.net/apiv1/customer"],"query":[],"variable":[]}},"response":[{"id":"683c8480-137b-4288-9081-02f9678907eb","name":"Rule List","originalRequest":{"method":"GET","header":[],"url":"https://api.802secure.net/apiv1/customer/rules"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 24 May 2025 16:47:50 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"cloudflare"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Cf-Ray","value":"944e46f33d61faae-SJC"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Encoding","value":"br"},{"key":"Cf-Cache-Status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v4?s=gairIhA6ZOx5kVys1482A%2Bd6eQKmlDfyti6A1qbjBL99YLkk7%2FBg3FWAgghT11oIw1ph5BeFzZRhuwXEZaO03YAzZorUqfhNhR5Dw%2FP%2BCN7vIXCtQ6jeF6nU5yPhFemRk8dga40A\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"Nel","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Strict-Transport-Security","value":"max-age=15552000"},{"key":"Set-Cookie","value":"session=4eaa8586-d5a3-4592-9bfd-79629d96877c.3_p3ows9PTKkfY_OH2s66tkGopM; HttpOnly; Path=/; Expires=Sat, 24 May 2025 17:47:50 GMT"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"},{"key":"server-timing","value":"cfL4;desc=\"?proto=TCP&rtt=0&min_rtt=0&rtt_var=0&sent=0&recv=0&lost=0&retrans=0&sent_bytes=0&recv_bytes=0&delivery_rate=0&cwnd=0&unsent_bytes=0&cid=fa678c7327e9591c&ts=330&x=0\""}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"data\": {\n        \"rules\": [\n            {\n                \"content\": {\n                    \"rules\": {\n                        \"condition\": \"AND\",\n                        \"rules\": [\n                            {\n                                \"field\": \"encryption\",\n                                \"id\": \"encryption\",\n                                \"input\": \"text\",\n                                \"operator\": \"in\",\n                                \"type\": \"string\",\n                                \"value\": \"WPA,WEP,None,WPA+TKIP\"\n                            }\n                        ],\n                        \"valid\": true\n                    },\n                    \"sql_string\": \"encryption IN('WEP,WPA,WPA+TKIP,None')\",\n                    \"table\": \"accesspoints\"\n                },\n                \"id\": \"6dWPjxYKx4nMkGyZ\",\n                \"name\": \"APs with Weak Encryption\",\n                \"policies\": [],\n                \"widgets\": [\n                    {\n                        \"id\": \"grd7We4nlAOnE3XR\",\n                        \"name\": \"APs with Weak Encryption\",\n                        \"settings\": {\n                            \"background_color\": \"#ff0000\",\n                            \"last\": 1440\n                        }\n                    }\n                ]\n            },\n            {\n                \"content\": {\n                    \"rules\": {\n                        \"condition\": \"AND\",\n                        \"rules\": [\n                            {\n                                \"field\": \"trust_level\",\n                                \"id\": \"trust_level\",\n                                \"input\": \"text\",\n                                \"operator\": \"in\",\n                                \"type\": \"string\",\n                                \"value\": \"100,90,71\"\n                            }\n                        ],\n                        \"valid\": true\n                    },\n                    \"sql_string\": \"trust_level IN('100,90,71')\",\n                    \"table\": \"accesspoints\"\n                },\n                \"id\": \"DQgp13Am89RbrG2x\",\n                \"name\": \"Rogue or Suspicious AP\",\n                \"policies\": [],\n                \"widgets\": [\n                    {\n                        \"id\": \"okLB1eAyg4nXKy2d\",\n                        \"name\": \"Rogue or Suspicious AP\",\n                        \"settings\": {\n                            \"background_color\": \"#ff0000\",\n                            \"last\": 1440\n                        }\n                    }\n                ]\n            },\n            {\n                \"content\": {\n                    \"rules\": {\n                        \"condition\": \"AND\",\n                        \"rules\": [\n                            {\n                                \"field\": \"identifier\",\n                                \"id\": \"identifier\",\n                                \"input\": \"text\",\n                                \"operator\": \"in\",\n                                \"type\": \"string\",\n                                \"value\": \"CAMERA DETECTED,SPY CAMERA DETECTED,DASH CAMERA DETECTED,CONSUMER CAMERA DETECTED\"\n                            }\n                        ],\n                        \"valid\": true\n                    },\n                    \"sql_string\": \"identifier IN('CAMERA DETECTED,SPY CAMERA DETECTED,DASH CAMERA DETECTED,CONSUMER CAMERA DETECTED')\",\n                    \"table\": \"events\"\n                },\n                \"id\": \"larBvWYQB47JmP6q\",\n                \"name\": \"Camera Detected\",\n                \"policies\": [\n                    {\n                        \"content\": {\n                            \"notifiers\": [],\n                            \"rules\": [\n                                \"larBvWYQB47JmP6q\"\n                            ]\n                        },\n                        \"id\": \"R25gZj4EdYnaKyex\",\n                        \"notifiers\": []\n                    }\n                ],\n                \"widgets\": [\n                    {\n                        \"id\": \"R25gZj4EdYnaKyex\",\n                        \"name\": \"Camera Detected\",\n                        \"settings\": {\n                            \"background_color\": \"#ff9000\",\n                            \"last\": 1440\n                        }\n                    }\n                ]\n            },\n            {\n                \"content\": {\n                    \"rules\": {\n                        \"condition\": \"AND\",\n                        \"rules\": [\n                            {\n                                \"field\": \"identifier\",\n                                \"id\": \"identifier\",\n                                \"input\": \"text\",\n                                \"operator\": \"in\",\n                                \"type\": \"string\",\n                                \"value\": \"ROKU DETECTED,AMAZON ECHO DETECTED,DIRECTV DEVICE DETECTED,GOOGLE HOME DETECTED,AMAZON FIRETV DETECTED,MEDICAL DEVICE DETECTED,THERMOSTAT DETECTED,LG SMART DEVICE DETECTED,SMART GARAGE HUB DETECTED,WIRELESS STORAGE DEVICE DETECTED,CAMERA DETECTED,DRONE DETECTED,WIFI PINEAPPLE DETECTED,SPY CAMERA DETECTED,CONSUMER CAMERA DETECTED,DASH CAMERA DETECTED,VEHICLE DETECTED,INDUSTRIAL IOT ROUTER DETECTED,WIFI TELEVISION DETECTED\"\n                            },\n                            {\n                                \"field\": \"acknowledged\",\n                                \"id\": \"acknowledged\",\n                                \"input\": \"radio\",\n                                \"operator\": \"equal\",\n                                \"type\": \"integer\",\n                                \"value\": 0\n                            }\n                        ],\n                        \"valid\": true\n                    },\n                    \"sql_string\": \"identifier IN('ROKU DETECTED,AMAZON ECHO DETECTED,DIRECTV DEVICE DETECTED,GOOGLE HOME DETECTED,AMAZON FIRETV DETECTED,MEDICAL DEVICE DETECTED,THERMOSTAT DETECTED,LG SMART DEVICE DETECTED,SMART GARAGE HUB DETECTED,WIRELESS STORAGE DEVICE DETECTED,CAMERA DETECTED,DRONE DETECTED,WIFI PINEAPPLE DETECTED,SPY CAMERA DETECTED,CONSUMER CAMERA DETECTED,DASH CAMERA DETECTED,VEHICLE DETECTED,INDUSTRIAL IOT ROUTER DETECTED,WIFI TELEVISION DETECTED') AND acknowledged = 0\",\n                    \"table\": \"events\"\n                },\n                \"id\": \"5273rPYL69ZboKq1\",\n                \"name\": \"New IoT Devices\",\n                \"policies\": [],\n                \"widgets\": [\n                    {\n                        \"id\": \"ajdp20Y7Q9lKyV7G\",\n                        \"name\": \"New IoT Devices\",\n                        \"settings\": {\n                            \"background_color\": \"#0086dd\",\n                            \"last\": 1440\n                        }\n                    }\n                ]\n            },\n            {\n                \"content\": {\n                    \"rules\": {\n                        \"condition\": \"AND\",\n                        \"rules\": [\n                            {\n                                \"field\": \"identifier\",\n                                \"id\": \"identifier\",\n                                \"input\": \"text\",\n                                \"operator\": \"in\",\n                                \"type\": \"string\",\n                                \"value\": \"TRUST POLICY VIOLATION\"\n                            }\n                        ],\n                        \"valid\": true\n                    },\n                    \"sql_string\": \"identifier IN('TRUST POLICY VIOLATION')\",\n                    \"table\": \"events\"\n                },\n                \"id\": \"nRZgwmYg2A8qXEyj\",\n                \"name\": \"Client Connected to Wrong Network\",\n                \"policies\": [],\n                \"widgets\": [\n                    {\n                        \"id\": \"8VwzrOY1796KkLpl\",\n                        \"name\": \"Client Connected to Wrong Network\",\n                        \"settings\": {\n                            \"background_color\": \"#ff0000\",\n                            \"last\": 1440\n                        }\n                    }\n                ]\n            },\n            {\n                \"content\": {\n                    \"rules\": {\n                        \"condition\": \"AND\",\n                        \"rules\": [\n                            {\n                                \"field\": \"trust_level\",\n                                \"id\": \"trust_level\",\n                                \"input\": \"text\",\n                                \"operator\": \"in\",\n                                \"type\": \"string\",\n                                \"value\": \"61,71\"\n                            }\n                        ],\n                        \"valid\": true\n                    },\n                    \"sql_string\": \"trust_level IN('61,71')\",\n                    \"table\": \"accesspoints\"\n                },\n                \"id\": \"6Ezv0w9DnYKZjWob\",\n                \"name\": \"Unassigned Neighbor APs\",\n                \"policies\": [],\n                \"widgets\": [\n                    {\n                        \"id\": \"7q3MQw9Re4gKVX8O\",\n                        \"name\": \"Unassigned Neighbor APs\",\n                        \"settings\": {\n                            \"background_color\": \"#ff0000\",\n                            \"last\": 1440\n                        }\n                    }\n                ]\n            },\n            {\n                \"content\": {\n                    \"rules\": {\n                        \"condition\": \"AND\",\n                        \"rules\": [\n                            {\n                                \"field\": \"encryption\",\n                                \"id\": \"encryption\",\n                                \"input\": \"text\",\n                                \"operator\": \"in\",\n                                \"type\": \"string\",\n                                \"value\": \"WPA,WEP,None,WPA+TKIP\"\n                            },\n                            {\n                                \"field\": \"trust_level\",\n                                \"id\": \"trust_level\",\n                                \"input\": \"text\",\n                                \"operator\": \"in\",\n                                \"type\": \"string\",\n                                \"value\": \"1,10\"\n                            }\n                        ],\n                        \"valid\": true\n                    },\n                    \"sql_string\": \"encryption IN('WPA,WEP,None,WPA+TKIP') AND ( trust_level IN('1,10') ) \",\n                    \"table\": \"accesspoints\"\n                },\n                \"id\": \"lwLpB24e7ADmd8yx\",\n                \"name\": \"Trusted AP with Weak Encryption\",\n                \"policies\": [],\n                \"widgets\": [\n                    {\n                        \"id\": \"Mxqj1wYb89kgQ6Ed\",\n                        \"name\": \"Trusted AP with Weak Encryption\",\n                        \"settings\": {\n                            \"background_color\": \"#ff0000\",\n                            \"last\": 1440\n                        }\n                    }\n                ]\n            },\n            {\n                \"content\": {\n                    \"rules\": {\n                        \"condition\": \"AND\",\n                        \"rules\": [\n                            {\n                                \"field\": \"identifier\",\n                                \"id\": \"identifier\",\n                                \"input\": \"text\",\n                                \"operator\": \"in\",\n                                \"type\": \"string\",\n                                \"value\": \"DRONE DETECTED\"\n                            }\n                        ],\n                        \"valid\": true\n                    },\n                    \"sql_string\": \"identifier IN('DRONE DETECTED')\",\n                    \"table\": \"events\"\n                },\n                \"id\": \"pRGol6A63YjBKngE\",\n                \"name\": \"Drone Detected\",\n                \"policies\": [],\n                \"widgets\": [\n                    {\n                        \"id\": \"G6bvQz9OG91PropL\",\n                        \"name\": \"Drone Detected\",\n                        \"settings\": {\n                            \"background_color\": \"#0086dd\",\n                            \"last\": 1440\n                        }\n                    }\n                ]\n            },\n            {\n                \"content\": {\n                    \"rules\": {\n                        \"condition\": \"AND\",\n                        \"rules\": [\n                            {\n                                \"field\": \"identifier\",\n                                \"id\": \"identifier\",\n                                \"input\": \"text\",\n                                \"operator\": \"in\",\n                                \"type\": \"string\",\n                                \"value\": \"TRUST POLICY VIOLATION\"\n                            }\n                        ],\n                        \"valid\": true\n                    },\n                    \"sql_string\": \"identifier IN('TRUST POLICY VIOLATION')\",\n                    \"table\": \"events\"\n                },\n                \"id\": \"BV52oD90O4eWakNL\",\n                \"name\": \"Trust Policy Violations\",\n                \"policies\": [\n                    {\n                        \"content\": {\n                            \"notifiers\": [],\n                            \"rules\": [\n                                \"BV52oD90O4eWakNL\"\n                            ]\n                        },\n                        \"id\": \"grd7We4nlAOnE3XR\",\n                        \"notifiers\": []\n                    }\n                ],\n                \"widgets\": []\n            },\n            {\n                \"content\": {\n                    \"rules\": {\n                        \"condition\": \"AND\",\n                        \"rules\": [\n                            {\n                                \"field\": \"source\",\n                                \"id\": \"source\",\n                                \"input\": \"checkbox\",\n                                \"operator\": \"in\",\n                                \"type\": \"string\",\n                                \"value\": [\n                                    \"WIDS\"\n                                ]\n                            },\n                            {\n                                \"field\": \"severity\",\n                                \"id\": \"severity\",\n                                \"input\": \"number\",\n                                \"operator\": \"greater_or_equal\",\n                                \"type\": \"integer\",\n                                \"value\": 8\n                            },\n                            {\n                                \"field\": \"accesspoint.trust_level\",\n                                \"id\": \"accesspoint.trust_level\",\n                                \"input\": \"text\",\n                                \"operator\": \"in\",\n                                \"type\": \"string\",\n                                \"value\": \"1,10\"\n                            }\n                        ],\n                        \"valid\": true\n                    },\n                    \"sql_string\": \"source IN('WIDS') AND severity >= 8 AND accesspoint.trust_level IN('1,10')\",\n                    \"table\": \"events\"\n                },\n                \"id\": \"dqDgEZ9WdA6KNPoO\",\n                \"name\": \"Critical IDS Events\",\n                \"policies\": [],\n                \"widgets\": [\n                    {\n                        \"id\": \"6dWPjxYKx4nMkGyZ\",\n                        \"name\": \"Critical IDS Events\",\n                        \"settings\": {\n                            \"background_color\": \"#ff0000\",\n                            \"last\": 1440\n                        }\n                    }\n                ]\n            },\n            {\n                \"content\": {\n                    \"rules\": {\n                        \"condition\": \"OR\",\n                        \"rules\": [\n                            {\n                                \"field\": \"acknowledged\",\n                                \"id\": \"acknowledged\",\n                                \"input\": \"radio\",\n                                \"operator\": \"equal\",\n                                \"type\": \"integer\",\n                                \"value\": \"1\"\n                            },\n                            {\n                                \"field\": \"acknowledged\",\n                                \"id\": \"acknowledged\",\n                                \"input\": \"radio\",\n                                \"operator\": \"equal\",\n                                \"type\": \"integer\",\n                                \"value\": \"0\"\n                            }\n                        ],\n                        \"valid\": true\n                    },\n                    \"sql_string\": \"acknowledged = 1 OR acknowledged = 0\",\n                    \"table\": \"events\"\n                },\n                \"id\": \"5jdGWa9V0Yzxo673\",\n                \"name\": \"Events Last 24hr\",\n                \"policies\": [],\n                \"widgets\": [\n                    {\n                        \"id\": \"xKwoZqAGB98B3PdO\",\n                        \"name\": \"Events Last 24hr\",\n                        \"settings\": {\n                            \"background_color\": \"#0086dd\",\n                            \"last\": 1440\n                        }\n                    }\n                ]\n            },\n            {\n                \"content\": {\n                    \"event_identifiers\": [],\n                    \"last\": 1440,\n                    \"rules\": {\n                        \"condition\": \"AND\",\n                        \"rules\": [\n                            {\n                                \"field\": \"essid\",\n                                \"id\": \"essid\",\n                                \"input\": \"text\",\n                                \"operator\": \"contains\",\n                                \"type\": \"string\",\n                                \"value\": \"Setup\"\n                            }\n                        ],\n                        \"valid\": true\n                    },\n                    \"sql_string\": \"essid%20LIKE%20'%25Setup%25'\",\n                    \"table\": \"accesspoints\"\n                },\n                \"id\": \"waLGyWAXG9gQX1j6\",\n                \"name\": \"Devices in Setup Mode\",\n                \"policies\": [],\n                \"widgets\": [\n                    {\n                        \"id\": \"EBvpRXABoYZwyn8k\",\n                        \"name\": \"Devices in Setup Mode\",\n                        \"settings\": {\n                            \"background_color\": \"#0086DD\",\n                            \"last\": 1440\n                        }\n                    }\n                ]\n            },\n            {\n                \"content\": {\n                    \"event_identifiers\": [],\n                    \"last\": 1440,\n                    \"rules\": {\n                        \"condition\": \"OR\",\n                        \"rules\": [\n                            {\n                                \"field\": \"label\",\n                                \"id\": \"label\",\n                                \"input\": \"checkbox\",\n                                \"operator\": \"in\",\n                                \"type\": \"string\",\n                                \"value\": [\n                                    \"Suspicious\",\n                                    \"Rogue\",\n                                    \"Unknown\"\n                                ]\n                            },\n                            {\n                                \"field\": \"threat_level\",\n                                \"id\": \"threat_level\",\n                                \"input\": \"number\",\n                                \"operator\": \"greater_or_equal\",\n                                \"type\": \"integer\",\n                                \"value\": 10\n                            }\n                        ],\n                        \"valid\": true\n                    },\n                    \"sql_string\": \"label%20IN('Suspicious'%2C%20'Rogue'%2C%20'Unknown')%20OR%20threat_level%20%3E%3D%2010\",\n                    \"table\": \"celltowers\"\n                },\n                \"id\": \"xDMB3yANzA8eRlJZ\",\n                \"name\": \"Risky Cell Towers\",\n                \"policies\": [],\n                \"widgets\": [\n                    {\n                        \"id\": \"DQgp13Am89RbrG2x\",\n                        \"name\": \"Risky Cell Towers\",\n                        \"settings\": {\n                            \"background_color\": \"#0086DD\",\n                            \"last\": 1440\n                        }\n                    }\n                ]\n            },\n            {\n                \"content\": {\n                    \"rules\": {\n                        \"condition\": \"AND\",\n                        \"rules\": [\n                            {\n                                \"field\": \"identifier\",\n                                \"id\": \"identifier\",\n                                \"input\": \"text\",\n                                \"operator\": \"in\",\n                                \"type\": \"string\",\n                                \"value\": \"WIFI CLIENT AUTOMATICALLY ISOLATED\"\n                            }\n                        ],\n                        \"valid\": true\n                    },\n                    \"sql_string\": \"identifier IN('WIFI CLIENT AUTOMATICALLY ISOLATED')\",\n                    \"table\": \"events\"\n                },\n                \"id\": \"xLDpNwY2nYXbWvnr\",\n                \"name\": \"Trust Policy Automatic Deauth\",\n                \"policies\": [\n                    {\n                        \"content\": {\n                            \"notifiers\": [],\n                            \"rules\": [\n                                \"xLDpNwY2nYXbWvnr\"\n                            ]\n                        },\n                        \"id\": \"ajdp20Y7Q9lKyV7G\",\n                        \"notifiers\": []\n                    }\n                ],\n                \"widgets\": []\n            }\n        ]\n    },\n    \"status\": \"success\"\n}"}],"_postman_id":"f1ff149c-0fe7-42d9-b3b6-79ea2c0ffe02"},{"name":"Policy List","event":[{"listen":"prerequest","script":{"id":"17a75eb1-476e-4890-aea4-57e7bca367ad","exec":[""],"type":"text/javascript"}}],"id":"71e2708b-71a7-459b-8abb-5c22950cb21d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.802secure.net/apiv1/customer/policies","description":"<p>Retrieves ths list of policies with their rules and notifiers.</p>\n","auth":{"type":"bearer","bearer":{"token":"access_token"},"isInherited":true,"source":{"_postman_id":"d8f119ea-2083-456b-8a58-29991b8becad","id":"d8f119ea-2083-456b-8a58-29991b8becad","name":"802 Secure/LOCH Customer API","type":"collection"}},"urlObject":{"path":["policies"],"host":["https://api.802secure.net/apiv1/customer"],"query":[],"variable":[]}},"response":[{"id":"c4e94bba-8a4c-409a-8639-1e97c636325c","name":"Policy List","originalRequest":{"method":"GET","header":[],"url":"https://api.802secure.net/apiv1/customer/policies"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 24 May 2025 16:48:39 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"cloudflare"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Cf-Ray","value":"944e482458abfaae-SJC"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Encoding","value":"br"},{"key":"Cf-Cache-Status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v4?s=Cs4T956EVw86BoXHJk5KwyMdtaFFPuaRzhGEgoRhGPb0lnyrqOVrFhCvkq5f9zaidbQRQDwPH9bvsimYExPv7hTfvWzWGzFtbM7Bt6ELZrbvr8MBM0akhP76%2BVrwspEW4lVFidlm\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"Nel","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Strict-Transport-Security","value":"max-age=15552000"},{"key":"Set-Cookie","value":"session=4eaa8586-d5a3-4592-9bfd-79629d96877c.3_p3ows9PTKkfY_OH2s66tkGopM; HttpOnly; Path=/; Expires=Sat, 24 May 2025 17:48:39 GMT"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"},{"key":"server-timing","value":"cfL4;desc=\"?proto=TCP&rtt=0&min_rtt=0&rtt_var=0&sent=0&recv=0&lost=0&retrans=0&sent_bytes=0&recv_bytes=0&delivery_rate=0&cwnd=0&unsent_bytes=0&cid=fa678c7327e9591c&ts=48996&x=0\""}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"policies\": [\n            {\n                \"content\": {\n                    \"notifiers\": [],\n                    \"rules\": [\n                        \"BV52oD90O4eWakNL\"\n                    ]\n                },\n                \"id\": \"grd7We4nlAOnE3XR\",\n                \"name\": \"Trust Policy Violations\",\n                \"notifiers\": [],\n                \"rules\": [\n                    {\n                        \"content\": {\n                            \"rules\": {\n                                \"condition\": \"AND\",\n                                \"rules\": [\n                                    {\n                                        \"field\": \"identifier\",\n                                        \"id\": \"identifier\",\n                                        \"input\": \"text\",\n                                        \"operator\": \"in\",\n                                        \"type\": \"string\",\n                                        \"value\": \"TRUST POLICY VIOLATION\"\n                                    }\n                                ],\n                                \"valid\": true\n                            },\n                            \"sql_string\": \"identifier IN('TRUST POLICY VIOLATION')\",\n                            \"table\": \"events\"\n                        },\n                        \"id\": \"BV52oD90O4eWakNL\",\n                        \"name\": \"Trust Policy Violations\"\n                    }\n                ]\n            },\n            {\n                \"content\": {\n                    \"notifiers\": [],\n                    \"rules\": [\n                        \"larBvWYQB47JmP6q\"\n                    ]\n                },\n                \"id\": \"R25gZj4EdYnaKyex\",\n                \"name\": \"Cameras Detected\",\n                \"notifiers\": [],\n                \"rules\": [\n                    {\n                        \"content\": {\n                            \"rules\": {\n                                \"condition\": \"AND\",\n                                \"rules\": [\n                                    {\n                                        \"field\": \"identifier\",\n                                        \"id\": \"identifier\",\n                                        \"input\": \"text\",\n                                        \"operator\": \"in\",\n                                        \"type\": \"string\",\n                                        \"value\": \"CAMERA DETECTED,SPY CAMERA DETECTED,DASH CAMERA DETECTED,CONSUMER CAMERA DETECTED\"\n                                    }\n                                ],\n                                \"valid\": true\n                            },\n                            \"sql_string\": \"identifier IN('CAMERA DETECTED,SPY CAMERA DETECTED,DASH CAMERA DETECTED,CONSUMER CAMERA DETECTED')\",\n                            \"table\": \"events\"\n                        },\n                        \"id\": \"larBvWYQB47JmP6q\",\n                        \"name\": \"Camera Detected\"\n                    }\n                ]\n            },\n            {\n                \"content\": {\n                    \"notifiers\": [],\n                    \"rules\": [\n                        \"xLDpNwY2nYXbWvnr\"\n                    ]\n                },\n                \"id\": \"ajdp20Y7Q9lKyV7G\",\n                \"name\": \"Automatic Deauth\",\n                \"notifiers\": [],\n                \"rules\": [\n                    {\n                        \"content\": {\n                            \"rules\": {\n                                \"condition\": \"AND\",\n                                \"rules\": [\n                                    {\n                                        \"field\": \"identifier\",\n                                        \"id\": \"identifier\",\n                                        \"input\": \"text\",\n                                        \"operator\": \"in\",\n                                        \"type\": \"string\",\n                                        \"value\": \"WIFI CLIENT AUTOMATICALLY ISOLATED\"\n                                    }\n                                ],\n                                \"valid\": true\n                            },\n                            \"sql_string\": \"identifier IN('WIFI CLIENT AUTOMATICALLY ISOLATED')\",\n                            \"table\": \"events\"\n                        },\n                        \"id\": \"xLDpNwY2nYXbWvnr\",\n                        \"name\": \"Trust Policy Automatic Deauth\"\n                    }\n                ]\n            }\n        ]\n    },\n    \"status\": \"success\"\n}"}],"_postman_id":"71e2708b-71a7-459b-8abb-5c22950cb21d"},{"name":"Notifier List","event":[{"listen":"prerequest","script":{"id":"17a75eb1-476e-4890-aea4-57e7bca367ad","exec":[""],"type":"text/javascript"}}],"id":"ceb27a66-36e2-4853-88dc-7bf3a2efc750","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.802secure.net/apiv1/customer/notifiers","description":"<p>Retrieves ths list of notifiers with their policies.</p>\n","auth":{"type":"bearer","bearer":{"token":"access_token"},"isInherited":true,"source":{"_postman_id":"d8f119ea-2083-456b-8a58-29991b8becad","id":"d8f119ea-2083-456b-8a58-29991b8becad","name":"802 Secure/LOCH Customer API","type":"collection"}},"urlObject":{"path":["notifiers"],"host":["https://api.802secure.net/apiv1/customer"],"query":[],"variable":[]}},"response":[{"id":"e89724fc-c5d8-419d-a80f-a2dcf6ac90d6","name":"Notifier List","originalRequest":{"method":"GET","header":[],"url":"https://api.802secure.net/apiv1/customer/notifiers"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 24 May 2025 16:49:37 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"cloudflare"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Cf-Ray","value":"944e4990c937faae-SJC"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Encoding","value":"br"},{"key":"Cf-Cache-Status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v4?s=8iWJ%2BIeJfr%2Bjo%2FIEupI%2FOI3uMGBKQDsQFo1N%2FzD8kDIm8V1bygr8iFOMhvPpvXIztGOIbvuBeeLx0tEZ8SofuxmTMhAgdkCTrqk70Il8lMlBmbQ%2FPXKBsg7C%2FYcdKF7YnVptBY0C\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"Nel","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Strict-Transport-Security","value":"max-age=15552000"},{"key":"Set-Cookie","value":"session=4eaa8586-d5a3-4592-9bfd-79629d96877c.3_p3ows9PTKkfY_OH2s66tkGopM; HttpOnly; Path=/; Expires=Sat, 24 May 2025 17:49:37 GMT"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"},{"key":"server-timing","value":"cfL4;desc=\"?proto=TCP&rtt=0&min_rtt=0&rtt_var=0&sent=0&recv=0&lost=0&retrans=0&sent_bytes=0&recv_bytes=0&delivery_rate=0&cwnd=0&unsent_bytes=0&cid=fa678c7327e9591c&ts=107295&x=0\""}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"notifiers\": [\n            {\n                \"disabled\": false,\n                \"id\": \"grd7We4nlAOnE3XR\",\n                \"name\": \"Support\",\n                \"policies\": [],\n                \"settings\": {\n                    \"email_list\": [\n                        \"support@loch.io\"\n                    ]\n                },\n                \"type\": \"email\"\n            }\n        ]\n    },\n    \"status\": \"success\"\n}"}],"_postman_id":"ceb27a66-36e2-4853-88dc-7bf3a2efc750"}],"id":"5c0ac389-7d88-4e95-8b9f-24316b0683d5","description":"<p>Rules are the queries against data that inform a policy, dashboard widget or daily report.</p>\n<p>Policies drive alert Notifiers and dashboard displays.</p>\n<p>Notifiers are the methods to deliver notifications. </p>\n","_postman_id":"5c0ac389-7d88-4e95-8b9f-24316b0683d5","auth":{"type":"bearer","bearer":{"token":"access_token"},"isInherited":true,"source":{"_postman_id":"d8f119ea-2083-456b-8a58-29991b8becad","id":"d8f119ea-2083-456b-8a58-29991b8becad","name":"802 Secure/LOCH Customer API","type":"collection"}}},{"name":"Login","id":"89ea482a-8ad3-4c21-a081-e42bb1de6fe3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"api_key\": \"{{api_key}}\",\n    \"email\": \"Mara.Brekke75@hotmail.com\",\n    \"password\": \"NYd5533kH3wLz__\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.802secure.net/apiv1/customer/login","description":"<p>Login with your API key to retrieve JWT access and refresh tokens</p>\n","urlObject":{"path":["login"],"host":["https://api.802secure.net/apiv1/customer"],"query":[],"variable":[]}},"response":[{"id":"97639c68-7a36-46e5-a426-055af3a72429","name":"Invalid API Key","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"api_key\": \"{{api_key}}\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.802secure.net/apiv1/customer/login"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 24 May 2025 16:26:20 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"74"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=15552000"},{"key":"Server","value":"cloudflare"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Cf-Ray","value":"944e2775bed2faae-SJC"},{"key":"Cf-Cache-Status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v4?s=aSzVgJ9gI7kyazozrNID8uZCoIp%2Bpw3xNFD2MyGjb8noQhjLnzVWSUCydjbcYRDd0IWLisqqrzlh86NXd5obt2XzWUsZDc3lJqRSa2%2B0eNJNYdxFtH676OHs%2B3gdf%2BDK18wp5EcO\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"Nel","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Set-Cookie","value":"session=4eaa8586-d5a3-4592-9bfd-79629d96877c.3_p3ows9PTKkfY_OH2s66tkGopM; HttpOnly; Path=/; Expires=Sat, 24 May 2025 17:26:20 GMT"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"},{"key":"server-timing","value":"cfL4;desc=\"?proto=TCP&rtt=0&min_rtt=0&rtt_var=0&sent=0&recv=0&lost=0&retrans=0&sent_bytes=0&recv_bytes=0&delivery_rate=0&cwnd=0&unsent_bytes=0&cid=22f192c8b3453e15&ts=953&x=0\""}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"message\": \"Invalid API Key\"\n    },\n    \"status\": \"fail\"\n}"},{"id":"43ae79d5-be8f-4e24-88a9-8251f64320e1","name":"Login","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"api_key\": \"{{api_key}}\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.802secure.net/apiv1/customer/login"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 24 May 2025 16:29:09 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"cloudflare"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Cf-Ray","value":"944e2b95a9fffaae-SJC"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Encoding","value":"br"},{"key":"Cf-Cache-Status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v4?s=VkevztKwhoTbofkg5ee1rKcgmL35AywgR1vufVQkWLHkHKtQHz1w1dgY2g5FPnTWOqGrY17wPk8crdkBVk4Xk%2FJC79jfk892kHSZfG5tckFpwlSJgMCukOHb%2F%2BE3DX4VRQNAkTWK\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"Nel","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Strict-Transport-Security","value":"max-age=15552000"},{"key":"Set-Cookie","value":"session=4eaa8586-d5a3-4592-9bfd-79629d96877c.3_p3ows9PTKkfY_OH2s66tkGopM; HttpOnly; Path=/; Expires=Sat, 24 May 2025 17:29:09 GMT"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"},{"key":"server-timing","value":"cfL4;desc=\"?proto=TCP&rtt=0&min_rtt=0&rtt_var=0&sent=0&recv=0&lost=0&retrans=0&sent_bytes=0&recv_bytes=0&delivery_rate=0&cwnd=0&unsent_bytes=0&cid=7df825ae8404bf17&ts=582&x=0\""}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"data\": {\n        \"access_token\": \"[access_token]\",\n        \"refresh_token\": \"[refresh_token]\"\n    },\n    \"status\": \"success\"\n}"}],"_postman_id":"89ea482a-8ad3-4c21-a081-e42bb1de6fe3"},{"name":"Logout","id":"bb62ee42-123c-4101-9d1d-b21ebedf6630","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://api.802secure.net/apiv1/customer/logout","description":"<p>Logout, destroying the JWT tokens</p>\n","auth":{"type":"bearer","bearer":{"token":"access_token"},"isInherited":true,"source":{"_postman_id":"d8f119ea-2083-456b-8a58-29991b8becad","id":"d8f119ea-2083-456b-8a58-29991b8becad","name":"802 Secure/LOCH Customer API","type":"collection"}},"urlObject":{"path":["logout"],"host":["https://api.802secure.net/apiv1/customer"],"query":[],"variable":[]}},"response":[],"_postman_id":"bb62ee42-123c-4101-9d1d-b21ebedf6630"},{"name":"Refresh JWT Token","id":"32a53eef-ee4a-4d9e-b142-2984b9ace809","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"refresh_token"},"isInherited":false},"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://api.802secure.net/apiv1/customer/refresh","description":"<p>Retrieve a new access token using the refresh token</p>\n","urlObject":{"path":["refresh"],"host":["https://api.802secure.net/apiv1/customer"],"query":[],"variable":[]}},"response":[{"id":"5e9d370e-cf77-4f9e-b735-d72649702081","name":"Refresh JWT Token","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://api.802secure.net/apiv1/customer/refresh"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 24 May 2025 20:34:47 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"cloudflare"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Cf-Ray","value":"944f93649c32faae-SJC"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Encoding","value":"br"},{"key":"Cf-Cache-Status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v4?s=qP2HYs2uh71VxBYiOm83L5u2VIfwRZH3VWnu2gkq5soyCpKhloHOsFwXY1BK8ssv3HG2C4DrXx31wgZx3Imx4KgojxhQONbFvFq2MIlE%2BZX6TSgqjp5DFMfPBxiautdknQlEqhll\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"Nel","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Strict-Transport-Security","value":"max-age=15552000"},{"key":"Set-Cookie","value":"session=ed2b4fe3-cf46-45fd-9563-d26ab374287f.aBxhEFwma3XfCH1Sa9SkLZCq3E4; HttpOnly; Path=/; Expires=Sat, 24 May 2025 21:34:47 GMT"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"},{"key":"server-timing","value":"cfL4;desc=\"?proto=TCP&rtt=0&min_rtt=0&rtt_var=0&sent=0&recv=0&lost=0&retrans=0&sent_bytes=0&recv_bytes=0&delivery_rate=0&cwnd=0&unsent_bytes=0&cid=8fc1a56cdd6bb6e5&ts=30282&x=0\""}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"access_token\": \"[access_token]\"\n    },\n    \"status\": \"success\"\n}"}],"_postman_id":"32a53eef-ee4a-4d9e-b142-2984b9ace809"},{"name":"Data Export","id":"2507d942-82c2-407a-a86d-abf2dcfff7d0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://api.802secure.net/apiv1/customer/export/:format?table=accesspoints","description":"<p>Export data in JSON or CSV format.</p>\n<p>Format parameter in URI: <code>json</code> or <code>csv</code></p>\n<p><strong>Required Fields</strong></p>\n<ul>\n<li><code>table</code> - Table to export</li>\n</ul>\n<p><strong>Optional Fields</strong></p>\n<ul>\n<li><p><code>start</code> - Start time in ISO or human readable time string (<code>1h</code>), maximum is 30 days</p>\n</li>\n<li><p><code>rule_id</code> - Rule identifier to execute</p>\n</li>\n</ul>\n<p><strong>Available tables</strong></p>\n<ul>\n<li><p><code>events</code></p>\n</li>\n<li><p><code>sensors</code></p>\n</li>\n<li><p><code>accesspoints</code></p>\n</li>\n<li><p><code>clients</code></p>\n</li>\n<li><p><code>wifi_performance_results</code></p>\n</li>\n<li><p><code>btdevices</code></p>\n</li>\n<li><p><code>ibeacon_devices</code></p>\n</li>\n<li><p><code>celltowers</code></p>\n</li>\n<li><p><code>lrwpan_network</code></p>\n</li>\n<li><p><code>lrwpan_device</code></p>\n</li>\n<li><p><code>lrwpan_capture_data</code></p>\n</li>\n<li><p><code>resource_bssids</code></p>\n</li>\n<li><p><code>resource_essids</code></p>\n</li>\n<li><p><code>resource_wifi_clients</code></p>\n</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"token":"access_token"},"isInherited":true,"source":{"_postman_id":"d8f119ea-2083-456b-8a58-29991b8becad","id":"d8f119ea-2083-456b-8a58-29991b8becad","name":"802 Secure/LOCH Customer API","type":"collection"}},"urlObject":{"path":["export",":format"],"host":["https://api.802secure.net/apiv1/customer"],"query":[{"disabled":true,"description":{"content":"<p>A start time in human readable time string or ISO format</p>\n","type":"text/plain"},"key":"start","value":"24h"},{"disabled":true,"description":{"content":"<p>Optional Rule ID to filter</p>\n","type":"text/plain"},"key":"rule_id","value":""},{"description":{"content":"<p>Table name to export</p>\n","type":"text/plain"},"key":"table","value":"accesspoints"}],"variable":[{"description":{"content":"<p>Format to export (json or csv)</p>\n","type":"text/plain"},"type":"any","value":"csv","key":"format"}]}},"response":[],"_postman_id":"2507d942-82c2-407a-a86d-abf2dcfff7d0"}],"auth":{"type":"bearer","bearer":{"token":"access_token"}},"event":[{"listen":"prerequest","script":{"id":"29cfb9ce-812a-4752-aa99-169688623403","type":"text/javascript","exec":["var api_url = pm.environment.get('api_url');","","function login() {","    var api_key = pm.environment.get('api_key');","    const loginRequest = {","        url: api_url + '/login',","        method: 'POST',","        header: 'Content-Type:application/json',","        body: `{ \"api_key\": \"${api_key}\" }`,","    }","    pm.sendRequest(loginRequest, function (err, response) {","        var responseJson = response.json();","        if (err === null) {","            console.log('Setting access_token, refresh_token and expiryDate');","            var expiryDate = new Date();","            pm.environment.set('access_token', responseJson.data.access_token);","            pm.environment.set('refresh_token', responseJson.data.refresh_token);","            expiryDate.setSeconds(expiryDate.getSeconds() + 900);","            pm.environment.set('accessTokenExpiry', expiryDate.getTime());","        }","    });","}","","const refreshRequest = {","    url: api_url + '/refresh',","    method: 'GET',","    header: 'Content-Type:application/json\\nAuthorization: Bearer ' + pm.environment.get('refresh_token'),","};","","var getToken = true;","var expired = pm.environment.get('accessTokenExpiry') <= (new Date()).getTime();","","if (!pm.environment.get('access_token') || !pm.environment.get('refresh_token')) {","    login();","    getToken = false;","} else if (!pm.environment.get('accessTokenExpiry') || !pm.environment.get('access_token')) {","    console.log('Token or expiry date are missing')","} else if (expired) {","    console.log('Token is expired')","} else {","    getToken = false;","    console.log('Token and expiry date are all good');","}","","if (getToken === true) {","    pm.sendRequest(refreshRequest, function (err, res) {","","        //console.log(err ? err : res.json());","        if (res.code == 200) {","            console.log('Saving the token and expiry date')","            var responseJson = res.json();","            pm.environment.set('access_token', responseJson.data.access_token)","            var expiryDate = new Date();","            expiryDate.setSeconds(expiryDate.getSeconds() + 900);","            pm.environment.set('accessTokenExpiry', expiryDate.getTime());","        } else if (res.code == 401) {","            login();","        }","    });","}"]}},{"listen":"test","script":{"id":"9ac52d02-d9bb-4bde-b832-203a03c2340d","type":"text/javascript","exec":[""]}}],"variable":[{"key":"access_token","value":"access_token"},{"key":"refresh_token","value":"refresh_token"},{"key":"ap_identifier","value":"ap_identifier"},{"key":"client_identifier","value":"client_identifier"},{"key":"start_timestamp","value":"start_timestamp"},{"key":"end_timestamp","value":"end_timestamp"},{"key":"bt_identifier","value":"bt_identifier"},{"key":"sensor_identifier","value":"sensor_identifier"},{"key":"report_identifier","value":"report_identifier"},{"key":"tower_identifier","value":"tower_identifier"},{"key":"api_url","value":"https://api.802secure.net/apiv1/customer"}]}