应对 AI 加速攻击的安全建议:Claude 发布防御指南
Preparing your security program for AI-accelerated offenseApril 10, 2026
安全团队必看,Claude 基于实战给出了可落地的补丁优先级、漏洞分流自动化和依赖整合清单,直接照着配置就能提升防御效率。
Preparing your security program for AI-accelerated offense
为AI加速的攻击准备您的安全计划
AI is changing the speed at which vulnerabilities are found and exploited. We're publishing an initial set of recommendations to shore up your defenses based on our own findings and security practices.
AI正在改变漏洞被发现和利用的速度。我们基于自身发现和安全实践,发布一套初步建议,以加强您的防御。
- Category
- Agents
- Product
- Claude Enterprise
- Date
- April 10, 2026
- Reading time
- 5
- min
- Share
- Copy link
- https://claude.com/blog/preparing-your-security-program-for-ai-accelerated-offense
- 类别
- 代理
- 产品
- Claude Enterprise
- 日期
- 2026年4月10日
- 阅读时间
- 5
- 分钟
- 分享
- 复制链接
- https://claude.com/blog/preparing-your-security-program-for-ai-accelerated-offense
Earlier this week, we announced Project Glasswing—our urgent attempt to put the strong cybersecurity capabilities of our newest frontier model, Claude Mythos Preview, to use for defensive purposes. In the announcement—and the accompanying technical blog post—we described how AI models are rapidly reducing the required resources, time, and skill required to find and exploit vulnerabilities in software.
本周早些时候,我们宣布了Project Glasswing——这是我们紧急尝试将最新前沿模型Claude Mythos Preview的强大网络安全能力用于防御目的。在公告及随附的技术博客文章中,我们描述了AI模型如何迅速降低发现和利用软件漏洞所需的资源、时间和技能。
With an eye on the lightning-fast progress of AI, we also noted that it will not be long before models of similar capability levels are widely available. Within the next 24 months, vast numbers of bugs that sat unnoticed in code, possibly for years, will be found by AI models and chained into working exploits. Indeed, it is already the case that publicly available, sub-Mythos-level models can find serious vulnerabilities that traditional reviews have missed for long periods of time.
鉴于AI的飞速进步,我们还指出,不久之后,类似能力的模型将广泛可用。在未来24个月内,大量在代码中潜伏多年、可能未被注意的漏洞将被AI模型发现,并串联成可用的攻击链。事实上,目前公开可用的、低于Mythos级别的模型已经能够发现传统审查长期遗漏的严重漏洞。
Thankfully, this works both ways: although attackers can use AI to move faster, so can defenders who adopt AI tools to secure themselves. In this post, we offer security recommendations and practical tips based on what our security teams and researchers have observed and learned from using frontier AI models to secure real codebases and systems. We hope security teams and others will find this advice useful as we enter the age of AI-driven cybersecurity.
幸运的是,这是双向的:虽然攻击者可以利用AI加速行动,但采用AI工具进行自我保护的防御者同样可以。在这篇文章中,我们基于安全团队和研究人员在使用前沿AI模型保护真实代码库和系统时的观察和所学,提供安全建议和实用技巧。我们希望安全团队和其他人在进入AI驱动的网络安全时代时,能发现这些建议有用。
Many of the pieces of advice below are already part of the existing security consensus; we have prioritized them according to which controls we have seen hold and which we have seen degrade. If your organization reports against SOC 2 and ISO 27001, these will map directly onto controls you are already tracking.
以下许多建议已经是现有安全共识的一部分;我们根据观察到的控制措施哪些有效、哪些失效,对其进行了优先级排序。如果您的组织依据SOC 2和ISO 27001进行报告,这些建议将直接映射到您已在跟踪的控制措施上。
We’ll update this guidance as we and our Project Glasswing partners continue our cybersecurity work.
随着我们和Project Glasswing合作伙伴继续开展网络安全工作,我们将更新此指南。
What to do now
现在该做什么
1. Close your patch gap
1. 缩小补丁差距
AI models are very effective at recognizing the signatures of known, already-patched vulnerabilities in unpatched systems. Reversing a patch into a working exploit is exactly the kind of mechanical analysis at which these models excel. This means that the window between a patch being published and an exploit becoming available is shrinking.
AI模型在识别未修补系统中已知且已修补漏洞的特征方面非常有效。将补丁逆向为可利用的漏洞正是这些模型擅长的机械分析。这意味着补丁发布与漏洞利用出现之间的时间窗口正在缩短。
- Patch everything on the CISA Known Exploited Vulnerabilities (KEV) catalog immediately. This catalog contains vulnerabilities that are confirmed to be under active exploitation. Anything on this list which is reachable from a network should be treated as an emergency.
- Use EPSS to prioritize the rest. Exploit Prediction Scoring System (EPSS) provides a daily-updated probability that a given Common Vulnerability and Exposure (CVE) will be exploited in the next 30 days. Patching the KEV list first and then everything above a chosen EPSS threshold will help you turn thousands of open CVEs into a manageable queue.
- Reduce time-to-patch on internet-exposed systems. We recommend patching internet-facing applications within 24 hours of an exploit becoming available, and within days for other vulnerabilities.
- Automate patch deployment and reboots where the risk of an automated update causing an outage is acceptable. Manual approval steps add delay, and delay is now the primary risk.
- 立即修补CISA已知被利用漏洞(KEV)目录中的所有内容。该目录包含确认正在被积极利用的漏洞。任何可从网络访问的列表项都应视为紧急情况。
- 使用EPSS来优先处理其余漏洞。漏洞利用预测评分系统(EPSS)提供每日更新的概率,预测特定常见漏洞和暴露(CVE)在未来30天内被利用的可能性。先修补KEV列表,然后修补高于所选EPSS阈值的所有内容,这将帮助您将数千个开放的CVE转化为可管理的队列。
- 减少面向互联网系统的修补时间。我们建议在漏洞利用可用后的24小时内修补面向互联网的应用程序,并在几天内修补其他漏洞。
- 在自动化更新导致中断的风险可接受的情况下,自动化补丁部署和重启。手动审批步骤会增加延迟,而延迟现在是主要风险。
Practical tip: Most cloud and OS vendors already ship patch automation; enabling it is often a simple configuration change. For container images and dependency manifests, several open-source scanners run as a single continuous integration step and annotate CVEs with data from the KEV catalogue and EPSS, so prioritization is built in.
实用提示:大多数云和操作系统供应商已经提供补丁自动化;启用它通常只是一个简单的配置更改。对于容器镜像和依赖清单,几个开源扫描器作为单个持续集成步骤运行,并用KEV目录和EPSS的数据注释CVE,因此优先级排序已内置。
2. Prepare to handle a much higher volume of vulnerability reports
2. 准备处理更高数量的漏洞报告
Over approximately the next two years, the processes you use to receive, prioritize, and fix vulnerabilities (both in your own code and in the software you buy from vendors) will be under far more pressure than they are today. Your Vulnerability Management process should plan for many more patches, from vendors and upstream.
在接下来的大约两年内,您用于接收、优先处理和修复漏洞(无论是在您自己的代码中还是在您从供应商购买的软件中)的流程将面临比今天更大的压力。您的漏洞管理流程应计划处理来自供应商和上游的更多补丁。
- Plan for an order-of-magnitude increase in finding volume. Aspects like intake, triage, and remediation tracking need to keep pace with the increasing numbers of vulnerabilities being exposed. If your security meetings are still built around a spreadsheet and a weekly meeting, it’s unlikely that you’ll keep up. It’s worth considering some amount of automation—with, of course, humans in the loop, to assist with the sheer volume here.
- Check the security of your open-source dependencies. Most software supply chains are mostly open source. Most open-source projects have no service-level agreement or commitment to maintain a high level of security. OpenSSF Scorecard automatically scores every dependency on signals like branch protection, fuzzing coverage, signed releases, and maintainer activity. It runs in CI and helps to identify unmaintained packages.
- Apply the same expectations to your vendors. Your third-party risk management process should ask suppliers how they are themselves preparing for accelerated exploit timelines and whether they are scanning their own code.
- 计划发现量增加一个数量级。诸如接收、分类和修复跟踪等方面需要跟上暴露漏洞数量的增长。如果您的安全会议仍然围绕电子表格和每周会议进行,那么您很可能无法跟上。值得考虑一定程度的自动化——当然,需要人工参与,以协助处理这里的巨大数量。
- 检查你的开源依赖项的安全性。大多数软件供应链主要是开源的。大多数开源项目没有服务级别协议或承诺来维持高水平的安全。OpenSSF Scorecard 自动根据分支保护、模糊测试覆盖率、签名发布和维护者活动等信号对每个依赖项进行评分。它在 CI 中运行,并有助于识别未维护的软件包。
- 对供应商应用相同的期望。你的第三方风险管理流程应询问供应商他们自己如何为加速的漏洞利用时间线做准备,以及他们是否正在扫描自己的代码。
Practical tip: Look into open source software and third-party services that evaluate the reachability of vulnerable code. Build automated processes that continuously deliver new software updates to your IT and production infrastructure, by doing regression testing on updates to gain confidence that you can deploy them quickly.
实用提示:研究评估易受攻击代码可达性的开源软件和第三方服务。构建自动化流程,通过回归测试更新来持续向你的 IT 和生产基础设施交付新软件更新,以增强信心,确保你能快速部署它们。
Above we mentioned automation of these processes. There are a number of important ways that AI can assist:
上面我们提到了这些流程的自动化。AI 可以在许多重要方面提供帮助:
- Speeding up triage. Triage is a bottleneck, because it requires expert review and classification. A frontier model can deduplicate findings against an existing backlog, use its knowledge of your assets to estimate exposure, and draft remediation tickets where the affected code paths are pre-identified.
- Check your dependencies for redundancy. Most large codebases accumulate multiple libraries doing the same job (several HTTP clients; several JSON parsers). This gives attackers more opportunity, all for no functional gain on your part. Pointing an LLM at a lockfile and asking which dependencies overlap (and what migration and consolidation would look like) is a one-hour exercise that often pays off.
- AI upgrade automation. Frontier models are increasingly capable of generating patches to include alongside vulnerability reports. When the report is clear and thorough, maybe even with a proof-of-concept, the model can directly test the patch to confirm that the exploit path is closed. It can also directly automate the process of accepting the upstream patch, validating that the upgrade doesn’t break tests or internal systems.
- AI vendoring. Some small dependencies will score poorly on the OpenSSF Scorecard—perhaps because they’re not actively maintained. You shouldn’t continue to rely on these; instead, you should consider having an LLM write its own code to reimplement the functionality you actually use.
- 加速分类。分类是一个瓶颈,因为它需要专家审查和分类。前沿模型可以针对现有积压工作去重发现,利用其对资产的了解来估计暴露程度,并在受影响代码路径已预先识别的情况下起草修复工单。
- 检查依赖项是否冗余。大多数大型代码库会积累多个执行相同功能的库(多个 HTTP 客户端;多个 JSON 解析器)。这给攻击者提供了更多机会,而对你来说没有任何功能上的收益。将 LLM 指向锁文件并询问哪些依赖项重叠(以及迁移和整合会是什么样子)是一个一小时的工作,通常会有回报。
- AI 升级自动化。前沿模型越来越有能力生成补丁,以包含在漏洞报告中。当报告清晰且详尽,甚至可能带有概念验证时,模型可以直接测试补丁以确认漏洞路径已关闭。它还可以直接自动化接受上游补丁的过程,验证升级不会破坏测试或内部系统。
- AI 供应商化。一些小型依赖项在 OpenSSF Scorecard 上得分较低——也许是因为它们没有得到积极维护。你不应继续依赖这些;相反,应考虑让 LLM 编写自己的代码来重新实现你实际使用的功能。
3. Find bugs before you ship them
3. 在发布前发现并修复缺陷
Prevention is always better than cure. You should assume that bugs that reach production will eventually be found, so your security testing needs to happen well before.
预防总是优于治疗。你应该假设进入生产环境的缺陷最终会被发现,因此安全测试需要提前进行。
- Add static analysis and AI-assisted code review to your continuous integration pipeline, and block merges on high-confidence findings. If false positives make this impractical, you should keep the check, but address the tooling. The OWASP Application Security Verification Standard defines what “passing” a test looks like at three different levels of rigor.
- 将静态分析和AI辅助代码审查添加到持续集成管道中,并对高置信度的发现阻止合并。如果误报使这变得不切实际,你应该保留检查,但解决工具问题。OWASP应用安全验证标准定义了在三个不同严格级别下“通过”测试的标准。
更进一步:量化金融体系
看懂新闻只是起点——沿量化金融路径,把它变成能交付的工程能力