376%
Rise in AI-targeted credential theft from Q4 2025 to Q1 2026, as attackers shift from cloud infrastructure to AI compute as a high-value target
175,000
Exposed Ollama inference servers worldwide with no authentication, giving any attacker free AI compute on victim hardware with a single API call to port 11434
$100,000+
Estimated daily billing cost a single compromised premium AI account can generate -- Operation Bizarre Bazaar attackers drove bills this high per victim account
28.8M
Claude exchanges logged in the Alibaba distillation campaign between April and June 2026, using 25,000 fraudulent accounts -- the largest known model distillation attack on Anthropic

SponsoredHorizon3.ai

Proactive Security for the AI Era

NodeZero continuously and autonomously pentests infrastructure, identity, cloud, and now web applications, chaining weaknesses across every domain the way real attackers do. Every finding ships with replayable proof showing exploitable business impact, not theoretical risk.

See NodeZero WebApp in action

LLMjacking AI compute theft cost one compromised enterprise $100,000 in AI billing charges in a single day, and attackers now run industrialized operations that simultaneously target 30-plus AI providers. AI-targeted credential theft rose 376% from Q4 2025 to Q1 2026, according to threat intelligence from Operation Bizarre Bazaar. The attack class has matured from opportunistic key grabs into a commercial market that also logs every prompt submitted through stolen access and sells those reasoning traces to competitor AI labs for model distillation.

LLMjacking attacks follow three distinct paths. The first targets cloud API keys exposed in GitHub repositories, IDE plugins, container images, and browser extensions. Automated scanners run continuously across public code hosting, validating stolen credentials in real time and routing active keys into black-market resale pools. The second path exploits self-hosted AI inference servers left internet-accessible without authentication: approximately 175,000 Ollama instances are reachable from the public internet with no auth required, listening on port 11434 by default. Any attacker can invoke models on these servers without credentials and at full speed. The third path uses account pooling, where fraudulent consumer accounts at scale resell premium model access through proxy gateways at 70 to 90 percent below official pricing.

AI platforms are now a primary attack surface. Your API keys are not just access tokens -- they are financial instruments. A single compromised key with access to a frontier model can generate six-figure billing charges in hours, and the attacker profits before your billing alert fires. If your organization uses Claude, GPT, Gemini, or any self-hosted inference server, this threat applies to you today.

How Does LLMjacking AI Compute Theft Work?

LLMjacking AI compute theft exploits the gap between how organizations secure traditional credentials and how they treat AI API keys. Most enterprises apply strict controls to cloud access keys and database passwords while treating LLM API keys as low-value configuration values, storing them in plaintext in code repositories, CI/CD environment variables, or local .env files.

Attackers run constant automated scans across GitHub, GitLab, npm packages, PyPI distributions, and Docker Hub image layers using tools like trufflehog and gitleaks. When a key is discovered, a validation script tests it against the provider's API within seconds. Valid keys are immediately routed to one of two outcomes: direct high-volume inference that generates bills for the victim, or resale through a proxy marketplace.

The proxy marketplaces operate as commercial platforms. They accept payment via WeChat, Alipay, or cryptocurrency, route customer requests through the stolen credentials, and return model responses as if the customer had legitimate access. What the customer typically does not know: the proxy logs every prompt, every response, and every reasoning chain. Those traces are sold downstream to AI labs engaged in model distillation -- the process of training a smaller model to mimic a larger one using its outputs. One Claude 3 Opus account could generate over $100,000 per day in inference costs if exploited at full capacity, according to LLMjacking research by hard2bit.

Exposed Ollama servers represent a zero-effort variant of the same attack. Ollama, the popular tool for running open-weight models locally, binds to all interfaces by default and provides no authentication layer. An attacker who finds an exposed instance on port 11434 can invoke any model installed on the server, consume the victim's compute and electricity, and use it as a stepping stone for further network attacks. Security researchers have identified automated frameworks that use compromised Ollama servers to fingerprint enterprise networks and match discovered services to known vulnerabilities.

Operation Bizarre Bazaar: The Industrialized AI Account Hijacking Market

Operation Bizarre Bazaar, a threat intelligence analysis covering December 2025 to January 2026, documented 35,000 distinct attack sessions targeting AI provider accounts across 30-plus platforms. The operation ran automated scanning infrastructure, credential validation pipelines, and a commercial resale marketplace that attackers accessed like a subscription service.

Individual premium accounts became extremely valuable targets. A single account with access to frontier models generated daily billing charges exceeding $100,000, according to Operation Bizarre Bazaar research. Attackers prioritized accounts with high rate limits and access to the largest context windows, as those configurations enabled the most profitable resale operations.

The Alibaba distillation campaign, running from April 22 to June 5, 2026, demonstrated a parallel and more strategic objective. Researchers documented approximately 25,000 fraudulent accounts making 28.8 million exchanges with Claude during this period. The operation was not primarily focused on compute resale. Its goal was systematic prompt-and-response data collection to train competing models -- the largest known model distillation attack on Anthropic, according to researchers at ExplainX who analyzed the campaign.

The financial and strategic harms compound each other. Victims face unexpected five-figure billing charges. Their proprietary workflows, internal prompts, and sensitive data submitted through those sessions are captured and potentially used to train competitive AI systems. Organizations using AI for product development, legal review, or financial analysis are at particular risk of proprietary information leakage through this channel. For the growing category of AI-native SaaS companies proxying AI requests on behalf of customers, a single compromised API key that routes customer traffic threatens both the company's finances and its customers' data confidentiality. The attack pattern from AgentForger enterprise AI agent attacks shows how AI infrastructure has become a primary enterprise attack surface in 2026.

Free daily briefing

Briefings like this, every morning before 9am.

Threat intel, active CVEs, and campaign alerts, distilled for practitioners. 50,000+ subscribers. No noise.

Inside the AI Token Black Market Economy

The AI token black market operates through four layers. At the top, fraudulent accounts are created at scale using stolen payment methods, synthetic identity documents, and in some cases face video harvested from compromised devices -- the account creation fraud Anthropic began countering in July 2026 with a government ID plus biometric verification rollout at Pro/Max checkout.

Below that, proxy gateway tools aggregate multiple stolen accounts and present them as a single API endpoint. Resellers purchase access to these gateways and build their own storefronts offering AI access at 70 to 90 percent discounts from official pricing. Documented resellers have offered Claude tokens at 93 percent off and Codex access at 1 to 5 percent of official rates, driven by regional promotional credit harvesting at near-zero cost.

At the consumer level, developers who are price-sensitive or in markets with restricted access to frontier models purchase through these channels without always knowing the source. The reseller's gateway routes requests through stolen accounts, logs every exchange, and returns responses seamlessly. A Shanghai developer pointed at a proxy URL and paying via WeChat is effectively routing their work through stolen credentials while the proxy logs every prompt and bills a compromised account opened with a face video harvested in Lagos, per researchers documenting the supply chain.

The intelligence gathered through this process -- detailed prompts, internal workflow descriptions, sensitive data, and model reasoning chains -- is sold to competing AI labs. The resulting distillation attacks compress the capability of frontier models into smaller, cheaper systems. This is not theoretical: the Alibaba campaign in 2026 demonstrates active, systematic execution of this strategy at scale. Organizations using AI for competitive advantage should treat prompt confidentiality as a security requirement, not just a business preference.

Accounts with top-tier models generated bills exceeding $100,000 daily. The marketplace accessed 30-plus providers simultaneously.

Operation Bizarre Bazaar threat intelligence analysis, Q1 2026

Indicators of Compromise: LLMjacking Proxy Infrastructure

The primary IOC category for LLMjacking is proxy domains -- domains used to route stolen AI compute to paying customers. Block these at your web gateway and corporate DNS to prevent employees from inadvertently routing work through compromised infrastructure.

The most reliable detection signals are behavioral rather than signature-based: sudden billing spikes, high-volume inference at unusual hours, requests from IP ranges inconsistent with your developer geography, and model invocations from processes or applications that should not be making AI API calls. Configure your AI provider's billing alert to fire at hourly thresholds, not monthly aggregates -- by the time a monthly alert fires, a compromised key can have already generated $100,000 in charges.

The PromptSpy generative AI malware campaign demonstrates how AI-targeted malware has evolved to harvest credentials from mobile devices as a secondary infection objective, expanding the AI credential theft attack surface beyond traditional cloud environments.

Subscribe to unlock Indicators of Compromise

Free subscribers unlock full IOC lists, Sigma detection rules, remediation steps, and every daily briefing.

Sigma Detection Rules for LLMjacking Credential Scanning

No CVE-specific Sigma rule exists for LLMjacking because it is not a single vulnerability -- it is an attack class involving credential theft, account abuse, and network exposure. The two rules below detect the credential scanning phase: when an attacker has gained initial access to a developer workstation or CI/CD environment and runs automated secret scanners (trufflehog, gitleaks) to find AI API keys stored in code repositories, environment files, or git history.

Both rules require Sysmon process creation logging on Windows (Event ID 1) or equivalent process telemetry on Linux. Deploy in detection mode first -- legitimate DevSecOps pipelines sometimes run gitleaks or trufflehog as part of pre-commit hooks or CI/CD security checks, so baseline your environment before alerting on all matches. The WAF rules below address the Ollama exposure vector at the network perimeter, blocking unauthenticated access to the inference API from outside trusted IP ranges.

Subscribe to unlock Sigma Detection Rules

Free subscribers unlock full IOC lists, Sigma detection rules, remediation steps, and every daily briefing.

Subscribe to unlock WAF Detection Rules

Free subscribers unlock full IOC lists, Sigma detection rules, remediation steps, and every daily briefing.

How to Protect Your AI Compute: 7 Steps to Stop LLMjacking

Stop LLMjacking AI compute theft with these seven controls, in priority order. Steps 1 through 3 are same-day actions that close the most direct exposure paths.

Subscribe to unlock Remediation & Mitigation steps

Free subscribers unlock full IOC lists, Sigma detection rules, remediation steps, and every daily briefing.

Why LLMjacking AI Compute Theft Matters for Your Organization

LLMjacking AI compute theft is not an emerging risk -- Operation Bizarre Bazaar ran a 35,000-session commercial marketplace while organizations treated AI API keys as low-value configuration tokens. The 376 percent rise in AI-targeted credential theft in Q1 2026 tracks the adoption curve directly: as more organizations integrate AI into critical workflows, the value of AI credentials rises in proportion.

The billing exposure is the most visible harm but not the most serious one. An organization that uses AI for legal document review, product design, or competitive analysis and routes that work through a compromised account or a downstream provider using stolen access has exposed its internal strategy and proprietary workflows to whoever operates the proxy. The Alibaba distillation campaign's 28.8 million logged Claude exchanges represent an intelligence harvest that has economic value independent of the compute cost imposed on victims.

The 175,000 exposed Ollama instances represent an underappreciated attack surface. Open-weight models running on developer workstations, lab servers, and cloud instances are the AI infrastructure equivalent of public-facing development databases: convenient to deploy, easy to forget to secure, and immediately accessible to anyone running a port scan. Security researchers have documented automated frameworks using compromised Ollama servers as reconnaissance platforms, fingerprinting enterprise internal networks through the victim's own inference hardware.

Organizations that have adopted AI at scale should treat this the same way they treat cloud IAM exposure: a continuous inventory problem, not a one-time remediation project. Every new AI key issued without controls and every new inference server deployed without authentication expands the attack surface. The controls in this post close the most common attack paths active today. Rotate your keys. Close port 11434. Set hourly billing alerts. Run gitleaks today.

The bottom line

LLMjacking AI compute theft has industrialized into a commercial marketplace that drained $100,000 per day from individual compromised accounts and logged 28.8 million AI exchanges in a single distillation campaign targeting Anthropic. The 376 percent rise in AI credential theft and 175,000 unprotected Ollama endpoints show how quickly this attack surface has grown as AI adoption accelerated in 2026. Rotate all AI API keys now, close Ollama port 11434 from the public internet, configure hourly billing alerts, and scan your repositories for exposed secrets with gitleaks. Deploy the Sigma rules and WAF configs from this post before the weekend.

This analysis is generic. create a free account to score threats like this against your own stack.

Frequently asked questions

What is LLMjacking?

LLMjacking is a credential-based attack in which threat actors steal AI API keys or compromise AI platform accounts to consume AI compute at the victim's expense. Attackers use the stolen access for high-volume inference that generates large billing charges, resell the access through black-market proxy networks at steep discounts, and log every prompt and response for downstream model distillation. The term combines LLM (large language model) with hijacking to describe the unauthorized takeover of AI compute resources.

How do attackers steal AI API keys?

Attackers steal AI API keys through five primary methods: scanning public code repositories and git history for exposed keys using automated tools like trufflehog and gitleaks; compromising developer workstations via phishing or malware to extract locally stored credentials; inspecting container images and CI/CD configuration files for embedded keys; monitoring npm and PyPI package contents for accidentally published secrets; and harvesting keys from browser extensions or IDE plugins with malicious code. The scanning is continuous and automated -- a key pushed to a public repository is typically found and validated within minutes.

What is an exposed Ollama server?

An exposed Ollama server is an Ollama inference instance accessible from the public internet without authentication. Ollama, the popular tool for running open-weight AI models locally, binds to all network interfaces (0.0.0.0) by default and provides no built-in authentication layer. Approximately 175,000 Ollama instances were reachable from the public internet with no authentication as of early 2026. Any attacker can invoke models on these servers, consuming the victim's compute and electricity, and using the server as a platform for further network reconnaissance.

How do I know if my AI account has been compromised?

The primary indicators of AI account compromise are unexpected billing spikes, inference activity at unusual hours, requests from IP addresses inconsistent with your developer team's geography, and model invocations from applications that should not be making AI API calls. Check your provider's usage dashboard for hourly consumption patterns and request breakdowns by API key. A sharp spike in token consumption on premium models with large context windows is a strong indicator of unauthorized use. Configure hourly billing alerts so you detect anomalies within hours rather than at the end of the billing cycle.

What is the AI token black market?

The AI token black market is a commercial ecosystem of proxy services that resell stolen AI API access at steep discounts -- typically 70 to 90 percent below official provider pricing. Resellers acquire stolen or fraudulent credentials, pool them into proxy gateway tools, and sell metered access to paying customers. The services function like legitimate API providers from the customer's perspective. What customers typically do not know is that their prompts and responses are logged and sold downstream for model distillation, and the underlying accounts are stolen or fraudulent.

How do I detect unauthorized AI usage in my organization?

Detect unauthorized AI usage through four monitoring signals. First, configure billing alerts at hourly thresholds on every AI provider account -- monthly aggregates do not catch rapid abuse. Second, monitor API call logs for requests from unexpected IP ranges, unusual time-of-day patterns, or call volumes inconsistent with your application's normal usage. Third, deploy the Sigma detection rules from this post to catch credential scanning activity (trufflehog, gitleaks) on developer systems and CI/CD runners. Fourth, use your AI provider's API key usage breakdown to identify any key generating disproportionate consumption relative to its assigned application.

Should I stop using third-party AI API proxies?

You should avoid using AI API proxies that offer below-market pricing for access to frontier models. These services typically operate through stolen or fraudulent credentials and log all traffic. The risks include billing liability if your use is traced to the stolen account, data exposure as your prompts are harvested and potentially resold, and service disruption when the underlying accounts are suspended. Use official provider endpoints directly and authenticate with keys from your own verified account.

How do I secure an Ollama server?

Secure an Ollama server with five steps: bind it to localhost (127.0.0.1) rather than all interfaces using the OLLAMA_HOST environment variable; deploy a reverse proxy (nginx or Caddy) in front of it that enforces authentication before passing requests to Ollama; apply a firewall rule blocking port 11434 from all sources except your internal network or VPN; use the WAF rules from this post on any internet-facing reverse proxy; and set up monitoring for unusual request volumes to Ollama API endpoints. Test your exposure with an external curl request to confirm port 11434 is not reachable from outside your network.

Sources & references

  1. LLMjacking: Stolen AI Compute and the Bill You Pay -- Hard2bit
  2. AI Token Black Market: Claude Resellers at 70-93% Off -- ExplainX
  3. Cybercriminals Monetizing Stolen Tokens -- CyberNews
  4. Your Company's AI Accounts Are a Hacking Goldmine -- Axios (Aug 6, 2026)
  5. WorkOS: LLM Token Theft -- How Attackers Drain Your AI Startup's Bottom Line

Free resources

25
Free download

Critical CVE Reference Card 2025–2026

25 actively exploited vulnerabilities with CVSS scores, exploit status, and patch availability. Print it, pin it, share it with your SOC team.

No spam. Unsubscribe anytime.

Free download

Ransomware Incident Response Playbook

Step-by-step 24-hour IR checklist covering detection, containment, eradication, and recovery. Built for SOC teams, IR leads, and CISOs.

No spam. Unsubscribe anytime.

Free newsletter

Get threat intel before your inbox does.

50,000+ security professionals read Decryption Digest for early warnings on zero-days, ransomware, and nation-state campaigns. Free, daily, no spam.

Unsubscribe anytime. We never sell your data.

Eric Bang
Author

Founder & Cybersecurity Evangelist, Decryption Digest

Cybersecurity professional with expertise in threat intelligence, vulnerability research, and enterprise security. Covers zero-days, ransomware, and nation-state operations for 50,000+ security professionals every morning.

Giveaway: InfoSec World 2026 All Access Pass ($3,895 value)

Details →
Daily Briefing

Subscribe to enter the giveaway

Every subscriber is automatically entered. You also get daily threat intel every morning: zero-days, ransomware, and nation-state campaigns. Free. No spam.

Already subscribed? You're already entered.

Giveaway

Win a $3,895 InfoSec World 2026 pass.