最終更新日:2026-08-21 17:47:02
Reading time: About 4 minutes
Prerequisites: The hostname has been onboarded, and the Bot Management master switch is turned on.
Navigation Path: Security Settings > Policies > [Target Hostname] > Bot Management > Definite Bots
Definite Bots refers to traffic with clear automated-tool characteristics, or traffic that spoofs Public Bots. This includes:
requests and urllib, commonly used for automation scripts and crawler development.curl and wget that can send HTTP requests directly from a terminal, commonly used for debugging, scripted calls, simple scraping, or probing.Selenium and Puppeteer that simulate real user actions in a browser. They are commonly used for functional testing, but can also be abused for automated order fraud, bulk registration, and similar activity.Nmap and Nessus, used for security testing and vulnerability scanning, but also commonly used by attackers.Heritrix and Scrapy, used to automatically crawl web content. They are legitimately used for data collection, but high-frequency requests or attempts to bypass anti-crawling measures may be treated as malicious.Proxychains and Luminati, used to relay or intercept network traffic. They can hide the real IP address or analyze communication content, and are often used together with other tools to bypass restrictions.Googlebot) by spoofing the User-Agent or other identifiers to evade anti-crawling measures, typically used for covert scraping or attacks.These tools are commonly used by black-and-grey market operators to launch malicious attacks. Once the system identifies traffic based on User-Agent characteristics or fake spider behavior, it tags the traffic as Definite Bots, records a Bot Score of 100, and generates the corresponding Bot Tag to support further analysis and traceability. For details, see the Bot Score and Bot Tag sections under Related References.
| Action | Description |
|---|---|
| Not Used | This policy is not used for traffic detection; the traffic still flows into other detection modules. |
| Log | Only logs requests of this type; the request is still forwarded normally. |
| Deny | Blocks the request and returns a 403 response. |
We recommend enabling Deny directly: These crawlers typically originate from malicious activity by black-and-grey market operators, so we recommend enabling Deny mode directly.
Before enabling Deny, confirm the following: Whether your website receives traffic from authorized automation tools (such as internally developed programs or automation scripts from third-party partners). If it does, we recommend first configuring a Skip rule for these tools under Custom Bots, and then enabling Deny for Definite Bots, to avoid false positives.