Which tool is used to block suspicious DNS queries by domain names rather than by IP addresses?
- DNS sinkhole
- BGP black hole
- firewall
- IPS
Explanation & Hint:
The tool used to block suspicious DNS queries by domain names, rather than by IP addresses, is a DNS sinkhole. A DNS sinkhole is specifically designed to intercept DNS queries for known malicious domains and redirect them to a safe destination. This can prevent devices on your network from connecting to malicious sites, even if the IP addresses of those sites change. It works by responding to specific DNS requests with a false IP address, effectively directing traffic away from potentially harmful domains. The other tools mentioned serve different purposes:
|