DNS Enum

Main commands used here for DNS enum.

  • host

  • dig

  • nslookup

  • dnsrecon

NSlookup

nslookup 
> server 10.10.10.10
Default server: 10.10.10.10
Address: 10.10.10.10#53

> 10.10.10.10
10.10.10.10.in-addr.arpa	name = ns1.domain.com.
host -t ns somedomain.com		# -t: type, nameservers records 
host -t mx somedomain.com		# mail records
host www.somedomain.com			# Will display the IP of the domain
host idontexist.somedomain.com 	# If exists it will display further information

Zone Transfer

Tools: DNSrecon/DNSenum

Dig Zone Transfer

Tools List

WFUZZing

Last updated

Was this helpful?