certspotter
certspotter copied to clipboard
Certificate Transparency Log Monitor
Running as a cron job is sub-optimal for several reasons: 1. It's not obvious what the interval between runs should be. A shorter interval allows for quicker notification of certificates,...
I'd like to see the results such as the total number of certificates fetched, but all of the "Fetching certificate ##### of #####" messages that appear when using the `-verbose`...
Hi I have started Certspotter and asked it to download from the beginning. It looks like this will take a few hundred years to traverse through. /s Is there any...
detect if a certificate is issued for a domain which resembles a monitored domain.
When I scan this domain, with the certspotter service (which I'm assuming uses the certspotter software) https://certspotter.com/api/v0/certs?domain=bmoattachments.org I get this error ``` {"code":"unregistered_domain","message":"Domain is not beneath an eTLD available for...
It's possible to obtain significantly higher throughput by downloading entries in parallel. There are several challenges with this approach, however: 1. We don't know how many entries a log will...
I'm running certspotter using the `script` argument. I see occasional errors pop up: ``` certspotter: ct.googleapis.com/pilot: 2018/09/01 13:33:44 Failed to execute script: ./log_lines.sh: fork/exec ./log_lines.sh: invalid argument ``` My script...
To avoid unnecessary noise, it would be nice if there were options: - not to report a certificate that has been already reported in some different log - not to...
Go doesn't have atexit(3), and the only signals guaranteed to be available on all platforms are SIGINT and SIGKILL, so we only catch SIGINT here. This allows us to at...
When writing a script for the -script option, I noticed that there are many details about the CT and the certificate. I was wondering if there is a variable to...