cuckoosandbox / cuckoo

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

MAEC Report in Cuckoo 2.0.7 #2901

Open Zodiacc999 opened 4 years ago

Zodiacc999 commented 4 years ago

I'm not able to get the report in MAEC format in Cuckoo 2.0.7. I've tried to add the MAEC file into reporting section of cuckoo but in new Cuckoo there is no reporting folder in /cuckoo.

My issue is: Can't get MAEC report
My Cuckoo version and operating system are: Cuckoo Sandbox 2.0.7 - Ubuntu 18.04.3 LTS
The log, error, files etc can be found at: [cuckoo.common.config] ERROR: Config section reporting:maecreport not found!
Evert0x commented 4 years ago

Hi, thank you for your posting the issue, you should copy every maec file in https://github.com/MAECProject/cuckoo/blob/maec5.0-cuckoo2.0/cuckoo/reporting/ to your reporting directory. In the comments at the top of the maecreport.py file there are some instructions.

You need to add

[maecreport] enabled = yes

to your reporting.conf

Please let me know if you need more information.