よく使うnetstat

netstat -ntu | awk ‘{print $5}’ | cut -d: -f1 | sort | uniq -c | sort -n

 

不審IPの調査に

コメント

タイトルとURLをコピーしました