Unsecured Credentials: Credentials in Registry (T1552.002)
Tactic: Credential Access · Platforms: Windows
The interactive view maps 1 detection strategy, 3 mitigations, 3 threat groups, 7 software entries to this technique, alongside D3FEND countermeasures and data-component coverage.
Sub-technique of Unsecured Credentials (T1552).
Overview
Adversaries may search the Registry on compromised systems for insecurely stored credentials. The Windows Registry stores configuration information that can be used by the system or other programs. Adversaries may query the Registry looking for credentials and passwords that have been stored for use by other programs or services. Sometimes these credentials are used for automatic logons.
Example commands to find Registry keys related to password information:
* Local Machine Hive: reg query HKLM /f password /t REG_SZ /s * Current User Hive: reg query HKCU /f password /t REG_SZ /s