var fDesc=new Array(); fDesc[0] = "BotHunter 1.0 is a network monitoring tool that detects any malware-infected computer in your network.

This program needs WinPcap, a Windows Packet Capture Library, installed in your system. If you don´t have WinPcap installed, the installation program will install the 4.0.2 version for you.

BotHunter will scan the computers in your network for malware-like behavior. If it founds something, it will inform you the Victim IP, Score, Gen. Time, C&C IP, Infector IP, Egg Source IP, Peer Cord IP and Resource IP. This way you can isolate the infected computers, take the necessary steps to fix them and then reconnect them to the network.

You can set the refresh status manually.

The program also provides a link to MTC (Malware Treat Center). When pressed, it will open your browser in http://mtc.sri.com/

Under the File/Preferences option you will be able to customize the way in which the program displays the information. You will be able to save your preferred configuration in a file that can be later loaded to use those settings."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }