Detection rules › Sigma
Dumping of Sensitive Hives Via Reg.EXE
Detects the usage of "reg.exe" in order to dump sensitive registry hives. This includes SAM, SYSTEM and SECURITY hives.
MITRE ATT&CK coverage
| Tactic | Techniques |
|---|---|
| Credential Access | T1003.002 OS Credential Dumping: Security Account Manager, T1003.004 OS Credential Dumping: LSA Secrets, T1003.005 OS Credential Dumping: Cached Domain Credentials |
Event coverage
| Provider | Event ID | Title |
|---|---|---|
| Sysmon | 1 | Process creation |
Stages and Predicates
Stage 1: all of selection_img
or:
Image|endswith: '\reg.exe'
OriginalFileName: reg.exe
Stage 2: all of selection_cli_flag
or:
CommandLine|contains: ' export '
CommandLine|contains: ' eˣport '
CommandLine|contains: ' save '
CommandLine|contains: ' ˢave '
Stage 3: all of selection_cli_hklm
or:
CommandLine|contains: hkey_local_machine
CommandLine|contains: 'hkey_loca˪_machine'
CommandLine|contains: 'hkey_˪ocal_machine'
CommandLine|contains: 'hkey_˪oca˪_machine'
CommandLine|contains: hklm
CommandLine|contains: 'hk˪m'
Stage 4: all of selection_cli_hive
or:
CommandLine|contains: '\sam'
CommandLine|contains: '\security'
CommandLine|contains: '\system'
CommandLine|contains: '\syˢtem'
CommandLine|contains: '\ˢam'
CommandLine|contains: '\ˢecurity'
CommandLine|contains: '\ˢystem'
CommandLine|contains: '\ˢyˢtem'
Indicators
Each row is a field, operator, and value that the rule matches. The corpus column counts how many other rules in the catalog look for the same combination: high numbers point to widely-used, community-vetted indicators. Blank or 1 shows that the indicator is specific to this rule.
| Field | Kind | Values |
|---|---|---|
CommandLine | match |
|
Image | ends_with |
|
OriginalFileName | eq |
|