By NHI Mgmt Group Editorial TeamDomain: Cyber SecuritySource: Sprocket SecurityPublished May 1, 2026

TL;DR: Continuous purple teaming only works when validation is automated, procedure-level tracking is precise, and detection engineering is treated like software, according to Sprocket Security’s interview with Northwestern Mutual’s Gary Lobermier. The operational lesson is that manual exercises and static coverage claims quickly decay as environments, tools, and attacker techniques change.


At a glance

What this is: This is an analysis of how mature purple team programmes scale continuous validation across heterogeneous infrastructure without relying on spreadsheets or periodic fire drills.

Why it matters: It matters because detection confidence, coverage quality, and response readiness all degrade when validation cannot keep pace with environmental change, especially where identity, access, and cloud workloads intersect.

👉 Read Sprocket Security's episode on scaling purple team validation and detection engineering


Context

Purple teaming fails when it is run as a one-time exercise rather than a repeatable control validation process. In fast-changing environments, especially where cloud workloads and access paths change daily, a report from last quarter is a weak proxy for current defensive coverage. The key issue is governance: teams need a way to prove that detections still work after configuration drift, not just after a lab exercise.

This article sits in cyber_broad territory, but it intersects with identity and access where attacker techniques rely on credentials, privileged execution, and cloud runtime abuse. That intersection matters because validation gaps often appear first in access control, authentication, and detection logic around accounts and workloads, not only in endpoint tooling.


Key questions

Q: How should security teams run purple team exercises continuously instead of as one-off tests?

A: Security teams should automate repeatable ATT&CK-based executions, store results in a structured format, and compare outcomes after every meaningful change to infrastructure, detections, or cloud policy. Continuous purple teaming works when it becomes part of operational validation, not a quarterly event. That gives defenders evidence of control drift before attackers exploit the gap.

Q: Why do one-time purple team exercises create false confidence?

A: One-time exercises validate a point in time, not a living environment. As assets change, EDR logic evolves, and cloud workloads shift, the original result loses meaning. If teams do not retest after drift, they may report coverage that no longer exists in practice. The risk is especially high when detections depend on specific procedure variants.

Q: What do security teams get wrong about ATT&CK coverage?

A: They often treat technique coverage as if it equals real detection coverage. In practice, the procedure used matters because different implementations can generate different telemetry or evade different rules. Teams should therefore track variants, execution context, and observed signals so that validation reflects the actual behavior attackers use.

Q: How can organisations know whether their detections still work after platform changes?

A: They need to re-run the relevant tests after EDR updates, asset changes, policy modifications, or cloud expansion. A detection that worked before a change may fail silently afterwards. Continuous validation provides the feedback loop needed to separate documented intent from actual control performance.


Technical breakdown

Why continuous purple team validation needs automation

Purple teaming at scale becomes an engineering problem once the objective shifts from occasional exercises to continuous control validation. Manual runs can confirm a few techniques, but they do not survive infrastructure drift, EDR updates, or changing cloud estates. Automation lets teams schedule tests, capture results consistently, and compare behaviour across platforms such as Windows, Linux, macOS, and cloud instances. The important point is not volume for its own sake. It is repeatability, version control, and the ability to see when a previously working detection no longer behaves as expected.

Practical implication: treat purple teaming as a scheduled validation pipeline, not a periodic event.

The MITRE ATT&CK procedure gap and why it matters

MITRE ATT&CK is strong at the technique level, but the real-world procedure variants used by adversaries are often inconsistent or under-documented. That gap matters because a detection may be tuned to one implementation pattern while an attacker uses another. If teams record only the broad technique, they can mistake partial test coverage for full coverage. Granular procedure tracking, often with a custom schema, helps tie test execution to threat intelligence and detection engineering so that results map to the behavior defenders actually care about.

Practical implication: track procedure variants separately so test coverage is not overstated.

EDR validation is only meaningful against evolving attack behavior

EDR does not equal detection certainty. Products have known blind spots, and those gaps shift as vendors patch, reconfigure, or adjust behaviour. A one-off test can show that a technique was caught on a specific day, but it does not prove the control still works after an update or environment change. Continuous validation forces blue teams to treat detections as living controls with measurable quality. That changes the operating model from assumed coverage to verified coverage, which is the difference between alerting theory and actual defensive assurance.

Practical implication: re-test detections after platform and policy changes, not only after annual assessments.


NHI Mgmt Group analysis

Continuous validation is now the real unit of purple team maturity. The article shows why annual or ad hoc testing produces a false sense of control, especially when infrastructure changes continuously. A mature programme needs repeatable evidence that detections still fire after drift, not just a report that they once did. For practitioners, the lesson is to manage purple teaming as an operational control with measurable freshness.

Procedure-level fidelity is the named gap that makes coverage claims fragile: a technique test is not the same thing as procedure coverage. ATT&CK can describe what happened at a high level, but defenders need to know which variant was executed, which telemetry it generated, and whether the detection logic matched that exact behaviour. Without that fidelity, governance reports can overstate real-world resilience. Practitioners should make procedure tracking part of detection assurance.

Detection engineering becomes a quality discipline when purple team execution is continuous. Repeated testing changes defender behaviour by forcing alert fidelity and control tuning into a feedback loop. That is especially relevant where identity, cloud runtime, and endpoint controls overlap, because weak access signals can hide in otherwise healthy telemetry. The practical conclusion is that continuous validation should inform control ownership, tuning cadence, and escalation criteria.

Identity and cloud controls deserve explicit inclusion in adversary emulation. The article’s mention of AWS EC2 and heterogeneous platforms is a reminder that purple team scope should include access paths, privileged execution, and workload identity where relevant. If those layers are excluded, the programme may validate endpoint telemetry while missing the identity-driven paths attackers actually use. Practitioners should test the control plane, not only the host.

AI will extend red team capacity, but it does not remove the need for expert judgment. The article is right to frame AI as an accelerator for proof-of-concept work, attack variation, and analysis rather than a replacement for skilled operators. In security governance terms, automation without validation produces noise, and noise creates false confidence. For practitioners, AI should widen coverage while human review remains mandatory for critical decisions.

What this signals

Purple team automation will increasingly influence how security leaders justify control assurance, especially where access paths change faster than review cycles. The practical shift is toward evidence-based detection governance, where validation results become part of operational reporting rather than a side exercise.

Procedure fidelity gap: the next maturity step is not more tests, but better representation of how attackers actually behave. For programmes that also manage service accounts, cloud roles, or workload access, this should sharpen attention on identity-adjacent controls that often determine whether a detection signal is meaningful.

As detection programmes become more automated, teams will need stronger links between validation output, tuning ownership, and response thresholds. That puts pressure on governance models to treat purple team results as a living input to control assurance, not a retrospective benchmark.


For practitioners

  • Build a continuous validation pipeline Schedule ATT&CK technique execution on a recurring basis, store results as structured data, and compare them after every major environment or policy change. The goal is to see control drift early rather than during the next audit cycle.
  • Track procedure variants separately Record the specific ATT&CK procedure used, not just the technique ID, so detection gaps can be tied to the exact behaviour tested. This prevents dashboards from overstating coverage when only one variant has been exercised.
  • Include identity and cloud paths in coverage Add tests that exercise privileged execution, cloud instances, and access-driven attack paths alongside endpoint checks, because real intrusions often move through credentials and workload access as much as through binaries.
  • Re-test after every detection or platform change Any EDR rule update, configuration drift, or new asset class should trigger re-validation of the techniques that depend on it. Treat each change as a potential control regression until the results prove otherwise.
  • Start with a small, relevant control set If the programme is immature, begin with five techniques mapped to the organisation’s threat model, run them manually, and measure changes over time before building automation. That creates discipline without waiting for a large platform build.

Key takeaways

  • Purple teaming only scales when validation is continuous, structured, and tied to real environment change.
  • Technique-level test results can overstate coverage if procedure variants and context are not tracked.
  • Security teams should treat detections as living controls and re-verify them after every meaningful change.

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 surface, NIST CSF 2.0, NIST SP 800-53 Rev 5 and CIS Controls v8 set the technical controls, and ISO/IEC 27001:2022 define the regulatory obligations.

FrameworkControl / ReferenceRelevance
MITRE ATT&CKTA0002 , Execution; TA0005 , Defense Evasion; TA0007 , DiscoveryThe episode centres on ATT&CK techniques, procedures, and detection validation.
NIST CSF 2.0DE.CM-1Continuous validation supports ongoing security monitoring and control assurance.
NIST SP 800-53 Rev 5SI-4System monitoring is central to testing whether detections still work.
CIS Controls v8CIS-8 , Audit Log ManagementDetection testing depends on reliable telemetry and auditability.
ISO/IEC 27001:2022A.8.16Monitoring activities align with Annex A logging and detection expectations.

Map test coverage to ATT&CK tactics and validate both technique and procedure-level behaviour.


Key terms

  • Purple Teaming Loop: A continuous cycle that connects testing, detection, and remediation so that security findings feed directly into enforceable controls. For AI agents, the loop matters because the system’s behaviour can change after each model, prompt, or integration update.
  • Procedure Variant: A procedure variant is the specific implementation pattern an attacker uses to carry out a broader technique. Two actors can use the same ATT&CK technique but trigger different telemetry, evade different controls, or require different detections, which is why procedure-level tracking matters in mature validation programmes.
  • Detection Engineering: The discipline of designing, testing, and maintaining detection logic so it remains useful against real attacker behaviour. It covers telemetry selection, rule quality, false-positive management, and the operational workflow needed to keep alerts actionable.
  • Control Drift: Control drift is the gradual weakening or inconsistency of a control over time as systems, workflows, or business rules change. It often appears as different interpretations, missed exceptions, or uneven enforcement across applications, and it usually becomes visible only when monitoring spans the full process.

What's in the full article

Sprocket Security's full episode covers the operational detail this post intentionally leaves for the source:

  • Hands-on discussion of how the automation platform schedules and tracks hundreds of ATT&CK techniques across multiple operating systems and AWS EC2.
  • The custom YAML procedure-tracking approach used to distinguish technique coverage from real procedure fidelity.
  • Practical examples of how continuous validation changed blue-team alert quality and detection engineering workflows.
  • Gary Lobermier's perspective on where AI can accelerate offensive testing without replacing human judgment.

👉 The full Sprocket Security episode covers the automation model, procedure tracking, and blue-team impact in more 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 helps practitioners connect identity control design to the operational realities of modern security programmes.
NHIMG Editorial Note
Published by the NHIMG editorial team on August 18, 2026.
NHI Mgmt Group — the independent authority on Non-Human Identity, IAM, and Agentic AI security. nhimg.org