# OhSINT

The first step I took to complete this room was to ensure that I had "exiftool" installed. Exiftool is a great tool to utilize the OSINT framework.

<figure><img src="/files/OWrXOEFgWet9crNUVr4s" alt=""><figcaption><p>Verifying exiftool was installed and navigating to the Desktop directory, where my WindowsXP.jpg file was located.</p></figcaption></figure>

By using the command, "exiftool WindowsXP.jpg", I was able to gather infromation about the user this file originated from.&#x20;

<figure><img src="/files/rpG7Ypy8mHlW16C52O0y" alt=""><figcaption><p>exiftool WindowsXP.jpg</p></figcaption></figure>

I ended up adding the "-n" switch so that I could see the decimal version of the latitude and longitude to find the user's location.&#x20;

Using the OWoodFlint copyright information, I did a quick google search to find their twitter (and their email that was listed on the github page that also appeared!).

On the twitter, we can see that they posted a BSSID that we can use with the latitude and longitude information we retrieved earlier to find the city they are located in.&#x20;

From wigle.net, we can determine that the user is located in London.&#x20;

We can see that the user is vacationing to New York based on their online blog post.&#x20;


---

# 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://kaelenvs-cybersecurity-notes.gitbook.io/kaelens-tryhackme-experience/rooms/ohsint.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.
