Prevent Malicious Requests - DOS Attacks

后端 未结 3 750
深忆病人
深忆病人 2021-02-02 17:12

I\'m developing an asp.net MVC web application and the client has request that we try our best to make it as resilient as possible to Denial of Service attacks. They are worried

3条回答
  •  时光说笑
    2021-02-02 17:25

    You could implement the solution in the cloud and scale servers if you absolutely had to stay up, but it could get expensive...

    Another idea would be to log the ip addresses of registered users. In the event of a DOS restrict all traffic to requests from 'good' users.

提交回复
热议问题