Skip to main content
T1555Credential Accessmedium difficulty

Credentials from Password Stores

This technique loots the places that deliberately concentrate secrets, browser-saved passwords, the Windows Credential Manager and DPAPI vaults, the macOS Keychain, and third-party password managers, since one successful grab can yield many credentials. Detection watches for non-credential applications calling vault APIs such as CredEnumerate and CredRead, processes reading browser login databases, and access to Keychain or password-manager data files by anything other than the owning application.

Practice detecting Credentials from Password Stores on realistic XDR, SIEM alerts in SOCSimulator Operations.

XDRSIEM

What is Credentials from Password Stores?

Credentials from Password Stores is documented as technique T1555 in MITRE ATT&CK® v19.1 under the Credential Access tactic. Detection requires visibility into XDR, SIEM telemetry.

Detection Strategies

The following detection strategies help SOC analysts identify Credentials from Password Stores activity. These methods apply across XDR, SIEM environments and can be implemented as detection rules, correlation queries, or behavioral analytics in your security platform.

  1. 1

    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.

  2. 2

    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.

  3. 3

    Detect password manager database file access by unexpected processes, including KeePass KDBX files, LastPass local cache files, and 1Password OPVault directories being opened by processes other than the legitimate password manager application.

  4. 4

    Monitor macOS Keychain access by non-Apple processes and newly installed applications, as macOS logs keychain access events that can reveal unauthorized credential extraction from the system keychain or application keychains.

  5. 5

    Track execution of known credential extraction tools such as LaZagne, WebBrowserPassView, and CredentialFileView by file name, hash, and behavioral signature including their characteristic file access patterns.

Example Alerts

These realistic alert examples show what Credentials from Password Stores looks like in your security tools. Use them to tune detection rules and train analysts to recognize true positives versus false positives in live environments.

HighXDR

Browser Password Database Accessed by External Process

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.

CriticalXDR

LaZagne Credential Harvesting Tool Executed

File hash match for LaZagne.exe, an open-source credential harvesting tool that extracts passwords from over 30 software applications. The tool accessed Chrome, Firefox, Windows Credential Manager, PuTTY sessions, and Filezilla configuration files in sequence, extracting stored credentials from all these sources simultaneously. LaZagne is widely used by both penetration testers and threat actors for rapid credential collection after gaining initial access.

HighXDR

KeePass Database File Copied to Staging Directory

File copy event detected: KeePass.kdbx password database copied from user Documents folder to C:\ProgramData\Temp staging directory. The copy was performed by the same process that subsequently performed network connections to an external server. While the database itself requires a master password to open, offline brute force attacks against KDBX files can recover weak master passwords, and the copy indicates targeted theft of the password manager database.

Frequently Asked Questions

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.

Practice Credentials from Password Stores in a Free Room

Investigate Credentials from Password Stores on realistic SIEM, XDR, and firewall consoles, free.

Glossary

What is Brute Force Attack? SOC Glossary

A brute force attack systematically tries large numbers of username and password combinations, or decryption keys, until…

Read more
Glossary

What is MFA? SOC Glossary

Multi-Factor Authentication (MFA) requires a user to prove their identity with two or more independent factors, somethin…

Read more
Glossary

What is Lateral Movement? SOC Glossary

Lateral movement is the attack phase where adversaries expand access from an initial foothold to additional systems, usi…

Read more
Glossary

What is SIEM? SOC Glossary

Security Information and Event Management (SIEM) is a platform that aggregates, normalizes, and correlates log data from…

Read more
Career Path

SOC Analyst (Tier 1) Career Guide: Salary & Skills

Tier 1 SOC Analysts are the front line. You monitor alert queues, triage incoming detections, classify them as true or f…

Read more
Career Path

Incident Responder Career Guide: Salary & Skills

Incident Responders lead the technical response when confirmed breaches happen. You coordinate containment, run forensic…

Read more
Tool

XDR Training Console: SOCSimulator

The XDR console in SOCSimulator replicates the investigation workflow of platforms like CrowdStrike Falcon, Microsoft De…

Read more
Tool

SIEM Training Console: SOCSimulator

The SIEM console in SOCSimulator replicates the workflow of enterprise platforms like Splunk Enterprise Security, Micros…

Read more
Comparison

SOCSimulator Vs. Letsdefend: Platform Comparison

SOCSimulator wins on operational realism. You get multi-tool shift simulation with SLA pressure, noise injection, and al…

Read more
Free Room

Hidden in the Pixels: LSB Steganography Exfil From an Infected Endpoint

medium difficulty room covering T1555.003

Read more
Free Room

RedLine Stealer: Cracked Software to Credential Theft

medium difficulty room covering T1555.003

Read more
Glossary

SOC Glossary: Security Operations Terminology

Complete glossary of Security Operations Center terminology for aspiring SOC analysts.

Read more