Ethical Hacking

Learn to find vulnerabilities before the bad guys do! Gain real world hands on hacking experience in our state of the art hacking lab. Course designed and taught by expert instructors with years of penetration testing experience. 12 student maximum in every class. Certification attempt included in every package.
Computer Forensics Training at InfoSec Institute

Gain the in-demand skills of a certified computer examiner, learn to recover trace data left behind by fraud, theft, and cybercrime perpetrators. Discover the source of computer crime and abuse at your organization so that it never happens again. All of our class sizes are guaranteed to be 12 students or less to facilitate one-on-one interaction with one of our expert instructors.




Network Security Focus-Microsoft
[Top] [All Lists]

Re: Disabling USB mass storage

Subject: Re: Disabling USB mass storage
Date: Thu, 3 Mar 2005 14:33:20 -0500
A glue gun or superglue works wonders. If that is too extreme there are some other options.

Do you have SP2 installed? If yes then there are GPO's you can use. This site details a way to do it for both SP2 and earlier:
I found it on a website that addresses the issue of read-only USB ports. The second section covers pre-SP2 machines. I have not tested it yet myself.
http://www.gpanswers.com/faq/?id=10


How do I prevent people from writing data to the USB port? (ie: USB Flash disk, etc)

You can create an ADM template to do this.

Here is the code to restrict XP/SP2:

(This will 'Write Protect' the device, similar to flipping the tab on a floppy disk)

CLASS MACHINE

CATEGORY "USB Storage"

 POLICY "Write Protect USB Storage"
   KEYNAME "SYSTEM\CurrentControlSet\Control\StorageDevicePolicies"
   VALUENAME "WriteProtect"
   VALUEON NUMERIC 1
   VALUEOFF NUMERIC 0
 END POLICY
END CATEGORY

Save as a .ADM file, load it in, and go !

or

To prevent machines pre-XP/SP2...

(This will disable the storage device completely, i.e no read or write)

CLASS MACHINE

CATEGORY "USB Storage"

 POLICY "Disable USB Storage"
   KEYNAME "SYSTEM\CurrentControlSet\Services\USBSTOR"
   VALUENAME "Start"
   VALUEON NUMERIC 4
   VALUEOFF NUMERIC 3
 END POLICY
END CATEGORY





----- Original Message ----- From: "Martin a Marika TYDOROVCI" <tydy@szm.sk>
To: <focus-ms@securityfocus.com>
Sent: Wednesday, March 02, 2005 3:10 PM
Subject: Disabling USB mass storage



Hi list,

Does anyone knows a way to disable USB mass storage device in Win XP? I need to disable using devices such as USB flash drive, card readers, etc.

Regards

---------------------------------------------------------------------------
---------------------------------------------------------------------------



---------------------------------------------------------------------------
---------------------------------------------------------------------------

<Prev in Thread] Current Thread [Next in Thread>