{"id":26219512,"url":"https://github.com/byt3n33dl3/azurehoundad","last_synced_at":"2025-04-16T01:57:46.137Z","repository":{"id":266821039,"uuid":"771664676","full_name":"byt3n33dl3/AzureHoundAD","owner":"byt3n33dl3","description":"Kerberos key and Azure Data Exporter for Attack Path Manager","archived":false,"fork":false,"pushed_at":"2025-02-15T16:21:36.000Z","size":10809,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-16T01:57:28.883Z","etag":null,"topics":["attack-paths","azure","cloud","golang","post-exploitation"],"latest_commit_sha":null,"homepage":"","language":"C#","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/byt3n33dl3.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/funding.yml","license":"LICENSE-APC.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"open_collective":"byt3n33dl3","custom":"s.id/byt3n33dl3","patreon":"byt3n33dl3","ko_fi":"byt3n33dl3"}},"created_at":"2024-03-13T18:06:39.000Z","updated_at":"2025-02-15T16:21:42.000Z","dependencies_parsed_at":"2024-12-06T10:52:18.887Z","dependency_job_id":"c92d033c-bb50-48a8-bd27-bfe859673be4","html_url":"https://github.com/byt3n33dl3/AzureHoundAD","commit_stats":null,"previous_names":["byt3n33dl3/azurehoundad"],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/byt3n33dl3%2FAzureHoundAD","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/byt3n33dl3%2FAzureHoundAD/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/byt3n33dl3%2FAzureHoundAD/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/byt3n33dl3%2FAzureHoundAD/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/byt3n33dl3","download_url":"https://codeload.github.com/byt3n33dl3/AzureHoundAD/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249183107,"owners_count":21226141,"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":["attack-paths","azure","cloud","golang","post-exploitation"],"created_at":"2025-03-12T14:18:22.688Z","updated_at":"2025-04-16T01:57:46.119Z","avatar_url":"https://github.com/byt3n33dl3.png","language":"C#","funding_links":["https://opencollective.com/byt3n33dl3","s.id/byt3n33dl3","https://patreon.com/byt3n33dl3","https://ko-fi.com/byt3n33dl3"],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003eAzureHoundAD\u003c/h1\u003e\n\n\u003ch1 align=\"center\"\u003e\n  \u003ca href=https://github.com/byt3n33dl3/AzureHoundAD\u003e\u003cimg src=\"/img/master.png\" alt=\"AzureHoundAD\" width=\"280px\"\u003e\n  \u003cbr\u003e\n\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"#features\"\u003eFeatures\u003c/a\u003e •\n  \u003ca href=\"#installation\"\u003eInstallation\u003c/a\u003e •\n  \u003ca href=\"#usage\"\u003eUsage\u003c/a\u003e •\n  \u003ca href=\"#Command-Line\"\u003eScope\u003c/a\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\nThe Attack Path Management data collector for Microsoft Azure\n\nAzureHoundAD collects data from Azure Active Directory (AzureAD) and Azure Resource Manager (AzureRM). It can then send this data to Attack Path Management, maybe BloodHound Enterprise for processing and analysis.\n\u003c/p\u003e\n\nAzureHoundAD uses the `Microsoft` Graph and Azure REST APIs to collect data. It can run on any operating system and doesn't require any external dependencies. Authentication Attack with AzureHoundAD supports several `Authentication` flows, including username or password, JWT, refresh token, service principal secret, and service principal certificate.\n\n- AzureHound is a Go binary that collects data from AzureAD and AzureRM via the MS Graph and Azure REST APIs. \n\n## Get AzureHoundAD\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"#crawler-configuration\"\u003eConfig\u003c/a\u003e •\n  \u003ca href=\"#filters\"\u003eFilters\u003c/a\u003e •\n  \u003ca href=\"https://discord.gg/projectdiscovery\"\u003eAzureAD\u003c/a\u003e\n\u003c/p\u003e\n\nDownload the appropriate binary for your platform from one of our [Releases](https://github.com/byt3n33dl3/AzureHoundAD/releases).\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/byt3n33dl3/AzureHoundAD/releases/tag/rolling).\n\n\u003e **Warning:** The rolling release may be unstable.\n\n## Compiling\n\n- Go [1.21](https://go.dev/dl) or later\n\nTo build this project from source run the following:\n\n```ps1\ngo build -ldflags=\"-s -w -X github.com/byt3n33dl3/AzureHoundAD/v2/constants.Version=`git describe tags --exact-match 2\u003e /dev/null || git rev-parse HEAD`\"\n```\n\n## Usage\n\n**Print all Azure Tenant data to stdout**\n\n```ps1\n❯ azurehound list -u \"$USERNAME\" -p \"$PASSWORD\" -t \"$TENANT\"\n```\n\n**Print all Azure Tenant data to file**\n\n```ps1\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```ps1\n❯ azurehound configure\n(follow prompts)\n\n❯ azurehound start\n```\n\n## Command Line\n\n```ps1\n❯ azurehound --help\nAzureHound vx.x.x\nCreated by the BloodHound Enterprise team -\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 (.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## Thanks To\n\n\u003cp align=\"left\"\u003e\n\u003ca href=\"https://github.com/byt3n33dl3\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/151133481?v=4\" width=\"50\" height=\"50\" alt=\"\" style=\"max-width: 100%;\"\u003e\u003c/a\u003e\n\u003ca href=\"https://github.com/BloodHoundAD\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/25502277?s=200\u0026v=4\" width=\"50\" height=\"50\" alt=\"\" style=\"max-width: 100%;\"\u003e\u003c/a\u003e\n\u003ca href=\"https://github.com/specterops\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/25406560?s=200\u0026v=4\" width=\"50\" height=\"50\" alt=\"\" style=\"max-width: 100%;\"\u003e\u003c/a\u003e\n\u003ca href=\"https://github.com/chrismaddalena\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/10526228?v=4\" width=\"50\" height=\"50\" alt=\"\" style=\"max-width: 100%;\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbyt3n33dl3%2Fazurehoundad","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbyt3n33dl3%2Fazurehoundad","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbyt3n33dl3%2Fazurehoundad/lists"}