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

References

Related rules

to-top