Hi Mike,
Tom Fitzhenry has site which lets you look into log contents at ctwatch.net.
Otherwise, not web, but there are some tools in the ct github repo which will let you scrabble through the logs for entries you're interested in, the Go scanner in particular will definitely let you look for certs whose subject matches a given regex, there are Python bits which do similar there too, but I'm less familiar with those.
Cheers,
Al.
--
You received this message because you are subscribed to the Google Groups "certificate-transparency" group.
To unsubscribe from this group and stop receiving emails from it, send an email to certificate-transp...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
On 29 Mar 2015 3:24 pm, "Mike Hearn" <mi...@plan99.net> wrote:
>
> Thanks Al. Seems ctwatch.net is down at the moment.
D'oh. I'll drop Tom a note tomorrow.
>
> I guess using the command line tools would require downloading the whole log? Or do the CT servers support regex querying as part of the protocol? Any idea how big the logs are now?
Yes, they'll grab the whole lot (although the Go scanner will let you specify the leaf index to start at if you happen to know you're not interested in anything which came before.) I suspect you're probably looking at around 5-6GB at the moment from Pilot, a touch less from Aviator and Rocketeer, but I'm not sure what the exact sizes are as I haven't looked for a while.
Blimey, as I said it's been a while since I looked!