UpCloud IP ranges
Current IP ranges (CIDRs) used by the UpCloud infrastructure, updated daily.
| category | Datacenter & Hosting |
|---|---|
| website | https://upcloud.com |
| ranges | 107 (87 IPv4, 20 IPv6) |
| last change | |
| downloads | 482 |
| download | txt csv json — permalinks, always the latest data |
curl -O https://cloud-ip-ranges.com/download/upcloud.txt
Ranges
Sample of 25 of 107 ranges. Download the full list above, or check a specific IP.
| CIDR | Type | Tag |
|---|---|---|
| 5.22.208.0/22 | ipv4 | AS202053 |
| 5.22.212.0/22 | ipv4 | AS202053 |
| 5.22.216.0/22 | ipv4 | AS202053 |
| 5.22.220.0/22 | ipv4 | AS202053 |
| 5.253.32.0/22 | ipv4 | AS202053 |
| 77.81.0.0/24 | ipv4 | AS202053 |
| 80.69.172.0/22 | ipv4 | AS202053 |
| 2a03:3b00:1::/48 | ipv6 | AS202053 |
| 2a03:3b00:2::/48 | ipv6 | AS202053 |
| 2a04:3540::/32 | ipv6 | AS202053 |
| 2a04:3541::/32 | ipv6 | AS202053 |
| 2a04:3541:8000::/34 | ipv6 | AS202053 |
| 2a04:3542::/32 | ipv6 | AS202053 |
| 2a04:3542:8000::/34 | ipv6 | AS202053 |
| 5.57.208.0/24 | ipv4 | AS25697 |
| 38.100.118.0/23 | ipv4 | AS25697 |
| 62.164.153.0/24 | ipv4 | AS25697 |
| 85.9.192.0/21 | ipv4 | AS25697 |
| 95.111.212.0/22 | ipv4 | AS25697 |
| 152.44.32.0/21 | ipv4 | AS25697 |
| 152.44.40.0/22 | ipv4 | AS25697 |
| 2604:ed40::/32 | ipv6 | AS25697 |
| 2605:7380::/32 | ipv6 | AS25697 |
| 2605:7380:8000::/34 | ipv6 | AS25697 |
| 2a03:3b00:c::/48 | ipv6 | AS25697 |
Blocking UpCloud
iptables
curl -sO https://cloud-ip-ranges.com/download/upcloud.txt
while read ip; do
iptables -A INPUT -s $ip -j DROP
iptables -A OUTPUT -d $ip -j DROP
done < upcloud.txt
ufw
curl -sO https://cloud-ip-ranges.com/download/upcloud.txt
while read ip; do
ufw deny from $ip
ufw deny to $ip
done < upcloud.txt
fail2ban
sudo tee /etc/fail2ban/filter.d/upcloud-block.conf << EOF
[Definition]
failregex = ^.*$
ignoreregex =
EOF
sudo tee /etc/fail2ban/jail.d/upcloud-block.conf << EOF
[upcloud-block]
enabled = true
filter = upcloud-block
action = iptables-allports[name=upcloud]
logpath = /tmp/upcloud.txt
findtime = 1
bantime = -1
maxretry = 1
EOF
curl -so /tmp/upcloud.txt https://cloud-ip-ranges.com/download/upcloud.txt
sudo systemctl restart fail2ban
pfSense / OPNsense
curl -sO https://cloud-ip-ranges.com/download/upcloud.txt
# Firewall > Aliases: new alias UPCLOUD_BLOCK, type Network(s), import the file
# Firewall > Rules > WAN: Action=Block, Source=UPCLOUD_BLOCK
About
These IP ranges are sourced directly from UpCloud's official feeds and are updated regularly to ensure accuracy. The data includes IPv4 and IPv6 ranges used by UpCloud's infrastructure worldwide. Last update was 12 minutes 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, QUIC.cloud, Rackspace, Rapid7 Sonar, Salesforce, Scaleway, Shodan, StatusCake, StormWall, Stretchoid, Sucuri, Telegram, Tencent, TOR, UptimeRobot, Vultr, Wasabi, Windscribe, Yandex, Zoho, Zoom, Zscaler