I integrated my website with reCAPTCHA v2 (invisible) and also Honeypot on my customer sign up form and I'm still receiving spam signups daily, I even set the reCAPTCHA to the Most Secure option.
I think the biggest issue for me is how this is affecting my "email reputation" because the spambots are using a mix of real and fake email addresses.
I was also going to try to integrate with a "verify email address" service but if the email address is valid it will still be an issue because the actual user didn't sign up on my website.
Is there any other methods I could try using? Or is there a free scan available that checks for vulnerabilities on forms?
Is what's happening considered SQL injection or XSS attacks on my site, or are these spambots just repeatedly beating my reCAPTCHA and Honeypot spam protection methods?
All signups are using these crazy values for the first name (e.g. xPwRdKQfBmDHriuL) and last name (e.g. rWFmMQkhbqeOKf) values.
Thank you!