-
Notifications
You must be signed in to change notification settings - Fork 37
Home
knoxcard edited this page Jun 9, 2016
·
1 revision
Yes, this will not deal with distributed denial-of-service attacks But it will deal with simple DOS ones, but the concept is associated with DDOS whereas DOS is about the classic operating system from the 90's.
Captcha Proposal Solution So this code only allows for basic DOS attacks? If so, I have thought of a possible solution. I am assuming the code already detects traffic bursts. Once this has been determined, all HTTP requests should be intercepted via middleware to display a captcha page. Once the user enters the correct captcha answer, their ip is added to a whitelist and they are able to proceed.