Video Instructions
Cuckoo Sandbox Installation Part 3
Steps
To edit the configuration files:
- Open a terminal
- Navigate to the directory of the configuration files
- /home/YourUserName/Downloads/cuckoo/conf
- Open a specific file using nano editor
- nano FileName
- Replace the value on the right side of the equal sign with a corresponding value (i.e replace "yes" with "no", or change a numerical value).
- Note: The items in "[ ]" are the section heads within the specific configuration file.
- Nano editor Basics
- To save the edited file hold the "Ctrl" button on your keyboard and press the "x" button on your keyboard.
- Type "Y"
- How to Find the IP Address of your Windows virtual machine:
- 1. Power on the VM.
- 2. Open a command prompt and type the command:
- ipconfig
- How to Find the Network Interface of your virtual machine:
- 1. Open a terminal
- 2. Type the command:
- ifconfig
- Look the IP Address range which your VM's IP Address falls within. To the left of the IP Address range will be the name of the Network Interface associated with it. Below is a picture containing an example:
- How to Find the vmx_path:
- Type the following command:
- find / -name "*.vmx"
- How to Find the IP Address of your host machine:
- 1. Open a terminal
- 2. Type the command:
- ifconfig
Configuration Files[1]
- cuckoo.conf
- nano cuckoo.conf
- [cuckoo]
- memory_dump = on
- machinery = virtualbox or vmware
- [resultserver]
- ip = ip address of the host system not the virtual machine.
- auxiliary.conf
- nano auxiliary.conf
- [mitm]
- enable = yes
- [sniffer]
- interface = the network interface of your virtual machine
- vmware.conf
- nano vmware.conf
- [vmware]
- machines = name of virtual machine
- interface = name of the network interface for the virtual machine
- [Name_of_the_Virtual_Machine]
- vmx_path = ../name_of_virtual_machine/ name_of_virtual_machine.vmx
- ip = ip address of the virtual machine
- processing.conf
- nano processing.conf
- [memory]
- enable = yes
- memory.conf
- nano memory.conf
- [basic]
- guest_profile = volatility's profile name for your guest operating system
- Here are a list of profile names for the various Windows operating systems
- reporting.conf
- nano reporting.conf
- [reporthtml]
- enable = yes
- [mongodb]
- enable = yes
1. Cuckoo Sandbox Configuration Files
Social Media
Facebook:
https://www.facebook.com/BDavisCS/
Twitter:
@BDavis_CyberSec