list_esc4_vulnerable_certificate_templates
Identify ESC4-vulnerable Active Directory certificate templates using Certipy to detect potential security gaps in domain configurations through BloodHound MCP.
Instructions
List ESC4 vulnerable Certificate Template(s) [Required: Certipy]
Input Schema
Name | Required | Description | Default |
---|---|---|---|
domain | Yes |
Input Schema (JSON Schema)
{
"properties": {
"domain": {
"title": "domain",
"type": "string"
}
},
"required": [
"domain"
],
"title": "list_esc4_vulnerable_certificate_templatesArguments",
"type": "object"
}