The Grinch strikes again!

Forensics

Video

Resources

The Volume Shadow Copy Service (VSS) coordinates the actions that are required to create a consistent shadow copy (also known as a snapshot or a point-in-time copy) of the data that is to be backed up.

The command to interact with VSS is vssadmin. Running the command alone will display brief information on how to run the utility with additional commands. Two commands of particular interest are List Volumes and List Shadows.

Challenge

Decrypt the fake 'bitcoin address' within the ransom note. What is the plain text value?

At times ransomware changes the file extensions of the encrypted files. What is the file extension for each of the encrypted files?

What is the name of the suspicious scheduled task?

Inspect the properties of the scheduled task. What is the location of the executable that is run at login?

There is another scheduled task that is related to VSS. What is the ShadowCopyVolume ID?

Assign the hidden partition a letter. What is the name of the hidden folder?

Right-click and inspect the properties for the hidden folder. Use the 'Previous Versions' tab to restore the encrypted file that is within this hidden folder to the previous version. What is the password within the file?

Last updated

Was this helpful?