Forum Moderators: DixonJones

Message Too Old, No Replies

Strange log entry

/blahblah

         

walshy

4:06 am on Feb 24, 2003 (gmt 0)

10+ Year Member



My IIS 5.0 web server hosts 4 different web sites - I noticed this strange entry in all of the log files at roughly the same time earlier today.

2003-02-24 00:36:23 212.239.37.18 - W3SVC2 TELA 192.168.10.43 80 HEAD /blahblah - 404 2 144 25 31 HTTP/1.0 - - -

I have traced the IP address back to a .it source.

Anyone got any ideas about what this is trying to do?

walshy

4:12 am on Feb 24, 2003 (gmt 0)

10+ Year Member



Just to clarify - the "/blahblah" is the actual path of the request - I havent changed the log entry!

sequencher

5:41 am on Feb 24, 2003 (gmt 0)

10+ Year Member



Probably someone gathering info about your server. If you send some random HEAD request, you get back the 404 (NOT FOUND) response. However you also get info about the server (OS you are running, server software, etc).

You see it all the time from spammers/script kiddies/robots. If you saw it on multiple machines, it's probably some idiot scanning ip blocks hoping to find easy targets. It is amusing though when they are too lazy to even come up with a request that even looks semi-legitimite.

walshy

10:35 pm on Feb 24, 2003 (gmt 0)

10+ Year Member



Thanks Sequencher

I just thought it strange someone scanning for a path of "blahblah".

walshy

11:45 pm on Feb 24, 2003 (gmt 0)

10+ Year Member



If someone was just trying to gather information about a server - couldn't they just have used something like netcraft's web site?

Sorry to keep adding to my own posts ;)

sequencher

3:33 am on Feb 25, 2003 (gmt 0)

10+ Year Member



There are alot of scripts/tools available that just rapidly scan a range of ip addresses. They then process the server responses looking for vulnerable systems. That way you end up with a list of high-probability targets with minimal effort rather than going through each ip address by hand. Plenty of viruses/worms do the same thing as well.

Unless your machine in question is hosting a "high-profile" site like microsoft or AOL, I doubt someone is specifically targeting your server, but you never know. One good way to tell if it is an automated scanner is if you see the same scan profile across multiple servers one after the other in quick succession.

Yeah the blahblah is strange, but you'll see stuff like that every once in a while (like the "GET /Sumthin" scan). If your machine is updated and secure, I wouldn't lose sleep.