pre neki dan pitao me je prijatelj da li nekako u windows-u može da se vidi kada je priključivan (datum i vreme) neki USB stick na njega.
Razlog zašto mu ovo treba je zato što sumnja da mu je jedan kolega na poslu krišom prebacio neke fajlove sa kompjutera van radnog vremena dok nikog nije bilo u kancelariji.
Prva ideja mi je pala da nešto takvo bi trebalo da ima u windows event log, a opcija 3rd party software ne dolaze u obzir s obzirom da se radnja već desila.
Malo istražujući došao sam do sledećih zaključka (hvala ES korisniku bureX na savetima preko chat-a za ovo :) )
Windows 7 prilikom svakog priključivanja USB-a beleži njegovo priključivanje u system log (windows logs/System).
Level:Information
Date and Time: datum
Source: Service Control Manager
Event ID: 7036
Task Category: None

Ukoliko pretražimo sistemski log sa "The Portable Device Enumerator Service service entered the running state." Dobićemo vreme i datum pristupa (portable devices) od istaliranja sistema.
---------------------------------
Informacije koje sam dodatno pronašao na netu:
Citat:
If you really want to get your hands dirty, open RegEdit and look for the following entries:
Description: List of Installed USB devices, both connected and unconnected Location: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum\USB Why you care: It can be useful to know what USB devices have be connected to a box, and even the vendor and serial number of the device in some cases. Think someone copied the data to a thumbdrive? This may help you trace down what thumbdrive. Think how useful it can be to help tie something a user physical possesses to a box.
Description: List of installed USB storage devices Location: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum\USBSTOR Why you care: Much like the installed USB devices entry, but just for USB storage. Think someone copied the data to a thumbdrive? This may help you trace down what thumbdrive. CleanAfterMe scrubs HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum\USB but not USBSTOR when I tested last.
Description: List of Installed USB devices, both connected and unconnected Location: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum\USB Why you care: It can be useful to know what USB devices have be connected to a box, and even the vendor and serial number of the device in some cases. Think someone copied the data to a thumbdrive? This may help you trace down what thumbdrive. Think how useful it can be to help tie something a user physical possesses to a box.
Description: List of installed USB storage devices Location: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum\USBSTOR Why you care: Much like the installed USB devices entry, but just for USB storage. Think someone copied the data to a thumbdrive? This may help you trace down what thumbdrive. CleanAfterMe scrubs HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum\USB but not USBSTOR when I tested last.
Zanimljivi linkovi vezani za ovu temu:
Windows XP kako videti i izbrisati logove vezane za korišćenje USB-a
Windows XP,Vista, 7 kako videti i izbrisati logove vezane za korišćenje USB-a
Wiki Forensics USB_History_Viewing
-------------------------------------------------------
Ako još neko ima neki dobar savet kako videti koji USB stikovi su priključivani na kompjuter (windows) i vreme priključivana molim neka kaže.
Takođe jel ste imali potrebu nekad da vadite ovakvu istoriju USB korišćenja?