Rafael Peláez

Rafael Peláez

Nov 24 / 8:45am

ataques ddos

by Rafa

<!-- @page { margin: 2cm } P { margin-bottom: 0.21cm } -->

Conexiones SYN-RECV sin resolvetr

netstat -np | grep SYN_RECV

netstat -n | grep SYN_RECV |wc -l

 

Número de conexiones SYNC-REV resumidas por ip

netstat -np | grep SYN_RECV | awk '{print $5}' | cut -d. -f1-4 | cut -d: -f1 | sort -n | uniq -c | sort -n

Filed under  //  ddos   netstat   syn_recv