Configure your Cuckoo
VM WindowsXP
First of all, you need to install and configure your XP Virtual box machine.
apt-get install virtualbox
In case you run into the same problems I did, issue the follwing commands to install the mandatory vboxdrv:
sudo apt-get install linux-headers-generic build-essential dkms sudo apt-get remove --purge virtualbox-dkms sudo apt-get install virtualbox-dkmsInstall the XP itself.
Deactivate:
- The Firewall
- Updates
- UAC
After that, you want to install your Office, Adobe Reader, and any other programm you'd like to have on your VM in terms of being usable for you malware sample.
A good hint from doing this quite often, when you installed all your programs, run them at least once, so that they are ready to serve the malware without stopping the process by displaying some stupid first time usage messages.
On every program you installed, ensure that all the update functions have been turned off.