FORENSIA

ATT&CK · T1552.002 · sub-technique

Credentials in Registry

Tactics: credential-access

About

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: <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>

Used by actors

3 known groups

Software

7 malware/tools implement this

RegPowerSploitTrickBotAgent TeslaValakIceAppleStrelaStealer

Corpus indicators tagged with this technique

11 indicators in the corpus carry T1552.002.