DNS (Domain Name System) enumeration is the process of locating all DNS servers and their corresponding records for an organization.
dig
command:
dig example.com ANY
* **`dnsenum` tool:**
```bash
dnsenum example.com
DNS records can reveal subdomains, mail servers, IP addresses, and other valuable information.