DoS/DDoS, one of the most frequent attacks in the world.
Also known as "Flood Attacks".
Flood Attacks are
- SYN Flood
- UDP Flood
- ICMP Flood
- ICMPv6 Flood
- Other IP Flood
- DoS = Denial-of-Service, attack launch from single device to single TARGET.
- DDoS = Distributed Denial-of-Service, attacks launch from multiple devices to a single TARGET (multiple locations, multiple peoples may involve.)
- TARGET = server (or) network with reachable public ip (web-server, website, application-server, ...)
Attacker tools:
- ping
- botnet
- ...
Mitigation Techniques:
- Limit the maximum numbers of connections
- Limit the size of incoming packet (ping request)
- Block known attacker's IP address/addresses (public IP)
- Implement IPS with DoS/DDoS signature
- Enable Flood Protection
- The easiest way is implement the DOS/DDOS aware security box. (many products available in the market)
No comments:
Post a Comment