Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

2
  • interesting points, thank you. What ways would be best to go about discarding those requests? Commented Apr 1, 2023 at 8:08
  • "As early as possible". If you're prepared to pay for a WAF (Cloudflare, AWS CloudFront, etc) that will do a lot of the heavy lifting for you. After that, try and do it at the TCP level (just drop a RESET into the stream, don't bother trying to close the connection gracefully. Or honeypot the stream with very slow responses, which may slow down the attacker from trying again). Once you're into your application, try and spend as few resources as possible on the filtering. Commented Apr 1, 2023 at 8:14