mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-07 17:58:52 +00:00
84 lines
2.2 KiB
YAML
84 lines
2.2 KiB
YAML
title: Splunk Windows log source conditions
|
|
order: 20
|
|
backends:
|
|
- splunk
|
|
- splunkxml
|
|
logsources:
|
|
windows-application:
|
|
product: windows
|
|
service: application
|
|
conditions:
|
|
source: 'WinEventLog:Application'
|
|
windows-security:
|
|
product: windows
|
|
service: security
|
|
conditions:
|
|
source: 'WinEventLog:Security'
|
|
windows-system:
|
|
product: windows
|
|
service: system
|
|
conditions:
|
|
source: 'WinEventLog:System'
|
|
windows-sysmon:
|
|
product: windows
|
|
service: sysmon
|
|
conditions:
|
|
source: 'WinEventLog:Microsoft-Windows-Sysmon/Operational'
|
|
windows-powershell:
|
|
product: windows
|
|
service: powershell
|
|
conditions:
|
|
source: 'WinEventLog:Microsoft-Windows-PowerShell/Operational'
|
|
windows-classicpowershell:
|
|
product: windows
|
|
service: powershell-classic
|
|
conditions:
|
|
source: 'Windows PowerShell'
|
|
windows-taskscheduler:
|
|
product: windows
|
|
service: taskscheduler
|
|
conditions:
|
|
source: 'WinEventLog:Microsoft-Windows-TaskScheduler/Operational'
|
|
windows-wmi:
|
|
product: windows
|
|
service: wmi
|
|
conditions:
|
|
source: 'WinEventLog:Microsoft-Windows-WMI-Activity/Operational'
|
|
windows-dns-server:
|
|
product: windows
|
|
service: dns-server
|
|
category: dns
|
|
conditions:
|
|
source: 'DNS Server'
|
|
windows-dns-server-audit:
|
|
product: windows
|
|
service: dns-server-audit
|
|
conditions:
|
|
source: 'Microsoft-Windows-DNS-Server/Audit'
|
|
windows-driver-framework:
|
|
product: windows
|
|
service: driver-framework
|
|
conditions:
|
|
source: 'Microsoft-Windows-DriverFrameworks-UserMode/Operational'
|
|
windows-ntlm:
|
|
product: windows
|
|
service: ntlm
|
|
conditions:
|
|
source: 'Microsoft-Windows-NTLM/Operational'
|
|
windows-dhcp:
|
|
product: windows
|
|
service: dhcp
|
|
conditions:
|
|
source: 'Microsoft-Windows-DHCP-Server/Operational'
|
|
windows-applocker:
|
|
product: windows
|
|
service: applocker
|
|
conditions:
|
|
source:
|
|
- 'Microsoft-Windows-AppLocker/MSI and Script'
|
|
- 'Microsoft-Windows-AppLocker/EXE and DLL'
|
|
- 'Microsoft-Windows-AppLocker/Packaged app-Deployment'
|
|
- 'Microsoft-Windows-AppLocker/Packaged app-Execution'
|
|
fieldmappings:
|
|
EventID: EventCode
|