<?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-12" 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-12"/>
    <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="March" day="02"/>
    <keyword>Internet-Draft</keyword>
    <abstract>
      <?line 103?>

<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 107?>

<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.
<?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>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 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" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.2119.xml">
          <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" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.8174.xml">
          <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 anchor="sec-informative-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="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>
    <?line 426?>

<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:
H4sIAMAMpmkAA7V963Ib15ngfz5FL1RbJjMAJJKSbGniTCCStphIFEek7Ekl
KbmBPgA6bHQjfbpJwSqlah5j/+0+yP7Z1L7XftdzARognc24EhsEus/lO9/9
dgaDwV6TN4V5mfROq0Wal8lJVTZ1VSQ/pEWepU1elUlr83KWnF5c9fbS8bg2
tw99OqsmZbqAwbM6nTaD3DTTQVbaajnI6PXBranzaT6hFweNmczL/K+tsYPD
oz340syqevUyGU+We3v5sn6ZNHVrm6MnT148Odq7Mau7qs5eJudlY+rSNINT
nGRvzzZpmX1Mi6qEiVfGwhe1SRfw4Nn1d3t2kdbNx7+2VWPsy6Ss9pb5y+SP
TTXpJ7aq4cmphU+rBX74895e2jbzqn65lwz2EvgnL+Glq2Fylc7zMX3D+7ua
57dpGXxd1bO0zH+mjb1MXtXprUmuqmlzl9aGHjCw/+JlYunFm7QtLL772xl+
PZxUi731KV+3AJloynYB0PZfx1NepYWx06qerE2Hj2+b5XKY/Fi1AE0bzHMJ
a4u+jucZ5bemDKdYwvPDO37+tyn+OsyreJ6zYXKxmtXyHk9zVuc34bdrs9yk
MHpyjRhSFdUsNzacE7Do5l8Qu35b0ghDeDue8hq2lk/g400eTHqdL+Kv41lP
qk/w/8WiLQVFo0mbv9wNac4AmmVVL+DJWwMYk7z/7uTwyfFT+Xh0ePhCPn5z
+LV+++L4uX58+uT42UtA9HIaDkI/HX9zfOz/ePHNc/fHsyOegEc4fuof+/rw
+Mj98c2zZ8/cHy+ODp+4P54//9o/9uLpixf+j68P5Z3zwemQKRj2PMjGVVtm
R4NlXY0LsxgAvTVmYcoGFo9PX1694dfwH2Uul+24yCfJVTud5p+SN7lteu4Z
4BvwyNGToyP3lSM798+Az/Ft9XNeFGnyHa6BzsRPldYz07xM5k2ztC8fP17S
lJZmRIR47JY3OD3/4fzq/N3F1UMWmvB5/GPr/d0w+a5ObwRdw2X2dJ2zvJm3
Y8SfaMmPC5j78V1+kz/+jhbwKMtvc4tY2OOdXH14dfru7ej8YnA9+v3Zux/O
3m9u56odM6uFeW9MBfzW9h4M5a2gzcytKaqlqYcLfpLga8rBh6vHwPPt4x/N
+PGVmbR13qweuzV8dGvgDXy4OD17f3Xy7v3Z4P3Z9+dX1+//sLmDD2UGL0yq
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
wJbGVDJD2DmbseSQCGXgcRju/T9xIjKuv58AAA==

-->

</rfc>
