How does one crash a server using (D)DoS?
Per rispondere in modo specifico alla tua domanda, per bloccare un server utilizzando solo DDoS devi scegliere come target il Livello applicazione (spiegazione dettagliata sotto). Questi tipi di attacchi tentano in particolare di utilizzare la maggior parte delle risorse del server di destinazione e riducono il rischio, anziché limitarsi a martellarlo con il traffico di rete.
Tuttavia, per mettere questo contesto nel contesto di altri tipi di attacchi DDoS, esploriamo le loro categorie principali e i loro usi.
Questo articolo copre i 3 principali tipi di attacco per DDoS. Dall'articolo:
DDoS attacks can be broadly divided into three types:
Volume Based Attacks
Includes UDP floods, ICMP floods, and other spoofed-packet floods. The attack’s goal is to saturate the bandwidth of the attacked site, and magnitude is measured in bits per second [sic] "(Bps)" [sic].
Protocol Attacks
Includes SYN floods, fragmented packet attacks, Ping of Death, Smurf DDoS and more. This type of attack consumes actual server resources, or those of intermediate communication equipment, such as firewalls and load balancers, and is measured in Packets per second.
Application Layer Attacks
Includes low-and-slow attacks, GET/POST floods, attacks that target Apache, Windows or OpenBSD vulnerabilities and more. Comprised of seemingly legitimate and innocent requests, the goal of these attacks is to crash the web server, and the magnitude is measured in Requests per second.
TL; DR - esistono diversi tipi di attacchi DDoS in base a ciò che l'utente malintenzionato desidera ottenere. A volte un utente malintenzionato vuole solo occupare tutta la larghezza di banda disponibile, altre volte tenterà di sopraffare la CPU.
Vale la pena notare che DDoS è solo un tipo distribuito del generico ' Denial of Service ' - non implica affatto il crash di un server, impedendo al server di fare qualsiasi cosa per cui è destinato, se questo impedisce che il business reale si verifichi utilizzando tutta la larghezza di banda o altro.