> ## 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.

# Zones

> Organize and categorize objects in your environment using Privilege Zones.

export const tab_1 = "zone"

export const tab_0 = "Zones"

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

Zones define hierarchical privilege levels in your environment based on a tiered administration model. The most common tiering model is [Microsoft's Enterprise Access Model](https://learn.microsoft.com/en-us/security/privileged-access-workstations/privileged-access-access-model).

BloodHound uses zones to measure risk and detect violations. Each zone has a specific tier level (**Tier Zero** is the default and highest).

<Note>BloodHound Enterprise customers can [create](/analyze-data/privilege-zones/zones) additional zones to match their organization's security model. However, analyzing them requires the **Privilege Zone Analysis** feature (available for purchase). For more information, contact your sales representative.</Note>

The **{tab_0}** tab provides different views depending on which edition of BloodHound you're using. The **Summary View** is available in BloodHound Enterprise only, while the **Details View** is available in both BloodHound Enterprise and BloodHound Community Edition.

<Tabs>
  <Tab title="Summary View">
    The **Summary View** shows zone names and their hierarchy relative to other zones (the top zone is most critical), rule counts, and object counts.

    <img src="https://mintcdn.com/specterops/P76QMmb9gkQIWH8z/images/privzones/zones-summary-view.png?fit=max&auto=format&n=P76QMmb9gkQIWH8z&q=85&s=2066f34d235d9f6adffa845b3d75eaeb" alt="A view of the Zone Builder summary view" width="2786" height="1232" data-path="images/privzones/zones-summary-view.png" />
  </Tab>

  <Tab title="Details View">
    The **Details View** displays all rules configured for the selected zone and the objects that they pull into the zone (organized by node type). Use the dropdown menus to filter the view by specific zones, identity providers, and services in your network environment.

    Select a rule or object to display more details in the right panel, including:

    * Rule definition and Cypher query
    * Object properties and relationships

    <Note>BloodHound displays objects for enabled rules only. To view objects related to a disabled rule, you must re-enable it.</Note>

    <img src="https://mintcdn.com/specterops/P76QMmb9gkQIWH8z/images/privzones/zones-detail-view.png?fit=max&auto=format&n=P76QMmb9gkQIWH8z&q=85&s=a7409068649bb28ad8d635dbb4c66327" alt="A view of the Zone Builder detail view" width="2786" height="1206" data-path="images/privzones/zones-detail-view.png" />
  </Tab>
</Tabs>

### Create a zone

<Badge shape="rounded" size="sm" stroke color="purple">Enterprise Edition</Badge>

Creating a zone involves configuring the zone details and defining a rule.

<Warning>See [Rules](/analyze-data/privilege-zones/rules) for more detailed information about defining rules. The content in this section provides a high-level overview only.</Warning>

<Steps>
  <Step title="Open the Zone Builder page">
    In the left menu, click **Privilege Zones** > **Zones** > **Create Zone**.
  </Step>

  <Step title="Configure initial zone details">
    Enter all relevant information about the zone:

    | Field                | Required? | Description                                                                                                        |
    | -------------------- | :-------: | ------------------------------------------------------------------------------------------------------------------ |
    | Name                 |    Yes    | A unique name for the zone (e.g., Server Tier)                                                                     |
    | Description          |     No    | A brief description of the zone's purpose and scope (e.g., PCI assets)                                             |
    | Enable Certification |     No    | An option to mandate [certification](/analyze-data/privilege-zones/certification) for all objects within this zone |
    | Enable Analysis      |     No    | An option to include this zone in risk analysis and Attack Path Findings                                           |
    | Apply Custom Glyph   |     No    | An option to apply a custom glyph to visually distinguish objects within this zone on the **Explore** page         |

    <img src="https://mintcdn.com/specterops/P76QMmb9gkQIWH8z/images/privzones/create-zone.png?fit=max&auto=format&n=P76QMmb9gkQIWH8z&q=85&s=da79bd0e95d1b43d1d1d20444cfe2e36" alt="A view of the Zone Builder create zone page" style={{ width:"70%" }} width="1336" height="968" data-path="images/privzones/create-zone.png" />
  </Step>

  <Step title="Define a rule">
    Click **Define Rule** to save your new Privilege Zone and continue on to define the objects to include in the zone.

    <Warning>See [Rules](/analyze-data/privilege-zones/rules) for more detailed information about defining rules. The content in this section provides a high-level overview only.</Warning>

    When defining a rule during the zone creation process, provide the following information:

    | Field                   | Required? | Description                                                                                                        |
    | ----------------------- | :-------: | ------------------------------------------------------------------------------------------------------------------ |
    | Name                    |    Yes    | A unique name for the rule (e.g., PCI Assets)                                                                      |
    | Description             |     No    | A brief description of the rule's purpose and scope (e.g., PCI assets)                                             |
    | Rule Type               |    Yes    | The type of rule to use (e.g., Object ID or Cypher)                                                                |
    | Automatic Certification |     No    | An option to choose how BloodHound Enterprise [certifies](/analyze-data/privilege-zones/certification) new objects |

    <img src="https://mintcdn.com/specterops/jq53of6QZwi2e41u/images/privzones/define-zone-rule.png?fit=max&auto=format&n=jq53of6QZwi2e41u&q=85&s=a605fa9708498b11afca88a113f7d3d9" alt="A view of the Zone Builder define zone rule page" style={{ width:"100%" }} width="2778" height="1354" data-path="images/privzones/define-zone-rule.png" />
  </Step>

  <Step title="Complete zone creation">
    Click **Save** to finish creating the zone.
  </Step>
</Steps>

### Edit a zone

Editing options depend on which edition of BloodHound you're using. In BloodHound Enterprise, you can edit all zone properties. In BloodHound Community Edition, you can edit the default **Tier Zero** zone description.

To edit a zone, follow these steps:

<Steps>
  <Step title="Select a zone">
    1. In the left menu, click **Privilege Zones**.

    2. By default, the **Tier Zero** zone is pre-selected. To edit a different zone in BloodHound Enterprise, select the zone you want to edit.

       <Note>**Tier Zero** is the only available zone for BloodHound Community Edition.</Note>

           <img src="https://mintcdn.com/specterops/P76QMmb9gkQIWH8z/images/privzones/edit-zone.png?fit=max&auto=format&n=P76QMmb9gkQIWH8z&q=85&s=e1e7069cb884e12bd8425041f88e142f" alt="A view of the Zone Builder edit zone page in BloodHound Community Edition" width="1702" height="804" data-path="images/privzones/edit-zone.png" />

    3. Click **Edit Zone**.
  </Step>

  <Step title="Edit the zone">
    Modify one of the available fields.

    For example, you can modify the zone's name, description, [certification](/analyze-data/privilege-zones/certification) and analysis settings, and custom glyph.

    <Note>In BloodHound Community Edition, you can edit the default **Tier Zero** zone description only.</Note>

    You can also change the zone's hierarchical position by using the <Icon icon="grip-vertical" iconType="solid" /> (vertical grip control) in the **Zone Order** panel to reorder it.

    Zone order is defined by privilege level, with the highest-privileged zone at the top.

    <img src="https://mintcdn.com/specterops/P76QMmb9gkQIWH8z/images/privzones/reorder-zone.png?fit=max&auto=format&n=P76QMmb9gkQIWH8z&q=85&s=19055bd4d3850aba75ec15139e0495ac" alt="A view of the Zone Builder zone reorder control" style={{ width:"70%" }} width="884" height="542" data-path="images/privzones/reorder-zone.png" />
  </Step>

  <Step title="Save your changes">
    Click **Save Edits** to apply your changes.
  </Step>
</Steps>

### Delete a zone

<Badge shape="rounded" size="sm" stroke color="purple">Enterprise Edition</Badge>

You cannot delete the default **Tier Zero** zone, but you can edit its properties.

<Warning>Deleting a {tab_1} is irreversible.</Warning>

To delete an existing zone, follow these steps:

<Steps>
  <Step title="Select a zone">
    Navigate to the **Zones** tab, select the zone you want to delete, and click **Edit Zone**.
  </Step>

  <Step title="Delete the zone">
    To delete the zone:

    1. Click <Icon icon="trash-can" /> **Delete Zone** at the top of the page.

    2. Confirm your action in the dialog.

           <img src="https://mintcdn.com/specterops/P76QMmb9gkQIWH8z/images/privzones/confirm-zone-delete.png?fit=max&auto=format&n=P76QMmb9gkQIWH8z&q=85&s=3050c94f15ef41f576d7b302688ba89f" alt="A view of the Zone Builder confirm zone delete dialog" style={{ width:"70%" }} width="592" height="302" data-path="images/privzones/confirm-zone-delete.png" />

    3. Click **Confirm** to delete the zone.

    <Note>Zone deletion is not available in BloodHound Community Edition.</Note>
  </Step>
</Steps>
