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

sucuri · Nginx

Nginx allow/deny config for sucuri. Drop into your server block or http context. 30 CIDRs, refreshed daily.

// nginx_sucuri_allow.conf

DOWNLOAD ↓  · 
# 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
# To restrict access to only these IPs in nginx,
# add the following line to your server block in your nginx configuration file (e.g., /etc/nginx/nginx.conf or /etc/nginx/sites-available/default):
# include /path/to/nginx_sucuri_allow.conf;

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

// nginx_sucuri_deny.conf

DOWNLOAD ↓  · 
# 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
# To deny access from these IPs in nginx,
# add the following line to your server block in your nginx configuration file (e.g., /etc/nginx/nginx.conf or /etc/nginx/sites-available/default):
# include /path/to/nginx_sucuri_deny.conf;

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