IP Address OSINT Verified May 16, 2026

Cloudflare IP Finder

Utilize misconfigured DNS and old database records to find hidden IP's behind the CloudFlare network

Open Tool

Investigator Use

CloudFail is an open-source Python tool available on GitHub that attempts to identify the real IP addresses of websites hidden behind Cloudflare's CDN and DDoS protection service. By querying DNS history databases, certificate transparency logs, and other passive sources, CloudFail can surface the origin server IP that a website operator intended to conceal.

For OSINT investigators, CloudFail addresses a specific intelligence gap: when a target website uses Cloudflare or similar CDN providers, the IP address returned by DNS lookup is the CDN's infrastructure, not the origin server. The origin server IP is where the actual hosting occurs and is the critical data point for legal process, hosting provider identification, and infrastructure analysis.

CloudFail's approach combines multiple bypass techniques: historical DNS records that predate Cloudflare activation (when the domain previously resolved directly to the origin), certificate transparency logs that may contain the origin server's certificate, and direct subdomains that the operator forgot to route through Cloudflare (development servers, mail servers, staging environments often resolve directly).

Subdomain enumeration is one of CloudFail's most reliable techniques — operators frequently configure Cloudflare for their main domain while leaving subdomains (dev.company.com, mail.company.com, staging.company.com) pointing directly at the origin IP. These unprotected subdomains expose the origin server.

For law enforcement investigations and authorized penetration testing, identifying the true hosting IP allows investigators to determine the appropriate hosting provider to contact for records, identify the data center and jurisdiction where the server operates, and understand the full infrastructure behind a target web presence.

Limitations: Cloudflare IP bypassing is not guaranteed — organizations that have always used Cloudflare and consistently routed all subdomains through it will not have exposed origin IPs in historical records. CloudFail is a reconnaissance tool and results should be validated before use.

Document authorization scope, tool version, target domain, techniques attempted, and any origin IPs discovered.

#Cloudflare IP Finder #GitHub OSINT tools #GitHub OSINT resources #cloudflare #finder #behind #capabilities #code #database #developer

Before You Pivot

Record Context

Capture the target, search terms, and why this source is relevant before you leave the page.

Preserve Evidence

Archive volatile pages, save screenshots, and keep timestamps for anything that may change.

Corroborate

Treat one tool as a lead source. Confirm important findings with independent sources.

Related Tools