TL;DR: Microsoft Defender for Cloud can surface AI security alerts on AKS, but it cannot reconstruct the full attack chain from prompt injection to agent behaviour to exfiltration without kernel-level process lineage, so SOC teams still face fragmented evidence across services, according to ARMO. The core issue is that AI workloads behave non-deterministically, which makes runtime detection and causal narrative essential for governed AI operations.
NHIMG editorial — based on content published by ARMO: AI Workload Security on Azure: Evaluating Defender for Cloud Against Specialized Runtime Tools
By the numbers:
- Only 44% of organisations have implemented any policies to manage their AI agents, despite 92% agreeing that governing AI agents is critical to enterprise security.
- Systems with least-privileged AI access had a 17% incident rate versus 76% for over-privileged systems, making poorly scoped AI access 4.5x more likely to fail.
- When AWS credentials are exposed publicly, attackers attempt access within an average of 17 minutes and as quickly as 9 minutes in some cases.
Questions worth separating out
Q: What breaks when AI workload security relies only on prompt and posture alerts?
A: The investigation breaks because the SOC can see separate warnings but cannot always reconstruct the causal chain from prompt to process to identity to data access.
Q: Why do AI agents complicate cloud identity governance?
A: AI agents complicate governance because they turn identity from a static permission holder into an operational decision-maker.
Q: How can analysts tell whether AI-driven detection is actually working?
A: Look for case history, deployed detector counts, and evidence of live traffic catches tied to specific submissions.
Practitioner guidance
- Instrument AI node pools with runtime sensors Deploy eBPF-based runtime sensors on AKS node pools hosting AI workloads so you can observe process lineage, system calls, and network destinations when an agent changes behaviour.
- Correlate identity, prompt, and runtime evidence Join Kubernetes audit logs, Azure resource logs, and runtime attack stories so analysts can trace which identity token, prompt condition, and API call produced the incident.
- Scope Workload Identity to the task boundary Review federated credentials, managed identities, and service account bindings to ensure an AI agent cannot enumerate or reach data sources beyond its intended job.
What's in the full article
ARMO's full post covers the operational detail this analysis intentionally leaves for the source:
- Detailed Azure AKS attack chain analysis showing how prompt injection becomes agent escape and data exfiltration.
- Step-by-step explanation of how ARMO's runtime sensors create attack stories from process lineage and identity usage.
- Sentinel integration guidance for combining Defender alerts with runtime evidence in one incident view.
- Performance and deployment notes for eBPF sensors on AKS and Azure Container Instances.
👉 Read ARMO's analysis of AI workload security on Azure and Defender for Cloud gaps →
Azure AI workload security: are your runtime controls keeping up?
Explore further
Process lineage is now a governance control, not just a telemetry detail. AI workloads can receive one prompt and then fan out into different tool calls, identities, and data paths, which means posture data alone cannot explain impact. The governance problem is not simply whether the workload was allowed to run, but whether its actions can be attributed after the fact. Practitioners should treat causal runtime evidence as part of identity and workload assurance, not as optional forensic enrichment.
A question worth separating out:
Q: Who is accountable when an AI agent accesses sensitive data it was not meant to use?
A: Accountability sits with the team that approved the agent, its connectors, and its policy boundaries, not with the runtime behaviour alone. Organisations need ownership for intent, permissions, monitoring, and validation so they can prove whether the agent stayed inside its approved purpose. Without that, audit and regulatory response become retrospective guesswork.
👉 Read our full editorial: AI workload security on Azure needs process-lineage detection