ct_monitor
Monitor Certificate Transparency logs to detect new TLS/SSL certificates for a domain. Returns certificates from the last N days to help identify unauthorized or unexpected certificate issuances.
Instructions
Monitor Certificate Transparency logs for recently issued certificates. Returns certificates issued within the last N days for a given domain.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| days | No | Number of days to look back for new certificates. Default 7. | |
| domain | Yes | The domain to monitor for new certificates (e.g. 'example.com') |