> ## Documentation Index
> Fetch the complete documentation index at: https://bloodhound.specterops.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Certification

> Understand the certification process for Privilege Zones and how to manage member approvals.

<img noZoom src="https://mintcdn.com/specterops/tTIczgde9H07oLXf/assets/enterprise-edition-pill-tag.svg?fit=max&auto=format&n=tTIczgde9H07oLXf&q=85&s=b682a26b342bde12302ec829e265bdb6" alt="Applies to BloodHound Enterprise " width="225" height="45" data-path="assets/enterprise-edition-pill-tag.svg" />

Certification is an optional process to interrupt automatic inclusion of additional objects in a zone based on [rule](/analyze-data/privilege-zones/rules) expansion behavior by requiring manual certification of the additional objects. It allows administrators or power users to manually review and approve objects before they appear in privilege zones.

This process gives you control over zone membership and helps prevent unexpected additions from triggering false findings.

<img src="https://mintcdn.com/specterops/jq53of6QZwi2e41u/images/privzones/certification.png?fit=max&auto=format&n=jq53of6QZwi2e41u&q=85&s=fa6b49b327d99018516fe172fd53ff34" alt="A view of the Zone Builder certification tab" style={{ width:"100%" }} width="2772" height="1256" data-path="images/privzones/certification.png" />

## Why use certification?

Without certification, BloodHound automatically includes objects in zones as soon as they match a rule's expansion criteria. This can create unexpected findings when objects are inadvertently added to privileged groups.

For example, if a new user is added to the Domain Admins group, BloodHound immediately tags them to the **Tier Zero** zone and generates attack path findings for that user.

In the preceding example, certification solves this problem by requiring manual approval before objects are fully recognized within a zone. During the certification process, BloodHound still identifies the object's relationship to the zone but generates a "Non-Certified Principal with Tier Zero Privileges" finding instead of standard attack path findings.

This gives you time to review whether the object should remain in the zone or if its group membership was a mistake.

<Note>BloodHound supports certification for zones only.</Note>

## How certification works

When you enable certification for a zone:

1. Objects that match the zone's rules enter a pending state
2. BloodHound generates findings indicating the objects require certification
3. Administrators or power users review pending objects in the **Certification** tab
4. Once certified, objects are fully recognized in the zone and BloodHound generates standard findings
5. Alternatively, you can remove objects from privileged groups to prevent zone membership

You can configure certification requirements at the zone level (to affect all rules) or at the individual [rule](/analyze-data/privilege-zones/rules) level, giving you flexibility in managing object approvals.

## Manage certifications

The **Certifications** tab on the **Zone Builder** page allows administrators and power users to review, approve, or reject certifications for objects in zones where manual certification has been configured.

<Note>
  * You can certify or reject certification only for objects in zones where certification is enabled.
  * Objects appear in the certification queue only when their [rules](/analyze-data/privilege-zones/rules) have **Automatic Certification** turned off.
</Note>

To manage certifications:

<Steps>
  <Step title="Open the Certifications tab">
    Navigate to the **Privilege Zones** > **Certifications** tab.
  </Step>

  <Step title="Filter certifications">
    Use one of the following methods to filter certifications:

    <Tabs>
      <Tab title="By Status" icon="circle-check">
        Click the status dropdown menu and choose **Pending**, **User Certified**, **Automatic Certification**, or **Rejected** to view relevant certifications.

        <Note>Actions are only available for certifications that require manual approval. You cannot approve or reject **Automatic Certifications**.</Note>

        <img src="https://mintcdn.com/specterops/jq53of6QZwi2e41u/images/privzones/certification-status.gif?s=f48dffdd26c3aed6c24c858f1b6fa8ae" alt="An animated view of the Zone Builder certification status filter" style={{ width:"100%" }} width="1384" height="570" data-path="images/privzones/certification-status.gif" />
      </Tab>

      <Tab title="By Environment" icon="globe">
        Click the environment dropdown menu and select the desired environment to view its certifications.

        <img src="https://mintcdn.com/specterops/jq53of6QZwi2e41u/images/privzones/certification-environment.gif?s=2e36b814ed79abb78c0b16e7308d9303" alt="An animated view of the Zone Builder certification environment filter" style={{ width:"100%" }} width="1384" height="570" data-path="images/privzones/certification-environment.gif" />
      </Tab>

      <Tab title="By Search" icon="search">
        The **Certifications** tab also provides a search box and filters to help you identify specific certifications.

        <img src="https://mintcdn.com/specterops/P76QMmb9gkQIWH8z/images/privzones/certifications-search-filter.png?fit=max&auto=format&n=P76QMmb9gkQIWH8z&q=85&s=d64fcfe0e3147cc0a46189e0d3534989" alt="A view of the Zone Builder certification search and filter options" style={{ width:"50%" }} width="1192" height="966" data-path="images/privzones/certifications-search-filter.png" />
      </Tab>
    </Tabs>
  </Step>

  <Step title="Complete the certification action">
    1. Use the checkboxes to select one or more objects.

    2. Click **Certify** or **Reject** as needed.

    3. *(Optional)* Add a note to document the reason for your action.

       * Click **Skip Note** to complete the certification action without a note
       * Click **Cancel** to exit without completing the certification action

             <img src="https://mintcdn.com/specterops/P76QMmb9gkQIWH8z/images/privzones/certification-note.png?fit=max&auto=format&n=P76QMmb9gkQIWH8z&q=85&s=9863b3a71aed6bfbd9914a78045d1812" alt="A view of the certification note dialog in the Zone Builder certification tab" style={{ width:"50%" }} width="435" height="338" data-path="images/privzones/certification-note.png" />

       <Tip>Notes are visible to all BloodHound users in the [History Log](/analyze-data/privilege-zones/history).<img src="https://mintcdn.com/specterops/P76QMmb9gkQIWH8z/images/privzones/certification-note-history.png?fit=max&auto=format&n=P76QMmb9gkQIWH8z&q=85&s=2b62b71ad03b0ea808baef6ab97f9798" alt="A view of a certification note in the Zone Builder history log" style={{ width:"100%" }} width="1803" height="223" data-path="images/privzones/certification-note-history.png" /></Tip>
  </Step>
</Steps>
