Skip to content

Commit

Permalink
Clean up landing pages
Browse files Browse the repository at this point in the history
  • Loading branch information
sblotner committed Mar 5, 2025
1 parent 4dcd807 commit 7245864
Show file tree
Hide file tree
Showing 206 changed files with 548 additions and 863 deletions.
4 changes: 1 addition & 3 deletions docs/analyze-data/bloodhound-gui/configuration.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@
title: BloodHound Configuration
---

<Frame>
<img src="/assets/18258001080731.png"/>
</Frame>
<img src="/assets/enterprise-edition-pill-tag.svg"/>

This article explains the multiple tenant-wide configurations supported by BloodHound Enterprise. The configurations can be changed by a BloodHound Administrator in ⚙️ > Administration > BloodHound Configuration.

Expand Down
4 changes: 1 addition & 3 deletions docs/analyze-data/bloodhound-gui/cypher-search.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@
title: Searching with Cypher
---

<Frame>
<img src="/assets/image-2-1.png"/>
</Frame>
<img src="/assets/enterprise-AND-community-edition-pill-tag.svg"/>

Purpose
=======
Expand Down
4 changes: 1 addition & 3 deletions docs/analyze-data/bloodhound-gui/explore-objects.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@
title: Explore -> Search for Objects
---

<Frame>
<img src="/assets/image-2-1.png"/>
</Frame>
<img src="/assets/enterprise-AND-community-edition-pill-tag.svg"/>

In the top left of the GUI is the search bar. Start typing the name of a node, and the GUI will automatically recommend nodes that match what you've typed so far. Click one of the suggestions, and the GUI will render that node.

Expand Down
12 changes: 5 additions & 7 deletions docs/analyze-data/bloodhound-gui/mute-paths.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@
title: Mute/unmute attack path finding
---

<Frame>
<img src="/assets/18258001080731.png"/>
</Frame>
<img src="/assets/enterprise-edition-pill-tag.svg"/>

Purpose
=======
Expand All @@ -19,8 +17,8 @@ Prerequisites
Process
=======

Mute a principal[](#heading-1)
------------------------------
Mute a principal
----------------

1. Navigate to the Attack Paths page.
2. Expand the attack path finding and click the menu to the left of the principal's name (three vertical dots), then click \`Mute\`.
Expand All @@ -34,8 +32,8 @@ Mute a principal[](#heading-1)
<img src="/assets/image1-20.png"/>
</Frame>

Unmute a principal[](#heading-2)
--------------------------------
Unmute a principal
------------------

1. Navigate to the Attack Paths page.
2. Expand the attack path finding and toggle the setting \`Show Muted\`.
Expand Down
4 changes: 2 additions & 2 deletions docs/analyze-data/bloodhound-gui/overview.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: The BloodHound GUI
description: "Learn about the graphical user interface of BloodHound."
title: The BloodHound Dashboard
description: "Learn about the BloodHound dashboard."
mode: wide
sidebarTitle: Overview
---
Expand Down
4 changes: 1 addition & 3 deletions docs/analyze-data/bloodhound-gui/posture-page.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@
title: Posture Page
---

<Frame>
<img src="/assets/18258001080731.png"/>
</Frame>
<img src="/assets/enterprise-edition-pill-tag.svg"/>

## Summary

Expand Down
29 changes: 2 additions & 27 deletions docs/analyze-data/overview.mdx
Original file line number Diff line number Diff line change
@@ -1,40 +1,15 @@
---
title: Data Analysis
description: "Analyzing ingested BloodHound data, identify and remediating attack paths/risks."
description: "Analyze ingested BloodHound data to identify and remediate attack path risks."
mode: wide
sidebarTitle: Overview
---

## <Icon icon="desktop" iconType="solid" /> [The BloodHound GUI](/analyze-data/bloodhound-gui/overview)
## <Icon icon="desktop" iconType="solid" /> [The BloodHound Dashboard](/analyze-data/bloodhound-gui/overview)
<CardGroup cols={2}>
<Card title="Posture Page" icon="shield-halved" href="/analyze-data/bloodhound-gui/posture-page" horizontal iconType="solid"/>
<Card title="BloodHound Configuration" icon="shield" href="/analyze-data/bloodhound-gui/configuration" horizontal iconType="solid"/>
<Card title="Mute/unmute attack path finding" icon="volume-xmark" href="/analyze-data/bloodhound-gui/mute-paths" horizontal iconType="solid"/>
<Card title="Searching with Cypher" icon="magnifying-glass" href="/analyze-data/bloodhound-gui/cypher-search" horizontal iconType="solid"/>
<Card title="Explore -> Search for Objects" icon="compass" href="/analyze-data/bloodhound-gui/explore-objects" horizontal iconType="solid"/>
</CardGroup>

## <Icon icon="circle-nodes" iconType="solid" /> [Nodes](/resources/nodes/overview)

<CardGroup cols={2}>
<Card title="About BloodHound Nodes" icon="circle-info" href="/resources/nodes/overview" horizontal iconType="solid"/>
<Card title="ADLocalGroup" icon="users" href="/resources/nodes/ad-local-group" horizontal iconType="solid"/>
<Card title="ADLocalUser" icon="user" href="/resources/nodes/ad-local-user" horizontal iconType="solid"/>
<Card title="AIACA" icon="certificate" href="/resources/nodes/aiaca" horizontal iconType="solid"/>
<Card title="AZApp" icon="window-restore" href="/resources/nodes/az-app" horizontal iconType="solid"/>
<Card title="AZAutomationAccount" icon="robot" href="/resources/nodes/az-automation-account" horizontal iconType="solid"/>
[See all 37 articles](/resources/nodes/overview)
</CardGroup>

## <Icon icon="share-nodes" iconType="solid" /> [Edges](/resources/edges/overview)

<CardGroup cols={2}>

<Card title="About BloodHound Edges" icon="star" href="/resources/edges/overview" horizontal iconType="solid"/>
<Card title="Traversable and Non-Traversable Edge Types" icon="star" href="/resources/edges/traversable-edges" horizontal iconType="solid"/>
<Card title="ADCSESC1" icon="certificate" href="/resources/edges/adcs-esc1" horizontal iconType="solid"/>
<Card title="ADCSESC10a" icon="certificate" href="/resources/edges/adcs-esc10a" horizontal iconType="solid"/>
<Card title="ADCSESC10b" icon="certificate" href="/resources/edges/adcs-esc10b" horizontal iconType="solid"/>
<Card title="ADCSESC13" icon="certificate" href="/resources/edges/adcs-esc13" horizontal iconType="solid"/>
[See all 115 articles](/resources/edges/overview)
</CardGroup>
Loading

0 comments on commit 7245864

Please sign in to comment.