Skip to content

Instantly share code, notes, and snippets.

@cdzombak
Created February 28, 2013 16:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cdzombak/5058153 to your computer and use it in GitHub Desktop.
Save cdzombak/5058153 to your computer and use it in GitHub Desktop.
name.com shadiness
> dig NS chrisdzombak.net
; <<>> DiG 9.8.3-P1 <<>> NS chrisdzombak.net
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 29020
;; flags: qr rd ra; QUERY: 1, ANSWER: 4, AUTHORITY: 0, ADDITIONAL: 0
;; QUESTION SECTION:
;chrisdzombak.net. IN NS
;; ANSWER SECTION:
chrisdzombak.net. 300 IN NS ns3dgj.name.com.
chrisdzombak.net. 300 IN NS ns1djs.name.com.
chrisdzombak.net. 300 IN NS ns4ksy.name.com.
chrisdzombak.net. 300 IN NS ns2fgv.name.com.
;; Query time: 115 msec
;; SERVER: 10.128.240.1#53(10.128.240.1)
;; WHEN: Thu Feb 28 11:50:29 2013
;; MSG SIZE rcvd: 126
~
> dig ThisDomainDoesNotExist.chrisdzombak.net
; <<>> DiG 9.8.3-P1 <<>> ThisDomainDoesNotExist.chrisdzombak.net
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 30181
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0
;; QUESTION SECTION:
;ThisDomainDoesNotExist.chrisdzombak.net. IN A
;; ANSWER SECTION:
ThisDomainDoesNotExist.chrisdzombak.net. 300 IN A 174.36.138.29
;; Query time: 220 msec
;; SERVER: 10.128.240.1#53(10.128.240.1)
;; WHEN: Thu Feb 28 11:50:46 2013
;; MSG SIZE rcvd: 73
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment