L

LieBaoFast

http-library LieBaoFast

LieBao Fast mobile browser

About this crawler

LieBaoFast is a web crawler identified by the regular-expression pattern LieBaoFast in the User-Agent request header. It is categorised as http-library. Use the regex above to detect, log, allow, or block LieBaoFast traffic in your web server, CDN edge rules, or robots.txt.

Block-rate · top 25k sites

0.33%
latest snapshot
2026-06-04
matched key: LieBaoFast
2026-05-012026-06-040.48%

Technical details

Name
LieBaoFast
Pattern
LieBaoFast
Tags
http-library
Added
2026/05/09
Instances
1 known sample(s)

Sample User-Agent strings

Mozilla/5.0(Linux;Android 5.1.1;OPPO A33 Build/LMY47V;wv) AppleWebKit/537.36(KHTML,link Gecko) Version/4.0 Chrome/43.0.2357.121 Mobile Safari/537.36 LieBaoFast/4.51.3

Block this crawler

robots.txt — disallow LieBaoFast:

User-agent: LieBaoFast Disallow: /

Apache .htaccess — return 403:

RewriteEngine On RewriteCond %{HTTP_USER_AGENT} LieBaoFast [NC] RewriteRule .* - [F,L]

Nginx — return 403 inside a server block:

if ($http_user_agent ~* "LieBaoFast") { return 403; }
← back to all crawlers