Industry Transformation
AI in Cybersecurity: Threat Detection and Automated Response
How AI is transforming cybersecurity through advanced threat detection, behavioral analysis, automated incident response, and vulnerability management.

Gabriele Masetti ·
The threat surface has outpaced the old detection model
Government networks are being probed by adversaries who no longer bother installing malware. CISA's advisory AA24-038A described Volt Typhoon, a Chinese state-sponsored group, maintaining access inside U.S. critical infrastructure networks for at least five years using "living off the land" techniques — legitimate admin tools like PowerShell and WMI rather than custom binaries a signature engine could flag. Salt Typhoon, attributed to China's Ministry of State Security, went further and burrowed into U.S. telecommunications carriers, with CISA Director Jen Easterly later confirming threat hunters had spotted the group on federal networks even before the telecom compromises became public.
Neither campaign was "AI-powered" in the sense marketing decks imply, but both illustrate why traditional, rule-based SIEM correlation is losing ground: attackers who use a target's own tools against it don't trip static signatures. That gap — invisible-by-design intrusions against a detection stack still tuned for known-bad indicators — is the actual argument for machine learning in the SOC, and it predates the current AI hype cycle by years.
From correlation rules to behavioral baselines
Security Information and Event Management (SIEM) platforms were built to correlate logs against known attack signatures. User and Entity Behavior Analytics (UEBA) inverted the model: instead of asking "does this match a known bad pattern," it asks "is this normal for this specific user, device, or service account." Darktrace built its entire product line on this premise, using unsupervised machine learning to construct a probabilistic model of "normal" for a given network from day one, without pre-loaded threat signatures.
The approach has real government traction — Darktrace Federal and Navitas Business Consulting won a State Department contract, reported at up to $4.8 million, to deploy AI-powered network detection and response across the Bureau of Diplomatic Security's global environment, covering U.S. diplomatic operations in more than 170 countries.
CISA itself documents using unsupervised machine learning internally to detect trends and anomalies across the network data it ingests from federal civilian agencies, automating the correlation work analysts used to do by hand, and using deep learning to help reverse engineer malware samples and speed indicator extraction for its threat intelligence output. This is the unglamorous, real version of "AI threat detection": pattern-recognition models doing triage at a scale no human team could sustain, not autonomous agents making unsupervised decisions about national infrastructure.
EDR/XDR vendors and the compressed intrusion timeline
The urgency behind AI-assisted detection is quantifiable. CrowdStrike's 2026 Global Threat Report found the average eCrime "breakout time" — the interval between initial compromise and lateral movement — fell to 29 minutes in 2025, a 65% drop from 2024, with the fastest observed breakout at 27 seconds and one intrusion beginning data exfiltration within four minutes of access. The report also measured AI-enabled adversary activity up 89% year over year.
| CrowdStrike 2026 Global Threat Report metric | Value |
|---|---|
| Average eCrime breakout time (2025) | 29 minutes |
| Year-over-year drop in breakout time | 65% |
| Fastest observed breakout | 27 seconds |
| AI-enabled adversary activity (YoY change) | +89% |
CrowdStrike's August 2026 Threat Hunting Report, covering the first half of 2026, moved the decisive clock. It found that 88% of the exploitation it observed against vulnerabilities with public proof-of-concept code happened within 48 hours of that code's release, with the China-nexus groups VAULT PANDA and GENESIS PANDA striking within 24 hours of a critical web application vulnerability being disclosed.
Against that clock, the major endpoint and extended detection and response (EDR/XDR) vendors have pushed hardest on automation. CrowdStrike's Falcon platform now markets an "agentic SOC," with Charlotte AI AgentWorks letting analysts build custom automation agents in natural language and pre-built agents such as an Exposure Prioritization Agent that ranks vulnerabilities by real-world exploitation likelihood rather than raw CVSS score.
SentinelOne's Purple AI turns analyst prompts into investigations across its Singularity Data Lake, assembling incident timelines and suggested remediation steps. Microsoft folds Security Copilot directly into Defender XDR, using it to summarize incidents and shorten the path from alert to investigation. All three converge on the same idea: an LLM layer sitting on top of existing telemetry, translating structured detection data into natural-language investigation summaries and recommended next actions — not a replacement for the detection engine underneath, but a faster interface to it.
What the SOC analyst's job actually looks like now
The stated justification for all of this is analyst burnout. Industry surveys on SOC operations consistently report that roughly half of analysts name alert fatigue their top challenge, that a large share of daily alerts are ultimately benign, and that detection accuracy measurably degrades over the course of a long shift. Vendors marketing AI triage tools claim per-alert investigation time falling from 15-20 minutes to a few, with similar cuts in false positives — vendor-reported best cases, not independently audited averages.
The more sober numbers come from Gartner. Its 2026 Hype Cycle for Security Operations moved AI SOC agents from the Innovation Trigger to the Peak of Inflated Expectations, leaving market penetration exactly where it was, at 1-5%, maturity still Embryonic — a climb that reflects attention, not proof. Gartner's forecast splits the difference: by 2028, 70% of large SOCs will pilot AI agents to augment Tier-1 and Tier-2 operations, but only 15% will achieve measurable improvements without structured evaluation. A Prophet Security survey reported in September 2026 found 40% of security teams already using AI daily and 56% evaluating or piloting it — the tools are further in the door than the category rating alone suggests.
The gap between pilot and payoff is the honest state of the field: the technology is real and already changing how Tier-1 triage gets done at well-resourced organizations, but "AI runs your SOC" remains marketing language for most security teams, government ones included, where procurement cycles, accreditation requirements and legacy tooling slow adoption whatever the vendor roadmap promises.
| Metric | Value |
|---|---|
| AI SOC agent market penetration (Gartner, 2026) | 1-5%, maturity "Embryonic" |
| Large SOCs piloting AI agents by 2028 (Gartner) | 70% |
| Of those, measurable improvement without structured evaluation | 15% |
| Security teams using AI daily (Prophet Security, 2026) | 40% |
| Analysts citing alert fatigue as top challenge | roughly half |
Government frameworks are trying to keep pace
Federal guidance has moved in step with, rather than ahead of, deployment. NIST's AI Risk Management Framework organizes AI governance around four functions — Govern, Map, Measure, Manage — and in March 2025 NIST published AI 100-2e2025, a taxonomy of adversarial machine learning covering evasion, poisoning, and privacy attacks against predictive models, plus prompt injection and knowledge-base poisoning attacks specific to generative AI systems. It is now the primary U.S. federal reference point for assessing AI security risk.
NSA's Artificial Intelligence Security Center has issued a string of joint advisories with CISA, the FBI, and international partners: "Deploying AI Systems Securely" in April 2024, a Cybersecurity Information Sheet on AI data security best practices in May 2025 aimed at defense industrial base and critical infrastructure operators, and guidance on secure AI integration into operational technology environments released in December 2025.
The throughline across all three is that data supply-chain integrity — training data provenance, poisoning risk, and "data drift" over time — is treated as a security problem on par with network intrusion, which is a meaningfully different posture than the earlier assumption that AI risk was primarily a model-output or bias problem.
The attacker side: AI is not hypothetical anymore
The defensive framing above has a mirror image that is harder to dismiss as hype. WormGPT, a chatbot built on the GPT-J model and trained on malware-related data, was designed explicitly to write business email compromise messages and phishing lures without the guardrails a mainstream model would apply; FraudGPT followed a similar template. Both have been sold on underground forums with SaaS-style pricing tiers and support channels, marketed the way legitimate software is.
State-linked actors have gone further. CrowdStrike's 2026 report attributes use of an LLM-enabled malware family called LAMEHUG to the Russia-nexus group FANCY BEAR for automating reconnaissance and document collection, describes the eCrime actor PUNK SPIDER using AI-generated scripts to accelerate credential dumping and erase forensic evidence, and documents North Korea's FAMOUS CHOLLIMA using AI-generated personas at scale — an extension of the well-documented DPRK scheme of using fabricated American identities to get hired into remote IT jobs and funnel salaries back to Pyongyang while gaining insider network access.
Google's Threat Intelligence Group has reported what it assesses as the first identified case of a threat actor using a zero-day exploit believed to have been developed with AI assistance — a Python script bypassing two-factor authentication on a system administration tool. Separately, Google's "Big Sleep" AI agent, built by DeepMind and Project Zero, found a real SQLite vulnerability (CVE-2025-6965) that intelligence indicated was already known to threat actors, allowing it to be patched before exploitation — a rare case of an AI system winning a discovery race against attackers rather than the reverse.
The starkest example is Anthropic's disclosure that in mid-September 2025 it detected and disrupted what it describes as the first documented large-scale AI-orchestrated cyber espionage campaign. A Chinese state-sponsored group Anthropic tracks as GTG-1002 manipulated Claude Code, telling it the work was legitimate penetration testing, and used it to autonomously execute an estimated 80-90% of an intrusion campaign against roughly 30 organizations spanning large tech companies, financial institutions, chemical manufacturers, and government agencies, with some intrusions succeeding before detection.
Whatever one thinks of Anthropic's incentives in publicizing its own product's misuse, the underlying claim — that an LLM agent handled the large majority of a multi-target espionage operation with minimal human direction — is the clearest evidence yet that "AI-assisted attacks" has moved past the phishing-email stage into operational autonomy.
GTG-1002 now reads as the first entry in a catalogue. Anthropic's threat intelligence report published in September 2026 covers December 2025 to August 2026 and documents misuse across seven domains — cyber operations, surveillance, influence operations, conventional weapons, biological misuse, scams and fraud, and illicit model distillation — reporting that "a majority of the operations described in this report were enabled by AI via direct execution or orchestration."
Microsoft's own reporting corroborates the trend line rather than the specific incident: it identified more than 200 instances of foreign adversaries — Russia, China, Iran, and North Korea — using AI to generate deceptive content in July 2025 alone, more than double the July 2024 figure and over ten times the 2023 count.
Deepfakes: the attack surface that skips the network entirely
Not every AI-enabled attack touches an endpoint at all. In February 2024, a finance employee at the engineering firm Arup authorized 15 wire transfers totaling roughly $25.6 million after joining a video call where he believed he was speaking with the company's CFO and several colleagues. Every person on that call was an AI-generated deepfake.
The employee had specifically joined the call to verify a suspicious request, and the fabricated video and voice cleared his suspicion — which is precisely why the case is treated as a milestone in fraud history: it is the first well-documented instance of real-time video deepfakes combined with business email compromise defeating a human verification step designed to catch exactly this kind of scam.
For government agencies the same technique maps onto directive fraud against officials, fabricated audio used in disinformation, and impersonation in identity-verification systems — attacks that never touch a network perimeter because they target the human trust layer directly.
Adversarial ML: attacking the defender's model, not just the network
The NIST taxonomy referenced above matters because it names a threat category most security teams haven't operationalized yet: attacks against the detection AI itself. Evasion attacks craft inputs specifically to slip past a trained classifier — malware samples perturbed until an ML-based scanner misclassifies them as benign. Poisoning attacks target the training pipeline, corrupting the baseline a UEBA system builds so that genuinely malicious behavior later reads as "normal" for a given account.
Prompt injection targets the newer generation of LLM-based SOC copilots, embedding instructions inside log data, tickets, or retrieved documents that the model then executes rather than merely summarizes. CrowdStrike's 2026 Global Threat Report found adversaries injecting malicious prompts into legitimate GenAI tools at more than 90 organizations during 2025, generating commands that stole credentials and cryptocurrency. NIST's inclusion of retrieval-augmented-generation knowledge-base poisoning and multi-agent "prompt worm" propagation in its 2025 taxonomy is a direct response to the fact that agentic SOC tools now read attacker-controlled data as part of their normal workflow — the exact class of tool being deployed to fight WormGPT-generated phishing and Volt Typhoon-style intrusions is itself a new target.
Hype versus deployed reality
The honest summary for a government security leader evaluating this space: behavioral-anomaly detection and AI-assisted malware triage are mature, deployed, and paid for — CISA runs it, the State Department has contracted for it, and it predates the generative-AI wave. LLM copilots that summarize incidents and draft investigation reports are real and shipping inside Defender, Falcon, and Singularity today, cutting genuine time off Tier-1 triage.
What is not yet real, per Gartner's own estimate of 1-5% penetration, is the "autonomous SOC" running with minimal human oversight that vendor marketing implies is already standard — and the clearest evidence that fully autonomous AI-driven operations exist at scale still comes from the attacker side — now a seven-domain catalogue in Anthropic's September 2026 threat report rather than the single GTG-1002 case — not the defender side.
The clock to beat is no longer only the 29-minute breakout window; by the first half of 2026 it was the 48 hours in which 88% of proof-of-concept exploitation arrived. IBM's Cost of a Data Breach Report, published on 29 July 2026, puts the global average breach at $4.99 million and finds one in four malicious breaches AI-enabled, at an average of $6 million.
What's changing is the economics of cyberattacks. AI is making attacks faster and cheaper, while breaches keep getting more expensive. — Suja Viswesan, VP, IBM Security Software
Any procurement decision built on the premise that AI has already closed the gap between attacker speed and defender response is buying against a timeline that hasn't arrived yet, even if the underlying technology trajectory is real.