Useful for monitoring DoS attacks:
netstat -ntu | awk '{print $5}' | cut -d: -f1 | sort | uniq -c | sort -n
Red Branch | For Future Reference …
Useful for monitoring DoS attacks:
netstat -ntu | awk '{print $5}' | cut -d: -f1 | sort | uniq -c | sort -n