Memory Forensics · Incident Reconstruction
Investigated a system image with Volatility and Scalpel, reconstructing a timeline of user activity.
Given a memory dump and disk image from a Windows XP machine, the task was to reconstruct what happened on it: what was running, whether anything looked like malware, and what evidence survived after the user ran cleanup tools.
imageinfo plugin (Windows XP SP3), then used pslist and psxview to check for hidden or masked processes, finding none,malfind on the memory image and found two browser processes with writable-and-executable memory regions, a pattern consistent with code injection,fls/mactime on the disk to build a single timeline of the session, browsing, a Tor Browser launch, and CCleaner running shortly before shutdown.The investigation surfaced suggestive evidence rather than definitive proof: writable-and-executable memory inside two browser processes, consistent with code injection, and evidence of malware and phishing test material accessed through Tor, shortly before CCleaner ran and likely removed part of the trail.