LiveActive security incident?Get immediate response
MITRE ATT&CK® Technique

T1555.004: Windows Credential Manager

Adversaries may acquire credentials from the Windows Credential Manager. The Credential Manager stores credentials for signing into websites, applications, and/or devices that request authentication through NTLM or Kerberos in Credential Lockers (previously known as Windows Vaults).[1][2]

The Windows Credential Manager separates website credentials from application or network credentials in two lockers. As part of Credentials from Web Browsers, Internet Explorer and Microsoft Edge website credentials are managed by the Credential Manager and are stored in the Web Credentials locker. Application and network credentials are stored in the Windows Credentials locker.

Credential Lockers store credentials in encrypted `.vcrd` files, located under `%Systemdrive%\Users\\[Username]\AppData\Local\Microsoft\\[Vault/Credentials]\`. The encryption key can be found in a file named Policy.vpol, typically located in the same folder as the credentials.[3][4]

Adversaries may list credentials managed by the Windows Credential Manager through several mechanisms. vaultcmd.exe is a native Windows executable that can be used to enumerate credentials stored in the Credential Locker through a command-line interface. Adversaries may also gather credentials by directly reading files located inside of the Credential Lockers. Windows APIs, such as CredEnumerateA, may also be absued to list credentials managed by the Credential Manager.[5][6]

Adversaries may also obtain credentials from credential backups. Credential backups and restorations may be performed by running rundll32.exe keymgr.dll KRShowKeyMgr then selecting the “Back up...” button on the “Stored User Names and Passwords” GUI.

Password recovery tools may also obtain plain text passwords from the Credential Manager.[4]

EnterpriseT1555.004Sub-techniqueObject v1.1Modified
Glexia's Take · Automated analysis

Security context for executives and security teams

Automation confidenceHigh

Windows Credential Manager matters because it can hold reusable website, application, and network credentials on Windows endpoints. If an intruder or post-exploitation tool can enumerate or read those stored credentials, a single compromised workstation may become a source of additional access rather than an isolated incident.

Executive priority

Treat this as a credential-access risk tied to Windows endpoint resilience and incident scoping. Leaders should ask whether stored Windows credentials are necessary for business workflows, whether endpoint monitoring can show suspicious access to Credential Manager data, and whether incident response playbooks include reviewing exposed saved credentials when a Windows host is compromised. The relationship to multiple ATT&CK software entries, including Mimikatz, LaZagne, PowerSploit, and other Windows malware/tools, makes this a practical control-validation item rather than a theoretical concern.

Technical view

This is a Windows sub-technique under Credentials from Password Stores. Defensive validation should focus on attempts to enumerate Credential Manager using native tooling such as vaultcmd.exe, use of rundll32.exe with keymgr.dll KRShowKeyMgr for credential backup workflows, suspicious access to Credential Locker paths under user AppData, and programmatic enumeration through Windows Credential APIs such as CredEnumerateA. Because MITRE provides no official detection text for this object, teams should use the related detection strategy DET0134 as a starting point and test coverage against both native utilities and known credential-recovery tooling named in relationships.

Likely telemetry

  • Windows process creation and command-line telemetry for vaultcmd.exe and rundll32.exe keymgr.dll KRShowKeyMgr
  • File access telemetry for Credential Locker locations under %Systemdrive%\Users\[Username]\AppData\Local\Microsoft\[Vault/Credentials]\, including .vcrd files and Policy.vpol
  • Endpoint detection telemetry showing credential-recovery or post-exploitation tools such as Mimikatz, LaZagne, PowerSploit, or SILENTTRINITY when present
  • API-level or behavioral telemetry, where available, for calls that enumerate stored credentials such as CredEnumerateA
  • User and host context showing whether credential access occurred from an expected administrative, user, or unusual process context

Detection direction

  • Validate that DET0134-style logic covers both native Windows mechanisms and direct file access to Credential Locker storage, not only known tool names.
  • Tune process detections around vaultcmd.exe and rundll32.exe carefully because some administrative or user-initiated credential management activity may be legitimate.
  • Look for unusual parent-child process relationships, rare execution by user context, or credential access occurring shortly after other suspicious activity on the same Windows endpoint.
  • Do not rely solely on malware signatures; the ATT&CK description explicitly includes native executables, Windows APIs, direct file reads, credential backups, and password recovery tools.
  • Confirm collection depth: if command-line logging, file access telemetry, or endpoint behavioral data is absent, coverage for this technique may be materially limited.

Mitigation priorities

  • Reduce exposure by disabling or removing unnecessary features, software, or workflows that store or recover credentials where business requirements allow, consistent with mitigation M1042.
  • Review whether users and administrators need saved website, application, or network credentials on Windows endpoints, especially on high-value systems.
  • Harden endpoint monitoring and response procedures so suspected access to Credential Manager triggers credential exposure assessment and follow-on containment decisions.
  • Include saved-credential review in incident response scoping for compromised Windows hosts, since credentials obtained from local stores may enable later access.
  • Use policy and user guidance to limit unnecessary credential saving, then validate with endpoint evidence rather than assuming the behavior is controlled.
Additional notes and limits

ATT&CK links this technique to several groups, a campaign, and multiple software families/tools, but those relationships should be used for detection engineering context and threat-informed testing rather than as proof of current activity in any specific environment. The most useful local question is whether Windows endpoints both store sensitive credentials and produce enough telemetry to prove or disprove suspicious access.

The official ATT&CK object does not provide detection guidance, and the supplied mitigation relationship is broad. This take is therefore limited to behaviors described in the official technique text and supplied relationships. Local policy, endpoint configuration, logging depth, and legitimate credential-management workflows are required to determine priority and detection quality.

Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.

Official MITRE ATT&CK definition

Windows Credential Manager

Adversaries may acquire credentials from the Windows Credential Manager. The Credential Manager stores credentials for signing into websites, applications, and/or devices that request authentication through NTLM or Kerberos in Credential Lockers (previously known as Windows Vaults).[1][2]

The Windows Credential Manager separates website credentials from application or network credentials in two lockers. As part of Credentials from Web Browsers, Internet Explorer and Microsoft Edge website credentials are managed by the Credential Manager and are stored in the Web Credentials locker. Application and network credentials are stored in the Windows Credentials locker.

Credential Lockers store credentials in encrypted `.vcrd` files, located under `%Systemdrive%\Users\\[Username]\AppData\Local\Microsoft\\[Vault/Credentials]\`. The encryption key can be found in a file named Policy.vpol, typically located in the same folder as the credentials.[3][4]

Adversaries may list credentials managed by the Windows Credential Manager through several mechanisms. vaultcmd.exe is a native Windows executable that can be used to enumerate credentials stored in the Credential Locker through a command-line interface. Adversaries may also gather credentials by directly reading files located inside of the Credential Lockers. Windows APIs, such as CredEnumerateA, may also be absued to list credentials managed by the Credential Manager.[5][6]

Adversaries may also obtain credentials from credential backups. Credential backups and restorations may be performed by running rundll32.exe keymgr.dll KRShowKeyMgr then selecting the “Back up...” button on the “Stored User Names and Passwords” GUI.

Password recovery tools may also obtain plain text passwords from the Credential Manager.[4]

View the same entry on attack.mitre.org (MITRE-hosted reference; in-page links above use the Glexia ATT&CK library.)

Glexia analysis

How security teams should use this page

Treat this object as behavior context, not an attribution claim. Validate the related groups, software, data sources, and mitigations against official ATT&CK relationships and your own telemetry before making control-coverage decisions.

ATT&CK relationship table

Related techniques

This mirrors the MITRE pattern of making group, software, campaign, and technique relationships scannable. Relationship notes come from mirrored ATT&CK relationship text when available.

1 rows
DomainIDNameRelationship / procedure
EnterpriseT1555Credentials from Password StoresThis object subtechnique of Credentials from Password Stores.
Associated objects

Groups, software, and campaigns

GroupEnterprise

G0049: OilRig

OilRig is a suspected Iranian threat group that has targeted Middle Eastern and international victims since at least 2014. The group has targeted a variety of sectors, including financial, government, energy, chemical, and telecommunications. It appears the group carries out supply chain attacks, leveraging the trust relationship between organizations to attack their primary targets. The group works on behalf of the Iranian government based on infrastructure details that contain references to Iran, use of Iranian infrastructure, and targeting that aligns with nation-state interests.[1][2][3][4][5][6][7]

GroupEnterprise

G0038: Stealth Falcon

Stealth Falcon is a threat group that has conducted targeted spyware attacks against Emirati journalists, activists, and dissidents since at least 2012. Circumstantial evidence suggests there could be a link between this group and the United Arab Emirates (UAE) government, but that has not been confirmed. [1]

GroupEnterprise

G0010: Turla

Turla is a cyber espionage threat group that has been attributed to Russia's Federal Security Service (FSB). They have compromised victims in over 50 countries since at least 2004, spanning a range of industries including government, embassies, military, education, research and pharmaceutical companies. Turla is known for conducting watering hole and spearphishing campaigns, and leveraging in-house tools and malware, such as Uroburos.[1][2][3][4][5]

GroupEnterprise

G0102: Wizard Spider

Wizard Spider is a Russia-based financially motivated threat group originally known for the creation and deployment of TrickBot since at least 2016. Wizard Spider possesses a diverse arsenal of tools and has conducted ransomware campaigns against a variety of organizations, ranging from major corporations to hospitals.[1][2][3]

MalwareEnterprise

S0476: Valak

Valak is a multi-stage modular malware that can function as a standalone information stealer or downloader, first observed in 2019 targeting enterprises in the US and Germany.[1][2]

Windows
ToolEnterprise

S0349: LaZagne

LaZagne is a post-exploitation, open-source tool used to recover stored passwords on a system. It has modules for Windows, Linux, and OSX, but is mainly focused on Windows systems. LaZagne is publicly available on GitHub.[1]

LinuxmacOSWindows
MalwareEnterprise

S0681: Lizar

Lizar is a modular remote access tool written using the .NET Framework that shares structural similarities to Carbanak. It has likely been used by FIN7 since at least February 2021.[1][2][3]

Windows
ToolEnterprise

S0692: SILENTTRINITY

SILENTTRINITY is an open source remote administration and post-exploitation framework primarily written in Python that includes stagers written in Powershell, C, and Boo. SILENTTRINITY was used in a 2019 campaign against Croatian government agencies by unidentified cyber actors.[1][2]

Windows
ToolEnterprise

S0002: Mimikatz

Mimikatz is a credential dumper capable of obtaining plaintext Windows account logins and passwords, along with many other features that make it useful for testing the security of networks. [1] [2]

Windows
MalwareEnterprise

S0526: KGH_SPY

KGH_SPY is a modular suite of tools used by Kimsuky for reconnaissance, information stealing, and backdoor capabilities. KGH_SPY derived its name from PDB paths and internal names found in samples containing "KGH".[1]

Windows
ToolEnterprise

S0194: PowerSploit

PowerSploit is an open source, offensive security framework comprised of PowerShell modules and scripts that perform a wide range of tasks related to penetration testing such as code execution, persistence, bypassing anti-virus, recon, and exfiltration. [1] [2] [3]

Windows
Relationship explorer

All related ATT&CK context

Mitigations

Mitigation direction

Change history

Object version and sync metadata

The fields below describe the current mirrored snapshot. When Glexia retains multiple ATT&CK source imports, you can open the table to compare the same object across releases (hashes and MITRE timestamps). For MITRE’s own release notes and roadmap, see ATT&CK resources — Updates.

ATT&CK release
19.1
Object version
1.1
Created
Modified
Raw hash
fa7df04c437d4ee6...
Imported snapshots across ATT&CK releases(1)
ReleaseBundle importedObject versionModifiedStatusRaw hash
19.11.1Current bundlefa7df04c437d…
Raw source

Mirrored ATT&CK source object

The raw object is retained through the mirrored ATT&CK source bundle and object hash. The raw endpoint returns the exact object from the mirrored bundle when available.

Source references

External references and citations

MITRE external references are preserved separately from Glexia analysis so citations remain traceable to their original source records.

  1. [1]
    Microsoft Credential Manager store

    Microsoft. (2016, August 31). Cached and Stored Credentials Technical Overview. Retrieved November 24, 2020.

    Open source URL
  2. [2]
    Microsoft Credential Locker

    Microsoft. (2013, October 23). Credential Locker Overview. Retrieved November 24, 2020.

    Open source URL
  3. [3]
    passcape Windows Vault

    Passcape. (n.d.). Windows Password Recovery - Vault Explorer and Decoder. Retrieved November 24, 2020.

    Open source URL
  4. [4]
    Malwarebytes The Windows Vault

    Arntz, P. (2016, March 30). The Windows Vault . Retrieved November 23, 2020.

    Open source URL
  5. [5]
    Microsoft CredEnumerate

    Microsoft. (2018, December 5). CredEnumarateA function (wincred.h). Retrieved November 24, 2020.

    Open source URL
  6. [6]
    Delpy Mimikatz Crendential Manager

    Delpy, B. (2017, December 12). howto ~ credential manager saved credentials. Retrieved November 23, 2020.

    Open source URL
  7. [7]
    FireEye APT34 July 2019

    Bromiley, M., et al.. (2019, July 18). Hard Pass: Declining APT34’s Invite to Join Their Professional Network. Retrieved August 26, 2019.

    Open source URL
  8. [8]
    Citizen Lab Stealth Falcon May 2016

    Marczak, B. and Scott-Railton, J.. (2016, May 29). Keep Calm and (Don’t) Enable Macros: A New Threat Actor Targets UAE Dissidents. Retrieved June 8, 2016.

    Open source URL
  9. [9]
    SentinelOne Valak June 2020

    Reaves, J. and Platt, J. (2020, June). Valak Malware and the Connection to Gozi Loader ConfCrew. Retrieved August 31, 2020.

    Open source URL
  10. [10]
    Symantec Waterbug Jun 2019

    Symantec DeepSight Adversary Intelligence Team. (2019, June 20). Waterbug: Espionage Group Rolls Out Brand-New Toolset in Attacks Against Governments. Retrieved July 8, 2019.

    Open source URL
  11. [11]
    GitHub LaZagne Dec 2018

    Zanni, A. (n.d.). The LaZagne Project !!!. Retrieved December 14, 2018.

    Open source URL
  12. [12]
    BiZone Lizar May 2021

    BI.ZONE Cyber Threats Research Team. (2021, May 13). From pentest to APT attack: cybercriminal group FIN7 disguises its malware as an ethical hacker’s toolkit. Retrieved February 2, 2022.

    Open source URL
  13. [13]
    Talos Group123

    Mercer, W., Rascagneres, P. (2018, January 16). Korea In The Crosshairs. Retrieved May 21, 2018.

    Open source URL
  14. [14]
    Microsoft Network access Credential Manager

    Microsoft. (2016, August 31). Network access: Do not allow storage of passwords and credentials for network authentication. Retrieved November 23, 2020.

    Open source URL
  15. [15]
    Bitdefender Naikon April 2021

    Vrabie, V. (2021, April 23). NAIKON – Traces from a Military Cyber-Espionage Operation. Retrieved June 29, 2021.

    Open source URL
  16. [16]
    GitHub SILENTTRINITY Modules July 2019

    Salvati, M. (2019, August 6). SILENTTRINITY Modules. Retrieved March 24, 2022.

    Open source URL
  17. [17]
    ESET OilRig Campaigns Sep 2023

    Hromcova, Z. and Burgher, A. (2023, September 21). OilRig’s Outer Space and Juicy Mix: Same ol’ rig, new drill pipes. Retrieved November 21, 2024.

    Open source URL
  18. [18]
    Cybereason Kimsuky November 2020

    Dahan, A. et al. (2020, November 2). Back to the Future: Inside the Kimsuky KGH Spyware Suite. Retrieved November 6, 2020.

    Open source URL
  19. [19]
    GitHub PowerSploit May 2012

    PowerShellMafia. (2012, May 26). PowerSploit - A PowerShell Post-Exploitation Framework. Retrieved February 6, 2018.

    Open source URL
  20. [20]
    PowerSploit Documentation

    PowerSploit. (n.d.). PowerSploit. Retrieved February 6, 2018.

  21. [21]
    Mandiant FIN12 Oct 2021

    Shilko, J., et al. (2021, October 7). FIN12: The Prolific Ransomware Intrusion Threat Actor That Has Aggressively Pursued Healthcare Targets. Retrieved June 15, 2023.

    Open source URL
  22. [22]
    Delpy Mimikatz Crendential Manager

    Delpy, B. (2017, December 12). howto ~ credential manager saved credentials. Retrieved November 23, 2020.

    Open source URL
  23. [23]
    Delpy Mimikatz Crendential Manager

    Delpy, B. (2017, December 12). howto ~ credential manager saved credentials. Retrieved November 23, 2020.

    Open source URL
  24. [24]
    Malwarebytes The Windows Vault

    Arntz, P. (2016, March 30). The Windows Vault . Retrieved November 23, 2020.

    Open source URL
  25. [25]
    Malwarebytes The Windows Vault

    Arntz, P. (2016, March 30). The Windows Vault . Retrieved November 23, 2020.

    Open source URL
  26. [26]
    Microsoft CredEnumerate

    Microsoft. (2018, December 5). CredEnumarateA function (wincred.h). Retrieved November 24, 2020.

    Open source URL
  27. [27]
    Microsoft CredEnumerate

    Microsoft. (2018, December 5). CredEnumarateA function (wincred.h). Retrieved November 24, 2020.

    Open source URL
  28. [28]
    Microsoft Credential Locker

    Microsoft. (2013, October 23). Credential Locker Overview. Retrieved November 24, 2020.

    Open source URL
  29. [29]
    Microsoft Credential Locker

    Microsoft. (2013, October 23). Credential Locker Overview. Retrieved November 24, 2020.

    Open source URL
  30. [30]
    Microsoft Credential Manager store

    Microsoft. (2016, August 31). Cached and Stored Credentials Technical Overview. Retrieved November 24, 2020.

    Open source URL
  31. [31]
    Microsoft Credential Manager store

    Microsoft. (2016, August 31). Cached and Stored Credentials Technical Overview. Retrieved November 24, 2020.

    Open source URL
  32. [32]
    mitre-attackT1555.004
    Open source URL
  33. [33]
    mitre-attackT1555.004
    Open source URL
  34. [34]
    mitre-attackT1555.004
    Open source URL
  35. [35]
    passcape Windows Vault

    Passcape. (n.d.). Windows Password Recovery - Vault Explorer and Decoder. Retrieved November 24, 2020.

    Open source URL
  36. [36]
    passcape Windows Vault

    Passcape. (n.d.). Windows Password Recovery - Vault Explorer and Decoder. Retrieved November 24, 2020.

    Open source URL
  37. [37]
    FireEye APT34 July 2019

    Bromiley, M., et al.. (2019, July 18). Hard Pass: Declining APT34’s Invite to Join Their Professional Network. Retrieved August 26, 2019.

    Open source URL
  38. [38]
    Citizen Lab Stealth Falcon May 2016

    Marczak, B. and Scott-Railton, J.. (2016, May 29). Keep Calm and (Don’t) Enable Macros: A New Threat Actor Targets UAE Dissidents. Retrieved June 8, 2016.

    Open source URL
  39. [39]
    SentinelOne Valak June 2020

    Reaves, J. and Platt, J. (2020, June). Valak Malware and the Connection to Gozi Loader ConfCrew. Retrieved August 31, 2020.

    Open source URL
  40. [40]
    Symantec Waterbug Jun 2019

    Symantec DeepSight Adversary Intelligence Team. (2019, June 20). Waterbug: Espionage Group Rolls Out Brand-New Toolset in Attacks Against Governments. Retrieved July 8, 2019.

    Open source URL
  41. [41]
    GitHub LaZagne Dec 2018

    Zanni, A. (n.d.). The LaZagne Project !!!. Retrieved December 14, 2018.

    Open source URL
  42. [42]
    BiZone Lizar May 2021

    BI.ZONE Cyber Threats Research Team. (2021, May 13). From pentest to APT attack: cybercriminal group FIN7 disguises its malware as an ethical hacker’s toolkit. Retrieved February 2, 2022.

    Open source URL
  43. [43]
    Talos Group123

    Mercer, W., Rascagneres, P. (2018, January 16). Korea In The Crosshairs. Retrieved May 21, 2018.

    Open source URL
  44. [44]
    Microsoft Network access Credential Manager

    Microsoft. (2016, August 31). Network access: Do not allow storage of passwords and credentials for network authentication. Retrieved November 23, 2020.

    Open source URL
  45. [45]
    Bitdefender Naikon April 2021

    Vrabie, V. (2021, April 23). NAIKON – Traces from a Military Cyber-Espionage Operation. Retrieved June 29, 2021.

    Open source URL
  46. [46]
    GitHub SILENTTRINITY Modules July 2019

    Salvati, M. (2019, August 6). SILENTTRINITY Modules. Retrieved March 24, 2022.

    Open source URL
  47. [47]
    ESET OilRig Campaigns Sep 2023

    Hromcova, Z. and Burgher, A. (2023, September 21). OilRig’s Outer Space and Juicy Mix: Same ol’ rig, new drill pipes. Retrieved November 21, 2024.

    Open source URL
  48. [48]
    Delpy Mimikatz Crendential Manager

    Delpy, B. (2017, December 12). howto ~ credential manager saved credentials. Retrieved November 23, 2020.

    Open source URL
  49. [49]
    Delpy Mimikatz Crendential Manager

    Delpy, B. (2017, December 12). howto ~ credential manager saved credentials. Retrieved November 23, 2020.

    Open source URL
  50. [50]
    Cybereason Kimsuky November 2020

    Dahan, A. et al. (2020, November 2). Back to the Future: Inside the Kimsuky KGH Spyware Suite. Retrieved November 6, 2020.

    Open source URL
  51. [51]
    GitHub PowerSploit May 2012

    PowerShellMafia. (2012, May 26). PowerSploit - A PowerShell Post-Exploitation Framework. Retrieved February 6, 2018.

    Open source URL
  52. [52]
    PowerSploit Documentation

    PowerSploit. (n.d.). PowerSploit. Retrieved February 6, 2018.

Source and licensing

Source: MITRE ATT&CK®. © 2026 The MITRE Corporation. This work is reproduced and distributed with the permission of The MITRE Corporation. MITRE ATT&CK and ATT&CK are registered trademarks of The MITRE Corporation. Glexia is not affiliated with or endorsed by MITRE.