Data Collection

Data Collection Process

Let's start by pausing and creating a snapshot of the Windows machine.

Memory Acquisition

This command helps us quickly identify the available VMs and their corresponding details in VirtualBox.

This command generates a raw memory dump of the VM identified by the provided UUID and saves it to a file named win10-memory.raw.

Let's hash the win10-memory.raw file to ensure its integrity and verify that the data remains unaltered during analysis.

Disk Acquisition

Let's resume the Windows machine, proceed to shut it down, and then we'll create a disk image. This can be accomplished using either the Command Prompt or VirtualBox.

Using Command Prompt:

This is the UUID of the latest status that we need in order to create a clone of the virtual disk.

Last updated