Scaleway IP ranges
Current IP ranges (CIDRs) used by the Scaleway cloud infrastructure, updated daily.
| category | Datacenter & Hosting |
|---|---|
| website | https://www.scaleway.com |
| ranges | 61 (40 IPv4, 21 IPv6) |
| last change | |
| downloads | 475 |
| download | txt csv json — permalinks, always the latest data |
curl -O https://cloud-ip-ranges.com/download/scaleway.txt
Ranges
Sample of 25 of 61 ranges. Download the full list above, or check a specific IP.
| CIDR | Type | Tag |
|---|---|---|
| 51.15.0.0/16 | ipv4 | AS12876 |
| 51.15.0.0/17 | ipv4 | AS12876 |
| 51.158.0.0/15 | ipv4 | AS12876 |
| 51.158.128.0/17 | ipv4 | AS12876 |
| 51.159.224.0/19 | ipv4 | AS12876 |
| 62.4.0.0/19 | ipv4 | AS12876 |
| 62.210.0.0/16 | ipv4 | AS12876 |
| 2001:bc8::/32 | ipv6 | AS12876 |
| 2001:bc8:1400::/38 | ipv6 | AS12876 |
| 2001:bc8:1800::/38 | ipv6 | AS12876 |
| 2001:bc8:1c00::/38 | ipv6 | AS12876 |
| 2001:bc8:4000::/38 | ipv6 | AS12876 |
| 2001:bc8:5000::/38 | ipv6 | AS12876 |
| 37.160.0.0/14 | ipv4 | AS29447 |
| 37.160.0.0/15 | ipv4 | AS29447 |
| 37.160.0.0/16 | ipv4 | AS29447 |
| 37.161.0.0/16 | ipv4 | AS29447 |
| 37.162.0.0/15 | ipv4 | AS29447 |
| 37.162.0.0/16 | ipv4 | AS29447 |
| 2a01:e09::/32 | ipv6 | AS29447 |
| 2a01:e10::/30 | ipv6 | AS29447 |
| 2a01:e11::/32 | ipv6 | AS29447 |
| 2a01:e11::/36 | ipv6 | AS29447 |
| 2a01:e11:1000::/36 | ipv6 | AS29447 |
| 2a01:e11:2000::/36 | ipv6 | AS29447 |
Blocking Scaleway
iptables
curl -sO https://cloud-ip-ranges.com/download/scaleway.txt
while read ip; do
iptables -A INPUT -s $ip -j DROP
iptables -A OUTPUT -d $ip -j DROP
done < scaleway.txt
ufw
curl -sO https://cloud-ip-ranges.com/download/scaleway.txt
while read ip; do
ufw deny from $ip
ufw deny to $ip
done < scaleway.txt
fail2ban
sudo tee /etc/fail2ban/filter.d/scaleway-block.conf << EOF
[Definition]
failregex = ^.*$
ignoreregex =
EOF
sudo tee /etc/fail2ban/jail.d/scaleway-block.conf << EOF
[scaleway-block]
enabled = true
filter = scaleway-block
action = iptables-allports[name=scaleway]
logpath = /tmp/scaleway.txt
findtime = 1
bantime = -1
maxretry = 1
EOF
curl -so /tmp/scaleway.txt https://cloud-ip-ranges.com/download/scaleway.txt
sudo systemctl restart fail2ban
pfSense / OPNsense
curl -sO https://cloud-ip-ranges.com/download/scaleway.txt
# Firewall > Aliases: new alias SCALEWAY_BLOCK, type Network(s), import the file
# Firewall > Rules > WAN: Action=Block, Source=SCALEWAY_BLOCK
About
These IP ranges are sourced directly from Scaleway's official feeds and are updated regularly to ensure accuracy. The data includes IPv4 and IPv6 ranges used by Scaleway's infrastructure worldwide. Last update was 18 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, Shodan, StatusCake, StormWall, Stretchoid, Sucuri, Telegram, Tencent, TOR, UpCloud, UptimeRobot, Vultr, Wasabi, Windscribe, Yandex, Zoho, Zoom, Zscaler