Created
May 17, 2011 23:59
-
-
Save danesparza/977703 to your computer and use it in GitHub Desktop.
dig - reverse lookup
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dig -x 97.74.104.201 | |
; <<>> DiG 9.8.0-P1 <<>> -x 97.74.104.201 | |
;; global options: +cmd | |
;; Got answer: | |
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 24181 | |
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 3, ADDITIONAL: 2 | |
;; QUESTION SECTION: | |
;201.104.74.97.in-addr.arpa. IN PTR | |
;; ANSWER SECTION: | |
201.104.74.97.in-addr.arpa. 3600 IN PTR corpweb-v101.prod.mesa1.secureserver.net. | |
;; AUTHORITY SECTION: | |
74.97.in-addr.arpa. 3600 IN NS cns3.secureserver.net. | |
74.97.in-addr.arpa. 3600 IN NS cns2.secureserver.net. | |
74.97.in-addr.arpa. 3600 IN NS cns1.secureserver.net. | |
;; ADDITIONAL SECTION: | |
cns1.secureserver.net. 3477 IN A 208.109.255.100 | |
cns2.secureserver.net. 3477 IN A 216.69.185.100 | |
;; Query time: 28 msec | |
;; SERVER: 172.31.250.11#53(172.31.250.11) | |
;; WHEN: Tue May 17 16:58:53 2011 | |
;; MSG SIZE rcvd: 187 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment