route_own_en_usrs_unconst_del
Identifies paths from compromised, enabled users to all principals with Unconstrained Delegation in an Active Directory domain, leveraging the BloodHound MCP server for analysis.
Instructions
Route from owned & enabled user(s) to all principals with "Unconstrained Delegation"
Input Schema
Name | Required | Description | Default |
---|---|---|---|
domain | Yes |
Input Schema (JSON Schema)
{
"properties": {
"domain": {
"title": "domain",
"type": "string"
}
},
"required": [
"domain"
],
"title": "route_own_en_usrs_unconst_delArguments",
"type": "object"
}