Baidu-YunGuanCe
Baidu Cloud Watch
About this crawler
Baidu-YunGuanCe is a web crawler identified by the regular-expression pattern Baidu-YunGuanCe in the User-Agent request header. It is categorised as monitoring. Use the regex above to detect, log, allow, or block Baidu-YunGuanCe traffic in your web server, CDN edge rules, or robots.txt.
Block-rate · top 25k sites
0.26%
Technical details
- Name
- Baidu-YunGuanCe
- Pattern
Baidu-YunGuanCe- Tags
- monitoring
- Reference
- https://ce.baidu.com/topic/topic20150908
- Added
- 2018/06/27
- Instances
- 5 known sample(s)
Sample User-Agent strings
Baidu-YunGuanCe-Bot(ce.baidu.com)
Baidu-YunGuanCe-SLABot(ce.baidu.com)
Baidu-YunGuanCe-ScanBot(ce.baidu.com)
Baidu-YunGuanCe-PerfBot(ce.baidu.com)
Baidu-YunGuanCe-VSBot(ce.baidu.com)
Block this crawler
robots.txt — disallow Baidu-YunGuanCe:
User-agent: Baidu-YunGuanCe
Disallow: /
Apache .htaccess — return 403:
RewriteEngine On
RewriteCond %{HTTP_USER_AGENT} Baidu-YunGuanCe [NC]
RewriteRule .* - [F,L]
Nginx — return 403 inside a server block:
if ($http_user_agent ~* "Baidu-YunGuanCe") {
return 403;
}
← back to all crawlers