> 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.md).

# OSINT- und Recherche-Tools

Dieser Abschnitt bündelt öffentliche OSINT-Methodik und Recherche-Tools im Hauptbereich der Hacking-Tools. Verwenden Sie ihn als zentrale Anlaufstelle für externe Ressourcen zu Verifizierung, Kartierung, Bildanalyse, Auffinden in sozialen Medien, Personensuche, Leak-Intelligence, Websites, Infrastrukturüberwachung, E-Mail-Recherche, Leak-Prüfungen, Metadatenprüfung und Telefonnummern-Recherche.

## Ressourcenkategorien

<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-radar" style="color:$primary;">:radar:</i></h3></td><td><h4>OSINT-Methodik</h4></td><td>OSINT-Methodik zum Sammeln öffentlicher Informationen, E-Mails, Leaks, Metadaten, Telefonnummern und Identitätsspuren während der Aufklärung.</td><td><a href="/pages/5d9a8afe7494ff4a6642dbb9dd76627ddcec81e9">/pages/5d9a8afe7494ff4a6642dbb9dd76627ddcec81e9</a></td></tr><tr><td><h3><i class="fa-map-location-dot" style="color:$primary;">:map-location-dot:</i></h3></td><td><h4>Karten und georäumliche Aufklärung</h4></td><td>Ressourcen für Karten und georäumliche Aufklärung für Satellitenbilder, Brandwarnungen, Infrastrukturkartierung, Schatten, Straßenansichten, Wälder, Gelände und Schätzung von Menschenmengen.</td><td><a href="/pages/25afc8ccc2f38a6abf7877c4f23ede828e29c374">/pages/25afc8ccc2f38a6abf7877c4f23ede828e29c374</a></td></tr><tr><td><h3><i class="fa-image" style="color:$primary;">:image:</i></h3></td><td><h4>Bild- und Videoanalyse</h4></td><td>Ressourcen für Bild- und Videoanalyse für umgekehrte Bildersuche, Gesichtsvergleich, Metadatenprüfung, visuelle Verifizierung und Bildforensik.</td><td><a href="/pages/440bbed0f5c2cd1a1873a686f876584695297b05">/pages/440bbed0f5c2cd1a1873a686f876584695297b05</a></td></tr><tr><td><h3><i class="fa-hashtag" style="color:$primary;">:hashtag:</i></h3></td><td><h4>Social-Media-Aufklärung</h4></td><td>Ressourcen für Social-Media-Aufklärung für Facebook, Instagram, Telegram, TikTok, X, Discord, Gaming-Profile, Nutzernamensuche und plattformübergreifende OSINT.</td><td><a href="/pages/ff64cba340d036096715c65e8191705a8673d859">/pages/ff64cba340d036096715c65e8191705a8673d859</a></td></tr><tr><td><h3><i class="fa-user-magnifying-glass" style="color:$primary;">:user-magnifying-glass:</i></h3></td><td><h4>Personen- und Datenleck-Recherche</h4></td><td>Ressourcen für Personen- und Datenleck-Recherche für verantwortungsbewusste Workflows zu E-Mails, Telefonnummern, Namen, Nutzernamen, Offenlegung von Zugangsdaten und Datenleck-Intelligence.</td><td><a href="/pages/82ecd8f365faeb891fbca0243565e60f1c6c8b28">/pages/82ecd8f365faeb891fbca0243565e60f1c6c8b28</a></td></tr><tr><td><h3><i class="fa-globe" style="color:$primary;">:globe:</i></h3></td><td><h4>Websites und Infrastruktur</h4></td><td>Ressourcen für die Website- und Infrastrukturrecherche zu im Internet exponierten Diensten, archivierten Seiten, Website-Überwachung und Analyse der Inhaltsreplikation.</td><td><a href="/pages/d065407944ecebd58c47d20f891a4876c29a1f98">/pages/d065407944ecebd58c47d20f891a4876c29a1f98</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/de/hacking-tools/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.
