How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "Sliim/vulnhub-defence-space-ctf"
config.vm.box_version = "2017"
end
vagrant init Sliim/vulnhub-defence-space-ctf \
--box-version 2017
vagrant up
This version was created over 7 years ago.
VulnHub Defence Space CTF box from https://www.vulnhub.com/entry/defence-space-ctf-2017,179/