This tool can help you automatically deploy a Cuckoo sandbox, it has been tested on Ubuntu 18.04.5 Desktop and Ubuntu 18.04.5 Server.
See this article for more infomation: Install a Cuckoo Sandbox in 12 steps
You need to prepare a clean Ubuntu host(both Ubuntu 18.04.5 Desktop and Server are recommended) at first, then open terminal to run following command:
bash <(curl -sS -L https://raw.githubusercontent.com/S4kur4/AutoDeployCuckoo/master/install.sh)
Or you can download install.sh
and maunually run it.
You may need to enter one or more times root password while it running. If you're not using Ubuntu 18.04.5, I'm not sure if this tool will have problems, as many of the dependencies are strongly associated with the system, in which case you may need to debug by yourself. Please pay attention to whether VT-x is available while installing VirtualBox, if you see error VBoxManage: error: VT-x is not available (VERR_VMX_NO_VMX)
, it means the virtual machine function will not be available on your host, and Cuckoo will not work properly.
If you have any other questions, please submit an issue.