Credentials in Registry
Internal recon, hunting for passwords in Windows registry
Execution
reg query HKLM /f password /t REG_SZ /s
# or
reg query HKCU /f password /t REG_SZ /sObservations

References
Last updated
Internal recon, hunting for passwords in Windows registry
Scanning registry hives for the value password:
reg query HKLM /f password /t REG_SZ /s
# or
reg query HKCU /f password /t REG_SZ /sAs a defender, you may want to monitor commandline argument logs and look for any that include req query and passwordstrings:

Last updated