Detection rules › Sigma

HackTool - Dumpert Process Dumper Execution

Status
test
Severity
critical
Log source
category process_creation, product windows
Author
Florian Roth (Nextron Systems)
Source
github.com/SigmaHQ/sigma

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

Known false positives

  • Very unlikely

MITRE ATT&CK coverage

TacticTechniques
Credential Access

Telemetry coverage

ProviderRecord / event type
SysmonEvent ID 1: Process creation

Rule body

title: HackTool - Dumpert Process Dumper Execution
id: 2704ab9e-afe2-4854-a3b1-0c0706d03578
status: test
description: Detects the use of Dumpert process dumper, which dumps the lsass.exe process memory
references:
    - https://github.com/outflanknl/Dumpert
    - https://unit42.paloaltonetworks.com/actors-still-exploiting-sharepoint-vulnerability/
author: Florian Roth (Nextron Systems)
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

Stages and Predicates

Stage 0: condition

selection

Stage 1: selection

selection:
    - Hashes|contains: 'MD5=09D278F9DE118EF09163C6140255C690'
    - CommandLine|contains: 'Dumpert.dll'

Indicators

These rows show field, operator, and value matches.

FieldKindValuesSearch
CommandLinematch
  • Dumpert.dll corpus 2 (sigma 1, chronicle 1)
field:"CommandLine" kind:match value:"Dumpert.dll"
Hashesmatch
  • MD5=09D278F9DE118EF09163C6140255C690
field:"Hashes" kind:match value:"MD5=09D278F9DE118EF09163C6140255C690"