Detect if your origin server's real IP address is leaking through MX records, historical DNS, or direct ping.
Cross-references mail exchange records, historical certificates, and direct port responses to test if attackers can bypass Cloudflare/Fastly WAFs.
Canonical test payload dispatched during security surface audits.
Direct IP access on 198.51.100.24 responds with site TLS certWatch the probe engine test this signature in an isolated sandbox.
Firewall Origin to Cloudflare Only
# Allow all incoming on port 443
# Restrict port 443 to Cloudflare IP ranges only via iptables/UFW sudo ufw allow from 173.245.48.0/20 to any port 443 proto tcp
Lock down your origin firewall to accept HTTPS traffic only from designated WAF edge proxy IP ranges.
Copy and paste into your editor to refactor this issue automatically.
Test your public domain specifically for Origin IP & Cloud WAF Bypass Scanner.
Checks commonly evaluated alongside Origin IP & Cloud WAF Bypass Scanner during surface discovery.
Find XSS vulnerabilities that could let attackers inject malicious scripts and steal customer sessions.
Detect dangerous CORS policies that allow unauthorized third-party origins to invoke authenticated APIs.
Inspect parameter tampering and insecure direct object references across user-scoped data endpoints.
Audit your site across all 41 vectors automatically on every deploy.