<?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  (Ruby 3.2.3) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-ietf-dnsop-domain-verification-techniques-11" category="bcp" consensus="true" submissionType="IETF" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.31.0 -->
  <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-11"/>
    <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="2026" month="February" day="01"/>
    <keyword>Internet-Draft</keyword>
    <abstract>
      <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>
    <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 Unique Token and asking the requester to create a DNS record containing this Unique Token and placing it at a location within the domain that the Application Service Provider can query for.</t>
      <t>This document recommends using a TXT based DNS Validation Record in a way that is targeted to the specific application service, and uses Unique Tokens to guarantee uniqueness.</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.</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>DNS Administrator</tt>: the owner or responsible party for the contents of a domain in the DNS.</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>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>Unique Token</tt>: a value that uniquely identifies the DNS domain control validation challenge, defined in <xref target="unique-token"/>. Unique Tokens are constructed by the Application Service Provider in a way that guarantees uniqueness within the scope of the challenge, such as a random value.</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 the DNS 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>
      </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 this challenge becomes publically visible as soon as it is published 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 a method 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="threat-model">
      <name>Threat Model</name>
      <t>As Domain Control Verification is a mechanism trying to provide security properties over sometimes-insecure underlying protocols, it is important to be clear about both its threat model.</t>
      <t>While the specific primary Unacceptable Losses will depend on the nature of the Application Service Provider, they generalize to:</t>
      <ul spacing="normal">
        <li>
          <t>UL1. Application Service Provider believes a User has privileges on a domain name without this being authorized by the DNS Administrator for the domain. The Threat Actor in this case is a malicious User leveraging these privileges in some way.</t>
        </li>
        <li>
          <t>UL2. Application Service Provider, Intermediary, or other party gains unintended control over resources within a domain or on a domain name. The Threat Actor in this case is the Application Service Provider, Intermediary, or other party leveraging this unintended control in some way.</t>
        </li>
      </ul>
      <section anchor="threat-ul1">
        <name>Hazards leading to Unauthorized Priviledges (UL1)</name>
        <t>For UL1, the Application-specific nature of these priviledges (such as being able to obtain a signed certificate covering the domain name, being able to use a social media handle under that domain, or being able to provision configurations associated with that domain int the Application Service Provider system) will determine the specifics of the underlying Unacceptable Loss.</t>
        <t>Domain Control Validation attempts to address UL1 by having the User demonstrate relationship between the Application Service Provider issuing a Unique Token and that Unique Token appearing in domain. Classes of Hazards include:</t>
        <ul spacing="normal">
          <li>
            <t>H1. Unique Token collision leading to an unassociated but matching Validation Record already being present in the domain, thus violating the causality property.</t>
          </li>
          <li>
            <t>H2. Cross-User vulnerabilities leading to a Unique Token issued to one User being leveraged by a different User, due to vulnerabilities in how an Application Service Provider or Intermediary implements Domain Control Validation.</t>
          </li>
          <li>
            <t>H3. Network and DNS based attacks leading to a Application Service Provider's validation system being tricked into believing that a valid Validation Record containing the Unique Token is present. When DNS resolutions are not authenticated, this may be due to on-path network attackers, network attackers inserting themselves on-path (e.g., <xref target="RFC7132"/>), or other DNS protocol attacks (see <xref target="RFC3833"/>.</t>
          </li>
          <li>
            <t>H4. DNS Administrator errors, including human factor issues, leading to a Validation Record being unintentionally added or unintentionally persisting.</t>
          </li>
          <li>
            <t>H5. Confusion over the scope of a Validation Record resulting in broader privileges being granted to the User than was intended by the DNS Administrator. This is discussed more below in <xref target="scope"/>.</t>
          </li>
        </ul>
      </section>
      <section anchor="threat-ul2">
        <name>Hazards leading to Unintended Access to Domain Resources (UL2)</name>
        <t>For UL2, unintended control over a domain or domain name results as a side-effect of the Domain Control Validation process itself. Classes of Hazards include:</t>
        <ul spacing="normal">
          <li>
            <t>H6. The owner name of the Validation Record is meaningful in other contexts, enabling cross-protocol, privilege escalation, and/or confused deputy attacks. For example, if a Validation Record is a CNAME and has an owner name that is a valid hostname, the Application Service Provider could provide services on the Validation Record name within the domain.</t>
          </li>
        </ul>
      </section>
    </section>
    <section anchor="scope">
      <name>Scope of Validation</name>
      <t>For security reasons (see H5 in <xref target="threat-ul1"/>), 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 Unique 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 QNAME is constructed as described in <xref target="name"/>, and the RDATA MUST contain at least a Unique Token provided by the Application Service Provider (constructed according to the properties described in <xref target="unique-token"/>). If there are multiple character-strings within the RDATA, 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 Unique Token in the TXT record matches the one that they gave to the User for that specific domain name. Whether 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 match.</t>
        <section anchor="unique-token">
          <name>Unique Token</name>
          <t>A Unique Token is used in the challenge and is a value issued between parties (Application Service Provider to User, Application Service Provider to Intermediary, or Intermediary to User). The Unique Token MUST be constructed in a manner which has adequate uniqueness so as to guarantee a causal relationship between its issuance and its appearance in a DNS record. If multiple Application Service Providers are using the same Validation Record name then the Unique Token MUST be constructed in a way that prevents collisions.</t>
          <t>Examples of Unique Token construction include:</t>
          <ul spacing="normal">
            <li>
              <t>A random token, such as constructed according to <xref target="random-token"/></t>
            </li>
            <li>
              <t>A URI <xref target="RFC3986"/> namespaced to the Application Service Provider and uniquely identifying the challenge or User</t>
            </li>
            <li>
              <t>A keyed cryptographic hash of information known to the Application Service Provider which uniquely identifies the challenge or User</t>
            </li>
          </ul>
          <t>This Unique 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 Unique Tokens.</t>
          <t>If sensitive information is used to derive a Unique Token, that information should be fed through a potentially keyed cryptographic hash as part of constructing the token.</t>
          <t>Base32 encoding (<xref section="6" sectionFormat="comma" target="RFC4648"/>) or hexadecimal base16 encoding  (<xref section="8" sectionFormat="comma" target="RFC4648"/>) are RECOMMENDED to be specified when the Unique 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>
          <section anchor="random-token">
            <name>Random Token Construction</name>
            <t>One way of constructing Unique Tokens is to use random values which:</t>
            <ol spacing="normal" type="1"><li>
                <t>have adequate entropy to guarantee uniqueness and ensure that an attacker is unable to create a situation where a collision occurs (see H1 in <xref target="threat-ul1"/>).</t>
              </li>
              <li>
                <t>are base64url (<xref section="5" sectionFormat="comma" target="RFC4648"/>) encoded, base32 encoded, or hexadecimal base16 encoded.</t>
              </li>
            </ol>
          </section>
        </section>
        <section anchor="metadata">
          <name>Token Metadata</name>
          <t>It may be desirable to associate metadata with the Unique 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 Unique 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>
          <sourcecode type="abnf"><![CDATA[
val-record     = keyvalue-list
keyvalue-list  = keyvalue-pair *( SP keyvalue-pair )
keyvalue-pair  = key [ "=" value ]

key            = 1*key-char
key-char       = ALPHA / DIGIT / "-" / "_"

value          = 1*value-char
value-char     = value-char = %x21-21 / %x23-5B / %x5D-7E
                ; All printable ASCII except space (0x20),
                ; quotation mark (0x22), and backslash (0x5C)
]]></sourcecode>
          <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 (see H6 in <xref target="threat-ul2"/>).</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-08"
]]></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>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 "expiry" key SHALL be set as "expiry=never".</t>
        <t>The "expiry" key MAY be omitted in cases where the Application Service Provider has clarified the record expiry policy out-of-band.  In this case, the RDATA is set to "token=3419...3d206c4". This is semantically identical to "3419...3d206c4".</t>
        <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 expected caching or resolver load will be limited during normal operations.</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 canonical name in the CNAME record is constructed as a base16-encoded (or base32-encoded) Intermediary Unique Token (generated as in <xref target="unique-token"/>) prefixed onto a domain operated by the Intermediary. For example:</t>
      <artwork><![CDATA[
_example_service-challenge.example.com.  IN   CNAME  <intermediary-unique-token>.dcv.intermediary.example.
]]></artwork>
      <t>The Intermediary then adds the actual Validation Record in a domain they control:</t>
      <artwork><![CDATA[
<intermediary-unique-token>.dcv.intermediary.example.  IN   TXT "<provider-unique-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 Unique Token. CNAMEs allow automating the renewal process by letting the Intermediary place the Unique 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 Unique 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 (see H2 in <xref target="threat-ul1"/>). The Intermediary must keep an association of Users and domain names to the associated Intermediary-Unique-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 Accounts and 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-unique-token&gt;</tt>. The identifier-unique-token is a base16-encoded (or base32-encoded) Unique Token (generated as in <xref target="unique-token"/>. 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-unique-token>._example_service-challenge.example.com.  IN   TXT  "3419...3d206c4"
]]></artwork>
      <t>or</t>
      <artwork><![CDATA[
_<identifier-unique-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 unique token.</t>
      <t>The ACME protocol has incorporated this method to specify DNS account specific challenges in <xref target="ACME-DNS-ACCOUNT-LABEL"/>.</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 (see H6 in <xref target="threat-ul2"/>).</t>
    </section>
    <section anchor="security-considerations">
      <name>Security Considerations</name>
      <section anchor="token-collisions">
        <name>Token Collisions</name>
        <t>If token values aren't long enough, lack adequate entropy, or are not unique there's a risk that a malicious actor could obtain a token that collides with one already present in a domain through repeated attempts (H1 in <xref target="threat-ul1"/>).</t>
        <t>Application Service Providers MUST evaluate the threat model for their particular application to determine a token construction mechanism that guarantees uniqueness and meets their security requirements (UL1 in <xref target="threat-model"/>).</t>
        <t>When Random Tokens are used, they MUST be constructed in a way that provides sufficient unpredictability to avoid collisions and brute force attacks.</t>
      </section>
      <section anchor="token-confusion">
        <name>Token Confusion</name>
        <t>If token values in challenge labels (<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 (H6 in <xref target="threat-ul2"/>).</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. (H2, H4, H5, and H6 in <xref target="threat-model"/>)</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.
(H2, H4, H5, and H6 in <xref target="threat-model"/>)</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 as an attribute in the TXT record, that has more potential for ambiguity and misleading an operator, such as if an implementation ignores an attribute it doesn't recognize but an attacker includes the attribute to mislead the DNS administrator. (H5 in <xref target="threat-model"/>)</t>
      </section>
      <section anchor="authenticated-channels">
        <name>Authenticated Channels</name>
        <t>Application Service Providers and intermediaries should use authenticated channels to convey instructions and Unique 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. (H3 in <xref target="threat-ul1"/>)</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>Application Service Providers MUST use a trusted DNSSEC validating resolver to verify Validation Records they have requested to be deployed. When the AD bit (<xref target="RFC4035"/> Section 3.2.3) is not set in DNS responses for Validation Records, Application Service Providers SHOULD take additional steps to reduce an attacker's ability to complete a challenge by spoofing DNS:</t>
        <ul spacing="normal">
          <li>
            <t>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</t>
          </li>
          <li>
            <t>Application Service Providers MAY perform multiple queries spread out over a longer time period to reduce the chance of receiving spoofed DNS answers.</t>
          </li>
        </ul>
        <t>DNS Spoofing attacks are easier in the case of persistent validation as the expected result is publicly 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>
        <t>The above are needed to address H3 in <xref target="threat-ul1"/>.</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. The use of <xref target="multiple"/> can make it harder to scan if the identifier-unique-token is long enough, but can also expose User account information depending on how the identifier-unique-token is encoded.</t>
      </section>
      <section anchor="public-suffixes">
        <name>Public Suffixes</name>
        <t>As discussed 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 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. (H4 in <xref target="threat-ul1"/>)</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. (H1 and H4 in <xref target="threat-ul1"/>)</t>
      </section>
      <section anchor="amplification-attacks">
        <name>Amplification Attacks</name>
        <t>Segmenting the Domain Control Validation tokens into individual per-service Validation Record Owner Names has the advantage of making the individual DNS responses smaller and thus reducing the potential of said TXT RRs to be used in the DNS amplification attacks. It should be noted that expired and no longer usable tokens should be removed even from Validation Record Owner Name DNS tree nodes to keep the DNS responses sizes at minimal level.</t>
      </section>
      <section anchor="validations-not-coupled-to-users">
        <name>Validations not Coupled to Users</name>
        <t>If an Application Service Provider does not properly associate Domain Validation with Users, the new owner of a domain could potentially gain access to Application Service Provider resources associated with the previous owner of a domain. Application Service Providers need to take care that re-validation of a domain by a different User is not necessarily treated as "reactivation" in a way that grants access to potentially sensitive resources stored and associated with a domain.  (H2 in <xref target="threat-ul1"/>)</t>
      </section>
    </section>
    <section anchor="privacy-considerations">
      <name>Privacy Considerations</name>
      <t>As records are visible in the DNS they should be considered to be public information. While information in the Unique Token can be helpful to DNS Administrators, some constructions of Unique Tokens can leak information identifying a User either directly (e.g. containing the User's identity or account identifier) or indirectly (e.g., an unkeyed hash of a username).</t>
    </section>
    <section anchor="iana-considerations">
      <name>IANA Considerations</name>
      <t>This document has no IANA actions.</t>
    </section>
  </middle>
  <back>
    <references>
      <name>References</name>
      <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="RFC4035">
          <front>
            <title>Protocol Modifications for the DNS Security Extensions</title>
            <author fullname="R. Arends" initials="R." surname="Arends"/>
            <author fullname="R. Austein" initials="R." surname="Austein"/>
            <author fullname="M. Larson" initials="M." surname="Larson"/>
            <author fullname="D. Massey" initials="D." surname="Massey"/>
            <author fullname="S. Rose" initials="S." surname="Rose"/>
            <date month="March" year="2005"/>
            <abstract>
              <t>This document is part of a family of documents that describe the DNS Security Extensions (DNSSEC). The DNS Security Extensions are a collection of new resource records and protocol modifications that add data origin authentication and data integrity to the DNS. This document describes the DNSSEC protocol modifications. This document defines the concept of a signed zone, along with the requirements for serving and resolving by using DNSSEC. These techniques allow a security-aware resolver to authenticate both DNS resource records and authoritative DNS error indications.</t>
              <t>This document obsoletes RFC 2535 and incorporates changes from all updates to RFC 2535. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="4035"/>
          <seriesInfo name="DOI" value="10.17487/RFC4035"/>
        </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>
        <name>Informative References</name>
        <reference anchor="RFC3833">
          <front>
            <title>Threat Analysis of the Domain Name System (DNS)</title>
            <author fullname="D. Atkins" initials="D." surname="Atkins"/>
            <author fullname="R. Austein" initials="R." surname="Austein"/>
            <date month="August" year="2004"/>
            <abstract>
              <t>Although the DNS Security Extensions (DNSSEC) have been under development for most of the last decade, the IETF has never written down the specific set of threats against which DNSSEC is designed to protect. Among other drawbacks, this cart-before-the-horse situation has made it difficult to determine whether DNSSEC meets its design goals, since its design goals are not well specified. This note attempts to document some of the known threats to the DNS, and, in doing so, attempts to measure to what extent (if any) DNSSEC is a useful tool in defending against these threats. This memo provides information for the Internet community.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="3833"/>
          <seriesInfo name="DOI" value="10.17487/RFC3833"/>
        </reference>
        <reference anchor="RFC3986">
          <front>
            <title>Uniform Resource Identifier (URI): Generic Syntax</title>
            <author fullname="T. Berners-Lee" initials="T." surname="Berners-Lee"/>
            <author fullname="R. Fielding" initials="R." surname="Fielding"/>
            <author fullname="L. Masinter" initials="L." surname="Masinter"/>
            <date month="January" year="2005"/>
            <abstract>
              <t>A Uniform Resource Identifier (URI) is a compact sequence of characters that identifies an abstract or physical resource. This specification defines the generic URI syntax and a process for resolving URI references that might be in relative form, along with guidelines and security considerations for the use of URIs on the Internet. The URI syntax defines a grammar that is a superset of all valid URIs, allowing an implementation to parse the common components of a URI reference without knowing the scheme-specific requirements of every possible identifier. This specification does not define a generative grammar for URIs; that task is performed by the individual specifications of each URI scheme. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="STD" value="66"/>
          <seriesInfo name="RFC" value="3986"/>
          <seriesInfo name="DOI" value="10.17487/RFC3986"/>
        </reference>
        <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="RFC7132">
          <front>
            <title>Threat Model for BGP Path Security</title>
            <author fullname="S. Kent" initials="S." surname="Kent"/>
            <author fullname="A. Chi" initials="A." surname="Chi"/>
            <date month="February" year="2014"/>
            <abstract>
              <t>This document describes a threat model for the context in which External Border Gateway Protocol (EBGP) path security mechanisms will be developed. The threat model includes an analysis of the Resource Public Key Infrastructure (RPKI) and focuses on the ability of an Autonomous System (AS) to verify the authenticity of the AS path info received in a BGP update. We use the term "PATHSEC" to refer to any BGP path security technology that makes use of the RPKI. PATHSEC will secure BGP, consistent with the inter-AS security focus of the RPKI.</t>
              <t>The document characterizes classes of potential adversaries that are considered to be threats and examines classes of attacks that might be launched against PATHSEC. It does not revisit attacks against unprotected BGP, as that topic has already been addressed in the BGP-4 standard. It concludes with a brief discussion of residual vulnerabilities.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7132"/>
          <seriesInfo name="DOI" value="10.17487/RFC7132"/>
        </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="RFC9715">
          <front>
            <title>IP Fragmentation Avoidance in DNS over UDP</title>
            <author fullname="K. Fujiwara" initials="K." surname="Fujiwara"/>
            <author fullname="P. Vixie" initials="P." surname="Vixie"/>
            <date month="January" year="2025"/>
            <abstract>
              <t>The widely deployed Extension Mechanisms for DNS (EDNS(0)) feature in the DNS enables a DNS receiver to indicate its received UDP message size capacity, which supports the sending of large UDP responses by a DNS server. Large DNS/UDP messages are more likely to be fragmented, and IP fragmentation has exposed weaknesses in application protocols. It is possible to avoid IP fragmentation in DNS by limiting the response size where possible and signaling the need to upgrade from UDP to TCP transport where necessary. This document describes techniques to avoid IP fragmentation in DNS.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9715"/>
          <seriesInfo name="DOI" value="10.17487/RFC9715"/>
        </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="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>
        <reference anchor="ACME-DNS-ACCOUNT-LABEL" target="https://datatracker.ietf.org/doc/draft-ietf-acme-dns-account-label/">
          <front>
            <title>Automated Certificate Management Environment (ACME) DNS Labeled With ACME Account ID Challenge</title>
            <author initials="A." surname="Chariton">
              <organization/>
            </author>
            <author initials="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="2025"/>
          </front>
        </reference>
      </references>
    </references>
    <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="RFC9715"/>). 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"/>). Huge TXT RRsets (due to many TXT records at the same name) can also be leveraged by attackers for traffic amplication attacks.</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, Ángel González, Ondřej Surý, and many others for their feedback and suggestions on this document.</t>
    </section>
  </back>
  <!-- ##markdown-source:
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
h0QoA4/DcO//AQzyunrAnwAA

-->

</rfc>
