# 使用 Homebrew, Nix 安装 azurehound

查看 azurehound 的安装路径、可执行文件、元数据以及面向 AI 代理工作流的安全说明。

## 安装

```sh
sudo av install brew:azurehound
```

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install azurehound
```

  证据: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#azurehound
```

  证据: nixpkgs package indexes: pkgs/by-name/az/azurehound/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

## 软件包事实

- **软件包键:** brew:azurehound
- **软件包管理器:** Homebrew
- **版本:** 3.0.0
- **来源摘要:** Azure Data Exporter for BloodHound
- **主页:** <https://github.com/SpecterOps/AzureHound>
- **仓库:** <https://github.com/SpecterOps/AzureHound>
- **最后更新:** 2026-07-26T13:19:55+02:00
- **已生成:** 2026-08-03T19:37:03+00:00

## 可执行文件

- azurehound (别名)

## 安装行为

- Bottle: 不可用

## 版本和新鲜度

- 页面生成时间: 2026-08-03
- 管理器版本: 3.0.0
## 项目历史与用法

AzureHound is SpecterOps' Microsoft Azure data collector for BloodHound. It gathers Azure and Microsoft Entra ID relationship data so BloodHound users can reason about identity attack paths in cloud and hybrid environments.

### 项目历史

AzureHound comes from the BloodHound/SpecterOps ecosystem, extending BloodHound collection beyond traditional Active Directory graph data into Azure tenant data. The official README identifies it as the BloodHound data collector for Microsoft Azure and the official tool for collecting Azure data for BloodHound Community Edition and BloodHound Enterprise.

The public repository provides Go source, release binaries, a rolling release tied to the main branch, and command help for listing tenant data or running a collection service.

### 采用历史

Adoption follows BloodHound's security-operator audience rather than general Azure administration. The input package facts list Homebrew and Nix packages, which is typical for offensive-security and assessment tooling that needs reproducible workstation installs.

The README shows Azure CLI token reuse via `az account get-access-token`, making it convenient for operators who already authenticate with Microsoft's Azure CLI and want to export graph data without a separate browser flow.

### 使用方式

Common usage is `azurehound list` with username/password, tenant, JWT, or refresh token options, optionally writing JSON output for BloodHound ingestion. `azurehound configure` and `azurehound start` support service-style collection for BloodHound Enterprise.

The command exposes a `--config` flag with a default config path under the user's config directory. Credential material is supplied through flags, tokens, certificates, or config rather than a separately documented universal credentials file.

### 为什么软件包爱好者会关心

For package nerds, AzureHound is a compact Go security CLI with release binaries and a rolling-release channel. It is notable less for broad package coverage than for being a high-signal dependency in BloodHound workflows where exact versioning and tenant-data compatibility matter.

It also illustrates a common packaging boundary in security tools: the package can install a binary, but the meaningful output is sensitive tenant graph data that belongs outside package-manager state.

### 时间线

- 2022: The AzureHound repository exposes a rolling release for binaries built from the main branch.
- 2020s: SpecterOps documents AzureHound as the Azure collector for BloodHound Community Edition and Enterprise.
- 2020s: Homebrew and Nix package entries make AzureHound easy to install on assessment workstations.

### Related projects

- BloodHound Community Edition and BloodHound Enterprise consume the data AzureHound collects.
- Azure CLI can provide Microsoft Graph access tokens reused by AzureHound.
- SharpHound is the related BloodHound collector for Active Directory environments.

### 来源

- SpecterOps BloodHound AzureHound docs
- SpecterOps/AzureHound README and releases
- source_facts.package-manager


## 安全说明

narrow executable package without higher-risk signals.

- **Geiger 风险:** 绿色 / 低
- narrow executable package without higher-risk signals


## Configuration and credential file locations

These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.


## Configuration files

- Unix: ~/.config/azurehound/config.json

## Credential files

- Windows: C:\Users\Administrator.ROOT\.config\azurehound\key.pem, C:\Users\Administrator.ROOT\.config\azurehound\cert.pem
## 其他软件包管理器记录

- Nix - azurehound: normalized package name match | nixpkgs package indexes: pkgs/by-name/az/azurehound/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1


## Combined YAML source

View the package source record on GitHub. [combined/azurehound.yml](https://github.com/mxcl/pkgdb/blob/main/combined/azurehound.yml)


## 来源

- pkg.so package database
- Geiger risk classifier
- curated configuration and credential file locations
- curated package history
- pkgdb category and tag curation
- external package-manager database matches
- cross-ecosystem install command graph
