HOWTO: check if malware is secretly connecting to the internet
Here’s a quick command-line hack that you can run on your Windows boxes to see if there are any unsavory apps running in the background and making internet connections without your knowledge. Just run the following to trace applications which are opening sockets while you’re not using the machine: Start->Run->cmd netstat -b 5 >activity.txt (In […]