<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="ca">
	<id>https://wiki.espai.de/index.php?action=history&amp;feed=atom&amp;title=Forensics</id>
	<title>Forensics - Historial de revisió</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.espai.de/index.php?action=history&amp;feed=atom&amp;title=Forensics"/>
	<link rel="alternate" type="text/html" href="https://wiki.espai.de/index.php?title=Forensics&amp;action=history"/>
	<updated>2026-05-27T18:02:52Z</updated>
	<subtitle>Historial de revisió per a aquesta pàgina del wiki</subtitle>
	<generator>MediaWiki 1.39.6</generator>
	<entry>
		<id>https://wiki.espai.de/index.php?title=Forensics&amp;diff=1753&amp;oldid=prev</id>
		<title>Marti: Es crea la pàgina amb «  Introduction to Windows Forensics: https://www.youtube.com/watch?v=VYROU-ZwZX8  ===SANS DFIR Cheat Sheet=== Author: 13Cubed  Original from: https://www.13cubed.com/d...».</title>
		<link rel="alternate" type="text/html" href="https://wiki.espai.de/index.php?title=Forensics&amp;diff=1753&amp;oldid=prev"/>
		<updated>2019-02-08T20:43:23Z</updated>

		<summary type="html">&lt;p&gt;Es crea la pàgina amb «  Introduction to Windows Forensics: https://www.youtube.com/watch?v=VYROU-ZwZX8  ===SANS DFIR Cheat Sheet=== Author: 13Cubed  Original from: https://www.13cubed.com/d...».&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Pàgina nova&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&lt;br /&gt;
&lt;br /&gt;
Introduction to Windows Forensics:&lt;br /&gt;
https://www.youtube.com/watch?v=VYROU-ZwZX8&lt;br /&gt;
&lt;br /&gt;
===SANS DFIR Cheat Sheet===&lt;br /&gt;
Author: 13Cubed&lt;br /&gt;
&lt;br /&gt;
Original from: https://www.13cubed.com/downloads/dfir_cheat_sheet.pdf&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer&lt;br /&gt;
• \ComDlg32&lt;br /&gt;
o \LastVistedPidlMRU&lt;br /&gt;
o \OpenSavePidlMRU&lt;br /&gt;
• \RecentDocs&lt;br /&gt;
• \RunMRU&lt;br /&gt;
• \TypedPaths&lt;br /&gt;
• \UserAssist&lt;br /&gt;
HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Run&lt;br /&gt;
HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce&lt;br /&gt;
HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Run&lt;br /&gt;
HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce&lt;br /&gt;
HKCU\SOFTWARE\Microsoft\Windows\Shell &amp;lt; Shellbags&lt;br /&gt;
• \BagMRU&lt;br /&gt;
• \Bags&lt;br /&gt;
HKCU\SOFTWARE\Classes&lt;br /&gt;
• Insert %USERPROFILE%\AppData\Local\Microsoft\Windows\UsrClass.dat&lt;br /&gt;
HKLM\SYSTEM\CurrentControlSet\Enum\USBSTOR &amp;lt; Class ID / Serial #&lt;br /&gt;
HKLM\SYSTEM\CurrentControlSet\Enum\USB &amp;lt; VID / PID&lt;br /&gt;
HKLM\SOFTWARE\Microsoft\Windows Portable Devices\Devices&lt;br /&gt;
• Find Serial # and then look for FriendlyName to obtain the Volume Name of the USB device&lt;br /&gt;
HKLM\SYSTEM\MountedDevices&lt;br /&gt;
• Find Serial # to obtain the Drive Letter of the USB device&lt;br /&gt;
• Find Serial # to obtain the Volume GUID of the USB device&lt;br /&gt;
HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\EMDMgmt&lt;br /&gt;
• Key will ONLY be present if system drive is NOT SSD&lt;br /&gt;
• Traditionally used for ReadyBoost&lt;br /&gt;
• Find Serial # to obtain the Volume Serial Number of the USB device&lt;br /&gt;
o The Volume Serial Number will be in decimal – convert to hex&lt;br /&gt;
o You can find complete history of Volume Serial Numbers here, even if the device has been&lt;br /&gt;
formatted multiple times. The USB device’s Serial # will appear multiple times, each with a&lt;br /&gt;
different Volume Serial Number generated on each format.&lt;br /&gt;
Using the Volume GUID found in SYSTEM\MountedDevices, you can find the user that actually mounted&lt;br /&gt;
the USB device:&lt;br /&gt;
NTUSER.DAT\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Mountpoints2&lt;br /&gt;
USB Times:&lt;br /&gt;
• First time device is connected&lt;br /&gt;
• Last time device is connected&lt;br /&gt;
• Removal time&lt;br /&gt;
HKLM\SYSTEM\CurrentControlSet\Enum\USBSTOR\Ven_Prod_Version\USB iSerial&lt;br /&gt;
#\Properties\{83da6326-97a6-4088-9453-a1923f573b29}\####&lt;br /&gt;
• 0064 = First Install (Win7 / 8)&lt;br /&gt;
o Also found in setupapi.log / setupapi.dev.log&lt;br /&gt;
• 0066 = Last Connected (Win8+ only)&lt;br /&gt;
o Also \Enum\USB\VID_XXXX&amp;amp;PID_YYYY last write time of USB Serial # key&lt;br /&gt;
o Also \MountPoints2\{GUID} last write time of key&lt;br /&gt;
• 0067 = Last Removal (Win8+ only)&lt;br /&gt;
USB First Time Device Connected Logs:&lt;br /&gt;
XP: C:\Windows\setupapi.log&lt;br /&gt;
Vista+: C:\Windows\inf\setupapi.dev.log&lt;br /&gt;
Search for the device’s Serial # within these logs and you can discover the first time a device was plugged in&lt;br /&gt;
to a computer.&lt;br /&gt;
USBDeviceForensics is an application by WoanWare that can help automate all of these things.&lt;br /&gt;
Miscellaneous Info:&lt;br /&gt;
HKLM\SYSTEM\CurrentControlSet\Control\TimeZoneInformation&lt;br /&gt;
HKLM\SYSTEM\CurrentControlSet\Control\ComputerName\ComputerName&lt;br /&gt;
HKLM\SYSTEM\CurrentControlSet\services\LanmanServer\Shares&lt;br /&gt;
• Display all open shares on a system&lt;br /&gt;
HKLM\SYSTEM\CurrentControlSet\Control\FileSystem&lt;br /&gt;
• Look for NtfsDisableLastAccessUpdate, which is set to 0x1 by default, which means that access&lt;br /&gt;
time stamps are turned OFF by default&lt;br /&gt;
HKLM\SYSTEM\CurrentControlSet\services\Tcpip\Parameters\Interfaces&lt;br /&gt;
• Display interfaces and their associated IP address configuration (record the interface GUID!)&lt;br /&gt;
Network Location Awareness (NLA) was included in Vista+, and aggregates the network information for a&lt;br /&gt;
PC and generates a GUID to identify each network (a “network profile”, if you will). The Windows Firewall&lt;br /&gt;
uses that information to apply firewall rules to the appropriate profile. You can find evidence of every&lt;br /&gt;
network a machine has connected to using NLA registry keys.&lt;br /&gt;
Check the last write time of a key to determine the last time a PC connected to a particular network.&lt;br /&gt;
HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\NetworkList&lt;br /&gt;
• \Signatures&lt;br /&gt;
o \Unmanaged (record DefaultGatewayMac, DnsSuffix, FirstNetwork (SSID), ProfileGuid)&lt;br /&gt;
o \Managed&lt;br /&gt;
• \Nla&lt;br /&gt;
o \Cache&lt;br /&gt;
• Profiles&lt;br /&gt;
Most info regarding NLA will be stored under the NetworkList key above, and also:&lt;br /&gt;
HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\HomeGroup&lt;br /&gt;
Network Type, and First / Last Connected Times (find using the ProfileGuid key harvested from&lt;br /&gt;
Signatures\Unmanaged):&lt;br /&gt;
HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\NetworkList\Profiles\{GUID}&lt;br /&gt;
HKLM\SOFTWARE\Microsoft\WZCSVC\Parameters\Interfaces\{GUID} à (XP only, use last write time of&lt;br /&gt;
the key to determine the last time the network was connected)&lt;br /&gt;
0x06 = Wired&lt;br /&gt;
0x17 = Broadband&lt;br /&gt;
0x47 = Wireless&lt;br /&gt;
You will also find DateCreated and DateLastConnected under this key. It’s 128-bit Windows System Time,&lt;br /&gt;
and is stored in UTC.&lt;br /&gt;
LNK File Analysis:&lt;br /&gt;
C:\username\AppData\Roaming\Microsoft\Windows\Recent&lt;br /&gt;
*Use TZWorks lp.exe utility!&lt;br /&gt;
Jump Lists (like LNK files on steroids):&lt;br /&gt;
C:\username\AppData\Roaming\Microsoft\Windows\Recent\AutomaticDestinations&lt;br /&gt;
C:\username\AppData\Roaming\Microsoft\Windows\Recent\CustomDestinations&lt;br /&gt;
*Use TZWorks jmp.exe utility!&lt;br /&gt;
…remember, LNK files are actually embedded in the database structure in AutomaticDestinations&lt;br /&gt;
Prefetcher and SuperFetch:&lt;br /&gt;
• Prefetcher and SuperFetch are part of Windows' memory manager&lt;br /&gt;
• Prefetcher is the less capable version included in Windows XP&lt;br /&gt;
• Prefetcher was extended by SuperFetch and ReadyBoost in Windows Vista+&lt;br /&gt;
• ReadyBoot replaces Prefetcher for the boot process if &amp;gt; 700MB RAM&lt;br /&gt;
• Tries to make sure often-accessed data can be read from the fast RAM instead of slow HDD&lt;br /&gt;
• Can speed up boot and shorten amount of time to start programs&lt;br /&gt;
C:\Windows\Prefetch&lt;br /&gt;
filename-hash(xxxxxxxx).pf&lt;br /&gt;
Example: CALC.EXE-AC08706A.pf&lt;br /&gt;
The hash is a hash of the file’s path. In this example, CALC.EXE is located in C:\Windows\System32. If it&lt;br /&gt;
were copied to another location (like the Desktop) and executed, a new .pf file would be created reflecting a&lt;br /&gt;
hash of the new path.&lt;br /&gt;
HKLM\SYSTEM\CurrentControlSet\Control\Session Manager\Memory&lt;br /&gt;
Management\PrefetchParameters&lt;br /&gt;
EnablePrefetcher Key:&lt;br /&gt;
0 = Disabled&lt;br /&gt;
1 = Application prefetching enabled&lt;br /&gt;
2 = Boot prefetching enabled (default on Windows 2003 only)&lt;br /&gt;
3 = Application and Boot prefetching enabled (default)&lt;br /&gt;
• Task Scheduler calls Windows Disk Defragmenter every three (3) days&lt;br /&gt;
• When idle, lists of files and directories referenced during boot process and application startups is&lt;br /&gt;
processed&lt;br /&gt;
• The processed result is stored in Layout.ini in the Prefetch directory, and is subsequently passed to&lt;br /&gt;
the Disk Defragmenter, instructing it to re-order those files into sequential positions on the physical&lt;br /&gt;
hard drive&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Marti</name></author>
	</entry>
</feed>