|
| 1 | +--- |
| 2 | +title: Security Analytics |
| 3 | +pcx_content_type: concept |
| 4 | +sidebar: |
| 5 | + order: 3 |
| 6 | +description: Security Analytics shows information about all incoming HTTP requests or mitigated requests (rule matches). |
| 7 | +--- |
| 8 | + |
| 9 | +import { GlossaryTooltip } from "~/components"; |
| 10 | + |
| 11 | +Security Analytics shows information about all incoming HTTP requests or only about requests mitigated by Cloudflare. |
| 12 | + |
| 13 | +Use Security Analytics as your starting point to understand and analyze traffic patterns, and to create security rules based on the filters you applied. |
| 14 | + |
| 15 | +## Traffic |
| 16 | + |
| 17 | +The **Traffic** tab displays information about all incoming HTTP requests for your domain, including requests not handled by Cloudflare security products. |
| 18 | + |
| 19 | +In this tab you can perform several tasks: |
| 20 | + |
| 21 | +- View the traffic distribution for your domain. |
| 22 | +- 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](https://www.cloudflare.com/learning/cdn/glossary/origin-server/)). |
| 23 | +- Analyze suspicious traffic and create tailored custom [security rules](/security/rules/) based on applied filters. |
| 24 | +- [Find an appropriate rate limit](/waf/rate-limiting-rules/find-rate-limit/) for incoming traffic. |
| 25 | + |
| 26 | +For information on how to use the **Traffic** tab, refer to [Security Analytics](/waf/analytics/security-analytics/#adjusting-displayed-data). |
| 27 | + |
| 28 | +If you need to modify existing security-related rules you already configured, consider also using the [Events](#events) tab. This tab displays information about requests affected by Cloudflare security products. |
| 29 | + |
| 30 | +### Suspicious activity |
| 31 | + |
| 32 | +The suspicious activity gives you information about suspicious requests that were identified by the Cloudflare detections you have enabled. The supported detections include: |
| 33 | + |
| 34 | +- [Account takeover](/bots/concepts/detection-ids/#account-takeover-detections) |
| 35 | +- [Leaked credential check](/waf/detections/leaked-credentials/) (only for user and password leaked) |
| 36 | +- [Malicious uploads](/waf/detections/malicious-uploads/) |
| 37 | +- Firewall for AI |
| 38 | +- [WAF attack score](/waf/detections/attack-score/) |
| 39 | + |
| 40 | +Each suspicious activity is classified with a severity score that can vary from critical to low. You can use the filter option to investigate further. |
| 41 | + |
| 42 | +:::note |
| 43 | +The **Traffic** tab includes functionality available in the [Security Analytics](/waf/analytics/security-analytics/) page in the previous dashboard navigation structure. However, some page elements will appear in a different order, or they may be unavailable in the **Traffic** tab, such as Insights or the score-based analyses sidebar. |
| 44 | +::: |
| 45 | + |
| 46 | +## Events |
| 47 | + |
| 48 | +Use the **Events** tab to review <GlossaryTooltip term="mitigated request">mitigated requests</GlossaryTooltip> and to tailor your security configurations. |
| 49 | + |
| 50 | +The **Events** tab displays information about requests actioned or flagged by Cloudflare security products. Each incoming HTTP request might generate one or more security events. The tab only shows these events, not the HTTP requests themselves. To obtain information on all incoming HTTP requests, use the [Traffic](#traffic) tab. |
| 51 | + |
| 52 | +Users on a Free plan can view summarized events by date in sampled logs. Customers on paid plans have access to additional graphs and dashboards that summarize the most relevant information about the current behavior of Cloudflare's security features on your zone. |
| 53 | + |
| 54 | +For more information on the **Events** tab, refer to [Security Events](/waf/analytics/security-events/). |
| 55 | + |
| 56 | +:::note |
| 57 | +The **Events** tab corresponds to the [Security Events](/waf/analytics/security-events/) page in the previous dashboard navigation structure. |
| 58 | +::: |
0 commit comments