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

# OSINT de metadatos

El análisis de metadatos extrae información oculta de archivos e imágenes, incluidos datos EXIF, geolocalización, nombres de usuario, versiones de software, marcas de tiempo y propiedades del documento.

## Localización de fotografías mediante metadatos:

{% hint style="info" %}
Las herramientas de metadatos están centralizadas en [Análisis de imágenes y videos](/es/hacking-tools/osint/image-and-video-analysis.md). Utilice esta página para el flujo de trabajo de investigación y el centro de Herramientas de Hacking para el catálogo de herramientas mantenido.
{% endhint %}

Para analizar un archivo de imagen, use el siguiente comando:

```bash
exiftool <Archivo>
```

Si la foto contiene información de geolocalización, los resultados mostrarán campos como:

* **Latitud GPS :** Latitud
* **Longitud GPS :** Longitud
* **Altitud GPS :** Altitud

<figure><img src="/files/238d53e2456dd5ef45708244629fddd427937fdb" alt=""><figcaption></figcaption></figure>

Con estas coordenadas, es posible identificar la ubicación exacta donde se tomó la foto ingresándolas en plataformas como Google Maps.

<figure><img src="/files/29964170a768673fbdd501e23dc106b95e7027b2" alt=""><figcaption></figcaption></figure>

## Información mediante imágenes:

{% hint style="info" %}
Las imágenes también pueden usarse para realizar búsquedas inversas y obtener información adicional, como su origen o dónde se publicaron. Estas herramientas son útiles para investigaciones y análisis.
{% endhint %}

La búsqueda inversa de imágenes puede ayudar a identificar dónde se publicó por primera vez una imagen, si aparece en otros contextos y si existen versiones similares. La lista mantenida de herramientas de búsqueda inversa de imágenes y verificación visual está disponible en [Análisis de imágenes y videos](/es/hacking-tools/osint/image-and-video-analysis.md).

## Herramientas de investigación de imágenes y rostros

{% hint style="info" %}
La búsqueda inversa de imágenes, la forensia de imágenes, la revisión de metadatos y las herramientas de comparación facial están centralizadas en [Análisis de imágenes y videos](/es/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/es/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.
