Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CLOUDFLARE'S IP RANGES #300

Open
izzykiefer opened this issue Apr 28, 2024 · 0 comments
Open

CLOUDFLARE'S IP RANGES #300

izzykiefer opened this issue Apr 28, 2024 · 0 comments

Comments

@izzykiefer
Copy link

izzykiefer commented Apr 28, 2024

FIREHOL LEVELS 1,2,3,4 COLLECTIVELY BLOCKS MORE THAN 1000 CLOUDFLARE'S IPs. PEOPLE WHO USE CLOUDFLARE'S DNS PROXY FOR THEIR WEBSITES, WHICH HALF OF THE WORLDS WEBSITES PROBABLY USE, GETS AESSAGE SAYING THAT THEIR WEBSITE IS OFFLINE BY CLOUDFLARE ... PLEASE REMOVE THEM ASAP. FIND THEIR NETBLOCKS/IP RANGES ON THEIR WEBSITE. https://www.cloudflare.com/ips/

I had written a script to remove them programatically before loading it into my firewall tables for now. and it shows 1007 ips and subnets are in firehol's level 1,2,3,4 lists.

I have the full list of Cloudflare's IPs/Subnets that are in these lists and list name/url. If need be i can provide them all to you.
Oh, and btw, im only using these lists below. So 1007 cloudflare ips are only in these lists. I dont know about the rest of the lists.

`$src[0] = 'https://iplists.firehol.org/files/et_block.netset';

$src[1] = 'https://iplists.firehol.org/files/et_compromised.ipset';

$src[2] = 'https://iplists.firehol.org/files/et_dshield.netset';

$src[3] = 'https://iplists.firehol.org/files/firehol_level1.netset';

$src[4] = 'https://iplists.firehol.org/files/firehol_level2.netset';

$src[5] = 'https://iplists.firehol.org/files/firehol_level3.netset';

$src[6] = 'https://iplists.firehol.org/files/firehol_level4.netset';

$src[7] = 'https://iplists.firehol.org/files/blocklist_de_apache.ipset';

$src[8] = 'https://iplists.firehol.org/files/blocklist_de_ssh.ipset';
`

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant