Lemmy's total users continues to soar from 240k yesterday to 360k today! Basically quadrupling in the past 4 days

MicroWave@lemmy.world to Fediverse@lemmy.world – 150 points –
109

You are viewing a single comment

I think it's just bots. Look at this instance: https://picify.podycust.co.uk/ 7k users, no interactions

Yeah, I'm trying to track where these new accounts are being created, because they're not at top lemmy instances like lemmy.world or beehaw.org, which have validation measures at signup.

I believe most accounts created in the last 48 hours are bot accounts. Here is the list of top 20 fastest growing instances. Looks like 15 out of 20 were created in the last few days and has almost no active users.

@2014MU69 @MicroWave
Lemmy’s first big bot campaign, yay.

Bots only target successful platforms and mastodon has survived many bot campaigns, so I’m not too worried by this. But let’s give a hug to our admins. When all those accounts start spamming, they’ll need to do a lot of mitigation. Especially if the bots come from many different domains. (and also because lemmy moderation tools are not great)

@2014MU69@lemmy.world - thanks for the info.

@matthieu_xyz@piaille.fr - you think we're about to see many of them defederated?

@MicroWave
Yes, when your server is getting swarmed in spam, you first fediblock (or at least limit, when limit is supported like on mastodon).

Then you ask the admin of the instance what’s going on. You can also help them clean up the bots.

Then you can federate again once you’re 100% sure the bots are gone.

When the number of bots is high compared to the number of users, that’s even more reasons to block fast

That instance's real url (at least in the DB) is lemmy.podycust.co.uk. parapheum.com is another one that has a similar situation, they have ~5k new accounts in the past days and very little activity on their instance other than the admins. I have sent messages to the admins of both instances making sure they are aware of the situation...

For fun here are the numbers of their users that show up on my instance (because they have participated somewhere my instance is federated with) compared to beehaw which has about 12.5k users:

lemmy=# select count(*) from person where instance_id = (select id from instance where domain = 'beehaw.org');
 count
-------
  3496
(1 row)

lemmy=# select count(*) from person where instance_id = (select id from instance where domain = 'lemmy.podycust.co.uk');
 count
-------
     6
(1 row)

lemmy=# select count(*) from person where instance_id = (select id from instance where domain = 'parapheum.com');
 count
-------
     3
(1 row)

Seems pretty concerning.

I wonder if there's a scope to auto delete accounts that are created by never return after x weeks. Or a measure of active daily unique users by IP address...

What’s the point? Why do this?

Scams. If one account creates 1000 spam posts, you ban that account and they are all gone. If 1000 accounts create 1 spam message each, the admin has a mess