> For the complete documentation index, see [llms.txt](https://lance-kenji.gitbook.io/me/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://lance-kenji.gitbook.io/me/swimmer-osint-ctf-2026-writeups/tgt_rain/rain_04_source2.md).

# rain\_04\_source2

### Challenge Overview

In rain’s second fake article, the author claims to have discovered unpublished information. This claim is suspected to be false.

Your task is to debunk the claim by identifying the original source of the image used in the article. The challenge states that the image originates from an old book that has been digitized, meaning the original source should be publicly accessible.

The final objective is to determine the Digital Object Identifier (DOI) of the true source.

Flag format:

```
SWIMMER{DOI}
```

Example (not the solution):

```
SWIMMER{12.34567/890123}
```

***

### Initial Assumptions

Based on the description and prior challenges involving rain, the following assumptions were made:

* The article would be published on rain’s personal blog linked from their X profile
* The image was likely reused or repurposed from an older publication
* Reverse image search tools could reveal earlier appearances of the image
* Digitized Japanese historical materials often include DOI or NDL identifiers

***

### Investigation Process

#### 1. Locating the Second Fake Article

From rain’s X profile, a link to their blog was found in the bio:

```
brutorain.wordpress.com
```

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

Exploring the blog revealed an article referencing “unpublished information”, published on December 21, 2025:

```
https://brutorain.wordpress.com/2025/12/21/誰も知らない真実を発見/
```

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

***

#### 2. Analyzing the Blog Post Content

The blog post title translates to:

> “Discover the truth that no one knows”

The caption below the image stated:

> *“I succeeded in obtaining hidden information that no one knew yet. The truth of the world must emerge from the image here.”*

<figure><img src="/files/2zJQdbfx7fbGJACtq3q1" alt=""><figcaption></figcaption></figure>

The post included a single image, which became the main OSINT pivot.

<figure><img src="/files/719rqolm0Vp5eMpARzhr" alt=""><figcaption></figcaption></figure>

***

#### 3. Reverse Image Search

The image was extracted and submitted to TinEye for reverse image searching.

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

One of the results led to the following page:

```
https://epo.wikitrans.net/National_Diet_Building
```

***

#### 4. Identifying the Image Author

On the Wikitrans page, the same image appeared with a caption referencing:

* Fukuzo Watanabe

![](/files/yYWAU3AJBK05OaJIZ7qp)

The image filename was noted as:

```
National_Diet_Building_Competition_Submission_Watanabe_Fukuzo.jpg
```

***

#### 5. Tracing the Image on Wikimedia Commons

Using the filename as a search query:

```
"National Diet Building Competition Submission Watanabe Fukuzo"
```

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

This led to the official Wikimedia Commons file page:

```
https://commons.wikimedia.org/wiki/File:National_Diet_Building_Competition_Submission_Watanabe_Fukuzo.jpg
```

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

***

#### 6. Following the Original Source Link

On the Wikimedia Commons page, the File Information section listed a Source link.

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

The source pointed to the National Diet Library Digital Collection:

```
https://dl.ndl.go.jp/pid/967480/1/7
```

***

#### 7. Identifying the DOI

Opening the NDL page revealed the digitized original document containing the image.

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

After scrolling down the interface, the following identifier was found:

```
識別子（DOI）
10.11501/967480
```

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

***

### Key Findings

* The image used in rain’s article was not unpublished
* It originated from a digitized historical source
* The image was traced through reverse image search and archival references
* The original source includes a valid DOI

***

### Final Flag / Answer

```
SWIMMER{10.11501/967480}
```

***

### Notes & Takeaways

* Reverse image search is essential for debunking claims of exclusivity
* Wikimedia Commons often links directly to primary archival sources
* Digitized historical materials frequently expose DOI or persistent identifiers
* Claims of “unpublished information” can often be disproven through simple OSINT pivots

This challenge highlights how image provenance analysis is a powerful method for fact-checking and debunking misinformation using lawful OSINT techniques.


---

# 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:

```
GET https://lance-kenji.gitbook.io/me/swimmer-osint-ctf-2026-writeups/tgt_rain/rain_04_source2.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
