mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-07 17:58:52 +00:00
DHCP log source in sigmac configs
This commit is contained in:
parent
dfd4ce878f
commit
a276d3083d
@ -46,6 +46,11 @@ logsources:
|
|||||||
service: powershell
|
service: powershell
|
||||||
conditions:
|
conditions:
|
||||||
deviceVendor: Microsoft
|
deviceVendor: Microsoft
|
||||||
|
windows-dhcp:
|
||||||
|
product: windows
|
||||||
|
service: dhcp
|
||||||
|
conditions:
|
||||||
|
deviceVendor: Microsoft
|
||||||
windows-system:
|
windows-system:
|
||||||
product: windows
|
product: windows
|
||||||
service: system
|
service: system
|
||||||
|
@ -27,4 +27,9 @@ logsources:
|
|||||||
service: driver-framework
|
service: driver-framework
|
||||||
conditions:
|
conditions:
|
||||||
source: 'Microsoft-Windows-DriverFrameworks-UserMode/Operational'
|
source: 'Microsoft-Windows-DriverFrameworks-UserMode/Operational'
|
||||||
|
windows-dhcp:
|
||||||
|
product: windows
|
||||||
|
service: dhcp
|
||||||
|
conditions:
|
||||||
|
source: 'Microsoft-Windows-DHCP-Server/Operational'
|
||||||
defaultindex: logstash-*
|
defaultindex: logstash-*
|
||||||
|
@ -27,6 +27,11 @@ logsources:
|
|||||||
service: driver-framework
|
service: driver-framework
|
||||||
conditions:
|
conditions:
|
||||||
source: 'Microsoft-Windows-DriverFrameworks-UserMode/Operational'
|
source: 'Microsoft-Windows-DriverFrameworks-UserMode/Operational'
|
||||||
|
windows-dhcp:
|
||||||
|
product: windows
|
||||||
|
service: dhcp
|
||||||
|
conditions:
|
||||||
|
source: 'Microsoft-Windows-DHCP-Server/Operational'
|
||||||
defaultindex: winlogbeat-*
|
defaultindex: winlogbeat-*
|
||||||
# Extract all field names qith yq:
|
# Extract all field names qith yq:
|
||||||
# yq -r '.detection | del(.condition) | map(keys) | .[][]' $(find sigma/rules/windows -name '*.yml') | sort -u | grep -v ^EventID$ | sed 's/^\(.*\)/ \1: event_data.\1/g'
|
# yq -r '.detection | del(.condition) | map(keys) | .[][]' $(find sigma/rules/windows -name '*.yml') | sort -u | grep -v ^EventID$ | sed 's/^\(.*\)/ \1: event_data.\1/g'
|
||||||
|
@ -27,6 +27,7 @@ logsources:
|
|||||||
product: windows
|
product: windows
|
||||||
service: powershell-classic
|
service: powershell-classic
|
||||||
index: logs-endpoint-winevent-powershell-*
|
index: logs-endpoint-winevent-powershell-*
|
||||||
|
|
||||||
defaultindex: logs-*
|
defaultindex: logs-*
|
||||||
fieldmappings:
|
fieldmappings:
|
||||||
AccessMask: object_access_mask_requested
|
AccessMask: object_access_mask_requested
|
||||||
|
@ -19,6 +19,12 @@ logsources:
|
|||||||
service: driver-framework
|
service: driver-framework
|
||||||
conditions:
|
conditions:
|
||||||
source: 'Microsoft-Windows-DriverFrameworks-UserMode/Operational'
|
source: 'Microsoft-Windows-DriverFrameworks-UserMode/Operational'
|
||||||
|
windows-dhcp:
|
||||||
|
product: windows
|
||||||
|
service: dhcp
|
||||||
|
conditions:
|
||||||
|
source: 'Microsoft-Windows-DHCP-Server/Operational'
|
||||||
|
|
||||||
fieldmappings:
|
fieldmappings:
|
||||||
EventID: event_id
|
EventID: event_id
|
||||||
FailureCode: result_code
|
FailureCode: result_code
|
||||||
|
@ -30,6 +30,12 @@ logsources:
|
|||||||
service: powershell
|
service: powershell
|
||||||
conditions:
|
conditions:
|
||||||
device.type: winevent_nic
|
device.type: winevent_nic
|
||||||
|
windows-dhcp:
|
||||||
|
product: windows
|
||||||
|
service: dhcp
|
||||||
|
conditions:
|
||||||
|
device.type: winevent_nic
|
||||||
|
event.source: microsoft-windows-dhcp-server
|
||||||
windows-sec:
|
windows-sec:
|
||||||
product: windows
|
product: windows
|
||||||
service: security
|
service: security
|
||||||
|
@ -60,3 +60,8 @@ logsources:
|
|||||||
service: ntlm
|
service: ntlm
|
||||||
conditions:
|
conditions:
|
||||||
LogName: 'Microsoft-Windows-NTLM/Operational'
|
LogName: 'Microsoft-Windows-NTLM/Operational'
|
||||||
|
windows-dhcp:
|
||||||
|
product: windows
|
||||||
|
service: dhcp
|
||||||
|
conditions:
|
||||||
|
LogName: 'Microsoft-Windows-DHCP-Server/Operational'
|
||||||
|
@ -34,6 +34,11 @@ logsources:
|
|||||||
service: wmi
|
service: wmi
|
||||||
sources:
|
sources:
|
||||||
- 'WinEventLog:Microsoft-Windows-WMI-Activity/Operational'
|
- 'WinEventLog:Microsoft-Windows-WMI-Activity/Operational'
|
||||||
|
windows-dhcp:
|
||||||
|
product: windows
|
||||||
|
service: dhcp
|
||||||
|
sources:
|
||||||
|
- 'Microsoft-Windows-DHCP-Server'
|
||||||
apache:
|
apache:
|
||||||
category: webserver
|
category: webserver
|
||||||
sources:
|
sources:
|
||||||
|
@ -60,5 +60,10 @@ logsources:
|
|||||||
service: ntlm
|
service: ntlm
|
||||||
conditions:
|
conditions:
|
||||||
source: 'Microsoft-Windows-NTLM/Operational'
|
source: 'Microsoft-Windows-NTLM/Operational'
|
||||||
|
windows-dhcp:
|
||||||
|
product: windows
|
||||||
|
service: dhcp
|
||||||
|
conditions:
|
||||||
|
source: 'Microsoft-Windows-DHCP-Server/Operational'
|
||||||
fieldmappings:
|
fieldmappings:
|
||||||
EventID: EventCode
|
EventID: EventCode
|
||||||
|
@ -44,6 +44,12 @@ logsources:
|
|||||||
conditions:
|
conditions:
|
||||||
EventChannel: System
|
EventChannel: System
|
||||||
index: WINDOWS
|
index: WINDOWS
|
||||||
|
windows-dhcp:
|
||||||
|
product: windows
|
||||||
|
service: dhcp
|
||||||
|
conditions:
|
||||||
|
EventChannel: Microsoft-Windows-DHCP-Server
|
||||||
|
index: WINDOWS
|
||||||
apache:
|
apache:
|
||||||
product: apache
|
product: apache
|
||||||
service: apache
|
service: apache
|
||||||
|
Loading…
Reference in New Issue
Block a user