ct_unauthorized_detect
Cross-reference certificate transparency logs with CAA DNS records to flag certificates issued by unauthorized certificate authorities.
Instructions
Detect potentially unauthorized certificates by cross-referencing CT logs with CAA DNS records. Flags certificates issued by CAs not authorized in the domain's CAA record.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain | Yes | The domain to check for unauthorized certificates (e.g. 'example.com') | |
| allowed_cas | No | Optional explicit list of allowed CA names to override CAA-based detection |