This is not new; I'm very familiar with hacked IPs trying it on but this particular facet is puzzling me.
I get criminal probes to all of my sites from time to time but one site in particular gets very heavy hits every few days. This morning there were about 100 hits to non-existant services such as mysql, phpadmin, wp etc. I seldom see this many hits to any other site, although they do get similar try-it-on requests from time to time.
What is puzzling me is why this one site get so much attention. It's been around for several years and was always intended to be an experiment. The domain begins with a zero and it has only a home page and a contact page. The idea was to see if it could pre-empt scrapers etc from hitting real domains by being first in the alpha-numberic list of domains.
I wonder if this is actually working after all. I have a kill switch for IPs that request content using certain keywords - eg wp, mysql etc. Sadly the code takes too long to add the IP to iptables, hence the 100 or so hits; the IP gets added to iptables for every bad hit and I have to periodically clean out the duplicates from iptables.
But is this kill switch actually preventing the same IP from hitting my other domains? I doubt it - if the baddie is visiting sites alphabetically there are millions before mine and a new IP would be in use by the time it got around to me again. Unless it harried by target IP, which I'm inclined to doubt.
Can anyone suggest reasons for this?