-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Added some queries related to Azure #666
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Added build in queries to populate with some Azure related stuff.
Return All Azure Users and their Groups was wrong from a syntax point but also when correctly written gives not much value.
Fixed "Return All Azure AD Groups that are synchronized with On-Premise AD" group
I was dumb and did some copy pasta for the "Return all Service Principals that are a Managed Identity an have a path to a Key Vault" query. Now fixed.
New query: Return all paths to Azure Keyvaults from owned principals
Added query: "Return all Azure Users with a Path to High Value Targets"
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
As the build in queries were having no entries for Azure related stuff I implemented some that I recently used when walking myself through several attack paths in Azure environments.
They have all been sorted into according categories for a better overview.
Feel free to select the ones that make sense to you guys or seem to be useful.