DNS
DNS analysis
Third-Party Tools
Use these first, as it is completely passive and uses Internet infrastructure instead of your own machine.
DNS Dumpster [https://dnsdumpster.com/]
Shodan [https://www.shodan.io/]
Censys [https://censys.io/]
Dig
Powerful linux based tool used to gather and analyze dns records
Gather All Records for a Domain
This command uses 192.168.1.1
to gather information
Simplified PTR Lookups
Using the -x
flag is the same as dig 23.1.168.192.in-addr-arpa PTR
Attempt Full Zone Transfer
Very unlikely to work, most domains should not allow external zone transfers. More likely to happen from the inside though. Always attempt this anyway!
nslookup
We can use nslookup
from a windows host to try and gather information as well.
DNSrecon
Multi-threaded DNS tool written in python 3
DNS Brute Forcing
Attempt to enumerate DNS hostnames by guessing subdomains.
Gobuster
Uses gobuster for DNS subdomain, is multi-threaded đ
Nmap Script
Lots of switches for this command
Last updated