- How do SOC analysts detect Credentials from Password Stores?
- Detection centers on XDR, SIEM telemetry for the credential access phase of the attack. Monitor for access to Windows Credential Manager vaults, particularly from processes other than credential management applications, using API calls to CredEnumerate, CredRead, and CredentialRead functions from unexpected processes. Alert on processes reading browser password database files (Login Data for Chrome, logins.json for Firefox) from locations in user profile directories, as legitimate browsers access these files through in-process APIs rather than external file reads.
- What does a Credentials from Password Stores alert look like?
- A representative XDR detection is "Browser Password Database Accessed by External Process" (high severity): File access event detected: process C:\Users\temp\payload.exe opened Chrome Login Data database file at C:\Users\jsmith\AppData\Local\Google\Chrome\User Data\Default\Login Data. This SQLite database contains all passwords saved in Chrome. The accessing process is not Chrome and has no legitimate reason to read this file. Subsequent network activity shows exfiltration of the extracted credentials to an external server.
- Which tools detect Credentials from Password Stores, and how can I practice?
- Credentials from Password Stores (T1555) is best surfaced with XDR, SIEM telemetry, which exposes the credential access signals described above. Practice detecting it on those exact consoles in SOCSimulator Operations, free.