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
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