Intended to contain signatures that detection rules look for
Microsoft-IIS/10.0
certsrv
Certificate Services
Microsoft CA
Certificate Authority
CRL Distribution Point
OCSP Responder
Links that look like certificate resources
/crl/revocation.crl
/pki/cert.cer
/pki/bundle.p7b
/CertEnroll/machine-cert.cer
/CertSrv/certs/revocation.crl
Subject: CN=Test-CA
Issuer: CN=Test-CA
O=Example Organization
OU=IT Department
SerialNumber: 01:23:45:67:89:AB
OCSP Responder at /ocsp/
Responder URL: http://example.test/ocsp/
Service: Certificate Services OCSP
To trigger the scanner serve this page as the response for the listed endpoints.
The rule looks for those literal words and the certificate like lines above.
The line CN=Test-CA matches regex like CN=[A-Za-z0-9-]+-CA.
The file lines ending with .crl .cer and .p7b match the file extension regexes.