Forum Moderators: open
I found this cryptic entry in my logs from last night:
61.135.***.173 - - [26/Aug/2004:03:41:07 -0400] "GET /~!^~!^~!.html HTTP/1.1" 404 657 "-" "google" The IP is Chinese, and has no affiliation with the real Google. The request threw a 404 in my logs, but when I dropped it into my browser I got a message saying "Server File Not Found," instead of my custom 404 page. The server is a RAQ4 running Linux.
Is this a new server hacking attempt, or a known exploit that I am just seeing for the first time?
I have just blocked this ISP's entire IP range, but I'm concerned about the nature of the Requested URI. Any input will be appreciated. Google reveals nothing about this URI.
Wiz
[edited by: volatilegx at 10:57 pm (utc) on Aug. 26, 2004]
[edit reason] obscured IP [/edit]
So far nobody there has an answer for what hack is being attempted. I like the idea that was posted here about sub-user accounts beginning with a tilde, as a possible exploit attempt. We do need to find out what these people are up to.
Wiz
"GET /~!^~!^~!.html HTTP/1.1"
~!^ are so called "unsafe" characters and should not be used in URLs without encoding. Why are they called "unsafe"? Because "Some characters present the possibility of being misunderstood within URLs for various reasons. These characters should also always be encoded."
Its not a hack - just some error in testing bot or something like this. Or maybe some error converting Unicode (Chinese) to ASCII.
Besides, if it is a search bot, it didn't request Robots.txt, like most SEs do. It only asked for that one "unsafe" filename, got a server 404, and went away (to visit JD's website).
Wiz
to visit JD's website
Yeah, it did indeed come by after you kicked it out, but was rejected as a Googlebot spoof.
61.135.***.173 - - [26/Aug/2004:12:33:31 -0500] "GET /~!^~!^~!.html HTTP/1.1" 403 646 "-" "google"
Jim