Skip to content

Commit adfcb18

Browse files
angelampcostamarciocloudflare
authored andcommitted
[WAF] Updates Security Analytics (#17013)
* Updates Security Analytics * Update src/content/docs/waf/analytics/security-analytics.mdx Co-authored-by: marciocloudflare <[email protected]> * Corrects links --------- Co-authored-by: marciocloudflare <[email protected]>
1 parent 0e69aaa commit adfcb18

File tree

2 files changed

+29
-13
lines changed

2 files changed

+29
-13
lines changed

src/content/docs/waf/analytics/security-analytics.mdx

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,33 +5,35 @@ sidebar:
55
order: 1
66
---
77

8-
import { GlossaryTooltip, Badge } from "~/components";
8+
import { FeatureTable, GlossaryTooltip, Badge } from "~/components";
99

1010
Security Analytics displays information about all incoming HTTP requests for your domain, including requests not handled by Cloudflare security products.
1111

12-
:::note
13-
Available to customers on Business and Enterprise plans.
14-
:::
15-
1612
Use the Security Analytics dashboard to:
1713

1814
- View the traffic distribution for your domain.
1915
- Understand which traffic is being mitigated by Cloudflare security products, and where non-mitigated traffic is being served from (Cloudflare global network or origin server).
2016
- Analyze suspicious traffic and create tailored WAF custom rules based on applied filters.
21-
- Learn more about Cloudflares security scores (<GlossaryTooltip term="attack score" link="/waf/detections/attack-score/">attack score</GlossaryTooltip>, [bot score](/bots/concepts/bot-score/), [uploaded content scanning](/waf/detections/malicious-uploads/) results) with real data.
17+
- Learn more about Cloudflare's security scores (<GlossaryTooltip term="attack score" link="/waf/about/waf-attack-score/">attack score</GlossaryTooltip>, [bot score](/bots/concepts/bot-score/), [malicious uploads](/waf/detections/malicious-uploads/), and [leaked credentials](/waf/detections/leaked-credentials/) results) with real data.
2218
- [Find an appropriate rate limit](/waf/rate-limiting-rules/find-rate-limit/) for incoming traffic.
2319

2420
If you need to modify existing security-related rules you already configured, consider also using the [Security Events](/waf/analytics/security-events/) dashboard. This dashboard displays information about requests affected by Cloudflare security products.
2521

22+
## Availability
23+
24+
Zone/domain-level analytics are included with all plans, though the retention period, query window, displayed statistics, and filter options vary by plan. Account-level analytics are only available to customers on Business and Enterprise domain plans.
25+
26+
<FeatureTable id="security.security_analytics" />
27+
2628
## Access
2729

2830
To use Security Analytics:
2931

3032
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/) and select your account.
3133

32-
2. Go to the account or zone dashboard:
34+
2. Go to the account or zone/domain dashboard:
3335

34-
- For the zone dashboard, select your domain and go to **Security** > **Analytics**.
36+
- For the zone/domain dashboard, select your domain and go to **Security** > **Analytics**.
3537
- For the account dashboard, go to **Security Center** > **Security Analytics**.
3638

3739
## Adjusting displayed data
@@ -90,7 +92,7 @@ To apply the filters for an insight to the data displayed in the Security Analyt
9092

9193
### Score-based analyses
9294

93-
The **Attack likelihood**, **Bot likelihood**, and **Malicious uploads** sections display statistics related to WAF attack scores, bot scores, and WAF content scanning scores of incoming requests for the selected time frame.
95+
The **Attack likelihood**, **Bot likelihood**, **Malicious uploads**, and **Account abuse likelihood** sections display statistics related to WAF attack scores, bot scores, WAF content scanning scores, and leaked credentials scanning of incoming requests for the selected time frame. All plans include access to the **Leaked Credentials Check** under **Account Abuse Likelihood**. This feature detects login attempts using credentials that have been exposed online. For more information on what to do if you have credentials that have been leaked, refer to the [mitigation examples page](/waf/detections/leaked-credentials/examples/).
9496

9597
You can examine different traffic segments according to the current metric (attack score, bot score, or content scanning). To apply score filters for different segments, select the buttons below the traffic chart. For example, select **Likely attack** under **Attack likelihood** to filter requests that are likely an attack (requests with WAF attack score values between 21 and 50).
9698

@@ -159,6 +161,6 @@ You can switch to [Log Explorer](/logs/log-explorer/) to dive deeper on your ana
159161
Currently, changing the time frame or the applied filters while showing raw logs may cause the Cloudflare dashboard to switch automatically to sampled logs. This happens if the total number of request logs for the selected time frame is high.
160162
:::
161163

162-
## Final remarks
164+
## Sampling
163165

164166
The Security Analytics dashboard uses [sampled data](/analytics/graphql-api/sampling/), except when showing raw logs. Most information in the dashboard is obtained from `httpRequestsAdaptiveGroups` and `httpRequestsAdaptive` GraphQL nodes. For more information on working directly with GraphQL datasets, refer to [Datasets (tables)](/analytics/graphql-api/features/data-sets/).

src/content/plans/index.json

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1490,11 +1490,25 @@
14901490
"properties": {
14911491
"availability": {
14921492
"title": "Availability",
1493-
"summary": "Business and above",
1494-
"free": "No",
1495-
"pro": "No",
1493+
"summary": "Available on all plans",
1494+
"free": "Yes",
1495+
"pro": "Yes",
14961496
"biz": "Yes",
14971497
"ent": "Yes"
1498+
},
1499+
"retention": {
1500+
"title": "Retention",
1501+
"free": "7",
1502+
"pro": "31",
1503+
"biz": "31",
1504+
"ent": "90"
1505+
},
1506+
"query_window": {
1507+
"title": "Query window",
1508+
"free": "1",
1509+
"pro": "7",
1510+
"biz": "31",
1511+
"ent": "31"
14981512
}
14991513
}
15001514
},

0 commit comments

Comments
 (0)