The workstation that went back to 2019
A finance workstation, a July morning, and a binary claiming to be seven years old.
Somebody in finance reported their machine running hot. The first responder pulled a triage collection, ran it through the usual parsers, and handed you the output. There is a binary in a temp directory that says it was created in 2019, an archive nobody can find, and a logon nobody has explained.
Start with a question. Each one runs a query and shows you the query it ran, so the second tab stops being a blank box.
Or open a table and read it.
questions
One file on this host has been timestomped. Return its path.
The timestomper zeroed something it should not have. Return the si_created value that gives it away.
An archive was staged and then deleted, so it is absent from the MFT as a live file. Return its path from the journal.
Which account logged on over RDP? Return the account name.
How many times did the planted binary run before it was deleted? Return the number.
what this one teaches
Comparing the two NTFS timestamp sets, and finding a deleted file in the change journal.