Subscribe to the Non-Human & AI Identity Journal

How should banks govern DNS as part of identity and access security?

Banks should treat DNS as part of the trust path that supports identity, not as a separate infrastructure concern. Governance should cover record integrity, availability, routing ownership, and incident response so customers can reliably reach authenticated services without redirection or disruption.

Why This Matters for Security Teams

Banks often manage DNS as an uptime problem, but it is also part of the identity trust path. If an attacker can tamper with records, hijack routing ownership, or interrupt resolution, customers may be steered away from authenticated services or locked out entirely. That makes DNS governance a control issue, not just an infrastructure one. The NIST Cybersecurity Framework 2.0 is useful here because it frames external dependencies, resilience, and response as governance duties.

This matters even more where banks rely on OAuth apps, service accounts, and federated access to connect customer portals, internal systems, and third parties. NHIMG research shows only 5.7% of organisations have full visibility into their service accounts, and 80% of identity breaches involved compromised non-human identities such as service accounts and API keys in Ultimate Guide to NHIs. DNS misconfigurations can turn those identity failures into customer-facing outages or redirection events. In practice, many security teams encounter DNS abuse only after authentication anomalies or service disruption have already occurred, rather than through intentional control testing.

How It Works in Practice

Governing DNS as identity and access security starts with treating each record, zone, and registrar action as a protected change boundary. Banks should require strong authentication for DNS administration, separation of duties for approvals, and logging that ties changes to named operators and tickets. That aligns with the spirit of the OWASP Non-Human Identity Top 10, because many DNS changes are executed by automation, deployment pipelines, or service accounts rather than humans at a console.

Operationally, DNS governance should cover:

  • Ownership of zones, subdomains, and registrar accounts.
  • Change control for A, CNAME, MX, NS, TXT, and delegations.
  • Short-lived credentials for DNS automation and break-glass access.
  • Monitoring for unauthorized record drift, lookalike domains, and registrar changes.
  • Incident playbooks for cache poisoning, hijack attempts, and failed resolution.

For banks, the practical issue is that DNS often supports certificate validation, SSO endpoints, API gateways, and mail authentication. If those records are altered, identity controls downstream can be bypassed or destabilized. NHIMG’s Top 10 NHI Issues highlights how credential sprawl and weak lifecycle discipline create exposed paths that attackers can chain. The right model is to bind DNS changes to policy, require strong audit trails, and continuously compare live records against approved baselines. These controls tend to break down when multiple managed service providers share DNS administration because ownership, logging, and revocation become fragmented across trust boundaries.

Common Variations and Edge Cases

Tighter DNS governance often increases operational overhead, so banks have to balance resilience against deployment speed and global availability. That tradeoff is real when large environments use many delegated subdomains, regional failover records, or managed DNS services with separate administrative models.

Best practice is evolving for DNSSEC, registry locking, and continuous monitoring, and there is no universal standard for every banking topology yet. Some teams focus first on registrar hardening and change approval, while others prioritize runtime detection of drift and suspicious delegation changes. The right sequence depends on risk appetite and service criticality.

Edge cases also matter. Third-party managed DNS, outsourced web platforms, and cloud-native service discovery can create identity dependencies that sit outside the core bank control plane. In those cases, DNS governance should extend to vendor access reviews, registrar recovery procedures, and emergency rollback paths. The Ultimate Guide to NHIs and the NIST CSF both support this broader governance view: protect the trust path, not just the server. Banks that skip this step usually discover the gap during a failover event, a certificate renewal issue, or a suspicious redirect, when restoration time is already expensive.

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 AI RMF set the governance and control requirements practitioners need to meet.

Framework Control / Reference Relevance
NIST CSF 2.0 ID.AM-3 DNS is an external dependency that must be inventoried and governed.
OWASP Non-Human Identity Top 10 NHI-03 DNS automation often relies on secrets and service accounts that need rotation.
NIST AI RMF DNS supports trustworthy AI and digital services, so governance must address risk and monitoring.

Inventory DNS ownership and dependencies, then tie them to change control and recovery procedures.