Skip to content

Instantly share code, notes, and snippets.

@RicoVZ
RicoVZ / gist:a93639a94339a6a1e04dc223ca7c6eb9
Created August 28, 2017 00:37
GSoC 2017 - Cuckoo Sandbox - Long term analysis
The project goal was to add long term analysis functionality to Cuckoo Sandbox.
This was implemented by automatically rescheduling a Cuckoo analysis a given amount of times. Each rescheduled analysis uses
the same vm hdd. The amount of time between each scheduled analysis can be configured. This feature makes it possible to
submit a new analysis and make it run for a given amount of times on a given time. An example of this would be to submit something
and have it run each day from 09:00 to 17:00 for five days.
The pull request for all commits can be found at:
https://github.com/cuckoosandbox/cuckoo/pull/1806