Package lib :: Package cuckoo :: Package core :: Module guest :: Class GuestManager
[hide private]
[frames] | no frames]

Class GuestManager

source code

Guest Mananager.

This class handles the communications with the agents running in the machines.

Instance Methods [hide private]
 
__init__(self, vm_id, ip, platform='windows') source code
 
wait(self, status)
Waiting for status.
source code
 
upload_analyzer(self)
Upload analyzer to guest.
source code
 
start_analysis(self, options)
Start analysis.
source code
 
wait_for_completion(self)
Wait for analysis completion.
source code
Method Details [hide private]

__init__(self, vm_id, ip, platform='windows')
(Constructor)

source code 
Parameters:
  • ip - guest's IP address.
  • platform - guest's operating system type.

wait(self, status)

source code 

Waiting for status.

Parameters:
  • status - status.
Returns:
always True.

upload_analyzer(self)

source code 

Upload analyzer to guest.

Returns:
operation status.

start_analysis(self, options)

source code 

Start analysis.

Parameters:
  • options - options.
Returns:
operation status.

wait_for_completion(self)

source code 

Wait for analysis completion.

Returns:
operation status.