• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!
  • 2026 staff recruitment is open! Check it out and consider applying!

Linux IP tables -- geting atacker ip

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
 
Last edited by a moderator:
Back
Top