Water Bottle — TryHackMe CTF Writeup

· prosetesting's blog

OSINT — track down a vanished water refilling station near Boni Avenue, Mandaluyong.

Table of Contents

Water Bottle — TryHackMe CTF Writeup #

Platform: TryHackMe
Category: OSINT
Difficulty: Easy/Medium
Date: 2026-04-04
Author: t0nt0n
Reading time: ~5 min

Challenge Description #

Track down a vanished water station using nothing but fragments of memory and OSINT. After returning to my hometown, I needed a water refill from a station I frequently used until 2014, but I've forgotten its name and contact number. I only remember that it is a twelve-digit contact number starting with 63922.

While driving near Boni Avenue, I noticed a new water refilling establishment now stands where the original station used to be. Can you help me find the name and contact number of the original water station?

Flag format: {Water Station name in lowercase + _ + Contact Number}
Example: {happystation_12345678}

From the THM answer format hint (star count): THM{XXXXXXXX_XXXXXXXXXXXX}8-char name + 12-digit number

Reconnaissance #

Decoding the constraints #

Google Maps anchor points #

Two Maps links were provided as starting points:

Link What it shows
maps.app.goo.gl/4H17ZWF5nccRRr2s8 Street View from April 2014 @ 14.57887, 121.0318302 — current pin: "Water Refilling Station Business Seminar"
maps.app.goo.gl/SiALJgGf29jjGJt69 Water JAM Water Refilling Station @ 14.578967, 121.032311 — the new station

Both coordinates are ~15m apart — essentially the same location on Boni Avenue. Water JAM replaced the original station at that spot.

Extracting the 2014 Street View thumbnail #

The first Maps link redirect contained a Street View panoid:

panoid=NHB-mXd1toBgiIVOouSCkQ
date=20140401 (April 2014)

Fetching thumbnails at various yaw angles via the Street View Pixels API:

https://streetviewpixels-pa.googleapis.com/v1/thumbnail?
  panoid=NHB-mXd1toBgiIVOouSCkQ&w=900&h=600&pitch=0&yaw=<ANGLE>

Observed in the 2014 panorama:

The yellow/blue building = Blue Cube Water Re-Filling Station at 425 Pulog cor Boni Ave, Barangay Malamig — active circa 2012 per Foursquare listing 4f4655a0e4b0019d1bf13158.

Searched across Waze, Cybo, Foursquare, PuertoParrot, near-place.com, contact.page:

Station Address Phone
Water Market Refilling Station 19 Domingo M. Guevara, Mandaluyong 0922 874 6887
Blue Cube Water Re-Filling Station 425 Pulog cor Boni Ave, Malamig (02) 497 2712
Aquabest – Mandaluyong, Boni Unit D, Villa Maria Apt, 31 Mayon St, Boni +63 922 872 1228
Grandeur Water Station 705 Boni Ave, Malamig (02) 533 4069

Scribd Kalokal document #

The barangay business directory Kalokal Barangay Highway Hills (Scribd doc 416508020) confirmed:

Key find: Aquabest contact page #

https://ph248574-aquabest-mandaluyong-boni.contact.page

Returned:

Validating the format: 63-922-872-1228 = 12 digits starting with 63922aquabest = 8 characters

Aquabest is a long-running franchise in the Philippines (pre-2014), whose Boni branch was subsequently replaced by Water JAM Water Refilling Station at the same location.

Exploitation #

No exploitation — pure OSINT pivot:

  1. Google Maps short links → decode redirect → extract panoid + coordinates
  2. Street View API thumbnail → confirm 2014 visual context
  3. Business directory trawl (Waze, Foursquare, contact.page, Scribd barangay doc)
  4. Cross-reference name length (8 chars) + number format (63922XXXXXXX)
  5. Match: Aquabest + +63 922 872 1228

Flag #

Reveal Flag

THM{aquabest_639228721228}

Tools Used #

What Didn't Work #

Lessons Learned #

last updated:
⬛⚪⬛
⬛⬛⚪  ☠ user
⚪⚪⚪  rm -rf /ignorance && echo 42 > /dev/brain