🖥️
Windows DFIR
  • Introduction
  • Windows Artifacts
    • Windows Quick Tips
      • Windows Command Line
      • Workstation File/Folder Locations
      • Server File/Folder Locations
    • Account Usage
      • Authentications SAM Artifacts
        • Last Login
        • Last Failed Login
        • Last Password Change
      • Authentications (Windows Event Log)
        • Logon ID
      • Group Membership
        • Event ID: 4798
        • Event ID: 4799
      • RDP
        • Source System Artifacts - Quick Reference
        • Destination System Artifacts - Quick Reference
      • SSH
      • Rouge Local Accounts
      • CrowdStrike Searches
        • Event Name - UserLogon
        • Event Name - UserLogonFailed
        • Event Name - UserLogonFailed2
        • Event Name - SsoApplicationAccess
    • Browser Usage
      • History & Downloads
        • Viewing History Files - DB Browser
        • Transition Types
      • Auto-Complete Data
      • Bookmarks
      • Browser Preferences
      • Cache
      • Cookies
      • Extensions
      • Super Cookies (HTML5 Web Storage)
      • Media History
      • Private Browsing
      • Session Restore
      • Stored Credentials
      • Suggested/Frequent Sites
      • DB Browser Queries
        • Firefox
        • Chrome
        • Media History
      • PowerShell Scripts
        • Browser Extension Finder
        • Browser History Finder
    • Processes
      • at.exe
      • explorer.exe
      • lsass.exe
      • lsaiso.exe
      • PuTTy.exe
        • X11 Forwarding
      • runtimebroker.exe
      • services.exe
      • smss.exe
      • System
      • svchost.exe
        • Services
      • winlogon.exe
      • wininit.exe
    • Cloud Storage
    • Deleted File or File Knowledge
      • WordWheelQuery (Win 7+)
      • ACMRU (Win XP)
      • Internet Explorer file:///
      • Last Visited MRU
      • Thumbs.db (Win XP)
      • Thumbcache
      • Recycle Bin
      • User Typed Paths
      • Windows Search Database
    • File Download
      • Zone.Identifer
      • Open/Save Most Recently Used (MRU)
      • Email
      • Drive By Downloads
        • Malvertising
      • Web Browsing
        • Cache Files
      • CrowdStrike Searches
        • MoTW
    • Folder/File Opening/Creation
      • Recent Files
      • Office Recent Files
      • Shell Bags
      • .lnk Files
      • Jump Lists
        • AppIDs
      • Prefetch
      • Index.dat file://
      • PowerShell Scripts
        • .lnk Files
    • Persistence
      • Registry
        • NTUSER.DAT & HKU\SID
        • Run and Run Once
        • Shell Folders and UserInit Key
        • Services
        • Logon Scripts
        • Office Add-ins
        • Winlogon Shell
        • Image File Execution Options (IFEO)
        • AppInit_DLLs
        • Scheduled Tasks
      • Scheduled Tasks
        • Scheduled Task Destination System Artifacts
        • Scheduled Task Source System Artifacts
      • Startup
      • Tool: AutoRuns
      • Accounts
      • WMI Event Consumers
        • WMI: Source System Artifacts
        • WMI: Destination System Artifacts
        • WMI: PowerShell Analysis
      • PowerShell Scripts
        • Startup Programs
      • CrowdStrike Searches
        • Files Written to Startup Folder
        • Files Written to Startup Folder from the Internet
        • Local Account Creation/Deletion
        • Azure Account Creation/Deletion
        • Scheduled Tasks
    • Physical Location
      • Time zone
      • Wireless SSID
      • Network History (Vista/Win7–11)
      • Cookies
      • Browser Search Terms
    • Program Execution
      • Prefetch
        • Decoding Prefetch Files with Eric Zimmerman's PECmd Tool
      • BAM/DAM
      • CapabilityAccessManager
      • UserAssist
      • Last Visited MRU
      • RunMRU
      • MUI Cache
      • ShimCache
      • Amcache
      • Jump Lists
    • Shadow Copies
      • VSC Permissions
      • Event ID 8193: Volume Shadow Copy Service Error
    • USB Usage
      • Key Identification
      • Drive Letter and Volume Name
      • Connection Timestamps
      • User
      • Volume Name
      • Plug & Play Event Log
    • Windows Services
      • DoSvc (Delivery Optimization)
    • System Information
    • Event IDs
      • Authentication / Account
        • 4624 - Authentication Success
          • Logon Types
        • 4625 - Authentication Failure
          • SubStatus Codes
        • 4634 - Account Logoff
        • 4648 - Explicit Credentials Success
        • 4672 - Special Privileges
        • 4720 - Account Creation
        • 4722 - Account Enabled
        • 4732 - Addition to Local Group
        • 4738 - Account Changed
        • 4776 - Kerberos Authentication Attempt
          • Substatus Codes
        • 4771 - Kerberos Failure
        • 4768
      • File System
        • 1006
        • 4688 - Process Created
        • 4663
        • 4656
        • 6416
        • 20001
        • 20003
  • Windows DFIR & MITTR
    • Initial Access
      • Content Injection
      • Drive-by Compromise
        • Watering Hole Attack
        • Microsoft Files (Payload Execution)
        • Exploit Delivery
        • Viewing Browser History Files
      • Phishing
    • Execution
    • Persistence
    • Privilege Escalation
    • Defense Evasion
    • Credential Access
      • Logon ID
    • Discovery
    • Lateral Movement
    • Collection
    • Command and Control
    • Exfiltration
    • Impact
  • SOC Related
    • Cached Credentials
    • Domain Controller Password Spraying
Powered by GitBook
On this page
  • Key Insights:
  • Deeper Dive
  • Forensic Importance in Incident Response
  • User Interface Reflection
  • Forensic Relevance
  • Practical Example

Was this helpful?

  1. Windows Artifacts
  2. File Download

Open/Save Most Recently Used (MRU)

The Open/Save Most Recently Used (MRU) feature is a key component of the Windows operating system that memorizes the files and directories a user has recently accessed. This mechanism, integrated into the Windows user interface, simplifies file retrieval and enhances user efficiency by reducing the need for extensive navigation through file systems. The MRU system supports a wide range of applications, making it a ubiquitous element of the Windows user experience.

Key Insights:

  • Registry Storage:

    • General Path: HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\ComDlg32\OpenSavePIDlMRU

    • Windows XP Path: HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\ComDlg32\OpenSaveMRU

  • Format and Content: The registry contains values named after file extensions or identifiers (like * for all files), with paths stored in binary or string formats. Additionally, individual applications may maintain their own MRU lists in specific registry paths or configuration files.

Deeper Dive

Forensic Importance in Incident Response

  • Timeline Analysis: The timestamps associated with MRU entries can be instrumental in constructing a timeline of events, helping to pinpoint when specific files were accessed.

  • User Behavior Insight: Analyzing the contents of MRU lists can provide a glimpse into user behavior, including file interactions that might indicate unauthorized access or interest in sensitive information.

  • Malware Indicators: MRU paths leading to executable files or documents that are known vectors for malware can serve as indicators of a security breach.

  • Evidence Corroboration: Data from MRU entries can corroborate findings from other digital artifacts, providing a more comprehensive understanding of an incident.

User Interface Reflection

  • The Open and Save dialog boxes in Windows applications utilize MRU data to display a list of recent documents, streamlining the file access process. Similarly, the Quick Access or Recent Documents sections in File Explorer aggregate MRU data to highlight frequently used files and folders.

  • Jump Lists, accessible by right-clicking an application on the taskbar, also draw from MRU entries to present a list of recently opened files associated with that application.

Forensic Relevance

  • The convenience features provided by the MRU system, while primarily designed to enhance user efficiency, can also be leveraged in forensic investigations. The data captured by Open/Save MRU entries offers a window into user behavior, revealing patterns that might otherwise remain hidden. This information can be especially valuable in cases involving data breaches, unauthorized file access, or the introduction of malware into a system.

Practical Example

  • In investigating a data breach, an analyst might discover MRU entries pointing to unusual file types or locations, such as external drives or network paths not typically accessed by the user. These entries, when analyzed alongside other digital evidence like access logs, can offer vital clues to the methods and pathways utilized in the breach, aiding in the reconstruction of the incident and the identification of potential security lapses.

The Open/Save MRU feature, by keeping a record of recently accessed files and directories, not only simplifies file operations for users but also serves as a significant artifact in digital forensics. Its analysis can reveal a wealth of information about user activities, offering insights that are critical in the context of incident response and investigation.

PreviousZone.IdentiferNextEmail

Last updated 1 year ago

Was this helpful?