this post was submitted on 20 Jun 2023
950 points (99.4% liked)

Fediverse

27959 readers
128 users here now

A community to talk about the Fediverse and all it's related services using ActivityPub (Mastodon, Lemmy, KBin, etc).

If you wanted to get help with moderating your own community then head over to [email protected]!

Rules

Learn more at these websites: Join The Fediverse Wiki, Fediverse.info, Wikipedia Page, The Federation Info (Stats), FediDB (Stats), Sub Rehab (Reddit Migration), Search Lemmy

founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 13 points 1 year ago

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.