AI Practices AI实践 5h ago Updated 2h ago 更新于 2小时前 49

Building an Adaptive Agentic Cybersecurity System with NVIDIA Nemotron 构建基于 NVIDIA Nemotron 的自适应智能体网络安全系统

NVIDIA and CrowdStrike built a closed-loop offensive-defensive agentic system operating at machine speed within an isolated environment modeled on NVIDIA accelerated computing infrastructure The defensive harness combines six mechanisms: schema knowledge base, telemetry grounding, specialized detection authoring with Nemotron 3 Super, artifact linting, detection replay, and independent review Nemotron 3 Ultra handles defensive orchestration while a post-trained Nemotron 3 Super serves as a bound NVIDIA与CrowdStrike合作构建了基于Nemotron开放模型的自适应攻防智能体系统,实现机器速度的持续闭环测试 防御端采用六种机制组合:模式知识库、遥测接地、定制Nemotron 3 Super检测编写、工件验证、检测回放和独立审查 优化后的开放模型管道实现41.9%平均检测率,较仅使用Nemotron 3 Ultra提升2.5倍 实时测试显示45%开放模型检测具有泛化能力,超过前沿系统的29%,且三个开放检测达到"黄金"标准覆盖全部八种攻击

68
Hot 热度
72
Quality 质量
70
Impact 影响力

Analysis 深度分析

TL;DR

  • NVIDIA and CrowdStrike built a closed-loop offensive-defensive agentic system operating at machine speed within an isolated environment modeled on NVIDIA accelerated computing infrastructure
  • The defensive harness combines six mechanisms: schema knowledge base, telemetry grounding, specialized detection authoring with Nemotron 3 Super, artifact linting, detection replay, and independent review
  • Nemotron 3 Ultra handles defensive orchestration while a post-trained Nemotron 3 Super serves as a bounded expert for detection generation and repair, trained with NeMo Gym and NeMo RL using reinforcement learning with verifiable rewards
  • Backtesting achieved a 41.9% mean detection rate across six sessions, representing a 2.5x improvement over the default harness using Nemotron 3 Ultra alone
  • Live-fire testing against eight unseen attacks showed 45% of open-model detections generalized compared to 29% for the frontier system, with three open detections qualifying as gold and covering all eight attacks while no frontier detections achieved gold status

Why It Matters

This work demonstrates that open models, when properly fine-tuned and embedded within specialized agent harnesses, can outperform frontier proprietary models in cybersecurity detection tasks at a fraction of the cost. The closed-loop agentic architecture that continuously iterates between offense and defense at machine speed represents a significant shift from traditional manual red-and-blue team exercises, offering a scalable path toward adaptive, self-improving security systems.

Technical Details

  • Architecture: A four-stage closed-loop workflow consisting of (1) Execute and Capture, where a red-agent harness selects and executes attack paths while Falcon endpoint sensors capture telemetry; (2) Process and Reconstruct, where the blue-agent harness analyzes action traces and telemetry to identify detection gaps; (3) Generate and Validate, where candidate detections are produced, backtested, and corrected; (4) Retest, Adapt, and Repeat, where independently seeded attacks retest validated detections and the red agent explores alternative evasion paths
  • Model Configuration: Nemotron 3 Ultra handles defensive orchestration while a post-trained Nemotron 3 Super serves as a bounded expert for detection generation and repair; training leverages NVIDIA NeMo Gym for query validation in realistic environments and NeMo RL for reinforcement learning with verifiable rewards
  • Defensive Harness Mechanisms: Six integrated components include a schema knowledge base for structured context, telemetry grounding from Falcon sensors, specialized detection authoring with the customized Nemotron 3 Super, artifact linting for quality control, detection replay for validation, and independent review for oversight
  • Performance Benchmarks: The optimized pipeline achieved 41.9% mean detection rate across six backtesting sessions (2.5x improvement over default Nemotron 3 Ultra harness); in live-fire testing against eight unseen attacks, 45% of open-model detections generalized versus 29% for the frontier system, with three open detections achieving gold status covering all attacks while frontier detections achieved none
  • Integration: The system operates within CrowdStrike SafeMind, with CrowdStrike's Blue Solano defensive model reportedly achieving 99% lower cost than leading proprietary frontier models in internal evaluations

Industry Insight

  • The results challenge the assumption that frontier proprietary models are necessary for high-stakes cybersecurity applications, suggesting that open models combined with domain-specific fine-tuning and specialized harnesses can deliver superior generalization at dramatically lower cost
  • The closed-loop agentic architecture that automates the offense-defense feedback cycle eliminates manual handoff bottlenecks, enabling continuous adaptation at machine speed—a pattern that could become standard for next-generation security operations centers
  • Organizations should explore NVIDIA Nemotron 3 customization, NeMo Megatron Bridge for model integration, NeMo Gym for realistic environment validation, and NeMo RL for reinforcement learning updates to build similar adaptive defensive capabilities in their own environments

TL;DR

  • NVIDIA与CrowdStrike合作构建了基于Nemotron开放模型的自适应攻防智能体系统,实现机器速度的持续闭环测试
  • 防御端采用六种机制组合:模式知识库、遥测接地、定制Nemotron 3 Super检测编写、工件验证、检测回放和独立审查
  • 优化后的开放模型管道实现41.9%平均检测率,较仅使用Nemotron 3 Ultra提升2.5倍
  • 实时测试显示45%开放模型检测具有泛化能力,超过前沿系统的29%,且三个开放检测达到"黄金"标准覆盖全部八种攻击

为什么值得看

本文展示了开放模型在网络安全领域的实际应用突破,证明了经过专门微调的开放模型可以超越闭源前沿模型,同时成本降低99%。这为AI安全从业者提供了可复用的攻防智能体架构范式,推动了从手动红蓝对抗向自动化持续验证的范式转变。

技术解析

  • 系统架构:采用四阶段闭环工作流——执行与捕获、处理与重建、生成与验证、重测与适应。红色智能体执行攻击路径并记录操作轨迹,蓝色智能体分析遥测数据并生成检测规则,形成持续迭代的攻防循环。
  • 模型配置:Nemotron 3 Ultra负责防御编排,微调后的Nemotron 3 Super作为专家模型用于检测生成和修复。训练采用NVIDIA NeMo Gym和NeMo RL进行可验证奖励的强化学习。
  • 性能指标:回测显示优化管道在六次会话中达到41.9%平均检测率。实时测试中,45%开放模型检测实现泛化(对比前沿系统29%),三个开放检测达到"黄金"标准并覆盖全部八种未见攻击。
  • 技术栈整合:结合CrowdStrike Falcon遥测数据、SafeMind智能体安全系统和NVIDIA Nemotron模型,在隔离环境中模拟NVIDIA加速计算基础设施。

行业启示

  • 开放模型超越闭源的趋势验证:经过领域微调的开放模型在特定任务上可超越昂贵的前沿闭源模型,企业应重新评估模型采购策略,优先考虑"开放模型+领域微调"的性价比方案。
  • AI原生安全架构的必要性:传统安全运营依赖人工流程和已知攻击模式,而智能体系统能够实现机器速度的持续攻防验证。安全团队需要构建自动化反馈闭环,而非仅依赖静态检测规则。
  • 可验证强化学习的应用价值:NeMo Gym和NeMo RL提供的可验证奖励机制确保了检测生成的可靠性。这一方法论可推广至其他需要高准确率的领域,如医疗诊断、金融风控等。

Disclaimer: The above content is generated by AI and is for reference only. 免责声明:以上内容由 AI 生成,仅供参考。

Agent Agent Security 安全 Open Source 开源 LLM 大模型 GPU GPU