> For the complete documentation index, see [llms.txt](https://ctf.laet4x.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ctf.laet4x.com/ctf-2024/intigriti-2024/osint-bob-leponge.md).

# OSINT - Bob L'éponge

## OSINT Challenge: Bob L'éponge

<figure><img src="/files/fb8VApzlHIx8FbWQkDKU" alt="" width="375"><figcaption></figcaption></figure>

In this writeup, we’ll walk through solving an OSINT challenge involving a YouTube video link. The task was to find a hidden flag without any obvious clues in the video or its description.

### Analyzing the YouTube Video

The first step was to check the YouTube video link provided in the challenge. I looked into the following aspects:

* **Video Description**: No flag or useful information found.
* **Comments**: There were no hints or flags present in the comments.
* **Uploader’s Profile**: I checked the profile of the uploader, including the bio, but didn’t find anything useful.

### Checking the Playlists

Noticing that the uploader had some public playlists, I decided to investigate them:

* I checked each video in the playlists, but there were no visible flags or links.
* This made me suspect that the flag could be hidden in a less obvious place, which is common in OSINT challenges.

### Extracting YouTube Metadata

Since the flag wasn’t visible in the video content, description, or playlists, I turned to YouTube metadata analysis. I used the following website for this:

[YouTube Metadata Tool](https://mattw.io/youtube-metadata)

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

This tool allows you to extract hidden metadata from YouTube videos, including tags, which are often used by creators but are not visible directly on the YouTube platform.

### Finding the Hidden Flag

After inputting the YouTube video link into the metadata tool, I reviewed the extracted metadata. Among the various tags, I found the hidden flag:

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


---

# 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://ctf.laet4x.com/ctf-2024/intigriti-2024/osint-bob-leponge.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.
