Skip to content

Commit 8c5dafa

Browse files
authored
Merge pull request #12324 from Security-Onion-Solutions/feature/dashboards-communityid-firewall
FEATURE: Add new dashboards for community_id and firewall auth #12323
2 parents d800d59 + d3d2305 commit 8c5dafa

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

salt/soc/defaults.yaml

+8-2
Original file line numberDiff line numberDiff line change
@@ -1424,8 +1424,11 @@ soc:
14241424
- name: Zeek Notice
14251425
description: Zeek notice logs
14261426
query: 'event.dataset:zeek.notice | groupby -sankey notice.note destination.ip | groupby notice.note | groupby notice.message | groupby notice.sub_message | groupby source.ip | groupby destination.ip | groupby destination.port | groupby destination_geo.organization_name'
1427-
- name: Connections
1428-
description: Network connection metadata
1427+
- name: Connections and Metadata with community_id
1428+
description: Network connections that include community_id
1429+
query: '_exists_:network.community_id | groupby event.module* | groupby -sankey event.module* event.dataset | groupby event.dataset | groupby source.ip source.port destination.ip destination.port | groupby network.protocol | groupby source_geo.organization_name source.geo.country_name | groupby destination_geo.organization_name destination.geo.country_name | groupby rule.name rule.category event.severity_label | groupby dns.query.name | groupby http.virtual_host http.uri | groupby notice.note notice.message notice.sub_message | groupby source.ip host.hostname user.name event.action event.type process.executable process.pid'
1430+
- name: Connections seen by Zeek or Suricata
1431+
description: Network connections logged by Zeek or Suricata
14291432
query: 'tags:conn | groupby source.ip | groupby destination.ip | groupby destination.port | groupby -sankey destination.port network.protocol | groupby network.protocol | groupby network.transport | groupby connection.history | groupby connection.state | groupby connection.state_description | groupby source.geo.country_name | groupby destination.geo.country_name | groupby client.ip_bytes | groupby server.ip_bytes | groupby client.oui'
14301433
- name: DCE_RPC
14311434
description: DCE_RPC (Distributed Computing Environment / Remote Procedure Calls) network metadata
@@ -1562,6 +1565,9 @@ soc:
15621565
- name: Firewall
15631566
description: Firewall logs
15641567
query: 'observer.type:firewall | groupby -sankey event.action observer.ingress.interface.name | groupby event.action | groupby observer.ingress.interface.name | groupby network.type | groupby network.transport | groupby source.ip | groupby destination.ip | groupby destination.port'
1568+
- name: Firewall Auth
1569+
description: Firewall authentication logs
1570+
query: 'observer.type:firewall AND event.category:authentication | groupby user.name | groupby -sankey user.name source.ip | groupby source.ip | table soc_timestamp user.name source.ip message'
15651571
- name: VLAN
15661572
description: VLAN (Virtual Local Area Network) tagged logs
15671573
query: '* AND _exists_:network.vlan.id | groupby network.vlan.id | groupby source.ip | groupby -sankey source.ip destination.ip | groupby destination.ip | groupby destination.port | groupby event.dataset | groupby event.module | groupby observer.name | groupby source.geo.country_name | groupby destination.geo.country_name'

0 commit comments

Comments
 (0)