spender-sandbox / cuckoo-modified

Modified edition of cuckoo
393 stars 178 forks source link

Segmentation Fault (Core Dumped) #435

Open Waffles-2 opened 7 years ago

Waffles-2 commented 7 years ago

So I am getting this error Segmentation Fault (Core Dumped) this occurs after DEBUG: Executing reporting module "MongoDB"

This only occurs on analysis of one specific file. Unfortunately it is not letting me upload a zip of the file or a password protected zip.

Here is the file: https://www.virustotal.com/en/file/67c11825b28342ddcef7e78c31ba96eb6eb165b6a42dc5268d91d9d801f3a073/analysis/

You can download it from here (Warning it is malware): https://gist.github.com/Antelox/e33e9578a982d81a8a8143e50cbd5ec1

Nagaev commented 7 years ago

I had a similar problem (https://github.com/spender-sandbox/cuckoo-modified/issues/457). You can use valgrind (a powerful memory debugging tool) to identify more clearly the cause of this error.

My problem was related to Yara, but maybe it is not your case. Anyway valgrind will give you more details.