ltx71

scanner ltx71

LTX71 web crawler for content discovery

About this crawler

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

Block-rate · top 25k sites

0.39%
latest snapshot
2026-06-04
matched key: ltx71
2026-05-012026-06-040.51%

Technical details

Name
ltx71
Pattern
ltx71
Tags
scanner
Reference
http://ltx71.com/
Added
2015/04/04
Instances
1 known sample(s)

Sample User-Agent strings

ltx71 - (http://ltx71.com/)

Block this crawler

robots.txt — disallow ltx71:

User-agent: ltx71 Disallow: /

Apache .htaccess — return 403:

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

Nginx — return 403 inside a server block:

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