Skip to content

Commit 024afd5

Browse files
broken links
1 parent 694bb7f commit 024afd5

File tree

50 files changed

+86
-86
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+86
-86
lines changed

src/content/docs/api-shield/security/sequence-mitigation/custom-rules.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import { GlossaryTooltip, Render } from "~/components"
1010

1111
API Shield sequence custom rules use the configured API Shield <GlossaryTooltip term="session identifier">session identifier</GlossaryTooltip> to track the order of requests a user has made and the time between requests, and makes them available via [Cloudflare Rules](/rules). This allows you to write rules that match valid or invalid sequences.
1212

13-
These rules are different from [cookie sequence rules](/bots/concepts/sequence-rules/) in a few ways:
13+
These rules are different from [cookie sequence rules](/bots/additional-configurations/sequence-rules/) in a few ways:
1414

1515
- They only require an API Shield subscription.
1616
- They require [session identifiers](/api-shield/get-started/#session-identifiers) to be set in API Shield.

src/content/docs/bots/additional-configurations/ja3-ja4-fingerprint/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ This sample was generated using [Workers' Cloudflare Object script](/workers/exa
8080

8181
To get more information about potential bot requests, use these JA3 and JA4 fingerprints in:
8282

83-
- [Bot Analytics](/bots/bot-analytics/bm-subscription/)
83+
- [Bot Analytics](/bots/bot-analytics/#enterprise-bot-management)
8484
- [Security Events](/waf/analytics/security-events/) and [Security Analytics](/waf/analytics/security-analytics/)
8585
- [Analytics GraphQL API](/analytics/graphql-api/), specifically the **HTTP Requests** dataset
8686
- [Logs](/logs/reference/log-fields/zone/http_requests/)

src/content/docs/bots/additional-configurations/ja3-ja4-fingerprint/signals-intelligence.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ sidebar:
77

88
import { Render } from "~/components"
99

10-
For every available [JA4 fingerprint](/bots/concepts/ja3-ja4-fingerprint/), Bot Management customers can view how Cloudflare sees it on the Internet and what behavior we view with the fingerprint. This data can help you understand why a request is scored in a particular fashion or allow you to use the aggregate data in your own ML models, run in either [Cloudflare Workers](/workers/) or at the origin location.
10+
For every available [JA4 fingerprint](/bots/additional-configurations/ja3-ja4-fingerprint/), Bot Management customers can view how Cloudflare sees it on the Internet and what behavior we view with the fingerprint. This data can help you understand why a request is scored in a particular fashion or allow you to use the aggregate data in your own ML models, run in either [Cloudflare Workers](/workers/) or at the origin location.
1111

1212
Specifically, for each JA4 fingerprint, you will be able to access the following information:
1313

src/content/docs/bots/additional-configurations/sequence-rules.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ sidebar:
77

88
import { Render } from "~/components"
99

10-
<Render file="sequence-rules" product="bots" params={{ one: "Sequence rules", two: "/bots/concepts/sequence-rules/" }} />
10+
<Render file="sequence-rules" product="bots" params={{ one: "Sequence rules", two: "/bots/additional-configurations/sequence-rules/" }} />
1111

1212
Sequence rules is currently in private beta. If you would like to be included in the beta, contact your account team.
1313

src/content/docs/bots/bot-analytics.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Business and Enterprise customers without Bot Management can use Bot Analytics t
4141
- Study recent attacks to find trends and detailed information
4242
- Learn more about Cloudflare’s detection engines with real data
4343

44-
For more details and granular control over bot traffic, consider upgrading to [Bot Management for Enterprise](/bots/bot-analytics/bm-subscription/).
44+
For more details and granular control over bot traffic, consider upgrading to [Bot Management for Enterprise](/bots/bot-analytics/#enterprise-bot-management).
4545

4646
## Enterprise Bot Management
4747

@@ -63,13 +63,13 @@ To use Bot Analytics, open the Cloudflare dashboard and select **Security** > **
6363

6464
Bot Management customers can use Bot Analytics to:
6565

66-
- Understand traffic during [your onboarding phase](/bots/get-started/bm-subscription/).
66+
- Understand traffic during [your onboarding phase](/bots/get-started/bot-management/).
6767
- Tune WAF custom rules to be effective but not overly aggressive.
6868
- Study recent attacks to find trends and detailed information.
6969
- Learn more about Cloudflare’s detection engines with real data.
7070

7171
### API
7272

73-
Data from Bot Analytics is also available via the GraphQL API. You can access <GlossaryTooltip term="bot score">bot scores</GlossaryTooltip>, bot sources, <GlossaryTooltip term="bot tags" link="/bots/concepts/cloudflare-bot-tags/">bot tags</GlossaryTooltip>, and bot _decisions_ (_automated_, _likely automated_, etc.), and more.
73+
Data from Bot Analytics is also available via the GraphQL API. You can access <GlossaryTooltip term="bot score">bot scores</GlossaryTooltip>, bot sources, <GlossaryTooltip term="bot tags" link="/bots/concepts/bot-tags/">bot tags</GlossaryTooltip>, and bot _decisions_ (_automated_, _likely automated_, etc.), and more.
7474

7575
Read the [GraphQL Analytics API documentation](/analytics/graphql-api/) for more information about GraphQL and basic querying.

src/content/docs/bots/concepts/feedback-loop.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ The instructions below apply to Enterprise subscription with Bot Management only
213213

214214
After submitting a false positive, you can explicitly allow the traffic if you are confident that this traffic source cannot be used for abuse in the future. To allow traffic, you can create a WAF custom rule with a [Skip the remaining custom rules](/waf/custom-rules/skip/options/) action that matches the characteristics of your false positive report. We recommend any skip rule that you create uses the most narrow possible scope, including restricting the request methods and URIs that the expected traffic has access to, to limit potential abuse.
215215

216-
* Allowing a **[JA3/JA4 fingerprint](/bots/concepts/ja3-ja4-fingerprint/)**: If you want to allow access to a stable software client that does not come from a dedicated IP, you can do so by looking up the JA3 fingerprint(s) used by that client in the Bot Analytics dashboard, and creating a WAF custom rule to allow traffic based on that JA3 fingerprint. JA3 fingerprints will only match a client’s TLS library, so be cautious in looking for both overlap with other clients and with variation based on the operating system. <br/><br/>Cloudflare does not recommend relying on JA3 rules for mobile applications that may be abused. If you have questions about how to securely allow traffic from your mobile application, please contact your account team.
216+
* Allowing a **[JA3/JA4 fingerprint](/bots/additional-configurations/ja3-ja4-fingerprint/)**: If you want to allow access to a stable software client that does not come from a dedicated IP, you can do so by looking up the JA3 fingerprint(s) used by that client in the Bot Analytics dashboard, and creating a WAF custom rule to allow traffic based on that JA3 fingerprint. JA3 fingerprints will only match a client’s TLS library, so be cautious in looking for both overlap with other clients and with variation based on the operating system. <br/><br/>Cloudflare does not recommend relying on JA3 rules for mobile applications that may be abused. If you have questions about how to securely allow traffic from your mobile application, please contact your account team.
217217

218218
:::note
219219

src/content/docs/bots/get-started/bot-fight-mode.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,6 @@ You can see bot-related actions by going to **Security** > **Events**. Any reque
5252

5353
## Limitations
5454

55-
You cannot bypass or skip Bot Fight Mode using the _Skip_ action in WAF custom rules or using Page Rules. _Skip_, _Bypass_, and _Allow_ actions apply to rules or rulesets running on the [Ruleset Engine](/ruleset-engine/). While Super Bot Fight Mode rules are implemented in the Ruleset Engine, Bot Fight Mode checks are not. This is why you can skip Super Bot Fight Mode, but not Bot Fight Mode. If you need to skip Bot Fight Mode, consider using [Super Bot Fight Mode](/bots/get-started/pro/).
55+
You cannot bypass or skip Bot Fight Mode using the _Skip_ action in WAF custom rules or using Page Rules. _Skip_, _Bypass_, and _Allow_ actions apply to rules or rulesets running on the [Ruleset Engine](/ruleset-engine/). While Super Bot Fight Mode rules are implemented in the Ruleset Engine, Bot Fight Mode checks are not. This is why you can skip Super Bot Fight Mode, but not Bot Fight Mode. If you need to skip Bot Fight Mode, consider using [Super Bot Fight Mode](/bots/get-started/super-bot-fight-mode/).
5656

5757
Bot Fight Mode can still trigger if you have IP Access rules, but it cannot trigger if an IP Access rule matches the request. For example, the IP Access rule matches the connecting IP.

src/content/docs/bots/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@ While Cloudflare offers several products that relate to bot traffic, this sectio
2727

2828
## Features
2929

30-
<Feature header="Bot Fight Mode" href="/bots/get-started/free/">
30+
<Feature header="Bot Fight Mode" href="/bots/get-started/bot-fight-mode/">
3131
Detect and mitigate bot traffic on your domain.
3232
</Feature>
3333

34-
<Feature header="Super Bot Fight Mode" href="/bots/get-started/pro/">
34+
<Feature header="Super Bot Fight Mode" href="/bots/get-started/super-bot-fight-mode/">
3535
Identify traffic matching patterns of known bots, challenge or block bots, protect static resources, and view analytics to help you understand bot traffic using Super Bot Fight Mode.
3636
</Feature>
3737

src/content/docs/bots/plans/bm-subscription.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ import { Render } from "~/components"
2323

2424
:::note
2525

26-
Zones that have [Enterprise Bot Management](/bots/get-started/bm-subscription/) enabled will not see Bot Fight Mode or Super Bot Fight Mode under **Security** > **Bots**.
26+
Zones that have [Enterprise Bot Management](/bots/get-started/bot-management/) enabled will not see Bot Fight Mode or Super Bot Fight Mode under **Security** > **Bots**.
2727
:::
2828

2929
## How do I get started?

src/content/docs/bots/troubleshooting/bot-management-skips.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ sidebar:
88

99
import { GlossaryTooltip } from "~/components"
1010

11-
There are instances in which Bot Management does not run and certain fields, such as the [JA3/JA4 field](/bots/concepts/ja3-ja4-fingerprint/), are not populated because it has been determined that running Bot Management would not be necessary.
11+
There are instances in which Bot Management does not run and certain fields, such as the [JA3/JA4 field](/bots/additional-configurations/ja3-ja4-fingerprint/), are not populated because it has been determined that running Bot Management would not be necessary.
1212

1313
Refer to <GlossaryTooltip term="bot score" link="/bots/concepts/bot-score/#not-computed">bot scores</GlossaryTooltip> for more information about why a request is not scored.
1414

0 commit comments

Comments
 (0)