Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@

| <div style="width:100px">Detection ID</div> | Description |
| ------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `201326592` | Observes all login failures to the zone. |
| `201326593` | Observes all login traffic to the zone. |
| `201326592` | Matches traffic that is making a suspicious amount of login failures to the zone. |

Check warning on line 14 in src/content/docs/bots/additional-configurations/detection-ids/account-takeover-detections.mdx

View workflow job for this annotation

GitHub Actions / Semgrep

semgrep.style-guide-potential-date-year

Potential year found. Documentation should strive to represent universal truth, not something time-bound. (add [skip style guide checks] to commit message to skip)
| `201326593` | Matches traffic that is making a suspicious amount of login attempts to the zone. |

Check warning on line 15 in src/content/docs/bots/additional-configurations/detection-ids/account-takeover-detections.mdx

View workflow job for this annotation

GitHub Actions / Semgrep

semgrep.style-guide-potential-date-year

Potential year found. Documentation should strive to represent universal truth, not something time-bound. (add [skip style guide checks] to commit message to skip)
| `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. |

Check warning on line 16 in src/content/docs/bots/additional-configurations/detection-ids/account-takeover-detections.mdx

View workflow job for this annotation

GitHub Actions / Semgrep

semgrep.style-guide-potential-date-year

Potential year found. Documentation should strive to represent universal truth, not something time-bound. (add [skip style guide checks] to commit message to skip)

<Render file="endpoint-label-warning" product="bots" />

Expand Down Expand Up @@ -51,7 +51,7 @@

```js title="Rule example"

(any(cf.bot_management.detection_ids[*] eq 201326593))

Check warning on line 54 in src/content/docs/bots/additional-configurations/detection-ids/account-takeover-detections.mdx

View workflow job for this annotation

GitHub Actions / Semgrep

semgrep.style-guide-potential-date-year

Potential year found. Documentation should strive to represent universal truth, not something time-bound. (add [skip style guide checks] to commit message to skip)
```

## Limit logins with account takeover detections
Expand Down
Loading