
AzureHound v3.0.0-rc1
Collects Azure tenant data (users, groups, roles, resources) and exports it for BloodHound attack path analysis in cloud penetration testing and red team operations. Azure टेनेंट डेटा (उपयोगकर्ताओं, समूहों, भूमिकाओं, संसाधनों) को एकत्र करता है और क्लाउड पेनिट्रेशन टेस्टिंग और रेड टीम ऑपरेशन में BloodHound हमले पथ विश्लेषण के लिए इसे निर्यात करता है।
AzureHound
Microsoft Azure के लिए BloodHound डेटा संग्राहक
AzureHound प्राप्त करें
रिलीज़ बाइनरीज़
अपने प्लेटफ़ॉर्म के लिए उपयुक्त बाइनरी हमारे रिलीज़ में से एक से डाउनलोड करें।
रोलिंग रिलीज़
रोलिंग रिलीज़ में पूर्व-निर्मित बाइनरीज़ होती हैं जो स्वचालित रूप से main शाखा के साथ अद्यतित रखी जाती हैं और यहाँ से डाउनलोड की जा सकती हैं।
चेतावनी: रोलिंग रिलीज़ अस्थिर हो सकती है।
संकलन
पूर्वापेक्षाएँ
- Go 1.25 या उसके बाद का संस्करण
इस प्रोजेक्ट को स्रोत से बनाने के लिए निम्नलिखित चलाएँ:
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 दस्तावेज़ीकरण का संदर्भ लें:
उपयोग
त्वरित आरंभ
सभी Azure टेनेंट डेटा को stdout पर प्रिंट करें
❯ azurehound list -u "$USERNAME" -p "$PASSWORD" -t "$TENANT"
सभी Azure टेनेंट डेटा को फ़ाइल में प्रिंट करें
❯ azurehound list -u "$USERNAME" -p "$PASSWORD" -t "$TENANT" -o "mytenant.json"
Azure CLI से अपने मौजूदा प्रमाणीकरण का पुन: उपयोग करते हुए सभी Azure टेनेंट डेटा को फ़ाइल में प्रिंट करें
❯ JWT=$(az account get-access-token --resource https://graph.microsoft.com | jq -r .accessToken)
❯ azurehound list --jwt "$JWT"
BloodHound Enterprise के लिए डेटा संग्रह सेवा कॉन्फ़िगर और प्रारंभ करें
❯ azurehound configure
(follow prompts)
❯ azurehound start
CLI
❯ 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.