cloud-ip-ranges

StormWall IP ranges

Current IP ranges (CIDRs) used by the StormWall network, updated daily.

categoryVPN & Networks
websitehttps://stormwall.network
ranges24 (16 IPv4, 8 IPv6)
last change
downloads213
download txt csv json — permalinks, always the latest data
curl -O https://cloud-ip-ranges.com/download/stormwall.txt

Ranges

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

CIDR Type Tag
5.252.32.0/24 ipv4 AS59796
5.252.33.0/24 ipv4 AS59796
5.252.34.0/24 ipv4 AS59796
5.252.35.0/24 ipv4 AS59796
103.134.155.0/24 ipv4 AS59796
160.25.253.0/24 ipv4 AS59796
160.79.120.0/24 ipv4 AS59796
160.79.121.0/24 ipv4 AS59796
160.79.122.0/24 ipv4 AS59796
185.121.240.0/24 ipv4 AS59796
185.121.241.0/24 ipv4 AS59796
185.121.242.0/24 ipv4 AS59796
185.121.243.0/24 ipv4 AS59796
193.84.85.0/24 ipv4 AS59796
193.84.88.0/24 ipv4 AS59796
193.104.120.0/24 ipv4 AS59796
2a06:a180:10::/48 ipv6 AS59796
2a06:a180:1f::/48 ipv6 AS59796
2a06:a180:40::/48 ipv6 AS59796
2a06:a180:50::/48 ipv6 AS59796
2a06:a180:60::/48 ipv6 AS59796
2a06:a180:70::/48 ipv6 AS59796
2a06:a180:a0::/48 ipv6 AS59796
2a06:a180:b0::/48 ipv6 AS59796

Blocking StormWall

iptables

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

ufw

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

fail2ban

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

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

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

pfSense / OPNsense

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

About

These IP ranges cover the StormWall network and are updated regularly from its official source. The data includes IPv4 and IPv6 ranges. Last update was about 1 hour 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, Stretchoid, Sucuri, Telegram, Tencent, TOR, UpCloud, UptimeRobot, Vultr, Wasabi, Windscribe, Yandex, Zoho, Zoom, Zscaler