{"id":22937,"date":"2023-08-17T15:28:01","date_gmt":"2023-08-17T15:28:01","guid":{"rendered":"https:\/\/blog.lacnic.net\/?p=22937"},"modified":"2023-08-17T18:16:27","modified_gmt":"2023-08-17T18:16:27","slug":"adding-zonemd-protections-to-the-root-zone","status":"publish","type":"post","link":"https:\/\/blog.lacnic.net\/en\/adding-zonemd-protections-to-the-root-zone\/","title":{"rendered":"Adding ZONEMD protections to the root zone"},"content":{"rendered":"\n<p><em>By Duane Wessels &#8211; <\/em><strong><\/strong><\/p>\n\n\n\n<p><em>This blog post was authored by Verisign Fellow <a href=\"https:\/\/blog.lacnic.net\/en\/author\/duane-wessels\">Duane Wessels<\/a>. It originally appeared on the\u00a0<\/em><a href=\"https:\/\/blog.verisign.com\/\" target=\"_blank\" rel=\"noreferrer noopener\"><em>Verisign Blog<\/em><\/a><em>.<\/em><\/p>\n\n\n\n<p>The Domain Name System (DNS) root zone will soon be getting a new record type, called ZONEMD, to further ensure the security, stability, and resiliency of the global DNS in the face of emerging new approaches to DNS operation. While this change will be unnoticeable for the vast majority of DNS operators (such as registrars, internet service providers, and organizations), it provides a valuable additional layer of cryptographic security to ensure the reliability of root zone data.<\/p>\n\n\n\n<p>In this blog, we\u2019ll discuss these new proposals, as well as ZONEMD. We\u2019ll share deployment plans, how they may affect certain users, and what DNS operators need to be aware of beforehand to ensure little-to-no disruptions.<\/p>\n\n\n\n<p><strong>THE ROOT SERVER SYSTEM<\/strong><\/p>\n\n\n\n<p>The DNS root zone is the starting point for most domain name lookups on the internet. The root zone contains delegations to nearly&nbsp;<a href=\"https:\/\/www.iana.org\/domains\/root\/db\" target=\"_blank\" rel=\"noreferrer noopener\">1,500 top-level domains<\/a>, such as .com, .net, .org, and many others. Since its&nbsp;<a href=\"https:\/\/www.icann.org\/en\/system\/files\/files\/rssac-023-04nov16-en.pdf\" target=\"_blank\" rel=\"noreferrer noopener\">inception in 1984<\/a>, various organizations known collectively as the&nbsp;<a href=\"https:\/\/root-servers.org\/\" target=\"_blank\" rel=\"noreferrer noopener\">Root Server Operators<\/a>&nbsp;have provided the service for what we now call the Root Server System (RSS). In this system, a myriad of servers respond to approximately&nbsp;<a href=\"https:\/\/rssac002.root-servers.org\/volume_single_queries.html\" target=\"_blank\" rel=\"noreferrer noopener\">80 billion root zone queries each day<\/a>.<\/p>\n\n\n\n<p>While the RSS continues to perform this function with a high degree of dependability, there are recent proposals to use the root zone in a slightly different way. These proposals create some efficiencies for DNS operators, but they also introduce new challenges.<\/p>\n\n\n\n<p><strong>NEW PROPOSALS<\/strong><\/p>\n\n\n\n<p>In 2020, the Internet Engineering Task Force (IETF) published&nbsp;<a href=\"https:\/\/www.rfc-editor.org\/rfc\/rfc8806\" target=\"_blank\" rel=\"noreferrer noopener\">RFC 8806<\/a>, titled \u201cRunning a Root Server Local to a Resolver.\u201d Along the same lines, in 2021 the Internet Corporation for Assigned Names and Numbers (ICANN) Office of the Chief Technology Officer published&nbsp;<a href=\"https:\/\/www.icann.org\/octo-027-en.pdf\" target=\"_blank\" rel=\"noreferrer noopener\">OCTO-027<\/a>, titled \u201cHyperlocal Root Zone Technical Analysis.\u201d Both proposals share the idea that recursive name servers can receive and load the entire root zone locally and respond to root zone queries directly.<\/p>\n\n\n\n<p>But in a scenario where the entire root zone is made available to millions of recursive name servers, a new question arises: how can consumers of zone data verify that zone content has not been modified before reaching their systems?<\/p>\n\n\n\n<p>One might imagine that DNS Security Extensions (DNSSEC) could help. However, while the root zone is indeed signed with DNSSEC, most of the records in the zone are considered non-authoritative (i.e., all the NS and glue records) and therefore do not have signatures. What about something like a Pretty Good Privacy (PGP) signature on the root zone file? That comes with its own challenge: in PGP, the detached signature is easily separated from the data. For example, there is no way to include a PGP signature over DNS zone transfer, and there is no easy way to know which version of the zone goes with the signature.<\/p>\n\n\n\n<p><strong>INTRODUCING ZONEMD<\/strong><\/p>\n\n\n\n<p>A solution to this problem comes from&nbsp;<a href=\"https:\/\/www.rfc-editor.org\/rfc\/rfc8976\" target=\"_blank\" rel=\"noreferrer noopener\">RFC 8976<\/a>. Led by Verisign and titled \u201cMessage Digest for DNS Zones\u201d (known colloquially as ZONEMD), this protocol calls for a cryptographic digest of the zone data to be embedded into the zone itself. This ZONEMD record can then be signed and verified by consumers of the zone data. Here\u2019s how it works:<\/p>\n\n\n\n<p>Each time a zone is updated, the publisher calculates the ZONEMD record by sorting and canonicalizing all the records in the zone and providing them as input to a message digest function. Sorting and canonicalization are the same as for DNSSEC. In fact, the ZONEMD calculation can be performed at the same time the zone is signed. Digest calculation necessarily excludes the ZONEMD record itself, so the final step is to update the ZONEMD record and its signatures.<\/p>\n\n\n\n<p>A recipient of a zone that includes a ZONEMD record repeats the same calculation and compares its calculated digest value with the published digest. If the zone is signed, then the recipient can also validate the correctness of the published digest. In this way, recipients can verify the authenticity of zone data before using it.<\/p>\n\n\n\n<p>A number of open-source DNS software products now, or soon will, include support for ZONEMD verification. These include Unbound (<a href=\"https:\/\/www.nlnetlabs.nl\/news\/2021\/Aug\/12\/unbound-1.13.2-released\/\" target=\"_blank\" rel=\"noreferrer noopener\">version 1.13.2<\/a>), NSD (<a href=\"https:\/\/nlnetlabs.nl\/news\/2020\/Dec\/01\/nsd-4.3.4-released\/\" target=\"_blank\" rel=\"noreferrer noopener\">version 4.3.4<\/a>), Knot DNS (<a href=\"https:\/\/www.knot-dns.cz\/2021-08-02-version-310.html\" target=\"_blank\" rel=\"noreferrer noopener\">version 3.1.0<\/a>), PowerDNS Recursor (<a href=\"https:\/\/blog.powerdns.com\/2022\/05\/30\/powerdns-recursor-4-7-0-released\/\" target=\"_blank\" rel=\"noreferrer noopener\">version 4.7.0<\/a>) and BIND (version 9.19).<\/p>\n\n\n\n<p><strong>WHO IS AFFECTED?<\/strong><\/p>\n\n\n\n<p>Verisign, ICANN, and the Root Server Operators are taking steps to ensure that the addition of the ZONEMD record in no way impacts the ability of the root server system to receive zone updates and to respond to queries. As a result, most internet users are not affected by this change.<\/p>\n\n\n\n<p>Anyone using RFC 8806, or a similar technique to load root zone data into their local resolver, is unlikely to be affected as well. Software products that implement those features should be able to fully process a zone that includes the new record type, especially for reasons described below. Once the record has been added, users can take advantage of ZONEMD verification to ensure root zone data is authentic.<\/p>\n\n\n\n<p>Users most likely to be affected are those that receive root zone data from the internic.net servers (or some other source) and use custom software to parse the zone file. Depending on how such custom software is designed, there is a possibility that it will treat the new ZONEMD record as unexpected and lead to an error condition.&nbsp;<strong>Key objectives of this blog post are to raise awareness of this change, provide ample time to address software issues, and minimize the likelihood of disruptions for such users.<\/strong><\/p>\n\n\n\n<p><strong>DEPLOYMENT PLAN<\/strong><\/p>\n\n\n\n<p>In 2020, Verisign asked the&nbsp;<a href=\"https:\/\/www.icann.org\/rzerc\" target=\"_blank\" rel=\"noreferrer noopener\">Root Zone Evolution Review Committee<\/a>&nbsp;(RZERC) to consider a proposal for adding data protections to the root zone using ZONEMD. In 2021, the RZERC published its recommendations in&nbsp;<a href=\"https:\/\/www.icann.org\/iana_rzerc_docs\/449-rzerc003-adding-zone-data-protections-to-the-root-zone-v-final\" target=\"_blank\" rel=\"noreferrer noopener\">RZERC003<\/a>. One of those recommendations was for Verisign and ICANN to develop a deployment plan and make the community aware of the plan\u2019s details. That plan is summarized in the remainder of this blog post.<\/p>\n\n\n\n<p><strong>PHASED ROLLOUT<\/strong><\/p>\n\n\n\n<p>One attribute of a ZONEMD record is the choice of a hash algorithm used to create the digest. RFC 8976 defines two standard hash algorithms \u2013 SHA-384 and SHA-512 \u2013 and a range of \u201cprivate-use\u201d algorithms.<\/p>\n\n\n\n<p>Initially, the root zone\u2019s ZONEMD record will have a private-use hash algorithm. This allows us to first include the record in the zone without anyone worrying about the validity of the digest values. Since the hash algorithm is from the private-use range, a consumer of the zone data will not know how to calculate the digest value. A similar technique, known as the \u201cDeliberately Unvalidatable Root Zone,\u201d was utilized when DNSSEC was added to the root zone in 2010.<\/p>\n\n\n\n<p>After a period of more than two months, the ZONEMD record will transition to a standard hash algorithm.<\/p>\n\n\n\n<p><strong>HASH ALGORITHM<\/strong><\/p>\n\n\n\n<p>SHA-384 has been selected for the initial implementation for compatibility reasons.<\/p>\n\n\n\n<p>The developers of BIND implemented the ZONEMD protocol based on an early Internet-Draft, some time before it was published as an RFC. Unfortunately, the initial BIND implementation only accepts ZONEMD records with a digest length of 48 bytes (i.e., the SHA-384 length). Since the versions of BIND with this behavior are in widespread use today, use of the SHA-512 hash algorithm would likely lead to problems for many BIND installations, possibly including some Root Server Operators.<\/p>\n\n\n\n<p><strong>PRESENTATION FORMAT<\/strong><\/p>\n\n\n\n<p>Distribution of the zone between the Root Zone Maintainer and Root Server Operators primarily takes place via the DNS zone transfer protocol. In this protocol, zone data is transmitted in \u201cwire format.\u201d<\/p>\n\n\n\n<p>The root zone is also stored and served as a file on the internic.net&nbsp;<a href=\"ftp:\/\/ftp.rs.internic.net\/\" target=\"_blank\" rel=\"noreferrer noopener\">FTP<\/a>&nbsp;and&nbsp;<a href=\"https:\/\/www.internic.net\/\" target=\"_blank\" rel=\"noreferrer noopener\">web<\/a>&nbsp;servers. Here, the zone data is in \u201cpresentation format.\u201d The ZONEMD record will appear in these files using its native presentation format. For example:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>. 86400 IN ZONEMD 2021101902 1 1 ( 7d016e7badfd8b9edbfb515deebe7a866bf972104fa06fec\ne85402cc4ce9b69bd0cbd652cec4956a0f206998bfb34483 )<\/code><\/pre>\n\n\n\n<p>Some users of zone data received from the FTP and web servers might currently be using software that does not recognize the ZONEMD presentation format. These users might experience some problems when the ZONEMD record first appears. We did consider using a generic record format; however, in consultation with ICANN, we believe that the native format is a better long-term solution.<\/p>\n\n\n\n<p><strong>SCHEDULE<\/strong><\/p>\n\n\n\n<p>Currently, we are targeting the initial deployment of ZONEMD in the root zone for September 13, 2023. As previously stated, the ZONEMD record will be published first with a private-use hash algorithm number. We are targeting December 6, 2023, as the date to begin using the SHA-384 hash algorithm, at which point the root zone ZONEMD record will become verifiable.<\/p>\n\n\n\n<p><strong>CONCLUSION<\/strong><\/p>\n\n\n\n<p>Deploying ZONEMD in the root zone helps to increase the security, stability, and resiliency of the DNS. Soon, recursive name servers that choose to serve root zone data locally will have stronger assurances as to the zone\u2019s validity.<\/p>\n\n\n\n<p>If you\u2019re interested in following the ZONEMD deployment progress, please look for our announcements on the&nbsp;<a href=\"https:\/\/lists.dns-oarc.net\/mailman\/listinfo\/dns-operations\" target=\"_blank\" rel=\"noreferrer noopener\">DNS Operations mailing list<\/a>.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>By Duane Wessels &#8211; This blog post was authored by Verisign Fellow Duane Wessels. It originally appeared on the\u00a0Verisign Blog. The Domain Name System (DNS) root zone will soon be getting a new record type, called ZONEMD, to further ensure the security, stability, and resiliency of the global DNS in the face of emerging new [&hellip;]<\/p>\n","protected":false},"author":6,"featured_media":21500,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":"","jetpack_publicize_message":"","jetpack_publicize_feature_enabled":true,"jetpack_social_post_already_shared":false,"jetpack_social_options":{"image_generator_settings":{"template":"highway","default_image_id":0,"font":"","enabled":false},"version":2}},"categories":[1321],"tags":[],"archivo":[1345],"taxonomy-authors":[1415],"tipo_autor":[],"class_list":["post-22937","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-dns-en","archivo-editions","taxonomy-authors-duane-wessels-en"],"acf":{"author":"","related_notes":""},"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.0 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>LACNIC Blog | Adding ZONEMD protections to the root zone<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/blog.lacnic.net\/en\/adding-zonemd-protections-to-the-root-zone\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"LACNIC Blog | Adding ZONEMD protections to the root zone\" \/>\n<meta property=\"og:description\" content=\"By Duane Wessels &#8211; This blog post was authored by Verisign Fellow Duane Wessels. It originally appeared on the\u00a0Verisign Blog. The Domain Name System (DNS) root zone will soon be getting a new record type, called ZONEMD, to further ensure the security, stability, and resiliency of the global DNS in the face of emerging new [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/blog.lacnic.net\/en\/adding-zonemd-protections-to-the-root-zone\/\" \/>\n<meta property=\"og:site_name\" content=\"LACNIC Blog\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/facebook.com\/lacnic\" \/>\n<meta property=\"article:published_time\" content=\"2023-08-17T15:28:01+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-08-17T18:16:27+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/blog.lacnic.net\/wp-content\/uploads\/2018\/05\/convocatoria-a-todos-los-interesados-en-instalar-copias-del-servidor-raiz-de-dns.png\" \/>\n\t<meta property=\"og:image:width\" content=\"680\" \/>\n\t<meta property=\"og:image:height\" content=\"330\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Gianni\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@lacnic\" \/>\n<meta name=\"twitter:site\" content=\"@lacnic\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/blog.lacnic.net\/en\/adding-zonemd-protections-to-the-root-zone\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/blog.lacnic.net\/en\/adding-zonemd-protections-to-the-root-zone\/\"},\"author\":{\"name\":\"Gianni\",\"@id\":\"https:\/\/blog.lacnic.net\/#\/schema\/person\/1338d9cfdb0137e8bc5581f3771f39ab\"},\"headline\":\"Adding ZONEMD protections to the root zone\",\"datePublished\":\"2023-08-17T15:28:01+00:00\",\"dateModified\":\"2023-08-17T18:16:27+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/blog.lacnic.net\/en\/adding-zonemd-protections-to-the-root-zone\/\"},\"wordCount\":1484,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/blog.lacnic.net\/#organization\"},\"image\":{\"@id\":\"https:\/\/blog.lacnic.net\/en\/adding-zonemd-protections-to-the-root-zone\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/blog.lacnic.net\/wp-content\/uploads\/2018\/05\/convocatoria-a-todos-los-interesados-en-instalar-copias-del-servidor-raiz-de-dns.png\",\"articleSection\":[\"DNS\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/blog.lacnic.net\/en\/adding-zonemd-protections-to-the-root-zone\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/blog.lacnic.net\/en\/adding-zonemd-protections-to-the-root-zone\/\",\"url\":\"https:\/\/blog.lacnic.net\/en\/adding-zonemd-protections-to-the-root-zone\/\",\"name\":\"LACNIC Blog | Adding ZONEMD protections to the root zone\",\"isPartOf\":{\"@id\":\"https:\/\/blog.lacnic.net\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/blog.lacnic.net\/en\/adding-zonemd-protections-to-the-root-zone\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/blog.lacnic.net\/en\/adding-zonemd-protections-to-the-root-zone\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/blog.lacnic.net\/wp-content\/uploads\/2018\/05\/convocatoria-a-todos-los-interesados-en-instalar-copias-del-servidor-raiz-de-dns.png\",\"datePublished\":\"2023-08-17T15:28:01+00:00\",\"dateModified\":\"2023-08-17T18:16:27+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/blog.lacnic.net\/en\/adding-zonemd-protections-to-the-root-zone\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/blog.lacnic.net\/en\/adding-zonemd-protections-to-the-root-zone\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/blog.lacnic.net\/en\/adding-zonemd-protections-to-the-root-zone\/#primaryimage\",\"url\":\"https:\/\/blog.lacnic.net\/wp-content\/uploads\/2018\/05\/convocatoria-a-todos-los-interesados-en-instalar-copias-del-servidor-raiz-de-dns.png\",\"contentUrl\":\"https:\/\/blog.lacnic.net\/wp-content\/uploads\/2018\/05\/convocatoria-a-todos-los-interesados-en-instalar-copias-del-servidor-raiz-de-dns.png\",\"width\":680,\"height\":330},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/blog.lacnic.net\/en\/adding-zonemd-protections-to-the-root-zone\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Portada\",\"item\":\"https:\/\/blog.lacnic.net\/en\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Adding ZONEMD protections to the root zone\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/blog.lacnic.net\/#website\",\"url\":\"https:\/\/blog.lacnic.net\/\",\"name\":\"LACNIC Blog\",\"description\":\"En el Blog de LACNIC encontrar\u00e1s art\u00edculos t\u00e9cnicos vinculados al desarrollo de Internet en la regi\u00f3n de Am\u00e9rica Latina y el Caribe.\",\"publisher\":{\"@id\":\"https:\/\/blog.lacnic.net\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/blog.lacnic.net\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/blog.lacnic.net\/#organization\",\"name\":\"LACNIC Blog\",\"url\":\"https:\/\/blog.lacnic.net\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/blog.lacnic.net\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/blog.lacnic.net\/wp-content\/uploads\/2023\/03\/lacnic-blog.svg\",\"contentUrl\":\"https:\/\/blog.lacnic.net\/wp-content\/uploads\/2023\/03\/lacnic-blog.svg\",\"caption\":\"LACNIC Blog\"},\"image\":{\"@id\":\"https:\/\/blog.lacnic.net\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/facebook.com\/lacnic\",\"https:\/\/x.com\/lacnic\",\"https:\/\/www.instagram.com\/lacnic\/?hl=es-la\",\"https:\/\/uy.linkedin.com\/company\/lacnic\",\"https:\/\/www.youtube.com\/user\/lacnicstaff\",\"https:\/\/www.lacnic.net\/podcast\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/blog.lacnic.net\/#\/schema\/person\/1338d9cfdb0137e8bc5581f3771f39ab\",\"name\":\"Gianni\",\"url\":\"https:\/\/blog.lacnic.net\/en\/author\/gianni\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"LACNIC Blog | Adding ZONEMD protections to the root zone","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/blog.lacnic.net\/en\/adding-zonemd-protections-to-the-root-zone\/","og_locale":"en_US","og_type":"article","og_title":"LACNIC Blog | Adding ZONEMD protections to the root zone","og_description":"By Duane Wessels &#8211; This blog post was authored by Verisign Fellow Duane Wessels. It originally appeared on the\u00a0Verisign Blog. The Domain Name System (DNS) root zone will soon be getting a new record type, called ZONEMD, to further ensure the security, stability, and resiliency of the global DNS in the face of emerging new [&hellip;]","og_url":"https:\/\/blog.lacnic.net\/en\/adding-zonemd-protections-to-the-root-zone\/","og_site_name":"LACNIC Blog","article_publisher":"https:\/\/facebook.com\/lacnic","article_published_time":"2023-08-17T15:28:01+00:00","article_modified_time":"2023-08-17T18:16:27+00:00","og_image":[{"width":680,"height":330,"url":"https:\/\/blog.lacnic.net\/wp-content\/uploads\/2018\/05\/convocatoria-a-todos-los-interesados-en-instalar-copias-del-servidor-raiz-de-dns.png","type":"image\/png"}],"author":"Gianni","twitter_card":"summary_large_image","twitter_creator":"@lacnic","twitter_site":"@lacnic","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/blog.lacnic.net\/en\/adding-zonemd-protections-to-the-root-zone\/#article","isPartOf":{"@id":"https:\/\/blog.lacnic.net\/en\/adding-zonemd-protections-to-the-root-zone\/"},"author":{"name":"Gianni","@id":"https:\/\/blog.lacnic.net\/#\/schema\/person\/1338d9cfdb0137e8bc5581f3771f39ab"},"headline":"Adding ZONEMD protections to the root zone","datePublished":"2023-08-17T15:28:01+00:00","dateModified":"2023-08-17T18:16:27+00:00","mainEntityOfPage":{"@id":"https:\/\/blog.lacnic.net\/en\/adding-zonemd-protections-to-the-root-zone\/"},"wordCount":1484,"commentCount":0,"publisher":{"@id":"https:\/\/blog.lacnic.net\/#organization"},"image":{"@id":"https:\/\/blog.lacnic.net\/en\/adding-zonemd-protections-to-the-root-zone\/#primaryimage"},"thumbnailUrl":"https:\/\/blog.lacnic.net\/wp-content\/uploads\/2018\/05\/convocatoria-a-todos-los-interesados-en-instalar-copias-del-servidor-raiz-de-dns.png","articleSection":["DNS"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/blog.lacnic.net\/en\/adding-zonemd-protections-to-the-root-zone\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/blog.lacnic.net\/en\/adding-zonemd-protections-to-the-root-zone\/","url":"https:\/\/blog.lacnic.net\/en\/adding-zonemd-protections-to-the-root-zone\/","name":"LACNIC Blog | Adding ZONEMD protections to the root zone","isPartOf":{"@id":"https:\/\/blog.lacnic.net\/#website"},"primaryImageOfPage":{"@id":"https:\/\/blog.lacnic.net\/en\/adding-zonemd-protections-to-the-root-zone\/#primaryimage"},"image":{"@id":"https:\/\/blog.lacnic.net\/en\/adding-zonemd-protections-to-the-root-zone\/#primaryimage"},"thumbnailUrl":"https:\/\/blog.lacnic.net\/wp-content\/uploads\/2018\/05\/convocatoria-a-todos-los-interesados-en-instalar-copias-del-servidor-raiz-de-dns.png","datePublished":"2023-08-17T15:28:01+00:00","dateModified":"2023-08-17T18:16:27+00:00","breadcrumb":{"@id":"https:\/\/blog.lacnic.net\/en\/adding-zonemd-protections-to-the-root-zone\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/blog.lacnic.net\/en\/adding-zonemd-protections-to-the-root-zone\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/blog.lacnic.net\/en\/adding-zonemd-protections-to-the-root-zone\/#primaryimage","url":"https:\/\/blog.lacnic.net\/wp-content\/uploads\/2018\/05\/convocatoria-a-todos-los-interesados-en-instalar-copias-del-servidor-raiz-de-dns.png","contentUrl":"https:\/\/blog.lacnic.net\/wp-content\/uploads\/2018\/05\/convocatoria-a-todos-los-interesados-en-instalar-copias-del-servidor-raiz-de-dns.png","width":680,"height":330},{"@type":"BreadcrumbList","@id":"https:\/\/blog.lacnic.net\/en\/adding-zonemd-protections-to-the-root-zone\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Portada","item":"https:\/\/blog.lacnic.net\/en\/"},{"@type":"ListItem","position":2,"name":"Adding ZONEMD protections to the root zone"}]},{"@type":"WebSite","@id":"https:\/\/blog.lacnic.net\/#website","url":"https:\/\/blog.lacnic.net\/","name":"LACNIC Blog","description":"En el Blog de LACNIC encontrar\u00e1s art\u00edculos t\u00e9cnicos vinculados al desarrollo de Internet en la regi\u00f3n de Am\u00e9rica Latina y el Caribe.","publisher":{"@id":"https:\/\/blog.lacnic.net\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/blog.lacnic.net\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/blog.lacnic.net\/#organization","name":"LACNIC Blog","url":"https:\/\/blog.lacnic.net\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/blog.lacnic.net\/#\/schema\/logo\/image\/","url":"https:\/\/blog.lacnic.net\/wp-content\/uploads\/2023\/03\/lacnic-blog.svg","contentUrl":"https:\/\/blog.lacnic.net\/wp-content\/uploads\/2023\/03\/lacnic-blog.svg","caption":"LACNIC Blog"},"image":{"@id":"https:\/\/blog.lacnic.net\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/facebook.com\/lacnic","https:\/\/x.com\/lacnic","https:\/\/www.instagram.com\/lacnic\/?hl=es-la","https:\/\/uy.linkedin.com\/company\/lacnic","https:\/\/www.youtube.com\/user\/lacnicstaff","https:\/\/www.lacnic.net\/podcast"]},{"@type":"Person","@id":"https:\/\/blog.lacnic.net\/#\/schema\/person\/1338d9cfdb0137e8bc5581f3771f39ab","name":"Gianni","url":"https:\/\/blog.lacnic.net\/en\/author\/gianni\/"}]}},"jetpack_publicize_connections":[],"jetpack_featured_media_url":"https:\/\/blog.lacnic.net\/wp-content\/uploads\/2018\/05\/convocatoria-a-todos-los-interesados-en-instalar-copias-del-servidor-raiz-de-dns.png","jetpack_sharing_enabled":true,"wpml_current_locale":"en_US","wpml_translations":[{"locale":"es_ES","id":22918,"post_title":"Agregar protecciones a la zona ra\u00edz usando ZONEMD","slug":"agregar-protecciones-a-la-zona-raiz-usando-zonemd","href":"https:\/\/blog.lacnic.net\/agregar-protecciones-a-la-zona-raiz-usando-zonemd\/"},{"locale":"pt_BR","id":22939,"post_title":"Como adicionar prote\u00e7\u00f5es \u00e0 zona raiz usando o ZONEMD","slug":"como-adicionar-protecoes-a-zona-raiz-usando-o-zonemd","href":"https:\/\/blog.lacnic.net\/pt-br\/como-adicionar-protecoes-a-zona-raiz-usando-o-zonemd\/"}],"_links":{"self":[{"href":"https:\/\/blog.lacnic.net\/en\/wp-json\/wp\/v2\/posts\/22937","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/blog.lacnic.net\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/blog.lacnic.net\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/blog.lacnic.net\/en\/wp-json\/wp\/v2\/users\/6"}],"replies":[{"embeddable":true,"href":"https:\/\/blog.lacnic.net\/en\/wp-json\/wp\/v2\/comments?post=22937"}],"version-history":[{"count":5,"href":"https:\/\/blog.lacnic.net\/en\/wp-json\/wp\/v2\/posts\/22937\/revisions"}],"predecessor-version":[{"id":22961,"href":"https:\/\/blog.lacnic.net\/en\/wp-json\/wp\/v2\/posts\/22937\/revisions\/22961"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/blog.lacnic.net\/en\/wp-json\/wp\/v2\/media\/21500"}],"wp:attachment":[{"href":"https:\/\/blog.lacnic.net\/en\/wp-json\/wp\/v2\/media?parent=22937"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/blog.lacnic.net\/en\/wp-json\/wp\/v2\/categories?post=22937"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/blog.lacnic.net\/en\/wp-json\/wp\/v2\/tags?post=22937"},{"taxonomy":"archivo","embeddable":true,"href":"https:\/\/blog.lacnic.net\/en\/wp-json\/wp\/v2\/archivo?post=22937"},{"taxonomy":"taxonomy-authors","embeddable":true,"href":"https:\/\/blog.lacnic.net\/en\/wp-json\/wp\/v2\/taxonomy-authors?post=22937"},{"taxonomy":"tipo_autor","embeddable":true,"href":"https:\/\/blog.lacnic.net\/en\/wp-json\/wp\/v2\/tipo_autor?post=22937"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}