find_all_enabled_as_rep_roastable_users
Identify enabled users vulnerable to AS-REP roasting attacks within a specified domain, using BloodHound MCP to simplify Active Directory security analysis.
Instructions
Find all enabled AS-REP roastable 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_as_rep_roastable_usersArguments",
"type": "object"
}