48d5c5064c
fix: HackTool - Dumpert Process Dumper Execution - prepend MD5 to hash value fix: Forest Blizzard APT - Process Creation Activity - prepend SHA256 to hash value fix: ManageEngine Endpoint Central Dctask64.EXE Potential Abuse - prepend IMPHASH to hash value fix: Renamed ZOHO Dctask64 Execution - prepend IMPASH to hash value
25 lines
765 B
YAML
25 lines
765 B
YAML
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
|