Attackers Use New T1555.003 Method to Steal Browser-Stored Credentials

Attackers Use New T1555.003 Method to Steal Browser-Stored Credentials

New Credential Extraction Tactic Targets Browser-Saved Logins

A newly highlighted tactic, referenced as T1555.003 in the MITRE ATT&CK matrix, is gaining traction among cybercriminals due to its direct exploitation of a widely-used feature in modern web browsers: credential storage.

Instead of relying on phishing or keylogging, this method allows adversaries to pull login details straight from browser-stored databases, where usernames and passwords are saved to speed up access for users. This approach bypasses many traditional security perimeters, opening the door to unauthorized access across personal and corporate systems alike.

How the Attack Works

Despite browsers encrypting stored credentials for protection, attackers have devised ways to decrypt and retrieve this sensitive information in plaintext. On Windows machines, for instance, Google Chrome saves credentials in a SQLite database found at:

With a simple SQL command—

—an attacker can extract the encrypted values. These are then decrypted using the Windows CryptProtectData API, which depends on the user’s own Windows credentials as the decryption key. This means once a system is compromised, credentials can be harvested without the need for further authentication.

Implications for Organizations

This technique allows threat actors to move quickly from initial access to privilege escalation and internal reconnaissance, especially in environments where browser-based password storage is common. It’s a stark reminder that convenience features, when exploited, can become serious security liabilities.

Growing Wave of Cyberattacks Targets Browser-Based Credential Storage

Security researchers have uncovered a surge in credential theft campaigns exploiting weak points across multiple mainstream web browsers, including Firefox, Edge, and Safari. These attacks pose serious risks to organizations, especially when stolen browser credentials coincide with those used for administrative or elevated system access.

A Surge in State-Backed and Criminal Exploits

Recent intelligence from threat monitoring platforms reveals a sharp escalation in credential harvesting activity by advanced persistent threat (APT) groups. Seven major APT entities have been linked to ongoing operations using browser exploitation tactics.

“The volume of indicators tied to browser-based credential theft has skyrocketed since the beginning of 2025,” notes Steven Lim, a senior cybersecurity analyst. “Our threat intelligence data now tracks over 6,000 distinct artifacts tied to this vector.”

Among the most aggressive malware tools is Agent Tesla, a pervasive spyware that extracts login data from various browsers while silently capturing screenshots and clipboard contents. Also in play is APT41, a well-documented group tied to both espionage and financially motivated cybercrime, known for leveraging these browser vulnerabilities in wide-scale campaigns.

Additional groups actively employing these methods include:

  • Ajax Security Team (Iran)
  • APT3 (China)
  • APT33 (Iranian military-linked)
  • APT37 (North Korea)
  • APT42 (linked to Iran’s IRGC)

Threat Intelligence by the Numbers

Security analysts have compiled a robust profile of indicators linked to these attacks, including:

  • 3,729 SHA-256 file hashes, and 256 SHA-1 hashes associated with credential-stealing tools.
  • 859 MD5 hashes confirmed at a 75% confidence level, with 68 high-confidence hits at 83%.
  • Domain and URL indicators linked to staging servers and exfiltration endpoints (584 and 170, respectively).
  • Network indicators tied to anomalous traffic patterns and known command-and-control (C2) infrastructure (154 identified instances).

Detection, Mitigation, and Response

To detect unauthorized access to browser-stored credentials, organizations are urged to monitor filesystem behavior, particularly around sensitive files like Login Data and Local State. Microsoft Event ID 4663 can log suspicious file access attempts, which should be flagged in any mature SOC environment.

Technical teams should also adopt Sigma rules or similar behavioral detection logic to spot tampering attempts. When combined with robust endpoint telemetry, these rules can alert defenders to credential theft activities in near real-time.

To reduce exposure, cybersecurity experts strongly recommend:

  • Implementing MFA across all user accounts.
  • Rotating passwords regularly and enforcing complex password policies.
  • Restricting high-privilege access to only essential personnel.
  • Deploying centralized credential vaults that offer stronger protections than native browser storage.

As attackers continue to refine their methods, particularly around exploiting user convenience features, defenders must adapt with proactive threat hunting, policy hardening, and layered access controls.

More Articles & Posts