// SUCURI / APACHE
sucuri · Apache
Apache httpd Require ip directives for sucuri. 30 CIDRs, refreshed daily.
// apache_sucuri_allow.conf
# 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 Apache, # add the following line to your .htaccess file or your virtual host configuration file (e.g., /etc/apache2/sites-available/000-default.conf): # Include /path/to/apache_sucuri_allow.conf Require ip 66.248.201.0/24 Require ip 66.248.202.0/23 Require ip 72.167.12.0/22 Require ip 185.93.228.0/24 Require ip 185.93.230.0/24 Require ip 192.88.134.0/23 Require ip 192.124.249.0/24 Require ip 192.161.0.0/24 Require ip 193.19.225.0/24 Require ip 208.109.0.0/21 Require ip 208.109.80.0/24 Require ip 2a02:fe80:11::/48 Require ip 2a02:fe80:12::/48 Require ip 2a02:fe80:14::/46 Require ip 2a02:fe80:18::/48 … (5 more lines)
// apache_sucuri_deny.conf
# 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 Apache, # add the following line to your .htaccess file or your virtual host configuration file (e.g., /etc/apache2/sites-available/000-default.conf): # Include /path/to/apache_sucuri_deny.conf Deny from 66.248.201.0/24 Deny from 66.248.202.0/23 Deny from 72.167.12.0/22 Deny from 185.93.228.0/24 Deny from 185.93.230.0/24 Deny from 192.88.134.0/23 Deny from 192.124.249.0/24 Deny from 192.161.0.0/24 Deny from 193.19.225.0/24 Deny from 208.109.0.0/21 Deny from 208.109.80.0/24 Deny from 2a02:fe80:11::/48 Deny from 2a02:fe80:12::/48 Deny from 2a02:fe80:14::/46 Deny from 2a02:fe80:18::/48 … (6 more lines)