Skip to content

Commit 774a926

Browse files
some fixes
1 parent 39ad469 commit 774a926

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

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

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ sidebar:
77

88
import { Render, Tabs, TabItem, Steps } from "~/components"
99

10-
1110
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/).
1211

1312
| Detection ID | Description |
@@ -56,7 +55,7 @@ To use rate limiting rules with account takeover detections:
5655

5756
<Tabs syncKey="dashNewNav">
5857
<TabItem label="Old dashboard">
59-
<Steps>
58+
<Steps>
6059
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/), and select your account and domain.
6160
2. Go to **Security** > **WAF**.
6261
3. Under **Rate limiting rules**, select **Create rule**.
@@ -75,7 +74,6 @@ To use rate limiting rules with account takeover detections:
7574
</TabItem>
7675
</Tabs>
7776

78-
:::note
79-
The rule can be enhanced with Leaked Credential Checks. Refer to the [WAF documentation](/waf/detections/leaked-credentials/) for more information on how to include leaked credentials and account takeover detections in a rate limiting rule.
80-
77+
:::tip[Enhance with leaked credential detections]
78+
Refer to the [WAF documentation](/waf/detections/leaked-credentials/) for more information on how to include leaked credentials and account takeover detections to enhance a rate limiting rule.
8179
:::

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,5 @@ title: Scraping detections
44
sidebar:
55
order: 3
66
---
7+
8+
import { Render, Tabs, TabItem, Steps } from "~/components"

0 commit comments

Comments
 (0)