Quick question. I was scanning a lab network with Nmap just doing host discovery to see what hosts were out there. I got a list of hosts, ips, hostnames, ports open, services, etc. Upon further investigation, though, I discovered discrepancies between the hostnames of the actual systems and what was reported in my scans. I know Nmap does a reverse lookup to obtain the systems hostnames. My question is, if there is the possibility of a hostname not being correct/accurate in dns as it was cached, what’s the value in every trusting/using the reverse lookup capability with an Nmap scan as it could be wrong?
Example
Hostname IP DNS Hostname IP -------- -- ------------ -- South1 10.10.10.1 South1 10.10.10.1 South2 10.10.10.2 South2 10.10.10.2 South3 10.10.10.3 South5 10.10.10.3 South4 10.10.10.4 South4 10.10.10.4 South5 10.10.10.5 South5 10.10.10.5