This repository has been archived by the owner on Sep 2, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 113
GPOs with multiple owners #77
Comments
I investigated more and found out the json exports correctly have the multiple domain policies with the same name and different GUIDs. However, when I query Neo4j DB directly, it only returns 1 object with that name. |
This issue might have to be moved to BloodHound repo |
Actually, it looks like in the OU collection, the GPO is referenced by name as well: Extract from
Below a redacted extract of the
SharpHound should add the Guid property when collection GPO links with OUs: https://github.com/BloodHoundAD/SharpHound/blob/c26b0556bd7d15e7e4c8fb948e32d268321100e6/Sharphound2/Enumeration/ContainerHelpers.cs#L147 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
We noticed that BloodHound gives an incorrect output; it shows that multiple users owns 1 policy, which is not possible.
The following tool is used: https://www.microfocus.com/en-us/products/netiq-group-policy-administrator/overview and might be causing some issues.
The text was updated successfully, but these errors were encountered: