Umbra Wiki technique technique/T1552.002
Back to wiki

T1552.002 — Credentials in Registry

provenance: imported · ATT&CK: T1552.002

T1552.002: Credentials in Registry

MITRE ATT&CK® Enterprise technique

Tactics Credential Access
Platforms Windows
Permissions required
Version 1.2
Parent technique T1552

Description

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: (Citation: Pentestlab Stored Credentials)

  • Local Machine Hive: <code>reg query HKLM /f password /t REG_SZ /s</code>
  • Current User Hive: <code>reg query HKCU /f password /t REG_SZ /s</code>

Detection

(no detection guidance published)

Data sources

  • (none listed)

References

  • ATT&CK page: https://attack.mitre.org/techniques/T1552/002
  • ATT&CK Enterprise matrix: https://attack.mitre.org/matrices/enterprise/