598d29f811
chore: change tags, date, modified fields to comply with v2 of the Sigma spec. chore: update the related type from `obsoletes` to `obsolete`. chore: update local json schema to the latest version.
27 lines
828 B
YAML
27 lines
828 B
YAML
title: Potential WerFault ReflectDebugger Registry Value Abuse
|
|
id: 0cf2e1c6-8d10-4273-8059-738778f981ad
|
|
related:
|
|
- id: fabfb3a7-3ce1-4445-9c7c-3c27f1051cdd
|
|
type: derived
|
|
status: test
|
|
description: Detects potential WerFault "ReflectDebugger" registry value abuse for persistence.
|
|
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/
|
|
author: X__Junior
|
|
date: 2023-05-18
|
|
tags:
|
|
- attack.defense-evasion
|
|
- attack.t1036.003
|
|
logsource:
|
|
category: registry_set
|
|
product: windows
|
|
detection:
|
|
selection:
|
|
EventType: 'SetValue'
|
|
TargetObject|endswith: '\Microsoft\Windows\Windows Error Reporting\Hangs\ReflectDebugger'
|
|
condition: selection
|
|
falsepositives:
|
|
- Unknown
|
|
level: high
|