Did you know you can stop your APIs from abuse just by using a simple trick, yes it is magic and it is called Rate Limiting. Surprise, Surprise!
If I had a dollar for every time I found an API without proper rate limiting during a Vulnerability Assessment and Penetration Test (VAPT), I would probably own a small island by now. Seriously, its 2025, and we’re still dealing with APIs that allow unlimited requests like it’s an all-you-can-eat buffet.
Imagine this: You have an API endpoint that checks user credentials. A hacker writes a simple script to send thousands of login attempts per second. Without rate limiting, guess what? They just brute-forced their way into an account.
Or worse, you have a public pricing API. A competitor fires a few million requests at it, extracts all your pricing data, and undercuts your business.
Without rate limiting, your API is basically an open bar at a hacker convention.
Rate limiting is more than just setting an arbitrary request cap. Done right, it ensures:
Block or slow down requests from the same IP if they exceed a set threshold.
Instead of limiting by IP, restrict requests per user (via API keys or authentication tokens).
Rather than fixed limits, analyze request patterns. If a user suddenly goes from 10 requests per minute to 500, something’s up.
Instead of outright blocking excessive requests, slow them down dynamically.
Okay, I promised not to make this about tAM, but if you’re running an API gateway, tools like tAM can handle rate limiting automatically—saving you from reinventing the wheel (and debugging rate-limiting scripts at 3 AM).
If your API doesn’t have rate limiting, it’s not if it will be abused, it’s when.
So, before your next VAPT results in yet another embarrassing report about unlimited requests, do yourself (and your users) a favor:
Trust me, future-you will thank you. And maybe, just maybe, I will finally get to do a VAPT where rate limiting isn’t the first thing I write in the findings.
Stay secure, stay sane.
It is that simple.
the API Middleware to Log, Secure, Monitor your APIs to prevent Data-leaks
© 2025 Plucker Securities Limited. All rights reserved.