Dont worrie, I (Or any other tech here) would never post, or ask you to run malicious code, or code that gave away any personal information. The code is perfectly harmless.
However, some of your personal information is contained in the information that it showed you. Therefore, I would not recommend posting it here as anyone can see it.
But I will post some from a test machine of mine, and explain what you are looking at.
When you run the command, you will get somthing similer to this:
Code:
Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.
C:\Documents and Settings\Administrator>
C:\Documents and Settings\Administrator>netstat -b
Active Connections
Proto Local Address Foreign Address State PID
TCP Vocs:1045 accel075.dca.untd.com:7000 ESTABLISHED 3356
That is the top information that you will be seeing. It shows the server that you connect to for access to the internet.
Code:
[x1exec.exe]
TCP Vocs:1539 63.216.248.16:http ESTABLISHED 2164
[firefox.exe]
TCP Vocs:1050 localhost:1051 ESTABLISHED 2164
[firefox.exe]
TCP Vocs:1051 localhost:1050 ESTABLISHED 2164
[firefox.exe]
TCP Vocs:1053 localhost:1054 ESTABLISHED 2164
[firefox.exe]
TCP Vocs:1054 localhost:1053 ESTABLISHED 2164
[firefox.exe]
TCP Vocs:1495 63.216.248.9:http TIME_WAIT 0
Above is a list of process's, and what IP's that they are connecting to.
Example:
Code:
[firefox.exe]
TCP Vocs:1495 63.216.248.9:http TIME_WAIT 0
This shows that "firefox.exe" is connecting to "63.216.248.9".
Do you understand? If not, please provide detailed questions that you have about what you dont understand below.
Hope this helps.
EDIT: I envite anyone who knows more about this to correct me if I am wrong. I am not great at networking, so the above info may be incorrect.