> For the complete documentation index, see [llms.txt](https://docs.cooku222.kr/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cooku222.kr/project-remind/contest/undefined/davincictf-2025-osint-b-prevent-c-coordinates-writeup.md).

# \[DaVinciCTF 2025] OSINT/B-Prevent,C-coordinates Writeup

단국대 중앙동아리 AEGIS CTF팀에서 총 두 문제 기여했습니다.

**B-Prevent**

```
You have been found by the OCBC (Office central de lutte contre le trafic des biens culturels - Central Office for Combating Trafficking in Cultural Property).
To guarantee your freedom, you must cooperate :
if you manage to provide all the information relating to the investigation, no charges will be brought against you.
We have identified that the following works will be attempting to be stolen shortly : Les trois dames de Gand Dame à sa toilette (Pieter Jacobsz Codde) Le Lion de Florence (Nicolas André Monsiau) Your mission is to find the name of the AILE in which the items are stored, as well as their main inventory number.
The flag is in the form :
DVCTF{AILE1-RF1_AILE2-RF2_AILE3-RF3}.
Example: Artwork 1 in the DaVinci AILE with RF number 123 Artwork 2 in the Leonardo AILE with an RF number 456 789 Artwork 3 in the Mona Lisa AILE with an RF number of 1011
=> DVCTF{DAVINCI-123_LEONARDO-456789_MONA-1011}
```

{% embed url="<https://collections.louvre.fr/en/ark:/53355/cl010059203>" %}

{% embed url="<https://collections.louvre.fr/en/ark:/53355/cl010063550>" %}

{% embed url="<https://collections.louvre.fr/en/ark:/53355/cl010060919>" %}

```
DVCTF{DENON-902_RICHELIEU-612_SULLY-1983104}
```

\
&#x20;

**C-coodinates**

문제가 뭐였는지 기억이 안나는데 대충 루브르 1층의 E 3023 N 2290의 원산지를 플래그에 넣으라는 문제였던거같다.

<figure><img src="https://blog.kakaocdn.net/dna/ldYKN/btsOeideSfH/AAAAAAAAAAAAAAAAAAAAAPCxKzeKrV75n8fIAlTyzzDmmgT5HNakqlgqze071vJu/img.webp?credential=yqXZFxpELC7KVnFOS48ylbz2pIh7yKj8&#x26;expires=1782831599&#x26;allow_ip=&#x26;allow_referer=&#x26;signature=J8lxTFj6nVUl2rtAlto68WIXflk%3D" alt="" height="773" width="1240"><figcaption></figcaption></figure>

<figure><img src="https://blog.kakaocdn.net/dna/bsya4D/btsOb5GDxMA/AAAAAAAAAAAAAAAAAAAAAGe8KghT5JpEqf6G7WZz7QKblWy_27TEKoj0Uc1uCCdO/img.webp?credential=yqXZFxpELC7KVnFOS48ylbz2pIh7yKj8&#x26;expires=1782831599&#x26;allow_ip=&#x26;allow_referer=&#x26;signature=uuxMl%2BRsiEtX9RIsKl5FwCv%2BndY%3D" alt="" height="336" width="1252"><figcaption></figcaption></figure>

-> 참고로 번역기 on 상태라 헤맸는데,,, 프랑스어로 돌려주면 플래그가 나온다.<br>

```
DVCTF{Saqqara-Nord} 
```

<figure><img src="https://blog.kakaocdn.net/dna/dbERjq/btsOrT6xXPy/AAAAAAAAAAAAAAAAAAAAAO3mXafGeSyp_4v20d9S1eo6QfJk6g4KP1hToPYoJROc/img.jpg?credential=yqXZFxpELC7KVnFOS48ylbz2pIh7yKj8&#x26;expires=1782831599&#x26;allow_ip=&#x26;allow_referer=&#x26;signature=Nbht9sFGhFfHYxrbAPsxddhz0Tg%3D" alt="" height="1069" width="949"><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:

```
GET https://docs.cooku222.kr/project-remind/contest/undefined/davincictf-2025-osint-b-prevent-c-coordinates-writeup.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.
