File tree 1 file changed +8
-2
lines changed
1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -1424,8 +1424,11 @@ soc:
1424
1424
- name : Zeek Notice
1425
1425
description : Zeek notice logs
1426
1426
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
1429
1432
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'
1430
1433
- name : DCE_RPC
1431
1434
description : DCE_RPC (Distributed Computing Environment / Remote Procedure Calls) network metadata
@@ -1562,6 +1565,9 @@ soc:
1562
1565
- name : Firewall
1563
1566
description : Firewall logs
1564
1567
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'
1565
1571
- name : VLAN
1566
1572
description : VLAN (Virtual Local Area Network) tagged logs
1567
1573
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'
You can’t perform that action at this time.
0 commit comments