cloud-ip-ranges

CacheFly IP ranges

Current IP ranges (CIDRs) used by the CacheFly cloud infrastructure, updated daily.

categoryCDN & Edge
websitehttps://www.cachefly.com
ranges16 (16 IPv4, 0 IPv6)
last change
downloads527
download txt csv json — permalinks, always the latest data
curl -O https://cloud-ip-ranges.com/download/cachefly.txt

Ranges

Sample of 16 of 16 ranges. Download the full list above, or check a specific IP.

CIDR Type
50.31.148.0/24 ipv4
50.31.196.0/24 ipv4
50.31.197.0/24 ipv4
66.225.208.0/24 ipv4
66.225.222.0/24 ipv4
66.225.243.0/24 ipv4
75.102.32.0/24 ipv4
75.102.42.0/24 ipv4
167.88.159.0/24 ipv4
216.246.19.0/24 ipv4
216.246.40.0/24 ipv4
216.246.44.0/24 ipv4
216.246.100.0/24 ipv4
216.246.104.0/24 ipv4
216.246.118.0/24 ipv4
216.246.119.0/24 ipv4

Blocking CacheFly

iptables

curl -sO https://cloud-ip-ranges.com/download/cachefly.txt
while read ip; do
  iptables -A INPUT -s $ip -j DROP
  iptables -A OUTPUT -d $ip -j DROP
done < cachefly.txt

ufw

curl -sO https://cloud-ip-ranges.com/download/cachefly.txt
while read ip; do
  ufw deny from $ip
  ufw deny to $ip
done < cachefly.txt

fail2ban

sudo tee /etc/fail2ban/filter.d/cachefly-block.conf << EOF
[Definition]
failregex = ^.*$
ignoreregex =
EOF

sudo tee /etc/fail2ban/jail.d/cachefly-block.conf << EOF
[cachefly-block]
enabled = true
filter = cachefly-block
action = iptables-allports[name=cachefly]
logpath = /tmp/cachefly.txt
findtime = 1
bantime = -1
maxretry = 1
EOF

curl -so /tmp/cachefly.txt https://cloud-ip-ranges.com/download/cachefly.txt
sudo systemctl restart fail2ban

pfSense / OPNsense

curl -sO https://cloud-ip-ranges.com/download/cachefly.txt
# Firewall > Aliases: new alias CACHEFLY_BLOCK, type Network(s), import the file
# Firewall > Rules > WAN: Action=Block, Source=CACHEFLY_BLOCK

About

These IP ranges are sourced directly from CacheFly's official feeds and are updated regularly to ensure accuracy. The data includes IPv4 and IPv6 ranges used by CacheFly's infrastructure worldwide. Last update was 8 months ago.

Other providers

AirVPN, Akamai, Alibaba, Alpha Strike Labs, Amazonbot, Amzn-SearchBot, Amzn-User, Anthropic, AppleBot, Atlassian, AWS, Azure, Backblaze, Baidu, BinaryEdge, BingBot, Bunny, CCBot, Censys, ChatGPT-User, ClaudeBot, Cloudflare, Datadog, DigitalOcean, DuckDuckBot, Fastly, Gabia, G-Core, GitHub, Googlebot, Google Cloud, Google Public DNS, Google Services, GPTBot, Hetzner, Hostway, Huawei Cloud, IBM Cloud, iCloud Private Relay, Internet Archive, IVPN, Leaseweb, Linode, Meta, Microsoft 365, Mistral, Mullvad, NHN Cloud, NordVPN, OpenAI ChatGPT, OpenAI SearchBot, Oracle Cloud, OVHcloud, OVPN.com, PerplexityBot, Perplexity-User, Pingdom, Private Internet Access, QUIC.cloud, Rackspace, Rapid7 Sonar, Salesforce, Scaleway, Shodan, StatusCake, StormWall, Stretchoid, Sucuri, Telegram, Tencent, TOR, UpCloud, UptimeRobot, Vultr, Wasabi, Windscribe, Yandex, Zoho, Zoom, Zscaler