TL;DR: SANS found that only 18% of detection teams say they are staying ahead of the threat landscape, while 56% say they are barely keeping pace and 24% are falling behind, according to Axoflow's analysis of the 2026 State of Detection Engineering survey. The underlying issue is not just rule-writing speed, but brittle data collection, schema drift, and weak validation that leave cloud-native environments undercovered.
At a glance
What this is: This analysis argues that detection programmes are automating the wrong layer, because data collection and normalization gaps are what keep cloud-native coverage brittle.
Why it matters: It matters to IAM and security practitioners because identity-heavy cloud and API environments depend on trustworthy telemetry to detect abuse, privilege misuse, and workload-driven access paths.
By the numbers:
- Only 18% of detection teams say they are staying ahead of the threat landscape.
- 56% report barely keeping pace.
- 43% of respondents name cloud-native environments as their single biggest detection blind spot.
👉 Read Axoflow's analysis of the data-detection gap in cloud-native security
Context
Detection engineering now fails less often because teams cannot write rules and more often because the data layer beneath those rules is unstable. In cloud-native estates, logs, fields, and event sources change faster than manual pipelines can keep up, so the real gap is collection, normalization, and validation rather than alert logic.
That matters for identity security because cloud workloads, API-driven services, and ephemeral infrastructure are all identity-rich environments. If telemetry cannot reliably capture service account activity, token use, or workload behaviour, IAM, PAM, and NHI controls lose the evidence they need to detect misuse and enforce accountability.
This is a governance problem as much as an engineering one, and the article's starting position is typical for modern security teams rather than exceptional. Most organisations are still trying to bolt process onto a data plane that was not designed for continuous change.
Key questions
Q: What breaks when detection teams automate rules before fixing telemetry quality?
A: They get faster rule deployment on top of unstable inputs. If schema drift, missing fields, or incomplete collection are still present, automated detections will fail consistently and sometimes silently. The result is more content with less trust in coverage, which is why telemetry quality has to be resolved before scaling detection-as-code.
Q: Why do cloud-native environments create more blind spots for security teams?
A: Cloud-native systems change too quickly for static collection assumptions. Containers, ephemeral workloads, and API-driven infrastructure alter event sources and field structures, so detections can lose coverage even when the underlying control logic is sound. Teams need collection designed for runtime churn, not just for stable server estates.
Q: How do teams know if detection engineering is actually improving?
A: They should measure whether new detections survive variant testing, whether telemetry is complete enough to support triage, and whether alerts feed back into updated logic without long delays. If the programme only changes during quarterly reviews, it is probably drifting faster than it is improving.
Q: How should security teams govern telemetry pipelines that handle identity and cloud logs?
A: Treat the pipeline as a control layer, not a transport layer. Governance should cover schema resilience, in-flight redaction, lineage, routing authority, and retention decisions. If identity and cloud logs are transformed after storage, you lose both cost leverage and control fidelity. The practical goal is to make data quality and routing decisions before the SIEM bills you for raw ingestion.
Technical breakdown
Why cloud-native logs create a detection coverage gap
Cloud-native environments are dynamic by design. Containers, short-lived workloads, service meshes, and API-led control planes constantly change the shape of events, fields, and collection points. When log pipelines assume stable infrastructure, coverage breaks at the ingestion layer before detections even run. The problem is not only missing data, but mismatched schema, delayed normalization, and collector fragility when systems are recreated or rescheduled. In practice, detection quality depends on whether the pipeline can keep pace with runtime churn.
Practical implication: validate log collection against ephemeral workloads and field drift before tuning detections.
What detection-as-code gets wrong without automated validation
Detection-as-code applies software engineering discipline to detection logic, but version control and peer review are not enough on their own. Rules can still fail when field names shift, inputs change, or test coverage does not reflect real attack paths. Automated validation should check whether a rule still matches live telemetry, whether it maps to the expected schema, and whether it fires against representative attack patterns. Without that testing layer, teams may ship faster while silently increasing false negatives.
Practical implication: add automated rule testing against live-like data and known attack vectors before production.
Why identity telemetry depends on stable data engineering
Identity events are only useful if they can be classified, normalized, and correlated consistently across systems. Service account activity, token use, privilege changes, and workload authentication all depend on field stability and clean mapping. If data engineering sits outside the detection workflow, security teams end up filing tickets for the plumbing instead of fixing the control. That creates delay, breaks correlation, and weakens investigation quality across IAM, PAM, and NHI monitoring.
Practical implication: treat telemetry normalization as a control dependency for identity and workload detection, not a separate back-office task.
Threat narrative
Attacker objective: The attacker objective is to hide malicious activity inside telemetry that the detection pipeline cannot reliably collect, normalize, or validate.
- Entry occurs through ordinary cloud-native activity such as workload creation, API calls, or service interactions that generate telemetry the pipeline must capture.
- Escalation happens when schema drift, collector gaps, or unstable field mapping prevent those events from being normalized into usable detections.
- Impact is a blind spot in identity-aware monitoring, where service account abuse, privilege misuse, or workload compromise can proceed without reliable alerting.
NHI Mgmt Group analysis
Detection coverage is now a data engineering problem first. Security teams often treat rule content as the primary unit of improvement, but the article shows that detection quality is constrained earlier in the chain. Schema drift, unstable event fields, and brittle collection are what make cloud-native blind spots persist. The practitioner conclusion is clear: if the data layer is unstable, better rules only produce faster failure.
Cloud-native telemetry creates an identity visibility problem, not just a logging problem. Workloads, service accounts, tokens, and APIs are identity-bearing components, so a broken pipeline weakens both detection and access governance. This is where IAM, PAM, and NHI controls intersect with SOC engineering. If identity events cannot be normalized consistently, investigators lose the evidence needed to distinguish abuse from routine automation.
Automating the wrong layer increases operational debt. Automating rule writing while leaving collection, classification, and validation manual simply accelerates the wrong part of the process. That creates a false sense of progress because output volume rises while control reliability stays flat. The practitioner conclusion is to automate the telemetry layer before scaling detection content.
Cloud identity sprawl demands continuous validation. The concept here is not just more logs, but continuous confidence that telemetry still reflects how identities and workloads actually behave. In cloud-native estates, the identity surface shifts with every deployment, so evidence quality must be tested as often as access is granted. The practitioner conclusion is to make validation part of identity-aware detection governance, not an afterthought.
This is a Zero Trust evidence problem as much as a SOC problem. Zero Trust only works when continuous verification is based on current, trustworthy signals. If telemetry is incomplete or delayed, the decision engine is blind, even if policy is sound. The practitioner conclusion is to align data pipeline assurance with identity and access verification, not separate them.
What this signals
The programme implication is that observability, IAM, and detection engineering can no longer be managed as separate workstreams when identities are created, modified, and retired at machine speed. If the evidence layer is not stable, IAM decisions and SOC detections both inherit the same blind spot. That is why identity-rich telemetry deserves the same operational discipline as access reviews and credential rotation.
Detection coverage debt: This is the accumulated risk created when teams postpone telemetry normalization, validation, and source ownership. In practice, it means every new workload or cloud integration adds uncertainty to the control plane. Teams should measure whether their logging pipeline can still support identity investigations after deployment churn, not just during steady state.
For identity programmes, the warning is that workload and service account behaviour must be observable before governance can be trusted. A control that cannot be evidenced is a control that cannot be enforced consistently. Teams should align cloud logging assurance with the NIST Cybersecurity Framework 2.0 and identity governance reviews, especially where NHI activity drives operational risk.
For practitioners
- Map telemetry dependencies before tuning detections Identify which identity, workload, and cloud events must be captured for your highest-value detections, then test whether each source survives rescheduling, replatforming, and schema drift.
- Add automated validation to detection-as-code pipelines Run rules against representative cloud-native data and known attack patterns so field mapping failures and broken assumptions are caught before deployment.
- Treat normalization as a control, not a cleanup task Assign ownership for schema stability, field mapping, and event classification inside the detection workflow instead of routing every breakage through a separate data team.
- Prioritise identity-rich cloud sources for coverage review Start with service account logs, workload authentication, API gateway events, and privilege change records because those sources underpin both SOC detections and IAM accountability.
Key takeaways
- Detection engineering fails fastest when the data layer is brittle, because rule quality cannot compensate for missing or unstable telemetry.
- Cloud-native environments amplify this weakness by changing log structure and event sources faster than manual pipelines can adapt.
- Practitioners should validate telemetry, normalization, and identity visibility before scaling detection content or automation.
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, CIS Controls v8 and NIST Zero Trust (SP 800-207) set the governance and control requirements practitioners need to meet.
| Framework | Control / Reference | Relevance |
|---|---|---|
| MITRE ATT&CK | TA0007 , Discovery; TA0009 , Collection; TA0010 , Exfiltration | The article focuses on collection gaps and missed visibility across attack activity. |
| NIST CSF 2.0 | DE.CM-1 | Continuous monitoring is directly implicated by schema drift and coverage gaps. |
| NIST SP 800-53 Rev 5 | AU-6 | Audit review and analysis depend on stable telemetry and usable log content. |
| CIS Controls v8 | CIS-8 , Audit Log Management | The article's logging and collection issues align with audit log management maturity. |
| NIST Zero Trust (SP 800-207) | Zero Trust depends on trustworthy signals for continuous verification. |
Strengthen continuous monitoring of cloud-native telemetry and validate that sources still produce usable evidence.
Key terms
- Detection as code: A method of managing detection logic like software, using version control, testing, and deployment pipelines. It improves change control and rollback discipline, which is especially useful when AI helps generate or tune rules that will be deployed into production.
- Schema Drift: Schema drift is the mismatch between the attributes an IdP sends and the fields an application can store or interpret. It often appears as missing custom fields, inconsistent group data, or varying attribute names, and it undermines the reliability of lifecycle automation even when the core protocol works.
- Telemetry Normalization: Telemetry normalization is the process of turning data from different security tools into a consistent format that can support one policy decision. It is essential when identity, endpoint, and asset systems all feed the same control plane, because conflicting data can otherwise create gaps or overblocking.
- Identity-Rich Telemetry: Identity-rich telemetry is event data that includes actor, account, session, or entitlement information tied to a user, service account, or workload. It is especially valuable for IAM, PAM, and NHI governance because it shows who or what performed an action and under what access conditions.
What's in the full article
Axoflow's full article covers the operational detail this post intentionally leaves for the source:
- How its in-stream detection pipeline classifies, normalizes, and routes events before SIEM ingestion
- The early-access detection capability and the rollout timing toward September and Q4 shipping
- The way Sigma rules are tested against live ATT&CK vectors inside the pipeline
- The specific data engineering and schema-drift handling approach behind its detection layer
Deepen your knowledge
The NHI Foundation Level course, the industry's only accredited NHI security programme, covers NHI governance, machine identity security, and secrets management. It helps security and identity practitioners connect control design to the operational realities of modern identity estates.
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