> 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/enumeration/dns-enumeration.md).

# جرد DNS

يحدد تعداد DNS المجالات، والمجالات الفرعية، والسجلات، وخوادم الأسماء، والمناطق المكشوفة، ومؤشرات البنية التحتية قبل الانتقال إلى فحص أعمق. استخدم المصادر السلبية أولاً، ثم تحقّق من النتائج عبر استعلامات DNS النشطة والقوة الغاشمة المضبوطة عندما يسمح نطاق الاختبار بذلك.

## سير عمل تعداد DNS

1. اجمع بيانات DNS السلبية من المصادر العامة ومجموعات بيانات شفافية الشهادات.
2. استعلم عن السجلات الشائعة مثل A وAAAA وCNAME وMX وTXT وNS وSOA وSRV.
3. تحقق من قابلية نقل المنطقة مع خوادم الأسماء المصرح لها.
4. استخدم القوة الغاشمة على المجالات الفرعية فقط عندما تسمح قواعد الاشتباك بالاكتشاف النشط.
5. حلّل المضيفين المكتشفين وأدخل الأهداف المؤكدة في فحص المنافذ وملف تعريف الويب.

## أدوات DNS

<table data-card-size="large" data-column-title-hidden data-view="cards" data-full-width="false" data-search="false"><thead><tr><th>الاسم</th><th>الوصف</th><th>الرابط الرسمي</th><th data-hidden data-card-cover data-type="image">صورة الغلاف</th></tr></thead><tbody><tr><td><strong>DNSDumpster</strong></td><td>اكتشاف سجلات DNS والمجالات الفرعية سلبياً.</td><td><a href="https://dnsdumpster.com/">https://dnsdumpster.com/</a></td><td><a href="/files/2143e1cabeb2869ab8e31bc5b5befc60092d5fd1">/files/2143e1cabeb2869ab8e31bc5b5befc60092d5fd1</a></td></tr><tr><td><strong>dnsrecon</strong></td><td>تعداد DNS، ونقل المناطق، واستخدام القوة الغاشمة على المجالات الفرعية.</td><td><a href="https://github.com/darkoperator/dnsrecon">https://github.com/darkoperator/dnsrecon</a></td><td><a href="/files/24f50adadbf314712d9ba3d7d87bea441d30c7c1">/files/24f50adadbf314712d9ba3d7d87bea441d30c7c1</a></td></tr><tr><td><strong>dnsenum</strong></td><td>استخدام القوة الغاشمة على DNS وجمع معلومات النطاق.</td><td><a href="https://github.com/fwaeytens/dnsenum">https://github.com/fwaeytens/dnsenum</a></td><td><a href="/files/98e19115c5ff2d1a91eb99ecb5d8b2db521bd854">/files/98e19115c5ff2d1a91eb99ecb5d8b2db521bd854</a></td></tr></tbody></table>

## المصادر السلبية

| المورد                                                | الوصف                                                                       |
| ----------------------------------------------------- | --------------------------------------------------------------------------- |
| [VirusTotal](https://www.virustotal.com/)             | تحليل العلاقة بين عناوين URL والنطاقات وDNS السلبي والبنية التحتية.         |
| [Censys](https://search.censys.io/)                   | محرك بحث للمضيفين المتصلين بالإنترنت والشهادات والخدمات المكشوفة.           |
| [crt.sh](https://crt.sh/)                             | بحث شفافية الشهادات لاكتشاف الأسماء الموجودة في شهادات TLS العامة.          |
| [Project Sonar](https://sonar.omnisint.io/)           | نقاط نهاية عامة للبحث عن المجالات الفرعية وTLD وعمليات البحث العكسي في DNS. |
| [Netcraft SearchDNS](https://searchdns.netcraft.com/) | بحث عام عن أسماء المضيفين ومعلومات استخبارات DNS.                           |


---

# 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/enumeration/dns-enumeration.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.
