<?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-10" 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-10"/>
    <author initials="S." surname="Sahib" fullname="Shivan Sahib">
      <organization>Brave Software</organization>
      <address>
        <email>shivankaulsahib@gmail.com</email>
      </address>
    </author>
    <author initials="S." surname="Huque" fullname="Shumon Huque">
      <organization>Salesforce</organization>
      <address>
        <email>shuque@gmail.com</email>
      </address>
    </author>
    <author initials="P." surname="Wouters" fullname="Paul Wouters">
      <organization>Aiven</organization>
      <address>
        <email>paul.wouters@aiven.io</email>
      </address>
    </author>
    <author initials="E." surname="Nygren" fullname="Erik Nygren">
      <organization>Akamai Technologies</organization>
      <address>
        <email>erik+ietf@nygren.org</email>
      </address>
    </author>
    <author initials="T." surname="Wicinski" fullname="Tim Wicinski">
      <organization>Cox Communications</organization>
      <address>
        <email>tjw.ietf@gmail.com</email>
      </address>
    </author>
    <date year="2025" month="October" day="13"/>
    <keyword>Internet-Draft</keyword>
    <abstract>
      <?line 92?>

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

<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="scope">
      <name>Scope of Validation</name>
      <t>For security reasons, it is crucial to understand the scope of the domain name being validated. Both Application Service Providers and the User need to clearly specify and understand whether the validation request is for a single hostname, a wildcard (all hostnames immediately under that domain), or for the entire domain and subdomains rooted at that name. This is particularly important in large multi-tenant enterprises, where an individual deployer of a service may not necessarily have operational authority of an entire domain.</t>
      <t>In the case of X.509 certificate issuance, the certificate signing request and associated challenge are clear about whether they are for a single host or a wildcard domain. Unfortunately, the ACME protocol's DNS-01 challenge mechanism (<xref section="8.4" sectionFormat="comma" target="RFC8555"/>) does not differentiate these cases in the DNS Validation Record. In the absence of this distinction, the DNS administrator tasked with deploying the Validation Record may need to explicitly confirm the details of the certificate issuance request to make sure the certificate is not given broader authority than the User intended.</t>
      <t>In the more general case of an Internet application service granting authority to a domain owner, again no existing DNS challenge scheme makes this distinction today. New applications should consider having different application names for different scopes, as described. Regardless, services should very clearly indicate the scope of the validation in their public documentation so that the domain administrator can use this information to assess whether the Validation Record is granting the appropriately scoped authority.</t>
    </section>
    <section anchor="recommendations">
      <name>Recommendations</name>
      <t>All Domain Control Validation mechanisms are implemented by a DNS resource record with at least the following information:</t>
      <ol spacing="normal" type="1"><li>
          <t>A record name related to the domain name being validated, usually constructed by prepending an application specific label.</t>
        </li>
        <li>
          <t>One or more 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>MUST have at least 128 bits of entropy.</t>
              </li>
              <li>
                <t>are base64url (<xref section="5" sectionFormat="comma" target="RFC4648"/>) encoded, base32 encoded, or hexadecimal base16 encoded.</t>
              </li>
            </ol>
            <t>See <xref target="RFC4086"/> for additional information on randomness requirements.</t>
          </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          = *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.</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 caching or resolver load will not be an issue.</t>
        <t>The Application Service Provider looking up a Validation Record may have to wait for up to the SOA minimum TTL (negative caching TTL) of the enclosing zone for the record to become visible, if it has been previously queried. If the application User wants to make the Validation Record visible more quickly they may need to work with the DNS administrator to see if they are willing to lower the SOA minimum TTL (which has implications across the entire zone).</t>
        <t>Application Service Providers' verifiers MAY wish to use dedicated DNS resolvers configured with a low maximum negative caching TTL, flush Validation Records from resolver caches prior to issuing queries or just directly query authoritative name servers to avoid caching.</t>
      </section>
    </section>
    <section anchor="delegated">
      <name>Delegated Domain Control Validation</name>
      <t>Delegated domain control validation lets a User delegate the domain control validation process for their domain to an Intermediary without granting the Intermediary the ability to make changes to their domain or zone configuration.  It is a variation of TXT record validation (<xref target="txt-record"/>) that indirectly inserts a CNAME record prior to the TXT record.</t>
      <t>The Intermediary gives the User a CNAME record to add for the domain and Application Service Provider being validated that points to the Intermediary's domain, where the actual validation TXT record is placed. The record name and base16-encoded (or base32-encoded) Intermediary Unique Tokens are generated as in <xref target="unique-token"/>. 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. 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="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.</t>
      </section>
      <section anchor="service-confusion">
        <name>Service Confusion</name>
        <t>A malicious Application Service Provider that promises to deliver something after domain control validation could surreptitiously ask another Application Service Provider to start processing or sending mail for the target domain and then present the victim User with this DNS TXT record pretending to be for their service. Once the User has added the DNS TXT record, instead of getting their service, their domain is now certifying another service of which they are not aware they are now a consumer. If services use a clear description and name attribution in the required DNS TXT record, this can be avoided. For example, by requiring a DNS TXT record at _vendorname.example.com instead of at example.com, a malicious service could no longer forward a challenge from a different service without the User noticing. Both the Application Service Provider and the service being authenticated and authorized should be unambiguous from the Validation Record to prevent malicious services from misleading the domain owner into certifying a different provider or service.</t>
      </section>
      <section anchor="service-collision">
        <name>Service Collision</name>
        <t>As a corollary to <xref target="service-confusion"/>, if the Validation Record is not well-scoped and unambiguous with respect to the Application Service Provider, it could be used to authorize use of another Application Service Provider or service in addition to the original Application Service Provider or service.</t>
      </section>
      <section anchor="scope-confusion">
        <name>Scope Confusion</name>
        <t>Ambiguity of scope introduces risks, as described in <xref target="scope"/>. Distinguishing the scope in the application-specific label, along with good documentation, should help make it clear to DNS administrators whether the record applies to a single hostname, a wildcard, or an entire domain. Always using this indication rather than having a default scope reduces ambiguity, especially for protocols that may have used a shared application-specific label for different scopes in the past. While it would also have been possible to include the scope in as an attribute in the TXT record, that has more potential for ambiguity and misleading an operator, such as if an implementation ignores an attribute it doesn't recognize but an attacker includes the attribute to mislead the DNS administrator.</t>
      </section>
      <section anchor="authenticated-channels">
        <name>Authenticated Channels</name>
        <t>Application Service Providers and intermediaries should use authenticated channels to convey instructions and 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.</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>
      </section>
      <section anchor="application-usage-enumeration">
        <name>Application Usage Enumeration</name>
        <t>The presence of a Validation Record with a predictable domain name (either as a TXT record for the exact domain name where control is being validated or with a well-known label) can allow attackers to enumerate the utilized set of Application Service Providers.</t>
      </section>
      <section anchor="public-suffixes">
        <name>Public Suffixes</name>
        <t>As discussed 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.</t>
        <t>When one-off domain validation is used, this is typically implemented through automation where a DNS Administrator grants the User access to make updates to the domain's zone configuration. If the DNS Administrator fails to revoke access to a User who should no longer have access, this would enable the User to continue to perform new validations.</t>
      </section>
      <section anchor="reintroduction-of-validation-records">
        <name>Reintroduction of Validation Records</name>
        <t>When a domain has a new owner, that new owner could add a Validation Record that was present in the previous version of the domain. In the case of persistent validation this could be used to claim that the original User still has access to the domain within the Application Service Provider's service. Applications implementing persistent domain validation need to include this risk within their threat model.</t>
      </section>
    </section>
    <section anchor="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 Domain Operators, 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">
          <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 anchor="sec-informative-references">
        <name>Informative References</name>
        <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="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>
      </references>
    </references>
    <?line 349?>

<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"/>).</t>
        <t>Other possible issues may occur. If a TXT record (or any other record type) is designed to be placed at the same domain name that is being validated, it may not be possible to do so if that name already has a CNAME record. This is because CNAME records cannot co-exist with other (non-DNSSEC) records at the same name. This situation cannot occur at the apex of a DNS zone, but can at a name deeper within the zone.</t>
        <t>When multiple distinct services specify placing Validation Records at the same owner name, there is no way to delegate an application specific domain Validation Record to a third party. Furthermore, even without delegation, an organization may have a shared DNS zone where they need to provide record level permissions to the specific division within the organization that is responsible for the application in question. This can't be done if all applications expect to find validation records at the same name.</t>
      </section>
      <section anchor="domain-boundaries">
        <name>Domain Boundaries</name>
        <t>The hierarchical structure of domain names do not necessarily define boundaries of ownership and administrative control (e.g., as discussed in <xref target="I-D.draft-tjw-dbound2-problem-statement"/>). Some domain names are "public suffixes" (<xref target="RFC9499"/>) where care may need to be taken when validating control. For example, there are security risks if an Application Service Provider can be tricked into believing that an attacker has control over ".co.uk" or ".com". The volunteer-managed Public Suffix List <xref target="PSL"/> is one mechanism available today that can be useful for identifying public suffixes.</t>
        <t>Future specifications may provide better mechanisms or recommendations for defining domain boundaries or for enabling organizational administrators to place constraints on domains and subdomains.</t>
      </section>
      <section anchor="interactions-with-dname">
        <name>Interactions with DNAME</name>
        <t>Domain control validation in the presence of a DNAME <xref target="RFC6672"/> is possible with caveats. Since a DNAME record redirects the entire subtree of names underneath the owner of the DNAME, it is not possible to place a Validation Record under the DNAME owner itself. It would have to be placed under the DNAME target name, since any lookups for a name under the DNAME owner will be redirected to the corresponding name under the DNAME target.</t>
      </section>
    </section>
    <section anchor="acknowledgments">
      <name>Acknowledgments</name>
      <t>Thank you to John Levine, Daniel Kahn Gillmor, Amir Omidi, Tuomo Soini, Ben Kaduk, Paul Hoffman, and many others for their feedback and suggestions on this document.</t>
    </section>
  </back>
  <!-- ##markdown-source:
H4sIACBg7WgAA7V96XIbyZXufz5FDhQ3mvQAEEktljSWxxTJdnMsURyC6h7H
2KFOoBJAmYUquLKKIJohP8t9lvtk92y5AcXFHk+H3Q0CqFxOnjzLdxYMBoOd
Jm8K8071TqqFzkt1XJVNXRXqR13kmW7yqlStzcuZOjkf9Xb0eFybm6d+O6sm
pV7A4Fmtp80gN810kJW2Wg4yenxwY+p8mk/owUFjJvMy/2tr7OBgfwfeNLOq
Xr9T48lyZydf1u9UU7e2Odzff7t/uHNt1quqzt6ps7IxdWmawQlOsrNjG11m
X3VRlTDx2lh4ozZ6AV88vfp+xy503Xz9a1s1xr5TZbWzzN+p/26qSV/ZqoZv
Ti28Wi/wxZ93dnTbzKv63Y4a7Cj4Jy/hodFQjfQ8H9M7vL/RPL/RZfR2Vc90
mf9CG3unPtT6xqhRNW1Wujb0BQP7L94pSw9e67aw+OzvZvj2cFItdjan/KEF
yiRTtgugdng7nXKkC2OnVT3ZmA6/ft8sF0P1U9UCNW00zwWsLXk7necovzFl
PMUSvj9c8fd/p/HTYV6l85wO1fl6VstzPM1pnV/H727Mcq1hdHWFHFIV1Sw3
Np4TuOj6X5G7flfSCEN4Op3yCraWT+DldR5NepUv0rfTWY+rW/j/YtGWwqLJ
pM1fVkOaM6JmWdUL+OaNAY5Rl98fH+y/eCkvDw8O3srLNwe/du++ffHavXy5
/+LVO2D0choPQh+9ePvmtf/j1SGPKQ9Fn7x88fKF/+PNq1ev/B9vDw/2/R+v
X//6MHzy8u3b8MevD+SZs8HJkC8tbHOQjau2zA4Hy7oaF2YxgCvWmIUpG1gv
fvti9JEfw3+cPLlox0U+UaN2Os1v1cfcNj3/HRAV8JXD/cND/5a/af6fAR/d
p+qXvCi0+h7XQMcQptL1zDTv1Lxplvbd8+dLmtLSjMgDz/3yBidnP56Nzj6f
j56yUMVH8I+t9z+G6vtaXwuHxsvsuXXO8mbejpFlkiU/L2Du56v8On/+PS3g
WZbf5BYZr8c7GX35cPL509HZ+eDq6A+nn388vdzezqgds3SFea9NBSLW9p5M
5XtJm5kbU1RLUw8X/E2irykHX0bPQczb5z+Z8fORmbR13qyf+zV89WvgDXw5
Pzm9HB1/vjwdXJ7+/mx0dfnH7R18KTN4YFLVJlMgy9Xvi2qsi2KtRhNYQYa6
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
AAA=

-->

</rfc>
