find_owned_users_with_azure_tenancy_access
Identify users with privileged access to Azure Tenancy, helping pinpoint owned accounts for security analysis using BloodHound MCP.
Instructions
Owned: [WIP] Find all owned user with privileged access to Azure Tenancy (Required: azurehound)
Input Schema
Name | Required | Description | Default |
---|---|---|---|
domain | Yes |
Input Schema (JSON Schema)
{
"properties": {
"domain": {
"title": "domain",
"type": "string"
}
},
"required": [
"domain"
],
"title": "find_owned_users_with_azure_tenancy_accessArguments",
"type": "object"
}