Detectioncriticaltest

HackTool - Dumpert Process Dumper Execution

Detects the use of Dumpert process dumper, which dumps the lsass.exe process memory

Convert In Phoenix Studio

Open this Sigma rule in the converter with the YAML preloaded and ready for backend selection.

Launch
Florian Roth (Nextron Systems)Created Tue Feb 04Updated Wed Jan 222704ab9e-afe2-4854-a3b1-0c0706d03578windows
Log Source
WindowsProcess Creation
ProductWindows← raw: windows
CategoryProcess Creation← raw: process_creation

Events generated when a new process is spawned on the system. Covers command-line arguments, parent/child relationships, and process metadata.

Detection Logic
Detection Logic1 selector
detection:
    selection:
        - Hashes|contains: 'MD5=09D278F9DE118EF09163C6140255C690'
        - CommandLine|contains: 'Dumpert.dll'
    condition: selection
False Positives

Very unlikely

Rule Metadata
Rule ID
2704ab9e-afe2-4854-a3b1-0c0706d03578
Status
test
Level
critical
Type
Detection
Created
Tue Feb 04
Modified
Wed Jan 22
Path
rules/windows/process_creation/proc_creation_win_hktl_dumpert.yml
Raw Tags
attack.credential-accessattack.t1003.001
View on GitHub