2019-05-16 21:33:51 +00:00
|
|
|
title: THOR
|
2019-05-19 23:00:33 +00:00
|
|
|
order: 20
|
|
|
|
backends:
|
|
|
|
- thor
|
2019-04-25 06:15:50 +00:00
|
|
|
# this configuration differs from other configurations and can not be used
|
|
|
|
# with the sigmac tool. This configuration is used by the ioc scanners THOR and SPARK.
|
2018-06-29 14:42:16 +00:00
|
|
|
logsources:
|
2019-04-25 06:15:50 +00:00
|
|
|
# log source configurations for generic sigma rules
|
|
|
|
process_creation_1:
|
|
|
|
category: process_creation
|
|
|
|
product: windows
|
|
|
|
conditions:
|
|
|
|
EventID: 1
|
|
|
|
rewrite:
|
|
|
|
product: windows
|
|
|
|
service: sysmon
|
|
|
|
process_creation_2:
|
|
|
|
category: process_creation
|
|
|
|
product: windows
|
|
|
|
conditions:
|
|
|
|
EventID: 4688
|
|
|
|
rewrite:
|
|
|
|
product: windows
|
|
|
|
service: security
|
|
|
|
fieldmappings:
|
|
|
|
Image: NewProcessName
|
|
|
|
ParentImage: ParentProcessName
|
|
|
|
# target system configurations
|
2018-06-29 14:42:16 +00:00
|
|
|
windows-application:
|
|
|
|
product: windows
|
|
|
|
service: application
|
2019-12-06 23:23:30 +00:00
|
|
|
sources:
|
2018-06-29 14:42:16 +00:00
|
|
|
- 'WinEventLog:Application'
|
|
|
|
windows-security:
|
|
|
|
product: windows
|
|
|
|
service: security
|
2019-12-06 23:23:30 +00:00
|
|
|
sources:
|
2018-06-29 14:42:16 +00:00
|
|
|
- 'WinEventLog:Security'
|
2018-11-27 13:05:13 +00:00
|
|
|
windows-system:
|
2018-06-29 14:42:16 +00:00
|
|
|
product: windows
|
|
|
|
service: system
|
2019-12-06 23:23:30 +00:00
|
|
|
sources:
|
2018-06-29 14:42:16 +00:00
|
|
|
- 'WinEventLog:System'
|
2020-07-06 15:07:06 +00:00
|
|
|
windows-ntlm:
|
|
|
|
product: windows
|
|
|
|
service: ntlm
|
|
|
|
sources:
|
|
|
|
- 'WinEventLog:Microsoft-Windows-NTLM/Operational'
|
2018-06-29 14:42:16 +00:00
|
|
|
windows-sysmon:
|
|
|
|
product: windows
|
|
|
|
service: sysmon
|
2019-12-06 23:23:30 +00:00
|
|
|
sources:
|
2018-06-29 14:42:16 +00:00
|
|
|
- 'WinEventLog:Microsoft-Windows-Sysmon/Operational'
|
|
|
|
windows-powershell:
|
|
|
|
product: windows
|
|
|
|
service: powershell
|
2019-12-06 23:23:30 +00:00
|
|
|
sources:
|
2018-06-29 14:42:16 +00:00
|
|
|
- 'WinEventLog:Microsoft-Windows-PowerShell/Operational'
|
2018-11-27 13:05:13 +00:00
|
|
|
windows-taskscheduler:
|
2018-06-29 14:42:16 +00:00
|
|
|
product: windows
|
|
|
|
service: taskscheduler
|
2019-12-06 23:23:30 +00:00
|
|
|
sources:
|
2018-06-29 14:42:16 +00:00
|
|
|
- 'WinEventLog:Microsoft-Windows-TaskScheduler/Operational'
|
|
|
|
windows-wmi:
|
|
|
|
product: windows
|
|
|
|
service: wmi
|
2019-12-06 23:23:30 +00:00
|
|
|
sources:
|
2018-06-29 14:42:16 +00:00
|
|
|
- 'WinEventLog:Microsoft-Windows-WMI-Activity/Operational'
|
2019-04-25 06:23:48 +00:00
|
|
|
windows-dhcp:
|
|
|
|
product: windows
|
|
|
|
service: dhcp
|
2019-12-06 23:23:30 +00:00
|
|
|
sources:
|
2019-04-25 06:23:48 +00:00
|
|
|
- 'WinEventLog:Microsoft-Windows-DHCP-Server/Operational'
|
2020-07-13 20:23:42 +00:00
|
|
|
windows-applocker:
|
|
|
|
product: windows
|
|
|
|
service: applocker
|
|
|
|
conditions:
|
|
|
|
sources:
|
2021-01-07 11:27:31 +00: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'
|
2018-06-29 14:42:16 +00:00
|
|
|
apache:
|
|
|
|
category: webserver
|
|
|
|
sources:
|
|
|
|
- 'File:/var/log/apache/*.log'
|
|
|
|
- 'File:/var/log/apache2/*.log'
|
|
|
|
- 'File:/var/log/httpd/*.log'
|
|
|
|
linux-auth:
|
|
|
|
product: linux
|
|
|
|
service: auth
|
|
|
|
sources:
|
|
|
|
- 'File:/var/log/auth.log'
|
2019-04-25 06:15:50 +00:00
|
|
|
- 'File:/var/log/auth.log.?'
|
2018-06-29 14:42:16 +00:00
|
|
|
linux-syslog:
|
|
|
|
product: linux
|
|
|
|
service: syslog
|
|
|
|
sources:
|
|
|
|
- 'File:/var/log/syslog'
|
2019-04-25 06:15:50 +00:00
|
|
|
- 'File:/var/log/syslog.?'
|
|
|
|
logfiles:
|
|
|
|
category: logfile
|
|
|
|
sources:
|
2020-07-13 20:23:42 +00:00
|
|
|
- 'File:*.log'
|