Forum Moderators: open
GET /wp-login.php HTTP/1.1
GET /administrator/index.php HTTP/1.1
GET /admin.php HTTP/1.1
GET /bitrix/admin/index.php?lang=en HTTP/1.1
GET /admin/login.php HTTP/1.1
GET /admin/ HTTP/1.1
GET /user/ HTTP/1.1
"Android 2\.2\)"
with close-parenthesis to eliminate humans with Android 2.2.some-third-number. I searched raw logs and, yup, looks like they're all reading off the same script: I find the same set of seven requests in the same order. Most of them get a 403. Spot-checking reveals that they're sending one or more headers that trigger the bot_header environmental variable. Most robots are missing headers; this one's sending too many. The rest get a 404-- not because those WP files don't exist, although they don't, but because I return a manual 404 to almost all .php requests. (It's the same amount of work for the server as a 403, and conveys no information--or, better yet, conveys false information--to the visitor.) This is most likely a bot using a fake UA.