Merge pull request #892 from rtkbkish/registry-event-fixes

Fixes for rules in new sysmon registry_event category
This commit is contained in:
Florian Roth
2020-07-05 13:12:04 +02:00
committed by GitHub
2 changed files with 3 additions and 7 deletions
@@ -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: