TL;DR: A large US-based MSSP ran five adversarial tests against Morpheus APD 2.0, breaking Sentinel and CrowdStrike inputs, auditing every query, probing tenant isolation, and degrading Okta telemetry, and the system passed all five with zero false all-clear verdicts and full query matching, according to D3. Confidence without verification is a governance failure in agentic SOC operations.
At a glance
What this is: D3 reports on adversarial testing of AI SOC guardrails, showing that APD 2.0 deferred to humans when data was incomplete, matched its investigation queries exactly, and maintained tenant isolation under failure conditions.
Why it matters: For IAM, PAM, and SOC teams, the key issue is whether AI-driven investigations can prove what they queried, what they could not verify, and whether identity and tenant boundaries remain intact under telemetry degradation.
👉 Read D3's analysis of APD 2.0 guardrails under adversarial SOC testing
Context
Agentic SOC tools create a governance problem as much as a detection problem. Once an LLM or AI agent begins turning partial telemetry into an investigation verdict, teams need proof that the system can distinguish between absence of evidence and inability to verify. In this case, the core concern is not model accuracy in the abstract, but whether the SOC workflow can fail safely when identity, endpoint, or SIEM data becomes unavailable.
That matters to identity practitioners because the control plane behind an investigation still depends on authentication, scoped access, and auditable query behavior. When AI uses Microsoft Sentinel, CrowdStrike, and Okta data to investigate incidents, those integrations become part of the security boundary. The article’s central claim is that APD 2.0 can preserve that boundary under induced failure, which is the right starting point for governance, but not a reason to skip independent validation.
Key questions
A: Start with structured case management, not with broad automation. Define the investigation stages, ownership boundaries, and escalation criteria first, then automate repetitive enrichment and routing around that workflow. If the process is unclear before automation, the SOC only becomes faster at handling inconsistent decisions and incomplete evidence.
Q: Why do identity and telemetry failures create outsized risk in agentic SOC workflows?
A: Because the agent can turn partial evidence into a decisive answer faster than a human reviewer can spot the gap. When identity sources such as Okta degrade, the system may still appear functional while its conclusions become less reliable. The risk is a confident false conclusion, not just an alerting delay.
Q: What do identity teams get wrong about tenant isolation?
A: Identity teams often treat tenant isolation as a product label rather than a control outcome. Real isolation depends on whether tenant context is preserved through sessions, entitlements, queries, and audit records. If those elements drift out of sync, the model can leak privilege even when the underlying infrastructure is shared safely.
Q: Who is accountable when an AI investigation cannot confirm a verdict?
A: The operating team remains accountable for the workflow design, the controls around uncertainty, and the decision to allow autonomy at all. If a tool cannot verify its evidence, the safe outcome is escalation and re-verification, not closure. Governance must assign ownership before the incident happens.
Technical breakdown
How AI SOC guardrails distinguish uncertainty from absence
Agentic SOC systems sit between telemetry sources and an investigation verdict. If a model cannot reach Sentinel, an endpoint agent, or identity logs, the risk is not just a missed query. It is a fabricated conclusion that sounds confident. Guardrails exist to force the system to recognise incomplete evidence, surface the failure condition, and avoid converting gaps into false negatives. That makes the investigation workflow closer to controlled decision support than autonomous judgment. In identity-heavy environments, this is especially important because access, tenant scope, and authentication failures can change the meaning of the same alert.
Practical implication: require explicit unable to verify states in AI investigation workflows, not just benign or malicious outcomes.
Query traceability in multi-tenant SOC operations
A governable AI SOC needs a query record that can be inspected independently of the model’s narrative. The critical control is traceability: every search, filter, and tenant scope applied by the agent should be reproducible from the audit trail. Without that, the system may still appear useful while quietly broadening access or drifting beyond the intended investigation boundary. The article’s multi-tenant test matters because tenant isolation is not just a data segregation issue. It is an identity and authorization issue, since the agent must inherit and respect the same scope rules as the analyst it is assisting.
Practical implication: enforce per-query auditability and tenant-scoped policy checks before allowing AI-assisted investigations into production.
Identity telemetry drift and human handoff in AI investigations
Identity telemetry is often treated as reliable because it comes from established systems like Okta, but API drift or integration failure can degrade the evidence chain without breaking the interface entirely. In that situation, the danger is an AI agent overfitting to partial identity signals and still returning a decisive answer. A safer architecture routes the investigation to a human when core identity inputs degrade, then reruns the analysis after the telemetry is repaired. That pattern preserves confidence in the outcome without pretending the first pass was complete.
Practical implication: treat identity telemetry health as a gating condition for autonomous triage, not a background integration detail.
NHI Mgmt Group analysis
Fail-safe behaviour is now the minimum viable control for agentic SOC adoption. A SOC agent that cannot verify a conclusion should stop short of a verdict, not manufacture confidence from partial telemetry. That changes the governance bar from detection quality to decision integrity. In practice, this is the same problem identity teams face when authentication or authorization context is missing, only now the failure can be automated at speed.
Tenant isolation is an identity control, not just a data boundary. The article’s cross-tenant testing shows why agentic investigation tools must inherit the same scoping discipline as human analysts, with policy enforced at query time. If the agent can reach outside its assigned tenant, it becomes a privilege boundary issue as much as a SOC one. Practitioners should treat every multi-tenant AI workflow as an access control problem first and an analytics problem second.
Investigation traceability is the named concept that separates useful autonomy from unsafe autonomy: query-verifiable agentic SOC. If the system can prove every query it ran, auditors can compare action to evidence instead of trusting a generated explanation. That matters because autonomous investigation without traceability creates an accountability gap between the analyst, the model, and the platform owner. Teams should require query-level reconstruction before any production rollout.
Identity telemetry failures expose the weakest assumption in AI SOC design: that upstream context will always be complete enough to decide. Okta API drift in the article shows that the control plane is only as reliable as its authentication and identity signals. When those signals degrade, the correct response is human escalation and re-verification, not a best-effort guess. Security leaders should design for degraded identity inputs, not ideal ones.
This testing pattern should become the standard acceptance test for AI-driven SOC tools. Breaking data sources, counting queries, and probing tenant boundaries are not edge cases. They are the practical checks that determine whether an AI agent can operate inside enterprise governance. The practitioner conclusion is straightforward: do not evaluate agentic SOC on demos alone, evaluate it on failure modes.
What this signals
The practical shift for SOC programmes is that AI-assisted investigation must be treated like any other privileged workflow: scoped, logged, and stoppable when inputs degrade. That brings identity governance into the SOC control plane, because access context and auditability are no longer back-office concerns. Teams that already struggle with shared accounts, incomplete logging, or weak attestation will find agentic tools amplify those weaknesses rather than hide them.
Query-verifiable autonomy: the useful standard for agentic SOC is whether every output can be reconstructed from the underlying searches, filters, and evidence sources. That concept is useful beyond this one product because it gives security leaders a way to evaluate AI investigation tools without debating model sophistication. Where traceability exists, auditors and analysts can challenge the result; where it does not, the system should remain advisory only.
For practitioners
- Define explicit unable to verify states Make incomplete evidence a first-class investigation outcome, with mandatory human handoff when SIEM, endpoint, or identity telemetry cannot be confirmed.
- Reconcile agent queries against the audit trail Capture every search, filter, and tenant scope the AI agent uses, then compare the reconstructed query set with the investigation summary before production use.
- Test tenant isolation as an access control Run cross-tenant probes in a controlled environment and verify that every agent query remains bound to the intended customer or business unit scope.
- Gate autonomy on identity telemetry health Pause or downgrade AI-assisted triage when identity inputs such as Okta are degraded, then re-run the investigation after the source is restored.
Key takeaways
- Agentic SOC tools are only governable when they can stop themselves from guessing under incomplete evidence.
- The strongest evidence of control is not a confident verdict, but a query trail and a safe human handoff when identity or telemetry degrades.
- Multi-tenant AI investigation platforms must be tested as access control systems, because tenant isolation is an authorization problem before it is an analytics problem.
Standards & Framework Alignment
This section maps relevant standards and security frameworks to the operational risks and controls described in this guidance.
MITRE ATT&CK address the attack and risk surface, while NIST CSF 2.0, NIST SP 800-53 Rev 5 and NIST AI RMF set the governance and control requirements practitioners need to meet.
| Framework | Control / Reference | Relevance |
|---|---|---|
| NIST CSF 2.0 | PR.AC-4 | Tenant-scoped AI investigations depend on access permissions management. |
| NIST SP 800-53 Rev 5 | AC-6 | Least privilege applies to AI agents that query SIEM and identity data. |
| NIST AI RMF | GOVERN | AI governance is central when agents decide whether evidence is sufficient. |
| MITRE ATT&CK | TA0007 , Discovery; TA0008 , Lateral Movement | Cross-tenant probes and investigation reach map to discovery and lateral movement risk. |
Assign ownership for agentic SOC decisions and define escalation thresholds under GOVERN.
Key terms
- Agentic Soc: An agentic SOC is a security operations model where AI systems assist with triage, investigation, and response using tool access and execution authority. The control challenge is not just accuracy, but governance of what the machine can see, decide, and do.
- Fail-safe verdict: An investigation outcome that stops short of a conclusion when the system cannot verify the evidence it needs. In practice, this means the tool must say it cannot confirm a finding, rather than converting missing telemetry into a benign or malicious answer.
- Tenant Isolation: Tenant isolation is the practice of separating identities, tokens, sessions, logs, and data so one tenant cannot access another tenant's resources. It can range from full physical or logical separation to carefully controlled shared services with strict tenant-aware policy enforcement.
What's in the full article
D3's full analysis covers the operational detail this post intentionally leaves for the source:
- Step-by-step description of the five adversarial scenarios the customer designed and why each one matters to AI SOC governance
- Customer-reported verdict language for each failure mode, including how the system handled incomplete Sentinel, CrowdStrike, and Okta inputs
- Query-by-query audit methodology that compared the investigation summary with the actual searches the AI agent executed
- Multi-tenant probing approach showing how field-level scoping was enforced in the customer's environment
👉 The full D3 post covers the failure scenarios, audit checks, and tenant isolation results in detail.
Deepen your knowledge
NHI Foundation Level course, the industry's only accredited NHI security programme, covers NHI governance, machine identity security, and secrets management. It gives identity and security practitioners a common control language for governing access, lifecycle, and accountability across modern environments.
Published by the NHIMG editorial team on August 15, 2026.
NHI Mgmt Group — the independent authority on Non-Human Identity, IAM, and Agentic AI security. nhimg.org