ilyaglow / remote-virtualbox

:cake: Python library for managing VirtualBox remotely using it's SOAP API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add all functionality needed to build CuckooSandbox machinery

ilyaglow opened this issue · comments

commented

Reference: https://github.com/cuckoosandbox/cuckoo/blob/master/cuckoo/machinery/virtualbox.py

  • Connect to VirtualBox Webservice
  • Handle simple auth on Linux
  • List available VMs
  • Get VM's OS
  • Get VM's state
  • VM run
  • VM suspend
  • VM kill if suspend got too long
  • Restore to a specified snapshot
  • Dump PCAP
  • Dump memory
  • Exception handling
commented

Closed by e9aea90