mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-07 09:48:58 +00:00
Merge pull request #892 from rtkbkish/registry-event-fixes
Fixes for rules in new sysmon registry_event category
This commit is contained in:
commit
facd578324
@ -15,8 +15,7 @@ logsource:
|
||||
product: windows
|
||||
detection:
|
||||
selection:
|
||||
- EventID: 12 # key create
|
||||
# Sysmon gives us HKLM\SYSTEM\CurrentControlSet\.. if ControlSetXX is the selected one
|
||||
- # Sysmon gives us HKLM\SYSTEM\CurrentControlSet\.. if ControlSetXX is the selected one
|
||||
TargetObject: 'HKLM\SYSTEM\CurrentControlSet\Control\MiniNt'
|
||||
EventType: 'CreateKey' # we don't want deletekey
|
||||
- # key rename
|
||||
|
@ -17,12 +17,9 @@ logsource:
|
||||
product: windows
|
||||
detection:
|
||||
selection:
|
||||
- EventID:
|
||||
- 12 # key create
|
||||
- 13 # value set
|
||||
# Sysmon gives us HKLM\SYSTEM\CurrentControlSet\.. if ControlSetXX is the selected one
|
||||
- # Sysmon gives us HKLM\SYSTEM\CurrentControlSet\.. if ControlSetXX is the selected one
|
||||
TargetObject: 'HKLM\SYSTEM\CurrentControlSet\Control\Session Manager\AppCertDlls'
|
||||
- # key rename
|
||||
- # key rename
|
||||
NewName: 'HKLM\SYSTEM\CurentControlSet\Control\Session Manager\AppCertDlls'
|
||||
condition: selection
|
||||
fields:
|
||||
|
Loading…
Reference in New Issue
Block a user