The internet has hidden structure you can query. Every challenge here teaches you a real technique investigators use. If a command is blocked, use the Google fallback โ the learning is the same.
cmd, press Enter. Or search for Command Prompt in the Start menu.
Each challenge shows the exact command to type. If a command is blocked on school computers, look for the Google fallback option instead.
8.8.8.8. But numbers are hard to remember, so computers can also have names.
8.8.8.8:
agent{ + that name with the dot replaced by a hyphen + }.
dns.google. Replace the dot with a hyphen and wrap it in agent{}.8.8.8.8, which IP address replies? (Hint: the IP you pinged!)
8.8.8.8, the reply comes from... 8.8.8.8! Replace dots with hyphens and wrap it in agent{}.agent{___-hosting}.
-type=CNAME flag tells nslookup to look up the real name behind the address:
www.bbc.co.uk is just pointing to a completely different real address โ the BBC's content delivery network.
www.bbc.co.uk is just a nickname for it. What's the one-word technical term for a name that stands in for another name? That's your flag: agent{___}.
agent{___}.