Last update:2026-08-19 18:55:31
Reading time: About 5 minutes
Monitor Mode is a validation phase before a policy goes into production. When enabled, the policy inspects all requests and records logs, but does not block any requests, so your business is completely unaffected.
When to use Monitor Mode:
| Policy Type | Recommended Duration | Description |
|---|---|---|
| WAF Managed Rules | 3–7 days | Cover both weekday and weekend traffic patterns |
| Bot Management | 3–5 days | Understand the sources and behavior of bot traffic |
| Rate Limiting | 1–3 days | Determine the peak request frequency of normal traffic |
| Custom Rules | 1 day | Typically covers a well-defined scope, so a shorter observation period suffices |
| Threat Intelligence | No observation needed | Based on known malicious IP data, with an extremely low false positive rate |
Go to Analysis & Logs > Web Security Trends and select the observation period. Focus on the following:
Click a rule with a high hit count and review the corresponding attack logs. Use the following criteria:
| Characteristic | Likely False Positive | Likely Real Attack |
|---|---|---|
| Source IP | Known legitimate services (partners, monitoring tools, internal systems) | Anonymous proxies, VPNs, data center IP ranges |
| Request path | Normal business path (/api/v1/search) |
Unusual path (/admin/config, /.env) |
| User-Agent | Normal browser, known crawler (Googlebot) | Empty UA, abnormal string |
| Time distribution | Evenly distributed, consistent with business patterns | Dense requests within a short period |
Once a hit is confirmed as a false positive, you have two options:
You can safely switch to Block Mode when all of the following conditions are met:
How to switch: On each policy configuration page, change the mode from Log to Block, then click Deploy.