SigmaHQ/tools/config/thor.yml

96 lines
2.3 KiB
YAML
Raw Normal View History

2019-05-16 21:33:51 +00:00
title: THOR
order: 20
backends:
- thor
# 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:
# 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
sources:
2018-06-29 14:42:16 +00:00
- 'WinEventLog:Application'
windows-security:
product: windows
service: security
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
sources:
2018-06-29 14:42:16 +00:00
- 'WinEventLog:System'
windows-sysmon:
product: windows
service: sysmon
sources:
2018-06-29 14:42:16 +00:00
- 'WinEventLog:Microsoft-Windows-Sysmon/Operational'
windows-powershell:
product: windows
service: powershell
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
sources:
2018-06-29 14:42:16 +00:00
- 'WinEventLog:Microsoft-Windows-TaskScheduler/Operational'
windows-wmi:
product: windows
service: wmi
sources:
2018-06-29 14:42:16 +00:00
- 'WinEventLog:Microsoft-Windows-WMI-Activity/Operational'
windows-dhcp:
product: windows
service: dhcp
sources:
- 'WinEventLog:Microsoft-Windows-DHCP-Server/Operational'
2020-07-02 21:20:36 +00:00
windows-ntlm:
product: windows
service: ntlm
sources:
- 'Microsoft-Windows-NTLM/Operational'
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'
- 'File:/var/log/auth.log.?'
2018-06-29 14:42:16 +00:00
linux-syslog:
product: linux
service: syslog
sources:
- 'File:/var/log/syslog'
- 'File:/var/log/syslog.?'
logfiles:
category: logfile
sources:
- 'File:*.log'