AzureHound
1.0 Installation
Download a pre-compiled build from the github repository.
2.0 Usage
2.1 Configure
- Login to your Azure Tenant
- Register a new Application
- Grant
Directory.ReadAllAPI permissions - Grant admin consent
- Create an access token
- Copy app ID and access token for the next step
azurehound configure
# provide app id, app secret, tenant id2.2 JWT Authentication
$GraphAccessToken = "ey..."
.\azurehounde.exe -j $GraphAccessToken --tenant d..g list -o azh.json3.0 Usage
3.1 Output to STDOUT
azurehound list3.2 Output to JSON (Bloodhound)
azurehound list -o output.json