A technique where the attacker delays the real command-and-control endpoint until execution time by using a pointer, lookup service, or encrypted indirection. It reduces static detection value because the malicious package does not contain the live server in clear text.
Expanded Definition
Deferred Infrastructure Resolution is a deployment and malware tradecraft pattern where the executable or package does not embed a live command-and-control endpoint in clear text. Instead, it points to a lookup step, indirection layer, or encrypted reference that resolves the destination only at execution time. In NHI and agentic AI environments, that matters because the same mechanism can hide infrastructure for a malicious agent, a compromised integration, or a policy-bypassing automation flow.
Usage in the industry is still evolving, and there is no single standard that governs this term yet. Practitioners often compare it with deferred payload retrieval, dynamic endpoint selection, or indirect service discovery, but the security meaning here is narrower: the endpoint itself is obscured until runtime, reducing static detection value. The distinction is important for pipeline review, artifact scanning, and allowlisting decisions. For broader governance context, NIST’s NIST Cybersecurity Framework 2.0 helps anchor how detection and response controls should adapt when indicators are intentionally hidden.
The most common misapplication is treating deferred resolution as simple URL obfuscation, which occurs when reviewers miss that the live destination is resolved outside the package and only appears during execution.
Examples and Use Cases
Implementing controls against deferred resolution often introduces friction for legitimate dynamic routing and software update workflows, requiring organisations to weigh faster deployment patterns against lower inspectability.
- A malicious package stores a pointer to a paste-style lookup record instead of a hardcoded C2 host, so the endpoint is only assembled after launch.
- An autonomous agent retrieves its action server from a remote policy file, which means code review alone does not reveal the eventual destination.
- A compromised CI/CD step uses encrypted indirection to fetch a runtime callback location, bypassing simple signature and string-based detection.
- A service account script resolves a webhook target through DNS or an API response at execution time, complicating threat hunting and allowlisting.
- An attacker rotates the lookup value after delivery, so analysts examining the artifact later see no live infrastructure at all.
This pattern is especially relevant in discussions of hidden or mutable identity behavior documented in the Ultimate Guide to NHIs — The NHI Market, where static assumptions about service-to-service trust often break down. For implementation parallels, SPIFFE shows how workload identity can be established without hardcoding trust endpoints into application logic.
Why It Matters in NHI Security
Deferred Infrastructure Resolution matters because it undermines the controls defenders use to classify, monitor, and contain NHI activity. If a package or agent can delay endpoint resolution until runtime, static scanning, SBOM review, and simple IOC-based blocking become less reliable. That creates risk for secrets exposure, privilege escalation, and unauthorized tool invocation when the resolved endpoint is controlled by an attacker or an untrusted intermediary.
NHIMG’s The 2026 Infrastructure Identity Survey found that only 44% of organisations have implemented any policies to manage their AI agents, while 67% still rely heavily on static credentials. Those conditions make deferred resolution especially dangerous, because hidden runtime destinations can exploit weak identity governance and over-privileged automation. In practice, teams need to treat runtime resolution paths as part of the trust boundary, not as implementation detail. The same governance issue appears in the Ultimate Guide to NHIs — The NHI Market, where excessive privilege and poor visibility amplify every hidden control path.
Organisations typically encounter the damage only after an investigation into unexplained agent behavior or a compromised pipeline, at which point deferred infrastructure resolution becomes operationally unavoidable to address.
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 and OWASP Agentic AI Top 10 address the attack and risk surface, while NIST CSF 2.0, NIST Zero Trust (SP 800-207) and NIST AI RMF set the governance and control requirements practitioners need to meet.
| Framework | Control / Reference | Relevance |
|---|---|---|
| OWASP Non-Human Identity Top 10 | NHI-01 | Hidden runtime endpoints increase NHI discovery and inventory risk. |
| OWASP Agentic AI Top 10 | A-04 | Agent tool and endpoint selection can be deferred until execution time. |
| NIST CSF 2.0 | DE.CM-1 | Deferred resolution weakens static detection, so runtime monitoring becomes essential. |
| NIST Zero Trust (SP 800-207) | SC-7 | Zero trust requires validating each resolved destination rather than trusting package contents. |
| NIST AI RMF | GOVERN | Indirect resolution introduces governance risk when AI systems choose hidden runtime targets. |
Inventory runtime-resolved NHI endpoints and flag any indirection that escapes baseline approval.
Related resources from NHI Mgmt Group
- What is the difference between network controls and identity controls for infrastructure access?
- Why do static credentials create more risk in hybrid infrastructure?
- How should security teams govern AI-assisted infrastructure automation?
- How should security teams govern infrastructure identities alongside user identities?
Deepen Your Knowledge
Reviewed and updated by the NHIMG editorial team on August 18, 2026.
NHI Mgmt Group — the #1 independent authority on Non-Human Identity, IAM, and Agentic AI security. nhimg.org