The name might be infringement or the code might abuse their API. Or, GitHub could decide it's not worth it. Why would you try to scan every IP address?
A valid use case for wanting to know the “real” IP of a site hiding behind CloudFlare is being able to access the website from a Tor IP address (which they categorically block). For users in a country with censored internet, such a service would be essential.
Ask HN: What gives Cloudflare the right to takedown apps revealing site real IP?
11–20 of 61 posts
Re: Ask HN: What gives Cloudflare the right to takedown apps revealing site real IP?
#12https://github.com/zidansec/CrimeFlare-1
it only makes request to https://api.xploit.my.id/v1/crimeflare.php and logs the output
Re: Ask HN: What gives Cloudflare the right to takedown apps revealing site real IP?
#13The name might be infringement or the code might abuse their API. Or, GitHub could decide it's not worth it. Why would you try to scan every IP address?
A valid use case for wanting to know the “real” IP of a site hiding behind CloudFlare is being able to access the website from a Tor IP address (which they categorically block). For users in a country with censored internet, such a service would be essential.
Everytime I check this statement with Cloudflare-enabled sites... it was either always accessible (a nagging screen might be shown momentarily, but that's it), or the block is usually due to that site being a bank or something else that will block Tor users regardless of their firewall solutions. I've just tested it again just in case something has changed, but that statement holds up every time.
Can you please give a non-banking site that a) uses Cloudflare and b) blocks Tor?
Re: Ask HN: What gives Cloudflare the right to takedown apps revealing site real IP?
#14>by scanning the public internet in it’s entirely, indexing the domains Can you explain this?
So there’s only 4.2 billion possible IPv4 addresses where a site can live. A lot are reserved or unused, leaving about 3.7 billion possibilities. Household internet speeds are fast enough that it is within the realm of possibility that a computer could sequentially connect to every single IPv4 host on the entire internet in search for the target website. Specialty network cards with datacenter connections can scan th…
Re: Ask HN: What gives Cloudflare the right to takedown apps revealing site real IP?
#15Why on earth would you try to help DDOS'ers? I think you should really take a step back here and reevaluate what drives you here and what impact you have on other people.
Re: Ask HN: What gives Cloudflare the right to takedown apps revealing site real IP?
#16Why on earth would you try to help DDOS'ers? I think you should really take a step back here and reevaluate what drives you here and what impact you have on other people.
aren’t there any legitimate use-cases for it?
A court ruling exempted Cloudflare from its users infringements of copyright making things easy for them.
Re: Ask HN: What gives Cloudflare the right to takedown apps revealing site real IP?
#17https://github.com/zidansec/CrimeFlare-1
that’s just the client though it only makes request to https://api.xploit.my.id/v1/crimeflare.php and logs the output
Re: Ask HN: What gives Cloudflare the right to takedown apps revealing site real IP?
#18Earlier quoted context omitted.
So there’s only 4.2 billion possible IPv4 addresses where a site can live. A lot are reserved or unused, leaving about 3.7 billion possibilities. Household internet speeds are fast enough that it is within the realm of possibility that a computer could sequentially connect to every single IPv4 host on the entire internet in search for the target website. Specialty network cards with datacenter connections can scan th…
But what makes you think that the real IP serves the same site to the public internet, as it proxies to CF? If I were using CF for DDoS mitigation, I would drop all traffic to my real IP other than traffic originating from CF.
For site owners who don't know about this, these are the IP addresses you can expect traffic from: https://www.cloudflare.com/ips/
I'd personally advice using IPv6 (with a high, random address rather than the common aa:bb:cc:dd::0) to make scanning for hosts a lot harder to accomplish, just in case your firewall fails for some weird reason.
Re: Ask HN: What gives Cloudflare the right to takedown apps revealing site real IP?
#19Re: Ask HN: What gives Cloudflare the right to takedown apps revealing site real IP?
#20I'm not familiar with CrimeFlare and its technical details but a cursory google search shows that security-through-obscurity is possible with Cloudflare if one follows the correct sequence of steps to hide the ip. Otherwise, a careless setup such as public MX mail record will inadvertently "leak" the ip. E.g. Stackoverflow Q&A: https://stackoverflow.com/questions/58591448/how-does-crimef...
>, I intend to create a new internet-wide scanning system
But the host systems at the receiving end of your scanning tool still have to respond to your tool pinging them with network requests and if your ip origin isn't Cloudflare, the host server doesn't have to reply with useful information. Or did you have another mass scanning technique we're overlooking?