How can you tell if a Windows machine is part of a Botnet?

12

9

Is there a "best" way to detect if a windows (assume XP) machine is part of a botnet?

rob_dean

Posted 2009-08-07T18:22:21.217

Reputation: 101

Answers

9

nik

Posted 2009-08-07T18:22:21.217

Reputation: 50 788

6

I would recommend three tools for determining if your system is part of a botnet. The sysinternals tool suite is a must have for this process. The three tools listed below are the ones you will use for this process.

Process Explorer, TCPView Filemon

The first step is to run TCPView to see if you are talking to any strange addresses across the web. You should be able to recognize all of the sites you are talking to. If you find a site you are acessing that you do not recognize, then this is the time to look closer into what is going on.

Generally speaking when you have a botnet on your machine it will reach out across the internet at some point and when it does be sure to notice.

Once you have identified the unauthorized traffic, you can usually see which program is attempting to make the connection. This is where you go to proces explorer and here you will try to glean as much useful information as possible about the process. Also be sure to take note when you terminate the suspicious process. If you get the right process, the unauthorized communication across the wire should stop.

Next you go to filemon to make sure the malware has not opened another file in an attempt to keep itself alive.

This is a cyclical process, but as you eliminate the programs one at a time, you will find your problem if there is one.

Axxmasterr

Posted 2009-08-07T18:22:21.217

Reputation: 7 584

3

There was an in-depth discussion on the topping at Slashdot yesterday - How Can I Tell If My Computer Is Part of a Botnet?

Vdex

Posted 2009-08-07T18:22:21.217

Reputation: 1 468