# OSINT Images

## Reverse Image Searching

* Pretty straightforward we can use this link to do reverse Image searching, you just need to upload the image you are looking for information about
  * [Google Image Search](https://images.google.com)
  * [TinEye](https://tineye.com)
  * [Yandex](https://yandex.com/)

## Get EXIF Data

Photo have data that is tied to the device and owner of the device

### How to get this data

Using the website Jeffrey's Image Metadata Viewer (see resources) we can extract this information. This contains the device info and geolocalisation.

## Physical Location

* Using the address a customer gave us for a physical pentest mandate, we can enter it in google map and have a look at the sattelite view and street:
  * Does it have any protection
  * Where to park without looking suspicious
  * Is the entree guarded
  * Is there a smoke area (useful for social engineering)
  * Could you tailgate your way in?

## Identifying Geographical Locations

Let's say we have an image

* If there is a car:
  * where is it parked,
  * what brand is it,
  * What info get we get from the license plate,
* How is the weather
  * Is it snowing?
* Architecture around
* Street signs

*Note: You can practice your skills using* [*geoguessr*](https://www.geoguessr.com/)

### Resources

{% embed url="<https://images.google.com>" %}
Google Image Search
{% endembed %}

{% embed url="<https://tineye.com>" %}
TinEye
{% endembed %}

{% embed url="<https://yandex.com/>" %}
Yandex
{% endembed %}

{% embed url="<http://exif.regex.info/exif.cgi>" %}
Jeffrey's Image Metadata Viewer
{% endembed %}

{% embed url="<https://csbygb.github.io/blog/2022/01/12/Codename2300>" %}
My article about a physical pentest I did
{% endembed %}

{% embed url="<https://www.geoguessr.com/>" %}
Geoguessr
{% endembed %}

{% embed url="<https://somerandomstuff1.wordpress.com/2019/02/08/geoguessr-the-top-tips-tricks-and-techniques/>" %}
GeoGuessr - The Top Tips, Tricks and Techniques
{% endembed %}


---

# 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://csbygb.gitbook.io/pentips/osint/image-osint.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.
