Windows File Creation of Dumpert Default Dump (dumpert.dmp)

Alerts on creation of Dumpert’s default "dumpert.dmp" dump file on Windows.

FreeReviewedSigma · Critical · v2
Product
windows
Category
file_event
Author
Florian Roth (Nextron Systems) (SigmaHQ), DRL 1.1
Published
2020-02-04
Updated
2026-07-31
title: Windows File Creation of Dumpert Default Dump (dumpert.dmp)
id: 9791bdee-7410-45ed-9f91-2303fed72270
related:
  - id: 2704ab9e-afe2-4854-a3b1-0c0706d03578
    type: derived
  - id: 93d94efc-d7ad-4161-ad7d-1638c4f908d8
    type: derived
status: test
description: This rule flags creation of the default memory dump file named dumpert.dmp on Windows, which is associated with Dumpert process dumping activity targeting LSASS memory. Attackers may use process dump files to extract credentials from memory, making this file creation a high-signal credential access artifact. It relies on file event telemetry that records when a file is created with a filename ending in dumpert.dmp.
references:
  - https://github.com/outflanknl/Dumpert
  - https://unit42.paloaltonetworks.com/actors-still-exploiting-sharepoint-vulnerability/
  - https://github.com/SigmaHQ/sigma/blob/master/rules/windows/file/file_event/file_event_win_hktl_dumpert.yml
author: Florian Roth (Nextron Systems), Huntrule Team
date: 2020-02-04
modified: 2023-05-09
tags:
  - attack.credential-access
  - attack.t1003.001
logsource:
  category: file_event
  product: windows
detection:
  selection:
    TargetFilename|endswith: dumpert.dmp
  condition: selection
falsepositives:
  - Very unlikely
level: critical
license: DRL-1.1