> For the complete documentation index, see [llms.txt](https://digitalgarden.batamladen.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://digitalgarden.batamladen.com/writeups/ctfs/patriot-ctf-2025/osint-waldos-night-out.md).

# OSINT/Waldo's Night Out

{% hint style="info" %}
**Description:**

After a long night exploring the Northern Virginia area, Waldo woke up with a horrible headache and realized he forgot the events of the previous night. Can you help him remember where he was?

Enter the flag as three towns/cities that each collection of photos was taken in, separated by underscores, removing all special characters and spaces (e.g. pctf{NewYorkCity\_Philadelphia\_NewOrleans}).
{% endhint %}

We are provided with the following zip file that contains 3-4 images from each location.

{% file src="/files/OPjxbs9n6l8M5wEP56RJ" %}

### Location 1

Looks like an abandoned tramboline park, we know that waldo was in North Virginia so we google:\
`` `Abandoned tramboline park north virginia` `` go to videos and we see a youtuber exploring the tramboline park with a description of the location.

Location: Sterling

### Location 2

Location 2 are three images taken from a top of an building with a massive highway and big glass buildings, google the highway in North Virginia  and follow through what cities it goes, write them down to chatgt and send the clearest image we have. We get the answer.

Location: Reston

### Location 3

Looks like an abandoned old lux hotel. Only one ussefull image in here from the interior and we also have this image:

<figure><img src="/files/283KkAunk6tYJoZ0zsub" alt=""><figcaption></figcaption></figure>

it has a paper that says, THIS AREA IN NOT OPEN FOR LIQUIDATION and a says ICL/INTERNATIONAL CONTENT LIQUIDATIONS INC.

ICL is a liquidation company specializing in hotel/resort liquidations.

We open their website and see they have a "Past Sales" section

<figure><img src="/files/8mBRcQRBMNUZzHZmvmmB" alt=""><figcaption></figcaption></figure>

Search for Virginia. We see 3 hotels, and looking at one of the images we are provided with we see the similarity with one of the listed hotels.

<figure><img src="/files/ilpIHZdj2FyIcB4qrPVt" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/MXMoPMRcmj7kSUkqfZ0L" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/9PgypE42uFz8YGvBJLpI" alt=""><figcaption></figcaption></figure>

Location: Tysons

### Flag

pctf{Sterling\_Reston\_Tysons}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://digitalgarden.batamladen.com/writeups/ctfs/patriot-ctf-2025/osint-waldos-night-out.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
