W
W
WebDev2019-11-02 23:00:29
DDoS Protection
WebDev, 2019-11-02 23:00:29

How do paid services from DDOS attacks work?

If a site is attacked by a large number of requests from different addresses, for example, through infected computers, then standard protection methods, for example, limiting the number of requests from one address, will not help. Here it is recommended to use paid services that filter traffic.
Could you please explain how such services are arranged? How do they distinguish a real request from a malicious one?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
X
xmoonlight, 2019-11-02
@kirill-93

ddos-mitigation-stages.png
1. https://www.cloudflare.com/learning/ddos/ddos-miti...
2. https://beget.com/ru/articles/syncookied

Linux network kernel diagram
linux_network.png

S
SagePtr, 2019-11-02
@SagePtr

For example, they serve many clients, and if some IP address was involved in attacks on the servers of other clients, then with a high degree of probability they are attacking your site, and not just peacefully entered.
The same Cloudflare, when you first open the site, sometimes shows a captcha or, using JS, checks the browser in the background, and then marks with Cookie that this browser from this IP can be trusted for some time, because if the user has made legitimate requests from this IP lately - then his request can be skipped without extra checking.

A
AttempGame, 2019-12-03
@AttempGame

By generating requests through spoofing, the server will stupidly choke

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question