Skip to content

REMUS Infostealer Deep-Dive: Session Token Theft Evolves into MaaS Platform Targeting Browser Credentials and SaaS Sessions

Security researchers published a technical analysis of REMUS, an infostealer-as-a-service platform that has rapidly evolved from simple credential harvesting to session token theft targeting enterprise SaaS applications. REMUS specifically targets Salesforce, Workday, ServiceNow, and Microsoft 365 session cookies to bypass MFA, and has been observed in initial access broker sales followed by ransomware deployments.

Article security-operations

Security researchers from SANS Internet Storm Center published a detailed technical analysis of REMUS, an infostealer-as-a-service platform that has undergone rapid development since its emergence in late 2025. Unlike earlier infostealers focused primarily on password harvesting, REMUS specifically targets session tokens for enterprise SaaS applications, enabling buyers to access victim accounts directly without needing the victimโ€™s password or bypassing MFA โ€” because a valid session token represents an already-authenticated session.

Technical Capabilities

REMUS is distributed as a compiled Windows binary with an obfuscation layer that changes on each build request from the MaaS portal. Its credential and session extraction capabilities include:

Browser credential and cookie theft:

  • Extracts saved passwords from Chrome, Edge, Firefox, and Brave browser profiles
  • Captures all stored browser cookies, with specific parsing and tagging of cookies matching patterns for Salesforce (*.salesforce.com), Workday (*.workday.com), ServiceNow (*.service-now.com), Microsoft 365 (login.microsoftonline.com, *.sharepoint.com), and GitHub (github.com)
  • Targets session cookies specifically, not just authentication cookies, giving buyers active sessions rather than just credentials

Beyond browser credentials:

  • Extracts Windows Credential Manager stored credentials
  • Harvests SSH keys from common locations (%USERPROFILE%\.ssh\, %APPDATA%\PuTTY)
  • Captures MFA backup codes stored in common locations (KeePass databases, plain text files matching naming patterns)
  • Screenshots active windows on execution to provide context about the victimโ€™s current activity

Exfiltration:

  • Data is exfiltrated via HTTPS POST to a rotating set of legitimate-looking domain names
  • Exfil packets are encrypted and structured as JSON blobs

The MaaS Business Model

REMUS operates as a subscription service with tiered pricing: a basic tier provides access to the builder (executable generation), log parsing, and a web panel. Advanced tiers include customer support, obfuscation updates to evade new AV signatures, and a โ€œguaranteed deliveryโ€ option where the REMUS operators handle distribution campaigns themselves.

The ease of session token resale to access brokers โ€” who then sell to ransomware affiliates โ€” has made REMUS financially attractive. A single successful deployment against an enterprise employee can yield session tokens worth several thousand dollars in access broker markets.

Why Session Tokens Are the Critical Asset

The shift from password harvesting to session token theft reflects the widespread deployment of phishing-resistant MFA. Session tokens bypass MFA entirely because they represent a post-authentication state โ€” the victim already proved their identity when the session was created. A stolen session token gives a buyer the same access the victim has, limited only by the tokenโ€™s remaining validity period.

Enterprise SaaS applications typically issue session tokens with validity periods of 8 to 24 hours, and some implement sliding expiry (refreshing on each use) making them effectively persistent until explicitly revoked.

  • Conditional Access on session tokens: Configure Conditional Access policies in Entra ID that require re-authentication when sign-in risk is elevated. Enable Continuous Access Evaluation (CAE) so that session tokens can be revoked in near-real-time when risk signals emerge.
  • Session token binding: Where supported, enable token binding or Persistent Browser Session policies that tie session tokens to specific device/browser combinations. This limits the portability of stolen tokens.
  • Infostealer deployment detection: Deploy endpoint detection rules for the behavioural patterns associated with infostealer execution: mass file reads of browser profile directories, process reading %LOCALAPPDATA%\Google\Chrome\User Data\Default\Login Data, and outbound HTTPS POST to newly registered domains.
  • Employee awareness on personal devices: Infostealers frequently arrive via personal device activity (pirated software, gaming cheats, fake tools). Consider enforcing managed-device-only policies for enterprise SaaS access.

Share this article

Related Intelligence

๐Ÿ›ก๏ธ SecOps

Exchange CVE-2026-42897 One Week On: Active Exploitation Continues, No Patch Available โ€” Updated Guidance

Microsoft Exchange Server's OWA session hijacking zero-day CVE-2026-42897 entered its second week without a permanent patch. Microsoft's Emergency Mitigation Service (EEMS) rule remains the only automated protection for Exchange Online-connected on-premises environments. Security teams should now focus on identifying whether exploitation occurred during the disclosure week and verifying their mitigation status.

#exchange +5
๐Ÿ›ก๏ธ SecOps

Exchange CVE-2026-42897 Threat Hunting Guide: Identifying Session Hijacking in OWA Logs

With no patch available for the actively exploited Exchange OWA session hijacking zero-day, security teams must hunt for existing compromise rather than waiting for a fix. This guide covers the specific log sources, KQL queries, and behavioural indicators that reveal CVE-2026-42897 exploitation in on-premises Exchange and Microsoft 365 hybrid environments.

#exchange +6
๐Ÿ›ก๏ธ SecOps

Australia ACSC Warns of ClickFix Campaign Delivering Vidar Infostealer โ€” Fake CAPTCHA Bypass Technique Targeting Enterprise Users

The Australian Cyber Security Centre has issued a warning about an active ClickFix social engineering campaign delivering Vidar infostealer malware. ClickFix presents victims with fake CAPTCHA or browser-fix dialogs that instruct them to run PowerShell commands, bypassing standard malware delivery defences. The campaign has been observed across multiple Australian industry sectors.

#clickfix +7