route_non_privileged_users_with_dangerous_rights_to_users
Analyze Active Directory environments to identify and redirect non-privileged users with potentially dangerous access rights to specified users, enhancing security through BloodHound MCP.
Instructions
Route non-privileged user(s) with dangerous rights to user(s) [HIGH RAM]
Input Schema
Name | Required | Description | Default |
---|---|---|---|
domain | Yes |
Input Schema (JSON Schema)
{
"properties": {
"domain": {
"title": "domain",
"type": "string"
}
},
"required": [
"domain"
],
"title": "route_non_privileged_users_with_dangerous_rights_to_usersArguments",
"type": "object"
}