MemLabs: Last 3 challenges
[Write-up]
You can find the challenges here.
Challenge #4 — Obsession
Description
My system was recently compromised. The Hacker stole a lot of information but he also deleted a very important file of mine. I have no idea on how to recover it. The only evidence we have, at this point of time is this memory dump. Please help me.
Volatility Profile
I chose the first suggested profile Win7SP1x64 as this is a small raw image, and imageinfo plugin is accurate enough.
Highlights
1 - A deleted file tells me that I should look into files’ artifacts.
Flag
I ran the pslist plugin on the image to see which processes were running at the time of acquisition. I immediately noticed StikyNote.exe was running, maybe the flag was there.
I dumped the process to see what it might contain. and I extracted the strings, and after consulting Google, I saw that it saves the notes in .snt files.
So, unfortunately, the flag was not here.
I told my self maybe the flag is stored in an image, as ususal.
I have a hunch that this screenshot was cropped. So I modified the hex to revert it back to its original dimensions.