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

# E-Mail-OSINT

E-Mail-OSINT hilft dabei, gültige Adressen, Namensmuster, Mitarbeiterkonten, offengelegte Postfächer und potenzielle Benutzernamen für Passwort-Spraying oder Phishing-Simulationen zu identifizieren.

## Standort von E-Mail-Adressen:

{% hint style="info" %}
Bei der Durchführung einer Sicherheitsuntersuchung oder OSINT-Sammlung ist es nützlich, E-Mail-Adressen zu finden, die mit einer bestimmten Domain verknüpft sind. Dies kann dabei helfen, Mitarbeiter, Kontonamensmuster, offengelegte Postfächer und wahrscheinliche Benutzernamen zu identifizieren. Der gepflegte Werkzeugkatalog für E-Mail-, Personen- und Leak-Recherche ist verfügbar in [Personen- und Leak-Recherche](/de/hacking-tools/osint/people-and-breach-research.md).
{% endhint %}

Beim Sammeln von E-Mail-Adressen dokumentieren Sie:

* Die Quelle, in der jede Adresse gefunden wurde.
* Das von der Organisation verwendete E-Mail-Format.
* Ob die Adresse aktuell, historisch, persönlich oder rollenbasiert erscheint.
* Jedes Vertrauensniveau oder jeder Validierungsstatus.

## Überprüfen der Existenz von E-Mails:

{% hint style="info" %}
Es ist wichtig zu bestätigen, ob die gesammelten E-Mail-Adressen gültig sind, bevor sie in irgendeiner autorisierten Testaktion verwendet werden. E-Mail-Verifizierungstools sind aufgeführt in [Personen- und Leak-Recherche](/de/hacking-tools/osint/people-and-breach-research.md).
{% endhint %}

## Erstellen temporärer E-Mail-Adressen:

{% hint style="info" %}
In einigen Fällen sind temporäre E-Mail-Adressen nützlich für sichere Registrierungstests oder kontrollierte Kontoverifizierung. Wegwerf-E-Mail-Ressourcen sind aufgeführt in [Personen- und Leak-Recherche](/de/hacking-tools/osint/people-and-breach-research.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/email-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.
