SDN-DDOS simulation using mininet and pox controller. ddos.py is run in pox controller along with l3_learning.py script. ddos_printer script is used to generate sync flood when run on one of the host in the mininet topology.
Hi guys,
When I run ddos_printer.py (I run this code first), the xterm window shows the hping statistic & there is a line that I don't understand
--- 10.10.1.3 hping statistic ---
64 packets transmitted, 0 packets received, 100% packet loss
...
This means 64 packets were transmitted from a spoofed IP source address to 10.10.1.3 BUT 10.10.1.3 doesn't receive any of them => So the attack failed before detection & mitigation were performed?
NOTE: I haven't run the ddos.py in the POX window yet (attack first, detect later)
Hi guys, When I run ddos_printer.py (I run this code first), the xterm window shows the hping statistic & there is a line that I don't understand --- 10.10.1.3 hping statistic --- 64 packets transmitted, 0 packets received, 100% packet loss ... This means 64 packets were transmitted from a spoofed IP source address to 10.10.1.3 BUT 10.10.1.3 doesn't receive any of them => So the attack failed before detection & mitigation were performed?
NOTE: I haven't run the ddos.py in the POX window yet (attack first, detect later)