Tagged Questions
5
votes
2answers
273 views
Best practices for preventing Denial of Service Attack in Django
What are the best practices in Django to detect and prevent DoS attacks... Are there any ready to use apps or middleware available which prevents website access and scan through bots?
2
votes
2answers
120 views
Undetectable DoS attack with an invalid IP [closed]
in Security+ book, it has been told that DoS attack can be undetectable and an attacker can use an invalid IP address.
what did it mean by Invalid IP address? is it a zombie IP? how can we face with ...
0
votes
1answer
77 views
Is it possible to distinguish from “good” http requests and DoS attacks?
How could I know that a lot of requests in a short period of time come from a DoS attack and not from normal browser requests?
0
votes
1answer
996 views
C# MVC: What is a good way to prevent Denial Of Service (DOS) attacks on ASP.NET sites?
I'm looking for a good and inexpensive way to prevent denial of service attacks on my ASP.NET MVC site.
I've been thinking about a solution that intercepts the HttpHandler and then counts requests ...