# osint/literally arrakis I

### Writeup by Victor

The challenge presented you with an image and tasked you with finding the precise latitude and longitude coordinates when opening the original source in street view.

Upon opening the `arrakis1.jpg` file we are prompted with a location. We see a large stone structure in the middle of a sand dune.

<figure><img src="/files/3eD00xzPpHG5CbcybF8G" alt=""><figcaption></figcaption></figure>

After putting the image into Google Lens we find out that the location is somewhere within the Gobi Desert in southern Mongolia. One of the results we get is from [Wikipedia](https://en.m.wikipedia.org/wiki/File:Khermen_Tsav_-_Shambala_gate_-_panoramio.jpg) and after scrolling through the page you'll find the camera location of the photo, which is 43° 28′ 06.17″ N, 99° 49′ 42.96″ E. After putting these coordinates into Google Maps and clicking on the nearest single street view image, we find the exact location of the image in Google street view.&#x20;

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

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

The latitude and longitude coordinates can be found in the URL of the street view.

Flag: `UMDCTF{43.4693781,99.8275023}`


---

# Agent Instructions: 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://centinels.gitbook.io/home/writeups/umdctf/osint-literally-arrakis-i.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.
