Skip to content

Commit 5115d87

Browse files
new structure
1 parent 0f897ca commit 5115d87

17 files changed

+86
-16
lines changed

src/content/docs/ddos-protection/managed-rulesets/http/configure-api.mdx renamed to src/content/docs/ddos-protection/managed-rulesets/http/http-overrides/configure-api.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Configure via API
33
pcx_content_type: concept
44
sidebar:
5-
order: 3
5+
order: 2
66
head:
77
- tag: title
88
content: Configure HTTP DDoS Attack Protection via API

src/content/docs/ddos-protection/managed-rulesets/http/configure-dashboard.mdx renamed to src/content/docs/ddos-protection/managed-rulesets/http/http-overrides/configure-dashboard.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Configure in the dashboard
33
pcx_content_type: how-to
44
sidebar:
5-
order: 2
5+
order: 1
66
head:
77
- tag: title
88
content: Configure HTTP DDoS Attack Protection in the dashboard
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
title: Overrides
3+
pcx_content_type: concept
4+
sidebar:
5+
order: 4
6+
head:
7+
- tag: title
8+
content: HTTP DDoS Attack Protection override rules
9+
---

src/content/docs/ddos-protection/managed-rulesets/http/link-configure-terraform.mdx renamed to src/content/docs/ddos-protection/managed-rulesets/http/http-overrides/link-configure-terraform.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ pcx_content_type: navigation
33
title: Configure using Terraform
44
external_link: /terraform/additional-configurations/ddos-managed-rulesets/#example-configure-http-ddos-attack-protection
55
sidebar:
6-
order: 4
6+
order: 3
77
---

src/content/docs/ddos-protection/managed-rulesets/adjust-rules/false-negative.mdx renamed to src/content/docs/ddos-protection/managed-rulesets/http/http-overrides/override-examples.mdx

Lines changed: 30 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,39 @@
11
---
2-
pcx_content_type: how-to
3-
title: Handle a false negative or an incomplete mitigation
4-
description: Learn how to handle false negatives and incomplete mitigations in Cloudflare DDoS Protection. Adjust rules to ensure effective attack mitigation.
2+
title: Override examples
3+
pcx_content_type: reference
54
sidebar:
6-
order: 3
7-
5+
order: 5
6+
head:
7+
- tag: title
8+
content: Override examples for HTTP DDoS Attack Protection
89
---
910

1011
import { Details, GlossaryTooltip } from "~/components"
1112

12-
## False negatives
13+
## Use cases
14+
15+
The following scenarios detail how you can make use of override rules as a solution to common HTTP DDoS Protection issues.
16+
17+
### Traffic from your mobile application is blocked by a DDoS Managed Rule
18+
19+
The traffic from your mobile application may have appeared suspicious, causing a DDoS Managed Rule to block it.
20+
21+
You should identify the Managed Rule blocking the traffic and change the sensitivity level to `Medium`. If traffic continues to be blocked by the managed rule, set the sensitivity level to `Low` or `Essentially off`.
22+
23+
If you have access to filter expressions, you can create an override to target the specific affected traffic.
24+
25+
26+
### Traffic is flagged by an adaptive rule based on the location and may be an attack
27+
28+
If you recognize that the traffic flagged by an adaptive rule may be considered an attack, you can create an override rule to enable the adaptive rule in mitigation mode to `challenge` (if it is browser traffic) or `block` (for other suspicious traffic).
29+
30+
### An end user is experiencing a false positive
31+
32+
If you observe that one of your end users is experiencing a false positive, you can create an override for the rule that caused the false positive and use the filter expressions to apply it only to the hostname.
33+
34+
[INSERT false-positive.mdx PAGE CONTENT HERE]
35+
36+
### An attack is incorrectly identified as legitimate traffic and causes a false negative
1337

1438
A false negative is a lack of identification. In the case of DDoS protection, there is a false negative when attack traffic is mistakenly classified as legitimate traffic and is not mitigated. This can occur when the attack traffic is not sufficiently high to trigger mitigation actions or if there are no rules matching the attack.
1539

src/content/docs/ddos-protection/managed-rulesets/http/override-expressions.mdx renamed to src/content/docs/ddos-protection/managed-rulesets/http/http-overrides/override-expressions.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Override expressions
33
pcx_content_type: reference
44
sidebar:
5-
order: 7
5+
order: 4
66
head:
77
- tag: title
88
content: Override expressions for HTTP DDoS Attack Protection

src/content/docs/ddos-protection/managed-rulesets/http/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: HTTP DDoS Attack Protection
33
pcx_content_type: concept
44
description: Explore HTTP DDoS Attack Protection rule categories, including botnets, unusual requests, and advanced features, to enhance your Cloudflare security.
55
sidebar:
6-
order: 3
6+
order: 1
77
head:
88
- tag: title
99
content: HTTP DDoS Attack Protection managed ruleset

src/content/docs/ddos-protection/managed-rulesets/http/override-parameters.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Parameters
33
pcx_content_type: reference
44
sidebar:
5-
order: 6
5+
order: 2
66
head:
77
- tag: title
88
content: HTTP DDoS Attack Protection parameters

src/content/docs/ddos-protection/managed-rulesets/http/rule-categories.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Rule categories
33
pcx_content_type: reference
44
sidebar:
5-
order: 5
5+
order: 3
66
head:
77
- tag: title
88
content: Rule categories — HTTP DDoS

0 commit comments

Comments
 (0)