mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
Remove keyword
This commit is contained in:
@@ -1159,7 +1159,7 @@ soc:
|
|||||||
showSubtitle: true
|
showSubtitle: true
|
||||||
- name: Sysmon Usernames
|
- name: Sysmon Usernames
|
||||||
description: Show all Sysmon logs grouped by username
|
description: Show all Sysmon logs grouped by username
|
||||||
query: 'event.dataset: windows.sysmon_operational | groupby event.action, user.name.keyword'
|
query: 'event.dataset: windows.sysmon_operational | groupby event.action, user.name'
|
||||||
showSubtitle: true
|
showSubtitle: true
|
||||||
- name: Strelka
|
- name: Strelka
|
||||||
description: Show all Strelka logs grouped by file type
|
description: Show all Strelka logs grouped by file type
|
||||||
@@ -1215,11 +1215,11 @@ soc:
|
|||||||
showSubtitle: true
|
showSubtitle: true
|
||||||
- name: DNS
|
- name: DNS
|
||||||
description: DNS highest registered domain
|
description: DNS highest registered domain
|
||||||
query: 'tags:dns | groupby dns.highest_registered_domain.keyword destination.port'
|
query: 'tags:dns | groupby dns.highest_registered_domain destination.port'
|
||||||
showSubtitle: true
|
showSubtitle: true
|
||||||
- name: DNS
|
- name: DNS
|
||||||
description: DNS grouped by parent domain
|
description: DNS grouped by parent domain
|
||||||
query: 'tags:dns | groupby dns.parent_domain.keyword destination.port'
|
query: 'tags:dns | groupby dns.parent_domain destination.port'
|
||||||
showSubtitle: true
|
showSubtitle: true
|
||||||
- name: DPD
|
- name: DPD
|
||||||
description: Dynamic Protocol Detection errors
|
description: Dynamic Protocol Detection errors
|
||||||
@@ -1263,7 +1263,7 @@ soc:
|
|||||||
showSubtitle: true
|
showSubtitle: true
|
||||||
- name: Intel
|
- name: Intel
|
||||||
description: Intel framework hits grouped by indicator
|
description: Intel framework hits grouped by indicator
|
||||||
query: 'tags:intel | groupby intel.indicator.keyword'
|
query: 'tags:intel | groupby intel.indicator'
|
||||||
showSubtitle: true
|
showSubtitle: true
|
||||||
- name: IRC
|
- name: IRC
|
||||||
description: IRC grouped by command
|
description: IRC grouped by command
|
||||||
@@ -1295,7 +1295,7 @@ soc:
|
|||||||
showSubtitle: true
|
showSubtitle: true
|
||||||
- name: RADIUS
|
- name: RADIUS
|
||||||
description: RADIUS grouped by username
|
description: RADIUS grouped by username
|
||||||
query: 'tags:radius | groupby user.name.keyword'
|
query: 'tags:radius | groupby user.name'
|
||||||
showSubtitle: true
|
showSubtitle: true
|
||||||
- name: RDP
|
- name: RDP
|
||||||
description: RDP grouped by client name
|
description: RDP grouped by client name
|
||||||
@@ -1303,7 +1303,7 @@ soc:
|
|||||||
showSubtitle: true
|
showSubtitle: true
|
||||||
- name: RFB
|
- name: RFB
|
||||||
description: RFB grouped by desktop name
|
description: RFB grouped by desktop name
|
||||||
query: 'tags:rfb | groupby rfb.desktop.name.keyword'
|
query: 'tags:rfb | groupby rfb.desktop.name'
|
||||||
showSubtitle: true
|
showSubtitle: true
|
||||||
- name: Signatures
|
- name: Signatures
|
||||||
description: Zeek signatures grouped by signature id
|
description: Zeek signatures grouped by signature id
|
||||||
@@ -1477,13 +1477,13 @@ soc:
|
|||||||
query: 'tags:pe | groupby file.machine | groupby -sankey file.machine file.os | groupby file.os | groupby file.subsystem | groupby file.section_names | groupby file.is_exe | groupby file.is_64bit'
|
query: 'tags:pe | groupby file.machine | groupby -sankey file.machine file.os | groupby file.os | groupby file.subsystem | groupby file.section_names | groupby file.is_exe | groupby file.is_64bit'
|
||||||
- name: RADIUS
|
- name: RADIUS
|
||||||
description: RADIUS (Remote Authentication Dial-In User Service) network metadata
|
description: RADIUS (Remote Authentication Dial-In User Service) network metadata
|
||||||
query: 'tags:radius | groupby -sankey user.name.keyword destination.ip | groupby user.name.keyword | groupby source.ip | groupby destination.ip | groupby destination.port | groupby destination_geo.organization_name'
|
query: 'tags:radius | groupby -sankey user.name destination.ip | groupby user.name | groupby source.ip | groupby destination.ip | groupby destination.port | groupby destination_geo.organization_name'
|
||||||
- name: RDP
|
- name: RDP
|
||||||
description: RDP (Remote Desktop Protocol) network metadata
|
description: RDP (Remote Desktop Protocol) network metadata
|
||||||
query: 'tags:rdp | groupby client.name | groupby -sankey source.ip destination.ip | groupby source.ip | groupby destination.ip | groupby destination.port | groupby destination_geo.organization_name'
|
query: 'tags:rdp | groupby client.name | groupby -sankey source.ip destination.ip | groupby source.ip | groupby destination.ip | groupby destination.port | groupby destination_geo.organization_name'
|
||||||
- name: RFB
|
- name: RFB
|
||||||
description: RFB (Remote Frame Buffer) network metadata
|
description: RFB (Remote Frame Buffer) network metadata
|
||||||
query: 'tags:rfb | groupby rfb.desktop.name.keyword | groupby -sankey source.ip destination.ip | groupby source.ip | groupby destination.ip | groupby destination.port | groupby destination_geo.organization_name'
|
query: 'tags:rfb | groupby rfb.desktop.name | groupby -sankey source.ip destination.ip | groupby source.ip | groupby destination.ip | groupby destination.port | groupby destination_geo.organization_name'
|
||||||
- name: Signatures
|
- name: Signatures
|
||||||
description: Zeek signatures
|
description: Zeek signatures
|
||||||
query: 'event.dataset:zeek.signatures | groupby signature_id'
|
query: 'event.dataset:zeek.signatures | groupby signature_id'
|
||||||
|
|||||||
Reference in New Issue
Block a user