Jump to content

monitor socket activity

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
6 replies to this topic

#1
manux

manux

    Programming Professional

  • Members
  • PipPipPipPipPip
  • 234 posts
Hello all,
I think my computer is infected by some weird virus... (I'm on Windows XP SP2) I keep getting really high uploads, as if someone was running a torrent client, but I know its not the case.

Since the behaviour of this, thing, seems rather erratic, I need something to monitor what programs use my internet connection, and when, and ideally, how much.
That way I could detect whats wrong.

I was thinking about writing a C program myself, perhaps using the windows api.

Any ideas that could help?

#2
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
What firewall are you using? I like comodo firewall, which will let you block strange items.
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#3
Guest

Guest

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 3,414 posts
For monitoring you can use Wireshark
Root Beer == System Administrator's Beer
Download the new operating system programming kit! (some assembly required)

#4
sastro

sastro

    Newbie

  • Members
  • PipPip
  • 12 posts
I'm using X-NetStat.Professional. Try to find it from Google

#5
Sanders

Sanders

    Newbie

  • Members
  • PipPip
  • 14 posts

sastro said:

I'm using X-NetStat.Professional. Try to find it from Google

Seems a good choice, Thanx!:thumbup:

#6
kelly7898

kelly7898

    Newbie

  • Members
  • Pip
  • 3 posts

manux said:

Hello all,
I think my computer is infected by some weird virus... (I'm on Windows XP SP2) I keep getting really high uploads, as if someone was running a torrent client, but I know its not the case.

Since the behaviour of this, thing, seems rather erratic, I need something to monitor what programs use my internet connection, and when, and ideally, how much.
That way I could detect whats wrong.

I was thinking about writing a C program myself, perhaps using the windows api.

Any ideas that could help?

I also think so.
_________________
Watch A Nightmare On Elm Street Online Free

#7
Dreamcatcher

Dreamcatcher

    Learning Programmer

  • Members
  • PipPipPip
  • 39 posts

Guest said:

For monitoring you can use Wireshark

It is a very strong tool...but it won't help you unless you know network things...such as tcp/ip lawers and what services are included in each step...also you should know the interfaces between the layers...To sum up wireshark would show you the number of packets the type of them and ip addresses....You have to decode their meanings...:cool:
"UNIX is basically a simple operating system, but you have to be a genius to understand the simplicity." -- Dennis Ritchie