cuckoosandbox / cuckoo

Cuckoo Sandbox is an automated dynamic malware analysis system
http://www.cuckoosandbox.org
Other
5.56k stars 1.71k forks source link

Launch 2 files consecutively in a same guest #3167

Open secusoc opened 3 years ago

secusoc commented 3 years ago

Hello, Cuckoo: 2.0.6 OS: Ubuntu 16.04

Issue: I try to play 2 files consecutively in the same guest. eg: a) test1.js configure malware's keys and create a schedule task b) test2.vbs will simulate the launching of scheduled task I put both in same zip and launch it, Cuckoo execute test1.js and test2.vbs consecutively BUT it restore my guest before executing the 2nd file.

Is it possible to do it ?/ Regards