FLOODER -.-
#2

Use tcpdump to find the attacker.
Код:
tcpdump -n | grep SERVER_PORT | grep "length 2"
Find a suspicious IP (lots of packets of length 2)
Код:
tcpdump -n | grep SUSPICIOUS_IP
If it does indeed send a lot of those packets, ban it.
Код:
iptables -A INPUT -s SUSPICIOUS_IP -j DROP
Reply


Messages In This Thread
FLOODER -.- - by [FoD]Fabio - 07.12.2009, 19:23
Re: FLOODER -.- - by Woet - 07.12.2009, 19:37
Re: FLOODER -.- - by [FoD]Fabio - 07.12.2009, 19:52
Re: FLOODER -.- - by Jakub91111 - 08.12.2009, 11:58

Forum Jump:


Users browsing this thread: 1 Guest(s)