142 shaares
5 private links
5 private links
Command to know the ip connected and how many times:
netstat -ntu | awk '{print $5}' | cut -d: -f1 | sort | uniq -c | sort -n
An IP connected 100+ / 150+ times under a port 80 doesn't sound normal for example