.az (Azerbaijan) DNSSEC Outage: 20160112 - 20160114

Updated: January 14, 2016

Overview

This page gives some details on the .az (Azerbaijan) TLD partial DNSSEC outage from January 12 to January 14, 2016. It affected some resolvers (e.g. Unbound, Verisign Public DNS, and others) but not all.

Timeline / DNSViz

OpenDNS & Verisign Public DNS

OpenDNS does not support DNSSEC, instead supporting DNSCurve. Verisign Public DNS currently supports only DNSSEC, and thus, Verisign's users saw SERVFAIL for queries under .az during this outage.

With OpenDNS, queries succeed:

$ dig +dnssec www.google.com.az. @resolver1.opendns.com.

; <<>> DiG 9.4.2-P2 <<>> +dnssec www.google.com.az. @resolver1.opendns.com.
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 28380
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1

;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 4096
;; QUESTION SECTION:
;www.google.com.az. IN A

;; ANSWER SECTION:
www.google.com.az. 300 IN A 216.58.216.227

;; Query time: 172 msec
;; SERVER: 208.67.222.222#53(208.67.222.222)
;; WHEN: Wed Jan 13 03:37:36 2016
;; MSG SIZE rcvd: 62

With Verisign Public DNS, using DNSSEC, queries fail:

$ dig +dnssec www.google.com.az. @64.6.64.6

; <<>> DiG 9.4.2-P2 <<>> +dnssec www.google.com.az. @64.6.64.6
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: SERVFAIL, id: 42408
;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1

;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags: do; udp: 4096
;; QUESTION SECTION:
;www.google.com.az. IN A

;; Query time: 41 msec
;; SERVER: 64.6.64.6#53(64.6.64.6)
;; WHEN: Wed Jan 13 03:37:36 2016
;; MSG SIZE rcvd: 46

With Verisign Public DNS, WITH DNSSEC DISABLED (+cd), queries succeed:

$ dig +cd www.google.com.az. @64.6.64.6

; <<>> DiG 9.4.2-P2 <<>> +cd www.google.com.az. @64.6.64.6
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 50513
;; flags: qr rd ra cd; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0

;; QUESTION SECTION:
;www.google.com.az. IN A

;; ANSWER SECTION:
www.google.com.az. 300 IN A 216.58.216.227

;; Query time: 626 msec
;; SERVER: 64.6.64.6#53(64.6.64.6)
;; WHEN: Wed Jan 13 03:37:36 2016
;; MSG SIZE rcvd: 51

Logfile examples