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

# Email OSINT

Email OSINT помогает выявлять действительные адреса, схемы именования, учетные записи сотрудников, раскрытые почтовые ящики и потенциальные имена пользователей для password spraying или имитационных фишинговых атак.

## Поиск адресов электронной почты:

{% hint style="info" %}
При проведении расследования безопасности или сбора OSINT полезно находить адреса электронной почты, связанные с конкретным доменом. Это может помочь выявить сотрудников, схемы именования учетных записей, раскрытые почтовые ящики и вероятные имена пользователей. Поддерживаемый каталог инструментов для исследований по email, людям и утечкам доступен в [Исследование людей и утечек](/ru/hacking-tools/osint/people-and-breach-research.md).
{% endhint %}

При сборе адресов электронной почты документируйте:

* Источник, в котором был найден каждый адрес.
* Формат адресов электронной почты, используемый организацией.
* Является ли адрес актуальным, историческим, личным или привязанным к роли.
* Любой уровень уверенности или статус проверки.

## Проверка существования адресов электронной почты:

{% hint style="info" %}
Перед использованием собранных адресов электронной почты в любых санкционированных тестовых действиях важно подтвердить их действительность. Инструменты проверки email перечислены в [Исследование людей и утечек](/ru/hacking-tools/osint/people-and-breach-research.md).
{% endhint %}

## Создание временных адресов электронной почты:

{% hint style="info" %}
В некоторых случаях временные адреса электронной почты полезны для безопасного тестирования регистрации или контролируемой проверки учетных записей. Ресурсы одноразовой почты перечислены в [Исследование людей и утечек](/ru/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/ru/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.
