<?xml version="1.0" encoding="UTF-8"?>
  <?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
  <!-- generated by https://github.com/cabo/kramdown-rfc2629 version 1.3.32 -->

<!DOCTYPE rfc SYSTEM "rfc2629.dtd" [
]>

<?rfc toc="yes"?>
<?rfc sortrefs="yes"?>
<?rfc symrefs="yes"?>
<?rfc docmapping="yes"?>

<rfc ipr="trust200902" docName="draft-ietf-dnsop-nsec3-guidance-02" category="bcp">

  <front>
    <title abbrev="title">Guidance for NSEC3 parameter settings</title>

    <author initials="W." surname="Hardaker" fullname="Wes Hardaker">
      <organization>USC/ISI</organization>
      <address>
        <email>ietf@hardakers.net</email>
      </address>
    </author>
    <author initials="V." surname="Dukhovni" fullname="Viktor Dukhovni">
      <organization>Bloomberg, L.P.</organization>
      <address>
        <email>ietf-dane@dukhovni.org</email>
      </address>
    </author>

    <date year="2021" month="November" day="24"/>

    
    
    

    <abstract>


<t>NSEC3 is a DNSSEC mechanism providing proof of non-existence by
promising there are no names that exist between two domainnames within
a zone.  Unlike its counterpart NSEC, NSEC3 avoids directly disclosing
the bounding domainname pairs.  This document provides guidance on
setting NSEC3 parameters based on recent operational deployment
experience.</t>



    </abstract>


  </front>

  <middle>


<section anchor="introduction" title="Introduction">

<t>As with NSEC <xref target="RFC4035"/>, NSEC3 <xref target="RFC5155"/> provides proof of
non-existence that consists of signed DNS records establishing the
non-existence of a given name or associated Resource Record Type
(RRTYPE) in a DNSSEC <xref target="RFC4035"/> signed zone.  In the case of NSEC3,
however, the names of valid nodes in the zone are obfuscated through
(possibly multiple iterations of) hashing via SHA-1. (currently only
SHA-1 is in use within the Internet).</t>

<t>NSEC3 also provides “opt-out support”, allowing for blocks of unsigned
delegations to be covered by a single NSEC3 record.  Use of the
opt-out feature allow large registries to only sign as many NSEC3
records as there are signed DS or other RRsets in the zone – with
opt-out, unsigned delegations don’t require additional NSEC3 records.
This sacrifices the tamper-resistance proof of non-existence offered
by NSEC3 in order to reduce memory and CPU overheads.</t>

<t>NSEC3 records have a number of tunable parameters that are specified
via an NSEC3PARAM record at the zone apex.  These parameters are the
Hash Algorithm, processing Flags, the number of hash Iterations and
the Salt.  Each of these has security and operational considerations
that impact both zone owners and validating resolvers.  This document
provides some best-practice recommendations for setting the NSEC3
parameters.</t>

<section anchor="requirements-notation" title="Requirements notation">

<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>
<section anchor="recommendation-for-zone-publishers" title="Recommendation for zone publishers">

<t>The following sections describe recommendations for setting parameters
for NSEC3 and NSEC3PARAM.</t>

<section anchor="algorithms" title="Algorithms">

<t>The algorithm field is not discussed by this document.</t>

</section>
<section anchor="flags" title="Flags">

<t>The NSEC3PARAM flags field currently contains no flags, but individual
NSEC3 records contain the “Opt-Out” flag <xref target="RFC5155"/>, which specifies
whether or not that NSEC3 record provides proof of non-existence or
not.  In general, NSEC3 with the Opt-Out flag enabled should only be
used in large, highly dynamic zones with a small percentage of signed
delegations.  Operationally, this allows for fewer signature creations
when new delegations are inserted into a zone.  This is typically only
necessary for extremely large registration points providing zone
updates faster than real-time signing allows or when using
memory-constrained hardware.  Smaller zones, or large but relatively
static zones, are encouraged to use a Flags value of 0 (zero) and take
advantage of DNSSEC’s proof-of-non-existence support.</t>

</section>
<section anchor="iterations" title="Iterations">

<t>NSEC3 records are created by first hashing the input domain and then
repeating that hashing algorithm a number of times based on the
iterations parameter in the NSEC3PARM and NSEC3 records.  The first
hash is typically sufficient to discourage zone enumeration performed
by “zone walking” an NSEC or NSEC3 chain.  Only determined parties
with significant resources are likely to try and uncover hashed
values, regardless of the number of additional iterations performed.
If an adversary really wants to expend significant CPU resources to
mount an offline dictionary attack on a zone’s NSEC3 chain, they’ll
likely be able to find most of the “guessable” names despite any
level of additional hashing iterations.</t>

<t>Most names published in the DNS are rarely secret or unpredictable.
They are published to be memorable, used and consumed by humans.  They
are often recorded in many other network logs such as email logs,
certificate transparency logs, web page links, intrusion detection
systems, malware scanners, email archives, etc.  Many times a simple
dictionary of commonly used domain names prefixes (www, ftp, mail,
imap, login, database, etc) can be used to quickly reveal a large
number of labels within a zone.  Because of this, there are increasing
performance costs yet diminishing returns associated with applying
additional hash iterations beyond the first.</t>

<t>Although Section 10.3 of <xref target="RFC5155"/> specifies upper bounds for the
number of hash iterations to use, there is no published guidance for
zone owners about good values to select.  Because hashing provides
only moderate protection, as shown recently in academic studies of
NSEC3 protected zones <xref target="GPUNSEC3"/><xref target="ZONEENUM"/>, this document
recommends that zone owners SHOULD use an iteration value of 0 (zero),
indicating that only the initial hash value should be placed into a
DNS zone’s NSEC3 records.</t>

</section>
<section anchor="salt" title="Salt">

<t>Salts add yet another layer of protection against offline, stored
dictionary attacks by combining the value to be hashed (in our case, a
DNS domainname) with a randomly generated value.  This prevents
adversaries from building up and remembering a dictionary of values
that can translate a hash output back to the value that it derived from.</t>

<t>In the case of DNS, it should be noted that the hashed names placed in
NSEC3 records already include the fully-qualified domain name from
each zone.  Thus, no single pre-computed table works to speed up
dictionary attacks against multiple target zones.  An attacker is
required to compute a complete dictionary per zone, which is expensive
in both storage and CPU time.</t>

<t>To protect against a dictionary being built and used for a target
zone, an additional salt field can be included and changed on a
regular basis, forcing a would-be attacker to repeatedly compute a new
dictionary (or just do trial and error without the benefits of
precomputation).</t>

<t>Changing a zone’s salt value requires the construction of a complete
new NSEC3 chain.  This is true both when resigning the entire zone at
once, or incrementally signing it in the background where the new salt
is only activated once every name in the chain has been completed.</t>

<t>Most users of NSEC3 publish static salt values that never change.
This provides no added security benefit (because the complete fully
qualified domain name is already unique).  If no rotation is planned,
operators are encouraged to forgo the salt entirely by using a
zero-length salt value instead (represented as a “-“ in the 
presentation format).</t>

</section>
</section>
<section anchor="recommendations-for-deploying-and-validating-nsec3-records" title="Recommendations for deploying and validating NSEC3 records">

<t>The following subsections describe recommendations for the different
operating realms within the DNS.</t>

<section anchor="best-practice-for-zone-publishers" title="Best-practice for zone publishers">

<t>First, if the operational or security features of NSEC3 are not
needed, then NSEC SHOULD be used in preference to NSEC3. NSEC3
requires greater computational power (see <xref target="computationalburdens"/>)
for both authoritative servers and validating clients.  Specifically,
there is a non trivial complexity in finding matching NSEC3 records to
randomly generated prefixes within a DNS zone.  NSEC mitigates this
concern.  If NSEC3 must be used, then an iterations count of 0
SHOULD be used to alleviate computational burdens.</t>

<t>Note that deploying NSEC with minimally covering NSEC records
<xref target="RFC4470"></xref> also incurs a cost, and zone owners should measure the
computational difference in deploying both RFC4470 or NSEC3.</t>

<t>In short, for all zones, the recommended NSEC3 parameters are as shown
below:</t>

<figure><artwork><![CDATA[
; SHA-1, no extra iterations, empty salt:
;
bcp.example. IN NSEC3PARAM 1 0 0 -
]]></artwork></figure>

<t>For small zones, the use of opt-out based NSEC3 records is NOT
RECOMMENDED.</t>

<t>For very large and sparsely signed zones, where the majority of the
records are insecure delegations, opt-out MAY be used.</t>

<t>Since the NSEC3PARAM RR is not used by validating resolvers (see
<xref target="RFC5155"></xref> section 4), the iterations and salt parameters can be changed
without the need to wait for RRsets to expire from caches.  A complete
new NSEC3 chain needs to be constructed and the zone resigned.</t>

</section>
<section anchor="recommendation-for-validating-resolvers" title="Recommendation for validating resolvers">

<t>Because there has been a large growth of open (public) DNSSEC
validating resolvers that are subject to compute resource constraints
when handling requests from anonymous clients, this document
recommends that validating resolvers change their behavior with
respect to large iteration values.  Specifically, validating
resolver operators and validating resolver software vendors are
encouraged to continue evaluating NSEC3 iteration count deployments
and lower their default acceptable limits over time.  Similarly, because
treating a high iterations count as insecure leaves zones subject to
attack, validating resolver operators and validating resolver software
vendors are further encouraged to lower their default and acceptable
limit for returning SERVFAIL when processing NSEC3 parameters
containing large iteration count values.  See
<xref target="deploymentmeasurements"/> for measurements taken near the time of
publication and potential starting points.</t>

<t>Note that a validating resolver MUST still validate the signature over
the NSEC3 record to ensure the iteration count was not altered since
record publication (see <xref target="RFC5155"/> section 10.3).</t>

<t>Validating resolvers returning an insecure or SERVFAIL answer because
of unsupported NSEC parameter values SHOULD return an Extended DNS
Error (EDE) {RFC8914} EDNS0 option of value (RFC EDITOR: TBD).</t>

</section>
<section anchor="recommendation-for-primary-secondary-relationships" title="Recommendation for Primary / Secondary relationships">

<t>Primary and secondary authoritative servers for a zone that are not
being run by the same operational staff and/or using the same software
and configuration must take into account the potential differences in
NSEC3 iteration support.</t>

<t>Operators of secondary services should advertise the parameter limits
that their servers support. Correspondingly, operators of primary
servers need to ensure that their secondaries support the NSEC3
parameters they expect to use in their zones.  To ensure reliability,
after primaries change their iteration counts, they should query their
secondaries with known non-existent labels to verify the secondary
servers are responding as expected.</t>

</section>
</section>
<section anchor="security-considerations" title="Security Considerations">

<t>This entire document discusses security considerations with various
parameters selections of NSEC3 and NSEC3PARAM fields.</t>

<t>The point where a validating resolver returns insecure vs the point
where it returns SERVFAIL must be considered carefully.  Specifically,
when a validating resolver treats a zone as insecure above a
particular value (say 100) and returns SERVFAIL above a higher point
(say 500), it leaves the zone subject to man-it-the-middle attacks as
if it was unsigned between these values. Thus, validating resolver
operators and software vendors SHOULD set the point above which a zone
is treated for certain values of NSEC3 iterations counts to the same
as the point where a validating resolver begins returning SERVFAIL.</t>

</section>
<section anchor="operational-considerations" title="Operational Considerations">

<t>This entire document discusses operational considerations with various
parameters selections of NSEC3 and NSEC3PARAM fields.</t>

</section>
<section anchor="iana-considerations" title="IANA Considerations">

<t>This document requests a new allocation in the “Extended DNS Error
Codes” of the “Domain Name System (DNS) Parameters” registration
table with the following characteristics:</t>

<t><list style="symbols">
  <t>INFO-CODE: (RFC EDITOR: TBD)</t>
  <t>Purpose: Unsupported NSEC3 iterations value</t>
  <t>Reference: (RFC EDITOR: this document)</t>
</list></t>

</section>


  </middle>

  <back>

    <references title='Normative 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 initials='S.' surname='Bradner' fullname='S. Bradner'><organization /></author>
<date year='1997' month='March' />
<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="RFC5155" target='https://www.rfc-editor.org/info/rfc5155'>
<front>
<title>DNS Security (DNSSEC) Hashed Authenticated Denial of Existence</title>
<author initials='B.' surname='Laurie' fullname='B. Laurie'><organization /></author>
<author initials='G.' surname='Sisson' fullname='G. Sisson'><organization /></author>
<author initials='R.' surname='Arends' fullname='R. Arends'><organization /></author>
<author initials='D.' surname='Blacka' fullname='D. Blacka'><organization /></author>
<date year='2008' month='March' />
<abstract><t>The Domain Name System Security (DNSSEC) Extensions introduced the NSEC resource record (RR) for authenticated denial of existence. This document introduces an alternative resource record, NSEC3, which similarly provides authenticated denial of existence.  However, it also provides measures against zone enumeration and permits gradual expansion of delegation-centric zones.  [STANDARDS-TRACK]</t></abstract>
</front>
<seriesInfo name='RFC' value='5155'/>
<seriesInfo name='DOI' value='10.17487/RFC5155'/>
</reference>



<reference  anchor="RFC4035" target='https://www.rfc-editor.org/info/rfc4035'>
<front>
<title>Protocol Modifications for the DNS Security Extensions</title>
<author initials='R.' surname='Arends' fullname='R. Arends'><organization /></author>
<author initials='R.' surname='Austein' fullname='R. Austein'><organization /></author>
<author initials='M.' surname='Larson' fullname='M. Larson'><organization /></author>
<author initials='D.' surname='Massey' fullname='D. Massey'><organization /></author>
<author initials='S.' surname='Rose' fullname='S. Rose'><organization /></author>
<date year='2005' month='March' />
<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="RFC4470" target='https://www.rfc-editor.org/info/rfc4470'>
<front>
<title>Minimally Covering NSEC Records and DNSSEC On-line Signing</title>
<author initials='S.' surname='Weiler' fullname='S. Weiler'><organization /></author>
<author initials='J.' surname='Ihren' fullname='J. Ihren'><organization /></author>
<date year='2006' month='April' />
<abstract><t>This document describes how to construct DNSSEC NSEC resource records that cover a smaller range of names than called for by RFC 4034.  By generating and signing these records on demand, authoritative name servers can effectively stop the disclosure of zone contents otherwise made possible by walking the chain of NSEC records in a signed zone.  [STANDARDS-TRACK]</t></abstract>
</front>
<seriesInfo name='RFC' value='4470'/>
<seriesInfo name='DOI' value='10.17487/RFC4470'/>
</reference>




    </references>

    <references title='Informative References'>

<reference anchor="GPUNSEC3" >
  <front>
    <title>GPU-Based NSEC3 Hash Breaking</title>
    <author initials="M." surname="Wander" fullname="M. Wander">
      <organization></organization>
    </author>
    <author initials="L." surname="Schwittmann" fullname="L. Schwittmann">
      <organization></organization>
    </author>
    <author initials="C." surname="Boelmann" fullname="C. Boelmann">
      <organization></organization>
    </author>
    <author initials="T." surname="Weis" fullname="T. Weis">
      <organization></organization>
    </author>
    <date year="2014"/>
  </front>
  <seriesInfo name="DOI" value="10.1109/NCA.2014.27"/>
</reference>
<reference anchor="ZONEENUM" >
  <front>
    <title>An efficient DNSSEC zone enumeration algorithm</title>
    <author initials="Z." surname="Wang" fullname="Zheng Wang">
      <organization></organization>
    </author>
    <author initials="L." surname="Xiao" fullname="Liyuan Xiao">
      <organization></organization>
    </author>
    <author initials="R." surname="Wang" fullname="Rui Wang">
      <organization></organization>
    </author>
    <date year="n.d."/>
  </front>
</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 initials='B.' surname='Leiba' fullname='B. Leiba'><organization /></author>
<date year='2017' month='May' />
<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>




    </references>


<section anchor="deploymentmeasurements" title="Deployment measurements at time of publication">

<t>At the time of publication, setting an upper limit of 100 iterations
for treating a zone as insecure is interoperable without significant
problems, but at the same time still enables CPU-exhausting DoS
attacks.</t>

<t>As the time of publication, returning SERVFAIL beyond 500 iterations
appears to be interoperable without significant problems.</t>

</section>
<section anchor="computationalburdens" title="Computational burdens of processing NSEC3 iterations">

<t>The Queries Per Second (QPS) of validating resolvers will decrease due
to computational overhead when processing DNS requests for zones
containing higher NSEC3 iteration counts.  The table (<xref target="qps"/>) below
shows the drop in QPS for various iteration counts.</t>

<figure><artwork><![CDATA[
| Iterations | QPS [% of 0 iterations QPS] |
|------------+-----------------------------|
|          0 | 100 %                       |
|         10 | 89 %                        |
|         20 | 82 %                        |
|         50 | 64 %                        |
|        100 | 47 %                        |
|        150 | 38 %                        |
]]></artwork></figure>

</section>
<section title="Acknowledgments" anchor="qps">

<t>The authors would like to thank the dns-operations discussion
participants, which took place on mattermost hosted by DNS-OARC.</t>

<t>Additionally, the following people contributed text or review comments
to the draft:</t>

<t><list style="symbols">
  <t>Tony Finch</t>
  <t>Paul Hoffman</t>
  <t>Alexander Mayrhofer</t>
  <t>Florian Obser</t>
  <t>Petr Špaček</t>
</list></t>

</section>
<section anchor="github-version-of-this-document" title="Github Version of this document">

<t>While this document is under development, it can be viewed, tracked,
issued, pushed with PRs, … here:</t>

<t>https://github.com/hardaker/draft-hardaker-dnsop-nsec3-guidance</t>

</section>
<section anchor="implementation-notes" title="Implementation Notes">

<t>The following implementations have implemented the guidance in this
document.  They have graciously provided notes about the details of
their implementation below.</t>

<section anchor="opendnssec" title="OpenDNSSEC">

<t>The OpenDNSSEC configuration checking utility will alert the user
about nsec3 iteration values larger than 100.</t>

</section>
<section anchor="powerdns" title="PowerDNS">

<t>PowerDNS 4.5.2 changed the default value of nsec3-max-iterations to 150.</t>

</section>
<section anchor="knot-dns-and-knot-resolver" title="Knot DNS and Knot Resolver">

<t>Knot DNS 3.0.6 warns when signing with more than 20 NSEC3 iterations.
Knot Resolver 5.3.1 treats NSEC3 iterations above 150 as insecure.</t>

</section>
<section anchor="google-public-dns-resolver" title="Google Public DNS Resolver">

<t>Google Public DNS treats NSEC3 iterations above 100 as insecure since
September 2021.</t>

</section>
<section anchor="google-cloud-dns" title="Google Cloud DNS">

<t>Google Cloud DNS uses 1 iteration and 64-bits of fixed random salt for
all zones using NSEC3. These parameters cannot be adjusted by users.</t>

</section>
</section>


  </back>

<!-- ##markdown-source:
H4sIAMVunmEAA61b63Ibt5L+j6dAyXUqUh2SlnzJRae29siynKjWukSSk01S
qS1wBiQRDWcmgxnRPIoeYd/hPMzZ99qvu4G5kHSSrVqX41CcAdDoy9dfN6Dx
eKxqV2f2WO993bjU5InVs6LSl7dnpy91aSqztLWttLd17fK531NmOq3sw7Hm
YSotkhyvHOu0MrN67Gw9G6e5L8px7m3ycjwPk44PX6jE1HZeVOtjPU1K5coK
k1SNr18cHn6Fx8rXJk//y2RFjvnW1qvSHeuf6iIZaV9UdWVnHp/WS/mAlZem
LCHUz0qZpl4U1bHSeoz/tHa5P9bfT/Q3pkrNva34SxH0e+uHXxfV/Fh/uD19
fn57zl/YpXHZsaa9/H0R3vST3NbD6b+b6LfN/aJ4yF1v+u/cfQ39DZ7wCm+y
olhObTUf6feT68nmSmOoyf49DcMmGKJUXlRLU7sHSxu7eXf64ujoq/Dx9dHr
1+Hjq8OX7cdXXxweK+XyWX/k19cf2JzHvGYwN74cvzHepsHU3xi/0G8qa+6h
UX6x0yn9GYf/h81fTPT3sFZQYbf9ze83hr2f6NtksXJ1vTR5vjF258ONCU4n
+k1hsx2jt59sDL2DaNb5jWH9b1M46LF+cXj0in/0tnLWkzKjEt5enR/ro8PJ
0dHhV88vT08m9O7kxRd4/OPV5dnZ5YeLgZJPcm1nM5c4m9f67eUtNK3/AffW
Nm+WtoKFilybDEHh6sVyl9b1cA8/snrnG3v4cWHzef/B5jBo9j+dKTb17daN
yftPNsfd7FzupnHytVLj8Vibqa8rk9RKiSc5r03c7NImC5M7v9RlVTy4FL5F
n4qZxt+8yMf2o/O1JdSZrhWeLJ2nd+qFraw2+C8veFWPr0yt+XU9tfXK2lzX
qwIwgBjK5RW4zsLlyrCOJ1p/yDN3b7WrvU6KJgeOAdBqdvhRcHvzULjU69RV
NqmzNT74JCtIBgUZ9BTDWOhuGYCiAxxofbfAToFCsCSsK/uDEBHxdJGrgJqb
aOr1lCMPxseyNLoogzeYTKe2zIo1Tarsx5J8ELNNRNdLl6ZAXfVMn+d1VaRN
QoOUOpHN80L68TGgwtNT3CZ/RZjx9NRJGg2hhoZgRSdF7vGFJzt5N88hLUxK
4hYV9GWB1dPM+UUw1sYUGGT0HPCTs/EAgNp4XyQOAZbqG+uLpsJrNzybvluX
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
OwAA

-->

</rfc>

