<?xml version='1.0' encoding='utf-8'?>
<!DOCTYPE rfc [
  <!ENTITY nbsp    "&#160;">
  <!ENTITY zwsp   "&#8203;">
  <!ENTITY nbhy   "&#8209;">
  <!ENTITY wj     "&#8288;">
]>
<?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
<!-- generated by https://github.com/cabo/kramdown-rfc version 1.7.19 (Ruby 2.6.10) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-ietf-dnsop-domain-verification-techniques-08" category="bcp" consensus="true" submissionType="IETF" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.23.2 -->
  <front>
    <title abbrev="Domain Control Validation using DNS">Domain Control Validation using DNS</title>
    <seriesInfo name="Internet-Draft" value="draft-ietf-dnsop-domain-verification-techniques-08"/>
    <author initials="S." surname="Sahib" fullname="Shivan Sahib">
      <organization>Brave Software</organization>
      <address>
        <email>shivankaulsahib@gmail.com</email>
      </address>
    </author>
    <author initials="S." surname="Huque" fullname="Shumon Huque">
      <organization>Salesforce</organization>
      <address>
        <email>shuque@gmail.com</email>
      </address>
    </author>
    <author initials="P." surname="Wouters" fullname="Paul Wouters">
      <organization>Aiven</organization>
      <address>
        <email>paul.wouters@aiven.io</email>
      </address>
    </author>
    <author initials="E." surname="Nygren" fullname="Erik Nygren">
      <organization>Akamai Technologies</organization>
      <address>
        <email>erik+ietf@nygren.org</email>
      </address>
    </author>
    <author initials="T." surname="Wicinski" fullname="Tim Wicinski">
      <organization>Cox Communications</organization>
      <address>
        <email>tjw.ietf@gmail.com</email>
      </address>
    </author>
    <date year="2025" month="July" day="04"/>
    <keyword>Internet-Draft</keyword>
    <abstract>
      <?line 108?>

<t>Many application services on the Internet need to verify ownership or control of a domain in the Domain Name System (DNS). The general term for this process is "Domain Control Validation", and can be done using a variety of methods such as email, HTTP/HTTPS, or the DNS itself. This document focuses only on DNS-based methods, which typically involve the Application Service Provider requesting a DNS record with a specific format and content to be visible in the domain to be verified. There is wide variation in the details of these methods today. This document provides some best practices to avoid known problems.</t>
    </abstract>
    <note removeInRFC="true">
      <name>Discussion Venues</name>
      <t>Source for this draft and an issue tracker can be found at
  <eref target="https://github.com/ietf-wg-dnsop/draft-ietf-dnsop-domain-verification-techniques/"/>.</t>
    </note>
  </front>
  <middle>
    <?line 112?>

<section anchor="introduction">
      <name>Introduction</name>
      <t>Many Application Service Providers of internet services need domain owners to prove that they control a particular DNS domain before the Application Service Provider can operate services for or grant some privilege to that domain. For instance, Certification Authorities (CAs) ask requesters of TLS certificates to prove that they operate the domain they are requesting the certificate for. Application Service Providers generally allow for several different ways of proving control of a domain. In practice, DNS-based methods take the form of the Application Service Provider generating a random token and asking the requester to create a DNS record containing this random token and placing it at a location within the domain that the Application Service Provider can query for.</t>
      <t>This document recommends using TXT based domain control validation in a way that is targeted to the specific application service and uses random tokens.</t>
    </section>
    <section anchor="conventions-and-definitions">
      <name>Conventions and Definitions</name>
      <t>The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL
NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "NOT RECOMMENDED",
"MAY", and "OPTIONAL" in this document are to be interpreted as
described in BCP 14 <xref target="RFC2119"/> <xref target="RFC8174"/> when, and only when, they
appear in all capitals, as shown here.
<?line -6?>
      </t>
      <ul spacing="normal">
        <li>
          <t><tt>Application Service Provider</tt>: an internet-based provider of a service, for e.g., a Certification Authority or a service that allows for user-controlled websites. These services often require a User to verify that they control a domain. The Application Service Provider may be implementing a standard protocol for domain validation (such as <xref target="RFC8555"/>) or they may have their own specification.</t>
        </li>
        <li>
          <t><tt>Intermediary</tt>: an internet-based service that leverages the services of other providers on behalf of a User. For example, an Intermediary might be a service that allows for User-controlled websites and in-turn needs to use a Certification Authority provider to get TLS certificates for the User on behalf of the website.</t>
        </li>
        <li>
          <t><tt>Validation Record</tt>: the DNS record that is used to prove ownership of a domain name (<xref target="RFC9499"/>). It typically contains an unguessable value generated by the Application Service Provider which serves as a challenge. The Application Service Provider looks for the Validation Record in the zone of the domain name being verified and checks if it contains the unguessable value.</t>
        </li>
        <li>
          <t><tt>DNS Administrator</tt>: the owner or responsible party for the contents of a domain in the DNS.</t>
        </li>
        <li>
          <t><tt>User</tt>: the owner or operator of a domain in the DNS who needs to prove ownership of that domain to an Application Service Provider, often on behalf of an account at the Application Service Provider, working in coordination with their DNS Administrator.</t>
        </li>
        <li>
          <t><tt>Random Token</tt>: a random value that uniquely identifies the DNS domain control validation challenge, defined in <xref target="random-token"/>.</t>
        </li>
      </ul>
    </section>
    <section anchor="purpose">
      <name>Purpose of Domain Control Validation</name>
      <t>Domain Control Validation allows a User to demonstrate to an Application Service Provider that they have enough control over a domain to place a DNS challenge provided by Application Service Provider into the domain. Because the challenge becomes publically visible as soon as it is placed into the DNS, the security properties rely on the causal relationship between the Application Service Provider generating a specific challenge and the challenge appearing in the DNS at a specified location. Domain Control Validation can be used either as a one-off or for a persistent validation depending on the application scenario:</t>
      <ul spacing="normal">
        <li>
          <t>As a one-off validation, the Validation Record is time-bound and it can be removed once its presence is confirmed by the Application Service Provider. These are appropriate when the validation is being performed as part of an action such as requesting certificate issuance.</t>
        </li>
        <li>
          <t>As a persistent validation, the introduction of the Validation Record into the domain demonstrates to the Application Service Provider that the User had control over the domain at that time, and its continued presence demonstrates only that either the DNS Administrator of the domain has left the Validation Record in-place (perhaps unintentionally) or that a new owner of the domain has re-introduced the Validation Record. The validation can be revoked by removing the Validation Record although this revocation will not be noticed until the Application Service Provider next checks for the presence of the record.</t>
        </li>
      </ul>
      <t>Persistent validation is only appropriate for applications where the validation is tightly coupled to the User at the Application Service Provider, as once a token is disclosed there is no guarantee that it hasn't been copied by the new owner of a domain.</t>
      <t>Delegated Domain Validation (<xref target="delegated"/>) is typically used as a way to adapt between these modes, with a persistent validation to an Intermediary enabling the Intermediary to transitively perform recurring one-off validations.</t>
    </section>
    <section anchor="scope">
      <name>Scope of Validation</name>
      <t>For security reasons, it is crucial to understand the scope of the domain name being validated. Both Application Service Providers and the User need to clearly specify and understand whether the validation request is for a single hostname, a wildcard (all hostnames immediately under that domain), or for the entire domain and subdomains rooted at that name. This is particularly important in large multi-tenant enterprises, where an individual deployer of a service may not necessarily have operational authority of an entire domain.</t>
      <t>In the case of X.509 certificate issuance, the certificate signing request and associated challenge are clear about whether they are for a single host or a wildcard domain. Unfortunately, the ACME protocol's DNS-01 challenge mechanism (<xref section="8.4" sectionFormat="comma" target="RFC8555"/>) does not differentiate these cases in the DNS Validation Record. In the absence of this distinction, the DNS administrator tasked with deploying the Validation Record may need to explicitly confirm the details of the certificate issuance request to make sure the certificate is not given broader authority than the User intended.</t>
      <t>In the more general case of an Internet application service granting authority to a domain owner, again no existing DNS challenge scheme makes this distinction today. New applications should consider having different application names for different scopes, as described. Regardless, services should very clearly indicate the scope of the validation in their public documentation so that the domain administrator can use this information to assess whether the Validation Record is granting the appropriately scoped authority.</t>
    </section>
    <section anchor="recommendations">
      <name>Recommendations</name>
      <t>All Domain Control Validation mechanisms are implemented by a DNS resource record with at least the following information:</t>
      <ol spacing="normal" type="1"><li>
          <t>A record name related to the domain name being validated, usually constructed by prepending an application specific label.</t>
        </li>
        <li>
          <t>One or more random tokens.</t>
        </li>
      </ol>
      <section anchor="txt-record">
        <name>TXT Record based Validation</name>
        <t>The RECOMMENDED method of doing DNS-based domain control validation is to use DNS TXT records as the Validation Record. The name is constructed as described in <xref target="name"/>, and RDATA MUST contain at least a Random Token (constructed as in <xref target="random-token"/>). If there are multiple RDATA strings for a record, the Application Service Provider MUST treat them as a concatenated string. If metadata (see <xref target="metadata"/>) is not used, then the unique token generated as-above can be placed as the only contents of the RDATA. For example:</t>
        <artwork><![CDATA[
_example_service-challenge.example.com.  IN   TXT  "3419...3d206c4"
]]></artwork>
        <t>This again allows the Application Service Provider to query only for application-specific records it needs, while giving flexibility to the User adding the DNS record (i.e., they can be given permission to only add records under a specific prefix by the DNS administrator).</t>
        <t>Application Service Providers MUST validate that a random token in the TXT record matches the one that they gave to the User for that specific domain name. Whether or not multiple Validation Records can exist for the same domain is up to the Application Service Provider's application specification. In case there are multiple TXT records for the specific domain name, the Application Service Provider MUST confirm at least one record matches.</t>
        <section anchor="random-token">
          <name>Random Token</name>
          <t>A unique token should be used in the challenge. It should be a random value issued between parties (Application Service Provider to User, Application Service Provider to Intermediary, or Intermediary to User) with the following properties:</t>
          <ol spacing="normal" type="1"><li>
              <t>MUST have at least 128 bits of entropy.</t>
            </li>
            <li>
              <t>base64url (<xref section="5" sectionFormat="comma" target="RFC4648"/>) encoded, base32 (<xref section="6" sectionFormat="comma" target="RFC4648"/>) encoded, or base16 (<xref section="8" sectionFormat="comma" target="RFC4648"/>) encoded.</t>
            </li>
          </ol>
          <t>See <xref target="RFC4086"/> for additional information on randomness requirements.</t>
          <t>Base32 encoding or hexadecimal base16 encoding are RECOMMENDED to be specified when the random token would exist in a DNS label such as in a CNAME target.  This is because base64 relies on mixed case (and DNS is case-insensitive as clarified in <xref target="RFC4343"/>) and because some base64 characters ("/", "+", and "=") may not be permitted by implementations that limit allowed characters to those allowed in hostnames.  If base32 is used, it SHOULD be specified in way that safely omits the trailing padding ("=").  Note that DNS labels are limited to 63 octets which limits how large such a token may be.</t>
          <t>This random token is placed in either the RDATA or an owner name, as described in the rest of this section.  Some methods of validation may involve multiple independent random tokens.</t>
        </section>
        <section anchor="metadata">
          <name>Token Metadata</name>
          <t>It may be desirable to associate metadata with the token in a Validation Record. When specified, metadata SHOULD be encoded in the RDATA via space-separated ASCII key-value pairs, with the key "token" prefixing the random token. For example:</t>
          <artwork><![CDATA[
_example_service-challenge.example.com.  IN   TXT  "token=3419...3d206c4"
]]></artwork>
          <t>If there are multiple tokens required, each one MUST be in a separate RR to allow them to match up with any additional attributes.  For example:</t>
          <artwork><![CDATA[
_example_service-challenge.example.com.  IN   TXT  "token=3419...3d206c4 attr=bar"
                             IN   TXT  "token=5454...45dc45a attr=quux"
]]></artwork>
          <t>The token MUST be the first element in the key-value list. If the TXT record RDATA is not prefixed with <tt>token=</tt> then the entire RDATA should be assumed to be the token (as this might split the trailing "==" or "=" at the end of base64 encoding).</t>
          <t>Keys are considered to be case-insensitive. Each Validation Record consists of RDATA for val-record with the following grammar (with an ABNF per <xref target="RFC5234"/>):</t>
          <t>val-record     = keyvalue-list
  keyvalue-list  = keyvalue-pair *( SP keyvalue-pair )
  keyvalue-pair  = key "=" value</t>
          <t>key            = 1*key-char
  key-char       = ALPHA / DIGIT / "-" / "_"</t>
          <t>value          = *value-char
  value-char    = ALPHA / DIGIT / "+" / "/" / "=" / ":" / "+" / "-" / "_"</t>
          <t>If an alternate syntax is used by the Application Service Provider for token metadata, they MUST specify a grammar for it.</t>
        </section>
      </section>
      <section anchor="name">
        <name>Validation Record Owner Name</name>
        <t>The RECOMMENDED format for a Validation Record's owner name is application-specific underscore prefix labels. Domain Control Validation Records are constructed by the Application Service Provider by prepending the label "<tt>_&lt;PROVIDER_RELEVANT_NAME&gt;-challenge</tt>" to the domain name being validated (e.g. "_example_service-challenge.example.com"). The prefix "_" is used to avoid collisions with existing hostnames and to prevent the owner name from being a valid hostname.</t>
        <t>If an Application Service Provider has an application-specific need to have multiple validations for the same label, multiple prefixes can be used, such as "<tt>_&lt;FEATURE&gt;._&lt;PROVIDER_RELEVANT_NAME&gt;-challenge</tt>".</t>
        <t>Application owners SHOULD utilize the IANA "Underscored and Globally Scoped DNS Node Names" registry <xref target="UNDERSCORE-REGISTRY"/> and avoid using underscore labels that already exist in the registry.</t>
        <t>As a simplification, some applications may decide to omit the "-challenge" suffix and use just "<tt>_&lt;PROVIDER_RELEVANT_NAME&gt;</tt>" as the label.</t>
      </section>
      <section anchor="time-bound-checking-and-expiration">
        <name>Time-bound checking and Expiration</name>
        <t>For persistent validations, Application Service Providers MUST provide clear instructions for how to perform revocations through the removal of a Validation Record, including details on the frequency at which re-validation is performed. Application Service Providers MAY monitor for changes in domain ownership and request re-confirmation via a new token.</t>
        <t>For one-off validations, after domain control validation is completed there is typically no need for the Validation Record to continue to exist after being confirmed by the Application Service Provider. It should be safe to remove the validation DNS record once the validation is complete.</t>
        <t>Application Service Providers MUST provide clear instructions on how long the challenge token is valid for, and thus when a Validation Record can be removed. These instructions should preferably be encoded within the RDATA.</t>
        <t>The instructions for validity duration MAY be encoded in the RDATA as token metadata (<xref target="metadata"/> using the key "expiry" to hold a time after which it is safe to remove the Validation Record. For example:</t>
        <artwork><![CDATA[
_example_service-challenge.example.com.  IN   TXT  "token=3419...3d206c4 expiry=2023-02-08T02:03:19+00:00"
]]></artwork>
        <t>When an expiry time is specified, the value of "expiry" SHALL be in ISO 8601 format as specified in <xref section="5.6" sectionFormat="comma" target="RFC3339"/>.</t>
        <t>A simpler variation of the expiry time is also ISO 8601 valid and can also be specified, using the "full-date" format. For example:</t>
        <artwork><![CDATA[
_example_service-challenge.example.com.  IN   TXT  "token=3419...3d206c4 expiry=2023-02-08"
]]></artwork>
        <t>Alternatively, if the record should never expire (for instance, persistent validations that are checked periodically by the Application Service Provider) and should not be removed, the key "expiry" SHALL be set to have value "never".</t>
        <artwork><![CDATA[
_example_service-challenge.example.com.  IN   TXT  "token=3419...3d206c4 expiry=never"
]]></artwork>
        <t>The "expiry" key MAY be omitted in cases where the Application Service Provider has clarified the record expiry policy out-of-band.</t>
        <artwork><![CDATA[
_example_service-challenge.example.com.  IN   TXT  "token=3419...3d206c4"
]]></artwork>
        <t>Note that this is semantically the same as:</t>
        <artwork><![CDATA[
_example_service-challenge.example.com.  IN   TXT  "3419...3d206c4"
]]></artwork>
        <t>The User SHOULD de-provision the resource record provisioned for DNS-based domain control validation once it is no longer required.</t>
      </section>
      <section anchor="ttl-considerations">
        <name>TTL Considerations</name>
        <t>The TTL <xref target="RFC1034"/> for Validation Records SHOULD be short to allow recovering from potential misconfigurations. These records will not be polled frequently so caching or resolver load will not be an issue.</t>
        <t>The Application Service Provider looking up a Validation Record may have to wait for up to the SOA minimum TTL (negative caching TTL) of the enclosing zone for the record to become visible, if it has been previously queried. If the application User wants to make the Validation Record visible more quickly they may need to work with the DNS administrator to see if they are willing to lower the SOA minimum TTL (which has implications across the entire zone).</t>
        <t>Application Service Providers' verifiers MAY wish to use dedicated DNS resolvers configured with a low maximum negative caching TTL, flush Validation Records from resolver caches prior to issuing queries or just directly query authoritative name servers to avoid caching.</t>
      </section>
    </section>
    <section anchor="delegated">
      <name>Delegated Domain Control Validation</name>
      <t>Delegated domain control validation lets a User delegate the domain control validation process for their domain to an Intermediary without granting the Intermediary the ability to make changes to their domain or zone configuration.  It is a variation of TXT record validation (<xref target="txt-record"/>) that indirectly inserts a CNAME record prior to the TXT record.</t>
      <t>The Intermediary gives the User a CNAME record to add for the domain and Application Service Provider being validated that points to the Intermediary's domain, where the actual validation TXT record is placed. The record name and base16-encoded (or base32-encoded) random tokens are generated as in <xref target="random-token"/>. For example:</t>
      <artwork><![CDATA[
_example_service-challenge.example.com.  IN   CNAME  <intermediary-random-token>.dcv.intermediary.example.
]]></artwork>
      <t>The Intermediary then adds the actual Validation Record in a domain they control:</t>
      <artwork><![CDATA[
<intermediary-random-token>.dcv.intermediary.example.  IN   TXT "<provider-random-token>"
]]></artwork>
      <t>Such a setup is especially useful when the Application Service Provider wants to periodically re-issue the challenge with a new provider random token. CNAMEs allow automating the renewal process by letting the Intermediary place the random token in their DNS zone instead of needing continuous write access to the User's DNS.</t>
      <t>Importantly, the CNAME record target also contains a random token issued by the Intermediary to the User (preferably over a secure channel) which proves to the Intermediary that example.com is controlled by the User. The Intermediary must keep an association of Users and domain names to the associated Intermediary-random-tokens. Without a linkage validated by the Intermediary during provisioning and renewal there is the risk that an attacker could leverage a "dangling CNAME" to perform a "subdomain takeover" attack (<xref target="SUBDOMAIN-TAKEOVER"/>).</t>
      <t>When a User stops using the Intermediary they should remove the domain control validation CNAME in addition to any other records they have associated with the Intermediary.</t>
    </section>
    <section anchor="multiple">
      <name>Supporting Multiple Intermediaries</name>
      <t>There are use-cases where a User may wish to simultaneously use multiple intermediaries or multiple independent accounts with an Application Service Provider. For example, a hostname may be using a "multi-CDN" where the hostname simultaneously uses multiple Content Delivery Network (CDN) providers.</t>
      <t>To support this, Application Service Providers may support prefixing the challenge with a label containing an unique account identifier of the form <tt>_&lt;identifier-token&gt;</tt>. The identifier token is encoded in base32 or base16, and if the identifier is sensitive in nature, it should be run through a truncated hashing algorithm first. The identifier token should be stable over time and would be provided to the User by the Application Service Provider, or by an Intermediary in the case where domain validation is delegated (<xref target="delegated"/>).</t>
      <t>The resulting record could either directly contain a TXT record or a CNAME (as in <xref target="delegated"/>).  For example:</t>
      <artwork><![CDATA[
_<identifier-token>._example_service-challenge.example.com.  IN   TXT  "3419...3d206c4"
]]></artwork>
      <t>or</t>
      <artwork><![CDATA[
_<identifier-token>._example_service-challenge.example.com.  IN   CNAME  <intermediary-random-token>.dcv.intermediary.example.
]]></artwork>
      <t>When performing validation, the Application Service Provider would resolve the DNS name containing the appropriate identifier token.</t>
      <t>The ACME protocol has incorporated this method to specify DNS account specific challenages in <xref target="ACME-DNS-ACCOUNT-ID"/>.</t>
      <t>Application Service Providers may wish to always prepend the <tt>_&lt;identifier-token&gt;</tt> to make it harder for third parties to scan, even absent supporting multiple intermediaries.  The <tt>_&lt;identifier-token&gt;</tt> MUST start with an underscore so as to not be a valid hostname.</t>
    </section>
    <section anchor="security-considerations">
      <name>Security Considerations</name>
      <section anchor="token-guessing">
        <name>Token Guessing</name>
        <t>If token values aren't long enough or lack adequate entropy there's a risk that a malicious actor could guess a token through repeated attempts.</t>
      </section>
      <section anchor="identifier-token-confusion">
        <name>Identifier Token Confusion</name>
        <t>If identifier-token values (<xref target="multiple"/>) aren't long enough or lack adequate entropy there's a risk that a malicious actor could produce a token that could be confused with an application-specific underscore prefix label.</t>
      </section>
      <section anchor="service-confusion">
        <name>Service Confusion</name>
        <t>A malicious Application Service Provider that promises to deliver something after domain control validation could surreptitiously ask another Application Service Provider to start processing or sending mail for the target domain and then present the victim User with this DNS TXT record pretending to be for their service. Once the User has added the DNS TXT record, instead of getting their service, their domain is now certifying another service of which they are not aware they are now a consumer. If services use a clear description and name attribution in the required DNS TXT record, this can be avoided. For example, by requiring a DNS TXT record at _vendorname.example.com instead of at example.com, a malicious service could no longer forward a challenge from a different service without the User noticing. Both the Application Service Provider and the service being authenticated and authorized should be unambiguous from the Validation Record to prevent malicious services from misleading the domain owner into certifying a different provider or service.</t>
      </section>
      <section anchor="service-collision">
        <name>Service Collision</name>
        <t>As a corollary to <xref target="service-confusion"/>, if the Validation Record is not well-scoped and unambiguous with respect to the Application Service Provider, it could be used to authorize use of another Application Service Provider or service in addition to the original Application Service Provider or service.</t>
      </section>
      <section anchor="scope-confusion">
        <name>Scope Confusion</name>
        <t>Ambiguity of scope introduces risks, as described in <xref target="scope"/>. Distinguishing the scope in the application-specific label, along with good documentation, should help make it clear to DNS administrators whether the record applies to a single hostname, a wildcard, or an entire domain. Always using this indication rather than having a default scope reduces ambiguity, especially for protocols that may have used a shared application-specific label for different scopes in the past. While it would also have been possible to include the scope in as an attribute in the TXT record, that has more potential for ambiguity and misleading an operator, such as if an implementation ignores attribute it doesn't recognize but an attacker includes the attribute to mislead the DNS administrator.</t>
      </section>
      <section anchor="authenticated-channels">
        <name>Authenticated Channels</name>
        <t>Application Service Providers and intermediaries should use authenticated channels to convey instructions and random tokens to Users. Otherwise, an attacker in the middle could alter the instructions, potentially allowing the attacker to provision the service instead of the User.</t>
      </section>
      <section anchor="dns-spoofing-and-dnssec-validation">
        <name>DNS Spoofing and DNSSEC Validation</name>
        <t>A domain owner SHOULD sign their DNS zone using DNSSEC <xref target="RFC9364"/> to protect Validation Records against DNS spoofing attacks, including from on-path attackers.</t>
        <t>DNSSEC validation SHOULD be performed by Application Service Providers that verify Validation Records they have requested to be deployed.</t>
        <t>If no DNSSEC support is detected for the domain being validated, or if DNSSEC validation cannot be performed, Application Service Providers SHOULD attempt to query and confirm the Validation Record by matching responses from multiple DNS resolvers on unpredictable geographically diverse IP addresses to reduce an attacker's ability to complete a challenge by spoofing DNS. Alternatively, Application Service Providers MAY perform multiple queries spread out over a longer time period to reduce the chance of receiving spoofed DNS answers as well as to reduce risks from short-lived route hijacks.</t>
        <t>DNS Spoofing attacks are easier in the case of persistent validation as the expected result is publically known. For example, absent DNSSEC this could allow an on-path attacker to bypass a revocation by continuing to return a record that the DNS Operator had removed from the zone.</t>
      </section>
      <section anchor="application-usage-enumeration">
        <name>Application Usage Enumeration</name>
        <t>The presence of a Validation Record with a predictable domain name (either as a TXT record for the exact domain name where control is being validated or with a well-known label) can allow attackers to enumerate the utilized set of Application Service Providers.</t>
      </section>
      <section anchor="public-suffixes">
        <name>Public Suffixes</name>
        <t>As discussed above in <xref target="domain-boundaries"/>, there are risks in allowing control to be demonstrated over domains which are "public suffixes" (such as ".co.uk" or ".com"). The volunteer-managed Public Suffix List (<xref target="PSL"/>) is one mechanism that can be used. It includes two "divisions" (<xref target="PSL-DIVISIONS"/>) covering both registry-owned public suffixes (the "ICANN" division) and a "PRIVATE" division covering domains submitted by the domain owner.</t>
        <t>Operators of domains which are in the "PRIVATE" public suffix division often provide multi-tenant services such as dynamic DNS, web hosting, and CDN services. As such, they sometimes allow their sub-tenants to provision names as subdomains of their public suffix. There are use-cases that require operators of domains in the public suffix list to demonstrate control over their domain, such as to be added to the Public Suffix List, or to provision a wildcard certificate. At the same time, if an operator of such a domain allows its customers or tenants to create names starting with an underscore ("_") then it opens up substantial risk to the domain operator for attackers to provision services on their domain.</t>
        <t>Whether or not it is appropriate to allow domain verification on a public suffix will depend on the application.  In the general case:</t>
        <ul spacing="normal">
          <li>
            <t>Application Service Providers SHOULD NOT allow verification of ownership for domains which are public suffixes in the "ICANN" division. For example, "_example_service-challenge.co.uk" would not be allowed.</t>
          </li>
          <li>
            <t>Application Service Providers MAY allow verification of ownership for domains which are public suffixes in the "PRIVATE" division, although it would be preferable to apply additional safety checks in this case.</t>
          </li>
        </ul>
      </section>
      <section anchor="unintentional-persistence">
        <name>Unintentional Persistence</name>
        <t>When persistent domain validation is used, a DNS Administrator failing to remove a no-longer desired Validation Record could enable a User to continue to have access to the domain within the Application Service Provider's service.</t>
        <t>When one-off domain validation is used, this is typically implemented through automation where a DNS Administrator grants the User access to make updates to the domain's zone configuration. If the DNS Administrator fails to revoke access to a User who should no longer have access, this would enable the User to continue to perform new validations.</t>
      </section>
      <section anchor="reintroduction-of-validation-records">
        <name>Reintroduction of Validation Records</name>
        <t>When a domain has a new owner, that new owner could add a Validation Record that was present in the previous version of the domain. In the case of persistent validation this could be used to claim that the original User still has access to the domain within the Application Service Provider's service. Applications implementing persistent domain validation need to include this risk within their threat model.</t>
      </section>
    </section>
    <section anchor="iana-considerations">
      <name>IANA Considerations</name>
      <t>This document has no IANA actions.</t>
    </section>
  </middle>
  <back>
    <references anchor="sec-combined-references">
      <name>References</name>
      <references anchor="sec-normative-references">
        <name>Normative References</name>
        <reference anchor="RFC1034">
          <front>
            <title>Domain names - concepts and facilities</title>
            <author fullname="P. Mockapetris" initials="P." surname="Mockapetris"/>
            <date month="November" year="1987"/>
            <abstract>
              <t>This RFC is the revised basic definition of The Domain Name System. It obsoletes RFC-882. This memo describes the domain style names and their used for host address look up and electronic mail forwarding. It discusses the clients and servers in the domain name system and the protocol used between them.</t>
            </abstract>
          </front>
          <seriesInfo name="STD" value="13"/>
          <seriesInfo name="RFC" value="1034"/>
          <seriesInfo name="DOI" value="10.17487/RFC1034"/>
        </reference>
        <reference anchor="RFC2119">
          <front>
            <title>Key words for use in RFCs to Indicate Requirement Levels</title>
            <author fullname="S. Bradner" initials="S." surname="Bradner"/>
            <date month="March" year="1997"/>
            <abstract>
              <t>In many standards track documents several words are used to signify the requirements in the specification. These words are often capitalized. This document defines these words as they should be interpreted in IETF documents. This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="14"/>
          <seriesInfo name="RFC" value="2119"/>
          <seriesInfo name="DOI" value="10.17487/RFC2119"/>
        </reference>
        <reference anchor="RFC8174">
          <front>
            <title>Ambiguity of Uppercase vs Lowercase in RFC 2119 Key Words</title>
            <author fullname="B. Leiba" initials="B." surname="Leiba"/>
            <date month="May" year="2017"/>
            <abstract>
              <t>RFC 2119 specifies common key words that may be used in protocol specifications. This document aims to reduce the ambiguity by clarifying that only UPPERCASE usage of the key words have the defined special meanings.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="14"/>
          <seriesInfo name="RFC" value="8174"/>
          <seriesInfo name="DOI" value="10.17487/RFC8174"/>
        </reference>
        <reference anchor="RFC9364">
          <front>
            <title>DNS Security Extensions (DNSSEC)</title>
            <author fullname="P. Hoffman" initials="P." surname="Hoffman"/>
            <date month="February" year="2023"/>
            <abstract>
              <t>This document describes the DNS Security Extensions (commonly called "DNSSEC") that are specified in RFCs 4033, 4034, and 4035, as well as a handful of others. One purpose is to introduce all of the RFCs in one place so that the reader can understand the many aspects of DNSSEC. This document does not update any of those RFCs. A second purpose is to state that using DNSSEC for origin authentication of DNS data is the best current practice. A third purpose is to provide a single reference for other documents that want to refer to DNSSEC.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="237"/>
          <seriesInfo name="RFC" value="9364"/>
          <seriesInfo name="DOI" value="10.17487/RFC9364"/>
        </reference>
        <reference anchor="RFC4648">
          <front>
            <title>The Base16, Base32, and Base64 Data Encodings</title>
            <author fullname="S. Josefsson" initials="S." surname="Josefsson"/>
            <date month="October" year="2006"/>
            <abstract>
              <t>This document describes the commonly used base 64, base 32, and base 16 encoding schemes. It also discusses the use of line-feeds in encoded data, use of padding in encoded data, use of non-alphabet characters in encoded data, use of different encoding alphabets, and canonical encodings. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="4648"/>
          <seriesInfo name="DOI" value="10.17487/RFC4648"/>
        </reference>
        <reference anchor="RFC3339">
          <front>
            <title>Date and Time on the Internet: Timestamps</title>
            <author fullname="G. Klyne" initials="G." surname="Klyne"/>
            <author fullname="C. Newman" initials="C." surname="Newman"/>
            <date month="July" year="2002"/>
            <abstract>
              <t>This document defines a date and time format for use in Internet protocols that is a profile of the ISO 8601 standard for representation of dates and times using the Gregorian calendar.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="3339"/>
          <seriesInfo name="DOI" value="10.17487/RFC3339"/>
        </reference>
      </references>
      <references anchor="sec-informative-references">
        <name>Informative References</name>
        <reference anchor="RFC5234">
          <front>
            <title>Augmented BNF for Syntax Specifications: ABNF</title>
            <author fullname="D. Crocker" initials="D." role="editor" surname="Crocker"/>
            <author fullname="P. Overell" initials="P." surname="Overell"/>
            <date month="January" year="2008"/>
            <abstract>
              <t>Internet technical specifications often need to define a formal syntax. Over the years, a modified version of Backus-Naur Form (BNF), called Augmented BNF (ABNF), has been popular among many Internet specifications. The current specification documents ABNF. It balances compactness and simplicity with reasonable representational power. The differences between standard BNF and ABNF involve naming rules, repetition, alternatives, order-independence, and value ranges. This specification also supplies additional rule definitions and encoding for a core lexical analyzer of the type common to several Internet specifications. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="STD" value="68"/>
          <seriesInfo name="RFC" value="5234"/>
          <seriesInfo name="DOI" value="10.17487/RFC5234"/>
        </reference>
        <reference anchor="RFC4086">
          <front>
            <title>Randomness Requirements for Security</title>
            <author fullname="D. Eastlake 3rd" initials="D." surname="Eastlake 3rd"/>
            <author fullname="J. Schiller" initials="J." surname="Schiller"/>
            <author fullname="S. Crocker" initials="S." surname="Crocker"/>
            <date month="June" year="2005"/>
            <abstract>
              <t>Security systems are built on strong cryptographic algorithms that foil pattern analysis attempts. However, the security of these systems is dependent on generating secret quantities for passwords, cryptographic keys, and similar quantities. The use of pseudo-random processes to generate secret quantities can result in pseudo-security. A sophisticated attacker may find it easier to reproduce the environment that produced the secret quantities and to search the resulting small set of possibilities than to locate the quantities in the whole of the potential number space.</t>
              <t>Choosing random quantities to foil a resourceful and motivated adversary is surprisingly difficult. This document points out many pitfalls in using poor entropy sources or traditional pseudo-random number generation techniques for generating such quantities. It recommends the use of truly random hardware techniques and shows that the existing hardware on many systems can be used for this purpose. It provides suggestions to ameliorate the problem when a hardware solution is not available, and it gives examples of how large such quantities need to be for some applications. This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="106"/>
          <seriesInfo name="RFC" value="4086"/>
          <seriesInfo name="DOI" value="10.17487/RFC4086"/>
        </reference>
        <reference anchor="RFC4343">
          <front>
            <title>Domain Name System (DNS) Case Insensitivity Clarification</title>
            <author fullname="D. Eastlake 3rd" initials="D." surname="Eastlake 3rd"/>
            <date month="January" year="2006"/>
            <abstract>
              <t>Domain Name System (DNS) names are "case insensitive". This document explains exactly what that means and provides a clear specification of the rules. This clarification updates RFCs 1034, 1035, and 2181. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="4343"/>
          <seriesInfo name="DOI" value="10.17487/RFC4343"/>
        </reference>
        <reference anchor="RFC8555">
          <front>
            <title>Automatic Certificate Management Environment (ACME)</title>
            <author fullname="R. Barnes" initials="R." surname="Barnes"/>
            <author fullname="J. Hoffman-Andrews" initials="J." surname="Hoffman-Andrews"/>
            <author fullname="D. McCarney" initials="D." surname="McCarney"/>
            <author fullname="J. Kasten" initials="J." surname="Kasten"/>
            <date month="March" year="2019"/>
            <abstract>
              <t>Public Key Infrastructure using X.509 (PKIX) certificates are used for a number of purposes, the most significant of which is the authentication of domain names. Thus, certification authorities (CAs) in the Web PKI are trusted to verify that an applicant for a certificate legitimately represents the domain name(s) in the certificate. As of this writing, this verification is done through a collection of ad hoc mechanisms. This document describes a protocol that a CA and an applicant can use to automate the process of verification and certificate issuance. The protocol also provides facilities for other certificate management functions, such as certificate revocation.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8555"/>
          <seriesInfo name="DOI" value="10.17487/RFC8555"/>
        </reference>
        <reference anchor="RFC9210">
          <front>
            <title>DNS Transport over TCP - Operational Requirements</title>
            <author fullname="J. Kristoff" initials="J." surname="Kristoff"/>
            <author fullname="D. Wessels" initials="D." surname="Wessels"/>
            <date month="March" year="2022"/>
            <abstract>
              <t>This document updates RFCs 1123 and 1536. This document requires the operational practice of permitting DNS messages to be carried over TCP on the Internet as a Best Current Practice. This operational requirement is aligned with the implementation requirements in RFC 7766. The use of TCP includes both DNS over unencrypted TCP as well as over an encrypted TLS session. The document also considers the consequences of this form of DNS communication and the potential operational issues that can arise when this Best Current Practice is not upheld.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="235"/>
          <seriesInfo name="RFC" value="9210"/>
          <seriesInfo name="DOI" value="10.17487/RFC9210"/>
        </reference>
        <reference anchor="RFC6672">
          <front>
            <title>DNAME Redirection in the DNS</title>
            <author fullname="S. Rose" initials="S." surname="Rose"/>
            <author fullname="W. Wijngaards" initials="W." surname="Wijngaards"/>
            <date month="June" year="2012"/>
            <abstract>
              <t>The DNAME record provides redirection for a subtree of the domain name tree in the DNS. That is, all names that end with a particular suffix are redirected to another part of the DNS. This document obsoletes the original specification in RFC 2672 as well as updates the document on representing IPv6 addresses in DNS (RFC 3363). [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6672"/>
          <seriesInfo name="DOI" value="10.17487/RFC6672"/>
        </reference>
        <reference anchor="RFC9499">
          <front>
            <title>DNS Terminology</title>
            <author fullname="P. Hoffman" initials="P." surname="Hoffman"/>
            <author fullname="K. Fujiwara" initials="K." surname="Fujiwara"/>
            <date month="March" year="2024"/>
            <abstract>
              <t>The Domain Name System (DNS) is defined in literally dozens of different RFCs. The terminology used by implementers and developers of DNS protocols, and by operators of DNS systems, has changed in the decades since the DNS was first defined. This document gives current definitions for many of the terms used in the DNS in a single document.</t>
              <t>This document updates RFC 2308 by clarifying the definitions of "forwarder" and "QNAME". It obsoletes RFC 8499 by adding multiple terms and clarifications. Comprehensive lists of changed and new definitions can be found in Appendices A and B.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="219"/>
          <seriesInfo name="RFC" value="9499"/>
          <seriesInfo name="DOI" value="10.17487/RFC9499"/>
        </reference>
        <reference anchor="I-D.draft-tjw-dbound2-problem-statement">
          <front>
            <title>Domain Boundaries 2.0 Problem Statement</title>
            <author fullname="Tim Wicinski" initials="T." surname="Wicinski">
         </author>
            <date day="10" month="July" year="2023"/>
            <abstract>
              <t>   Internet clients attempt to make inferences about the administrative
   relationship based on domain names.  Currently it is not possible to
   confirm organizational boundaries in the DNS.  Current mitigation
   strategies have there own issues.  This memo attempts to outline
   these issues.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-tjw-dbound2-problem-statement-01"/>
        </reference>
        <reference anchor="PSL" target="https://publicsuffix.org/">
          <front>
            <title>Public Suffix List</title>
            <author initials="" surname="Mozilla Foundation">
              <organization/>
            </author>
            <date year="2022"/>
          </front>
        </reference>
        <reference anchor="PSL-DIVISIONS" target="https://github.com/publicsuffix/list/wiki/Format#divisions">
          <front>
            <title>Public Suffix List format</title>
            <author initials="J." surname="Frakes">
              <organization/>
            </author>
            <date year="2022"/>
          </front>
        </reference>
        <reference anchor="AVOID-FRAGMENTATION" target="https://datatracker.ietf.org/doc/draft-ietf-dnsop-avoid-fragmentation/">
          <front>
            <title>Fragmentation Avoidance in DNS</title>
            <author initials="K." surname="Fujiwara">
              <organization/>
            </author>
            <author initials="P." surname="Vixie">
              <organization/>
            </author>
            <date year="2023"/>
          </front>
        </reference>
        <reference anchor="ACME-DNS-ACCOUNT-ID" target="https://datatracker.ietf.org/doc/draft-ietf-acme-dns-account-label/">
          <front>
            <title>ACME DNS Labeled with Account ID Challenge</title>
            <author initials="A. A." surname="Chariton">
              <organization/>
            </author>
            <author initials="A. A." surname="Omidi">
              <organization/>
            </author>
            <author initials="J." surname="Kasten">
              <organization/>
            </author>
            <author initials="F." surname="Loukos">
              <organization/>
            </author>
            <author initials="S. A." surname="Janikowski">
              <organization/>
            </author>
            <date year="2024"/>
          </front>
        </reference>
        <reference anchor="SUBDOMAIN-TAKEOVER" target="https://developer.mozilla.org/en-US/docs/Web/Security/Subdomain_takeovers">
          <front>
            <title>Subdomain takeovers</title>
            <author initials="" surname="Mozilla">
              <organization/>
            </author>
            <date>n.d.</date>
          </front>
        </reference>
        <reference anchor="UNDERSCORE-REGISTRY" target="https://www.iana.org/assignments/dns-parameters/dns-parameters.xhtml#underscored-globally-scoped-dns-node-names">
          <front>
            <title>Underscored and Globally Scoped DNS Node Name</title>
            <author initials="" surname="IANA">
              <organization/>
            </author>
            <date>n.d.</date>
          </front>
        </reference>
      </references>
    </references>
    <?line 381?>

<section anchor="appendix">
      <name>Appendix</name>
      <section anchor="pitfalls">
        <name>Common Pitfalls</name>
        <t>A very common but unfortunate technique in use today is to employ a DNS TXT record and placing it at the exact domain name whose control is being validated (e.g., often the zone apex). This has a number of known operational issues. If the User has multiple application services employing this technique, it will end up with multiple DNS TXT records having the same owner name; one record for each of the services.</t>
        <t>Since DNS resource record sets are treated atomically, a query for the Validation Record will return all TXT records in the response. There is no way for the verifier to specifically query only the TXT record that is pertinent to their application service. The verifier must obtain the aggregate response and search through it to find the specific record it is interested in.</t>
        <t>Additionally, placing many such TXT records at the same name increases the size of the DNS response. If the size of the UDP response (UDP being the most common DNS transport today) is large enough that it does not fit into the Path MTU of the network path, this may result in IP fragmentation, which can be unreliable due to firewalls and middleboxes is vulnerable to various attacks (<xref target="AVOID-FRAGMENTATION"/>). Depending on message size limits configured or being negotiated, it may alternatively cause the DNS server to "truncate" the UDP response and force the DNS client to re-try the query over TCP in order to get the full response. Not all networks properly transport DNS over TCP and some DNS software mistakenly believe TCP support is optional (<xref target="RFC9210"/>).</t>
        <t>Other possible issues may occur. If a TXT record (or any other record type) is designed to be placed at the same domain name that is being validated, it may not be possible to do so if that name already has a CNAME record. This is because CNAME records cannot co-exist with other (non-DNSSEC) records at the same name. This situation cannot occur at the apex of a DNS zone, but can at a name deeper within the zone.</t>
        <t>When multiple distinct services specify placing Validation Records at the same owner name, there is no way to delegate an application specific domain Validation Record to a third party. Furthermore, even without delegation, an organization may have a shared DNS zone where they need to provide record level permissions to the specific division within the organization that is responsible for the application in question. This can't be done if all applications expect to find validation records at the same name.</t>
      </section>
      <section anchor="domain-boundaries">
        <name>Domain Boundaries</name>
        <t>The hierarchical structure of domain names do not necessarily define boundaries of ownership and administrative control (e.g., as discussed in <xref target="I-D.draft-tjw-dbound2-problem-statement"/>). Some domain names are "public suffixes" (<xref target="RFC9499"/>) where care may need to be taken when validating control. For example, there are security risks if an Application Service Provider can be tricked into believing that an attacker has control over ".co.uk" or ".com". The volunteer-managed Public Suffix List <xref target="PSL"/> is one mechanism available today that can be useful for identifying public suffixes.</t>
        <t>Future specifications may provide better mechanisms or recommendations for defining domain boundaries or for enabling organizational administrators to place constraints on domains and subdomains.</t>
      </section>
      <section anchor="interactions-with-dname">
        <name>Interactions with DNAME</name>
        <t>Domain control validation in the presence of a DNAME <xref target="RFC6672"/> is possible with caveats. Since a DNAME record redirects the entire subtree of names underneath the owner of the DNAME, it is not possible to place a Validation Record under the DNAME owner itself. It would have to be placed under the DNAME target name, since any lookups for a name under the DNAME owner will be redirected to the corresponding name under the DNAME target.</t>
      </section>
    </section>
    <section anchor="acknowledgments">
      <name>Acknowledgments</name>
      <t>Thank you to John Levine, Daniel Kahn Gillmor, Amir Omidi, Tuomo Soini, Ben Kaduk, Paul Hoffman, and many others for their feedback and suggestions on this document.</t>
    </section>
  </back>
  <!-- ##markdown-source:
H4sIADE6aGgAA71963bbyJXufz1FDf2j5YSg5Wtsn3YmtCR3K23LOqLcPVlJ
lhskiiQiEGBQgGi2lt9lnuU82dm3uhHQpTOd8XK7JRJAVe3atS/fviBJkr0m
bwr9Wg2OqlWal+qwKpu6KtSPaZFnaZNXpWpNXi7U0elksJdOp7W+uu/VWTUr
0xU8PKvTeZPkupknWWmqdZLR7cmVrvN5PqMbk0bPlmX+z1ab5ODlHnyoF1W9
fa2ms/XeXr6uX6umbk3z5ODg1cGTvUu93VR19lqdlI2uS90kRzjI3p5p0jL7
nBZVCQNvtYEPap2u4MLji3d7ZpXWzed/tlWjzWtVVnvr/LX6a1PNhspUNVw5
N/DTdoU//H1vL22bZVW/3lPJnoI/eQk3TUZqki7zKX3C65ss86u0DD6u6kVa
5r/Qwl6rt3V6pdWkmjebtNZ0gYb1F6+VoRsv07YweO+fFvjxaFat9naH/L4F
ykRDtiugtv84HnKSFtrMq3q2MxxeftMoZyP1U9UCNU0wzhnMLfo4HmecX+ky
HGIN1482fP2fUvx2lFfxOMcjdbpd1HIfD3Nc55fhpzujXKbwdHWBHFIV1SLX
JhwTuOjy98hdfyrpCSO4Ox7yApaWz+DHyzwY9CJfxR/Hox5WX+C/1aothUWj
QZt/bEY0ZkDNsqpXcOWVBo5R5+8OHx88fSY/Pnn8+JX8+PLxH+ynr56+gB/3
8nIe3klfPX/C99Ivzw5evvC/PH321P3y8vnz5+6XV08eH7hfXrz4wxP/zbNX
r/iXk+RoxOcRVpBk06otsyfJuq6mhV4lcHoavdJlA7PCq88m7/k2/GNFxVk7
LfKZmrTzef5Fvc9NM3DXgBSAS54cPHniPnKHyP1JeFc+VL/kRZGqdzgHorAf
Kq0Xunmtlk2zNq8fPVrTkIZGxO195KaXHJ38eDI5+Xg6uc9EFRP6X5vvn0fq
XZ1eCvOF0xzYeS7yZtlOkRuiKT8qYOxHm/wyf/SOJvAgy69ygzw14JWMf/x4
cpS8Ox9/9+H49GJ8AQvqrgdGX+DmsKQdX1UgdMuZhtmxwO0s6undi/oBFtX+
IwfJlHa/BJHwY/4l1zfuC4yUNnU6u9Q1nQbaG5D7jzoiP8XZJvNwBbKJ48MP
xwnMPxkfHn78dHqRnBx1l44X4SLV+3SqC52pDVBajWcz4J1GnRypw2VaFLpc
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

-->

</rfc>
