A Wealth of Information Part 2

A Wealth of Information Part 2

Category: OSINT

243 points | 24 solves


Challenge Description

Where was I?

Submit the flag as follows:

IRS{A_ROUTE_X_B} without any spacing and all capitals, copying "ROUTE" as is.

Where:

A = Postal code of the nearest visitor centre

B = Name of the closest building to the place

X = The name of the route/road


Solution

Using the GPS data of the image from Part 1, we know where the photo was taken:

$ exiftool trees.jpg
...
GPS Latitude                    : 1 deg 21' 6.71" N
GPS Longitude                   : 103 deg 46' 35.53" E
...

We can enter the latitude and longitude 1° 21' 6.71" N 103° 46' 35.53" E into Google Maps to see where it is:

Screenshot of Google Maps showing the found location

From this, we know that the photo was taken in Bukit Timah Nature Reserve, and that the nearest visitor centre is Bukit Timah Nature Reserve Visitor Centre, which has the postal code 589333.

Screenshot of Google Maps information panel for visitor centre

However, the information available on Google Maps is insufficient to solve the other parts of the challenge. For this, we must look up a map of Bukit Timah Nature Reserve, such as this map from NParks:

Map of Bukit Timah Nature Reserve

Using the above map, we can see that the name of the route is Route 2 and the nearest building is Telecom.

Flag

IRS{589333_ROUTE_2_TELECOM}

< Part 1

Home / Sieberrsec 2021 / OSINT / A Wealth of Information Part 2