> 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/metadata-osint.md).

# OSINT de Metadados

A análise de metadados extrai informações ocultas de arquivos e imagens, incluindo dados EXIF, geolocalização, nomes de usuário, versões de software, carimbos de data e hora e propriedades de documentos.

## Localizando fotografias por metadados:

{% hint style="info" %}
As ferramentas de metadados estão centralizadas em [Análise de Imagens e Vídeos](/pt-br/hacking-tools/osint/image-and-video-analysis.md). Use esta página para o fluxo de trabalho de investigação e o hub de Ferramentas de Hacking para o catálogo de ferramentas mantido.
{% endhint %}

Para analisar um arquivo de imagem, use o seguinte comando:

```bash
exiftool <Arquivo>
```

Se a foto contiver informações de geolocalização, os resultados exibirão campos como:

* **Latitude GPS :** Latitude
* **Longitude GPS :** Longitude
* **Altitude GPS :** Altitude

<figure><img src="/files/139bd9eaa8cabccb2b7b62ebc052c2b3afd04b11" alt=""><figcaption></figcaption></figure>

Com essas coordenadas, é possível identificar o local exato onde a foto foi tirada, inserindo-as em plataformas como o Google Maps.

<figure><img src="/files/50e548fc571b8be7f197f701c2cba3f30f39c830" alt=""><figcaption></figcaption></figure>

## Informações via imagens:

{% hint style="info" %}
Imagens também podem ser usadas para realizar buscas reversas e obter informações adicionais, como sua origem ou onde foram publicadas. Essas ferramentas são úteis para pesquisas e análises.
{% endhint %}

A busca reversa de imagens pode ajudar a identificar onde uma imagem foi publicada pela primeira vez, se ela aparece em outros contextos e se existem versões semelhantes. A lista mantida de ferramentas de busca reversa de imagens e verificação visual está disponível em [Análise de Imagens e Vídeos](/pt-br/hacking-tools/osint/image-and-video-analysis.md).

## Ferramentas de pesquisa de imagens e rostos

{% hint style="info" %}
As ferramentas de busca reversa de imagens, perícia de imagens, revisão de metadados e comparação facial estão centralizadas em [Análise de Imagens e Vídeos](/pt-br/hacking-tools/osint/image-and-video-analysis.md).
{% endhint %}


---

# 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/metadata-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.
