> For the complete documentation index, see [llms.txt](https://alomancy.gitbook.io/guides/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://alomancy.gitbook.io/guides/cheat-sheets/osint.md).

# OSINT

OSINT Scraper v1.7: <https://chrome.google.com/webstore/detail/scraper/mbigbapnjcgaffohmbkdlecaccepngjd>&#x20;

Auto Refresh: <https://chrome.google.com/webstore/detail/super-simple-auto-refresh/gljclgacfalmnebgmhknodlplmngmfpi>&#x20;

Video Downloader: <https://chrome.google.com/webstore/detail/video-downloader-professi/bacakpdjpomjaelpkpkabmedhkoongbi>&#x20;

Full Page Screen Capture: <https://chrome.google.com/webstore/detail/full-page-simple-screen-c/ejkbkgbliokmbblkklofdehalgbplkfg>&#x20;

Download the custom Linux virtual machine here: <https://drive.google.com/file/d/16T-3_PnNbsXV-IBe5EpT2EVGfkOJWXDD/view?usp=sharing>&#x20;

People Search Engines:&#x20;

* <https://webmii.com/>
* <https://www.peekyou.com&#x20>;
* <https://www.411.com/>&#x20;
* <https://thatsthem.com/>
* <https://www.zoominfo.com/people/>\<first>/\<lastname>
* <https://intelius.com/people-search>
* <https://www.whitepages.com.au/> Australia only for corolaction&#x20;

Username Correlation

* <https://namecheck.com/>
* <https://namecheckup.com/>&#x20;

  Site:instagram.com”johndoe”&#x20;

  Site:instagram.com”@johndoe”&#x20;

&#x20;Check metadata could pivot Reverse Image Searching Google Image Search then reduce, you can then search such as site:ru&#x20;

* Wildcard \* Yandex <https://yandex.com/images>&#x20;
* Bing--- visualsearch Can crop search&#x20;
* TinEye
* <https://www.osintcombine.com/reverse-image-analyzer>
* <https://translate.yandex.com/ocr>
* <https://cloud.google.com/vision/docs/drag-amd-drop>&#x20;

Data Scraper:

&#x20;<https://chrome.google.com/webstore/detail/mbigbapnjcgaffohmbkdlecaccepngjd>

&#x20;Data Miner:&#x20;

<https://chrome.google.com/webstore/detail/data-scraper-easy-web-scr/nndknepjnldbdbepjfgmncbggmopgden>


---

# 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://alomancy.gitbook.io/guides/cheat-sheets/osint.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.
