> 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/active-directory/enumeration/bloodhound-analysis.md).

# التحليل في BloodHound

### ابحث عن مستخدم

في BloodHound، يمكنك البحث عن مستخدم، على سبيل المثال:

* user1

<figure><img src="/files/a088f0af3619e4cac04e96609cdee8b166cb248d" alt=""><figcaption></figcaption></figure>

يعرض BloodHound بعد ذلك:

* مجموعاته؛
* علاقاته؛
* صلاحياته؛
* الأجهزة المرتبطة؛
* الجلسات المعروفة؛
* مسارات الهجوم المحتملة.

<figure><img src="/files/064f4f2ae458f9ba0983da82a54ef89fef85b0f6" alt=""><figcaption></figcaption></figure>

### عرض الأعضاء المباشرين لمجموعة

يمكنك تحديد مجموعة نطاق وعرض **الأعضاء المباشرون**.

يتيح لك هذا معرفة أي المستخدمين أو المجموعات هم أعضاء مباشرين في مجموعة معينة.

<figure><img src="/files/c6e4629165cd5a787708ba08f7924a62e1cb90de" alt=""><figcaption></figcaption></figure>

### استخدم علامة التبويب التحليل

الـ **التحليل** تحتوي علامة التبويب هذه على استعلامات مسبقة التعريف مفيدة جدًا.

أمثلة:

* اعثر على جميع مسؤولي النطاق؛
* اعثر على مسارات إلى مسؤولي النطاق؛
* اعثر على المستخدمين ذوي حقوق المسؤول المحلي؛
* اعثر على الجلسات النشطة؛
* اعثر على مسارات إلى الأهداف عالية القيمة.

<figure><img src="/files/468940a6de3c96133ac8f23550025b38f5f15c57" alt="" width="467"><figcaption></figcaption></figure>

### مثال مع مجموعة `المديرين التنفيذيين`

في المختبر الخاص بك:

1. ملف `المديرين التنفيذيين` تم إنشاء المجموعة؛
2. ترتبط هذه المجموعة بـ `Administrators` مجموعة أو مجموعة ذات امتيازات؛
3. المستخدم `user4` تمت إضافته إلى `المديرين التنفيذيين` المجموعة.

يمكننا بعد ذلك في BloodHound أن نرى أن:

user4 → Executives → Administrators

<figure><img src="/files/68b30017906389d6d5ac2d37d730b03547789c3f" alt=""><figcaption></figcaption></figure>

يُظهر هذا مسار امتياز.

### وسِم مستخدمًا كهدف عالي القيمة

في BloodHound، يمكنك وسم مستخدم أو مجموعة كـ **هدف عالي القيمة**.

<figure><img src="/files/f10a5538e5d454c39bf7d3c304736cb3b12dbb53" alt=""><figcaption></figcaption></figure>

ثم يمكننا استخدام:

`أقصر المسارات إلى الأهداف عالية القيمة`

يعرض BloodHound بعد ذلك أقصر المسارات للوصول إلى هذا الهدف.

<figure><img src="/files/48edadccaa38f2ed3489834733030875f7ce73ed" alt=""><figcaption></figcaption></figure>

### قائمة المساعدة

غالبًا ما يوفر BloodHound شروحات في قائمة المساعدة الخاصة به أو في تفاصيل العلاقة.

<figure><img src="/files/6fec1fa563c8ffd0aabcedd7572a251aa20f0b02" alt=""><figcaption></figcaption></figure>

يمكنك العثور هناك على:

* شروحات حول نوع العلاقة؛
* أمثلة على الأوامر؛
* مراجع GitHub؛
* مراجع تقنية؛
* وأحيانًا روابط إلى NIST أو مدونات أو مقاطع فيديو.

<figure><img src="/files/67376fa6f65ffa865e3bf68949028d74fc400292" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/2b619e8f165214975f78fb27b08c83bb3e4f69e5" alt="" width="563"><figcaption></figcaption></figure>


---

# 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/active-directory/enumeration/bloodhound-analysis.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.
