SSL/TLS validation
The check verifies the certificate is valid, not expired, signed by a trusted root, matches the hostname, and supports modern protocols (TLS 1.2 and 1.3). It also flags weak ciphers, missing intermediate certificates, and mixed-content references to insecure resources.
DNS security
DNS checks look for: DNSSEC signing, CAA records restricting which CAs can issue certificates, SPF/DKIM/DMARC for email authentication, and no dangling CNAMEs that could be hijacked by a previous tenant of an abandoned subdomain.
Blacklist and reputation lookups
Your domain and IP are checked against major blocklists (Spamhaus, SURBL, SORBS, Google Safe Browsing, Microsoft SmartScreen). A clean record means email is more likely to deliver and browsers won't warn visitors away.
Malware and content scanning
Scanners fetch the homepage and key URLs, compare against known-malicious signatures, and look for suspicious injected scripts, hidden iframes, and cryptominer payloads. They cannot scan files you don't expose publicly — server-side antivirus is a separate layer.
Security scoring methodology
Most scoring systems weight findings by impact: a missing HSTS header is low-medium, an expired certificate is critical. Don't chase 100/100. Focus on critical and high findings, accept some medium ones with documented justification, and skip informational items unless they're trivial to fix.