TECHIAITH_CY
Techiaith Welsh language tech bot
About this crawler
TECHIAITH_CY is a web crawler identified by the regular-expression pattern TECHIAITH_CY in the User-Agent request header. It is categorised as http-library. Use the regex above to detect, log, allow, or block TECHIAITH_CY traffic in your web server, CDN edge rules, or robots.txt.
Block-rate · top 25k sites
No block-rate data for this crawler.
Technical details
- Name
- TECHIAITH_CY
- Pattern
TECHIAITH_CY- Tags
- http-library
- Reference
- https://techiaith.cymru
- Added
- 2026/05/09
- Instances
- 1 known sample(s)
Sample User-Agent strings
TECHIAITH_CY (+https://techiaith.cymru)
Block this crawler
robots.txt — disallow TECHIAITH_CY:
User-agent: TECHIAITH_CY
Disallow: /
Apache .htaccess — return 403:
RewriteEngine On
RewriteCond %{HTTP_USER_AGENT} TECHIAITH_CY [NC]
RewriteRule .* - [F,L]
Nginx — return 403 inside a server block:
if ($http_user_agent ~* "TECHIAITH_CY") {
return 403;
}
← back to all crawlers