netstat -nap | sort -u

yazınca hangi porta istek geliyor_?

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

bide bunu yaz en altdaki 10 satırı buraya cp yap bi.