Windows WerFault ReflectDebugger Registry Key Value Targeting
Flags registry set events targeting WerFault ReflectDebugger under Windows Error Reporting Hangs for potential persistence abuse.
- Product
- windows
- Category
- registry_set
- Author
- X__Junior (SigmaHQ), DRL 1.1
- Published
- 2023-05-18
- Updated
- 2026-07-30
ATT&CK techniques
Defense EvasionRecon
Resource Dev
Initial Access
Execution
Persistence
Priv Esc
Defense Evasion
Cred Access
Discovery
Lateral Movement
Collection
C2
Exfiltration
Impact
What it detects
This rule matches registry set activity targeting the ReflectDebugger value path under the Windows Error Reporting Hangs key associated with WerFault. Attackers can abuse this location to establish persistence or influence debugging/behavior of error handling components. The detection relies on Windows registry set telemetry that includes the TargetObject path ending with the specified ReflectDebugger location.
Reporting behind it
- cocomelonc.github.iohttps://cocomelonc.github.io/malware/2022/11/02/malware-pers-18.html
- hexacorn.comhttps://www.hexacorn.com/blog/2018/08/31/beyond-good-ol-run-key-part-85/
- github.comhttps://github.com/SigmaHQ/sigma/blob/master/rules/windows/registry/registry_set/registry_set_persistence_reflectdebugger.yml
Detection content is published as a reviewed draft. Tune thresholds and exclusions against your own telemetry before enabling this rule for alerting.
title: Windows WerFault ReflectDebugger Registry Key Value Targeting
id: 44808c5f-1694-4003-bde0-251c8983aac0
related:
- id: fabfb3a7-3ce1-4445-9c7c-3c27f1051cdd
type: derived
- id: 0cf2e1c6-8d10-4273-8059-738778f981ad
type: derived
status: test
description: This rule matches registry set activity targeting the ReflectDebugger value path under the Windows Error Reporting Hangs key associated with WerFault. Attackers can abuse this location to establish persistence or influence debugging/behavior of error handling components. The detection relies on Windows registry set telemetry that includes the TargetObject path ending with the specified ReflectDebugger location.
references:
- https://cocomelonc.github.io/malware/2022/11/02/malware-pers-18.html
- https://www.hexacorn.com/blog/2018/08/31/beyond-good-ol-run-key-part-85/
- https://github.com/SigmaHQ/sigma/blob/master/rules/windows/registry/registry_set/registry_set_persistence_reflectdebugger.yml
author: X__Junior, Huntrule Team
date: 2023-05-18
tags:
- attack.stealth
- attack.t1036.003
logsource:
category: registry_set
product: windows
detection:
selection:
TargetObject|endswith: \Microsoft\Windows\Windows Error Reporting\Hangs\ReflectDebugger
condition: selection
falsepositives:
- Unknown
level: high
license: DRL-1.1