Secure Your Removable Drives Against Malware

Removable disk drives like USB flash drives make it7.
easier to carry large files. Unfortunately, removable
drives are also one of today's most common1. Create a new folder in the root directory of the
infection vectors for malware.removable disk and rename it as "AUTORUN.INF."
Worm Writers Getting Smarter2. Create four more folders in the same location and
Seeing as malware writers are constantly finding newname them as "recycle," "recycler," "recycled," and
infection tactics, you should exert extra effort to"setup" respectively. (Note: Creating folders recycle,
avoid malware from getting into your computers.recycler, recycled and setup is optional but
One such way is to use the Autorun feature. Wormsrecommended since malware often use these names
typically create an AUTORUN.INF file, which enablestitles.)
the malware to automatically run on the system3. Open a command prompt (cmd.exe) and go to the
even without the user's intervention. As such,root directory of your removable drive.
creating a folder or file and renaming it as4. Set the folder attributes using the following DOS
AUTORUN.INF can ideally prevent worms fromcommand: attrib autorun.inf /s /d -a +s +r
infecting in this manner.5. Set the privilege level of the folder using the
However, this method is not perfect. Worms canfollowing DOS command: cacls autorun.inf /c /d
delete the existing AUTORUN.INF file or folder, andadministrators
then replace it with a malicious version, negating the6. Select 'Y' and press enter when the message, 'Are
protection in the process. Still, it is better to use fileyou sure (Y/N)?' appears.
permissions to restrict possible changes.7. To test it, try to delete, modify, rename, copy, or
Malware-Proof Your Removable Driveopen the created folder. If you cannot perform any
To put these preventive measures into place, simplyof these functions, then the procedure is successful.
follow the steps below. Make sure that your externalYou may also try using the external switch found on
drive is formatted using NTFS, since this proceduresome removable drives, which prevent them from
uses a specific feature of NTFS. If your removablebeing written on. These bits of information could go a
drive is formatted using either FAT or FAT32, BACKlong way in providing maximum protection to your
UP any data on the said drive then reformat toremovable drives against malware.
NTFS. This may require Windows Vista or Windows