From 78ad758c58dcaa5fcb1a1d31acbb19c7d250a017 Mon Sep 17 00:00:00 2001 From: ohad-perets <126083286+ohad-perets@users.noreply.github.com> Date: Wed, 25 Jun 2025 19:51:13 +0300 Subject: [PATCH 1/2] Update ip-intelligence-conf.md remove link to v5/v4 and use only 1 for both --- content/includes/nap-waf/config/common/ip-intelligence-conf.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/includes/nap-waf/config/common/ip-intelligence-conf.md b/content/includes/nap-waf/config/common/ip-intelligence-conf.md index 094b42cb6..63cca3d7a 100644 --- a/content/includes/nap-waf/config/common/ip-intelligence-conf.md +++ b/content/includes/nap-waf/config/common/ip-intelligence-conf.md @@ -5,7 +5,7 @@ NGINX App Protect WAF provides an IP Intelligence feature, which allows customiz - To review the installation steps, please refer to the administration guide: [App Protect v4]({{< ref "/nap-waf/v4/admin-guide/install.md#Prerequisites" >}}) / [App Protect v5]({{< ref "/nap-waf/v5/admin-guide/install.md#Prerequisites" >}}) - The system must have an active Internet connection and a working DNS. - If NGINX App Protect is behind a firewall, ensure external access to vector.brightcloud.com over port 443 - this is the IP Intelligence server used for data retrieval. -- If NGINX App Protect accesses the Internet through a forward proxy server, ensure that it is configured correctly [App Protect v4]({{< ref "/nap-waf/v4/configuration-guide/configuration.md#ip-intelligence-forward-proxy-configuration" >}}) / [App Protect v5]({{< ref "/nap-waf/v5/configuration-guide/configuration.md##ip-intelligence-forward-proxy-configuration" >}}). +- If NGINX App Protect accesses the Internet through a forward proxy server, ensure that it is configured correctly [Here](#ip-intelligence-forward-proxy-configuration). Once installed, make sure to enable the feature in the two relevant sections of the policy: 1. By enabling the corresponding violation in the violation list: `"name": "VIOL_MALICIOUS_IP"` and assigning the appropriate `block` and `alarm` values to the violation. From dd158d66e0117614e04666363edae89814730e57 Mon Sep 17 00:00:00 2001 From: ohad-perets <126083286+ohad-perets@users.noreply.github.com> Date: Thu, 26 Jun 2025 09:56:25 +0300 Subject: [PATCH 2/2] Update ip-intelligence-conf.md --- content/includes/nap-waf/config/common/ip-intelligence-conf.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/includes/nap-waf/config/common/ip-intelligence-conf.md b/content/includes/nap-waf/config/common/ip-intelligence-conf.md index 63cca3d7a..5b9c2338c 100644 --- a/content/includes/nap-waf/config/common/ip-intelligence-conf.md +++ b/content/includes/nap-waf/config/common/ip-intelligence-conf.md @@ -5,7 +5,7 @@ NGINX App Protect WAF provides an IP Intelligence feature, which allows customiz - To review the installation steps, please refer to the administration guide: [App Protect v4]({{< ref "/nap-waf/v4/admin-guide/install.md#Prerequisites" >}}) / [App Protect v5]({{< ref "/nap-waf/v5/admin-guide/install.md#Prerequisites" >}}) - The system must have an active Internet connection and a working DNS. - If NGINX App Protect is behind a firewall, ensure external access to vector.brightcloud.com over port 443 - this is the IP Intelligence server used for data retrieval. -- If NGINX App Protect accesses the Internet through a forward proxy server, ensure that it is configured correctly [Here](#ip-intelligence-forward-proxy-configuration). +- If NGINX App Protect accesses the Internet through a forward proxy server, ensure that it is configured correctly [here](#ip-intelligence-forward-proxy-configuration). Once installed, make sure to enable the feature in the two relevant sections of the policy: 1. By enabling the corresponding violation in the violation list: `"name": "VIOL_MALICIOUS_IP"` and assigning the appropriate `block` and `alarm` values to the violation.