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

# Metadaten-OSINT

Die Metadatenanalyse extrahiert versteckte Informationen aus Dateien und Bildern, einschließlich EXIF-Daten, Geolokalisierung, Benutzernamen, Softwareversionen, Zeitstempeln und Dokumenteigenschaften.

## Fotos anhand von Metadaten lokalisieren:

{% hint style="info" %}
Metadaten-Tools sind zentralisiert in [Bild- und Videoanalyse](/de/hacking-tools/osint/image-and-video-analysis.md). Verwenden Sie diese Seite für den Ermittlungs-Workflow und das Hacking-Tools-Hub für den gepflegten Werkzeugkatalog.
{% endhint %}

Um eine Bilddatei zu analysieren, verwenden Sie den folgenden Befehl:

```bash
exiftool <Datei>
```

Wenn das Foto Geolokalisierungsinformationen enthält, werden in den Ergebnissen Felder wie die folgenden angezeigt:

* **GPS-Breitengrad :** Breitengrad
* **GPS-Längengrad :** Längengrad
* **GPS-Höhe :** Höhe

<figure><img src="/files/be553512db23913340bf5aee872c958bf3f61598" alt=""><figcaption></figcaption></figure>

Mit diesen Koordinaten lässt sich der genaue Ort, an dem das Foto aufgenommen wurde, ermitteln, indem man sie in Plattformen wie Google Maps eingibt.

<figure><img src="/files/c194738ce5a569d532cd4d22950a9a7d885e1372" alt=""><figcaption></figcaption></figure>

## Informationen über Bilder:

{% hint style="info" %}
Bilder können auch für Rückwärtssuchen verwendet werden, um zusätzliche Informationen zu erhalten, etwa ihren Ursprung oder den Ort, an dem sie veröffentlicht wurden. Diese Tools sind nützlich für Ermittlungen und Analysen.
{% endhint %}

Die Rückwärtssuche nach Bildern kann dabei helfen, zu identifizieren, wo ein Bild erstmals veröffentlicht wurde, ob es in anderen Kontexten auftaucht und ob ähnliche Versionen existieren. Die gepflegte Liste der Tools für die Rückwärtssuche nach Bildern und die visuelle Verifikation ist verfügbar in [Bild- und Videoanalyse](/de/hacking-tools/osint/image-and-video-analysis.md).

## Werkzeuge für Bild- und Gesichtsforschung

{% hint style="info" %}
Werkzeuge für die Rückwärtssuche nach Bildern, Bildforensik, Metadatenprüfung und Gesichtsabgleich sind zentralisiert in [Bild- und Videoanalyse](/de/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/de/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.
