Subscribe to the Non-Human & AI Identity Journal

Continuous discovery

Continuous discovery is the ongoing process of detecting identities as they appear, change, or disappear across environments. For AI agents and other NHIs, it prevents inventory drift and keeps ownership, privilege, and lifecycle controls aligned with the live environment.

Expanded Definition

Continuous discovery is the operational practice of detecting Non-Human Identities as they are created, modified, rotated, delegated, or retired across cloud, on-premises, SaaS, and CI/CD environments. It is broader than a one-time inventory scan because the identity estate changes faster than periodic reviews can capture.

For NHI programs, continuous discovery closes the gap between what security teams think exists and what is actually active. That matters for AI agents, service accounts, workload identities, API keys, certificates, and other Secrets that may be created outside standard approval paths. In practice, continuous discovery feeds ownership, policy enforcement, and lifecycle workflows so that RBAC, PAM, JIT, and Zero Standing Privilege controls remain tied to live reality. No single standard governs this yet, so vendor implementations vary in how they correlate identities, secrets, and workload telemetry. The NIST Cybersecurity Framework 2.0 is useful here because it reinforces ongoing identification and governance as operational requirements, not one-time projects.

The most common misapplication is treating discovery as a scheduled audit task, which occurs when teams rely on quarterly exports or CMDB snapshots while identities are being created and revoked continuously.

Examples and Use Cases

Implementing continuous discovery rigorously often introduces telemetry, correlation, and tuning overhead, requiring organisations to weigh broader visibility against added operational cost and false-positive handling.

  • Cloud teams detect new service accounts the moment a workload is provisioned, then link them to owners and intended permissions before excessive access accumulates.
  • Security teams use continuous discovery to find orphaned API keys and certificates that remain active after deployment pipelines change. The NHI Lifecycle Management Guide explains why lifecycle telemetry must cover creation through revocation.
  • Platform engineers map identities created by CI/CD tools, then verify they are rotated and removed when the pipeline or agent changes.
  • Identity teams feed discovery results into access reviews so RBAC policies reflect what workloads actually do, not what a spreadsheet says they should do.
  • During incident response, analysts trace which agent or workload used a secret, then confirm whether the identity still exists or was silently duplicated.

For agentic systems, this also helps distinguish legitimate AI Agent activity from stale credentials that should no longer be trusted. Guidance is still evolving, but the NIST Cybersecurity Framework 2.0 remains a strong anchor for continuous visibility, response, and recovery expectations.

Why It Matters in NHI Security

Continuous discovery is foundational because NHI environments drift quickly, and drift turns into blind spots, privilege creep, and unmanaged secrets. NHIs already outnumber human identities by 25x to 50x in modern enterprises, which makes any visibility gap a scaling problem rather than a corner case. NHI Mgmt Group research shows that only 5.7% of organisations have full visibility into their service accounts, a clear sign that static inventory methods are failing at enterprise scale.

That lack of visibility directly undermines governance. If teams cannot see newly created identities, they cannot verify ownership, enforce ZTA-aligned constraints, or spot accounts that should have been rotated or revoked. It also weakens incident response because compromised identities can remain active long after the triggering event. The Top 10 NHI Issues and the Ultimate Guide to NHIs — Key Challenges and Risks both show that visibility and lifecycle control are inseparable in mature NHI programs.

Organisations typically encounter the need for continuous discovery only after an unexplained breach, failed audit, or failed secret rotation exposes identities that were never in the asset list.

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 address the attack and risk surface, while NIST CSF 2.0 and NIST Zero Trust (SP 800-207) set the governance and control requirements practitioners need to meet.

Framework Control / Reference Relevance
OWASP Non-Human Identity Top 10 NHI-01 Discovery is the basis for knowing what NHIs exist and where they operate.
NIST CSF 2.0 ID.AM-1 Asset management requires an accurate, current view of identities and supporting assets.
NIST Zero Trust (SP 800-207) PL-2 Zero Trust depends on continuously knowing identity state before authorizing access.

Continuously inventory NHIs and feed results into ownership, rotation, and deprovisioning workflows.