<?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-hardaker-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="February" day="19"/>

    
    
    

    <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.  Opt-out blocks
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 flags field currently contains a single flag, that of the
“Opt-Out” flag <xref target="RFC5155"/>, which specifies whether or not NSEC3
records provide 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 less 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.  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 (tbd: insert ref), 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 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="best-practice-for-zone-publishers" title="Best-practice for zone publishers">

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

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

<t>For very large (e.g. 10 million plus unsigned delegations) and only sparsely
signed zones, where the majority of the records are insecure delegations, use
of opt-out may be justified.  In such (large TLD or similar) zones the
alternative parameters are:</t>

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

</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 should change their behaviour
with respect to large iteration values.  Validating resolvers SHOULD
return a SERVFAIL when processing NSEC3 records with iterations larger
than 100.  Note that this significantly decreases the requirements
originally specified in Section 10.3 of <xref target="RFC5155"/>.</t>

<t>Validating resolvers returning a SERVFAIL in this situation SHOULD
return an Extended DNS Error {RFC8914} EDNS0 option of value [TBD].</t>

</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>

</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: TBD</t>
  <t>Purpose: Unsupported NSEC3 iterations value</t>
  <t>Reference: 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>




    </references>

    <references title='Informative References'>





<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="acknowledgments" title="Acknowledgments">

<t>dns-operations discussion participants</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>


  </back>

<!-- ##markdown-source:
H4sIAP8IMGAAA61a728bNxL9zr+CUD7UxkmK3aS41vfhznGc1kD84+wkRVEU
B2qXklivyO2SK0UN8r/fmxmudqW4xRU4IElXq11yOPPmzZtRJ5OJSi5V9kyP
vm9daXxh9Tw0+ubh8uKFrk1jVjbZRkebkvOLOFJmNmvs+kzza6oMhccjZ7ps
zDxNlqYpzaNtJqWPoZ74aIsXk0VeeHLytSpMsovQbM/0rKiVqxss1LQxfX1y
8h2+VjEZX/7HVMFjza2NqnZn+ucUirGOoUmNnUdcbVdygd1Xpq5h2C9KmTYt
Q3OmtJ7gr9bOxzP941T/kG3im2Lsjzbu3w7N4ky/f7h4fvVwxTfsyrjqTDub
5v/qDhWn3qb95T9M9ev2cRnW3g2W/+AeE3y49w3v8KoKYTWzzWKs307vpoc7
TeAm+68yvzbFK0r50KxMcmtLB7t/c/H16el3+fKb02++yZcvT17gUjk/7x9X
k8lEm1lMjSmSUhJRF7XRr28e8EGvbLE03sWVrpuwdiXcSFdhrvHHBz+xH11M
liAx2yp8s3KRnklL21ht8NcHPnHELZM0P65nNm2s9TptAuKDw3l5ZOPS0nll
9O+I7VTr975yj1a7FHURWg+QAW2JgTfO8DPr4MqoS9fYIlVbXMSiCmSDgg16
htfY6H4bINYhTlq/W+KkgEe7sj7l88GIDoo6eJUhfQj1qGcm2hJPaGxLb4fa
NvBp8KbSpa2rsKVFlf2I+47cMxVfr1xZIiXUM33lUxPKtqCXlDqXw/NG+tOn
HK7Pn7tj8i0K5ufPvaVdINR+INjRRfARNyLFKbqFh7UIKZkbGvjLIolmlYvL
HKyDJfCS0QtAxHPwgExtYgyFQ2qW+t7G0DZ47J5X0++2tVVH9/fvfrq7PAbo
e/gMTtJZkUN75WlbXcCPtBufcqyWYWPXthnzd4IJfLk2lSsBJDqzk/doFYZX
mM3bWLBZadmEdrFUR3WI0c0AhlVbJVdXhKAcHlrvWC+NHHztjH744XxyOtVH
Rds0CBneCr7aKr5NqYANW9go0OS9rwiISPPjaZcxpoqhD8so1GkS2qRjW9cg
pNEYD1RhQzsSb86qUDzywVovTlGlrewiG5gC8gPxgx9wqNkW3iQ44xSymYQQ
LrzN28h6ivfQlWkWFs8sEEogj5ejA7H7EUS9Mn67t1Kku7t8VR1YHijoge7r
+3vkwb7rAWXGaz7q+OmjlMF/lbDNb62j1cvS5RTZ279LxWiKxs1dAaM5d5NZ
IXsmjSUgc0b+AfOE+bzzVWYwD+NL8DYOjy9aPLOyK5QUjcqhL+7ea/Lu0hps
3sWwc8bSrGGq9i2RMO2VWo9UscPs5wwj9MXaFjAZxyYoGS/7353fn1/nBTWe
7AFb2498Whv31qOlKAl/AC71eYXiB9+uxnReeIMJ9U1lFjHnxc40wrG+6rGN
07HnHkyVsM+lKZZ8At4PD6NEA+YuiR+GnMV0UXYLKT6gW9WoCqBQxJnNDxvP
1uJdTknD3Ij4hGptv6RUtcuIGMAhM3DOpKZCgxCzd1Z4qsymU2J0bEtHYEeq
3keI07NnIByGEq0eAYJkhD01+1Q/2q3ecBBH1+8f3iHv+L/65pav7y///f7q
/vI1XSO9377dXcgTtAw+375/mx+hq/7li9vr68ub1/I+7uqDW9fnP8ka5J/R
7d27q9ub87cjSZthpeFoc5I7LmmNJfZCdOAqZMAMaGLtoF9d3OnTl0KiVNNB
op8+/RMfvj39+0t82CytH0soKcPlI5yH8Na1NU1eBsQAnq1dAk2NaZ8ImvWa
Mp68yizeh4IjweGuW64QcL5S5N556FgMMMoJni3+03D2QVS9bCSr+2SR6O6Q
nzc03WeNFKtKYmPEnEt8G6Mk/J5rZRlOlWwyXea3e4IH2BPEQOyZlZ4bS1pL
vqgRsettm0b83bD+juFoh8Tqcj+S45kncTiyT6Db8UlOgj/kLn5HCuLCIr9M
1dV8IlhO52yKWGKZjUoKYlvlyCMALfkDwWb+H+ulWyxJDW1RRF2hKJ5ZYeDM
K0IEkp+Ui1nYgUQYkDcXmB1BVNuxYldzlZH4VqAmftGkFpAuGpuDT0DU3m6G
y3Ftgc9tk9hQJMBO5jFr4E/a1q6gveRU3hL5GbA27WY/Jkp8lOa9EieYrYMj
Rug1KgO4rQFHnHtuIvUnCK9HWEw1SQ58RJbTo3IimPFAfrECfiQKnZB3mrVU
wyqWzNg+EusU3VOUzAgk9BA8WVJek1owAkKiyZb9e6KPfrdNOGbcJ3QKypRr
s3O/yKWvsqSb4M8+SrKSEHz3hH9Yu0wXBsmNOXRu2okdQpLzNQ4jWlhMQajg
k9qazLymf6FPv71y6EiV7fQv5cpAXfXdYFYLXY5f9xm/V/etWKm4lO1hILZz
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
Abkcy1ujIwAA

-->

</rfc>

