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\hosts
Linux 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>]
Attacks
Last updated
Was this helpful?