Forum Moderators: DixonJones

Message Too Old, No Replies

Strange Request Not Caught at Error

Any idea why this wasn't found as an error by the server?

         

larryn

9:57 pm on Jan 20, 2005 (gmt 0)

10+ Year Member



Looking through some logs I found these entries:

a.b.c.d - - [01/Dec/2004:06:54:58 -0500] "CONNECT mx0.#*$!.com:25 HTTP/1.0" 200 8178 "-" "-" "a.b.c.d.1101902098420340"
a.b.c.d - - [01/Dec/2004:06:54:58 -0500] "POST http://a.b.c.d:25/ HTTP/1.1" 200 8178 "-" "-" "a.b.c.d.1101902098501137"
a.b.c.d - - [01/Dec/2004:06:55:00 -0500] "QUIT" 200 8178 "-" "-" "a.b.c.d.1101902100254650"

where

'a.b.c.d'
was the same IP in all three places, and that was not the IP of my server; and
'mx0.#*$!.com'
was not even close to my server's name. Port 25 is the SMTP port, so someone might of been fishing for mail servers trying to use my server as a proxy (which should of failed).

I also found this:


w.x.y.z - - [18/Dec/2004:13:37:11 -0500] "GET http://www.#*$!x.com/ HTTP/1.1" 200 8178 "-" "Mozilla/4.0 (compatible; MSIE 4.01; Windows 98)" "w.x.y.z.1103395031545401"

I'm intrigured why the CONNECT, POST, QUIT and improper GET requests didn't cause errors - I'm surprised to see the 200 status code. The number of bytes served matches that of my site's homepage, which makes it even more intriguing.

Any thoughts? Thanks,

Larry

walrus

5:24 pm on Jan 21, 2005 (gmt 0)

10+ Year Member



That is interesting,
what about a dns lookup on the ip in question?

larryn

6:02 pm on Jan 21, 2005 (gmt 0)

10+ Year Member



Walrus,

The server is legit. I'm more concerned about why MY server didn't complain...

Larry

jdMorgan

7:11 pm on Jan 21, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Looks like your server *is* an open proxy...

Jim

jdMorgan

7:15 pm on Jan 21, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



> The number of bytes served matches that of my site's homepage, which makes it even more intriguing.

Missed that... Do you or your host have any kind of code that rewrites forbidden URL or HTTP method requests to your home page? If not, this is very strange.

You might want to check your server responses using a browser spoofing tool, and make sure the response codes are correct.

Jim