Skip to main content
Mallory
MalwareRansomwareUsed by 14 actors

ProcDump

ProcDump is a legitimate Microsoft Sysinternals utility that is widely abused by threat actors for credential access, most commonly by creating memory dumps of lsass.exe to extract credentials from LSASS memory. The content specifically describes use of ProcDump for LSASS dumping with commands such as "procdump.exe -accepteula -ma lsass.exe lsass.dmp" and renamed variants including pr.exe, pr64.exe, p.exe, mpms.exe, and prc64.exe to reduce detection. Beyond LSASS, the content also notes ProcDump being used to dump the running Outlook process to extract Microsoft 365/OAuth tokens.

Observed behavior in the content includes dumping LSASS memory to disk for offline credential extraction, use of renamed ProcDump binaries, and use as part of broader post-compromise activity including credential theft and lateral movement. Example paths and artifacts mentioned include "%ALLUSERSPROFILE%\p.exe -accepteula -ma lsass.exe C:\ProgramData\xxx.zip", lsass.dmp, and renamed binaries such as c:\windows\system32\prc64.exe.

Threat actors and clusters explicitly associated with ProcDump use in the content include Elephant Beetle/FIN13, Kimsuky, APT33, APT39, PARINACOTA, Lazarus/Andariel/Onyx Sleet-related activity, ToddyCat, FamousSparrow, Fox Kitten, HAFNIUM, Earth Lusca, Indrik Spider, and ransomware or intrusion activity involving LockBit 3.0, BianLian, Everest-related operations, and Play-associated reporting. In these cases, ProcDump is used alongside other credential theft and post-exploitation tooling such as Mimikatz, Windows Credential Editor, Dumpert, Cobalt Strike, Impacket, and PowerShell-based tooling.

Targeted environments in the content are primarily Windows systems, including domain controllers, IIS web servers, Exchange/Outlook environments, backup servers, and enterprise endpoints. Associated victim sectors and targeting contexts mentioned in the content include finance and commerce organizations in Latin America, telecommunications and travel organizations, energy providers, hotels, government and military networks, healthcare, manufacturing, agriculture, and South Korean IIS web servers.

The content consistently characterizes ProcDump as dual-use software: a benign administrative/debugging tool that adversaries abuse for credential dumping and token theft during intrusions.

Share:
For your environment

Hunt this family in your stack

Mallory pivots from this family to the IOCs, detections, and named campaigns that touch your stack, and pages you when something new lands.

THREAT ACTORS

Groups observed using it

14 distinct threat actors attributed by public researchers. Open in Mallory to see the full evidence chain and overlapping campaigns.

View more details
FIN13

The threat group was observed harvesting credentials on Windows machines by using renamed versions of the ProcDump executable (pr.exe, pr64.exe and more) for dumping the LSASS.exe process memory.

via web archiveweb.archive.org
ToddyCat

„… wechselten die Angreifer zu einem Memory-Dump-Tool (ProcDump von Sysinternals), um die Tokens direkt aus dem laufenden Outlook-Prozess zu extrahieren.“

via cso onlinecsoonline.com
Salt Typhoon

"A small utility that drops ProcDump on disk and uses it to dump the lsass process..."

via eset welivesecurity blogwelivesecurity.com
APT33

APT33 has used... ProcDump to dump credentials... FIN13 has obtained memory dumps with ProcDump to parse and extract credentials from a victim's LSASS process memory...

via mitre attackattack.mitre.org
Andariel

...use of ... Mimikatz, Dumpert, and ProcDump...

via cisa alertscisa.gov
Kimsuky

"Kimsuky uses ProcDump... inclusion of ProcDump in the BabyShark malware."

via cisa certus-cert.cisa.gov
APT41

APT33 has used... ProcDump to dump credentials... FIN13 has obtained memory dumps with ProcDump to parse and extract credentials from a victim's LSASS process memory...

via mitre attackattack.mitre.org
Indrik Spider

APT33 has used... ProcDump to dump credentials... FIN13 has obtained memory dumps with ProcDump to parse and extract credentials from a victim's LSASS process memory...

via mitre attackattack.mitre.org
APT39

APT33 has used... ProcDump to dump credentials... FIN13 has obtained memory dumps with ProcDump to parse and extract credentials from a victim's LSASS process memory...

via mitre attackattack.mitre.org
Fox Kitten

APT33 has used... ProcDump to dump credentials... FIN13 has obtained memory dumps with ProcDump to parse and extract credentials from a victim's LSASS process memory...

via mitre attackattack.mitre.org
Leviathan

APT33 has used... ProcDump to dump credentials... FIN13 has obtained memory dumps with ProcDump to parse and extract credentials from a victim's LSASS process memory...

via mitre attackattack.mitre.org
MuddyWater

APT33 has used... ProcDump to dump credentials... FIN13 has obtained memory dumps with ProcDump to parse and extract credentials from a victim's LSASS process memory...

via mitre attackattack.mitre.org
hafnium

APT33 has used... ProcDump to dump credentials... FIN13 has obtained memory dumps with ProcDump to parse and extract credentials from a victim's LSASS process memory...

via mitre attackattack.mitre.org
Play

By abusing legitimate tools such as Cobalt Strike, Mimikatz, ProcDump, AdFind, and WinPEAS, the group conducts credential theft, privilege escalation, lateral movement, and data exfiltration.

via dark readingdarkreading.com
MITRE ATT&CK

Techniques & procedures

14 distinct techniques documented for this family, organized by ATT&CK tactic.

T1588.002ToolEvidence2

The content repeatedly states that threat actors 'obtained,' 'acquired,' or 'used' publicly available, open-source, legitimate, or modified tools such as Mimikatz, Cobalt Strike, PsExec, Empire, Impacket, and many others.

T1608.002Upload ToolEvidence1

Due to mistakes on the attacker’s side, we managed to retrieve multiple files from Earth Krahang’s servers, including samples, configuration files, and log files from its attack tools.

Execution

2 techniques
T1059Command and Scripting InterpreterEvidence1
TacticExecution

Attackers could abuse this by appending the string to known malicious tools.

T1059.001PowerShellEvidence1
TacticExecution

The JavaScript code pulled down an obfuscated PowerShell script that was run in memory. The PowerShell script was responsible for deploying NetSupport onto the system...

Stealth

2 techniques
T1036MasqueradingEvidence1
TacticStealth

There are several exceptions for werfault such as: (contains_one_of (lowcase ?file_info_description) "windows problem reporting" "windows fault reporting"))) After adding this file info description to procdump64.exe (renamed to test.exe), this rule no longer triggers

T1070.004File DeletionEvidence1
TacticStealth

We observed the threat actors deleting their tools (Procdump, Network scanning scripts, etc.) from hosts.

Credential Access

3 techniques
T1003OS Credential DumpingEvidence12

The threat group was observed harvesting credentials on Windows machines by using renamed versions of the ProcDump executable... In addition, they extracted the SAM and SYSTEM registry hives using Reg.exe binary... When compromising Windows Domain Controllers servers, the group harvested the NTDS.DIT file and leveraged the Impacket tool on the compromised DC to locally decrypt it.

T1003.001LSASS MemoryEvidence25

Accessing credentials by dumping Local Security Authority Subsystem Service (LSASS) with Mimikatz or ProcDump

T1552.001Credentials In FilesEvidence1

There are several different ways to dump LSASS... Another option is to dump the LSASS process with Task Manager Sekurlsa::minidump can open the dump file.

Discovery

1 technique
T1057Process DiscoveryEvidence1
TacticDiscovery

The threat actor executed a command to identify the PID of the lsass.exe process. This allowed them to target the correct process to dump lsass.

Lateral Movement

2 techniques
T1021.002SMB/Windows Admin SharesEvidence1

Next, the threat actor transferred Sysinternals tool Procdump over SMB, to the ProgramData folders on multiple hosts in the environment.

T1570Lateral Tool TransferEvidence1

The threat actors also transferred ProcDump from the beachhead to multiple workstations.

T1105Ingress Tool TransferEvidence1

Bumblebee dropped a Cobalt Strike beacon named wab.exe on the beachhead host.

Other

1 technique
T1562.001Disable or Modify ToolsEvidence1

The threat actor checked on the status of Microsoft Defender and then proceeded to disable it.

INDICATORS OF COMPROMISE

IOCs tracked for this family

2 indicators attributed across vendor reports, sandbox runs, and researcher write-ups. Full values are available in Mallory.

View more in app
Hashes
2 tracked

File hashes (MD5, SHA-1, SHA-256) from samples and reports.

TypeValueLatest sighting
hash.sha256●●●●●●●●●●●●View more in app8 months ago
hash.sha256●●●●●●●●●●●●View more in app8 months ago
What this page doesn’t show

The version that knows your environment.

This page is what’s public. Mallory adds the parts that aren’t: which of your assets match these IOCs, which detections are missing, which campaigns to expect next, and what to do in the next 30 minutes.
IOC matching2

Match every observed IP, domain, and hash against your live telemetry.

Threat actor attribution14

Named campaigns wielding this family, with evidence pinned to each claim.

Exploited vulnerabilities

CVEs this family uses for access and lateral movement.

Detection signatures

YARA, Sigma, Snort, and vendor rules, auto-deployed to your SIEM.

MITRE ATT&CK mapping14

Every documented technique, ranked by evidence weight.

Researcher chatter

Reddit, Mastodon, and CTI community discussion around this family.