# OSINT

## Buscadores

* [Google](https://google.com). Comandos de búsqueda avanzada Google:
  * " " (comillas): buscar frase exacta
  * and or not: operadores lógicos “y” o “no”
  * \+ y -: incluír y excluír.&#x20;
    * Ej: jaguar -coches: busca la palabra “jaguar”, pero omite las webs con la palabra “coches”
  * \* (asterisco): comodín, cualquier palabra, pero una sóla palabra
  * . (punto): comodín, cualquier palabra, una o muchas
  * intitle o allintitle: la expresión buscada está en el título
  * inurl o allinurl: la expresión buscada está en la url
  * site: sólo busca resultados dentro de la web que va detrás de “site:”
  * filetype: sólo busca archivos de un tipo (doc, xls, txt…)
  * Link: sólo busca en páginas que tienen un link a una determinada web
  * inanchor: sólo busca en páginas que tienen en el texto de enlace la expresión buscada
  * cache: muestra el resultado en la cache de Google de una pagina web
  * related: busca webs relacionadas con una determinada
* [Bing](https://www.bing.com/)
* [Yahoo](https://es.yahoo.com/)
* [DuckDuckGo](https://duckduckgo.com/)
* [Ask](https://www.ask.com/)
* [Yandex](https://yandex.ru/)
* [Goodsearch](https://www.goodshop.com/search)
* <https://www.myprivatesearch.com/>

## Documentos

* <https://pastebin.com>
* <https://photoscissors.com/>

### Metadatos

* Metagoofil - <https://github.com/opsdisk/metagoofil>
* Exiftool - <https://github.com/exiftool/exiftool>
* FOCA - <https://github.com/ElevenPaths/FOCA>
* <https://www.metadata2go.com/>
* <https://tineye.com/>
* <http://fotoforensics.com/>
* <http://imgops.com/>
* <http://exif.regex.info/exif.cgi>
* <https://29a.ch/photo-forensics/#forensic-magnifier>
* <https://play.google.com/store/apps/details?id=com.vvse.lunasolcal&hl=es_419&gl=US>

## Vehiculos

* <http://vindecoderz.com>
* <http://vehiclehistory.com>
* <http://uk.vin-info.com>
* <http://infotracer.com>
* <http://autobidmaster.com/en/>
* <http://iseecars.com>
* <http://vincheck.info>
* <http://autodna.com>

## IoT

* <https://www.thingful.net/>

#### Aeropuertos

* <https://airportwebcams.net/>
* <https://worldcam.eu/>

#### Webcams

* <https://app.binaryedge.io/login>
* <https://www.earthcam.com/>
* <http://www.insecam.org/>
* <http://www.opentopia.com/>
* <https://www.pictimo.com/>
* <https://webcam.nl/live_streaming/>

## TOR & Deep web

* <https://github.com/megadose/OnionSearch>
* <https://www.onionsearchengine.com/>
* <https://github.com/thehappydinoa/DarkSearch>
* <https://github.com/s-rah/onionscan>
* <https://github.com/fastfire/deepdarkCTI>
* <https://github.com/DedSecInside/TorBot>

## Cryptocurrency

* [github.com/mattconsto/blockchain-tracer](http://github.com/mattconsto/blockchain-tracer)
* [blockchain.com](http://blockchain.com)
* [bitcoinabuse.com](http://bitcoinabuse.com)
* [bitref.com](http://bitref.com)
* [bitcoinwhoswho.com](http://bitcoinwhoswho.com)
* [blockchair.com](http://blockchair.com)
* [walletexplorer.com](http://walletexplorer.com)

## Pastes

* <https://0bin.net/>
* <https://anadrark.com/zerobin/>
* <https://sys64738.at/>
* <https://pastebin.aquilenet.fr/>
* <https://paste.carrade.eu/>
* <https://paste.chapril.org/>
* <https://ghostbin.com/>
* <https://pastebin.grey.pw/>
* <https://gist.github.com/>
* <https://www.toptal.com/developers/hastebin/>
* <https://pastebin.com/>
* <http://controlc.com/>
* <https://privatebin.at/>
* <https://privatebin.net/>
* <http://tiny-paste.com/>
* <https://paste.scurvynet.com/>
* <https://zerobin.net/>

## Suites de herramientas

* Malfrat's OSINT Map: <https://map.malfrats.industries/>
* IntelX: <https://intelx.io/tools>
* Ciberpatrulla: <https://ciberpatrulla.com/links/>
* OSINT Framework: <https://osintframework.com/>
* Spiderfoot: <https://www.spiderfoot.net/>
* The Harvester: <https://github.com/laramies/theHarvester>
* Maltego: <https://www.maltego.com/>

## Lista de Recursos

* Gestionar marcadores del navegador - <https://start.me/>
* Selección de herramientas de OSINT - <https://start.me/p/5vzB9A/osint>
* [OSINT Handbook 2020](https://i-intelligence.eu/uploads/public-documents/OSINT_Handbook_2020.pdf)
* Sección de [Grupos/Canales de Telegram de OSINT](/securiters-wiki/recursos-en-telegram.md#grupos-canales-de-osint-and-inteligencia) de esta Wiki.
* <https://www.learnallthethings.net/osint-resources>
* <https://github.com/T43cr0wl3r/OSINT-RECON>


---

# 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://wiki.securiters.com/securiters-wiki/osint_general.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.
