SlideShare a Scribd company logo
CNIT 152:
Incident
Response
12 Investigating Windows Systems
(Part 2)
Updated 11-14-19
Ch 12 Part 2
Ch 12 Part 3
The Windows Registry
Purpose
• The registry contains configuration data for the
Windows operating system and applications
• Many artifacts of great forensic value
Hive Files
• Binary files that store the Registry
• Five main registry hives in 

%SYSTEMROOT%system32config
• SYSTEM, SECURITY, SOFTWARE, SAM, DEFAULT
• User-specific hive files in each user's profile
directory
• UsersusernameNTUSER.DAT
• UsersusernameAppDataLocalMicrosoftWindo
wsUSRCLASS.DAT
Windows Profiles
• Created the first time a user interactively logs
on to a system
• Users who connect over the network don't
create a profile folder
Terms
Keys Values Data
The Five Root Keys
HKEY_USERS
Virtual Key Paths
• Dynamically created in a running system
• Not visible on a registry capture
• HKEY_Current_User
• Links to HKEY_USERS{SID}
• HKLMSYSTEMCurrentControlSet
• Links to HKLMSYSTEMControlSetNNN
• HKEY_CLASSES_ROOT
• Merges two subways
Registry Timestamps
• Only one: LastWriteTime
• Stored on a key, not value
• Changed when any value under the key is
added, removed, or changed
• But not when subkeys' values are modified
Example
• Run key: programs that launch on system startup
• Cannot determine when these three Run items
were added, without other evidence
More Limitations
• Windows frequently updates the
LastUpdateTime for large swaths of registry
keys
• During updates, and sometimes even from a
reboot
• Attackers cannot easily change registry
timestamps, although SetRegTime can do this
• Link Ch 12o
Registry Reflection and
Redirection
• 64-bit Windows allows 32-bit software to run
• 32-bit programs are redirected by the W0W64
sybsystem to alternate registry keys, like
• HKLMSOFTWAREWoW6432Node
• This means 32-bit forensic software won't see
the whole Registry
Important Registry Keys
System Configuration
Registry Keys
Basic System Information
• Computer Name
• HKLMSystemCurrentControlSet

ControlComputername
• Windows Version
• HKLMSoftwareMicrosoftWindows NT

CurrentVersion
• Time Zone
• HKLMSystemCurrentControlSet

ControlTimeZoneInformation
Basic System Information
• List of Installed Applications
• HKLMSoftwareMicrosoftWindows

CurrentVersionUninstall{Appname}
• Mounted Devices (with drive letters)
• HKLMSystemMountedDevices
USBSTOR
• Shows every USB device that has been
connected
• A forensic examiner should look here first, to
find out what other devices should be requested
for discovery, by court order or search warrant
Network Information
• Network adapter configuration
• Wireless networks previously used
• Shares
• Firewall settings
User and Security
Information
• Audit policy
• Profile folder path
• Group membership
Shim Cache
Shim Cache
• Also called "Application Compatibility Cache"
• Used to track special compatibility settings for
executable files and scripts
• May include:
• File name, path, and size
• Last modified date
• Whether the file actually ran on the system
Shim Cache
• Maintained in memory, written to the registry on
shutdown
• Maintains up to 1024 entries
• More than Prefetch (128)
• includes apps that haven't executed yet
• Next two slides from link Ch 12a
Ch 12b-1
Common Auto-Run Registry
Keys
Auto-Run Keys
(Auto-Start Extensibility Points)
• Load programs on system boot, user login, and
other conditions
• Commonly used by malware to attain
persistence
• Windows provides hundreds of registry-based
persistence mechanisms
• Some are still undocumented
Services
• Most common and widely used persistence
mechanism
• Services run in the background
• Usually under one of these login accounts
• Local System (most powerful)
• Network System
• Local Service
Services in the Registry
• Each service has its own subkey under
• HKLMCurrentControlSetservicesservicename
• With this information:
• DisplayName and Description
• ImagePath
• How service starts
• Type of service, such as driver or process
ServiceDLL
• Most services are DLL, not EXE files
Service Control Manager
• Services.exe
• Launches Windows services upon startup
• Command-line "sc" command lets you examine,
start, stop, and create services
sc at Command line
Services GUI
One EXE Can Run Several
Services
Four Common Run Keys
Active Setup
• Facilitates software installation and updates
• Subkeys named with GUIDs (long random-looking
numbers)
• Malware authors often re-use GUIDs so Googling
them can be useful
• StubPath points to an EXE that will run on startup
AppInit_DLLs
• DLLs that will be automatically loaded whenever
a user-mode app linked to user32.dll is
launched
• Almost every app uses user32 to draw
windows, etc. (link Ch 12p)
LSA (Local Security
Authority) Packages
• Load on startup
• Intended for authentication packages, but can
be used to launch malware
Browser Helper Objects
(BHOs)
• Add-ons or plug-ins for Internet Explorer
• Such as toolbars, adware, scareware
• No longer supported in Edge
Shell Extensions
• Like Browser Helper Objects, but for Windows
Explorer
• Add context items when right-clicking a file
• Found at:
• HKCRCLSID{CLSID}InprocServer32
• HKCR{sub-key}shellex
Shell Extensions
Winlogon Shell
• The shell that loads when user logs on
• Normally set to Explorer.exe
• Can be set to any executable file
Winlogon Userinit
• Loads logon and group policy scripts, other
auto-runs, and the Explorer shell
• Attackers can append additional executables to
this value
Identifying Malicious
Auto-Runs
• Eyeball it, looking for suspicious files or paths,
spelling errors, broken English, etc.
• Risky; real commercial software is often
sloppily made, and some attackers are careful
• Next slide: which item is malicious?
A
B
C
D
Real DLL is iprip.dll
Spelling error but genuine
No description, runs from Temp, but genuine
Recommended Steps
1. Exclude persistent binaries signed by trusted
publishers (but not all signed binaries)
2. Exclude persistent items created outside the
time window of interest
3. Examine paths of remaining persistent binaries
•Attackers tend to use Temp folders or
common directories within %SYSTEMROOT%
•Not deeply nested subdirectories specific to
obscure third-party applications
Recommended Steps
4. Research MD5 hashes for remaining persistent
binaries on VirusTotal, Bit9, etc.
5. Compare remaining unknowns against a
known "gold image" used to install the
systems
Tools
• Sysinternals AutoRuns
• Mandiant Redline
Signed Malware
• Attackers have been stealing code-signing
signatures, and signing malware
• Also, not all legitimate persistent files, even
Windows components, are signed
• Sometimes updates remove signatures
Ch 12b-2
User Hive Registry Keys
Personalization
• User hive registry keys contain personalization
settings for each user
• First priority: compromised accounts
• Acquire NTUSER.DAT and USRCLASS.DAT
• Check machine accounts, such as
NetworkService and LocalSystem
• May also contain evidence
Most Helpful User-Specific
Keys
• Shellbags
• UserAssist
• MUICache
• Most Recently Used (MRU)
• TypedURLs
• TypedPaths
Shellbags
• Used to remember size,
position, and view settings of
windows
• Persist even if a directory is
deleted
• Saved in a user’s profile
registry hive
Shellbags Contain
• Full directory paths accessed via Explorer
• Date and time of access
• Modified, Accessed, and Created times of each
path recorded when the access occurred
• Such historical records are very useful to track
attacker actions
Example Shellbags
• Link Ch 12q
UserAssist
• Tracks applications a user has launched
through the Windows Explorer shell
UserAssist v. Prefetch
• UserAssist only tracks items opened via
Explorer
• Including from the Run box and Start menu
• But not from the command prompt
• Prefetch files don't identify which user executed
a program
Obfuscated with ROT13
MUICache
• Multilingual User Interface
• Another list of programs executed by a user
• HKEY_USERS{SID}_ClassesLocalSettingsSoftware

MicrosoftWindowsShellMuiCache
Most Recently Used
(MRU) Keys
• Used by
many
applications
• No standard
registry
path or
value
naming
convention
MRU-Blaster
• Clears the MRU lists (link Ch 12r)
Explorer Open and Save
MRU
• Files and folders most recently accessed in the
Open and Save dialog menus
• RegRipper can find the data
Start Menu Run MRU
• Programs recently launched from the Run box
• Human-readable
• HKEY_USERS{SID}SoftwareMicrosoftWindows

CurrentVersionExplorerRunMRU
RecentDocs
• Recently opened documents (any file extension)
• Used to populate File menu of various
applications
• HKEY_USERS{SID}SoftwareMicrosoft

WindowsCurrentVersionExplorerRecentDocs
Internet Explorer
TypedURLs & TypedPaths
• Used to populate the address bar drop-down list
in Internet Explorer
• May contain URLs and paths to local files
• HKEY_USERS{SID}SoftwareMicrosoft

InternetExplorerTypedURLs
• HKEY_USERS{SID}
SoftwareMicrosoftInternetExplorer

TypedPaths
Proves Intent
• User typed (or pasted) these URLs into the
address bar
• Didn't just click a link
Remote Desktop MRU
• Used to remotely control Windows machines
• Maintains history of recent connections and
configuration data
• May tell you where a user connected and who
they attempted to log in as
Registry Analysis Tools
All-In-One Tools
• RegRipper (link Ch 10m)
• Windows Registry Decoder (link Ch 12s)
• AutoRuns
• Redline
Single-Purpose Utilities
• ShimCacheParser
• Shellbags.py
• sbag
• UserAssist
• Nirsoft Registry Analysis Tools
Ch 12b-3

More Related Content

What's hot

CNIT 126 11. Malware Behavior
CNIT 126 11. Malware BehaviorCNIT 126 11. Malware Behavior
CNIT 126 11. Malware Behavior
Sam Bowne
 
Windows 10 Forensics: OS Evidentiary Artefacts
Windows 10 Forensics: OS Evidentiary ArtefactsWindows 10 Forensics: OS Evidentiary Artefacts
Windows 10 Forensics: OS Evidentiary Artefacts
Brent Muir
 
Next Generation Memory Forensics
Next Generation Memory ForensicsNext Generation Memory Forensics
Next Generation Memory Forensics
Andrew Case
 
6 Scope & 7 Live Data Collection
6 Scope & 7 Live Data Collection6 Scope & 7 Live Data Collection
6 Scope & 7 Live Data Collection
Sam Bowne
 
Windows Forensic 101
Windows Forensic 101Windows Forensic 101
Windows Forensic 101
Digit Oktavianto
 
CNIT 121: 2 IR Management Handbook
CNIT 121: 2 IR Management HandbookCNIT 121: 2 IR Management Handbook
CNIT 121: 2 IR Management Handbook
Sam Bowne
 
Ntfs and computer forensics
Ntfs and computer forensicsNtfs and computer forensics
Ntfs and computer forensics
Gaurav Ragtah
 
CNIT 126 4: A Crash Course in x86 Disassembly
CNIT 126 4: A Crash Course in x86 DisassemblyCNIT 126 4: A Crash Course in x86 Disassembly
CNIT 126 4: A Crash Course in x86 Disassembly
Sam Bowne
 
NTFS Forensics
NTFS Forensics NTFS Forensics
NTFS Forensics
nullowaspmumbai
 
Windows registry forensics
Windows registry forensicsWindows registry forensics
Windows registry forensics
Taha İslam YILMAZ
 
CNIT 126 Ch 0: Malware Analysis Primer & 1: Basic Static Techniques
CNIT 126 Ch 0: Malware Analysis Primer & 1: Basic Static TechniquesCNIT 126 Ch 0: Malware Analysis Primer & 1: Basic Static Techniques
CNIT 126 Ch 0: Malware Analysis Primer & 1: Basic Static Techniques
Sam Bowne
 
MacOS forensics and anti-forensics (DC Lviv 2019) presentation
MacOS forensics and anti-forensics (DC Lviv 2019) presentationMacOS forensics and anti-forensics (DC Lviv 2019) presentation
MacOS forensics and anti-forensics (DC Lviv 2019) presentation
OlehLevytskyi1
 
Practical Malware Analysis: Ch 4 A Crash Course in x86 Disassembly
Practical Malware Analysis: Ch 4 A Crash Course in x86 Disassembly Practical Malware Analysis: Ch 4 A Crash Course in x86 Disassembly
Practical Malware Analysis: Ch 4 A Crash Course in x86 Disassembly
Sam Bowne
 
Windows 8.x Forensics 1.0
Windows 8.x Forensics 1.0Windows 8.x Forensics 1.0
Windows 8.x Forensics 1.0
Brent Muir
 
CNIT 126: 10: Kernel Debugging with WinDbg
CNIT 126: 10: Kernel Debugging with WinDbgCNIT 126: 10: Kernel Debugging with WinDbg
CNIT 126: 10: Kernel Debugging with WinDbg
Sam Bowne
 
CNIT 121: 8 Forensic Duplication
CNIT 121: 8 Forensic DuplicationCNIT 121: 8 Forensic Duplication
CNIT 121: 8 Forensic Duplication
Sam Bowne
 
Memory Forensics for IR - Leveraging Volatility to Hunt Advanced Actors
Memory Forensics for IR - Leveraging Volatility to Hunt Advanced ActorsMemory Forensics for IR - Leveraging Volatility to Hunt Advanced Actors
Memory Forensics for IR - Leveraging Volatility to Hunt Advanced Actors
Jared Greenhill
 
S108283 svc-storwize-lagos-v1905d
S108283 svc-storwize-lagos-v1905dS108283 svc-storwize-lagos-v1905d
S108283 svc-storwize-lagos-v1905d
Tony Pearson
 
Windows Registry Analysis
Windows Registry AnalysisWindows Registry Analysis
Windows Registry Analysis
Himanshu0734
 

What's hot (20)

CNIT 126 11. Malware Behavior
CNIT 126 11. Malware BehaviorCNIT 126 11. Malware Behavior
CNIT 126 11. Malware Behavior
 
Windows 10 Forensics: OS Evidentiary Artefacts
Windows 10 Forensics: OS Evidentiary ArtefactsWindows 10 Forensics: OS Evidentiary Artefacts
Windows 10 Forensics: OS Evidentiary Artefacts
 
Next Generation Memory Forensics
Next Generation Memory ForensicsNext Generation Memory Forensics
Next Generation Memory Forensics
 
6 Scope & 7 Live Data Collection
6 Scope & 7 Live Data Collection6 Scope & 7 Live Data Collection
6 Scope & 7 Live Data Collection
 
Windows Forensic 101
Windows Forensic 101Windows Forensic 101
Windows Forensic 101
 
CNIT 121: 2 IR Management Handbook
CNIT 121: 2 IR Management HandbookCNIT 121: 2 IR Management Handbook
CNIT 121: 2 IR Management Handbook
 
Ntfs and computer forensics
Ntfs and computer forensicsNtfs and computer forensics
Ntfs and computer forensics
 
CNIT 126 4: A Crash Course in x86 Disassembly
CNIT 126 4: A Crash Course in x86 DisassemblyCNIT 126 4: A Crash Course in x86 Disassembly
CNIT 126 4: A Crash Course in x86 Disassembly
 
NTFS Forensics
NTFS Forensics NTFS Forensics
NTFS Forensics
 
Windowsforensics
WindowsforensicsWindowsforensics
Windowsforensics
 
Windows registry forensics
Windows registry forensicsWindows registry forensics
Windows registry forensics
 
CNIT 126 Ch 0: Malware Analysis Primer & 1: Basic Static Techniques
CNIT 126 Ch 0: Malware Analysis Primer & 1: Basic Static TechniquesCNIT 126 Ch 0: Malware Analysis Primer & 1: Basic Static Techniques
CNIT 126 Ch 0: Malware Analysis Primer & 1: Basic Static Techniques
 
MacOS forensics and anti-forensics (DC Lviv 2019) presentation
MacOS forensics and anti-forensics (DC Lviv 2019) presentationMacOS forensics and anti-forensics (DC Lviv 2019) presentation
MacOS forensics and anti-forensics (DC Lviv 2019) presentation
 
Practical Malware Analysis: Ch 4 A Crash Course in x86 Disassembly
Practical Malware Analysis: Ch 4 A Crash Course in x86 Disassembly Practical Malware Analysis: Ch 4 A Crash Course in x86 Disassembly
Practical Malware Analysis: Ch 4 A Crash Course in x86 Disassembly
 
Windows 8.x Forensics 1.0
Windows 8.x Forensics 1.0Windows 8.x Forensics 1.0
Windows 8.x Forensics 1.0
 
CNIT 126: 10: Kernel Debugging with WinDbg
CNIT 126: 10: Kernel Debugging with WinDbgCNIT 126: 10: Kernel Debugging with WinDbg
CNIT 126: 10: Kernel Debugging with WinDbg
 
CNIT 121: 8 Forensic Duplication
CNIT 121: 8 Forensic DuplicationCNIT 121: 8 Forensic Duplication
CNIT 121: 8 Forensic Duplication
 
Memory Forensics for IR - Leveraging Volatility to Hunt Advanced Actors
Memory Forensics for IR - Leveraging Volatility to Hunt Advanced ActorsMemory Forensics for IR - Leveraging Volatility to Hunt Advanced Actors
Memory Forensics for IR - Leveraging Volatility to Hunt Advanced Actors
 
S108283 svc-storwize-lagos-v1905d
S108283 svc-storwize-lagos-v1905dS108283 svc-storwize-lagos-v1905d
S108283 svc-storwize-lagos-v1905d
 
Windows Registry Analysis
Windows Registry AnalysisWindows Registry Analysis
Windows Registry Analysis
 

Similar to CNIT 152: 12b Windows Registry

CNIT 152: 12 Investigating Windows Systems (Part 2 of 3)
CNIT 152: 12 Investigating Windows Systems (Part 2 of 3)CNIT 152: 12 Investigating Windows Systems (Part 2 of 3)
CNIT 152: 12 Investigating Windows Systems (Part 2 of 3)
Sam Bowne
 
CNIT 152 12 Investigating Windows Systems (Part 2)
CNIT 152 12 Investigating Windows Systems (Part 2)CNIT 152 12 Investigating Windows Systems (Part 2)
CNIT 152 12 Investigating Windows Systems (Part 2)
Sam Bowne
 
12 Investigating Windows Systems (Part 2 of 3)
12 Investigating Windows Systems (Part 2 of 3)12 Investigating Windows Systems (Part 2 of 3)
12 Investigating Windows Systems (Part 2 of 3)
Sam Bowne
 
CNIT 121: 12 Investigating Windows Systems (Part 2 of 3)
CNIT 121: 12 Investigating Windows Systems (Part 2 of 3)CNIT 121: 12 Investigating Windows Systems (Part 2 of 3)
CNIT 121: 12 Investigating Windows Systems (Part 2 of 3)
Sam Bowne
 
Windows Threat Hunting
Windows Threat HuntingWindows Threat Hunting
Windows Threat Hunting
GIBIN JOHN
 
Вячеслав Кабак "Microsoft Sysinternals-Useful Utilities"
Вячеслав Кабак "Microsoft Sysinternals-Useful Utilities"Вячеслав Кабак "Microsoft Sysinternals-Useful Utilities"
Вячеслав Кабак "Microsoft Sysinternals-Useful Utilities"EPAM Systems
 
Practical Malware Analysis: Ch 7: Analyzing Malicious Windows Programs
Practical Malware Analysis: Ch 7: Analyzing Malicious Windows Programs Practical Malware Analysis: Ch 7: Analyzing Malicious Windows Programs
Practical Malware Analysis: Ch 7: Analyzing Malicious Windows Programs
Sam Bowne
 
CNIT 126 7: Analyzing Malicious Windows Programs
CNIT 126 7: Analyzing Malicious Windows ProgramsCNIT 126 7: Analyzing Malicious Windows Programs
CNIT 126 7: Analyzing Malicious Windows Programs
Sam Bowne
 
Concepts of Malicious Windows Programs
Concepts of Malicious Windows ProgramsConcepts of Malicious Windows Programs
Concepts of Malicious Windows ProgramsNatraj G
 
CNIT 126 Ch 11: Malware Behavior
CNIT 126 Ch 11: Malware BehaviorCNIT 126 Ch 11: Malware Behavior
CNIT 126 Ch 11: Malware Behavior
Sam Bowne
 
CNIT 121: 12 Investigating Windows Systems (Part 3)
CNIT 121: 12 Investigating Windows Systems (Part 3)CNIT 121: 12 Investigating Windows Systems (Part 3)
CNIT 121: 12 Investigating Windows Systems (Part 3)
Sam Bowne
 
Windows internals
Windows internalsWindows internals
Windows internals
Piyush Jain
 
Defending Your "Gold"
Defending Your "Gold"Defending Your "Gold"
Defending Your "Gold"
Will Schroeder
 
Practical Malware Analysis: Ch 11: Malware Behavior
Practical Malware Analysis: Ch 11: Malware BehaviorPractical Malware Analysis: Ch 11: Malware Behavior
Practical Malware Analysis: Ch 11: Malware Behavior
Sam Bowne
 
unit 2 confinement techniques.pdf
unit 2 confinement techniques.pdfunit 2 confinement techniques.pdf
unit 2 confinement techniques.pdf
RohitGautam261127
 
CNIT 152: 10 Enterprise Services
CNIT 152: 10 Enterprise ServicesCNIT 152: 10 Enterprise Services
CNIT 152: 10 Enterprise Services
Sam Bowne
 
CNIT 121: 10 Enterprise Services
CNIT 121: 10 Enterprise ServicesCNIT 121: 10 Enterprise Services
CNIT 121: 10 Enterprise Services
Sam Bowne
 
CNIT 126: 10: Kernel Debugging with WinDbg
CNIT 126: 10: Kernel Debugging with WinDbgCNIT 126: 10: Kernel Debugging with WinDbg
CNIT 126: 10: Kernel Debugging with WinDbg
Sam Bowne
 
Anomalies Detection: Windows OS - Part 1
Anomalies Detection: Windows OS - Part 1Anomalies Detection: Windows OS - Part 1
Anomalies Detection: Windows OS - Part 1
Rhydham Joshi
 
Anomalies Detection: Windows OS - Part 1
Anomalies Detection: Windows OS - Part 1Anomalies Detection: Windows OS - Part 1
Anomalies Detection: Windows OS - Part 1
Rhydham Joshi
 

Similar to CNIT 152: 12b Windows Registry (20)

CNIT 152: 12 Investigating Windows Systems (Part 2 of 3)
CNIT 152: 12 Investigating Windows Systems (Part 2 of 3)CNIT 152: 12 Investigating Windows Systems (Part 2 of 3)
CNIT 152: 12 Investigating Windows Systems (Part 2 of 3)
 
CNIT 152 12 Investigating Windows Systems (Part 2)
CNIT 152 12 Investigating Windows Systems (Part 2)CNIT 152 12 Investigating Windows Systems (Part 2)
CNIT 152 12 Investigating Windows Systems (Part 2)
 
12 Investigating Windows Systems (Part 2 of 3)
12 Investigating Windows Systems (Part 2 of 3)12 Investigating Windows Systems (Part 2 of 3)
12 Investigating Windows Systems (Part 2 of 3)
 
CNIT 121: 12 Investigating Windows Systems (Part 2 of 3)
CNIT 121: 12 Investigating Windows Systems (Part 2 of 3)CNIT 121: 12 Investigating Windows Systems (Part 2 of 3)
CNIT 121: 12 Investigating Windows Systems (Part 2 of 3)
 
Windows Threat Hunting
Windows Threat HuntingWindows Threat Hunting
Windows Threat Hunting
 
Вячеслав Кабак "Microsoft Sysinternals-Useful Utilities"
Вячеслав Кабак "Microsoft Sysinternals-Useful Utilities"Вячеслав Кабак "Microsoft Sysinternals-Useful Utilities"
Вячеслав Кабак "Microsoft Sysinternals-Useful Utilities"
 
Practical Malware Analysis: Ch 7: Analyzing Malicious Windows Programs
Practical Malware Analysis: Ch 7: Analyzing Malicious Windows Programs Practical Malware Analysis: Ch 7: Analyzing Malicious Windows Programs
Practical Malware Analysis: Ch 7: Analyzing Malicious Windows Programs
 
CNIT 126 7: Analyzing Malicious Windows Programs
CNIT 126 7: Analyzing Malicious Windows ProgramsCNIT 126 7: Analyzing Malicious Windows Programs
CNIT 126 7: Analyzing Malicious Windows Programs
 
Concepts of Malicious Windows Programs
Concepts of Malicious Windows ProgramsConcepts of Malicious Windows Programs
Concepts of Malicious Windows Programs
 
CNIT 126 Ch 11: Malware Behavior
CNIT 126 Ch 11: Malware BehaviorCNIT 126 Ch 11: Malware Behavior
CNIT 126 Ch 11: Malware Behavior
 
CNIT 121: 12 Investigating Windows Systems (Part 3)
CNIT 121: 12 Investigating Windows Systems (Part 3)CNIT 121: 12 Investigating Windows Systems (Part 3)
CNIT 121: 12 Investigating Windows Systems (Part 3)
 
Windows internals
Windows internalsWindows internals
Windows internals
 
Defending Your "Gold"
Defending Your "Gold"Defending Your "Gold"
Defending Your "Gold"
 
Practical Malware Analysis: Ch 11: Malware Behavior
Practical Malware Analysis: Ch 11: Malware BehaviorPractical Malware Analysis: Ch 11: Malware Behavior
Practical Malware Analysis: Ch 11: Malware Behavior
 
unit 2 confinement techniques.pdf
unit 2 confinement techniques.pdfunit 2 confinement techniques.pdf
unit 2 confinement techniques.pdf
 
CNIT 152: 10 Enterprise Services
CNIT 152: 10 Enterprise ServicesCNIT 152: 10 Enterprise Services
CNIT 152: 10 Enterprise Services
 
CNIT 121: 10 Enterprise Services
CNIT 121: 10 Enterprise ServicesCNIT 121: 10 Enterprise Services
CNIT 121: 10 Enterprise Services
 
CNIT 126: 10: Kernel Debugging with WinDbg
CNIT 126: 10: Kernel Debugging with WinDbgCNIT 126: 10: Kernel Debugging with WinDbg
CNIT 126: 10: Kernel Debugging with WinDbg
 
Anomalies Detection: Windows OS - Part 1
Anomalies Detection: Windows OS - Part 1Anomalies Detection: Windows OS - Part 1
Anomalies Detection: Windows OS - Part 1
 
Anomalies Detection: Windows OS - Part 1
Anomalies Detection: Windows OS - Part 1Anomalies Detection: Windows OS - Part 1
Anomalies Detection: Windows OS - Part 1
 

More from Sam Bowne

Cyberwar
CyberwarCyberwar
Cyberwar
Sam Bowne
 
3: DNS vulnerabilities
3: DNS vulnerabilities 3: DNS vulnerabilities
3: DNS vulnerabilities
Sam Bowne
 
8. Software Development Security
8. Software Development Security8. Software Development Security
8. Software Development Security
Sam Bowne
 
4 Mapping the Application
4 Mapping the Application4 Mapping the Application
4 Mapping the Application
Sam Bowne
 
3. Attacking iOS Applications (Part 2)
 3. Attacking iOS Applications (Part 2) 3. Attacking iOS Applications (Part 2)
3. Attacking iOS Applications (Part 2)
Sam Bowne
 
12 Elliptic Curves
12 Elliptic Curves12 Elliptic Curves
12 Elliptic Curves
Sam Bowne
 
11. Diffie-Hellman
11. Diffie-Hellman11. Diffie-Hellman
11. Diffie-Hellman
Sam Bowne
 
2a Analyzing iOS Apps Part 1
2a Analyzing iOS Apps Part 12a Analyzing iOS Apps Part 1
2a Analyzing iOS Apps Part 1
Sam Bowne
 
9 Writing Secure Android Applications
9 Writing Secure Android Applications9 Writing Secure Android Applications
9 Writing Secure Android Applications
Sam Bowne
 
10 RSA
10 RSA10 RSA
10 RSA
Sam Bowne
 
12 Investigating Windows Systems (Part 1 of 3
12 Investigating Windows Systems (Part 1 of 312 Investigating Windows Systems (Part 1 of 3
12 Investigating Windows Systems (Part 1 of 3
Sam Bowne
 
9. Hard Problems
9. Hard Problems9. Hard Problems
9. Hard Problems
Sam Bowne
 
8 Android Implementation Issues (Part 1)
8 Android Implementation Issues (Part 1)8 Android Implementation Issues (Part 1)
8 Android Implementation Issues (Part 1)
Sam Bowne
 
11 Analysis Methodology
11 Analysis Methodology11 Analysis Methodology
11 Analysis Methodology
Sam Bowne
 
8. Authenticated Encryption
8. Authenticated Encryption8. Authenticated Encryption
8. Authenticated Encryption
Sam Bowne
 
7. Attacking Android Applications (Part 2)
7. Attacking Android Applications (Part 2)7. Attacking Android Applications (Part 2)
7. Attacking Android Applications (Part 2)
Sam Bowne
 
7. Attacking Android Applications (Part 1)
7. Attacking Android Applications (Part 1)7. Attacking Android Applications (Part 1)
7. Attacking Android Applications (Part 1)
Sam Bowne
 
5. Stream Ciphers
5. Stream Ciphers5. Stream Ciphers
5. Stream Ciphers
Sam Bowne
 
4. Block Ciphers
4. Block Ciphers 4. Block Ciphers
4. Block Ciphers
Sam Bowne
 
6 Analyzing Android Applications (Part 2)
6 Analyzing Android Applications (Part 2)6 Analyzing Android Applications (Part 2)
6 Analyzing Android Applications (Part 2)
Sam Bowne
 

More from Sam Bowne (20)

Cyberwar
CyberwarCyberwar
Cyberwar
 
3: DNS vulnerabilities
3: DNS vulnerabilities 3: DNS vulnerabilities
3: DNS vulnerabilities
 
8. Software Development Security
8. Software Development Security8. Software Development Security
8. Software Development Security
 
4 Mapping the Application
4 Mapping the Application4 Mapping the Application
4 Mapping the Application
 
3. Attacking iOS Applications (Part 2)
 3. Attacking iOS Applications (Part 2) 3. Attacking iOS Applications (Part 2)
3. Attacking iOS Applications (Part 2)
 
12 Elliptic Curves
12 Elliptic Curves12 Elliptic Curves
12 Elliptic Curves
 
11. Diffie-Hellman
11. Diffie-Hellman11. Diffie-Hellman
11. Diffie-Hellman
 
2a Analyzing iOS Apps Part 1
2a Analyzing iOS Apps Part 12a Analyzing iOS Apps Part 1
2a Analyzing iOS Apps Part 1
 
9 Writing Secure Android Applications
9 Writing Secure Android Applications9 Writing Secure Android Applications
9 Writing Secure Android Applications
 
10 RSA
10 RSA10 RSA
10 RSA
 
12 Investigating Windows Systems (Part 1 of 3
12 Investigating Windows Systems (Part 1 of 312 Investigating Windows Systems (Part 1 of 3
12 Investigating Windows Systems (Part 1 of 3
 
9. Hard Problems
9. Hard Problems9. Hard Problems
9. Hard Problems
 
8 Android Implementation Issues (Part 1)
8 Android Implementation Issues (Part 1)8 Android Implementation Issues (Part 1)
8 Android Implementation Issues (Part 1)
 
11 Analysis Methodology
11 Analysis Methodology11 Analysis Methodology
11 Analysis Methodology
 
8. Authenticated Encryption
8. Authenticated Encryption8. Authenticated Encryption
8. Authenticated Encryption
 
7. Attacking Android Applications (Part 2)
7. Attacking Android Applications (Part 2)7. Attacking Android Applications (Part 2)
7. Attacking Android Applications (Part 2)
 
7. Attacking Android Applications (Part 1)
7. Attacking Android Applications (Part 1)7. Attacking Android Applications (Part 1)
7. Attacking Android Applications (Part 1)
 
5. Stream Ciphers
5. Stream Ciphers5. Stream Ciphers
5. Stream Ciphers
 
4. Block Ciphers
4. Block Ciphers 4. Block Ciphers
4. Block Ciphers
 
6 Analyzing Android Applications (Part 2)
6 Analyzing Android Applications (Part 2)6 Analyzing Android Applications (Part 2)
6 Analyzing Android Applications (Part 2)
 

Recently uploaded

Sha'Carri Richardson Presentation 202345
Sha'Carri Richardson Presentation 202345Sha'Carri Richardson Presentation 202345
Sha'Carri Richardson Presentation 202345
beazzy04
 
How to Make a Field invisible in Odoo 17
How to Make a Field invisible in Odoo 17How to Make a Field invisible in Odoo 17
How to Make a Field invisible in Odoo 17
Celine George
 
Synthetic Fiber Construction in lab .pptx
Synthetic Fiber Construction in lab .pptxSynthetic Fiber Construction in lab .pptx
Synthetic Fiber Construction in lab .pptx
Pavel ( NSTU)
 
The Accursed House by Émile Gaboriau.pptx
The Accursed House by Émile Gaboriau.pptxThe Accursed House by Émile Gaboriau.pptx
The Accursed House by Émile Gaboriau.pptx
DhatriParmar
 
Polish students' mobility in the Czech Republic
Polish students' mobility in the Czech RepublicPolish students' mobility in the Czech Republic
Polish students' mobility in the Czech Republic
Anna Sz.
 
Lapbook sobre os Regimes Totalitários.pdf
Lapbook sobre os Regimes Totalitários.pdfLapbook sobre os Regimes Totalitários.pdf
Lapbook sobre os Regimes Totalitários.pdf
Jean Carlos Nunes Paixão
 
The approach at University of Liverpool.pptx
The approach at University of Liverpool.pptxThe approach at University of Liverpool.pptx
The approach at University of Liverpool.pptx
Jisc
 
Guidance_and_Counselling.pdf B.Ed. 4th Semester
Guidance_and_Counselling.pdf B.Ed. 4th SemesterGuidance_and_Counselling.pdf B.Ed. 4th Semester
Guidance_and_Counselling.pdf B.Ed. 4th Semester
Atul Kumar Singh
 
The geography of Taylor Swift - some ideas
The geography of Taylor Swift - some ideasThe geography of Taylor Swift - some ideas
The geography of Taylor Swift - some ideas
GeoBlogs
 
Home assignment II on Spectroscopy 2024 Answers.pdf
Home assignment II on Spectroscopy 2024 Answers.pdfHome assignment II on Spectroscopy 2024 Answers.pdf
Home assignment II on Spectroscopy 2024 Answers.pdf
Tamralipta Mahavidyalaya
 
Additional Benefits for Employee Website.pdf
Additional Benefits for Employee Website.pdfAdditional Benefits for Employee Website.pdf
Additional Benefits for Employee Website.pdf
joachimlavalley1
 
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCECLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
BhavyaRajput3
 
2024.06.01 Introducing a competency framework for languag learning materials ...
2024.06.01 Introducing a competency framework for languag learning materials ...2024.06.01 Introducing a competency framework for languag learning materials ...
2024.06.01 Introducing a competency framework for languag learning materials ...
Sandy Millin
 
Model Attribute Check Company Auto Property
Model Attribute  Check Company Auto PropertyModel Attribute  Check Company Auto Property
Model Attribute Check Company Auto Property
Celine George
 
The basics of sentences session 5pptx.pptx
The basics of sentences session 5pptx.pptxThe basics of sentences session 5pptx.pptx
The basics of sentences session 5pptx.pptx
heathfieldcps1
 
Chapter 3 - Islamic Banking Products and Services.pptx
Chapter 3 - Islamic Banking Products and Services.pptxChapter 3 - Islamic Banking Products and Services.pptx
Chapter 3 - Islamic Banking Products and Services.pptx
Mohd Adib Abd Muin, Senior Lecturer at Universiti Utara Malaysia
 
Overview on Edible Vaccine: Pros & Cons with Mechanism
Overview on Edible Vaccine: Pros & Cons with MechanismOverview on Edible Vaccine: Pros & Cons with Mechanism
Overview on Edible Vaccine: Pros & Cons with Mechanism
DeeptiGupta154
 
How libraries can support authors with open access requirements for UKRI fund...
How libraries can support authors with open access requirements for UKRI fund...How libraries can support authors with open access requirements for UKRI fund...
How libraries can support authors with open access requirements for UKRI fund...
Jisc
 
CACJapan - GROUP Presentation 1- Wk 4.pdf
CACJapan - GROUP Presentation 1- Wk 4.pdfCACJapan - GROUP Presentation 1- Wk 4.pdf
CACJapan - GROUP Presentation 1- Wk 4.pdf
camakaiclarkmusic
 
The Roman Empire A Historical Colossus.pdf
The Roman Empire A Historical Colossus.pdfThe Roman Empire A Historical Colossus.pdf
The Roman Empire A Historical Colossus.pdf
kaushalkr1407
 

Recently uploaded (20)

Sha'Carri Richardson Presentation 202345
Sha'Carri Richardson Presentation 202345Sha'Carri Richardson Presentation 202345
Sha'Carri Richardson Presentation 202345
 
How to Make a Field invisible in Odoo 17
How to Make a Field invisible in Odoo 17How to Make a Field invisible in Odoo 17
How to Make a Field invisible in Odoo 17
 
Synthetic Fiber Construction in lab .pptx
Synthetic Fiber Construction in lab .pptxSynthetic Fiber Construction in lab .pptx
Synthetic Fiber Construction in lab .pptx
 
The Accursed House by Émile Gaboriau.pptx
The Accursed House by Émile Gaboriau.pptxThe Accursed House by Émile Gaboriau.pptx
The Accursed House by Émile Gaboriau.pptx
 
Polish students' mobility in the Czech Republic
Polish students' mobility in the Czech RepublicPolish students' mobility in the Czech Republic
Polish students' mobility in the Czech Republic
 
Lapbook sobre os Regimes Totalitários.pdf
Lapbook sobre os Regimes Totalitários.pdfLapbook sobre os Regimes Totalitários.pdf
Lapbook sobre os Regimes Totalitários.pdf
 
The approach at University of Liverpool.pptx
The approach at University of Liverpool.pptxThe approach at University of Liverpool.pptx
The approach at University of Liverpool.pptx
 
Guidance_and_Counselling.pdf B.Ed. 4th Semester
Guidance_and_Counselling.pdf B.Ed. 4th SemesterGuidance_and_Counselling.pdf B.Ed. 4th Semester
Guidance_and_Counselling.pdf B.Ed. 4th Semester
 
The geography of Taylor Swift - some ideas
The geography of Taylor Swift - some ideasThe geography of Taylor Swift - some ideas
The geography of Taylor Swift - some ideas
 
Home assignment II on Spectroscopy 2024 Answers.pdf
Home assignment II on Spectroscopy 2024 Answers.pdfHome assignment II on Spectroscopy 2024 Answers.pdf
Home assignment II on Spectroscopy 2024 Answers.pdf
 
Additional Benefits for Employee Website.pdf
Additional Benefits for Employee Website.pdfAdditional Benefits for Employee Website.pdf
Additional Benefits for Employee Website.pdf
 
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCECLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
 
2024.06.01 Introducing a competency framework for languag learning materials ...
2024.06.01 Introducing a competency framework for languag learning materials ...2024.06.01 Introducing a competency framework for languag learning materials ...
2024.06.01 Introducing a competency framework for languag learning materials ...
 
Model Attribute Check Company Auto Property
Model Attribute  Check Company Auto PropertyModel Attribute  Check Company Auto Property
Model Attribute Check Company Auto Property
 
The basics of sentences session 5pptx.pptx
The basics of sentences session 5pptx.pptxThe basics of sentences session 5pptx.pptx
The basics of sentences session 5pptx.pptx
 
Chapter 3 - Islamic Banking Products and Services.pptx
Chapter 3 - Islamic Banking Products and Services.pptxChapter 3 - Islamic Banking Products and Services.pptx
Chapter 3 - Islamic Banking Products and Services.pptx
 
Overview on Edible Vaccine: Pros & Cons with Mechanism
Overview on Edible Vaccine: Pros & Cons with MechanismOverview on Edible Vaccine: Pros & Cons with Mechanism
Overview on Edible Vaccine: Pros & Cons with Mechanism
 
How libraries can support authors with open access requirements for UKRI fund...
How libraries can support authors with open access requirements for UKRI fund...How libraries can support authors with open access requirements for UKRI fund...
How libraries can support authors with open access requirements for UKRI fund...
 
CACJapan - GROUP Presentation 1- Wk 4.pdf
CACJapan - GROUP Presentation 1- Wk 4.pdfCACJapan - GROUP Presentation 1- Wk 4.pdf
CACJapan - GROUP Presentation 1- Wk 4.pdf
 
The Roman Empire A Historical Colossus.pdf
The Roman Empire A Historical Colossus.pdfThe Roman Empire A Historical Colossus.pdf
The Roman Empire A Historical Colossus.pdf
 

CNIT 152: 12b Windows Registry

  • 1. CNIT 152: Incident Response 12 Investigating Windows Systems (Part 2) Updated 11-14-19
  • 2. Ch 12 Part 2 Ch 12 Part 3
  • 4. Purpose • The registry contains configuration data for the Windows operating system and applications • Many artifacts of great forensic value
  • 5. Hive Files • Binary files that store the Registry • Five main registry hives in 
 %SYSTEMROOT%system32config • SYSTEM, SECURITY, SOFTWARE, SAM, DEFAULT • User-specific hive files in each user's profile directory • UsersusernameNTUSER.DAT • UsersusernameAppDataLocalMicrosoftWindo wsUSRCLASS.DAT
  • 6. Windows Profiles • Created the first time a user interactively logs on to a system • Users who connect over the network don't create a profile folder
  • 10. Virtual Key Paths • Dynamically created in a running system • Not visible on a registry capture • HKEY_Current_User • Links to HKEY_USERS{SID} • HKLMSYSTEMCurrentControlSet • Links to HKLMSYSTEMControlSetNNN • HKEY_CLASSES_ROOT • Merges two subways
  • 11. Registry Timestamps • Only one: LastWriteTime • Stored on a key, not value • Changed when any value under the key is added, removed, or changed • But not when subkeys' values are modified
  • 12. Example • Run key: programs that launch on system startup • Cannot determine when these three Run items were added, without other evidence
  • 13. More Limitations • Windows frequently updates the LastUpdateTime for large swaths of registry keys • During updates, and sometimes even from a reboot • Attackers cannot easily change registry timestamps, although SetRegTime can do this • Link Ch 12o
  • 14. Registry Reflection and Redirection • 64-bit Windows allows 32-bit software to run • 32-bit programs are redirected by the W0W64 sybsystem to alternate registry keys, like • HKLMSOFTWAREWoW6432Node • This means 32-bit forensic software won't see the whole Registry
  • 17. Basic System Information • Computer Name • HKLMSystemCurrentControlSet
 ControlComputername • Windows Version • HKLMSoftwareMicrosoftWindows NT
 CurrentVersion • Time Zone • HKLMSystemCurrentControlSet
 ControlTimeZoneInformation
  • 18. Basic System Information • List of Installed Applications • HKLMSoftwareMicrosoftWindows
 CurrentVersionUninstall{Appname} • Mounted Devices (with drive letters) • HKLMSystemMountedDevices
  • 19. USBSTOR • Shows every USB device that has been connected • A forensic examiner should look here first, to find out what other devices should be requested for discovery, by court order or search warrant
  • 20. Network Information • Network adapter configuration • Wireless networks previously used • Shares • Firewall settings
  • 21. User and Security Information • Audit policy • Profile folder path • Group membership
  • 23. Shim Cache • Also called "Application Compatibility Cache" • Used to track special compatibility settings for executable files and scripts • May include: • File name, path, and size • Last modified date • Whether the file actually ran on the system
  • 24. Shim Cache • Maintained in memory, written to the registry on shutdown • Maintains up to 1024 entries • More than Prefetch (128) • includes apps that haven't executed yet • Next two slides from link Ch 12a
  • 25.
  • 26.
  • 29. Auto-Run Keys (Auto-Start Extensibility Points) • Load programs on system boot, user login, and other conditions • Commonly used by malware to attain persistence • Windows provides hundreds of registry-based persistence mechanisms • Some are still undocumented
  • 30. Services • Most common and widely used persistence mechanism • Services run in the background • Usually under one of these login accounts • Local System (most powerful) • Network System • Local Service
  • 31. Services in the Registry • Each service has its own subkey under • HKLMCurrentControlSetservicesservicename • With this information: • DisplayName and Description • ImagePath • How service starts • Type of service, such as driver or process
  • 32. ServiceDLL • Most services are DLL, not EXE files
  • 33. Service Control Manager • Services.exe • Launches Windows services upon startup • Command-line "sc" command lets you examine, start, stop, and create services
  • 36. One EXE Can Run Several Services
  • 38. Active Setup • Facilitates software installation and updates • Subkeys named with GUIDs (long random-looking numbers) • Malware authors often re-use GUIDs so Googling them can be useful • StubPath points to an EXE that will run on startup
  • 39. AppInit_DLLs • DLLs that will be automatically loaded whenever a user-mode app linked to user32.dll is launched • Almost every app uses user32 to draw windows, etc. (link Ch 12p)
  • 40. LSA (Local Security Authority) Packages • Load on startup • Intended for authentication packages, but can be used to launch malware
  • 41. Browser Helper Objects (BHOs) • Add-ons or plug-ins for Internet Explorer • Such as toolbars, adware, scareware • No longer supported in Edge
  • 42. Shell Extensions • Like Browser Helper Objects, but for Windows Explorer • Add context items when right-clicking a file • Found at: • HKCRCLSID{CLSID}InprocServer32 • HKCR{sub-key}shellex
  • 44. Winlogon Shell • The shell that loads when user logs on • Normally set to Explorer.exe • Can be set to any executable file
  • 45. Winlogon Userinit • Loads logon and group policy scripts, other auto-runs, and the Explorer shell • Attackers can append additional executables to this value
  • 46. Identifying Malicious Auto-Runs • Eyeball it, looking for suspicious files or paths, spelling errors, broken English, etc. • Risky; real commercial software is often sloppily made, and some attackers are careful • Next slide: which item is malicious?
  • 48. Real DLL is iprip.dll Spelling error but genuine No description, runs from Temp, but genuine
  • 49. Recommended Steps 1. Exclude persistent binaries signed by trusted publishers (but not all signed binaries) 2. Exclude persistent items created outside the time window of interest 3. Examine paths of remaining persistent binaries •Attackers tend to use Temp folders or common directories within %SYSTEMROOT% •Not deeply nested subdirectories specific to obscure third-party applications
  • 50. Recommended Steps 4. Research MD5 hashes for remaining persistent binaries on VirusTotal, Bit9, etc. 5. Compare remaining unknowns against a known "gold image" used to install the systems
  • 52. Signed Malware • Attackers have been stealing code-signing signatures, and signing malware • Also, not all legitimate persistent files, even Windows components, are signed • Sometimes updates remove signatures
  • 55. Personalization • User hive registry keys contain personalization settings for each user • First priority: compromised accounts • Acquire NTUSER.DAT and USRCLASS.DAT • Check machine accounts, such as NetworkService and LocalSystem • May also contain evidence
  • 56. Most Helpful User-Specific Keys • Shellbags • UserAssist • MUICache • Most Recently Used (MRU) • TypedURLs • TypedPaths
  • 57. Shellbags • Used to remember size, position, and view settings of windows • Persist even if a directory is deleted • Saved in a user’s profile registry hive
  • 58. Shellbags Contain • Full directory paths accessed via Explorer • Date and time of access • Modified, Accessed, and Created times of each path recorded when the access occurred • Such historical records are very useful to track attacker actions
  • 60. UserAssist • Tracks applications a user has launched through the Windows Explorer shell
  • 61. UserAssist v. Prefetch • UserAssist only tracks items opened via Explorer • Including from the Run box and Start menu • But not from the command prompt • Prefetch files don't identify which user executed a program
  • 63. MUICache • Multilingual User Interface • Another list of programs executed by a user • HKEY_USERS{SID}_ClassesLocalSettingsSoftware
 MicrosoftWindowsShellMuiCache
  • 64. Most Recently Used (MRU) Keys • Used by many applications • No standard registry path or value naming convention
  • 65. MRU-Blaster • Clears the MRU lists (link Ch 12r)
  • 66. Explorer Open and Save MRU • Files and folders most recently accessed in the Open and Save dialog menus • RegRipper can find the data
  • 67. Start Menu Run MRU • Programs recently launched from the Run box • Human-readable • HKEY_USERS{SID}SoftwareMicrosoftWindows
 CurrentVersionExplorerRunMRU
  • 68. RecentDocs • Recently opened documents (any file extension) • Used to populate File menu of various applications • HKEY_USERS{SID}SoftwareMicrosoft
 WindowsCurrentVersionExplorerRecentDocs
  • 69. Internet Explorer TypedURLs & TypedPaths • Used to populate the address bar drop-down list in Internet Explorer • May contain URLs and paths to local files • HKEY_USERS{SID}SoftwareMicrosoft
 InternetExplorerTypedURLs • HKEY_USERS{SID} SoftwareMicrosoftInternetExplorer
 TypedPaths
  • 70.
  • 71. Proves Intent • User typed (or pasted) these URLs into the address bar • Didn't just click a link
  • 72. Remote Desktop MRU • Used to remotely control Windows machines • Maintains history of recent connections and configuration data • May tell you where a user connected and who they attempted to log in as
  • 74. All-In-One Tools • RegRipper (link Ch 10m) • Windows Registry Decoder (link Ch 12s) • AutoRuns • Redline
  • 75. Single-Purpose Utilities • ShimCacheParser • Shellbags.py • sbag • UserAssist • Nirsoft Registry Analysis Tools