DNS (53)
Domain Name System.
Port
53 UDP
DNS (unencrypted)
53 TCP
DNS (encrypted)
Config File
The hosts file is located at:
Windows:
C:\\Windows\System32\drivers\etc\hostsLinux e MacOS:
/etc/hosts
/etc/bind/named.conf.local/etc/bind/named.conf.options/etc/bind/named.conf.log
Interact
host -t <TYPE> <DOMAIN> [<DNS_SERVER>]nslookup -query=<TYPE> <DOMAIN> [<DNS_SERVER>]
nslookup -type=<TYPE> <DOMAIN> [<DNS_SERVER>]dig <TYPE> <DOMAIN> [@<DNS_SERVER>]Website
Details
For the enumeration of DNS TYPEs.
For many specific DNS information.
Discover hosts related to a domain.
Attacks
Last updated
Was this helpful?