From 2343bf37b2af9e7fcda2be618f9f2a54e128e8af Mon Sep 17 00:00:00 2001 From: Maddy <130055405+Maddy-Cloudflare@users.noreply.github.com> Date: Tue, 17 Dec 2024 11:53:37 +0000 Subject: [PATCH 1/2] [Security Center] Remove info note --- src/content/partials/waf/managed-lists.mdx | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/content/partials/waf/managed-lists.mdx b/src/content/partials/waf/managed-lists.mdx index 87a46b7a56c47b..6eba61325de771 100644 --- a/src/content/partials/waf/managed-lists.mdx +++ b/src/content/partials/waf/managed-lists.mdx @@ -10,8 +10,4 @@ | Cloudflare Malware | `cf.malware` | IP addresses of known sources of malware. | | Cloudflare Botnets, Command and Control Servers | `cf.botnetcc` | IP addresses of known botnet command-and-control servers. | -
- -:::caution[Important remarks about the Cloudflare VPNs Managed List] -Cloudflare primarily detects VPN traffic that passes through our public resolver at 1.1.1.1. Additionally, Cloudflare can identify major VPNs based on their published IP addresses. Managed Lists for VPNs allow you to block these categories of detected VPNs. However, it is important to clarify that Cloudflare does not detect and block all VPNs at this time. Cloudflare is continually working to improve our detection capabilities and expand our coverage to include a wider range of VPN services. -::: +
\ No newline at end of file From 2ffa5fbbc6cc54d7fd74becf11ef1ea66e25edd3 Mon Sep 17 00:00:00 2001 From: Maddy <130055405+Maddy-Cloudflare@users.noreply.github.com> Date: Tue, 17 Dec 2024 12:17:28 +0000 Subject: [PATCH 2/2] Removing second sentence --- src/content/partials/waf/managed-lists.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/partials/waf/managed-lists.mdx b/src/content/partials/waf/managed-lists.mdx index 6eba61325de771..8b6a68a42f9fb8 100644 --- a/src/content/partials/waf/managed-lists.mdx +++ b/src/content/partials/waf/managed-lists.mdx @@ -6,7 +6,7 @@ | ----------------------------------------------- | ------------------- | ----------------------------------------------------------------------------------------------------------------------------------- | | Cloudflare Open Proxies | `cf.open_proxies` | IP addresses of known open HTTP and SOCKS proxy endpoints, which are frequently used to launch attacks and hide attackers identity. | | Cloudflare Anonymizers | `cf.anonymizer` | IP addresses of known anonymizers (Open SOCKS Proxies, VPNs, and TOR nodes). | -| Cloudflare VPNs | `cf.vpn` | IP addresses of known VPN servers.
Refer to [Important remarks about the Cloudflare VPNs Managed List](#vpn-important-remarks). | +| Cloudflare VPNs | `cf.vpn` | IP addresses of known VPN servers. | | Cloudflare Malware | `cf.malware` | IP addresses of known sources of malware. | | Cloudflare Botnets, Command and Control Servers | `cf.botnetcc` | IP addresses of known botnet command-and-control servers. |