cloud-ip-ranges

Sucuri IP ranges

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

categoryVPN & Networks
websitehttps://sucuri.net
ranges29 (16 IPv4, 13 IPv6)
last change
downloads918
download txt csv json — permalinks, always the latest data
curl -O https://cloud-ip-ranges.com/download/sucuri.txt

Ranges

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

CIDR Type Tag
66.248.201.0/24 ipv4 AS30148
66.248.202.0/24 ipv4 AS30148
66.248.203.0/24 ipv4 AS30148
72.167.12.0/22 ipv4 AS30148
185.93.228.0/24 ipv4 AS30148
185.93.231.0/24 ipv4 AS30148
192.88.135.0/24 ipv4 AS30148
192.124.249.0/24 ipv4 AS30148
192.161.0.0/24 ipv4 AS30148
193.19.225.0/24 ipv4 AS30148
208.109.0.0/24 ipv4 AS30148
208.109.1.0/24 ipv4 AS30148
208.109.2.0/24 ipv4 AS30148
2a02:fe80:11::/48 ipv6 AS30148
2a02:fe80:12::/48 ipv6 AS30148
2a02:fe80:14::/48 ipv6 AS30148
2a02:fe80:15::/48 ipv6 AS30148
2a02:fe80:16::/48 ipv6 AS30148
2a02:fe80:17::/48 ipv6 AS30148
2a02:fe80:18::/48 ipv6 AS30148
2a02:fe80:19::/48 ipv6 AS30148
2a02:fe80:20::/48 ipv6 AS30148
2a02:fe80:21::/48 ipv6 AS30148
2a02:fe80:1010::/48 ipv6 AS30148
2a02:fe80:2010::/48 ipv6 AS30148

Blocking Sucuri

iptables

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

ufw

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

fail2ban

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

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

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

pfSense / OPNsense

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

About

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