Last few days I have been suffering a deluge of attempts to create new subscriptions. At first I thought that a useless plight, but then realised that each new member gets an email to click a link and validate their intention. So perhaps they are reporting those emails as spam to ruin my reputation. Have staved off those attempts by using a hidden input field but it won't be long before they catch on.
In the meantime I have been researching fingerprinting to prevent bot activity at web forms.
Being in a more than suspicious mood, I noticed something peculiar in my custom logs that track search engine referrals. I discovered this by accident because it found "foo" in the referrer as part of "footer". For example the referrer was logged as:
example.com/banners/footer/go.asp?url=youtube.com/watch?v=example
But the link that was used was <a href="#" title="example.com/banners/footer/go.asp?url=youtube.com/watch?v=example">
Now the strange thing is that link will not work at all because go.asp does not exist on example.com and only produces a 404. However if I visit the YouTube link I see a video about pill supplements.
The hits are being recorded as visits to the home page of example.com and becoming more frequent.... today they comprise 1 in every 6-7 visits from search referrals. IP addresses are random.
Anyone seen this type of activity before?