Sovereign namespace integrity is the property whereby an organisation retains uninterrupted, exclusive control over the DNS names, certificate chains and resolver paths that identify and authenticate its digital infrastructure, without depending on any entity subject to a foreign jurisdiction’s compelled-disclosure or seizure authority. For European regulated organisations in government, finance, healthcare and law, this property is not a configuration preference: it is a prerequisite for operational continuity and for demonstrable compliance with NIS-2, GDPR and DORA.
The Legal Machinery Behind Foreign Domain Seizure
Understanding the seizure risk begins with the specific statutes that create it, not with abstract geopolitical concern.
The primary instrument is 18 U.S.C. § 981, the US civil asset forfeiture statute. It authorises the Department of Justice to obtain a federal seizure warrant compelling any US-incorporated registry operator to redirect, lock or transfer a domain name. Verisign, Inc., which operates the .com and .net generic TLD registries under contract with ICANN, is a Virginia-registered company. Any domain ending in .com or .net is therefore one federal warrant away from redirection, regardless of where the registrant is located or whether that registrant has any connection to the United States.
Beyond forfeiture, FISA Section 702 and the CLOUD Act extend US government reach to data and communications held by US-controlled providers, including DNS operators and certificate authorities. A compelled FISA order does not require the target to be notified, and a gag order can prevent the provider from disclosing that the order exists.
The US DOJ seized more than 1,000 domain names in a single coordinated enforcement action in 2023, demonstrating the scale and speed at which US authorities can neutralise domain assets globally (US Department of Justice, 2023).
The ICANN Governmental Advisory Committee (GAC), the intergovernmental body that advises ICANN on public-policy matters, has acknowledged this tension directly: “The security and stability of the DNS is a global public good. Unilateral actions that affect the domain name system’s predictability undermine the trust that billions of users and organisations place in the internet’s core infrastructure.” (ICANN GAC Communiqués, https://gac.icann.org). Despite that statement, ICANN’s contractual mechanisms give it no power to block a lawful US court order directed at a US-registered registry operator.
Why ccTLDs Alone Are Not a Complete Solution
Registering under a European country-code TLD such as .de, .nl or .fr removes the Verisign dependency for the public-facing domain, because ccTLD operators are national entities subject to the law of their member state. However, that single change leaves other layers of the namespace stack exposed.
If the organisation’s recursive DNS resolver is a US-headquartered public resolver such as Google Public DNS (8.8.8.8) or Cloudflare (1.1.1.1 operated under US jurisdiction), then every internal lookup travels through infrastructure subject to US law. If the TLS certificates for internal services are issued by DigiCert, Sectigo or GlobalSign, all of which maintain their primary legal entities under US or UK jurisdiction, then a compelled certificate issuance or revocation affects the organisation’s ability to authenticate its own services to its own staff. The risk is systemic across the namespace stack, not limited to the TLD layer.
DNSSEC, Sovereign Resolvers and the Internal Namespace
A DNSSEC-signed internal namespace, anchored to a self-hosted resolver chain, severs the dependency on foreign-controlled DNS infrastructure for internal service resolution.
DNSSEC, specified in RFC 4033 through 4035, creates a cryptographic chain of trust from a signed zone apex down to individual resource records. If an adversary, including one acting under a foreign court order, attempts to substitute fraudulent DNS responses, the cryptographic signatures will not validate and the resolver will reject the forged records. This protection only holds, however, if the resolver itself is under the organisation’s control and is validating signatures against a locally held trust anchor, not delegating validation to a third-party resolver.
A sovereign resolver architecture for a regulated organisation consists of three components operating in combination. First, split-horizon DNS: the internal namespace (for example, services.internal.organisation.eu) is served only by authoritative nameservers located inside the organisation’s own network perimeter, invisible to the public DNS tree. External resolvers cannot query it, and no registry operator can modify it. Second, sovereign anycast resolvers: all internal clients resolve through resolvers the organisation operates, configured to validate DNSSEC signatures and to refuse forwarding to any upstream resolver outside the organisation’s trusted network. Third, a self-hosted root zone mirror: for environments requiring the highest level of resilience, a local copy of the IANA root zone, refreshed via authenticated AXFR from the organisation’s own mirror node, means that even a hypothetical disruption to the root server network does not interrupt internal resolution.
DNS-over-HTTPS (DoH) and DNS-over-TLS (DoT) encrypt the resolver-to-client channel, preventing interception or manipulation of DNS responses in transit across untrusted network segments, including WAN links used by travelling staff.
ENISA’s 2023 Threat Landscape report identified DNS hijacking and BGP route manipulation as among the top infrastructure threats affecting European public and critical-sector organisations (ENISA, 2023). Yet the ENISA NIS Investment Report 2023 found that only 34 percent of EU operators of essential services had implemented DNSSEC across their external-facing infrastructure, let alone their internal namespaces (ENISA, 2023).
DANE and TLSA Records: Binding Certificates to the DNS
DANE (DNS-Based Authentication of Named Entities), defined in RFC 7671, provides a mechanism to publish the expected TLS certificate or public key for a service directly in the DNSSEC-signed DNS zone as a TLSA record. A DANE-aware TLS client retrieving a TLSA record for a hostname will verify that the certificate presented by the server matches the pinned value in the DNS. If a commercial CA issues a fraudulent or compelled certificate for that hostname, the TLSA record will not match and the connection will fail.
For sovereign internal infrastructure this has a precise implication: even if DigiCert or Sectigo were compelled by a foreign court to issue a certificate for an internal service name, that certificate would be rejected by any client resolving through the organisation’s DNSSEC-validating internal resolver, because the TLSA record anchors trust to the organisation’s own private CA, not to the public root store.
The Private CA: Eliminating the Commercial Root-of-Trust Dependency
Commercial certificate authorities including DigiCert (Delaware, USA), Sectigo (New Jersey, USA) and GlobalSign (Washington state, USA primary entity) are subject to US law. Let’s Encrypt is operated by the Internet Security Research Group (ISRG), also a US entity. ENISA has noted explicitly: “Organisations that rely solely on publicly trusted certificate authorities for their internal PKI inherit the legal and operational risk profile of those CAs, including any compelled disclosure obligations those CAs face under their domestic law.” (ENISA Guidelines on Security of Internet Protocols, https://www.enisa.europa.eu).
An air-gapped private CA eliminates this dependency entirely. The root CA key material is generated and stored in a hardware security module (HSM) that never connects to the internet. Intermediate CAs, which issue end-entity certificates for internal services, are online but do not trust any external root. Internal clients are configured to trust only the organisation’s own root certificate. No external authority can revoke, replace or shadow that root.
| PKI model | Root jurisdiction | Compelled issuance risk | Compelled revocation risk | Suitable for sovereign internal services |
|---|---|---|---|---|
| Commercial CA (DigiCert, Sectigo, Let’s Encrypt / ISRG) | US or UK | Yes, under FISA / CLOUD Act | Yes | No |
| European commercial CA (HARICA, Actalis) | EU / IT | Reduced, subject to national law | Reduced | Partial |
| Air-gapped private CA (organisation-operated) | Organisation’s own jurisdiction | None (no external authority) | None | Yes |
Documenting DNS and PKI Sovereignty for NIS-2 and DORA
Demonstrating compliance is as operationally significant as achieving it. Two regulatory frameworks impose explicit documentation requirements that DNS and PKI sovereignty directly satisfies.
NIS-2 Article 21 requires operators of essential services and important entities to assess and manage supply-chain security risks. A DNS and PKI sovereignty assessment for Article 21 purposes should identify every provider in the resolution and certificate chain, record the jurisdiction of each, describe the contractual and technical controls that limit exposure, and state what residual risk remains. The existence of a DNSSEC-signed internal namespace, a private CA and a sovereign resolver chain should be described as technical controls that reduce supply-chain dependency on foreign-jurisdiction providers to zero for internal services.
DORA Article 28 and the associated ICT register of information require financial entities to document third-party ICT service providers and the functions they support. Each DNS resolver, registrar and CA used by the organisation constitutes an ICT third-party service. The register entry for each should record: provider name, legal domicile, the services provided, the criticality classification of those services, and the contractual and technical substitutability arrangements. Where the organisation has replaced a foreign-jurisdiction provider with a self-operated component, the entry should state “internally operated, no third-party dependency” and reference the internal technical documentation.
Both frameworks benefit from a continuous evidence trail: DNSSEC validation logs, certificate transparency log entries for the private CA, resolver audit logs and change-management records for the root zone mirror. These artefacts constitute audit-ready proof of operational independence that a supervisory authority, such as a national financial regulator under DORA or a designated NIS-2 competent authority, can inspect without relying on the organisation’s self-assertion alone.
FAQ
Can the US government seize a .com or .net domain belonging to a European organisation even if the organisation has no US presence?
Yes. Verisign, which operates the .com and .net registries, is a US company subject to US court orders. Under 18 U.S.C. § 981 and related civil forfeiture statutes, the DOJ can obtain a seizure warrant compelling Verisign to redirect or lock any domain in those registries, regardless of where the registrant is located. A European organisation operating under .com or .net is therefore exposed to this authority.
Does registering a domain under a European ccTLD such as .de or .nl fully eliminate foreign jurisdiction risk?
It substantially reduces the risk for the public-facing domain, because ccTLD operators are national entities subject to local law. However, if the organisation’s DNS resolver, certificate authority or registrar still routes through US-jurisdiction infrastructure, a residual attack surface remains. A complete sovereign namespace architecture addresses all layers: TLD, resolver, CA and DNSSEC signing, not only the registry.
What is DANE and why does it matter for sovereign infrastructure?
DANE (DNS-Based Authentication of Named Entities), defined in RFC 7671, allows an organisation to publish TLSA records in its DNSSEC-signed zone that pin the TLS certificate a client should expect. If a rogue or compelled commercial CA issues a fraudulent certificate for a service name, DANE-aware clients reject it because it does not match the TLSA record. This eliminates the dependency on the commercial CA trust store for internal services, and it works only when DNSSEC validation is enforced end to end.
How should a CISO document DNS and PKI sovereignty for a NIS-2 Article 21 supply-chain audit?
The Article 21 supply-chain assessment should identify every DNS and PKI provider in the chain, note their jurisdiction and record the contractual and technical controls in place. For DNS this means documenting the resolver chain, DNSSEC signing status and the location of authoritative nameservers. For PKI it means documenting whether the organisation uses a private CA, which root stores are trusted by internal clients, and whether that CA is operationally independent of any foreign-jurisdiction entity. The same information feeds the DORA ICT register of information as a third-party ICT service entry with a criticality classification.
Is Let’s Encrypt safe to use for internal sovereign infrastructure?
Let’s Encrypt is operated by the Internet Security Research Group (ISRG), a US non-profit subject to US law including FISA and compelled-disclosure orders. For public-facing websites with low sensitivity the risk profile is generally accepted. For internal sovereign infrastructure, where the integrity of the certificate chain is operationally critical, running a private CA that is not anchored to any public root eliminates the ISRG dependency. Internal clients trust only the organisation’s own root certificate, which no external authority can revoke or replace.
Hoe Qsentinel dit oplost
Qsentinel is the managed Nextcloud Enterprise workspace, enhanced by Qsentinel with post-quantum encryption and sovereign private AI, hosted in Switzerland or on-premise, out of reach of the CLOUD Act.
