[kvm] # Specify a comma-separated list of available machines to be used. For each # specified ID you have to define a dedicated section containing the details # on the respective machine. (E.g. cuckoo1,cuckoo2,cuckoo3) machines = cuckoo1 [cuckoo1] # Specify the label name of the current machine as specified in your # libvirt configuration. label = cuckoo1 # Specify the operating system platform used by current machine # [windows/darwin/linux]. platform = windows # Specify the IP address of the current machine. Make sure that the IP address # is valid and that the host machine is able to reach it. If not, the analysis # will fail. ip = 192.168.122.105 .