Block another bogus crawler botnet UA

We're seeing tons of this, so either we're besieged by an army of
10-year-old Samsung Galaxy phones or this is a nefarious actor.

Change-Id: If52be5c4a191e5c70f55d843348ba7ca0b365e30
This commit is contained in:
Jeremy Stanley 2023-03-08 19:11:01 +00:00
parent e4649eef80
commit 616dab4b3a

View File

@ -46,7 +46,8 @@
RewriteCond %{HTTP_USER_AGENT} "=UCWEB7.0.2.37/28/999" [OR]
RewriteCond %{HTTP_USER_AGENT} "=NOKIA5700/ UCWEB7.0.2.37/28/999" [OR]
RewriteCond %{HTTP_USER_AGENT} "=Openwave/ UCWEB7.0.2.37/28/999" [OR]
RewriteCond %{HTTP_USER_AGENT} "=Mozilla/4.0 (compatible; MSIE 6.0; ) Opera/UCWEB7.0.2.37/28/999"
RewriteCond %{HTTP_USER_AGENT} "=Mozilla/4.0 (compatible; MSIE 6.0; ) Opera/UCWEB7.0.2.37/28/999" [OR]
RewriteCond %{HTTP_USER_AGENT} "=Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.159 Mobile Safari/537.36"
RewriteRule . - [R=403,L]
</Macro>