You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Security Analytics displays information about all incoming HTTP requests for your domain, including requests not handled by Cloudflare security products.
11
11
12
-
:::note
13
-
Available to customers on Business and Enterprise plans.
14
-
:::
15
-
16
12
Use the Security Analytics dashboard to:
17
13
18
14
- View the traffic distribution for your domain.
19
15
- 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).
20
16
- Analyze suspicious traffic and create tailored WAF custom rules based on applied filters.
21
-
- Learn more about Cloudflare’s security scores (<GlossaryTooltipterm="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 (<GlossaryTooltipterm="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.
22
18
-[Find an appropriate rate limit](/waf/rate-limiting-rules/find-rate-limit/) for incoming traffic.
23
19
24
20
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.
25
21
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
+
<FeatureTableid="security.security_analytics" />
27
+
26
28
## Access
27
29
28
30
To use Security Analytics:
29
31
30
32
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/) and select your account.
31
33
32
-
2. Go to the account or zone dashboard:
34
+
2. Go to the account or zone/domain dashboard:
33
35
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**.
35
37
- For the account dashboard, go to **Security Center** > **Security Analytics**.
36
38
37
39
## Adjusting displayed data
@@ -90,7 +92,7 @@ To apply the filters for an insight to the data displayed in the Security Analyt
90
92
91
93
### Score-based analyses
92
94
93
-
The **Attack likelihood**, **Bot likelihood**, and **Malicious uploads**sections display statistics related to WAF attack scores, bot scores, and WAF content scanning scoresof 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/).
94
96
95
97
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).
96
98
@@ -159,6 +161,6 @@ You can switch to [Log Explorer](/logs/log-explorer/) to dive deeper on your ana
159
161
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.
160
162
:::
161
163
162
-
## Final remarks
164
+
## Sampling
163
165
164
166
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/).
0 commit comments