I was wondering there is an OS function or program that will allow you to 'take a snapshot' of a USB drive and then at a later time, scan the USB drive and show what files were added/modified.
I'm asking because sometimes I have to pass around a USB drive around class(no, I can't always use an online/networked solution) and I want to be able to make sure that no one has added any malicious files(intentionally or cause they're infected) to the USB drive.
my use case would be:
1) add the file I want to share to the USB drive
2) 'take a snapshot'
3) share the file
4) check the USB drive for modification
anything like this? I would prefer it if I didn't have to boot into a VM.
-
-
just scan the thing with malwarebytes or something like that......
-
Wouldn't one of the file syncing programs allow you to do this?
-
is malwarebytes going to stop the drive from auto-running?
what file-syncing programs? -
shutdown autorun on your computer.
Drives don't auto-run on their own......
Computers with an auto-run setting runs the autorun.inf file. -
perhaps checksums are what you are looking for. Have a look at md5summer for example.
Michael -
Perhaps a USB drive with a write-protect switch?
http://www.newegg.com/Product/Product.aspx?Item=N82E16820709018 (drives up to 128GB with switches can also be found)
An infected machine would be unable to install files, however it's possible a malicious user could unlock the switch, install malware and reset the switch. A MD5 hash, as michael_recycled suggested, would reveal those changes.
FYI Microsoft pushed out a WU update disabling AutoRun-on-USB-drives for all properly updated Windows installations including XP, earlier this year.
http://blogs.technet.com/b/msrc/arc...into-the-security-advisory-967940-update.aspx
--L.
Confirming files haven't been added to USB drives
Discussion in 'Windows OS and Software' started by Generic User #2, Jul 4, 2011.