Signature-only controls age badly when adversaries rotate infrastructure quickly. Detection teams lose coverage as domains, certificates, and hosting change, while the underlying protocol behaviour stays stable. Practitioners should anchor on network patterns, callback behaviour, and sinkholeable infrastructure traits so blocks survive longer than the individual indicators they are based on.
Why This Matters for Security Teams
Signature-only detection works until adversaries stop reusing the thing being signed. When domains, certificates, IP space, and hosting providers rotate faster than defender update cycles, allowlists and malware hashes become stale almost immediately. The operational risk is not just missed alerts; it is false confidence, because the underlying campaign can remain intact while every visible indicator changes. NHI patterns in the wild show the same problem of overreliance on brittle indicators, especially when visibility into changing infrastructure is weak, as discussed in the The State of Non-Human Identity Security report.
Practitioners should think in terms of behaviour that persists across infrastructure churn: beacon timing, callback sequence, protocol quirks, DNS patterns, and sinkholeable traits that can survive a fresh certificate or a new cloud account. That is why current guidance increasingly favours layered detections and context-rich blocking, not a single signature tied to one host or one hash. The Ultimate Guide to NHIs — Key Challenges and Risks highlights how quickly brittle controls lose value when identity and infrastructure are both changing. In practice, many security teams discover the gap only after a rotating campaign has already evaded their first three block rules.
How It Works in Practice
Effective detection shifts from static indicators to repeatable behaviours. Security teams should combine threat intel with control logic that asks: what does the actor do, how often, and under what conditions? An adversary may swap domains daily, but if the loader still reaches out in the same sequence, over the same ports, with the same retry logic, that behaviour can be detected even when the signature cannot. This aligns with the detection-first approach advocated in the Top 10 NHI Issues and the OWASP Non-Human Identity Top 10, both of which stress that static assumptions break down when identities and their dependencies move.
- Use network telemetry to identify repeated callback cadence, not just destination reputation.
- Correlate DNS, TLS, and HTTP attributes to catch infrastructure reuse across fresh hosts.
- Prefer sinkholeable or interceptable traits such as predictable resolution paths and reusable protocols.
- Track cluster-level behaviour so a new domain is mapped back to the same campaign family.
- Maintain response logic that can update blocks quickly without waiting for a new signature package.
For defenders, that means pairing threat hunting with control engineering. CISA advisories remain useful for active campaigns because they describe actor patterns and mitigations that extend beyond a single IOCs set, while NIST controls support logging, correlation, and continuous monitoring as durable countermeasures. The The 52 NHI breaches Report is a reminder that recurring control failures often come from the same operational weakness: the organisation protects the indicator instead of the behaviour. These controls tend to break down when adversaries pivot into legitimate cloud services and encrypted channels because destination trust no longer distinguishes malicious from routine traffic.
Common Variations and Edge Cases
Tighter behavioural controls often increase tuning overhead, requiring organisations to balance precision against analyst time and user disruption. That tradeoff is real, especially in environments with CDNs, SaaS backends, remote workers, and ephemeral workloads where benign traffic can resemble adversary movement. Best practice is evolving, but there is no universal standard for how much behavioural drift should be tolerated before a block is enforced.
One common edge case is infrastructure that rotates quickly but still follows a stable kill chain. In those environments, pure reputation feeds age out before the campaign ends, while overly broad network rules can create outages. Another is encrypted command-and-control hidden inside legitimate platforms, where signature-only tools see only approved endpoints and miss the malicious sequence inside the session. Practitioners should treat this as a policy problem as much as a detection problem: define which behaviours are acceptable, which require step-up review, and which are never allowed. When teams need further context on how identity sprawl and lifecycle gaps weaken response, the Guide to the Secret Sprawl Challenge is a useful companion reference. The challenge becomes hardest in multi-tenant cloud environments where shared services obscure attribution and infrastructure rotation happens faster than log retention.
Standards & Framework Alignment
This section maps relevant standards and security frameworks to the operational risks and controls described in this guidance.
OWASP Non-Human Identity Top 10, OWASP Agentic AI Top 10 and CSA MAESTRO address the attack and risk surface, while NIST AI RMF and NIST CSF 2.0 set the governance and control requirements practitioners need to meet.
| Framework | Control / Reference | Relevance |
|---|---|---|
| OWASP Non-Human Identity Top 10 | NHI-01 | Covers control failure when indicators rotate faster than defenders can update. |
| OWASP Agentic AI Top 10 | A-04 | Behaviour-based controls mirror the need to inspect actions, not static trust labels. |
| CSA MAESTRO | TS-2 | Supports threat surveillance that persists across infrastructure changes. |
| NIST AI RMF | GOVERN | Requires governance for monitoring, accountability, and response to changing adversarial behaviour. |
| NIST CSF 2.0 | DE.CM-1 | Continuous monitoring is essential when signatures become obsolete quickly. |
Shift detections from single indicators to reusable behaviour patterns and campaign-level clustering.
Related resources from NHI Mgmt Group
- What breaks when security teams still rely on annual pentests against adaptive attackers?
- What breaks when security teams rely on alert-only detection against agentic attackers?
- What breaks when infrastructure access controls are split across security, engineering, and compliance teams?
- What breaks when security teams rely only on MFA and login controls?