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.stealth
13    - attack.defense-impairment
14    - attack.t1564
15    - attack.t1112
16logsource:
17    product: windows
18    category: registry_set
19detection:
20    selection:
21        TargetObject|contains: 'SYSTEM\CurrentControlSet\Control\CrashControl'
22        Details: 'DWORD (0x00000000)'
23    condition: selection
24falsepositives:
25    - Legitimate disabling of crashdumps
26level: medium

References

Related rules

to-top