dnsops.gov DNSSEC Outage: 2018-09-08 to 2018-09-09
Date: September 9, 2018
Overview
This page gives some details on the dnsops.gov DNSSEC outage from September 8 to September 9, 2018. dnsops.gov has had previous DNSSEC outages, and this one lasted almost exactly 24 hours.
Timeline / DNSViz
- 2018-09-08 03:00:23 UTC — RRSIGs expire
- 2018-09-08 03:04:37 UTC — expired RRSIGs
- 2018-09-08 03:05:16 UTC — expired RRSIGs
- 2018-09-08 03:09:50 UTC — expired RRSIGs
- 2018-09-09 02:56:57 UTC — last personally observed DNSSEC failure
DNSSEC Debugger
Unlike DNSViz, Verisign's DNSSEC Debugger doesn't archive results, so here's a screenshot of my web browser's output from September 8, 2018.

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 result in SERVFAIL:
$ dig +dnssec a dnsops.gov. @8.8.8.8
; <<>> DiG 9.4.2-P2 <<>> +dnssec a dnsops.gov. @8.8.8.8
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: SERVFAIL, id: 20238
;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1
;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags: do; udp: 512
;; QUESTION SECTION:
;dnsops.gov. IN A
;; Query time: 1166 msec
;; SERVER: 8.8.8.8#53(8.8.8.8)
;; WHEN: Sat Sep 8 03:04:21 2018
;; MSG SIZE rcvd: 39
You have to disable DNSSEC to make DNS queries work:
$ dig +cd a dnsops.gov. @8.8.8.8
; <<>> DiG 9.4.2-P2 <<>> +cd a dnsops.gov. @8.8.8.8
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 43663
;; flags: qr rd ra cd; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0
;; QUESTION SECTION:
;dnsops.gov. IN A
;; ANSWER SECTION:
dnsops.gov. 3599 IN A 129.6.100.203
;; Query time: 87 msec
;; SERVER: 8.8.8.8#53(8.8.8.8)
;; WHEN: Sat Sep 8 03:04:21 2018
;; MSG SIZE rcvd: 44
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: dnsops.gov.
[B] dnsops.gov. 3600 IN DNSKEY 257 3 8 ;{id = 32917 (ksk), size = 2048b}
dnsops.gov. 3600 IN DNSKEY 257 3 8 ;{id = 31580 (ksk), size = 2048b}
dnsops.gov. 3600 IN DNSKEY 256 3 8 ;{id = 32229 (zsk), size = 1024b}
dnsops.gov. 3600 IN DNSKEY 256 3 8 ;{id = 16611 (zsk), size = 1024b}
[B] dnsops.gov. 3600 IN A 129.6.100.203
;; Error: No keys with the keytag and algorithm from the RRSIG found
;;[S] self sig OK; [B] bogus; [T] trusted
Logfile examples
- [1536375855] unbound[58089:0] info: validation failure <dnsops.gov. A IN>: signature expired from 129.6.100.203 for key dnsops.gov. while building chain of trust
- [1536440869] unbound[58089:0] info: validation failure <www.dnsops.gov. A IN>: signature expired from 129.6.100.201 for key dnsops.gov. while building chain of trust
- [1536461789] unbound[58089:0] info: validation failure <dnsops.gov. A IN>: signature expired from 129.6.100.203 for key dnsops.gov. while building chain of trust
- [1536461817] unbound[58089:0] info: validation failure <www.dnsops.gov. A IN>: key for validation dnsops.gov. is marked as invalid because of a previous validation failure <dnsops.gov. A IN>: signature expired from 129.6.100.203 for key dnsops.gov. while building chain of trust