Skip to content
KitploitKITPLOIT
ツールブログ
提出
ツールブログ
提出

ハッキング、侵入テスト、サイバーセキュリティツールをあなたのセキュリティアーセナルに!

Kitploitはハッキング、サイバーセキュリティ、ペネトレーションテストのツールディレクトリです。最新のプロジェクトアップデートを見つけて、脆弱性の発見、システム分析、テストの自動化、セキュリティの強化を行いましょう。

··フィード·お問い合わせ·プライバシー·© 2026 Kitploit

ツールディレクトリ

カテゴリ

すべてのカテゴリを見る
Loading categories
AzureHound — Azureテナントデータ(ユーザー、グループ、ロール、リソース)を収集し、クラウドペネトレーションテストやレッドチーム運用におけるBloodHound攻撃経路分析のためにエクスポートします。 | Kitploit
ツール/GitHubGitHub/specterops/azurehound
OSINT (オープンソースインテリジェンス)偵察情報収集ペネトレーションテストクラウドセキュリティ
GitHubspecterops/azurehound

AzureHound

Azureテナントデータ(ユーザー、グループ、ロール、リソース)を収集し、クラウドペネトレーションテストやレッドチーム運用におけるBloodHound攻撃経路分析のためにエクスポートします。

リポジトリを見る
9431448日前Kitploit レビュー済み

人気

すべて見る →

コミュニティで最も使われているツールを見つけましょう。

すべてのツールを探索

ツールコレクションを閲覧

すべてのツールを見る →
共有

AzureHound

Microsoft Azure 向け BloodHound データコレクター

GitHub Workflow Status GitHub release (latest SemVer) GitHub all releases Documentation

AzureHound を入手する

リリースバイナリ

私たちの Releases からお使いのプラットフォームに適したバイナリをダウンロードしてください。

ローリングリリース

ローリングリリースには、main ブランチに自動的に追従して更新されるプレビルドバイナリが含まれており、こちら からダウンロードできます。

警告: ローリングリリースは不安定な場合があります。

コンパイル

前提条件
  • Go 1.25 以降

ソースからこのプロジェクトをビルドするには、以下を実行してください:

root@kitploit:~
go build -ldflags="-s -w -X github.com/bloodhoundad/azurehound/v2/constants.Version=`git describe tags --exact-match 2> /dev/null || git rev-parse HEAD`"

ドキュメント

以下の内容については、BloodHound Community Edition ドキュメント を参照してください:

  • AzureHound Community Edition
  • AzureHound Community Edition Flags

使用方法

クイックスタート

すべての Azure テナントデータを標準出力に出力する

root@kitploit:~
❯ azurehound list -u "$USERNAME" -p "$PASSWORD" -t "$TENANT"

すべての Azure テナントデータをファイルに出力する

root@kitploit:~
❯ azurehound list -u "$USERNAME" -p "$PASSWORD" -t "$TENANT" -o "mytenant.json"

Azure CLI の既存の認証を再利用して、すべての Azure テナントデータをファイルに出力する

root@kitploit:~
❯ JWT=$(az account get-access-token --resource https://graph.microsoft.com | jq -r .accessToken)
❯ azurehound list --jwt "$JWT"

BloodHound Enterprise のデータ収集サービスを設定して開始する

root@kitploit:~
❯ azurehound configure
(follow prompts)

❯ azurehound start

CLI

root@kitploit:~
❯ azurehound --help
AzureHound vx.x.x
Created by the BloodHound Enterprise team at SpecterOps - [https://bloodhoundenterprise.io](https://specterops.io/bloodhound-overview/)

The official tool for collecting Azure data for BloodHound Community Edition and BloodHound Enterprise

Usage:
  azurehound [command]

Available Commands:
  completion  Generate the autocompletion script for the specified shell
  configure   Configure AzureHound
  help        Help about any command
  list        Lists Azure Objects
  start       Start Azure data collection service for BloodHound Enterprise

Flags:
  -c, --config string          AzureHound configuration file (default: /Users/dlees/.config/azurehound/config.json)
  -h, --help                   help for azurehound
      --json                   Output logs as json
  -j, --jwt string             Use an acquired JWT to authenticate into Azure
      --log-file string        Output logs to this file
      --proxy string           Sets the proxy URL for the AzureHound service
  -r, --refresh-token string   Use an acquired refresh token to authenticate into Azure
  -v, --verbosity int          AzureHound verbosity level (defaults to 0) [Min: -1, Max: 2]
      --version                version for azurehound

Use "azurehound [command] --help" for more information about a command.
ツールをダウンロード