Today I saw a domain that contains DNS A record but no DNS NS records. How is it possible to create A record without NS Nameservers?
Example domain is: frankstudios.com
dig for A records:
root@ubuntu:~# dig @8.8.8.8 -t A frankstudios.com
; <<>> DiG 9.11.3-1ubuntu1.8-Ubuntu <<>> @8.8.8.8 -t A frankstudios.com
; (1 server found)
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 28479
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1
;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 512
;; QUESTION SECTION:
;frankstudios.com. IN A
;; ANSWER SECTION:
frankstudios.com. 299 IN A 207.148.248.143
;; Query time: 98 msec
;; SERVER: 8.8.8.8#53(8.8.8.8)
;; WHEN: Wed Aug 21 11:16:02 UTC 2019
;; MSG SIZE rcvd: 61
dig for NS records:
root@ubuntu:~# dig @8.8.8.8 -t NS frankstudios.com
; <<>> DiG 9.11.3-1ubuntu1.8-Ubuntu <<>> @8.8.8.8 -t NS frankstudios.com
; (1 server found)
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 14126
;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 1
;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 512
;; QUESTION SECTION:
;frankstudios.com. IN NS
;; AUTHORITY SECTION:
frankstudios.com. 299 IN SOA ns.buydomains.com. hostmaster.buydomains.com. 2015031114 86400 7200 604800 300
;; Query time: 91 msec
;; SERVER: 8.8.8.8#53(8.8.8.8)
;; WHEN: Wed Aug 21 11:17:00 UTC 2019
;; MSG SIZE rcvd: 106