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

imperva · UFW

UFW (Uncomplicated Firewall) shell script for imperva. 12 CIDRs, refreshed daily.

// ufw_imperva_allow.sh

DOWNLOAD ↓  · 
#!/bin/bash
# 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
# UFW allow rules for imperva

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

// ufw_imperva_deny.sh

DOWNLOAD ↓  · 
#!/bin/bash
# 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
# UFW deny rules for imperva

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