There is a virus that appeared these days on the Corporate network I work, it spreads via USB flash drives (any removable disk , for that matter). Most antivirus software didn’t detect it and if they detect it, they could not delete successfully.
I have designed a little VisualBasic script that removes the virus automatically and from each infected drives. This script also have been tested in several machines and have cleaned infection sucessfully.
And you can download it here:
Once downloaded, just double click on downloaded file.I recommend once script execution is finished, restart your computer and execute the script again to ensure the complete removal of the virus.If you want to know how this virus works and how my script works, you can continue reading.The behavior of this virus is interesting:1. It replicates through USB flash drives using autorun.inf file. For those who don’t know what is autorun.inf: autorun is skill of several operating systems for execution of commands when a removable media is inserted as a CD, DVD or USB flash drives. In Microsoft Operating Systems if want to do a automatic action when insert a CD, DVD or USB flash drive must contain an autorun.inf file in root folder in each drive o USB flash drive.Typical structure of an autorun.inf file is: Read the rest of this entry »
