Forum Moderators: phranque
These websites have little in common -- some use PHP, some ColdFusion. All form fields are filled out with random characters like "efy@domainname.com", which is getting past required field checks and submitting the form. In some cases it seems that a multipart attachment is trying to be sent via the comments box.
From this it appears the attacks are trying to bcc a 3rd party random email address.
Anyone seeing a big uptick in this lately and have ideas on how to reduce/eliminate these in general?
I've protected my forms (but not other pages) by no longer allowing access to them by anonymous proxies. Which seems reasonable to me: a passing surfer can stay as anonymous as they like. But try to talk to me, and I want a path back to where you are talking from.
If the attacks you see are not from AP IPs, then complain to their ISP.
(Actually, you could complain to the ISP of the AP too, but with less effect)
I like the random image thing -- where can I get a php script to do that?
Also, how exactly do you keep out anonymous proxies?