I use a contact form processor I designed myself years ago for IIS and recently adapted for linux apache. I use it for half a dozen or so sites recently converted to linux apache but still have a few sites using the original IIS version. It seems to work as well now as it always has but seems to attract an entirely different kind of spam. Or is something else going on?
Under IIS I get about the same quantity of form spam as on apache - at most a couple per day, often none for several days. The IIS spam is in the form of ordinary text, easily picked out from real submissions by the incidence of certain words or phrases. Apache sites' spam comes as variations on the following...
Sent By: FSHTXwVI
Email: jh650545@(g-guess-who)
Telephone: 6662483888
Town: TqPIsAGrmWYvdkpz
County: mbdaUukAEDvNZ
Country: England
Comment: HdwGmxRZTfahbvI
FoundOn: obTaPuQcim
Sequence of pages always seems to be: home, contactform, contactformsubmission, contactform acknowledment. I don't think it's ever gone straight to the form page (this may indicate it gets the site from an SE as I do not allow SEs access to the contact forms).
A few of the fields are near their text limit sometimes but Comment certainly isn't. Country is real because it's a drop-down with England as the first option.
The above format, with its rubbish content (different each time), has been submitted from almost the first site going online, about a year ago. I've even built a portion of the spam trapping code around the fact. The sites are very low traffic. The UA, at least recently, is the same for each submission, although the IP is always different - probably from a botnet.
It makes no sense. Why would anyone spam forms repeatedly with such useless text? I don't think it can be used as a probe as it's only allowed one go before having to start all over again - which it never does. Any ideas, anyone?