Skip to content

Commit ef3a411

Browse files
fixes and formatting
1 parent 29e71cb commit ef3a411

File tree

3 files changed

+17
-12
lines changed

3 files changed

+17
-12
lines changed

src/content/docs/bots/additional-configurations/detection-ids/account-takeover-detections.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ import { Render, Tabs, TabItem, Steps, DashButton } from "~/components"
99

1010
Using the detection IDs below, you can detect and mitigate account takeover attacks. You can monitor the number of login requests for a given software and network combination, as well as the percentage of login errors. When it reaches a suspicious level, you can prevent these attacks by using [custom rules](/waf/custom-rules/), [rate limiting rules](/waf/rate-limiting-rules/), and [Workers](/workers/).
1111

12-
| Detection ID | Description |
13-
| ------------ | ---------------------------------------- |
14-
| `201326592` | Observes all login failures to the zone. |
15-
| `201326593` | Observes all login traffic to the zone. |
16-
| `201326598` | Sets a dynamic threshold based on the normal traffic that is unique to the zone.<br /><br /> When the ID matches a login failure, Bot Management sets the [bot score](/bots/concepts/bot-score/) to 29 and uses [anomaly detection](/bots/concepts/bot-detection-engines/#anomaly-detection-enterprise) as its score source. |
12+
| <div style="width:100px">Detection ID</div> | Description |
13+
| ------------------------------------------- | ---------------------------------------- |
14+
| `201326592` | Observes all login failures to the zone. |
15+
| `201326593` | Observes all login traffic to the zone. |
16+
| `201326598` | Sets a dynamic threshold based on the normal traffic that is unique to the zone.<br /><br /> When the ID matches a login failure, Bot Management sets the [bot score](/bots/concepts/bot-score/) to 29 and uses [anomaly detection](/bots/concepts/bot-detection-engines/#anomaly-detection-enterprise) as its score source. |
1717

1818
## Challenges for account takeover detections
1919

src/content/docs/bots/additional-configurations/detection-ids/additional-detections.mdx

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ sidebar:
55
order: 4
66
---
77

8-
| Detection ID | Description |
9-
| ------------ | ---------------------------------------- |
10-
| `50331651` | Observes traffic from residential proxy networks and similar commercial proxies. <br /><br />When the ID matches a request, Bot Management sets the bot score to 29 and uses [anomaly detection](/bots/concepts/bot-detection-engines/#anomaly-detection-enterprise) as its score source. |
8+
Cloudflare bot detection includes additional signals to catch different kinds of automated traffic.
9+
10+
Bot management customers automatically benefit from the residential proxy detection improvement below, which lowers the [bot score](/bots/concepts/bot-score/) for matched requests. Using the detection ID in [custom rules](/waf/custom-rules/) provides even more visibility and control over mitigate residential proxy traffic.
11+
12+
13+
| <div style="width:100px">Detection ID</div> | Description |
14+
| ------------------------------------------ | ---------------------------------------- |
15+
| `50331651` | Observes traffic from residential proxy networks and similar commercial proxies. <br /><br />When the ID matches a request, Bot Management sets the bot score to 29 and uses [anomaly detection](/bots/concepts/bot-detection-engines/#anomaly-detection-enterprise) as its score source. |

src/content/docs/bots/additional-configurations/detection-ids/scraping-detections.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ import { Render, Tabs, TabItem, Steps, DashButton } from "~/components"
99

1010
Scraping behavioral detection IDs allow you to better protect your website from volumetric scraping attacks by identifying anomalous behavior. The detection IDs below are specifically designed to catch suspicious scraping activity at the zone-level.
1111

12-
| Detection ID | Description |
13-
| --- | --- |
14-
| `50331648` | Observes patterns of requests sent to your zone, dynamically analyzing behavior by ASN. |
15-
| `50331649` | Observes patterns of requests sent to your zone, dynamically analyzing behavior by JA4 fingerprint. |
12+
| <div style="width:100px">Detection ID</div> | Description |
13+
| ------------------------------------------- | --------------------------------------------------------------------------------------------------- |
14+
| `50331648` | Observes patterns of requests sent to your zone, dynamically analyzing behavior by ASN. |
15+
| `50331649` | Observes patterns of requests sent to your zone, dynamically analyzing behavior by JA4 fingerprint. |
1616

1717
## Challenges for scraping detections
1818

0 commit comments

Comments
 (0)