# Image OSINT

### Basic Reverse Image Search

<table data-header-hidden><thead><tr><th width="148.66666666666669"></th><th></th><th></th></tr></thead><tbody><tr><td><strong>Name</strong></td><td><strong>URL</strong></td><td><strong>Works well for</strong></td></tr><tr><td>Bing Visual Search</td><td>https://www.bing.com/visualsearch</td><td>Flipped and Altered Images, and Faces</td></tr><tr><td>Yandex Visual Search</td><td>https://yandex.com/images/</td><td>Faces, Buildings, and Locations</td></tr><tr><td>Google Images Search</td><td>https://www.google.com/imghp</td><td>https://www.google.com/imghp</td></tr><tr><td>Tineye</td><td>https://tineye.com/</td><td>Logos and Alternate sized versions of the same image.</td></tr><tr><td>PimEyes</td><td>https://pimeyes.com/en</td><td>Faces</td></tr><tr><td>Numlookup</td><td>https://www.numlookup.com/reverse-image-search</td><td>Objects</td></tr><tr><td>Copyseeker</td><td><a href="https://copyseeker.net/">https://copyseeker.net/</a></td><td></td></tr><tr><td>Pic Detective</td><td><a href="https://picdetective.com/">https://picdetective.com/</a></td><td>New Tool</td></tr><tr><td>Face seek</td><td><a href="https://www.faceseek.online/">https://www.faceseek.online/</a></td><td>Faces</td></tr><tr><td>FaceCheck.id</td><td><a href="https://facecheck.id/">https://facecheck.id/</a></td><td>Faces</td></tr><tr><td>Lenso AI</td><td><a href="https://lenso.ai/en/page/face-search">https://lenso.ai/en/page/face-search</a></td><td>Faces</td></tr><tr><td>Pixsy</td><td><a href="https://www.pixsy.com/">https://www.pixsy.com/</a></td><td>Image theft finder</td></tr></tbody></table>

### Reverse Image Search Extension

{% embed url="<https://chromewebstore.google.com/detail/search-by-image/cnojnbdhbhnkbcieeekonklommdnndci?hl=en>" %}

{% embed url="<https://addons.mozilla.org/en-US/firefox/addon/search_by_image>" %}

### Identify Faces

{% embed url="<https://search4faces.com/>" %}
Good For Russian targets
{% endembed %}

{% embed url="<https://facecheck.id/>" %}

{% embed url="<https://pimeyes.com/en>" %}

{% embed url="<https://facesearch.arrests.org/>" %}
Individuals having criminal records
{% endembed %}

{% embed url="<https://www.faceseek.online/>" %}

{% embed url="<https://lenso.ai/en/page/face-search>" %}

### Exiftool

Metadata is essentially data about data. In the context of images and multimedia files, metadata can include information like the date and time the photo was taken, camera settings, GPS location data, copyright information, and more. ExifTool allows you to view, edit, and manipulate this metadata, making it a useful tool for photographers, archivists, and anyone who needs to manage or modify metadata in their files.

{% embed url="<https://github.com/exiftool/exiftool>" %}
Aval in Kali Linux
{% endembed %}

{% embed url="<http://exif.regex.info/down.html>" %}

{% embed url="<https://onlineexifviewer.com/>" %}

{% embed url="<https://exifeditor.io/>" %}

{% embed url="<https://exifdata.com/>" %}

{% embed url="<https://www.metadata2go.com/>" %}

{% embed url="<https://openminds.exopaedia.org/EXIF%20samples/exif%2069667671.egLsAwK4.Staroselciweb64_6625.htm>" %}

{% embed url="<https://addons.mozilla.org/en-US/firefox/addon/exif-viewer/>" %}
Firefox Addon
{% endembed %}

### AI Based automatic Geo location search

{% embed url="<https://www.whereisthisphoto.com/>" %}

{% embed url="<https://findpiclocation.com/>" %}

{% embed url="<https://www.yeschat.ai/gpts-9t55QZdKjT7-GeoGPT>" %}
You can also try multiple Geolocation GPTs o the site
{% endembed %}

{% embed url="<https://github.com/atiilla/GeoIntel>" %}
GeoIntel using Google's Gemini API
{% endembed %}

{% embed url="<https://youtu.be/BKu99NAP4Mw>" %}

### Geo location

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

{% embed url="<https://somerandomstuff1.wordpress.com/2019/02/08/geoguessr-the-top-tips-tricks-and-techniques/>" %}
Geoi OSINT Guide tips and tricks
{% endembed %}

### Best OSINT Course

{% embed url="<https://www.udemy.com/course/practical-osint/?referralCode=0848C4EC66BBAC2534D6>" %}


---

# 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://osint.cavementech.com/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.
