Presentation is loading. Please wait.

Presentation is loading. Please wait.

1 Vista Forensics. 2 Disk and File System Changes –GUID and MBR disks –Directory Structure –Reparse Points –BitLocker Encryption.

Similar presentations


Presentation on theme: "1 Vista Forensics. 2 Disk and File System Changes –GUID and MBR disks –Directory Structure –Reparse Points –BitLocker Encryption."— Presentation transcript:

1 1 Vista Forensics

2 2 Disk and File System Changes –GUID and MBR disks –Directory Structure –Reparse Points –BitLocker Encryption

3 3 Vista Forensics OS Artifacts –Volume Shadow Copy –Recycle Bin –Event Logs –Thumbnail Cache –Shortcut (.lnk) files –System Activity

4 4 Vista Disk Changes MBR Disks The first partition now starts at sector 2048, compared with sector 63 for all previous Windows OSs

5 5 Vista Disk Changes GUID Partition Table (GPT) Disks –Also available with XP (x64), Server 2003 and all Vista and future Windows versions. –MBR partition table points to sector 1.

6 6 GUID Partition Table Starting SectorsEnding Sectors

7 Vista Directory Structure Shown with “Dual partition” setup to enable BitLocker encryption on a non- TPM computer C:\Documents and Settings\ is now only a reparse point linked to c:\Users Many directory changes 7

8 Reparse Points Directory Junctions Symbolic Directory Links Symbolic File Links 8

9 Reparse Points Directory Junctions –User can not access directory junction folders…..they are just empty pointers –Redirects legacy programs from folders like C:\ Documents and Settings\ to C:\Users – Uses the $C0 Reparse Point attribute in an NTFS MFT record to store the “pointer” information 9

10 Reparse Points Symbolic Directory Links “Vista processes symbolic links on the local system, even when they reference a location on a remote server. Vista processes directory junctions that reference a remote file server on the server itself” Mark Russinovich 10

11 Reparse Points Symbolic File Links 11

12 BitLocker Encryption 12

13 Identification of BitLocker Encryption 13 Previous versions of Windows (NT/2K/XP/2K3 ) do not know what BitLocker is. You will not be able to use XP to disable or interact Vista must be used to interact with BitLocker

14 Working with BitLocker Encryption 14 Must use Vista (can use VM) to Interact with BitLocker volumes. If BitLocker disk is attached to your Vista machine and is locked, the volume is not accessible. If BitLocker functionality is not enabled in your Vista machine or VM, then you must enable it before you can unlock or turn off BitLocker encryption on “foreign” BitLocker disks.

15 Turning off BitLocker Encryption 15 Click on the blue “Unlock Volume” link.

16 Turning off BitLocker Encryption 16 Provide recovery password from either USB drive or manually enter it.

17 Turning off BitLocker Encryption 17 Recovery password file….look for them on USB drives.

18 Turning off BitLocker Encryption 18 After you either provide the correct password or USB key, the disk will now be temporarily available.

19 Turning off BitLocker Encryption 19 BitLocker is now "unlocked" and you can access the partition. You will note that the icon has changed from a padlock to a key, but still says "On". This is a temporary disabling process and BitLocker will be re-enabled upon a reboot.

20 Imaging BitLocker drives 20 With BitLocker temporarily disabled, you can image in Windows using any Windows-based imaging tool. If you wish to permanently turn of BitLocker to access the drive outside of Vista, then click on the blue “Turn Off BitLocker” link to start the decryption process. –Note that this will change the drive as it is decrypting the data. –This will take a long time so be prepared to wait. You can image the fully encrypted drive just like any other drive with any other data on it….you just won’t be able to decipher anything on it until you disable or turn off BitLocker.

21 Live BitLocker Encrypted Systems 21 If an admin user, you can: Turn off or disable BitLocker or Export a new copy of the recovery password text file.

22 Live BitLocker Encrypted Systems 22 This disabling process is not like the prior “slave” drive example. The prior process was a one-time disabling and it reverts back to being enabled upon a reboot. On a live Vista machine, it will be disabled (but not decrypted) every time this system reboots, until you re-enable BitLocker.

23 Booting a BitLocker System 23 With TPM chip – startup PIN or startup key (USB) Without TPM chip – USB startup key Or hit “Enter” to manually enter a recovery password…

24 Booting a BitLocker System 24 Enter your recovery password from the correct text file.

25 OS Artifact Changes and Additions 25 Volume Shadow Copy Recycle Bin Event Logs Thumbnail Cache Shortcut (.lnk) files System Activity

26 Volume Shadow Copy a "point-in-time" snapshot introduced with XP and Server 2003, but is greatly enhanced in Windows Vista snapshots will take up approximately 15% of available drive space "snapshots" taken once a day, or whenever an application makes a system change that requires the creation of a snapshot 26

27 Volume Shadow Copy 27 Control Panel/System and Maintenance/ System/System Protection

28 Volume Shadow Copy 28 Previous Versions –Exist for files and folders Can open, copy out or restore any previous version “snapshot” Each “snapshot” can contain different content, check all.

29 Volume Shadow Copy 29 Located in c:\System Volume Information folder File structure unknown at this time Easiest way to get file out of restore points is to use “Previous Versions” feature to copy out files/folders stored within.

30 Volume Shadow Copy 30 Open desired “Previous Version” Use WinRAR or similar to package desired evidence files to preserve dates/attributes

31 Vista Recycle Bin 31 now located at "C:\$Recycle.Bin" instead of "C:\RECYCLER" no longer uses an "INFO2" file $I file - deleted date/time & original path $R file – original file $I and $R keep extension of original file.

32 Vista Recycle Bin 32 Don’t forget “Previous Versions” of the Recycle Bin may exist. May find “deleted” files in the Recycle Bin as well….remember those “flags” in the MFT records you learned about?

33 Vista Event Logs 33 XP: Application, Security, System Vista: Application, Security, Setup, System, Forwarded Events, Hardware Events, Media Center, Internet Explorer, Key Management Service, DFS Replication, and many others. Now located in: C:\Windows\System32\winevt\Logs

34 34

35 Vista Event Logs 35 Export/Save as.evtx,.xml,.txt or.csv Until adequate parsing tools are developed, best method of analysis is to export and load into your Vista forensic machine for analysis.

36 36

37 Thumbnail Cache (formerly thumbs.db) XP thumbs.db files have been replaced by “thumbcache_????.db” files in the folder: C:\Users\username\AppData\Local\Microsoft\Windows\Explorer Can now be attributed to a specific user’s viewing of files. 37

38 Thumbnail Cache Populated when user selects the following views in Explorer: –Medium Icons –Large Icons – Extra Large Icons –Preview 38

39 Thumbnail Cache thumbcache_1024.db and thumbcache_256.db contain jpeg files. thumbcache_96.db and thumbcache_32.db contain bitmap files. thumbcache_idx.db file consists of index entries for the graphics in the other thumbcache files. 39

40 Shortcut (.lnk) files Very much the same as in XP, except that new additional shortcut properties exist Existing tools will parse out new.lnk files but only up to the new properties New locations: User specific - \Users\username\AppData\Roaming\Microsoft\Windows\Start Menu\ All Users - \ProgramData\Microsoft\Windows\Start Menu\ 40

41 System Activity Internet Explorer 7 –“Protected Mode” – runs process with “Low” rights, even if logged on as Admin. Cache: %userprofile%\AppData\Local\Microsoft\Windows\Temporary Internet Files\Low\Content.IE5 Cookies:%userprofile%\AppData\Roaming\Microsoft\Windows\Cookies\Low History: %userprofile%\AppData\Local\Microsoft\Windows\History\Low\History.IE5 –Virtualization (file and registry writes): %userprofile%\AppData\Local\Microsoft\Windows\Temporary Internet Files\Virtualized\ 41

42 System Activity Internet Explorer 7 –Standard “Privileged Mode” Cache: \Users\username\AppData\Local\Microsoft\Windows\Temporary Internet Files\Content.IE5 Cookies:\Users\username\AppData\Roaming\Microsoft\Windows\Cookies\ History: \Users\username\AppData\Local\Microsoft\Windows\History\History.IE5\ Other data locations: \Users\username\AppData\Roaming\Microsoft\Internet Explorer\UserData\ \Users\username\AppData\Roaming\Microsoft\Internet Explorer\UserData\Low 42

43 System Activity Recent "Documents" folder \Users\username\AppData\Roaming\Microsoft\W indows\Recent RSS Feeds \Users\username\AppData\Local\Microsoft\Feed s Cache\ 43

44 System Activity Media Player \Users\username\AppData\Local\Microsoft\Medi a Player\ Temp Files Low Privilege: \Users\username\AppData\Local\Temp\Low\ Regular Privilege: \Users\username\AppData\Local\Temp\ 44

45 System Activity These are just a few examples of new locations at which system and user activity files are stored. The Windows Registry also contains new hives, key locations and values …. There is not enough time in one lecture to cover it all so this is just a start of some of the significant items in Vista. 45

46 46 Questions? As usual, use the discussion board…


Download ppt "1 Vista Forensics. 2 Disk and File System Changes –GUID and MBR disks –Directory Structure –Reparse Points –BitLocker Encryption."

Similar presentations


Ads by Google