Skip Navigation

[PSA] Admins: Watch for the antiyanks troll and consider adjusting your rate limits

"Antiyanks" is back at it again and has switched tactics to spamming a massive number of comments in a short period of time. In addition to being annoying (and sad and pathetic), it's having a deleterious effect on performance and drowns out any discussions happening in those posts. That spam also federates as well as the eventual removals, so it's not limited to just the posts being targeted.

Looking at the site config for the home instance of the latest two three alts, the rate limits were all 99999999. 🤦‍♂️

Rate limits are a bit confusing, but they mean: X number of requests per Y seconds per IP address.

The comment API endpoint has its own, dedicated bucket. I don't recall the defaults, but they're probably higher than you need unless you're catering to VPN users who would share an IP.

Assuming your server config is correctly passing the client IP via the XFF header, 20 calls to the /create_comment endpoint per minute (60 seconds) per client IP should be sufficient for most cases, though feel free to adjust to your specific requirements.

Edit: A couple of instances accidentally set the "Messages" bucket too low. That bucket is a bit of a catch-all for API endpoints that don't fit a more specific bucket. You'll want to leave that one relatively high compared to the rest. It's named "Messages" but it covers far more than just DMs.

38 comments
  • Thanks for the heads up. I don't know what 'Antiyanks' is, but I already had to ban one comment spammer.

    The rate limits are indeed a bit confusing. The settings are:

    Rate Limit: X Per Second: Y

    I understand this to be 'X for every Y seconds'

    So, a 'Comments' Rate limit: 10, Per second: 60, means a maximum of 10 comments per minute, correct?

    Maybe the reason you see 99999999 is due to troubleshooting. I have increased my instance's limits multiple times while troubleshooting server issues, because the meaning of the settings was not clear to me. These limits are usually not the reason for the sever issue, but I put some high number and did not bring them back down after the issues were resolved.

    I have lowered them now to more reasonable numbers. I will also be more strict with new applications for the time being.

    • Hmmm - after changing these settings to what I think are reasonable settings, the server crashed and I am now getting 'Too many requests' messages.... So, perhaps there is something not working so well with these rate limits, or I am still misunderstanding their meaning.

    • So, a 'Comments' Rate limit: 10, Per second: 60, means a maximum of 10 comments per minute, correct?

      Correct, per client IP.

      Maybe the reason you see 99999999 is due to troubleshooting

      Could be. I try not to speculate on "why" when I don't have access to the answer lol.

      I don't recall any of them being from mander (unless they were dealt with before I started testing?), but thanks for taking preventative measures :)

      I don't know what 'Antiyanks' is

      It's the codename for a particular long-term troll and is based off of their original username pattern (which they still use sometimes). I have reason to believe it's also the same troll that used to spam the racist stuff in Science Memes.

      These are most of today's batch (minus the JON333 which was just a garden-variety spammer that made it into the last screenshot).

      • I don’t recall any of them being from mander (unless they were dealt with before I started testing?), but thanks for taking preventative measures :)

         undefined
                I don’t know what ‘Antiyanks’ is
        
        
          

        It’s the codename for a particular long-term troll and is based off of their original username pattern (which they still use sometimes). I have reason to believe it’s also the same troll that used to spam the racist stuff in Science Memes.

        These are most of today’s batch (minus the JON333 which was just a garden-variety spammer that made it into the last screenshot).

        No, they were not in mander.xyz. But I am generally quite relaxed when it comes to accepting applications. I mostly reject an applicant if it is very clear it is not an actual user, and then actively follow up on recent accounts for a short time. So the possibility of silent spammer accounts accumulating over time is always a concern.

      • So, a ‘Comments’ Rate limit: 10, Per second: 60, means a maximum of 10 comments per minute, correct?

        Correct, per client IP.

        Setting the limits to more reasonable values, like '20 posts per minute', causes the server to stop serving posts. My front page goes blank.

        So, I am starting to think that '20 pots per minute' means 'requesting 20 posts per minute' and not 'creating 20 posts per minute'.

        I am still having doubts about what these limits mean, but setting reasonable numbers seems to break things, unfortunately.

38 comments