SardineCon SF/2026

Learn More
Account & access fraud4 min de lectura

¿Qué es Cookie theft?

SUBSCRIBE

Cookie theft is stealing a valid session cookie, usually through malware or malicious scripts, so the attacker can replay it and step straight into an already-logged-in session. Because the login already happened, the attacker skips the password and MFA entirely, which is what makes stolen sessions so dangerous.

When you log in to a site, the server hands your browser a session cookie, a token that proves you already authenticated so you do not have to log in on every page. Cookie theft is stealing that token. With it, an attacker can replay the session from their own machine and be treated as the logged-in user, no password required.

The critical detail is what it bypasses. The password and any multi-factor step happened when the cookie was issued. Replaying a valid cookie inherits that completed authentication, so MFA and step-up prompts never fire, because from the server's view the user is already in. This is why a stolen session can be more useful to an attacker than a stolen password.

Cookies are usually lifted by infostealer malware or malicious browser scripts that scrape them off an infected device, then sold in bulk in stealer logs. Cookie theft overlaps heavily with session hijacking, and it feeds account takeover, because a live session dropped into the right account is a fast path to draining it.

  1. Infect — Compromise the device. Infostealer malware or a malicious script lands on the victim's machine, often via a bad download or link.
  2. Steal — Scrape the session cookies. The malware harvests valid session tokens from the browser and ships them to the attacker.
  3. Replay — Load the session elsewhere. The attacker imports the cookie into their own browser and is treated as the already-logged-in user.
  4. Act — Operate without login. They move money or change details inside the live session, never touching the password or MFA.

Who is involved?

Who

Their role

The malware operator

Runs the infostealer that harvests cookies from infected devices at scale.

The log marketplace

Sells stolen cookies in bulk stealer logs to buyers who want ready-made sessions.

The attacker

Replays the cookie to enter the live session and act as the victim without logging in.

The platform

Sees a valid, authenticated session, so the abuse looks normal until behavior or context shifts.

What it looks like in practice

In practice

A customer installs what looks like a free utility that is really an infostealer. It quietly copies the session cookies from their browser, including one for their financial account, and sends them to an operator who packages them into a stealer log for sale.

A buyer imports the cookie and lands directly inside the customer's active session. No password prompt, no one-time code, because the session was already authenticated. They change the payout details and initiate a withdrawal. To the platform it all looks like the real user, until the new device and sudden sensitive action stand out.

Why it matters to operators

Cookie theft breaks the assumption that a login event means the right person is present. The dangerous window opens after authentication, and it defeats step-up controls precisely because the login already happened. A valid session can look completely normal right up until the account is drained, which is what makes this so hard to catch with login-time defenses alone.

The countermeasures shift protection into the session itself: bind tokens to device and IP signals so a replayed cookie on a new device looks wrong, keep sessions short, require reauthentication before sensitive actions like payout changes, and kill tokens when the context suddenly changes. The goal is to make a stolen cookie stop working the moment it moves.

What to watch for

  • Session on a new device. A valid session suddenly active from a device, IP, or location that does not match where it began.
  • No login event. Sensitive activity inside a session with no corresponding fresh login or MFA challenge.
  • Context jumps mid-session. Abrupt changes in IP, user agent, or geolocation within a single session.
  • Sensitive action without step-up. Payout or detail changes that reach the server without passing a reauthentication.
  • Infostealer indicators. Customers whose credentials or cookies appear in stealer logs or breach feeds.

Quick questions

Why does cookie theft bypass MFA?

The multi-factor step happens when the session cookie is issued. Replaying an already-valid cookie inherits that completed authentication, so no new MFA prompt is triggered.

How is cookie theft different from session hijacking?

They overlap heavily. Cookie theft is one way to hijack a session, by stealing the token. Session hijacking is the broader idea of taking over a live session by any means, including interception.

How are cookies usually stolen?

Most often by infostealer malware or malicious scripts on the victim's device that scrape session tokens from the browser, then sell them in bulk stealer logs.

Can I stop a replayed cookie from working?

Yes, by binding the session to device and network signals and revoking it when the context changes. A cookie tied to the original device fails when replayed elsewhere.

Why require reauthentication for sensitive actions?

Because a stolen session already looks authenticated. Forcing a fresh check before payout or detail changes puts a barrier exactly where a hijacked session would try to do damage.

Why is it so hard to detect?

The session is genuinely valid, so nothing looks wrong until behavior or context shifts. Without session-level signals, the abuse blends in as normal logged-in activity.

Go deeper

Qué saber junto con Cookie theft