최신 업데이트:2026-01-30 14:10:42
Reading time: About 5 minutes
When an attack successfully bypasses your existing defenses, the Request Traffic module provides the key data you need for retrospective analysis. This module keeps a complete real-time and historical view of all HTTP requests — including requests that were not detected by your current security policies — helping you accurately identify abnormal access patterns, analyze suspicious traffic sources and behavior in depth, and use these findings as the basis for creating new protection policies.
Path: Analysis & Logs > Security Analysis > Request Traffic
When you need to quickly confirm which hostname is under attack, you can locate it as follows:
Security Analysis focuses on in-depth analysis of a single hostname. After opening the page, first select the hostname you want to analyze. Once selected, the page displays that hostname’s traffic for the past 24 hours by default.
Traffic Handling and Flow Analysis
The statistical trend chart displays the handling results and trend of the following three traffic types by default:
| Request Handling Result | Description |
|---|---|
| Security Mitigated Request | Requests that matched a security protection policy and were blocked, banned, challenged, or responded to |
| Back-to-origin Request | Requests forwarded to the origin server for processing |
| CDN Served Request | Requests served directly by the CDN |
Multi-Dimensional Traffic Trend Analysis
You can switch statistical dimensions to view the trend for the top five items under the selected dimension, helping you quickly understand traffic distribution and fluctuations along key dimensions:
Attack requests typically show identifiable abnormal patterns, such as:
The Top Statistics section shows the most frequently occurring values for each dimension, helping you quickly pinpoint anomalies.
Manually adding filter conditions:
Quickly filtering via chart legends:
Hover over a data legend in the chart to reveal Filter and Exclude buttons — click one to quickly filter based on that legend’s value.
Tip: Multiple values for the same query field are combined with OR logic; multiple different fields are combined with AND logic.
Example: Adding "Client IP equals127.0.0.1" AND "Status Code equals403;404" returns data where the IP is 127.0.0.1 AND the status code is 403 OR 404.
After completing your high-level trend analysis, use the Sample Logs section to review the detailed field values of individual requests and further confirm whether a given request is anomalous.
To balance data volume with query performance, Security Analysis uses log sampling technology:
| Sampling Mechanism | Description |
|---|---|
| Dynamic sampling at data ingestion | The system automatically adjusts the sampling rate based on the hostname’s request volume during the current period, currently supporting three tiers: 100%, 10%, and 1% |
| Intelligent routing at query time | When you run a query, the system automatically selects the matching sampled data table to read from, based on the time range, filter conditions, and historical data distribution |
If the request volume within the query range is too large, the logs shown are sampled results. You can narrow the scope using filters to display more complete event data.