mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-07 09:48:58 +00:00
57 lines
1.3 KiB
YAML
57 lines
1.3 KiB
YAML
title: Logstash Windows common log sources
|
|
order: 20
|
|
backends:
|
|
- es-qs
|
|
- es-dsl
|
|
- es-rule
|
|
- kibana
|
|
- xpack-watcher
|
|
- elastalert
|
|
- elastalert-dsl
|
|
- ee-outliers
|
|
logsources:
|
|
windows:
|
|
product: windows
|
|
index: logstash-windows-*
|
|
windows-application:
|
|
product: windows
|
|
service: application
|
|
conditions:
|
|
Channel: Application
|
|
windows-security:
|
|
product: windows
|
|
service: security
|
|
conditions:
|
|
Channel: Security
|
|
windows-sysmon:
|
|
product: windows
|
|
service: sysmon
|
|
conditions:
|
|
Channel: Microsoft-Windows-Sysmon
|
|
windows-dns-server:
|
|
product: windows
|
|
service: dns-server
|
|
conditions:
|
|
Channel: 'DNS Server'
|
|
windows-driver-framework:
|
|
product: windows
|
|
service: driver-framework
|
|
conditions:
|
|
Channel: 'Microsoft-Windows-DriverFrameworks-UserMode/Operational'
|
|
windows-dhcp:
|
|
product: windows
|
|
service: dhcp
|
|
conditions:
|
|
Channel: 'Microsoft-Windows-DHCP-Server/Operational'
|
|
windows-defender:
|
|
product: windows
|
|
service: windefend
|
|
conditions:
|
|
Channel: 'Microsoft-Windows-Windows Defender/Operational'
|
|
windows-ntlm:
|
|
product: windows
|
|
service: ntlm
|
|
conditions:
|
|
Channel: 'Microsoft-Windows-NTLM/Operational'
|
|
defaultindex: logstash-*
|