> 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/pt-br/hacking-tools/osint/osint-methodology.md).

# Metodologia OSINT

OSINT apoia o reconhecimento ao coletar informações públicas que podem revelar usuários, domínios, credenciais, arquivos expostos, metadados e a superfície de ataque externa.

Os principais alvos de OSINT incluem endereços de e-mail, credenciais vazadas, vazamentos de senhas, metadados EXIF, números de telefone, perfis públicos e referências à infraestrutura.

<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 E-mail</h4></td><td>Busca, validação e correlação de endereços de e-mail vinculados a uma organização ou domínio.</td><td><a href="/pages/43ee7b621c38f7dc9ad604e6e05f858887d80336">/pages/43ee7b621c38f7dc9ad604e6e05f858887d80336</a></td></tr><tr><td><h3><i class="fa-unlock-keyhole" style="color:$primary;">:unlock-keyhole:</i></h3></td><td><h4>OSINT de Vazamentos e Senhas</h4></td><td>Análise de vazamentos de dados, senhas expostas e riscos relacionados a credenciais comprometidas.</td><td><a href="/pages/0b3b39f8157f3abd470c096d4adcabe86a0fe91b">/pages/0b3b39f8157f3abd470c096d4adcabe86a0fe91b</a></td></tr><tr><td><h3><i class="fa-image" style="color:$primary;">:image:</i></h3></td><td><h4>OSINT de Metadados</h4></td><td>Extração e análise de metadados EXIF para identificar informações sensíveis ocultas.</td><td><a href="/pages/6698adea72e16989cbbe2a8991d7c3044b778f47">/pages/6698adea72e16989cbbe2a8991d7c3044b778f47</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 Telefone</h4></td><td>Pesquisa de números de telefone, operadoras, formatos, números temporários e rastros públicos associados.</td><td><a href="/pages/417c0c57cfe6e39da352e805b00fc0a567f4cf12">/pages/417c0c57cfe6e39da352e805b00fc0a567f4cf12</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/pt-br/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.
