Jul 27, 2026 · 2:45 PM
Subscribe
Home Ai

An AI Agent Ran a Ransomware Attack Almost Entirely by Itself

Sysdig researchers say they've documented the first ransomware attack run almost entirely by an AI agent, which broke into a server, stole credentials, moved across a network, and encrypted a production database on its own. A human still chose the victim and supplied the initial stolen credentials, but the technical middle of the attack, the part that used to require real skill, ran itself.

Ron Patel
· 5 min read · 1.1K reads
An AI Agent Ran a Ransomware Attack Almost Entirely by Itself

An AI agent didn't invent a new ransomware trick. It did something more useful to criminals: it chained the old tricks together at machine speed.

Sysdig's threat research team says it has captured what it assesses as the first documented case of agentic ransomware, and you should read that carefully. JADEPUFFER wasn't magic. It was a large language model driving a database extortion operation from initial access to destruction, with the boring parts of an intrusion handled faster than a human operator could usually type them out.

The entry point was specific and depressingly familiar. In a report published on July 1, Sysdig said JADEPUFFER gained access through CVE-2025-3248, a missing-authentication flaw in Langflow's code validation endpoint that lets an unauthenticated attacker execute arbitrary Python on the host. Langflow is an open-source framework used to build LLM applications and agent workflows, which makes this especially neat and ugly: an exposed AI application became the door for an AI-driven attack.

Once inside, the agent did the work you would expect from a competent intruder. Sysdig said it enumerated the host, swept for AI provider API keys, cloud credentials, crypto wallets, database credentials and configuration files, then used the compromised Langflow instance to reach a separate production server running MySQL and Alibaba's Nacos configuration service. The root database credentials used against that server weren't observed being harvested from the victim environment. Sysdig said their origin is unknown.

That caveat matters. Don't turn this into science fiction.

What makes the case serious is not that the agent found one spectacular zero-day and walked through the front door. It used a known Langflow flaw, known Nacos weaknesses, default credential checks, MySQL file primitives and plain old database destruction. According to Sysdig, the agent encrypted all 1,342 Nacos service configuration items with MySQL's AES_ENCRYPT(), dropped the original configuration and history tables, and created a README_RANSOM table with a Bitcoin address and Proton Mail contact.

There was a nasty operational detail in the encryption step. The ransom note claimed AES-256, but Sysdig pointed out that MySQL's AES_ENCRYPT() defaults to AES-128-ECB unless the server has been reconfigured. Worse for the victim, the key was generated randomly, printed once to standard output and not persisted or transmitted. Payment wouldn't necessarily bring the configurations back. That's not a negotiation. That's data loss with a payment address attached.

The strongest evidence that this was LLM-driven sits in the payloads themselves. Sysdig said the decoded payloads were full of natural-language explanations of why each action was being taken, the kind of commentary human attackers rarely leave inside disposable one-liners but coding models produce almost by habit. The agent also corrected itself. In one Nacos backdoor-admin sequence, a login failed at 19:34:36 UTC. By 19:35:07, the agent had issued a coordinated fix: delete the broken admin row, diagnose the bcrypt problem, rebuild the hash and reinsert the account. Thirty-one seconds.

That's the part defenders should sit with. A person can make that fix. A capable person can make it quickly. But a network defense process built around a human tempo starts to look slow when the attacker can test, fail, reason and retry inside half a minute.

Business Insider, covering the Sysdig report on July 6, noted the same basic point: JADEPUFFER lowered the barrier to running ransomware because the individual techniques weren't novel. Michael Clark, Sysdig's director of threat research, put it bluntly in the company's report: the skill floor has dropped to the cost of running an agent, and if stolen compute is involved through LLMjacking, the cost to the attacker can get close to zero. Frankly, that's the business story here. The labor cost of intrusion is falling.

You still need a human somewhere in the chain. Someone chose the target or set the agent's objective. Someone had infrastructure. Someone supplied or already possessed the database credentials whose origin Sysdig couldn't see. JADEPUFFER doesn't prove criminals can walk away and let a model run an entire extortion business by itself.

It does prove that the technical middle can be automated. Reconnaissance, credential hunting, lateral discovery, persistence, Nacos takeover, encryption and table drops can now be strung together by an agent that narrates its own intent as it goes. For companies running Langflow, Nacos, MinIO, MySQL or any AI-adjacent service on internet-facing infrastructure, that is not an abstract AI risk. It's a patching and exposure problem with a faster clock.

The fix is not glamorous. Patch Langflow. Don't expose code-execution endpoints to the internet. Don't run AI orchestration servers with provider keys and cloud credentials sitting in the environment. Change Nacos default secrets. Never let an internet-facing database admin account connect as root. Those sound like old rules because they are old rules.

AI didn't make them less important. It made ignoring them more expensive.

Also read: US Investors Can Finally Buy Into SK Hynix Ahead of Its Nasdaq DebutSyntiant files to go public just as Wall Street starts doubting the AI chip boomSamsung's Record Quarter Just Undercut the AI Spending Skeptics

TOPICS
Ron Patel covers cryptocurrency markets, blockchain developments, and digital asset news for Startup Fortune. With a background in financial journalism and over eight years tracking crypto markets through multiple cycles, Ron brings analytical perspective to Bitcoin, Ethereum, and emerging token ecosystems.
Related Articles
More posts →
Loading next article…
You're all caught up