{"id":23044044,"url":"https://github.com/specterops/azurehound","last_synced_at":"2026-03-14T04:11:51.616Z","repository":{"id":52503935,"uuid":"496736618","full_name":"SpecterOps/AzureHound","owner":"SpecterOps","description":"Azure Data Exporter for BloodHound","archived":false,"fork":false,"pushed_at":"2025-05-02T17:41:48.000Z","size":934,"stargazers_count":690,"open_issues_count":25,"forks_count":92,"subscribers_count":25,"default_branch":"main","last_synced_at":"2025-05-14T23:06:35.142Z","etag":null,"topics":["azure","go"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/SpecterOps.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2022-05-26T18:48:33.000Z","updated_at":"2025-05-10T23:59:10.000Z","dependencies_parsed_at":"2023-10-24T21:25:38.895Z","dependency_job_id":"c59aa2ab-7219-4322-8381-6235e47db0a0","html_url":"https://github.com/SpecterOps/AzureHound","commit_stats":{"total_commits":199,"total_committers":19,"mean_commits":"10.473684210526315","dds":0.6080402010050252,"last_synced_commit":"9f36bca4a6513bdb0c3d3e9fb9f4c420397218cc"},"previous_names":["specterops/azurehound","bloodhoundad/azurehound"],"tags_count":36,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SpecterOps%2FAzureHound","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SpecterOps%2FAzureHound/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SpecterOps%2FAzureHound/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SpecterOps%2FAzureHound/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SpecterOps","download_url":"https://codeload.github.com/SpecterOps/AzureHound/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254243362,"owners_count":22038046,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["azure","go"],"created_at":"2024-12-15T21:00:17.622Z","updated_at":"2026-02-10T17:10:44.380Z","avatar_url":"https://github.com/SpecterOps.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AzureHound\n\nThe BloodHound data collector for Microsoft Azure\n\n![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/SpecterOps/AzureHound/build.yml)\n![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/SpecterOps/AzureHound)\n![GitHub all releases](https://img.shields.io/github/downloads/SpecterOps/AzureHound/total)\n[![Documentation](https://img.shields.io/static/v1?label=\u0026message=documentation\u0026color=blue)](https://pkg.go.dev/github.com/SpecterOps/azurehound)\n\n## Get AzureHound\n\n### Release Binaries\n\nDownload the appropriate binary for your platform from one of our [Releases](https://github.com/SpecterOps/azurehound/releases).\n\n#### Rolling Release\n\nThe rolling release contains pre-built binaries that are automatically kept up-to-date with the `main` branch and can be downloaded from\n[here](https://github.com/SpecterOps/azurehound/releases/tag/rolling).\n\n\u003e **Warning:** The rolling release may be unstable.\n\n## Compiling\n\n##### Prerequisites\n\n- [Go 1.18](https://go.dev/dl/) or later\n\nTo build this project from source run the following:\n\n```sh\ngo build -ldflags=\"-s -w -X github.com/bloodhoundad/azurehound/v2/constants.Version=`git describe tags --exact-match 2\u003e /dev/null || git rev-parse HEAD`\"\n```\n\n## Documentation\n\nPlease refer to the [BloodHound Community Edition documentation](https://bloodhound.specterops.io/home) for:\n- [AzureHound Community Edition](https://bloodhound.specterops.io/collect-data/ce-collection/azurehound)\n- [AzureHound Community Edition Flags](https://bloodhound.specterops.io/collect-data/ce-collection/azurehound-flags)\n\n## Usage\n\n### Quickstart\n\n**Print all Azure Tenant data to stdout**\n\n```sh\n❯ azurehound list -u \"$USERNAME\" -p \"$PASSWORD\" -t \"$TENANT\"\n```\n\n**Print all Azure Tenant data to file**\n\n```sh\n❯ azurehound list -u \"$USERNAME\" -p \"$PASSWORD\" -t \"$TENANT\" -o \"mytenant.json\"\n```\n\n**Print all Azure Tenant data to file, reusing your existing authentication from the Azure CLI**\n\n```\n❯ JWT=$(az account get-access-token --resource https://graph.microsoft.com | jq -r .accessToken)\n❯ azurehound list --jwt \"$JWT\"\n```\n\n**Configure and start data collection service for BloodHound Enterprise**\n\n```sh\n❯ azurehound configure\n(follow prompts)\n\n❯ azurehound start\n```\n\n### CLI\n\n```\n❯ azurehound --help\nAzureHound vx.x.x\nCreated by the BloodHound Enterprise team at SpecterOps - [https://bloodhoundenterprise.io](https://specterops.io/bloodhound-overview/)\n\nThe official tool for collecting Azure data for BloodHound Community Edition and BloodHound Enterprise\n\nUsage:\n  azurehound [command]\n\nAvailable Commands:\n  completion  Generate the autocompletion script for the specified shell\n  configure   Configure AzureHound\n  help        Help about any command\n  list        Lists Azure Objects\n  start       Start Azure data collection service for BloodHound Enterprise\n\nFlags:\n  -c, --config string          AzureHound configuration file (default: /Users/dlees/.config/azurehound/config.json)\n  -h, --help                   help for azurehound\n      --json                   Output logs as json\n  -j, --jwt string             Use an acquired JWT to authenticate into Azure\n      --log-file string        Output logs to this file\n      --proxy string           Sets the proxy URL for the AzureHound service\n  -r, --refresh-token string   Use an acquired refresh token to authenticate into Azure\n  -v, --verbosity int          AzureHound verbosity level (defaults to 0) [Min: -1, Max: 2]\n      --version                version for azurehound\n\nUse \"azurehound [command] --help\" for more information about a command.\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspecterops%2Fazurehound","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fspecterops%2Fazurehound","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspecterops%2Fazurehound/lists"}