idnits 2.17.00 (12 Aug 2021) /tmp/idnits61789/draft-ietf-dnsop-dns-zone-digest-02.txt: Checking boilerplate required by RFC 5378 and the IETF Trust (see https://trustee.ietf.org/license-info): ---------------------------------------------------------------------------- No issues found here. Checking nits according to https://www.ietf.org/id-info/1id-guidelines.txt: ---------------------------------------------------------------------------- No issues found here. Checking nits according to https://www.ietf.org/id-info/checklist : ---------------------------------------------------------------------------- == There are 17 instances of lines with non-RFC6890-compliant IPv4 addresses in the document. If these are example addresses, they should be changed. == There are 1 instance of lines with non-RFC3849-compliant IPv6 addresses in the document. If these are example addresses, they should be changed. Miscellaneous warnings: ---------------------------------------------------------------------------- == The copyright year in the IETF Trust and authors Copyright Line does not match the current year -- The document date (October 28, 2019) is 935 days in the past. Is this intentional? Checking references for intended status: Experimental ---------------------------------------------------------------------------- -- Obsolete informational reference (is this intentional?): RFC 2065 (Obsoleted by RFC 2535) -- Obsolete informational reference (is this intentional?): RFC 2535 (Obsoleted by RFC 4033, RFC 4034, RFC 4035) -- Obsolete informational reference (is this intentional?): RFC 2845 (Obsoleted by RFC 8945) -- Obsolete informational reference (is this intentional?): RFC 3851 (Obsoleted by RFC 5751) -- Obsolete informational reference (is this intentional?): RFC 7706 (Obsoleted by RFC 8806) -- Obsolete informational reference (is this intentional?): RFC 7719 (Obsoleted by RFC 8499) Summary: 0 errors (**), 0 flaws (~~), 3 warnings (==), 7 comments (--). Run idnits with the --verbose option for more detailed information about the items above. -------------------------------------------------------------------------------- 2 Internet Engineering Task Force D. Wessels 3 Internet-Draft P. Barber 4 Intended status: Experimental M. Weinberg 5 Expires: April 30, 2020 Verisign 6 W. Kumari 7 Google 8 W. Hardaker 9 USC/ISI 10 October 28, 2019 12 Message Digest for DNS Zones 13 draft-ietf-dnsop-dns-zone-digest-02 15 Abstract 17 This document describes an experimental protocol and new DNS Resource 18 Record that can be used to provide a message digest over DNS zone 19 data. The ZONEMD Resource Record conveys the message digest data in 20 the zone itself. When a zone publisher includes an ZONEMD record, 21 recipients can verify the zone contents for accuracy and 22 completeness. This provides assurance that received zone data 23 matches published data, regardless of how the zone data has been 24 transmitted and received. 26 ZONEMD is not designed to replace DNSSEC. Whereas DNSSEC protects 27 individual RRSets (DNS data with fine granularity), ZONEMD protects 28 protects a zone's data as a whole, whether consumed by authoritative 29 name servers, recursive name servers, or any other applications. 31 As specified at this time, ZONEMD is not designed for use in large, 32 dynamic zones due to the time and resources required for digest 33 calculation. The ZONEMD record described in this document includes 34 fields reserved for future work to support large, dynamic zones. 36 Status of This Memo 38 This Internet-Draft is submitted in full conformance with the 39 provisions of BCP 78 and BCP 79. 41 Internet-Drafts are working documents of the Internet Engineering 42 Task Force (IETF). Note that other groups may also distribute 43 working documents as Internet-Drafts. The list of current Internet- 44 Drafts is at https://datatracker.ietf.org/drafts/current/. 46 Internet-Drafts are draft documents valid for a maximum of six months 47 and may be updated, replaced, or obsoleted by other documents at any 48 time. It is inappropriate to use Internet-Drafts as reference 49 material or to cite them other than as "work in progress." 51 This Internet-Draft will expire on April 30, 2020. 53 Copyright Notice 55 Copyright (c) 2019 IETF Trust and the persons identified as the 56 document authors. All rights reserved. 58 This document is subject to BCP 78 and the IETF Trust's Legal 59 Provisions Relating to IETF Documents 60 (https://trustee.ietf.org/license-info) in effect on the date of 61 publication of this document. Please review these documents 62 carefully, as they describe your rights and restrictions with respect 63 to this document. Code Components extracted from this document must 64 include Simplified BSD License text as described in Section 4.e of 65 the Trust Legal Provisions and are provided without warranty as 66 described in the Simplified BSD License. 68 Table of Contents 70 1. Introduction . . . . . . . . . . . . . . . . . . . . . . . . 3 71 1.1. Motivation . . . . . . . . . . . . . . . . . . . . . . . 4 72 1.2. Design Overview . . . . . . . . . . . . . . . . . . . . . 5 73 1.3. Use Cases . . . . . . . . . . . . . . . . . . . . . . . . 6 74 1.3.1. Root Zone . . . . . . . . . . . . . . . . . . . . . . 6 75 1.3.2. Providers, Secondaries, and Anycast . . . . . . . . . 6 76 1.3.3. Response Policy Zones . . . . . . . . . . . . . . . . 7 77 1.3.4. Centralized Zone Data Service . . . . . . . . . . . . 7 78 1.3.5. General Purpose Comparison Check . . . . . . . . . . 7 79 1.4. Requirements Language . . . . . . . . . . . . . . . . . . 7 80 2. The ZONEMD Resource Record . . . . . . . . . . . . . . . . . 7 81 2.1. ZONEMD RDATA Wire Format . . . . . . . . . . . . . . . . 8 82 2.1.1. The Serial Field . . . . . . . . . . . . . . . . . . 8 83 2.1.2. The Digest Type Field . . . . . . . . . . . . . . . . 8 84 2.1.3. The Parameter Field . . . . . . . . . . . . . . . . . 8 85 2.1.4. The Digest Field . . . . . . . . . . . . . . . . . . 9 86 2.2. ZONEMD Presentation Format . . . . . . . . . . . . . . . 9 87 2.3. ZONEMD Example . . . . . . . . . . . . . . . . . . . . . 9 88 3. Calculating the Digest . . . . . . . . . . . . . . . . . . . 9 89 3.1. Canonical Format and Ordering . . . . . . . . . . . . . . 9 90 3.1.1. Order of RRSets Having the Same Owner Name . . . . . 10 91 3.1.2. Duplicate RRs . . . . . . . . . . . . . . . . . . . . 10 92 3.2. Add ZONEMD Placeholder . . . . . . . . . . . . . . . . . 10 93 3.3. Optionally Sign the Zone . . . . . . . . . . . . . . . . 10 94 3.4. Calculate the Digest . . . . . . . . . . . . . . . . . . 11 95 3.4.1. SHA384-STABLE Calculation . . . . . . . . . . . . . . 11 96 3.4.2. Inclusion/Exclusion Rules . . . . . . . . . . . . . . 11 97 3.5. Update ZONEMD RR . . . . . . . . . . . . . . . . . . . . 12 98 4. Verifying Zone Message Digest . . . . . . . . . . . . . . . . 12 99 4.1. Verifying Multiple Digests . . . . . . . . . . . . . . . 13 100 5. Scope of Experimentation . . . . . . . . . . . . . . . . . . 13 101 6. IANA Considerations . . . . . . . . . . . . . . . . . . . . . 14 102 6.1. ZONEMD RRtype . . . . . . . . . . . . . . . . . . . . . . 14 103 6.2. ZONEMD Digest Type . . . . . . . . . . . . . . . . . . . 14 104 7. Security Considerations . . . . . . . . . . . . . . . . . . . 14 105 7.1. Attacks Against the Zone Digest . . . . . . . . . . . . . 14 106 7.2. Attacks Utilizing the Zone Digest . . . . . . . . . . . . 15 107 8. Privacy Considerations . . . . . . . . . . . . . . . . . . . 15 108 9. Acknowledgments . . . . . . . . . . . . . . . . . . . . . . . 15 109 10. Implementation Status . . . . . . . . . . . . . . . . . . . . 15 110 10.1. Authors' Implementation . . . . . . . . . . . . . . . . 15 111 10.2. Shane Kerr's Implementation . . . . . . . . . . . . . . 16 112 11. Change Log . . . . . . . . . . . . . . . . . . . . . . . . . 16 113 12. References . . . . . . . . . . . . . . . . . . . . . . . . . 19 114 12.1. Normative References . . . . . . . . . . . . . . . . . . 19 115 12.2. Informative References . . . . . . . . . . . . . . . . . 20 116 Appendix A. Example Zones With Digests . . . . . . . . . . . . . 22 117 A.1. Simple EXAMPLE Zone . . . . . . . . . . . . . . . . . . . 22 118 A.2. Complex EXAMPLE Zone . . . . . . . . . . . . . . . . . . 23 119 A.3. EXAMPLE Zone with multiple digests . . . . . . . . . . . 23 120 A.4. The URI.ARPA Zone . . . . . . . . . . . . . . . . . . . . 24 121 A.5. The ROOT-SERVERS.NET Zone . . . . . . . . . . . . . . . . 27 122 Authors' Addresses . . . . . . . . . . . . . . . . . . . . . . . 29 124 1. Introduction 126 In the DNS, a zone is the collection of authoritative resource 127 records (RRs) sharing a common origin ([RFC7719]). Zones are often 128 stored as files on disk in the so-called master file format 129 [RFC1034]. Zones are generally distributed among name servers using 130 the AXFR [RFC5936], and IXFR [RFC1995] protocols. Zone files can 131 also be distributed outside of the DNS, with such protocols as FTP, 132 HTTP, rsync, and even via email. Currently there is no standard way 133 to verify the authenticity of a stand-alone zone. 135 This document introduces a new RR type that serves as a cryptographic 136 message digest of the data in a zone. It allows a receiver of the 137 zone to verify the zone's authenticity, especially when used in 138 combination with DNSSEC. This technique makes the message digest a 139 part of the zone itself, allowing verification the zone as a whole, 140 no matter how it is transmitted. Furthermore, the digest is based on 141 the wire format of zone data. Thus, it is independent of 142 presentation format, such as changes in whitespace, capitalization, 143 and comments. 145 DNSSEC provides three strong security guarantees relevant to this 146 protocol: 148 1. whether or not to expect DNSSEC records in the zone, 150 2. whether or not to expect a ZONEMD record in a signed zone, and 152 3. whether or not the ZONEMD record has been altered since it was 153 signed. 155 This specification is OPTIONAL to implement by both publishers and 156 consumers of zone data. 158 1.1. Motivation 160 The motivation for this protocol enhancement is the desire for the 161 ability to verify the authenticity of a stand-alone zone, regardless 162 of how it is transmitted. A consumer of zone data should be able to 163 verify that the data is as-published by the zone operator. 165 One approach to preventing data tampering and corruption is to secure 166 the distribution channel. The DNS has a number of features that can 167 already be used for channel security. Perhaps the most widely used 168 is DNS transaction signatures (TSIG [RFC2845]). TSIG uses shared 169 secret keys and a message digest to protect individual query and 170 response messages. It is generally used to authenticate and validate 171 UPDATE [RFC2136], AXFR [RFC5936], and IXFR [RFC1995] messages. 173 DNS Request and Transaction Signatures (SIG(0) [RFC2931]) is another 174 protocol extension designed to authenticate individual DNS 175 transactions. Whereas SIG records were originally designed to cover 176 specific RR types, SIG(0) is used to sign an entire DNS message. 177 Unlike TSIG, SIG(0) uses public key cryptography rather than shared 178 secrets. 180 The Transport Layer Security protocol suite is also designed to 181 provide channel security. One can easily imagine the distribution of 182 zones over HTTPS-enabled web servers, as well as DNS-over-HTTPS 183 [dns-over-https], and perhaps even a future version of DNS-over-TLS 184 ([RFC7858]). 186 Unfortunately, the protections provided by these channel security 187 techniques are (in practice) ephemeral and are not retained after the 188 data transfer is complete. They can ensure that the client receives 189 the data from the expected server, and that the data sent by the 190 server is not modified during transmission. However, they do not 191 guarantee that the server transmits the data as originally published, 192 and do not provide any methods to verify data that is read after 193 transmission is complete. For example, a name server loading saved 194 zone data upon restart cannot guarantee that the on-disk data has not 195 been modified. For these reasons, it is preferable to secure the 196 data itself. 198 Why not simply rely on DNSSEC, which provides certain data security 199 guarantees? Certainly for zones that are signed, a recipient could 200 validate all of the signed RRSets. Additionally, denial-of-existence 201 records can prove that RRSets have not been added or removed. 202 However, not all RRSets in a zone are signed. The design of DNSSEC 203 stipulates that delegations (non-apex NS records) are not signed, and 204 neither are any glue records. Thus, changes to delegation and glue 205 records cannot be detected by DNSSEC alone. Furthermore, zones that 206 employ NSEC3 with opt-out are susceptible to the removal or addition 207 of names between the signed nodes. Whereas DNSSEC is primarily 208 designed to protect consumers of DNS response messages, this protocol 209 is designed to protect consumers of zones. 211 There are existing tools and protocols that provide data security, 212 such as OpenPGP [RFC4880] and S/MIME [RFC3851]. In fact, the 213 internic.net site publishes PGP signatures along side the root zone 214 and other files available there. However, this is a detached 215 signature with no strong association to the corresponding zone file 216 other than its timestamp. Non-detached signatures are, of course, 217 possible, but these necessarily change the format of the file being 218 distributed. That is, a zone signed with OpenPGP or S/MIME no longer 219 looks like a DNS zone and could not directly be loaded into a name 220 server. Once loaded the signature data is lost, so it does not 221 survive further propagation. 223 It seems the desire for data security in DNS zones was envisioned as 224 far back as 1997. [RFC2065] is an obsoleted specification of the 225 first generation DNSSEC Security Extensions. It describes a zone 226 transfer signature, aka AXFR SIG, which is similar to the technique 227 proposed by this document. That is, it proposes ordering all 228 (signed) RRSets in a zone, hashing their contents, and then signing 229 the zone hash. The AXFR SIG is described only for use during zone 230 transfers. It did not postulate the need to validate zone data 231 distributed outside of the DNS. Furthermore, its successor, 232 [RFC2535], omits the AXFR SIG, while at the same time introducing an 233 IXFR SIG. 235 1.2. Design Overview 237 This document introduces a new Resource Record type designed to 238 convey a message digest of the content of a zone. The digest is 239 calculated at the time of zone publication. Ideally the zone is 240 signed with DNSSEC to guarantee that any modifications of the digest 241 can be detected. The procedures for digest calculation and DNSSEC 242 signing are similar (i.e., both require the same ordering of RRs) and 243 can be done in parallel. 245 The zone digest is designed to be used on zones that are relatively 246 stable and have infrequent updates. As currently specified, the 247 digest is re-calculated over the entire zone content each time. This 248 specification does not provide an efficient mechanism for incremental 249 updates of zone data. It does, however, reserve a field in the 250 ZONEMD record for future work to support incremental zone digest 251 algorithms (e.g. using Merkle trees). 253 It is expected that verification of a zone digest would be 254 implemented in name server software. That is, a name server can 255 verify the zone data it was given and refuse to serve a zone which 256 fails verification. For signed zones, the name server needs a trust 257 anchor to perform DNSSEC validation. For signed non-root zones, the 258 name server may need to send queries to validate a chain-of-trust. 259 Digest verification could also be performed externally. 261 1.3. Use Cases 263 1.3.1. Root Zone 265 The root zone [InterNIC] is one of the most widely distributed DNS 266 zone on the Internet, served by 930 separate instances [RootServers] 267 at the time of this writing. Additionally, many organizations 268 configure their own name servers to serve the root zone locally. 269 Reasons for doing so include privacy and reduced access time. 270 [RFC7706] describes one, but not the only, way to do this. As the 271 root zone spreads beyond its traditional deployment boundaries, the 272 need for verification of the completeness of the zone contents 273 becomes increasingly important. 275 1.3.2. Providers, Secondaries, and Anycast 277 Since its very early days, the developers of the DNS recognized the 278 importance of secondary name servers and service diversity. However, 279 they may not have anticipated the complexity of modern DNS service 280 provisioning which can include multiple third-party providers and 281 hundreds of anycast instances. Instead of a simple primary-to- 282 secondary zone distribution system, today it is possible to have 283 multiple levels, multiple parties, and multiple protocols involved in 284 the distribution of zone data. This complexity introduces new places 285 for problems to arise. The zone digest protects the integrity of 286 data that flows through such systems. 288 1.3.3. Response Policy Zones 290 DNS Response Policy Zones is "a method of expressing DNS response 291 policy information inside specially constructed DNS zones..." [RPZ]. 292 A number of companies provide RPZ feeds, which can be consumed by 293 name server and firewall products. Since these are zones, AXFR is 294 often, but not necessarily used for transmission. While RPZ zones 295 can certainly be signed with DNSSEC, the data is not queried 296 directly, and would not be subject to DNSSEC validation. 298 1.3.4. Centralized Zone Data Service 300 ICANN operates the Centralized Zone Data Service [CZDS], which is a 301 repository of top-level domain zone files. Users request access to 302 the system, and to individual zones, and are then able to download 303 zone data for certain uses. Adding a zone digest to these would 304 provide CZDS users with assurances that the data has not been 305 modified. Note that ZONEMD could be added to CZDS zone data 306 independently of the zone served by production name servers. 308 1.3.5. General Purpose Comparison Check 310 Since the zone digest does not depend on presentation format, it 311 could be used to compare multiple copies of a zone received from 312 different sources, or copies generated by different processes. 314 1.4. Requirements Language 316 The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", 317 "SHOULD", "SHOULD NOT", "RECOMMENDED", "NOT RECOMMENDED", "MAY", and 318 "OPTIONAL" in this document are to be interpreted as described in BCP 319 14 [RFC2119] [RFC8174] when, and only when, they appear in all 320 capitals, as shown here. 322 2. The ZONEMD Resource Record 324 This section describes the ZONEMD Resource Record, including its 325 fields, wire format, and presentation format. The Type value for the 326 ZONEMD RR is 63. The ZONEMD RR is class independent. The RDATA of 327 the resource record consists of four fields: Serial, Digest Type, 328 Parameter, and Digest. 330 This specification utilizes ZONEMD RRs located at the zone apex. 331 Non-apex ZONEMD RRs are not forbidden, but have no meaning in this 332 specification. 334 A zone MAY contain multiple ZONEMD RRs to support algorithm agility 335 [RFC7696] and rollovers. Each ZONEMD RR MUST specify a unique Digest 336 Type and Parameter tuple. It is RECOMMENDED that a zone include only 337 one ZONEMD RR, unless the zone publisher is in the process of 338 transitioning to a new Digest Type. 340 2.1. ZONEMD RDATA Wire Format 342 The ZONEMD RDATA wire format is encoded as follows: 344 1 1 1 1 1 1 1 1 1 1 2 2 2 2 2 2 2 2 2 2 3 3 345 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 346 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ 347 | Serial | 348 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ 349 | Digest Type | Parameter | | 350 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ | 351 | Digest | 352 / / 353 / / 354 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ 356 2.1.1. The Serial Field 358 The Serial field is a 32-bit unsigned integer in network order. It 359 is equal to the serial number from the zone's SOA record ([RFC1035] 360 section 3.3.13) for which the message digest was generated. 362 The zone's serial number is included here in order to make DNS 363 response messages of type ZONEMD meaningful. Without the serial 364 number, a stand-alone ZONEMD digest has no association to any 365 particular instance of a zone. 367 2.1.2. The Digest Type Field 369 The Digest Type field is an 8-bit unsigned integer that identifies 370 the algorithm used to construct the digest. 372 At the time of this writing, SHA384-STABLE, with value 1, is the only 373 standardized Digest Type defined for ZONEMD records. The Digest Type 374 registry is further described in Section 6. 376 Digest Type values 240-254 are allocated for Private Use as described 377 in [RFC8126]. 379 2.1.3. The Parameter Field 381 The Parameter field is an 8-bit unsigned integer whose meaning 382 depends on the Digest Type in use. For SHA384-STABLE, the Parameter 383 field plays no role in digest calculation or verification. 385 2.1.4. The Digest Field 387 The Digest field is a variable-length sequence of octets containing 388 the message digest. The Digest field MUST NOT be empty. Section 3 389 describes how to calculate the digest for a zone. Section 4 390 describes how to use the digest to verify the contents of a zone. 392 2.2. ZONEMD Presentation Format 394 The presentation format of the RDATA portion is as follows: 396 The Serial field MUST be represented as an unsigned decimal integer. 398 The Digest Type field MUST be represented as an unsigned decimal 399 integer. 401 The Parameter field MUST be represented as an unsigned decimal 402 integer. 404 The Digest MUST be represented as a sequence of case-insensitive 405 hexadecimal digits. Whitespace is allowed within the hexadecimal 406 text. 408 2.3. ZONEMD Example 410 The following example shows a ZONEMD RR. 412 example.com. 86400 IN ZONEMD 2018031500 1 0 ( 413 FEBE3D4CE2EC2FFA4BA99D46CD69D6D29711E55217057BEE 414 7EB1A7B641A47BA7FED2DD5B97AE499FAFA4F22C6BD647DE ) 416 3. Calculating the Digest 418 3.1. Canonical Format and Ordering 420 Calculation of the zone digest REQUIRES RRs to be processed in a 421 consistent format and ordering. Correct ordering depends on (1) 422 ordering of owner names, (2) ordering of RRSets with the same owner 423 name, and (3) ordering of RRs within an RRSet. 425 This specification adopts DNSSEC's canonical ordering for names 426 (Section 6.1 of [RFC4034]), and canonical ordering for RRs within an 427 RRSet (Section 6.3 of [RFC4034]). It also adopts DNSSEC's canonical 428 RR form (Section 6.2 of [RFC4034]). However, since DNSSEC does not 429 define a canonical ordering for RRSets having the same owner name, 430 that ordering is defined here. 432 3.1.1. Order of RRSets Having the Same Owner Name 434 For the purposes of calculating the zone digest, RRSets having the 435 same owner name MUST be numerically ordered, in ascending order, by 436 their numeric RR TYPE. 438 3.1.2. Duplicate RRs 440 As stated in Section 5 of [RFC2181], it is meaningless for a zone to 441 have multiple RRs with equal owner name, class, type, and RDATA. In 442 the interest of consistency and interoperability, such duplicate RRs 443 MUST NOT be included in the calculation of a zone digest. 445 3.2. Add ZONEMD Placeholder 447 In preparation for calculating the zone digest, any existing ZONEMD 448 records at the zone apex MUST first be deleted. 450 Prior to calculation of the digest, and prior to signing with DNSSEC, 451 a placeholder ZONEMD record MUST be added to the zone apex. This 452 serves two purposes: (1) it allows the digest to cover the Serial, 453 Digest Type, and Parameter field values, and (2) ensures that 454 appropriate denial-of-existence (NSEC, NSEC3) records are created if 455 the zone is signed with DNSSEC. 457 It is RECOMMENDED that the TTL of the ZONEMD record match the TTL of 458 the SOA. 460 In the placeholder record, the Serial field MUST be set to the 461 current SOA Serial. The Digest Type field MUST be set to the value 462 for the chosen digest algorithm. The Parameter field is set to a 463 value whose meaning depends on the Digest Type. The Digest field 464 MUST be set to all zeroes and of length appropriate for the chosen 465 digest algorithm. 467 If multiple digests are to be published in the zone, e.g., during an 468 algorithm rollover, there MUST be one placeholder record for each 469 Digest Type. 471 3.3. Optionally Sign the Zone 473 Following addition of placeholder records, the zone MAY be signed 474 with DNSSEC. Note that when the digest calculation is complete, and 475 the ZONEMD record is updated, the signature(s) for the ZONEMD RRSet 476 MUST be recalculated and updated as well. Therefore, the signer is 477 not required to calculate a signature over the placeholder record at 478 this step in the process, but it is harmless to do so. 480 3.4. Calculate the Digest 482 The digest calculation details vary depending upon the Digest Type. 483 This document describes digest calculation for SHA384-STABLE only. 484 Digest calculation for additional types may be defined in future 485 updates to this document. 487 3.4.1. SHA384-STABLE Calculation 489 The Parameter field is not used in the calculation of SHA384-STABLE 490 message digets. The Parameter field SHOULD be set to zero in 491 SHA384-STABLE placeholder records. 493 The zone digest is calculated by concatenating the canonical on-the- 494 wire form (without name compression) of all RRs in the zone, in the 495 order described above, subject to the inclusion/exclusion rules 496 described below, and then applying the SHA384 digest algorithm 497 [RFC6605]: 499 digest = SHA384( RR(1) | RR(2) | RR(3) | ... ) 501 where "|" denotes concatenation, and 503 RR(i) = owner | type | class | TTL | RDATA length | RDATA 505 3.4.2. Inclusion/Exclusion Rules 507 When calculating the digest, the following inclusion/exclusion rules 508 apply: 510 o All records in the zone, including glue records, MUST be included. 512 o Occluded data ([RFC5936] Section 3.5) MUST be included. 514 o Duplicate RRs with equal owner, class, type, and RDATA MUST NOT be 515 included. 517 o The placeholder ZONEMD RR(s) MUST be included. 519 o If the zone is signed, DNSSEC RRs MUST be included, except: 521 o The RRSIG covering ZONEMD MUST NOT be included because the RRSIG 522 will be updated after all digests have been calculated. 524 3.5. Update ZONEMD RR 526 Once a zone digest has been calculated, its value is then copied to 527 the Digest field of the placeholder ZONEMD record. Repeat for each 528 digest if multiple digests are to be published. 530 If the zone is signed with DNSSEC, the appropriate RRSIG records 531 covering the ZONEMD RRSet MUST then be added or updated. Because the 532 ZONEMD placeholder was added prior to signing, the zone will already 533 have the appropriate denial-of-existence (NSEC, NSEC3) records. 535 Some implementations of incremental DNSSEC signing might update the 536 zone's serial number for each resigning. However, to preserve the 537 calculated digest, generation of the ZONEMD signature at this time 538 MUST NOT also result in a change of the SOA serial number. 540 4. Verifying Zone Message Digest 542 The recipient of a zone that has a message digest record can verify 543 the zone by calculating the digest as follows: 545 1. The verifier SHOULD first determine whether or not to expect 546 DNSSEC records in the zone. This can be done by examining 547 locally configured trust anchors, or querying for (and 548 validating) DS RRs in the parent zone. For zones that are 549 provably insecure, digest validation continues at step 4 below. 551 2. For zones that are provably secure, the existence of the apex 552 ZONEMD record MUST be verified. If the ZONEMD record provably 553 does not exist, digest verification cannot be done. If the 554 ZONEMD record does provably exist, but is not found in the zone, 555 digest verification MUST NOT be considered successful. 557 3. For zones that are provably secure, the SOA and ZONEMD RRSets 558 MUST have valid signatures, chaining up to a trust anchor. If 559 DNSSEC validation of the SOA or ZONEMD records fails, digest 560 verification MUST NOT be considered successful. 562 4. If the ZONEMD RRSet contains more than one RR with the same 563 Digest Type and Paremter, digest verification MUST NOT be 564 considered successful. 566 5. The SOA Serial field MUST exactly match the ZONEMD Serial field. 567 If the fields to not match, digest verification MUST NOT be 568 considered successful. 570 6. The ZONEMD Digest Type field MUST be checked. If the verifier 571 does not support the given digest type, it SHOULD report that 572 the zone digest could not be verified due to an unsupported 573 algorithm. 575 7. The received Digest Type and Digest values are copied to a 576 temporary location. 578 8. The ZONEMD RR's RDATA is reset to the placeholder values 579 described in Section 3.2. 581 9. The zone digest is computed over the zone data as described in 582 Section 3.4. 584 10. The calculated digest is compared to the received digest stored 585 in the temporary location. If the two digest values match, 586 verification is considered successful. Otherwise, verification 587 MUST NOT be considered successful. 589 11. The ZONEMD RR's RDATA is reset to the received Digest Type and 590 Digest stored in the temporary location. Thus, any downstream 591 clients can similarly verify the zone. 593 4.1. Verifying Multiple Digests 595 If multiple digests are present in the zone, e.g., during an 596 algorithm rollover, a match using any one of the recipient's 597 supported Digest Type algorithms is sufficient to verify the zone. 599 5. Scope of Experimentation 601 This memo is published as an Experimental RFC. The purpose of the 602 experimental period is to provide the community time to analyze and 603 evaluate the methods defined in this document, particularly with 604 regard to the wide variety of DNS zones in use on the Internet. 606 Additionally, the ZONEMD record defined in this document includes a 607 Parameter field in the form of an 8-bit integer. The authors have a 608 particular future use in mind for this field, namely to support 609 efficient digests in large, dynamic zones. We intend to conduct 610 future experiments using Merkle trees of varying depth. The choice 611 of tree depth can be encoded in this reserved field. We expect 612 values for tree depth to range from 0 to 10, requiring at most four 613 bits of this field. This leaves another four bits available for 614 other future uses, if absolutely necessary. 616 The duration of the experiment is expected to be no less than two 617 years from the publication of this document. If the experiment is 618 successful, it is expected that the findings of the experiment will 619 result in an updated document for Standards Track approval. 621 6. IANA Considerations 623 6.1. ZONEMD RRtype 625 This document defines a new DNS RR type, ZONEMD, whose value 63 has 626 been allocated by IANA from the "Resource Record (RR) TYPEs" 627 subregistry of the "Domain Name System (DNS) Parameters" registry: 629 Type: ZONEMD 631 Value: 63 633 Meaning: Message Digest Over Zone Data 635 Reference: This document 637 6.2. ZONEMD Digest Type 639 This document asks IANA to create a new "ZONEMD Digest Types" 640 registry with initial contents as follows: 642 +---------+-----------------+---------------+-----------+-----------+ 643 | Value | Description | Mnemonic | Status | Reference | 644 +---------+-----------------+---------------+-----------+-----------+ 645 | 1 | SHA384 for | SHA384-STABLE | Mandatory | This | 646 | | stable zones | | | document | 647 | 240-254 | Private Use | - | - | [RFC8126] | 648 +---------+-----------------+---------------+-----------+-----------+ 650 Table 1: ZONEMD Digest Types 652 7. Security Considerations 654 7.1. Attacks Against the Zone Digest 656 The zone digest allows the receiver to verify that the zone contents 657 haven't been modified since the zone was generated/published. 658 Verification is strongest when the zone is also signed with DNSSEC. 659 An attacker, whose goal is to modify zone content before it is used 660 by the victim, may consider a number of different approaches. 662 The attacker might perform a downgrade attack to an unsigned zone. 663 This is why Section 4 RECOMMENDS that the verifier determine whether 664 or not to expect DNSSEC signatures for the zone in step 1. 666 The attacker might perform a downgrade attack by removing the ZONEMD 667 record. This is why Section 4 REQUIRES that the verifier checks 668 DNSSEC denial-of-existence proofs in step 2. 670 The attacker might alter the Digest Type or Digest fields of the 671 ZONEMD record. Such modifications are detectable only with DNSSEC 672 validation. 674 7.2. Attacks Utilizing the Zone Digest 676 Nothing in this specification prevents clients from making, and 677 servers from responding to, ZONEMD queries. One might consider how 678 well ZONEMD responses could be used in a distributed denial-of- 679 service amplification attack. 681 The ZONEMD RR is moderately sized, much like the DS RR. A single 682 ZONEMD RR contributes approximately 40 to 65 octets to a DNS 683 response, for currently defined digest types. Certainly other query 684 types result in larger amplification effects (i.e., DNSKEY). 686 8. Privacy Considerations 688 This specification has no impacts on user privacy. 690 9. Acknowledgments 692 The authors wish to thank David Blacka, Scott Hollenbeck, and Rick 693 Wilhelm for providing feedback on early drafts of this document. 694 Additionally, they thank Joe Abley, Mark Andrews, Ralph Dolmans, 695 Richard Gibson, Olafur Gudmundsson, Paul Hoffman, Evan Hunt, Shumon 696 Huque, Tatuya Jinmei, Burt Kaliski, Shane Kerr, Matt Larson, John 697 Levine, Ed Lewis, Matt Pounsett, Mukund Sivaraman, Petr Spacek, 698 Ondrej Sury, Willem Toorop, Florian Weimer, Tim Wicinksi, Wouter 699 Wijngarrds, Paul Wouters, and other members of the dnsop working 700 group for their input. 702 10. Implementation Status 704 10.1. Authors' Implementation 706 The authors have an open source implementation in C, using the ldns 707 library [ldns-zone-digest]. This implementation is able to perform 708 the following functions: 710 o Read an input zone and output a zone with the ZONEMD placeholder. 712 o Compute zone digest over signed zone and update the ZONEMD record. 714 o Re-compute DNSSEC signature over the ZONEMD record. 716 o Verify the zone digest from an input zone. 718 This implementation does not: 720 o Perform DNSSEC validation of the ZONEMD record during 721 verification. 723 10.2. Shane Kerr's Implementation 725 Shane Kerr wrote an implementation of this specification during the 726 IETF 102 hackathon [ZoneDigestHackathon]. This implementation is in 727 Python and is able to perform the following functions: 729 o Read an input zone and a output zone with ZONEMD record. 731 o Verify the zone digest from an input zone. 733 o Output the ZONEMD record in its defined presentation format. 735 This implementation does not: 737 o Re-compute DNSSEC signature over the ZONEMD record. 739 o Perform DNSSEC validation of the ZONEMD record. 741 11. Change Log 743 RFC Editor: Please remove this section. 745 This section lists substantial changes to the document as it is being 746 worked on. 748 From -00 to -01: 750 o Removed requirement to sort by RR CLASS. 752 o Added Kumari and Hardaker as coauthors. 754 o Added Change Log section. 756 o Minor clarifications and grammatical edits. 758 From -01 to -02: 760 o Emphasize desire for data security over channel security. 762 o Expanded motivation into its own subsection. 764 o Removed discussion topic whether or not to include serial in 765 ZONEMD. 767 o Clarified that a zone's NS records always sort before the SOA 768 record. 770 o Clarified that all records in the zone must are digested, except 771 as specified in the exclusion rules. 773 o Added for discussion out-of-zone and occluded records. 775 o Clarified that update of ZONEMD signature must not cause a serial 776 number change. 778 o Added persons to acknowledgments. 780 From -02 to -03: 782 o Added recommendation to set ZONEMD TTL to SOA TTL. 784 o Clarified that digest input uses uncompressed names. 786 o Updated Implementations section. 788 o Changed intended status from Standards Track to Experimental and 789 added Scope of Experiment section. 791 o Updated Motivation, Introduction, and Design Overview sections in 792 response to working group discussion. 794 o Gave ZONEMD digest types their own status, separate from DS digest 795 types. Request IANA to create a registry. 797 o Added Reserved field for future work supporting dynamic updates. 799 o Be more rigorous about having just ONE ZONEMD record in the zone. 801 o Expanded use cases. 803 From -03 to -04: 805 o Added an appendix with example zones and digests. 807 o Clarified that only apex ZONEMD RRs shall be processed. 809 From -04 to -05: 811 o Made SHA384 the only supported ZONEMD digest type. 813 o Disassociated ZONEMD digest types from DS digest types. 815 o Updates to Introduction based on list feedback. 817 o Changed "zone file" to "zone" everywhere. 819 o Restored text about why ZONEMD has a Serial field. 821 o Clarified ordering of RRSets having same owner to be numerically 822 ascending. 824 o Clarified that all duplicate RRs (not just SOA) must be suppressed 825 in digest calculation. 827 o Clarified that the Reserved field must be set to zero and checked 828 for zero in verification. 830 o Clarified that occluded data must be included. 832 o Clarified procedure for verification, using temporary location for 833 received digest. 835 o Explained why Reserved field is 8-bits. 837 o IANA Considerations section now more specific. 839 o Added complex zone to examples. 841 o 843 From -05 to -06: 845 o RR type code 63 was assigned to ZONEMD by IANA. 847 From -06 to -07: 849 o Fixed mistakes in ZONEMD examples. 851 o Added private use Digest Type values 240-254. 853 o Clarified that Digest field must not be empty. 855 From -07 to draft-ietf-dnsop-dns-zone-digest-00: 857 o Adopted by dnsop. 859 o Clarified further that non-apex ZONEMD RRs have no meaning. 861 o Changed "provably [un]signed" to "provably [in]secure". 863 o Allow multiple ZONEMD RRs to support algorithm agility/rollovers. 865 o Describe verification when there are multiple ZONEMD RRs. 867 From -00 to -01: 869 o Simplified requirements around verifying multiple digests. Any 870 one match is sufficient. 872 o Updated implementation notes. 874 o Both implementations produce expected results on examples given in 875 this document. 877 From -01 to -02: 879 o Changed the name of the Reserved field to Parameter. 881 o Changed the name of Digest Type 1 from SHA384 to SHA384-STABLE. 883 o The meaning of the Parameter field now depends on Digest Type. 885 o No longer require Parameter field to be zero in verification. 887 o Updated a rule from earlier versions that said multiple ZONEMD RRs 888 were not allowed. 890 12. References 892 12.1. Normative References 894 [RFC1034] Mockapetris, P., "Domain names - concepts and facilities", 895 STD 13, RFC 1034, DOI 10.17487/RFC1034, November 1987, 896 . 898 [RFC1035] Mockapetris, P., "Domain names - implementation and 899 specification", STD 13, RFC 1035, DOI 10.17487/RFC1035, 900 November 1987, . 902 [RFC2119] Bradner, S., "Key words for use in RFCs to Indicate 903 Requirement Levels", BCP 14, RFC 2119, 904 DOI 10.17487/RFC2119, March 1997, 905 . 907 [RFC2181] Elz, R. and R. Bush, "Clarifications to the DNS 908 Specification", RFC 2181, DOI 10.17487/RFC2181, July 1997, 909 . 911 [RFC4034] Arends, R., Austein, R., Larson, M., Massey, D., and S. 912 Rose, "Resource Records for the DNS Security Extensions", 913 RFC 4034, DOI 10.17487/RFC4034, March 2005, 914 . 916 [RFC6605] Hoffman, P. and W. Wijngaards, "Elliptic Curve Digital 917 Signature Algorithm (DSA) for DNSSEC", RFC 6605, 918 DOI 10.17487/RFC6605, April 2012, 919 . 921 [RFC8174] Leiba, B., "Ambiguity of Uppercase vs Lowercase in RFC 922 2119 Key Words", BCP 14, RFC 8174, DOI 10.17487/RFC8174, 923 May 2017, . 925 12.2. Informative References 927 [CZDS] Internet Corporation for Assigned Names and Numbers, 928 "Centralized Zone Data Service", October 2018, 929 . 931 [dns-over-https] 932 Hoffman, P. and P. McManus, "DNS Queries over HTTPS 933 (DoH)", draft-ietf-doh-dns-over-https-12 (work in 934 progress), June 2018, . 937 [InterNIC] 938 ICANN, "InterNIC FTP site", May 2018, 939 . 941 [ldns-zone-digest] 942 Verisign, "Implementation of Message Digests for DNS Zones 943 using the ldns library", July 2018, 944 . 946 [RFC1995] Ohta, M., "Incremental Zone Transfer in DNS", RFC 1995, 947 DOI 10.17487/RFC1995, August 1996, 948 . 950 [RFC2065] Eastlake 3rd, D. and C. Kaufman, "Domain Name System 951 Security Extensions", RFC 2065, DOI 10.17487/RFC2065, 952 January 1997, . 954 [RFC2136] Vixie, P., Ed., Thomson, S., Rekhter, Y., and J. Bound, 955 "Dynamic Updates in the Domain Name System (DNS UPDATE)", 956 RFC 2136, DOI 10.17487/RFC2136, April 1997, 957 . 959 [RFC2535] Eastlake 3rd, D., "Domain Name System Security 960 Extensions", RFC 2535, DOI 10.17487/RFC2535, March 1999, 961 . 963 [RFC2845] Vixie, P., Gudmundsson, O., Eastlake 3rd, D., and B. 964 Wellington, "Secret Key Transaction Authentication for DNS 965 (TSIG)", RFC 2845, DOI 10.17487/RFC2845, May 2000, 966 . 968 [RFC2931] Eastlake 3rd, D., "DNS Request and Transaction Signatures 969 ( SIG(0)s )", RFC 2931, DOI 10.17487/RFC2931, September 970 2000, . 972 [RFC3851] Ramsdell, B., Ed., "Secure/Multipurpose Internet Mail 973 Extensions (S/MIME) Version 3.1 Message Specification", 974 RFC 3851, DOI 10.17487/RFC3851, July 2004, 975 . 977 [RFC4880] Callas, J., Donnerhacke, L., Finney, H., Shaw, D., and R. 978 Thayer, "OpenPGP Message Format", RFC 4880, 979 DOI 10.17487/RFC4880, November 2007, 980 . 982 [RFC5936] Lewis, E. and A. Hoenes, Ed., "DNS Zone Transfer Protocol 983 (AXFR)", RFC 5936, DOI 10.17487/RFC5936, June 2010, 984 . 986 [RFC7696] Housley, R., "Guidelines for Cryptographic Algorithm 987 Agility and Selecting Mandatory-to-Implement Algorithms", 988 BCP 201, RFC 7696, DOI 10.17487/RFC7696, November 2015, 989 . 991 [RFC7706] Kumari, W. and P. Hoffman, "Decreasing Access Time to Root 992 Servers by Running One on Loopback", RFC 7706, 993 DOI 10.17487/RFC7706, November 2015, 994 . 996 [RFC7719] Hoffman, P., Sullivan, A., and K. Fujiwara, "DNS 997 Terminology", RFC 7719, DOI 10.17487/RFC7719, December 998 2015, . 1000 [RFC7858] Hu, Z., Zhu, L., Heidemann, J., Mankin, A., Wessels, D., 1001 and P. Hoffman, "Specification for DNS over Transport 1002 Layer Security (TLS)", RFC 7858, DOI 10.17487/RFC7858, May 1003 2016, . 1005 [RFC8126] Cotton, M., Leiba, B., and T. Narten, "Guidelines for 1006 Writing an IANA Considerations Section in RFCs", BCP 26, 1007 RFC 8126, DOI 10.17487/RFC8126, June 2017, 1008 . 1010 [RootServers] 1011 Root Server Operators, "Root Server Technical Operations", 1012 July 2018, . 1014 [RPZ] Vixie, P. and V. Schryver, "DNS Response Policy Zones 1015 (RPZ)", draft-vixie-dnsop-dns-rpz-00 (work in progress), 1016 June 2018, . 1019 [ZoneDigestHackathon] 1020 Kerr, S., "Prototype implementation of ZONEMD for the IETF 1021 102 hackathon in Python", July 2018, 1022 . 1024 Appendix A. Example Zones With Digests 1026 This appendix contains example zones with accurate ZONEMD records. 1027 These can be used to verify an implementation of the zone digest 1028 protocol. 1030 A.1. Simple EXAMPLE Zone 1032 Here, the EXAMPLE zone contains an SOA record, NS and glue records, 1033 and a ZONEMD record. 1035 example. 86400 IN SOA ns1 admin 2018031900 ( 1036 1800 900 604800 86400 ) 1037 86400 IN NS ns1 1038 86400 IN NS ns2 1039 86400 IN ZONEMD 2018031900 1 0 ( 1040 379ec2587d4fff35 1041 0062b9385a641476 1042 6f9c028e8cf09d8a 1043 7965537a68a2f149 1044 4e1c151f8cf6be05 1045 5bef4f27e6a87b13 ) 1046 ns1 3600 IN A 127.0.0.1 1047 ns2 3600 IN AAAA ::1 1049 A.2. Complex EXAMPLE Zone 1051 Here, the EXAMPLE zone contains duplicate RRs, and an occluded RR, 1052 and one out-of-zone RR. 1054 example. 86400 IN SOA ns1 admin 2018031900 ( 1055 1800 900 604800 86400 ) 1056 86400 IN NS ns1 1057 86400 IN NS ns2 1058 86400 IN ZONEMD 2018031900 1 0 ( 1059 c36e77eafdb7f3f6 1060 dcfac8bca1121e17 1061 2a7b57db2c88409a 1062 5c3d9247ba72b759 1063 6c735c1a76fc817a 1064 ad5c834f5a4bce16 ) 1065 ns1 3600 IN A 127.0.0.1 1066 ns2 3600 IN AAAA ::1 1067 occluded.sub 7200 IN TXT "I'm occluded but must be digested" 1068 sub 7200 IN NS ns1 1069 duplicate 300 IN TXT "I must be digested just once" 1070 duplicate 300 IN TXT "I must be digested just once" 1071 foo.test. 555 IN TXT "out-of-zone data must be excluded" 1072 non-apex 900 IN ZONEMD 2018031900 1 0 ( 1073 616c6c6f77656420 1074 6275742069676e6f 1075 7265642e20616c6c 1076 6f77656420627574 1077 2069676e6f726564 1078 2e20616c6c6f7765 ) 1080 A.3. EXAMPLE Zone with multiple digests 1082 Here, the EXAMPLE zone contains multiple ZONEMD records. Since only 1083 one Digest Type is defined at this time (SHA384-STABLE), this example 1084 utilizes additional ZONEMD records with Digest Type values in the 1085 private range (240-254). These additional private-range digests are 1086 not verifiable, but note that their other fields (Serial, Parameter, 1087 Digest Type) are included in the calculation of all ZONEMD digests. 1089 example. 86400 IN SOA ns1 admin 2018031900 ( 1090 1800 900 604800 86400 ) 1091 example. 86400 IN NS ns1.example. 1092 example. 86400 IN NS ns2.example. 1093 example. 86400 IN ZONEMD 2018031900 1 0 ( 1094 c0218e8eeb4f0275 1095 d54c0e5ce7791f4d 1096 23742b4756708d50 1097 d7121a11d434baa8 1098 f869ebbb071a4bbb 1099 0457c87870bc8cdd ) 1100 example. 86400 IN ZONEMD 2018031900 240 0 ( 1101 e2d523f654b9422a 1102 96c5a8f44607bbee ) 1103 example. 86400 IN ZONEMD 2018031900 241 0 ( 1104 5732dd91240611f8 1105 314adb6b4769bdd2 ) 1106 example. 86400 IN ZONEMD 2018031900 242 0 ( 1107 7c32e06779315c7d 1108 81ba8c72f5cf9116 1109 496b6395 ) 1110 example. 86400 IN ZONEMD 2018031900 243 0 ( 1111 183770af4a629f80 1112 2e674e305b8d0d11 1113 3dfe0837 ) 1114 example. 86400 IN ZONEMD 2018031900 244 0 ( 1115 e1846540e33a9e41 1116 89792d18d5d131f6 1117 05fc283e ) 1118 ns1.example. 3600 IN A 127.0.0.1 1119 ns2.example. 86400 IN TXT "This example has multiple digests" 1120 ns2.example. 3600 IN AAAA ::1 1122 A.4. The URI.ARPA Zone 1124 The URI.ARPA zone retrieved 2018-10-21. 1126 ; <<>> DiG 9.9.4 <<>> @lax.xfr.dns.icann.org uri.arpa axfr 1127 ; (2 servers found) 1128 ;; global options: +cmd 1129 uri.arpa. 3600 IN SOA sns.dns.icann.org. ( 1130 noc.dns.icann.org. 2018100702 10800 3600 1209600 3600 ) 1131 uri.arpa. 3600 IN RRSIG NSEC 8 2 3600 ( 1132 20181028142623 20181007205525 47155 uri.arpa. 1133 eEC4w/oXLR1Epwgv4MBiDtSBsXhqrJVvJWUpbX8XpetAvD35bxwNCUTi 1134 /pAJVUXefegWeiriD2rkTgCBCMmn7YQIm3gdR+HjY/+o3BXNQnz97f+e 1135 HAE9EDDzoNVfL1PyV/2fde9tDeUuAGVVwmD399NGq9jWYMRpyri2kysr q/g= ) 1136 uri.arpa. 86400 IN RRSIG NS 8 2 86400 ( 1137 20181028172020 20181007175821 47155 uri.arpa. 1138 ATyV2A2A8ZoggC+68u4GuP5MOUuR+2rr3eWOkEU55zAHld/7FiBxl4ln 1139 4byJYy7NudUwlMOEXajqFZE7DVl8PpcvrP3HeeGaVzKqaWj+aus0jbKF 1140 Bsvs2b1qDZemBfkz/IfAhUTJKnto0vSUicJKfItu0GjyYNJCz2CqEuGD Wxc= ) 1141 uri.arpa. 600 IN RRSIG MX 8 2 600 ( 1142 20181028170556 20181007175821 47155 uri.arpa. 1143 e7/r3KXDohX1lyVavetFFObp8fB8aXT76HnN9KCQDxSnSghNM83UQV0t 1144 lTtD8JVeN1mCvcNFZpagwIgB7XhTtm6Beur/m5ES+4uSnVeS6Q66HBZK 1145 A3mR95IpevuVIZvvJ+GcCAQpBo6KRODYvJ/c/ZG6sfYWkZ7qg/Em5/+3 4UI= ) 1146 uri.arpa. 3600 IN RRSIG DNSKEY 8 2 3600 ( 1147 20181028152832 20181007175821 15796 uri.arpa. 1148 nzpbnh0OqsgBBP8St28pLvPEQ3wZAUdEBuUwil+rtjjWlYYiqjPxZ286 1149 XF4Rq1usfV5x71jZz5IqswOaQgia91ylodFpLuXD6FTGs2nXGhNKkg1V 1150 chHgtwj70mXU72GefVgo8TxrFYzxuEFP5ZTP92t97FVWVVyyFd86sbbR 1151 6DZj3uA2wEvqBVLECgJLrMQ9Yy7MueJl3UA4h4E6zO2JY9Yp0W9woq0B 1152 dqkkwYTwzogyYffPmGAJG91RJ2h6cHtFjEZe2MnaY2glqniZ0WT9vXXd 1153 uFPm0KD9U77Ac+ZtctAF9tsZwSdAoL365E2L1usZbA+K0BnPPqGFJRJk 1154 5R0A1w== ) 1155 uri.arpa. 3600 IN RRSIG DNSKEY 8 2 3600 ( 1156 20181028152832 20181007175821 55480 uri.arpa. 1157 lWtQV/5szQjkXmbcD47/+rOW8kJPksRFHlzxxmzt906+DBYyfrH6uq5X 1158 nHvrUlQO6M12uhqDeL+bDFVgqSpNy+42/OaZvaK3J8EzPZVBHPJykKMV 1159 63T83aAiJrAyHzOaEdmzLCpalqcEE2ImzlLHSafManRfJL8Yuv+JDZFj 1160 2WDWfEcUuwkmIZWX11zxp+DxwzyUlRl7x4+ok5iKZWIg5UnBAf6B8T75 1161 WnXzlhCw3F2pXI0a5LYg71L3Tp/xhjN6Yy9jGlIRf5BjB59X2zra3a2R 1162 PkI09SSnuEwHyF1mDaV5BmQrLGRnCjvwXA7ho2m+vv4SP5dUdXf+GTeA 1163 1HeBfw== ) 1164 uri.arpa. 3600 IN RRSIG SOA 8 2 3600 ( 1165 20181029114753 20181008222815 47155 uri.arpa. 1166 qn8yBNoHDjGdT79U2Wu9IIahoS0YPOgYP8lG+qwPcrZ1BwGiHywuoUa2 1167 Mx6BWZlg+HDyaxj2iOmox+IIqoUHhXUbO7IUkJFlgrOKCgAR2twDHrXu 1168 9BUQHy9SoV16wYm3kBTEPyxW5FFm8vcdnKAF7sxSY8BbaYNpRIEjDx4A JUc= ) 1169 uri.arpa. 3600 IN NSEC ftp.uri.arpa. NS SOA ( 1170 MX RRSIG NSEC DNSKEY ) 1171 uri.arpa. 86400 IN NS a.iana-servers.net. 1172 uri.arpa. 86400 IN NS b.iana-servers.net. 1173 uri.arpa. 86400 IN NS c.iana-servers.net. 1174 uri.arpa. 86400 IN NS ns2.lacnic.net. 1175 uri.arpa. 86400 IN NS sec3.apnic.net. 1176 uri.arpa. 600 IN MX 10 pechora.icann.org. 1177 uri.arpa. 3600 IN DNSKEY 256 3 8 ( 1178 AwEAAcBi7tSart2J599zbYWspMNGN70IBWb4ziqyQYH9MTB/VCz6WyUK 1179 uXunwiJJbbQ3bcLqTLWEw134B6cTMHrZpjTAb5WAwg4XcWUu8mdcPTiL 1180 Bl6qVRlRD0WiFCTzuYUfkwsh1Rbr7rvrxSQhF5rh71zSpwV5jjjp65Wx 1181 SdJjlH0B ) 1182 uri.arpa. 3600 IN DNSKEY 257 3 8 ( 1183 AwEAAbNVv6ulgRdO31MtAehz7j3ALRjwZglWesnzvllQl/+hBRZr9QoY 1184 cO2I+DkO4Q1NKxox4DUIxj8SxPO3GwDuOFR9q2/CFi2O0mZjafbdYtWc 1185 3zSdBbi3q0cwCIx7GuG9eqlL+pg7mdk9dgdNZfHwB0LnqTD8ebLPsrO/ 1186 Id7kBaiqYOfMlZnh2fp+2h6OOJZHtY0DK1UlssyB5PKsE0tVzo5s6zo9 1187 iXKe5u+8WTMaGDY49vG80JPAKE7ezMiH/NZcUMiE0PRZ8D3foq2dYuS5 1188 ym+vA83Z7v8A+Rwh4UGnjxKB8zmr803V0ASAmHz/gwH5Vb0nH+LObwFt 1189 l3wpbp+Wpm8= ) 1190 uri.arpa. 3600 IN DNSKEY 257 3 8 ( 1191 AwEAAbwnFTakCvaUKsXji4mgmxZUJi1IygbnGahbkmFEa0L16J+TchKR 1192 wcgzVfsxUGa2MmeA4hgkAooC3uy+tTmoMsgy8uq/JAj24DjiHzd46LfD 1193 FK/qMidVqFpYSHeq2Vv5ojkuIsx4oe4KsafGWYNOczKZgH5loGjN2aJG 1194 mrIm++XCphOskgCsQYl65MIzuXffzJyxlAuts+ecAIiVeqRaqQfr8LRU 1195 7wIsLxinXirprtQrbor+EtvlHp9qXE6ARTZDzf4jvsNpKvLFZtmxzFf3 1196 e/UJz5eHjpwDSiZL7xE8aE1o1nGfPtJx9ZnB3bapltaJ5wY+5XOCKgY0 1197 xmJVvNQlwdE= ) 1198 ftp.uri.arpa. 3600 IN RRSIG NSEC 8 3 3600 ( 1199 20181028080856 20181007175821 47155 uri.arpa. 1200 HClGAqPxzkYkAT7Q/QNtQeB6YrkP6EPOef+9Qo5/2zngwAewXEAQiyF9 1201 jD1USJiroM11QqBS3v3aIdW/LXORs4Ez3hLcKNO1cKHsOuWAqzmE+BPP 1202 Arfh8N95jqh/q6vpaB9UtMkQ53tM2fYU1GszOLN0knxbHgDHAh2axMGH lqM= ) 1203 ftp.uri.arpa. 604800 IN RRSIG NAPTR 8 3 604800 ( 1204 20181028103644 20181007205525 47155 uri.arpa. 1205 WoLi+vZzkxaoLr2IGZnwkRvcDf6KxiWQd1WZP/U+AWnV+7MiqsWPZaf0 1206 9toRErerGoFOiOASNxZjBGJrRgjmavOM9U+LZSconP9zrNFd4dIu6kp5 1207 YxlQJ0uHOvx1ZHFCj6lAt1ACUIw04ZhMydTmi27c8MzEOMepvn7iH7r7 k7k= ) 1208 ftp.uri.arpa. 3600 IN NSEC http.uri.arpa. NAPTR ( 1209 RRSIG NSEC ) 1210 ftp.uri.arpa. 604800 IN NAPTR 0 0 "" "" ( 1211 "!^ftp://([^:/?#]*).*$!\\1!i" . ) 1212 http.uri.arpa. 3600 IN RRSIG NSEC 8 3 3600 ( 1213 20181029010647 20181007175821 47155 uri.arpa. 1214 U03NntQ73LHWpfLmUK8nMsqkwVsOGW2KdsyuHYAjqQSZvKbtmbv7HBmE 1215 H1+Ii3Z+wtfdMZBy5aC/6sHdx69BfZJs16xumycMlAy6325DKTQbIMN+ 1216 ift9GrKBC7cgCd2msF/uzSrYxxg4MJQzBPvlkwXnY3b7eJSlIXisBIn7 3b8= ) 1217 http.uri.arpa. 604800 IN RRSIG NAPTR 8 3 604800 ( 1218 20181029011815 20181007205525 47155 uri.arpa. 1219 T7mRrdag+WSmG+n22mtBSQ/0Y3v+rdDnfQV90LN5Fq32N5K2iYFajF7F 1220 Tp56oOznytfcL4fHrqOE0wRc9NWOCCUec9C7Wa1gJQcllEvgoAM+L6f0 1221 RsEjWq6+9jvlLKMXQv0xQuMX17338uoD/xiAFQSnDbiQKxwWMqVAimv5 7Zs= ) 1222 http.uri.arpa. 3600 IN NSEC mailto.uri.arpa. NAPTR ( 1223 RRSIG NSEC ) 1224 http.uri.arpa. 604800 IN NAPTR 0 0 "" "" ( 1225 "!^http://([^:/?#]*).*$!\\1!i" . ) 1226 mailto.uri.arpa. 3600 IN RRSIG NSEC 8 3 3600 ( 1227 20181028110727 20181007175821 47155 uri.arpa. 1228 GvxzVL85rEukwGqtuLxek9ipwjBMfTOFIEyJ7afC8HxVMs6mfFa/nEM/ 1229 IdFvvFg+lcYoJSQYuSAVYFl3xPbgrxVSLK125QutCFMdC/YjuZEnq5cl 1230 fQciMRD7R3+znZfm8d8u/snLV9w4D+lTBZrJJUBe1Efc8vum5vvV7819 ZoY= ) 1231 mailto.uri.arpa. 604800 IN RRSIG NAPTR 8 3 604800 ( 1232 20181028141825 20181007205525 47155 uri.arpa. 1234 MaADUgc3fc5v++M0YmqjGk3jBdfIA5RuP62hUSlPsFZO4k37erjIGCfF 1235 j+g84yc+QgbSde0PQHszl9fE/+SU5ZXiS9YdcbzSZxp2erFpZOTchrpg 1236 916T4vx6i59scodjb0l6bDyZ+mtIPrc1w6b4hUyOUTsDQoAJYxdfEuMg Vy4= ) 1237 mailto.uri.arpa. 3600 IN NSEC urn.uri.arpa. NAPTR ( 1238 RRSIG NSEC ) 1239 mailto.uri.arpa. 604800 IN NAPTR 0 0 "" "" ( 1240 "!^mailto:(.*)@(.*)$!\\2!i" . ) 1241 urn.uri.arpa. 3600 IN RRSIG NSEC 8 3 3600 ( 1242 20181028123243 20181007175821 47155 uri.arpa. 1243 Hgsw4Deops1O8uWyELGe6hpR/OEqCnTHvahlwiQkHhO5CSEQrbhmFAWe 1244 UOkmGAdTEYrSz+skLRQuITRMwzyFf4oUkZihGyhZyzHbcxWfuDc/Pd/9 1245 DSl56gdeBwy1evn5wBTms8yWQVkNtphbJH395gRqZuaJs3LD/qTyJ5Dp LvA= ) 1246 urn.uri.arpa. 604800 IN RRSIG NAPTR 8 3 604800 ( 1247 20181029071816 20181007205525 47155 uri.arpa. 1248 ALIZD0vBqAQQt40GQ0Efaj8OCyE9xSRJRdyvyn/H/wZVXFRFKrQYrLAS 1249 D/K7q6CMTOxTRCu2J8yes63WJiaJEdnh+dscXzZkmOg4n5PsgZbkvUSW 1250 BiGtxvz5jNncM0xVbkjbtByrvJQAO1cU1mnlDKe1FmVB1uLpVdA9Ib4J hMU= ) 1251 urn.uri.arpa. 3600 IN NSEC uri.arpa. NAPTR RRSIG ( 1252 NSEC ) 1253 urn.uri.arpa. 604800 IN NAPTR 0 0 "" "" ( 1254 "/urn:([^:]+)/\\1/i" . ) 1255 uri.arpa. 3600 IN SOA sns.dns.icann.org. ( 1256 noc.dns.icann.org. 2018100702 10800 3600 1209600 3600 ) 1257 ;; Query time: 66 msec 1258 ;; SERVER: 192.0.32.132#53(192.0.32.132) 1259 ;; WHEN: Sun Oct 21 20:39:28 UTC 2018 1260 ;; XFR size: 34 records (messages 1, bytes 3941) 1261 uri.arpa. 3600 IN ZONEMD 2018100702 1 0 ( 1262 e4de6ed36e5d95706756932fae3ecbc6aeb76e16ce486a5553c7e4 1263 c9974d03323e7cd39ccc5e70e797179633f4007bad ) 1265 A.5. The ROOT-SERVERS.NET Zone 1267 The ROOT-SERVERS.NET zone retreived 2018-10-21. 1269 root-servers.net. 3600000 IN SOA a.root-servers.net. ( 1270 nstld.verisign-grs.com. 2018091100 14400 7200 1209600 3600000 ) 1271 root-servers.net. 3600000 IN NS a.root-servers.net. 1272 root-servers.net. 3600000 IN NS b.root-servers.net. 1273 root-servers.net. 3600000 IN NS c.root-servers.net. 1274 root-servers.net. 3600000 IN NS d.root-servers.net. 1275 root-servers.net. 3600000 IN NS e.root-servers.net. 1276 root-servers.net. 3600000 IN NS f.root-servers.net. 1277 root-servers.net. 3600000 IN NS g.root-servers.net. 1278 root-servers.net. 3600000 IN NS h.root-servers.net. 1279 root-servers.net. 3600000 IN NS i.root-servers.net. 1280 root-servers.net. 3600000 IN NS j.root-servers.net. 1281 root-servers.net. 3600000 IN NS k.root-servers.net. 1282 root-servers.net. 3600000 IN NS l.root-servers.net. 1283 root-servers.net. 3600000 IN NS m.root-servers.net. 1284 a.root-servers.net. 3600000 IN AAAA 2001:503:ba3e::2:30 1285 a.root-servers.net. 3600000 IN A 198.41.0.4 1286 b.root-servers.net. 3600000 IN MX 20 mail.isi.edu. 1287 b.root-servers.net. 3600000 IN AAAA 2001:500:200::b 1288 b.root-servers.net. 3600000 IN A 199.9.14.201 1289 c.root-servers.net. 3600000 IN AAAA 2001:500:2::c 1290 c.root-servers.net. 3600000 IN A 192.33.4.12 1291 d.root-servers.net. 3600000 IN AAAA 2001:500:2d::d 1292 d.root-servers.net. 3600000 IN A 199.7.91.13 1293 e.root-servers.net. 3600000 IN AAAA 2001:500:a8::e 1294 e.root-servers.net. 3600000 IN A 192.203.230.10 1295 f.root-servers.net. 3600000 IN AAAA 2001:500:2f::f 1296 f.root-servers.net. 3600000 IN A 192.5.5.241 1297 g.root-servers.net. 3600000 IN AAAA 2001:500:12::d0d 1298 g.root-servers.net. 3600000 IN A 192.112.36.4 1299 h.root-servers.net. 3600000 IN AAAA 2001:500:1::53 1300 h.root-servers.net. 3600000 IN A 198.97.190.53 1301 i.root-servers.net. 3600000 IN MX 10 mx.i.root-servers.org. 1302 i.root-servers.net. 3600000 IN AAAA 2001:7fe::53 1303 i.root-servers.net. 3600000 IN A 192.36.148.17 1304 j.root-servers.net. 3600000 IN AAAA 2001:503:c27::2:30 1305 j.root-servers.net. 3600000 IN A 192.58.128.30 1306 k.root-servers.net. 3600000 IN AAAA 2001:7fd::1 1307 k.root-servers.net. 3600000 IN A 193.0.14.129 1308 l.root-servers.net. 3600000 IN AAAA 2001:500:9f::42 1309 l.root-servers.net. 3600000 IN A 199.7.83.42 1310 m.root-servers.net. 3600000 IN AAAA 2001:dc3::35 1311 m.root-servers.net. 3600000 IN A 202.12.27.33 1312 root-servers.net. 3600000 IN SOA a.root-servers.net. ( 1313 nstld.verisign-grs.com. 2018091100 14400 7200 1209600 3600000 ) 1314 root-servers.net. 3600000 IN ZONEMD 2018091100 1 0 ( 1315 0c1839d86088062868c1ed79aed6a301dc7b08b02ba2f67cbc62edd4a0 1316 291f4132b8840da47ddab4401cc9088d04a14a ) 1318 Authors' Addresses 1320 Duane Wessels 1321 Verisign 1322 12061 Bluemont Way 1323 Reston, VA 20190 1325 Phone: +1 703 948-3200 1326 Email: dwessels@verisign.com 1327 URI: http://verisign.com 1329 Piet Barber 1330 Verisign 1331 12061 Bluemont Way 1332 Reston, VA 20190 1334 Phone: +1 703 948-3200 1335 Email: pbarber@verisign.com 1336 URI: http://verisign.com 1338 Matt Weinberg 1339 Verisign 1340 12061 Bluemont Way 1341 Reston, VA 20190 1343 Phone: +1 703 948-3200 1344 Email: mweinberg@verisign.com 1345 URI: http://verisign.com 1347 Warren Kumari 1348 Google 1349 1600 Amphitheatre Parkway 1350 Mountain View, CA 94043 1352 Email: warren@kumari.net 1354 Wes Hardaker 1355 USC/ISI 1356 P.O. Box 382 1357 Davis, CA 95617 1359 Email: ietf@hardakers.net