Common DDoS Attacks and Countermeasures - Printable Version +- Fullserver.su CS 1.6 Community Forum (https://fullserver.su/forum) +-- Forum: Server Creation and Configuration (https://fullserver.su/forum/forum-7.html) +--- Forum: Server Protection (https://fullserver.su/forum/forum-10.html) +--- Thread: Common DDoS Attacks and Countermeasures (/thread-7.html) |
Common DDoS Attacks and Countermeasures - Fullserver - 06-04-2023 Types of Attacks and Used Techniques Mini-FAQ on commonly seen DDoS attacks today. Currently, the most popular attacks are amplifications, based on the principle of "amplification." In simple terms, the attacker spoofs the IP address of the target and sends requests to DNS, NTP, and other servers using that IP. Consequently, the server responds with packets of significantly larger sizes. To put it bluntly, sending 1 byte results in receiving 30-60 bytes in response. The more requests made to different services and the higher their quantity, the more powerful the attack becomes. Currently, amplification attacks range in strength from 1 to 30 Gbps. This method is widely used due to its affordability. However, the good news is that such attacks are "dumb" and can be easily blocked by having the necessary resources for it. The main types of amplifications are:
The attacks described above are primarily blocked at the ISP and data center level. Blocking them on the server itself is pointless unless you have a minimum of several gigabits of bandwidth. Amplification Coefficient Table: RE: Common DDoS Attacks and Countermeasures - brainohyeah - 06-04-2023 really useful |