cloud-ip-ranges

Wasabi IP ranges

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

categorySaaS & Business APIs
websitehttps://wasabi.com
ranges20 (20 IPv4, 0 IPv6)
last change
downloads558
download txt csv json — permalinks, always the latest data
curl -O https://cloud-ip-ranges.com/download/wasabi.txt

Ranges

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

CIDR Type Tag
27.131.254.0/24 ipv4 AS395717
38.27.106.0/24 ipv4 AS395717
38.73.225.0/24 ipv4 AS395717
38.91.42.0/24 ipv4 AS395717
38.126.68.0/24 ipv4 AS395717
38.143.146.0/24 ipv4 AS395717
38.146.40.0/24 ipv4 AS395717
38.146.208.0/24 ipv4 AS395717
38.146.209.0/24 ipv4 AS395717
38.242.13.0/24 ipv4 AS395717
103.151.85.0/24 ipv4 AS395717
130.117.185.0/24 ipv4 AS395717
130.117.252.0/24 ipv4 AS395717
149.5.241.0/24 ipv4 AS395717
149.13.185.0/24 ipv4 AS395717
154.18.200.0/24 ipv4 AS395717
154.49.215.0/24 ipv4 AS395717
154.56.213.0/24 ipv4 AS395717
154.61.149.0/24 ipv4 AS395717
206.148.5.0/24 ipv4 AS395717

Blocking Wasabi

iptables

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

ufw

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

fail2ban

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

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

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

pfSense / OPNsense

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

About

These IP ranges are sourced directly from Wasabi's official feeds and are updated regularly to ensure accuracy. The data includes IPv4 and IPv6 ranges used by Wasabi'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, QUIC.cloud, Rackspace, Rapid7 Sonar, Salesforce, Scaleway, Shodan, StatusCake, StormWall, Stretchoid, Sucuri, Telegram, Tencent, TOR, UpCloud, UptimeRobot, Vultr, Windscribe, Yandex, Zoho, Zoom, Zscaler