Post

Who Throws Away Canvassed Satellite Images? - OSINT Challenge 8 with Overpass Turbo

OSINT with Overpass Turbo

On Jan 16, 2022, Quiztime (contributor @trbrtc) shared a new OSINT quiz with us. The objective was simple but cool. We had to figure out the location of these satellite images. So let’s try to Locate the place. Please refer to the embedded link below for the original post:

Don’t read any further if you’d like to test your geolocation skills. Open the picture and give it a try. Don’t scroll further down as I will be discussing how I found it and since I just started this hobby, ill probably be doing the long way around :)

Note: At the very end, I try to find the second picture with Overpasss Turbo

Lastly, English is not my native language. So, I apologies for any mistakes that I might do.

When I solved this Challenge, ChatGPT or similar tools were not available. So I had to manually code. Thanks to ChatGPT you don’t have to this anymore. Simply ask for what you want and till give you code and most of the time ill work right out the gate. Sometimes you might have tweak it a bit.

Warning spoilers ahead

As I always do, I started by doing a reverse image search (Google Lens and Yandex Image). Both results tell me that this is, in fact, Aerial Imagery, not Satellite Imagery (I knew something was off )

Image Cool

At this point, having found no matches on Yandex, Google or Bing, I thought of using Overpass Turbo, an API for OpenStreetMap. You can read this fantastic blog post from NixIntel on how to use it here (for Part-2). But first, I’ll try to solve this without Overpass Turbo.

Anyway, let’s start. Since the photos seemed like they were decently developed places, I searched “Lake” on all majorly populated areas in New York, as seen below,

Image New York, New York

If you are wondering why I’m checking New York, please read the quiz tweet. About 5 minutes later, I came across this Lake called Indian Lake.

Image So many Lakes…

And since I’m checking almost each lake one by one, when I zoomed in here, I found the place I was looking for. (By the way, I’m not checking every lake there is, only the ones that have some river connected to it)

Image Yey found it.

Okay, cool, I found the first image. So let’s look at the other picture,

Image Second Image

While not, I’m not sure, I believe we can see some railways here (marked in orange), and the blue line should be a river. So, assuming this image is not incredibly old, and those railways are still intact, we can find this place by searching Train Stops/Depots, etc. And with a gut feeling, I started exploring places close to where I found the first image. (Normally, Overpass Turbo would make our life’s so much easier, but I won’t use it for now.)

Oh, and you might be asking, why would that mean there is a stop/depot? Well, it doesn’t, but the right side of the image seems like an Industrial place, so I’m assuming there is a depot/stop near there.

Image Orange Box marks our first image location — lake.

So, after I searched for “Train”, I directly went to the nearest Train Station, “Bordentown Station” but it wasn’t populated enough so, since they all should logically be connected, I went to “Hamilton Station” while following the line to see if it split anywhere.

Image Cool

Okay so, this place is more populated, but it isn’t right. Having no great Ideas, I simply followed the railway. A couple of clicks later, I found the second place.

ImageImage

Cool it matches

I was wrong about the long orange line (the one I marked) being a railway, but I correctly guessed that the orange box marker was a railway. (Now that I that think about it, both of them being railways was very stupid, lol)

ImageImage

The long orange line was, in fact, a Highway

Side Note: Even though Google, Yandex, and I assumed this to be an Ariel image, it still could be a satellite image. I will try to find the possible date these photos were taken some other time.

Using Overpass Turbo

So since we know the place we are searching for is close to New York, we move the map to create a search area (by default, the visible map is the search area).

Image Center New York on the map.

Okay, time for some codding. I had to read like 20 minutes worth of API documents, then realized that I could just modify this query to solve this question. Here are the documents I used,

After making the relevant changes to that Bank Query,

My Railways near Rivers Query

Using that query gives this,

Image Whoa it worked

Image OOO Cool

Image O0O Cool, it worked

I have to say Overpass Turbo, OpenStreetMap API is a fantastic tool but seems hard to learn. I’ll try to use more from now on.

Thank you, Quiztime, for the questions. I’ll be randomly picking questions from your Twitter and solving them from now on.

This post is licensed under CC BY 4.0 by the author.