.bw (Botswana) TLD DNSSEC Outage: 2017-10-18

Date: October 18, 2017

Overview

This page gives some details on the bw TLD DNSSEC outage on October 18, 2017.

Timeline / DNSViz

DNSSEC Debugger

Unlike DNSViz, Verisign's DNSSEC Debugger doesn't archive results, so here's a screenshot of my web browser's output from October 18, 2017: October 18, 2017 .bw (Botswana) TLD DNSSEC outage

Google Public DNS: with and without DNSSEC

DNSSEC can be disabled in queries via the CD (checking disabled) bit. Let's compare DNS queries with and without DNSSEC.

With DNSSEC, DNS queries fail:

$ dig +dnssec ns bw. @8.8.8.8

; <<>> DiG 9.4.2-P2 <<>> +dnssec ns bw. @8.8.8.8
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: SERVFAIL, id: 63700
;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1

;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags: do; udp: 512
;; QUESTION SECTION:
;bw. IN NS

;; Query time: 53 msec
;; SERVER: 8.8.8.8#53(8.8.8.8)
;; WHEN: Wed Oct 18 03:11:43 2017
;; MSG SIZE rcvd: 31


You have to disable DNSSEC to make DNS queries work:

$ dig +cd ns bw. @8.8.8.8

; <<>> DiG 9.4.2-P2 <<>> +cd ns bw. @8.8.8.8
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 64810
;; flags: qr rd ra cd; QUERY: 1, ANSWER: 5, AUTHORITY: 0, ADDITIONAL: 0

;; QUESTION SECTION:
;bw. IN NS

;; ANSWER SECTION:
bw. 7196 IN NS dns1.nic.net.bw.
bw. 7196 IN NS dns2.nic.net.bw.
bw. 7196 IN NS pch.nic.net.bw.
bw. 7196 IN NS ns-bw.afrinic.net.
bw. 7196 IN NS master.btc.net.bw.

;; Query time: 8 msec
;; SERVER: 8.8.8.8#53(8.8.8.8)
;; WHEN: Wed Oct 18 03:11:43 2017
;; MSG SIZE rcvd: 140

Zonemaster

drill trace

Since DNSSEC contains so much garbage, I put the complete drill trace into its own file with the relevant portion below (emphasis added):

;; Domain: bw.
[B] bw. 3600 IN DNSKEY 257 3 8 ;{id = 18880 (ksk), size = 2048b}
bw. 3600 IN DNSKEY 256 3 8 ;{id = 38424 (zsk), size = 1024b}
[B] Error verifying denial of existence for bw. type A: No keys with the keytag and algorithm from the RRSIG found
;;[S] self sig OK; [B] bogus; [T] trusted

Logfile examples