find_all_enabled_kerberoastable_users
Identify all enabled kerberoastable users in a specified domain using the BloodHound MCP server, aiding in Active Directory security analysis and vulnerability detection.
Instructions
Find all enabled kerberoastable user(s)
Input Schema
Name | Required | Description | Default |
---|---|---|---|
domain | Yes |
Input Schema (JSON Schema)
{
"properties": {
"domain": {
"title": "domain",
"type": "string"
}
},
"required": [
"domain"
],
"title": "find_all_enabled_kerberoastable_usersArguments",
"type": "object"
}