Sysdig TRT reports that agentic AI is now carrying out attacks end to end, including rapid exploitation, credential theft, container escapes, and the first documented case of agentic ransomware. The research also shows AI infrastructure and models themselves are now prime targets, while manipulated or stolen models are being used to accelerate offensive operations, including LLMjacking and guardrail-free attacks. #JADEPUFFER #Langflow #Ollama #Llama-3.3-70B #LLMjacking
Keypoints
- Sysdig Threat Research Team observed âagentic threat actorsâ using AI agents to plan, execute, and adapt attacks autonomously.
- A May 2026 incident showed an ATA moving from initial access through a marimo vulnerability to internal database exfiltration in under an hour and only four pivots.
- Another attack demonstrated container escape followed by dumping Kubernetes secrets, reaching the orchestration plane rather than only the application layer.
- JADEPUFFER was identified as the first documented agentic ransomware campaign, using an AI agent to enumerate systems, harvest credentials, and encrypt configuration entries.
- AI infrastructure such as Langflow, LMDeploy, Marimo, LiteLLM, and PraisonAI is increasingly targeted because it often stores credentials, cloud tokens, and sensitive data.
- The attack clock has collapsed: exploits can begin within hours of disclosure, and some cloud intrusions unfold in minutes, making rapid detection and response critical.
- Attackers are also manipulating models through CTF-style jailbreaking and using âabliteratedâ models with removed safety guardrails to support offensive workflows.
MITRE Techniques
- [T1190 ] Exploit Public-Facing Application â Used to gain initial access by exploiting internet-facing AI tools such as marimo and Langflow (âmove from initial access through a marimo vulnerabilityâ; âfound a year-old vulnerability in an internet-facing Langflow instanceâ).
- [T1082 ] System Information Discovery â The agent enumerated the environment and identified valuable targets (âenumerated the environmentâ).
- [T1003 ] OS Credential Dumping â The agent extracted credentials to continue lateral movement and access protected resources (âthe agent extracted credentialsâ).
- [T1552 ] Unsecured Credentials â The attacker harvested exposed secrets, API keys, and credentials from AI infrastructure (âsearched for and harvested highly valuable keys and credentialsâ).
- [T1552.004 ] Private Keys â The agent replayed credentials to obtain an SSH private key (âreplayed them to retrieve an SSH private keyâ).
- [T1021.004 ] Remote Services: SSH â The stolen SSH private key was used to drive SSH sessions to a downstream server (âused that to drive SSH sessions against a downstream serverâ).
- [T1611 ] Escape to Host â An autonomous attacker escaped a container to reach the host/orchestration environment (âcaught an ATA escaping a containerâ).
- [T1525 ] Implant Internal Image â Not explicitly mentioned; omitted.
- [T1136 ] Create Account â The article does not describe account creation; omitted.
- [T1041 ] Exfiltration Over C2 Channel â Database exfiltration occurred after the agent completed its pivots (âmove ⌠to internal database exfiltrationâ).
- [T1486 ] Data Encrypted for Impact â JADEPUFFER encrypted configuration entries as part of extortion (âit encrypted over 1,300 configuration entriesâ).
- [T1566 ] Phishing â Not mentioned; omitted.
- [T1213 ] Data from Information Repositories â The agent searched databases, config files, and credential stores for high-value data (âdatabase and configuration filesâ).
- [T1078 ] Valid Accounts â Reused or stolen credentials enabled access to systems and services (âreplayed themâ; âstolen cloud credentialsâ).
- [T1210 ] Exploitation of Remote Services â The agent used SSH sessions and targeted exposed servers to continue the attack (âdrive SSH sessionsâ).
- [T1595 ] Active Scanning â The agent scanned for valuable credentials and environment assets (âspecifically scanned for and harvestedâ).
- [T1496 ] Resource Hijacking â LLMjacking involved stealing cloud credentials and compute to access hosted models (âsiphon AI computeâ).
- [T1565 ] Data Manipulation â The model-generated payloads contained annotations and reasoning artifacts used operationally (ânatural language reasoning and step-by-step annotationsâ).
Indicators of Compromise
- [CVE identifiers ] Vulnerabilities used for initial access and exploit generation â CVE-2026-39987, and a referenced pre-CVE flaw
- [Framework / platform names ] AI infrastructure targeted for credential theft and exploitation â Langflow, Marimo, LMDeploy, LiteLLM, PraisonAI
- [Product / service names ] Systems associated with the agentic ransomware target and model abuse â MySQL, Alibaba Nacos, Ollama, Llama-3.3-70B
- [Cloud / model credential types ] High-value secrets harvested from exposed AI environments â OpenAI API keys, Anthropic credentials, AWS access keys, cloud storage tokens, database connection strings
- [Payment / contact artifacts ] Extortion infrastructure used by JADEPUFFER â Bitcoin payment address, Proton Mail contact
- [Quantitative exposure indicators ] Scale of exposed or abused infrastructure â 175,000 publicly exposed Ollama instances, more than 130 countries, $46,000 per day
- [File / payload artifacts ] Script and payload characteristics left by AI-generated attacks â 15 lines of code, payloads with natural-language step rationale, extortion table
Read more: https://www.sysdig.com/blog/four-ways-ai-has-fundamentally-changed-the-threat-landscape-in-2026