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

imperva · Nginx

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

// nginx_imperva_allow.conf

DOWNLOAD ↓  · 
# Imperva IP Ranges
# Updated: 2026-07-12 03:46:18
# 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_imperva_allow.conf;

allow 45.60.0.0/16;
allow 45.64.64.0/22;
allow 45.223.0.0/16;
allow 103.28.248.0/22;
allow 107.154.0.0/16;
allow 131.125.128.0/17;
allow 149.126.72.0/21;
allow 185.11.124.0/22;
allow 192.230.64.0/18;
allow 198.143.32.0/19;
allow 199.83.128.0/21;
allow 2a02:e980::/29;
deny all;

// nginx_imperva_deny.conf

DOWNLOAD ↓  · 
# Imperva IP Ranges
# Updated: 2026-07-12 03:46:18
# 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_imperva_deny.conf;

deny 45.60.0.0/16;
deny 45.64.64.0/22;
deny 45.223.0.0/16;
deny 103.28.248.0/22;
deny 107.154.0.0/16;
deny 131.125.128.0/17;
deny 149.126.72.0/21;
deny 185.11.124.0/22;
deny 192.230.64.0/18;
deny 198.143.32.0/19;
deny 199.83.128.0/21;
deny 2a02:e980::/29;
allow all;