CERT-Polska / drakvuf-sandbox

DRAKVUF Sandbox - automated hypervisor-level malware analysis system
https://drakvuf-sandbox.readthedocs.io/
Other
1.04k stars 143 forks source link

Implement Python lib to programatically interact with sandbox #469

Open icedevml opened 3 years ago

icedevml commented 3 years ago

Reactivate PR https://github.com/CERT-Polska/drakvuf-sandbox/pull/347

piyushranjan001 commented 3 years ago

hii, i would like to work on this issue, can you suggest me how to get started ?

BonusPlay commented 3 years ago

Currently we're using very "undocumented" REST API, which you can see here: https://github.com/CERT-Polska/drakvuf-sandbox/blob/master/drakcore/drakcore/app.py It would bee nice there was a python library, which was a simple wrapper around those functions. #347 was a good example, it just neded a few tweaks in it's code.

saip007 commented 1 year ago

Hi, is this isssue still open.I would like to contribute to the issue

psrok1 commented 3 months ago

Right now we can programatically run analysis using drakstart utility, although it's not yet documented