177k views
0 votes
A client PC on your company's network is attempting to browse to a vendor's web page on the Internet, but the computer goes to a malicious web page instead. What two utilities can you use to verify that the DNS records are correct for the web page?

1 Answer

1 vote

The answer is nslookup and dig

nslookup is a tool in Windows for accessing Domain Name System records such as name, IP address, MAC address. By using this tool you can see all the websites that your client computer has browsed then you can put a stop on the malicious website access.

dig (Domain Information Groper) is a command used to verify and fix DNS problems that you have encountered and found out in nslookup.

User Adrian Hartanto
by
3.6k points