CLOUD-IP // v2026.07
UPDATED 2026-07-12 PROVIDERS 62 LIVE
// SUCURI / UFW

sucuri · UFW

UFW (Uncomplicated Firewall) shell script for sucuri. 30 CIDRs, refreshed daily.

// ufw_sucuri_allow.sh

DOWNLOAD ↓  · 
#!/bin/bash
# Sucuri IP Ranges
# Updated: 2026-07-12 03:46:24
# Source: https://github.com/rezmoss/cloud-provider-ip-addresses
# License: https://github.com/rezmoss/cloud-provider-ip-addresses/LICENSE
# This file is generated automatically. Do not edit it directly.
# Updates daily at 02:00 UTC
# UFW allow rules for sucuri

ufw allow from 66.248.201.0/24
ufw allow from 66.248.202.0/23
ufw allow from 72.167.12.0/22
ufw allow from 185.93.228.0/24
ufw allow from 185.93.230.0/24
ufw allow from 192.88.134.0/23
ufw allow from 192.124.249.0/24
ufw allow from 192.161.0.0/24
ufw allow from 193.19.225.0/24
ufw allow from 208.109.0.0/21
ufw allow from 208.109.80.0/24
ufw allow from 2a02:fe80:11::/48
ufw allow from 2a02:fe80:12::/48
ufw allow from 2a02:fe80:14::/46
ufw allow from 2a02:fe80:18::/48
ufw allow from 2a02:fe80:20::/47
… (4 more lines)

// ufw_sucuri_deny.sh

DOWNLOAD ↓  · 
#!/bin/bash
# Sucuri IP Ranges
# Updated: 2026-07-12 03:46:24
# Source: https://github.com/rezmoss/cloud-provider-ip-addresses
# License: https://github.com/rezmoss/cloud-provider-ip-addresses/LICENSE
# This file is generated automatically. Do not edit it directly.
# Updates daily at 02:00 UTC
# UFW deny rules for sucuri

ufw deny from 66.248.201.0/24
ufw deny from 66.248.202.0/23
ufw deny from 72.167.12.0/22
ufw deny from 185.93.228.0/24
ufw deny from 185.93.230.0/24
ufw deny from 192.88.134.0/23
ufw deny from 192.124.249.0/24
ufw deny from 192.161.0.0/24
ufw deny from 193.19.225.0/24
ufw deny from 208.109.0.0/21
ufw deny from 208.109.80.0/24
ufw deny from 2a02:fe80:11::/48
ufw deny from 2a02:fe80:12::/48
ufw deny from 2a02:fe80:14::/46
ufw deny from 2a02:fe80:18::/48
ufw deny from 2a02:fe80:20::/47
… (4 more lines)