Hi,
I have this one page on my site which is suddenly getting thousands of hits per hour where it would usually get 1000s per week.
Because of this I knew it was suspect so created a new mysql table to record the info of everyone that went on it as they did. I saw from that data that most of the traffic is coming from different ips/hostnames in Austria and being referred via a link in the english Wikipedia.
So what I did was put something into the page that if they get referred from wikipedia it goes to a different static page (via Header('Location: blabla.html')) to show a message instead of going to the intended page yet I'm still getting the huge amount of traffic (seemingly all from austria) and still recording the referrer as wikipedia which is impossible as it redirects on the first two lines if it detects the traffic being referred from wikipedia.
To me it looks like someone is using some kind of script/application to continually load up this one page while using a fake referring address but still getting through to the intended page.
Does anyone know what this could be and how I could stop it. It seems very suspect to me and possibly a hacker trying to bring down the site by continually loading/reloading the page. Or am I just being overly cautious/wrong?