get_root_ca_controllers
Identify controllers of a Root Certificate Authority to detect ESC4 and ESC5 attack paths that can compromise PKI infrastructure.
Instructions
Retrieves the controllers of a specific Root Certificate Authority.
Controllers of a Root CA can compromise the entire PKI infrastructure.
This is critical for identifying ESC4 and ESC5 attack paths.
Args:
ca_id: The ID of the Root CA to query
limit: Maximum number of controllers to return (default: 100)
skip: Number of controllers to skip for pagination (default: 0)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ca_id | Yes | ||
| limit | No | ||
| skip | No |