Master artifact identification in Windows environments. This simulation trains investigators to recognize the correct file structures and locations associated with specific browser activity evidence.
CHFI (312-49) Digital Forensics Simulation
Investigation Scenario
You are investigating a corporate Windows 10 workstation (Asset ID: CHI-WS-094) belonging to a user suspected of exfiltrating proprietary blueprints to a competitor. The network firewall logs indicate suspicious outbound traffic to a known webmail provider over HTTPS, but payload inspection was unavailable.
To establish intent and method, you need to extract the local web browsing history to map the user's timeline of activity prior to the incident window.
Evidence Collected
A physical bit-stream image of the workstation's primary storage drive was acquired via a write-blocker.
OS: Windows 10 Pro (Build 19045)
Target Path: C:\Users\jdoe\AppData\Local\Microsoft\Windows\WebCache\
Status: Extracted logically from E01 image for artifact parsing.
Question
Expert Analysis
\AppData\Local\Microsoft\Windows\WebCache\. This specific directory structure is the default location for the Extensible Storage Engine (ESE) database utilized by Internet Explorer 10+ and the legacy version of Microsoft Edge.
• History.db: This is typically an SQLite database used by Google Chrome and other Chromium-based browsers.
• index.dat: This was the repository for history/cache in legacy Windows environments running Internet Explorer 9 or older.
• places.sqlite: This is the SQLite database utilized by Mozilla Firefox to store bookmarks and browsing history.
Digital forensics requires constant updating of artifact knowledge.
- IE 9 and earlier: Used proprietary `index.dat` files.
- IE 10 / Legacy Edge: Transitioned to ESE databases (`WebCacheV01.dat`).
- Modern Edge / Chrome / Firefox: Rely heavily on SQLite databases (`History`, `places.sqlite`).
Ready to test your investigation skills further?
Practice with hundreds of realistic CHFI scenarios.
Explore more CHFI simulations