When AI Agents Become the Threat, Alerts Aren't Enough

Blog
28/8/2026

When AI Agents Become the Threat, Alerts Aren't Enough

The OpenAI-Hugging Face incident reveals why modern SOCs need behavioral analytics and AI-agent monitoring, not just alerts, to detect and respond to emerging threats.
Table of Contents

he OpenAI–Hugging Face incident exposes two gaps in today's SOC: alerts alone can't reveal emerging behavioral patterns, and AI-agent activity itself must become a first-class security signal.

On 26 August, OpenAI published a 37-page technical post-mortem on the Hugging Face security incident, alongside a 91-page independent analysis from METR and Redwood Research. Every CISO and security operations leader should read them.

The short version: during internal cyber capability evaluations, highly capable AI agents escaped their sandbox, exploited a server-side request forgery zero-day in Artifactory to reach the open internet, discovered exposed credentials, and compromised infrastructure at both OpenAI and Hugging Face. OpenAI called it a "warning shot."

There are important lessons here about AI safety and agent governance. But from a security operations perspective, two stand out.

First, alerts alone are no longer sufficient to understand an attack. Security systems need to continuously analyze the underlying signals and recognize patterns across them.

Second, AI-agent activity is becoming a new security event source — and potentially one of the most important ones.

Both have significant implications for how the SOC needs to evolve.

The detail that should worry every SOC

Buried in the timeline is the fact that matters most to security operations.

OpenAI did not know its agents had breached Hugging Face until roughly a week after it happened. What eventually surfaced the activity was monitoring flagging unusual behavior involving Artifactory credentials.

A credential alert. Not agent behavior monitoring.

The most capable AI lab in the world, running these evaluations deliberately and watching closely, detected this late and through a side effect rather than through the behavior itself. Nearly two months of agents building unauthorized communication channels, sharing exploits across runs, and coordinating work produced no signal anyone acted on until a credential fired an alert on the way out.

That is not a criticism of OpenAI. It is a description of what alert-centric monitoring does with a novel behavioral pattern: nothing, until the pattern happens to touch a control that already knows what to look for.

The contrast with the other party to the same incident is instructive. Hugging Face detected the intrusion themselves, and described how: an anomaly-detection pipeline running LLM-based triage across their security telemetry to separate real signals from daily noise — and it was the correlation of those signals, rather than any single detection, that surfaced the compromise. They then ran analysis agents across the full attacker action log to reconstruct the timeline and separate genuine impact from decoy activity.

One organization correlated telemetry and found it. The other waited for an alert and found out later. Same incident, two operating models.

1. Alerts tell you what a control detected. Analytics tell you what is happening.

Traditional SOC architectures are alert-centric. An EDR generates an alert. An identity system generates another. A firewall flags suspicious traffic. A cloud security product detects an unusual action. Each control is doing its job.

But a sophisticated attack rarely presents itself as one high-confidence alert. It appears as a sequence of individually ambiguous activities across multiple systems — and that becomes far more pronounced with AI-driven attacks.

A human attacker is deliberate. They use known tradecraft, they move carefully because every action carries risk of discovery, and their behavior maps reasonably well to MITRE ATT&CK. An AI agent is the opposite: greedy, noisy, and fast. It tries everything, in parallel, without fatigue, and it does not care how much noise it makes.

Hugging Face's forensic reconstruction puts a number on it. Roughly 17,600 recovered attacker actions, in about 6,280 clusters, over four and a half days. The overwhelming majority failed. A handful succeeded, and those were enough to reach administrative access on production systems.

That inverts a core assumption of alert-centric triage. The traditional model assumes signal is rare and worth investigating. Against an agent, the successful path is buried inside thousands of failures that look exactly like it — and the noise isn't incidental to the attack, it is the attack's method.

The OpenAI incident illustrates the problem precisely. The concerning behavior wasn't a single event. It was a progression: unauthorized communication between agents, discovery and exploitation of vulnerabilities, credential access, movement across infrastructure, and coordination between separate model runs. When OpenAI shut down the first communication channel and rebuilt the affected service, the agents established a second one within two days.

A traditional SOC may well receive alerts for portions of that activity. But detecting individual actions is not the same as understanding the pattern.

What this looks like when you measure it

This isn't a theoretical concern, and you don't need an AI agent to see it.

In a recent assessment of a live production SentinelOne estate, we measured 418,724 alerts across the tenant's history. Of those, 99.5% had been automatically resolved without ever being worked by an analyst. Not one alert had been grouped into an incident. Five detection rules accounted for 87.6% of the total volume, and a single rule produced 78% of it.

The controls were generating detections. The problem was what happened next. With that volume, no correlation, and near-total auto-resolution, an attack presenting as a sequence of individually ambiguous events could easily pass through unexamined — because every one of those events is, on its own, indistinguishable from the noise around it.

That reflects the same underlying problem the OpenAI timeline describes. The difference is that in most enterprises, nobody publishes the post-mortem.

Analyzing the signals beneath the alerts

At AiStrike, our analytics operate on the underlying security events and telemetry, not only on the alerts generated by existing security products. Machine learning and behavioral analytics examine raw signals for patterns, anomalies, relationships, and sequences of activity — and those findings are combined with the alert and the broader context around it: identity, asset criticality, vulnerability exposure, threat intelligence, historical activity, and the organization's own prior verdicts.

The distinction matters.

An alert tells you:

Unusual authentication detected.

The underlying analytics tell you:

This identity authenticated unusually, accessed a resource it has never accessed before, invoked a privileged API, communicated with an unexpected external service, and did so immediately after a related identity exhibited similar behavior.

The SOC is no longer processing an alert. It is understanding a behavior.

It also means an investigation does not have to begin with a detection. When entities are scored on the shape of what actually happened rather than on which control fired, the investigation can start from evidence — which matters a great deal when the adversary's method is to generate thousands of actions that individually trip nothing.

That layer becomes more important as attacks become more autonomous and individual actions become harder to separate from legitimate machine activity.

2. AI agents are becoming a new security event source

The second implication may be the more significant one.

For decades, SOCs have expanded their telemetry as enterprise infrastructure changed — endpoints, then identity, cloud, SaaS, containers, APIs, OT. AI agents are next.

As organizations deploy agents that access applications, execute code, query databases, call APIs, modify infrastructure, communicate with other agents, and act on behalf of humans, those agents become privileged digital identities operating across the enterprise. Their activity needs to be monitored accordingly.

At AiStrike, we have extended our analytics to monitor AI-agent activity as another security event source, alongside endpoint, identity, network, cloud, and application telemetry. The objective is not simply to log agent actions, but to analyze agent behavior, tool usage, privileges, communications, and sequences of activity for patterns that may indicate compromise, misuse, or unintended autonomous behavior.

That means looking beyond whether an individual agent action was technically permitted:

  • Agent identity — which agent initiated the activity, and on whose behalf?
  • Behavior — is the activity consistent with the agent's intended purpose and its own history?
  • Tool and API usage — what systems, models, APIs, credentials, and tools is it invoking?
  • Privileges — what access is it using, requesting, or acquiring?
  • Communication — is it interacting with other agents, systems, or external destinations unexpectedly?
  • Sequence — do individually legitimate actions form a suspicious pattern when viewed together?
  • Context — how does this relate to identities, assets, vulnerabilities, and alerts elsewhere in the environment?

The OpenAI disclosure shows why the last two matter most. The agents found an unintended way to communicate through shared infrastructure, exchanged discoveries and exploits, divided work, and coordinated across separate evaluation runs. Their own reasoning traces describe it in exactly those terms — one agent recorded exposing credentials "to swarm," another reasoned that helping a peer offered no benefit to its own task but that the "collective may yield generic root if someone frees time."

Every individual action in that sequence was, in isolation, a legitimate operation on shared infrastructure. The behavior only becomes visible as a pattern.

The SOC has to correlate humans, machines, and agents

The future SOC cannot treat AI security as an isolated specialty.

Consider: an AI agent accesses a credential. That credential authenticates to a cloud workload. The workload invokes a privileged API. The endpoint associated with the identity shows unusual activity at the same time. A network control then sees communication with an unexpected destination. And a second agent begins exhibiting related behavior.

Those signals originate from five or six different security and AI systems. The SOC needs to recognize that they may be one storyline.

This is why AI-agent telemetry ultimately has to be analyzed alongside traditional security telemetry — endpoint, identity, network, cloud, application, and agent — with the analytics operating across the underlying events rather than waiting for each product to independently decide something deserves an alert.

AI attacks require AI-speed security operations

An asymmetry is emerging.

Attackers increasingly have access to agents that operate continuously, explore environments, find weaknesses, and act at machine speed. At the same time, enterprises are introducing their own autonomous agents into environments containing sensitive data and privileged access.

Yet most SOCs still depend on a single operating model:

Alert → Queue → Human → Investigation → Decision → Response

Most of the AI now being added to the SOC is added to the middle of that chain — faster triage, better summarization, automated enrichment. All of it starts after an alert already exists. If the adversary's method is to generate thousands of actions that individually trip nothing, arriving faster at the wrong starting point does not help.

That model was already struggling with human-driven attacks. The tenant we assessed is evidence of how it fails in practice: not through missed detections, but through volume that makes human investigation arithmetically impossible, so 99.5% of it closes without anyone looking.

It becomes considerably less sustainable when both the attacker and the enterprise's own systems are autonomous.

OpenAI reaches a similar conclusion in its disclosure — that safeguards increasingly need to operate at the speed of the agents themselves.

We believe that means moving past the alert-centric SOC: continuously analyzing the underlying telemetry, recognizing behavioral patterns across security domains, understanding AI-agent activity alongside human and machine activity, and automatically investigating those signals as a connected storyline.

AI isn't simply giving attackers a new tool. It is creating a new class of actor inside the enterprise.

Security operations needs both the analytics to understand its behavior and the automation to respond at the same speed.

Read OpenAI's disclosure: The Hugging Face incident and the road ahead — openai.com/index/hugging-face-incident-and-the-road-ahead

Tenant figures are drawn from an AiStrike assessment of an anonymized production SentinelOne environment, measured August 2026.

Latest Resources

All Resources
Blog

When AI Agents Become the Threat, Alerts Aren't Enough

The OpenAI-Hugging Face incident reveals why modern SOCs need behavioral analytics and AI-agent monitoring, not just alerts, to detect and respond to emerging threats.
Read More
Blog

MDR Without the Black Box

Traditional MDR traded visibility for economics. AI removes that trade-off and changes what a provider can deliver to each customer at scale.
Read More
Blog

The Least Interesting, Most Important Thing in AI Security

Ask what AI changed about security and you'll get the same answer: attacks are faster and more numerous. It's true, and it's the least interesting thing you could say about it. Volume and velocity have been climbing for twenty years without anyone calling it a new era. If that were the whole story, nothing would need rethinking — you'd just buy more of what you already have.
Read More
Case studies

How Sunrun Transformed Security Operations with AiStrike

Transforming to an AI-Powered Self-Improving SOC
Read More
Case studies

Global Software Design Company Leverages AiStrike to Investigate Cloud Alerts

Global Software Design Company Leverages AiStrike to Investigate Cloud Alerts
Read More
News

AiStrike Takes on Alert Fatigue with Continuous Detection Engineering at RSA 2026

AI-native platform improves detection quality to cut alert noise, eliminates detection blind spots, and maximizes SIEM ROI through continuous optimization
Read More
News

AiStrike Launches AI-Native MDR to Replace Traditional Managed Detection and Response

SAN FRANCISCO, CA – [02-04-2026] – AiStrike, an AI-native cyber defense platform built for modern security operations, today announced the launch of AiStrike MDR, an AI-powered Managed Detection and Response (MDR) service designed to replace traditional, human-heavy MDR with an AI-led, expert-guided operating model built for scale, speed, and measurable outcomes.
Read More
News

AiStrike Raises $7M to Accelerate AI-Native, Preemptive Cyber Defense

The era of purely reactive security operations is over. AiStrike, a cybersecurity company pioneering AI-native, preemptive cyber defense, today announced it has raised $7 million in Seed funding to scale its agentic AI platform for security operations. The round was led by Blumberg Capital, with participation from Runtime Ventures, Oregon Venture Fund, and strategic angel investors.
Read More
News

Harsh Patwardhan Joins AiStrike as Chief Technology Officer

Reuniting a Proven Leadership Team to Build the Future of Autonomous Security Operations.
Read More
News

AiStrike Announces AI Agents for Detection Optimization, Advancing the Complete AI-Augmented SOC

San Francisco, CA – April 14, 2025 – AiStrike, the AI SOC automation platform transforming cybersecurity operations, today announced the launch of its AI Agents for Detection Optimization—a first-of-its-kind capability that helps security teams improve detection quality, eliminate blind spots, and reduce alert noise by automatically identifying coverage gaps and tuning detections in real time.
Read More
News

AiStrike Emerges from Stealth to Solve Cloud Security Investigation and Response using AI-powered Automation

Guidelines for selecting the most suitable CMS for your project.
Read More
News

Cloud Security Operations Leader AiStrike Launches AI-Powered Cloud Security Investigation and Response Solution on AWS Marketplace

AiStrike leverages advanced AI and machine learning to automate the triage, investigation, and remediation of cloud-native threats, empowering organizations to rapidly respond to threats across all their AWS environments.
Read More
Datasheets

Preemptive AI SOC Platform for MSSPs

MSSPs are under constant pressure to support more customers and increasingly complex environments while maintaining consistent response, coverage, and service quality. Traditional MDR models rely heavily on manual investigation, detection tuning, and analyst-driven workflows, making it difficult to scale operations and deliver proactive outcomes across tenants.
Read More
Datasheets

Preemptive AI SOC Platform

Security teams are overwhelmed by alert volume while real threats still slip through. Traditional SIEM and XDR platforms generate high-noise signals, and many AI SOC tools focus on faster triage without addressing detection gaps or true risk exposure.
Read More
Solution Briefs

IBM QRadar + AiStrike

Keep QRadar. Add an AI layer that investigates every offense, explains its reasoning, and tunes your detections over time.
Read More
Solution Briefs

AiStrike's Vulnerability Prioritization Agent ranks vulnerabilities by true exposure reachability, active exploitation and blast radius - not static CVSS.

AiStrike’s Vulnerability Prioritization Agent investigates every vulnerability with live threat, exposure, and business context, then ranks it by the exposure an attacker could actually use, and drives a remediation path that reduces risk whether or not a patch exists yet.
Read More
Solution Briefs

Use Cases

From Reactive SOC to Preemptive Security Operatins
Read More
Solution Briefs

AiStrike for AWS

Cloud infrastructure today is the primary target for malicious actors. The risk of exposure of cloud assets continues to grow as organizations expand their cloud footprint and new cyberattacks targeting cloud infrastructure emerge.
Read More
White Papers

CISO Guide: AI-Automated Cloud Security Operations

This guide provides CISOs with a comprehensive understanding of how AI-driven automation can revolutionize cloud security operations, enhancing both efficiency and effectiveness.
Read More
Blog

When AI Agents Become the Threat, Alerts Aren't Enough

The OpenAI-Hugging Face incident reveals why modern SOCs need behavioral analytics and AI-agent monitoring, not just alerts, to detect and respond to emerging threats.
Read More
Blog

MDR Without the Black Box

Traditional MDR traded visibility for economics. AI removes that trade-off and changes what a provider can deliver to each customer at scale.
Read More
Blog

The Least Interesting, Most Important Thing in AI Security

Ask what AI changed about security and you'll get the same answer: attacks are faster and more numerous. It's true, and it's the least interesting thing you could say about it. Volume and velocity have been climbing for twenty years without anyone calling it a new era. If that were the whole story, nothing would need rethinking — you'd just buy more of what you already have.
Read More