Connections
Before your browser can establish a connection to a website, it needs to communicate with DNS nameservers to resolve the domain name to an IP address.
Your challenge: Find which DNS nameservers are responsible for the domain mcpt.ca
.
- Using DNS lookup tools, identify the authoritative nameservers for
mcpt.ca
- Once you've found the nameservers, locate the primary nameserver's hostname
- Submit the primary nameserver's hostname in the standard flag format:
CTF{nameserver_hostname}
For example, if you discover that ns1.example.com
is the primary nameserver for the domain, you would submit: CTF{ns1.example.com}
Hint: Common DNS query tools like dig
, nslookup
, or online DNS lookup services can help you find this information.