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.

  1. Using DNS lookup tools, identify the authoritative nameservers for mcpt.ca
  2. Once you've found the nameservers, locate the primary nameserver's hostname
  3. 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.

Comments

No comments yet.