Jump to content

Spam attack overnight


Cannon

Recommended Posts

On 12/19/2023 at 12:58 AM, Cannon said:

We do, but they recommended that I switch from reCaptcha to hCaptcha and that change is made! 

As an additional (and easy to implement) safeguard would be honeypot-fields. 
These are hidden fields during the registration that are invisible to actual human users but bots will see it and fill it in. Not 100% effective, but tend to work well (especially if using together with for example recaptcha as you do). 
Example here.

Another option would be checking for username patterns post-registering using regular expressions. 

  • Like 3
  • Thanks 1
Link to comment
Share on other sites

12 hours ago, matek said:

As an additional (and easy to implement) safeguard would be honeypot-fields. 
These are hidden fields during the registration that are invisible to actual human users but bots will see it and fill it in. Not 100% effective, but tend to work well (especially if using together with for example recaptcha as you do). 
Example here.

Another option would be checking for username patterns post-registering using regular expressions. 

That's a pretty clever trick!

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy policies.