Search all certs by word

39 views
Skip to first unread message

Robert

unread,
Jun 24, 2024, 1:38:16 AM (6 days ago) Jun 24
to crt.sh
Hello,

Is it possible to search cert.sh to find all subdomains and domains with a given keyword?

For example:

SELECT distinct x509_commonName(cai.certificate), name_value
FROM certificate_and_identities cai
WHERE lower(cai.NAME_VALUE) LIKE '%example%';

For now I get ERROR:  canceling statement due to conflict with recovery

Query is too heavy? Maybe is the other way? I want use it to find phishing websites
Reply all
Reply to author
Forward
0 new messages