17 August 2020

OSINT Geolocation Challenges

by Blake Eakin

OSINT Geolocation Challenges

This week we are retiring an OSINT geolocation challenge from the Spring 2020 Individual NCL where you were given a couple of pictures of a particular building from different points of view and asked to provide that particular building's address. While we can't provide a writeup of this exact challenge due to the terms of the NCL, we can still provide some general advice for solving similar challenges in the future, and explain the importance of this particular skillset.

Exif Data

While it's generally not going to be available in most CTF challenge settings, sometimes devices will store positional data from GPS in image metadata. Grabbing this data is rather simple. You just have to run exiftool against the image file and see if there is any GPS data available, or more specifically you can run exiftool -a -gps:all [image path] to specifically get only the gps data. Try it out on some of these images and see what kind of GPS data can be available. Like I said, this often times won't be the path to the solution since most OSINT challenges of this variety will be tailored towards you using the context available in the image itself to guide you to a solution. All the same, it's so quick and simple to check for positional metadata that you might as well give it a shot before spending much time on anything else.

Signage and Surrounding Environment

Probably the most useful piece of visual information you can find in a picture to help you place it is any sort of signage whatsoever, especially if it has some sort of text on it. This can quickly cue you in to where in the world the picture is taken, and may even be specific enough to let you know the city a picture was taken in. Even a single non-descript road sign can help you locate it. Generally they are chock full of positional information. The language on the sign can serve as a clue, mile posts and town names can position you along a highway, street signs can point you to intersections, license plates can give you a good idea of a state, pretty much any writing is a major clue to lean on to start homing in on the position of an image once you get to looking at a map. After that, taking a good look at the surrounding environment can take you the rest of the way. Pay attention to unique markers that would make a specific position easy to spot on a map.

Weather

With regards to CTFs, this a factor that won't normally come into play, since many times it has to work in tandem with image metadata. While I've already discussed GPS metadata, a much more common piece of metadata that you'll find with an image is a timestamp. Pair that together with the visible weather in a picture and Wolfram Alpha's historical weather data and you're on the way towards verifying the location of an image.

Reverse Image Search

While just putting an image straight into a reverse image search usually won't lead you right to location, some of them provide unique features that can improve your chances of getting useful results. Google pairs your image with keywords, Bing allows you to crop your image to focus on specific areas, Yandex has an OCR feature to pull text out of images. I had a friend who picked up a large framed picture of a french streetside cafe during sunset from a thrift store, and they would tell me all the time how much they wished they could go to that exact spot, but all they knew about it was that it was in France. Doing a straight RIS of the image through Google returned every orange-toned street cafe image Google had to offer. However, just using a few extra keywords along with it based on available information - such as France, cafe, etc. - gave me a narrowed search of several strikingly similar areas. In turn these led me to a few towns I could look at on Google Maps where I could then search for noticeable landmarks. Within a few minutes we were able to locate the exact cafe with just a couple of searches.

Why is this useful?

OSINT Geolocation may seem like a trivial and out of place skill in a security CTF. A lot of times in investigations, or even pentesting, images and videos are the most accessible and sometimes only thing to work with. There's the infamous case of John Mcafee getting caught by way of metadata, there are projects just based around identifying the locations of pictures to aid child trafficking investigations, and outside of a law enforcement perspective it's good to know just what sort of information you are putting out into the world every time you post a picture.

Resources for Practice

  • Trace Labs - Crowdsourced OSINT for missing persons.
  • Geoguessr - Get placed in a random street view and guess where in the world you are.
tags: ncl - capture - the flag - osint - geolocation