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

# OSINT البريد الإلكتروني

يساعد Email OSINT في تحديد العناوين الصالحة، وأنماط التسمية، وحسابات الموظفين، وصناديق البريد المكشوفة، وأسماء المستخدمين المحتملة لهجمات رشّ كلمات المرور أو محاكاة التصيّد.

## موقع عناوين البريد الإلكتروني:

{% hint style="info" %}
عند إجراء تحقيق أمني أو جمع معلومات مفتوحة المصدر (OSINT)، من المفيد تحديد عناوين البريد الإلكتروني المرتبطة بنطاق محدد. يمكن أن يساعد ذلك في تحديد الموظفين، وأنماط تسمية الحسابات، وصناديق البريد المكشوفة، وأسماء المستخدمين المحتملة. يتوفر كتالوج الأدوات المُدار لأبحاث البريد الإلكتروني والأشخاص وتسريبات الاختراق في [أبحاث الأشخاص وتسريبات الاختراق](/ar/hacking-tools/osint/people-and-breach-research.md).
{% endhint %}

عند جمع عناوين البريد الإلكتروني، دوِّن:

* المصدر الذي وُجد فيه كل عنوان.
* صيغة البريد الإلكتروني التي تستخدمها المؤسسة.
* ما إذا كان العنوان يبدو حاليًا، أو تاريخيًا، أو شخصيًا، أو قائمًا على الدور الوظيفي.
* أي مستوى ثقة أو حالة تحقق.

## التحقق من وجود عناوين البريد الإلكتروني:

{% hint style="info" %}
من المهم التأكد مما إذا كانت عناوين البريد الإلكتروني التي جُمعت صالحة قبل استخدامها في أي إجراء اختبار مُصرَّح به. تُدرج أدوات التحقق من البريد الإلكتروني في [أبحاث الأشخاص وتسريبات الاختراق](/ar/hacking-tools/osint/people-and-breach-research.md).
{% endhint %}

## إنشاء عناوين بريد إلكتروني مؤقتة:

{% hint style="info" %}
في بعض الحالات، تكون عناوين البريد الإلكتروني المؤقتة مفيدة لاختبار التسجيل الآمن أو التحقق المُتحكَّم فيه من الحساب. تُدرج موارد البريد الإلكتروني المؤقت في [أبحاث الأشخاص وتسريبات الاختراق](/ar/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/ar/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.
