Display active connections on your computer?
Submitted by rfayoumi on Thu, 12/20/2007 - 01:09.
Sometimes we all need to know the active connections on our computer, and this can easily be done in Windows.
Open the command prompt and execute the following command: netstat -n
This will list all connections on your computer, we're interested in the "Foreign Address" columns as it contains the remote IP & Port, so look for suspicious IPs or ports there if you feel your computer is under attack.
