Request for Question Clarification by
maniac-ga
on
30 Aug 2006 18:48 PDT
Hello Lloyd6978,
You may have some spyware or other damaging programs - there are
several answers on GA that describe how to find & remove that kind of
software. Search GA with phrases like
virus
spyware
spambot
and so on if you want to pursue that avenue.
If you want to analyze the network traffic directly I suggest such as
"Ethereal" (now also called Wireshark) which is a very nice network
analyzer. See
http://www.wireshark.org/download.html
for links to Windows installers as well as links to other system
versions. Download, install, and run. Its pretty obvious how to
capture data, a menu for that with options to select by "interface" or
just "start" to collect on all network interfaces you have on your
system. You should get a window showing the status of the packets
captured displayed. When you stop the capture, the program will pause
a moment to interpret the captured data & display the packets in
order.
On my system with a brief test, it showed no traffic other than VERY
infrequent UDP messages (that will vary by your OS & services enabled)
to discover other hosts until I reloaded a web page. Then it showed
the sequence of messages to fetch the page. I noticed a lot of [TCP
segment of a reassembled PDU] messages on my system, that can be
normal for large message transfers. The items with ACK in them are
acknowledgements of previous messages.
If you get sequences that don't make sense, post some information - primarily
- indicate if its a send or receive
- the host talked to (not your IP address) - will vary in the source
/ destination column based on the send / receive direction
- protocol (the abbreviation like TCP is fine)
- Info
- if a TCP message, open up the details in the middle window &
indicate the destination port number
From that kind of information, I can help look up the possible causes
and see if you have some bad actors on your system.
--Maniac