beginnercat/osint~2 min read
Geolocation Challenges
Identify where a photo was taken using environmental clues, reverse image search, and map tools.
// prerequisite reading
The discipline
Geolocation means determining where a photo or video was taken from visual clues alone — no metadata, no GPS. CTF challenges provide an image and ask for GPS coordinates or a place name.
Layer your clues
Work from the macro to the micro:
- Country — road markings, driving side, script/alphabet, flora, sky colour.
- Region — architecture, terrain, infrastructure style.
- City — recognisable landmarks, street signage, chain stores.
- Street — house numbers, utility poles, company logos.
Environmental tells
| Clue | Narrows to |
|---|---|
| Red octagonal STOP sign | North America |
| White on blue highway signs | Europe |
| Yellow lane markings | USA, Canada |
| Left-hand traffic | UK, Japan, Australia, India |
| Baobab trees | Sub-Saharan Africa |
| Birch trees | Northern Russia / Scandinavia |
Power lines and poles
Wooden poles = North America, Japan, rural developing world. Concrete poles = Eastern Europe. Underground cables (no poles) = Western Europe, Scandinavia.
Reverse image search workflow
- Upload to Google Lens → “Search image” → look for identical locations.
- Try Yandex Images — much stronger for non-Western locales.
- Crop to the most distinctive feature (a building, a sign) and search that crop separately.
Confirming with Street View
Once you have a candidate location:
- Open Google Maps.
- Drop into Street View at the candidate.
- Rotate to match the camera angle in the challenge image.
- Match at least 3 independent features before committing.
Shadow analysis
The sun’s position reveals the time of day and — combined with the photo date — the latitude. Tools like SunCalc let you overlay shadow direction on a map.