Pages

Thursday, March 15, 2012

iP Reverse DNS


iP Reverse DNS



As explained in the section on DNS, domains can be mapped to IP-addresses using A- and AAAA-records. However, the reverse is also true; an IP-address can be pointed to a domain name. This is accomplished through reverse lookup using PTR (pointer)-records. PTR-records appear slightly different to normal IPs. For example, the IP of example.com would be represented by 10.43.0.192.in-addr.arpa. Just like domain names, this too can be split up into sections (or zones) depending on authoritative responsibility. If you query the root-servers about ‘10.43.0.192.in-addr.arpa’, they will reply with whatever information they have available to them (in this case most likely by pointing you to the ARIN’s servers for the 192.in-addr.arpa-zone).
You will then continue downwards, following the path, by querying those servers for information on 0.192.in-addr.arpa (or whatever the next zone is comprised of). Ultimately, you will reach the servers handling the zone file for the full IP, and the PTR will be revealed to you through an authoritative response ( →  www.example.com).
Enter the IP you want to perform these steps on above (or use the tool by manually clicking each level).
0123456789101112131415
16171819202122232425262728293031
32333435363738394041424344454647
48495051525354555657585960616263
64656667686970717273747576777879
80818283848586878889909192939495
96979899100101102103104105106107108109110111
112113114115116117118119120121122123124125126127
128129130131132133134135136137138139140141142143
144145146147148149150151152153154155156157158159
160161162163164165166167168169170171172173174175
176177178179180181182183184185186187188189190191
192193194195196197198199200201202203204205206207
208209210211212213214215216217218219220221222223
224225226227228229230231232233234235236237238239
240241242243244245246247248249250251252253254255