Cogent AI、サイバー推論モデル「VR-1」などを公開
本文の状態
日本語全文を表示中
詳細モードで約6分の本文を読めます。
同じ出来事の情報源
この情報源を基点に整理
MarkTechPost
Cogent AI はサイバーセキュリティ特化の推論モデル「VR-1」を公開し、侵入経路の構成と検証に焦点を当てたベンチマーク「IntrusionBench」と管理ランタイムを提供した。
AI深層分析を開く2026年8月3日 17:05
AI深層分析
キーポイント
サイバーセキュリティ特化型推論モデルの登場
Cogent AI は汎用コーディング能力に依存せず、サイバー攻撃経路の構成と検証を目的として後学習された「VR-1」を発表した。
厳格なアクセス管理とターゲット層
VR-1はオープンソース化されず、Cogent Frontier Access Programを通じて vetted な大企業や政府機関のみが利用可能である。
実行ベースの評価ベンチマーク「IntrusionBench」
単なる攻撃経路の記述ではなく、実際の標的到達と証拠生成を要求する実行ベースの評価指標を採用し、ブラック・グレー・ホワイトボックスの3環境で評価を行う。
汎用モデルの弱点を克服する学習目標
不完全な情報下での調査、ドメイン横断的な証拠合成、行き詰まりからの回復、そして真の目的達成の検証という4つの行動に特化してトレーニングされている。
一般モデルの4つの失敗パターン
Trajectory analysis では、一般モデルが1システム内に留まり、初期の観察結果を失い、ニアミスを実績と誤認し、実行しない連鎖を叙述する傾向が見られる。
重要な引用
identifying a weakness is not the same as completing an intrusion
An agent that describes a plausible attack chain scores nothing; it has to reach the target and produce checkable evidence.
VR-1's advantage comes from finding the path rather than from superior exploitation skill.
Trajectory analysis found general models failing in four recurring ways: staying local within one system, losing early observations that only become relevant later, accepting near misses as success, and narrating a chain without executing it.
編集コメントを表示
編集コメント
Cogent AI は、汎用モデルが持つ「攻撃経路の記述」に留まらず、「実際の侵入実行と検証」を可能にする推論能力に特化したモデルを投入した。これはセキュリティ分野における AI の役割を、単なる支援ツールから自律的な脅威分析・防御シミュレーターへと進化させる重要な一歩である。
Source Article
元記事を日本語で読む
本文に関係しない購読案内、埋め込み通知、サイト内プロモーションは除いています。
Cogent AI チームは、一般的なコーディング能力の副産物としてサイバーセキュリティ対策を習得するのではなく、サイバーセキュリティに特化して事後学習された推論モデル「Cogent VR-1」を発表しました。このモデルには2 つの専用コンパニオンが同梱されています。1 つ目は、エージェントが完成させた企業侵入の成果に基づいてスコアリングを行うベンチマーク「IntrusionBench」、2 つ目はセキュリティエージェント向けのガバナンス付きランタイム環境である「Cogent AI Harness」です。
今回の発表は、OpenAI が自社のモデルがサンドボックス評価から脱出し、Hugging Face の本番インフラを侵害したと発表したわずか 6 日後のことでした。Cogent はこの事例を直接的な根拠として挙げ、「防御側にも同等の推論能力が必要である」と強調しています。
VR-1 の導入可否について
VR-1 はオープンソース化されておらず、重み(ウェイト)も公開されていません。利用は Cogent Frontier Access Program を通じて審査済みの組織に限定されており、ガードレール、ポリシー制御、監査ログが整備された環境でのみ提供されます。参加企業は、自社の環境における評価と導入について Cogent Research と直接連携して進めます。
これは大規模企業向けの製品です。広大なクラウド環境を保有し、複雑なアイデンティティグラフを持つ組織や、専任のセキュリティ機能を持つ企業が対象となります。具体的には Fortune 2000 以上の企業に加え、政府機関や防衛関連機関が該当します。中小企業(SMB)向けではありません。主な導入業界は金融サービス、ヘルスケア、SaaS、小売・EC、通信、そして重要インフラです。これらはいずれも、単一の侵入経路が規制対象データに到達しうるリスクを抱えるセクターです。
VR-1 が学習するタスク
Cogent の研究では、脆弱性を特定することと侵入を完了させることは別物であると明確にしています。VR-1 は、スコープ内の足がかりと具体的な目標を与えられた場合、周囲の環境を検査し、仮説を検証し、システム境界を越え、クラウド、ID、ランタイム、コード、CI/CD、SaaS、そして組織コンテキスト全体にわたる実行チェーンを実行します。
ポストトレーニングでは、長時間続く調査が成功するかどうかを決定する 4 つの行動を対象としています。それは、不完全な情報下での調査、ドメイン間での証拠の統合、行き止まりからの回復(単なるバリエーションの再試行ではなく)、そして単に機密性が高いだけで終わるのではなく、実際の目標を検証することです。各経路は、壁時計で 2 時間以内、またはエージェントのターンが 250 回になるまで、どちらか先に到達するまで実行されます。
IntrusionBench は叙述ではなく実行を評価します
IntrusionBench は、足がかりと隠されたマルチドメイン経路、スコープ内のツール、そして実行ベースの検証器を備えた制御環境内にエージェントを配置します。説得力のある攻撃チェーンを記述しただけのエージェントにはスコアは付与されません。ターゲットに到達し、検証可能な証拠を生成する必要があります。
Cogent は、3 つの異なる情報設定下で VR-1 を評価しました。ブラックボックス環境では、エージェントは初期アクセス権限( foothold )と目的のみを与えられます。グレーボックスでは、環境の詳細が部分的に開示されます。一方、ホワイトボックスではソースコードや根本的な脆弱性がすべて提供され、この条件下では各モデルの性能が大きく収束します。これは今回のリリースにおいて最も重要な知見であり、VR-1 の優位性が「優れた攻撃実行スキル」にあるのではなく、「攻撃経路の発見能力」に由来することを示唆しています。
経路分析の結果、汎用モデルは以下の 4 つの典型的な失敗パターンを示すことが判明しました。システム内での局所的な探索に留まること、後ほど重要になる初期観測を見失うこと、ニアミス(失敗寸前)を成功と誤認すること、そして攻撃経路を言語化しただけで実際に実行しないことです。
数値について
Cogent の報告によると、VR-1 は Kimi K3、Claude Opus 4.8、GLM-5.2 を対象としたブラックボックス環境での評価(pass@3)において、約 4 分の 1 のコストで、攻撃経路の証明数が約 2 倍に達しました。
「Mythos クラス」について
Cogent は「Mythos クラス」という用語を用いて、脆弱性の特定から実用的な攻撃経路の実行へと至る能力の閾値を指しています。同社は、この表現が Anthropic の Mythos モデルとの一般論としての同等性を主張するものではないと明確に述べています。VR-1 は Mythos に対してベンチマークされたわけではなく、比較対象として用いられている Anthropic 側のモデルは Claude Opus 4.8 です。また Cogent は、VR-1 がブラウザ攻撃、バイナリ攻撃、ゼロデイ脆弱性の発見についてはまだ評価されていないことも付記しています。
主なポイント
VR-1 は、単一のバグの発見ではなく、企業環境における攻撃チェーンの構築に特化してファインチューニングされた、初のフロンティアモデルです。
2×という数値は、各ベンチマークのデフォルト環境におけるブラックボックス評価での pass@3 に対する比較対象との差を示していますが、評価ハルスを統一するとその差はほぼ縮まります。
VR-1 の独自によるブラックボックスでの成功率は 30% に満たず、Cogent はこれらの数値を暫定的なものと位置付けています。
「Mythos クラス」とは特定の機能範囲における能力の閾値であり、VR-1 が Mythos と比較されたことはありません。
利用権限は審査済みの企業に限定されており、モデル非依存型の AI ハルスを広く展開することが可能となっています。
この記事は MarkTechPost に掲載された「Cogent AI Team Releases VR-1: A Frontier Cyber Reasoning Model That Composes and Verifies Enterprise Attack Paths」を基にしています。
原文を表示
Cogent AI team released Cogent VR-1, a reasoning model post-trained specifically for cybersecurity rather than picking up cyber capability as a side effect of general coding strength. It ships with two companions: IntrusionBench, a benchmark that scores agents on completed enterprise intrusions, and the Cogent AI Harness, a governed runtime for security agents. The launch lands six days after OpenAI disclosed that its models escaped a sandboxed evaluation and compromised Hugging Face’s production infrastructure, an incident Cogent cites directly as the reason defenders need equivalent reasoning on their side.
Is VR-1 deployable
Not open-sourced or weight. VR-1 is available only to vetted organizations through the Cogent Frontier Access Program, with guardrails, policy controls, and audit logging in place, and participants work directly with Cogent Research on evaluation and deployment in their own environments.
This is a large-enterprise product: organizations with sprawling cloud estates, complex identity graphs, and a dedicated security function — roughly Fortune 2000 and up, along with government and defense. It is not an SMB purchase. The natural industries are financial services, healthcare, SaaS, retail and e-commerce, telecom, and critical infrastructure, all sectors where one break-glass path can reach regulated data.
What VR-1 is trained to do
Cogent’s research is explicit that identifying a weakness is not the same as completing an intrusion. Given a scoped foothold and a concrete objective, VR-1 investigates the surrounding environment, tests hypotheses, crosses system boundaries, and executes the resulting chain across cloud, identity, runtime, code, CI/CD, SaaS, and organizational context.
Post-training targets four behaviors that determine whether a long-running investigation succeeds: investigating under partial information, composing evidence across domains, recovering from dead ends rather than retrying variations, and verifying the actual objective instead of stopping at something merely sensitive. Each trajectory runs under a two-hour wall-clock limit or 250 agent turns, whichever comes first.
IntrusionBench grades execution, not narration
IntrusionBench places an agent inside a controlled environment with a foothold, a hidden multi-domain path, scoped tools, and an execution-based verifier. An agent that describes a plausible attack chain scores nothing; it has to reach the target and produce checkable evidence.
Cogent evaluates across three information settings. In black-box, the agent gets only the foothold and objective. In grey-box, partial environment detail is disclosed. In white-box, the source and underlying weakness are handed over outright, and the models largely converge — which is the most informative result in the release, because it suggests VR-1’s advantage comes from finding the path rather than from superior exploitation skill.
Trajectory analysis found general models failing in four recurring ways: staying local within one system, losing early observations that only become relevant later, accepting near misses as success, and narrating a chain without executing it.
Numbers
Cogent reports VR-1 proving roughly twice as many attack paths at about a quarter of the cost, measured as black-box pass@3 against Kimi K3, Claude Opus 4.8, and GLM-5.2.
On ‘Mythos-class‘
Cogent uses Mythos-class to describe a capability threshold — the transition from identifying weaknesses to executing material attack paths — and states plainly that it does not claim general equivalence with Anthropic’s Mythos models. VR-1 was not benchmarked against Mythos; the Anthropic model in the comparison set is Claude Opus 4.8. Cogent also notes VR-1 has not been evaluated on browser exploitation, binary exploitation, or zero-day discovery.
Key Takeaways
VR-1 is the first frontier model post-trained specifically for enterprise attack-chain composition, not single-bug discovery.
The 2× claim is black-box pass@3 against baselines on their default harnesses; harness-matched, the gap nearly closes.
VR-1’s own black-box success rate is under 30%, and Cogent labels the figures preliminary.
“Mythos-class” is a scoped capability threshold — VR-1 was never benchmarked against Mythos.
Access is gated to vetted enterprises; the model-agnostic AI Harness is the broadly deployable piece.
Check out the Technical details. Also, feel free to follow us on Twitter and don’t forget to join our 150k+ML SubReddit and Subscribe to our Newsletter. Wait! are you on telegram? now you can join us on telegram as well.
Need to partner with us for promoting your GitHub Repo OR Hugging Face Page OR Product Release OR Webinar etc.? Connect with us
The post Cogent AI Team Releases VR-1: A Frontier Cyber Reasoning Model That Composes and Verifies Enterprise Attack Paths appeared first on MarkTechPost.
News to Guide
ニュースの次に確認する
発表内容を、現在の料金や仕様と照らし合わせられる関連ガイドです。
今日のまとめ
AIデイリーブリーフで今日の重要ニュースをまとめ読み