spender-sandbox / cuckoo-modified

Modified edition of cuckoo
393 stars 178 forks source link

Stop cuckoo if detect "file already exist" #508

Open azfarhalim opened 6 years ago

azfarhalim commented 6 years ago

Hi, is there anyone know how to stop cuckoo from analyze if it detect the binary file already exist? I only know python code is in scheduler.py but i dont know what to edit. Thank you.

Waseem-farooqui commented 6 years ago

Why not before submitting the malware you should check is it reported or not from the database.

As far as I recall there was a parameter in the configuration through which you can limit that the same malware could not the submitted again.