How is going? Well, I’m facing a subscription spam problem in my Magento Store, but this post is not to find some solution, but so, to understand somethings.
Well, this is what I’m facing:
Question 1:
What is the objective of this?
Question 2:
How (probably) this thing are being made?
Question 3:
How they are able to subscribe using a Australia address, if Australia is not a allowed country in my store?
Question 4:
My subscription pages form inputs deny any non-latin character, how these subscriptions are being made anyway?
I’m deeply curious about this, thanks a lot in advance!
2
Answers
They use this subscription to receive emails and then navigate through your website.
There are a spam bots. They are so extended around Internet.
Because those bots are able to manipulate your front code and avoid the JS native validation from Magento.
As I told in 3, they can manipulate front code.
I suggest you to put a reCaptcha validation. I used the Google one. Putting this you will reduce a lot of this spam.
As an alternative you can add a backend validation when processing the form in the controller.
Kind Regards