Anthropic's threat report: your AI API key is the loot
Ricardo Argüello, September 20, 2026
CEO & Founder
General summary
Anthropic published its September 2026 report on detecting and countering AI misuse on September 10, covering activity disrupted between December 2025 and August 2026. For businesses, one finding matters most: AI API keys and session tokens have become a criminal target in their own right, and most stolen keys leak from customers' own environments.
- Anthropic says stolen AI credentials give attackers loot to resell, compute paid for by the victim, and cover, because activity is attributed to the legitimate owner
- A hacktivist campaign ran for a month entirely on stolen API keys, and GTG-50020 hit roughly thirty AI companies in about four days using victims' keys
- Keys leak through GitHub, mobile app install files, Docker containers, websites and chatbots, and through prompt injection against LiteLLM deployments
- Fraudulent resellers such as GTG-50021 sold discounted Claude access that was silently proxied to a different model while installing a credential harvester
- Anthropic recommends treating AI keys and agent integrations like production credentials and buying AI access only through authorized channels
Picture the fuel card for your company's delivery fleet taped to the windshield of one truck. Whoever finds it fills their own tank, sells the card to someone else, and every charge shows up under your company's name. An exposed AI API key works the same way, and the first alarm is often the invoice.
AI-generated summary
Somebody was selling cheap Claude access. Anthropic’s write-up of the group says it “turned out to be neither cheap nor actually Claude.”
Customers thought they were getting a discount. Their traffic was quietly routed to a different model, and the reseller’s tooling installed a credential harvester that stole their Anthropic accounts and sold them on to other resellers. Anthropic tracks the group as GTG-50021.
That case sits in the misuse report Anthropic published on September 10, which covers activity it disrupted between December 2025 and August 2026. It also covers weapons development, surveillance, and state propaganda. If you run a business on AI, the section worth your time is the one about keys.
Why a key is worth stealing
Anthropic’s framing is three words. Loot, since stolen keys and accounts resell in established markets. Compute, because the attacker’s workloads now run on someone else’s bill. And cover, which is the one I can’t stop thinking about, because whatever the attacker does gets attributed to whoever owns the key.
When your key is used in an attack, the logs say you did it.
The examples are not theoretical. One hacktivist campaign ran for a month entirely on stolen API keys. ShinyHunters affiliates who found AI keys during an intrusion moved their own attack workloads onto them. And GTG-50020, a Russian-speaking crew that used to go after hotel booking platforms, injected instructions into an AI vendor’s automated evaluation sandbox, walked out with production keys from several model providers, and then hit about thirty AI companies in four days using those keys instead of its own.
Its stated goal was a pre-release Claude model. It never got one. Every key involved came from customers’ environments, not from Anthropic.
Where companies leave them
The report is blunt about the most common source. Legitimate customers who exposed keys by accident, in GitHub repos, mobile app install files, Docker containers, websites, and chatbots.
None of that takes a nation-state. A key in a chatbot’s frontend is a “view source” away. A mobile app can be unpacked. A public container image can be pulled and grepped, and attackers do it automatically.
Then there’s the agent problem. Several actors went after LiteLLM deployments inside AI wrapper services and used prompt injection to get the production API keys out of the containers they ran in. An agent that can read an environment variable is an agent someone will try to talk into printing it. We looked at what it takes to actually watch agents in Uber’s approval-fatigue numbers.
Another actor built sites posing as multi-model intermediaries and pushed installers that impersonated popular AI coding tools, Claude Code among them. They were credential stealers. Reseller and proxy infrastructure shows up all over the report, including behind a China-based studio that ran more than 4,700 AI personas across 20-plus dating apps and talked to at least 25,000 people in two weeks. I use Claude Code every day, and I’d only ever install it from Anthropic.
Anthropic’s own advice, and mine
The report’s recommendation deserves quoting in full: “Organizations should treat AI keys and agent integrations with the same level of seriousness as they do production credentials, because attackers treat them with the same level of seriousness, too.” It adds that AI access should be bought only through authorized channels.
Here’s what that looks like in practice, this week, without starting a project.
- Count them. Every AI API key in the company, who owns it, which app uses it, where it’s stored. If nobody can produce the list in a day, that’s your first finding.
- One key per app, with a spend limit. When one leaks, you rotate one.
- Nothing client-side. No keys in frontends, mobile builds, or container images. A secret scanner on the repo catches a lot of these before they’re committed.
- Read the bill. Usage is attributed to you, so an unexplained spike in provider spend is often the first sign.
We saw the same shape with Lovable apps leaking data earlier this year. What leaked was everything that had been published around the model.
At IQ Source we audit code and infrastructure for companies that already run AI in production, and AI keys are one of the first things we go looking for. If you can’t say today how many your company has, let’s go find them.
Audit where your AI keys liveFrequently Asked Questions
Anthropic's September 2026 misuse report says compromised AI API keys and session tokens have become the sole objective of several criminal groups. Attackers who obtain them gain loot they can resell, compute that runs at the victim's expense, and cover, since the activity is attributed to the key's legitimate owner.
According to Anthropic's September 2026 threat report, stolen AI API keys most commonly come from legitimate customers who exposed them by accident in GitHub repositories, mobile app install files, Docker containers, websites and chatbots. Attackers mine those sources constantly and test the keys they find.
No. Anthropic documented fraudulent resellers, including a group tracked as GTG-50021, that sold cheap Claude access while silently routing traffic to a different model and installing a credential harvester. Anthropic advises buying AI access only through authorized channels.
Treat AI API keys as production credentials, as Anthropic recommends. Keep an inventory of every key and its owner, issue a separate key per application with a spend limit, never ship keys in client-side code or mobile apps, rotate them, and review provider usage weekly for anomalies.
Related Articles
Anthropic Reviewed 141,006 Runs and Found 3 Real Hacks
Anthropic disclosed three cases where Claude broke into real companies during evaluations. It found them by reading old transcripts, not by monitoring.
OpenAI's Agent Escaped Its Sandbox and Hacked Hugging Face
OpenAI admits a test model broke out of a 'highly isolated' environment and hacked Hugging Face to steal the answer key to its own cybersecurity exam.
Anthropic Leaked Mythos: Your Trust Model Just Changed
Anthropic exposed ~3,000 internal documents through a CMS error, including Claude Mythos, their most advanced model. What changes for your AI strategy.
AI Code Security: What Your Traditional Scanner Misses
Static scanners catch known patterns but miss context-dependent vulnerabilities. How AI-powered code analysis closes the gap for mid-market companies.
Project Glasswing: AI Found What 27 Years of Humans Missed
Anthropic launched Claude Mythos Preview with 11 partners to defend critical infrastructure. What changes for your security posture and what to do now.
AI Agents This Week: Products, Acquisitions, and Risks
Perplexity Computer, Anthropic acquires Vercept, the OpenClaw security crisis, and NIST agent standards. What these stories mean for your B2B company.