Hi, one of my friends had a 400-500Mbits DDoS bandwidth exhaustion attack running on his port. While the attack didn't do anything in terms of packet loss, it was running for hours and ate about 1TB traffic.
I captured traffic with tcpdump and the max packet I found for legit traffic was ~170bytes.
Can I block packets over 200-250 bytes? The attack was all 400+ bytes per packet. If it is possible to confirm that there aren't packets larger than this I will apply the rule right now.
Edit: By tcpdump running for a few mins it seems the max request is 542 bytes. I set a rule to accept 1 to 600 bytes packets and is working fine.