Explore the world of DNS Scanning: Learn techniques, tools, and see it in action.
DNS scanning is the process of querying Domain Name System (DNS) servers to gather information about domain names, IP addresses, and other DNS records. This technique is used for network reconnaissance, security assessments, and troubleshooting DNS-related issues.
Resolves domain names to IP addresses.
Resolves IP addresses to domain names.
Attempts to retrieve all DNS records for a domain from its authoritative name server.
Discovers subdomains and other DNS records associated with a domain.
A flexible command-line DNS lookup utility.
dig example.comPerforms a basic DNS lookup for example.com, returning A records by default.
dig example.com MXQueries the MX (mail exchanger) records for example.com.
dig -x 192.0.2.1Performs a reverse DNS lookup for the IP address 192.0.2.1.