Forum Moderators: phranque

Message Too Old, No Replies

Under attack!

         

Alan_G

7:42 am on Jul 14, 2008 (gmt 0)

10+ Year Member



My website is being hit every few seconds with page requests such as below. There is always a 404 followed by an http address. When I check out where this has some from I just get what looks like Chinese or Japanse. What can I do about this? I've put in a support ticket to the hosting company. Is that all I can do?

[mysite.com:80...]

[mysite.com:80...]

[edited by: phranque at 9:21 am (utc) on July 14, 2008]
[edit reason] examplified urls [/edit]

g1smd

8:55 am on Jul 14, 2008 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



If you have access to .htaccess you can ban the requesting IP address in there.

Alan_G

9:41 am on Jul 14, 2008 (gmt 0)

10+ Year Member



This is a site hosted on GoDaddy using ASP.NET. I have located the IP address but am not sure how to ban it so I've submitted a ticket to GoDaddy and hope they can advise me appropriately.

topr8

10:19 am on Jul 14, 2008 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



>>If you have access to .htaccess you can ban the requesting IP address in there.

given the .aspx filenames it would clearly be as IIS server as it is using asp.net

g1smd

10:24 am on Jul 14, 2008 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



True. Wasn't yet fully awake. You could do this in ISAPI_Rewrite, but most hosts with IIS don't have that installed.

Alan_G

1:02 pm on Jul 15, 2008 (gmt 0)

10+ Year Member



Ended up finding some code that enables IP address blocking within the app. Seems to work because I blocked myself by supplying my own IP address to it.