find_owned_users_with_group_granted_azure_access
Identify users with group-based access to Azure Tenancy by analyzing group memberships, enabling detection of potentially privileged accounts.
Instructions
Owned: [WIP] Find all owned user where group membership grants 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_group_granted_azure_accessArguments",
"type": "object"
}