mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 09:12:45 +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
|
||||
- event.dataset
|
||||
- message
|
||||
':kismet:':
|
||||
- soc_timestamp
|
||||
- device.manufacturer
|
||||
- client.mac
|
||||
- network.wireless.ssid
|
||||
- network.wireless.bssid
|
||||
- event.dataset
|
||||
server:
|
||||
bindAddress: 0.0.0.0:9822
|
||||
baseUrl: /
|
||||
@@ -1819,6 +1826,9 @@ soc:
|
||||
- name: GeoIP - 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'
|
||||
- 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:
|
||||
alerts:
|
||||
advanced: false
|
||||
|
||||
Reference in New Issue
Block a user