How Infostealer Logs Became the Fuel Behind Massive Cloud Data Breaches
Infostealer malware has quietly become the single most important initial-access commodity in the cybercrime economy, replacing traditional phishing and exploit-driven intrusions as the leading precursor to enterprise breaches and ransomware.
Rather than breaking into networks, modern threat actors buy their way in by purchasing “stealer logs” containing valid usernames, passwords, session cookies, and SSO tokens harvested from infected endpoints, then replaying those sessions directly against cloud consoles, SaaS platforms, and VPN gateways.
Cisco Talos’ Q1 2026 incident-response data confirms phishing and credential-based access have overtaken exploit-driven intrusions as the top initial-access vector, and the credentials in question are overwhelmingly stealer-log-derived.
This report unpacks the full kill chain from infection to cloud compromise and provides a defender-ready reference of known infection vectors, malware tooling, targeted sectors, exploited weaknesses, and indicators of compromise (IOCs).
The 2024 Snowflake breach remains the canonical case study of this pipeline in action.
Threat actor UNC5537 (aka Scattered Spider/ShinyHunters) did not exploit a Snowflake vulnerability it used credentials harvested by infostealer malware from Snowflake customer employees, with some infections dating back to 2023, with passwords found stored in unsecured spreadsheets and password managers.
None of the compromised accounts had multi-factor authentication (MFA) enabled, letting attackers log in with nothing more than a stolen username and password.
The campaign ultimately affected at least 165 organizations including AT&T, Ticketmaster, Santander Bank, Neiman Marcus, and Advance Auto Parts, exposing over 50 billion AT&T call records and driving extortion demands exceeding $2 million. UNC5537 used a custom exfiltration toolkit dubbed FROSTBITE to automate bulk data scraping once inside the Snowflake instances.
A more recent example is the Zestix/Sentap campaign identified in January 2026, which used RedLine, Lumma, and Vidar-harvested credentials to breach corporate accounts on cloud file-sharing platforms ShareFile, Nextcloud, and OwnCloud, exfiltrating defense engineering blueprints, healthcare records, and legal and financial archives again with no exploit involved, only stolen credentials and absent MFA.
Flare’s 2026 State of Enterprise Infostealer Exposure report quantifies the scale: 2.05 million infostealer logs exposed enterprise identity credentials in 2025 alone, with enterprise identity exposure in infected logs rising from roughly 6% in early 2024 to nearly 16% by 2026, and 79% of those enterprise logs containing Microsoft-linked SSO credentials.
Roughly 1.17 million logs contained both credentials and live session cookies, enough for immediate access that bypasses MFA entirely through session replay.
The pipeline runs through five distinct stages, each run by a different specialized actor in the cybercrime supply chain:
Credentials typically move from theft to underground listing within 48 hours, and ransomware affiliates have been observed weaponizing purchased access within 48 hours of an IAB listing going live.
This compressed timeline is why continuous credential-leak monitoring, not just periodic password rotation, has become a baseline requirement for defenders.
Infostealer operators in 2026 have shifted almost entirely away from exploit-based delivery toward social-engineering lures optimized for volume over persistence:
A small number of malware-as-a-service (MaaS) families supply the overwhelming majority of stealer-log volume traded in 2026:
| Family | Role/Notes | Status in 2026 |
|---|---|---|
| Lumma Stealer | Market leader; evades detection, targets passwords, cookies, crypto wallets; now paired with CastleLoader | Resurgent after 2025 law-enforcement disruption |
| Vidar | Durable, long-running MaaS family, related lineage to StealC | Stubbornly persistent |
| StealC | MaaS, believed linked to Vidar developers; harvests broad credential set | Actively disrupted by Microsoft DCU in June 2026 |
| RedLine | Pioneer of the MaaS stealer model; legacy footprint still surfaces in old logs | Crippled by Operation Magnus, late 2024 |
| Amadey | Loader used to stage follow-on stealers | Taken down alongside StealC by Microsoft, June 2026 |
| Raccoon | Broad credential/cookie harvester, active in bulk log markets | Ongoing |
| CastleLoader | Loader delivering Lumma via ClickFix chains | Surging since late 2025 |
| Atomic Stealer (AMOS) | macOS-focused; distributed via pirated Mac apps | Growing on macOS |
CastleLoader-delivered LummaStealer campaigns have reached over 100,000 potential victims with hundreds of associated malicious domains and IPs observed across DNS telemetry.
Microsoft’s Digital Crimes Unit takedown of StealC and Amadey infrastructure in June 2026 illustrates how disruption operations shift market share to remaining families rather than eliminating the ecosystem.
Stealer-derived access is priced and prioritized by sector, with premiums paid for industries holding high-value data or operational leverage.
Cyfirma’s June 2026 ransomware tracking shows Professional Goods & Services as the most targeted sector (45 incidents), followed by Manufacturing (35), Healthcare (25), Real Estate & Construction (19), Consumer Goods & Services (18), Finance (16), and Government & Civic (14).
Pricing analysis across underground marketplaces shows access tied to healthcare, manufacturing, and financial services consistently commands the highest prices, reflecting both data sensitivity and ransom-payment likelihood.
Manufacturing has held the #1 targeted-industry spot for four consecutive years per IBM X-Force data, while healthcare carries the highest average breach cost at $7.42 million.
Attackers increasingly favor industries with complex, extensive digital infrastructure and third-party dependencies, including software development environments, cloud platforms, hosting infrastructure, and shared-service ecosystems, because a single compromised credential can cascade across multiple downstream customers.
Critically, most infostealer-fueled cloud breaches involve no software vulnerability or zero-day at all the “exploit” is organizational, not technical:
MITRE ATT&CK maps this behavior primarily to Credential Access (TA0006), specifically T1555 – Credentials from Password Stores and its sub-technique T1555.003 – Credentials from Web Browsers, covering theft of saved browser passwords, cookies, and autofill data.
Related techniques include T1056 (Input Capture/keylogging) and T1557 (session/token interception), both observed across current stealer families.
Behavioral, rather than signature-based, detection is essential because MaaS operators rebuild binaries frequently and issue customer-specific variants, making static signatures unreliable. Recommended detection priorities include:
api.telegram.org (particularly /bot<TOKEN>/sendDocument) from any process other than the legitimate Telegram client the single highest-signal indicator across nearly all current stealer families.Login Data, Cookies, Web Data, and Local State files (MITRE T1555.003).tdata folder, which grants full account takeover without password or 2FA.mshta.exe, powershell.exe, or wscript.exe execution shortly after a user-initiated download the classic ClickFix/CastleLoader signature.GetAsyncKeyState API polling from non-input-related processes, indicative of keylogger modules.The following IOC categories are drawn from active threat-intelligence tracking of the CastleLoader/Lumma and related 2025–2026 stealer campaigns.
Because MaaS operators rotate infrastructure rapidly and issue per-customer builds, defenders should treat family-level static IOCs as short-lived and prioritize the behavioral detections above alongside continuous feed subscriptions.
Network infrastructure indicators
api.telegram.org outbound connections from non-Telegram processes should be treated as critical alerts; associated infrastructure ranges include 149.154.167.0/24 and 91.108.4.0/22.File-system / host indicators
\Telegram Desktop\tdata\.%TEMP%\keys.log, %TEMP%\screen.jpg (Fox Stealer); Chrome_Passwords.db / Edge_Passwords.db written to temp directories (Joker SHELL); Blank-[username].rar archive naming convention (Blank Grabber).Marketplace/exposure indicators
Behavioral / process indicators
Because the root cause is almost always identity and access management rather than a patchable vulnerability, mitigation must center on identity resilience rather than traditional perimeter defense:
Strengthen Your SOC by Accelerating Threat Detection & Rapid Investigations. -> Integrate ANY.RUN With Your SOC Now.
Google has released an important Chrome 153 security update that fixes 42 vulnerabilities across the…
The Cybersecurity and Infrastructure Security Agency (CISA) and the National Institute of Standards and Technology…
CISA and five international cybersecurity agencies have released detailed guidance describing 17 common techniques hackers…
Apple has released one of its largest coordinated security rollouts, addressing 273 distinct critical vulnerabilities…
You can’t detect today's attacks with yesterday’s threat intelligence; that’s how you could briefly formulate…
Microsoft has published a draft Humanist AI Code of Conduct that would prohibit its in-house…