list_esc8_vulnerable_certificate_templates
Identify ESC8-vulnerable certificate templates in an Active Directory environment using Certipy. Streamlines detection to enhance AD security posture with BloodHound MCP.
Instructions
List ESC8 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_esc8_vulnerable_certificate_templatesArguments",
"type": "object"
}