diff --git a/src/content/partials/waf/security-level-scores.mdx b/src/content/partials/waf/security-level-scores.mdx index e1bae18906f1505..e5a5e57aae68de1 100644 --- a/src/content/partials/waf/security-level-scores.mdx +++ b/src/content/partials/waf/security-level-scores.mdx @@ -8,14 +8,14 @@ Security levels are based on the threat score (except _Off_ and _I'm Under Attac The available security levels are the following: -| Security Level | Threat score range | Description | -| ----------------------------------- | ------------------ | ------------------------------------------------------------------------------------ | -| Off (Enterprise
customers only) | _N/A_ | Does not challenge IP addresses. | -| Essentially off | 50–100 | Only challenges IP addresses with the worst reputation. | -| Low | 25–100 | Challenges only threatening visitors. | -| Medium | 15–100 | Challenges both threatening and moderately threatening visitors. | -| High | 0–100 | Challenges all visitors that exhibited threatening behavior within the last 14 days. | -| I'm Under Attack! | _N/A_ | Only for use if your website is currently under a DDoS attack. | +| Security Level | Description | +| ----------------------------------- | ------------------------------------------------------------------------------------ | +| Off (Enterprise
customers only) | Does not challenge IP addresses. | +| Essentially off | Only challenges IP addresses with the worst reputation. | +| Low | Challenges only threatening visitors. | +| Medium | Challenges both threatening and moderately threatening visitors. | +| High | Challenges all visitors that exhibited threatening behavior within the last 14 days. | +| I'm Under Attack! | Only for use if your website is currently under a DDoS attack. | Selecting a higher **Security Level** value means that even requests with a lower risk (that is, with a low [threat score](#threat-score)) will be challenged. Selecting a lower **Security Level** value means that only requests posing a higher risk (that is, with a high threat score) will be challenged.