You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
definition: 'Requires process creation telemetry with full command-line collection, such as Sysmon Event ID 1 or Security Event ID 4688 with command lines enabled.'
20
+
detection:
21
+
selection_image:
22
+
Image|endswith: '\reg.exe'
23
+
selection_action:
24
+
CommandLine|contains: ' save '
25
+
selection_hive:
26
+
CommandLine|contains:
27
+
- 'hklm\sam'
28
+
- 'hklm\system'
29
+
- 'hklm\security'
30
+
- 'hkey_local_machine\sam'
31
+
- 'hkey_local_machine\system'
32
+
- 'hkey_local_machine\security'
33
+
condition: selection_image and selection_action and selection_hive
34
+
falsepositives:
35
+
- Authorized backup, recovery, migration, forensic, or endpoint-management activity
0 commit comments