> For the complete documentation index, see [llms.txt](https://hacking-notes.jord4n.pro/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hacking-notes.jord4n.pro/es/hacking-tools/osint/osint-methodology.md).

# Metodología OSINT

OSINT apoya el reconocimiento mediante la recopilación de información pública que puede revelar usuarios, dominios, credenciales, archivos expuestos, metadatos y la superficie de ataque externa.

Los objetivos clave de OSINT incluyen direcciones de correo electrónico, credenciales filtradas, fugas de contraseñas, metadatos EXIF, números de teléfono, perfiles públicos y referencias a infraestructura.

<table data-view="cards" data-full-width="false" data-search="false"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><h3><i class="fa-envelope-open" style="color:$primary;">:envelope-open:</i></h3></td><td><h4>OSINT de correo electrónico</h4></td><td>Búsqueda, validación y correlación de direcciones de correo electrónico vinculadas a una organización o dominio.</td><td><a href="/pages/b07b2d54871ba49b0ad76ed021359ce360e3d8d0">/pages/b07b2d54871ba49b0ad76ed021359ce360e3d8d0</a></td></tr><tr><td><h3><i class="fa-unlock-keyhole" style="color:$primary;">:unlock-keyhole:</i></h3></td><td><h4>OSINT de filtraciones y contraseñas</h4></td><td>Análisis de filtraciones de datos, contraseñas expuestas y riesgos relacionados con credenciales comprometidas.</td><td><a href="/pages/bd548a170ded59243584f51345773a7305871bbe">/pages/bd548a170ded59243584f51345773a7305871bbe</a></td></tr><tr><td><h3><i class="fa-image" style="color:$primary;">:image:</i></h3></td><td><h4>OSINT de metadatos</h4></td><td>Extracción y análisis de metadatos EXIF para identificar información sensible oculta.</td><td><a href="/pages/30b9fdf40d109082be99b09568f97055ca4ff354">/pages/30b9fdf40d109082be99b09568f97055ca4ff354</a></td></tr><tr><td><h3><i class="fa-mobile-screen-button" style="color:$primary;">:mobile-screen-button:</i></h3></td><td><h4>OSINT de teléfonos</h4></td><td>Investigación de números de teléfono, operadores, formatos, números temporales y rastros públicos asociados.</td><td><a href="/pages/2bcafa8aa74ca32d062c6a73db7f15581b997374">/pages/2bcafa8aa74ca32d062c6a73db7f15581b997374</a></td></tr></tbody></table>


---

# 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://hacking-notes.jord4n.pro/es/hacking-tools/osint/osint-methodology.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.
