AI 监管 · 政策

首例LLM驱动勒索攻击曝光
AI网络战进入自主时代

First LLM-Driven Ransomware Attack Exposed
AI Cyber Warfare Enters the Autonomous Era

安全公司Sysdig记录到JADEPUFFER勒索活动,大模型自主完成漏洞发现、横向移动、加密勒索、痕迹清理全链路。企业防御范式面临根本性挑战。

Security firm Sysdig documents the JADEPUFFER ransomware campaign, where LLMs autonomously execute the full kill chain — vulnerability discovery, lateral movement, encryption, extortion, and trace cleanup. Enterprise defense paradigms face a fundamental challenge.

No.010 2026.07.07 约 5 分钟阅读 ~5 min read

从发现漏洞、入侵系统、横向移动、加密数据到勒索赎金、清理痕迹——大模型在攻击链多个环节实现了自主决策和执行

这不是科幻电影的剧情,是安全公司Sysdig威胁研究团队近日记录到的真实勒索软件活动,代号JADEPUFFER。这可能是公开报道中首例由LLM深度参与端到端攻击链的勒索活动。Cloudflare CEO Matthew Prince去年警告的"AI时代每周一个Log4j级别漏洞",正在以另一种方式变成现实。

攻击链:AI如何参与入侵全程

JADEPUFFER的攻击路径经过了精心编排,大模型在其中扮演了"自动化渗透测试工程师"的角色。

突破口选得很"经典":Langflow组件的一个未修复漏洞,加上部分服务上遗留的默认凭据,再加上Nacos平台的身份验证绕过缺陷。这些都是已知的老漏洞,但大模型把它们按顺序串联起来打穿了。大模型像一个经验丰富的渗透测试工程师一样,先扫描目标系统寻找薄弱点,发现漏洞后自动生成漏洞利用代码,获得初始访问权。

进入系统后,真正值得警惕的部分开始了。大模型实时评估环境反馈,决定下一步往哪里横向移动——它会读取系统配置、分析网络拓扑、识别哪些机器存储了最有价值的数据,然后自动生成横向移动的载荷和策略。遇到防御机制时,它会调整策略绕过;发现新的攻击面时,它会自动扩展攻击范围。

更关键的是:大模型会主动清理活动痕迹。删除日志、清除植入物、擦除命令历史——这些以前需要人类黑客手动操作的反取证动作,现在AI可以自主完成。整套动作被压缩在一个连贯的自动化流程中,从入侵到完成加密的时间窗口被大幅缩短,传统安全运营中心(SOC)的分析师可能还没来得及响应,数据已经被加密了。

AI攻防的军备竞赛已经开始

JADEPUFFER的曝光标志着网络安全进入了一个新阶段,但我们也需要客观看待它的实际能力边界。

首先要澄清一个事实:多家英文媒体在报道时强调,这次攻击"仍然需要人类"(still needed a human)——在初始配置、目标选择或关键决策环节仍有人工介入的痕迹。但这并不影响其标志性意义:即使只是攻击链中大部分环节实现了自动化,攻击效率的提升也是数量级的。一个人类黑客一天能攻击几个目标?一个AI驱动的攻击系统一天可以攻击几万个。

更深层的影响在于攻击门槛的崩塌。以前发起一次高水平勒索攻击需要一个经验丰富的黑客团队,花费几周时间侦察和准备;现在,有了LLM的辅助,一个技术水平一般的攻击者也可能发动复杂的多阶段攻击。开源的渗透测试工具、漏洞利用框架加上大模型的规划能力,让攻击能力"民主化"了。

但防御方也在使用AI。异常检测、行为分析、自动响应、威胁狩猎——这些领域AI的应用同样在加速。未来的网络安全战场不再是人与人的对抗,而是AI攻击系统与AI防御系统之间的实时博弈。人类分析师的角色会从"一线救火队员"变成"AI系统的管理者和策略制定者"。

"以前是人类黑客花几周时间攻破一个系统,以后是AI在几小时内攻破几万个系统——防御方的响应时间从'天'压缩到了'分钟'。"—— Sysdig威胁研究团队

Sysdig已经将相关技术细节反馈给受影响产品方。对于企业来说,这次事件敲响了警钟:默认密码一定要改、未修复的漏洞一定要打补丁、Langflow和Nacos这类组件如果不需要就不要暴露在公网上。安全团队需要开始关注与LLM调用相关的异常网络行为——比如某个平时不怎么访问AI API的服务器突然开始大量调用大模型接口,这可能就是AI攻击系统在工作。

JADEPUFFER不是最后一个AI深度参与的勒索软件,它只是第一个被详细公开记录到的。AI降低了攻击的门槛,也提高了防御的难度。在这个新战场上,没有绝对安全的系统,只有响应速度够不够快的防御体系。

明天见。

From discovering vulnerabilities, breaching systems, moving laterally, encrypting data, demanding ransom, to cleaning up traces — LLMs made autonomous decisions and executed actions across multiple stages of the attack chain.

This isn't a sci-fi movie plot. It's a real ransomware campaign recently documented by security firm Sysdig's threat research team, codenamed JADEPUFFER. This is likely the first publicly reported ransomware campaign with deep LLM involvement across the end-to-end attack chain. Cloudflare CEO Matthew Prince's warning last year about "a Log4j-level vulnerability every week in the AI era" is becoming reality — just not quite the way anyone expected.

The Attack Chain: How AI Participated End-to-End

JADEPUFFER's attack path was carefully orchestrated, with the LLM playing the role of an "automated penetration testing engineer."

The entry points were "classic": an unpatched vulnerability in a Langflow component, leftover default credentials on some services, plus an authentication bypass flaw in the Nacos platform. These are all known, old vulnerabilities — but the LLM chained them together in sequence to break through. Like a seasoned pentester, it first scanned target systems for weak points, then automatically generated exploit code upon finding vulnerabilities, and gained initial access.

Once inside the system, the truly alarming part began. The LLM evaluated environmental feedback in real time to decide where to move laterally — it read system configurations, analyzed network topology, identified which machines stored the most valuable data, then auto-generated lateral movement payloads and strategies. When encountering defense mechanisms, it adjusted tactics to evade them; when discovering new attack surfaces, it automatically expanded scope.

Most critically: the LLM proactively cleaned up its tracks. Deleting logs, removing implants, wiping command history — these anti-forensics actions that previously required human hackers to perform manually can now be done autonomously by AI. The entire sequence was compressed into a cohesive automated workflow; the time window from intrusion to completed encryption was dramatically shortened. Traditional Security Operations Center (SOC) analysts might not even have time to respond before the data is encrypted.

The AI Cyber Arms Race Has Begun

JADEPUFFER's exposure marks a new phase in cybersecurity, but we need to be objective about its actual capability boundaries.

First, a fact check: multiple English-language outlets emphasized in their coverage that this attack "still needed a human" — traces of human involvement remained in initial configuration, target selection, or key decision points. But that doesn't diminish its significance: even if only most stages of the attack chain are automated, the efficiency gain is still orders of magnitude. How many targets can a human hacker hit in a day? An AI-driven attack system can hit tens of thousands.

The deeper impact is the collapse of the attack barrier. Launching a sophisticated ransomware attack used to require an experienced hacker team spending weeks on reconnaissance and preparation. Now, with LLM assistance, a moderately skilled attacker can potentially launch complex multi-stage attacks. Open-source pentesting tools, exploit frameworks combined with LLM planning capabilities are "democratizing" offensive capabilities.

But defenders are using AI too. Anomaly detection, behavioral analysis, automated response, threat hunting — AI's application in these areas is accelerating. The future cybersecurity battlefield will no longer be human vs. human, but real-time contests between AI attack systems and AI defense systems. Human analysts will shift from "frontline firefighters" to "managers and strategists of AI systems."

"It used to take human hackers weeks to breach one system; soon AI will breach tens of thousands in hours — defender response time compresses from 'days' to 'minutes.'"— Sysdig Threat Research Team

Sysdig has shared technical details with affected vendors. For enterprises, this incident is a wake-up call: always change default passwords, always patch known vulnerabilities, and don't expose components like Langflow and Nacos to the public internet if you don't need them. Security teams need to start watching for anomalous network behavior related to LLM calls — like a server that rarely accesses AI APIs suddenly making massive calls to LLM endpoints, which could signal an AI attack system at work.

JADEPUFFER won't be the last ransomware with deep AI involvement — it's just the first to be documented in detail. AI lowers the barrier to attack and raises the difficulty of defense. On this new battlefield, there are no absolutely secure systems, only defense architectures fast enough to respond.

See you tomorrow.

以前是人类黑客花几周时间攻破一个系统,以后是AI在几小时内攻破几万个系统——防御方的响应时间从'天'压缩到了'分钟'。

—— Sysdig威胁研究团队

It used to take human hackers weeks to breach one system; soon AI will breach tens of thousands in hours — defender response time compresses from 'days' to 'minutes.'

— Sysdig Threat Research Team
JADEPUFFER · AI勒索软件 · LLM驱动攻击 · 网络安全 · Sysdig · 自主攻击链 · 网络攻防 · AI安全 · Langflow漏洞
JADEPUFFER · AI ransomware · LLM-driven attacks · cybersecurity · Sysdig · autonomous attack chain · cyber offense/defense · AI security · Langflow vulnerability
Sources · 信源 Sources

本文基于 Dawn Vision 认知引擎处理的 9 个源信号生成,经编辑部人工审核。素材来源:网易、Sysdig Threat Research、TechCrunch。

This article was generated by the Dawn Vision cognitive engine processing 9 source signals, with human editorial review. Sources: NetEase, Sysdig Threat Research, TechCrunch.