roriscrave
Advanced OT User
- Joined
- Dec 7, 2011
- Messages
- 1,210
- Solutions
- 35
- Reaction score
- 207
Hy guys, when my website was attacking, the website down...
and i have used this comand:
netstat -ntu | awk '{print $5}' | cut -d: -f1 | sort | uniq -c | sort -n
and returned this:
ips removed / mod
I realize that the attacker has the IP that is in red, would have some ip table that blocks if the attack for example the connection higher than 200?
Since the attacker generated 833 hits on the site
and i have used this comand:
netstat -ntu | awk '{print $5}' | cut -d: -f1 | sort | uniq -c | sort -n
and returned this:
ips removed / mod
I realize that the attacker has the IP that is in red, would have some ip table that blocks if the attack for example the connection higher than 200?
Since the attacker generated 833 hits on the site
Last edited by a moderator: