cloud-ip-ranges

QUIC.cloud IP ranges

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

categoryCDN & Edge
websitehttps://quic.cloud
ranges152 (152 IPv4, 0 IPv6)
last change
downloads521
download txt csv json — permalinks, always the latest data
curl -O https://cloud-ip-ranges.com/download/quic-cloud.txt

Ranges

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

CIDR Type
5.134.119.103/32 ipv4
15.204.231.24/32 ipv4
15.235.180.91/32 ipv4
15.235.181.227/32 ipv4
18.192.146.200/32 ipv4
23.95.72.16/32 ipv4
23.160.56.125/32 ipv4
31.22.115.186/32 ipv4
31.40.212.152/32 ipv4
31.131.4.244/32 ipv4
37.120.163.165/32 ipv4
38.54.79.187/32 ipv4
38.60.253.237/32 ipv4
38.114.121.40/32 ipv4
40.160.225.31/32 ipv4
40.160.241.195/32 ipv4
41.185.29.210/32 ipv4
41.223.52.170/32 ipv4
45.32.67.144/32 ipv4
45.32.77.223/32 ipv4
45.32.123.201/32 ipv4
45.32.183.112/32 ipv4
45.32.203.144/32 ipv4
45.63.67.181/32 ipv4
45.76.252.131/32 ipv4

Blocking QUIC.cloud

iptables

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

ufw

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

fail2ban

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

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

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

pfSense / OPNsense

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

About

These IP ranges are sourced directly from QUIC.cloud's official feeds and are updated regularly to ensure accuracy. The data includes IPv4 and IPv6 ranges used by QUIC.cloud's infrastructure worldwide. Last update was about 10 hours ago.

Other providers

AirVPN, Akamai, Alibaba, Alpha Strike Labs, Amazonbot, Amzn-SearchBot, Amzn-User, Anthropic, AppleBot, Atlassian, AWS, Azure, Backblaze, Baidu, BinaryEdge, BingBot, Bunny, CacheFly, 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, Rackspace, Rapid7 Sonar, Salesforce, Scaleway, Shodan, StatusCake, StormWall, Stretchoid, Sucuri, Telegram, Tencent, TOR, UpCloud, UptimeRobot, Vultr, Wasabi, Windscribe, Yandex, Zoho, Zoom, Zscaler