users_with_most_local_admin_rights
Identify users with the highest local admin rights in a specified domain using BloodHound MCP, enabling efficient analysis of Active Directory security permissions.
Instructions
[WIP] Users with Most Local Admin Rights
Input Schema
Name | Required | Description | Default |
---|---|---|---|
domain | Yes |
Input Schema (JSON Schema)
{
"properties": {
"domain": {
"title": "domain",
"type": "string"
}
},
"required": [
"domain"
],
"title": "users_with_most_local_admin_rightsArguments",
"type": "object"
}