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
|
2021-04-23 15:47:09 +00:00
|
|
|
network_connection:
|
|
|
|
category: network_connection
|
|
|
|
product: windows
|
|
|
|
conditions:
|
|
|
|
EventID: 3
|
|
|
|
rewrite:
|
|
|
|
product: windows
|
|
|
|
service: sysmon
|
|
|
|
process_terminated:
|
|
|
|
category: process_termination
|
|
|
|
product: windows
|
|
|
|
conditions:
|
|
|
|
EventID: 5
|
|
|
|
rewrite:
|
|
|
|
product: windows
|
|
|
|
service: sysmon
|
|
|
|
driver_loaded:
|
|
|
|
category: driver_load
|
|
|
|
product: windows
|
|
|
|
conditions:
|
|
|
|
EventID: 6
|
|
|
|
rewrite:
|
|
|
|
product: windows
|
|
|
|
service: sysmon
|
|
|
|
image_loaded:
|
|
|
|
category: image_load
|
|
|
|
product: windows
|
|
|
|
conditions:
|
|
|
|
EventID: 7
|
|
|
|
rewrite:
|
|
|
|
product: windows
|
|
|
|
service: sysmon
|
|
|
|
create_remote_thread:
|
|
|
|
category: create_remote_thread
|
|
|
|
product: windows
|
|
|
|
conditions:
|
|
|
|
EventID: 8
|
|
|
|
rewrite:
|
|
|
|
product: windows
|
|
|
|
service: sysmon
|
|
|
|
raw_access_thread:
|
|
|
|
category: raw_access_thread
|
|
|
|
product: windows
|
|
|
|
conditions:
|
|
|
|
EventID: 9
|
|
|
|
rewrite:
|
|
|
|
product: windows
|
|
|
|
service: sysmon
|
|
|
|
process_access:
|
|
|
|
category: process_access
|
|
|
|
product: windows
|
|
|
|
conditions:
|
|
|
|
EventID: 10
|
|
|
|
rewrite:
|
|
|
|
product: windows
|
|
|
|
service: sysmon
|
|
|
|
file_creation:
|
|
|
|
category: file_event
|
|
|
|
product: windows
|
|
|
|
conditions:
|
|
|
|
EventID: 11
|
|
|
|
rewrite:
|
|
|
|
product: windows
|
|
|
|
service: sysmon
|
|
|
|
registry_event:
|
|
|
|
category: registry_event
|
|
|
|
product: windows
|
|
|
|
conditions:
|
|
|
|
EventID:
|
|
|
|
- 12
|
|
|
|
- 13
|
|
|
|
- 14
|
|
|
|
rewrite:
|
|
|
|
product: windows
|
|
|
|
service: sysmon
|
|
|
|
create_stream_hash:
|
|
|
|
category: create_stream_hash
|
|
|
|
product: windows
|
|
|
|
conditions:
|
|
|
|
EventID: 15
|
|
|
|
rewrite:
|
|
|
|
product: windows
|
|
|
|
service: sysmon
|
|
|
|
pipe_created:
|
|
|
|
category: pipe_created
|
|
|
|
product: windows
|
|
|
|
conditions:
|
|
|
|
EventID:
|
|
|
|
- 17
|
|
|
|
- 18
|
|
|
|
rewrite:
|
|
|
|
product: windows
|
|
|
|
service: sysmon
|
|
|
|
wmi_event:
|
|
|
|
category: wmi_event
|
|
|
|
product: windows
|
|
|
|
conditions:
|
|
|
|
EventID:
|
|
|
|
- 19
|
|
|
|
- 20
|
|
|
|
- 21
|
|
|
|
rewrite:
|
|
|
|
product: windows
|
|
|
|
service: sysmon
|
|
|
|
dns_query:
|
|
|
|
category: dns_query
|
|
|
|
product: windows
|
|
|
|
conditions:
|
|
|
|
EventID: 22
|
|
|
|
rewrite:
|
|
|
|
product: windows
|
|
|
|
service: sysmon
|
|
|
|
file_delete:
|
|
|
|
category: file_delete
|
|
|
|
product: windows
|
|
|
|
conditions:
|
|
|
|
EventID: 23
|
|
|
|
rewrite:
|
|
|
|
product: windows
|
|
|
|
service: sysmon
|
2019-04-25 06:15:50 +00:00
|
|
|
# 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:
|
2021-03-17 10:49:50 +00:00
|
|
|
- "WinEventLog:Application"
|
2018-06-29 14:42:16 +00:00
|
|
|
windows-security:
|
|
|
|
product: windows
|
|
|
|
service: security
|
2019-12-06 23:23:30 +00:00
|
|
|
sources:
|
2021-03-17 10:49:50 +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:
|
2021-03-17 10:49:50 +00:00
|
|
|
- "WinEventLog:System"
|
2020-07-06 15:07:06 +00:00
|
|
|
windows-ntlm:
|
|
|
|
product: windows
|
|
|
|
service: ntlm
|
|
|
|
sources:
|
2021-03-17 10:49:50 +00:00
|
|
|
- "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:
|
2021-03-17 10:49:50 +00:00
|
|
|
- "WinEventLog:Microsoft-Windows-Sysmon/Operational"
|
2018-06-29 14:42:16 +00:00
|
|
|
windows-powershell:
|
|
|
|
product: windows
|
|
|
|
service: powershell
|
2019-12-06 23:23:30 +00:00
|
|
|
sources:
|
2021-03-17 10:49:50 +00:00
|
|
|
- "WinEventLog:Microsoft-Windows-PowerShell/Operational"
|
2021-07-02 12:14:48 +00:00
|
|
|
windows-classicpowershell:
|
|
|
|
product: windows
|
|
|
|
service: powershell-classic
|
|
|
|
sources:
|
|
|
|
- "WinEventLog:Windows PowerShell"
|
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:
|
2021-03-17 10:49:50 +00:00
|
|
|
- "WinEventLog:Microsoft-Windows-TaskScheduler/Operational"
|
2018-06-29 14:42:16 +00:00
|
|
|
windows-wmi:
|
|
|
|
product: windows
|
|
|
|
service: wmi
|
2019-12-06 23:23:30 +00:00
|
|
|
sources:
|
2021-03-17 10:49:50 +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:
|
2021-03-17 10:49:50 +00:00
|
|
|
- "WinEventLog:Microsoft-Windows-DHCP-Server/Operational"
|
2021-06-30 12:22:40 +00:00
|
|
|
windows-printservice-admin:
|
2021-06-30 12:09:44 +00:00
|
|
|
product: windows
|
2021-06-30 12:22:40 +00:00
|
|
|
service: printservice-admin
|
2021-06-30 12:09:44 +00:00
|
|
|
sources:
|
2021-06-30 12:22:40 +00:00
|
|
|
- "WinEventLog:Microsoft-Windows-PrintService/Admin"
|
2021-06-30 12:16:26 +00:00
|
|
|
windows-smbclient-security:
|
|
|
|
product: windows
|
|
|
|
service: smbclient-security
|
|
|
|
sources:
|
2021-07-01 07:55:15 +00:00
|
|
|
- "WinEventLog:Microsoft-Windows-SmbClient/Security"
|
|
|
|
windows-printservice-operational:
|
|
|
|
product: windows
|
|
|
|
service: printservice-operational
|
|
|
|
sources:
|
|
|
|
- "WinEventLog:Microsoft-Windows-PrintService/Operational"
|
2020-07-13 20:23:42 +00:00
|
|
|
windows-applocker:
|
|
|
|
product: windows
|
|
|
|
service: applocker
|
2021-03-17 10:49:50 +00:00
|
|
|
sources:
|
2021-03-20 07:52:55 +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'
|
2021-03-20 07:49:59 +00:00
|
|
|
windows-msexchange-management:
|
|
|
|
product: windows
|
|
|
|
service: msexchange-management
|
|
|
|
sources:
|
2021-03-20 07:52:55 +00:00
|
|
|
- 'WinEventLog:MSExchange Management'
|
2018-06-29 14:42:16 +00:00
|
|
|
apache:
|
|
|
|
category: webserver
|
|
|
|
sources:
|
2021-03-17 10:49:50 +00:00
|
|
|
- "File:/var/log/apache/*.log"
|
|
|
|
- "File:/var/log/apache2/*.log"
|
|
|
|
- "File:/var/log/httpd/*.log"
|
2018-06-29 14:42:16 +00:00
|
|
|
linux-auth:
|
|
|
|
product: linux
|
|
|
|
service: auth
|
|
|
|
sources:
|
2021-03-17 10:49:50 +00:00
|
|
|
- "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:
|
2021-03-17 10:49:50 +00:00
|
|
|
- "File:/var/log/syslog"
|
|
|
|
- "File:/var/log/syslog.?"
|
2021-04-28 15:48:17 +00:00
|
|
|
logfiles:
|
2019-04-25 06:15:50 +00:00
|
|
|
category: logfile
|
|
|
|
sources:
|
2021-04-28 15:48:17 +00:00
|
|
|
- "File:*.log"
|