TLD/net/asp-direct.net/2018-03-05について、ここに記述してください。

1. nisc.go.jp関係

tmaeno@u16:~$ dig -t ns nisc.go.jp @ns0.asp-direct.net

; <<>> DiG 9.12.0 <<>> -t ns nisc.go.jp @ns0.asp-direct.net
;; global options: +cmd
;; connection timed out; no servers could be reached

tmaeno@u16:~$ dig -t ns nisc.go.jp @ns1.asp-direct.net

; <<>> DiG 9.12.0 <<>> -t ns nisc.go.jp @ns1.asp-direct.net
;; global options: +cmd
;; connection timed out; no servers could be reached

tmaeno@u16:~$ dig -t ns nisc.go.jp @ns3.asp-direct.net

; <<>> DiG 9.12.0 <<>> -t ns nisc.go.jp @ns3.asp-direct.net
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 47705
;; flags: qr aa rd; QUERY: 1, ANSWER: 2, AUTHORITY: 0, ADDITIONAL: 3
;; WARNING: recursion requested but not available

;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 4096
;; QUESTION SECTION:
;nisc.go.jp.                    IN      NS

;; ANSWER SECTION:
nisc.go.jp.             300     IN      NS      ns4.asp-direct.net.
nisc.go.jp.             300     IN      NS      ns3.asp-direct.net.

;; ADDITIONAL SECTION:
ns3.asp-direct.net.     3600    IN      A       40.115.190.152
ns4.asp-direct.net.     3600    IN      A       40.74.137.186

;; Query time: 6 msec
;; SERVER: 40.115.190.152#53(40.115.190.152)
;; WHEN: Mon Mar 05 21:00:00 JST 2018
;; MSG SIZE  rcvd: 121

2. あれ

$ dnsq ns nisc.go.jp a.dns.jp
2 nisc.go.jp:
78 bytes, 1+0+2+0 records, response, noerror
query: 2 nisc.go.jp
authority: nisc.go.jp 86400 NS ns3.asp-direct.net
authority: nisc.go.jp 86400 NS ns4.asp-direct.net

Domain Information:
a. [Domain Name]                NISC.GO.JP
g. [Organization]               National center of Incident readiness and Strategy for Cybersecurity
l. [Organization Type]          government agency
m. [Administrative Contact]     KS54567JP
n. [Technical Contact]          KS54600JP
p. [Name Server]                ns3.asp-direct.net
p. [Name Server]                ns4.asp-direct.net
s. [Signing Key]                
[State]                         Connected (2018/04/30)
[Registered Date]               2006/04/19
[Connected Date]                2006/05/01
[Last Update]                   2017/12/22 12:09:21 (JST)

ns3, ns4の返事も整合している。

$ dnsq ns nisc.go.jp ns3.asp-direct.net
2 nisc.go.jp:
110 bytes, 1+2+0+2 records, response, authoritative, noerror
query: 2 nisc.go.jp
answer: nisc.go.jp 300 NS ns3.asp-direct.net
answer: nisc.go.jp 300 NS ns4.asp-direct.net
additional: ns3.asp-direct.net 3600 A 40.115.190.152
additional: ns4.asp-direct.net 3600 A 40.74.137.186

tmaeno@u16:~$ dnsq ns nisc.go.jp ns4.asp-direct.net
2 nisc.go.jp:
110 bytes, 1+2+0+2 records, response, authoritative, noerror
query: 2 nisc.go.jp
answer: nisc.go.jp 300 NS ns3.asp-direct.net
answer: nisc.go.jp 300 NS ns4.asp-direct.net
additional: ns3.asp-direct.net 3600 A 40.115.190.152
additional: ns4.asp-direct.net 3600 A 40.74.137.186

3. asp-direct.net ゾーン

返事をしないNSが登録されている。-- ToshinoriMaeno 2018-03-05 12:19:35

../ gtld-servers.netからのdelegation (6つのNS) 

$ dig -t ns asp-direct.net @ns3.asp-direct.net

; <<>> DiG 9.12.0 <<>> -t ns asp-direct.net @ns3.asp-direct.net
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 23692
;; flags: qr aa rd; QUERY: 1, ANSWER: 4, AUTHORITY: 0, ADDITIONAL: 5
;; WARNING: recursion requested but not available

;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 4096
;; QUESTION SECTION:
;asp-direct.net.                        IN      NS

;; ANSWER SECTION:
asp-direct.net.         3600    IN      NS      ns3.asp-direct.net.
asp-direct.net.         3600    IN      NS      ns0.asp-direct.net.
asp-direct.net.         3600    IN      NS      ns1.asp-direct.net.
asp-direct.net.         3600    IN      NS      ns4.asp-direct.net.

;; ADDITIONAL SECTION:
ns3.asp-direct.net.     3600    IN      A       40.115.190.152
ns4.asp-direct.net.     3600    IN      A       40.74.137.186
ns0.asp-direct.net.     3600    IN      A       118.103.3.110
ns1.asp-direct.net.     3600    IN      A       203.152.198.46

;; Query time: 7 msec
;; SERVER: 40.115.190.152#53(40.115.190.152)
;; WHEN: Mon Mar 05 21:16:32 JST 2018
;; MSG SIZE  rcvd: 179

$ dig -t ns asp-direct.net @ns0.asp-direct.net

; <<>> DiG 9.12.0 <<>> -t ns asp-direct.net @ns0.asp-direct.net
;; global options: +cmd
;; connection timed out; no servers could be reached