February 2014
M T W T F S S
 12
3456789
10111213141516
17181920212223
2425262728  

Categories

February 2014
M T W T F S S
 12
3456789
10111213141516
17181920212223
2425262728  

DDOS attack on Windows Server Netstat

check tcp/ip number of connection, run following commands in command prompt.=================== netstat -ano | find /i /c “:80″netstat -ano | find /i “80” ===================C:\>netstat -ano | find /i /c “:80” 14126

C:\>netstat -ano | find /i “80” TCP [::]:49154 [::]:0 LISTENING 980 UDP 0.0.0.0:500 *:* 980 UDP 0.0.0.0:4500 *:* 980 UDP [::]:500 *:* 980

[…]