Top Qs
Timeline
Chat
Perspective
DDoS mitigation
Methods of reducing impact from distributed denial-of-service attacks From Wikipedia, the free encyclopedia
Remove ads
Remove ads
DDoS mitigation is a set of network management techniques and tools for resisting or mitigating the impact of distributed denial-of-service (DDoS) attacks on networks attached to the Internet by protecting the target and relay networks. DDoS attacks are a constant threat to businesses and organizations, delaying service performance or shutting down websites entirely.[1]
DDoS mitigation works by identifying baseline conditions for network traffic by analyzing "traffic patterns" to allow threat detection and alerting.[2] DDoS mitigation also requires identifying incoming traffic to separate human traffic from human-like bots and hijacked web browsers. This process involves comparing signatures and examining different attributes of the traffic, including IP addresses, cookie variations, HTTP headers, and browser fingerprints.
After the attack is detected, the next process is filtering. Filtering can be done through anti-DDoS technology like connection tracking, IP reputation lists, deep packet inspection, blacklisting/whitelisting, or rate limiting.[3][4]
One technique is to pass network traffic addressed to a potential target network through high-capacity networks, with "traffic scrubbing" filters.[2]
Manual DDoS mitigation is no longer recommended due to the size of attacks often outstripping the human resources available in many firms/organizations.[5] Other methods to prevent DDoS attacks can be implemented such as on-premises or cloud-based solution providers. On-premises mitigation technology (most commonly a hardware device) is often placed in front of the network. This would limit the maximum bandwidth available to what is provided by the Internet service provider.[6] Common methods involve hybrid solutions, by combining on-premises filtering with cloud-based solutions.[7]
Remove ads
Methods of attack
Summarize
Perspective
DDoS attacks are executed against websites and networks of selected victims. A number of vendors offer "DDoS-resistant" hosting services, mostly based on techniques similar to content delivery networks. Distribution avoids a single point of congestion and prevents the DDoS attack from concentrating on a single target.
One technique of DDoS attacks is to use misconfigured third-party networks, allowing the amplification[8] of spoofed UDP packets. Proper configuration of network equipment, enabling ingress filtering and egress filtering, as documented in BCP 38[9] and RFC 6959,[10] prevents amplification and spoofing, thus reducing the number of relay networks available to attackers.
DDoS attacks are typically categorized into three types: volumetric, protocol-based, and application-layer attacks.[11]
Volumetric attacks
These attacks aim to consume bandwidth by flooding a network or service with massive volumes of traffic.[12]
- UDP floods target random ports with UDP packets, causing the host to repeatedly search for non-existent applications and reply with ICMP errors.[13]
- ICMP floods overwhelm the target with ping requests, exhausting available processing power and bandwidth.[14]
- DNS amplification involves exploiting open DNS resolvers to send amplified traffic to the victim using spoofed requests.[15]
Protocol attacks
These focus on exhausting resources of network infrastructure by misusing communication protocol behavior.
- SYN floods exploit the TCP handshake by initiating multiple half-open connections, overwhelming the server's connection table.[16]
- Ping of Death uses oversized or malformed ping packets to crash or destabilize systems.
- Smurf attacks send spoofed ICMP requests to broadcast addresses, prompting all devices on the network to respond to the victim’s IP.
Application layer attacks
These attacks mimic legitimate traffic to deplete application server resources, making them particularly difficult to detect.[17]
- HTTP floods send large numbers of GET or POST requests, overloading servers with processing demands.[18]
- Slowloris maintains many open connections to a web server by sending partial requests slowly, exhausting server threads.
- DNS query floods overwhelm DNS servers with rapid requests, preventing legitimate domain resolution.[19]
Remove ads
Methods of mitigation
- Use of Client Puzzle Protocol, or guided tour puzzle protocol
- Use of content delivery networks
- Blacklisting of IP addresses
- Use of intrusion detection systems and firewalls
See also
References
Wikiwand - on
Seamless Wikipedia browsing. On steroids.
Remove ads