{"id":17593735,"url":"https://github.com/byt3exec/azurehoundad","last_synced_at":"2025-03-29T19:12:25.275Z","repository":{"id":257926277,"uuid":"864884945","full_name":"byt3exec/AzureHoundAD","owner":"byt3exec","description":"Azure Data Exporter for BloodHound ","archived":false,"fork":false,"pushed_at":"2024-09-29T12:35:06.000Z","size":1108,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-29T19:12:20.907Z","etag":null,"topics":["active-directory","azure","golang"],"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/byt3exec.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}},"created_at":"2024-09-29T12:32:16.000Z","updated_at":"2024-09-29T12:35:09.000Z","dependencies_parsed_at":"2024-10-17T02:23:08.770Z","dependency_job_id":null,"html_url":"https://github.com/byt3exec/AzureHoundAD","commit_stats":null,"previous_names":["byt3exec/azurehoundad"],"tags_count":28,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/byt3exec%2FAzureHoundAD","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/byt3exec%2FAzureHoundAD/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/byt3exec%2FAzureHoundAD/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/byt3exec%2FAzureHoundAD/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/byt3exec","download_url":"https://codeload.github.com/byt3exec/AzureHoundAD/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246230541,"owners_count":20744349,"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":["active-directory","azure","golang"],"created_at":"2024-10-22T06:12:49.828Z","updated_at":"2025-03-29T19:12:25.247Z","avatar_url":"https://github.com/byt3exec.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/BloodHoundAD/AzureHound/build.yml)\n![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/BloodHoundAD/AzureHound)\n![GitHub all releases](https://img.shields.io/github/downloads/BloodHoundAD/AzureHound/total)\n[![Documentation](https://img.shields.io/static/v1?label=\u0026message=documentation\u0026color=blue)](https://pkg.go.dev/github.com/bloodhoundad/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/bloodhoundad/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/bloodhoundad/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## 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**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 - https://bloodhoundenterprise.io\n\nThe official tool for collecting Azure data for BloodHound 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%2Fbyt3exec%2Fazurehoundad","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbyt3exec%2Fazurehoundad","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbyt3exec%2Fazurehoundad/lists"}