BloodHoundAD / BloodHound

Six Degrees of Domain Admin
GNU General Public License v3.0
9.57k stars 1.7k forks source link

Pathfinder query is missing the 'AZMGAddSecret' edge #709

Open gladiatx0r opened 3 months ago

gladiatx0r commented 3 months ago

Describe the bug The path finding feature (finding paths between two nodes) is missing the 'AZMGAddSecret' edge type.

To Reproduce Steps to reproduce the behavior:

  1. Do a scan of a tenant with two SP objects where there is a path between them with the AZMGAddSecret edge.
  2. Use the path finding feature to find a path between the two nodes. Note that no path is found.
  3. Alter the path finding query to include the 'AZMGAddSecret' edge type. Note that the path is now found.

Screenshots The path as found by using the 'Reachable High Value Targets' from any node before GA (but not found with the path finder feature before the AZMGAddSecret edge): image