Sandboxie Isolation Demonstration: Cryptoplocker

If it doesn't fit elsewhere, it goes here
Curt@invincea
Sandboxie Lead Developer
Sandboxie Lead Developer
Posts: 1638
Joined: Fri Jan 17, 2014 5:21 pm
Contact:

Re: Sandboxie Isolation Demonstration: Cryptoplocker

Post by Curt@invincea » Wed Jun 11, 2014 4:16 pm

We are unable to repro this in-house because CryptoLocker has evolved and we no longer have the original version used in the demo. But, we have been testing other APIs and I think I know what CryptoLocker was doing.

The issue here is that any app in the sandbox can see the actual sandbox folder if it traverses down the directory tree using FindFirstFile/FindNextFile.

E.g. if an app goes searching through the disk, they can go right into C:\Sandbox\admin\DefaultBox, and see everything that is in there. CryptoLocker goes through the entire HD looking for documents and pics. So eventually it will make its way into the real sandbox folder.

We could prevent this from happening by hooking FindFirstFile/FindNextFile, and blocking the app from seeing into the sandbox folder. But I am not sure how much effort this would require and it could easily be thwarted by unhooking. As it is now, it is harmless.

Buster
Posts: 2576
Joined: Mon Aug 06, 2007 2:38 pm
Contact:

Re: Sandboxie Isolation Demonstration: Cryptoplocker

Post by Buster » Wed Jun 11, 2014 6:32 pm

I understand what you mean. The malware starts at root of C drive and starts traversing all folders in hard disk. Then it shows all files being a pic or a document. Therefore the malware did not see sandbox folder but just found it.

If you find an easy method to implement which allows hiding sandbox container folder without creating incompatibilites then I would go for it. If not, just keep it as it is.

Thanks for taking care of the issue and finding out what was going on!

Nix
Posts: 248
Joined: Wed Sep 11, 2013 12:15 am
Location: Philippines

Re: Sandboxie Isolation Demonstration: Cryptoplocker

Post by Nix » Wed Jun 18, 2014 9:27 am

@Curt

Now that it's cleared, can you guys create a new video demo with regards to "Cryptowall"...
Regards,
Nix

Win7 Ultimate (x64)

Image

Post Reply

Who is online

Users browsing this forum: No registered users and 1 guest