Strange Entries in Web Server Log
February 2, 2008 10:47 PM
Subscribe
Help me understand strange entries in web server log that look like spam attacks.
A few times a day, I will see an entry in my web server log where the query string portion of the URL has been substituted with a link to another site. In other words, what is normal is this:
http://www.somesite.com/mypage.asp?ProductID=13406
Instead, I see this:
http://www.somesite.com/mypage.asp?ProductID=http%3A%2F%2Fwww.vacacionalhouse.com%2Fen%2Fimg%2Fvohe%2Fseyon%2F&Type=QF
The site referenced in the query string is pretty much something different each time I see it. But, it always looks like some spam site. I don't think this is a hack attempt. But thinking it is a "spam bot gone wild" trying to get entries into a web server's DB in the hopes that it will appear on some page somewhere. If it helps, the referer field is not present in the request and the IP address of the requestor changes from day to day.
What do you think is going on? Thanks!
posted by GregWithLime to computers & internet (6 comments total)
2 users marked this as a favorite
1) action = mypage.asp
2) ProductID is an input (possibly hidden) ?
I've experience spam bots that crawl around until they find a form (any form), spam all of the fields with their spam-url, and then click "submit".
They're hoping the spam-url will appear somewhere on your web site (e.g., in a comments forum), thereby increasing their rank with search engines.
posted by qxntpqbbbqxl at 11:03 PM on February 2