cuckoosandbox / cuckoo

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

Getting OutOfMemory Exceptions for C# applications when injection enabled (on Windows 10) #2382

Open Clevero opened 6 years ago

Clevero commented 6 years ago
My issue is:

Getting "OutOfMemory" Exception when submitting C# samples Submitted a ransomware that is renaming files and also a simple hello world console application. Both are raising the exception before anything is really done by the application Tried to catch the exception, but it seems to me that the catch block is not really executed after raising the exception

My Cuckoo version and operating system are:

Cuckoo 2.0.6 on Ubuntu 16.0.4

This can be reproduced by:

Submitting both .exe samples with injection enabled (via web interface)

What did you try to do so far?:

Disabling injection via web interface. After doing so, each sample was executed as expected

The log, error, files etc can be found at:
RicoVZ commented 6 years ago

Hi Clevero,

Thanks for posting an issue. :smile:

Could you provide us with the the following things:

These details could help us reproduce the error and determine what might be causing this. I will try to reproduce it when I find some time.

Clevero commented 6 years ago

Sorry that I forgot that

Clevero commented 6 years ago

I've retested it with a Windows 7 vm and it works with Injection enabled

Setup:

analysis report (too big for GitHub -> nextcloud)

Need to correct me, on Windows 10 it was also .Net 4.7.2 installed

RicoVZ commented 6 years ago

@Clevero Thanks for the update! :smile:

Windows 10 is still on our list of improvements. We recommend to use Windows 7 (as you did). To be sure: your issue does not occur on the Windows 7 machine?