mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
Merge pull request #10894 from Security-Onion-Solutions/fix/soc_auth
SOC Auth msg fix
This commit is contained in:
@@ -1140,7 +1140,7 @@ soc:
|
|||||||
showSubtitle: true
|
showSubtitle: true
|
||||||
- name: SOC - Auth
|
- name: SOC - Auth
|
||||||
description: Users authenticated to SOC grouped by IP address and identity
|
description: Users authenticated to SOC grouped by IP address and identity
|
||||||
query: 'event.dataset:kratos.audit AND msg:authenticated | groupby http_request.headers.x-real-ip identity_id'
|
query: 'event.dataset:kratos.audit AND msg:*authenticated* | groupby http_request.headers.x-real-ip identity_id'
|
||||||
showSubtitle: true
|
showSubtitle: true
|
||||||
- name: SOC - App
|
- name: SOC - App
|
||||||
description: Logs generated by the Security Onion Console (SOC) server and modules
|
description: Logs generated by the Security Onion Console (SOC) server and modules
|
||||||
@@ -1405,7 +1405,7 @@ soc:
|
|||||||
query: '* | groupby -sankey event.dataset event.category* | groupby -pie event.category | groupby -bar event.module* | groupby event.dataset | groupby event.module* | groupby event.category | groupby observer.name | groupby source.ip | groupby destination.ip | groupby destination.port | groupby destination_geo.organization_name'
|
query: '* | groupby -sankey event.dataset event.category* | groupby -pie event.category | groupby -bar event.module* | groupby event.dataset | groupby event.module* | groupby event.category | groupby observer.name | groupby source.ip | groupby destination.ip | groupby destination.port | groupby destination_geo.organization_name'
|
||||||
- name: SOC Auth
|
- name: SOC Auth
|
||||||
description: SOC (Security Onion Console) authentication logs
|
description: SOC (Security Onion Console) authentication logs
|
||||||
query: 'event.dataset:kratos.audit AND msg:authenticated | groupby -sankey http_request.headers.x-real-ip identity_id | groupby http_request.headers.x-real-ip | groupby identity_id | groupby http_request.headers.user-agent'
|
query: 'event.dataset:kratos.audit AND msg:*authenticated* | groupby -sankey http_request.headers.x-real-ip identity_id | groupby http_request.headers.x-real-ip | groupby identity_id | groupby http_request.headers.user-agent'
|
||||||
- name: Elastalerts
|
- name: Elastalerts
|
||||||
description: Elastalert logs
|
description: Elastalert logs
|
||||||
query: '_index: "*:elastalert*" | groupby rule_name | groupby alert_info.type'
|
query: '_index: "*:elastalert*" | groupby rule_name | groupby alert_info.type'
|
||||||
|
|||||||
Reference in New Issue
Block a user