> For the complete documentation index, see [llms.txt](https://writeups.ayweth20.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://writeups.ayweth20.com/2025/404ctf-2025/renseignement-en-sources-ouvertes/earth-attack-0-2.md).

# Earth Attack (0/2)

**Catégorie:** Renseignement en sources ouvertes - **Difficulté:** Facile

**Description:**

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

Solution:

Pour résoudre ce challenge, il est assez facile de faire une recherche internet afin de trouver les incidents aéronautiques répertoriés par la BEA.

Pour ce faire, il faut aller sur le site officiel de la BEA et bien filtrer la liste d'[enquêtes de sécurité](https://bea.aero/les-enquetes/evenements-notifies/?isFilter=1\&cHash=2e74a081210b1ea4a3c83d16431cc26a) menées par cet organisme.

Nous connaissons pas mal d'infos selon l'énoncé :&#x20;

* Catégorie d'aéronef : Avion
* Constructeur : CESSNA
* Conséquences humaines : Léger

Avec ces 3 filtres, nous avions 32 résultats, mais [un seul](https://bea.aero/les-enquetes/evenements-notifies/detail/accident-du-cessna-206-immatricule-9h-mdj-survenu-le-19-12-2022-a-roura-973/) correspondant au format du flag :&#x20;

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

En regardant le détail de l'incident, nous voyons qu'il a eu lieu en Guyane. Cela confirme donc notre hypothèse car le thème du CTF se porte beaucoup sur cette zone géographique.

<details>

<summary>🚩FLAG</summary>

`404CTF{9H-MDJ}`

</details>


---

# 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://writeups.ayweth20.com/2025/404ctf-2025/renseignement-en-sources-ouvertes/earth-attack-0-2.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.
