cuckoosandbox / cuckoo

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

Feature Request: Delete old data #1464

Open Maurotb opened 7 years ago

Maurotb commented 7 years ago

Cuckoo generates a large amount of data, basically after a few days it would be useful to have only the file name, hash, and pdf. I will develop a module for this to save this data in mysql. However, it is necessary to have the ability to delete older x day data from storage and mongodb (perhaps separately), and without interrupting ongoing analyzes.

likekabin commented 7 years ago

Hi, @Maurotb just go to cuckoo root folder then type: python cuckoo.py clean All analysis results will be deleted, your database will be cleaned

Maurotb commented 7 years ago

Ok, but i need to delete old data and make online recent data. python cuckoo.py clean delete all data and database... It would also help to delete old data independently from mongodb (gui) and datastore