Has used PowerShell cmdlet Invoke-WCMDump to enumerate Windows credentials in the Credential Manager in a compromised network.1
Windows Credential Manager T1555.004
- Tactic
- Credential Access
- Platform
- Windows
- Version
- 1.1
- Created
- 23 November 2020
- Last modified
- 24 October 2025
- Contributors
- Bernaldo Penas Antelo; Mugdha Peter Bansode; Uriel Kosayev; Vadim Khrykov
Windows Credential Manager MITRE reference T1555.004
4 groups have been recorded using this technique. Newest first; each entry carries MITRE’s procedure text and a link to the group’s full record. Click a name to filter the rules below.
Has used credential dumping tool named VALUEVAULT to steal credentials from the Windows Credential Manager.1
Malware gathers passwords from the Windows Credential Vault.1
Has gathered credentials from the Windows Credential Manager tool.1
All 4 groups for this technique
1 campaign has been recorded using this technique. Listed newest first; dates are year-granularity and attribution is MITRE’s.
During Juicy Mix, OilRig used a Windows Credential Manager stealer for credential access.1
All 1 campaigns for this technique
9 software entries are documented implementing this technique. MITRE files each as a tool or as malware; newest first, then by how many groups carry them.
Can gather Windows Vault credentials.1
Has a plugin that can retrieve credentials from Internet Explorer and Microsoft Edge using vaultcmd.exe and another that can collect RDP access credentials using the CredEnumerateW function.1
Can use the QuarksPwDump tool to obtain local passwords and domain cached credentials.1
Can collect credentials from the Windows Credential Manager.1
Can use a .NET compiled module named exchgrabber to enumerate credentials from the Credential Manager.1
Can obtain credentials from Vault files.1
All 9 software entries for this technique · 6 newest in this preview
Offense vs defense T1555.004
Is defensive coverage keeping up with adversary use? Eight counts, each ranked against all 697 ATT&CK techniques. Attack sits left, defense right, so a shape leaning left means adversaries are better documented here than defenders are equipped. Hover any spoke for its percentile and the share of techniques that have more. The timeline below shows when each side arrived.
How it got here
Adversary activity (campaign spans) over cumulative rule output. Each source is plotted independently from zero, so neither line includes the other. Campaign dates are year-granularity.
Windows Credential Manager detection strategy DET0134
MITRE names one behaviour worth catching for this technique and breaks it into 1 analytic, one per platform. Each carries the log sources it needs and the fields you tune per environment.
Detect Suspicious Access to Windows Credential Manager
AN0378 · Windows
Detects unauthorized access to Windows Credential Manager through anomalous process execution (vaultcmd.exe, rundll32.exe keymgr.dll), suspicious API calls (CredEnumerateA), or direct file access to Credential Locker files. Correlates process creation with subsequent file reads of .vcrd/.vpol files under user Credential Locker directories.
Log sources
The data this analytic draws on. You do not need every component — each one you already collect covers part of it. Each links to its ATT&CK record.
| Data component | Name | Channel |
|---|---|---|
| Process CreationDC0032 | WinEventLog:Security | EventCode=4688 |
| Process AccessDC0035 | WinEventLog:Sysmon | EventCode=10 |
| File MetadataDC0059 | WinEventLog:Sysmon | EventCode=15 |
Tunable fields
MITRE calls these the analytic’s mutable elements: the thresholds and filters you set for your own environment.
| Field | What you tune |
|---|---|
| MonitoredPaths | Credential Locker paths such as %Systemdrive%\Users\*\AppData\Local\Microsoft\Credentials and %Systemdrive%\Users\*\AppData\Local\Microsoft\Vault |
| TimeWindow | Correlation window between process execution, file access, and API calls |
| PrivilegedUsers | Baseline of expected administrative/service accounts with legitimate Credential Manager access |
Consider enabling the “Network access: Do not allow storage of passwords and credentials for network authentication” setting that will prevent network credentials from being stored by the Credential Manager.
Tests from Atomic Red Team (MIT licence) · technique definition