Things You'll Need:
- Windows PC
- Command Prompt (DOS BOX)
-
Step 1
Open a DOS command promptOpen a command prompt ( dos window ), by selecting
START >> RUN -
Step 2
call the command prompt boxtype in the letters CMD and press OK
-
Step 3
netstat is the dos command to show you connectionstype in netstat -a and press enter to show you all connections to your PC
-
Step 4
your pc connections are hereyou should see a list of all connection your PC is making, locally as well as remotely.
-
Step 5
typical output from netstat -aThis image shows some typical connections that your PC may display when running netstat -a
-
Step 6
netstat -abtype in netstat -ab and press enter, this will show you what programs are making the connections
-
Step 7
typical netstat -ab output resultsyou may have to wait several minutes for all the connections to display and you might be amazed at what you see.
-
Step 8
verify that you are running Internet Explorer if you see these resultssome connections you see will be obvious, iexplorer.exe is Internet Explorer, and you can see that it's making connections.
if you see iexplorer.exe and you don't have Internet Explorer open, then you probably have a Trojan. -
Step 9
if you see a program making any UDP OR TCP request to remote destinations, you can search google or yahoo to determine what the program is, and how to remove.









Comments
themexican said
on 8/20/2009 Nice article. Many people never even think of this step or the netstat command. 5* and recommended for the great article.