2019-05-16 23:33:51 +02:00
title : Splunk Windows log source conditions
2019-04-23 00:54:10 +02:00
order : 20
2019-05-20 01:00:33 +02:00
backends :
- splunk
- splunkxml
2021-07-09 23:18:17 +02:00
- splunkdm
2017-03-17 10:00:56 +01:00
logsources :
windows-application :
product : windows
service : application
conditions :
2021-04-25 21:52:29 +02:00
source : 'WinEventLog:Application'
2017-03-17 10:00:56 +01:00
windows-security :
product : windows
service : security
conditions :
2021-04-25 21:52:29 +02:00
source : 'WinEventLog:Security'
2017-11-09 08:41:07 +01:00
windows-system :
2017-03-17 10:00:56 +01:00
product : windows
service : system
conditions :
2021-04-25 21:52:29 +02:00
source : 'WinEventLog:System'
2017-03-17 10:00:56 +01:00
windows-sysmon :
product : windows
service : sysmon
conditions :
2021-04-25 21:52:29 +02:00
source : 'WinEventLog:Microsoft-Windows-Sysmon/Operational'
2021-06-12 23:09:22 +03:00
windows-process-creation :
product : windows
service : sysmon
category : process_creation
2021-06-16 14:51:18 +03:00
# Optimized search for process creation, being dramatically faster in Lispy than just EventCode=1 search, as 'ParentProcessGuid' is more unique than '1' in the raw data.
# This also supports custom splunk macros, just like they are written in splunk (i.e. as `macro`), minding that it has to be written inside the string quotes here.
search : 'ParentProcessGuid EventCode=1'
2021-10-16 22:49:20 +02:00
windows-file-creation :
2021-06-16 14:51:18 +03:00
product : windows
service : sysmon
category : file_creation
search : 'TargetFilename EventCode=11'
2017-03-17 10:00:56 +01:00
windows-powershell :
product : windows
service : powershell
conditions :
2021-04-25 21:52:29 +02:00
source : 'WinEventLog:Microsoft-Windows-PowerShell/Operational'
2017-03-22 11:17:34 +01:00
windows-classicpowershell :
product : windows
service : powershell-classic
conditions :
2021-07-02 14:13:12 +02:00
source : 'WinEventLog:Windows PowerShell'
2017-11-09 08:41:07 +01:00
windows-taskscheduler :
2017-03-17 10:00:56 +01:00
product : windows
service : taskscheduler
conditions :
2021-04-25 21:52:29 +02:00
source : 'WinEventLog:Microsoft-Windows-TaskScheduler/Operational'
2017-08-22 10:04:56 +02:00
windows-wmi :
product : windows
service : wmi
conditions :
2021-04-25 21:52:29 +02:00
source : 'WinEventLog:Microsoft-Windows-WMI-Activity/Operational'
2017-05-08 13:09:17 +02:00
windows-dns-server :
product : windows
service : dns-server
2018-05-22 16:58:13 +02:00
category : dns
2017-05-08 13:09:17 +02:00
conditions :
2021-07-02 14:13:12 +02:00
source : 'WinEventLog:DNS Server'
2018-05-22 16:58:13 +02:00
windows-dns-server-audit :
product : windows
service : dns-server-audit
conditions :
2021-07-02 14:13:12 +02:00
source : 'WinEventLog:Microsoft-Windows-DNS-Server/Audit'
2017-11-09 08:42:58 +01:00
windows-driver-framework :
product : windows
service : driver-framework
conditions :
2021-07-02 14:13:12 +02:00
source : 'WinEventLog:Microsoft-Windows-DriverFrameworks-UserMode/Operational'
2018-06-08 11:45:31 +02:00
windows-ntlm :
product : windows
service : ntlm
conditions :
2021-07-02 14:13:12 +02:00
source : 'WinEventLog:Microsoft-Windows-NTLM/Operational'
2019-02-05 14:35:16 +01:00
windows-dhcp :
product : windows
service : dhcp
2019-12-07 00:23:30 +01:00
conditions :
2021-07-02 14:13:12 +02:00
source : 'WinEventLog:Microsoft-Windows-DHCP-Server/Operational'
2020-07-13 20:27:52 +00:00
windows-applocker :
product : windows
service : applocker
conditions :
source :
2021-07-02 14:13:12 +02:00
- 'WinEventLog:Microsoft-Windows-AppLocker/MSI and Script'
- 'WinEventLog:Microsoft-Windows-AppLocker/EXE and DLL'
- 'WinEventLog:Microsoft-Windows-AppLocker/Packaged app-Deployment'
- 'WinEventLog:Microsoft-Windows-AppLocker/Packaged app-Execution'
2021-03-20 08:49:59 +01:00
windows-msexchange-management :
product : windows
service : msexchange-management
conditions :
2021-07-02 14:13:12 +02:00
source : 'WinEventLog:MSExchange Management'
2021-06-30 14:22:40 +02:00
windows-printservice-admin :
2021-06-30 14:09:44 +02:00
product : windows
2021-06-30 14:22:40 +02:00
service : printservice-admin
2021-06-30 14:09:44 +02:00
conditions :
2021-07-02 14:13:12 +02:00
source : 'WinEventLog:Microsoft-Windows-PrintService/Admin'
2021-07-01 09:55:15 +02:00
windows-printservice-operational :
product : windows
service : printservice-operational
conditions :
2021-07-02 14:13:12 +02:00
source : 'WinEventLog:Microsoft-Windows-PrintService/Operational'
2022-01-20 09:44:36 +01:00
windows-codeintegrity-operational :
product : windows
service : codeintegrity-operational
conditions :
2022-03-05 11:35:49 +01:00
source : 'WinEventLog:Microsoft-Windows-CodeIntegrity/Operational'
2021-06-30 14:16:26 +02:00
windows-smbclient-security :
product : windows
service : smbclient-security
conditions :
2021-07-02 14:13:12 +02:00
source : 'WinEventLog:Microsoft-Windows-SmbClient/Security'
2022-01-20 16:53:01 +02:00
windows-rpc-firewall :
2022-01-23 10:18:17 +02:00
product : rpc_firewall
category : application
2022-01-23 10:35:46 +02:00
conditions :
source : 'WinEventLog:RPCFW'
2022-02-19 10:18:49 +01:00
windows-firewall-advanced-security :
product : windows
service : firewall-as
conditions :
2022-03-05 11:35:49 +01:00
source : 'WinEventLog:Microsoft-Windows-Windows Firewall With Advanced Security/Firewall'
2022-03-03 06:27:00 +01:00
windows-bits-client :
product : windows
service : bits-client
conditions :
2022-03-05 11:35:49 +01:00
source : 'WinEventLog:Microsoft-Windows-Bits-Client/Operational'
2017-03-18 00:03:21 +01:00
fieldmappings :
2019-12-07 00:23:30 +01:00
EventID : EventCode