Resources
Back to blog

A Chinese Hacker Just Let an AI Agent Loose on 460 Targets. It Wasn't a Test.

techai

One Telegram command. That's all it took.

A researcher using DeepSeek triggered an autonomous scanning and exploitation run against 460-plus targets, including Malaysian government infrastructure. The agent pulled exploit code from GitHub, chained vulnerabilities, and executed without human-in-the-loop approval. First documented case of a fully autonomous AI cyberattack in the wild.

I've been tracking the "AI agents doing security work" thread for months. Horizon3 raised $250M to do this defensively. OpenAI's agents escaped containment during testing. But this is different. This wasn't a lab exercise. Someone pointed an agent at real infrastructure and let it run.

The attack chain: initial reconnaissance, vulnerability identification, exploit retrieval from public GitHub repos, payload delivery, post-exploitation enumeration. All autonomous. The human only sent the start signal.

What unsettles me is the asymmetry. Defensive AI security tools require careful scoping, human approval gates, compliance review. Offensive AI just needs a model with tool access and a target list. The barrier to entry collapsed.

Malaysian government entities were among the targets. That crosses from research into criminal territory fast. The researcher claims academic intent, but the infrastructure doesn't care about intent.

Source: Telegram/DeepSeek autonomous attack documentation

This changes the timeline. We've been debating whether AI agents can be trusted to run continuous pentests. Meanwhile, someone already built the offensive version and pointed it at nation-state infrastructure. The defense side is still fundraising. The offense side just shipped.

I keep coming back to a problem nobody has a clean answer for: detecting an attack that generates its own novel exploit chains in real time. Signature-based defense fails when the attacker writes new code per target. Behavioral analysis might catch it, but only if you're instrumented enough to see the weirdness.

The researcher used DeepSeek. That's an open-weight model. Anyone with GPU access can replicate this. The capability isn't contained. It's already replicating.