Skip to content

Instantly share code, notes, and snippets.

@polymorphm
Created February 2, 2014 13:12
Show Gist options
  • Save polymorphm/8768152 to your computer and use it in GitHub Desktop.
Save polymorphm/8768152 to your computer and use it in GitHub Desktop.
DNS results on DomRu
$ host -v 2chru.net 8.8.8.8
Trying "2chru.net"
Using domain server:
Name: 8.8.8.8
Address: 8.8.8.8#53
Aliases:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 6232
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0
;; QUESTION SECTION:
;2chru.net. IN A
;; ANSWER SECTION:
2chru.net. 600 IN A 92.255.241.100
Received 43 bytes from 8.8.8.8#53 in 9 ms
Trying "2chru.net"
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 26960
;; flags: qr rd ra; QUERY: 1, ANSWER: 2, AUTHORITY: 0, ADDITIONAL: 0
;; QUESTION SECTION:
;2chru.net. IN AAAA
;; ANSWER SECTION:
2chru.net. 38 IN AAAA 2400:cb00:2048:1::a29f:f7aa
2chru.net. 38 IN AAAA 2400:cb00:2048:1::a29f:f6aa
Received 83 bytes from 8.8.8.8#53 in 46 ms
Trying "2chru.net"
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 14031
;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 0
;; QUESTION SECTION:
;2chru.net. IN MX
;; AUTHORITY SECTION:
2chru.net. 1171 IN SOA carl.ns.cloudflare.com. dns.cloudflare.com. 2014260192 10000 2400 604800 3600
Received 89 bytes from 8.8.8.8#53 in 58 ms
$ host -v 2chru.net
Trying "2chru.net"
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 35032
;; flags: qr rd ra; QUERY: 1, ANSWER: 2, AUTHORITY: 0, ADDITIONAL: 0
;; QUESTION SECTION:
;2chru.net. IN A
;; ANSWER SECTION:
2chru.net. 84 IN A 162.159.247.170
2chru.net. 84 IN A 162.159.246.170
Received 59 bytes from 2001:4860:4860::8888#53 in 50 ms
Trying "2chru.net"
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 40740
;; flags: qr rd ra; QUERY: 1, ANSWER: 2, AUTHORITY: 0, ADDITIONAL: 0
;; QUESTION SECTION:
;2chru.net. IN AAAA
;; ANSWER SECTION:
2chru.net. 20 IN AAAA 2400:cb00:2048:1::a29f:f7aa
2chru.net. 20 IN AAAA 2400:cb00:2048:1::a29f:f6aa
Received 83 bytes from 2001:4860:4860::8888#53 in 49 ms
Trying "2chru.net"
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 57577
;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 0
;; QUESTION SECTION:
;2chru.net. IN MX
;; AUTHORITY SECTION:
2chru.net. 1153 IN SOA carl.ns.cloudflare.com. dns.cloudflare.com. 2014260192 10000 2400 604800 3600
Received 89 bytes from 2001:4860:4860::8888#53 in 44 ms
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment