ec7319be21
Name Normalization
26 lines
744 B
YAML
Executable File
26 lines
744 B
YAML
Executable File
title: Dumpert Process Dumper
|
|
id: 93d94efc-d7ad-4161-ad7d-1638c4f908d8
|
|
related:
|
|
- id: 2704ab9e-afe2-4854-a3b1-0c0706d03578
|
|
type: derived
|
|
status: experimental
|
|
description: Detects the use of Dumpert process dumper, which dumps the lsass.exe process memory
|
|
author: Florian Roth
|
|
references:
|
|
- https://github.com/outflanknl/Dumpert
|
|
- https://unit42.paloaltonetworks.com/actors-still-exploiting-sharepoint-vulnerability/
|
|
date: 2020/02/04
|
|
modified: 2021/09/21
|
|
tags:
|
|
- attack.credential_access
|
|
- attack.t1003.001
|
|
logsource:
|
|
category: file_event
|
|
product: windows
|
|
detection:
|
|
selection:
|
|
TargetFilename: C:\Windows\Temp\dumpert.dmp
|
|
condition: selection
|
|
falsepositives:
|
|
- Very unlikely
|
|
level: critical |