<?xml version="1.0" encoding="utf-8"?>
  <?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
  <!-- generated by https://github.com/cabo/kramdown-rfc version 1.6.17 (Ruby 2.6.10) -->


<!DOCTYPE rfc  [
  <!ENTITY nbsp    "&#160;">
  <!ENTITY zwsp   "&#8203;">
  <!ENTITY nbhy   "&#8209;">
  <!ENTITY wj     "&#8288;">

]>

<?rfc comments="yes"?>

<rfc ipr="trust200902" docName="draft-ietf-dnsop-dns-error-reporting-05" category="std" consensus="true" submissionType="IETF" tocInclude="true" sortRefs="true" symRefs="true">
  <front>
    <title abbrev="DNS-ER">DNS Error Reporting</title>

    <author initials="R." surname="Arends" fullname="Roy Arends">
      <organization>ICANN</organization>
      <address>
        <email>roy.arends@icann.org</email>
      </address>
    </author>
    <author initials="M." surname="Larson" fullname="Matt Larson">
      <organization>ICANN</organization>
      <address>
        <email>matt.larson@icann.org</email>
      </address>
    </author>

    <date year="2023" month="July" day="10"/>

    
    <workgroup>dnsop</workgroup>
    <keyword>Internet-Draft</keyword>

    <abstract>


<t>DNS error reporting is a lightweight reporting mechanism that provides the operator of an authoritative server with reports on DNS resource records that fail to resolve or validate. A domain owner or DNS hosting organization can use these reports to improve domain hosting. The reports are based on extended DNS errors as described in RFC 8914.</t>

<t>When a domain name fails to resolve or validate due to a misconfiguration or an attack, the operator of the authoritative server may be unaware of this. To mitigate this lack of feedback, this document describes a method for a validating recursive resolver to automatically signal an error to a monitoring agent specified by the authoritative server.</t>



    </abstract>



  </front>

  <middle>


<section anchor="introduction"><name>Introduction</name>
<t>When an authoritative server serves a stale DNSSEC signed zone, the cryptographic signatures over the resource record sets (RRsets) may have lapsed. A validating recursive resolver will fail to validate these resource records.</t>

<t>Similarly, when there is a mismatch between the DS records at a parent zone and the key signing key at the child zone, a validating recursive resolver will fail to authenticate records in the child zone.</t>

<t>These are two of several failure scenarios that may go unnoticed for some time by the operator of a zone.</t>

<t>Today, there is no direct relationship between operators of validating recursive resolvers and authoritative servers. Outages are often noticed indirectly by end users, and reported via E-Mail or social media (if reported at all).</t>

<t>When records fail to validate, there is no facility to report this failure in an automated way. If there is any indication that an error or warning has happened, it may be buried in log files of the resolver or not logged at all.</t>

<t>This document describes a method that can be used by validating recursive resolvers to report DNSSEC validation errors in an automated way.</t>

<t>It allows an authoritative server to announce a monitoring agent where validating recursive resolvers can report issues if those resolvers are configured to do so.</t>

<t>The burden to report a failure falls on the validating recursive resolver. It is important that the effort needed to report failure is low, with minimal impact to its main functions. To accomplish this goal, the DNS itself is utilized to report the error.</t>

</section>
<section anchor="requirements-notation"><name>Requirements Notation</name>
<t>The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "NOT RECOMMENDED", "MAY", and "OPTIONAL" in this document are to be interpreted as described in BCP 14 <xref target="RFC2119"/> <xref target="RFC8174"/> when, and only when, they appear in all capitals, as shown here.</t>

</section>
<section anchor="terminology"><name>Terminology</name>
<dl>
  <dt>Reporting resolver:</dt>
  <dd>
    <t>In the context of this document, "reporting resolver" is used as a shorthand for a validating recursive resolver that supports DNS error reporting.</t>
  </dd>
  <dt>Report query:</dt>
  <dd>
    <t>The DNS query used to report an error is called a report query. A report query is for a DNS TXT resource record type. The content of the error report is encoded in the QNAME of a DNS request to the monitoring agent.</t>
  </dd>
  <dt>Monitoring agent:</dt>
  <dd>
    <t>An authoritative server that receives and responds to report queries. This facility is indicated by a domain name, referred to as the agent domain.</t>
  </dd>
  <dt>Agent domain:</dt>
  <dd>
    <t>A domain name which is returned in the DNS Error Reporting EDNS0 option that indicates where DNS resolvers can send error reports.</t>
  </dd>
</dl>

</section>
<section anchor="overview"><name>Overview</name>

<t>An authoritative server indicates support for DNS error reporting by including an EDNS0 Report-Channel option with OPTION-CODE [TBD] and the agent domain in the response. The agent domain is a fully qualified, uncompressed domain name in DNS wireformat. The authoritative server MUST NOT include this option in the response if the configured agent domain is empty, or is the null label (which would indicate the DNS root).</t>

<t>The authoritative server includes the EDNS0 Report-Channel option unsollicited. That is, the option is included in a response despite the EDNS0 Report-Channel option being absent in the request.</t>

<t>If the authoritative server has indicated support for DNS error reporting and there is an issue that can be reported via extended DNS errors, the reporting resolver encodes the error report in the QNAME of the report query. The reporting resolver builds this QNAME by concatenating the _er label, the QTYPE, the QNAME that resulted in failure, the extended error code (as described in <xref target="RFC8914"/>), the label "_er" again, and the agent domain. See the example in <xref target="example"/>. Note that a regular RCODE is not included because the RCODE is not relevant to the extended error code.</t>

<t>The resulting report query is sent as a standard DNS query for a TXT DNS resource record type by the reporting resolver.</t>

<t>The report query will ultimately arrive at the monitoring agent. A response is returned by the monitoring agent, which in turn can be cached by the reporting resolver. This caching is essential. It dampens the number of report queries sent by a reporting resolver for the same problem, that is, once per TTL. However, certain optimizations such as <xref target="RFC8020"/> and <xref target="RFC8198"/> may reduce the number of error report queries as well.</t>

<t>This document gives no guidance on the content of the TXT resource record RDATA for this record.</t>

<section anchor="managing-caching-optimizations"><name>Managing Caching Optimizations</name>

<t>The reporting resolver may utilize various caching optimizations that inhibit subsequent error reporting to the same monitoring agent.</t>

<t>If the monitoring agent were to respond with NXDOMAIN (name error), <xref target="RFC8020"/> says that any name at or below that domain should be considered unreachable, and negative caching would prohibit subsequent queries for anything at or below that domain for a period of time, depending on the negative TTL <xref target="RFC2308"/>.</t>

<t>Since the monitoring agent may not know the contents of all the zones for which it acts as a monitoring agent, the monitoring agent MUST NOT respond with NXDOMAIN for domains it is monitoring because that could inhibit subsequent queries. One method to avoid NXDOMAIN is to use a wildcard domain name <xref target="RFC4592"/> in the zone for the agent domain.</t>

<t>When the agent domain is signed, a resolver may use aggressive negative caching (described in <xref target="RFC8198"/>). This optimization makes use of NSEC and NSEC3 (without opt-out) records and allows the resolver to do the wildcard synthesis. When this happens, the resolver does not send subsequent queries because it will be able to synthesize a response from previously cached material.</t>

<t>A solution is to avoid DNSSEC for the agent domain. Signing the agent domain will incur an additional burden on the reporting resolver, as it has to validate the response. However, this response has no utility to the reporting resolver other than dampening the query load for error reports.</t>

<t>The agent domain SHOULD NOT be signed.</t>

</section>
<section anchor="example"><name>Example</name>
<t>A query for "broken.test.", type A, is sent by a reporting resolver.</t>

<t>The domain "test." is hosted on a set of authoritative servers. One of these authoritative servers serves a stale version of the "test." zone. This authoritative server has an agent domain configured: "a01.agent-domain.example.".</t>

<t>The authoritative server with the stale "test." zone receives the request for "broken.test". It returns a response that includes the EDNS0 Report-Channel option with the domain name "a01.agent-domain.example.".</t>

<t>The reporting resolver is unable to validate the "broken.test" RRSet for type 1 (an A record), due to an RRSIG record with an expired signature.</t>

<t>The reporting resolver constructs the QNAME "_er.1.broken.test.7._er.a01.agent-domain.example." and resolves it. This QNAME indicates extended DNS error 7 occurred while trying to validate "broken.test." type 1 record.</t>

<t>When this query is received at the monitoring agent (the operators of the authoritative server for a01.agent-domain.example), the agent can determine the "test." zone contained an expired signature record (extended error 7) for type A for the domain name "broken.test.". The monitoring agent can contact the operators of "test." to fix the issue.</t>

</section>
</section>
<section anchor="edns0-option-specification"><name>EDNS0 Option Specification</name>
<t>This method uses an EDNS0 <xref target="RFC6891"/> option to indicate the agent domain in DNS responses. The option is structured as follows:</t>

<figure><artwork><![CDATA[
                     1 1 1 1 1 1 1 1 1 1 2 2 2 2 2 2 2 2 2 2 3 3
 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1                     
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|        OPTION-CODE = TBD      |       OPTION-LENGTH           |
+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+
/                         AGENT DOMAIN                          /
+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+
]]></artwork></figure>

<t>Field definition details:</t>

<dl>
  <dt>OPTION-CODE:</dt>
  <dd>
    <t>2 octets; an EDNS0 code that is used in an EDNS0 option to indicate support for error reporting.  The name for this EDNS0 option code is Report-Channel.</t>
  </dd>
  <dt>OPTION-LENGTH:</dt>
  <dd>
    <t>2-octets; contains the length of the AGENT DOMAIN field in octets.</t>
  </dd>
  <dt>AGENT DOMAIN:</dt>
  <dd>
    <t>A fully qualified domain name <xref target="RFC8499"/> in uncompressed DNS wire format.</t>
  </dd>
</dl>

</section>
<section anchor="dns-error-reporting-specification"><name>DNS error reporting specification</name>
<t>The various errors that a reporting resolver may encounter are listed in <xref target="RFC8914"/>. Note that not all listed errors may be supported by the reporting resolver. This document does not specify what is or is not an error.</t>

<t>The DNS class is not specified in the error report.</t>

<section anchor="reporting-resolver-specification"><name>Reporting Resolver Specification</name>
<t>The reporting resolver MUST NOT use DNS error reporting to report a failure in resolving the report query.</t>

<t>The EDNS0 Report-Channel option MUST NOT be included in queries.</t>

<t>The reporting resolver MUST NOT use DNS error reporting if the authoritative server returned an empty agent domain field in the EDNS0 Report-Channel option.</t>

<section anchor="constructing-the-report-query"><name>Constructing the Report Query</name>

<t>The QNAME for the report query is constructed by concatenating the following elements:</t>

<t><list style="symbols">
  <t>A label containing the string "_er".</t>
  <t>The QTYPE that was used in the query that resulted in the extended DNS error, presented as a decimal value, in a single DNS label.</t>
  <t>The list of non-null labels representing the query name which is the subject of the DNS error report.</t>
  <t>The extended DNS error, presented as a decimal value, in a single DNS label.</t>
  <t>A label containing the string "_er".</t>
  <t>The agent domain. The agent domain as received in the EDNS0 Report-Channel option set by the authoritative server.</t>
</list></t>

<t>If the report query QNAME exceeds 255 octets, it MUST NOT be sent.</t>

<t>The "_er" labels allow the monitoring agent to differentiate between the agent domain and the faulty query name. When the specified agent domain is empty, or a null label (despite being not allowed in this specification), the report query will have "_er" as a top-level domain as a result and not the original query. The purpose of the first "_er" label is to indicate that a complete report query has been received, instead of a shorter report query due to query minimization.</t>

</section>
</section>
<section anchor="authoritative-server-specification"><name>Authoritative server specification</name>
<t>The authoritative server MUST NOT include more than one EDNS0 Repprt-Channel option in a response.</t>

<t>The authoritative server includes the EDNS0 Report-Channel option unsollicited in responses. There is no requirement that the EDNS0 Report-Channel option is present in queries.</t>

</section>
<section anchor="monitoring-agent-specification"><name>Monitoring agent specification</name>
<t>It is RECOMMENDED that the authoritative server for the agent domain replies with a positive response (i.e. not NODATA or NXDOMAIN) containing a TXT record.</t>

</section>
<section anchor="choosing-an-agent-domain"><name>Choosing an agent domain</name>
<t>It is RECOMMENDED that the agent domain be kept relatively short to allow for a longer QNAME in the report query.</t>

</section>
</section>
<section anchor="iana-considerations"><name>IANA Considerations</name>
<t>IANA is requested to assign the following DNS EDNS0 option code registry:</t>

<figure><artwork><![CDATA[
      Value Name           Status   Reference
      ----- -------------- -------- ---------------
      TBD   Report-Channel Standard [this document]
]]></artwork></figure>

<t>IANA is requested to assign the following Underscored and Globally Scoped DNS Node Name registry:</t>

<figure><artwork><![CDATA[
      RR Type  _NODE NAME  Reference
      -----    ----------  ---------   
      TXT      _er         [this document]
]]></artwork></figure>

</section>
<section anchor="security-considerations"><name>Security considerations</name>
<t>Use of DNS error reporting may expose local configuration mistakes in the reporting resolver, such as stale DNSSEC trust anchors to the monitoring agent.</t>

<t>DNS error reporting SHOULD be done using DNS query name minimization <xref target="RFC9156"/> to improve privacy.</t>

<t>DNS error reporting is done without any authentication between the reporting resolver and the authoritative server of the agent domain.</t>

<t>Resolvers that send error reports SHOULD send these over TCP <xref target="RFC7766"/> and SHOULD use DNS COOKIEs <xref target="RFC7873"/>. This makes it hard to falsify the source address. The monitoring agent SHOULD respond to queries received over UDP with the truncation bit (TC bit) set to challenge the resolver to re-query over TCP.</t>

<t>Well known addresses of reporting resolvers can provide a higher level of confidence in the error reports, and potentially enable more automated processing of these reports.</t>

<t>Monitoring agents that receive error reports over UDP should consider that the source of the reports and the reports itself may be false.</t>

<t>The method described in this document will cause additional queries by the reporting resolver to authoritative servers in order to resolve the report query.</t>

<t>This method can be abused by intentionally deploying broken zones with agent domains that are delegated to victims.  This is particularly effective when DNS requests that trigger error messages are sent through
open resolvers <xref target="RFC8499"/> or widely distributed network monitoring systems that perform distributed queries from around the globe.</t>

<t>An adversary may create massive error report flooding to camouflage an attack.</t>

</section>
<section anchor="acknowledgements"><name>Acknowledgements</name>
<t>This document is based on an idea by Roy Arends and David Conrad. The authors would like to thank Peter van Dijk, Stephane Bortzmeyer, Shane Kerr, Vladimir Cunat, Paul Hoffman, Philip Homburg, Mark Andrews, Libor Peltan, Matthijs Mekking, Willem Toorop, Tom Carpay, Dick Franks, Ben Schwartz, Yaron Sheffer, Viktor Dukhovni, Wes Hardaker, James Gannon, Tim Wicinski, Benno Overeinder and Petr Spacek for their contributions.</t>

</section>


  </middle>

  <back>



    <references title='Informative References'>



<reference anchor='RFC2119' target='https://www.rfc-editor.org/info/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' target='https://www.rfc-editor.org/info/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='RFC8914' target='https://www.rfc-editor.org/info/rfc8914'>
  <front>
    <title>Extended DNS Errors</title>
    <author fullname='W. Kumari' initials='W.' surname='Kumari'/>
    <author fullname='E. Hunt' initials='E.' surname='Hunt'/>
    <author fullname='R. Arends' initials='R.' surname='Arends'/>
    <author fullname='W. Hardaker' initials='W.' surname='Hardaker'/>
    <author fullname='D. Lawrence' initials='D.' surname='Lawrence'/>
    <date month='October' year='2020'/>
    <abstract>
      <t>This document defines an extensible method to return additional information about the cause of DNS errors. Though created primarily to extend SERVFAIL to provide additional information about the cause of DNS and DNSSEC failures, the Extended DNS Errors option defined in this document allows all response types to contain extended error information. Extended DNS Error information does not change the processing of RCODEs.</t>
    </abstract>
  </front>
  <seriesInfo name='RFC' value='8914'/>
  <seriesInfo name='DOI' value='10.17487/RFC8914'/>
</reference>

<reference anchor='RFC8020' target='https://www.rfc-editor.org/info/rfc8020'>
  <front>
    <title>NXDOMAIN: There Really Is Nothing Underneath</title>
    <author fullname='S. Bortzmeyer' initials='S.' surname='Bortzmeyer'/>
    <author fullname='S. Huque' initials='S.' surname='Huque'/>
    <date month='November' year='2016'/>
    <abstract>
      <t>This document states clearly that when a DNS resolver receives a response with a response code of NXDOMAIN, it means that the domain name which is thus denied AND ALL THE NAMES UNDER IT do not exist.</t>
      <t>This document clarifies RFC 1034 and modifies a portion of RFC 2308: it updates both of them.</t>
    </abstract>
  </front>
  <seriesInfo name='RFC' value='8020'/>
  <seriesInfo name='DOI' value='10.17487/RFC8020'/>
</reference>

<reference anchor='RFC8198' target='https://www.rfc-editor.org/info/rfc8198'>
  <front>
    <title>Aggressive Use of DNSSEC-Validated Cache</title>
    <author fullname='K. Fujiwara' initials='K.' surname='Fujiwara'/>
    <author fullname='A. Kato' initials='A.' surname='Kato'/>
    <author fullname='W. Kumari' initials='W.' surname='Kumari'/>
    <date month='July' year='2017'/>
    <abstract>
      <t>The DNS relies upon caching to scale; however, the cache lookup generally requires an exact match. This document specifies the use of NSEC/NSEC3 resource records to allow DNSSEC-validating resolvers to generate negative answers within a range and positive answers from wildcards. This increases performance, decreases latency, decreases resource utilization on both authoritative and recursive servers, and increases privacy. Also, it may help increase resilience to certain DoS attacks in some circumstances.</t>
      <t>This document updates RFC 4035 by allowing validating resolvers to generate negative answers based upon NSEC/NSEC3 records and positive answers in the presence of wildcards.</t>
    </abstract>
  </front>
  <seriesInfo name='RFC' value='8198'/>
  <seriesInfo name='DOI' value='10.17487/RFC8198'/>
</reference>

<reference anchor='RFC2308' target='https://www.rfc-editor.org/info/rfc2308'>
  <front>
    <title>Negative Caching of DNS Queries (DNS NCACHE)</title>
    <author fullname='M. Andrews' initials='M.' surname='Andrews'/>
    <date month='March' year='1998'/>
    <abstract>
      <t>RFC1034 provided a description of how to cache negative responses. It however had a fundamental flaw in that it did not allow a name server to hand out those cached responses to other resolvers, thereby greatly reducing the effect of the caching. This document addresses issues raise in the light of experience and replaces RFC1034 Section 4.3.4. [STANDARDS-TRACK]</t>
    </abstract>
  </front>
  <seriesInfo name='RFC' value='2308'/>
  <seriesInfo name='DOI' value='10.17487/RFC2308'/>
</reference>

<reference anchor='RFC4592' target='https://www.rfc-editor.org/info/rfc4592'>
  <front>
    <title>The Role of Wildcards in the Domain Name System</title>
    <author fullname='E. Lewis' initials='E.' surname='Lewis'/>
    <date month='July' year='2006'/>
    <abstract>
      <t>This is an update to the wildcard definition of RFC 1034. The interaction with wildcards and CNAME is changed, an error condition is removed, and the words defining some concepts central to wildcards are changed. The overall goal is not to change wildcards, but to refine the definition of RFC 1034. [STANDARDS-TRACK]</t>
    </abstract>
  </front>
  <seriesInfo name='RFC' value='4592'/>
  <seriesInfo name='DOI' value='10.17487/RFC4592'/>
</reference>

<reference anchor='RFC6891' target='https://www.rfc-editor.org/info/rfc6891'>
  <front>
    <title>Extension Mechanisms for DNS (EDNS(0))</title>
    <author fullname='J. Damas' initials='J.' surname='Damas'/>
    <author fullname='M. Graff' initials='M.' surname='Graff'/>
    <author fullname='P. Vixie' initials='P.' surname='Vixie'/>
    <date month='April' year='2013'/>
    <abstract>
      <t>The Domain Name System's wire protocol includes a number of fixed fields whose range has been or soon will be exhausted and does not allow requestors to advertise their capabilities to responders. This document describes backward-compatible mechanisms for allowing the protocol to grow.</t>
      <t>This document updates the Extension Mechanisms for DNS (EDNS(0)) specification (and obsoletes RFC 2671) based on feedback from deployment experience in several implementations. It also obsoletes RFC 2673 ("Binary Labels in the Domain Name System") and adds considerations on the use of extended labels in the DNS.</t>
    </abstract>
  </front>
  <seriesInfo name='STD' value='75'/>
  <seriesInfo name='RFC' value='6891'/>
  <seriesInfo name='DOI' value='10.17487/RFC6891'/>
</reference>

<reference anchor='RFC8499' target='https://www.rfc-editor.org/info/rfc8499'>
  <front>
    <title>DNS Terminology</title>
    <author fullname='P. Hoffman' initials='P.' surname='Hoffman'/>
    <author fullname='A. Sullivan' initials='A.' surname='Sullivan'/>
    <author fullname='K. Fujiwara' initials='K.' surname='Fujiwara'/>
    <date month='January' year='2019'/>
    <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 sometimes 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 obsoletes RFC 7719 and updates RFC 2308.</t>
    </abstract>
  </front>
  <seriesInfo name='BCP' value='219'/>
  <seriesInfo name='RFC' value='8499'/>
  <seriesInfo name='DOI' value='10.17487/RFC8499'/>
</reference>

<reference anchor='RFC9156' target='https://www.rfc-editor.org/info/rfc9156'>
  <front>
    <title>DNS Query Name Minimisation to Improve Privacy</title>
    <author fullname='S. Bortzmeyer' initials='S.' surname='Bortzmeyer'/>
    <author fullname='R. Dolmans' initials='R.' surname='Dolmans'/>
    <author fullname='P. Hoffman' initials='P.' surname='Hoffman'/>
    <date month='November' year='2021'/>
    <abstract>
      <t>This document describes a technique called "QNAME minimisation" to improve DNS privacy, where the DNS resolver no longer always sends the full original QNAME and original QTYPE to the upstream name server. This document obsoletes RFC 7816.</t>
    </abstract>
  </front>
  <seriesInfo name='RFC' value='9156'/>
  <seriesInfo name='DOI' value='10.17487/RFC9156'/>
</reference>

<reference anchor='RFC7766' target='https://www.rfc-editor.org/info/rfc7766'>
  <front>
    <title>DNS Transport over TCP - Implementation Requirements</title>
    <author fullname='J. Dickinson' initials='J.' surname='Dickinson'/>
    <author fullname='S. Dickinson' initials='S.' surname='Dickinson'/>
    <author fullname='R. Bellis' initials='R.' surname='Bellis'/>
    <author fullname='A. Mankin' initials='A.' surname='Mankin'/>
    <author fullname='D. Wessels' initials='D.' surname='Wessels'/>
    <date month='March' year='2016'/>
    <abstract>
      <t>This document specifies the requirement for support of TCP as a transport protocol for DNS implementations and provides guidelines towards DNS-over-TCP performance on par with that of DNS-over-UDP. This document obsoletes RFC 5966 and therefore updates RFC 1035 and RFC 1123.</t>
    </abstract>
  </front>
  <seriesInfo name='RFC' value='7766'/>
  <seriesInfo name='DOI' value='10.17487/RFC7766'/>
</reference>

<reference anchor='RFC7873' target='https://www.rfc-editor.org/info/rfc7873'>
  <front>
    <title>Domain Name System (DNS) Cookies</title>
    <author fullname='D. Eastlake 3rd' initials='D.' surname='Eastlake 3rd'/>
    <author fullname='M. Andrews' initials='M.' surname='Andrews'/>
    <date month='May' year='2016'/>
    <abstract>
      <t>DNS Cookies are a lightweight DNS transaction security mechanism that provides limited protection to DNS servers and clients against a variety of increasingly common denial-of-service and amplification/ forgery or cache poisoning attacks by off-path attackers. DNS Cookies are tolerant of NAT, NAT-PT (Network Address Translation - Protocol Translation), and anycast and can be incrementally deployed. (Since DNS Cookies are only returned to the IP address from which they were originally received, they cannot be used to generally track Internet users.)</t>
    </abstract>
  </front>
  <seriesInfo name='RFC' value='7873'/>
  <seriesInfo name='DOI' value='10.17487/RFC7873'/>
</reference>




    </references>



  </back>

<!-- ##markdown-source:
H4sIAI6FrGQAA61bbXPbRpL+zl8xJX+R60it5Hfr6upOkRRbt5bkSPRmU9lU
aggMyYlADIMBRNOJ77ff090zeCFBKakNndgkAcz0ez/dPRyNRoPEpTafHauq
nI7eDEpbZuZYnV3dqvOicIW6MUtXlLhjoCeTwtzztdH5zSB1Sa4XuDct9LQc
WYPn09y7Jf09MvTwqIgPjw5fDuyyOFZlUfny2eHh28Nng0SXZuaK9bHyZTrw
ZWH04lhdnI+/HaS4dKyeHT57Pjp8PTo6xFWdpz/rzOX4fm38YAWSebvB3QoP
5aUpclOOzoiYwdIeqx9LlwyVx/6FmXq8Wy/kTeIWC5OX/qfBQFfl3BXHA6VG
+F8pYejGrdVJYfLU85euwFYXpydXV/zRLLTNjlXh1geab/ofm+g8P8BtG+tc
6rJUH3ThXf7AQgvcdZDxXa2VBjafugLX7L05HgxGo5HSE4hIJ+WAlMPyVbV8
lfVKq8zO5uXK0N+tSwuTzHVu/UKVc12qZeHubWo8PhnllqbQJVZyU6VzJfKw
JW+rvCnuTaFWtpyH5bxyOdtGYbyrisTgTeKK1MvSUzCkSsdXMyyAde91ZkmZ
B+pEpQ4c58qtcqyKa7TQ3HkmEjyDxi/YGDtACqryhij0pt4aC9sFUW/iSuHh
AzWeN7dBKWqivUmJVvO5hIrwvpYZbvAK7CeFneB7rHLz7al68/boxcFg8P3c
QAhxedIi8+R3MKXSytAlrRbWJy6f2llVCAu4i+RZljq5G26Jmj73ynqh12pi
VJXrFfHBt1oPBh22KO2MNqVvVIZ16fLUmHQS9sDXcMqKjLvmkMxiYbBTqqZE
U6SdZA7dVYWn3QNvBTNTlY7sLtFZtlbeznKdES9iccKtyy04oTX0jHbzS5PY
qYU8J+udzB2IGS9smmZm8IR8tnBplZC8guR3WCD/Q5wgCmSGdHl7fsqkYccv
CAki4aRYL0s3K/RybhOhvKzAmnLM2txsmi0WhsHs39zQv09Z+HONbTO9hP2Q
yT4srZXNstroa6OIVtv1EHB/axcWjp6th2pF7OJG6Jg9F/YDmSdzKB8OLNfU
2W3tXnAurZYUb0pmGKJK+Z47IzoiCuk9bmRRzG0WRfOYzjtckPyxiaXYXO9u
841FwcyYuSQjLVeOLNEbLKZlJUhd+cTkurAuxAYS7szBsnOH1Y2Yo3fwsNLi
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
5zgAAA==

-->

</rfc>

