mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-07 09:48:58 +00:00
Ref #933 - Added windows Process Creation to config
This commit is contained in:
parent
254942e4c3
commit
6c35a7afa0
@ -29,6 +29,11 @@ logsources:
|
||||
service: sysmon
|
||||
conditions:
|
||||
winlog.channel: 'Microsoft-Windows-Sysmon/Operational'
|
||||
windows-process-creation:
|
||||
product: windows
|
||||
category: process_creation
|
||||
conditions:
|
||||
winlog.event_id: '1'
|
||||
windows-dns-server:
|
||||
product: windows
|
||||
service: dns-server
|
||||
|
@ -28,6 +28,11 @@ logsources:
|
||||
service: sysmon
|
||||
conditions:
|
||||
winlog.channel: 'Microsoft-Windows-Sysmon/Operational'
|
||||
windows-process-creation:
|
||||
product: windows
|
||||
category: process_creation
|
||||
conditions:
|
||||
winlog.event_id: '1'
|
||||
windows-dns-server:
|
||||
product: windows
|
||||
service: dns-server
|
||||
|
Loading…
Reference in New Issue
Block a user