this post was submitted on 20 Jun 2023
68 points (98.6% liked)

Lemmy

12557 readers
2 users here now

Everything about Lemmy; bugs, gripes, praises, and advocacy.

For discussion about the lemmy.ml instance, go to !meta@lemmy.ml.

founded 4 years ago
MODERATORS
 

Today, a bunch of new instances appeared in the top of the user count list. It appears that these instances are all being bombarded by bot sign-ups.

For now, it seems that the bots are especially targeting instances that have:

  • Open sign-ups
  • No captcha
  • No e-mail verification

I have put together a spreadsheet of some of the most suspicious cases here.

If this is affecting you, I would highly recommend considering one of the following options:

  1. Close sign-ups entirely
  2. Only allow sign-ups with applications
  3. Enable e-mail verification + captcha for sign-ups

Additionally, I would recommend pre-emptively banning as many bot accounts as possible, before they start posting spam!

Please comment below if you have any questions or anything useful to add.

you are viewing a single comment's thread
view the rest of the comments
[โ€“] dylcal13@lemmy.coeus.icu 0 points 1 year ago* (last edited 1 year ago) (1 children)

I did manage to get a list of all users without a verified email using a postgress command, but sadly no, I can not figure out how to use the PurgePerson or AdminPurgePerson endpoints that are "described" in the documentation. I ended up just writing a small python script to ban all of them for now until I can figure out how to purge them.

It's extra tough because user management in Lemmy is tied to posts and comments right now. Since none of the spam accounts have made posts, there's no way in the UI to purge their accounts.

[โ€“] sunaurus@lemm.ee 1 points 1 year ago

I'll try to help you out in DMs in a minute, hang tight!