We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I have an Azure app registration and am using the app ID and app secret in AzureHound's -a and -s flags, respectively.
-a
-s
./azurehound -a $(cat app_id) -s $(cat secret) --tenant "mytenant.onmicrosoft.com" list
The Azure app was originally created for use with FalconHound, and it has the following permissions in the Graph API:
When I use these credentials with AzureHound, I immediately get the following error message: Insufficient privileges to complete the operation.
Insufficient privileges to complete the operation.
I couldn't find detailed documentation on what permissions are needed by the service principal.
Are the above permissions insufficient for AzureHound? Or am I not using the app registration flags correctly?
The text was updated successfully, but these errors were encountered:
We recommend the following privileges for collecting via AzureHound: https://support.bloodhoundenterprise.io/hc/en-us/articles/9296639716763-AzureHound-Enterprise-System-Requirements-and-Deployment-Process#h_01HE0JVXZT5E79C19Q8TM8DQGM
Sorry, something went wrong.
No branches or pull requests
I have an Azure app registration and am using the app ID and app secret in AzureHound's
-a
and-s
flags, respectively../azurehound -a $(cat app_id) -s $(cat secret) --tenant "mytenant.onmicrosoft.com" list
The Azure app was originally created for use with FalconHound, and it has the following permissions in the Graph API:
When I use these credentials with AzureHound, I immediately get the following error message:
Insufficient privileges to complete the operation.
I couldn't find detailed documentation on what permissions are needed by the service principal.
Are the above permissions insufficient for AzureHound? Or am I not using the app registration flags correctly?
The text was updated successfully, but these errors were encountered: