Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ENTERPRISE DOMAIN CONTROLLERS collect all computers with Unconstrained Delegation #34

Open
spyr0-sec opened this issue Sep 10, 2024 · 1 comment

Comments

@spyr0-sec
Copy link

The logic for adding members to the special ENTERPRISE DOMAIN CONTROLLERS group with the well-known SID of S-1-5-9 is to include all machine accounts with Unconstrained Delegation which I believe are causing false positives. The offending line is referenced below.

if computer.properties().unconstraineddelegation().to_owned()

The function also references Bloodhound.py functionality which doesn't do this so I was wondering if there is rationale behind this?

@Zinterax
Copy link

Just chiming in as I ran into this as well recently. I believe this ended up causing BH to show some false attack paths related to DCSync and other edges.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants