Windows WER BugCheck Crash Dump Reporting via Event ID 1001

Flags Windows WER SystemErrorReporting Event ID 1001 entries indicating a crash with bugcheck and dump/report details.

FreeReviewedSigma · Medium · v2
Product
windows
Service
system
Author
Jason Mull (SigmaHQ), DRL 1.1
Published
2025-05-12
Updated
2026-07-31
title: Windows WER BugCheck Crash Dump Reporting via Event ID 1001
id: ba4b2e84-fa70-4cb5-9339-f655fcc2d275
related:
  - id: 2ff692c2-4594-41ec-8fcb-46587de769e0
    type: similar
  - id: 882fbe50-d8d7-4e29-ae80-0648a8556866
    type: derived
status: experimental
description: This rule flags Windows SystemErrorReporting events from the WER provider that indicate a BugCheck crash and a subsequent system reboot. Attackers may trigger or leverage crashes to disrupt systems or stage activity, so capturing these crash indicators helps correlate instability with other suspicious behavior. The detection relies on Windows System event telemetry from the Microsoft-Windows-WER-SystemErrorReporting provider, matching Event ID 1001 and extracting fields such as the bugcheck code, dump file path, and report ID.
references:
  - https://www.sans.edu/cyber-research/from-crash-compromise-unlocking-potential-windows-crash-dumps-offensive-security/
  - https://jasonmull.com/articles/offensive/2025-05-12-windows-crash-dumps-offensive-security/
  - https://github.com/SigmaHQ/sigma/blob/master/rules/windows/builtin/system/microsoft_windows_wer_systemerrorreporting/win_system_crash_dump_created.yml
author: Jason Mull, Huntrule Team
date: 2025-05-12
tags:
  - attack.credential-access
  - attack.collection
  - attack.t1003.002
  - attack.t1005
logsource:
  product: windows
  service: system
detection:
  selection:
    Provider_Name: Microsoft-Windows-WER-SystemErrorReporting
    EventID: 1001
  condition: selection
level: medium
license: DRL-1.1