Windows: Dumpert Process Dumper Execution via Dumpert.dll or Known MD5
Detects Dumpert execution on Windows via known hash and command line reference to Dumpert.dll for lsass memory dumping.
FreeReviewedSigma · Critical · v2
- Product
- windows
- Category
- process_creation
- Author
- Florian Roth (Nextron Systems) (SigmaHQ), DRL 1.1
- Published
- 2020-02-04
- Updated
- 2026-07-31
ATT&CK techniques
Cred AccessRecon
Resource Dev
Initial Access
Execution
Persistence
Priv Esc
Defense Evasion
Cred Access
Discovery
Lateral Movement
Collection
C2
Exfiltration
Impact
What it detects
This rule identifies execution of the Dumpert process dumper by matching a known Dumpert.dll string in the command line or a specific MD5 hash. Dumping process memory is commonly used to access credentials, including from lsass.exe. It relies on Windows process creation telemetry with command-line content and process image hash values.
Reporting behind it
Changelog
v2- v2Candidate ingested via manual entry.2026-07-31
- v1No changelog recorded for this version.2026-07-30
Detection content is published as a reviewed draft. Tune thresholds and exclusions against your own telemetry before enabling this rule for alerting.
windows-hacktool-execution-dumpert-process-dumper-loading-dumpert-dll-2704ab9e
title: "Windows: Dumpert Process Dumper Execution via Dumpert.dll or Known MD5"
id: e8d0d804-a9a6-4e3f-b384-e37004fbca8a
status: test
description: This rule identifies execution of the Dumpert process dumper by matching a known Dumpert.dll string in the command line or a specific MD5 hash. Dumping process memory is commonly used to access credentials, including from lsass.exe. It relies on Windows process creation telemetry with command-line content and process image hash values.
references:
- https://github.com/outflanknl/Dumpert
- https://unit42.paloaltonetworks.com/actors-still-exploiting-sharepoint-vulnerability/
- https://github.com/SigmaHQ/sigma/blob/master/rules/windows/process_creation/proc_creation_win_hktl_dumpert.yml
author: Florian Roth (Nextron Systems), Huntrule Team
date: 2020-02-04
modified: 2025-01-22
tags:
- attack.credential-access
- attack.t1003.001
logsource:
category: process_creation
product: windows
detection:
selection:
- Hashes|contains: MD5=09D278F9DE118EF09163C6140255C690
- CommandLine|contains: Dumpert.dll
condition: selection
falsepositives:
- Very unlikely
level: critical
license: DRL-1.1
related:
- id: 2704ab9e-afe2-4854-a3b1-0c0706d03578
type: derived