What jumps out to me is that Anthropic didn’t treat this like a normal “change your password” incident. It force-signed users out, removed saved cards, and refunded charges. That’s a pretty blunt response, and honestly it reads like the company was dealing with account abuse that had enough scale to justify a sweeping cleanup.
The technical detail that matters here is boring in the best way: stolen browser cookies. If an infostealer grabs an active Claude session, two-factor auth doesn’t help much because the attacker is replaying an already-authenticated session. That’s the same old web-session problem showing up in a very expensive new place. Claude is not special here; any logged-in SaaS account can be abused this way. But AI accounts are unusually tempting because they can burn real compute quickly, and because a hijacked account with a card on file can be monetized immediately.
I think the part Anthropic is being pretty sensible about is deleting payment methods instead of just kicking people out. If you only invalidate the session, the attacker may just come back as soon as the infected machine logs in again and gets a fresh cookie. That’s the bit people miss when they talk about “secure login” as if password and MFA are the whole story. They aren’t, not if the endpoint is compromised.
What I’d actually want from Anthropic is less hand-waving and more clarity around detection. How did they spot the abuse patterns? Was it usage spikes, suspicious geographies, payment anomalies, or something else? The article doesn’t say, and I wouldn’t assume the company has perfect visibility. It’s also a reminder that “AI security” often means plain old endpoint security plus session hygiene. Fancy model layers don’t save you if the user’s machine is full of stealer malware.
The other uncomfortable bit is that this feels like a preview, not an exception. If criminals are already trading access to Claude, ChatGPT, and Gemini accounts, then the incentive structure is there. The product becomes part of the abuse economy. That’s bad for users, sure, but it’s also bad for platform trust: developers don’t want to wonder whether unexplained usage is their own bug or someone else mining their quota from a stolen session.
Reference: Anthropic automatically signs out Claude users to protect them from hackers - Engadget