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

BloodHound: Add a new query to list users who can ReadLAPSPassword and improve other queries #393

Merged
merged 1 commit into from
Oct 7, 2024

Conversation

gbe
Copy link
Contributor

@gbe gbe commented Oct 3, 2024

Hello,

This PR improves custom queries for BloodHound.

In details:

  • Improved query "Logged in Admins" to actually return the information of where an admin has a session. The link between the admin and the computer was lost.
  • Reworked query "Users with local admin rights" to not return Domain/Enterprise admins
  • Added new query "Enabled users (not Domain/Enterprise Admins) with ReadLAPSPassword rights"
  • Improved RDP queries to make them shorter with the use of the function shortestPath() instead of UNION
  • Modified some queries some that 'c' is the variable for Computers, u for User, etc. to align with the rest of the queries

@gbe gbe changed the title BloodHound: Add a query to return users with ReadLAPSPassword. Fix/Im… BloodHound: Add a new query to list users who can ReadLAPSPassword and improve other queries Oct 3, 2024
@ShutdownRepo ShutdownRepo added the enhancement New feature or request label Oct 7, 2024
@ShutdownRepo
Copy link
Member

Thank you @gbe 🤗

@ShutdownRepo ShutdownRepo merged commit 0d9785e into ThePorgs:dev Oct 7, 2024
@qu35t-code qu35t-code mentioned this pull request Oct 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants