filter on createkey only when needed
This commit is contained in:
@@ -31,6 +31,7 @@ detection:
|
||||
selection2:
|
||||
EventID: 12
|
||||
TargetObject: '*\cmmgr32.exe*'
|
||||
EventType: 'CreateKey'
|
||||
# Registry Object Value Set
|
||||
selection3:
|
||||
EventID: 13
|
||||
|
||||
@@ -18,6 +18,7 @@ detection:
|
||||
- EventID: 12 # key create
|
||||
# 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
|
||||
- EventID: 14 # key rename
|
||||
NewName: 'HKLM\SYSTEM\CurrentControlSet\Control\MiniNt'
|
||||
condition: selection
|
||||
|
||||
@@ -16,6 +16,7 @@ logsource:
|
||||
detection:
|
||||
selection:
|
||||
EventID: 12
|
||||
EventType: 'CreateKey' # don't want DeleteKey events
|
||||
TargetObject: 'HKU\\*_Classes\CLSID\\*\TreatAs'
|
||||
condition: selection
|
||||
falsepositives:
|
||||
|
||||
Reference in New Issue
Block a user