I am using Canvas on hitechspeed.com. I have a simplified version of the contact form on the main page which sends me an email with the name/email of the person who filled out the form.
I am getting hundreds of messages every day (just started happening on Friday). I wasn't using ReCaptcha at first but I implemented it immediately, but it hasn't stopped the problem. I even deleted my keys and set up new ones in case it was my keys which had been compromised, but it wasn't that. So I am not sure what is going on.
I am capturing the IP address of the form submitter and it's coming from various IP addresses, mostly from the TOR network, so it's some sort of bot net. I would be very surprised if they are able to bypass ReCaptcha, and while I have made a couple of changes to the PHP file, they are only small changes (I added a field to the form, and captured the IP address in the PHP file).
The emails I am getting are like this:
Name: 5890eae6a19e8
Email: XXXXXX@comcast.net
Message: Subscribe
Form ID: mainform
Remote IP: 216.239.90.19
Where the email addresses are legitimate but always different. The name is always a similar alphanumeric number, increasing sequentially.
