https://github.com/byt3n33dl3/azurehoundad

Kerberos key and Azure Data Exporter for Attack Path Manager

https://github.com/byt3n33dl3/azurehoundad

Science Score: 26.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (12.8%) to scientific vocabulary

Keywords

attack-paths azure cloud golang post-exploitation
Last synced: 5 months ago · JSON representation

Repository

Kerberos key and Azure Data Exporter for Attack Path Manager

Basic Info
  • Host: GitHub
  • Owner: byt3n33dl3
  • License: gpl-3.0
  • Language: C#
  • Default Branch: main
  • Homepage:
  • Size: 10.3 MB
Statistics
  • Stars: 6
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 3
Topics
attack-paths azure cloud golang post-exploitation
Created almost 2 years ago · Last pushed about 1 year ago
Metadata Files
Readme Funding License Security

README.md

AzureHoundAD

AzureHoundAD

FeaturesInstallationUsageScope

The Attack Path Management data collector for Microsoft Azure AzureHoundAD 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.

AzureHoundAD 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.

  • AzureHound is a Go binary that collects data from AzureAD and AzureRM via the MS Graph and Azure REST APIs.

Get AzureHoundAD

ConfigFiltersAzureAD

Download the appropriate binary for your platform from one of our Releases.

The rolling release contains pre-built binaries that are automatically kept up-to-date with the main branch and can be downloaded from here.

Warning: The rolling release may be unstable.

Compiling

To build this project from source run the following:

ps1 go build -ldflags="-s -w -X github.com/byt3n33dl3/AzureHoundAD/v2/constants.Version=`git describe tags --exact-match 2> /dev/null || git rev-parse HEAD`"

Usage

Print all Azure Tenant data to stdout

ps1 ❯ azurehound list -u "$USERNAME" -p "$PASSWORD" -t "$TENANT"

Print all Azure Tenant data to file

ps1 ❯ azurehound list -u "$USERNAME" -p "$PASSWORD" -t "$TENANT" -o "mytenant.json"

Configure and start data collection service for BloodHound Enterprise

```ps1 ❯ azurehound configure (follow prompts)

❯ azurehound start ```

Command Line

```ps1 ❯ azurehound --help AzureHound vx.x.x Created by the BloodHound Enterprise team -

The official tool for collecting Azure data for BloodHound 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 (.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. ```

Thanks To

Owner

  • Name: Sulaiman
  • Login: byt3n33dl3
  • Kind: user
  • Location: Error 403: Not on earth

I N F R A X 8 6

GitHub Events

Total
  • Watch event: 4
  • Public event: 1
  • Push event: 4
Last Year
  • Watch event: 4
  • Public event: 1
  • Push event: 4

Issues and Pull Requests

Last synced: 10 months ago

All Time
  • Total issues: 0
  • Total pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Total issue authors: 0
  • Total pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels

Dependencies

.github/workflows/build.yml actions
  • actions/checkout v3 composite
  • actions/setup-go v3 composite
  • docker/build-push-action v3 composite
  • docker/login-action f054a8b539a109f9f41c372932f1ae047eff08c9 composite
  • docker/metadata-action 98669ae865ea3cffbcbaa878cf57c20bbf1c6c38 composite
  • softprops/action-gh-release v1 composite
.github/workflows/cla.yml actions
  • contributor-assistant/github-action v2.3.1 composite
.github/workflows/publish.yml actions
  • actions/checkout v3 composite
  • actions/setup-go v3 composite
  • docker/build-push-action v3 composite
  • docker/login-action f054a8b539a109f9f41c372932f1ae047eff08c9 composite
  • docker/metadata-action 98669ae865ea3cffbcbaa878cf57c20bbf1c6c38 composite
  • softprops/action-gh-release v1 composite
Dockerfile docker
  • gcr.io/distroless/base-debian12 nonroot build
  • golang 1.21 build
go.mod go
  • github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e
  • github.com/davecgh/go-spew v1.1.1
  • github.com/fsnotify/fsnotify v1.5.1
  • github.com/go-logr/logr v1.2.0
  • github.com/gofrs/uuid v4.1.0+incompatible
  • github.com/golang-jwt/jwt v3.2.2+incompatible
  • github.com/hashicorp/hcl v1.0.0
  • github.com/inconshreveable/mousetrap v1.1.0
  • github.com/judwhite/go-svc v1.2.1
  • github.com/magiconair/properties v1.8.5
  • github.com/manifoldco/promptui v0.9.0
  • github.com/mitchellh/mapstructure v1.4.3
  • github.com/pelletier/go-toml v1.9.4
  • github.com/pmezard/go-difflib v1.0.0
  • github.com/rs/zerolog v1.26.0
  • github.com/spf13/afero v1.6.0
  • github.com/spf13/cast v1.4.1
  • github.com/spf13/cobra v1.8.1
  • github.com/spf13/jwalterweatherman v1.1.0
  • github.com/spf13/pflag v1.0.5
  • github.com/spf13/viper v1.10.1
  • github.com/stretchr/testify v1.7.0
  • github.com/subosito/gotenv v1.2.0
  • github.com/youmark/pkcs8 v0.0.0-20201027041543-1326539a0a0a
  • go.uber.org/mock v0.2.0
  • golang.org/x/crypto v0.21.0
  • golang.org/x/mod v0.8.0
  • golang.org/x/net v0.23.0
  • golang.org/x/sys v0.18.0
  • golang.org/x/text v0.14.0
  • golang.org/x/tools v0.6.0
  • gopkg.in/ini.v1 v1.66.2
  • gopkg.in/yaml.v2 v2.4.0
  • gopkg.in/yaml.v3 v3.0.1
go.sum go
  • 784 dependencies
logger/typespec.extension/Emitter.Csharp/package.json npm
  • @azure-tools/typespec-autorest 0.48.0 development
  • @azure-tools/typespec-azure-core 0.48.0 development
  • @azure-tools/typespec-azure-resource-manager 0.48.0 development
  • @azure-tools/typespec-azure-rulesets 0.48.0 development
  • @azure-tools/typespec-client-generator-core 0.48.1 development
  • @eslint/js ^9.2.0 development
  • @types/lodash.isequal ^4.5.6 development
  • @types/mocha ~9.1.0 development
  • @types/node ~22.7.5 development
  • @types/prettier ^2.6.3 development
  • @typespec/compiler 0.62.0 development
  • @typespec/http 0.62.0 development
  • @typespec/json-schema 0.62.0 development
  • @typespec/library-linter 0.62.0 development
  • @typespec/openapi 0.62.0 development
  • @typespec/rest 0.62.0 development
  • @typespec/versioning 0.62.0 development
  • @typespec/xml 0.62.0 development
  • c8 ~7.11.0 development
  • eslint ^8.57.0 development
  • globals ^15.2.0 development
  • lodash.isequal ^4.5.0 development
  • prettier ~3.0.3 development
  • rimraf ~3.0.2 development
  • typescript ~5.6.3 development
  • typescript-eslint ^7.8.0 development
  • vitest ^1.4.0 development
  • @autorest/csharp 3.0.0-beta.20240625.4
  • @typespec/http-client-csharp 0.1.9-alpha.20241122.1
  • json-serialize-refs 0.1.0-0
internal/AutoRest.CSharp.UnitTests/AutoRest.CSharp.Tests.csproj nuget
  • Azure.Core *
  • Azure.ResourceManager *
  • Microsoft.NET.Test.Sdk *
  • Moq *
  • NUnit3TestAdapter *
  • nunit *
logger/autorest.codemodel/AutoRest.CodeModel.csproj nuget
  • NJsonSchema.CodeGeneration.CSharp 10.0.23
logger/internal/computefleet/computefleet/cf.csproj nuget
logger/internal/connectedkubernetes/kubernetes/ConnectedKubernetes.csproj nuget
logger/internal/connectednetwork/ConnectedNetwork/ConnectedNetwork.csproj nuget