OSINT.
Challenges
Multiple Choice
What should be considered when engaging in and utilizing OSINT?
Think beyond just one category. Privacy laws (like GDPR and CCPA), platform Terms of Service, copyright law, and ethics each govern a different aspect of what you can collect and how you can use it.
✓ Solved!
Flag Challenge
We are looking for a hash used as a subdomain on a domain related to 'the-petting-zoo.com'. What is the subdomain?
SSL certificate transparency logs are publicly searchable. Try crt.sh — search for the domain and look for any subdomain entries that look like a hash.
✓ Solved!
Multiple Choice
Our local group (DC702) worked with a computer scientist. Where is Grace from?
Try searching LinkedIn or GitHub for "Grace DC702" or "Grace Las Vegas cybersecurity." Her professional profile will show where she is from.
✓ Solved!
Flag Challenge
Grace accidentally pushed something sensitive to one of her projects. What is the key used in her encryption project?
Find Grace's GitHub profile and look through her repositories for anything encryption-related. Check the source code and commit history — secrets are often accidentally committed and visible even after deletion.
✓ Solved!
Multiple Choice
Which Google dork finds login pages associated with WordPress?
The intitle: operator filters results to pages with a specific string in the title. WordPress login pages have a distinctive and consistent title. Which option matches that exact pattern?
✓ Solved!
Multiple Choice
What is a common tool for mapping out information gathered from multiple sources?
This tool is used by security analysts and investigators to map connections between people, domains, email addresses, and IP addresses. It visualizes relationships across multiple data sources and is a staple in professional OSINT investigations.
✓ Solved!
Multiple Choice
An attacker wants to impersonate your manager to trick you into sending money. Which combination of AI techniques makes this most convincing?
Each option is a real attack on its own — but sophisticated attackers layer them. A deepfake video call, a voice-cloned follow-up call, and a spear-phishing email all reinforce each other. Which answer reflects how real-world business email compromise attacks actually work?
✓ Solved!
Flag Challenge
We are tracking an access point around the valley. We think we have the BSSID but dont want to know the SSID so we can keep an eye out for it. What is the SSID? BSSID: 00:24:C8:70:47:40 -- FLAG Format: SSID
A BSSID is the unique MAC address of a Wi-Fi access point. Wardriving databases like WiGLE (wigle.net) let you search a BSSID to find the SSID (network name) it broadcasts and where it has been spotted.
✓ Solved!
Flag Challenge
All we know is that the secret was published before.theunknown.space.
Heard of the Wayback Machine? It archives snapshots of websites over time. If the secret was published on a website before.theunknown.space, you can use the Wayback Machine to look at historical versions of that site and find the secret.
✓ Solved!
For More Information
OSINT Techniques
One of the best resources for learning about privacy and various OSINT techniques. Also associated with top books and free content on the subject.
Visit →OSINT Framework
Provides a good overview of various tools for finding different types of data. A good place to get exposure to different data sources and databases.
Visit →Google Hacking Database
A large collection of Google Dorks. Maintained by the Exploit DB team.
Visit →