Search found 13 matches

by MessageBoxA
Mon May 30, 2011 11:46 pm
Forum: Problem Reports
Topic: Automatic deletion of sandbox contents when last program end
Replies: 4
Views: 3471

Automatic deletion of sandbox contents when last program end

Tzuk, Beta version 3.55.09 does not delete the contents of the sandbox if a system shutdown is invoked and the processes are terminated by the subsystem. You should be able to use RegisterServiceCtrlHandlerEx to register a handler for the SERVICE_CONTROL_SHUTDOWN or SERVICE_CONTROL_PRESHUTDOWN event...
by MessageBoxA
Fri May 27, 2011 10:48 am
Forum: Problem Reports
Topic: WinVerifyTrust problems
Replies: 8
Views: 3028

tzuk wrote: Perhaps a problem on your end got resolved somehow?
Tzuk,

Yes I think so, don't waste anymore of your time looking into this. :)
by MessageBoxA
Thu May 26, 2011 2:15 pm
Forum: Problem Reports
Topic: WinVerifyTrust problems
Replies: 8
Views: 3028

tzuk,

Sorry about the huge delay... I have been extremely busy.

Have you made any changes to this? While testing Wehntrust with 3.55.05 I have noticed that CryptCATAdminEnumCatalogFromHash is now able to verify the digital signatures in the system catalogs.

-MessageBoxA
by MessageBoxA
Thu May 26, 2011 1:44 pm
Forum: Anything Else
Topic: Attention Windows XP Users
Replies: 0
Views: 1237

Attention Windows XP Users

Hi, If there are any Windows XP users left out there (andI suspect there are many) then I recommend that you take a look at the WehnTrust project . This is the research that resulted in the ASLR and SEHOP implementations inside Vista and Weven. Just recently Tzuk announced that the Beta version 3.55...
by MessageBoxA
Fri Apr 22, 2011 10:12 am
Forum: Problem Reports
Topic: Sandboxie not as reliable as everyone thought
Replies: 20
Views: 6274

Hi,

Sandboxie cannot protect you from flaws in the Microsoft operating system. Unfortunately Microsoft Windows® is like Swiss cheese.... there are holes and tunnels and privilege escalations everywhere.

-MessageBoxA
by MessageBoxA
Wed Apr 20, 2011 11:24 am
Forum: Feature Requests
Topic: Learning / Recording Mode
Replies: 2
Views: 2125

Re: Learning / Recording Mode

My thinking is that I'd like to lock down certain applications after I use them. For example, mediaplayers should not be writing to files. But some players, like GomPlayer are really hard to setup in Sandboxie. It would not matter anyway... With operating systems >= x64 Vista malware can bypass use...
by MessageBoxA
Wed Apr 20, 2011 11:00 am
Forum: Problem Reports
Topic: WinVerifyTrust problems
Replies: 8
Views: 3028

Hey tzuk,

Sure I can do that. I'm a bit busy this week but I have added it to my TODO list. I'll update this thread when I have completed a sample application.

-MessageBoxA
by MessageBoxA
Mon Apr 18, 2011 9:39 am
Forum: Problem Reports
Topic: WinVerifyTrust problems
Replies: 8
Views: 3028

Yes.

Yes, SandboxieCrypto.exe is running in the sandbox.

-MessageBoxA
by MessageBoxA
Sun Apr 17, 2011 1:47 am
Forum: Problem Reports
Topic: WinVerifyTrust problems
Replies: 8
Views: 3028

WinVerifyTrust problems

Hi tzuk, Essentially my software checks the digital signature on all dynamic libraries being loaded into my process. I have been having some issues with the WinVerifyTrust function when my software is running in your sandbox. I can verify the digital signature on ntdll.dll and SbieDll.dll but after ...
by MessageBoxA
Fri Apr 08, 2011 12:25 am
Forum: Feature Requests
Topic: SBIE DLL API
Replies: 1
Views: 2072

SBIE DLL API

Hi, Some of the SbieDll exported functions are version dependent. I think it would be useful if I could query the SandBoxie version and recieve a packed DWORD as the return value. I can get the version from the SbieDll.dll version information block... but maybe it would be better if this was an expo...
by MessageBoxA
Fri Apr 01, 2011 7:51 pm
Forum: Feature Requests
Topic: SYSENTER/interrupt 2Eh System Call Blocking
Replies: 2
Views: 2898

tzuk, I can see your point and completely understand. Unfortunately thanks to PatchGuard my only option on 64 bit Vista+ is to bootkit my workstations and servers. It makes me wonder if a commercial bootkit would be a useful security product. Its just that several times each year I have 3-4 zero-day...
by MessageBoxA
Wed Mar 30, 2011 8:40 pm
Forum: Feature Requests
Topic: SYSENTER/interrupt 2Eh System Call Blocking
Replies: 2
Views: 2898

SYSENTER/interrupt 2Eh System Call Blocking

tzuk, Thanks for this great piece of software. I am a security researcher and I have been using your product for a number of years for researching/reversing/analyzing malware. I have a swarm of 12 automated honey pots which spider around the net collecting viri/trojan/rootkit. Your sandbox is runnin...
by MessageBoxA
Wed Mar 30, 2011 4:15 pm
Forum: Contributed Utilities & Templates
Topic: Block Process Access
Replies: 211
Views: 213560

Could you post the source code for this addon? I would like to make some modifications to the project.

Thanks.