mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-07 09:42:46 +01:00
Added a Kismet Wifi devices dashboard for an overview of kismet data
Signed-off-by: reyesj2 <94730068+reyesj2@users.noreply.github.com>
This commit is contained in:
@@ -1180,6 +1180,13 @@ soc:
|
|||||||
- soc_timestamp
|
- soc_timestamp
|
||||||
- event.dataset
|
- event.dataset
|
||||||
- message
|
- message
|
||||||
|
':kismet:':
|
||||||
|
- soc_timestamp
|
||||||
|
- device.manufacturer
|
||||||
|
- client.mac
|
||||||
|
- network.wireless.ssid
|
||||||
|
- network.wireless.bssid
|
||||||
|
- event.dataset
|
||||||
server:
|
server:
|
||||||
bindAddress: 0.0.0.0:9822
|
bindAddress: 0.0.0.0:9822
|
||||||
baseUrl: /
|
baseUrl: /
|
||||||
@@ -1819,6 +1826,9 @@ soc:
|
|||||||
- name: GeoIP - Source Organizations
|
- name: GeoIP - Source Organizations
|
||||||
description: GeoIP tagged logs visualized by source organizations
|
description: GeoIP tagged logs visualized by source organizations
|
||||||
query: '* AND _exists_:source_geo.organization_name | groupby source_geo.organization_name | groupby source.ip | groupby -sankey source.ip destination.ip | groupby destination.ip | groupby destination.port | groupby source.geo.country_name | groupby event.dataset | groupby event.module'
|
query: '* AND _exists_:source_geo.organization_name | groupby source_geo.organization_name | groupby source.ip | groupby -sankey source.ip destination.ip | groupby destination.ip | groupby destination.port | groupby source.geo.country_name | groupby event.dataset | groupby event.module'
|
||||||
|
- name: Kismet - WiFi Devices
|
||||||
|
description: WiFi devices seen by Kismet sensors
|
||||||
|
query: 'event.module: kismet | groupby network.wireless.ssid | groupby device.manufacturer | groupby -pie device.manufacturer | groupby event.dataset'
|
||||||
job:
|
job:
|
||||||
alerts:
|
alerts:
|
||||||
advanced: false
|
advanced: false
|
||||||
|
|||||||
Reference in New Issue
Block a user