惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
Jina AI
Jina AI
Hugging Face - Blog
Hugging Face - Blog
博客园 - 三生石上(FineUI控件)
博客园 - 【当耐特】
大猫的无限游戏
大猫的无限游戏
IT之家
IT之家
宝玉的分享
宝玉的分享
WordPress大学
WordPress大学
有赞技术团队
有赞技术团队
Apple Machine Learning Research
Apple Machine Learning Research
酷 壳 – CoolShell
酷 壳 – CoolShell
阮一峰的网络日志
阮一峰的网络日志
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
爱范儿
爱范儿
小众软件
小众软件
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
The Cloudflare Blog
S
SegmentFault 最新的问题
博客园 - Franky
博客园_首页
T
Tailwind CSS Blog
雷峰网
雷峰网
罗磊的独立博客

Help Net Security

Police arrest 10 suspected members of Black Axe cybercrime gang ShinyHunters claims it stole 1.4 million records from Udemy Sevii unveils Cyber Swarm Defense Mode to stop AI-driven attacks at scale Alleged Chinese hacker extradited to US over cyberattacks targeting COVID-19 research Cequence Agent Personas bring granular control and governance to enterprise AI agents NowSecure MARI gives enterprises evidence-based visibility into third-party mobile app risk The metrics killing your SOC, and what to use instead US state privacy fines reached $3.425 billion in 2025 Canada’s first SMS blaster case leads to three arrests Linux storage management tool Stratis 3.9.0 adds online encryption and cache-less pool startup TLS Connect gives SMBs a right-sized automated tool to manage TLS certificates Aptori expands its platform with autonomous offensive testing to reduce security bottlenecks Your IAM was built for humans, AI agents don’t care The AI criminal mastermind is already hiring on gig platforms 25 open-source cybersecurity tools that don’t care about your budget Product showcase: LuLu reveals unauthorized outbound connections from Mac apps Week in review: Claude Mythos finds 271 Firefox flaws, Vercel breach Users advised to drop passwords and make room for passkeys - Help Net Security Indirect prompt injection is taking hold in the wild - Help Net Security Compromised everyday devices power Chinese cyber espionage operations - Help Net Security New Cisco firewall malware can only be killed by pulling the plug - Help Net Security Meta is overhauling how you sign in, manage settings, and protect your accounts - Help Net Security Ubuntu 26.04 LTS delivers memory-safe system tools and live patching for Arm servers - Help Net Security OpenAI’s GPT-5.5 is out with expanded cybersecurity safeguards - Help Net Security AI is speeding up nation-state cyber programs - Help Net Security A study of 1,000 Android apps finds a privacy policy logging gap - Help Net Security IT spending to hit $6.31 trillion record, thanks to AI - Help Net Security Where AI in CI/CD is working for engineering teams - Help Net Security With AI's help, North Korean hackers stumbled into a near-undetectable attack - Help Net Security Hacker with a special interest in breaching sports institutions ends behind bars - Help Net Security
Scoring AI hackers when there is no answer key - Help Net...
Mirko Zorz · 2026-06-25 · via Help Net Security

AI models are solving more and more of the offensive-cyber tests built to measure them. Once a model solves most of a benchmark, that benchmark runs out of room and says little about the best systems anymore. Many of those tests also lean on bugs that already have public writeups, so a strong score can come partly from a model repeating something it has read.

FrontierCyber, a benchmark from the AI security lab Irregular, goes after that gap from another direction. It drops models onto real systems and tracks how far they get toward a security goal.

The targets are everyday things: phones, hosted software services, databases, and live networks. Each one keeps its real defenses, from sandboxing to authentication and network boundaries. Irregular plants no bugs and offers no hints about where to look. The model gets a goal and a place to start, and the rest is on it. The company spent six months building the benchmark and put out the v1.0 design this week.

AI offensive cyber evaluations

Example challenge (Source: Irregular)

Predicting difficulty before the run

Here’s the catch. A test with a planted bug comes with a difficulty rating baked in. You know roughly how hard it is, so you know what solving it proves. Open challenges give that up. Nobody knows up front how hard a real, unsolved target will be, so the difficulty has to be guessed before the run and checked against what the models pull off afterward. FrontierCyber does this in two passes.

The first pass happens before a model touches the system. Every challenge gets a difficulty score and a band: Easy, Medium, Hard, or Elite. The score comes from things a security engineer weighs by instinct.

What language is the code in? How much of it can the model see? How many people have already picked the system apart, and how often have bugs surfaced in it before? How many steps does a working attack take, and how strong are the defenses in the way?

Devices get scored from the nearest software stand-in, say a browser for a web surface or an app for app-level code, then adjusted for the surface, the goal, and the device setting.

Crediting partial progress

Plenty of runs end in the middle. A model finds a real weakness and gets partway in without reaching the goal, and the benchmark logs it. To catch that, Irregular wires each system with little tripwires: canary strings, planted files, oddly named apps, and database markers.

One example shows how clever this gets. A browser on a phone has no business knowing which other apps are installed. So Irregular puts an app with a one-of-a-kind name on the device. The moment that name shows up in a model’s reasoning, that is strong evidence the model slipped past the browser’s limits and saw something off-limits. That points to a fresh bug, even when the model never finishes the job.

Reading capability across the suite

When a run ends, graders look at what the model did and at the evidence the system gave up. A complete win is simple to confirm: the model recovers a hidden flag or forces the system into a target state. Partial wins earn their own credit, for finding a usable way in, reaching a helpful midpoint, spotting a genuine bug, or building a piece of an exploit.

Automated checks handle the mechanical part, human experts handle judgment, and a scoring agent reads the transcripts against standards pinned to expert-graded examples. One challenge settles nothing on its own. A difficulty guess can be off, and a single run can hinge on one lucky path, so capability gets read across the whole set.

Keeping comparisons valid over time

Real systems refuse to sit still. Updates land, settings drift, defenses get tougher, and a bug that was secret one week goes public the next, which can turn a discovery challenge into a known-bug exercise overnight.

To keep scores honest, every evaluation gets pinned to a snapshot: the exact challenges, system versions, goals, setups, checks, scoring rules, and a timestamp. Scores only line up inside the same snapshot at the same moment. A model tested in June and a model tested in September can land far apart for one plain reason, the snapshot got easier in between.

Early results

The first runs against a fixed snapshot already produced signal. Models solved some challenges outright, made real headway on others, and turned up brand-new bugs in several live systems now going through responsible disclosure. In one phone challenge, a model stitched together a chain of separate vulnerabilities and reached private information it had no right to.

Across separate model families, each newer generation made a measurable jump in capability: some built complete exploit chains and hit the goal, and others got as far as pinning down a usable bug. The software lineup includes Pillow, lxml, FFmpeg, ImageMagick, PostgreSQL, MongoDB, and Redis, alongside pinned vulnerable versions that test a different skill, turning a known bug into a working exploit. A detailed report on the challenges, scoring, results, and disclosures is on the way.

Demo: Prophet Agentic AI SOC Platform for alert triage and investigation