Microsoft | Azure NeuroShield Request private preview

Azure Core Networking · Security

Defense before the patch

Azure NeuroShield and the case for an AI-powered adaptive shield on the network — virtual patching that contains a vulnerability before the software fix is deployed.

The short version When a vulnerability becomes known, attackers now move in hours — while patching a large estate still takes days or weeks. Our analysis of six months of in-the-wild-exploited vulnerabilities found that 83.5% could be contained through network-enforced controls before a software fix is deployed. Azure NeuroShield uses semantic AI to do exactly that: it understands a new vulnerability, finds the workloads it exposes, and autonomously enforces targeted protection at machine speed — buying defenders the time they need to patch safely.

Today we’re sharing how Microsoft is closing one of the most dangerous gaps in enterprise security: the window between the moment a vulnerability becomes known and the moment every affected system is patched. That window used to be measured in weeks, and defenders largely got away with it. It is now measured in hours — and the math no longer works in the defender’s favor.

Azure NeuroShield is our answer: an AI-driven, network-enforced virtual patching service for Azure. It continuously reads the world’s vulnerability signal — security bulletins, CVE disclosures, advisories, threat intelligence, and exploit research — and semantically understands what a new vulnerability actually is: the protocol it abuses, the conditions it requires, the blast radius it implies. It correlates that understanding with your Azure estate to determine which workloads are genuinely exposed. And it then autonomously formulates and applies targeted, Azure-native network controls that reduce exploitability — before a software patch is validated and deployed.

The strategic implication is the one that matters most right now: as AI compresses the attacker’s timeline, the durable advantage for defenders is a control plane that can act at the same speed. The network is that control plane. Azure NeuroShield is now available in a limited private preview.

Azure NeuroShield architecture: an AI brain ingests MSRC bulletins, CVE feeds, threat intelligence, exploit telemetry, and pre-release vulnerability intel, then enforces north-south and east-west containment across zones of Azure VMs, VM Scale Sets, AKS clusters, and Container Apps through an Azure-native enforcement plane of NSGs, Azure Firewall, AgentFabric, and a guest agent.
Azure NeuroShield at a glance. Semantic AI ingests the world’s vulnerability signal, maps the exposed attack surface across your Azure estate, and autonomously enforces north-south and east-west containment through an Azure-native enforcement plane — pre-emptive, adaptive, and autonomous.

The patch window has collapsed

Traditional vulnerability management rests on an assumption that no longer holds: that defenders can discover, prioritize, test, and deploy a patch before an adversary can weaponize the flaw. For years that assumption was approximately true. It is now breaking in front of us.

The same advances in AI that help defenders reason about code also help attackers. Work that once required a specialist and weeks of effort — reading a disclosure, understanding the exploit preconditions, and building a working exploit — can increasingly be compressed into a fraction of that time. The result is a structural asymmetry. Public disclosures and exploit research propagate globally within hours; remediation across thousands of heterogeneous workloads still takes days or weeks. The most dangerous moment in a vulnerability’s life — after it is known, but before it is patched everywhere — is now wider and more exposed than it has ever been.

Enterprises feel this as four compounding problems:

What customers need is not more detection or another prioritized list. They need an autonomous compensating control that can act in the gap — one that understands a new vulnerability, determines which Azure workloads it exposes, and imposes the right restrictions to contain risk with minimal disruption to the business.

Why the network is the fastest control plane

When an endpoint cannot yet defend itself, the network can defend it.

Network-enforced controls are uniquely powerful in the disclosure-to-patch window because they contain exploitation immediately, without waiting for the vulnerable software to be fixed — and even if the endpoint has no fix available at all. By governing both north-south access (traffic entering and leaving the estate) and east-west movement (traffic between workloads), the network becomes the fastest and most reliable place to shrink the blast radius: isolate the vulnerable workload, block the inbound exploit path, and deny the lateral pivot.

This is the core conviction behind Azure NeuroShield. Endpoint-only mitigations are necessary but not sufficient, because they depend on the very system that may already be at risk. The network sits around the workload. It is the control plane that can be reshaped in seconds, at scale, without touching the application — and it is already aligned with how customers architect their Azure environments.

Azure NeuroShield: an AI adaptive shield

Azure NeuroShield is an AI-native protection service for Azure virtual networks that combines three things into a single closed loop: vulnerability intelligence, network context, and Azure-native enforcement.

Think of it as a shield that continuously reshapes itself around your workloads as the threat landscape changes. Rather than relying on static signatures or hand-authored firewall rules, NeuroShield reasons over the meaning of a vulnerability and translates that meaning directly into deployable network policy. It does not stop at “which machines are vulnerable.” It answers the operational question that actually reduces risk: which machines are reachable, from where, through which protocol paths — and what is the smallest, safest control that breaks the exploit?

Enforcement spans a layered mitigation plane built from both existing and new Azure controls:

Together, these enforcement points let NeuroShield translate vulnerability intelligence into adaptive segmentation, targeted deny policies, quarantine patterns, and containment controls — reducing exploitability before patching is complete, while preserving business continuity as much as possible.

Watch the demo
NeuroShield vs. the HTTP/2 “Bomb.” A live walkthrough of NeuroShield detecting an HTTP/2 protocol-abuse denial-of-service attempt and autonomously enforcing network-level containment — virtual patching in action, before the underlying stack is fixed.

How it works — three semantic layers

The NeuroShield engine is structured as three semantic layers. The design principle is deliberate, and it is the most important architectural decision we made: the model is one input; the system is the product. Frontier models improve every few months. A system whose value is gated on a single model has to be rebuilt every time the frontier moves. NeuroShield’s layers are model-agnostic by construction, so the engine can ride the frontier of AI capability while a customer’s investment — scope, context, calibrations, and policy preferences — carries over.

The in-guest enforcement substrate is built on proven, open foundations — eBPF-based runtime instrumentation from the cloud-native ecosystem — so that the same extension that maps attack surface can, over time, enforce isolation at multiple altitudes: at the network, at the process, at the virtual machine, or even at the file system and folder level.

Evidence at scale: six months of in-the-wild zero-days

Vision is easy to assert and hard to substantiate. So we tested the premise against the hardest possible evidence: vulnerabilities that were actually exploited in the wild.

We took the U.S. Cybersecurity and Infrastructure Security Agency (CISA) Known Exploited Vulnerabilities catalog for a recent six-month window — 133 in-the-wild-exploited CVEs — and ran a per-CVE triage asking a single, disciplined question: for each one, could at least one network-enforced control have meaningfully reduced exploitability before a patch was available?

83.5%
111 of 133 in-the-wild-exploited vulnerabilities are addressable pre-patch by at least one NeuroShield enforcement class. The remaining 22 are out of scope by design — Apple endpoints, mobile silicon, and sealed non-Azure hardware, where the mitigation legitimately lives on the device or in vendor procurement.
Enforcement classWhat it doesCount% of 133
A. North-south NSG / Azure FirewallPerimeter and management-plane segmentation, port denies, egress allowlists2216.5%
B. In-guest VM extensionLocal privilege escalation, sandbox escape, renderer post-stage, host-side confinement2921.8%
C. Traditional WAFSignature-tractable HTTP: command injection, SQLi, path traversal, XSS/RFI, login virtual-patch2821.1%
D. AI/SLM known-threat protectionDeserialization gadgets, file-format and structural attacks, code-eval intent, inline binary analysis of tampered updates/archives/PDFs2518.8%
E. East-west micro-segmentationIntra-VNet workload pinning — pivot containment, lateral-movement denial75.3%
None — out of scopeApple endpoints, mobile silicon, sealed non-Azure hardware2216.5%
Total covered111 / 13383.5%

There is a forward-looking signal hidden in this distribution. The three classes that scale with the AI-era attack surface — in-guest enforcement (B), AI/SLM known-threat protection (D), and east-west micro-segmentation (E) — together account for 45.9% of every in-the-wild vulnerability in the window. As AI expands the agentic and AI-workload attack surface, this is precisely where the defense will increasingly need to live, and these are the planes NeuroShield is purpose-built to enforce. The full per-CVE analysis is available to all NeuroShield customers.

Two deep dives

Coverage statistics describe the forest. To see what semantic, network-enforced virtual patching actually does, it helps to walk two examples that look nothing alike — an application-layer denial-of-service that hides inside perfectly well-formed traffic, and a network-reachable privilege escalation. They are deliberately different, because the point of NeuroShield is that the right compensating control depends on understanding the specific exploit path, not on applying a generic rule.

An application-layer protocol abuse: HTTP/2 “MadeYouReset”

Consider a denial-of-service vulnerability in the HTTP/2 protocol of the kind disclosed as “MadeYouReset” (CVE-2025-8671) — a subtle evolution of the 2023 HTTP/2 Rapid Reset attack (CVE-2023-44487). In Rapid Reset, a client floods the server with RST_STREAM frames, cancelling streams faster than the server can free them. MadeYouReset is sneakier: the client never sends a single RST_STREAM. Instead it sends frames that are individually well-formed but violate protocol state in subtle ways — a WINDOW_UPDATE that overflows the flow-control window past 2³¹−1, a WINDOW_UPDATE with a zero increment, HEADERS or DATA on a half-closed stream, or a PRIORITY frame of the wrong length. Per RFC 9113, the server must answer each of these with a server-issued RST_STREAM — so the attacker tricks the server into resetting its own streams. Because a server-reset stream is counted as closed even while backend processing continues, the attacker drives an unbounded number of concurrent streams on a single connection, exhausting CPU and memory until the service falls over. The technique affects widely used stacks including Netty, Jetty, Apache Tomcat, IBM WebSphere, and BIG-IP.

A remote network vulnerability: RDP elevation of privilege

Now consider a Remote Desktop Protocol elevation-of-privilege vulnerability of the kind described in Microsoft Security Bulletin MS16-017 (CVE-2016-0036), where an attacker with an authenticated RDP connection sends specially crafted data and gains code execution with elevated privileges. Here is how NeuroShield would operate:

Why signatures and manual rules fall short

These two examples are characteristic of what a semantic, AI-driven system does that static defenses cannot.

A traditional signature defense waits for a known-bad pattern. But on the day a vulnerability is disclosed, there is no signature — and an AI-assisted adversary may produce a working exploit before one exists. Worse, some attacks are invisible to signatures by design: in the HTTP/2 case, every individual frame the attacker sends is perfectly well-formed and within spec, and the defenses written for the earlier Rapid Reset attack — which count client resets — never fire. Catching it requires understanding the protocol state being abused, not matching a byte pattern. A manual firewall change fares no better: it depends on a human reading the advisory, reasoning about exposure, authoring the rule, and pushing it through change control — exactly the slow path the attacker is racing against.

The harder truth is that the right control is different every time, and choosing it requires understanding the vulnerability’s mechanics. The RDP case is solved by reasoning about reachability over a network port. The HTTP/2 case has a port that must stay open — you cannot simply block web traffic — and is solved only by reasoning about protocol behavior and bounding it at the connection and process level. A blunt instrument that “just blocks a port” would have been useless for one and far too broad for the other. Translating a disclosure into the smallest control that breaks the exploit while preserving the business is a reasoning problem — and it is the problem NeuroShield is built to solve, at machine speed, across an entire estate.

What this means for defenders

Three implications follow, and they generalize beyond any single product.

  1. The disclosure-to-patch window is now a control-plane problem, not just a patching problem. You cannot patch your way out of an asymmetry where exploitation is measured in hours and safe remediation in days. You need a compensating control that acts in the gap. The network is the most immediate, most reliable place to put it.
  2. The value is in the system around the model, not the model alone. Semantic understanding is necessary, but understanding without enforcement is just a better report. NeuroShield’s worth comes from the closed loop — understand, correlate, decide, enforce, and roll back — and from the fact that this loop is model-agnostic, so it absorbs every improvement in frontier AI without being rebuilt around it.
  3. Containment matters as much as exposure reduction. Blocking the front door is not enough when the adversary is already inside. Reasoning over the network graph — north-south and east-west — is what turns “we reduced inbound exposure” into “we isolated the vulnerable asset and denied the pivot.”

Where we’re headed

NeuroShield’s initial scope protects Azure Virtual Machines and Virtual Machine Scale Sets, with the in-guest extension first operating in an observation mode to map running processes, open ports, firewall rules, installed applications, and patch state — the foundation for understanding attack surface.

The trajectory is toward ever-finer granularity. Over time, NeuroShield evolves from protecting vulnerable workloads at the machine level to protecting specific vulnerable processes inside them — enforcing policy based on process awareness, exploit behavior, and runtime risk posture. The destination is a genuinely adaptive shield: one that reshapes itself continuously around exactly what is at risk, at exactly the right altitude, and no more.

Conclusion

We are at a moment where AI is rewriting the economics of attack. The honest response is not to pretend patching will get fast enough to compensate — it is to give defenders a control plane that can move at the same speed the threat does.

Azure NeuroShield is that control plane: an AI-powered, network-enforced adaptive shield that turns vulnerability awareness into immediate, policy-driven protection, shrinks attack surface as the threat landscape shifts, and gives security teams the one thing the collapsing patch window has taken away — time. It is our commitment to protect Azure customers pre-emptively, proactively, and at machine speed.

Azure NeuroShield is in limited private preview

Be among the first to put an AI-powered, network-enforced adaptive shield in front of your Azure workloads. Learn more and request access.

Request private preview

With thanks to the engineering, research, and design teams across Azure Core Networking who are building NeuroShield.