You are a digital forensics investigator assigned to a Los Angeles cyber task force. A suspect's laptop (Windows 11) was seized during a narcotics raid. Intelligence suggests the suspect was heavily involved in procuring illicit substances from a dark web marketplace.
Standard clearnet browsers (Chrome, Edge) on the suspect's machine show no history of illicit activity, only benign searches. The suspect claims they have never accessed the dark web. You must examine the system artifacts to determine how the suspect accessed the marketplace's hidden `.onion` addresses.
A dead-box physical image (E01) was created. Analysis of application execution artifacts yielded the following:
In a digital-forensics investigation in Los Angeles, an analyst is searching for evidence of a suspect's activity on a dark web marketplace. Which web browser is typically used to access the dark web (.onion sites)?
The forensic artifacts extracted from the disk image conclusively demonstrate the presence and frequent execution of an application designed for overlay networks. The Prefetch file (TOR.EXE) and UserAssist registry keys confirm that the suspect launched the Tor Browser precisely at the times coinciding with the illicit marketplace transactions.
Examination & Analysis: The investigator is analyzing application execution artifacts (Prefetch, UserAssist) to prove capability, intent, and timeline regarding the suspect's access to hidden services.
The Tor Browser is a modified version of Mozilla Firefox specifically engineered to route all its web traffic through the Tor (The Onion Router) network. It is the standard, primary tool required to resolve and access .onion pseudo-top-level domains, which host dark web marketplaces. Standard DNS cannot resolve these addresses.
When dark web activity is suspected, investigators do not usually find a standard web history of `.onion` sites, as the Tor Browser operates in a permanent "Private Browsing" mode and doesn't write history to the disk. Instead, investigators pivot to looking for execution artifacts (Prefetch, Shimcache, Amcache, UserAssist), downloaded installers in the Downloads folder, and memory (RAM) strings if a live capture was performed.
Because tools like the Tor Browser are designed to be anti-forensic regarding web history, investigators must rely on the operating system's application tracking mechanisms to prove usage:
The absence of clearnet browser history is normal in these cases; finding the execution artifacts of the proxy browser is the smoking gun.