CrashControl CrashDump Disabled

Detects disabling the CrashDump per registry (as used by HermeticWiper)

Sigma rule (View on GitHub)

 1title: CrashControl CrashDump Disabled
 2id: 2ff692c2-4594-41ec-8fcb-46587de769e0
 3status: test
 4description: Detects disabling the CrashDump per registry (as used by HermeticWiper)
 5references:
 6    - https://www.sentinelone.com/labs/hermetic-wiper-ukraine-under-attack/
 7author: Tobias Michalski (Nextron Systems)
 8date: 2022-02-24
 9modified: 2023-08-17
10tags:
11    - attack.persistence
12    - attack.defense-evasion
13    - attack.t1564
14    - attack.t1112
15logsource:
16    product: windows
17    category: registry_set
18detection:
19    selection:
20        TargetObject|contains: 'SYSTEM\CurrentControlSet\Control\CrashControl'
21        Details: 'DWORD (0x00000000)'
22    condition: selection
23falsepositives:
24    - Legitimate disabling of crashdumps
25level: medium

References

Related rules

to-top