find_azure_app_owners_with_dangerous_rights
Identify Azure application owners with risky permissions to service principals, enabling proactive security assessment. Requires azurehound for execution within BloodHound MCP.
Instructions
Owned: [WIP] Find all Owners of Azure Applications with Owners to Service Principals with Dangerous Rights (Required: azurehound)
Input Schema
Name | Required | Description | Default |
---|---|---|---|
domain | Yes |
Input Schema (JSON Schema)
{
"properties": {
"domain": {
"title": "domain",
"type": "string"
}
},
"required": [
"domain"
],
"title": "find_azure_app_owners_with_dangerous_rightsArguments",
"type": "object"
}