Access DNS cache

  • Thread starter Thread starter robber baron
  • Start date Start date
R

robber baron

Hi
I'd like to extract A records from the DNS cache on 2000server. Is there any
way ?

What I really want to do is to find the domain name of some IP addresses
where reverse DNS queries fail because the site in question doesnt support
ReverseDNS. A forward lookup record should be in our cache however, but it
is a pain to list every one to find the IP I want.

Any ideas on how to export the entire cache to a text file ?

Rob
 
Run "ipconfig /displaydns" in the command prompt, or "ipconfig
/displaydns>myfile.txt", then open the file in notepad and look for your
record. This will allow you to extract client cache.
As for server cache, go to DNS console and enable advanced view - cached
records node will appear under each dns server and you will be able to look
for your record there.
 
Back
Top