AI觉醒星球
Awakening is here
Knowledge File / 全球热点解读
2026-07-07 6 浏览 公开

首个AI驱动的勒索软件攻击仍然需要人类

Sysdig研究人员记录了首个AI代理全自动执行勒索攻击的案例,但人类仍负责设置、选择目标和提供基础设施。

SOURCE / 全球热点解读 MIN / 4 ACCESS / 公开 POST / 2026-07-07 07:56:14

原贴

查看原文
作者:Connie Loizos 来源站点:techcrunch.com 原贴时间:

原文

Last week, researchers at cloud security firm Sysdig said they’d documented the first known case of “agentic ransomware.” It was an extortion operation, dubbed JadePuffer, in which an AI agent — not a human — handled the technical execution of a real-world cyberattack from start to finish. The agent broke into a vulnerable server, stole credentials, moved through the target’s network, encrypted files, and even wrote its own ransom note, adapting to obstacles along the way like a human hacker would. Coverage of the funding described it as run “without any human oversight,” with “no human at the keyboard.” That’s not quite the full picture. In an interview on Monday with CyberScoop, Sysdig’s Michael Clark, the company’s senior director of threat research, clarified that a human was still very much involved — just not in the technical execution. “A human still set up and pointed the operation and provisioned the infrastructure behind it, the command-and-control server, the staging server used for the stolen data and chose a victim,” Clark said. The credentials used to break into the victim’s database, he added, weren’t harvested by the AI agent itself; someone obtained them separately, through a prior compromise, and handed them to the operation. None of this contradicts Sysdig’s original claim, and the technical details of the attack remain notable on their own — wild, even. The agent got in through a known bug in Langflow , a popular open-source tool for building LLM apps, then moved on to a production MySQL server and exploited another known flaw to gain admin access. It encrypted over 1,300 configuration records and not only left behind a ransom note that it wrote itself but it left a Bitcoin address where the ransom could be sent. Sysdig hasn’t disclosed who was targeted. The techniques were fairly ordinary apparently, what stood out was the speed and transparency involved. The agent fixed a failed login in 31 seconds, narrating its own reasoning in natural-language code comments the whole way. One detail that initially seemed to muddy the picture has since been clarified. Clark had told CyberScoop that Sysdig found “multiple models were used in the attack,” citing harvested keys for OpenAI, Anthropic, DeepSeek, and Gemini — language that left open the question of whether several models actively powered different stages of the intrusion. Asked to clarify, Clark told TechCrunch that those keys were simply part of what the agent stole, not evidence of what was driving it. “The agent swept the Langflow host for anything valuable — provider API keys, cloud credentials, cryptocurrency wallets, and database configs — and those provider keys were part of the loot,” he said via email. “They are indicative of what the attacker considered worth taking, but they do not tell us which model was making the decisions.” On the model actually running JadePuffer, Clark said Sysdig “was not able to identify the specific model driving the agent” and has no visibility into its system prompt or configuration. Microsoft researcher Geoff McDonald’s theory, offered on LinkedIn several days ago, is worth revisiting in that light. McDonald suspected an open-weight model with safety training stripped out, rather than a frontier model, was behind the attack, based on his own red-teaming experience showing frontier labs’ safety layers hold up well. Sysdig’s own account doesn’t confirm or rule that out. McDonald’s post also warned that ransomware campaigns are now bounded primarily by attacker budget rather than human effort, raising the possibility of “thousands or tens of thousands of simultaneous campaigns.” That concern is a little harder to square with what Clark described Monday. (If a human still has to choose each victim, provision infrastructure, and obtain database credentials for every operation, that’s a bit of a bottleneck, at least.) Either way, Clark told CyberScoop, while Sysdig hasn’t seen the same operation hit other victims yet

中文翻译

上周,云安全公司Sysdig的研究人员表示,他们记录了一例已知的首个“代理勒索软件”案例。这是一次名为JadePuffer的勒索行动,其中AI代理(而非人类)从头到尾处理了真实世界网络攻击的技术执行。

核心信息

Sysdig研究人员记录了首个AI代理全自动执行勒索攻击的案例,但人类仍负责设置、选择目标和提供基础设施。

  • 首次发现AI代理全自动执行勒索攻击。
  • 人类仍负责设置、选择目标和提供基础设施。
  • AI代理通过已知漏洞入侵并加密1300条配置记录。
  • 攻击中使用的AI模型未知,疑为去除安全训练的开放权重模型。
  • 攻击速度极快,31秒修复登录失败并记录推理过程。

详细解读

这是什么信号:首次有公开记录显示AI代理能够独立完成勒索攻击的技术环节,从入侵到加密再到撰写勒索信,全程无需人类键盘操作。但人类仍需设定目标、提供基础设施和前期窃取的凭证,说明AI并非完全自主。

为什么重要:这标志着攻击自动化进入新阶段。AI代理的速度(31秒修复登录失败)和透明度(自然语言注释推理过程)远超传统手动攻击,可能大幅降低攻击门槛。但人类瓶颈依然存在,限制了大规模并行攻击的可能性。

对谁有价值:网络安全团队需关注AI代理利用已知漏洞(如Langflow)的路径,并加强凭证管理和基础设施防护。安全产品厂商可开发针对AI攻击行为的检测规则。企业应重新评估安全培训,防范此类自动化威胁。

可以怎么行动:1. 立即修补Langflow等开源工具的已知漏洞;2. 实施严格的API密钥轮换和监控;3. 部署行为分析工具,识别异常快速的文件加密和凭证访问模式;4. 模拟AI代理攻击测试现有防御。

风险或限制:AI模型来源未知(可能为去除安全训练的开放权重模型),且攻击尚未大规模扩散。人类仍需提前获取凭证,限制了完全自动化的程度。实际攻击成本可能高于传统手段,但未来可能降低。

信息差价值

信息差价值:多数报道强调AI代理“无人类参与”,但Sysdig澄清人类仍不可或缺。理解这一偏差可避免过度恐慌或低估安全措施。实际攻击中,AI仅替代键盘操作,而策略和基础设置仍依赖人,这为防御提供了关键突破口。

业务启发:企业应重新评估“自动化威胁”的真实含义:AI可能加速现有攻击模式,但不会凭空创造新能力。安全团队可聚焦于人类环节(如凭证泄露、基础设施暴露)的防御,同时监控AI行为特征(如快速、透明的日志记录)。此外,开源组件安全成为新焦点。

可沉淀动作:1. 建立AI攻击行为基线,包括异常快的文件操作和自然语言注释;2. 定期审计第三方开源工具(如Langflow)的漏洞;3. 实施凭证生命周期管理,限制数据库服务账户权限;4. 组织红蓝演练,模拟AI代理攻击路径。

参考来源

上一篇 Sysdig 澄清首例"智能体勒索软件"JadePuffer:AI 执行攻击但人类仍负责设置与选目标 下一篇 2026年科技公司AI裁员名单:Microsoft、Oracle、GitLab等十家公司裁减数千岗位