AI Governance Institute
← News
Research2026-09-24

Carbonato Malware Turns AI Agent Frameworks Into Attack Infrastructure

What happened

Researchers at Malwarebytes ThreatDown published findings on a botnet malware campaign called New Carbonato malware uses AI agents to hijack exposed Docker hosts that targets Docker daemon APIs left exposed without authentication. Once inside, Carbonato installs the open-source Hermes Agent AI framework and configures it with a persona named GH0ST. The agent then connects to a Telegram channel operated by the attacker, receives natural-language task instructions, translates them into terminal commands autonomously, executes those commands on the host, and reports results back. A key objective of the campaign is harvesting AI API keys and other stored credentials, giving attackers access to downstream AI services. The campaign represents a significant shift: attackers are no longer just breaching environments to steal data or deploy ransomware, but are using legitimate AI agent tooling as an autonomous command layer inside compromised infrastructure.

Why it matters

  • ·AI API keys harvested by Carbonato can be used for unauthorized model access, data exfiltration through AI services, or cost fraud. Organizations must treat stored AI API credentials with the same controls applied to privileged access credentials.
  • ·The use of a legitimate AI agent framework (Hermes Agent) as post-compromise tooling means existing endpoint and container detection tools may not flag the agent as malicious. Unauthorized AI agent frameworks deployed inside the perimeter now require explicit detection and classification controls.
  • ·Incident response playbooks built around conventional malware rarely address AI agent abuse as a threat vector. The Five Eyes Guidance on the Careful Adoption of Agentic AI Services highlights that agentic systems require distinct containment and response procedures, and Carbonato is the first named campaign to confirm that gap is being exploited in the wild.

Governance controls affected

What to do now

  • ☐Audit all Docker daemon APIs across cloud and on-premises environments and confirm none are exposed to the internet without authentication or network-level access controls.
  • ☐Inventory AI API keys stored in developer environments, CI/CD pipelines, and container images. Rotate any keys that cannot be confirmed as scoped to least-privilege access, and move all keys to a secrets manager with access logging.
  • ☐Add detection rules to container and endpoint monitoring for unauthorized installation of AI agent frameworks such as Hermes Agent, and flag any Telegram-based outbound command-and-control traffic originating from container workloads.
  • ☐Update your AI incident response playbook to include scenarios where an AI agent framework is the execution layer for an attacker. Define containment steps specific to agentic workloads, including session termination, agent identity revocation, and downstream API key invalidation.
  • ☐Review your AI system inventory for any self-hosted or open-source agent frameworks running in production. Confirm each has an authorized owner, a documented permission boundary, and an approved deployment record before the next quarterly governance review.

What to watch next

As Carbonato demonstrates a repeatable method for weaponizing AI agent frameworks, security teams and regulators are likely to pay closer attention to container security baselines for AI workloads. Compliance teams should monitor whether guidance bodies such as CISA or the Five Eyes network issue follow-on advisories specific to AI agent framework abuse. The growing body of agentic AI threat intelligence, including the Check Point 2026 Report Maps Agentic Attack Paths Compliance Teams Must Govern and similar research, suggests that container-hosted AI agents will feature prominently in future regulatory expectations around secure deployment. Organizations should also track whether AI API credential theft begins appearing in mandatory breach notification filings, which could trigger reporting obligations under existing frameworks.

Stay ahead of stories like this

Get every Global AI governance development like this one, plus the rest of the week's developments. Every Thursday.

Powered by Buttondown.

Related Coverage

Research2026-09-18

Plugin4Shell Flaw Breaks Approved-Plugin Controls Across Four Major AI Coding Agents

Researchers at cybersecurity startup AIR disclosed a zero-click remote code execution vulnerability, dubbed Plugin4Shell, affecting OpenAI Codex, Anthropic Claude Code, Google Gemini CLI, and GitHub Copilot. The flaw exploits a weakness in how these agents verify plugin integrity using Git SHA hashes, allowing an attacker who controls a plugin repository to substitute malicious code that runs even when the agent is instructed to execute a reviewed, approved version. Because affected agents typically run with full developer credentials, successful exploitation can expose source code, API keys, cloud credentials, and CI/CD pipelines.

Research2026-09-23

AI Agents Stole 600K Cards at $25 Per Target, Rewriting the E-Commerce Threat Model

A threat actor used three open-source AI agent frameworks, named Strix, Cairn, and Hermes, to autonomously compromise at least 119 online retail sites and steal over 600,000 payment card records. The operation ran at roughly $25 per target, demonstrating that agentic AI has industrialized payment skimming at scale. The attacker's cleanup routine also caused secondary data loss at victim organizations, compounding forensic and operational harm.

Research2026-09-19

Mandiant: AI Agents Create Attack Surface That Identity and Telemetry Controls Cannot Yet See

Mandiant issued a warning that AI agents expand enterprise attack surfaces in ways that conventional identity and monitoring controls are not equipped to detect. The firm called for adaptive identity governance, continuous behavioral telemetry, and faster automated response pipelines. Compliance teams are advised to connect agent prompt streams, endpoint signals, and API activity into existing SIEM and EDR workflows.