mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-07 01:45:21 +00:00
Added eventlog source DNS Server to configs
This commit is contained in:
parent
c7cc2a00d3
commit
f66085b198
@ -17,3 +17,8 @@ logsources:
|
|||||||
service: sysmon
|
service: sysmon
|
||||||
conditions:
|
conditions:
|
||||||
EventLog: Microsoft-Windows-Sysmon
|
EventLog: Microsoft-Windows-Sysmon
|
||||||
|
windows-dns-server:
|
||||||
|
product: windows
|
||||||
|
service: dns-server
|
||||||
|
conditions:
|
||||||
|
EventLog: 'DNS Server'
|
||||||
|
@ -9,6 +9,11 @@ logsources:
|
|||||||
service: system
|
service: system
|
||||||
conditions:
|
conditions:
|
||||||
event_source: 'Microsoft-Windows-Security-Auditing'
|
event_source: 'Microsoft-Windows-Security-Auditing'
|
||||||
|
windows-dns-server:
|
||||||
|
product: windows
|
||||||
|
service: dns-server
|
||||||
|
conditions:
|
||||||
|
event_source: 'DNS Server'
|
||||||
fieldmappings:
|
fieldmappings:
|
||||||
EventID: event_id
|
EventID: event_id
|
||||||
FailureCode: result_code
|
FailureCode: result_code
|
||||||
|
@ -28,11 +28,16 @@ logsources:
|
|||||||
product: windows
|
product: windows
|
||||||
service: powershell-classic
|
service: powershell-classic
|
||||||
conditions:
|
conditions:
|
||||||
source: 'Windows PowerShell'
|
source: 'Windows PowerShell'
|
||||||
windows-powershell:
|
windows-powershell:
|
||||||
product: windows
|
product: windows
|
||||||
service: taskscheduler
|
service: taskscheduler
|
||||||
conditions:
|
conditions:
|
||||||
source: 'WinEventLog:Microsoft-Windows-TaskScheduler/Operational'
|
source: 'WinEventLog:Microsoft-Windows-TaskScheduler/Operational'
|
||||||
|
windows-dns-server:
|
||||||
|
product: windows
|
||||||
|
service: dns-server
|
||||||
|
conditions:
|
||||||
|
source: 'DNS Server'
|
||||||
fieldmappings:
|
fieldmappings:
|
||||||
EventID: EventCode
|
EventID: EventCode
|
||||||
|
Loading…
Reference in New Issue
Block a user