Post

Is This Stego? Writeup - CubeCTF

My writeup for the Misc/Is This Stego? challenge in CubeCTF

Misc/Is This Stego? - rdj & ski

Someone was asking us for a stego challenge, hopefully this is what they were looking for.

Flag format: cube{LAT,LON} with only two digits after the decimal point.

e.g. cube{12.34,-56.78}

Initial Thoughts

We are given a photo of sign that says “STGO”, a fountain, and a flag. Although the challenge hints to it being stego (steganography), the descripton asks for a latitude and longitude. This means it is most likely an OSINT challenge. The sign is the biggest clue, and I figured I could find it pretty easily.

image attachment

Methodology

I first googled “STGO sign”, yielding some results that looked pretty similar to the sign.

google results

When I added the keyword “fountain” to the search, I didn’t find many helpful results. This was because Google search wanted to autocorrect “stgo” to “santiago”.

google results

I put “stgo” in quotes, which found a helpful result from the Iberia Airlines Travel Guide.

google results

If you scroll through the “How other travellers see it” section, you can find a photo taken in the same place as the original photo. However, the specific location was not given.

instagram

At this point, I decided to just use Google images. This found lots of random Instagram photos, and after doing a little profile stalking (this is why your Instagram profile should be private!), I found a photo identifying the location as Cerro San Cristobal, Parque Metropolitano.

instagram

Solution

I looked up the coordinates associated with the location, and Google gave (-33.42, -70.63). After trying a few variations, I found one that worked. The flag is cube{-33.41,-70.62}.

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