Does anyone know what this is?

G

Guest

I got a message that generic host process was connecting to the Internet.
When I did Netstat, I saw four established connections from my computer to
another port on my computer. What is going on? I just reformatted my
computer, deleting the partition and creating a new partition. I reinstalled
Windows XP Home Edition from the disks Dell sent with the computer.
Everything was installed from manufacturer's disks, and I install the bare
minimum.

The criminal who's messing with my computer is able to get into my
apartment. Could he have installed some kind of hardware that would do this?
If so, does anyone know what it would look like and what it would be attached
to? Thank you.

Active Connections

Proto Local Address Foreign Address State
TCP 0.0.0.0:135 0.0.0.0:0 LISTENING
TCP 0.0.0.0:445 0.0.0.0:0 LISTENING
TCP 0.0.0.0:1025 0.0.0.0:0 LISTENING
TCP 127.0.0.1:1026 0.0.0.0:0 LISTENING
TCP 127.0.0.1:1026 127.0.0.1:1029 ESTABLISHED
TCP 127.0.0.1:1027 0.0.0.0:0 LISTENING
TCP 127.0.0.1:1027 127.0.0.1:1028 ESTABLISHED
TCP 127.0.0.1:1028 127.0.0.1:1027 ESTABLISHED
TCP 127.0.0.1:1029 127.0.0.1:1026 ESTABLISHED
TCP 127.0.0.1:1031 0.0.0.0:0 LISTENING
UDP 0.0.0.0:445 *:*
UDP 127.0.0.1:123 *:*
UDP 127.0.0.1:1900 *:*
 
J

Jon Skeet [C# MVP]

Elizabeth said:
I got a message that generic host process was connecting to the Internet.
When I did Netstat, I saw four established connections from my computer to
another port on my computer. What is going on? I just reformatted my
computer, deleting the partition and creating a new partition. I reinstalled
Windows XP Home Edition from the disks Dell sent with the computer.
Everything was installed from manufacturer's disks, and I install the bare
minimum.

Try running netstat -b (or use a tool like tcpview, available from
http://www.microsoft.com/technet/sysinternals/Networking/TcpView.mspx )
to find out what process is listening on that port.

By the way, this is a .NET developers newsgroup, not a general purpose
Windows one. I'm aware that some of the MS forum pages don't make that
clear, but it's worth trying to find a general Windows forum for
similar questions.

<snip>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top