cert-ee / cuckoo3

Cuckoo3 is a Python 3 open source automated malware analysis system.
https://cuckoo-hatch.cert.ee
European Union Public License 1.2
624 stars 79 forks source link

[agent] Clarification on agent.py Python Requirements #95

Closed nicpenning closed 1 week ago

nicpenning commented 3 months ago

What version of Python is needed for the agent.py on the Host VMs?

Running the Windows 7 iso recommended from the docs does not contain Service Pack 1 so Python 3 can't be used. This conflicts with the Python 3 recommendation for the Cuckoo host. So it seems Python 2 is required on the VM guest side.

Also, will the agent.py be moved away from this third party repo and be maintained in this one?

The link in the docs direct you here: https://raw.githubusercontent.com/jbremer/agent/master/agent.py

cert-ee-raidar commented 3 months ago

@nicpenning Please refer to the Guest OS specific steps. agent.py is currently not in use. We will add this documentation update to our list of changes.

nicpenning commented 2 months ago

Okay, great. Thank you!

cert-ee-raidar commented 1 week ago

We recommend all new VMs be made with VMCloak to bypass all agent related issues. Please see Creating Virtual Machines. Closing the issue.